@charset "UTF-8";

.content-container {
  background: #f5efd8 url(../img/common/bg_paper.jpg) 0 0;
  width: 100%;
  overflow: hidden;
}

/* ==========================================================================
   localheader
   ======================================================================= */
@media all and (min-width: 768px) {
  .local-header__title {
    background: url(../img/about/local_header.png) 50% 0 no-repeat;
    background-size: cover;
  }
}

@media all and (max-width: 767px) {
  .local-header__title {
    background: url(../img/about/local_header_sp.png) 50% 0 no-repeat;
    background-size: 320px 64px;
  }
}

/* ==========================================================================
   hero
   ======================================================================= */
.hero {
  width: 100%;
  position: relative;
}

.hero__wrapper {
  position: relative;
  z-index: 50;
}

@media all and (min-width: 768px) {
  .hero__wrapper {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 960px;
    /*background: url(../img/about/_dummy1.png) 50% 0 no-repeat;*/
    background-size: cover;
  }

  .hero__wrapper::before {
    content: "";
    width: 1px;
    display: block;
    padding-top: 55.46%;
  }
}

@media all and (max-width: 767px) {
  .hero__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 426px;
    /*background: url(../img/about/_dummy1_sp.png) 50% 0 no-repeat;*/
    background-size: 320px 426px;
  }
}

.copy {
  display: inline-block;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}

@media all and (min-width: 768px) {
  .copy {
    background: url(../img/about/copy.png) 0 0 no-repeat;
    background-size: contain;
    width: 27%;
    left: 50%;
    margin-left: -45%;
    top: 20.5%;
  }

  .copy::before {
    content: "";
    display: block;
    padding-top: 125.0%;
  }
}

@media all and (min-width: 1280px) {
  .copy {
    width: 30.05%;
    margin-left: -44.7%;
    top: 15.5%;
  }
}

@media all and (max-width: 767px) {
  .copy {
    background: url(../img/about/copy_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 296px;
    height: 81px;
    left: 50%;
    margin-left: -148px;
    top: 15px;
  }
}

.product {
  display: inline-block;
  position: absolute;
}

@media all and (min-width: 768px) {
  .product {
    background: url(../img/about/product.png) 0 0 no-repeat;
    background-size: cover;
    width: 35.73%;
    left: 50%;
    margin-left: -18.3%;
    top: 7.9%;
  }

  .product::before {
    content: "";
    display: block;
    padding-top: 121.575%;
  }
}

@media all and (max-width: 767px) {
  .product {
    background: url(../img/about/product_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 193px;
    height: 235px;
    left: 50%;
    margin-left: -104px;
    top: 98px;
  }
}

.char__01 {
  display: inline-block;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}

@media all and (min-width: 768px) {
  .char__01 {
    background: url(../img/about/char_01.png) 0 0 no-repeat;
    background-size: cover;
    width: 32%;
    left: 50%;
    margin-left: 19.2%;
    top: 30.3%;
  }

  .char__01::before {
    content: "";
    display: block;
    padding-top: 111.014%;
  }
}

@media all and (min-width: 1280px) {
  .char__01 {
    width: 43.54%;
    margin-left: 24.2%;
    top: 4.9%;
  }
}

@media all and (max-width: 767px) {
  .char__01 {
    background: url(../img/about/char_01_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 200px;
    height: 196px;
    left: 50%;
    margin-left: -29px;
    top: 236px;
  }
}





/* ==========================================================================
   about
   ======================================================================= */
.section-content {
  position: relative;
  z-index: 50;
}

@media all and (min-width: 768px) {
  .section-about .section__wrapper {}
}

@media all and (max-width: 767px) {
  .section-about .section__wrapper {}
}



@media all and (min-width: 768px) {
  .content__body {
    border: #6a3906 6px solid;
    background: #FFF;
    border-radius: 14px;
    padding: 70px;
  }

  .content__body p {
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 2em;
  }

  .content__body p:first-child {
    margin-top: 0;
  }

  .content__body strong {
    font-size: 26px;
    line-height: 1.1;
    color: #e60012;
  }
}

@media all and (max-width: 767px) {
  .content__body {
    border: #6a3906 3px solid;
    background: #FFF;
    border-radius: 7px;
    padding: 25px;
  }

  .content__body p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 1em;
  }

  .content__body p:first-child {
    margin-top: 0;
  }

  .content__body strong {
    font-size: 18px;
    line-height: 1.1;
    color: #e60012;
  }
}


.bottom-chara__item {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/about/bottom_chara.png) 50% 0 no-repeat;
  background-size: cover;
}

.bottom-chara__item::before {
  content: "";
  display: block;
  padding-top: 30.833%;
}

@media all and (min-width: 768px) {}

@media all and (max-width: 767px) {
  .bottom-chara {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.char__02 {
  display: inline-block;
  position: absolute;
}

@media all and (min-width: 768px) {
  .char__02 {
    background: url(../img/about/char_02.png) 0 0 no-repeat;
    background-size: cover;
    width: 11%;
    left: 50%;
    margin-left: -50.9%;
    top: 72.6%;
  }

  .char__02::before {
    content: "";
    display: block;
    padding-top: 147.95%;
  }
}

@media all and (min-width: 1280px) {
  .char__02 {
    width: 15.42%;
    left: 50%;
    margin-left: -64.8%;
    top: 23.9%;
  }

  .char__02::before {
    padding-top: 147.95%;
  }
}

@media all and (max-width: 767px) {
  .char__02 {
    background: url(../img/about/char_02_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 65px;
    height: 97px;
    left: 50%;
    margin-left: -50%;
    top: -71px;
  }
}

.char__03 {
  display: inline-block;
  position: absolute;
}

@media all and (min-width: 768px) {
  .char__03 {
    background: url(../img/about/char_03.png) 0 0 no-repeat;
    background-size: cover;
    width: 11%;
    left: 50%;
    margin-left: 31.3%;
    top: 86%;
  }

  .char__03::before {
    content: "";
    display: block;
    padding-top: 152.44%;
  }
}


@media all and (min-width: 1280px) {
  .char__03 {
    width: 14.9%;
    left: 50%;
    margin-left: 48.9%;
    top: 50.4%;
  }

  .char__03::before {
    padding-top: 152.44%;
  }
}


@media all and (max-width: 767px) {
  .char__03 {
    background: url(../img/about/char_03_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 63px;
    height: 96px;
    right: -6px;
    top: 84%;
  }
}

.karaage__01 {
  display: inline-block;
  position: absolute;
}

@media all and (min-width: 768px) {
  .karaage__01 {
    background: url(../img/about/karaage_01.png) 0 0 no-repeat;
    background-size: cover;
    width: 11.15%;
    left: 50%;
    margin-left: -52.1%;
    top: 4.4%;
  }

  .karaage__01::before {
    content: "";
    display: block;
    padding-top: 100.94%;
  }
}

@media all and (max-width: 767px) {
  .karaage__01 {
    background: url(../img/about/karaage_01_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 52px;
    height: 52px;
    left: 50%;
    margin-left: -50%;
    top: 47%;
  }
}

.karaage__02 {
  display: inline-block;
  position: absolute;
}

@media all and (min-width: 768px) {
  .karaage__02 {
    background: url(../img/about/karaage_02.png) 0 0 no-repeat;
    background-size: cover;
    width: 16.77%;
    left: 50%;
    margin-left: 28.9%;
    top: 6.4%;
  }

  .karaage__02::before {
    content: "";
    display: block;
    padding-top: 117.38%;
  }
}

@media all and (max-width: 767px) {
  .karaage__02 {
    background: url(../img/about/karaage_02_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 48px;
    height: 115px;
    right: 10px;
    top: 7%;
  }
}

.section-products__btn {
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .section-products__btn {
    width: 290px;
    top: 83.4%;
  }
}

@media all and (max-width: 767px) {
  .section-products__btn {
    width: 87.5%;
    bottom: 30px;
  }
}

.hero__btn {
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .hero__btn {
    width: 290px;
    top: 83.4%;
  }
}

@media all and (max-width: 767px) {
  .hero__btn {
    width: 87.5%;
    bottom: 30px;
  }
}


/* ==========================================================================
   MODAL
   ======================================================================= */

.modal-products-info__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media all and (min-width: 768px) {
  .modal-content__wrapper {
    padding: 40px 70px 100px 70px;
  }

  .modal-products-info::after {
    content: "";
    display: block;
    clear: both;
  }

  .modal-products-info__img {
    width: 200px;
    float: left;
  }

  .modal-products-info__img img {
    width: auto;
  }

  .modal-products-info__body {
    margin-left: 200px;
  }

  .modal-products-info__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media all and (max-width: 767px) {
  .modal-products-info__img {
    width: 95px;
    margin: 0 auto 20px auto;
  }

  .modal-products-info__img img {
    width: 100%;
    vertical-align: bottom;
  }

  .modal-products-info__text {
    font-size: 13px;
    line-height: 1.6;
  }
}


.modal-products-materials {
  background: #fff4f4;
  border-radius: 10px;
  margin-top: 20px;
}

.modal-products-materials__header h4 {
  padding: 4px 10px;
  background: #e60012;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.modal-products-materials__body dl {
  margin-top: 10px;
}

.modal-products-materials__body dt {
  color: #e60012;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
}

.modal-products-materials__body dd {
  font-size: 12px;
  line-height: 1.5;
  color: #323232;
}

@media all and (min-width: 768px) {
  .modal-products-materials__header {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .modal-products-materials__body {
    padding: 0 20px 20px 20px;
  }

  .modal-products-materials__header h4 {
    font-size: 12px;
    border-radius: 0 0 10px 10px;
  }

  .modal-products-materials__body dt {
    font-size: 12px;
  }

  .modal-products-materials__body dd {
    font-size: 12px;
  }
}

@media all and (max-width: 767px) {
  .modal-products-materials__header {
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .modal-products-materials__body {
    padding: 0 15px 15px 15px;
  }

  .modal-products-materials__header h4 {
    font-size: 11px;
    border-radius: 0 0 8px 8px;
  }

  .modal-products-materials__body dt {
    font-size: 11px;
  }

  .modal-products-materials__body dd {
    font-size: 10px;
  }
}


.modal-products-table {
  width: 100%;
}

@media all and (min-width: 768px) {
  .modal-products-table::after {
    content: "";
    display: block;
    clear: both;
  }

  .modal-products-table__item {
    width: calc((100% - 21px) / 2);
    margin-right: 20px;
    margin-top: 30px;
    float: left;
  }

  .modal-products-table__item:nth-child(2n) {
    margin-right: 0;
  }

  .modal-products-table__item:nth-child(2n + 1) {
    clear: left;
  }

  .modal-products-table__note {
    font-size: 11px;
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media all and (max-width: 767px) {
  .modal-products-table__item {
    margin-top: 20px;
  }

  .modal-products-table__note {
    font-size: 11px;
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.table-allergy table {
  border: #6a3906 2px solid;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
}

.table-allergy table tr td {
  border-left: #6a3906 1px solid;
  border-top: #6a3906 1px solid;
}

.table-allergy table tr td:first-child {
  border-left: none;
}

.table-allergy table tr:first-child td {
  border-top: none;
}

.table-allergy th {
  background: #6a3906;
  text-align: left;
}

.table-allergy th span {
  display: inline-block;
  padding: 4px 15px;
  color: #FFF;
  font-size: 13px;
}

.table-allergy td {
  font-size: 11px;
  text-align: center;
  padding: 5px 2px;
  color: #6a3906;
  font-weight: bold;
}

.table-allergy td.is-checked {
  background: #e60012;
  color: #fff;
}

@media all and (min-width: 768px) {
  .table-allergy table {
    border-radius: 10px;
  }

  .table-allergy th {
    border-radius: 8px 8px 0 0;
  }

  .table-allergy th span {
    padding: 4px 15px;
    font-size: 13px;
  }

  .table-allergy td {
    font-size: 11px;
    padding: 5px 2px;
  }
}

@media all and (max-width: 767px) {
  .table-allergy table {
    border-radius: 8px;
  }

  .table-allergy th {
    border-radius: 5px 5px 0 0;
  }

  .table-allergy th span {
    padding: 6px 10px;
    font-size: 11px;
  }

  .table-allergy td {
    font-size: 9px;
    padding: 5px 2px;
  }
}

@media all and (min-width: 768px) {
  .modal-products-btn {
    width: 320px;
    margin: 30px auto 0 auto;
  }
}

@media all and (max-width: 767px) {
  .modal-products-btn {
    width: 230px;
    margin: 30px auto 15px auto;
  }
}