/* contents */

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

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%);	
}

.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: #000;
	display: block;
	text-align: center;
	font-weight: 500;
	margin-top: 24px;
	border: 1px solid #000;
	transition: all .3s ease-out;
}

.btn-buy:hover {
	background: #fff;
	color: #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%;
}

.img-key-logo {
	position: absolute;
	left: 4.167%;
	bottom: 7.143%;
	width: 15.833%;
	overflow: hidden;
}

.key-txt {
	display: block;
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%);
	width: 63.158%;
}

.key-circle {
	animation: spin 12s linear infinite;
}

@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

@media screen and (max-width: 767px) {
	
	#top {
		margin-bottom: 25px;	
	}
	
	.img-key-logo {
		left: 4.688%;
		bottom: -13.357%;
		width: 29.688%;
	}

	.key-txt {
		left: 50%;
		top: 50%;
		width: 48.421%;
	}

}

/* catch */

.catch-text {
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
	
	.catch-text h1, .catch-text p {
		text-align: left;
	}
	
}

/* item */

.border-wrap {
	border-bottom: 1px solid #000;	
}

.img-fusion {
	max-width: 820px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.item-inner {
	display: flex;
	flex-wrap: wrap;
}

.fusion-left, .fusion-right {
	width: 50%;
}

.fusion-left {
	padding-right: 1.667%;
}

.fusion-right {
	padding-left: 1.667%;
}

.point01 {
	border-left: 3px solid #D03A34;
	display: inline-block;
	padding-left: 3px;
	transform: rotate(-15deg);
}

.point01 span {
	display: inline-block;
	background: #D03A34;
	padding: 4px 7px 5px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.025em;
}

.p-list {
	border-bottom: 1px solid #D03A34;
}

.p-list li {
	padding: 4px 0;
}

.arrow-fusion {
	width: 12%;
	display: inline-block;
}

.fusion-slide {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

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

.point-wrap > div {
	width: 25%;
	padding: 0.2%;
}

.point-wrap > div p {
	padding: 10px 4% 0;
}

.point02 {
	border-left: 3px solid #D03A34;
	border-bottom: 1px solid #D03A34;
	padding-left: 3px;
}

.point02 span {
	display: inline-block;
	background: #D03A34;
	padding: 4px 7px 5px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.025em;
}


@media screen and (max-width: 767px) {
	
	.item-inner {
		display: block;
		border-right: 1px solid #D03A34;
		position: relative;
	}
	
	.item-inner::before {
		content: "";
		width: 1px;
		height: 25px;
		background: #D03A34;
		position: absolute;
		left: 0;
		top: -26.5px;
		transform: rotate(35deg) translateX(8.5px);
	}
	
	.item-inner::after {
		content: "";
		width: 1px;
		height: 25px;
		background: #D03A34;
		position: absolute;
		right: 0;
		top: -26.5px;
		transform: rotate(-35deg) translateX(-7px);
	}
	
	.point01 {
		margin-left: 5%;
	}

	.p-list {
		padding: 0 6%;
	}
	
	.fusion-left {
		width: 100%;
		padding-left: 0;
		padding-right: 12%;
		border-left: 1px solid #D03A34;
		margin-right: 0;
	}
	
	.fusion-right {
		width: 100%;
		padding-left: 12%;
		padding-right: 0;
		margin-top: 40px;
		margin-left: 0;
	}


	.arrow-fusion {
		width: 24%;
		display: inline-block;
	}

	.fusion-slide {
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}

	.point-wrap > div {
		width: 50%;
		padding: 0.4%;
	}
	
	.point-wrap > div:nth-child(1), .point-wrap > div:nth-child(2) {
		padding-bottom: 20px;
	}

}

/* foot-top-btn */

.foot-top-btn {
	width: 72%;	
}

.logo-fusion {
	width: 50%;
	display: inline-block;
}

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

	.foot-top-btn {
		width: 100%;	
	}

	.logo-fusion {
		width: 56%;
	}

}

/* 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: 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: 6px;
	height: 6px;
	background: #111;
	border-radius: 3px;
	margin: 3px 8px;
}

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

@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;
	}
}
