@charset "utf-8";

/**********************************

 general

***********************************/
html {
	font-size: 14.4928px;
	/*font-size: 10px;*/
}

@media screen and (max-width:1086px){
	html {
		font-size: 1.335vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 1.33333333vw;
	}
}

/**********************************

 parts

***********************************/
.define_inner {
	width: 1500px;
}

.

@media screen and (max-width:1499px){
	.define_wrap {
		padding-left: 8%;
		padding-right: 8%;
	}
}

/**********************************

 .l-wrap

***********************************/
.l-wrap {
	background: #fff;
}

/**********************************

 .l-main

***********************************/
.l-main {
	color: #3c3c3c;
	font-family: "M PLUS 1p", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/**********************************

 l-header

***********************************/
.l-header {

}

.l-header__inner {
	/*height: 163px;*/
}

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

}

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

}

/**********************************

 l-footer

***********************************/
.l-footer .define_inner {
	width: 930px;
}

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

	/*.l-footer__bottom {*/
		/*padding-bottom: 25px;*/
	/*}*/
}


/**********************************

 p-pagetop

***********************************/
.p-pagetop {
	display: none;
	width: 124px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
}

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

}

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

	.p-pagetop {
		width: 12.4rem;
		bottom: 5rem;
		right: 5rem;
	}

}


/**********************************

 p-logo-area

***********************************/
.p-logo-area {

}

.p-logo-area__inner {
	padding: 1.4rem 0;
}

.p-logo-area__inner-logo {
	width: 40rem;
	margin: 0 auto;
}

.p-logo-area__inner-logo img {
	display: block;
}

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

}

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

}


/**********************************

 p-hero

***********************************/
.p-hero {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.p-hero:before {
	content: "";
	display: block;
	width: 4.3rem;
	height: 3.5rem;
	margin-top: 49.4rem;
	background: url(../images/hero_or.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-hero__ttl {
	width: 37.5rem;
	margin-top: 3.5rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-hero__sec {
	width: 37.5rem;
	padding-top: 11.5rem;
	padding-bottom: 6rem;
	position: relative;
	z-index: 1;
}

.p-hero__sec--01 {
	background: #f6ac19;
}

.p-hero__sec--01:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #f6ac19;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.p-hero__sec--02 {
	background: #3eade3;
}

.p-hero__sec--02:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #3eade3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.p-hero__sec-ttl {
	width: 32.8rem;
	margin: 0 auto;
}

.p-hero__sec-pic {
	width: 23.2rem;
	margin: 2rem auto 0;
}

.p-hero__sec-check {
	width: 30rem;
	margin: 2rem auto 0;
}

.p-hero__sec-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30rem;
	padding-top: 2.4rem;
	margin: 2.8rem auto 0;
	border-top: .2rem solid #fff;
}

.p-hero__sec-box .txt01 {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.45833333;
}

.p-hero__sec-btn {
	width: 23rem;
	margin: 3rem auto 0;
}

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

}

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

}


/**********************************

 p-about

***********************************/
.p-about {
	background: url(../images/about_bg01.jpg) no-repeat center / cover;
}

.p-about__inner {
	padding: 6rem 0 8.6rem;
}

.p-about__inner-txt01 {
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	line-height: 2.08;
	letter-spacing: .15em;
}

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

}

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

}


/**********************************

 p-line

***********************************/
.p-line {
	display: flex;
}

.p-line__box {
	width: 50%;
	height: 4rem;
}

.p-line__box:first-child {
	background: #f6ac19;
}

.p-line__box:last-child {
	background: #3eade3;
}

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

}

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

}


/**********************************

 p-coupon

***********************************/
.p-coupon {
	background: url(../images/coupon_bg01.jpg) no-repeat center / cover;
}

.p-coupon__inner {
	padding: 7rem 0 5rem;
}

.p-coupon__inner-ttl {
	font-size: 2.7rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.81481481;
	position: relative;
	z-index: 1;
}

.p-coupon__inner-ttl:before {
	content: "";
	display: block;
	width: 56.9rem;
	height: 8rem;
	margin-bottom: .8rem;
	background: url(../images/coupon_line01.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-coupon__inner-pic {
	width: 54rem;
	margin: 2rem auto 0;
	text-align: center;
}

.p-coupon__inner-voting {
	margin-top: 6rem;
}

.p-coupon__inner-voting .ttl {

}

.p-coupon__inner-voting .ttl .txt01 {
	display: block;
	width: 15.6rem;
	margin: 0 auto;
}

.p-coupon__inner-voting .ttl .txt02 {
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
}

.p-coupon__inner-voting .date {
	width: 41.2rem;
	margin: 2.4rem auto 0;
}

.p-coupon__inner-result {
	padding-top: 3.5rem;
	margin-top: 4.5rem;
	position: relative;
	z-index: 1;
}

.p-coupon__inner-result:before {
	content: "";
	display: block;
	width: 45rem;
	height: .2rem;
	background: #3c3c3c;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-coupon__inner-result .ttl {

}

.p-coupon__inner-result .ttl .txt01 {
	display: block;
	width: 15.6rem;
	margin: 0 auto;
}

.p-coupon__inner-result .ttl .txt02 {
	display: block;
	margin-top: .5rem;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
}

.p-coupon__inner-result .date {
	width: 41.2rem;
	margin: 2.4rem auto 0;
}

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

}

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

}


/**********************************

 p-how-to

***********************************/
.p-how-to {
	background: url(../images/how_to_bg01.jpg) no-repeat center top / cover;
}

.p-how-to__inner {
	padding: 10rem 0;
}

.p-how-to__inner-content {
	width: 62rem;
	margin: 0 auto;
}

.p-how-to__inner-content-ttl {
	padding: 1.8rem 0;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 500;
	text-align: center;
	background: #de7b48;
	letter-spacing: .1em;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.p-how-to__inner-content-ttl:before {
	content: "";
	display: block;
	width: 3.7rem;
	height: 3.7rem;
	background: url(../images/icon_plus01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 4rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-how-to__inner-content-ttl.is-active:before {
	background: url(../images/icon_minus01.png) no-repeat center / contain;
}

.p-how-to__inner-content-body {
	display: none;
	background: rgba(255,255,255,.7);
}

.p-how-to__inner-content-body-inner {
	padding: 7rem 0 5.6rem;
}

.p-how-to__inner-content-body-inner .step {
	padding-bottom: 6rem;
	margin-bottom: 5rem;
	position: relative;
	z-index: 1;
}

.p-how-to__inner-content-body-inner .step:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.p-how-to__inner-content-body-inner .step:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 2.2rem solid transparent;
	border-left: 2.2rem solid transparent;
	border-top: 2.2rem solid #f3af68;
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-how-to__inner-content-body-inner .step:last-of-type:before {
	display: none;
}

.p-how-to__inner-content-body-inner .step__ttl {
	width: 15rem;
	margin: 0 auto;
}

.p-how-to__inner-content-body-inner .step__ttl img {
	display: block;
}

.p-how-to__inner-content-body-inner .step__txt01 {
	margin-top: 2rem;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.91666667;
}

.p-how-to__inner-content-body-inner .step__txt01 .large {
	display: inline-block;
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 1.75806452;
}

.p-how-to__inner-content-body-inner .step__txt01 .kome {
	font-size: 2rem;
	font-weight: 500;
	vertical-align: top;
}

.p-how-to__inner-content-body-inner .step__pic01 {
	width: 46.8rem;
	margin: 3rem auto 0;
}

.p-how-to__inner-content-body-inner .step__note01 {
	text-align: center;
}

.p-how-to__inner-content-body-inner .step__note01 ul {
	display: inline-block;
	margin-top: 2rem;
	font-size: 2rem;
	line-height: 1.65;
}

.p-how-to__inner-content-body-inner .step__note01 ul li {
	text-indent: -1em;
	margin-left: 1em;
	text-align: left;
}

.p-how-to__inner-content-body-inner .step__note02 {
	text-align: center;
}

.p-how-to__inner-content-body-inner .step__note02 ul {
	display: inline-block;
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: -.055em;
}

.p-how-to__inner-content-body-inner .step__note02 ul li {
	text-indent: -1em;
	margin-left: 1em;
	text-align: left;
}

.p-how-to__inner-content-body-inner .btn01 {
	width: 50.6rem;
	margin: 3.5rem auto 0;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: .1em;
}

.p-how-to__inner-content-body-inner .btn01 a {
	display: block;
	padding: 1.7rem 2rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #de7c4d;
	position: relative;
	z-index: 1;
}

.p-how-to__inner-content-body-inner .btn01 a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-left: 1.6rem solid #ffffff;
	border-right: 0;
	position: absolute;
	top: 50%;
	right: 2.2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

}

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

}


/**********************************

 p-product

***********************************/
.p-product {

}

.p-product--01 {
	background: url(../images/product_bg01.jpg) no-repeat center top / cover;
}

.p-product--02 {
	background: url(../images/product_bg02.jpg) no-repeat center top / cover;
}

.p-product__inner {
	padding: 9rem 0 6.5rem;
}

.p-product__inner-head {
	text-align: center;
}

.p-product__inner-head-inner {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.p-product__inner-head-inner:before {
	content: "";
	display: block;
	width: 15rem;
	height: 9.3rem;
	margin-top: -7.2rem;
	margin-left: -7.4rem;
	background: url(../images/product_check01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.p-product--02 .p-product__inner-head-inner:before {
	background: url(../images/product_check02.png) no-repeat center / contain;
}

.p-product__inner-head-inner .ttl {
	color: #f6ac19;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.2;
}

.p-product--02 .p-product__inner-head-inner .ttl {
	color: #00a5e3;
}

.p-product__inner-head-inner .ttl .block {
	display: inline-block;
	padding: 0 1rem;
	margin-top: 1rem;
	background: #fff;
}

.p-product__inner-head-inner .ttl .block:first-child {
	margin-top: 0;
}

.p-product__inner-head-inner .txt01 {
	margin-top: .5rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
}

.p-product__inner-pic {
	width: 23.5rem;
	margin: 4rem auto 0;
}

.p-product__inner-slider {
	width: 67rem;
	margin: 4rem auto 0;
	position: relative;
	z-index: 1;
}

.p-product__inner-slider .slider-prev {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
	border-right: 3rem solid #fdeed1;
	border-left: 0;
	margin-top: 4.5rem;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-product--02 .p-product__inner-slider .slider-prev {
	border-right: 3rem solid #ccedf9;
}

.p-product__inner-slider .slider-next {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
	border-left: 3rem solid #fdeed1;
	border-right: 0;
	margin-top: 4.5rem;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-product--02 .p-product__inner-slider .slider-next {
	border-left: 3rem solid #ccedf9;
}

.p-product__inner-slider-main {
	width: 56rem;
	margin: 0 auto;
}

.p-product__inner-slider-main.slick-dotted {
	margin-bottom: 3.5rem;
}

.p-product__inner-slider-main .slick-list {
	margin-right: -1rem;
}

.p-product__inner-slider-main .slick-track {
	display: flex;
}

.p-product__inner-slider-main .slick-dots {
	font-size: 0;
	bottom: -3.5rem;
}

.p-product__inner-slider-main .slick-dots li {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 1rem;
}

.p-product__inner-slider-main .slick-dots li button {
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	border-radius: 50%;
	background: #fff;
}

.p-product__inner-slider-main .slick-dots li.slick-active button {
	background: #d87e33;
}

.p-product--02 .p-product__inner-slider-main .slick-dots li.slick-active button {
	background: #2d69c3;
}

.p-product__inner-slider-main .slick-dots li button:before {
	display: none;
}

.p-product__inner-slider-main-item {
	display: flex;
	flex-direction: column;
	height: auto !important;
	float: none !important;
	margin-right: 1rem;
}

.p-product__inner-slider-main-item .pic {
	width: 16.7rem;
	margin: 0 auto -7rem;
	position: relative;
	z-index: 2;
}

.p-product__inner-slider-main-item .content {
	flex: 1;
	padding: 8.2rem 0 2.4rem;
	background: #fdeed1;
	border-radius: 1rem;
}

.p-product--02 .p-product__inner-slider-main-item .content {
	background: #ccedf9;
}

.p-product__inner-slider-main-item .content .name {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

.p-product__inner-slider-main-item .content .name .block {
	display: inline-block;
	padding: 0 1rem;
	background: #f6ac19;
}

.p-product--02 .p-product__inner-slider-main-item .content .name .block {
	background: #00a5e3;
}

.p-product__inner-slider-main-item .content .name .block .small01 {
	font-size: .9em;
}

.p-product__inner-slider-main-item .content .name .block .small02 {
	font-size: .8em;
}

.p-product__inner-slider-main-item .content .box {
	padding: 0 3rem;
	margin-top: 2rem;
}

.p-product__inner-slider-main-item .content .box .txt01 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.95833333;
	letter-spacing: normal;
}

.p-product__inner-slider-main-item .content .box .txt01.small01 {
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.7391304348;
}

.p-product__inner-slider-main-item .content .info {
	padding: .2rem .5rem;
	margin: 1.5rem 2rem 0;
	color: #e95513;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.02em;
	background: #fff;
	border-radius: 50rem;
}

.p-product--02 .p-product__inner-slider-main-item .content .info {
	color: #00a5e3;
}

.p-product__inner-detail {
	width: 55rem;
	padding-top: 3rem;
	margin: 0 auto;
}

.p-product__inner-detail-content {
	padding: 0 0 0 2rem;
}

.p-product__inner-detail-content .sub {
	color: #e95513;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .15em;
}

.p-product--02 .p-product__inner-detail-content .sub {
	color: #00a5e3;
}

.p-product__inner-detail-content .sub .block {
	display: inline-block;
	padding: .3rem 2rem;
	background: #fff;
}

.p-product__inner-detail-content .name {
	margin-top: 2.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .15em;
}

.p-product__inner-detail-content .txt01 {
	margin-top: 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.95833333;
}

.p-product__inner-detail-price {
	display: flex;
	padding: 0 .8rem;
	margin-top: 4rem;
	border-top: .2rem solid #fff;
	border-bottom: .2rem solid #fff;
}

.p-product__inner-detail-price dl {
	display: flex;
	width: 50%;
	padding: .8rem 0;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .06em;
}

.p-product__inner-detail-price dl:first-child {
	border-right: .2rem solid #fff;
}

.p-product__inner-detail-price dl:last-of-type {
	justify-content: flex-end;
}

.p-product__inner-detail-price dl dt {

}

.p-product__inner-detail-price dl dd {
	margin-left: .2em;
}

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

}

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

}


/**********************************

 p-mall

***********************************/
.p-mall {
	background: #f1f5f8;
}

.p-mall__inner {
	padding: 7rem 0 5rem;
}

.p-mall__inner-content {
	width: 60rem;
	margin: 0 auto;
}

.p-mall__inner-content .ttl {
	padding: 1.8rem 0;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 500;
	text-align: center;
	background: #de7b48;
	letter-spacing: .1em;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.p-mall__inner-content .ttl:before {
	content: "";
	display: block;
	width: 3.7rem;
	height: 3.7rem;
	background: url(../images/icon_plus01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 4rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__inner-content .ttl.is-active:before {
	background: url(../images/icon_minus01.png) no-repeat center / contain;
}

.p-mall__inner-content .body {
	display: none;
	padding: 1rem 4rem;
	background: #fff;
}

.p-mall__inner-content .body .acc {
	border-top: .1rem solid #000;
}

.p-mall__inner-content .body .acc:first-child {
	border-top: none;
}

.p-mall__inner-content .body .acc__head {
	padding: 1.9rem 1rem;
	font-size: 2.6rem;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__inner-content .body .acc__head:hover {
	opacity: .7;
}

.p-mall__inner-content .body .acc__head:before {
	content: "";
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background: url(../images/icon_plus02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__inner-content .body .acc__head.is-active:before {
	background: url(../images/icon_minus02.png) no-repeat center / contain;
}

.p-mall__inner-content .body .acc__body {
	display: none;
}

.p-mall__inner-content .body .acc__body ul {
	padding: 0 0 2rem 3.7rem;
	font-size: 2.4rem;
	line-height: 1.710526315789474;
}

.p-mall__inner-content .body .acc__body ul li {

}

.p-mall__inner-content .body .acc__body ul li a {
	color: #000;
	text-decoration: none;
}

.p-mall__inner-note {
	width: 60rem;
	margin: 4rem auto 0;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.42857143;
}

.p-mall__inner-note li {
	text-indent: -1em;
	margin-left: 1em;
}

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

}

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

}


/**********************************

 p-footer

***********************************/
.p-footer {

}

.p-footer__inner {
	padding: 7rem 0 0;
}

.p-footer__inner-logo {
	width: 25rem;
	margin: 0 auto;
}

.p-footer__inner-copy {
	width: 42.1rem;
	margin: 3rem auto 0;
}

.p-footer__inner-copy img {
	display: block;
}

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

}

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

}


/**********************************

 xxx

***********************************/


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

}

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

}

