@charset "utf-8";
/***************************************************************************************************
	page_top.css
***************************************************************************************************/
#header {
  opacity:0;
  pointer-events: none;
}
#header.top_show {
  opacity:1;
  pointer-events: auto;
}
#header::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
  transform-origin: 0 0;
	background-color: #ffffff;
  pointer-events: none;
}
#header.top_show::after {
  transition:scale .6s ease-out 0s;
  scale:1 0;
  /* animation:header_kf_1 .6s ease-out 0s 1 normal forwards; */
}
/* @keyframes header_kf_1 {
  100% { scale:1 0; display:none;}
} */
/*
*/
#page_top {
  width:100%;
  overflow: hidden;
}
/*
*/
#page_top .blk_1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 1200px;
  z-index: 2;
}
/*
*/
#page_top .blk_2 {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 1200px;
  z-index: 1;
}
#page_top .blk_2 #kp_hd {
  top:calc(100% - 200px);
}
#page_top .blk_2 #kp_mv {
	position: absolute;
	left:0;
  top:100%;
	pointer-events: none;
	/* width:100px;
	height:100px;
	border:1px solid #ff0000;
  z-index: 100; */
}
/*
*/
#page_top .blk_3 {
  width: 100%;
  z-index: 3;
  padding:160px 0 160px 0;
  background-color: #323232;
  /* overflow: hidden; */
}
#page_top .blk_3 > div {
  width: 100%;
  text-align: center;
}
/*  */
#page_top .blk_3 p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color:#ffffff;

  max-width: var(--max_wid_1);
  padding:var(--padding_1);
  margin:auto;
  margin-bottom:45px;
}
#page_top .blk_3 p.tgt_nm_psa {
  translate:0 30px;
  opacity: 0;
}
#page_top .blk_3 p.tgt_nm_psa.psa_show {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_3_kf_1 {
  100% { translate: 0 0; opacity:1;}
}
#page_top .blk_3 p.tgt_nm_psa.psa_show:nth-of-type(1) {
  animation-delay: 0s;
}
#page_top .blk_3 p.tgt_nm_psa.psa_show:nth-of-type(2) {
  animation-delay: .1s;
}
#page_top .blk_3 p.tgt_nm_psa.psa_show:nth-of-type(3) {
  animation-delay: .2s;
}
#page_top .blk_3 p.tgt_nm_psa.psa_show:nth-of-type(4) {
  animation-delay: .3s;
}
#page_top .blk_3 p.tgt_nm_psa.psa_show:nth-of-type(5) {
  animation-delay: .4s;
}
#page_top .blk_3 p.tgt_nm_psa.psa_show:nth-of-type(6) {
  animation-delay: .5s;
}
#page_top .blk_3 p.tgt_nm_psa:nth-of-type(7) {
  translate:0 0;
	filter:blur(10px);
}
#page_top .blk_3 p.tgt_nm_psa.psa_show:nth-of-type(7) {
  animation:blk_3_kf_2 1.6s ease-out .6s 1 normal forwards;
}
@keyframes blk_3_kf_2 {
  100% { opacity:1; filter:blur(0);}
}
#page_top .blk_3 p span {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}
/*  */
#page_top .blk_3 p.blk_sty_1 {
  display: inline-block;
  padding: 0;
  text-align: center;
}
#page_top .blk_3 p.blk_sty_1 img {
  display: block;
  height: 34px;
  opacity:0;
}
#page_top .blk_3 p.blk_sty_1 span {
  position:absolute;
  display: block;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-color: #b3b3b3;
	background-position: 0 0;
	background-size:  100% auto;
	mask-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  mask-position: 0 0;
  mask-size: 0% 100%;
  mask-repeat: no-repeat;
  transition:mask-size .2s ease-out 0s;
}
#page_top .blk_3 p.blk_sty_1.t_1 span {
  background-image: url('../images/top_txt_05_01_02.svg');
}
#page_top .blk_3 p.blk_sty_1.t_2 span {
  background-image: url('../images/top_txt_05_03_02.svg');
}
#page_top .blk_3 p.blk_sty_1.t_2 {
  margin-bottom: 5px;
}
/*  */
#page_top .blk_3 p.blk_sty_2 img {
  display: inline;
  height: 23px;
  vertical-align:baseline;
  padding:0 4px;
}
#page_top .blk_3 p.blk_sty_2 img:nth-of-type(1) {
  padding:0 8px;
}
/*  */
#page_top .blk_3 p.blk_sty_3 {
  display: block;
  margin-top: 70px;
}
#page_top .blk_3 p.blk_sty_3 img {
  display: inline-block;
  height: 43px;
}
/*
*/
#page_top .blk_4 {
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
}
/*  */
#page_top .blk_4_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_1);
  margin:auto;
}
#page_top .blk_4_1 ul {
  display: block;
  list-style: none;
}
#page_top .blk_4_1 ul li {
  display: block;
  width:100%;
  height:200px;
  border-bottom: 1px solid #b2b2b2;
}
#page_top .blk_4_1 ul.tgt_nm_psa li {
  translate:0 40px;
  opacity: 0;
  pointer-events: none;
}
#page_top .blk_4_1 ul.tgt_nm_psa.psa_show li {
  animation:blk_4_kf_1 .8s ease-out 0s 1 normal forwards;
}
@keyframes blk_4_kf_1 {
  100% { translate: 0 0; opacity:1; pointer-events: auto;}
}
#page_top .blk_4_1 ul.tgt_nm_psa.psa_show li:nth-of-type(1) {
  animation-delay: .2s;
}
#page_top .blk_4_1 ul.tgt_nm_psa.psa_show li:nth-of-type(2) {
  animation-delay: .4s;
}
#page_top .blk_4_1 ul.tgt_nm_psa.psa_show li:nth-of-type(3) {
  animation-delay: .6s;
}
#page_top .blk_4_1 ul.tgt_nm_psa.psa_show li:nth-of-type(4) {
  animation-delay: .8s;
}
#page_top .blk_4_1 ul.tgt_nm_psa.psa_show li:nth-of-type(5) {
  animation-delay: 1s;
}
#page_top .blk_4_1 ul.tgt_nm_psa.psa_show li:nth-of-type(6) {
  animation-delay: 1.2s;
}
#page_top .blk_4_1 ul li a {
  display: block;
  width:100%;
  height: 100%;
  /* padding:50px 0 0 150px; */
  background-color: #ffffff;
  transition: background-color .3s ease-out 0s;
}
#page_top .blk_4_1 ul li a.disable {
  pointer-events: none;
}
#page_top .blk_4_1 ul li a.nm_hover {
  background-color: #000000;
}
#page_top .blk_4_1 ul li a span:nth-of-type(1) {
  position: absolute;
  display: block;
  left:75px;
  top:50%;
  translate:-50% -50%;
  font-family: "pragmatica-extended",sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color:#ababab;
  transition: color .3s ease-out 0s;
}
#page_top .blk_4_1 ul li a.disable span:nth-of-type(1) {
  color:#ecebea;
  transition: color 0s 0s;
}
#page_top .blk_4_1 ul li a.nm_hover span:nth-of-type(1) {
  color:#ffffff;
}
#page_top .blk_4_1 ul li a span:nth-of-type(2) {
  position: absolute;
  display: block;
  font-family: "pragmatica-extended",sans-serif;
  font-size: min(5vw, 80px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
  color:#ababab;
  left:150px;
  top:calc(50% - 5px);
  translate: 0 -50%;
  transition: color .3s ease-out 0s;
}
#page_top .blk_4_1 ul li a.disable span:nth-of-type(2)::before {
	position: absolute;
	display: block;
	content: '';
	width: 200px;
	height: 36px;
	left:calc(100% + 25px);
	top:calc(50% - 18px);
	background-image: url('../images/header_btn_04.svg');
	background-position: 50% 50%;
	background-size: contain;
}
#page_top .blk_4_1 ul li a.disable span:nth-of-type(2) {
  color:#ecebea;
  transition: color 0s 0s;
}
#page_top .blk_4_1 ul li a.nm_hover span:nth-of-type(2) {
  color:#ffffff;
}
#page_top .blk_4_1 ul li a span:nth-of-type(3) {
  position: absolute;
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color:#ababab;
  padding:min(5vw, 80px) 0 0 0;
  left:150px;
  top:calc(50% + 10px);
  translate: 0 -50%;
  transition: color .3s ease-out 0s;
}
#page_top .blk_4_1 ul li a.disable span:nth-of-type(3) {
  color:#ecebea;
  transition: color 0s 0s;
}
#page_top .blk_4_1 ul li a.nm_hover span:nth-of-type(3) {
  color:#ffffff;
}
#page_top .blk_4_1 ul li a span:nth-of-type(4) {
  display: none;
}
/*  */
#page_top .blk_4_2 {
  position: absolute;
  left:50%;
  top:0;
  width: 100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_1);
  translate: -50% 0;
  pointer-events: none;
}
#page_top .blk_4_2 .is {
  width:100%;
}
#page_top .blk_4_2 .is .i {
  width:100%;
  height:200px;
  opacity:0;
  transition: opacity .2s ease-out 0s;
  z-index: 1;
}
#page_top .blk_4_2 .is .i.show {
  opacity:1;
  z-index: 10;
  transition: opacity .4s ease-out 0s;
}
#page_top .blk_4_2 .is .i .pht {
  position: absolute;
  left:93%;
  top:100px;
  width:min(500px, 43%);
  padding:min(500px, 43%) 0 0 0;
  /* translate: -100% -9%; */
  translate:-100% -50%;
	background-position: 50% 50%;
	background-size: cover;

  mask-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  mask-position: 0 100%;
  mask-size: 100% 0%;
  mask-repeat: no-repeat;
  transition:mask-size .4s ease-out 0s;
}
#page_top .blk_4_2 .is .i.show .pht {
  mask-size: 100% 100%;
}
#page_top .blk_4_2 .is .i.i_1 .pht {
  background-image: url('../images/top_img_04_01.jpg');
}
#page_top .blk_4_2 .is .i.i_2 .pht {
  background-image: url('../images/top_img_04_02.jpg');
}
#page_top .blk_4_2 .is .i.i_3 .pht {
  background-image: url('../images/top_img_04_03.jpg');
}
#page_top .blk_4_2 .is .i.i_4 .pht {
  background-image: url('../images/top_img_04_04.jpg');
}
#page_top .blk_4_2 .is .i.i_5 .pht {
  background-image: url('../images/top_img_04_05.jpg');
}
#page_top .blk_4_2 .is .i.i_6 .pht {
  background-image: url('../images/top_img_04_06.jpg');
}
#page_top .blk_4_2 .is .i div:nth-of-type(2) {
  position:absolute;
  left:93%;
  top:50%;
  width:90px;
  height:90px;
  border-radius: 50%;
  translate: -70% -50%;
  background-color: #ffffff;
  transition: translate .4s ease-out 0s, opacity .4s ease-out 0s;
}
#page_top .blk_4_2 .is .i.show div:nth-of-type(2) {
  translate: -50% -50%;
  opacity:1;
}
#page_top .blk_4_2 .is .i div:nth-of-type(2)::after {
	position: absolute;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	left:calc(50% - 15px);
	top:calc(50% - 15px);
	background-image: url('../images/btn_ill_01.svg');
	background-position: 50% 50%;
	background-size: 100% auto;
}
/*  */
#page_top .blk_4_3 {
  display:none;
}
/*
*/
#page_top .blk_5 {
  width: 100%;
  z-index: 4;
  background-color: #ffffff;
}
#page_top .blk_5 > div {
  width: 100%;
}
/*  */
#page_top .blk_5 ul {
  display: table;
  width: 100%;
  height: calc(29vw + 340px);
}
#page_top .blk_5 ul li {
  display: table-cell;
  width:50%;
  height: 100%;
  overflow: hidden;
}
#page_top .blk_5 ul li a {
  position: absolute;
  display:block;
  width:29vw;
  height: 29vw;
  left:57%;
  top:140px;
  translate: -50% 0;
}
#page_top .blk_5 ul li.tgt_2 a {
  left:43%;
}
#page_top .blk_5 ul li a br {
  display:none;
}
#page_top .blk_5 ul li a .t {
  position: absolute;
  display:block;
  width:100%;
  left:0;
  top:100%;
  padding:25px 0 25px 0;
  opacity:0;
  translate: 0 20px;
  transition:opacity .4s ease-out 0s, translate 0s ease-out .4s;
}
#page_top .blk_5 ul li.t_show a .t {
  opacity:1;
  translate: 0 0;
  transition:opacity .6s ease-out 0s, translate .6s ease-out 0s;
}
#page_top .blk_5 ul li a .t span:nth-of-type(1) {
  display:block;
  font-size: 26px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
  white-space: nowrap;
	font-family: "pragmatica-extended",sans-serif; 
}
#page_top .blk_5 ul li a .t span:nth-of-type(1) br {
  display: none;
}
#page_top .blk_5 ul li a .t span:nth-of-type(2) {
  display:block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding:10px 0 0 0;
}
#page_top .blk_5 ul li a .i {
  position: absolute;
  display:block;
  left:50%;
  top:50%;
  width:58vw;
  height:58vw;
  translate:-50% -50%;
	background-image: url('../images/top_img_01.jpg');
	background-position: 50% 50%;
	background-size: cover;
  pointer-events: none;
}
#page_top .blk_5 ul li:nth-of-type(2) a .i {
	background-image: url('../images/top_img_02.jpg');
}
#page_top .blk_5 ul li a .i_sp {
  display: none;
}
/*
*/
#page_top .blk_6 {
  width: 100%;
  z-index: 6;
  padding:0 0 100px 0;
  background-color: #ffffff;
}
#page_top .blk_6 > div {
  width: 100%;
  max-width: 1400px;
  height: 450px;
  margin: auto;
}
#page_top .blk_6.tgt_nm_psa > div {
  opacity: 0;
}
#page_top .blk_6.tgt_nm_psa.psa_show > div {
  animation:blk_6_kf_1 1s ease-out .2s 1 normal forwards;
}
@keyframes blk_6_kf_1 {
  100% { opacity:1; pointer-events: auto;}
}
#page_top .blk_6 > div a {
  display: block;
  width:100%;
  height: 100%;
  overflow: hidden;
}
#page_top .blk_6 > div a img {
  position:absolute;
  display: block;
  left:50%;
  top:50%;
  translate:-50% -50%;
  width:1400px;
  transition: scale .6s ease-out 0s;
}
#page_top .blk_6 > div a.nm_hover img {
  scale:1.1;
}
#page_top .blk_6 > div a span {
  position:absolute;
  left:93%;
  top:50%;
  width:90px;
  height:90px;
  border-radius: 50%;
  translate: -70% -50%;
  background-color: #ffffff;
  transition: translate .4s ease-out 0s, opacity .4s ease-out 0s;
  opacity:0;
}
#page_top .blk_6 > div a.nm_hover span {
  translate: -50% -50%;
  opacity:1;
}
#page_top .blk_6 > div a span::after {
	position: absolute;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	left:50%;
	top:50%;
	background-image: url('../images/btn_ill_01.svg');
	background-position: 50% 50%;
	background-size: 100% auto;
  translate: -50% -50%;
}


/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
#header.top_show {
  transition:opacity .6s ease-out 0s;
}
#header::after {
  display: none;
}
/*
*/
#page_top {
  width:100%;
  overflow: hidden;
}
/*
*/
#page_top .blk_1 {
  min-height: 600px;
  max-height: 800px;
}
/*
*/
#page_top .blk_2 {
  min-height: 600px;
  max-height: 800px;
}
/*
*/
#page_top .blk_3 {
  padding:60px 0 20px 0;
}
/*  */
#page_top .blk_3 p {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  max-width: none;
  padding:var(--padding_1_sp);
  margin-bottom:30px;
}
#page_top .blk_3 p span {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}
/*  */
#page_top .blk_3 p.blk_sty_1 {
  display: inline-block;
}
#page_top .blk_3 p.blk_sty_1 img {
  height: min(30px, 6vw);
}
/*  */
#page_top .blk_3 p.blk_sty_2 img {
  height: 26px;
  padding:0 3px;
}
#page_top .blk_3 p.blk_sty_2 img:nth-of-type(1) {
  padding:0 7px;
}
/*  */
#page_top .blk_3 p.blk_sty_3 {
  margin-top: 45px;
}
#page_top .blk_3 p.blk_sty_3 img {
  height: min(34px, 7vw);
  margin-bottom: 13px;
}
/*
*/
#page_top .blk_4 {
  overflow: hidden;
  padding:70px 0 0 0;
}
/*  */
#page_top .blk_4_1 {
  display:none;
}
/*  */
#page_top .blk_4_2 {
  display:none;
}
/*  */
#page_top .blk_4_3 {
  display:block;
  width:100%;
  max-width: var(--max_wid_2);
  margin: auto;
}
#page_top .blk_4_3.tgt_nm_psa {
  translate:0 40px;
  opacity: 0;
  pointer-events: none;
}
#page_top .blk_4_3.tgt_nm_psa.psa_show {
  animation:blk_4_kf_2_sp .8s ease-out 0s 1 normal forwards;
}
@keyframes blk_4_kf_2_sp {
  100% { translate: 0 0; opacity:1; pointer-events: auto;}
}
#page_top .blk_4_3 .ss_sp {
  display:block;
  left:4%;
  width:96%;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss {
  display:block;
  width:86%;
  padding:calc(86% * .93 + 85px) 0 0 0;
  left:0;
  top:0;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p {
  width:93%;
  height: 100%;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p a {
  display: block;
  width:100%;
  height: 100%;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p a.disable {
  pointer-events: none;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p a::before {
	display: block;
	content: '';
	width: 100%;
  padding:100% 0 0 0;
	background-position: 50% 50%;
	background-size: cover;
  background-color: #f0f0f0;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck.deckid_1 p a::before {
  background-image: url('../images/top_img_04_01.jpg');
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck.deckid_2 p a::before {
  background-image: url('../images/top_img_04_02.jpg');
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck.deckid_3 p a::before {
  background-image: url('../images/top_img_04_03.jpg');
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck.deckid_4 p a::before {
  background-image: url('../images/top_img_04_04.jpg');
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck.deckid_5 p a::before {
  background-image: url('../images/top_img_04_05.jpg');
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck.deckid_6 p a::before {
  background-image: url('../images/top_img_04_06.jpg');
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p a.disable::before {
  opacity:.5;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p a.disable::after {
  position:absolute;
	display: block;
	content: '';
	width: 100%;
  padding:100% 0 0 0;
  left:0;
  top:0;
  background-image: url('../images/header_btn_04.svg');
	background-position: 50% 50%;
	background-size: auto 30px;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p a span:nth-of-type(1) {
  position: absolute;
  display: block;
  left:5%;
  top:calc(100% - 98px);
  font-family: "pragmatica-extended",sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color:#d8d6d4;
  translate:0 -100%;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p a span:nth-of-type(2) {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
  font-family: "pragmatica-extended",sans-serif;
  color:#000000;
  padding:10px 0 0 0;
  white-space: nowrap;
}
#page_top .blk_4_3.tgt_nm_psa .ss_sp .blk_js_ss .deck p a span:nth-of-type(2) {
  opacity:0;
  translate: 0 10px;
}
#page_top .blk_4_3.tgt_nm_psa.psa_show .ss_sp .blk_js_ss .deck p a span:nth-of-type(2) {
  animation:blk_4_kf_2_sp .6s ease-out .2s 1 normal forwards;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p a span:nth-of-type(3) {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  padding:5px 0 0 0;
  white-space: nowrap;
}
#page_top .blk_4_3.tgt_nm_psa .ss_sp .blk_js_ss .deck p a span:nth-of-type(3) {
  opacity:0;
}
#page_top .blk_4_3.tgt_nm_psa.psa_show .ss_sp .blk_js_ss .deck p a span:nth-of-type(3) {
  animation:blk_4_kf_2_sp .6s ease-out .4s 1 normal forwards;
}
#page_top .blk_4_3 .ss_sp .blk_js_ss .deck p a.disable span {
  opacity:.1;
}
#page_top .blk_4_3.tgt_nm_psa .ss_sp .blk_js_ss .deck p a span:nth-of-type(4) {
  display: block;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  padding: 100% 0 0 0;
}
#page_top .blk_4_3.tgt_nm_psa .ss_sp .blk_js_ss .deck p a span:nth-of-type(4)::after {
	position: absolute;
	display: block;
	content: '';
	width: 45px;
	height: 45px;
	left:calc(100% - 56px);
	top:calc(100% - 56px);
	background-color: #ffffff;
  border-radius: 50%;
	background-image: url('../images/btn_ill_01.svg');
	background-position: 50% 50%;
	background-size: 15px auto;
}
/*  */
#page_top .blk_4_3 .ss_sp_dots {
  height: 50px;
  font-size: 0;
  padding: var(--padding_1_sp);
  padding-top: 10px;
}
#page_top .blk_4_3.tgt_nm_psa .ss_sp_dots {
  opacity:0;
}
#page_top .blk_4_3.tgt_nm_psa.psa_show .ss_sp_dots {
  animation:blk_4_kf_2_sp 1s ease-out .8s 1 normal forwards;
}
#page_top .blk_4_3 .ss_sp_dots > div {
  display: inline-block;
  width:16px;
  height: 20px;
  cursor: pointer;
}
#page_top .blk_4_3 .ss_sp_dots > div::after {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	left:50%;
	top:50%;
  translate: -50% -50%;
	background-color: #e5e5e5;
  border-radius: 50%;
  transition: background-color .1s ease-out 0s;
}
#page_top .blk_4_3 .ss_sp_dots > div.active::after {
  background-color: #000000;
}
/*  */
#page_top .blk_4_3 .ss_sp_btns {
  width:100%;
  left:0;
  top:-50px;
  font-size: 0;
  padding: var(--padding_1_sp);
  text-align: right;
  pointer-events: none;
}
#page_top .blk_4_3 .ss_sp_btns > div {
  display: inline-block;
  width:45px;
  height:45px;
  border-radius: 50%;
  background-color: #e5e5e5;
  margin-left: 10px;
  cursor: pointer;
  pointer-events: auto;
  transition:background-color .1s ease-out 0s;
}
#page_top .blk_4_3 .ss_sp_btns > div::before,
#page_top .blk_4_3 .ss_sp_btns > div::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
  background-image: url('../images/btn_ill_03.svg');
	background-position: 50% 50%;
	background-size: 7.5px auto;
  transition:opacity .1s ease-out 0s;
}
#page_top .blk_4_3 .ss_sp_btns > div::after {
  opacity:0;
  background-image: url('../images/btn_ill_03_02.svg');
}
#page_top .blk_4_3 .ss_sp_btns > div.btn_prev {
  scale:-1 1;
}
#page_top .blk_4_3 .ss_sp_btns > div.nm_hover {
  background-color: #000000;
}
#page_top .blk_4_3 .ss_sp_btns > div.nm_hover::after {
  opacity:1;
}
/*
*/
#page_top .blk_5 ul {
  display: block;
  width: 100%;
  height: calc(106vw + 180px);
}
#page_top .blk_5 ul li {
  display: block;
  width:100%;
  height: 50%;
}
#page_top .blk_5 ul li a {
  display:block;
  width:92%;
  height: 53vw;
  left:4%;
  top:60px;
  translate: 0 0;
}
#page_top .blk_5 ul li.tgt_2 a {
  top:30px;
  left:4%;
}
#page_top .blk_5 ul li a .t {
  position: absolute;
  display:block;
  width:50%;
  left:50%;
  top:100%;
  translate:0 -98%;
  background-color: #ffffff;
  padding:10px;
  z-index: 2;
  opacity:0;
  translate: 0 calc(-98% + 20px);
}
#page_top .blk_5 ul li.t_show.t_hide_sp a .t,
#page_top .blk_5 ul li.t_hide.t_hide_sp a .t,
#page_top .blk_5 ul li.t_hide_sp a .t {
  opacity:0;
  translate: 0 calc(-98% + 20px);
  transition:opacity .4s ease-out 0s, translate .4s ease-out 0s;
}
#page_top .blk_5 ul li.t_show.t_show_sp a .t,
#page_top .blk_5 ul li.t_hide.t_show_sp a .t,
#page_top .blk_5 ul li.t_show_sp a .t {
  opacity:1;
  translate:0 -98%;
  transition:opacity .6s ease-out 0s, translate .6s ease-out 0s;
}
#page_top .blk_5 ul li a .t span:nth-of-type(1) {
  font-size: min(6vw, 23px);
  line-height: 1.25;
  white-space: normal;
}
#page_top .blk_5 ul li a .t span:nth-of-type(2) {
  font-size: 13px;
  padding:8px 0 0 0;
}
#page_top .blk_5 ul li a .i {
  display: none;
  /* left:29%; */
  left:50%;
  top:50%;
  /* width:53vw;
  height:53vw; */
  width:100vw;
  height:100vw;
  /* border:1px solid #ff0000; */
}
#page_top .blk_5 ul li a .i_sp {
  position: absolute;
  display:block;
  left:50%;
  top:50%;
  width:110vw;
  height:110vw;
  translate:-50% -50%;
	background-image: url('../images/top_img_01.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
#page_top .blk_5 ul li:nth-of-type(2) a .i_sp {
	background-image: url('../images/top_img_02.jpg');
}
/*
*/
#page_top .blk_6 {
  padding:0 0 60px 0;
}
#page_top .blk_6 > div {
  max-width: none;
  height: auto;
}
#page_top .blk_6 > div a {
  height: auto;
  padding:max(225px, 32%) 0 0 0;
}
#page_top .blk_6 > div a img {
  width: 100%;
  min-width: 700px;
}
#page_top .blk_6 > div a span {
  left:90%;
  top:80%;
  width:45px;
  height:45px;
}
#page_top .blk_6 > div a span::after {
	width: 15px;
	height: 15px;
}

/*  */
}
