@charset "UTF-8";
.cts{
	width:1080px;
	margin: 0 auto;
}
@media screen and (max-width:767px){
	body{
		font-size: 3.2vw;
	}
	main{
		padding: 70px 0 0;
	}
	.cts{
		width:100%;
		margin: 0 ;
	}
	p {
		font-size: 3.2vw;
		line-height: 5.5vw;
	}

}
/* header
--------------------------- */
.mainNavi{
	opacity:0;
	pointer-events: none;
	transition: 0.3s;
	z-index: -1;
}
.naviOption .mainNavi{
	opacity:1;
	z-index: 7;
}
.naviOption .topNavi{
	pointer-events: none;
}
.topNavi,
.headerMenu,
.topNavi nav{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.topNavi{
	margin: 11px auto 0;
	width: 96%;
}
.headerMenu {
	margin: 0 25px 0 0;
}
.headerMenu li{
	width:120px;
	font-weight: 600;
}
.headerMenu li a{
	letter-spacing: 0.2rem;
	position: relative;
}
.headerMenu li a:hover,
.headerMenu li a:hover span{
	color: #694133;
}
.headerMenu li a:before{
	content: '';
	width: 96px;
	height: 2px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 0 0 -48px;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;

}
.headerMenu li a:hover:before{
	content: '';
	border-bottom: #694133 2px solid;
	transform-origin: left top;
	transform: scale(1, 1);
	transition: transform .3s;
}
.headerMenu li a span{
	font-size: 1rem;
	letter-spacing: 0.1rem;
	color: #777777;
	margin: 5px 0 0 0;
	font-weight: 300;
}
.headerMenu li a,
.headerMenu li a span{
	display: block;
}
.headerBtn li:first-child{
	margin:0 8px 0 0;
}
@media screen and (max-width:767px){
	.topNavi{
		display:none;
	}
	.mainNavi {
		opacity: 1;
		width: 100%;
		left: 0;
		margin-left: 0;
		top: 0px;
		z-index: 5;
	}
}
/* mainVisual
--------------------------- */
.mainVisualOut{
	position: relative;
	display: inline-block;
	width: 100%;
}
.mainVisual {
	position: relative;
	width: 94%;
	max-width: 1450px;
	margin: 90px auto 100px;
}
.mainVisualInner{
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 100%;
}
.mainTit{
	width:36%;
}
.mainTit h1{
	margin: 10px 0 55px 0;
}
.mainTit p{
	font-size: 1.7rem;
	letter-spacing: 0.25rem;
	line-height: 2.9rem;
	margin: 25px 0 0px 0;
	font-weight: 600;
	color: #753f2f;
}

/*.mainTit .topCopy{
	margin: 40px 0 0px 0;
	width: 280px;
}*/
/* デフォルト（1220pxより大きい）：改行しない */
.mainTit .pc br {
  display: none;
}

/* 1220px以下で改行する */
@media screen and (max-width: 1220px) {
  .mainTit .pc br {
    display: inline;
  }
}


.mainImg{
	width:59%;/*52%*/
}
.mainImg ul{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.mainImg ul li{
	padding: 0 0 10% 0;
}
.mainImg ul li a{
	display: block;
	position: relative;
}
.mainImg ul li img:first-child {
	height: auto;
	z-index: 0;
}
.mainImg ul li img:nth-child(2) {
	position: absolute;
	/*left: 17%;*/
	left: -25%;
	bottom: -8%;
	z-index: 5;
}
@media screen and (max-width:767px){
	.mainVisual {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.mainVisualInner {
		flex-direction: column;
	}
	.mainTit {
		width: 100%;
		text-align: center;
	}
	.mainTit h1 {
		margin: 3% auto 5%;
		width: 75%;
	}
	.mainTit p {
		margin: 4% auto 6% auto;
		font-size: 1.4rem;
		line-height:2.2rem;
		text-align: center;
	}
	.mainTit .topCopy{
	margin: 20px auto;
	width: 82%;
	}

	.mainImg {
		width: 100%;
		margin: 0 0 0% 0;
	}
	.mainImg ul li img:nth-child(2) {
		bottom: -10%;
		width: 92%;
		/*left: 15%;*/
		left: 0;
	}
	.mainTit.sp {
		margin: 1% auto 3%;
		width: 70%;
	}
}

/* newsArea
--------------------------- */
a.newsArea{
	display: block;
	position: absolute;
	background: #000;
	color: #fff;
	left: 0;
	bottom: -15px;
	padding: 15px 30px;
	z-index: 2;
	transition: 1s;
	/*transition-delay: 3.6s;*/
	transition-delay: 3.1s;
}
a.newsArea ul{
	transition: 0.3s;
}
a.newsArea:hover ul{
	opacity: 0.8
}
.newsArea ul{
	display: flex;
	justify-content: space-between;
}
.newsArea ul li:first-child {
	width: 90px;
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
}
.newsArea ul li:first-child p {
	font-size: 1.8rem;
	letter-spacing: 0.4rem;
}
.newsArea ul li:last-child {
	padding: 8px 10px 8px 20px;
}
.newsArea ul li:last-child p{
	font-size: 1.3rem;
	line-height: 2.0rem;
	letter-spacing: 0.15rem;
}

a.bnrShop {
	position: fixed;
	z-index: 10;
	width: 160px;
	right: 10px;
	bottom: 5px;
	transition: 1s;
	transition-delay: 3.4s;
}
a.bnrShop img{
	transition: 0.3s;
}
a.bnrShop img:hover{
	opacity: 0.6;
}
a.bnrShop.btm {
	bottom: 90px;
	transition-delay: 0s;
}

@media screen and (max-width:767px){
	a.newsArea {
		width: 70%;
		padding: 0;
		bottom: -5%;
	}
	.newsArea ul{
		flex-direction:column;
		padding: 4%
	}
	.newsArea ul li:first-child {
		width: 100%;
		border-right: none;
		padding: 0 0 1% 1%;
		position: relative;
	}
.newsArea ul li:first-child p {
	font-size: 1.4rem;
}
	.newsArea ul li:last-child {
		width: 100%;
		padding: 0.5% 0 0.5% 1%;
	}
	.newsArea ul li:last-child p {
		font-size: 1.2rem;
		line-height: 1.75rem;
	}
	.newsArea.newsAreaFeed {
		/*opacity: 0;
		pointer-events: none;*/
	}
	a.bnrShop {
		width: 120px;
	}

}

/* newsAreaBnr
--------------------------- */
a.newsAreaBnr{
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	padding:0px;
	z-index: 2;
	transition: 1s;
	transition-delay: 3s;
}

/* mainCtsArea
--------------------------- */
.mainCtsArea{
	position:relative;
	min-width: 1040px;
}
.mainCtsArea section{
	height: 480px;
	position: relative;
	overflow-y: hidden;
}
.mainCtsArea section .cts{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cremiaArea{
	background: url("../images/mainCtsBk-01_pc.jpg") repeat-x;
	background-size: cover;
	padding: 0 20px;
}
.coneArea{
	background: url("../images/mainCtsBk-01_pc.jpg") repeat-x;
	background-size: cover;
	padding: 0 20px;
}
.chocolatArea{
	background: url("../images/mainCtsBk-02_pc.jpg") repeat-x;
	background-size: cover;
	padding: 0 20px;
}
.caramelArea{
	background: url("../images/mainCtsBk-03_pc.jpg") repeat-x;
	background-size: cover;
	padding: 0 20px;
}
.custardArea{
	background: url("../images/mainCtsBk-03cst_pc.jpg") repeat-x;
	background-size: cover;
	padding: 0 20px;
}
.matchaArea{
	background: url("../images/mainCtsBk-03mc_pc.png") repeat-x;
	background-size: cover;
	padding: 0 20px;
}


.cremiaArea .ctsTxtArea,
.caramelArea .ctsTxtArea{
	margin: 0 0 0 50px;
}
.custardArea .ctsTxtArea,
.custardlAreaa .ctsTxtArea{
	margin: 0 0 0 50px;
}
.chocolatArea .ctsTxtArea,
.chocolatlArea .ctsTxtArea{
	margin: 0 0 0 50px;
}
.matchaArea .ctsTxtArea,
.matchalArea .ctsTxtArea{
	margin: 0 0 0 50px;
}
.proImgArea{
	width: 540px;
	height: 480px;
	position: relative;
}
.proImg{
	position: absolute;
	width: 365px;
	z-index: 1;
	bottom: -2px;
}
.proTxt{
	position: absolute;
	display: block;
	width: 340px;
	z-index: 2;
	bottom: 20px;
	right: 0;
}
.ctsTxtArea {
	width: 540px;
}
.ctsTxtArea h2{
	font-size: 2.5rem;
	letter-spacing: 0.4rem;
	line-height: 5rem;
	margin: 0 0 50px 0;
	font-weight: 600;
}
.cremiaArea .ctsTxtArea h2,
.coneArea .ctsTxtArea h2{
	color: #de935b;
}
.chocolatArea .ctsTxtArea h2,
.chocolatArea .iTQiIcon,
.caramelArea .ctsTxtArea h2,
.caramelArea .iTQiIcon,
.custardArea .ctsTxtArea h2,
.custardArea .iTQiIcon,
.matchaArea .ctsTxtArea h2,
.matchaArea .iTQiIcon{
	color:#fff;
}
.iTQiIcon{
	display: flex;
	align-items: center;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
.iTQiIcon img{
	margin: 0 15px 0 0;
	width: 64px;
}
.coneArea .proImg {
	width: 520px;
}
.coneArea .proTxt{
	right: 50%;
	margin: 0 -190px 0 0;
	bottom: 165px;
	width: 380px;
}

a.btnA{
	border: #694133 1px solid;
	color: #694133;
	padding: 19px;
	position: relative;
	width: 280px;
	margin: 30px 0 0 0;
	letter-spacing: 0.3rem;
	transition: 0.3s;
	z-index: 0;
}
a.btnA:hover {
	color: #fff;
}
a.btnA:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #694133;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
a.btnA:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
a.btnA:after{
	width: 7px;
	height: 7px;
	border-top: 1px solid #694133;
	border-right: 1px solid #694133;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	content: "";
	vertical-align: middle;
	top: 50%;
	margin-top: -5px;
}
a.btnA:hover:after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
a.btnB{
	border: #fff 1px solid;
	color: #fff;
	padding: 19px;
	position: relative;
	width: 280px;
	margin: 30px 0 0 0;
	letter-spacing: 0.3rem;
	transition: 0.3s;
	z-index: 0;
}
a.btnB:hover {
	color: #694133;
}
a.btnB:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #fff;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
a.btnB:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
a.btnB:after{
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	content: "";
	vertical-align: middle;
	top: 50%;
	margin-top: -5px;
}
a.btnB:hover:after{
	border-top: 1px solid #694133;
	border-right: 1px solid #694133;
}
@media screen and (max-width:767px){
	.cremiaArea .ctsTxtArea, .caramelArea .custardArea .matchaArea .ctsTxtArea {
		margin: 0;
	}
	.mainCtsArea {
		min-width: 100%;
	}
	.mainCtsArea section {
		height: auto;
		min-height: 285px;
		padding: 12% 20px;
	}
	.proImgArea {
		width: 48%;
		height: auto;
		bottom: 0;
		right: 0;
		position: absolute;
	}
	.ctsTxtArea {
		width: 100%;
		min-height: 195px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.chocolatArea .ctsTxtArea,
	.chocolatlArea .ctsTxtArea{
		margin: 0 0 0 0px;
	}
	.matchaArea .ctsTxtArea,
	.matchalArea .ctsTxtArea{
		margin: 0 0 0 0px;
	}
	.proTxt {
		width: 80%;
		right: 5%;
	}
	.proImg {
		width: 100%;
	}
	.coneArea .proImgArea {
		width: 44%;
		right: 2%;
	}
	.coneArea .proImg {
		width: 100%;
	}
	.coneArea .proTxt {
		width: 100%;
		margin: 0px -50% 60% 0;
		bottom: 50%;
	}
	.ctsTxtArea h2 {
		font-size: 5vw;
		line-height: 8.5vw;
		margin: 0 0 3% 0;
		z-index: 5;
	}
	.iTQiIcon img {
		width: 14%;
		margin: 0 3% 0 0;
	}
	a.btnA,
	a.btnB{
		width: 40%;
		padding: 5%;
		margin: 10% 0 0 0;
	}
}
/*anime
--------------------------- */
.st0{fill:none;stroke:#FFFFFF;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.svgdiv {
	display: flex;
	width: 100%;
	height: 99vh;
	align-items: center;
	justify-content: center;
}
.svgdiv svg {
	width: 40%;
	display: block;
}




/*campaign
--------------------------- */
a.campaignLink {
	transition: 0.3s;
	height: 100%;
	position: absolute;
	left: 115px;
	top: 0;
	pointer-events: painted;
}
a.campaignLink:hover {
	opacity: 0.6;
}
a.campaignLink img{
	height: 100%;
	width: auto;
}
.campaignLinkNews{
	display: none;
}
a.campaignLink.negative {
	opacity: 0;
	pointer-events: none;
}
@media screen and (max-width:767px){
	.mainVisualInner.campaign .mainTit .campaignLink{
		display: none;
	}
	.mainVisualInner.campaign .mainTit h1 {
		margin: 3% auto 5%;
	}
	a.campaignLink {
		display: none;
	}
	a.newsArea{
		display: none;
	}
	.campaignLinkNews{
		display: block;
		width: 85%;
		bottom: -20px;
		z-index: 1;
		margin: 0 auto 40px;
	}

}
.mainNavi.active .campaignLink{
	opacity: 0;
	pointer-events: none;
}


/* Top movieArea
--------------------------- */
.movieTopArea{
	background: url("../images/mainCtsBk-mv_pc.jpg") repeat-x;
	background-size: cover;
	padding: 0 20px;
}
.movieTopInner {
	padding: 100px 0;
}
.movieTopInner .pageTit{
	width: 290px;
	margin: 0 auto 20px auto;
}

.movieTopInner .pageTit span {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    position: relative;
    text-align: center;
    display: block;
    margin: 40px 0 0 0;
}
.movieTopInner .pageTit span.bTit {
    color: #694133;
}
.movieTopInner .pageTit span.bTit:before {
    content: '';
    width: 60px;
    height: 1px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin: 0 0 0 -30px;
    border-top: 1px solid #694133;
}

.movieTopInner .movieBox{
	width: 840px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
	top:0;
	left:0;
}

.movieTopInner .movieBox .movieBoxIn {
	position:absolute;
	top:0;
	left:-50%;
}



@media screen and (max-width:767px){
	.movieTopInner{
		padding: 50px 20px;
	}
	.movieTopInner .pageTit{
		width: 31%;
	}
	
	.movieTopInner .movieBox{
	width: 100%;
	}	

}




