@charset "utf-8";

.mainVisual{
position: relative;	
}
.bx-wrapper img {
 width: 100%;
}
.mbImg img{
width: 100%;
}
.mvInner{
top: 0;
left: 0;
right: 0;
width: 988px;
height: 0;
padding-bottom: 54.1836735%;
margin: 0 auto;
position: absolute;
}
.mvInner .mvTxt{
position: absolute;
top: 65px;
}
.mvInner .mvSub{
position: absolute;
right: 0;
bottom: 50px;
}

.infoArea {
margin: 25px auto 0;
text-align: center;
    justify-content: center;
    width: 827px;
    display: flex;
}
.infoArea a {
    display: block;
    width: 406px;
}
.infoArea a img.pc {
width: 406px;
height: auto;
}

.comingArea {
margin: 25px auto 0;
text-align: center;
}
.comingArea {
display: block;
margin: auto;
width: 480px;
}
.comingArea img.pc {
width: 480px;
height: auto;
}

.bnrArea{
margin: 25px auto 0;
text-align: center;	
}
.bnrArea a:hover{
opacity: 0.7;	
}

.recipe{
width: 988px;
margin: 0 auto;
position: relative;
}
.recipe .oreoImg{
position: absolute;
top: -120px;
left: -105px;
}
.recipe .inner{
margin-bottom: 50px;
margin-right: 15px;
}
.recipe .inner.subTxt{
text-align: center;
}
.recipe .inner.subTxt p{
margin-bottom: 55px;
}
.recipe .bannerList{
    height: auto;
    overflow: hidden;
    transition: height 1s 0s ease-out;
}
.recipe .bannerList .cover.none{
    display: none;
}
.recipe .bannerList.close{
    height: 400px;
}
.recipe .bannerList ul {
    position: relative;
    text-align:center;
}
.recipe .bannerList ul li {
  display:inline-block;
  margin:0 7.5px 15px 7.5px;
}
.recipe .bannerList ul li:first-child {
    display:inline-block;
    /*margin:0 200px 15px 200px;*/
}
.recipe .bannerList ul li.valentine img.pc {
  width: 406px;
}
.recipe .bannerList ul.second{
    display: none;
}
.recipe .bannerList .cover{
    position: absolute;
    margin:auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(rgba(245,240,231,0), rgba(245,240,231,100));
}
.recipe .bannerList .cover a{
    background: url("../images/btn_more.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    display: block;
    margin: auto;
    width: 200px;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}

#anccampaign {
    background: white;
    padding:50px 0 10px 0;
}
#ancrecipe {
 background:#f5f0e7;
 padding:50px 0 10px 0;
}
.subBgColor {
 background: white;
}
#anc01{
padding: 50px 0 80px 0;
}
.about{
width: 988px;
margin: 0 auto;
position: relative;
}
.about .oreoImg{
position: absolute;
top: -120px;
left: -105px;	
}
.about .inner{
width: 520px;
float: right;
margin-bottom: 120px;
background: url(../images/aboutInnerBg.png) no-repeat right bottom;
margin-right: 15px;
}
.about .inner.subTxt{
text-align: left;	
}
.about .inner.subTxt p{
margin-bottom: 55px;	
}
.about ul.modalList{
clear: both;	
}
.about ul.modalList li{
float: left;
margin-left: 40px;	
text-align:center;
}
.about ul.modalList li:first-child{
margin-left: 0;	
}
.about ul.modalList li a:hover img{
opacity: 0.7;	
}

#anc02{
padding: 72px 0 80px;
background: #f5f0e7;
}
#anc02 .lineUp{
text-align: center;
padding: 55px 0 0;
}
#anc02 .lineUp ul{
    display: flex;
    width: 988px;
    margin: auto;
    flex-wrap: nowrap;
    justify-content: center;
}
#anc02 .lineUp ul li{
width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
#anc02 .lineUp ul li:first-child{

}
#anc02 .lineUp ul li{
font-size: 14px;
}
#anc02 .lineUp ul li img{
margin-bottom: 20px;
}
#anc02 .lineUp ul li p{
    margin-bottom: 50px;
}
#anc02 .lineUp ul li .new{
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: 700;
color: #ea0101;
margin-bottom: 10px;
}
.lineupDtl{
    background: #fffcf6;
    width: 980px;
    height: auto;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.75;
}
.lineupDtlInner {
    border: 1px dashed #618acc;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 30px 30px 5px;
}
.lineupDtl p{
margin-bottom: 25px;	
}
.lineupDtl .name{
font-weight: 700;
margin-bottom: 10px;
}

#anc02 .lineUp2{
	text-align: center;
    padding: 20px 0 0px;
}
#anc02 .lineUp2 ul{
display: flex;	
justify-content: center;
align-items: center;
}
#anc02 .lineUp2 ul li{
float: left;
width: 50%;
}
#anc02 .lineUp2 ul li:first-child{
margin-left: 0;
}
#anc02 .lineUp2 ul li{
font-size: 14px;
}
#anc02 .lineUp2 ul li img{
margin-bottom: 20px;	
}
#anc02 .lineUp2 ul li p{
    margin-bottom: 50px;
}
.lineupDtl2{
width: 980px;
height: 120px;
margin: 0 auto 80px;
background: url(../images/lineupDtl2.png) no-repeat;
-webkit-background-size: cover;
background-size: cover;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 38px;
padding-left: 40px;
color: #42393a;
font-size: 14px;
line-height: 1.75;
}
.lineupDtl2 p{
margin-bottom: 0px;	
}
.notice{
font-size: 10px;
}
.onlineshop{
    text-align: center;
}
.onlineshop img{
    width: 220px;
    margin-bottom: 80px;
}
.mmark{
text-align: center;
}
.mmark img{
margin-bottom: 50px;
}
.mmark p{
font-size: 16px;
line-height: 30px;
letter-spacing: 0.12em;
}
.mmark_bnr img{
    width: 406px;
    margin-bottom: 20px;
}

#anc03{
padding: 72px 0 80px;
background: #fffcf6;
}

.castInfo{
width: 640px;
margin: 60px auto 80px;
}
.castInfo .tmb{
float: left;
margin-right: 30px;	
}
.castInfo .dtl{
overflow: hidden;
font-size: 14px;
line-height: 1.75;
}
.castInfo .dtl .head{
font-weight: bold;
font-size: 18px;
margin-bottom: 15px;
}
.castInfo .dtl .head:after{
content: '';
display: block;
background: url(../images/headType02Line.png) no-repeat;
width: 432px;
height: 2px;
margin-top: 10px;
}
.castInfo .dtl .name span{
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
padding-right: 10px;
}

#anc03 .headType01 span{
font-size: 28px;	
}
#anc03 .movieArea{
text-align: center;	
margin-top: 20px;
margin-bottom: 70px;
}
#anc03 .movieArea .movTtl{
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
letter-spacing: 0.12em;
}
#anc03 .movieArea .movTtl2{
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
letter-spacing: 0.12em;
}
#anc03 .movieArea .movNav{
display: inline-block;
border: 1px solid #99b4d0;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 20px;
}
#anc03 .movieArea .movNav li{
float: left;	
}
#anc03 .movieArea .movNav li a{
display: block;
width: 140px;
padding: 20px 0;
line-height: 1;
color: #014099;
font-size: 14px;
font-weight: bold;
text-align: center;
border-left: 1px solid #014099;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#anc03 .movieArea .movNav li a:hover{
color: #fff;
background: #014099;
text-decoration: none;	
}
#anc03 .movieArea .movNav li:first-child a{
border-left: none;
}
#anc03 .movieArea .movNav li.active{
pointer-events:none;	
}
#anc03 .movieArea .movNav li.active a{
color: #fff;
background: #014099;
}
#anc03 .movieArea .movTab .tab:nth-child(n+2){
display: none;	
}
#anc03 .movieArea .movTab .movInner{
width: 640px;
height: 360px;
margin: 0 auto;
position: relative;
}
#anc03 .movieArea .movTab .movInner .movieWrap.hide iframe{
opacity: 0;
}
#anc03 .movieArea .movTab .movInner .tmb{
position: absolute;
top: 0;
left: 0;
}
#anc03 .movieArea .movTab .movInner .tmb .tmbBtn{
position: absolute;
width: 80px;
height: 80px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;	
}
#anc03 .movieArea .movTab .movInner .tmb .tmbBtn:hover{
opacity: 0.7;	
}
#anc03 .subTxt{
margin-top: 50px;
}

.flow{
width: 1000px;
margin: 0 auto;	
}
.modalHead{
font-size: 22px;
text-align: center;
font-weight: bold;
margin-bottom: 40px;
}
.modalHead:after{
display: block;
content: '';
width: 116px;
height: 4px;
margin: 10px auto 0;
background: url(../images/headType01Line.png);	
}

.flow .col{
width: 470px;
}
.flow .col:nth-of-type(odd){float: left;}
.flow .col:nth-of-type(even){float: right;}
.flow .col:nth-of-type(n+3){
margin-top: 30px;	
}
.flow .col .tmb{
float: left;
margin-right: 20px;
}
.flow .col .dtl{
overflow: hidden;	
}
.flow .col .dtl .ttl{
font-size: 18px;
color: #194e9b;
font-weight: bold;
margin-bottom: 15px;	
}
.flow .col .dtl .txt{
font-size: 14px;
color: #42393a;	
}
.flow .notice{
clear: both;
text-align: right;
padding-top: 30px;	
}

iframe{border: none !important;}

@media screen and (max-width: 768px) {

.mvInner .mvTxt,
.mvInner .mvSub,
.bnrArea{
display: none;	
}

.infoArea {
margin: 25px auto 0;
text-align: center;
    flex-direction: column;
    width: inherit;
}
.infoArea a {
display: block;
margin: auto;
width: 290px;
}
.infoArea a:first-child{
    margin-bottom: 10px;
}
.infoArea a img {
width: 290px;
height: auto;
}
    
.comingArea {
margin: 25px auto 0;
text-align: center;
}
.comingArea {
display: block;
margin: auto;
width: 290px;
}
.comingArea img {
width: 290px;
height: auto;
}
    #anccampaign {
        padding:20px 0 10px 0;
    }
#anc02{
padding: 50px 0;	
}

.headType01{
font-size: 12px;
margin-bottom: 18px;
}
.headType01 span{
font-size: 20px;
margin-bottom: 0;
}
.headType01:after{
margin-top: 15px;
width: 90px;
height: 2px;
background: url(../images/headType01LineSp.png);
-webkit-background-size: cover;
background-size: cover;
}

.headType02{
font-size: 18px;
margin-bottom: 30px;
}
.headType03{
font-size: 18px;
margin-bottom: 20px;
}
.headType03:after{
margin-top: 15px;
width: 90px;
height: 2px;
background: url(../images/headType01LineSp.png);
-webkit-background-size: cover;
background-size: cover;
}

#anc02 .subTxt{
font-size: 14px;
line-height: 2;
}
#anc02 .lineUp{
background: none;
padding: 35px 0 0;
}
#anc02 .lineUp ul{
width: 100%;
}
#anc02 .lineUp ul li{
width: 50%;	
}
#anc02 .lineUp ul li img{
height: 100px;
}
#anc02 .lineUp ul li img.familypack{
height: 80px;
}
#anc02 .lineUp ul li.lineup04 {
 margin-top:15px;
}

.lineupDtl{
background:#fffcf6;	
width: 90.625%;
height: auto;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto 50px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.lineupDtlInner{
border: 1px dashed #618acc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 25px 15px 5px;	
}
.lineupDtl p{
margin-bottom: 20px;
}
.lineupDtl p:first-child{
margin-bottom: 20px;	
}
.lineupDtl .dib{
display: inline-block;
vertical-align: top;	
}
	
#anc02 .lineUp2{
background: none;
padding: 35px 0 0;
}
#anc02 .lineUp2 ul{
width: 100%;	
}
#anc02 .lineUp2 ul li{
width: 50%;	
}
#anc02 .lineUp2 ul li img{
width: 79px;	
}

.lineupDtl2{
background:#fffcf6;	
width: 90.625%;
height: auto;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto 60px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
    
.mmark{
text-align: center;
}
.mmark img{
margin-bottom: 30px;
}
.mmark p{
font-size: 14px;
line-height: 1.8;
}
.mmark_bnr img{
width: 300px;
margin-bottom: 10px;
    }

#anc03{
padding: 50px 0;	
}
#anc03 .headType01 span{
font-size: 20px;	
}
#anc03 .subTxt{
font-size: 14px;
line-height: 2;
padding: 0 20px;
}

.castInfo{
width: 90.625%;
margin: 40px auto 60px;
}
.castInfo .tmb{
width: 82px;
}
.castInfo .dtl .head{
font-size: 14px;	
}
.castInfo .dtl{
font-size: 10px;	
}
.castInfo .dtl .head:after{
margin-top: 5px;	
}
.castInfo .dtl .name span{
font-size: 12px;	
}

#anc03 .movieArea{
margin-top: 20px;
margin-bottom: 30px;
}
#anc03 .movieArea img{
width: 90.625%;	
}

#anc01{
padding: 50px 0 50px 0;
}

.recipe{
width: 90.625%;
margin: 0 auto;
}
.recipe .inner{
width: 100%;
float: none;
font-size: 14px;
background: none;
}
.recipe .inner.subTxt{
margin-bottom: 40px;
}
.recipe .inner.subTxt p{
line-height: 2;
margin-bottom: 0;
}
.recipe .inner.subTxt p:first-child{
margin-bottom: 35px;
}

.recipe .bannerList ul {
  text-align:center;
}
.recipe .bannerList ul li {
  display:block;
  margin:10px auto;
}
    .recipe .bannerList ul li:first-child {
        display:block;
        margin:10px auto;
    }
.recipe .bannerList ul li a {
 display:block;
 margin:auto;
 width:290px;
}
.recipe .bannerList ul li a img {
 width:290px;
 height:auto;
}
.recipe .bannerList .cover a{
    width: 160px;
    height: 50px;
    background: url("../images/btn_more_sp.png") no-repeat center center;
    background-size: contain;
}

.about{
width: 90.625%;
margin: 0 auto;	
}
.about .oreoImg{
position: static;
margin: -50px auto -50px;	
}
.about .oreoImg img {
 width:100%;
}
.about .inner{
width: 100%;
float: none;
font-size: 14px;
background: none;
}
.about .inner.subTxt{
margin-bottom: 40px;	
}
.about .inner.subTxt p{
line-height: 2;
margin-bottom: 0;
}
.about .inner.subTxt p:first-child{
margin-bottom: 35px;
}
.about ul.modalList li{
float: none;
margin-left: 0;
margin-top: 25px;	
}
.about ul.modalList li:first-child{
margin-top: 0;	
}
.anc02 .subTxt {
font-size: 14px;
line-height: 2;
}

#anc03 .movieArea .movNav li a{
width: 90px;
font-size: 11px;	
}

#anc03 .movieArea .movTab .movInner{
width: 100%;
height: auto;	
}
#anc03 .movieArea .movTab .movieWrap iframe{
width: 290px;
height: 163px;
}

.flow{
width: 100%;	
}
.flow .col{
width: 100%;
margin-top: 20px;
}
.flow .col:first-child{
margin-top: 0;	
}
.flow .col:nth-of-type(odd),
.flow .col:nth-of-type(even){
float: none;	
}
.modalHead{
font-size: 16px;	
}
.flow .col .tmb{
width: 58px;
}
.flow .col .dtl .ttl{
font-size: 13px;
margin-bottom: 10px;
}
.flow .notice{
font-size: 10px;
padding-bottom: 20px;
}

.pagetop img {
 width:100%;
}

}

.campaign_familycorde {
	background:white;
	text-align:center;
	margin-top: -60px;
	padding-top: 140px;
	padding-bottom: 80px;
}
.campaign_familycorde a {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.campaign_familycorde {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}
