@charset "utf-8";
/***************************************************************************************************
	page.css
***************************************************************************************************/
/* @import url('mv.css'); */
/*
*/
#page_top {
  width: 100%;
  height: 100%;
}
/*
*/
#header {
	opacity: 0;
  animation:header_kf_1 1s ease .2s 1 normal both;
	position: absolute;
}
@keyframes header_kf_1 {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}
/*
*/
#page_top .blk_1 {
	width:100%;
	/* height: calc(100% - 240px); */
	height: 100%;
  max-height: 1000px;
	min-height: 780px;
	z-index: 1;
	overflow: hidden;
	padding:190px 0 30px 0;
}
/*  */
#page_top .blk_1_1 {
	width:100%;
	height: 100%;
	/* padding:0 .3vw; */
}
/*  */
#page_top .blk_1_2 {
  position: absolute;
	width:96%;
	max-width: var(--max_wid_1);
	margin: auto;
	z-index: 10;
  left:50%;
  top:77.5%;
  transform: translateX(-50%);
}
#page_top .blk_1_2 p {
	position: absolute;
	width:190px;
	height: 190px;
	border: 4px solid #ffffff;
	background-color: #F4AB00;
	border-radius: 50%;
	overflow: hidden;
	left:calc(10% - 95px);
	top:-95px;
}
#page_top .blk_1_2 p a {
	display: block;
	width: 100%;
	height: 100%;
}
#page_top .blk_1_2 p {
	pointer-events: none;
  animation:blk_1_kf_1 .6s cubic-bezier(0.175, 0.885, 0.320, 1.275) 2s 1 normal both;
}
@keyframes blk_1_kf_1 {
  0%   {opacity: 0; transform:scale(.2);}
  100% {opacity: 1; transform:scale(1); pointer-events: auto;}
}
#page_top .blk_1_2 p a img {
	display: block;
	width: 100%;
	height: auto;
}
/*
*/
#page_top .blk_2 {
  width: 100%;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;
	z-index: 2;

  animation:blk_2_kf_1 1s ease-out 0s 1 normal both;

	margin-top: -20px;
}
@keyframes blk_2_kf_1 {
  0%   {opacity:0;}
  100% {opacity:1;}
}
#page_top .blk_2::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	left:0;
	top:-50px;

	background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;

	transform-origin: 50% 0;

  animation:bk_mask_kf_1 1s ease-out 0s 1 normal both;
}
@keyframes bk_mask_kf_1 {
  0%   {
		top:-25px;
		mask-position: calc(50% - 300px) 0;
		-webkit-mask-position: calc(50% - 300px) 0;
	}
  100% {
		top:-50px;
		mask-position: 50% 0;
		-webkit-mask-position: 50% 0;
	}
}
#page_top .blk_2 > div {
	width: 100%;
	z-index: 2;
	overflow: hidden;
}
/*  */
#page_top .blk_2_1 {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
	padding:120px 0 80px 0;
}
#page_top .blk_2_1::before {
	position: absolute;
	display: block;
	content: 'WHAT’S NEW';
  left:100%;
  top:20px;
  font-family: 'Montserrat', sans-serif; 
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  color:#198BA8;
  opacity: .25;
  white-space: nowrap;
	transform: translate(-100%, 50px);
}
#page_top .blk_2_1.tgt_nm_psa::before {
	opacity: 0;
	transform: translate(-100%, 50px);
}
#page_top .blk_2_1.tgt_nm_psa.psa_show::before {
  animation:blk_2_kf_3 .6s ease-out 0s 1 normal both;
}
@keyframes blk_2_kf_3 {
	100% {opacity:0; 	transform: translate(-100%, 50px);}
  100% {opacity:.25; 	transform: translate(-100%, 0);}
}
#page_top .blk_2_1 > div {
	width: var(--tgt_wid_1);
	margin: auto;
	display: table;
}
/*  */
#page_top .blk_2_1_1 {
	display: table-cell;
  width:1%;
}
#page_top .blk_2_1_1 h2 span:nth-of-type(1) {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
	white-space: nowrap;
}
#page_top .blk_2_1_1.tgt_nm_psa h2 span:nth-of-type(1) {
	opacity: 0;
	transform:translateX(30px);
}
#page_top .blk_2_1_1.tgt_nm_psa.psa_show h2 span:nth-of-type(1) {
  animation:blk_2_kf_4 .6s ease-out .2s 1 normal both;
}
@keyframes blk_2_kf_4 {
  100% {opacity:1; transform:none;}
}
#page_top .blk_2_1_1 h2 span:nth-of-type(2) {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
  font-family: 'Montserrat', sans-serif; 
  padding:20px 0 0 0;
	white-space: nowrap;
}
#page_top .blk_2_1_1.tgt_nm_psa h2 span:nth-of-type(2) {
	opacity: 0;
	transform:translateX(30px);
}
#page_top .blk_2_1_1.tgt_nm_psa.psa_show h2 span:nth-of-type(2) {
  animation:blk_2_kf_4 .6s ease-out .4s 1 normal both;
}
#page_top .blk_2_1_1 p {
	padding:40px 0 0 0;
}
#page_top .blk_2_1_1.tgt_nm_psa p {
	opacity: 0;
	transform:translateY(20px);
}
#page_top .blk_2_1_1.tgt_nm_psa.psa_show p {
  animation:blk_2_kf_4 .6s ease-out .8s 1 normal both;
}
#page_top .blk_2_1_1 p .gsty_btn_1 {
	width: auto;
	white-space: nowrap;
	padding:0 50px 0 50px;
	height: 70px;
	line-height: 70px;
	font-size:16px;
}
#page_top .blk_2_1_1 p .gsty_btn_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	left:calc(100% - 40px);
	background-size: 10px auto;
}
/*  */
#page_top .blk_2_1_2 {
	display: table-cell;
	text-align: left;
  padding:0 0 0 7%;
}
#page_top .blk_2_1_2.tgt_nm_psa {
	opacity: 0;
	transform:translateY(40px);
}
#page_top .blk_2_1_2.tgt_nm_psa.psa_show {
  animation:blk_2_kf_4 .6s ease-out .8s 1 normal both;
}
#page_top .blk_2_1_2 .blk_news {
	min-height: 200px;
}
#page_top .blk_2_1_2.tgt_nm_psa .blk_news {
	opacity: 0;
	transform:translateY(30px);
}
#page_top .blk_2_1_2.tgt_nm_psa.psa_show .blk_news {
  animation:blk_2_kf_4 .6s ease-out .2s 1 normal both;
}
#page_top .blk_2_1_2 .blk_news ul {
  display: table;
  width: 100%;
  list-style: none;
}
#page_top .blk_2_1_2 .blk_news ul li {
	display: block;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	margin-bottom: 30px;
}
#page_top .blk_2_1_2 .blk_news ul li:last-child {
	border-bottom: none;
}
#page_top .blk_2_1_2 .blk_news ul li p:nth-of-type(1) {
	display: inline-block;
	vertical-align: middle;
}
#page_top .blk_2_1_2 .blk_news ul li p:nth-of-type(1) a {
	display: block;
	white-space: nowrap;
	border: 1px solid #ffffff;
	border-radius: 20px;
	background-color: #42BEDE;
	font-size:13px;
	line-height: 1;
	padding: 7px 20px 6px 20px;
	color:#ffffff;
	font-weight: 700;
}
#page_top .blk_2_1_2 .blk_news ul li p:nth-of-type(2) {
	display: inline-block;
	vertical-align: middle;
	padding:0 0 0 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
	letter-spacing: .1em;
  color:#ffffff;
  font-family: 'Montserrat', sans-serif; 
	white-space: nowrap;
	width: 1%;
}
#page_top .blk_2_1_2 .blk_news ul li p:nth-of-type(3) {
  display: block;
	padding:20px 0;
}
#page_top .blk_2_1_2 .blk_news ul li p:nth-of-type(3) a {
	color:#ffffff;
	font-size:15px;
	line-height: 1.75;
	font-weight: 700;
	word-break: break-all;
}
/*  */
#page_top .blk_2_1 .blk_bk_wave {
	left:50%;
	width: 100vw;
	transform: translate(-50%, 40px);
}
#page_top .blk_2 .blk_bk_wave.tgt_nm_psa {
	opacity: 0;
	transform: translate(-50%, 40px);
}
#page_top .blk_2 .blk_bk_wave.tgt_nm_psa.psa_show {
  animation:blk_2_kf_5 1s ease-out 0s 1 normal both;
}
@keyframes blk_2_kf_5 {
	100% {opacity: .3; transform:translate(-50%, 0);}
}
#page_top .blk_2_1 .blk_bk_wave .bk_1 {
  width: 279px;
	left: -30px;
  top:0;
  background-image: url('../images/bk_3_1.svg');
}
#page_top .blk_2_1 .blk_bk_wave .bk_2 {
  width: 282px;
	left:calc(100% - 180px);
  top:250px;
  background-image: url('../images/bk_3_2.svg');
}
#page_top .blk_2_1 .blk_bk_wave .bk_3 {
  width: 363px;
  left:-100px;
  top:55%;
  background-image: url('../images/bk_3_1.svg');
}
#page_top .blk_2_1 .blk_bk_wave .bk_4 {
  width: 277px;
  left: 55%;
  top:calc(100% - 100px);
  background-image: url('../images/bk_3_1.svg');
}
/*  */
#page_top .blk_2_2 {
	width:100%;
	padding:160px 0 100px 0;

	background-image: url('../images/bk_tex_2.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;
}
#page_top .blk_2_2::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	left:0;
	top:-50px;

	background-image: url('../images/bk_tex_2.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_top .blk_2_2.tgt_nm_psa::before {
  animation:bk_mask_kf_1 1s ease-out 0s 1 normal both;
	animation-play-state:paused;
}
#page_top .blk_2_2.tgt_nm_psa.psa_show::before {
	animation-play-state: running;
}
#page_top .blk_2_2.tgtssleng_0 {
	display: none;
}
#page_top .blk_2_2 > div {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
}
#page_top .blk_2_2 > div::before {
	position: absolute;
	display: block;
	content: 'EFFORT EXAMPLE';
  left:0;
  top:-120px;
  font-family: 'Montserrat', sans-serif; 
  font-size: 130px;
  line-height: 1;
  font-weight: 700;
  color:#cccccc;;
  opacity: .25;
  white-space: nowrap;
}
#page_top .blk_2_2.tgt_nm_psa > div::before {
	opacity:0;
	transform:translateY(40px);
}
#page_top .blk_2_2.tgt_nm_psa.psa_show > div::before {
  animation:blk_5_kf_2 .6s ease-out 0s 1 normal both;
}

#page_top .blk_2_2 > div > section {
	width: var(--tgt_wid_1);
	margin: auto;
	padding:0 0 120px 0;
}
#page_top .blk_2_2 > div > section.ssleng_0 {
	display: none;
}
#page_top .blk_2_2 > div > section h3 span:nth-of-type(1) {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
	white-space: nowrap;
}
#page_top .blk_2_2.tgt_nm_psa > div > section h3 span:nth-of-type(1) {
	opacity: 0;
	transform:translateX(30px);
}
#page_top .blk_2_2.tgt_nm_psa.psa_show > div > section h3 span:nth-of-type(1) {
  animation:blk_2_kf_4 .6s ease-out .2s 1 normal both;
}
@keyframes blk_2_kf_4 {
  100% {opacity:1; transform:none;}
}
#page_top .blk_2_2 > div > section h3 span:nth-of-type(2) {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color:var(--col_1);
  font-family: 'Montserrat', sans-serif; 
  padding:20px 0 0 0;
	white-space: nowrap;
}
#page_top .blk_2_2.tgt_nm_psa > div > section h3 span:nth-of-type(2) {
	opacity: 0;
	transform:translateX(30px);
}
#page_top .blk_2_2.tgt_nm_psa.psa_show > div > section h3 span:nth-of-type(2) {
  animation:blk_2_kf_4 .6s ease-out .4s 1 normal both;
}
/*  */
#page_top .blk_2_2 .blk_exa {
	padding-top:50px;
}
#page_top .blk_2_2.tgt_nm_psa .blk_exa {
	opacity: 0;
	transform:translateY(30px);
}
#page_top .blk_2_2.tgt_nm_psa.psa_show .blk_exa {
	 animation:blk_2_kf_4 .6s ease-out .6s 1 normal both;
}
/*  */
#page_top .blk_2_3 {
	width:100%;
	padding:60px 0 40px 0;
}
#page_top .blk_2_3 > div {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
}
#page_top .blk_2_3 > div > div {
  width:var(--tgt_wid_1);
  min-width: 1000px;
  margin: auto;
  z-index: 2;
}
#page_top .blk_2_3 .banner_weeks {
  width:100%;
  height:330px;
  margin: auto;
  background-image: url('../images/weeks_img_4.jpg');
	background-position: 50% 50%;
	background-size: 1440px auto;
}
#page_top .blk_2_3.tgt_nm_psa .banner_weeks {
	opacity:0;
	transform: scale(.8);
}
#page_top .blk_2_3.tgt_nm_psa.psa_show .banner_weeks {
	animation:blk_6_kf_1 .6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .1s 1 normal both;
}

#page_top .blk_2_3 .banner_weeks h3 {
  position:absolute;
  left:50%;
  top: 25px;
  width:422px;
  height: auto;
  transform: translateX(-50%);
}
#page_top .blk_2_3 .banner_weeks p {
  position:absolute;
  left:50%;
  top: calc(100% - 55px);
}
#page_top .blk_2_3 .banner_weeks p a {
  position:absolute;
	width:210px;
	height: 40px;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	border: 2px solid #FFE038;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	color:#024D6E;
}
#page_top .blk_2_3 .banner_weeks p a::before {
	position: absolute;
	display: block;
	content:'';
	left:calc(100% - 23px);
	top:13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #024D6E;
}
#page_top .blk_2_3 .banner_weeks p a::after {
	content: '\A';
  white-space: pre;
}
/*  */
#page_top .blk_2 .blk_btn {
  position: absolute;
  width:96%;
  max-width: var(--max_wid_1);
  margin: auto;
  z-index: 10;
  left:50%;
  top:0;
  transform: translateX(-50%);
	overflow: visible;
}
#page_top .blk_2 .blk_btn p {
  position: absolute;
  width:190px;
  height: 190px;
  left:calc(10% - 95px);
  top:-190px;
  opacity:0;
  pointer-events: none;
  animation:blk_btn_kf_1 .4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 2s 1 normal both;
}
@keyframes blk_btn_kf_1 {
  0%   { opacity: 0; transform: scale(.2);}
  100% { opacity: 1; transform: scale(1);pointer-events: auto;}
}
#page_top .blk_2 .blk_btn p::before {
  position: absolute;
  display: block;
  content:'';
  width:100%;
  height: 100%;
  left:3px;
  top:5px;
  background-color: #000000;
  border-radius: 50%;
  opacity:.15;
}
#page_top .blk_2 .blk_btn p a {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #F4AB00;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 50%;
}
#page_top .blk_2 .blk_btn p a img {
  display: block;
  width: 100%;
  height: auto;
}
/*
*/
#page_top .blk_3 {
	width:100%;
  padding:20px 0 0 0;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;
	z-index: 3;
}
#page_top .blk_3::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	left:0;
	top:-50px;

	background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_top .blk_3.tgt_nm_psa::before {
  animation:bk_mask_kf_1 1s ease-out 0s 1 normal both;
	animation-play-state:paused;
}
#page_top .blk_3.tgt_nm_psa.psa_show::before {
	animation-play-state: running;
}

#page_top .blk_3 > section {
	width:100%;
	overflow: hidden;
	padding:150px 0 0 0;
}
/*  */
#page_top .blk_3_1 {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
	z-index: 2;
	padding: 0 0 200px 0;
}
#page_top .blk_3_1::before {
	position: absolute;
	display: block;
	content: 'ABOUT';
	left:100%;
	top:-155px;
	font-family: 'Montserrat', sans-serif;
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
	color:#198BA8;
	transform: translateX(-100%);
}
#page_top .blk_3_1.tgt_nm_psa::before {
	opacity: 0;
	transform:scale(1.2);
}
#page_top .blk_3_1.tgt_nm_psa.psa_show::before {
	animation:blk_3_kf_2 .4s ease-out .4s 1 normal both;
}
@keyframes blk_3_kf_2 {
	0% {opacity:0; transform:translateX(-100%) scale(1.2);}
	100% {opacity:.2; transform:translateX(-100%) scale(1);}
}

#page_top .blk_3_1 > div {
	width:var(--tgt_wid_1);
	margin: auto;
	display: table;
}
#page_top .blk_3_1 > div::before {
	position: absolute;
	display: block;
	content: '';
	width: 100vw;
	height: 100%;
	left:-100px;
	top:0;
	background-color: #ffffff;
	border-radius: 20px 0 0 20px;
}
#page_top .blk_3_1.tgt_nm_psa > div::before {
	opacity: 0;
}
#page_top .blk_3_1.tgt_nm_psa.psa_show > div::before {
	animation:blk_3_kf_1 .6s ease-out .4s 1 normal both;
}
/*  */
#page_top .blk_3_1_1 {
	display: table-cell;
	width:55%;
}
#page_top .blk_3_1_1 h2 {
	width:100%;
	padding:100px 0 0 0;
}
#page_top .blk_3_1.tgt_nm_psa .blk_3_1_1 h2 {
	opacity: 0;
	transform: scale(1.1);
}
#page_top .blk_3_1.tgt_nm_psa.psa_show .blk_3_1_1 h2 {
	animation:blk_3_kf_1 .4s ease-out .4s 1 normal both;
}
@keyframes blk_3_kf_1 {
	100% {opacity:1; transform:none;}
}
#page_top .blk_3_1_1 h2 br {
	display: none;
}
#page_top .blk_3_1_1 h2 span:nth-of-type(1) {
	display: inline-block;
	color:var(--col_1);
	font-size: 20px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	padding:0 0 15px 0;
  background-image:
    radial-gradient(var(--col_1) 30%, transparent 30%);
  background-size: 10px 10px;
	background-position: 0% 100%;
	background-repeat: repeat-x;

}
#page_top .blk_3_1_1 h2 span:nth-of-type(2) {
	display: block;
	color:#0480B7;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.75;
	padding:30px 0 0 0;
}
#page_top .blk_3_1_1 p:nth-of-type(1) {
	padding:40px 0 0 0;
	font-size: 18px;
	line-height: 2.25;
	font-weight: 700;
}
#page_top .blk_3_1_1 p:nth-of-type(1) span {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
#page_top .blk_3_1.tgt_nm_psa .blk_3_1_1 p:nth-of-type(1) {
	opacity: 0;
	transform: scale(1.2);
}
#page_top .blk_3_1.tgt_nm_psa.psa_show .blk_3_1_1 p:nth-of-type(1) {
	animation:blk_3_kf_1 .4s ease-out .4s 1 normal both;
}
#page_top .blk_3_1_1 p:nth-of-type(2) {
	font-size: 16px;
	line-height: 2.25;
	padding:50px 10% 100px 0;
}
#page_top .blk_3_1.tgt_nm_psa .blk_3_1_1 p:nth-of-type(2) {
	opacity: 0;
}
#page_top .blk_3_1.tgt_nm_psa.psa_show .blk_3_1_1 p:nth-of-type(2) {
	animation:blk_3_kf_1 .8s ease .6s 1 normal both;
}
/*  */
#page_top .blk_3_1_2 {
	display: table-cell;
	width:45%;
	padding:0 1% 0 5%;
}
#page_top .blk_3_1_2 > section {
	width:100%;
	text-align: center;
}
#page_top .blk_3_1_2 > section > div {
	width:100%;
	border-radius: 10px;
	padding:5% 10%;
}
#page_top .blk_3_1.tgt_nm_psa .blk_3_1_2 > section > div {
	opacity: 0;
	transform:translateY(30px);
}
#page_top .blk_3_1.tgt_nm_psa.psa_show .blk_3_1_2 > section > div {
	animation:blk_3_kf_1 .6s ease 0s 1 normal both;
}
#page_top .blk_3_1.tgt_nm_psa .blk_3_1_2 > section > div:nth-of-type(1) {
	transform:translateX(20px);
}
#page_top .blk_3_1.tgt_nm_psa.psa_show .blk_3_1_2 > section > div:nth-of-type(1) {
	animation-delay: 1.2s;
	/* animation-duration: .8s; */
}
#page_top .blk_3_1.tgt_nm_psa.psa_show .blk_3_1_2 > section > div:nth-of-type(2) {
	animation-delay: .6s;
}
#page_top .blk_3_1.tgt_nm_psa.psa_show .blk_3_1_2 > section > div:nth-of-type(3) {
	animation-delay: .8s;
}
#page_top .blk_3_1.tgt_nm_psa.psa_show .blk_3_1_2 > section > div:nth-of-type(4) {
	animation-delay: 1s;
}
#page_top .blk_3_1.tgt_nm_psa.psa_show .blk_3_1_2 > section > div:nth-of-type(5) {
	animation-delay: 1.2s;
}
#page_top .blk_3_1_2 > section > div h4 {
	font-size:20px;
	line-height: 1;
	color:#ffffff;
	font-weight: 700;
	padding:0 0 15px 0;
}
#page_top .blk_3_1_2 > section > div .gsty_btn_1 {
	width:100%;
	height:60px;
	line-height: 60px;
	font-size: min(1.4vw, 16px);
}
#page_top .blk_3_1_2 > section > div .gsty_btn_1::after {
	left:calc(95% - 20px);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(1) {
	position: absolute;
	left:106%;
	top:0;
	width:10%;
	height: 100%;
	background-color: #1084B7;
	border-radius: 10px;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(1) h3 {
	position: absolute;
	left:50%;
	top:50%;
	font-size:20px;
	line-height: 1.5;
	color:#ffffff;
	font-weight: 700;
	transform:translate(-50%, -50%);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(2) {
	background-color: #11BAE3;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(2) .gsty_btn_1 {
	color: #11BAE3;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(2) .gsty_btn_1::after {
	background-image: url('../images/btn_ico_1_4.svg');
}
#page_top .blk_3_1_2 > section > div:nth-of-type(3) {
	padding:25px 10%;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(3) p {
	border: 1px solid #F7A43C;
	padding:20px 10px;
	color:#F7A43C;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	border-radius: 10px;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(3)::before,
#page_top .blk_3_1_2 > section > div:nth-of-type(3)::after {
	position:absolute;
	display: block;
	content:'';
	width:28px;
	height: 14px;
	left:50%;
	top:5px;
	background-color: #F7A43C;
	transform:translateX(-50%);
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(3)::after {
	top:calc(100% - 19px);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) {
	background-color: #4FB7D1;
	margin-bottom: 50px;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4)::before,
#page_top .blk_3_1_2 > section > div:nth-of-type(4)::after {
	position:absolute;
	display: block;
	content:'';
	width:28px;
	height: 14px;
	left:50%;
	top:calc(100% + 5px);
	background-color: var(--col_1);
	transform:translateX(-50%);
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4)::after {
	top:calc(100% + 32px);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) .gsty_btn_1 {
	color: #4FB7D1;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) ul {
	display: flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 15px;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) ul::after{
	display: block;
	content: '';
	width: 32%;
	margin-bottom: 2%;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) ul li {
	display: block;
	width: 32%;
	margin-bottom: 2%;
	border:1px solid rgba(255, 255, 255, .3);
	border-radius: 2px;
	padding:0 5px;
	height: 36px;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) ul li span {
	position: absolute;
	display: block;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	font-size: min(1.1vw, 14px);
	line-height: 1.25;
	color:#ffffff;
	white-space: nowrap;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(5) {
	background-color: #116A91;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(5)::before {
	position:absolute;
	display: block;
	content:'';
	width:12px;
	height: 22px;
	left:50%;
	top:-25px;
	background-color: var(--col_1);
	transform:translate(-50%, -50%);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(5) .gsty_btn_1 {
	color: #116A91;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(5) .gsty_btn_1::after {
	background-image: url('../images/btn_ico_1_5.svg');
}
/*  */
#page_top .blk_3_2 {
	width:100%;
	padding:180px 0 0 0;
  background-image: url('../images/bk_tex_2.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;
}
#page_top .blk_3_2.tgt_nm_psa {
	opacity:0;
}
#page_top .blk_3_2.tgt_nm_psa.psa_show {
  animation:blk_3_kf_1 .4s ease-out 0s 1 normal both;
}
#page_top .blk_3_2::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	left:0;
	top:-200px;

	background-image: url('../images/bk_tex_2.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_top .blk_3_2.tgt_nm_psa::before {
  animation:bk_mask_kf_1 1s ease-out 0s 1 normal both;
	animation-play-state:paused;
}
#page_top .blk_3_2.tgt_nm_psa.psa_show::before {
	animation-play-state: running;
}
#page_top .blk_3_2_1 {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
	z-index: 2;
}
#page_top .blk_3_2_1_1 {
	width:var(--tgt_wid_1);
	margin: auto;
}
#page_top .blk_3_2_1_1 h3 {
	text-align: center;
}
#page_top .blk_3_2_1_1.tgt_nm_psa h3 {
	opacity: 0;
	transform: scale(1.2) translateY(-30px);
	transform-origin: 50% 100%;
}
#page_top .blk_3_2_1_1.tgt_nm_psa.psa_show h3 {
	animation:blk_3_kf_1 .4s ease-out 0s 1 normal both;
}
#page_top .blk_3_2_1_1 h3 > span {
  display: inline-block;
  border-radius: 39px;
  padding: 13px 30px 5px 30px;
	font-size: 20px;
	line-height: 1.25;
  font-weight: 700;
	color:var(--col_2);
	background: #ffffff;
  border: 3px solid var(--col_2);
	text-align: center;
}
#page_top .blk_3_2_1_1 h3 > span > span {
  display: inline-block;
	font-size: inherit;
	line-height: inherit;
  font-weight: inherit;
	color:inherit;
	margin: auto;
}
#page_top .blk_3_2_1_1 h3 > span::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) scaleX(.8);
  border: 11px solid transparent;
  border-top: 11px solid #ffffff;
  z-index: 2;
}
#page_top .blk_3_2_1_1 h3 > span::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) scaleX(.8);
  border: 15px solid transparent;
  border-top: 15px solid var(--col_2);
  z-index: 1;
}
#page_top .blk_3_2_1_1 p:nth-of-type(1) {
	padding:40px 0 0 0;
	font-size: 32px;
	line-height: 1.75;
	font-weight: 700;
	text-align: center;
}
#page_top .blk_3_2_1_1.tgt_nm_psa p:nth-of-type(1) {
	opacity: 0;
	transform: scale(1.2);
}
#page_top .blk_3_2_1_1.tgt_nm_psa.psa_show p:nth-of-type(1) {
	animation:blk_3_kf_1 .4s ease-out 0s 1 normal both;
}
#page_top .blk_3_2_1_1 p:nth-of-type(1) span {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	display: inline-block;
}
#page_top .blk_3_2_1_1 p:nth-of-type(2) {
	padding:40px 0 0 0;
	font-size: 16px;
	line-height: 2.25;
}
#page_top .blk_3_2_1_1.tgt_nm_psa p:nth-of-type(2) {
	opacity: 0;
}
#page_top .blk_3_2_1_1.tgt_nm_psa.psa_show p:nth-of-type(2) {
	animation:blk_3_kf_1 .8s ease .4s 1 normal both;
}
#page_top .blk_3_2_1_1 .blk_bk {
	position:absolute;
	width:100%;
	height: 100%;
	pointer-events: none;
}
#page_top .blk_3_2_1_2 {
	width:var(--tgt_wid_1);
	margin: auto;
}
#page_top .blk_3_2_1_2 h4 {
	padding:60px 0 40px 0;
}
#page_top .blk_3_2_1_2.tgt_nm_psa h4 {
	opacity: 0;
	transform: scale(.9);
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show h4 {
	animation:blk_3_kf_1 .4s ease-out .4s 1 normal both;
}
#page_top .blk_3_2_1_2 h4 span {
	display: block;
	padding:15px 0 13px 0;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	color:#ffffff;
	background-color: var(--col_1);
	border-radius: 28px;
}
#page_top .blk_3_2_1_2 ol {
	display: flex;
	justify-content: space-between;
}
#page_top .blk_3_2_1_2.tgt_nm_psa ol {
	opacity: 0;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol {
	animation:blk_3_kf_1 .6s ease-out .4s 1 normal both;
}
#page_top .blk_3_2_1_2 ol li {
	display: block;
	width:31%;
	background-color: #ffffff;
	border-radius:20px;
}
#page_top .blk_3_2_1_2 ol::before,
#page_top .blk_3_2_1_2 ol::after {
	position: absolute;
	display: block;
	content: '';
	width: 3.5%;
	height: 100%;
	left:31%;
	top:0;
	background-image: url('../images/ill_4.svg');
	background-position: 57% 50%;
	background-size: 48% auto;
}
#page_top .blk_3_2_1_2 ol::after {
	left:65.5%;
}
#page_top .tgt_nm_psa .blk_3_2_1_2 ol::before {
	opacity: 0;
}
#page_top .tgt_nm_psa.psa_show .blk_3_2_1_2 ol::before {
	opacity: 1;
	transition:opacity .8s ease-out 1s;
}
#page_top .tgt_nm_psa .blk_3_2_1_2 ol::after {
	opacity: 0;
}
#page_top .tgt_nm_psa.psa_show .blk_3_2_1_2 ol::after {
	opacity: 1;
	transition:opacity .8s ease-out 1.2s;
}
#page_top .blk_3_2_1_2 ol li::before {
	display: block;
	content: '';
	width: 100%;
	padding:80% 0 0 0;
}
#page_top .tgt_nm_psa .blk_3_2_1_2 ol li::before {
	opacity: 0;
	transform: scale(1.2);
}
#page_top .tgt_nm_psa.psa_show .blk_3_2_1_2 ol li::before {
	animation:blk_3_kf_1 .4s ease-out 1s 1 normal both;
}
#page_top .tgt_nm_psa.psa_show .blk_3_2_1_2 ol li:nth-of-type(2)::before {
	animation-delay: 1.1s;
}
#page_top .tgt_nm_psa.psa_show .blk_3_2_1_2 ol li:nth-of-type(3)::before {
	animation-delay: 1.2s;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1)::before {
	background-image: url('../images/ill_1.svg');
	background-position: 50% 100%;
	background-size: auto calc(100% - 110px);
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(2)::before {
	background-image: url('../images/ill_2.svg');
	background-position: 50% 85%;
	background-size: auto calc(85% - 110px);
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(3)::before {
	background-image: url('../images/ill_3.svg');
	background-position: 50% 80%;
	background-size: auto calc(80% - 110px);
}
#page_top .blk_3_2_1_2 ol li p:nth-of-type(1) {
	position: absolute;
	left:50%;
	top:30px;
	transform: translateX(-50%);
	text-align: center;
}
#page_top .blk_3_2_1_2.tgt_nm_psa ol li p:nth-of-type(1) {
	opacity: 0;
	transform: translateX(-50%) scale(1.5);
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li p:nth-of-type(1) {
	animation:blk_3_kf_3 .4s ease-out .6s 1 normal both;
}
@keyframes blk_3_kf_3 {
  100% { opacity: 1; transform: translateX(-50%);}
}

#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li:nth-of-type(2) p:nth-of-type(1) {
	animation-delay: .7s;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li:nth-of-type(3) p:nth-of-type(1) {
	animation-delay: .8s;
}
#page_top .blk_3_2_1_2 ol li p:nth-of-type(1) span:nth-of-type(1) {
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color:var(--col_2);
	font-family: 'Montserrat', sans-serif;
}
#page_top .blk_3_2_1_2 ol li p:nth-of-type(1) span:nth-of-type(2) {
	display: block;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	color:var(--col_2);
	font-family: 'Montserrat', sans-serif;
}

#page_top .blk_3_2_1_2 ol li p:nth-of-type(2) {
	padding:20px 10% 60px 10%;
	font-size: 16px;
	line-height: 1.75;
}
#page_top .blk_3_2_1_2.tgt_nm_psa ol li p:nth-of-type(2) {
	opacity: 0;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li p:nth-of-type(2) {
	animation:blk_3_kf_1 .8s ease 1s 1 normal both;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li:nth-of-type(2) p:nth-of-type(2) {
	animation-delay: 1.1s;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li:nth-of-type(3) p:nth-of-type(2) {
	animation-delay: 1.2s;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) p:nth-of-type(2) {
	padding-bottom: 80px;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) .blk_sty_1 {
	position: absolute;
	left:0;
	top:100%;
	transform: translateY(-100%);
	width:100%;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) .blk_sty_1 a {
	display: block;
	width:100%;
	height: 78px;
	text-align: center;
	font-size: min(1.6vw, 20px);
	line-height: 78px;
	font-weight: 700;
	color:#ffffff;
	white-space: nowrap;
	padding:0 20px 0 0;
	background-color: #E79B2F;
	border-radius:0 0 20px 20px;
}
#page_top .blk_3_2_1_2.tgt_nm_psa ol li:nth-of-type(1) .blk_sty_1 a {
	opacity: 0;
	pointer-events: none;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li:nth-of-type(1) .blk_sty_1 a {
	pointer-events: auto;
	animation:blk_3_kf_1 .8s ease 1.1s 1 normal both;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) .blk_sty_1 a::after {
	position: absolute;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	left:90%;
	top:50%;
	border-right:2px solid #ffffff;
	border-top:2px solid #ffffff;
	transform-origin: 100% 0;
	transform:rotate(45deg);
}
/*  */
#page_top .blk_3_2_1_3 {
	text-align: center;
	padding:100px 0 200px 0;
}
#page_top .blk_3_2_1_3 p {
	width: 100%;
}
#page_top .blk_3_2_1_3.tgt_nm_psa p {
	opacity: 0;
	transform:translateY(30px);
	pointer-events: none;
}
#page_top .blk_3_2_1_3.tgt_nm_psa.psa_show p {
	pointer-events: auto;
	animation:blk_3_kf_1 .6s ease 0s 1 normal both;
}
#page_top .blk_3_2_1_3 p a {
	line-height: 1.25;
	padding:18px 0 0 0;
}
/*  */
#page_top .blk_3_2 .blk_bk_sp {
	display: none;
}
/*  */
#page_top .blk_3_2 .blk_bk_wave.tgt_nm_psa {
	opacity: 0;
	transform:translateY(40px);
}
#page_top .blk_3_2 .blk_bk_wave.tgt_nm_psa.psa_show {
  animation:blk_3_kf_1 1s ease-out 0s 1 normal both;
}
/*
*/
#page_top .blk_4 {
	width: 100%;
	z-index: 4;
}
#page_top .blk_4 > section {
	width: 100%;
	z-index: 2;
}
/*  */
#page_top .blk_4_1 {
  width: 100%;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;
}
/* #page_top .blk_4_1.tgt_nm_psa {
	opacity:0;
}
#page_top .blk_4_1.tgt_nm_psa.psa_show {
  animation:blk_4_kf_1 .4s ease-out 0s 1 normal both;
}*/
@keyframes blk_4_kf_1 {
	100% {opacity: 1; transform:none;}
} 
#page_top .blk_4_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	left:0;
	top:-50px;

	background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_top .blk_4_1.tgt_nm_psa::before {
  animation:bk_mask_kf_1 1s ease-out 0s 1 normal both;
	animation-play-state:paused;
}
#page_top .blk_4_1.tgt_nm_psa.psa_show::before {
	animation-play-state: running;
}
#page_top .blk_4_1 > div {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
	padding:185px 0 60px 0;
	z-index: 2;
	overflow: hidden;
}
#page_top .blk_4_1 > div:nth-of-type(1):before {
	position: absolute;
	display: block;
	content: 'SERVICE LIST';
  left:100%;
  top:0;
  font-family: 'Montserrat', sans-serif; 
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color:#198BA8;
  opacity: .25;
  white-space: nowrap;
	transform: translateX(-100%);
}
#page_top .blk_4_1.tgt_nm_psa > div:nth-of-type(1)::before {
	opacity:0;
	transform:translateX(calc(-100% - 40px));
}
#page_top .blk_4_1.tgt_nm_psa.psa_show > div:nth-of-type(1)::before {
  animation:blk_4_kf_2 .6s ease-out 0s 1 normal both;
}
@keyframes blk_4_kf_2 {
	100% {opacity: .25; transform: translateX(-100%);}
}
#page_top .blk_4_1 > div:nth-of-type(1) > div {
	width:var(--tgt_wid_1);
	margin: auto;
	padding:80px 0 0 0;
}
#page_top .blk_4_1 h2 {
	position: absolute;
	top:-45px;
}
#page_top .blk_4_1 h2 span:nth-of-type(1) {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff
}
#page_top .blk_4_1.tgt_nm_psa h2 span:nth-of-type(1) {
	opacity: 0;
	transform:translateX(30px);
}
#page_top .blk_4_1.tgt_nm_psa.psa_show h2 span:nth-of-type(1) {
  animation:blk_4_kf_1 .6s ease-out .2s 1 normal both;
}
#page_top .blk_4_1 h2 span:nth-of-type(2) {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
  font-family: 'Montserrat', sans-serif; 
  padding:10px 0 0 0;
}
#page_top .blk_4_1.tgt_nm_psa h2 span:nth-of-type(2) {
	opacity: 0;
	transform:translateX(30px);
}
#page_top .blk_4_1.tgt_nm_psa.psa_show h2 span:nth-of-type(2) {
  animation:blk_4_kf_1 .6s ease-out .4s 1 normal both;
}
#page_top .blk_4_1 ul {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	list-style: none;
	border-radius: 20px;
	overflow: hidden;
}
#page_top .blk_4_1 ul.tgt_nm_psa {
	opacity: 0;
	transform:scale(.9);
	pointer-events: none;
}
#page_top .blk_4_1 ul.tgt_nm_psa.psa_show {
	animation:blk_4_kf_1 .4s cubic-bezier(0.215, 0.610, 0.355, 1.000) .4s 1 normal both;
	pointer-events: auto;
}
#page_top .blk_4_1 ul li {
	display: block;
	width:33.33%;
	background-color: #ffffff;
	padding:2.5% 0 100px 0;
	border-left: 1px solid var(--col_1);
}
#page_top .blk_4_1 ul li:last-child {
	border-radius: 0 0 20px 0;
	overflow: hidden;
}
#page_top .blk_4_1 ul li > div {
	display: block;
	width: 85%;
	padding:calc(53.38% * .85)  0 0 0;
	border-radius: 20px;
	background-position: 50% 50%;
	background-size: cover;
	margin: auto;
}
#page_top .blk_4_1 ul li:nth-of-type(1) > div {
	background-image: url('../images/top_service_img_1.jpg');
}
#page_top .blk_4_1 ul li:nth-of-type(2) > div {
	background-image: url('../images/top_service_img_2.jpg');
}
#page_top .blk_4_1 ul li:nth-of-type(3) > div {
	background-image: url('../images/top_service_img_3.jpg');
}
#page_top .blk_4_1 ul li:nth-of-type(4) > div {
	background-image: url('../images/top_service_img_4.jpg');
}
#page_top .blk_4_1 ul li:nth-of-type(5) > div {
	background-image: url('../images/top_service_img_5.jpg');
}
#page_top .blk_4_1 ul li > div::after {
	position: absolute;
	display: block;
	content: '';
	left:calc(100% - 15px);
	top:calc(100% - 10px);
  transform: translate(-100%, -100%);
	color: #ffffff;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}
#page_top .blk_4_1 ul li:nth-of-type(1) > div::after {
	content: '※導入いただける社食イメージ';
}
#page_top .blk_4_1 ul li:nth-of-type(2) > div::after {
	content: '※導入いただける弁当イメージ';
}
#page_top .blk_4_1 ul li:nth-of-type(3) > div::after {
	content: '※ご利用イメージ';
}
#page_top .blk_4_1 ul li:nth-of-type(4) > div::after {
	content: '※ご利用イメージ';
}
#page_top .blk_4_1 ul li:nth-of-type(5) > div::after {
	content: '※ご利用イメージ';
}
#page_top .blk_4_1 ul li p:nth-of-type(1) {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	color:var(--col_2);
	font-weight: 700;
	padding:30px 0 0 0;
}
#page_top .blk_4_1 ul li p:nth-of-type(1).sty_1 {
	letter-spacing: .5em;
}
#page_top .blk_4_1 ul li p:nth-of-type(2) {
	text-align: center;
	font-size: 16px;
	line-height: 1.75;
	padding:25px 8% 0 8%;
	text-align: center;
}
#page_top .blk_4_1 ul li p:nth-of-type(2) span {
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
}
#page_top .blk_4_1 ul li p.sty_2 {
	position: absolute;
	left:0;
	top:100%;
	transform: translateY(-100%);
	width:100%;
}
#page_top .blk_4_1 ul li p.sty_2 a {
	display: block;
	width:100%;
	background-color: #024D6E;
	transition:background-color .1s ease-out 0s;
}
#page_top .blk_4_1 ul li p.sty_2 a.nm_hover {
	background-color: #1D617C;
}
#page_top .blk_4_1 ul li p.sty_2 a span {
	display: block;
	height: 66px;
	text-align: center;
	font-size: min(1.6vw, 18px);
	line-height: 66px;
	font-weight: 700;
	color:#ffffff;
	white-space: nowrap;
	padding:0 5px 0 0;
}
#page_top .blk_4_1 ul li p.sty_2 a span::after {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	left:85%;
	top:50%;
	border-right:2px solid #ffffff;
	border-top:2px solid #ffffff;
	transform-origin: 100% 0;
	transform:rotate(45deg);
}
#page_top .blk_4_1 ul li p.sty_3 {
	text-align: center;
	padding:20px 8% 0 8%;
}
#page_top .blk_4_1 ul li p.sty_3 a {
	display: block;
	border-radius: 40px;
	background-color: #FCA125;
}
#page_top .blk_4_1 ul li p.sty_3 a span {
	display: block;
	height: 43px;
	text-align: center;
	font-size: 16px;
	line-height: 43px;
	font-weight: 700;
	color:#ffffff;
	white-space: nowrap;
	padding:0 5px 0 0;
}
#page_top .blk_4_1 ul li p.sty_3 a span::after {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	left:calc(100% - 30px);
	top:50%;
	border-right:2px solid #ffffff;
	border-top:2px solid #ffffff;
	transform-origin: 100% 0;
	transform:rotate(45deg);
}
#page_top .blk_4_1 > div > div > p {
	text-align: center;
	padding:80px 0 120px 0;
}
#page_top .blk_4_1 > div > div > p.tgt_nm_psa {
	opacity: 0;
	transform:translateY(30px);
}
#page_top .blk_4_1 > div > div > p.tgt_nm_psa.psa_show {
  animation:blk_4_kf_1 .6s ease-out 0s 1 normal both;
}
#page_top .blk_4_1 > div > div > p .gsty_btn_1 br {
	display: none;
}
/*  */
#page_top .blk_4_1 .blk_bk_wave.tgt_nm_psa {
	opacity: 0;
	transform:translateY(40px);
}
#page_top .blk_4_1 .blk_bk_wave.tgt_nm_psa.psa_show {
  animation:blk_4_kf_3 1s ease-out 0s 1 normal both;
}
@keyframes blk_4_kf_3 {
	100% {opacity: .3; transform: none;}
}
/*  */
#page_top .blk_4_2 {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
	padding:80px 0 200px 0;
	overflow: hidden;

}
#page_top .blk_4_2::before {
	position: absolute;
	display: block;
	content: '';
	width: 100vw;
	height: 200px;
	left:50%;
	top:-50px;
	transform: translateX(-50%);

	background-color: #ffffff;
	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_top .blk_4_2.tgt_nm_psa::before {
  animation:bk_mask_kf_1 1s ease-out 0s 1 normal both;
	animation-play-state:paused;
}
#page_top .blk_4_2.tgt_nm_psa.psa_show::before {
	animation-play-state: running;
}

#page_top .blk_4_2 > div {
	width:var(--tgt_wid_1);
	margin: auto;	
}
#page_top .blk_4_2_1 {
	width: 100%;
	padding: 0 0 40px 0;
}
#page_top .blk_4_2_1 p {
	font-size: 22px;
	line-height: 2;
	font-weight: 700;
	color:var(--col_2);
	text-align: center;
}
#page_top .tgt_nm_psa .blk_4_2_1 p {
	opacity: 0;
	transform: scale(.9);
}
#page_top .tgt_nm_psa.psa_show .blk_4_2_1 p {
	animation:blk_4_kf_1 .4s ease-out 0s 1 normal both;
}
#page_top .blk_4_2_2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#page_top .tgt_nm_psa .blk_4_2_2 {
	opacity: 0;
	transform: scale(.9);
}
#page_top .tgt_nm_psa.psa_show .blk_4_2_2 {
	animation:blk_4_kf_1 .4s cubic-bezier(0.215, 0.610, 0.355, 1.000) .2s 1 normal both;
}
#page_top .blk_4_2_2 p {
	width:48%;
	font-size: 16px;
	line-height: 1.75;
	/* font-weight: 700; */
}
#page_top .blk_4_2_2 p:nth-of-type(1) {
	order: 1;
}
#page_top .blk_4_2_2 p:nth-of-type(2) {
	order: 3;
	padding:30px 0 0 0;
}
#page_top .tgt_nm_psa .blk_4_2_2 p:nth-of-type(2) {
	opacity: 0;
}
#page_top .tgt_nm_psa.psa_show .blk_4_2_2 p:nth-of-type(2) {
	animation:blk_4_kf_1 .8s ease .4s 1 normal both;
}
#page_top .blk_4_2_2 p:nth-of-type(3) {
	order: 2;
}
#page_top .blk_4_2_2 p:nth-of-type(4) {
	order: 4;
	padding:30px 0 0 0;
}
#page_top .tgt_nm_psa .blk_4_2_2 p:nth-of-type(4) {
	opacity: 0;
}
#page_top .tgt_nm_psa.psa_show .blk_4_2_2 p:nth-of-type(4) {
	animation:blk_4_kf_1 .8s ease .4s 1 normal both;
}
#page_top .blk_4_2_2 p a {
	display: block;
	width:100%;
	height: 100%;
	background-color: #E79B2F;
	text-align: center;
	border-radius: 20px;
	padding:150px 50px 30px 50px;
	background-image: url('../images/ill_3_2.svg');
	background-position: 50% 47px;
	background-size: auto 72px;
}
#page_top .blk_4_2_2 p:nth-of-type(3) a {
	background-image: url('../images/ill_5_2.svg');
	background-position: 50% 45px;
	background-size: auto 78px;
	background-color: #337088;
}
#page_top .blk_4_2_2 p a::after {
	position: absolute;
	display: block;
	content: '';
	width: 26px;
	height: 26px;
	left:calc(100% - 60px);
	top:calc(50% - 13px);
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg);
}
#page_top .blk_4_2_2 p a > span:nth-of-type(1) {
	display: block;
	font-size:24px;
	line-height: 1.5;
	color:#ffffff;
	font-weight: 700;
}
#page_top .blk_4_2_2 p a > span:nth-of-type(1) > span {
	display: inline-block;
	font-size:inherit;
	line-height: inherit;
	color:inherit;
	font-weight: inherit;
}
#page_top .blk_4_2_2 p a > span:nth-of-type(2) {
	display: block;
	font-size:16px;
	line-height: 1.5;
	color:#ffffff;
	font-weight: 700;
	padding:10px 0 15px 0;
}
#page_top .blk_4_2_2 p a > span:nth-of-type(2) > span {
	display: inline-block;
	font-size:inherit;
	line-height: inherit;
	color:inherit;
	font-weight: inherit;
}
/*
*/
#page_top .blk_5 {
  width: 100%;
  background-image: url('../images/bk_tex_2.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;
	z-index: 5;
}
#page_top .blk_5.tgt_nm_psa {
	opacity:0;
}
#page_top .blk_5.tgt_nm_psa.psa_show {
  animation:blk_5_kf_1 .4s ease-out 0s 1 normal both;
}
@keyframes blk_5_kf_1 {
	100% {opacity: 1; transform: none;}
}
#page_top .blk_5::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	left:0;
	top:-50px;

	background-image: url('../images/bk_tex_2.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_top .blk_5.tgt_nm_psa::before {
  animation:bk_mask_kf_1 1s ease-out 0s 1 normal both;
	animation-play-state:paused;
}
#page_top .blk_5.tgt_nm_psa.psa_show::before {
	animation-play-state: running;
}
#page_top .blk_5 > section {
	width: 100%;
	max-width: var(--max_wid_1);
	margin: auto;
	overflow: hidden;
	z-index: 2;
}
#page_top .blk_5 > section::before {
	position: absolute;
	display: block;
	content: 'FAQ';
  left:0;
  top:0;
  font-family: 'Montserrat', sans-serif; 
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color:#cccccc;
  opacity: .25;
  white-space: nowrap;
}
#page_top .blk_5.tgt_nm_psa > section::before {
	opacity:0;
	transform:translateX(40px);
}
#page_top .blk_5.tgt_nm_psa.psa_show > section::before {
  animation:blk_5_kf_2 .6s ease-out 0s 1 normal both;
}
@keyframes blk_5_kf_2 {
	100% {opacity: .25; transform: none;}
}
/*  */
#page_top .blk_5_1 {
	width:var(--tgt_wid_1);
	margin: auto;
}
#page_top .blk_5_1 h2 {
	width:100%;
	padding:100px 0 0 0;
}
#page_top .blk_5_1 h2 span:nth-of-type(1) {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}
#page_top .blk_5_1.tgt_nm_psa h2 span:nth-of-type(1) {
	opacity: 0;
	transform:translateX(30px);
}
#page_top .blk_5_1.tgt_nm_psa.psa_show h2 span:nth-of-type(1) {
  animation:blk_5_kf_1 .6s ease-out .2s 1 normal both;
}
#page_top .blk_5_1 h2 span:nth-of-type(2) {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color:var(--col_1);
  font-family: 'Montserrat', sans-serif; 
  padding:20px 0 0 0;
}
#page_top .blk_5_1.tgt_nm_psa h2 span:nth-of-type(2) {
	opacity: 0;
	transform:translateX(30px);
}
#page_top .blk_5_1.tgt_nm_psa.psa_show h2 span:nth-of-type(2) {
  animation:blk_4_kf_1 .6s ease-out .4s 1 normal both;
}
/*  */
#page_top .blk_5_2 {
	width:var(--tgt_wid_1);
	margin: auto;
}
#page_top .blk_5_2.tgt_nm_psa {
	opacity: 0;
	transform:translateY(30px);
}
#page_top .blk_5_2.tgt_nm_psa.psa_show {
  animation:blk_5_kf_1 .6s ease-out 0s 1 normal both;
}
/*  */
#page_top .blk_5_2.comingsoon {
	height: 550px;
}
#page_top .blk_5_2.comingsoon::before {
	position:absolute;
	display: block;
	content:'COMING SOON';
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
	color:#666666;
	white-space: nowrap;
	left:50%;
	top:150px;
	transform: translateX(-50%);
}
/*  */
#page_top .blk_5_2 > section {
	width: 100%;
	padding: 60px 0 20px 0;
}
#page_top .blk_5_2 > section h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
/*  */
#page_top .blk_5_2 .blk_qa {
  width:100%;
  padding:30px 0 0 0;
}
#page_top .blk_5_2 .blk_qa input {
	display: none;
}
#page_top .blk_5_2 .blk_qa h4 {
  width:100%;
  display: table;
  min-height: 60px;
}
#page_top .blk_5_2 .blk_qa h4 > span {
	position: absolute;
	display: block;
	left:calc(100% - 30px);
	top:50%;
	pointer-events: none;
}
#page_top .blk_5_2 .blk_qa h4 > span::before,
#page_top .blk_5_2 .blk_qa h4 > span::after {
	position: absolute;
	display: block;
	content: '';
	width: 18px;
	height: 2px;
	left:0;
	top:0;
	background-color: #ffffff;
  transform:translate(-50%, -50%);
  transition:opacity .2s ease-out 0s, transform .2s ease-out 0s;
}
#page_top .blk_5_2 .blk_qa h4 > span::before {
  transform:translate(-50%, -50%) rotate(-90deg);
}
#page_top .blk_5_2 .blk_qa input:checked ~ h4 > span::before {
  transform:translate(-50%, -50%) rotate(0deg) scale(1);
}
#page_top .blk_5_2 .blk_qa input:checked ~ h4 > span::after {
  transform:translate(-50%, -50%) rotate(90deg) scale(0);
	opacity: 0;
}
#page_top .blk_5_2 .blk_qa h4 label {
  display: table-cell;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 60px 10px 80px;
	background-color: var(--col_1);
  cursor: pointer;
	color:#ffffff;
	font-weight: 700;
	border-radius: 30px;
	text-align: left;
  vertical-align: middle;
}
#page_top .blk_5_2 .blk_qa h4 label::before {
  position: absolute;
  display: block;
  content:'Q';
  left:0;
  top:0;
	width:60px;
	height: 60px;
	border-radius: 50%;
	background-color:#ffffff;
	text-align: center;
  font-size: 20px;
  line-height:55px;
	color:var(--col_1);
	font-family: 'Montserrat', sans-serif; 
  font-weight: 700;
	border: 2px solid var(--col_1);
}
#page_top .blk_5_2 .blk_qa > div {
  display: block;
  padding: 0 20px 0 75px;
  height: 0;
  overflow:hidden;
  opacity: 0;
  pointer-events: none;
  transition:padding .2s ease-out 0s, opacity 0s .2s;
}
#page_top .blk_5_2 .blk_qa input:checked ~ div {
  padding: 20px 20px 20px 75px;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  transition:padding .2s ease-out 0s, opacity 0s 0s;
}
#page_top .blk_5_2 .blk_qa > div > p {
  display: block;
  font-size: 16px;
  line-height: 2;
  transform:translateY(-20px);
  opacity:0;
  transition:transform .2s ease-out 0s, opacity .2s ease-out 0s;
}
#page_top .blk_5_2 .blk_qa input:checked ~ div > p {
  opacity:1;
  transform:translateY(0);
}
#page_top .blk_5_2 .blk_qa > div > p * {
  font-size: inherit;
  line-height: inherit;
}
#page_top .blk_5_2 .blk_qa > div > p a {
  text-decoration: underline;
  word-break: break-all;
}
#page_top .blk_5_2 .blk_qa > div > p a.nm_hover {
  text-decoration: none;
}
#page_top .blk_5_2 .blk_qa > div::before {
  position: absolute;
  display: block;
  content:'A';
  left:22px;
  top:-20px;
	width:38px;
	height: 38px;
	border-radius: 50%;
	background-color:var(--col_1);
	text-align: center;
  font-size: 20px;
  line-height:35px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif; 
  font-weight: 700;
	opacity:0;
  transition:top .2s ease-out 0s, opacity .2s ease-out 0s;
}
#page_top .blk_5_2 .blk_qa input:checked ~ div::before {
  opacity:1;
  top:19px;
}
/*  */
#page_top .blk_5_3 {
	width:var(--tgt_wid_1);
	margin: auto;
	text-align: center;
	padding:80px 0 200px 0;
}
#page_top .blk_5_3.tgt_nm_psa p {
	opacity: 0;
	transform:translateY(50px);
}
#page_top .blk_5_3.tgt_nm_psa.psa_show p {
  animation:blk_5_kf_1 .6s ease-out 0s 1 normal both;
}
/*  */
#page_top .blk_5 .blk_bk_wave.tgt_nm_psa {
	opacity: 0;
	transform:translateY(40px);
}
#page_top .blk_5 .blk_bk_wave.tgt_nm_psa.psa_show {
  animation:blk_5_kf_1 1s ease-out 0s 1 normal both;
}
/*
*/
#page_top .blk_6 {
  width: 100%;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;
	z-index: 6;
}
#page_top .blk_6.tgt_nm_psa {
	opacity:0;
}
#page_top .blk_6.tgt_nm_psa.psa_show {
  animation:blk_6_kf_1 .4s ease-out 0s 1 normal both;
}
@keyframes blk_6_kf_1 {
  100% {opacity:1; transform:none;}
}
#page_top .blk_6::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	left:0;
	top:-50px;

	background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_top .blk_6.tgt_nm_psa::before {
  animation:bk_mask_kf_1 1s ease-out 0s 1 normal both;
	animation-play-state:paused;
}
#page_top .blk_6.tgt_nm_psa.psa_show::before {
	animation-play-state: running;
}
#page_top .blk_6 > section {
	width: 100%;
	max-width: var(--max_wid_1);
	margin: auto;
	overflow: hidden;
	z-index: 2;
	padding:40px 0 80px 0;
}
/*  */
#page_top .blk_6_1 {
	width:var(--tgt_wid_1);
	margin: auto;
}
#page_top .blk_6_1 > a {
	display: block;
	width:100%;
	margin: auto;
	text-align: center;
	padding:22% 0 0 0;
	background-image: url('../images/top_bk_1_1.png'), url('../images/top_bk_1_2.png'), url('../images/top_bk_1_3.jpg');
	background-position: 0 0, 100% 0, 50% 50%;
	background-size: auto 100%, auto 100%, cover;
}
#page_top .tgt_nm_psa .blk_6_1 > a {
	opacity:0;
	transform: scale(.8);
}
#page_top .tgt_nm_psa.psa_show .blk_6_1 > a {
	animation:blk_6_kf_1 .6s cubic-bezier(0.175, 0.885, 0.320, 1.275) .1s 1 normal both;
}
#page_top .blk_6_1 > a > div {
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width:90%;
}
#page_top .blk_6_1 > a > div h2 {
	font-size: 52px;
	line-height: 1;
	font-weight: 700;
	color:var(--col_2);
	letter-spacing: .1em;
	display: inline-block;
	padding:0 7px 20px 7px;

  background-image: radial-gradient(#9cdcf4 30%, transparent 35%);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 14px 14px;
}
#page_top .blk_6_1 > a > div p {
	padding:20px 0 0 0;
	font-size: 16px;
	line-height: 1.75;
	color:var(--col_2);
	font-weight: 700;
}
/*
*/
#page_top .blk_7 {
	width: 100%;
	padding:40px 0 0 0;
	width: 100%;
	overflow: hidden;
}
#page_top .blk_7 > section {
	width: 100%;
	max-width: var(--max_wid_1);
	margin: auto;
}
#page_top .blk_7 > section::before {
	position: absolute;
	content:'COMPANY';
	display: block;
	left:0;
	top:0;
	font-family: 'Montserrat', sans-serif;
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	color:#F8F8F8;
}
#page_top .blk_7.tgt_nm_psa > section::before {
	opacity: 0;
	transform:translateX(50px);
}
#page_top .blk_7.tgt_nm_psa.psa_show > section::before {
	animation:blk_7_kf_1 .8s ease-out 0s 1 normal both;
}
@keyframes blk_7_kf_1 {
  100% {opacity:1; transform:none;}
}
/*  */
#page_top .blk_7_1 {
	width:var(--tgt_wid_1);
	padding:100px 0 20px 0;
	margin: auto;
}
#page_top .blk_7_1 h2 {
	width: 100%;
	padding:0 0 40px 0;
	text-align: center;
}
#page_top .blk_7_1 h2 span:nth-of-type(1) {
	display: block;
	font-weight: 700;
	font-size: 41px;
	line-height: 1;
}
#page_top .tgt_nm_psa .blk_7_1 h2 span:nth-of-type(1) {
	opacity: 0;
	transform:scale(1.2);
}
#page_top .tgt_nm_psa.psa_show .blk_7_1 h2 span:nth-of-type(1) {
	animation:blk_7_kf_1 .6s ease-out .2s 1 normal both;
}
#page_top .blk_7_1 h2 span:nth-of-type(2) {
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	color:var(--col_1);
	letter-spacing: .2em;
	padding:20px 0 0 0;
}
#page_top .tgt_nm_psa .blk_7_1 h2 span:nth-of-type(2) {
	opacity: 0;
	transform:scale(1.2);
}
#page_top .tgt_nm_psa.psa_show .blk_7_1 h2 span:nth-of-type(2) {
  animation:blk_7_kf_1 .6s ease-out .4s 1 normal both;
}
/*  */
#page_top .blk_7_2 {
	width:var(--tgt_wid_1);
	padding:40px 0 100px 0;
	margin: auto;
}
#page_top .blk_7_2 p {
	width:100%;
	text-align: center;
}
#page_top .blk_7_2.tgt_nm_psa p {
	opacity: 0;
	transform:translateY(30px);
}
#page_top .blk_7_2.tgt_nm_psa.psa_show p {
  animation:blk_7_kf_1 .6s ease-out 0s 1 normal both;
}
/*
*/
#page_top .blk_8 {
	width: 100%;
}
#page_top .blk_8::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: calc(100% - 185px);
	left:0;
	top:185px;
	background-image: url('../images/bk_6.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
#page_top .blk_8 > section {
	width: 100%;
	max-width: var(--max_wid_1);
	margin: auto;
	padding:0 0 170px 0;
}
/*  */
#page_top .blk_8_1 {
	width: var(--tgt_wid_1);
	padding:100px 0 0 0;
	margin: auto;
	background-color: #ffffff;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
}
#page_top .blk_8_1.tgt_nm_psa {
	opacity: 0;
	transform:scale(.9);
	pointer-events: none;
}
#page_top .blk_8_1.tgt_nm_psa.psa_show {
	animation:blk_8_kf_1 .4s ease-out 0s 1 normal both;
	pointer-events: auto;
}
@keyframes blk_8_kf_1 {
  100% {opacity:1; transform:none;}
}
#page_top .blk_8_1_1 {
	width:100%;
	text-align: center;
}
#page_top .blk_8_1_1 h2 {
	width: 100%;
}
#page_top .blk_8_1_1 h2 span:nth-of-type(1) {
	display: block;
	font-weight: 700;
	font-size: 41px;
	line-height: 1.75;
}
#page_top .blk_8_1_1 h2 span:nth-of-type(2) {
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	color:var(--col_1);
	letter-spacing: .2em;
}
#page_top .blk_8_1_1 p {
	font-size: 15px;
	line-height: 1.75;
	padding:30px 0 60px 0;
}
#page_top .blk_8_1_2 {
	width:84%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 0 100px 0;
}
#page_top .blk_8_1_2 p {
	height: 170px;
	text-align: center;
}
#page_top .blk_8_1_2 p:nth-of-type(1) {
	width:48%;
}
#page_top .blk_8_1_2 p:nth-of-type(2) {
	width:48%;
}
#page_top .blk_8_1_2 p:nth-of-type(3) {
	width:100%;
	margin-top: 4%;
}
#page_top .blk_8_1_2 p a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid var(--col_2);
}
#page_top .blk_8_1_2 p:nth-of-type(1) a {
	border: 2px solid #E79B2F;
	background-color: #E79B2F;
}
#page_top .blk_8_1_2 p a::before {
	position: absolute;
	display: block;
	content: '';
	width: 53px;
	height: 68px;
	left:30px;
	top:50%;
	background-image: url('../images/ill_13_1.svg');
	background-position: 50% 50%;
	background-size: 100% auto ;
	transform:translateY(-50%);
}
#page_top .blk_8_1_2 p:nth-of-type(1) a::before {
	background-image: url('../images/ill_13_2.svg');
}
#page_top .blk_8_1_2 p:nth-of-type(3) a::before {
	display: none;
}
#page_top .blk_8_1_2 p a > span {
	display: block;
	width: 100%;
	height: 100%;
}
#page_top .blk_8_1_2 p a > span::after {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	left:calc(100% - 35px);
	top:50%;
	border-right:3px solid var(--col_2);
	border-top:3px solid var(--col_2);
	transform-origin: 100% 0;
	transform: rotate(45deg);
}
#page_top .blk_8_1_2 p:nth-of-type(1) a > span::after {
	border-color:#ffffff;
}
#page_top .blk_8_1_2 p a > span > span {
	position: absolute;
	display: block;
	left:50%;
	top:50%;
	width:100%;
	transform:translate(-50%, -50%);
}
#page_top .blk_8_1_2 p a > span > span > span:nth-of-type(1) {
	display: block;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 700;
	color:var(--col_2);
	padding:0 80px;
}
#page_top .blk_8_1_2 p:nth-of-type(1) a > span > span > span:nth-of-type(1) {
	color:#ffffff;
}
#page_top .blk_8_1_2 p a > span > span > span:nth-of-type(1) br {
	display: none;
}
#page_top .blk_8_1_2 p a > span > span > span:nth-of-type(1) > span {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}
#page_top .blk_8_1_2 p a > span > span > span:nth-of-type(2) {
	display: block;
	font-size: min(2.4vw, 32px);
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	color:var(--col_2);
	padding:10px 0 0 0;
}
#page_top .blk_8_1_2 p:nth-of-type(1) a > span > span > span:nth-of-type(2) {
	color:#ffffff;
}

/*
*/
#page_top .blk_bk_wave {
	position: absolute;
	display: block !important;
	left:0;
	top:0;
	width: 100%;
	max-width: none !important;
	height: 100%;
	padding:0 !important;
	overflow: hidden;
	opacity: .3;
	pointer-events: none;
}
#page_top .blk_bk_wave .bks {
  position: absolute;
  left:50%;
  top:0;
  width:100%;
  height: 100%;
  z-index: 1;
  max-width: var(--max_wid_1);
  transform: translateX(-50%);
}
#page_top .blk_bk_wave > div > div {
  position: absolute;
	background-position: 0 0;
	background-size: 100% auto;
}
#page_top .blk_bk_wave > div > div::before {
  display: block;
  content:'';
  width: 100%;
  padding:29.6% 0 0 0;
}

/*  */
#page_top .blk_3_2 .blk_bk_wave {
	opacity: 1;
}
#page_top .blk_3_2 .blk_bk_wave .bk_1 {
  width: 308px;
	left: 100px;
	top:80px;
  background-image: url('../images/bk_3_3.svg');
}
#page_top .blk_3_2 .blk_bk_wave .bk_2 {
  width: 389px;
  left:calc(100% - 350px);
  top:180px;
  background-image: url('../images/bk_3_4.svg');
}
#page_top .blk_3_2 .blk_bk_wave .bk_3 {
  width: 307px;
  left:-100px;
  top:30%;
  background-image: url('../images/bk_3_4.svg');
}
#page_top .blk_3_2 .blk_bk_wave .bk_4 {
  width: 203px;
  left: calc(100% - 150px);
  top:55%;
  background-image: url('../images/bk_3_3.svg');
}
#page_top .blk_3_2 .blk_bk_wave .bk_5 {
  width: 253px;
  left:0;
  top:calc(100% - 300px);
  background-image: url('../images/bk_3_3.svg');
}
#page_top .blk_3_2 .blk_bk_wave .bk_6 {
  width: 358px;
  left:calc(100% - 370px);
  top:calc(100% - 250px);
  background-image: url('../images/bk_3_4.svg');
}
/*  */ 
#page_top .blk_4_1 > .blk_bk_wave .bk_1 {
  width:378px;
	left:0;
  top:150px;
  background-image: url('../images/bk_3_1.svg');
}
#page_top .blk_4_1 > .blk_bk_wave .bk_2 {
  width: 256px;
	left:calc(100% - 100px);
  top:350px;
  background-image: url('../images/bk_3_1.svg');
}
#page_top .blk_4_1 > .blk_bk_wave .bk_3 {
  width: 310px;
  left:20px;
  top:calc(100% - 250px);
  background-image: url('../images/bk_3_1.svg');
}
#page_top .blk_4_1 > .blk_bk_wave .bk_4 {
  width: 323px;
  left: calc(100% - 300px);
  top:calc(100% - 200px);
  background-image: url('../images/bk_3_2.svg');
}
/*  */
#page_top .blk_5 .blk_bk_wave {
	opacity: 1;
}
#page_top .blk_5 .blk_bk_wave .bk_1 {
  width: 427px;
  left:calc(100% - 400px);
  top:50px;
  background-image: url('../images/bk_3_4.svg');
}
#page_top .blk_5 .blk_bk_wave .bk_2 {
  width: 308px;
	left: -100px;
	top:400px;
  background-image: url('../images/bk_3_4.svg');
}
#page_top .blk_5 .blk_bk_wave .bk_3 {
  width: 249px;
  left:-50px;
  top:calc(100% - 350px);
  background-image: url('../images/bk_3_4.svg');
}
#page_top .blk_5 .blk_bk_wave .bk_4 {
  width: 274px;
  left: 100px;
  top:calc(100% - 200px);
  background-image: url('../images/bk_3_4.svg');
}
#page_top .blk_5 .blk_bk_wave .bk_5 {
  width: 356px;
  left:calc(100% - 350px);
  top:calc(100% - 200px);
  background-image: url('../images/bk_3_3.svg');
}
/*  */ 
#page_top .blk_6 > .blk_bk_wave .bk_1 {
  width:266px;
	left:-100px;
  top:200px;
  background-image: url('../images/bk_3_2.svg');
}
#page_top .blk_6 > .blk_bk_wave .bk_2 {
  width: 426px;
	left:calc(100% - 400px);
  top:100px;
  background-image: url('../images/bk_3_1.svg');
}
#page_top .blk_6 > .blk_bk_wave .bk_3 {
  width: 170px;
  left:0;
  top:30%;
  background-image: url('../images/bk_3_1.svg');
}
#page_top .blk_6 > .blk_bk_wave .bk_4 {
  width: 345px;
  left: calc(100% - 200px);
  top:40%;
  background-image: url('../images/bk_3_1.svg');
}
#page_top .blk_6 > .blk_bk_wave .bk_5 {
  width: 286px;
  left: calc(100% - 300px);
  top:55%;
  background-image: url('../images/bk_3_2.svg');
}
#page_top .blk_6 > .blk_bk_wave .bk_6 {
  width: 301px;
  left: -150px;
  top:65%;
  background-image: url('../images/bk_3_2.svg');
}
#page_top .blk_6 > .blk_bk_wave .bk_7 {
  width: 514px;
  left:calc(100% - 400px);
  top:calc(100% - 450px);
  background-image: url('../images/bk_3_2.svg');
}
#page_top .blk_6 > .blk_bk_wave .bk_8 {
  width: 351px;
  left:0;
  top:calc(100% - 250px);
  background-image: url('../images/bk_3_2.svg');
}
#page_top .blk_6 > .blk_bk_wave .bk_9 {
  width: 272px;
  left:calc(100% - 350px);
  top:calc(100% - 150px);
  background-image: url('../images/bk_3_2.svg');
}
/*
*/
#page_top .mv_weeks {
	width:100%;
	height:100%;
}
/*
*/
#page_top .blk_mv_wrap {
	width:100%;
	height:100%;
}



/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#header {
	position: fixed;
}
/*
*/
#page_top {
  width: 100%;
  height: 100%;
}
/*
*/
#page_top .blk_1 {
	height: 100%;
	padding: 50px 0 0 0;
	margin-top: auto;
	min-height: 400px;
	max-height: 700px;
}
/*  */
#page_top .blk_1_1 {
	height: calc(100% - 20px);
}
/*  */
#page_top .blk_1_2 {
	display: none;
}
/*  */
#page_top .blk_mv_wrap {

}
/*
*/
#page_top .blk_2 {
	margin-top: auto;
}
#page_top .blk_2::before {
	height: 200px;
	top:-30px;
	top:0;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
@keyframes bk_mask_kf_1 {
  0%   {
		top:-15px;
		mask-position: calc(50% - 150px) 0;
		-webkit-mask-position: calc(50% - 150px) 0;
	}
  100% {
		top:-30px;
		mask-position: 50% 0;
		-webkit-mask-position: 50% 0;
	}
}
#page_top .blk_2 > div {
	padding: 0;
}
/*  */
#page_top .blk_2_1 {
  width:100%;
	max-width: var(--max_wid_2);
	margin: auto;
	padding:0 0 40px 0;
}
#page_top .blk_2_1::before {
	left:0;
  top:-5px;
  font-size: 70px;	
}
#page_top .blk_2_1.tgt_nm_psa::before {
	opacity: 0;
	transform: translateY(30px);
}
#page_top .blk_2_1.tgt_nm_psa.psa_show::before {
  animation:blk_2_kf_7 .6s ease-out 0s 1 normal both;
}
@keyframes blk_2_kf_7 {
	100% {opacity:0; transform: translateY(30px);}
  100% {opacity:.25; transform: translateY(0);}
}
#page_top .blk_2_1 > div {
	width: var(--tgt_wid_2);
	margin: auto;
	display: block;
  padding:75px 0 0 0;
}
/*  */
#page_top .blk_2_1_1 {
	display: block;
  width:100%;
}
#page_top .blk_2_1_1 h2 span:nth-of-type(1) {
  font-size: 22px;
}
#page_top .blk_2_1_1 h2 span:nth-of-type(2) {
  font-size: 11px;
  padding:8px 0 0 0;
}

#page_top .blk_2_1_1 p {
	position: absolute;
	left:100%;
	top:-2px;
	padding:0;
	transform: translate(-100%, 0);
}
#page_top .blk_2_1_1.tgt_nm_psa p {
	opacity: 0;
	transform: translate(-100%, 20px);
}
#page_top .blk_2_1_1.tgt_nm_psa.psa_show p {
  animation:blk_2_kf_6 .6s ease-out .6s 1 normal both;
}
@keyframes blk_2_kf_6 {
	0% {opacity:0; transform: translate(-100%, 20px);}
  100% {opacity:1; transform: translate(-100%, 0);}
}

#page_top .blk_2_1_1 p .gsty_btn_1 {
	width: auto;
	padding:0 30px 0 30px;
	height: 45px;
	line-height: 45px;
	font-size:min(3.8vw, 14px);
}
#page_top .blk_2_1_1 p .gsty_btn_1::after {
	left:calc(100% - 26px);
	background-size: 8px auto;
}
/*  */
#page_top .blk_2_1_2 {
	display: block;
  padding:40px 0 0 0;
}
#page_top .blk_2_1_2 .blk_news ul li {
	margin-bottom: 30px;
}
#page_top .blk_2_1_2 .blk_news ul li p:nth-of-type(1) a {
	font-size:12px;
	padding: 5px 18px 5px 18px;
}
#page_top .blk_2_1_2 .blk_news ul li p:nth-of-type(2) {
	padding:0 0 0 15px;
	font-size:12px;
	width: auto;
}
#page_top .blk_2_1_2 .blk_news ul li p:nth-of-type(3) {
	padding:10px 0 20px 0;
}
#page_top .blk_2_1_2 .blk_news ul li p:nth-of-type(3) a {
	font-size:15px;
}

/*  */
#page_top .blk_2_2 {
	padding:80px 0 30px 0;
}
#page_top .blk_2_2::before {
	height: 200px;
	top:-30px;
	top:0;
	mask-size: 400px auto;
	-webkit-mask-size: 400px auto;
}
#page_top .blk_2_2 > div {
	max-width: var(--max_wid_2);
}
#page_top .blk_2_2 > div::before {
  top:-70px;
  font-size: 50px;
}
#page_top .blk_2_2 > div > section {
	width: var(--tgt_wid_2);
	margin: auto;
	padding:20px 0 60px 0;
}
#page_top .blk_2_2 > div > section h3 span:nth-of-type(1) {
  font-size: 22px;
}
#page_top .blk_2_2 > div > section h3 span:nth-of-type(2) {
  font-size: 11px;
  padding:8px 0 0 0;
}
/*  */
 #page_top .blk_2_2 .blk_exa {
	padding-top:30px;
}
/*  */
#page_top .blk_2_3 {
	padding:20px 0 40px 0;
}
#page_top .blk_2_3 > div {
	max-width: var(--max_wid_2);
}
#page_top .blk_2_3 > div > div {
  width:100%;
  min-width: 0;
}
#page_top .blk_2_3 .banner_weeks {
  height:240px;
	background-size: auto 100%;
}
#page_top .blk_2_3 .banner_weeks h3 {
  left:calc(50% - 8px);
  top: 40px;
  width:240px;
}
#page_top .blk_2_3 .banner_weeks p {
  top: calc(100% - 45px);
}
#page_top .blk_2_3 .banner_weeks p a {
	width:190px;
	height: 36px;
	font-size: 15px;
	line-height: 33px;
}
#page_top .blk_2_3 .banner_weeks p a::before {
	left:calc(100% - 19px);
	top:11px;
	border-width: 5px 0 5px 8px;
}
/*  */
#page_top .blk_2 .blk_btn {
  width:100%;
  max-width: 900px;
}
#page_top .blk_2 .blk_btn p {
  position: absolute;
  width:110px;
  height: 110px;
  left:4%;
  top:-130px;
}
#page_top .blk_2 .blk_btn p a {
  border: 2px solid #F4AB00;
}
#page_top .blk_2 .blk_btn p::before {
  left:2px;
  top:4px;
}
#page_top .blk_2 .blk_btn p a img {
  position: absolute;
  left:50%;
  top:calc(50% - 5px);
  display: block;
  width: 120%;
  height: auto;
  transform: translate(-50%, -50%);
}
/*
*/
#page_top .blk_3::before {
	height: 200px;
	top:-30px;
	top:0;
	mask-size: 400px auto;
	-webkit-mask-size: 400px auto;
}
#page_top .blk_3 > section {
	padding:0;

}
/*  */
#page_top .blk_3_1 {
	padding:55px 0 80px 0;
}
#page_top .blk_3_1::before {
	left:100%;
	top:-5px;
	font-size: 70px;
	transform: translateX(-100%);
}


/*  */
#page_top .blk_3_1 {
	max-width: var(--max_wid_2);
}
/*  */
#page_top .blk_3_1 .blk_bk {
	display: none;
}
/*  */
#page_top .blk_3_1 > div {
	width:var(--tgt_wid_2);
	padding:5% ;
}
#page_top .blk_3_1 > div::before {
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	border-radius: 10px;
}
/*  */
#page_top .blk_3_1_1 {
	display: block;
	width:100%;
	padding:0 0 30px 0;
}
#page_top .blk_3_1_1 h2 {
	padding:10px 0 0 0;
}
#page_top .blk_3_1_1 h2 span:nth-of-type(1) {
	font-size: 16px;
	padding:0 0 12px 0;
  background-size: 8px 8px;
}
#page_top .blk_3_1_1 h2 span:nth-of-type(2) {
	font-size: 18px;
	padding:20px 0 0 0;
}
#page_top .blk_3_1_1 h2::before {
	left:100%;
	top:-40px;
	font-size: 70px;
	transform: translateX(-100%);
}
#page_top .blk_3_1_1 p:nth-of-type(1) {
	padding:20px 0 0 0;
	font-size: 15px;
	line-height: 2;
}
#page_top .blk_3_1_1 p:nth-of-type(2) {
	font-size: 14px;
	line-height: 2;
	padding:30px 0 0 0;
}
/*  */
#page_top .blk_3_1_2 {
	display: block;
	width:100%;
	padding:0 0 20px 0;
}
#page_top .blk_3_1_2 > section {
	padding:0 60px 0 0;
}
#page_top .blk_3_1_2 > section > div {
	padding:6% 8%;
}
#page_top .blk_3_1_2 > section > div h4 {
	font-size:16px;
	padding:0 0 13px 0;
}
#page_top .blk_3_1_2 > section > div .gsty_btn_1 {
	height:45px;
	line-height: 47px;
	font-size: min(3.5vw, 14px);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(1) {
	left:calc(100% - 45px);
	width:45px;
	border-radius: 10px;
	padding: 0;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(1) h3 {
	font-size:18px;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(3) {
	padding:25px 5%;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(3) p {
	padding:17px 5px;
	font-size: min(4vw, 15px);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) {
	padding:6% 0;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) ul {
	padding:0 4%;
	margin: auto auto 10px auto;
	max-width: 400px;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) ul li {
	height: 30px;
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) ul li span {
	font-size: min(3vw, 12px);
}
#page_top .blk_3_1_2 > section > div:nth-of-type(4) p {
	padding:0 8%;
}
/*  */
#page_top .blk_3_2 {
	padding:40px 0 0 0;
}
#page_top .blk_3_2::before {
	height: 200px;
	top:-30px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_top .blk_3_2_1 {
	max-width: var(--max_wid_2);
}
#page_top .blk_3_2_1_1 {
	width:var(--tgt_wid_2);
}
#page_top .blk_3_2_1_1 h3 {
	transform-origin: 50% 100%;
	transform:scale(.8);
}
#page_top .blk_3_2_1_1 p:nth-of-type(1) {
	padding:20px 0 0 0;
	font-size: min(5vw, 20px);
}
#page_top .blk_3_2_1_1 p:nth-of-type(2) {
	padding:20px 0 0 0;
	font-size: 14px;
}
#page_top .blk_3_2_1_1 .blk_bk {
	display: none;
}
#page_top .blk_3_2_1_2 {
	width:var(--tgt_wid_2);
	padding:20px 0 0 0;
}
#page_top .blk_3_2_1_2::before {
	display: none;
}
#page_top .blk_3_2_1_2 h4 {
	display: none;
}
#page_top .blk_3_2_1_2 ol {
	display: block;
	max-width: 440px;
	margin: auto;
}
#page_top .blk_3_2_1_2.tgt_nm_psa ol {
	opacity: 1;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol {
	animation:none;
	opacity: 1;
}
#page_top .blk_3_2_1_2 ol::before,
#page_top .blk_3_2_1_2 ol::after {
	display: none;
}
#page_top .blk_3_2_1_2 ol li {
	display: block;
	width:100%;
	height: auto;
	margin-bottom: 50px;
}
#page_top .blk_3_2_1_2.tgt_nm_psa ol li {
	opacity: 0;
	transform: translateY(-20px);
	pointer-events: none;
	height: auto;
	border-radius:10px;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li {
	pointer-events: auto;
	animation:blk_3_kf_1 .6s ease-out 0s 1 normal both;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li:nth-of-type(2) {
	animation-delay: .2s;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li:nth-of-type(3) {
	animation-delay: .4s;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) {
	padding:0;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(2) {
	padding:0 ;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(3) {
	padding:0;
}

#page_top .blk_3_2_1_2 ol li:nth-of-type(1)::before {
	background-image: none;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(2)::before {
	background-image: none;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(3)::before {
	background-image: none;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1)::before,
#page_top .blk_3_2_1_2 ol li:nth-of-type(2)::before {
	position: absolute;
	display: block;
	content: '';
	left:calc(50% - 30px);
	top:calc(100% + 15px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #D5D5D5 transparent transparent transparent;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) {
	background-image: url('../images/ill_1.svg');
	background-position: calc(100% - 20px) calc(50% - 20px);
	background-size: 70px auto;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(2) {
	background-image: url('../images/ill_2.svg');
	background-position: calc(100% - 20px) 50%;
	background-size: 72px auto;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(3) {
	background-image: url('../images/ill_3.svg');
	background-position: calc(100% - 10px) 50%;
	background-size: 80px auto;
}
#page_top .blk_3_2_1_2 ol li::before {
	display: none;
}
#page_top .blk_3_2_1_2 ol li p:nth-of-type(1) {
	left:35px;
	top:50%;
	transform: translate(-50%, -50%) scale(.65);
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) p:nth-of-type(1) {
	top:calc(50% - 25px);
}
#page_top .blk_3_2_1_2.tgt_nm_psa ol li p:nth-of-type(1) {
	opacity: 1;
	transform: translate(-50%, -50%) scale(.65);
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li p:nth-of-type(1) {
	animation:none;
}
#page_top .blk_3_2_1_2 ol li p:nth-of-type(2) {
	padding:30px 100px 30px 70px;
	font-size: 14px;
	line-height: 1.5;
}
#page_top .blk_3_2_1_2.tgt_nm_psa ol li p:nth-of-type(2) {
	opacity: 1;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li p:nth-of-type(2) {
	animation:none;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) p:nth-of-type(2) {
	padding-bottom: 80px;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) .blk_sty_1 a {
	height: 43px;
	font-size: 14px;
	line-height: 43px;
	padding:0 20px 0 0;
	border-radius:0 0 10px 10px;
}
#page_top .blk_3_2_1_2.tgt_nm_psa ol li:nth-of-type(1) .blk_sty_1 a {
	opacity: 1;
	pointer-events: auto;
}
#page_top .blk_3_2_1_2.tgt_nm_psa.psa_show ol li:nth-of-type(1) .blk_sty_1 a {
	animation:none;
}
#page_top .blk_3_2_1_2 ol li:nth-of-type(1) .blk_sty_1 a::after {
	width: 10px;
	height: 10px;
	left:calc(100% - 30px);
}
/*  */
#page_top .blk_3_2_1_3 {
	width:var(--tgt_wid_2);
	padding:0 0 80px 0;
	margin: auto;
}
#page_top .blk_3_2_1_3.tgt_nm_psa p {
	transform:scale(1.1);
}
#page_top .blk_3_2_1_3 p .gsty_btn_1 {
	padding:12px 0 0 0;
	font-size: 15px;
}
#page_top .blk_3_2_1_3 p .gsty_btn_1::after {
	left:calc(100% - 30px);
}
 
/*
*/
#page_top .blk_4 {
}
#page_top .blk_4 > section {
}
/*  */
#page_top .blk_4_1 {
}
#page_top .blk_4_1::before {
	height: 200px;
	top:-30px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_top .blk_4_1 > div {
	max-width: var(--max_wid_2);
	padding: 120px 0 0 0;
}
#page_top .blk_4_1 > div:nth-of-type(1):before {
  font-size: 70px;
}
#page_top .blk_4_1 > div:nth-of-type(1) > div {
	width:var(--tgt_wid_2);
	margin: auto;
	padding:20px 0 0 0;
}
#page_top .blk_4_1 h2 {
	position: absolute;
	top:-50px;
}
#page_top .blk_4_1 h2 span:nth-of-type(1) {
  font-size: 22px;
	white-space: nowrap;
}
#page_top .blk_4_1 h2 span:nth-of-type(2) {
  font-size: 11px;
  padding:8px 0 0 0;
}
#page_top .blk_4_1 ul {
	display: block;
	border-radius: 10px;
}
#page_top .blk_4_1 ul.tgt_nm_psa {
	transform: translateY(30px);
}
#page_top .blk_4_1 ul.tgt_nm_psa.psa_show {
  animation:blk_4_kf_1 .6s ease-out .4s 1 normal both;
}
#page_top .blk_4_1 ul li {
	display: block;
	width:100%;
	padding:6% 0 75px 0;
	border-left: none;
}
#page_top .blk_4_1 ul li:last-child {
	border-radius: 0 0 10px 0;
}
#page_top .blk_4_1 ul li > div {
	width: 88%;
	padding:calc(53.38% * .88)  0 0 0;
	border-radius: 10px;
}
#page_top .blk_4_1 ul li > div::after {
	left:calc(100% - 10px);
	top:calc(100% - 8px);
}
#page_top .blk_4_1 ul li p:nth-of-type(1) {
	font-size: 20px;
	padding:25px 0 0 0;
}
#page_top .blk_4_1 ul li p:nth-of-type(1).sty_1 {
	letter-spacing: .5em;
}
#page_top .blk_4_1 ul li p:nth-of-type(2) {
	font-size: 14px;
	line-height: 1.75;
	padding:20px 8% 0 8%;

}
#page_top .blk_4_1 ul li p.sty_2 a {
	text-align: center;
}
#page_top .blk_4_1 ul li p.sty_2 a span {
	display: inline-block;
	height: 45px;
	font-size: 15px;
	line-height: 45px;
	padding:0 25px 0 25px;
}
#page_top .blk_4_1 ul li p.sty_2 a span::after {
	width: 10px;
	height: 10px;
	left:calc(100% - 15px);
}
#page_top .blk_4_1 ul li p.sty_3 a span {
	height: 40px;
	font-size: 15px;
	line-height: 40px;
}
#page_top .blk_4_1 > div > div > p {
	text-align: center;
	padding:50px 0 80px 0;
}
#page_top .blk_4_1 > div > div > p .gsty_btn_1 {
	padding:11px 0 0 0;
	font-size: 16px;
	line-height: 1.25;
}
#page_top .blk_4_1 > div > div > p .gsty_btn_1 br {
	display: inline;
}
/*  */
#page_top .blk_4_2 {
	max-width: var(--max_wid_2);
	padding:35px 0 80px 0;
}
#page_top .blk_4_2 > div {
	width:var(--tgt_wid_2);
}
#page_top .blk_4_2_1 {
	width: 100%;
	padding: 0 0 30px 0;
}
#page_top .blk_4_2_1 p {
	font-size: 16px;
	text-align:left;
}
#page_top .blk_4_2_1 p br {
	display: none;
}
#page_top .blk_4_2_2 {
	display: block;
}
#page_top .blk_4_2_2 p {
	width:100%;
	font-size: 14px;
}
#page_top .blk_4_2_2 p:nth-of-type(1) {
}
#page_top .blk_4_2_2 p:nth-of-type(2) {
	padding:15px 0 30px 0;
}
#page_top .blk_4_2_2 p:nth-of-type(3) {
}
#page_top .blk_4_2_2 p:nth-of-type(4) {
	padding:15px 0 10px 0;
}
#page_top .blk_4_2_2 p a {
	border-radius: 10px;
	padding:120px 40px 30px 40px;
	background-position: 50% 20px;
	background-size: auto 80px;
}
#page_top .blk_4_2_2 p:nth-of-type(3) a {
	background-position: 50% 20px;
	background-size: auto 85px;
}
#page_top .blk_4_2_2 p a::after {
	width: 20px;
	height: 20px;
	left:calc(100% - 40px);
	top:calc(50% - 13px);
}
#page_top .blk_4_2_2 p a > span:nth-of-type(1) {
	font-size:20px;
}
#page_top .blk_4_2_2 p a > span:nth-of-type(2) {
	font-size:14px;
	padding:5px 0 0 0;
}
/*
*/
#page_top .blk_5 {
}
#page_top .blk_5::before {
	height: 200px;
	top:-30px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_top .blk_5 > section {
	max-width: var(--max_wid_2);
}
#page_top .blk_5 > section::before {
  font-size: 70px;
}
/*  */
#page_top .blk_5_1 {
	width:var(--tgt_wid_2);
}
#page_top .blk_5_1 h2 {
	width:100%;
	padding:75px 0 0 0;
}
#page_top .blk_5_1 h2 span:nth-of-type(1) {
  font-size: 22px;
}
#page_top .blk_5_1 h2 span:nth-of-type(2) {
  font-size: 11px;
  padding:8px 0 0 0;
}
/*  */
#page_top .blk_5_2 {
	width:var(--tgt_wid_2);
}
/*  */
#page_top .blk_5_2.comingsoon {
	height: 270px;
}
#page_top .blk_5_2.comingsoon::before {
	font-size: 26px;
	top:70px;
}
/*  */
#page_top .blk_5_2 > section {
	padding: 20px 0 30px 0;
}
#page_top .blk_5_2 > section h3 {
	font-size: 18px;
	padding:0 0 15px 0;
}
/*  */
#page_top .blk_5_2 .blk_qa {
  padding: 0 0 20px 0;
}
#page_top .blk_5_2 .blk_qa h4 {
  min-height: 52px;
}
#page_top .blk_5_2 .blk_qa h4 > span {
	left:calc(100% - 25px);
}
#page_top .blk_5_2 .blk_qa h4 > span::before,
#page_top .blk_5_2 .blk_qa h4 > span::after {
	width: 14px;
}
#page_top .blk_5_2 .blk_qa h4 label {
  font-size: 14px;
  padding: 8px 50px 8px 65px;
	border-radius: 80px;
}
#page_top .blk_5_2 .blk_qa h4 label::before {
	width:38px;
	height: 38px;
  font-size: 19px;
  line-height:36px;
	border: none;
	left:10px;
	top:calc(50% - 19px);
}
#page_top .blk_5_2 .blk_qa > div {
  padding: 0 20px 0 60px;
}
#page_top .blk_5_2 .blk_qa input:checked ~ div {
  padding: 20px 20px 20px 60px;
}
#page_top .blk_5_2 .blk_qa > div > p {
  font-size: 14px;
}
#page_top .blk_5_2 .blk_qa > div::before {
  left:10px;
  top:-25px;
	width:38px;
	height: 38px;
  font-size: 19px;
  line-height:35px;
}
#page_top .blk_5_2 .blk_qa input:checked ~ div::before {
  top:15px;
}
/*  */
#page_top .blk_5_3 {
	width:var(--tgt_wid_2);
	padding:20px 0 80px 0;
}
/*
*/
#page_top .blk_6 {
}
#page_top .blk_6::before {
	height: 200px;
	top:-30px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_top .blk_6 > section {
	max-width: var(--max_wid_2);
	padding:20px 0 60px 0;
}
/*  */
#page_top .blk_6_1 {
	width:var(--tgt_wid_2);
	margin: auto;
}
#page_top .blk_6_1 > a {
	display: block;
	width:100%;
	margin: auto;
	text-align: center;
	padding: 0 0 0 0;
	height: 240px;

	background-position: -280px 50%,  calc(100% + 280px) 50%, 50% 50%;
	background-size: auto 280px, auto 280px, cover;
}
#page_top .blk_6_1 > a > div h2 {
	font-size: 24px;
	padding:0 5px 15px 5px;
  background-size: 12px 12px;
}
#page_top .blk_6_1 > a > div p {
	padding:10px 0 0 0;
	font-size: 15px;
}
#page_top .blk_6_1 > a > div p br {
	display: none;
}
/*
*/
#page_top .blk_7 {
	padding:30px 0 0 0;
}
#page_top .blk_7 > section {
	max-width: var(--max_wid_2);
}
#page_top .blk_7 > section::before {
	left:50%;
	font-size: 70px;
	transform: translateX(-50%);
}
#page_top .blk_7.tgt_nm_psa > section::before {
	opacity: 0;
	transform: translateX(-50%) translateY(30px);
}
#page_top .blk_7.tgt_nm_psa.psa_show > section::before {
	animation:kf_psa_2 .8s ease-out 0s 1 normal both;
}
/*  */
#page_top .blk_7_1 {
	width:var(--tgt_wid_2);
	padding:40px 0 30px 0;
}
#page_top .blk_7_1 h2 {
	padding: 0;
}
#page_top .blk_7_1 h2 span:nth-of-type(1) {
	font-size: 22px;
}
#page_top .blk_7_1 h2 span:nth-of-type(2) {
	font-size: 11px;
	padding:8px 0 0 0;
}
/*  */
#page_top .blk_7_2 {
	width:var(--tgt_wid_2);
	padding:10px 0 60px 0;
}
/*
*/
#page_top .blk_8 {
}
#page_top .blk_8::before {
	height: calc(100% - 80px);
	top:80px;
}
#page_top .blk_8 > section {
	max-width: var(--max_wid_2);
	margin: auto;
	padding:0 0 90px 0;
}
/*  */
#page_top .blk_8_1 {
	width: var(--tgt_wid_2);
	padding:40px 0 0 0;
}
#page_top .blk_8_1_1 {
	width:86%;
	margin: auto;
}
#page_top .blk_8_1_1 h2 {
}
#page_top .blk_8_1_1 h2 span:nth-of-type(1) {
	font-size: 21px;
}
#page_top .blk_8_1_1 h2 span:nth-of-type(2) {
	font-size: 11px;
	padding:5px 0 0 0;
}
#page_top .blk_8_1_1 p {
	text-align: left;
	font-size: 14px;
	padding:20px 0 30px 0;
}
#page_top .blk_8_1_2 {
	width:86%;
	display: block;
	padding:0 0 30px 0;
}
#page_top .blk_8_1_2 p {
	height: 80px;
	margin-bottom: 25px;
}
#page_top .blk_8_1_2 p:nth-of-type(1) {
	width:100%;
}
#page_top .blk_8_1_2 p:nth-of-type(2) {
	width:100%;
}
#page_top .blk_8_1_2 p:nth-of-type(3) {
	width:100%;
	margin-top: 0;
}
#page_top .blk_8_1_2 p a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 2px solid var(--col_2);
}
#page_top .blk_8_1_2 p a::before {
	width: 38px;
	height: 50px;
	left:15px;
}
#page_top .blk_8_1_2 p:nth-of-type(3) a::before {
	display: none;
}
#page_top .blk_8_1_2 p a > span {
	display: block;
	width: 100%;
	height: 100%;
}
#page_top .blk_8_1_2 p a > span::after {
	width: 8px;
	height: 8px;
	left:calc(100% - 20px);
	border-right:2px solid var(--col_2);
	border-top:2px solid var(--col_2);
}
#page_top .blk_8_1_2 p a > span > span {
}
#page_top .blk_8_1_2 p a > span > span > span:nth-of-type(1) {
	font-size: 14px;
	line-height: 1.25;
	padding:0 50px;
}
#page_top .blk_8_1_2 p a > span > span > span:nth-of-type(1) br {
	display: inline;
}
#page_top .blk_8_1_2 p:nth-of-type(2) a > span > span > span:nth-of-type(1) {
	font-size: 10px;
	line-height: 1.25;
}
#page_top .blk_8_1_2 p:nth-of-type(3) a > span > span > span:nth-of-type(1) {
	font-size: 10px;
	line-height: 1.25;
	padding:0 10px;
}
#page_top .blk_8_1_2 p a > span > span > span:nth-of-type(2) {
	font-size: 20px;
	padding:5px 0 0 0;
}


/*
*/
#page_top .blk_bk_wave {
	display:none !important;
}
/*  */
}
