/* contents */

body {
	background: #fff;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

a {
	color: #000;
	transition: all .3s ease-out;
}

.bold {
	font-weight: 700;
}

.regular {
	font-weight: 400;
}

.yellow-line {
	background: linear-gradient(transparent 60%, #FFFA76 60%);	
}

.color-orange {
	color: #FF3B00;
}

.bg-gray {
	background: #F8F8F8;
}

.bg-pulple {
	background: #AF82AD
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.mx900 {
	max-width: 900px!important;
}

.pt05 {
	padding-top: 5px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt30 {
	padding-top: 30px!important;
}

.pt40 {
	padding-top: 40px!important;
}

.pt50 {
	padding-top: 50px!important;
}

.pt60 {
	padding-top: 60px!important;
}

.pt70 {
	padding-top: 70px!important;
}

.pt80 {
	padding-top: 80px!important;
}

.pt90 {
	padding-top: 90px!important;
}

.pt100 {
	padding-top: 100px!important;
}

.pt120 {
	padding-top: 120px!important;
}

.pt05 {
	padding-top: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pb40 {
	padding-bottom: 40px!important;
}

.pb50 {
	padding-bottom: 50px!important;
}

.pb60 {
	padding-bottom: 60px!important;
}

.pb70 {
	padding-bottom: 70px!important;
}

.pb80 {
	padding-bottom: 80px!important;
}

.pb90 {
	padding-bottom: 90px!important;
}

.pb100 {
	padding-bottom: 100px!important;
}

.pb120 {
	padding-bottom: 120px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mt60 {
	margin-top: 60px!important;
}

.mt70 {
	margin-top: 70px!important;
}

.mt80 {
	margin-top: 80px!important;
}

.mt90 {
	margin-top: 90px!important;
}

.mt100 {
	margin-top: 100px!important;
}

.mt120 {
	margin-top: 120px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mb70 {
	margin-bottom: 70px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.mb90 {
	margin-bottom: 90px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

.mb120 {
	margin-bottom: 120px!important;
}

.fs12 {
	font-size: 12px!important;
}

.fs14 {
	font-size: 14px!important;
}

.fs15 {
	font-size: 15px!important;
}

.fs16 {
	font-size: 16px!important;
}

.fs18 {
	font-size: 18px!important;
}

.fs20 {
	font-size: 20px!important;
}

.fs22 {
	font-size: 22px!important;
}

.fs26 {
	font-size: 26px!important;
}

.fs30 {
	font-size: 30px!important;
}

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

	.pt20 {
		padding-top: 15px!important;
	}

	.pt30 {
		padding-top: 20px!important;
	}

	.pt40 {
		padding-top: 25px!important;
	}

	.pt50 {
		padding-top: 30px!important;
	}

	.pt60 {
		padding-top: 35px!important;
	}

	.pt70 {
		padding-top: 40px!important;
	}

	.pt80 {
		padding-top: 50px!important;
	}

	.pt90 {
		padding-top: 60px!important;
	}

	.pt100 {
		padding-top: 70px!important;
	}

	.pt120 {
		padding-top: 80px!important;
	}

	.pb20 {
		padding-bottom: 15px!important;
	}

	.pb30 {
		padding-bottom: 20px!important;
	}

	.pb40 {
		padding-bottom: 25px!important;
	}

	.pb50 {
		padding-bottom: 30px!important;
	}

	.pb60 {
		padding-bottom: 35px!important;
	}

	.pb70 {
		padding-bottom: 40px!important;
	}

	.pb80 {
		padding-bottom: 50px!important;
	}

	.pb90 {
		padding-bottom: 60px!important;
	}

	.pb100 {
		padding-bottom: 70px!important;
	}

	.pb120 {
		padding-bottom: 80px!important;
	}

	.mt20 {
		margin-top: 15px!important;
	}

	.mt30 {
		margin-top: 20px!important;
	}

	.mt40 {
		margin-top: 25px!important;
	}

	.mt50 {
		margin-top: 30px!important;
	}

	.mt60 {
		margin-top: 35px!important;
	}

	.mt70 {
		margin-top: 40px!important;
	}

	.mt80 {
		margin-top: 50px!important;
	}

	.mt90 {
		margin-top: 60px!important;
	}

	.mt100 {
		margin-top: 70px!important;
	}

	.mt120 {
		margin-top: 80px!important;
	}

	.mb20 {
		margin-bottom: 15px!important;
	}

	.mb30 {
		margin-bottom: 20px!important;
	}

	.mb40 {
		margin-bottom: 25px!important;
	}

	.mb50 {
		margin-bottom: 30px!important;
	}

	.mb60 {
		margin-bottom: 35px!important;
	}

	.mb70 {
		margin-bottom: 40px!important;
	}

	.mb80 {
		margin-bottom: 50px!important;
	}

	.mb90 {
		margin-bottom: 60px!important;
	}

	.mb100 {
		margin-bottom: 70px!important;
	}

	.mb120 {
		margin-bottom: 80px!important;
	}
	
	.fs12 {
		font-size: 11px!important;
	}

	.fs14 {
		font-size: 13px!important;
	}

	.fs15 {
		font-size: 14px!important;
	}

	.fs16 {
		font-size: 15px!important;
	}
	
	.fs18 {
		font-size: 16px!important;
	}
	
	.fs20 {
		font-size: 18px!important;
	}

	.fs22 {
		font-size: 18px!important;
	}

	.fs26 {
		font-size: 22px!important;
	}

	.fs30 {
		font-size: 24px!important;
	}

}

@media screen and (min-width: 768px) {
	
	body {
		font-size: 13.1px;
	}
	
	.fs14 {
		font-size: 15px;
	}
	
}

/* common */


.inner {
	width: 100%;
	max-width: 1100px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}

.btn-buy {
	padding: 9px 6px 10px 6px;
	line-height: 100%;
	color: #fff;
	background: #FF3B00;
	display: block;
	text-align: center;
	margin-top: 24px;
	transition: all .3s ease-out;
}

.btn-buy:hover {
	background: #000;
}

.btn-item {
	padding: 9px 6px 11px 6px;
	line-height: 100%;
	color: #000;
	background: #fff;
	display: block;
	font-weight: 500;
	margin-top: 8px;
	border: 1px solid #000;
	transition: all .3s ease-out;
	text-align: center;
}

.btn-item:hover {
	background: #000;
	color: #fff;
}

hr {
	border-top: 1px solid #ddd;
	border-bottom: none;
	height: 1px;
}

.sec-tit {
	padding-bottom: 5px;
}

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

	.inner {
		padding-left: 6%;
		padding-right: 6%;
	}

	.column-wrap {
		display: block;
	}

	.column-main {
		width: 100%;
	}

	.column-side {
		display: none;
	}

}

/* key */

#top {
	position: relative;
	width: 100%;
}

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

/* catch */

.block-catch {
	background: #F8F8F8;
}

.catch-text  {
	background: #fff;
	border: 1px solid #FF3B00;
	padding-left: 6%;
	padding-right: 6%;
}

.logo-function {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.catch-item {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.catch-item > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.catch-item .slide {
	width: 40%;
}

.catch-item .btn-buy {
	margin-top: -8px!important;
}

.catch-about {
	width: 60%;
	padding-left: 12.5%;
}

.catch-about p {
	line-height: 2.3;
}

@media screen and (max-width: 767px) {
	
	.catch-text h1, .catch-text p {
		text-align: left;
	}
	
	.catch-item .slide {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}

	.catch-about {
		width: 100%;
		padding-left: 0;
	}


	
}

/* nav */

nav ul {
	display: flex;
	flex-wrap: wrap;
}

nav li {
	width: 33.333%;
	padding-left: 2.38%;
	padding-right: 2.38%;
}

@media screen and (max-width: 767px) {
	
	nav li:nth-child(1) {
		width: 100%;
		padding-left: 0;
		padding-right: 30%;
		padding-bottom: 15px;
	}

	nav li:nth-child(2) {
		width: 100%;
		padding-left: 15%;
		padding-right: 15%;
		padding-bottom: 15px;
	}
	
	nav li:nth-child(3) {
		width: 100%;
		padding-left: 30%;
		padding-right: 0;
		padding-bottom: 0;
	}
}

/* check */

.check-title {
	border-bottom: 1px solid #FF3B00;
}

.item-wrap h2 {
	width: 280px;
	background: #fff;
	border-left: 1px solid #FF3B00;
	border-top: 1px solid #FF3B00;
	transform: translateY(1px);
	padding-top: 12px;
}

.flex-outer {
	display: flex;
	flex-wrap: wrap;
}

.flex-outer.midde {
	align-items: center;
}

#check01 .flex-txt {
	width: 54%;
}

#check01 .flex-img {
	width: 46%;
}

#check01 .flex-txt div {
	border-left: 1px solid #000;
	padding-left: 8%;
}

#check01 .flex-txt {
	width: 54%;
}

#check01 .flex-img {
	width: 46%;
}

#check01 .flex-txt div {
	border-left: 1px solid #000;
	padding-left: 8%;
}

.title-scene {
	padding-left: 16px;
	border-left: 1px solid #000;
}

#check02 .flex-img {
	width: 50%;
}

#check02 .flex-txt {
	width: 50%;
	padding-left: 6%;
}

.flex-outer.col3 > div {
	width: 32.6666%;
}

#check03 .flex-img {
	width: 42%;
}

#check03 .flex-txt {
	width: 58%;
}

#check04.item-wrap h2 {
	width: 390px;
}

#check04 .flex-wrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#check04 .flex-left, #check04 .flex-right {
	width: 50%;
	padding: 0 4%;
}


@media screen and (min-width: 768px) {
	
	#check01 .flex-outer:nth-child(odd) .flex-txt, #check01 .flex-outer:nth-child(even) .flex-img, #check03 .flex-outer:nth-child(even) .flex-txt, #check03 .flex-outer:nth-child(odd) .flex-img {
		order: 1;
	}

	#check01 .flex-outer:nth-child(even) .flex-txt, #check01 .flex-outer:nth-child(odd) .flex-img, #check03 .flex-outer:nth-child(odd) .flex-txt, #check03 .flex-outer:nth-child(even) .flex-img {
		order: 2;
	}

	#check01 .flex-outer:nth-child(odd) .flex-img {
		padding-left: 6%;
	}

	#check01 .flex-outer:nth-child(even) .flex-img {
		padding-right: 6%;
	}
	
	#check03 .flex-outer:nth-child(odd) .flex-txt {
		padding-left: 6%;
	}

	#check03 .flex-outer:nth-child(even) .flex-txt {
		padding-right: 6%;
	}
	
	.flex-outer.col3 > div:first-child {
		margin-right: 1%;
	}

	.flex-outer.col3 > div:last-child {
		margin-left: 1%;
	}

}

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

	.check-title {
		border-bottom: none;
	}
	
	.item-wrap h2 {
		width: 70%;
		background: #fff;
		border-left: 1px solid #FF3B00;
		border-top: none;
		transform: translateY(0);
		padding-top: 0;
	}

	#check01 .flex-txt {
		width: 100%;
	}

	#check01 .flex-img {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#check02 .flex-img {
		width: 100%;
	}

	#check02 .flex-txt {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}

	.flex-outer.col3 > div {
		width: 50%;
		padding: 2px;
	}
	
	.flex-outer.col3 > div:last-child {
		padding-top: 20px;
	}

	#check03 .flex-img {
		width: 100%;
		padding-bottom: 10px;
		padding-top: 8px;
	}

	#check03 .flex-txt {
		width: 100%;
	}
	
	#check03 .btn-buy {
		margin-top: 14px!important;
	}

	#check03 .flex-img img {
		padding-left: 10%;
		padding-right: 10%;
	}

	#check04.item-wrap h2 {
		width: 97.5%;
	}

	#check04 .flex-left, #check04 .flex-right {
		width: 100%;
		padding: 0 10%;
	}
	
	#check04 .flex-left {
		padding-bottom: 35px;
	}
	
	#check04 .btn-buy {
		margin-top: 10px!important;
	}

}

/* foot */

.foot-wrap {
	position: relative;
}

.foot {
	margin-top: 10px;
	width: 100%;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(600px + 12%);
}

.foot_btn {
	display: block;
	margin: 0 auto;
	border: 1px solid #333;
	width: 330px;
	line-height: 1.65;
	text-align: center;
	font-weight: 500;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foot_btn:hover {
	opacity: 0.7;
}

.foot_btn span {
	font-family: 'Noto Sans JP', sans-serif;
}

.foot_russet {
	width: 146px;
	margin: 90px auto 0;
}

.foot_russet a:hover {
	opacity: 0.7;
}

.foot_copy {
	padding: 80px 0 30px;
	text-align: center;
	display: block;
	font-size: 12px;
}

#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: -100px;
	right: 20px;
	border-radius: 50%;
	text-decoration: none!important;
	z-index: 999;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
	border: 1px solid #333;
}

#page-top.act {
	bottom: 20px;
}

#page-top .pt-txt {
	display: inline-block;
	font-size: 15px;
	line-height: 47px;
	vertical-align: middle;
	transition: all 0.3s ease;
	transform: translate(0);
	color: #000;
}

#page-top:hover {
	border-color: #C1B18E;
}

#page-top:hover .pt-txt {
	color: #C1B18E;
}

.foot-top-btn a {
	width: 100%;
	display: block;
	padding: 12px;
	border: 1px solid #000;
}

.foot-top-btn a:hover {
	background: #000;
	color: #fff;
}

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

	.foot_btn {
		width: 100%;
	}
	
	#page-top {
		width: 40px;
		height: 40px;
		right: 15px;
	}
	
	#page-top.act {
		bottom: 15px;
	}

	#page-top .pt-txt {
		font-size: 13px;
		line-height: 36px;
	}

	.foot-top-btn a {
		padding: 8px;
	}

}

/* slide */

.slick-dots {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 18px;
}

.slick-dots li {
	display: inline-block;
	background: none;
	border: none;
}

.slick-dots button {
	display: block;
	padding: 0;
	border: none;
	box-sizing: content-box;
	background: none;
	font-size: 0;
	cursor: pointer;
}

.slick-dots button::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #111;
	border-radius: 50%;
	margin: 3px 8px;
}

.slick-dots .slick-active button::after {
	background: #FF3B00;
}

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

	.slick-dots {
		text-align: center;
		padding-top: 10px;
	}

}

/* other */

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

	.is-pc {
		display: none;
	}
}

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

	.is-sp {
		display: none;
	}
}
