@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/products/local_header.png) 50% 0 no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px){
  .local-header__title{
    background: url(../img/products/local_header_sp.png) 50% 0 no-repeat;
    background-size: 320px 64px;
  }
}
/* ==========================================================================
   hero
   ======================================================================= */
.hero{
  width: 100%;
  position: relative;
  background: #f7e253;
}
.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/products/_dummy1.png) 50% 0 no-repeat;*/
    background-size: cover;
  }
  .hero__wrapper::before{
    content: "";
    width: 1px;
    display: block;
    padding-top: 75%;
  }
  .hero__lead{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 5.4%;
  }
  .hero__lead br{
    display: none;
  }
  .hero__btn{
    width: 290px;
    position: absolute;
    left: 50%;
    margin-left:-145px;
    top: 88.3%;
  }
}
@media all and (max-width: 767px){
  .hero__wrapper{
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 402px;
    /*background: url(../img/products/_dummy1_sp.png) 50% 0 no-repeat;*/
    background-size: 320px 402px;
  }
  .hero__lead{
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 14px;
  }
  .hero__btn{
    width: 250px;
    position: absolute;
    left: 50%;
    margin-left:-125px;
    bottom: 30px;
  }
}

.char__01{
  display: inline-block;
  position: absolute;
  -webkit-animation: rotate3 1.2s linear 0s infinite normal;
          animation: rotate3 1.2s linear 0s infinite normal;
}
@media all and (min-width: 768px){
  .char__01{
    background: url(../img/products/char_01.png) 0 0 no-repeat;
    background-size: cover;
    width: 23.23%;
    left: 50%;
    margin-left: -46.9%;
    top: 31%;
  }
  .char__01::before{
    content: "";
    display: block;
    padding-top: 113.92%;
  }
}
@media all and (max-width: 767px){
  .char__01{
    background: url(../img/products/char_01_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 79px;
    height: 90px;
    left: 50%;
    margin-left: -165px;
    top: 155px;
  }
}

.product{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .product{
    background: url(../img/products/product.png) 0 0 no-repeat;
    background-size: cover;
    width: 38.543%;
    left: 50%;
    margin-left: -19.4%;
    top: 12.9%;
  }
  .product::before{
    content: "";
    display: block;
    padding-top: 129.46%;
  }
}
@media all and (max-width: 767px){
  .product{
    background: url(../img/products/product_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 180px;
    height: 231px;
    left: 50%;
    margin-left: -90px;
    top: 83.5px;
  }
}

.copy{
  display: inline-block;
  position: absolute;
  -webkit-animation: bound 1.25s ease 1.25s infinite both;
          animation: bound 1.25s ease 1.25s infinite both;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media all and (min-width: 768px){
  .copy{
    background: url(../img/products/copy.png) 0 0 no-repeat;
    background-size: cover;
    width: 29.48%;
    left: 50%;
    margin-left: 19.4%;
    top: 12%;
  }
  .copy::before{
    content: "";
    display: block;
    padding-top: 100.354%;
  }
}
@media all and (max-width: 767px){
  .copy{
    background: url(../img/products/copy_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 72px;
    height: 139px;
    left: 50%;
    margin-left: 85px;
    top: 70px;
  }
}

.char__02{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__02{
    background: url(../img/products/char_02.png) 0 0 no-repeat;
    background-size: cover;
    width: 23.646%;
    left: 50%;
    margin-left: 28%;
    top: 59.9%;
  }
  .char__02::before{
    content: "";
    display: block;
    padding-top: 130.4%;
  }
}
@media all and (max-width: 767px){
  .char__02{
    background: url(../img/products/char_02_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 71px;
    height: 125px;
    left: 50%;
    margin-left: 90px;
    top: 221px;
  }
}


/* ==========================================================================
   lineup
   ======================================================================= */
.section-lineup{
}
@media all and (min-width: 768px){
  .section-lineup .section__wrapper{
    /*background: url(../img/products/_dummy2.png) 50% 0 no-repeat;*/
    background-size: cover;
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 767px){
  .section-lineup .section__wrapper{
    /*background: url(../img/products/_dummy2_sp.png) 50% 0 no-repeat;*/
    background-size: 320px 730px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.lineup__header span{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  display: block;
}

@media all and (min-width: 768px){
  .lineup__header{
     width: 438px;
     margin: 0 auto 40px auto;
  }
  .lineup__header span{
    width: 438px;
    height: 40px;
    background: url(../img/products/lineup_title.png) 50% 0 no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px){
  .lineup__header{
     width: 280px;
     margin: 0 auto 25px auto;
  }
  .lineup__header span{
    width: 280px;
    height: 60px;
    background: url(../img/products/lineup_title_sp.png) 50% 0 no-repeat;
    background-size: cover;
  }
}

.lineup__img img{
  vertical-align: bottom;
}
@media all and (min-width: 768px){
  .lineup__body{
    width: 710px;
    margin: 0 auto;
  }
  .lineup__body::after{
    content: "";
    display: block;
    clear: both;
  }
  .lineup__item{
    width: 290px;
    margin-right: 120px;
    float: left;
  }
  .lineup__item:nth-child(2n){
    margin-right: 0;
  }
  .lineup__item:nth-child(2n + 1){
    clear: left;
  }
  .lineup__name{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .lineup__img{
    text-align: center;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px){
  .lineup__item{
    width: 250px;
    margin: 0 auto 30px auto;
  }
  .lineup__name{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .lineup__name span{
    font-size: 12px;
  }
  .lineup__img{
    text-align: center;
    margin-bottom: 25px;
  }
}


.char__03{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__03{
    background: url(../img/products/char_03.png) 0 0 no-repeat;
    background-size: cover;
    width: 16%;
    left: 50%;
    margin-left: -52%;
    top: 21.5%;
  }
  .char__03::before{
    content: "";
    display: block;
    padding-top: 156.1%;
  }
}

@media all and (min-width: 1280px){
  .char__03{
    width: 30.63%;
    margin-left: -69.7%;
    top: -13.5%;
  }
}

@media all and (max-width: 767px){
  .char__03{
    background: url(../img/products/char_03_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 54px;
    height: 118px;
    left: 50%;
    margin-left: -128px;
    top: 179px;
  }
}

.char__04{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__04{
    background: url(../img/products/char_04.png) 0 0 no-repeat;
    background-size: cover;
    width: 5.5%;
    left: 50%;
    margin-left: -3%;
    top: 39.9%;
  }
  .char__04::before{
    content: "";
    display: block;
    padding-top: 203.8%;
  }
}

@media all and (min-width: 1280px){
  .char__04{
    width: 8.23%;
    margin-left: -4.2%;
    top: 39.9%;
  }
}

@media all and (max-width: 767px){
  .char__04{
    background: url(../img/products/char_04_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 35px;
    height: 103px;
    left: 50%;
    margin-left: 80px;
    top: 214px;
  }
}

.char__05{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__05{
    background: url(../img/products/char_05.png) 0 0 no-repeat;
    background-size: cover;
    width: 16%;
    left: 50%;
    margin-left: 36.6%;
    top: 50%;
  }
  .char__05::before{
    content: "";
    display: block;
    padding-top: 100%;
  }
}

@media all and (min-width: 1280px){
  .char__05{
    width: 30.42%;
    margin-left: 38.8%;
    top: 37%;
  }
}

@media all and (max-width: 767px){
  .char__05{
    background: url(../img/products/char_05_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 51px;
    height: 131px;
    left: 50%;
    margin-left: -131px;
    top: 517px;
  }
}

.char__06{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__06{
display: none;
  }
}
@media all and (max-width: 767px){
  .char__06{
    background: url(../img/products/char_06_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 48px;
    height: 127px;
    left: 50%;
    margin-left: 77.5px;
    top: 573px;
  }
}


/* ==========================================================================
   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;
  }
}
