@charset "utf-8";
/* CSS Document */
.choco-hero .choco-hero__background.bg_cocoachiffon {
	background-image: url("/feature/images/cocoachiffon/title-main.jpg");
}
.video-hero{
  height: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.video-hero >video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%,-50%);
}
.video-hero__text{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 48px!important;
	font-weight: bold;
	color: white;
	z-index: 1;
	/*letter-spacing: -.05em;*/
}
.video-hero__text small{
	font-size: 30px!important;
}
@media (max-width: 1500px){
	.video-hero__text{
		font-size: 3.2vw!important;
	}
	.video-hero__text small{
		font-size: 2vw!important;
	}
}
@media (max-width: 639px){
	.video-hero >video{
		top: 0;
	  transform: translate(-50%,0);
	}
	.video-hero__text{
		position: static;
		transform: inherit;
		font-size: 1.81rem!important;
		text-align: center;
		margin: 0!important;
		color: #5c5852;
		padding: 30px 20px 20px;
		background: white;
	}
	.video-hero__text small{
		font-size: 1.2rem!important;
		font-weight: normal;
	}
}

.video-wrap{
  height: auto;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-wrap >*{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
}


.bg-gray {
	background-color: #EBEBEB;
	margin: 0;
	width:100%;
	max-width:100%; 
}

.l-twoup {
	margin: 0 auto;
	max-width: 1008px;
}
.choco-gallery-swiper {
  padding: 0;
}
.choco-gallery-swiper + * {
  margin-top: 60px;
}
.js-swiper-slide {
  padding: 0 10%;
  box-sizing: border-box;
}
.js-swiper-pagination {
  margin-top: 20px !important;
}
.choco-gallery-swiper .js-swiper-button-prev, .choco-gallery-swiper .js-swiper-button-next {
	background-color: #5c5852;
	width:60px;
	height: 60px;
}

.choco-gallery-arrowLeft:after {
	content: "＜";
	color:#FFFFFF;
	border: 0;
	font-size:30px;
	font-weight: 100;
	padding-right: 5px;
}

.choco-gallery-arrowRight:after {
	content: "＞";
	color:#FFFFFF;
	border: 0;
	font-size:30px;
	font-weight: 100;
	padding-left: 5px;
}

.primary {
	margin:0 auto;
}

.choco-tout-image>div {
	width: 240px;
	height: 240px;
}

.c-caution-list {
	max-width: 1008px;
	margin: 0 auto;
}

.nowrap {
	display: inline-block;  
}
.sp {
	display: none;
}
.box_present {
	/*border: 1px dashed #ea5c6f;*/
	/*padding: 15px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: #ffe7ea;*/
	border-radius: 10px;
}
.box_present .txt {
	text-align: left;
	flex: 1;
}
.box_present .txt p{
	text-align: left;
}
.box_present .ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box_present .img {
	margin-left: 20px;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	border: 4px solid #d6cecc;
	overflow: hidden;
}
.banner img {
	max-width: 100%;
	width: auto;
	display: inline;
}
.caramel-intro {
	max-width: 1008px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.caramel-intro .figure {
	width: 40%;
}
.caramel-intro .text {
	width: 60%;
	padding-right: 20px;
}
.caramel-intro p {
	font-size:1.5rem;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.8em;
	text-align: left;
}

.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}

.sns {
    /*width: 66%;*/
    margin: 80px auto 0px auto;
}
.sns-midashi {
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
}
.sns-font {
    font-size: 1.4rem;
}
.sns-Link {
    color: #5c5852; 
}
.sns-Link_List {
    text-align: center;
}
.sns .sns-Link_Icon {
    font-size: 3.0rem;
    line-height: 0;
    vertical-align: middle;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}
.sns_li {
    list-style: none;
    display: inline-block;
    margin-left: 0px;
}
.sns_li2 {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}
@media (min-width: 640px){
  .choco-hero {
    /*height: 600px;*/
    height: auto;
    padding-top: 50%;
  }
  .choco-hero .choco-hero__background {
    /*height: 600px;*/
    height: 100%;
    
  } 
	.choco-hero .l-box{
		display: block;
		top:63%;
		left:11%;
		color:#fff;
		/*width: 50%;*/
		height: auto;
		transform: translateY(-50%);
		padding: 0;
	}
  .choco-hero h2 {
    font-size: 3.2vw;
  }
}


@media (max-width: 639px){
	.choco-hero .l-box p{
		font-size:1.2rem;
	}
	
		.choco-hero h2{
		font-size:1.81rem;
	}
}


@media (max-width: 639px) {
	
	p {
		font-size:0.8rem;
	}
	.caramel-intro {
		display: block;
	}
	.caramel-intro .figure {
		width: auto;
		text-align: center;
	}
  .caramel-intro .figure img {
    max-width: 80%;
    display: inline;
  }
	.caramel-intro .text {
		text-align: center;
		padding-right: 0;
		margin-top: 30px;
		width: auto;
	}
	.caramel-intro p {
		font-size:0.9rem;
		font-weight: 700;
		letter-spacing: 3px;
		line-height: 1.4em;
		text-align: center;
	}
	.sp {
		display: inline-block;
	}
	.nowrap {
		display: block;
	}
	p.sp-center {
		text-align: center;
	}
	.choco-gallery-swiper .js-swiper-button-prev, .choco-gallery-swiper .js-swiper-button-next {
	width:30px;
	height: 30px;
}

.choco-gallery-arrowLeft:after {
	content: "＜";
	color:#FFFFFF;
	border: 0;
	font-size:15px;
	font-weight: 100;
	padding-right: 2px;
}

.choco-gallery-arrowRight:after {
	content: "＞";
	color:#FFFFFF;
	border: 0;
	font-size:15px;
	font-weight: 100;
	padding-left: 2px;
}
	.box_present {
		display: block;
		text-align: center;
	}
	.box_present .img {
		display: inline-block;
		margin: 20px 0 0 0;
	}
  
  .sns {
    width: 260px;
    margin: 40px auto 40px auto;
}
.sns_li2 {
    margin-left: 0px;
}
.sns-Link_List {
    text-align: left;
}
}

.figure-01{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}
.figure-01 img{
	display: inline;
	width: auto;
	max-width: inherit;
}
.figure-01--col2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.figure-01--col2 img{
	display: inline;
	width: 45%;
}
@media (max-width: 639px) {
	.figure-01 img{
		display: inline;
		width: 100%;
		max-width: inherit;
	}
}
.figure-01 figcaption{
	margin-top: 15px;
	font-size: 18px;
}
h3>strong{
	color: #f68096;
}
.text-center{
	text-align: center!important;
}