@charset "UTF-8";

.font-bold{
    font-weight: bold;
}
.font-10{
    font-size: 1rem;
}
.font-12{
    font-size: 1.2rem;
}
.font-14{
    font-size: 1.4rem;
}
.font-16{
    font-size: 1.6rem;
}
.font-18{
    font-size: 1.8rem;
}
.font-20{
    font-size: 2rem;
}
.font-22{
    font-size: 2.2rem;
}
.font-24{
    font-size: 2.4rem;
}
.font-26{
    font-size: 2.6rem;
}
.font-28{
    font-size: 2.8rem;
}
.font-30{
    font-size: 3rem;
}
.text-center{
    text-align: center;
}

@media screen and (min-width: 768px), print {
    .font-10_pc{
        font-size: 1rem;
    }
    .font-12_pc{
        font-size: 1.2rem;
    }
    .font-14_pc{
        font-size: 1.4rem;
    }
    .font-16_pc{
        font-size: 1.6rem;
    }
    .font-18_pc{
        font-size: 1.8rem;
    }
    .font-20_pc{
        font-size: 2rem;
    }
    .font-22_pc{
        font-size: 2.2rem;
    }
    .font-24_pc{
        font-size: 2.4rem;
    }
    .font-26_pc{
        font-size: 2.6rem;
    }
    .font-28_pc{
        font-size: 2.8rem;
    }
    .font-30_pc{
        font-size: 3rem;
    }
    .text-center_pc{
        text-align: center;
    }
}

.pt0{
    padding-top: 0 !important;
}
.pb0{
    padding-bottom: 0 !important;
}

.alC{
    text-align: center;
}

/*** colum ***/
.flex{
    display: flex;
}
.flex2 > *{
    width: 50%;
    width: calc(100% / 2 - 1px);
    max-width: calc(100% / 2);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex3 > *{
    width: 33%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.grid{
    display: grid;
}
.grid2{
    grid-template-columns: repeat(2, 1fr);
}
.grid3{
    grid-template-columns: repeat(3, 1fr);
}
.grid4{
    grid-template-columns: repeat(4, 1fr);
}
.gap5{
    gap: 0.5rem;
}
.gap10{
    gap: 1rem;
}
.gap15{
    gap: 1.5rem;
}
.gap20{
    gap: 2rem;
}
.gap25{
    gap: 2.5rem;
}
.gap30{
    gap: 3rem;
}
.gap35{
    gap: 3.5rem;
}
.gap40{
    gap: 4rem;
}
.gap45{
    gap: 4.5rem;
}
.gap50{
    gap: 5rem;
}
.gap55{
    gap: 5.5rem;
}
.gap60{
    gap: 6rem;
}

@media screen and (min-width: 768px), print {
    .flex_pc{
        display: flex;
    }
    .flex2_pc > *{
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .flex3_pc > *{
        width: 33%;
        width: calc(100% / 3 - 1px);
        max-width: calc(100% / 3);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .grid_pc{
        display: grid;
    }
    .grid2_pc{
        grid-template-columns: repeat(2, 1fr);
    }
    .grid3_pc{
        grid-template-columns: repeat(3, 1fr);
    }
    .grid4_pc{
        grid-template-columns: repeat(4, 1fr);
    }
    .gap5_pc{
        gap: 0.5rem;
    }
    .gap10_pc{
        gap: 1rem;
    }
    .gap15_pc{
        gap: 1.5rem;
    }
    .gap20_pc{
        gap: 2rem;
    }
    .gap25_pc{
        gap: 2.5rem;
    }
    .gap30_pc{
        gap: 3rem;
    }
    .gap35_pc{
        gap: 3.5rem;
    }
    .gap40_pc{
        gap: 4rem;
    }
    .gap45_pc{
        gap: 4.5rem;
    }
    .gap50_pc{
        gap: 5rem;
    }
    .gap55_pc{
        gap: 5.5rem;
    }
    .gap60_pc{
        gap: 6rem;
    }
}



@media screen and (max-width: 767px), print {
    .pc{
        display:none;
    }
}
@media screen and (min-width: 768px), print {
    .sp{
        display:none;
    }
}
.prefix_text{
    display: flex;
}
.prefix_text .icon{
    padding-right: 0.2em;
}
.prefix_text .text{
    flex: 1;
}
.icon_left{
    display: inline-block;
    line-height: 0;
    margin-right: 0.5rem;
}
.icon_left img{
    vertical-align: middle;
}
.underline_yellow {
    display: inline-block;
    background: -moz-linear-gradient(top,  rgba(255,239,0,0) 0%, rgba(255,239,0,0) 60%, rgba(255,239,0,0.5) 61%, rgba(255,239,0,0.5) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,239,0,0) 0%,rgba(255,239,0,0) 60%,rgba(255,239,0,0.5) 61%,rgba(255,239,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(255,239,0,0) 0%,rgba(255,239,0,0) 60%,rgba(255,239,0,0.5) 61%,rgba(255,239,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffef00', endColorstr='#b3ffef00',GradientType=0 );
}
.underline_pink {
    display: inline-block;
    background: -moz-linear-gradient(top,  rgba(255,153,246,0) 0%, rgba(255,153,246,0) 60%, rgba(255,153,246,0.5) 61%, rgba(255,153,246,0.5) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,153,246,0) 0%,rgba(255,153,246,0) 60%,rgba(255,153,246,0.5) 61%,rgba(255,153,246,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(255,153,246,0) 0%,rgba(255,153,246,0) 60%,rgba(255,153,246,0.5) 61%,rgba(255,153,246,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffef00', endColorstr='#b3ffef00',GradientType=0 );
}


.orche_content{
    font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
    .orche_content{
        font-size: 1.6rem;
    }
}
.orche_content img{
    max-width: 100%;
    height: auto;
}


.orche_container{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 768px), print {
	.orche_container{
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
    .orche_inner{
        width: 980px;
        max-width: 100%;
		margin-left: auto;
		margin-right: auto;
    }
}

.common_section{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width: 768px), print {
    .common_section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.movie_wrap{
    max-width: 100%;
    width: 980px;
    height: 0;
    padding-bottom: calc( 360 / 640 * 100% );
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.movie_wrap iframe,
.movie_wrap video{
    vertical-align: middle;
    text-align: center;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}
.movie_frame:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 3px solid #FFFFFF;

}
.fancybox-content{
    padding: 0 !important;
}

.movie_play{
    display: block;
    position: relative;
    overflow: hidden;
}
.movie_play:hover{
    opacity: 1;
}
.movie_play:after{
    content: "";
    display: inline-block;
    background: url(../images/movie_play.svg) center center no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}
.movie_play:hover:after{
    opacity: 0.8;
}
.movie_play img{
    transform: scale(1);
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
}
.movie_play:hover img{
    transform: scale(1.1);
}
@media screen and (min-width: 768px), print {
    .movie_play:after{
        width: 120px;
        height: 120px;
    }
}


/**** mv ****/
.mv_catch{
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mv_block .thumb_wrap{
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
    .mv_catch{
        font-size: 3rem;
    }
    .mv_block{
        display: flex;
        align-items: center;
    }
    .mv_block .thumb_wrap{
        order: 2;
        flex: 1;
        margin-bottom: 0;
    }
    .mv_block .text_wrap{
        width: 45rem;
        margin-right: 4rem;
    }
}





.color01{
    color: #396053;
}
.color02{
    color: #C79400;
}
.color03{
    color: #124B84;
}
.bg_color{
    background-color: #F5F5F1;
}

/**** point_nav ****/
.point_nav{
}
.point_nav li{
    margin-bottom: 6rem;
}
.point_nav_content{
    display: flex;
    align-items: center;
}
.point_nav_content .point_icon{
    width: 15rem;
}
.point_nav_content .text_wrap{
    flex: 1;
    margin-left: 1rem;
}
.point_nav_content .point_text{
    line-height: 0;
    margin-bottom: 0.5rem;
}
.point_nav_content .point_label{
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
}
.point_nav_content .text{
    line-height: 1.5;
}
.point_btn{
    text-align: center;
    margin-top: 1rem;
}

.point_nav a{
    font-size: 1.7rem;
    color: #FFFFFF;
    position: relative;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    width: 80%;
    margin: auto;
}
.point_nav a::after{
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.2rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 1rem;
    background-image: url(../images/point_arrow_white.svg);
}
.point_nav .color01 a{
    background-color: #396053;
}
.point_nav .color02 a{
    background-color: #C79400;
}
.point_nav .color03 a{
    background-color: #124B84;
}

@media screen and (min-width: 768px), print {
    .point_nav{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        
    }
    .point_nav li{
        text-align: center;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    .point_nav a{
        color: inherit;
        background-color: transparent !important;
        padding-bottom: 3rem;
    }
    .point_nav a::after{
        margin-left: 0;
        position: absolute;
        left: 50%;
        bottom: 0.5em;
        transform: translate3d(-50%,0,0);
        transition: transform 0.3s ease;
    }
    .point_nav .color01 a::after{
        background-image: url(../images/point01_arrow.svg);
    }
    .point_nav .color02 a::after{
        background-image: url(../images/point02_arrow.svg);
    }
    .point_nav .color03 a::after{
        background-image: url(../images/point03_arrow.svg);
    }
    .point_nav a:hover:after{
        transform: translate3d(-50%,1rem,0);
    }    
    .point_nav_content .point_icon{
        width: auto;
    }
    .point_nav_content {
        display: contents;
    }
    .point_nav_content .text_wrap{
        display: contents;
    }
    .point_nav_content .point_text,
    .point_nav_content .point_label{
        order: -1;
    }
    .point_nav_content .text {
        margin-bottom: 1rem;
    }
}

.point02_img04{
    margin-top: 2rem;
    margin-bottom: -2rem;
    padding-left: 8rem;
}

@media screen and (min-width: 768px), print {
    .point02_recipe{
        width: 65%;
        padding-bottom: 2rem;
    }
    .point02_img04{
        position: absolute;
        right: 0;
        top: 0;
        bottom: -3rem;
        width: 35%;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;    
    }
    .point02_img04 img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: right bottom;
    }
}

/**** section_title ****/
.section_title{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 4rem;
}
.section_title .point_icon{
    display: block;
    width: 10rem;
    margin-left: auto;
    margin-right: auto;
}
.section_title .point_text{
    display: block;
    line-height: 0;
    margin-top: -2.4rem;
    width: 16rem;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px), print {
    .section_title{
        font-size: 2.8rem;
    }
}

.orche_label{
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.orche_label .label_text{
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.orche_label .label_text:before{
    content: "";
    display: inline-block;
    background: url(../images/label_text_icon_left.svg) left bottom no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.orche_label .label_text:after{
    content: "";
    display: inline-block;
    background: url(../images/label_text_icon_right.svg) right bottom no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (min-width: 768px), print {
    .orche_label{
        font-size: 2.4rem;
        margin-top: 8rem;
        margin-bottom: 4rem;
    }
}


/**** point_intro_box ****/
.point_intro_box{
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
}
.point_intro_box .text_wrap{
    padding: 2rem;
}
.point_intro{
    font-size: 1.7rem;
    line-height: 2;
}
.text_underline01{
    border-bottom: 2px solid #396053;
    padding-bottom: 3px;
}
.text_underline02{
    border-bottom: 2px solid #C79400;
    padding-bottom: 3px;
}
.text_underline03{
    border-bottom: 2px solid #124B84;
    padding-bottom: 3px;
}
@media screen and (min-width: 768px), print {
    .point_intro_box{
        flex-direction: row;
        align-items: center;
        margin-top: 8rem;
    }
    .point_intro_box .text_wrap{
        padding: 3rem;
        flex: 1;
    }
    .point_intro{
        font-size: 2.6rem;
    }
    .point_intro_box .thumb_wrap{
        width: 55%;
    }
    .point_intro_box.reverse .thumb_wrap{
        order: 2;
    }
}

/**** box_check ****/
.box_check{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
}
.box_check > *{
    flex: 1;
}
.box_check .text_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box_check .text_wrap .check_text{
    width: 14rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.box_check .text_wrap p{
    font-size: 1.6rem;
    margin: 0;
}
@media screen and (min-width: 768px), print {
    .box_check{
        padding: 3rem;
        flex-direction: row;
        gap: 4rem;
        margin-top: 8rem;
    }
    .box_check .text_wrap{
    }
    .box_check .text_wrap .check_text{
        margin-bottom: 2rem;
    }
    .box_check .text_wrap p{
        font-size: 2.2rem;
    }
}


/**** box_beige ****/
.box_beige{
    background-color: #F5F5F1;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    margin-top: 4rem;
}

@media screen and (min-width: 768px), print {
    .box_beige{
        padding: 3rem;
        margin-top: 8rem;
    }
}




/**** lineup *****/
.lineup_subtitle{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
}
.lineup_description{
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 4rem;
}
.lineup_block{

}
.function_list{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 1.5rem;
}
.function_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1;
    background-color: #F1E9D4;
    border-radius: 5px;
    padding: 6px;
}

@media screen and (min-width: 768px), print {
    .lineup_subtitle{
        font-size: 2.6rem;
    }
    .lineup_description{
        font-size: 2rem;
    }
    .lineup_block{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .function_list li{
        font-size: 1.2rem;
    }
}


/**** recipe ****/
.recipe_title{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
}
.recipe_icon{
    display: block;
    margin-bottom: 0.5em;
}
.recipe_icon img{
    width: 4rem;
    vertical-align: middle;
}
.recipe_list{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.icon_thermometer{
    vertical-align: middle;
    margin-right: 0.5rem;
    width: auto;
    height: 1.2em;
}
.recipe_list_box{
    display: flex;
    align-items: center;
}
.recipe_list_box .thumb_wrap{
    width: 40%;
}
.recipe_list_box .thumb_wrap img{
    width: 100%;
}
.recipe_list_box .text_wrap{
    flex: 1;
    padding-left: 1.5rem;
}
@media screen and (min-width: 768px), print {
    .recipe_title{
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .recipe_icon{
        display: inline-block;
        margin-right: 0.5em;
        margin-bottom: 0;
    }
    .recipe_list{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 4rem;
    }
    .recipe_list_box{
        display: block;
        flex: 1;
    }
    .recipe_list_box .thumb_wrap{
        width: auto;
        margin-bottom: 2rem;
    }
    .recipe_list_box .text_wrap{
        padding-left: 0;
    }
}

.label_bg03{
    display: inline-block;
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: #23496F;
    padding: 0 2rem;
}
.label_red{
    display: inline-block;
    font-size: 1.6rem;
    color: #FFFFFF;
    background-color: #930A0A;
    padding: 0 2rem;
    border-radius: 9999rem;
}

#lineup{
    position: relative;
    z-index: 1;
}
#lineup:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 60%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #D8D3C7;
}
@media screen and (min-width: 768px), print {
    #lineup:before{
        left: 80%;
    }
}
@media screen and (min-width: 980px), print {
    #lineup:before{
        left: calc( ((100vw - 980px) / 2) + (980px * 0.8) );
    }
}

img.icon_function_img{
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}


/***　アニメーション ***/
.effect_left {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_left.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_right {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_right.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_up {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_up.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_down {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_down.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_show {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_show.active {
    opacity: 1;
}
.effect_wide {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_wide.active {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
@media (max-width: 768px) {
    /*
  	.effect_left{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_right{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_top{
  		opacity: 1;
  		transform: translate3d(0,0%,0);
  	}
  	.effect_show{
  		opacity: 1;
  	}
  */
}
@-webkit-keyframes effect_wide {
    0% {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes effect_wide {
    0% {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}