@charset "utf-8";

/*** 共通 ***/
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

body {
    overflow-x: hidden;
}

#masthead.site-header{
	margin-bottom: 0;
}

#tofutofu_cat {
    background: #fff;
    color: #231507;
}
.font-kiwi {
    font-family: "Kiwi Maru", serif;
    font-style: normal;
}
.font-sm {
    font-size: 80%;
    font-weight: 500;
}
.t-btn a {
    transition: 0.4s;
}
.t-btn a:hover {
    opacity: 0.6;
}
#topicpath #tofutofu_cat li {
    float: none;
    color: #231507;
    font-weight: normal;
}
#topicpath #tofutofu_cat li:after {
    display: none;
}
#topicpath #tofutofu_cat li a {
    float: none;
    display: block;
}

/*** main_area ***/
.main_area {
    background: url(../img/tofutofu_top/main_bg.jpg) no-repeat;
    background-size: contain;
    background-position-y: 92%;
}
.main_title {
    font-size: 0;
    margin: 0;
    padding-bottom: 10%;
}
.main_recommend {
    margin: 0;
    padding-top: 50%;
}

/*** lead ***/
.lead .lead_img {
    background: url(../img/tofutofu_top/bg_lead.jpg) no-repeat;
    background-size: contain;
    box-sizing: border-box;
    margin: 0;
    padding: 6.5% 2em 4%;
}
.lead .lead_img img {
    margin: 0;
    width: min(42%, 402px);
    margin-left: auto;
    display: block;
}
.lead .lead_inner {
    padding: 1em 2.5em;
    box-sizing: border-box;
    line-height: 2;
}
.lead .point {
    display: flex;
    margin: 3% auto 0;
}
#topicpath .lead .p-list {
    width: 33%;
    margin: 0 2%;
}
.lead .p-title_box {
    display: flex;
}
.lead .p-title_box .p-icon {
    width: min(30%,89px);
    margin: auto 2%;
}
.lead .p-title_box .p-title {
    font-size: min(2vw,24px);
    margin: auto;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2px;
    width: 64%;
}
.lead .p-title_box .p-title .p-sub {
    display: block;
    font-size: 65%;
    color: #231507;
    margin-top: 4px;
    letter-spacing: 1px;
}
.lead .p-text_box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4%;
}
.lead .p-text_box .p-text {
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    line-height: 1.7;
    text-align: justify;
    margin-top: 0.5em;
}
.lead .p-text_box .p-img {
    margin: 0;
}
.lead .t-btn {
    width: min(100%,446px);
    margin: 30px auto 0;
}

.lead .point01 .p-title_box .p-title {
    color: #79b47a;
}
.lead .point01 .p-text_box .p-img {
    margin-top: -8%;
}
.lead .point02 .p-title_box .p-title {
    color: #f8c46f;
}
.lead .point03 .p-title_box .p-title {
    color: #fc8080;
}
/*@media (max-width:768px) {*/
    .lead .lead_img {
        background-size: 124%;
        background-position-x: 52%;
        padding: 6.5% 0em 4%;
    }
    .lead .lead_img img {
        width: min(47%, 402px);
		padding-top: 10%;
    }
    .lead .lead_inner {
        padding: 0em 1.5em 1em;
		margin-top: 15px;
    }
    .lead .point {
        display: block;
    }
    #topicpath .lead .p-list {
        width: 95%;
        margin: 0 auto 6%;
    }
    .lead .p-title_box .p-icon {
        width: min(22%, 89px);
    }
    .lead .p-title_box .p-title {
        font-size: min(5.5vw,24px);
        width: 70%;
    }
    .lead .p-text_box {
        flex-wrap: nowrap;
        align-items: center;
        margin-top: 2%;
    }
    .lead .p-text_box .p-text {
        width: 70%;
        margin: 0;
        margin-right: 1em;
        font-size: min(3.6vw,16px);
    }
    .lead .p-text_box .p-img {
        margin: auto;
        width: 50%;
    }
    .lead .point01 .p-text_box .p-img {
        margin-top: 0;
    }
/*}*/

/*** voice ***/
.voice {
    margin: 4em auto 0;
}
.v-title_box {
    width: min(90%,926px);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.v-title_box .v-imgtitle {
    width: min(33%,285px);
    margin: 0 6% 0 0;
}
.v-title_box .v-title {
    width: 63%;
    margin: auto;
    font-weight: 500;
    font-size: min(2.5vw,27px);
}
.v-title_box .v-title .decoration {
    color: #fc8080;
    background: linear-gradient(transparent 58%, #ffe650 50%);
}
.v-inst_box {
    display: flex;
    padding: 2em 0 0;
    width: min(90%,862px);
    margin: auto;
    flex-direction: row-reverse;
}
.v-inst_box .v-inst_textbox {
    width: 60%;
    margin-left: 6%;
}
.v-inst_box .v-inst_textbox p {
    margin: 0;
    line-height: 2;
    text-align: justify;
}
.v-inst_box .v-inst_mame {
    background-image: url(../img/tofutofu_top/v-inst_mame.png);
    background-repeat: no-repeat;
    background-color: #fff3e8;
    background-size: 30%;
    background-position-y: bottom;
    padding: 20px 3em;
    border-radius: 40px;
    box-sizing: border-box;
    margin-top: 6%;
}
.v-inst_box .v-inst_mame .m-title {
    width: min(70%,266px);
    margin: 3% auto;
}
.v-inst_box .v-inst_mame .m-text {
    font-size: 14px;
    margin-bottom: 7%;
}
.v-inst_box .v-inst_mame .m-btn {
    width: 70%;
    line-height: 0;
    margin-left: auto;
}
.v-inst_box .v-inst {
    width: 36%;
}
.v-inst_box .v-inst .instagram-media {
    width: 100% !important;
}
/*@media (max-width:768px) {*/
    .voice {
        margin: 1em auto 0;
        overflow: hidden;
    }
    .v-title_box {
        width: min(100%,926px);
    }
    .v-title_box .v-imgtitle {
        width: min(53%,285px);
        margin: 0 4% 0 0;
        margin-left: -10%;
    }
    .v-title_box .v-title {
        font-size: min(22px,4.3vw);
        line-height: 1.7;
    }
    .v-inst_box {
        display: block;
        padding: 1em 0 0;
        width: min(100%, 862px);
    }
    .v-inst_box .v-inst_textbox {
        width: 90%;
        margin: 0 auto 1.5em;
    }
    .v-inst_box .v-inst_mame {
        padding: 20px 1.5em;
        margin-top: 3%;
    }
    .v-inst_box .v-inst {
        width: 90%;
        margin: auto;
    }
    .v-inst_box .v-inst .instagram-media {
        min-width: auto !important;
    }
/*}*/

/*** lineup ***/
.lineup {
    background-image: url(../img/tofutofu_top/lu-bg02.png);
    background-repeat: no-repeat;
    background-position-x: 3em;
    background-position-y: 98%;
    background-size: 27%;
    background-color: #f1e5b3;
    margin-top: 1em;
    padding-bottom: 8.5em;
    position: relative;
}
.lu_title-box {
    background: url(../img/tofutofu_top/lu-titlebg.png) no-repeat;
    background-size: contain;
    padding: 9em 0 5.5em;
    position: relative;
    z-index: 1;
}
.lu_title-box .lu_title {
    margin: auto;
    width: min(40%,381px);
}
.lineup::before {
    content: "";
    background: url(../img/tofutofu_top/lu-bg01.png) no-repeat;
    background-size: contain;
    padding: 15% 20%;
    position: absolute;
    top: 21em;
    right: 0;
}

.lu-box {
    background: #fff;
    width: min(90%, 926px);
    margin: 6em auto 0;
    padding: 3em 3em 5em;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}
.lu-box .lu-boxtitle {
    width: min(80%,434px);
    margin: auto;
}
.lu-box p {
    margin: 0;
    line-height: 2;
    text-align: justify;
}
.lu-box .setbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.set-6,
.set-9 {
    margin: 3em auto;
}
.set-6 .s-img {
    width: min(45%, 305px);
}
.set-6 .s-text {
    width: min(60%,428px);
    margin-left: 5%;
}
.set-6 .s-text .s-price {
    margin-top: 20px;
}
.set-6 .s6-btn {
    width: min(80%,602px);
    margin: 30px auto 0;
}

.set-9 .s-img {
    width: min(31%, 250px);
}
.set-9 .s-img .img-main {
    width: min(90%,209px);
    margin: 0 auto 6px;
}
.set-9 .s-img .s-price {
    width: 100%;
}
.set-9 .s-text {
    width: min(60%, 415px);
    margin-left: 5%;
}
.set-9 .s-text .s6-btn {
    width: min(100%,353px);
    margin: 20px auto 0;
}

.lu-list {
    border-top: 1px dashed #ff9766;
    padding-top: 3em;
    display: flex;
    justify-content: center;
}
.lu-list .lu-listset {
    width: 40%;
    margin: 0 2%;
    display: flex;
    flex-direction: column;
}
.lu-list .lu-listset > img {
    border-radius: 40px;
}
.lu-list .lu-listset .product-name {
    font-size: 18px;
    text-align: center;
    color: #ff9766;
}
.lu-list .lu-listset:last-of-type .product-name {
    margin: 2em auto;
}
.lu-list .lu-listset .product-name .font-sm {
    display: block;
    font-weight: bold;
}
.lu-list .lu-listset .lset-btn {
    width: min(100%,318px);
    margin: 0 auto;
    margin-top: auto;
}
@media (max-width: 1100px){
    .lu_title-box {
        padding: 6em 0 6.5em;
    }
}
/*@media (max-width:768px) {*/
    .lineup {
        background-position-x: 0em;
        background-position-y: 101%;
        background-size: 50%;
       padding-bottom: 6em;
    }
    .lineup::before {
        padding: 20% 25%;
        top: 9em;
    }
    .lu_title-box {
        padding: 3.5em 0 3em;
        background-size: 132%;
        background-position: top center;
    }
    .lu_title-box .lu_title {
        width: min(58%, 381px);
    }
    .lu-box {
        margin: 2em auto 0;
        padding: 2em 1em 1em;
    }
    .lu-box .lu-boxtitle {
        width: min(90%, 434px);
    }
    .lu-box .setbox {
        display: block;
    }

    .set-6,
    .set-9 {
        margin: 1em auto 2em;
    }
    .set-6 .s-img {
        width: min(55%, 305px);
        margin: auto;
    }
    .set-6 .s-text {
        width: min(100%, 428px);
        margin: 2% auto 0;
    }
    .set-6 .s-text .product-text {
        font-size: min(3.6vw,16px);
    }
    .set-6 .s6-btn {
        width: min(100%, 602px);
        margin: 20px auto 0;
    }
    .set-9 .s-img {
        width: min(72%, 250px);
        margin: auto;
    }
    .set-9 .s-img .img-main {
        margin: 0 auto 12px;
    }
    .set-9 .s-text {
        width: min(100%, 415px);
        margin: 2% auto 0;
    }
    .set-9 .s-text .product-text {
        font-size: min(3.6vw,16px);
        margin-bottom: 12px;
    }
    .lu-list {
        display: block;
    }
    .lu-list .lu-listset {
        width: 84%;
        margin: 0 auto 3em;
    }
    .lu-list .lu-listset .product-name,
    .lu-list .lu-listset:last-of-type .product-name {
        font-size: min(4vw,18px);
        margin: 1em auto 0.5em;
    }
    .lu-list .lu-listset .product-text {
        font-size: min(3.6vw,16px);
    }
/*}*/