/* リセット */
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  line-height: 1.8;
}
body {
  min-height: 100vh;
  min-width: 320px;
  max-width: 19200px;
  margin: 0 auto;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: "Roboto","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1F1F1F;
}
a{
    color: #1F1F1F;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:hover img{
    opacity: .85;
}
ul,
ol{
  list-style: none;
  padding: 0;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: inline-block;vertical-align:top;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* レイアウト */

.headerWrapper{
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    justify-content: center;
}
.header{
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
    width: 100%;
    max-width: 1720px;
}
.header_navList_item{
    display: inline-block;
    margin-left: 50px;
}

.headTitle{
    background: #1f1f1f;
    padding: 20px 10px 25px;
    text-align: center;
}
.footer{
    text-align: center;
    background: #1F1F1F;
    color: #fff;
    padding: 40px 10px 25px;
}
.footer_logo{
    width: 20%;
    max-width: 167px;
    min-width: 90px;
}
.footer_navList{
    padding: 30px 0;
}
.footer_navList_item{
    font-size: 13px;
    border-left: 1px solid #fff;
    display: inline-block;
    padding: 0 20px;
    line-height: 1.3;
}
.footer_navList_item:first-of-type{
    border-left: none;
}
.footer_navList_link{
    color: #fff;
}
/* コンポーネント */

.title-01{
    color:#DB5331;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
.box-promise_title .title-01{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.box-promise_title-right .title-01{
    justify-content: end;
}
.title-02{
    font-size: 28px;
    text-align: center;
    padding: 10px;
    line-height: 1.65;
}
.box-promise_title .title-02{
    text-align: left;
    padding: 0 0 10px 0;
}
.box-promise_title-right .title-02{
    text-align: right;
}
.title-03{
    font-size: 20px;
    border-bottom: 1px solid #DB5331;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.title-04{
    font-size: 24px;
    line-height: 1.65;
    margin-bottom: 10px;
}
.title-04::before{
    content: '';
    background: url(../images/common/point-title.svg);
    width: 23px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
}
.text-01{
    font-size: 20px;
    line-height: 2;
    margin-top: 5px;
}
.text-01-center{
    text-align: center;
}
.section{
    padding: 50px 15px;
}
.section-yellow{
    background: #FFF9EB;
}
.section-beige{
    background: #FEF2DA;
    margin: 40px auto 15px;
    padding: 20px;
    max-width: 1150px;
}
.section-gray{
    background: #F5F5F5;
}
.contents{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.reasonList{
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.reasonList_item_img{
    width: 100%;
    max-width: 265px;
    height: auto;

}
.itemList{
    display: flex;
    max-width: 820px;
    margin: 30px auto;
    justify-content: space-between;
}
.itemList_item{
    width: 48%;
    max-width: 375px;
}
.itemList_link{
    display: flex;
    flex-direction: column;
    font-size: 22px;
    line-height: 3;
    position: relative;
}
.itemList_link::after{
    content: "# 新発売";
    border: 1px solid #DB5331;
    color: #DB5331;
    border-radius: 30px;
    padding: 5px 15px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 1.2em;
    display: inline-block;
    font-size: .75em;
}
.itemList_img{
    height: auto;
}
.buttonArea{
    text-align: center;
    padding: 20px 0;
}
.button{
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    min-width: 250px;
    max-width: 330px;
    width: 50%;
    background: #1f1f1f;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
.button:hover{
    text-decoration: none;
    opacity: .85;
}
.button-cta{
    height: 90px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 24px;
    justify-content: center;
    width: 100%;
    max-width: 346px;
    font-weight: 500;
}
.button-green{
    background: #39A354;
}
.button-orange{
    background: #DB5331;
}
.box-eiyo-01{
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.box-eiyo-01_01{
    width: 60%;
    text-align: center;
}
.box-eiyo-01_02{
    padding-top: 30px;
    display: flex;
    width: 360px;
    flex-direction: column;
}
.box-eiyo-01_img{
    margin-top: 20px;
    height: auto;
}
.box-eiyo-01_chart{
    height: auto;
    max-width: 100%;
}
.box-eiyo-02{
    max-width: 1000px;
    padding: 40px 20px 0;
    margin-left: auto;
    margin-right: auto;
}
.box-eiyo-02_chart{
    height: auto;
    max-width: 100%;
    margin-top: 20px;
}
.box-promise{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.box-promise_title_img{
    margin-left: 10px;
}
.box-promise_data{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-promise_data-reverse{
    flex-direction: row-reverse;
}
.box-promise_data_img{
    width: 50%;
    max-width: 500px;
    height: auto;
}
.box-promise_data_text{
    font-size: 24px;
    line-height: 2;
    margin-top: 5px;
    width: 47%;
}
.box-item{
    max-width: 780px;
    margin: 0 auto;
}
.box-item_img{
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
}
.box-item-detail{
    max-width: 1000px;
    margin: 50px auto;
}
.box-white{
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 40px;
}
.box-gray{
    background: #F1ECE1;
    padding: 3px 20px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}
.box-gray::before{
    content: '';
    background: url(../images/common/icon-microwave-oven.svg);
    width: 30px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1;
}
.ingredientListWrapper{
    margin: 0 0 50px;
}
.ingredientList{
    display: flex;
    justify-content: space-between;
    padding: 0;
    
}
.ingredientList_item{
    width: 32%;
    border-collapse: collapse;
}
.ingredientList_title{
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #CDB99A;
    padding: 1px 15px;
    font-weight: normal;
    font-size: 20px;
}
.ingredientList_data{
    text-align: right;
    background: #fff;
    border-bottom: 1px solid #CDB99A;
    padding: 1px 15px;
    font-size: 20px;
}
.asideLsit{
    font-size: 12px;
    padding-top: 10px;
    line-height: 1.6;
    margin-bottom: -3px;
}
.box-promise_data .asideLsit{
    margin-top: 20px;
    font-size: 14px;
}
.asideLsit_item{
    margin-bottom: 3px;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.asideLsit_item::before{
    content: '※ ';
}
.accordion {
    max-width: 1000px;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
}
.accordion:first-of-type{
    margin-top: 20px;
}
.accordion:last-of-type{
    margin-bottom: 30px;
}
.accordion_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: .5em .8em .5em 0;
    font-weight: 600;
    cursor: pointer;
    font-size: 24px;
    border-bottom: 1px solid #000;
}

.accordion_title::-webkit-details-marker {
    display: none;
}

.accordion_title::after {
    transform: translateY(-25%) rotate(45deg);
    width: 14px;
    height: 14px;
    margin-left: 10px;
    border-bottom: 3px solid #333333;
    border-right: 3px solid #333333;
    content: '';
    transition: transform .3s;
}
.accordion[open] .accordion_title::after {
    transform: rotate(225deg);
}
.accordion_data {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 0 1em;
    padding: 1em 1em 1em;
    transition: transform .5s, opacity .5s;
    font-size: 20px;
    background: #fff;
}
.accordion[open] .accordion_data {
    transform: none;
    opacity: 1;
}
.ctaArea{
    border-top:1px solid #000;
    padding: 50px 10px 60px;
}
.ctaArea_inner{
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ctaList{
    display: flex;
    justify-content: space-between;
}
.ctaList_item{
    width: 346px;
}
.ctaText{
    margin-top: 50px;
    font-size: 20px;
    text-decoration: underline;
    display: inline-block;
}
.ctaText:hover{
    text-decoration: none;
}

/* 汎用セレクタ */
.t-c{
    text-align: center;
}
.fw-500{
    font-weight: 500;
}
.br-10{
    border-radius: 10px;
}
.slash::before{
    content: '';
    width: 1em;
    height: 1em;
    border-left: 1px solid;
    transform: translateY(-25%) rotate(-45deg);
    display: inline-block;
}
.slash::after{
    content: '';
    width: 1em;
    height: 1em;
    border-right: 1px solid;
    transform: translateY(-25%) rotate(45deg);
    display: inline-block;
}
.green{
    color: #39A354;
    border-color: #39A354;
}
.orange{
    color: #DB5331;
    border-color: #DB5331;
}
.white{
    color: #fff;
    border-color: #fff;
}
.mw-1720{
    max-width: 1720px;
}
.m-auto{
    margin-left: auto;
    margin-right: auto;
}
.d-ib{
    display: inline-block;
}
.d-b{
    display: block;
}
.pb-0 {
    padding-bottom: 0;
}
.border-top{
    border-top: 1px solid #1f1f1f;
}
@media screen and (max-width: 1160px) {
    .header{
        padding: 3%;
    }
    .header_navList{
        width: 70%;
        text-align: right;
    }
    .header_navList_item{
        margin-left: 8%;
    }
    .section{
        padding: 40px 25px;
    }
    .box-promise_data{
        margin-top: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .title-01,.text-01,.button,.title-03,.accordion_data,.ctaText,.ingredientList_title,.ingredientList_data{
        font-size: 18px;
    }
    .title-02{
        font-size: 24px;
    }
    .itemList{
        margin: 20px auto 10px;
    }
    .itemList_link{
        font-size: 19px;
    }
    .box-promise_data_text{
        font-size: 20px;
    }
    .box-promise_data .asideLsit{
        font-size: 12px;
    }
    .accordion_title,.title-04{
        font-size: 20px;
    }
    .button-cta{
        font-size: 20px;
        height: 80px;
    }
    .box-item_img{
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 850px) {
    .header_navList_item{
        background: rgba(255,255,255,.3);
        border-radius: 2px;
        padding: 0 5px;
    }
    .reasonList{
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: -10px;
    }
    .reasonList_item{
        margin-top: 20px;
    }
    .box-eiyo-01_01{
        width: 65%;
        text-align: left;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .title-01,.text-01,.button,.title-03,.accordion_data,.ctaText,.title-04{
        font-size: 17px;
    }
    .title-02{
        font-size: 21px;
    }
    .itemList_link{
        font-size: 17px;
    }
    .box-promise_data_text{
        font-size: 18px;
    }
    .ingredientList_title,.ingredientList_data{
        font-size: 14px;
    }
    .box-promise_data .asideLsit{
        font-size: 12px;
    }
    .accordion_title{
        font-size: 17px;
    }
    .button-cta{
        font-size: 19px;
        height: 70px;
    }
    .ctaList{
        justify-content: space-around;
    }
    .ctaList_item{
        width: 40%;
    }
    .box-promise_data{
        margin-top: 10px;
    }
    .box-item-detail{
        margin: 30px auto;
    }
    .ingredientListWrapper{
        margin: 0 0 40px;
    }
    .box-white{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .ingredientListWrapper{
        width: 100%;
        overflow-x: scroll;
    }
    .ingredientList{
        width: 700px;
    }
}
@media screen and (max-width: 640px) {
    .pcOnly{
        display: none;
    }
    .text-01-center{
        text-align: left;
    }
    .itemList{
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .itemList_item{
        width: auto;
        margin-top: 30px;
    }
    .box-eiyo-01{
        flex-direction: column;
    }
    .box-eiyo-01_01{
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .box-eiyo-01_02{
        width: 100%;
        margin-top: 10px;
    }
    .box-eiyo-01_img{
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0;
    }
    .box-eiyo-02_chartArea{
        width: 100%;
        overflow-x: scroll;
    }
    .box-eiyo-02_chart{
        width: 700px;
        max-width: 700px;
    }
    .box-promise_data{
        flex-direction: column;
    }
    .box-promise_title-right .title-01{
        justify-content: start;
    }
    .box-promise_title-right .title-02{
        text-align: left;
    }
    .box-promise_data_img{
        width: 100%;
        max-width: 400px;
        margin-top: 10px;
    }
    .box-promise_data_text{
        width: 100%;
        margin-top: 30px;
    }
    .box-item_img{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 560px) {
    .header_navList_item.header_navList_item-top{
        background: none;
        padding: 0;
    }
    .header_logo{
        margin: 6% 7%;
        width: 85px;
    }
    .ctaList{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -30px;
    }
    .ctaList_item{
        width: 100%;
        margin-top: 30px;
        max-width: 290px;
    }
    .title-02{
        font-size: 20px;
    }
}