@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@500&family=Zen+Maru+Gothic:wght@900&family=Zen+Old+Mincho:wght@900&display=swap');





:root{
	/**
	 * #FFFFFF
	 */
	--white: rgba(255, 255, 255, 1);
	/**
	 * #333333
	 */
	--black: rgba(51, 51, 51, 1);
	--rem: 16px;
	--wrap: 750px;
	--inner: 712px;
}
@media screen and (max-width: 750px){
	:root{
		--rem: 2.13vw;
		--wrap: 100vw;
		--inner: 95vw;
	}
}





/**
 * 共通
 */
html{
	font-size: var(--rem);
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
body{
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	color: var(--black);
	font-weight: 400;
	/* 100, 200, 300, 400, 500, 600, 700, 800, 900 */
	line-height: 2;
	background-color: var(--white);
}
.zenmaru{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 900;
	/* 900 font.css */
	font-style: normal;
}
.oswald{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	/* 500 font.css */
	font-style: normal;
}
.mincho{
	font-family: 'Zen Old Mincho', sans-serif;
	font-weight: 900;
	/* 900 font.css */
	font-style: normal;
}
.nonei{
	display: none!important;
}
.flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fwn{
	flex-wrap: nowrap;
}
.jcsb{
	justify-content: space-between;
}
.jcc{
	justify-content: center;
}
.jce{
	justify-content: end;
}
.aifs{
	align-items: flex-start;
}
.aife{
	align-items: flex-end;
}
.ais{
	align-items: stretch;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.peni{
	pointer-events: none!important;
}
.text_ellipsis{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.pr{
	position: relative;
}
.ofya{
	overflow-y: auto;
}
.ofxa{
	overflow-x: auto;
}
.ofh{
	overflow: hidden;
}
.vh{
	visibility: hidden;
}
.wrap,
.inner{
	margin: 0 auto;
}
.wrap{
	width: var(--wrap);
}
.inner{
	width: var(--inner);
}





/**
 * animation
 */
@keyframes updown01{
	0% {
		transform: translate(-50%, 0);
	} 50% {
		transform: translate(-50%, 8px);
	} 100% {
		transform: translate(-50%, 0);
	}
}
@keyframes updown02{
	0% {
		transform: translate(-50%, 0);
	} 50% {
		transform: translate(-50%, -8px);
	} 100% {
		transform: translate(-50%, 0);
	}
}
@keyframes updown03{
	0% {
		transform: translate(-50%, -50%);
	} 50% {
		transform: translate(-50%, calc(-50% + 8px));
	} 100% {
		transform: translate(-50%, -50%);
	}
}
@keyframes updown04{
	0% {
		transform: translate(-50%, -50%);
	} 50% {
		transform: translate(-50%, calc(-50% - 8px));
	} 100% {
		transform: translate(-50%, -50%);
	}
}
@keyframes shiny{
	0% {
		transform: translate(-50%, -50%) rotate(45deg) scale(0);
		opacity: .8;
	} 100% {
		transform: translate(-50%, -50%) rotate(45deg) scale(20);
		opacity: 0;
	}
}
@media screen and (max-width: 750px){
	@keyframes updown01{
		0% {
			transform: translate(-50%, 0);
		} 50% {
			transform: translate(-50%, 1.07vw);
		} 100% {
			transform: translate(-50%, 0);
		}
	}
	@keyframes updown02{
		0% {
			transform: translate(-50%, 0);
		} 50% {
			transform: translate(-50%, -1.07vw);
		} 100% {
			transform: translate(-50%, 0);
		}
	}
	@keyframes updown03{
		0% {
			transform: translate(-50%, -50%);
		} 50% {
			transform: translate(-50%, calc(-50% + 1.07vw));
		} 100% {
			transform: translate(-50%, -50%);
		}
	}
	@keyframes updown04{
		0% {
			transform: translate(-50%, -50%);
		} 50% {
			transform: translate(-50%, calc(-50% - 1.07vw));
		} 100% {
			transform: translate(-50%, -50%);
		}
	}
}





/**
 * z-index
 */
header{
	z-index: 10;
}





/**
 * yellowline
 */
.yellowline:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0, 1);
	transform-origin: left center;
	width: 100%;
	height: 100%;
	background-color: #ebe803;
	transition: .8s;
}
.yellowline.act:before{
	transform: translate(-50%, -50%) scale(1, 1);
}





/**
 * header
 */
header{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 18px 0;
}
header .logo{
	width: 260px;
	height: calc(260px * (40/260));
}
header .logo img{
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 750px){
	header{
		padding: 2.4vw 0;
	}
	header .logo{
		width: 34.67vw;
		height: calc(34.67vw * (40/260));
	}
}





/**
 * mv
 */
section.mv{
	padding-top: calc((260px * (40/260)) + (18px * 2) + 20px);
	padding-bottom: 430px;
	background-image: url('../images/mv05_437_449.webp'), url('../images/mvbg_750_1020.webp');
	background-position: left bottom, center;
	background-repeat: no-repeat;
	background-size: 437px, cover;
}
section.mv .contents .mv01,
section.mv .contents .mv01 img{
	height: calc(761px * (85/761));
}
section.mv .contents .mv02,
section.mv .contents .mv02 img{
	height: calc(719px * (203/719));
}
section.mv .contents .mv03,
section.mv .contents .mv03 img{
	height: calc(723px * (79/723));
}
section.mv .contents .mv04,
section.mv .contents .mv04 img{
	height: calc(698px * (71/698));
}
section.mv .contents .mv01 img,
section.mv .contents .mv02 img,
section.mv .contents .mv03 img,
section.mv .contents .mv04 img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.mv .contents .mv01 img{
	width: 761px;
}
section.mv .contents .mv02 img{
	width: 719px;
}
section.mv .contents .mv03 img{
	width: 723px;
}
section.mv .contents .mv04 img{
	width: 698px;
}
section.mv .contents .mv01{
	margin-bottom: 8px;
}
section.mv .contents .mv02{
	margin-bottom: 20px;
}
section.mv .contents .mv03{
	margin-bottom: 28px;
}
section.mv .mv06{
	position: absolute;
	bottom: -96px;
	right: 0;
	width: 601px;
	height: calc(601px * (423/601));
	background-image: url('../images/mv06_601_423.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 750px){
	section.mv{
		padding-top: calc((34.67vw * (40/260)) + (2.4vw * 2) + 2.67vw);
		padding-bottom: 57.33vw;
		background-size: 58.27vw, cover;
	}
	section.mv .contents .mv01,
	section.mv .contents .mv01 img{
		height: calc(101.47vw * (85/761));
	}
	section.mv .contents .mv02,
	section.mv .contents .mv02 img{
		height: calc(95.87vw * (203/719));
	}
	section.mv .contents .mv03,
	section.mv .contents .mv03 img{
		height: calc(96.4vw * (79/723));
	}
	section.mv .contents .mv04,
	section.mv .contents .mv04 img{
		height: calc(93.07vw * (71/698));
	}
	section.mv .contents .mv01 img{
		width: 101.47vw;
	}
	section.mv .contents .mv02 img{
		width: 95.87vw;
	}
	section.mv .contents .mv03 img{
		width: 96.4vw;
	}
	section.mv .contents .mv04 img{
		width: 93.07vw;
	}
	section.mv .contents .mv01{
		margin-bottom: 1.07vw;
	}
	section.mv .contents .mv02{
		margin-bottom: 2.67vw;
	}
	section.mv .contents .mv03{
		margin-bottom: 3.73vw;
	}
	section.mv .mv06{
		bottom: -12.8vw;
		width: 80.13vw;
		height: calc(80.13vw * (423/601));
	}
}





/**
 * award
 */
section.award{
	padding: 64px 0 12px 0;
	background-image: url('../images/awardbg_750_298.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.award .award01,
section.award .award01 img{
	height: calc(722px * (167/722));
}
section.award .award01 img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.award .award01 img{
	width: 722px;
}
section.award .award01{
	margin-bottom: 8px;
}
section.award p.txt{
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0.04em;
	font-weight: 600;
}
@media screen and (max-width: 750px){
	section.award{
		padding: 8.53vw 0 1.6vw 0;
	}
	section.award .award01,
	section.award .award01 img{
		height: calc(96.27vw * (167/722));
	}
	section.award .award01 img{
		width: 96.27vw;
	}
	section.award .award01{
		margin-bottom: 1.07vw;
	}
	section.award p.txt{
		font-size: 3.2vw;
	}
}





/**
 * ribbon
 */
section.ribbon{
	padding-bottom: 60px;
	background-color: #000000;
	background-image: url('../images/ribbonbg_750_529.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.ribbon ul.ribbon01_lists{
	margin-bottom: 82px;
}
section.ribbon ul.ribbon01_lists,
section.ribbon ul.ribbon01_lists li.ribbon01_list{
	height: calc(215px * (285/215));
}
section.ribbon ul.ribbon01_lists li.ribbon01_list{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 215px;
	background-image: url('../images/ribbon01_215_285.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.ribbon ul.ribbon01_lists li.ribbon01_list:nth-child(1){
	left: calc(50% - 248px);
}
section.ribbon ul.ribbon01_lists li.ribbon01_list:nth-child(2){
	left: 50%;
}
section.ribbon ul.ribbon01_lists li.ribbon01_list:nth-child(3){
	left: calc(50% + 248px);
}
section.ribbon ul.ribbon01_lists li.ribbon01_list p{
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	width: 100%;
	font-size: 28px;
	color: #f2eab7;
	font-weight: 900;
	line-height: 1.2;
	text-shadow: #010000 0px 0px 0px;
	transition: .4s;
}
section.ribbon ul.ribbon01_lists li.ribbon01_list p.act{
	transform: translate(-50%, -50%) scale(1);
	text-shadow: #010000 5px 5px 3px;
}
section.ribbon ul.ribbon01_lists li.ribbon01_list p span.big{
	font-size: 48px;
}
section.ribbon ul.ribbon01_lists li.ribbon01_list p span.littlebig{
	font-size: 36px;
}
section.ribbon ul.ribbon01_lists li.ribbon01_list p span.small{
	font-size: 22px;
}
section.ribbon p.txt{
	font-size: 36px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.4;
}
section.ribbon p.txt span.yellowline span{
	color: #fff;
	transition: .4s;
}
section.ribbon p.txt span.yellowline.act span{
	color: #000000;
}
@media screen and (max-width: 750px){
	section.ribbon{
		padding-bottom: 8vw;
	}
	section.ribbon ul.ribbon01_lists{
		margin-bottom: 10.93vw;
	}
	section.ribbon ul.ribbon01_lists,
	section.ribbon ul.ribbon01_lists li.ribbon01_list{
		height: calc(28.67vw * (285/215));
	}
	section.ribbon ul.ribbon01_lists li.ribbon01_list{
		width: 28.67vw;
	}
	section.ribbon ul.ribbon01_lists li.ribbon01_list:nth-child(1){
		left: calc(50% - 33.07vw);
	}
	section.ribbon ul.ribbon01_lists li.ribbon01_list:nth-child(3){
		left: calc(50% + 33.07vw);
	}
	section.ribbon ul.ribbon01_lists li.ribbon01_list p{
		top: calc(50% - 2.67vw);
		font-size: 3.73vw;	
	}
	section.ribbon ul.ribbon01_lists li.ribbon01_list p.act{
		text-shadow: #010000 0.67vw 0.67vw 0.4vw;
	}
	section.ribbon ul.ribbon01_lists li.ribbon01_list p span.big{
		font-size: 6.4vw;
	}
	section.ribbon ul.ribbon01_lists li.ribbon01_list p span.littlebig{
		font-size: 4.8vw;
	}
	section.ribbon ul.ribbon01_lists li.ribbon01_list p span.small{
		font-size: 2.93vw;
	}
	section.ribbon p.txt{
		font-size: 4.8vw;
	}
}





/**
 * cta
 */
section.cta{
	padding: 20px 0 160px 0;
}
section.cta .campaign{
	padding: calc(47px + 20px) 0 47px 0;
	background-image: url('../images/cta01_586_47.webp'), url('../images/cta01_586_47.webp');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 586px;
	margin-bottom: 64px;
}
section.cta .campaign p.ttl{
	font-size: 36px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.5;
	padding: 12px 0;
	background-color: #70161c;
	margin-bottom: 16px;
}
section.cta .campaign p.period{
	font-size: 36px;
	color: #000000;
	font-weight: 900;
	line-height: 1.4;
}
section.cta .feature{
	margin-bottom: 42px;
}
section.cta .feature p.txt{
	font-size: 32px;
	color: #000000;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 24px;
}
section.cta .feature p.txt span.red{
	color: #70161c;
}
section.cta .feature ul.feature_lists li.feature_list{
	margin-right: 20px;
}
section.cta .feature ul.feature_lists li.feature_list:last-child{
	margin-right: 0;
}
section.cta .feature ul.feature_lists li.feature_list p{
	padding: 7px 6px;
	background-color: #ab8220;
}
section.cta .feature ul.feature_lists li.feature_list p span{
	display: block;
	width: 200px;
	font-size: 30px;
	color: #ffffff;
	font-weight: 600;
	line-height: 51px;
	outline: 1px solid #ebce8a;
	outline-offset: -1px;
}
section.cta .feature ul.feature_lists li.feature_list p span.small{
	font-size: 25px;
}
section.cta .button{
	height: calc((748px * (213/748)) + 108px);
}
section.cta .button a.cta04,
section.cta .button a.cta04 img,
section.cta .button .cta03 img,
section.cta .button .cta05 img{
	display: block;
}
section.cta .button a.cta04 img,
section.cta .button .cta03 img,
section.cta .button .cta05 img{
	width: 100%;
	height: 100%;
}
section.cta .button a.cta04,
section.cta .button .cta03,
section.cta .button .cta05{
	position: absolute;
}
section.cta .button a.cta04{
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 748px;
	height: calc(748px * (213/748));
}
section.cta .button .cta03{
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 704px;
	height: calc(704px * (108/704));
}
section.cta .button .cta05{
	top: 0;
	left: 0;
	width: 119px;
	height: calc(119px * (149/119));
}
section.cta .message{
	margin-top: 24px;
}
section.cta .message p{
	font-size: 35px;
	color: #000000;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 35px;
}
section.cta .message p:last-child{
	margin-bottom: 0;
}
section.cta .message p span.red{
	color: #900000;
}
@media screen and (max-width: 750px){
	section.cta{
		padding: 2.67vw 0 21.33vw 0;
	}
	section.cta .campaign{
		padding: calc(6.27vw + 2.67vw) 0 6.27vw 0;
		background-size: 78.13vw;
		margin-bottom: 8.53vw;
	}
	section.cta .campaign p.ttl{
		font-size: 4.8vw;
		padding: 1.6vw 0;
		margin-bottom: 2.13vw;
	}
	section.cta .campaign p.period{
		font-size: 4.8vw;
	}
	section.cta .feature{
		margin-bottom: 5.6vw;
	}
	section.cta .feature p.txt{
		font-size: 4.27vw;
		margin-bottom: 3.2vw;
	}
	section.cta .feature ul.feature_lists li.feature_list{
		margin-right: 2.67vw;
	}
	section.cta .feature ul.feature_lists li.feature_list p{
		padding: 0.93vw 0.8vw;
	}
	section.cta .feature ul.feature_lists li.feature_list p span{
		width: 26.67vw;
		font-size: 4vw;
		line-height: 6.8vw;
	}
	section.cta .feature ul.feature_lists li.feature_list p span.small{
		font-size: 3.33vw;
	}
	section.cta .button{
		height: calc((99.73vw * (213/748)) + 14.4vw);
	}
	section.cta .button a.cta04{
		width: 99.73vw;
		height: calc(99.73vw * (213/748));
	}
	section.cta .button .cta03{
		width: 93.87vw;
		height: calc(93.87vw * (108/704));
	}
	section.cta .button .cta05{
		width: 15.87vw;
		height: calc(15.87vw * (149/119));
	}
	section.cta .message{
		margin-top: 3.2vw;
	}
	section.cta .message p{
		font-size: 4.67vw;
		margin-bottom: 4.67vw;
	}
}
section.cta .button a.cta04:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 200px;
	height: 200px;
	background-color: #fff;
	animation-name: shiny;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@media screen and (max-width: 750px){
	section.cta .button a.cta04:before{
		width: 26.67vw;
		height: 26.67vw;
	}
}





/**
 * worries
 */
section.worries{
	padding: 325px 0 412px 0;
	background-image: url('../images/worriesbg_750_1218.webp');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
section.worries ul.worries_lists{
	height: calc(1218px - (325px + 412px));
}
section.worries ul.worries_lists li.worries_list{
	position: absolute;
	transform: translate(-50%, 0);
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
section.worries ul.worries_lists li.worries_list:nth-child(1){
	top: 48px;
	left: calc(50% - 124px);
	width: 247px;
	height: calc(247px * (272/247));
	animation-name: updown01;
}
section.worries ul.worries_lists li.worries_list:nth-child(2){
	top: 0;
	left: calc(50% + 192px);
	width: 332px;
	height: calc(332px * (307/332));
	animation-name: updown02;
}
section.worries ul.worries_lists li.worries_list:nth-child(3){
	top: 220px;
	left: calc(50% - 264px);
	width: 282px;
	height: calc(282px * (262/282));
	animation-name: updown02;
}
section.worries ul.worries_lists li.worries_list:nth-child(4){
	top: 256px;
	left: calc(50% + 124px);
	width: 294px;
	height: calc(294px * (200/294));
	animation-name: updown01;
}
section.worries ul.worries_lists li.worries_list img{
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 750px){
	section.worries{
		padding: 43.33vw 0 54.93vw 0;
	}
	section.worries ul.worries_lists{
		height: calc(162.4vw - (43.33vw + 54.93vw));
	}
	section.worries ul.worries_lists li.worries_list:nth-child(1){
		top: 6.4vw;
		left: calc(50% - 16.53vw);
		width: 32.93vw;
		height: calc(32.93vw * (272/247));
	}
	section.worries ul.worries_lists li.worries_list:nth-child(2){
		left: calc(50% + 25.6vw);
		width: 44.27vw;
		height: calc(44.27vw * (307/332));
	}
	section.worries ul.worries_lists li.worries_list:nth-child(3){
		top: 29.33vw;
		left: calc(50% - 35.2vw);
		width: 37.6vw;
		height: calc(37.6vw * (262/282));
	}
	section.worries ul.worries_lists li.worries_list:nth-child(4){
		top: 34.13vw;
		left: calc(50% + 16.53vw);
		width: 39.2vw;
		height: calc(39.2vw * (200/294));
	}
}





/**
 * merit
 */
section.merit{
	padding: 50px 0 160px 0;
	background-image: url('../images/meritbg_750_4190.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.merit p.ttl{
	padding: 36px 0;
	background-image: url('../images/merit01_611_16.webp'), url('../images/merit02_611_16.webp');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 611px;
	margin-bottom: 69px;
}
section.merit p.ttl span{
	display: block;
	font-weight: 900;
	line-height: 1.2;
}
section.merit p.ttl span:nth-child(1){
	font-size: 53px;
	color: #900000;
}
section.merit p.ttl span:nth-child(2){
	font-size: 57px;
	color: #000000;
}
section.merit ul.merit_lists{
	width: calc(640px + (3px * 2));
}
section.merit ul.merit_lists li.merit_list{
	padding: 3px;
	background: linear-gradient(
		90deg, 
		#ecc541 0% 40%,
		#fefe93 60% 100%
	);
	margin-bottom: 60px;
}
section.merit ul.merit_lists li.merit_list:last-child{
	margin-bottom: 0;
}
section.merit ul.merit_lists li.merit_list .box{
	background-color: #ffffff;
}
section.merit ul.merit_lists li.merit_list .box .thm{
	height: calc(640px * (371/640));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.merit ul.merit_lists li.merit_list .box dl{
	padding: 24px 18px 40px 18px;
}
section.merit ul.merit_lists li.merit_list .box dl dt{
	margin-bottom: 16px;
}
section.merit ul.merit_lists li.merit_list .box dl dt p{
	transform: translate(0, 100%);
	font-size: 61px;
	color: #2c2c2c;
	font-weight: 900;
	line-height: 1.2;
	opacity: 0;
	transition: .4s;
}
section.merit ul.merit_lists li.merit_list .box dl dt p.act{
	transform: translate(0, 0);
	opacity: 1;
}
section.merit ul.merit_lists li.merit_list .box dl dt p span.red{
	color: #900000;
}
section.merit ul.merit_lists li.merit_list .box dl dd p{
	color: #000000;
	font-weight: 600;
}
section.merit ul.merit_lists li.merit_list .box dl dd p:nth-child(1){
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 20px;
}
section.merit ul.merit_lists li.merit_list .box dl dd p:nth-child(2){
	font-size: 28px;
	line-height: 1.5;
}
section.merit ul.merit_lists li.merit_list .deco01,
section.merit ul.merit_lists li.merit_list .deco02{
	position: absolute;
	left: 50%;
	width: 580px;
	height: calc(580px * (6/580));
	background: linear-gradient(
		90deg, 
		#ecc541 0% 30%,
		#e1b424 40% 60%,
		#fefe93 70% 100%
	);
}
section.merit ul.merit_lists li.merit_list .deco01{
	top: calc((580px * (12/580)) * -1);
	transform: translate(-50%, -100%);
}
section.merit ul.merit_lists li.merit_list .deco02{
	bottom: calc((580px * (12/580)) * -1);
	transform: translate(-50%, 100%);
}
section.merit ul.merit_lists li.merit_list .deco01:before,
section.merit ul.merit_lists li.merit_list .deco01:after,
section.merit ul.merit_lists li.merit_list .deco02:before,
section.merit ul.merit_lists li.merit_list .deco02:after{
	position: absolute;
	content: '';
	width: calc(580px * (6/580));
	height: calc(580px * (48/580));
}
section.merit ul.merit_lists li.merit_list .deco01:before,
section.merit ul.merit_lists li.merit_list .deco01:after{
	top: 0;
}
section.merit ul.merit_lists li.merit_list .deco02:before,
section.merit ul.merit_lists li.merit_list .deco02:after{
	bottom: 0;
}
section.merit ul.merit_lists li.merit_list .deco01:before,
section.merit ul.merit_lists li.merit_list .deco02:before{
	left: 0;
	background-color: #ecc541;
}
section.merit ul.merit_lists li.merit_list .deco01:after,
section.merit ul.merit_lists li.merit_list .deco02:after{
	right: 0;
	background-color: #fefe93;
}
section.merit ul.merit_lists li.merit_list .deco03,
section.merit ul.merit_lists li.merit_list .deco04{
	position: absolute;
	top: 50%;
	width: calc(580px * (6/580));
	height: calc(100% - (580px * (48/580)));
}
section.merit ul.merit_lists li.merit_list .deco03{
	left: calc((580px * (12/580)) * -1);
	transform: translate(-100%, -50%);
	background-color: #ecc541;
}
section.merit ul.merit_lists li.merit_list .deco04{
	right: calc((580px * (12/580)) * -1);
	transform: translate(100%, -50%);
	background-color: #fefe93;
}
section.merit ul.merit_lists li.merit_list .deco03:before,
section.merit ul.merit_lists li.merit_list .deco03:after,
section.merit ul.merit_lists li.merit_list .deco04:before,
section.merit ul.merit_lists li.merit_list .deco04:after{
	position: absolute;
	content: '';
	width: calc((((646px - 580px) / 2) + (580px * (12/580))) + ((580px * (6/580)) * 2));
	height: calc(580px * (6/580));
}
section.merit ul.merit_lists li.merit_list .deco03:before,
section.merit ul.merit_lists li.merit_list .deco04:before{
	top: 0;
}
section.merit ul.merit_lists li.merit_list .deco03:after,
section.merit ul.merit_lists li.merit_list .deco04:after{
	bottom: 0;
}
section.merit ul.merit_lists li.merit_list .deco03:before,
section.merit ul.merit_lists li.merit_list .deco03:after{
	left: 0;
	background-color: #ecc541;
}
section.merit ul.merit_lists li.merit_list .deco04:before,
section.merit ul.merit_lists li.merit_list .deco04:after{
	right: 0;
	background-color: #fefe93;
}
@media screen and (max-width: 750px){
	section.merit{
		padding: 6.66vw 0 21.33vw 0;
	}
	section.merit p.ttl{
		padding: 4.8vw 0;
		background-size: 81.47vw;
		margin-bottom: 9.2vw;
	}
	section.merit p.ttl span:nth-child(1){
		font-size: 7.07vw;
	}
	section.merit p.ttl span:nth-child(2){
		font-size: 7.6vw;
	}
	section.merit ul.merit_lists{
		width: calc(85.33vw + (0.4vw * 2));
	}
	section.merit ul.merit_lists li.merit_list{
		padding: 0.4vw;
		margin-bottom: 8vw;
	}
	section.merit ul.merit_lists li.merit_list .box .thm{
		height: calc(85.33vw * (371/640));
	}
	section.merit ul.merit_lists li.merit_list .box dl{
		padding: 3.2vw 2.4vw 5.33vw 2.4vw;
	}
	section.merit ul.merit_lists li.merit_list .box dl dt{
		margin-bottom: 2.13vw;
	}
	section.merit ul.merit_lists li.merit_list .box dl dt p{
		font-size: 8.13vw;
	}
	section.merit ul.merit_lists li.merit_list .box dl dd p:nth-child(1){
		font-size: 4.27vw;
		margin-bottom: 2.67vw;
	}
	section.merit ul.merit_lists li.merit_list .box dl dd p:nth-child(2){
		font-size: 3.73vw;
	}
	section.merit ul.merit_lists li.merit_list .deco01,
	section.merit ul.merit_lists li.merit_list .deco02{
		width: 77.33vw;
		height: calc(77.33vw * (6/580));
	}
	section.merit ul.merit_lists li.merit_list .deco01{
		top: calc((77.33vw * (12/580)) * -1);
	}
	section.merit ul.merit_lists li.merit_list .deco02{
		bottom: calc((77.33vw * (12/580)) * -1);
	}
	section.merit ul.merit_lists li.merit_list .deco01:before,
	section.merit ul.merit_lists li.merit_list .deco01:after,
	section.merit ul.merit_lists li.merit_list .deco02:before,
	section.merit ul.merit_lists li.merit_list .deco02:after{
		width: calc(77.33vw * (6/580));
		height: calc(77.33vw * (48/580));
	}
	section.merit ul.merit_lists li.merit_list .deco03,
	section.merit ul.merit_lists li.merit_list .deco04{
		width: calc(77.33vw * (6/580));
		height: calc(100% - (77.33vw * (48/580)));
	}
	section.merit ul.merit_lists li.merit_list .deco03{
		left: calc((77.33vw * (12/580)) * -1);
	}
	section.merit ul.merit_lists li.merit_list .deco04{
		right: calc((77.33vw * (12/580)) * -1);
	}
	section.merit ul.merit_lists li.merit_list .deco03:before,
	section.merit ul.merit_lists li.merit_list .deco03:after,
	section.merit ul.merit_lists li.merit_list .deco04:before,
	section.merit ul.merit_lists li.merit_list .deco04:after{
		width: calc((((86.13vw - 77.33vw) / 2) + (77.33vw * (12/580))) + ((77.33vw * (6/580)) * 2));
		height: calc(77.33vw * (6/580));
	}
}





/**
 * achievements
 */
section.achievements{
	padding: 86px 0 90px 0;
	background-image: url('../images/achievementsbg_750_1280.webp');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 750px;
}
section.achievements .ttl{
	padding: 80px 0;
	background-image: url('../images/achievements01_598_60.webp'), url('../images/achievements01_598_60.webp');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 598px;
	margin-bottom: 36px;
}
section.achievements .ttl p{
	color: #ffffff;
	font-weight: 900;
	line-height: 1.2;
}
section.achievements .ttl p:nth-child(1){
	font-size: 57px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
section.achievements .ttl p:nth-child(2){
	font-size: 36px;
}
section.achievements .ttl p:nth-child(2) span.yellowline span{
	color: #fff;
	transition: .4s;
}
section.achievements .ttl p:nth-child(2) span.yellowline.act span{
	color: #000000;
}
section.achievements .more{
	display: none;
}
section.achievements ul.achievements_lists li.achievements_list{
	width: calc(304px + (4px * 2) + (16px * 2) + (4px * 2));
	padding: calc((16px * 1) + (4px * 1));
	margin-right: calc(100% - ((304px + (4px * 2) + (16px * 2) + (4px * 2)) * 2));
	margin-bottom: 8px;
}
section.achievements ul.achievements_lists li.achievements_list:nth-child(2n){
	margin-right: 0;
}
section.achievements ul.achievements_lists li.achievements_list .content{
	width: calc(304px + (4px * 2));
	height: 100%;
	padding: 4px;
	background: linear-gradient(
		135deg, 
		#fcf4ca 0% 20%,
		#a06805 40% 60%,
		#fcf4ca 80% 100%
	);
}
section.achievements ul.achievements_lists li.achievements_list .content .box{
	height: 100%;
	padding-bottom: 64px;
	background-color: #ffffff;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .thm{
	height: calc(304px * (210/304));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .txts{
	padding: 4px 8px 12px 8px;
	background-color: #ffffff;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .txts .brand{
	margin-bottom: 12px;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .txts .brand img{
	display: block;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .txts p{
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	line-height: 1.3;
	word-break: break-all;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .price{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 12px 8px 8px 8px;
	background-color: #70161c;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .price p{
	color: #ffffff;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .price p:nth-child(1),
section.achievements ul.achievements_lists li.achievements_list .content .box .price p:nth-child(2){
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .price p:nth-child(1){
	padding: 2px 9px;
	outline: 1px solid #fff;
	outline-offset: -1px;
}
section.achievements ul.achievements_lists li.achievements_list .content .box .price p:nth-child(2) span.oswald{
	font-size: 36px;
	font-weight: 500;
}
section.achievements ul.achievements_lists li.achievements_list .deco01,
section.achievements ul.achievements_lists li.achievements_list .deco02{
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 4px;
	background-color: #ffcf18;
}
section.achievements ul.achievements_lists li.achievements_list .deco01{
	top: 0;
}
section.achievements ul.achievements_lists li.achievements_list .deco02{
	bottom: 0;
}
section.achievements ul.achievements_lists li.achievements_list .deco03,
section.achievements ul.achievements_lists li.achievements_list .deco04{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 4px;
	height: 100%;
	background-color: #ffcf18;
}
section.achievements ul.achievements_lists li.achievements_list .deco03{
	left: 0;
}
section.achievements ul.achievements_lists li.achievements_list .deco04{
	right: 0;
}
section.achievements ul.achievements_lists li.achievements_list .deco05,
section.achievements ul.achievements_lists li.achievements_list .deco06,
section.achievements ul.achievements_lists li.achievements_list .deco07,
section.achievements ul.achievements_lists li.achievements_list .deco08{
	position: absolute;
	width: 28px;
	height: 4px;
	background-color: #ffcf18;
	border-radius: calc(4px / 2);
}
section.achievements ul.achievements_lists li.achievements_list .deco05,
section.achievements ul.achievements_lists li.achievements_list .deco06{
	left: 12px;
}
section.achievements ul.achievements_lists li.achievements_list .deco07,
section.achievements ul.achievements_lists li.achievements_list .deco08{
	right: 12px;
}
section.achievements ul.achievements_lists li.achievements_list .deco05,
section.achievements ul.achievements_lists li.achievements_list .deco07{
	top: 12px;
}
section.achievements ul.achievements_lists li.achievements_list .deco06,
section.achievements ul.achievements_lists li.achievements_list .deco08{
	bottom: 12px;
}
section.achievements ul.achievements_lists li.achievements_list .deco05{
	transform: translate(-50%, -50%) rotate(45deg);
}
section.achievements ul.achievements_lists li.achievements_list .deco06{
	transform: translate(-50%, 50%) rotate(-45deg);
}
section.achievements ul.achievements_lists li.achievements_list .deco07{
	transform: translate(50%, -50%) rotate(-45deg);
}
section.achievements ul.achievements_lists li.achievements_list .deco08{
	transform: translate(50%, 50%) rotate(45deg);
}
section.achievements ul.achievements_lists li.achievements_list .deco01{
	background: linear-gradient(
		90deg, 
		#fcf4ca 0% 40%,
		#a06805 60% 100%
	);
}
section.achievements ul.achievements_lists li.achievements_list .deco02{
	background: linear-gradient(
		90deg, 
		#a06805 0% 40%,
		#fcf4ca 60% 100%
	);
}
section.achievements ul.achievements_lists li.achievements_list .deco03{
	background: linear-gradient(
		180deg, 
		#fcf4ca 0% 40%,
		#a06805 60% 100%
	);
}
section.achievements ul.achievements_lists li.achievements_list .deco04{
	background: linear-gradient(
		180deg, 
		#a06805 0% 40%,
		#fcf4ca 60% 100%
	);
}
section.achievements ul.achievements_lists li.achievements_list .deco05,
section.achievements ul.achievements_lists li.achievements_list .deco08{
	background-color: #fcf4ca;
}
section.achievements ul.achievements_lists li.achievements_list .deco06,
section.achievements ul.achievements_lists li.achievements_list .deco07{
	background-color: #a06805;
}
section.achievements .btn{
	padding: 10px 0;
	background-color: #70161c;
	outline: 2px solid #ffffff;
	outline-offset: -2px;
	margin-top: 56px;
	cursor: pointer;
}
section.achievements .btn span{
	display: block;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-left: calc(24px + 49px);
}
section.achievements .btn span:before{
	position: absolute;
	content: '';
	top: calc(50% + 3px);
	left: 0;
	transform: translate(0, -50%);
	width: 49px;
	height: calc(49px * (29/49));
	background-image: url('../images/achievements02_49_29.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 750px){
	section.achievements{
		padding: 11.47vw 0 12vw 0;
		background-size: 100vw;
	}
	section.achievements .ttl{
		padding: 10.67vw 0;
		background-size: 79.73vw;
		margin-bottom: 4.8vw;
	}
	section.achievements .ttl p:nth-child(1){
		font-size: 7.6vw;
		margin-bottom: 2.67vw;
	}
	section.achievements .ttl p:nth-child(2){
		font-size: 4.8vw;
	}
	section.achievements ul.achievements_lists li.achievements_list{
		width: calc(40.53vw + (0.53vw * 2) + (2.13vw * 2) + (0.53vw * 2));
		padding: calc((2.13vw * 1) + (0.53vw * 1));
		margin-right: calc(100% - ((40.53vw + (0.53vw * 2) + (2.13vw * 2) + (0.53vw * 2)) * 2));
		margin-bottom: 1.07vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .content{
		width: calc(40.53vw + (0.53vw * 2));
		padding: 0.53vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .content .box{
		padding-bottom: 8.53vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .content .box .thm{
		height: calc(40.53vw * (210/304));
	}
	section.achievements ul.achievements_lists li.achievements_list .content .box .txts{
		padding: 0.53vw 1.07vw 1.6vw 1.07vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .content .box .txts .brand{
		margin-bottom: 1.6vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .content .box .txts p{
		font-size: 3.47vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .content .box .price{
		padding: 1.6vw 1.07vw 1.07vw 1.07vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .content .box .price p:nth-child(1),
	section.achievements ul.achievements_lists li.achievements_list .content .box .price p:nth-child(2){
		font-size: 3.47vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .content .box .price p:nth-child(1){
		padding: 0.27vw 1.2vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .content .box .price p:nth-child(2) span.oswald{
		font-size: 4.8vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .deco01,
	section.achievements ul.achievements_lists li.achievements_list .deco02{
		height: 0.53vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .deco03,
	section.achievements ul.achievements_lists li.achievements_list .deco04{
		width: 0.53vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .deco05,
	section.achievements ul.achievements_lists li.achievements_list .deco06,
	section.achievements ul.achievements_lists li.achievements_list .deco07,
	section.achievements ul.achievements_lists li.achievements_list .deco08{
		width: 3.73vw;
		height: 0.53vw;
		border-radius: calc(0.53vw / 2);
	}
	section.achievements ul.achievements_lists li.achievements_list .deco05,
	section.achievements ul.achievements_lists li.achievements_list .deco06{
		left: 1.6vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .deco07,
	section.achievements ul.achievements_lists li.achievements_list .deco08{
		right: 1.6vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .deco05,
	section.achievements ul.achievements_lists li.achievements_list .deco07{
		top: 1.6vw;
	}
	section.achievements ul.achievements_lists li.achievements_list .deco06,
	section.achievements ul.achievements_lists li.achievements_list .deco08{
		bottom: 1.6vw;
	}
	section.achievements .btn{
		padding: 1.33vw 0;
		margin-top: 7.47vw;
	}
	section.achievements .btn span{
		font-size: 4.8vw;
		padding-left: calc(3.2vw + 6.53vw);
	}
	section.achievements .btn span:before{
		top: calc(50% + 0.4vw);
		width: 6.53vw;
		height: calc(6.53vw * (29/49));
	}
}





/**
 * maker
 */
section.maker{
	padding: 48px 0 64px 0;
	background-color: #f7f5f1;
}
section.maker .ttl{
	margin-bottom: 56px;
}
section.maker .ttl p:nth-child(1){
	font-size: 52px;
	color: #232323;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 20px;
}
section.maker .ttl p:nth-child(2){
	font-size: 56px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.5;
	padding: 21px 0;
	background-image: url('../images/maker01_470_125.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 470px;
}
section.maker ul.maker_lists li.maker_list{
	width: 232px;
	height: calc(232px * (89/236));
	margin-right: calc((100% - (232px * 3)) / 2);
	margin-bottom: 7px;
}
section.maker ul.maker_lists li.maker_list:nth-child(3n){
	margin-right: 0;
}
section.maker ul.maker_lists li.maker_list img{
	display: block;
	width: 100%;
	height: 100%;
}
section.maker .txts{
	padding-top: 136px;
	background-image: url('../images/maker02_117_103.webp');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 117px;
	margin-top: 80px;
}
section.maker .txts p:nth-child(1){
	font-size: 35px;
	color: #040404;
	font-weight: 600;
	line-height: 1.4;
}
section.maker .txts p:nth-child(2){
	font-size: 57px;
	color: #000000;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 20px;
}
@media screen and (max-width: 750px){
	section.maker{
		padding: 6.4vw 0 8.53vw 0;
	}
	section.maker .ttl{
		margin-bottom: 7.47vw;
	}
	section.maker .ttl p:nth-child(1){
		font-size: 6.93vw;
		margin-bottom: 2.67vw;
	}
	section.maker .ttl p:nth-child(2){
		font-size: 7.47vw;
		padding: 2.8vw 0;
		background-size: 62.67vw;
	}
	section.maker ul.maker_lists li.maker_list{
		width: 30.93vw;
		height: calc(30.93vw * (89/236));
		margin-right: calc((100% - (30.93vw * 3)) / 2);
		margin-bottom: 0.93vw;
	}
	section.maker .txts{
		padding-top: 18.13vw;
		background-size: 15.6vw;
		margin-top: 10.67vw;
	}
	section.maker .txts p:nth-child(1){
		font-size: 4.67vw;
	}
	section.maker .txts p:nth-child(2){
		font-size: 7.6vw;
		margin-top: 2.67vw;
	}
}





/**
 * other
 */
section.other{

}
section.other .ttl{
	background-image: url('../images/other01_750_442.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.other .ttl p{
	font-size: 54px;
	color: #ffffff;
	font-weight: 900;
	line-height: calc(442px / 2);
}
section.other .category{
	padding: 80px 0 96px 0;
	background-image: url('../images/otherbg_750_1298.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.other .category ul.category_lists li.category_list{
	width: calc(100% / 3);
	margin-bottom: 32px;
}
section.other .category ul.category_lists li.category_list .thm{
	width: 192px;
	height: 192px;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	outline: 16px solid #fff;
	border-radius: 100%;
	box-shadow: 0 0 24px 0 #010027;
	margin: 0 auto 24px auto;
}
section.other .category ul.category_lists li.category_list p{
	font-size: 36px;
	color: #1b1b1b;
	font-weight: 600;
	line-height: 1.5;
}
section.other .category ul.logo_lists{
	padding-top: 24px;
}
section.other .category ul.logo_lists li.logo_list{
	width: 236px;
	height: calc(236px * (87/236));
	background-color: #fff;
	outline: 1px solid #858585;
	outline-offset: -1px;
	margin-right: calc((100% - (236px * 3)) / 2);
	margin-bottom: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.other .category ul.logo_lists li.logo_list:nth-child(3n){
	margin-right: 0;
}
@media screen and (max-width: 750px){
	section.other .ttl p{
		font-size: 7.2vw;
		line-height: calc(58.93vw / 2);
	}
	section.other .category{
		padding: 10.67vw 0 12.8vw 0;
	}
	section.other .category ul.category_lists li.category_list{
		margin-bottom: 4.27vw;
	}
	section.other .category ul.category_lists li.category_list .thm{
		width: 25.6vw;
		height: 25.6vw;
		outline: 2.13vw solid #fff;
		box-shadow: 0 0 3.2vw 0 #010027;
		margin: 0 auto 3.2vw auto;
	}
	section.other .category ul.category_lists li.category_list p{
		font-size: 4.8vw;
	}
	section.other .category ul.logo_lists{
		padding-top: 3.2vw;
	}
	section.other .category ul.logo_lists li.logo_list{
		width: 31.47vw;
		height: calc(31.47vw * (87/236));
		margin-right: calc((100% - (31.47vw * 3)) / 2);
		margin-bottom: 0.27vw;
	}
}
section.other .ttl ul.obj_lists{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
section.other .ttl ul.obj_lists li.obj_list{
	position: absolute;
	transform: translate(-50%, -50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
section.other .ttl ul.obj_lists li.obj_list01{
	top: calc(50% + 28px);
	left: calc(50% - 264px);
	width: 121px;
	height: calc(121px * (174/121));
	background-image: url('../images/other02_121_174.webp');
	animation-name: updown03;
}
section.other .ttl ul.obj_lists li.obj_list02{
	top: calc(50% + 156px);
	left: calc(50% - 280px);
	width: 153px;
	height: calc(153px * (86/153));
	background-image: url('../images/other03_153_86.webp');
	animation-name: updown04;
}
section.other .ttl ul.obj_lists li.obj_list03{
	top: calc(50% + 32px);
	left: calc(50% + 200px);
	width: 94px;
	height: calc(94px * (137/94));
	background-image: url('../images/other04_94_137.webp');
	animation-name: updown04;
}
section.other .ttl ul.obj_lists li.obj_list04{
	top: calc(50% + 108px);
	left: calc(50% + 315px);
	width: 185px;
	height: calc(185px * (197/185));
	background-image: url('../images/other05_185_197.webp');
	animation-name: updown03;
}
@media screen and (max-width: 750px){
	section.other .ttl ul.obj_lists li.obj_list01{
		top: calc(50% + 3.73vw);
		left: calc(50% - 35.2vw);
		width: 16.13vw;
		height: calc(16.13vw * (174/121));
	}
	section.other .ttl ul.obj_lists li.obj_list02{
		top: calc(50% + 20.8vw);
		left: calc(50% - 37.33vw);
		width: 20.4vw;
		height: calc(20.4vw * (86/153));
	}
	section.other .ttl ul.obj_lists li.obj_list03{
		top: calc(50% + 4.27vw);
		left: calc(50% + 26.67vw);
		width: 12.53vw;
		height: calc(12.53vw * (137/94));
	}
	section.other .ttl ul.obj_lists li.obj_list04{
		top: calc(50% + 14.4vw);
		left: calc(50% + 42vw);
		width: 24.67vw;
		height: calc(24.67vw * (197/185));
	}
}





/**
 * review
 */
section.review{
	padding: 28px 0 180px 0;
	background-color: #000;
	background-image: url('../images/reviewbg_750_2218.webp');
	background-position: center;
	background-repeat: repeat-y;
	background-size: 750px;
}
section.review .ttl{
	padding-top: 200px;
	background-image: url('../images/review01_555_153.webp');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 555px;
	margin-bottom: 48px;
}
section.review .ttl p{
	color: #fff;
	font-weight: 900;
	line-height: 1.2;
	font-style: italic;
}
section.review .ttl p:nth-child(1){
	font-size: 40px;
}
section.review .ttl p:nth-child(2){
	font-size: 82px;
}
section.review .ttl p:nth-child(2) span.small{
	font-size: 73px;
}
section.review ul.review_lists{
	width: 702px;
}
section.review ul.review_lists li.review_list{
	margin-bottom: 48px;
}
section.review ul.review_lists li.review_list:last-child{
	margin-bottom: 0;
}
section.review ul.review_lists li.review_list .box{
	padding-bottom: 64px;
	background-color: #fff;
	border-radius: 47px;
	box-shadow: 0 0 28px 0 #202020;
}
section.review ul.review_lists li.review_list .box .thm{
	height: calc(702px * (266/702));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.review ul.review_lists li.review_list .box .thm p{
	position: absolute;
	bottom: 8px;
	left: 16px;
	font-size: 18px;
	font-weight: 400;
	color: #181818;
}
section.review ul.review_lists li.review_list .box .txts p.item{
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	padding: 20px 8px;
	background-color: #900000;
}
section.review ul.review_lists li.review_list .box .txts p.txt{
	font-size: 32px;
	color: #181818;
	font-weight: 400;
	line-height: 1.4;
	padding: 16px 8px 32px 8px;
}
section.review ul.review_lists li.review_list .box .achievements{
	padding: 0 16px;
}
section.review ul.review_lists li.review_list .box .achievements .photo{
	width: 181px;
}
section.review ul.review_lists li.review_list .box .achievements .photo div{
	height: calc(181px * (210/304));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.review ul.review_lists li.review_list .box .achievements .info{
	width: calc(100% - 181px);
	padding-left: 16px;
}
section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(1){
	font-size: 28px;
	color: #232323;
	font-weight: 500;
	line-height: 1;
	word-break: break-all;
}
section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt{
	display: block;
}
section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(1),
section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2){
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin-right: 20px;
}
section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(1){
	color: #fff;
	padding: 2px 9px;
	background-color: #70161c;
}
section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2){
	color: #000000;
}
section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2) span.oswald{
	font-size: 36px;
	font-weight: 500;
}
@media screen and (max-width: 750px){
	section.review{
		padding: 3.73vw 0 24vw 0;
		background-size: 100vw;
	}
	section.review .ttl{
		padding-top: 26.67vw;
		background-size: 74vw;
		margin-bottom: 6.4vw;
	}
	section.review .ttl p:nth-child(1){
		font-size: 5.33vw;
	}
	section.review .ttl p:nth-child(2){
		font-size: 10.93vw;
	}
	section.review .ttl p:nth-child(2) span.small{
		font-size: 9.73vw;
	}
	section.review ul.review_lists{
		width: 93.6vw;
	}
	section.review ul.review_lists li.review_list{
		margin-bottom: 6.4vw;
	}
	section.review ul.review_lists li.review_list .box{
		padding-bottom: 8.53vw;
		border-radius: 6.27vw;
		box-shadow: 0 0 3.73vw 0 #202020;
	}
	section.review ul.review_lists li.review_list .box .thm{
		height: calc(93.6vw * (266/702));
	}
	section.review ul.review_lists li.review_list .box .thm p{
		bottom: 1.07vw;
		left: 2.13vw;
		font-size: 2.4vw;
	}
	section.review ul.review_lists li.review_list .box .txts p.item{
		font-size: 4.53vw;
		padding: 2.67vw 1.07vw;
	}
	section.review ul.review_lists li.review_list .box .txts p.txt{
		font-size: 4.27vw;
		padding: 2.13vw 1.07vw 4.27vw 1.07vw;
	}
	section.review ul.review_lists li.review_list .box .achievements{
		padding: 0 2.13vw;
	}
	section.review ul.review_lists li.review_list .box .achievements .photo{
		width: 24.13vw;
	}
	section.review ul.review_lists li.review_list .box .achievements .photo div{
		height: calc(24.13vw * (210/304));
	}
	section.review ul.review_lists li.review_list .box .achievements .info{
		width: calc(100% - 24.13vw);
		padding-left: 2.13vw;
	}
	section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(1){
		font-size: 3.73vw;
	}
	section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(1),
	section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2){
		font-size: 3.47vw;
		margin-right: 2.67vw;
	}
	section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(1){
		padding: 0.27vw 1.2vw;
	}
	section.review ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2) span.oswald{
		font-size: 4.8vw;
	}
}





/**
 * flow
 */
section.flow{
	padding: 50px 0 160px 0;
	background-image: url('../images/meritbg_750_4190.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.flow p.ttl{
	padding: 36px 0;
	background-image: url('../images/merit01_611_16.webp'), url('../images/merit02_611_16.webp');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 611px;
	margin-bottom: 69px;
}
section.flow p.ttl span{
	display: block;
	font-weight: 900;
	line-height: 1.2;
}
section.flow p.ttl span:nth-child(1){
	font-size: 53px;
	color: #900000;
}
section.flow p.ttl span:nth-child(2){
	font-size: 57px;
	color: #000000;
}
section.flow ul.flow_lists li.flow_list{
	margin-bottom: 36px;
}
section.flow ul.flow_lists li.flow_list:last-child{
	margin-bottom: 0;
}
section.flow ul.flow_lists li.flow_list .box{
	background-color: #fff;
	background-image: url('../images/achievements01_598_60.webp');
	background-position: center top 10px;
	background-repeat: no-repeat;
	background-size: 598px;
	padding: calc(10px + 60px + 10px) 36px 36px 36px;
}
section.flow ul.flow_lists li.flow_list .box:after{
	position: absolute;
	content: '';
	bottom: 1px;
	left: 50%;
	transform: translate(-50%, 100%);
	border-top: 36px solid #fff;
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
}
section.flow ul.flow_lists li.flow_list:last-child .box:after{
	display: none;
}
section.flow ul.flow_lists li.flow_list .box p.item,
section.flow ul.flow_lists li.flow_list .box p.txt,
section.flow ul.flow_lists li.flow_list .box p.red{
	font-weight: 600;
	line-height: 1.2;
}
section.flow ul.flow_lists li.flow_list .box p.item{
	font-size: 46px;
	color: #181818;
	margin-bottom: 24px;
}
section.flow ul.flow_lists li.flow_list .box p.txt{
	font-size: 32px;
	color: #181818;
}
section.flow ul.flow_lists li.flow_list .box p.red{
	font-size: 32px;
	color: #70161c;
	margin-top: 16px;
}
section.flow ul.flow_lists li.flow_list .box .contact{
	margin-top: 24px;
}
section.flow ul.flow_lists li.flow_list .box .contact p.tel{
	margin-bottom: 4px;
}
section.flow ul.flow_lists li.flow_list .box .contact p.tel span,
section.flow ul.flow_lists li.flow_list .box .contact p.tel a,
section.flow ul.flow_lists li.flow_list .box .contact p.hour span{
	display: block;
	color: #000000;
	line-height: 1.2;
}
section.flow ul.flow_lists li.flow_list .box .contact p.tel span,
section.flow ul.flow_lists li.flow_list .box .contact p.tel a{
	font-size: 48px;
	font-weight: 500;
	padding-left: calc(59px + 10px);
}
section.flow ul.flow_lists li.flow_list .box .contact p.tel span:before,
section.flow ul.flow_lists li.flow_list .box .contact p.tel a:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 59px;
	height: calc(59px * (43/59));
	background-image: url('../images/freedial_59_43.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.flow ul.flow_lists li.flow_list .box .contact p.hour span{
	font-size: 17px;
	font-weight: 600;
}
@media screen and (max-width: 750px){
	section.flow{
		padding: 6.67vw 0 21.33vw 0;
	}
	section.flow p.ttl{
		padding: 4.8vw 0;
		background-size: 81.47vw;
		margin-bottom: 9.2vw;
	}
	section.flow p.ttl span:nth-child(1){
		font-size: 7.07vw;
	}
	section.flow p.ttl span:nth-child(2){
		font-size: 7.6vw;
	}
	section.flow ul.flow_lists li.flow_list{
		margin-bottom: 4.8vw;
	}
	section.flow ul.flow_lists li.flow_list .box{
		background-position: center top 1.33vw;
		background-size: 79.73vw;
		padding: calc(1.33vw + 8vw + 1.33vw) 4.8vw 4.8vw 4.8vw;
	}
	section.flow ul.flow_lists li.flow_list .box:after{
		border-top: 4.8vw solid #fff;
		border-left: 4.8vw solid transparent;
		border-right: 4.8vw solid transparent;
	}
	section.flow ul.flow_lists li.flow_list .box p.item{
		font-size: 6.13vw;
		margin-bottom: 3.2vw;
	}
	section.flow ul.flow_lists li.flow_list .box p.txt{
		font-size: 4.27vw;
	}
	section.flow ul.flow_lists li.flow_list .box p.red{
		font-size: 4.27vw;
		margin-top: 2.13vw;
	}
	section.flow ul.flow_lists li.flow_list .box .contact{
		margin-top: 3.2vw;
	}
	section.flow ul.flow_lists li.flow_list .box .contact p.tel{
		margin-bottom: 0.53vw;
	}
	section.flow ul.flow_lists li.flow_list .box .contact p.tel span,
	section.flow ul.flow_lists li.flow_list .box .contact p.tel a{
		font-size: 6.4vw;
		padding-left: calc(7.87vw + 1.33vw);
	}
	section.flow ul.flow_lists li.flow_list .box .contact p.tel span:before,
	section.flow ul.flow_lists li.flow_list .box .contact p.tel a:before{
		width: 7.87vw;
		height: calc(7.87vw * (43/59));
	}
	section.flow ul.flow_lists li.flow_list .box .contact p.hour span{
		font-size: 2.27vw;
	}
}





/**
 * staff
 */
section.staff{
	padding: 50px 0 20px 0;
	background-image: url('../images/staffbg_750_1560.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.staff .ttl{
	margin-bottom: 32px;
}
section.staff .ttl p{
	color: #a10000;
	font-weight: 900;
	line-height: 1.2;
	font-style: italic;
}
section.staff .ttl p:nth-child(1){
	font-size: 40px;
}
section.staff .ttl p:nth-child(2){
	font-size: 83px;
}
section.staff ul.staff_lists{
	background-color: #fff;
	padding: 32px 28px;
}
section.staff ul.staff_lists li.staff_list{
	margin-bottom: 28px;
}
section.staff ul.staff_lists li.staff_list:last-child{
	margin-bottom: 0;
}
section.staff ul.staff_lists li.staff_list p.item{
	font-size: 40px;
	color: #000000;
	font-weight: 900;
	line-height: 1.2;
	font-style: italic;
	padding: 64px 0;
	background-image: url('../images/achievements01_598_60.webp'), url('../images/achievements01_598_60.webp');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 598px;
	margin-bottom: 8px;
}
section.staff ul.staff_lists li.staff_list .thm{
	width: 179px;
}
section.staff ul.staff_lists li.staff_list .thm img{
	display: block;
	width: 179px;
	height: calc(179px * (237/179));
}
section.staff ul.staff_lists li.staff_list .txts{
	width: calc(100% - 179px);
	padding-left: 28px;
}
section.staff ul.staff_lists li.staff_list .txts p.name,
section.staff ul.staff_lists li.staff_list .txts p.message{
	color: #181818;
	font-weight: 600;
	line-height: 1.5;
}
section.staff ul.staff_lists li.staff_list .txts p.name{
	font-size: 46px;
	margin-bottom: 12px;
}
section.staff ul.staff_lists li.staff_list .txts p.message{
	font-size: 28px;
}
@media screen and (max-width: 750px){
	section.staff{
		padding: 6.67vw 0 2.67vw 0;
	}
	section.staff .ttl{
		margin-bottom: 4.27vw;
	}
	section.staff .ttl p:nth-child(1){
		font-size: 5.33vw;
	}
	section.staff .ttl p:nth-child(2){
		font-size: 11.07vw;
	}
	section.staff ul.staff_lists{
		padding: 4.27vw 3.73vw;
	}
	section.staff ul.staff_lists li.staff_list{
		margin-bottom: 3.73vw;
	}
	section.staff ul.staff_lists li.staff_list p.item{
		font-size: 5.33vw;
		padding: 8.53vw 0;
		background-size: 79.73vw;
		margin-bottom: 1.07vw;
	}
	section.staff ul.staff_lists li.staff_list .thm{
		width: 23.87vw;
	}
	section.staff ul.staff_lists li.staff_list .thm img{
		width: 23.87vw;
		height: calc(23.87vw * (237/179));
	}
	section.staff ul.staff_lists li.staff_list .txts{
		width: calc(100% - 23.87vw);
		padding-left: 3.73vw;
	}
	section.staff ul.staff_lists li.staff_list .txts p.name{
		font-size: 6.13vw;
		margin-bottom: 1.6vw;
	}
	section.staff ul.staff_lists li.staff_list .txts p.message{
		font-size: 3.73vw;
	}
}





/**
 * check
 */
section.check{
	padding: 84px 0 72px 0;
	background-image: url(../images/mvbg_750_1020.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.check p.ttl{
	font-size: 55px;
	color: #fff;
	font-weight: 900;
	line-height: 1.2;
	text-shadow: rgba(32, 32, 32, 0.42) 0 0 9px;
	margin-bottom: 16px;
}
section.check p.ttl span.yellow{
	color: #fcf900;
}
section.check p.message{
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 56px;
}
section.check ul.check_lists li.check_list{
	margin-bottom: 20px;
}
section.check ul.check_lists li.check_list:last-child{
	margin-bottom: 0;
}
section.check ul.check_lists li.check_list p{
	padding-left: calc(40px + 20px);
	font-size: 38px;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1.2;
}
section.check ul.check_lists li.check_list p:before,
section.check ul.check_lists li.check_list p:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
}
section.check ul.check_lists li.check_list p:before{
	transform: translate(0, -50%);
	outline: 4px solid #fff;
	border-radius: 1px;
}
section.check ul.check_lists li.check_list p:after{
	transform: translate(0, -50%) scale(0);
	background-image: url('../images/check01_40_40.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .4s;
}
section.check ul.check_lists li.check_list p.act:after{
	transform: translate(0, -50%) scale(1);
}
section.check .contact{
	margin-top: 64px;
}
section.check .contact p:nth-child(1){
}
section.check .contact p:nth-child(1) span.block{
	display: block;
	font-size: 63px;
	color: #fff;
	font-weight: 900;
	line-height: 1.5;
	font-style: italic;
	text-shadow: rgba(32, 32, 32, 0.42) 0 0 9px;
}
section.check .contact p:nth-child(1) span.block.yellow{
	color: #fcf900;
}
section.check .contact p:nth-child(1) span.block span.small{
	font-size: 46px;
}
section.check .contact p:nth-child(1) span.block.flex{
	display: flex;
}
section.check .contact p:nth-child(1) span.block.flex span{
	display: block;
}
section.check .contact p:nth-child(1) span.block.flex span:before{
	position: absolute;
	content: '';
	top: 8px;
	left: calc(50% + 16px);
	transform: translate(-50%, calc(-100% + 40px)) scale(0);
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 0 9px 0 rgba(32, 32, 32, 0.42);
	transition: .2s;
}
section.check .contact p:nth-child(1) span.block.flex span.act:before{
	transform: translate(-50%, -100%) scale(1);
}
section.check .contact p:nth-child(2){
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	line-height: 1.3;
	text-shadow: rgba(32, 32, 32, 0.42) 0 0 9px;
}
@media screen and (max-width: 750px){
	section.check{
		padding: 11.2vw 0 9.6vw 0;
	}
	section.check p.ttl{
		font-size: 7.33vw;
		text-shadow: rgba(32, 32, 32, 0.42) 0 0 1.2vw;
		margin-bottom: 2.13vw;
	}
	section.check p.message{
		font-size: 4.27vw;
		margin-bottom: 7.47vw;
	}
	section.check ul.check_lists li.check_list{
		margin-bottom: 2.67vw;
	}
	section.check ul.check_lists li.check_list p{
		padding-left: calc(5.33vw + 2.67vw);
		font-size: 5.07vw;
	}
	section.check ul.check_lists li.check_list p:before,
	section.check ul.check_lists li.check_list p:after{
		width: 5.33vw;
		height: 5.33vw;
	}
	section.check ul.check_lists li.check_list p:before{
		outline: 0.53vw solid #fff;
	}
	section.check .contact{
		margin-top: 8.53vw;
	}
	section.check .contact p:nth-child(1) span.block{
		font-size: 8.4vw;
		text-shadow: rgba(32, 32, 32, 0.42) 0 0 1.2vw;
	}
	section.check .contact p:nth-child(1) span.block span.small{
		font-size: 6.13vw;
	}
	section.check .contact p:nth-child(1) span.block.flex span:before{
		top: 1.07vw;
		left: calc(50% + 2.13vw);
		transform: translate(-50%, calc(-100% + 5.33vw)) scale(0);
		width: 2.67vw;
		height: 2.67vw;
		box-shadow: 0 0 1.2vw 0 rgba(32, 32, 32, 0.42);
	}
	section.check .contact p:nth-child(2){
		font-size: 5.33vw;
		text-shadow: rgba(32, 32, 32, 0.42) 0 0 1.2vw;
	}
}





/**
 * faq
 */
section.faq{
	padding: 64px 0;
}
section.faq p.ttl{
	padding: 36px 0;
	background-image: url('../images/merit01_611_16.webp'), url('../images/merit02_611_16.webp');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 611px;
	margin-bottom: 69px;
}
section.faq p.ttl span{
	display: block;
	font-size: 57px;
	color: #000000;
	font-weight: 900;
	line-height: 1.2;
}
section.faq ul.faq_lists li.faq_list{
	margin-bottom: 16px;
}
section.faq ul.faq_lists li.faq_list:last-child{
	margin-bottom: 0;
}
section.faq ul.faq_lists li.faq_list dl{
	padding: 28px 16px;
	box-shadow: 0 0 24px 0 rgba(32, 32, 32, 0.15);
}
section.faq ul.faq_lists li.faq_list dl dt p{
	font-size: 36px;
	color: #181818;
	font-weight: 600;
	line-height: 1.5;
	padding: 18px calc(12px + 36px) 18px calc(12px + 91px);
	cursor: pointer;
}
section.faq ul.faq_lists li.faq_list dl dt p:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 91px;
	height: 91px;
	background-color: #70161c;
	background-image: url('../images/faq01_91_91.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
}
section.faq ul.faq_lists li.faq_list dl dt p:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 36px;
	height: calc(36px * (18/36));
	background-image: url('../images/faq02_36_18.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .4s;
}
section.faq ul.faq_lists li.faq_list dl dt p.act:after{
	transform: translate(0, -50%) rotate(180deg);
}
section.faq ul.faq_lists li.faq_list dl dd{
	padding-top: 20px;
}
section.faq ul.faq_lists li.faq_list dl dd p{
	font-size: 26px;
	color: #181818;
	font-weight: 600;
	line-height: 1.6;
	padding: 20px 32px;
	background-color: #e0e0e0;
}
@media screen and (max-width: 750px){
	section.faq{
		padding: 8.53vw 0;
	}
	section.faq p.ttl{
		padding: 4.8vw 0;
		background-size: 81.47vw;
		margin-bottom: 9.2vw;
	}
	section.faq p.ttl span{
		font-size: 7.6vw;
	}
	section.faq ul.faq_lists li.faq_list{
		margin-bottom: 2.13vw;
	}
	section.faq ul.faq_lists li.faq_list dl{
		padding: 3.73vw 2.13vw;
		box-shadow: 0 0 3.2vw 0 rgba(32, 32, 32, 0.15);
	}
	section.faq ul.faq_lists li.faq_list dl dt p{
		font-size: 4.8vw;
		padding: 2.4vw calc(1.6vw + 4.8vw) 2.4vw calc(1.6vw + 12.13vw);
	}
	section.faq ul.faq_lists li.faq_list dl dt p:before{
		width: 12.13vw;
		height: 12.13vw;
	}
	section.faq ul.faq_lists li.faq_list dl dt p:after{
		width: 4.8vw;
		height: calc(4.8vw * (18/36));
	}
	section.faq ul.faq_lists li.faq_list dl dd{
		padding-top: 2.67vw;
	}
	section.faq ul.faq_lists li.faq_list dl dd p{
		font-size: 3.47vw;
		padding: 2.67vw 4.27vw;
	}
}





/**
 * footer
 */
footer{
	padding: 64px 0;
}
footer ul.link_lists{
	margin-bottom: 24px;
}
footer ul.link_lists li.link_list{
	margin-right: 24px;
}
footer ul.link_lists li.link_list:last-child{
	margin-right: 0;
}
footer ul.link_lists li.link_list a{
	display: block;
	font-size: 24px;
	font-weight: 500;
	text-decoration: underline;
}
footer p.biz span,
footer p.copyright span{
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	margin-right: calc(20px * (1/2));
}
footer p.biz span:last-child,
footer p.copyright span:last-child{
	margin-right: 0;
}
@media screen and (max-width: 750px){
	footer{
		padding: 8.53vw 0;
	}
	footer ul.link_lists{
		margin-bottom: 3.2vw;
	}
	footer ul.link_lists li.link_list{
		margin-right: 3.2vw;
	}
	footer ul.link_lists li.link_list a{
		font-size: 3.2vw;
	}
	footer p.biz span,
	footer p.copyright span{
		font-size: 2.67vw;
		margin-right: calc(2.67vw * (1/2));
	}
}





/**
 * cta02
 */
section.cta .campaign .cta02,
section.cta .campaign .cta02 img{
	height: calc(722px * (191/722));
}
section.cta .campaign .cta02 img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.cta .campaign .cta02 img{
	width: 722px;
}
section.cta .campaign .cta02{
	margin-bottom: 0;
}
@media screen and (max-width: 750px){
	section.cta .campaign .cta02,
	section.cta .campaign .cta02 img{
		height: calc(96.27vw * (191/722));
	}
	section.cta .campaign .cta02 img{
		width: 96.27vw;
	}
}




/*家具*/

section.mv.furniture .contents .mv01 img{
	width: 723px;
}
section.mv.furniture .contents .mv01, section.mv.furniture .contents .mv01 img {
	height: calc(723px * (79/723));
}
section.mv.furniture .contents .mv02 img{
	width: 345px;
	transform: unset;
	top: 0;
	left: calc(50% - -10px);
}
section.mv.furniture .contents .mv02, section.mv.furniture .contents .mv02 img {
	height: calc(345px * (527/345));
}

section.mv.furniture {
    padding-top: 80px;
    padding-bottom: 290px;
    background-image: url(../images/mvbg_750_1004.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 750px;
}
section.mv.furniture .mv06 {
    position: absolute;
    bottom: 64px;
    right: 0;
    width: 750px;
    height: calc(750px * (352 / 750));
    background-image: url(../images/mv06_750_352.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mv07{
	width: 708px;
	height: calc(708px * (116 / 708));
	position: absolute;
	top: calc(50% - -366px);
	background-image: url(../images/mv03_708_116.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*genre*/
section.genre .bg{
	background-image: url(../images/genre_bg_750_1600.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 40px 30px 48px 30px;
}
section.genre .wrap{
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
}
section.genre .wrap .ttl{
	font-size: 48px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 14px;
	font-weight: bold;
}
section.genre .wrap .ttl span{
	color: #930a0a;
}
section.genre .wrap .yellow{
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
	font-weight: 700;
}
section.genre .wrap ul{
	margin: 0 8px;
}
section.genre .wrap ul li{
	width: 335px;
	font-size: 30px;
	font-weight: 900;
	padding: 15px 0;
	background-image: url(../images/genre_li_335_93.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin-bottom: 10px;
}
section.genre .wrap .add{
	font-size: 28px;
	font-weight: 900;
	line-height: 1.5;
	width: 644px;
	margin: 0 auto;
}

section.maker .add{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin: 38px auto 0 auto;
}
section.award.short{
	padding: 12px 0 ;
}


@media screen and (max-width: 750px){
	section.mv.furniture .contents .mv01 img{
		width: 96.4vw;
	}
	section.mv.furniture .contents .mv01, section.mv.furniture .contents .mv01 img {
		height: calc(96.4vw * (79/723));
	}
	section.mv.furniture .contents .mv02 img{
		width: 46vw;
		left: calc(50% - -1.33vw);
	}
	section.mv.furniture .contents .mv02, section.mv.furniture .contents .mv02 img {
		height: calc(46vw * (527/345));
	}

	section.mv.furniture {
	    padding-top: 10.67vw;
	    padding-bottom: 38.67vw;
	    background-size: 100vw;
	}
	section.mv.furniture .mv06 {
	    bottom: 8.53vw;
	    width: 100vw;
	    height: calc(100vw * (352 / 750));
	}
	.mv07{
		width: 94.4vw;
		height: calc(94.4vw * (116 / 708));
		top: calc(50% - -48.8vw);
	}

	/*genre*/
	section.genre .bg{
		width: 100%;
		padding: 5.33vw 4vw 6.4vw 4vw;
	}
	section.genre .wrap{
		width: 100%;
		padding: 5.33vw 0;
	}
	section.genre .wrap .ttl{
		font-size: 6.4vw;
		margin-bottom: 1.87vw;
	}
	section.genre .wrap .yellow{
		font-size: 4.67vw;
		margin-bottom: 2.67vw;
	}
	section.genre .wrap ul{
		margin: 0 1.67vw;
	}
	section.genre .wrap ul li{
		width: 44vw;
		font-size: 4vw;
		padding: 2vw 0;
		margin-bottom: 1.33vw;
	}
	section.genre .wrap .add{
		font-size: 3.73vw;
		width: 85.86vw;
	}
	section.maker .add{
		font-size: 3.73vw;
		margin: 5.07vw auto 0 auto;
	}
	section.award.short{
		padding: 1.6vw 0;
	}
}


/*家電*/
section.mv.electronics .mv06 {
    position: absolute;
    bottom: -82px;
    right: 0;
    width: 713px;
    height: calc(713px * (488 / 713));
    background-image: url(../images/mv06_713_488.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px){
	section.mv.electronics .mv06 {
	    bottom: -10.93vw;
	    width: 95.07vw;
	    height: calc(95.07vw * (488 / 713));
	}
}




/*修正*/
.add_logo{
	display: block;
	width: 480px;
	height: 74px;
	margin: 0 auto 20px auto;
}
section.merit p.ttl span:nth-child(2){
	font-size: 53px;
	color: #900000;
}
section.merit p.ttl span:nth-child(3){
	font-size: 57px;
	color: #000000;
}

section.achievements .ttl p:nth-child(2){
	font-size: 57px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
section.achievements .ttl p:nth-child(3){
	font-size: 36px;
}
section.achievements .ttl p:nth-child(3) span.yellowline span{
	color: #fff;
	transition: .4s;
}
section.achievements .ttl p:nth-child(3) span.yellowline.act span{
	color: #000000;
}
.a_mv_add{
	position: absolute;
	display: block;
	width: 398px;
	height: calc(398px * (73 / 398));
	top: calc(50% - -100px);
	left: calc(50% - 40px);
}

@media screen and (max-width: 750px){
	.add_logo{
		width: 64vw;
		height: 9.86vw;
		margin: 0 auto 2.66vw auto;
	}
	section.merit p.ttl span:nth-child(2){
		font-size: 7.06vw;
	}
	section.merit p.ttl span:nth-child(3){
		font-size: 7.6vw;
	}

	section.achievements .ttl p:nth-child(2){
		font-size: 7.6vw;
		margin-bottom: 2.66vw;
	}
	section.achievements .ttl p:nth-child(3){
		font-size: 4.8vw;
	}
	.a_mv_add{
		width: 53.06vw;
		height: calc(53.06vw * (73 / 398));
		top: calc(50% - -13.33vw);
		left: calc(50% - 5.33vw);
	}

}

/*修正2*/
.more_txt{
	font-size: 32px;
    color: #fff;
    font-weight: 900;
    line-height: 1.4;
    margin-top: 90px;
    position: relative;
}
.more_txt:before,
.more_txt:after{
	position: absolute;
	content: '';
	width: 4px;
	height: 100px;
	background-color: #fff;
	top: calc(50% - 50px);
	left: calc(50% - -170px);
	transform: rotate(30deg);
	border-radius: 12px;
}
.more_txt:after{
	top: calc(50% - 50px);
	left: calc(50% - 170px);
	transform: rotate(-30deg);
}
.more_txt span.yellowline span{
	color: #fff;
	transition: .3s;
}
.more_txt span.yellowline.act span{
	color: #000;
}



@media screen and (max-width: 750px){
	.more_txt{
		font-size: 4.26vw;
	    margin-top: 12vw;
	}
	.more_txt:before,
	.more_txt:after{
		width: 0.53vw;
		height: 13.33vw;
		top: calc(50% - 6.66vw);
		left: calc(50% - -22.66vw);
		border-radius: 1.6vw;
	}
	.more_txt:after{
		top: calc(50% - 6.66vw);
		left: calc(50% - 22.66vw);
	}
}




