@charset "UTF-8";

/*---------------------------
/* ページコンテンツ設定
---------------------------*/

.flex {
  display: block;
}

a:hover {
	 opacity: 0.7;
}

.bluegreen {
	color: var(--color-bluegreen);
}

.orange {
	color: var(--color-orange);
}

/* アニメーション設定 */
.fade-in {opacity: 0;}
.moveup {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/*---------------------------
/* hero
---------------------------*/
.slick-slider {
  margin: 0;
  padding: 0;
}

.slick-slider img {
  width: 100%;
  height: 100%;
}

.hero__box {
	position: relative;
	/*margin-bottom: 80px;*/
}



/*.hero__box .icon {
	max-width: 530px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}*/

/*---------------------------
/* intro
---------------------------*/
.intro {
	position: relative;
	text-align: center;
	background: #eeece1;
	padding: 20px 0;
}

/*.intro:before {
	display: block;
	position: absolute;
	top: -15%;
	right: 3%;
	width: 20%;
	height: 20%;
	background: url("../images/bg_yellow_01.png") no-repeat center center;
	background-size: contain;
	content: "";
	z-index: -1;
}
*/
/*.intro:after {
	display: block;
	position: absolute;
	top: 20%;
	left: 1%;
	width: 20%;
	height: 20%;
	background: url("../images/bg_yellow_01.png") no-repeat center center;
	background-size: contain;
	content: "";
	z-index: -1;
}*/


.intro__bg {
	width: 100%;
	
	background-size: contain;
}

.intro__bg__title {
	color: var(--color-orange);
	font-weight: bold;
	font-size: var(--f32-size);
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;	
}

.intro__inner {
	max-width: 1030px;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}

.intro__inner img {
	margin: auto;
}

	.point3 {background: #F9F8F4; padding: 50px 0; display: grid; place-items: center;}
	.point3__inner {max-width: 702px;}

.intro__title, .cart__inner-title {
	display: inline-block;
	position: relative;
	margin: 0 auto 30px;
	max-width: 80%;
}

/*.intro__title:before, .cart__inner-title:before {
	display: block;
	position: absolute;
	left : -30px;
	top : -30px;
	width: 72px;
	height: 66px;
	background: url("../images/bg_02.png") no-repeat top left;
	background-size: contain;
	content: "";
}*/

.variations .intro__title:before {
	display: block;
	position: absolute;
	left : -30px;
	top : -30px;
	width: 72px;
	height: 66px;
	background: url("../images/bg_02.png") no-repeat top left;
	background-size: contain;
	content: "";
}

.intro__text {
	margin-bottom: 80px;
	font-size: var(--f22-size);
	text-align: center;	
}

.merit ul {
	max-width: 86%;
	margin: 50px auto 10px;
}
.merit ul li {
	margin-top: 50px;
}

	.voice_link {
		max-width: 88%;
		margin: 50px auto;
	}

/* 購入ボタン */
a.link-cart__btn {
  position: relative;
  display: block;
	margin: 40px auto 0;
  max-width: 80%;
  padding: 15px 0;
  background: var(--color-bluegreen);
  font-size: var(--f24-size);
  color: #fff;
  text-decoration: none;
  text-align: center;
}

a.link-cart__btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

a.link-cart__btn:before {
	display: block;
	position: absolute;
	left: -26px;
	top: -24px;
	width: 90px;
	height: 110px;
	background: url("../images/icon_sendfree.png") no-repeat center left;
	background-size: contain;
	content: "";
}

/*---------------------------
/* feature
---------------------------*/
.feature {margin-top: 40px;}
/*.feature.bg {
	background: url("../images/img_point_sp_bg.png") no-repeat right 5%;
	background-size: 65%;
}
	*/
.feature__inner {
	background: url("../images/tit_01.png") no-repeat 4px 26px;
	background-size: 30px;
	max-width: 1100px; 
	margin: 0 auto;
	position: relative;
}

.feature__inner img {
	width: 100%;
}

.feature__inner__title {
	margin-left: 50px;
	max-width: 140px;
}

.feature__inner .pc_only img {display: none;}

.feature_sp {	
	padding: 9% 8% 24%; 
}

.feature_sp img {
	display: block;
	margin-bottom: 8%;
}

.feature__inner:before {
	content: "";
	display: block;
	background: url("../images/img_point_sp_bg.png") no-repeat right 1%;
	background-size: 100%;
	width: 50%;
	height: 50%;
	position: absolute;
	right: 0;
}

/*---------------------------
/* cart
---------------------------*/
.cart {
	background: #eeece1;
	padding: 50px 0;
	width: 100%;
}

.cart__inner {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.cart__inner__detail {
	background: #FFF;	
	padding: 6% 5%;
}

.cart__inner__image img {
	width: 100%;
}

.cart__inner__text {
	margin-top: 30px;
	font-weight: bold;
	border-top: solid 5px #333;
	padding-top: 2px;	
}

.cart__inner__text h2 {
	margin-bottom: 20px;
	padding: 20px 25px;
	font-size: var(--f30-size);
	text-align: left;	
	border-top: solid 2px #333;
	border-bottom: solid 2px #555;
	line-height: 1.2;
	background: url("../images/icon_cart.png") no-repeat right center;
	background-size: contain;
}

.cart__inner__text h2 small {
	font-size: var(--f20-size);	
}

.cart__inner__text .send-free {
	padding-left: 20px;
	font-size: var(--f26-size);
	color: var(--color-red);
	line-height: 1.2;
}

.cart__inner__text .price .large {
	display: inline-block;
	padding-left: 20px;
	font-size: var(--f44-size);
	line-height: 1.2;
}

.cart__inner__text .price .small {
	display: inline-block;
	margin-left: -20px;
	padding-left: 20px;
	font-size: var(--f18-size);
}

.cart__inner__text .size {
	padding-left: 20px;
	font-size: var(--f16-size);
}

.cart__inner__text .note {
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: var(--f16-size);
}

.cart__inner__detail .caution {
	margin: 15px auto 0;
	border: solid 1px #666;	
}

.cart__inner__detail .caution p {
	padding: 5px;
	font-size: var(--f16-size);
	font-weight: bold;
	color: var(--color-red);
	text-align: center;	
}

.cart__inner__detail .note.last {
	margin-top: 10px;
	padding-left: 0;
	font-size: var(--f14-size);
}

/* ボタンのスタイル */
a.btn__buy  {
  position: relative;
  display: block;
	margin: 10px auto 0;
  padding: 15px 0;
  background: var(--color-bluegreen);
  font-size: var(--f24-size);
  color: #fff;
  text-decoration: none;
  text-align: center;
}

a.btn__buy::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.cart__inner__detail .note.last {
	margin-top: 10px;
	padding-left: 0;
	font-size: var(--f14-size);
	text-align: center;
}

.part1 .cart__inner-title {display: none;}

/*---------------------------
/* scene
---------------------------*/
.scene {
	padding: 60px 0;
}

.scene__inner {
 	background-image: url("../images/tit_02.png");
  background-repeat: no-repeat;
  background-position: right 4px top;
	background-size: 30px;
	max-width: 1100px; 
	margin: 0 auto;
}

.scene__inner__item .box01.flex {
	width: 100%;
}

.scene__inner .left {
	position: relative;
	width: 86%;	
}

.scene__inner .left:before {
  display: block;
	position: absolute;
  top: -30%;
  left: 5%;
  width: 70%;
  height: 70%;
	background: url("../images/bg_yellow_02.png") no-repeat center center;
	background-size: 100%;
	content: '';
}

#scene_img00 {
	margin-top: 100px;
	width: 90%;
	margin-left: 5%;
	/*transform: rotate(-4deg);*/
}




.scene__inner .right {
	position: relative;
	width: 39%;
}

.tag_text {
	margin-top: 30px;
	color: #C2C2C2;
}

.scene__inner__photo {
	width: 96%;
	margin: 30px auto;
	padding-left: 2%;
	position: relative;
}

.scene.bg　{	
	background: url("../images/bg_yellow_01.png") no-repeat right 60%;
	background-size: 30%;
}


/*---------------------------
/* break
---------------------------*/
.break {
	background: #DCDCD5;
	min-height: 20px;
	padding: 20px 0;
	margin-top: -80px;
	border-bottom: solid 2px #DCDCD5;
}

/*---------------------------
/* variations
---------------------------*/
.variations {
	margin: 70px auto;
	/*padding-top: 50px;*/
	background: url("../images/tit_03.png") no-repeat 4px 20px;
	background-size: 30px;
}

.variations .intro__title{
	font-size: var(--f30-size);
	font-weight: var(--font-bold);
}

.variations ul.flex {
	justify-content: space-between;	
	margin: 20px 8%;
}

.variations ul.flex li {
	margin-bottom: 30px;
	/*background: #F1F1F1;*/
	text-align: center;
}


.variations__inner {
	width: 84%;
	margin: 0 auto;
}

.variations__inner li {
	margin-bottom: 50px;
	padding: 20px;
	background: #F1F1F1;
	text-align: center;
}

.variations__inner li:first-child {
	background: #F3F5E3;
}

.variations__inner li:nth-child(2) {
	background: #F9F1E3;
}

.variations__inner li img{
	width: 50%;
}

.variations__inner li .name {
	margin: 10px auto 5px;
  font-size: var(--f24-size);
	font-weight: bold;
	text-align: center;
}

.variations__inner li .text {
	margin: 10px auto;
	font-size: var(--f18-size);
	font-weight: bold;
}

.variations__inner li .menu_title {
	margin: 10px 0;
  padding: 5px;
  font-size: var(--f14-size);
  font-weight: bold;
	background: #111;
	color: var(--color-yellow);
	text-align: center;	
}

.variations__inner li .menu_text {
	margin: 10px auto 5px;
  font-size: var(--f18-size);
	font-weight: bold;
}

span.marker {background: linear-gradient(transparent 70%, #FFED80 70%);}

/*---------------------------
/* faq
---------------------------*/
.faq {
	margin: 0 5%;
}

/*---------------------------
/* voice
---------------------------*/
.voice {background: #ff8400; padding: 80px 0; margin: 80px 0 0;}
.voice__inner {max-width: 900px; width:90%; margin: 0 auto;}
.voice__inner ul li {
	background: #fff; 
	margin-top: 20px; 
	padding: 30px; 
	border-radius: 16px;
	font-size: var(--f20-size);
	font-weight: var(--font-bold);
}
.voice__inner__title {
	background: url("../images/img_voice_title.png") no-repeat center center;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size: contain;
	margin-bottom: 20px;
}

/*---------------------------
/* about_kura
---------------------------*/
.about_kura {
 	background-image: url("../images/tit_04.png");
  background-repeat: no-repeat;
  background-position: right 4px top;	
	background-size: 30px;
	margin: 100px auto 80px;
}

h3.common__title {
	font-size: var(--f30-size);
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}

.about_kura__inner__item {
	max-width: 80%;
	margin: 0 auto;
}

.about_kura__inner__item .title {
	margin: 10px 0;
	font-weight: bold;
	font-size: var(--f20-size);
	line-height: 1.3;
}

.about_kura__inner__item .text {
	font-size: var(--f16-size);
	margin-bottom: 50px;
}

.about_kura__point li {
	margin-bottom: 50px;
}

/*---------------------------
/* award
---------------------------*/
.award__inner {
	margin: 100px 5%;
}

h3.common__sub-title {
	font-size: var(--f22-size);
	font-weight: bold;
	text-align: center;
}

.common__text18 {
	margin: 20px 0 30px;
	font-size: var(--f18-size);
}

/*---------------------------
/* media_info
---------------------------*/
.media_info__inner {
	margin: 50px 5%;
}

/*---------------------------
/* bnr_area
---------------------------*/
.bnr_area {
	margin: 30px 5% 0;
	text-align: center;
}

.bnr_area img {
	width: 100%;
}

@media (max-width: 500px) {	
	.feature__inner:before {
		background: url("../images/img_point_sp_bg.png") no-repeat right 2%;
		background-size: 100%;
		right: 2%;
	}
	.cart__inner__text h2 small {
		font-size: 14px;	
	}
	.tag_text {
		font-size: 14px;
	}
}

/*@media (max-width: 1100px) {
	.cart__inner {
		max-width: 90%;
		margin: 0 5%;
	}
}*/

/* 768px〜（スマホ＆タブレット用）
---------------------------*/
@media (min-width: 768px) {
	.flex {
		display: flex;
		flex-direction: row;
	}
	

	
	/* intro */
	
	.intro {
		padding: 0;
	}
	
	.intro__inner {
		max-width: 1030px;
		width: 96%;
		margin: 0 auto;
		padding: 80px 0;
		text-align: center;
	}
	
	.intro__bg img {		
		width: 100%;
		width: 530px;
	}
	
	.intro__title, .cart__inner-title {
		letter-spacing: 3px;
		max-width: 480px;
	}
	
	.point3 {padding: 80px 0;}
	.merit {
		max-width: 1018px;
		/*margin: auto 0 auto 100px;*/
	}
	
	.merit ul {
		max-width: 100%;
		margin: 100px 0 20px 0;
	}
	
	.merit ul li {
		display: inline-block;
		max-width: 31%;
		margin-left: 1.8%;
	}
	
	.merit_other {
		max-width: 980px;
		background: #eeece1;
		border-radius: 20px;
		padding: 65px 80px;
		margin-left: 20px;
	}
	
	.feature__inner:before {
		background: url("../images/img_point_sp_bg.png") no-repeat right 0;
		width: 490px;
		height: 490px;
	}
	.voice_link {
		max-width: 400px;
		margin: 100px auto;
	}

	/* 購入ボタン */
	a.link-cart__btn {
		max-width: 340px;
	}
	
	a.link-cart__btn:before {
		left: -60px;
		top: -40px;
		width: 130px;
		height: 160px;
	}
	
	.feature__inner .sp_only {
		display: none;
	}
	
	.feature__inner .pc_only img {
		display: block; 
		width: 100%;
	}
	
	.feature__inner .pc_only.flex {
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin-top: -260px;
	}
	
	.feature__inner {
		background-size: auto;
		margin: 60px auto 0;
	}
	
	.feature__inner__title {
		margin-left: 12%;
		max-width: 268px;
	}
	
	.feature__inner__title img {
		width: 100%;
	}
	
	/* cart */
	.cart {
		padding: 100px 0;
	}
	
	.cart__inner__text h2 {
		background: url("../images/icon_cart.png") no-repeat right center;
		background-size: 150px;
	}

	.cart__inner__detail .flex {
		justify-content: space-between;
		align-items: start;
	}
	
	.cart__inner__detail .caution {
		margin: 30px auto 0;
	}
	
	/*.cart__inner__detail .note.last {
		padding-left: 20px;
	}*/
	
	.cart__inner__image {
		width: 53%;
	}

	.cart__inner__text {
		margin-top: 0;
		width: 44%;
	}

	/* scene */
	.scene {
		padding-top: 100px;
	}
	
	.scene__inner {
		background-size: auto;
	}
	
	.scene__inner__item .box01 {
		margin: 0 auto;
	}
	
	.scene__inner .left {
		width: 46%;	
	}
	
	.scene__inner .right {
		width: 50%;
	}
	
	.scene__inner .left:before {
		top: 50px;
		left: -270px;
		width: 270px;
		height: 260px;
	}
	
	.scene__inner__title img {
		width: 90%;
		max-width: 268px;
		margin-left: 20%;
	}
	
	.scene__inner__title img#scene_img0 {
		width: 96%;
		max-width: 100%;
		margin-right: 10%;
	}
	
	.scene.bg {	
		background: url("../images/bg_yellow_01.png") no-repeat right 60%;
		background-size: 230px;
	}
	
	#scene_img00 {
		margin-top: 50px;
		margin-left: 50px;
		width: 96%;
		/*transform: rotate(-6deg);*/
	}

	
	.tag_text {
		font-size: 26px;
	margin-left: 20%;
	}		
	
  /* variations */
	.variations {		
		margin: 50px auto 20px;
		padding-top: 100px;
		max-width: 1100px; 
		background-size: auto;
	}
	
	.variations ul.flex {
		max-width: 900px; 
		margin: 0 auto; 
		justify-content: space-between;
	}
	.variations ul li {width: 32%;}	
	
	.variations .intro__title{
		font-size: var(--f32-size);
		text-align: center;
	}

	.variations__inner {
		max-width: 720px;
	}
	
	.variations__inner li {
		width: 28%;
		margin-bottom: 0;
		background: none;
		padding: 0;
	}
	
	.variations__inner li:first-child, 
	.variations__inner li:nth-child(2) {
		background: none;
	}
	
	.variations__inner li img{
		width: 80%;
	}
	
	/* faq */
	.faq {
		width: 90%;
		max-width: 840px;
		margin: 50px auto;
	}
	
	.faq .link-cart {
		margin-top: 60px;
	}
	
	/* voice */
	.voice__inner ul.flex {
		justify-content: space-between;
		flex-wrap: wrap;}
	.voice__inner ul li {width: 48%; padding: 30px 50px;}

  /* about_kura */
  .about_kura {
		margin: 200px auto 150px;
		max-width: 1100px; 
		background-size: auto;		
	}
	
	.about_kura__first {
		margin: 50px auto;
		justify-content: space-between;
	}
	
	.about_kura__first .left {
		width: 39%;		
	}
	.about_kura__first .left img {
		width: 100%;		
	}
	
	.about_kura__first .right {
		width: 56%;
		padding-right: 80px;
	}
	
	.about_kura__inner__item {
		max-width: 850px;
		margin: 50px auto;
		padding-left: 40px;
	}
	
	.about_kura__point.flex {
		flex-wrap: wrap;
		width: 86%;
		justify-content: space-between;
	}
	
	.about_kura__inner__item .text {
		margin-bottom: 0;
	}
	
	.about_kura__point li {
		width: 46%;
	}
	
	.about_kura__point li img {
		width: 100%;
	}
	
  /* award */
	.award__inner {
		max-width: 874px;
		margin: 0 auto 100px;
	}
	
	.common__text18 {
		text-align: center;
	}
	
  /* media_info */
	.media_info__inner {
		max-width: 860px;
		margin: 0 auto;
	}
	
	/* bnr_area */
	.bnr_area {
		max-width: 540px;
		margin: 100px auto;
	}
}

/* 960px〜（タブレット＆PC用）
---------------------------*/
@media (min-width: 960px) {
	.cart__inner__detail .flex {
		align-items: center;
	}
	.about_kura__first .right {
		padding-right: 0;
	}
	.tag_text {
		line-height: 2;;
	}
}

/* 1100px〜（タブレット＆PC用）
---------------------------*/
@media (min-width: 1100px) {
	.cart__inner__text h2 {
		background-size: 180px;
	}
  .cart__inner__detail {
		margin-top: 20px;
		padding: 6% 7%;
	}
}


/* 960px以下（タブレット＆PC用）
---------------------------*/
@media screen and (min-width:768px) and (max-width:960px) {
	.cart__inner__text h2 {
		background-size: 100px;
	}
}

/* 〜768px（タブレット用）
---------------------------*/
@media screen and (min-width:750px) and (max-width:768px) {
	.feature__inner__title {
		max-width: 238px;
	}
	.scene__inner, .about_kura {
		background-size: 6%;
	}
	.feature__inner, .variations {
		background-size: 6%;
		background-position: 4px 30px;
	}	
	.tag_text {
		font-size: 20px;		
	}
}