@charset "UTF-8";

:root {

	/* 基本色 */
	--primary-color: #8B82B7;  /* メインカラー */
	--secondary-color: #6B72F1; /* サブカラー */
	--accent-color: #B69541;   /* アクセントカラー */
	--accent-color2: #D8A4AE;   /* アクセントカラー */
	--accent-color3: #77BCBC;   /* アクセントカラー */

	/* 薄めたバリエーション */
	--primary-color-light: #B9B4D4;   /* メインカラー（薄め） */
	--secondary-color-light: #6b72f1; /* サブカラー（薄め） */

}

html,
body {
	width: 100%;
}

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

body {
	position: relative;
	color: #313131;
	background-color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	font-weight: 400;
	line-height: 2.25;
	margin: 0 auto;
	font-family: "Noto Sans JP", serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	overflow-x: hidden;
}

body.open {
	overflow: hidden;
}

address {
	font-style: normal;
}


.mb0 {
	margin-bottom: 0 !important;
}

@media (min-width: 1001px) {
	.mb5 {
		margin-bottom: 5px !important;
	}
}

@media (max-width: 1000px) {
	.mb5 {
		margin-bottom: 0.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb10 {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 1000px) {
	.mb10 {
		margin-bottom: 1.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb15 {
		margin-bottom: 15px !important;
	}
}

@media (max-width: 1000px) {
	.mb15 {
		margin-bottom: 2vw !important;
	}
}

@media (min-width: 1001px) {
	.mb20 {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 1000px) {
	.mb20 {
		margin-bottom: 2.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb25 {
		margin-bottom: 25px !important;
	}
}

@media (max-width: 1000px) {
	.mb25 {
		margin-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb30 {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 1000px) {
	.mb30 {
		margin-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb35 {
		margin-bottom: 35px !important;
	}
}

@media (max-width: 1000px) {
	.mb35 {
		margin-bottom: 4.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb40 {
		margin-bottom: 40px !important;
	}
}

@media (max-width: 1000px) {
	.mb40 {
		margin-bottom: 5.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb45 {
		margin-bottom: 45px !important;
	}
}

@media (max-width: 1000px) {
	.mb45 {
		margin-bottom: 6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb50 {
		margin-bottom: 50px !important;
	}
}

@media (max-width: 1000px) {
	.mb50 {
		margin-bottom: 6.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb55 {
		margin-bottom: 55px !important;
	}
}

@media (max-width: 1000px) {
	.mb55 {
		margin-bottom: 7.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb60 {
		margin-bottom: 60px !important;
	}
}

@media (max-width: 1000px) {
	.mb60 {
		margin-bottom: 8vw !important;
	}
}

@media (min-width: 1001px) {
	.mb65 {
		margin-bottom: 65px !important;
	}
}

@media (max-width: 1000px) {
	.mb65 {
		margin-bottom: 8.7vw !important;
	}
}

@media (min-width: 1001px) {
	.mb70 {
		margin-bottom: 70px !important;
	}
}

@media (max-width: 1000px) {
	.mb70 {
		margin-bottom: 9.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb75 {
		margin-bottom: 75px !important;
	}
}

@media (max-width: 1000px) {
	.mb75 {
		margin-bottom: 10vw !important;
	}
}

@media (min-width: 1001px) {
	.mb80 {
		margin-bottom: 80px !important;
	}
}

@media (max-width: 1000px) {
	.mb80 {
		margin-bottom: 10.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb85 {
		margin-bottom: 88px !important;
	}
}

@media (max-width: 1000px) {
	.mb85 {
		margin-bottom: 11.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb90 {
		margin-bottom: 90px !important;
	}
}

@media (max-width: 1000px) {
	.mb90 {
		margin-bottom: 12vw !important;
	}
}

@media (min-width: 1001px) {
	.mb100 {
		margin-bottom: 100px !important;
	}
}

@media (max-width: 1000px) {
	.mb100 {
		margin-bottom: 13.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb110 {
		margin-bottom: 110px !important;
	}
}

@media (max-width: 1000px) {
	.mb110 {
		margin-bottom: 14.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb120 {
		margin-bottom: 120px !important;
	}
}

@media (max-width: 1000px) {
	.mb120 {
		margin-bottom: 16vw !important;
	}
}

@media (min-width: 1001px) {
	.mb130 {
		margin-bottom: 130px !important;
	}
}

@media (max-width: 1000px) {
	.mb130 {
		margin-bottom: 17.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb140 {
		margin-bottom: 140px !important;
	}
}

@media (max-width: 1000px) {
	.mb140 {
		margin-bottom: 18.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb150 {
		margin-bottom: 150px !important;
	}
}

@media (max-width: 1000px) {
	.mb150 {
		margin-bottom: 20vw !important;
	}
}

.pb0 {
	padding-bottom: 0 !important;
}

@media (min-width: 1001px) {
	.pb10 {
		padding-bottom: 10px !important;
	}
}

@media (max-width: 1000px) {
	.pb10 {
		padding-bottom: 1.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb15 {
		padding-bottom: 15px !important;
	}
}

@media (max-width: 1000px) {
	.pb15 {
		padding-bottom: 2vw !important;
	}
}

@media (min-width: 1001px) {
	.pb20 {
		padding-bottom: 20px !important;
	}
}

@media (max-width: 1000px) {
	.pb20 {
		padding-bottom: 2.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb25 {
		padding-bottom: 25px !important;
	}
}

@media (max-width: 1000px) {
	.pb25 {
		padding-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb30 {
		padding-bottom: 30px !important;
	}
}

@media (max-width: 1000px) {
	.pb30 {
		padding-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb40 {
		padding-bottom: 40px !important;
	}
}

@media (max-width: 1000px) {
	.pb40 {
		padding-bottom: 5.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb50 {
		padding-bottom: 50px !important;
	}
}

@media (max-width: 1000px) {
	.pb50 {
		padding-bottom: 6.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb60 {
		padding-bottom: 60px !important;
	}
}

@media (max-width: 1000px) {
	.pb60 {
		padding-bottom: 8vw !important;
	}
}

@media (min-width: 1001px) {
	.pb70 {
		padding-bottom: 70px !important;
	}
}

@media (max-width: 1000px) {
	.pb70 {
		padding-bottom: 9.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb80 {
		padding-bottom: 80px !important;
	}
}

@media (max-width: 1000px) {
	.pb80 {
		padding-bottom: 10.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb90 {
		padding-bottom: 90px !important;
	}
}

@media (max-width: 1000px) {
	.pb90 {
		padding-bottom: 12vw !important;
	}
}

@media (min-width: 1001px) {
	.pb100 {
		padding-bottom: 100px !important;
	}
}

@media (max-width: 1000px) {
	.pb100 {
		padding-bottom: 13.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb110 {
		padding-bottom: 110px !important;
	}
}

@media (max-width: 1000px) {
	.pb110 {
		padding-bottom: 14.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb120 {
		padding-bottom: 120px !important;
	}
}

@media (max-width: 1000px) {
	.pb120 {
		padding-bottom: 16vw !important;
	}
}

@media (min-width: 1001px) {
	.pb130 {
		padding-bottom: 130px !important;
	}
}

@media (max-width: 1000px) {
	.pb130 {
		padding-bottom: 17.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb140 {
		padding-bottom: 140px !important;
	}
}

@media (max-width: 1000px) {
	.pb140 {
		padding-bottom: 18.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb150 {
		padding-bottom: 150px !important;
	}
}

@media (max-width: 1000px) {
	.pb150 {
		padding-bottom: 20vw !important;
	}
}

@media (min-width: 1001px) {
	.p15 {
		padding: 0 15px !important;
	}
}

@media (max-width: 1000px) {
	.p15 {
		padding: 0 2vw !important;
	}
}

@media (min-width: 1001px) {
	.pt10 {
		padding-top: 10px !important;
	}
}

@media (max-width: 1000px) {
	.pt10 {
		padding-top: 1.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pt15 {
		padding-top: 15px !important;
	}
}

@media (max-width: 1000px) {
	.pt15 {
		padding-top: 2vw !important;
	}
}

@media (min-width: 1001px) {
	.pt20 {
		padding-top: 20px !important;
	}
}

@media (max-width: 1000px) {
	.pt20 {
		padding-top: 2.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pt30 {
		padding-top: 30px !important;
	}
}

@media (max-width: 1000px) {
	.pt30 {
		padding-top: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pt40 {
		padding-top: 40px !important;
	}
}

@media (max-width: 1000px) {
	.pt40 {
		padding-top: 5.3vw !important;
	}
}

@media (min-width: 1001px) {
	.ls-1 {
		letter-spacing: -1px;
	}
}

@media (min-width: 1001px) {
	.ls-2 {
		letter-spacing: -2px;
	}
}

@media (min-width: 1001px) {
	.ls-3 {
		letter-spacing: -3px;
	}
}

@media (min-width: 1001px) {
	.ls-4 {
		letter-spacing: -4px;
	}
}

@media (min-width: 1001px) {
	.fs10 {
		font-size: 10px;
	}
}

@media (min-width: 1001px) {
	.fs14 {
		font-size: 14px;
	}
}

@media (min-width: 1001px) {
	.fs15 {
		font-size: 15px;
	}
}

@media (min-width: 1001px) {
	.fs16 {
		font-size: 16px;
	}
}

@media (min-width: 1001px) {
	.fs18 {
		font-size: 18px;
	}
}

@media (min-width: 1001px) {
	.fs20 {
		font-size: 20px;
	}
}

@media (min-width: 1001px) {
	.fs24 {
		font-size: 24px;
	}
}

@media (min-width: 1001px) {
	.fs26 {
		font-size: 26px;
	}
}

.mb05em {
	margin-bottom: 0.5em !important;
}

.mb1em {
	margin-bottom: 1em !important;
}

.mb2em {
	margin-bottom: 2em !important;
}

.mb3em {
	margin-bottom: 3em !important;
}

.mb4em {
	margin-bottom: 4em !important;
}

.pb05em {
	padding-bottom: 0.5em !important;
}

.mr0 {
	margin-right: 0 !important;
}

li {
	list-style: none;
}

p {
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
	text-justify: inter-ideograph;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: normal;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

.noborder {
	border: none !important;
}

.nomargin {
	margin: 0 0 !important;
}

.ta_r {
	text-align: right;
}

.ta_c {
	text-align: center;
}

.ta_l {
	text-align: left;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.enfont,
.enfont * {
	font-family: 'Amiko', sans-serif;
	font-weight: 700;
}

a {
	color: unset;
	text-decoration: none;
}

.ib {
	display: inline-block;
}

.mincho {
	font-family: "Noto Serif JP", serif;
}

.en {
	font-family: "Manrope", sans-serif;
}

/*---------------------------------------------------------*/

/* weight */
.light {
	font-weight: 300;
}

.normal {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extrabold {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {
	a {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	img {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	a:active,
	a:hover {
		opacity: 0.7;
	}

	.img_hidden {
		opacity: 0;
		transition: 1s;
	}

	.img_open {
		-moz-animation: imgfade 1s linear 0s 1 normal forwards;
		-webkit-animation: imgfade 1s linear 0s 1 normal forwards;
		-o-animation: imgfade 1s linear 0s 1 normal forwards;
		-ms-animation: imgfade 1s linear 0s 1 normal forwards;
	}

	.img_open.ih2 {
		-moz-animation: imgfade 1s linear 0.3s 1 normal forwards;
		-webkit-animation: imgfade 1s linear 0.3s 1 normal forwards;
		-o-animation: imgfade 1s linear 0.3s 1 normal forwards;
		-ms-animation: imgfade 1s linear 0.3s 1 normal forwards;
	}

	.img_open.ih3 {
		-moz-animation: imgfade 1s linear 0.6s 1 normal forwards;
		-webkit-animation: imgfade 1s linear 0.6s 1 normal forwards;
		-o-animation: imgfade 1s linear 0.6s 1 normal forwards;
		-ms-animation: imgfade 1s linear 0.6s 1 normal forwards;
	}

	.img_open.ih4 {
		-moz-animation: imgfade 1s linear 0.9s 1 normal forwards;
		-webkit-animation: imgfade 1s linear 0.9s 1 normal forwards;
		-o-animation: imgfade 1s linear 0.9s 1 normal forwards;
		-ms-animation: imgfade 1s linear 0.9s 1 normal forwards;
	}

	.img_open.ih5 {
		-moz-animation: imgfade 1s linear 1.2s 1 normal forwards;
		-webkit-animation: imgfade 1s linear 1.2s 1 normal forwards;
		-o-animation: imgfade 1s linear 1.2s 1 normal forwards;
		-ms-animation: imgfade 1s linear 1.2s 1 normal forwards;
	}

	.showup {
		opacity: 0;
		transition: 1s;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
	}

	.upview {
		-moz-animation: showup 0.6s linear 0s 1 normal forwards;
		-webkit-animation: showup 0.6s linear 0s 1 normal forwards;
		-o-animation: showup 0.6s linear 0s 1 normal forwards;
		-ms-animation: showup 0.6s linear 0s 1 normal forwards;
	}

	.upview.uv2 {
		-moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
		-webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
		-o-animation: showup 0.6s linear 0.3s 1 normal forwards;
		-ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
	}

	.upview.uv3 {
		-moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
		-webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
		-o-animation: showup 0.6s linear 0.6s 1 normal forwards;
		-ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
	}

	.upview.uv4 {
		-moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
		-webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
		-o-animation: showup 0.6s linear 0.9s 1 normal forwards;
		-ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
	}

	.upview.uv5 {
		-moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
		-webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
		-o-animation: showup 0.6s linear 1.2s 1 normal forwards;
		-ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
	}

	.showdown {
		opacity: 0;
		transition: 1s;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
	}

	.downview {
		-moz-animation: showdown 0.6s linear 0s 1 normal forwards;
		-webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
		-o-animation: showdown 0.6s linear 0s 1 normal forwards;
		-ms-animation: showdown 0.6s linear 0s 1 normal forwards;
	}

	.downview.dv2 {
		-moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
		-webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
		-o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
		-ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
	}

	.downview.dv3 {
		-moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
		-webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
		-o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
		-ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
	}

	.downview.dv4 {
		-moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
		-webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
		-o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
		-ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
	}

	.showleft {
		opacity: 0;
		transition: 1s;
		transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
	}

	.leftview {
		-moz-animation: showleft 1s linear 0s 1 normal forwards;
		-webkit-animation: showleft 1s linear 0s 1 normal forwards;
		-o-animation: showleft 1s linear 0s 1 normal forwards;
		-ms-animation: showleft 1s linear 0s 1 normal forwards;
	}

	.showright {
		opacity: 0;
		transition: 1s;
		transform: translateX(20px);
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
	}

	.rightview {
		-moz-animation: showright 1s linear 0s 1 normal forwards;
		-webkit-animation: showright 1s linear 0s 1 normal forwards;
		-o-animation: showright 1s linear 0s 1 normal forwards;
		-ms-animation: showright 1s linear 0s 1 normal forwards;
	}

	.showblur {
		opacity: 0;
		filter: blur(25px);
		transition: 1s;
	}

	.showblur.showblur--late {
		-moz-animation-duration: 3s;
		-webkit-animation-duration: 3s;
		-o-animation-duration: 3s;
		-ms-animation-duration: 3s;
		animation-duration: 3s;
	}

	.blurview {
		-moz-animation: showblur 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards ;
		-webkit-animation: showblur 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards ;
		-o-animation: showblur 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards ;
		-ms-animation: showblur 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards ;
	}

	.for_sp {
		display: none !important;
	}

	.for_tab {
		display: none !important;
	}

	.for_nw {
		display: none !important;
	}

	.tab .for_pcnotab {
		display: none !important;
	}

	.tab .for_tab {
		display: inline !important;
	}

	.wrap,
	#page {
		width: 100%;
		position: relative;
	}

	.pc_sidepadding {
		padding: 0 3%;
	}

	/* common
	---------------------------------------------------------------------- */
	.mainw,
	.mainw_pc {
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.w900 {
		max-width: 900px;
		margin: 0 auto;
	}

	.w1000 {
		max-width: 1000px;
		margin: 0 auto;
	}

	.w1100 {
		max-width: 1100px;
		margin: 0 auto;
	}

	.w1600 {
		max-width: 1600px;
		margin: 0 auto;
	}

	.anchor {
		margin-top: -100px;
		padding-top: 100px;
	}

	.cflex {
		display: flex;
	}

	.img100 {
		width: 100%;
	}

	.img100 img {
		width: 100%;
	}

	.ui-state-default:hover,
	.ui-widget-content .ui-state-default:hover,
	.ui-widget-header .ui-state-default:hover {
		background: #000;
		color: #FFF;
	}

	/* keyframe
	---------------------------------------------------------------------- */
	@-moz-keyframes imgfade {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes imgfade {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-o-keyframes imgfade {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes imgfade {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(20px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-webkit-keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(20px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-o-keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(20px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-ms-keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(20px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-moz-keyframes showdown {
		0% {
			opacity: 0;
			transform: translateY(-20px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-webkit-keyframes showdown {
		0% {
			opacity: 0;
			transform: translateY(-20px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-o-keyframes showdown {
		0% {
			opacity: 0;
			transform: translateY(-20px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-ms-keyframes showdown {
		0% {
			opacity: 0;
			transform: translateY(-20px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-moz-keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-webkit-keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-o-keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-ms-keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-moz-keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-webkit-keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-o-keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-ms-keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(20px);
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes showblur {
        0% {
            filter: blur(25px);
            opacity: 0;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }

        100% {
            filter: blur(0);
            opacity: 1;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }
	}

	@-webkit-keyframes showblur {
        0% {
            filter: blur(25px);
            opacity: 0;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }

        100% {
            filter: blur(0);
            opacity: 1;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }
	}

	@-o-keyframes showblur {
        0% {
            filter: blur(25px);
            opacity: 0;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }

        100% {
            filter: blur(0);
            opacity: 1;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }
	}

	@-ms-keyframes showblur {
        0% {
            filter: blur(25px);
            opacity: 0;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }

        100% {
            filter: blur(0);
            opacity: 1;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }
	}
	
}

/* End @media (min-width: 1001px) */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	html {
		font-size: calc(100vw / 75);
	}

	body {
		font-size: 2.8rem;
		line-height: 2.25;
	}

	a {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	img {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	a:active,
	a:hover {
		opacity: 0.7;
	}

	.ls-1 {
		letter-spacing: -1px;
	}

	.ls-2 {
		letter-spacing: -2px;
	}

	.ls-3 {
		letter-spacing: -3px;
	}

	.ls-4 {
		letter-spacing: -4px;
	}

	.fs10 {
		font-size: 3vw;
	}

	.fs14,
	.fs15 {
		font-size: 3.4vw;
	}

	.fs16 {
		font-size: 3.7vw;
	}

	.fs24 {
		font-size: 4vw;
	}

	.fs26 {
		font-size: 5vw;
	}

	.wrap,
	#page {
		width: 100%;
		position: relative;
	}

	.for_pc {
		display: none !important;
	}

	.for_tab {
		display: none;
	}

	.for_pcnotab {
		display: none !important;
	}

	.for_nw {
		display: none !important;
	}

	.cf_s:before,
	.cf_s:after {
		content: "";
		display: table;
	}

	.cf_s:after {
		clear: both;
	}

	.cf_s {
		zoom: 1;
	}

	.showup {
		opacity: 0;
		transition: 1s;
		transform: translateY(4vw);
		-webkit-transform: translateY(4vw);
		-moz-transform: translateY(4vw);
		-ms-transform: translateY(4vw);
		-o-transform: translateY(4vw);
	}

	.upview {
		-moz-animation: showup 1s linear 0s 1 normal forwards;
		-webkit-animation: showup 1s linear 0s 1 normal forwards;
		-o-animation: showup 1s linear 0s 1 normal forwards;
		-ms-animation: showup 1s linear 0s 1 normal forwards;
	}

	.showdown {
		opacity: 0;
		transition: 1s;
		transform: translateY(-4vw);
		-webkit-transform: translateY(-4vw);
		-moz-transform: translateY(-4vw);
		-ms-transform: translateY(-4vw);
		-o-transform: translateY(-4vw);
	}

	.downview {
		-moz-animation: showup 1s linear 0s 1 normal forwards;
		-webkit-animation: showup 1s linear 0s 1 normal forwards;
		-o-animation: showup 1s linear 0s 1 normal forwards;
		-ms-animation: showup 1s linear 0s 1 normal forwards;
	}

	.showleft {
		opacity: 0;
		transition: 1s;
		transform: translateX(-4vw);
		-webkit-transform: translateX(-4vw);
		-moz-transform: translateX(-4vw);
		-ms-transform: translateX(-4vw);
		-o-transform: translateX(-4vw);
	}

	.leftview {
		-moz-animation: showleft 1s linear 0s 1 normal forwards;
		-webkit-animation: showleft 1s linear 0s 1 normal forwards;
		-o-animation: showleft 1s linear 0s 1 normal forwards;
		-ms-animation: showleft 1s linear 0s 1 normal forwards;
	}

	.showright {
		opacity: 0;
		transition: 1s;
		transform: translateX(4vw);
		-webkit-transform: translateX(4vw);
		-moz-transform: translateX(4vw);
		-ms-transform: translateX(4vw);
		-o-transform: translateX(4vw);
	}

	.rightview {
		-moz-animation: showright 1s linear 0s 1 normal forwards;
		-webkit-animation: showright 1s linear 0s 1 normal forwards;
		-o-animation: showright 1s linear 0s 1 normal forwards;
		-ms-animation: showright 1s linear 0s 1 normal forwards;
	}

	.showblur {
		opacity: 0;
		filter: blur(25px);
		transition: 1s;
	}

	.showblur.showblur--late {
		-moz-animation-duration: 3s;
		-webkit-animation-duration: 3s;
		-o-animation-duration: 3s;
		-ms-animation-duration: 3s;
		animation-duration: 3s;
	}

	.blurview {
		-moz-animation: showblur 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards ;
		-webkit-animation: showblur 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards ;
		-o-animation: showblur 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards ;
		-ms-animation: showblur 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards ;
	}

	/* common
	---------------------------------------------------------------------- */
	.mainw,
	.w1600 {
		width: 88vw;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.w950 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.anchor {
		margin-top: -20vw;
		padding-top: 20vw;
	}

	/* keyframe
	---------------------------------------------------------------------- */
	@-moz-keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-webkit-keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-o-keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-ms-keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-moz-keyframes txtfade {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-webkit-keyframes txtfade {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-o-keyframes txtfade {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-ms-keyframes txtfade {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-moz-keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-webkit-keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-o-keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-ms-keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-moz-keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-webkit-keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-o-keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-ms-keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(20px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@-moz-keyframes showblur {
        0% {
            filter: blur(25px);
            opacity: 0;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }

        100% {
            filter: blur(0);
            opacity: 1;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }
	}

	@-webkit-keyframes showblur {
        0% {
            filter: blur(25px);
            opacity: 0;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }

        100% {
            filter: blur(0);
            opacity: 1;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }
	}

	@-o-keyframes showblur {
        0% {
            filter: blur(25px);
            opacity: 0;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }

        100% {
            filter: blur(0);
            opacity: 1;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }
	}

	@-ms-keyframes showblur {
        0% {
            filter: blur(25px);
            opacity: 0;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }

        100% {
            filter: blur(0);
            opacity: 1;
            perspective: 1000;
            -webkit-perspective: 1000;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden
        }
	}

}

/* End @media (max-width:1000px) */