@charset "UTF-8";

/* ============================================
        上書き
============================================= */
@media print, screen and (min-width: 768px) {
    #breadCrumbs {
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 67px;
    }
}

/* --------- 基本設定 --------- */
main *{
    box-sizing: border-box;
}
#content {
    margin: 38px auto 60px;
    width: 89.33vw;
}
#content h1 {
    font-size: 2.1rem;
    font-weight: bold;
    color: #3F2021;
    line-height: 1.19;
    letter-spacing: -0.05em;
    margin: 100px auto 0;
}
#content h1 div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 5px;
}
#content h1 .subtitle_text {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
#content h1 .subtitle_line {
    display: none;
}
/* リンクボタン */
.calorieallergyBtn{
    width: 100%;
    display: block;
    background-color: #F04E98;
    border-radius: 7px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    padding-left: 13px;
    color: #FFF;
    position: relative;
    border: 1px solid #F04E98;
    margin-top: 20px;
}
a.calorieallergyBtn:link, a.calorieallergyBtn:visited {
    color: #FFF;
}
.calorieallergyBtn:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
}
.calorieallergyBtn.reset {
    margin-top: 25px;
    background-color: #FFF;
    color: #C8C8C8;
    border: 1px solid #C8C8C8;
}
.calorieallergyBtn.two_line{
    padding: 6px 15px 6px 13px;
    line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
    #content {
        margin: -12px auto 100px;
        width: 1024px;
    }
    #content h1 {
        font-size: 3.0rem;
    }
    #content h1 div {
        width: 100%;
        margin-top: 22px;
    }
    #content h1 .subtitle_text {
        font-size: 1.6rem;
        margin-right: 45px;
        white-space: nowrap;
    }
    #content h1 .subtitle_line {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #3F2021;
    }
    /* リンクボタン */
    .calorieallergyBtn{
        width: 324px;
        border-radius: 8px;
        padding: 23px 18px;
        font-size: 1.8rem;
        cursor: pointer;
        margin-top: 0;
        transition: 0.5s;
    }
    .calorieallergyBtn:after{
        font-size: 1.8rem;
        right: 18px;
    }
    .calorieallergyBtn.reset {
        margin-top: 0px;
    }
    .calorieallergyBtn:hover,
    a.calorieallergyBtn:hover{
        background-color: #FFF;
        color: #F04E98;
        text-decoration: none;
        opacity: 0.7;
    }
    .calorieallergyBtn.reset:hover {
        background-color: #F04E98;
        color: #FFF;
        opacity: 1;
    }
    a.calorieallergyBtn:link:hover, a.allergySearchBtn:visited:hover{
        color: #F04E98;
    }
    .calorieallergyBtn.two_line{
        padding: 11px 15px 11px 13px;
    }
}


/* --------- アレルギー・エネルギーの切り替えタブ --------- */
.tabArea{
    margin-top: 22px;
}
.tabAreaMenu{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 3px solid #F04E98;
}
.tabAreaMenuItem{
    width: 50%;
    background-color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #F04E98;
    padding: 16px 0 14px;
    border-radius: 6px 6px 0 0;
}
a.tabAreaMenuItem:link, a:visited {
    color: #F04E98;
    text-decoration: none;
}
.tabAreaMenuItem.active{
    background-color: #F04E98;
    color: #FFF;
}
/* 下部のタブメニュー用の上書き */
.tabAreaMenu.tabAreaMenuAfter{
    border-top: 3px solid #F04E98;
    border-bottom: none;
    margin-top: 44px;
}

.tabAreaMenu.tabAreaMenuAfter .tabAreaMenuItem{
    padding: 14px 0 16px;
    border-radius: 0 0 6px 6px;
}

@media print, screen and (min-width: 768px) {
    .tabArea{
        margin-top: 50px;
    }
    .tabAreaMenu{
        border-bottom: 2px solid #F04E98;
    }
    .tabAreaMenuItem{
        font-size: 1.6rem;
        padding: 22px 0 20px;
        border-radius: 7px 7px 0 0;
    }
    /* 下部のタブメニュー用の上書き */
    .tabAreaMenu.tabAreaMenuAfter{
        border-top: 2px solid #F04E98;
        margin-top: 60px;
    }
    .tabAreaMenu.tabAreaMenuAfter .tabAreaMenuItem{
        padding: 20px 0 22px;
        border-radius: 0 0 7px 7px;
    }
}


/* --------- ご注意 --------- */
.allergyCaution{
    margin-top: 25px;
    background-color: #F3F3F3;
    border-radius: 6px;
    padding: 18px 20px 30px;
}
.allergyCaution_box01{
    width: 100%;
}
.allergyCaution_box01_title{
    text-align: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #FFF;
}
.allergyCaution_box01_title img{
    margin: 0 auto;
    display: block;
    width: 25px;
}
.allergyCaution_box01_title span{
    display: block;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #F04E98;
}
.allergyCaution_box01_text{
    margin-top: 18px;
}
.allergyCaution_box01_text p{
    font-size: 1.1rem;
    line-height: 1.5454;
}
.allergyCaution_box02{
    margin-top: 21px;
    background-color: #FFF;
    border-radius: 6px;
    padding: 18px 15px;
}
.allergyCaution_box02 p{
    font-size: 1.1rem;
    line-height: 1.5454;
}
.allergyTopCaution{
    font-size: 1.1rem;
    line-height: 1.5454;
    margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
    .allergyCaution{
        margin-top: 40px;
        border-radius: 13px;
        padding: 29px 28px 30px;
    }
    .allergyCaution_box01{
        display: flex;
        flex-wrap: nowrap;
    }
    .allergyCaution_box01_title{
        width: 84px;
        text-align: left;
        padding-bottom: 0px;
        padding-top: 18px;
        border-bottom: none;
        border-right: 1px solid #FFF;
    }
    .allergyCaution_box01_title img{
        margin: 0 0 0 2px;
        width: 50px;
    }
    .allergyCaution_box01_title span{
        display: block;
        margin-top: 12px;
        font-size: 1.8rem;
    }
    .allergyCaution_box01_text{
        width: 911px;
        margin-top: 0px;
        padding-left: 30px;
    }
    .allergyCaution_box01_text p{
        font-size: 1.8rem;
        line-height: 1.3333;
    }
    .allergyCaution_box02{
        margin-top: 32px;
        border-radius: 12px;
        padding: 27px 30px;
    }
    .allergyCaution_box02 p{
        font-size: 1.8rem;
        line-height: 1.3333;
    }

    .allergyTopCaution{
        font-size: 1.8rem;
        line-height: 1.3333;
        margin-top: 20px;
    }
}


/* --------- アレルギー物質 or 商品一覧 から探す --------- */
.toggleBtnWrap {
    margin: 24px auto 0;
    width: 100%;
    height: 45px;
    position: relative;
    /* overflow: hidden */
}
.toggleBtn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    border-radius: 23px;
    background-color: #F3F3F3;
    transition: border-color .3s;
    cursor: pointer;
    border: none;
}
.toggleBtn::before {
    content: "";
    display: block;
    width: 50%;
    height: 45px;
    background-color: #F04E98;
    border-radius: 23px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform .3s,background-color .3s
}
.toggleBtn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 11px solid #F04E98;
    border-bottom: 0;
    position: absolute;
    top: 40px;
    left: 25%;
    transform: translateX(-50%);
    z-index: 1;
    transition:0.3s;
}
.add-all .toggleBtn::before {
    transform: translateX(100%)
}
.add-all .toggleBtn::after {
    left: 75%;
}
.toggleBtn_inner {
    display: grid;
    place-items: center;
    height: 100%;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    z-index: 2;
    transition: color .3s
}
.toggleBtn_inner.mod-allergy {
    color: #fff
}
.toggleBtn_inner.mod-all{
    color: #F04E98
}
.add-all .toggleBtn_inner.mod-allergy {
    color: #F04E98
}
.add-all .toggleBtn_inner.mod-all{
    color: #fff
}
.contentList {
    margin: 32px auto 0;
    width: 100%
}
.contentList.mod-all{
    display: none
}
.add-all .contentList {
    display: none
}
.add-all .contentList.mod-all{
    display: block
}

@media print, screen and (min-width: 768px) {
    .toggleBtnWrap {
        margin: 62px auto 0;
        height: 60px;
    }
    .toggleBtn {
        border-radius: 30px;
    }
    .toggleBtn::before {
        height: 60px;
        border-radius: 30px;
    }
    .toggleBtn::after {
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 8px solid #F04E98;
        top: 60px;
        left: 25%;
    }
    .toggleBtn_inner {
        font-size: 16px;
    }
    .contentList {
    }
}


/* --------- 検索条件の選択 --------- */
.allergySelection_container{
    width: 100%;
    margin-top: 36px;
}
.allergySelection_container p{
    font-size: 1.3rem;
    line-height: 1.5384;
}
form.allergySelection {
    width: 100%;
    margin: 15px auto;
    /*border: solid 1px #000000;*/
}
fieldset {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.ncludeChoiceLabel {
    width: 43.33333vw;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    font-size: 1.4rem;
    line-height: 1;
    color: #C8C8C8;
    transition: all .2s;
}
.includeChoiceInput {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.includeChoiceInput:checked + .ncludeChoiceLabel {
    background: #3F2021;
    color: #fff;
}
.includeChoiceInput:focus + .ncludeChoiceLabel {
}
.allergySelection_container .allergySelection > p{
    margin-top: 23px;
}
.allergyList {
    margin-top: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 9px;
}
.allergyList label {
    position: relative;
    width: 20.5333vw;
    height: 12vw;
    border: 1px solid #C5C5C5;

}
.allergyList label input {
    display: none; /* デフォルトのinputは非表示にする */
}
.allergyList label span {
    color: #C5C5C5;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.allergyList label:has(input:checked) {
    background: #3F2021;
    border: 1px solid #3F2021;
}
.allergyList label:has(input:checked) span{
    background-color: #3F2021;
    color: #FFF;
}
.allergySelection_container .allergySelection > p.allergySelection_caution{
    font-size: 1.1rem;
    line-height: 1.8181;
    margin-top: 11px;
}

@media print, screen and (min-width: 768px) {
    .allergySelection_container{
        width: 1024px;
        margin-top: 46px;
    }
    .allergySelection_container p{
        font-size: 1.8rem;
        line-height: 1.3333;
    }
    form.allergySelection {
        margin: 28px auto;
    }
    .ncludeChoiceLabel {
        width: 500px;
        padding: 22px;
        border-radius: 10px;
        font-size: 1.8rem;
        cursor: pointer;
    }
    .allergySelection_container .allergySelection > p{
        margin-top: 28px;
    }
    .allergyList {
        margin-top: 28px;
        gap: 13px;
    }
    .allergyList label {
        width: 116px;
        height: 69px;
    }
    .allergyList label span {
        font-size: 1.8rem;
        cursor: pointer;
    }
    .allergySelection_container .allergySelection > p.allergySelection_caution {
        font-size: 1.8rem;
        line-height: 1.3333;
        margin-top: 28px;
    }
    .allergySearch_box{
        width: 678px;
        margin: 58px auto 0;
        display: flex;
        justify-content: space-between;
    }
}


/* --------- 検索結果の表示 --------- */
.allergySearchResult{
    margin-top: 60px;
}
.allergySelection_container p.allergySearchResult_name{
    font-size: 1.4rem;
    line-height: 1.2148;
    color: #F04E98;
}
.allergySelection_container p.allergySearchResult_number{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #F04E98;
    margin-top: 24px;
    text-align: center;
}
ul.caList {
    width: 100%;
    margin-top: 25px;
}
ul.caList li.caListLine {
    width: 100%;
    margin-bottom: 16px;
}
ul.caList li.caListLine.up {
    margin-bottom: 0px;
}
ul.caList li.caListLine .caListLineTitle {
    position: relative;
    background-color: #000;
    margin-bottom: 12px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 29px;
    line-height: 1;
    font-size: 1.3rem;
    color: #FFF;
    text-align: center;
    padding-top: 7px;
}
ul.caList li.caListLine .caListLineTitle:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
    transition: 0.5s;
}
ul.caList li.caListLine.up .caListLineTitle:after {
    content: "\f077";
}
ul.caList li.caListLine .caListLineContent {
    display: none;
    overflow-x: scroll;
}
ul.caList li.caListLine .caListLineContent.simplebarSet {
    padding-bottom: 10px;
    /* margin-bottom: 14px; */
}
ul.caSubList li.caSubListLine {
    margin-bottom: 14px;
}
ul.caSubList li.caSubListLine .caSubListLineTitle {
    position: relative;
    background-color: #F3F3F3;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 29px;
    line-height: 1;
    font-size: 1.3rem;
    color: #000;
    text-align: center;
    padding-top: 7px;
}
ul.caSubList li.caSubListLine .caSubListLineTitle:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
}
ul.caSubList li.caSubListLine.up .caSubListLineTitle:after {
    content: "\f077";
}
ul.caSubList li.caSubListLine .caSubListLineContent {
    display: none;
    /*padding-bottom: 10px;*/
    overflow-x: scroll;
}
ul.caSubList li.caSubListLine.up .caSubListLineContent {
     display: block;
}
.caList table {
    width: 116vw;
    margin-top: 10px;
    /*transform: rotate(180deg);*/
}
.caList table thead th,
.caList table tbody td {
    border: 1px solid #DFDFDF;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5384;
    padding: 12px 19px;
}
.caList table thead th {
    background-color: #F3F3F3;
    color: #000;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.2;
}
.caList table thead th:nth-of-type(1) {
    width: 37.3333vw;
    position: sticky;
    left: 0;
    background-color: #F3F3F3;
}
.caList table thead th:nth-of-type(1):before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
}
.caList table tbody td:nth-of-type(1) {
    font-weight: bold;
    text-align: center;
    position: sticky;
    left: 0;
    background-color: #FFF;
}
.caList table tbody td:nth-of-type(1):before  {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    z-index: -10;
}
.caList table tbody td:nth-of-type(2) {
    text-align: left;
}
.caList table tbody tr td a {
    color: #000;
    text-decoration: underline;
}
/*注意書き*/
.caSubListLine .calComment{
    margin-top: 5px;
    font-size: 1.3rem;
    line-height: 1.5384;
    display: none;
}
.caListLine > .calComment{
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 1.3rem;
    line-height: 1.5384;
    display: none;
}
.caListLine > .simplebarSet_noSet + .calComment{
    margin-top: -5px;
}
.caSubListLine.up .calComment,
.caListLine.up > .calComment{
    display: block;
}

/* simplebar */
.simplebarSet {
    overflow-x: scroll;
}
.scroll__inner {
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
    display: none; /* Chrome, Safari 対応 */
}
.simplebar-scrollbar::before {
    background: #C8C8C8;
    border-radius: 2px;
    height: 4px !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 1;
}
.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}
.simplebar-track {
    background: #F3F3F3;
    height: 4px !important;
    border-radius: 2px;
    transform: scaleX(0.582) translateX(35.5%);
    top: 0;
}

@media print, screen and (min-width: 768px) {
    .allergySearchResult{
        margin-top: 69px;
    }
    .allergySelection_container p.allergySearchResult_name{
        font-size: 1.8rem;
        line-height: 1;
    }
    .allergySelection_container p.allergySearchResult_number{
        font-size: 1.8rem;
        font-weight: normal;
        margin-top: 29px;
        text-align: left;
    }
    ul.caList {
        margin-top: 40px;
    }
    ul.caList:hover {
        cursor: pointer;
    }
    ul.caList li.caListLine {
        margin-bottom: 22px;
    }
    ul.caList li.caListLine .caListLineTitle {
        margin-bottom: 20px;
        border-radius: 8px;
        height: 34px;
        font-size: 1.6rem;
        padding-top: 8px;
    }
    ul.caList li.caListLine .caListLineTitle:after {
        right: 10px;
        font-size: 1.6rem;
    }
    ul.caList li.caListLine .caListLineContent.simplebarSet {
        padding-bottom: 0px;
        /*margin-bottom: 22px;*/
    }
    ul.caList li.caListLine .caListLineContent {
        overflow-x: auto;
    }
    ul.caSubList li.caSubListLine {
        margin-bottom: 22px;
    }
    ul.caSubList li.caSubListLine .caSubListLineTitle {
        margin-bottom: 20px;
        border-radius: 8px;
        height: 34px;
        font-size: 1.6rem;
        padding-top: 8px;
        overflow-x: auto;
    }
    ul.caSubList li.caSubListLine .caSubListLineTitle:after {
        right: 10px;
        font-size: 1.6rem;
    }
    ul.caSubList li.caSubListLine .caSubListLineContent {
        padding-bottom: 0px;
        overflow-x: auto;
    }
    .caList table {
        width: 100%;
        margin-top: 0px;
    }
    .caList table thead th,
    .caList table tbody td {
        font-size: 1.2rem;
        line-height: 1.166666;
        padding: 20px 10px;
    }
    .caList table thead th {
        font-size: 1rem;
        line-height: 1;
        padding: 16px 5px;
    }
    .caList table thead th:nth-of-type(1) {
        width: 260px;
    }
    .caList table tbody td:nth-of-type(2) {
        text-align: center;
    }
    /* 商品一覧から探す用の上書き */
    .mod-all ul.caList {
        margin-top: 66px;
    }

    .caSubListLine.up .calComment, .caListLine.up > .calComment {
        margin-top: 5px;
        margin-bottom: 22px;
    }
    .caListLine.up > .simplebarSet_noSet + .calComment{
        margin-top: -10px;
    }
}


/* --------- PDFのリンクボタン --------- */
.calorieallergy_button{
    margin-top: 60px;
}
.calorieallergy_button .calorieallergyBtn:nth-of-type(1){
    margin-top: 0px;
}

@media print, screen and (min-width: 768px) {
    .calorieallergy_button{
        width: 100%;
        margin-top: 104px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px 24px;
    }
    .calorieallergy_button a{
        width: 500px;
    }
}


/* --------- エネルギーページ用 --------- */
.energyContent ul.caList {
    margin-top: 35px;
}
.energyContent .tabAreaMenu{
    border-bottom: 3px solid #F04E98;
}
.energyContent .tabAreaMenuItem{
    color: #F04E98;
}
.tabAreaMenuItem.energy.active{
    background-color: #F04E98;
    color: #FFF;
}
.energyContent .tabAreaMenu.tabAreaMenuAfter{
    border-top: 3px solid #F04E98;
    border-bottom: none;
}
/* フレーバーの場合のテーブル */
.caList table.tableFlavorEnergy {
    width: 214vw;
    margin-top: 10px;
}
.caList table.tableFlavorEnergy thead th, .caList table.tableFlavorEnergy tbody td {
    padding: 12px 6px;
}
.caList table.tableFlavorEnergy tbody td {
    width: 22vw;
}
.energyContent .caList table tbody td:nth-of-type(2),
.caList table.tableFlavorEnergy tbody td:nth-of-type(2) {
    text-align: center;
}
/* スライドする必要がないテーブル */
 .caList .simplebarSet_noSet table{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
 .caList .caListLineContent.simplebarSet_noSet table{
    margin-bottom: 15px;
}
.energyContent_caution{
    margin-top: 13px;
    font-size: 1.3rem;
    line-height: 1.5384;
}

@media print, screen and (min-width: 768px) {
    .energyContent ul.caList {
        margin-top: 65px;
    }
    .energyContent .tabAreaMenu{
        border-bottom: 2px solid #F04E98;
    }
    .energyContent .tabAreaMenu.tabAreaMenuAfter{
        border-top: 2px solid #F04E98;
    }
    /* フレーバーの場合のテーブル */
    .caList table.tableFlavorEnergy {
        width: 100%;
        margin-top: 0px;
    }
    .caList table.tableFlavorEnergy th{
        line-height: 1.2;
    }
    .caList table.tableFlavorEnergy thead th, .caList table.tableFlavorEnergy tbody td {
        padding: 10px 10px;
    }
    .caList table.tableFlavorEnergy tbody td {
        width: 127px;
    }
    .energyContent_caution{
        margin-top: 27px;
        font-size: 1.8rem;
        line-height: 1.3333;
    }
}
