@charset "utf-8";
/* CSS Document */
/*====================
reset
====================*/
figure{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
ol{
margin: 0;
padding: 0;
}
div:after, dl:after, ul:after{
content: none;
}
*:focus{
outline: none;
}

/*====================
basic
====================*/
body{
position: relative;
}
.l-container{
color: #562a10;
line-height: 1.8;
-webkit-text-size-adjust: 100%;
}
.l-container img{
max-width: 100%;
height: auto;
vertical-align: bottom;
}
/*.l-container a:hover{
opacity: 0.7;
}*/
p.note, ul.note > li{
text-align: left;
text-indent: -1em;
padding-left: 1em;
}
.link_area {
color: #e60012;
border-bottom: solid 1px #e60012;
}
.board,
.board:hover,
.member_box,
.member_box:hover{
color: #562a10;
text-decoration: none;
}
.nav_menu li:hover,
.movie_list li:last-child .board:hover,
.sns li:hover,
.bnr_xxxxxx:hover,
.pagetop:hover
{
opacity: 0.7;
}
/*
.moveit{
opacity: 0;
}
.hidden{
display: none;
}
*/

/*====================
コンテンツ
====================*/
.isPC {
display: none;
}
#content_wrap{
position: relative;
overflow: hidden;
background: #ffffff;
font-size: 2.6vw;
line-height: 1.9;
}
#content_wrap p,
#content_wrap a{
font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
font-weight: 600;
}
/*@media (-ms-high-contrast:none) {
::-ms-backdrop, #content_wrap p {
font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
}*/
#content_wrap > section{
text-align: center;
}

/* ▽ SP ▽================================================================================================================================= */
/*====================
base
====================*/
.inner{
padding: 0 5vw;
}
.information,
.information p{
font-size: 2vw;
text-align: left;
}
.txt_left{
text-align: left !important;
}
.txt_right{
text-align: right !important;
}
.txt_center{
text-align: center !important;
}
.txt_white{
color: #ffffff;
}

/*====================
ローディング画面
====================*/
#loading{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background: url("/products/brand/me-choco/images/base_mv.png"), #fddce2;
background-position: 76px -22px ,top center;
background-repeat: repeat, repeat;
background-size: auto, auto;
}
#loading img{
width: 50vw;
position: absolute;
top: calc(50% - 10vw);
left: calc(50% - 25vw);
-webkit-animation:blink 2s ease-in-out infinite alternate;
-moz-animation:blink 2s ease-in-out infinite alternate;
animation:blink 2s ease-in-out infinite alternate;
}
/* 点滅 */
@-webkit-keyframes blink{
0% {opacity:0;}
90% {opacity:1;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0;}
90% {opacity:1;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0;}
90% {opacity:1;}
100% {opacity:1;}
}

/*====================
メインビジュアル
====================*/
#mainvisual{
background: url("/products/brand/me-choco/images/base_mv_sp.png");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 7.8vw 0 0;
}
#mainvisual:after{
content: "";
display: block;
width: 100%;
height: 1.7vw;
background: url("/products/brand/me-choco/images/wave_wh.png") repeat-x 18.5vw bottom/auto 100%;
position: absolute;
bottom: 0;
left: 0;
}
#mainvisual .inner{
padding: 0;
}
h1{
padding: 0 18vw;
}
h2{
font-size: 3vw;
line-height: 2.1;
padding: 2.8vw 9vw 0.2vw;
}

/*====================
位置固定ナビ
====================*/
.site-header{
position: absolute;
z-index: 600;
}
.site-header.fixed{
position: fixed;
top: 0;
background: #fddce2;
transition: 0.4s;
width: 100%;
}
.mv_in{
overflow: hidden;
padding: 0 0 55.1vw;
}
.nav_menu{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 89.8vw;
padding: 4vw;
position: relative;
}
#mainvisual .board{
width: 36.2vw;
background: #fdf5ed;
padding: 0 3vw 7.3vw;
border-radius: 1.4vw;
border: solid 0.5vw #562a10;
position: relative;
}
#mainvisual .board:before{
content: "";
border: dashed 0.3vw #562a10;
border-radius: 1.2vw;
position: absolute;
top: 0.5vw;
left: 0.4vw;
width: calc(100% - 1.4vw);
height: calc(100% - 1.5vw);
}
#mainvisual .board img{
width: 21vw;
}
#mainvisual .board p{
font-size: 3vw;
padding-top: 0.6vw;
position: relative;
}
#mainvisual .board p:before{
content: "";
position: absolute;
width: 4.2vw;
height: 4.3vw;
background: #562a10;
border-radius: 50%;
left: 16.4vw;
bottom: -4.6vw;
}
#mainvisual .board p:after{
content: "";
position: absolute;
width: 1.1vw;
height: 1.1vw;
border-left: 0.5vw solid #fff;
border-bottom: 0.5vw solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 17.7vw;
bottom: -2.9vw;
}
/*▼ボタンが4つの時*/
.nav_menu li:nth-child(n+3){
margin-top: 3.4vw;
}
/*▼ボタンが３つの時
.nav_menu li:last-child{
margin: 3.4vw 0 0 23.5vw;
}
*/
h3 img{
width: 64vw;
}

/*====================
アンバサダー紹介
====================*/
#ambassador{
padding: 6.8vw 0 0;
position: relative;
}
#ambassador:after{
content: "";
display: block;
width: 100%;
height: 1.7vw;
background: url("/products/brand/me-choco/images/wave_gr.png") repeat-x 18.5vw bottom/auto 100%;
position: absolute;
bottom: 8.6vw;
left: 0;
}
#ambassador h3{
margin-bottom: 3.4vw;
}
h3 p{
font-size: 2.5vw;
}
.txt_en{
width: 16vw;
margin-bottom: 2.4vw !important;
}
.ambassador_list p{
margin-bottom: 5vw;
}
.tr_profile{
position: relative;
padding: 0.4vw 21.5vw 0 18.2vw;
margin-bottom: -8.6vw;
}
.tr_profile .deco{
position: absolute;
top: -7.7vw;
right: 18vw;
width: 23.8vw;
}

/*====================
チョコレートスクール
====================*/
#chocolateschool{
background: #f0fbed;
padding: 6.8vw 0 0;
position: relative;
}
#chocolateschool:after{
content: "";
display: block;
width: 100%;
height: 1.7vw;
background: url("/products/brand/me-choco/images/wave_bl.png") repeat-x 18.5vw bottom/auto 100%;
position: absolute;
bottom: 4vw;
left: 0;
}
#chocolateschool h3{
margin-bottom: 4.9vw;
}
/*▽ チョコレートスクールとは ▽*/
.mds_cs_what{
width: 60.3vw;
margin-bottom: 2.8vw;
}
.tr_what{
padding: 0.3vw 23.4vw 0;
}
.mds_cs img{
width: 75vw;
margin-top: 8.6vw;
}
/*▽ チョコレートスクールメンバー ▽*/
.member_list{
display: flex;
}
.member_list li{
width: calc(100% / 2);
}
.member_list li:nth-child(odd){
margin-right: 3vw;
}
.member_list li:nth-child(even){
margin-left: 3vw;
}
.member_box{
background: #ffffff;
border: solid 1px #dddddd;
border-radius: 1.4vw;
padding: 2vw 2vw 1.2vw;
position: relative;
margin-top: 16vw;
}
.name {
width: 36.6vw;
position: absolute;
top: -6.2vw;
left: 16px;
}
.member_box figure{
margin-bottom: 1vw;
}
.member_box:hover{
opacity: 0.7;
}
/* スライダー：Slick設定 */
.slick-prev,
.slick-next{
width: 14.4vw;
height: 11.7vw;
text-indent: -9999px;
border: none;
cursor: pointer;
z-index: 300;
background-color: transparent;
position: absolute;
top: 0;
}
.slick-prev{
background-image: url(/products/brand/me-choco/images/btn_prev.png);
background-repeat: no-repeat;
background-position: top left;
background-size: contain;
left: 27.7vw;
}
.slick-next{
background-image: url(/products/brand/me-choco/images/btn_next.png);
background-repeat: no-repeat;
background-position: top left;
background-size: contain;
right: 27.7vw;
}
.slick-prev:hover,
.slick-next:hover{
opacity: 0.7;
}
/*▽ 授業の様子 ▽*/
.cs_class_wrap .inner{
padding: 0 2.4vw;
}
.class_movie_btn_list{
padding: 5vw 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.class_movie_btn_list li{
margin-bottom: 3.6vw;
}
/* ボタンが偶数の場合*/
.btn_even li:nth-last-child(2),
.btn_even li:last-child{
margin-bottom: 0; 
}
/* ボタンが奇数の場合*/
.btn_odd li:last-child{
margin-right: 46.3vw;
}
/*▽ PHOTO ▽*/
.cs_photo_wrap .inner{
padding: 0 2.4vw;
}
.txt_photo{
position: relative;
padding-bottom: 6.5vw;
}
.deco_photo_l{
position: absolute;
top: 4vw;
left: 9vw;
width: 15vw;
}
.deco_photo_r{
position: absolute;
top: 3.4vw;
right: 7vw;
width: 9vw;
}
.photo_list li {
opacity: 1;
height:auto;
transition: all .4s ease 0s;
overfllow:hidden;
}
.photo_list li.is-hidden {
visibility: hidden;
opacity: 0;
height: 0;
margin: 0 10px;
padding:0;
}
.photo_list li:nth-child(even){
margin-bottom: 3vw;
}
.more{
padding: 0 14vw;
cursor: pointer;
}
.more:hover{
opacity: 0.7;
}
/*▽ CAMPAIGN ▽*/
.mds_cs_teach{
width: 49vw;
margin: 4.1vw 0 2.8vw;
}
.tr_campaign{
padding: 1.5vw 24vw 0;
margin-bottom: -4vw;
}

/*====================
ASMR動画
====================*/
#movie{
background: #e4f3fe;
padding: 6.8vw 0 11.5vw;
position: relative;
}
#movie:after{
content: "";
display: block;
width: 100%;
height: 1.7vw;
background: url("/products/brand/me-choco/images/wave_wh.png") repeat-x 18.5vw bottom/auto 100%;
position: absolute;
bottom: 0;
left: 0;
}
#movie .inner{
padding: 0 2.4vw;
}
#movie h3{
margin-bottom: 4.9vw;
}
.movie_list{
height: 34.2vw;
position: relative;
}
.movie_list li:first-child{
position: absolute;
top: 0;
left: 2.6vw;
width: 35.2vw;
}
.movie_list li:nth-child(2){
position: absolute;
top: 0;
right: 0;
text-align: left;
width: 53.4vw;
}
.movie_list li:last-child{
position: absolute;
top: 15vw;
left: 42.6vw;
}
.movie_list .deco{
position: absolute;
top: -4.4vw;
right: -3.2vw;
width: 36vw;
}
#movie .board{
width: 36.2vw;
background: #fdf5ed;
padding: 0 3vw 5.2vw;
border-radius: 1.4vw;
border: solid 0.5vw #562a10;
position: relative;
}
#movie .board:before{
content: "";
border: dashed 0.3vw #562a10;
border-radius: 1.2vw;
position: absolute;
top: 0.5vw;
left: 0.4vw;
width: calc(100% - 1.4vw);
height: calc(100% - 1.5vw);
}
#movie .board:after{
content: "";
position: absolute;
top: 36vw;
left: calc(50% + 20.9vw);
width: 11.4vw;
height: 6vw;
background: url(/products/brand/me-choco/images/deco_btn_recipe_rope_sp.png) no-repeat top center / 100% auto;
}
#movie .board img{
width: 18.5vw;
}
#movie .board p{
font-size: 2.6vw;
position: relative;
}
#movie .board p:before{
content: "";
position: absolute;
width: 3.2vw;
height: 3.2vw;
background: #562a10;
border-radius: 50%;
left: 16.5vw;
bottom: -3.1vw;
}
#movie .board p:after{
content: "";
position: absolute;
width: 0.9vw;
height: 0.9vw;
border-left: 0.4vw solid #fff;
border-bottom: 0.4vw solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 17.5vw;
bottom: -1.9vw;
}
.thumb_movie{
position: relative;
z-index: 500;
}
.btn_movie{
width: 36.2vw;
background: #fdf5ed;
padding: 3vw 3vw;
border-radius: 1.4vw;
border: solid 0.5vw #562a10;
box-shadow: 0 0.6vw 0 #562a10;
position: relative;
}
.btn_movie:before{
content: "";
border: dashed 0.3vw #562a10;
border-radius: 1.2vw;
position: absolute;
top: 0.5vw;
left: 0.4vw;
width: calc(100% - 1.4vw);
height: calc(100% - 1.5vw);
}
.btn_movie_long{
width: 39.2vw;
padding: 3vw 0 3vw 3vw;
}
p.txt_adjust{
margin: 0.3vw 0;
}
p.txt_long{
/*font-size: 2.4vw !important;*/
padding-left: 3.4vw;
line-height: 2.8vw;
}
.btn_movie p{
font-size: 2.6vw;
position: relative;
color: #562a10;
padding-left: 3.4vw;
}
.btn_movie p:before{
content: "";
position: absolute;
width: 4.2vw;
height: 4.3vw;
background: #562a10;
border-radius: 50%;
left: -0.3vw;
bottom: 0.3vw;
}
.btn_movie p:after{
content: "";
position: absolute;
width: 1.1vw;
height: 1.1vw;
border-right: 0.5vw solid #fff;
border-top: 0.5vw solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 0.8vw;
bottom: 1.6vw;
}
.movie_btn_list{
padding: 5vw 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.movie_btn_list li{
margin-bottom: 3.6vw;
}
.movie_btn_list li:nth-last-child(2),
.movie_btn_list li:last-child{
margin-bottom: 0; 
}
/* ▽ 動画モーダル ▽ */
.mfp-close {
width: 5.8vw !important;
height: 5.8vw !important;
font-size: 0 !important;
position: absolute;
top: -8vw !important;
right: 1vw !important;
background: url("/products/brand/me-choco/images/btn_close.png") no-repeat center / contain !important;
}
button.mfp-arrow{
display: none;
}
.mfp-iframe-scaler iframe {
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.mfp-figure:after {
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/*====================
いい音meチョコレシピ
====================*/
#recipe{
padding: 6.8vw 0 5.2vw;
position: relative;
}
#recipe:after{
content: "";
display: block;
width: 100%;
height: 1.7vw;
background: url("/products/brand/me-choco/images/wave_be.png") repeat-x 18.5vw bottom/auto 100%;
position: absolute;
bottom: 0;
left: 0;
}
#recipe h3{
margin-bottom: 3.4vw;
}
.recipe_list{
display: flex;
align-items: center;
}
.recipe_list li:last-child{
width: 106.6vw;
margin: 0 -2.2vw 0 2vw;
}
.recipe_box_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.recipe_box_list li{
width: 41vw;
margin-bottom: 5.6vw;
overflow: hidden;
position: relative;
z-index: 10;
}
.recipe_box_list .caption{
text-align:  center;
color: #fff;
}
.recipe_box_list .mask,
.recipe_box_list .mask2,
.recipe_box_list .mask3,
.recipe_box_list .mask4,
.recipe_box_list .mask5,
.recipe_box_list .mask6{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(0,0,0,0.7);
-webkit-transition:	all 0.6s ease;
transition:		all 0.6s ease;
}
.recipe_box_list .mask:hover,
.recipe_box_list .mask2:hover,
.recipe_box_list .mask3:hover,
.recipe_box_list .mask4:hover,
.recipe_box_list .mask5:hover,
.recipe_box_list .mask6:hover{
opacity: 1;
padding-top: 18vw;
}
/* ▽ レシピモーダル ▽ */
.recipe_modal{
position: relative;
width: 92vw;
margin: 0 auto;
background: #ffffff;
text-align: center;
color: #562a10;
}
.recipe_modal h3{
background: #562a10;
color: #ffffff;
font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
font-size: 3.3vw;
line-height: 2.1;
padding: 1.4vw 1.9vw;
}
.material_txt,
.howto_txt{
text-align: left;
}
.recipe_detail{
padding: 3vw 3vw 4vw;
}
.recipe_detail dt{
position: relative;
display: inline-block;
background: #562a10;
color: #ffffff;
font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
font-size: 2.6vw;
font-weight: 600;
/*  height: 64px;*/
margin: 3vw 0 1vw -0.5vw;
padding: 1vw 3vw 1vw 5.6vw;
border-radius: 100vh 0 0 100vh;
}
.recipe_detail dt:before {
position: absolute;
top: calc(50% - 0.8vw);
left: 1.4vw;
width: 1.6vw;
height: 1.6vw;
content: '';
border-radius: 50%;
background: #ffffff;
}
.recipe_detail dd,
.recipe_detail li{
font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
font-size: 2.4vw;
line-height: 1.7;
font-weight: 600;
}
.recipe_detail li.note{
text-align: left;
text-indent: -1em;
padding-left: 1em;
}
.recipe_pic img{
width: 42vw;
}
.material_txt dd{
height: 16vw;
overflow-y: auto;
padding: 1vw 2vw 1vw 0;
}
.howto_txt dd{
height: 16vw;
overflow-y: auto;
padding: 1vw 2vw 1vw 0;
}
/* ▽ スクロールバー ▽ */
.material_txt dd::-webkit-scrollbar,
.howto_txt dd::-webkit-scrollbar{
width: 10px;
}
.material_txt dd::-webkit-scrollbar-track,
.howto_txt dd::-webkit-scrollbar-track{
background-color: #f3e6d6;
border-radius: 10px;
}
.material_txt dd::-webkit-scrollbar-thumb,
.howto_txt dd::-webkit-scrollbar-thumb{
background-color: #562a10;
border-radius: 10px;
}

/*====================
毎日チョコミルク
====================*/
#everyday{
background: #f3e6d6;
padding: 6.8vw 0 10.3vw;
position: relative;
}
#everyday:after{
content: "";
display: block;
width: 100%;
height: 1.7vw;
background: url("/products/brand/me-choco/images/wave_wh.png") repeat-x 18.5vw bottom/auto 100%;
position: absolute;
bottom: 0;
left: 0;
}
#everyday .inner{
padding: 0 0.6vw;
}
#everyday h3{
margin-bottom: 4.2vw;
}
.txt_everyday{
padding: 0 8vw 6.6vw;
}
.everyday_list{
position: relative;
height: 190.2vw;
}
.everyday_list li{
width: 57.6vw;
}
.everyday_list li:first-child{
position: absolute;
top: 0;
left: 0;
}
.everyday_list li:nth-child(2){
position: absolute;
top: 45.2vw;
right: 0;
}
.everyday_list li:nth-child(3){
position: absolute;
top: 89.2vw;
left: 0;
}
.everyday_list li:last-child{
position: absolute;
bottom: 0;
right: 0;
}
.everyday_list li:first-child:after,
.everyday_list li:nth-child(3):after{
content: "";
position: absolute;
top: 36vw;
left: calc(50% + 20.9vw);
width: 11.4vw;
height: 6vw;
background: url(/products/brand/me-choco/images/arrow_r.png) no-repeat top center / 100% auto;
}
.everyday_list li:nth-child(2):after{
content: "";
position: absolute;
top: 31.3vw;
left: calc(50% - 32.2vw);
width: 10vw;
height: 8.2vw;
background: url(/products/brand/me-choco/images/arrow_l.png) no-repeat top center / 100% auto;
}
.change_pic{
position: absolute;
top: 67.8vw;
right: 2.7vw;
}
.tr_everyday{
position: relative;
width: 38.6vw;
height: auto;
}
.everyday_box,
.everyday_stick{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: auto;
opacity: 0;
animation :slideshow 12s linear infinite;
}
@keyframes slideshow {
0%{
opacity: 0;
}
10%{
opacity: 1;
}
50%{
opacity: 1
}
60%{
opacity: 0;
}
100%{
opacity: 0;
}
}
.everyday_stick{
animation-delay: 6s;
}
.tr_everyday_point{
position: absolute;
top: 171.3vw;
left: 3vw;
width: 33.4vw;
z-index: 500;
}
.step_box{
background: url("/products/brand/me-choco/images/base_step.png");
background-repeat: no-repeat;
background-size: 57.6vw auto;
background-position: top center;
position: relative;
padding-top: 14vw;
}
.ribbon{
position: absolute;
top: -3.8vw;
left: 8.3vw;
width: 41vw;
}
.pic_step{
width: 36.8vw;
margin: 0 auto;
}
.txt_step{
font-size: 2.4vw;
line-height: 1.6;
height: 20.6vw;
padding: 1.6vw 5vw 0;
}

/*====================
SNSボタン・バナー
====================*/
#cmp_footer{
padding: 7.3vw 0;
}
.sns {
display: flex;
justify-content: center;
}
.sns li {
width: 11.5vw;
}
.sns li:not(:first-child) {
margin-left: 5.4vw;
}
.pagetop{
position: fixed;
bottom: 5vw;
right: 3.4vw;
background: #fdf5ed;
padding: 4vw;
border-radius: 50vw;
border: solid 0.5vw #562a10;
z-index: 1200;
}
.pagetop:before{
content: "";
border: dashed 0.3vw #562a10;
border-radius: 50vw;
position: absolute;
top: 0.5vw;
left: 0.4vw;
width: calc(100% - 1.4vw);
height: calc(100% - 1.5vw);
}
.pagetop a{
display: block;
}
.pagetop img{
width: 7.6vw;
}
.bnr_xxxxxx{
width: 36vw;
margin-top: 6.3vw;
}
.bnr_xxxxxx_box{
width: 36vw;
margin: 0 auto;
}

/* ▽ PC ▽================================================================================================================================= */
/* 768px～ For PC
====================================================*/
@media screen and (min-width: 768px), print{
.isSP {
display: none;
}
.isPC {
display: block;
}
body{
min-width: 950px;
}
.inner{
width: 880px;
margin: 0 auto;
padding: 0 0 !important;
}
.information,
.information p{
font-size: 13px !important;		
}
body{
min-width: 950px;
}

/*====================
コンテンツ
====================*/
#content_wrap,
#content_wrap p{
font-size: 16px;
}

/*====================
ローディング画面
====================*/
#loading img{
width: 360px;
top: calc(50% - 80px);
left: calc(50% - 180px);
}

/*====================
メインビジュアル
====================*/
#mainvisual{
background: url("/products/brand/me-choco/images/deco_mv_pc.png"), url("/products/brand/me-choco/images/base_mv.png"), #fddce2;
background-position: top center, 76px -22px ,top center;
background-repeat: no-repeat, repeat, repeat;
background-size: auto, auto;
position: relative;
padding: 59px 0 0;
}
#mainvisual:after{
height: 12px;
background: url("/products/brand/me-choco/images/wave_wh.png") repeat-x 10px bottom/auto 100%;
}
h1{
padding: 0;
}
h2{
padding: 18px 0 22px;
}
h2 p{
font-size: 18px !important;
line-height: 2.3;
}

/*====================
位置固定ナビ
====================*/
.site-header{
left: 0;
right: 0;
}
.site-header.fixed{
position: fixed;
top: 0;
}
.mv_in{
padding: 0 0 222px;
}
.nav_menu{
width: 876px;
padding: 20px 0;
margin: 0 auto;
}
.hero{
padding: 0 0 166px;
}
#mainvisual .board{
/*width: 254px; ボタン3個*/
width: 194px; /*ボタン4個*/
padding: 5px 0 43px;
border-radius: 12px;
border: solid 3px #562a10;
}
#mainvisual .board:before{
border: dashed 2px #562a10;
border-radius: 10px;
top: 3px;
left: 3px;
width: calc(100% - 10px);
height: calc(100% - 10px);
}
#mainvisual .board img{
width: 120px;
}
#mainvisual .board p{
/*font-size: 18px; ボタン3個*/
font-size: 17px; /*ボタン4個*/
padding-top: 2px;
}
#mainvisual .board p:before{
width: 22px;
height: 22px;
/*left: 117px; ボタン3個*/
left: 87px; /*ボタン4個*/
bottom: -24px;
}
#mainvisual .board p:after{
width: 8px;
height: 8px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
/*left: 123px; ボタン3個*/
left: 93px;
bottom: -16px;
}
.nav_menu li:last-child{
margin: 0;
}
/*▼ボタンが4つの時*/
.nav_menu li:nth-child(n+3) {
margin-top: 0;
}
h3 img{
width: 396px;
}

/*====================
アンバサダー紹介
====================*/
#ambassador{
padding: 53px 0 0;
}
#ambassador:after{
height: 12px;
background: url("/products/brand/me-choco/images/wave_gr.png") repeat-x 10px bottom/auto 100%;
bottom: 0;
}
#ambassador h3{
margin-bottom: 30px;
}
h3 p{
font-size: 16px;
}
.txt_en{
width: 96px;
margin-bottom: 14px !important;
}
.ambassador_list{
display: flex;
justify-content: space-between;
align-items: center;
}
.ambassador_list li:first-child{
width: 490px;
}
.ambassador_list p{
margin-bottom: 34px;
}
.tr_profile{
padding: 0;
margin-bottom: -43px;
}
.tr_profile .deco{
top: -66px;
right: -22px;
width: 186px;
}

/*====================
チョコレートスクール
====================*/
#chocolateschool{
padding: 53px 0 0;
}
#chocolateschool:after{
height: 12px;
background: url("/products/brand/me-choco/images/wave_bl.png") repeat-x 10px bottom/auto 100%;
bottom: 0;
}
#chocolateschool h3{
margin-bottom: 36px;
}
/*▽ チョコレートスクールとは ▽*/
.mds_cs_what{
width: 417px;
margin-bottom: 20px;
}
.what_list{
display: flex;
justify-content: space-between;
align-items: center;
}
.what_list li:first-child{
width: 500px;
}
.tr_what{
padding: 0;
}
.mds_cs img{
width: 512px;
margin-top: 70px;
}
/*▽ チョコレートスクールメンバー ▽*/
.cs_member_wrap .inner{
width: 900px;
}
.member_list li{
width: calc(100% / 4);
}
/*
.member_list li{
width: 200px !important;
}
/*
.member_list li:not(:last-child){
margin-right: 26px !important;
}
*/
.member_list li{
margin: 0 13px !important;
}
.member_list li:nth-child(odd){
margin-right: 0;
}
.member_list li:nth-child(even){
margin-left: 0;
}	
.member_box{
border-radius: 8px;
padding: 10px 10px 5px;
/*margin-top: 42px; 4人まで*/
margin-top: 88px; /*4人以上の場合*/
}
.name {
width: 177px;
position: absolute;
top: -29px;
left: 10px;
}
.member_box figure{
margin-bottom: 6px;
}
/* スライダー：Slick設定 */
.slick-prev,
.slick-next{
width: 110px;
height: 90px;
top: -24px;
}
.slick-prev{
background-image: url(/products/brand/me-choco/images/btn_prev.png);
background-repeat: no-repeat;
background-position: top left;
background-size: contain;
left: 328px;
}
.slick-next{
background-image: url(/products/brand/me-choco/images/btn_next.png);
background-repeat: no-repeat;
background-position: top left;
background-size: contain;
right: 328px;
}
/*▽ 授業の様子 ▽*/
.cs_class_wrap .inner{
padding: 0;
width: 856px;
}
.class_movie_btn_list{
padding: 45px 27px 0;
}
.class_movie_btn_list li{
margin-bottom: 28px;
}
/* ボタンが偶数の場合*/
.btn_even li:nth-last-child(2),
.btn_even li:last-child{
margin-bottom: 0; 
}
/* ボタンが奇数の場合*/
.btn_odd li:last-child{
margin-right: 402px;
}
/*▽ PHOTO ▽*/
.cs_photo_wrap .inner{
padding: 0;
}
.txt_photo{
padding-bottom: 0;
}
.deco_photo_l{
top: -86px;
left: 49px;
width: 117px;
}
.deco_photo_r{
top: -96px;
right: 83px;
width: 71px;
}
.photo_list li:nth-child(even){
margin-bottom: 10px;
}
.more{
padding: 0;
}
.more img{
margin: 0 auto;
}
/*▽ CAMPAIGN ▽*/
.cs_campaign_wrap .inner{
padding: 0;
width: 905px;
}
.mds_cs_teach{
width: 302px;
margin: -18px 0 44px -18px;
}
.campaign_list{
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
}
.campaign_list li:first-child{
width: 552px;
}
.tr_campaign{
padding: 0;
margin: 18px 0 -28px;
}

/*====================
ASMR動画
====================*/
#movie{
padding: 53px 0 70px;
}
#movie:after{
height: 12px;
background: url("/products/brand/me-choco/images/wave_wh.png") repeat-x 10px bottom/auto 100%;
}
#movie .inner{
padding: 0;
width: 856px;
}
#movie h3{
margin-bottom: 30px;
}
.movie_list{
/*width: 87.8vw;*/
height: auto;
display: flex;
align-items: center;
margin: -92px 0 -105px;
}
.movie_list li:first-child{
position: relative;
top: 0;
left: 0;
width: 276px;
}
.movie_list li:nth-child(2){
position: relative;
top: 0;
left: 0;
width: 372px;
text-align: center;
margin: -60px 0 0 -30px;
}
.movie_list li:last-child{
position: relative;
top: 0;
left: 0;
margin: -72px 19px 0 0;
}
.movie_list .deco{
top: -47px;
right: -24px;
width: 191px;
}
#movie .board{
width: 214px;
padding: 5px 0 54px;
border-radius: 12px;
border: solid 3px #562a10;
}
#movie .board:before{
border: dashed 2px #562a10;
border-radius: 10px;
top: 3px;
left: 3px;
width: calc(100% - 10px);
height: calc(100% - 10px);
}
#movie .board img{
width: 120px;
}
#movie .board p{
font-size: 18px;
padding-top: 2px;
}
#movie .board p:before{
width: 22px;
height: 22px;
left: 96px;
bottom: -31px;
}
#movie .board p:after{
width: 8px;
height: 8px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
left: 102px;
bottom: -23px;
}
.btn_movie{
width: 365px;
padding: 20px 0;
border-radius: 12px;
border: solid 3px #562a10;
box-shadow: 0 6px 0 #562a10;
transition: 0.3s; /* ボタンの押し下げアニメの速度 */
}
.btn_movie:before{
border: dashed 2px #562a10;
border-radius: 10px;
top: 3px;
left: 3px;
width: calc(100% - 10px);
height: calc(100% - 10px);
}
.btn_movie:hover{
opacity: 0.7;
box-shadow: 0 1px 0 #702e00;
transform: translate3d(0, 5px, 0); /* 影が減った分、ボタンを下へ移動させる記述 */
}
p.txt_long{
padding-left: 20px;
line-height: 1.2;
}
.btn_movie p{
font-size: 18px !important;
padding-left: 20px !important;
}
.btn_movie p:before{
width: 22px;
height: 23px;
left: 16px;
bottom: calc(50% - 11px);
}
.btn_movie p:after{
width: 8px;
height: 8px;
border-right: 2px solid #ffffff;
border-top: 2px solid #ffffff;
left: 20px;
bottom: calc(50% - 4px);
}
.movie_btn_list{
padding: 45px 27px 0;
}
.movie_btn_list li{
margin-bottom: 28px;
}
/* ▽ 動画モーダル ▽ */
.mfp-close {
width: 50px !important;
height: 50px !important;
top: -64px !important;
right: 10px !important;
}

/*====================
いい音meチョコレシピ
====================*/
#recipe{
padding: 53px 0 42px;
}
#recipe:after{
height: 12px;
background: url("/products/brand/me-choco/images/wave_be.png") repeat-x 10px bottom/auto 100%;
}
#recipe h3{
margin-bottom: 0;
}
.recipe_list {
align-items: center;
justify-content: flex-end;
}
.recipe_list li:last-child{
width: 249px;
margin: 0 0 -48px 0;
}
.recipe_box_list{
position: relative;
}
.recipe_box_list li{
width: 266px;
margin-bottom: 38px;
}
.recipe_box_list .mask:hover,
.recipe_box_list .mask2:hover,
.recipe_box_list .mask3:hover,
.recipe_box_list .mask4:hover,
.recipe_box_list .mask5:hover,
.recipe_box_list .mask6:hover{
padding-top: 120px;
}
/* ▽ レシピモーダル ▽ */
.recipe_modal{
width: 865px;
}
.recipe_modal h3{
font-size: 28px;
padding: 6px;
}
.recipe_detail{
padding: 30px;
}
.recipe_detail_list{
display: flex;
margin-bottom: 25px;
}
.recipe_detail_list li:nth-child(2){
width: 100%;
margin-left: 30px;
}
.recipe_detail dt{
font-size: 18px;
margin: 0 0 6px -5px;
padding: 6px 10px 4px 30px;
}
.recipe_detail dt:before {
top: calc(50% - 5px);
left: 10px;
width: 10px;
height: 10px;
}
.recipe_detail dd,
.recipe_detail li{
font-size: 16px;
line-height: 1.7;
}
.recipe_pic img{
width: 320px;
}
.material_txt dd{
padding: 4px 22px 8px 0;
height: 260px;
}
.howto_txt dd{
padding: 4px 22px 8px 0;
height: 130px;
}

/*====================
毎日チョコミルク
====================*/
#everyday{
padding: 53px 0 76px;
}
#everyday:after{
height: 12px;
background: url("/products/brand/me-choco/images/wave_wh.png") repeat-x 10px bottom/auto 100%;
z-index: 550;
}
#everyday .inner{
padding: 0;
width: 932px;
position: relative;
}
#everyday h3{
margin-bottom: 50px;
}
.txt_everyday{
padding: 0 0 90px;
}
.everyday_list{
height: 1099px;
}
.everyday_list li{
width: 452px;
}
.everyday_list li:first-child{
top: 0;
left: 0;
}
.everyday_list li:nth-child(2){
top: 160px;
right: 0;
}
.everyday_list li:nth-child(3){
top: 500px;
left: 0;
}
.everyday_list li:last-child{
bottom: 0;
right: 0;
}
.everyday_list li:first-child:after,
.everyday_list li:nth-child(3):after{
top: 169px;
left: calc(50% + 187px);
width: 89px;
height: 48px;
}
.everyday_list li:nth-child(2):after{
top: 240px;
left: calc(50% - 256px);
width: 78px;
height: 64px;
}
.change_pic{
top: 327px;
right: 20px;
}
.tr_everyday{
width: 436px;
height: auto;
}
.tr_everyday_point{
top: 1090px;
left: 20px;
width: 425px;
}
.step_box{
background-size: 452px auto;
padding-top: 115px;
}
.ribbon{
top: -30px;
left: 64px;
width: 324px;
}
.pic_step{
width: 290px;
margin: 0 auto;
}
.txt_step{
font-size: 16px;
line-height: 1.8;
height: 150px;
padding: 20px 5px 0;
}

/*====================
SNSボタン・バナー
====================*/
#cmp_footer{
padding: 68px 0 70px;
}
.sns li {
width: 66px;
}
.sns li:not(:first-child) {
margin-left: 35px;
}
.pagetop{
bottom: 30px;
right: 20px;
padding: 25px;
border: solid 3px #562a10;
}
.pagetop:before{
border: dashed 2px #562a10;
top: 3px;
left: 3px;
width: calc(100% - 10px);
height: calc(100% - 10px);
}
.pagetop a{
display: block;
}
.pagetop img{
width: 42px;
}
.bnr_xxxxxx{
width: 280px;
position: relative;
margin-top: 50px;
}
.bnr_xxxxxx_box{
width: 280px;
margin: 0 auto;
}
}