@charset "utf-8";
/* CSS Document */
/*
ホールケーキご予約フォーム
プリントクッキーLP & 注文フォーム
焼き菓子・ギフトcお注文フォーム
共用CSS
Requires PHP: 7.4
*/



body.print-cookie {
    position: relative;
    color: #42210A;
    font-size: 2.0rem; /*20px*/
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
}



/* Googleフォント */
.averia-serif-libre {
    font-family: "Averia Serif Libre", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.oswald-regular {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.my10 {
    margin: 10px 0;
}

.my20 {
    margin: 20px 0;
}

.my40 {
    margin: 40px 0;
}

.my40 {
    margin: 40px 0;
}

.my60 {
    margin: 60px 0;
}

.my80 {
    margin: 80px 0;
}

.pt20 {
    padding-top: 20px;
}

.pt40 {
    padding-top: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb80 {
    padding-bottom: 80px;
}

.py20 {
    padding: 20px 0;
}

.py40 {
    padding: 40px 0;
}

.py60 {
    padding: 60px 0;
}

.py80 {
    padding: 80px 0;
}






/*--- order_form ---*/
#order {
    width: 90%;
    max-width: 640px;
    margin: 100px auto;
}

#contact_privacy_text {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px #42210b solid;
    overflow: auto;
    font-weight: normal;
    text-align: left;
}
#contact_privacy {
    padding: 10px 30px 30px 30px;
    border: 1px #999999 solid;
    margin: 0 auto 30px auto;
    text-align: center;
    font-weight: bold;
}

.text_space {
    font-size:19px;
    color:#a9ce52;
    font-weight:bolder;
    letter-spacing: 10px;
    margin-bottom: 30px;
}

.text_back_green {
    font-size:18px;
    line-height: 32px;
    background:#a9ce52;
    color:#fff;
    font-weight:bolder;
    padding:20px;
    margin-bottom: 30px;
}

.text_wrap_rad {
    font-size:18px;
    line-height: 32px;
    background:#fff;
    color:#333;
    font-weight:bolder;
    padding:20px;
    margin-bottom: 30px;
    border: 4px solid #f00;
}

.txt_sub {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 0.25em;
}

.txt_sub_grn {
    color: #338811;
    font-size: 1.4rem;
    margin-bottom: 0.25em;
}

.txt_sub_red {
    color: #ff0000;
    font-size: 1.4rem;
    margin-bottom: 0.25em;
}

.name {
    color: #42210b;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.mfp_images {
    width: 100%;
    max-width: 686px;
    margin: 0 auto 40px;
}

.cautions {
    background: #ECF4D0;
    padding: 0.5em 1.0em;
}

.cautions li {
    list-style: disc;
    list-style-position: inside;
    font-size: 1.2rem;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}







/*--- mfp/mfp.statics/mailformpro.css カスタマイズ ---*/
form#mailformpro {
    padding: 10px 0px;
}

form#mailformpro dl dt {
    float: none;
    width: 100%;
    clear: both;
    font-size: 1.8rem;
    padding: 0 0 0.25em;
    text-align: left;
    border-top: none;
    margin: 0px;
}

form#mailformpro dl dd {
    border-top: none;
    margin: 0px;
    padding: 0 0 2.0em;
    font-size: 1.8rem;
    line-height: 1.0em;
    text-align: left;
}

form#mailformpro dl dd ul,
form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}

form#mailformpro dl dd ul li,
form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.must {
    display: inline-block;
    color: #FFF;
    background-color: #7cb83d;
    border: none;
    text-shadow: none;
    padding: 0.25em 0.5em;
    font-size: 1.4rem;
    float: none;
    margin: 5px 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #CCC0;
    background-image: none;
    background-size: 100% 100%;
}

.optional {
    display: inline-block;
    color: #FFF;
    background-color: #777d70;
    border: none;
    text-shadow: none;
    padding: 0.25em 0.5em;
    font-size: 1.4rem;
    float: none;
    margin: 5px 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #CCC0;
    background-image: none;
    background-size: 100% 100%;

}

form#mailformpro label {
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
    white-space: nowrap;
}

form#mailformpro label.mfp_checked {
    padding: 17px 10px;
    border: solid 1px #999;
    background-color: #fff;
    box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
    padding: 17px 10px;
    border: solid 1px #999;
    background-color: #fff;
}

div.mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 17px;
    color: #F00;
    font-size: 1.6rem;
    line-height: normal;
    background-image: url(_images/mfp_error.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.mfp_parent_error {
    border: solid 2px #F00;
}

.problem {
    background-color: #FCC;
}

div#mfp_error {
    background-color: #FEE;
    border: solid 1px #F00;
    padding: 10px;
    display: none;
}

div#mfp_error p {
    padding: 0px;
    margin: 0px;
    font-size: 1.6rem;
    text-align: center;
}

div#mfp_error p strong {
    font-size: 1.6rem;
    color: #F00;
}

div#mfp_warning {
    background-color: #FEE;
    border: solid 1px #F00;
    padding: 10px;
    display: none;
    border-radius: 5px;
}

div#mfp_warning p {
    padding: 0px;
    margin: 0px;
    font-size: 1.6rem;
    text-align: center;
}

div#mfp_warning p strong {
    font-size: 1.6rem;
    color: #F00;
}

.mfp_colored {
    background-color: #FFF0;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
	border-radius: 80px;
	padding: 0.5em 1.5em;
	border: solid 1px #9acc33;
    color: #fff;
    background: #69ba18;
	text-shadow: none;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
    border-radius: 80px;
	padding: 0.5em 1.5em;
	border: solid 1px #69ba18;
    color: #fff;
    background: #9acc33;
	text-shadow: none;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
    background: #fff;
    border: 1px solid #999;
    /* border: 1px solid #c3dc68; */
    border-radius: 3px;
    box-shadow: none;
    padding: 16px 8px;
    margin: 2px;
    vertical-align: middle;
}

/*--- mfp/mfp.statics/example.css カスタマイズ ---*/
.mfp_rows {
	clear: both;
    display: flex;
    flex-flow: row wrap;
    /* align-items: center; */
}

.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
    width: 100%;
    min-width: 100%;
    word-break: break-all;
    white-space: normal;
    font-size: 1.8rem;
}

.mfp_rows textarea {
    width: 100%;
    min-width: 100%;
    font-size: 1.8rem;
}

.mfp_rows .mfp_col1,
.mfp_rows .mfp_col2,
.mfp_rows .mfp_col3,
.mfp_rows .mfp_col4,
.mfp_rows .mfp_col5,
.mfp_rows .mfp_col6,
.mfp_rows .mfp_col7,
.mfp_rows .mfp_col8,
.mfp_rows .mfp_col9,
.mfp_rows .mfp_col10 {
	float: left;
	padding: 0.1em 1.5% !important;
}

.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}
div#example_selector {
}

div#example_selector span {
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 576px) {
    .mfp_rows .mfp_sm_col1 {width: 10%;}
    .mfp_rows .mfp_sm_col2 {width: 20%;}
    .mfp_rows .mfp_sm_col3 {width: 30%;}
    .mfp_rows .mfp_sm_col4 {width: 40%;}
    .mfp_rows .mfp_sm_col5 {width: 50%;}
    .mfp_rows .mfp_sm_col6 {width: 60%;}
    .mfp_rows .mfp_sm_col7 {width: 70%;}
    .mfp_rows .mfp_sm_col8 {width: 80%;}
    .mfp_rows .mfp_sm_col9 {width: 90%;}
    .mfp_rows .mfp_sm_col10 {width: 100%;}
}

.al-itm-ys {
    align-items: start;
}

.bg_lightgreen {
    background: #ebffbe;
}

div#mfp_price {
    color: #338811;
	font-size: 36px;
	padding: 10px;
    font-weight: 700;
    border-bottom: 1px solid #999;
}





/* 販売期間外は"disabled"でグレーアウト */
label:has(input:disabled) {
    color: #aaa; /* テキストをグレーに */
    cursor: not-allowed;
    opacity: 0.6; /* 全体を薄くする */
}

.grayout {
    color: #aaa;
}












/*--- プリントクッキー LP & 注文フォーム  ---*/

.mv_cookie {
    position: relative;
    width: 100vw;
    height: 700px;
    background: url(cookie/bg_top01_pc.png) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
    .mv_cookie {
        height: 480px;
        background: url(cookie/bg_top01_sp.png) no-repeat center center / cover;
        margin-top: 300px;
    }
}

.top_title_wrap {
    position: absolute;
    top: 0;
    left: 20%;
    width: 490px;
    height: 647px;
    background: url(cookie/bg_top02_pc.png) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
    .top_title_wrap {
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        background: url(cookie/bg_top02_sp.png) no-repeat center center / cover;
        margin-top: -300px;
    }
}

.top_logo {
    width: 230px;
    height: 90px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.top_logo img {
    width: 100%;
    height: auto;
    aspect-ratio: 230 / 90;
    display: block;
}

@media screen and (max-width: 768px) {
    .top_logo {
        width: 140px;
        height: 55px;
        top: 15%;
    }

    .top_logo img {
        width: 100%;
        height: auto;
        aspect-ratio: 140 / 55;
    }
}


.top_title {
    width: 410px;
    height: 180px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.top_title img {
    width: 100%;
    height: auto;
    aspect-ratio: 410 / 180;
    display: block;
}

@media screen and (max-width: 768px) {
    .top_title {
        width: 300px;
        height: 150px;
        top: 30%;
    }

    .top_title img {
        width: 100%;
        height: auto;
        aspect-ratio: 300 / 150;
    }
}

.intro {
    position: absolute;
    top: 60%;
    padding: 1.5em;
    line-height: 1.6em;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .intro {
        padding: 1.5em;
        font-size: 1.6rem;
    }
}


.container {
    width: 100%;
}

.bg_orange {
    color: #fff;
    background: #FF9300;
}

.intro_area {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .intro_area {
        width: 90%;
        max-width: 960px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .intro_area {
        width: 100%;
        flex-flow: column nowrap;
        align-items: center;
    }
}

.intro2 {
    width: 550px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 992px) {
    .intro2 {
        width: 55%;
    }
}

@media screen and (max-width: 768px) {
    .intro2 {
        width: 100%;
        font-size: 1.8rem;
        text-align: center;
    }
}

.intro2 img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 550 / 170;
}

@media screen and (max-width: 768px) {
    .intro2 img {
        width: 330px;
        height: 110px;
        aspect-ratio: 3 / 1;
    }
}

.intro3 {
    width: 430px;
}

@media screen and (max-width: 992px) {
    .intro3 {
        width: 43%;
    }
}

@media screen and (max-width: 768px) {
    .intro3 {
        width: 100%;
        text-align: center;
    }
}

.intro3 img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 453 / 419;
}

@media screen and (max-width: 768px) {
    .intro3 img {
        width: 297px;
        height: 194px;
        aspect-ratio: 297 / 194;
    }
}



.cv_area {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .cv_area {
        width: 90%;
        flex-flow: row nowrap;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .cv_area {
        width: 100%;
        flex-flow: column nowrap;
        align-items: center;
    }
}

.cv {
    width: 450px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.6em;
}

@media screen and (max-width: 992px) {
    .cv {
        width: 55%;
    }
}

@media screen and (max-width: 768px) {
    .cv {
        width: 100%;
        font-size: 1.8rem;
        text-align: center;
    }
}

.cv img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 450 / 145;
    margin-left: -30px;
}

@media screen and (max-width: 768px) {
    .cv img {
        width: 330px;
        height: 110px;
        aspect-ratio: 3 / 1;
        margin-left: 0;
    }
}

.btn_conversion {
    display: flex;
    justify-content: center;
}

.btn_conversion a {
    position: relative;
    color: #fff;
    background: #42210A;
    width: 300px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.btn_conversion a:hover {
    color: #FFFF4B;
    background: #69BA18;
}

.btn_conversion a::before {
    content: "";
    position: absolute;
    top: 41%;
    right: 1.2em;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.btn_conversion a:hover::before {
    right: 1.0em;
    border-top: 2px solid #FFFF4B;
    border-right: 2px solid #FFFF4B;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .btn_conversion a {
        width: 240px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        font-size: 1.8rem;
    }
}



.onayami_area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.h_onayami_1 {
    position: relative;
    color: #69BA18;
    background: #fff;
    width: 340px;
    height: 70px;
    line-height: 70px;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    border: 3px solid #69BA18;
}

.h_onayami_1:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 48%;
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    background: #fff;
    border-top: 3px solid #69BA18;
    border-right: 3px solid #69BA18;
}

@media screen and (max-width: 768px) {
    .h_onayami_1 {
        width: 280px;
        height: 60px;
        line-height: 60px;
        font-size: 2.0rem;
    }

    .h_onayami_1:before {
        bottom: -12px;
        left: 48%;
        width: 16px;
        height: 16px;
    }
}

.h_onayami_2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .h_onayami_2 {
        font-size: 1.8rem;
    }
}

.h_onayami_3 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .h_onayami_3 {
        font-size: 2.0rem;
    }
}

.onayami_bold {
    position: relative;
    font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
    .onayami_bold {
        font-size: 3.0rem;
    }
}

.onayami_bold::before {
    content: "・・・";
    position: absolute;
    top: -0.7em;
    left: 0;
    right: 0;
    font-size: 4.2rem;
    color: #A6D940;
    display: block;
}

@media screen and (max-width: 768px) {
    .onayami_bold::before {
        font-size: 3.0rem;
    }
}



.bg_cookie_green {
    background: #C3DC68
}

.solution_col {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.h_solution_1 {
    position: relative;
    color: #FFFF4B;
    background: #69BA18;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    width: 330px;
    height: 72px;
    line-height: 72px;
    border-radius: 36px;
}

@media screen and (max-width: 768px) {
    .h_solution_1 {
        width: 280px;
        height: 60px;
        line-height: 60px;
        font-size: 2.0rem;
    }
}

.h_solution_1::before {
    position: absolute;
    content: "";
    bottom: -18px;
    left: 47%;
    display: block;
    width: 40px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #69BA18;
}

@media screen and (max-width: 768px) {
    .h_solution_1::before {
        bottom: -14px;
        left: 46%;
        width: 32px;
        height: 16px;
    }

}

.h_solution_2 {
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.8em;
    text-align: center;
    text-shadow:
        0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
        0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
        0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
        0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
        0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
        0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

@media screen and (max-width: 768px) {
    .h_solution_2 {
        font-size: 2.2rem;
        line-height: 1.4em;
    }
}

.h_solution_2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1.0em;
    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 1.7em;
    background: #42210A;
    border: 4px solid #fff;
    transform: rotate(-35deg);
}

.h_solution_2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1.0em;
    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 1.7em;
    background: #42210A;
    border: 4px solid #fff;
    transform: rotate(35deg);
}

.h_solution_3 {
    font-size: 4.0rem;
}

@media screen and (max-width: 768px) {
    .h_solution_3 {
        font-size: 2.6rem;
    }
}



.solution_point {
    background: #fff;
    border-radius: 50px;
    padding: 3.0em 0;
    width: 90%;
    max-width: 1192px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .solution_point {
        border-radius: 30px;
        padding: 2.0em 0;
    }
}

@media screen and (max-width: 768px) {
    .solution_point {
        border-radius: 20px;
    }
}

.point_item {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.point_rev {
    flex-flow: row-reverse wrap;
}

@media screen and (max-width: 992px) {
    .point_item {
        width: 90%;
        flex-flow: row nowrap;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .point_item {
        width: 85%;
        flex-flow: column nowrap;
        align-items: center;
    }
}

.point_item figure {
    max-width: 480px;
    height: 306px;
}

@media screen and (max-width: 992px) {
    .point_item figure {
        width: 48%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .point_item figure {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }
}

.point_item figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 480 / 306;
}

.point_article {
    max-width: 440px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .point_article {
        width: 48%;
        flex-flow: column nowrap;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .point_article {
        width: 100%;
        flex-flow: column nowrap;
        align-items: center;
    }
}

.point_number {
    position: relative;
    color: #69BA18;
    width: 24%;
    height: 1.0em;
    font-family: "Oswald", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 0.85em;
    padding-left: 1.4em;
    border-right: 2px solid #69BA18;
}

@media screen and (max-width: 992px) {
    .point_number {
        width: auto;
        border-right: none;
        border-bottom: 2px solid #69BA18;
        text-align: center;
        padding-bottom: 1.1em;
        margin-bottom: 20px;
    }
}

.point_number::before {
    content: "POINT";
    position: absolute;
    top: 0.05em;
    left: 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.point_header {
    width: 76%;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8em;
    padding-left: 20px;
}

@media screen and (max-width: 992px) {
    .point_header {
        width: 100%;
        font-size: 2.0rem;
        padding-left: 0;
        text-align: center;
    }
}

.point_content {
    width: 440px;
    font-size: 2.0rem;
    line-height: 1.8em;
}

@media screen and (max-width: 992px) {
    .point_content {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.6em;
    }
}

.point_strong {
    font-size: 2.1rem;
    font-weight: 700;
    background: linear-gradient(180deg, #FFFF4B00 50%, #FFFF4B 50%, #FFFF4B 100%);
}
/*
.point_strong {
    background: linear-gradient(90deg, #69BA18 0%, #FFFF4B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

@media screen and (max-width: 992px) {
    .point_strong {
        font-size: 1.7rem;
    }
}





.h_scene_1 {
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 80px;
    margin-bottom: 40px;
}

.h_scene_1::before {
    content: "";
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 180px;
    height: 65px;
    background: url(cookie/illust_scene_pc.png) no-repeat center center / cover;
}

.scene_strong {
    color: #FF6C00;
    font-size: 3.0rem;
    font-weight: 700;
}

.scene_area {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;;
}

@media screen and (max-width: 992px) {
    .scene_area {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;;
    }
}

@media screen and (max-width: 768px) {
    .scene_area {
        width: 85%;
        margin: 0 auto;
    }
}

.scene_item {
    width:  450px;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .scene_item {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .scene_item {
        width: 100%;
    }
}

.scene_item figure {
    width: 100%;
    height: auto;
}

.scene_item figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 504 / 412;
}

.scene_header {
    width: 100%;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #69BA18
}

@media screen and (max-width: 768px) {
    .scene_header {
        font-size: 2.0rem;
    }
}

.scene_content {
    line-height: 1.8em;
}

@media screen and (max-width: 768px) {
    .scene_content {
        font-size: 1.6rem;
    }
}



.bg_cookie_green2 {
    background: #ECF3D5;
}

.h_voice_1 {
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 80px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .h_voice_1 {
        font-size: 1.8rem;
    }
}

.h_voice_1::before {
    content: "";
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 180px;
    height: 65px;
    background: url(cookie/illust_voice01_pc.png) no-repeat center center / cover;
}

.voice_strong {
    font-size: 2.5rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .voice_strong {
        font-size: 2.2rem;
    }
}

.voice_area {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .voice_area {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .voice_area {
        width: 85%;
    }
}

.voice_item {
    position: relative;
    background: #fff;
    width: 310px;
    border-radius: 30px;
    padding: 1.5em 1.0em;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
}

@media screen and (max-width: 992px) {
    .voice_item {
        width: 48%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .voice_item {
        width: 100%;
        margin-top: 40px;
    }
}

.voice_item img {
    position: absolute;
    top: -50px;
    left: -10px;
    width: 140px;
    height: 175px;
}

.voice_header {
    color: #69BA18;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    margin-right: 1.0em;
    margin-bottom: 1.0em;
    border: 1px solid #69BA1800;
}

@media screen and (max-width: 768px) {
    .voice_header {
        margin-right: 0.5em;
    }
}

.voice_content {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6em;
}



.cookie_h2 {
    color: #fff;
    background: #69BA18;
    width: 90%;
    max-width: 1000px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 80px auto 40px;
    font-size: 2.5rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .cookie_h2 {
        font-size: 2.2rem;
    }
}

.specs_area {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.specs_area img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.specs_list {
    display: flex;
    flex-flow: row wrap;
}

.specs_list dt,
.specs_list dd {
    font-size: 1.8rem;
    padding: 0.75em 1.0em;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    .specs_list dt,
    .specs_list dd {
        font-size: 1.4rem;
    }
}

.specs_list dt {
    flex: 1 1 15%;
    font-weight: bold;
    color: #fff;
    background: #42210A;
    text-align: center;
}

.specs_list dd {
    flex: 1 1 85%;
    background: #EAE6D5;
}

@media screen and (max-width: 768px) {
    .specs_list dt {
        flex: 1 1 25%;
    }

    .specs_list dd {
        flex: 1 1 75%;
    }
}



.flow_area {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.flow_list {
    display: flex;
    flex-flow: row wrap;
}

.flow_list dt,
.flow_list dd {
    font-size: 1.8rem;
    padding: 0.5em 1.0em;
}

@media screen and (max-width: 768px) {
    .flow_list dt,
    .flow_list dd {
        font-size: 1.4rem;
        padding: 0.5em 1.0em;
    }
}

.flow_list dt {
    flex: 1 1 15%;
    color: #fff;
    background: #42210A;
}

.flow_list dt.flow_number {
    flex: 1 1 15%;
    font-family: "Oswald", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background: #42210A;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow_list dt.flow_number::before {
    content: "STEP";
    display: inline-block;
    font-size: 2.0rem;
    font-weight: 400;
    margin-right: 0.25em;
}

.flow_list dd {
    flex: 1 1 85%;
    background: #EAE6D5;
}

.flow_list dd.flow_header {
    flex: 1 1 85%;
    display: flex;
    align-items: center;
}

.flow_strong {
    font-size: 2.2rem;
    font-weight: 700;
    margin-right: 1.4em;
}

.flow_list dt.flow_blank {
    flex: 1 1 15%;
    color: transparent;
    background: transparent;
}

.flow_list dd.flow_detail {
    flex: 1 1 85%;
    padding: 0.75em 1.0em 3.0em;
    background: transparent;
    line-height: 1.4em;
}

@media screen and (max-width: 992px) {
    .flow_list dt.flow_number {
        flex:  0 20%;
        font-size: 2.0rem;
        padding: 0.5em 0.25em;
    }

    .flow_list dt.flow_number::before {
        font-size: 1.4rem;
    }

    .flow_list dd.flow_header {
        flex: 0 0 80%;
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
    }

    .flow_strong {
        font-size: 1.6rem;
        margin-right: 0;
        margin-bottom: 0.25em;
    }

    .flow_list dt.flow_blank {
        flex: 1 1 100%;
    }

    .flow_list dd.flow_detail {
        flex: 1 1 100%;
        padding: 0 0 2.5em;
        background: transparent;
        line-height: 1.4em;
    }
}

.flow_h3 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0.5em 0;
    border-bottom: 1px solid #42210A;
    margin-bottom: 0.5em;
}

.flow_caution li {
    font-size: 1.6rem;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.0em;
}

.flow_order_wrap {
    display: flex;
    flex-flow: row nowrap;
}

.flow_order {
    flex: 1 1 50%;
    padding: 1.5em 0;
    font-size: 1.6rem;
}

.flow_order_wrap div:nth-child(1) {
    border-right: 1px solid #42210A;
}

.flow_order_wrap div:nth-child(2) {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .flow_order_wrap {
        flex-flow: column nowrap;
    }

    .flow_order {
        flex: 1 1 50%;
        padding: 1.5em 0;
        font-size: 1.4rem;
    }

    .flow_order_wrap div:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #42210A;
    }
}

.btn_orange {
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    margin: 1.0em 0 0;
}

.btn_orange a {
    color: #fff;
    background: #FF6C00;
    font-size: 2.0rem;
    font-weight: 700;
    width: 240px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    display: block;
    border-radius: 36px;
}

.order_phone {
    position: relative;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.6em;
    display: inline-block;
}

.order_phone::before  {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url(cookie/icon_tel_flow_pc.png) no-repeat center center / cover;
    display: inline-block;
}

.f-color_red {
    color: #d00;
}



.faq_area {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.faq_list dt {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.1em;
    vertical-align: middle;
    text-indent: -1.8em;
    padding-left: 1.8em;
    line-height: 1.6em;
}

.faq_list dd {
    font-size: 1.6rem;
    margin-bottom: 2.0em;
    text-indent: -2.0em;
    padding-left: 2.0em;
    line-height: 1.6em;
}

.faq_list dt::before {
    content: "Ｑ";
    color: #fff;
    background: #6AA9FF;
    border-radius: 50%;
    margin-right: 0.25em;
    width: 0em;
    height: 1.6em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 1.6em;
    text-indent: -1.6em;
}

.faq_list dd::before {
    content: "Ａ";
    color: #fff;
    background: #FF6A6A;
    border-radius: 50%;
    margin-right: 0.25em;
    width: 0em;
    height: 1.6em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 1.6em;
    font-size: 1.8rem;
    font-weight: 600;
    text-indent: -1.6em;
}

#p-cookie_order {
    width: 90%;
    max-width: 640px;
    margin: 0 auto 100px;
}






/*--- Gateau & Gift 【焼き菓子＆ギフト】 ---*/

.mv_gateau {
    width: 100%;
}

.mv_gateau img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 640;
}

@media screen and (max-width: 768px) {
    .mv_gateau img {
        width: 100%;
        height: 100%;
        aspect-ratio: 375 / 540;
    }
}

.intro_gateau {
    color: #42210A;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
}

.gateau_h2 {
    color: #fff;
    background: #69BA18;
    width: 90%;
    max-width: 1000px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 80px auto 40px;
    font-size: 2.5rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .gateau_h2 {
        font-size: 2.0rem;
    }
}

.items_h3 {
    color: #000;
    background: #A6D940;
    border-radius: 3px;
    height: 3.0em;
    padding: 0 0.5em;
}

@media screen and (max-width: 768px) {
    .items_h3 {
        height: 2.4em;
    }
}

.h_mark {
    color: #fff;
    background: #0F86AA;
    border-radius: 2px;
    height: 2.0em;
    line-height: 2.0em;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .h_mark {
        font-size: 1.3rem;
    }
}

.set_assort {
    font-size: 1.3rem;
    border-left: 2px solid #ccc;
    text-indent: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
}

.bank_area {
    border: 1px solid #ccc;
    padding: 0.75em !important;
}






































































/*--- End ---*/
