@charset "UTF-8";

/* ============================================
        上書き
============================================= */
main {
    padding-bottom: 60px;
}
main * {
    box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
    main {
        padding-bottom: 100px;
    }
}

/* ============================================
        よくあるご質問
============================================= */

h1{
    font-size: 2.1rem;
    font-weight: bold;
    color: #3F2021;
    line-height: 1;
    width: 89.33vw;
    margin: 45px auto 0;
}
h1 div{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
}
h1 .subtitle_text{
    font-size: 1.3rem;
    font-weight: normal;
    margin-right: 12px;
    white-space: nowrap;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
h1 .subtitle_line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3F2021;
}
.faqWrap {
    border-top: #C8C8C8 1px solid;
    padding: 12px 0 0;
    margin: 0 5.333vw;
    width: 89.334vw;
}
.faqWrap.firstChild {
    border-top: none;
    margin-top: 10px;
}
.faqQuestion {
    font-size: 1.3rem;
    line-height: 1.54;
    margin-bottom: 10px;
}
.faqQuestionText {
    display: inline-block;
    vertical-align: top;
    color: #000;
    padding-right: 25px;
    width: calc(89.333vw - 25px - 25px);
    position: relative;
}
.faqQuestionText.faqArrow:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 6.5px;
    background: url(../../faq/image/faq_icon_down.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 8px;
}
.faqQuestionText.faqArrow.up:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 6.5px;
    background: url(../../faq/image/faq_icon_up.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.faqAnswer {
    display: none;
    font-size: 1.3rem;
    line-height: 1.54;
    margin-bottom: 10px;
}
.faqAnswerText {
    display: inline-block;
    vertical-align: top;
    /*color: #F04E98;*/
    width: calc(89.333vw - 25px);
}

@media print, screen and (min-width: 768px) {
    h1{
        font-size: 3.0rem;
        width: 1024px;
        margin: -12px auto 0;
    }
    h1 div{
        width: 100%;
        margin-top: 22px;
    }
    h1 .subtitle_text{
        font-size: 1.6rem;
        margin-right: 13px;
    }
    .faqWrap {
        padding: 28px 0 20px;
        margin: 0 auto;
        width: 1024px;
    }
    .faqWrap.firstChild {
        margin-top: 20px;
    }
    .faqQuestion {
        font-size: 1.6rem;
        line-height: 1.625;
        margin: 0 auto;
        width: 1024px;
		cursor: pointer;
    }
    .faqQuestionQ {
        vertical-align: top;
        background: url(/media/image/contact/faq_circle.svg) no-repeat left top;
        font-size: 1.3rem;
        padding-left: 5px;
    }
    _:-ms-lang(x)::-ms-backdrop, .faqQuestionQ {
        vertical-align: 6px;
		padding-top: 2px;
        background-size: 20px 20px;
    }
    .faqQuestionText {
        vertical-align: top;
        line-height: 1.35;
        padding-right: 35px;
        width: 914px;
    }
    #faqList .faqQuestionText {
        width: 954px;
    }
    _:-ms-lang(x)::-ms-backdrop, .faqQuestionText {
		padding-top: 2px;
    }
    .faqQuestionText.faqArrow:after {
        content: "";
        display: inline-block;
        width: 15.4px;
        height: 9.1px;
        background: url(../../faq/image/faq_icon_down.svg) no-repeat;
        background-size: contain;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .faqQuestionText.faqArrow.up:after {
        content: "";
        display: inline-block;
        width: 15.4px;
        height: 9.1px;
        background: url(../../faq/image/faq_icon_up.svg) no-repeat;
        background-size: contain;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .faqAnswer {
        font-size: 1.6rem;
        line-height: 1.625;
        margin: 0 auto;
        width: 1024px;
    }
    .faqAnswerA {
        font-size: 1.3rem;
        padding-left: 5px;
        vertical-align: 0;
    }
    .faqAnswerText {
        width: 900px;
        margin-top: 5px;
        font-size: 1.8rem;
        line-height: 1.625;
    }
}


/* ============================================
        よくあるご質問：2段アコーディオン部分
============================================= */

ul#faqList2 {
    width: 100%;
    margin: 5px auto 0;
    padding: 0 calc(100vw / 375 * 20);
    box-sizing: border-box;
}
ul#faqList2 li.faqListLine {
    border-bottom: solid 1px #DFDFDF;
    box-sizing: border-box;
}
ul#faqList2 li.faqListLine .faqListLineTitle {
}
ul#faqList2 li.faqListLine .faqListLineTitle .inner {
    padding: 20px 18.9333vw 25px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1667;
    position: relative;
}
ul#faqList2 li.faqListLine .faqListLineTitle .inner:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 6.5px;
    background: url(../../faq/image/faq_icon_down.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
ul#faqList2 li.faqListLine.up .faqListLineTitle .inner:after {
    background: url(../../faq/image/faq_icon_up.svg) no-repeat;
}

.faqWrap2 {
    display: none;
    margin-top: 0px;
}
.faqQuestion2 {
    font-size: 1.4rem;
    line-height: 1.6551;
    display: flex;
    align-items: flex-start;
}
.faqAnswer2 {
    font-size: 1.3rem;
    line-height: 1.54;
}
.faqAnswer2 .inner {
    display: none;
}
.faqAnswer2 .buttonBlack {
    margin: 18px 0 0 -25px;
    width: 89.333vw;
}
.faqAccordion_container{
    background-color: #F3F3F3;
    border-radius: 6px;
    padding: 12px 16px;
    margin-top: 15px;
}
.faqWrap2 .faqAccordion_container:first-child{
    margin-top: 0px;
}
.faqWrap2 .faqAccordion_container:nth-last-child(1){
    margin-bottom: 20px;
}
.faq_icon_q{
    display: block;
    margin-right: 6px;
    width: 21px;
}
.faq_icon_a{
    display: block;
    margin-right: 6px;
    width: 21px;
}
.faqAnswer_inner{
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}
.dryiceContainer{
    width: 100%;
}
.dryiceTitle {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	color: #F04E98;
	text-align: center;
	margin: 22px 0 18px;
}
.summaryText {
    color: #000;
	margin: 0 0 18px;
}
.dryice4cWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}
.dryice4cBox {
	position: relative;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 6px;
	width: 48.51%;
	padding: 27.733vw 3.955% 18px;
	margin-bottom: 2.667vw;
}
.dryice4cBox:nth-child(n+3) {
	margin-bottom: 0;
}
.dryice4cBox p {
    color: #000;
	font-size: 1.1rem;
	line-height: 1.5;
}
.dryice4cBox img {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
.dryice4cBox img.icon01 {
	width: 40.31%;
	top: 6.933vw;
}
.dryice4cBox img.icon02 {
	width: 50.46%;
	top: 8.267vw;
}
.dryice4cBox img.icon03 {
	width: 22.31%;
	top: 5.6vw;
}
.dryice4cBox img.icon04 {
	width: 65.08%;
	top: 9.6vw;
}
.dryiceCautionText {
    color: #000;
	font-size: 1.1rem;
	line-height: 1.5;
}
.flavorBoxWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 8px -25px;
    width: 80vw;
}
.flavorBox {
    text-align: center;
    margin: 0 4.0vw 20px 0;
    width: 40vw;
}
.flavorBox img {
    margin-bottom: 20px;
    width: 42.667vw;
}
.flavorBox p {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.0;
    width: 42.667vw;
}
.flavorBox:nth-child(n+1) {
    margin-right: 0;
}

@media print, screen and (min-width: 768px) {
    ul#faqList2 {
        width: 1024px;
        padding: 0;
    }
    ul#faqList2 li.faqListLine .faqListLineTitle {
        /* padding: 0 20px; */
		cursor: pointer;
    }
    ul#faqList2 li.faqListLine .faqListLineTitle .inner {
        /*height: 60px;*/
        line-height: 1;
        font-size: 2.2rem;
        padding: 33px 0;
    }
    ul#faqList2 li.faqListLine .faqListLineTitle .inner:after {
        content: "";
        display: inline-block;
        width: 15.4px;
        height: 9.1px;
        background: url(../../faq/image/faq_icon_down.svg) no-repeat;
        background-size: contain;
        position: absolute;
        right: 31px;
        top: 50%;
        transform: translateY(-50%);
    }
    ul#faqList2 li.faqListLine.up .faqListLineTitle .inner:after {
        background: url(../../faq/image/faq_icon_up.svg) no-repeat;
    }
    ul#faqList2 li.faqListLine .faqListLineTitle .letterSpacing {
        letter-spacing: 0;
    }
	ul#faqList2 li.faqListLine .faqListLineTitle:hover .inner {
		color: #F04E98;
		cursor: pointer;
	}
    ul.faqSubList li.faqSubListLine .faqSubListLineTitle {
        padding: 0 20px;
    }
    ul.faqSubList li.faqSubListLine .faqSubListLineTitle .inner {
        height: 50px;
        line-height: 50px;
        font-size: 1.6rem;
    }
    .faqWrap2 {
        /* padding: 0 20px; */
        margin: 0 auto;
        /* width: 984px; */
    }
    .faqQuestion2 {
        font-size: 1.8rem;
        line-height: 1.75;
        margin: 0 auto;
		cursor: pointer;
        align-items: center;
    }
    .faqQuestionText.faqArrow.up:after {
        content: "";
        display: inline-block;
        width: 15.4px;
        height: 9.1px;
        background: url(../../faq/image/faq_icon_up.svg) no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .faqAnswer2 {
        font-size: 1.6rem;
        line-height: 1.625;
        margin: 0 auto 0;
    }
    .faqAccordion_container{
        background-color: #F3F3F3;
        border-radius: 9px;
        padding: 20px 30px;
        margin-top: 30px;
    }
    .faqWrap2 .faqAccordion_container:nth-last-child(1){
        margin-bottom: 30px;
    }
    .faq_icon_q{
        margin-right: 25px;
        width: 36px;
    }
    .faq_icon_a{
        margin-right: 25px;
        width: 36px;
    }
    .faqAnswer_inner{
        margin-top: 21px;
    }
    .dryiceContainer{
        width: 900px;
    }
	.dryiceTitle {
		font-size: 2.6rem;
		margin-bottom: 18px;
	}
	.summaryText {
		font-size: 1.6rem;
		line-height: 1.625;
		/*margin: 0 0 25px -25px;*/
        width: 900px;
	}
	.dryice4cWrap {
		flex-wrap: nowrap;
        width: 900px;
	}
	.dryice4cBox {
		border-radius: 12px;
		width: 200px;
        padding: 110px 18px 18px;
		margin-bottom: 0;
	}
	.dryice4cBox p {
		font-size: 1.2rem;
		line-height: 1.667;
	}
	.dryice4cBox img.icon01 {
		width: 34.08%;
		top: 33px;
	}
	.dryice4cBox img.icon02 {
		width: 42.6%;
		top: 36px;
	}
	.dryice4cBox img.icon03 {
		width: 18.83%;
		top: 28px;
	}
	.dryice4cBox img.icon04 {
		width: 58.3%;
		top: 44px;
	}
	.dryiceCautionText {
		font-size: 1.2rem;
		line-height: 1.667;
        width: 900px;
	}
    .flavorBoxWrap {
	    margin: 0 0 0 -20px;
        width: 900px;
    }
    .flavorBox {
        margin: 0 11px 20px 0;
        width: 170px;
    }
    .flavorBox img {
        margin-bottom: 15px;
        width: 170px;
    }
    .flavorBox p {
        width: 170px;
    }
    .flavorBox:nth-child(n+1) {
        margin-right: 0;
    }
}


/* ============================================
        その他のパーツ
============================================= */

.inquiryBlock{
    background-color: #F3F3F3;
    border-radius: 7px;
    box-sizing: border-box;
    padding:14px 14px 16px;
    width: calc(100vw / 375 * 335);
    margin:24px auto 0;
}
.faqBtn{
    margin-top: 14px;
    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;
    color: #FFF;
    position: relative;
    border: 1px solid #F04E98;
}
.faqBtn p{
    font-size: 1.4rem;
    line-height: 1;
}
.faqBtn: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;
}
.faqBtn:link, .faqBtn:visited {
    color: #FFF;
    text-decoration: none;
}

@media print, screen and (min-width: 768px) {
    .inquiryBlock {
        background-color: #F3F3F3;
        border-radius: 7px;
        box-sizing: border-box;
        padding: 25px 25px 30px;
        width: 450px;
        margin: 30px auto 0;
    }
    .inquiryBlock p {
        font-size: 1.8rem;
    }
    .faqBtn{
        width: 324px;
        font-size: 1.8rem;
        padding: 23px 0 23px 20px;
        margin: 17px auto 0;
    }
    .faqBtn.wide{
        width: 400px;
    }
    .faqBtn:after {
        font-size: 1.8rem;
        right: 18px;
    }
    .faqBtn:hover {
        background-color: #FFF;
        color: #F04E98;
        text-decoration: none;
        opacity: 0.7;
    }
    .faqAnswerText .faqBtn{
        margin: 17px auto 0 0;
    }
}


