body{
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  --ft1: "Germania One", system-ui;
  --ft2: "Syncopate", "Noto Sans JP", sans-serif;;
  --ft3: "Montserrat", sans-serif;
}

[id] {
  scroll-margin-top: 100px;
}

img{
  width: 100%;
  height: auto;
}

a{
  color: #fff;
  cursor: pointer;
}

.h_op{
  opacity: 1;
}

.h_op img{
  transition: all 0.3s ease-in-out;
  /*opacity: 0.6;*/
}

.h_op:hover img{
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

[data-parallax="fade_up"],
[data-parallax="fade"]{
  opacity: 0;
}

.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1024px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
}

.button_area{
  display: flex;
  justify-content: center;
}

.button1 {
  position: relative;
  display: block;
  width: 427px;
  height: 79px;
  border-radius: 11px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 2.2rem;
  padding: 23px 0;
  text-align: center;
  font-weight: bold;
}

.button1::after{
  content: '';
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

/*
レイアウト
*/

.bg_grad{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

section{
  position: relative;
  z-index: 1;
}


#all_wrap{
  overflow: clip;
}

.wrap_l{
  position: relative;
  max-width: 1700px;
  padding: 0 40px;
  margin: 0 auto;
  /* overflow: hidden; */
}


.header{
  height: 100px;
  display: flex;
  padding-left: 44px;
  background: transparent;
  align-items: center;
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  z-index: 100;
  transition: background 0.19s ease;
}
.header .logo{
  width: 90px;
}
@media screen and (max-width: 1200px) {
  .header{
    padding-left: 30px;
  }
  .header{
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .header{
    padding-left: 15px;
  }
}
/*メニューボタン*/
.header #menu_button {
  position: fixed;
  right: 35px;
  top: 30px;
  cursor: pointer;
  height: 38px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  border:1px solid #fff;
  border-radius: 30px;
}
.header #menu_button>.inr{
  position: relative;
  width: 35px;
  height: 10px;
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
  z-index: 2;
  border-radius: 50px;
}
.header.active #menu_button>.inr {
  margin-left: 0px;
}
.header #menu_button>.inr>div {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.3s;
  z-index: 11;
}
.header #menu_button>.inr>div:nth-child(1) {
  top: 0%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.header #menu_button>.inr>div:nth-child(2) {
  top: 50%;
  display: none;
}
.header #menu_button>.inr>div:nth-child(3) {
  top: 100%;
  transform: translate(0%, 0%);
}
.header.active #menu_button>.inr>div {
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
.header.active #menu_button>.inr>div:nth-child(1) {
  top: 50%;
  margin-left: 0px;
  width: 100%;
  transform: translate(0, -50%) rotate(30deg);
}
.header.active #menu_button>.inr>div:nth-child(2) {
  display: none;
}
.header.active #menu_button>.inr>div:nth-child(3) {
    top: 50%;
    margin-left: 0px;
    width: 100%;
    transform: translate(0, -50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .header #menu_button {
    width: 65px;
    height: 34px;
  }
  .header #menu_button {
    right: 15px;
    top: 18px;
  }
  .header #menu_button>.inr{
    width: 25px;
  }
}
/*menu*/
.header nav {
  position: fixed;
  top: 0px;
  left:auto;
  right:-418px;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  padding:150px 50px 150px 70px;
  overflow: auto;
  visibility:visible;
  transition: all 0.19s ease-in-out;
  opacity: 1;
  z-index: 1000;
  width: 418px;
  height: 100vh;
  background: linear-gradient(#0f2625 0%, #000 100%);
}
.header.block nav.slide_in{
  display: block;
}
.header.block.active nav{
  opacity: 1;
  display: block;
  right: 0;
}
.header.block nav.slide{
  opacity: 1;
  visibility: visible;
}
.header.block.active nav.slide_in{
  opacity: 1;
  right: 0px;
  visibility: visible;
}
.header.block nav.fade_in{
  display: block;
  right: 0px;
}
.header.block.active nav.fade_in{
  opacity: 1;
  right: 0px;
  visibility: visible;
}
.header .menu1{
  display: flex;
  gap:65px;
  width: 100%;
  padding-right: 200px;
  justify-content: flex-end;
}
.header .menu1>li>a strong{
  font-size: 2.6rem;
  text-align: left;
  color: #fff;
  font-family: var(--ft1);
}
.header .menu1>li>a span{
  font-size: 1.1rem;
  color: #888;
  display: block;
  text-align: center;
}
.header .menu2>li>a{
  color: #fff;
  font-size: 1.8rem;
  padding: 0.8em 0;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header .menu1{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header nav {
    padding:120px 30px 120px 40px;
    width: 360px;
    height: 100vh;
  }
  .header .menu1{
    display: none;
  }
  .header .menu2>li>a{
    font-size: 1.6rem;
    padding: 0.7em 0;
  }
}

.footer .block{
  padding: 57px;
  border-top: 1px solid #fff;
}

.footer .block .row{
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  gap:45px;
}

.footer .block .row .logo{
  width: 234px;
}

.footer .block .row .menu{
  display: flex;
  align-items: flex-start;
  gap:54px;
  width: calc(100% - 234px);
  margin-bottom: 0;
}

.footer .block .row .menu>li>a{
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.footer .block .permit{
  font-size: 1.6rem;
  line-height: 24 / 16;

}

.footer .block .copy{
  font-size: 1.4rem;
  line-height: 20 / 14;
  text-align: right;
  color: #888888;
}
@media screen and (max-width: 1200px) {
  .footer .block{
    padding: 57px 0 100px;
  }

  .footer .block .row .menu{
    display: none;
  }

  .footer .block .row .logo {
    width: 200px;
    margin: 0 auto;
  }

  .footer .block .permit {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .footer .block .copy {
    font-size: 1.2rem;
    text-align: center;
  }

}

#pagetop {
  position: absolute !important;
  right: 20px !important;
  bottom:calc( 100%  + 20px)!important;
  z-index: 10;
  width: 70px;
  height: 70px;
}

#pagetop a {
  display: block;
  transition: all 0.3s ease;
  opacity: 1 !important;
  visibility: visible;
  background: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

#pagetop a::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #000000;
}

#pagetop.open a{
  display: block;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: 50px;
    height: 50px;
  }
}

/*
メインビジュアル
*/
.main_visual{
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 1900 / 1100;
}

.main_visual .row {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  align-items: center;
  transform: translateY(-50%);
}

.main_visual .text {
  position: absolute;
  top: 52%;
  left: 7%;
  width: 20.79%;
  transform: translateY(-50%);
  z-index: 100;
}

.main_visual .logo{
  margin-bottom: 60px;
}

.main_visual .logo img{
  width: 100%
}

.main_visual .info{
  padding-left: 10%;
}

.main_visual .date{
  font-size: max(2rem,2.2vw);
  line-height: 1.5;
  padding: 0.2em 0;
  font-weight: bold;
}

.main_visual .ttl{
  font-size: max(1.4rem,1vw);
  line-height: 1;
  font-weight: normal;
}

.main_visual .start{
  font-size: max(1.3rem,1vw);
  line-height: 1.3;
  white-space: nowrap;
  color: #888;
  margin-bottom: 0.5em;
}

.main_visual .video_block {
  position: relative;
  left: 25%;
  top: 10%;
  width: 65%;
}

.main_visual .video_block{
  position: relative;
}

.main_visual .box .before,
.main_visual .box .after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px; /* 影の高さ */
  pointer-events: none;
  z-index: 10;
  opacity: 1;
}

/* 上の影 */
.main_visual .box .before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 70%, rgba(0,0,0,0) 100%);
  transform: skew(-0deg);
  left: 3%;
}

/* 下の影 */
.main_visual .box .after{
  bottom: 0;
  transform: skew(-0deg);
  left: 3%;
  background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 70%, rgba(0,0,0,0) 100%);
}


.main_visual .box .before.animated ,
.main_visual .box .after.animated {
  opacity: 0;
}


.main_visual .video_wrap {
  position: relative;
  overflow: hidden;
  /* clip-path: polygon(1% 5%, 100% 0%, 100% 100%, 2% 96%); */
  perspective: 1200px;
  transform: skew(-5deg) ;
  opacity: 0.43;
  overflow: hidden;
}

.main_visual .video_wrap .box{
  position: relative;
  width: 100%;
  height: 100%;
  transform: skew(-5deg);
  transform-origin: left center;
  backface-visibility: hidden;
  overflow: hidden;
}


.main_visual .video_wrap #player{
  position: relative;
  z-index: 2;
}
.main_visual .video_wrap .video{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
/*   transform: skew(-5deg);
  transform-origin: left center;
  backface-visibility: hidden; */
  margin-left: 3%;
  aspect-ratio: 640 / 360;
  pointer-events:none;
  z-index: 2;
}

.main_visual .video_wrap .shadow {
  width: 120%;
  position: absolute;
  left: 10%;
  bottom: 0;
  transform: rotate(5deg);
  display: none;
}

.main_visual .loop_slider {
  position: absolute;
  bottom: -7%;
  left: 0;
  z-index: 10;
  opacity: 0.43;
  overflow: hidden;
  width: 100%;
}

.main_visual .loop_slider_wrap {
  display: flex;
  width: max-content;
  animation: looplider 40s linear infinite;
}

.main_visual .loop_slider_item {
  flex: 0 0 auto;
  width: 120vw;                 /* ← 比率で可変 */
  aspect-ratio: 2213 / 168;     /* ← 元サイズ比率 */
}

.main_visual .loop_slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes looplider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1200px) {

  .main_visual{
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    aspect-ratio: initial;
  }

  .main_visual .row {
    display: block;
    position: static;
    transform: translateY(0%);
  }

  .main_visual .text {
    position: static;
    width: 54%;
    max-width: 380px;
    margin: 0 auto 5vw;
    transform: translateY(0%);
  }

  .main_visual .logo{
    margin-bottom: 60px;
  }

  .main_visual .logo img{
    width: 100%
  }

  .main_visual .info{
    padding-left: 10%;
  }

  .main_visual .date{
    font-size:3.5vw;
  }

  .main_visual .ttl{
    font-size: 2.5vw;
  }

  .main_visual .start{
    font-size: 1.9vw;
  }

  .main_visual .video_block {
    position: static;
    width: 90%;
    margin: 0 auto 100px;
    margin-left: 4%;
  }


  .main_visual .loop_slider_item {
    width: 162vw;
  }
}
@media screen and (max-width: 768px) {

  .main_visual {
    padding-top: 150px;
    padding-bottom: 0vw;
  }

  .main_visual .text {
    position: static;
    width: 66%;
    max-width: 400px;
  }

  .main_visual .info {
    padding-left: 6%;
  }

  .main_visual .date{
    font-size: clamp(2.6rem, 5vw, 4rem);
  }

  .main_visual .ttl{
    font-size: clamp(2rem, 3vw, 3rem);
  }

  .main_visual .start {
    font-size: clamp(1.6rem, 2.5vw, 2.8rem);
  }
}

/*
LINE フロートボタン
*/
.float_button_wrap {
  position: fixed;
  right: 5%;
  bottom: 32px;
  width: auto;
  overflow: hidden;
  z-index: 10;
}
.float_button{
    position: relative;
    display: flex;
    width: 300px;
    padding: 6px 22px;
    border: 1px solid #fff;
    border-radius: 10px;
    color:#fff;
    height: 70px;
    background: #000;
    align-items: center;
}
.float_button::after{
    position: absolute;
    content: "";
    right: 18px;
    top:50%;
    margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.float_button .icon{
    width: 35px;
    height: 40px;
    background: url(../svg/icn_line.svg);
    background-repeat: no-repeat;
}
.float_button .text{
    padding-left: 12px;
    width: clac(100% - 35px);
}
.float_button .text span{
    font-size: 1.3rem;
    font-weight:normal;
    line-height: 1.2;
    margin-bottom: 0.2em;
    display: block;
}
.float_button .text strong{
    font-size: 1.8rem;
    font-weight: bold;
    height: 1;
}

@media screen and (max-width: 1024px){
  .float_button_wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: auto;
  }

  .float_button{
    position: relative;
    width: 210px;
    padding:10px 10px;
    border-radius: 10px;
    color:#fff;
    height: 65px;
    align-items: center;
  }

  .float_button::after{
    position: absolute;
    content: "";
    right: 18px;
    top:50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .float_button .icon{
    width: 30px;
    height: 35px;
    background: url(../svg/icn_line.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
  }

  .float_button .text{
    padding-left: 10px;
    width: clac(100% - 30px);
  }

  .float_button .text span {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0.2em;
    display: block;
  }

  .float_button .text strong{
    font-size: 1.6rem;
    font-weight: bold;
    height: 1;
  }

  .float_button::after{
    right: 15px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
  }
}


.top_headline{
  display: flex;
  align-items: center;
  gap:38px;
  margin-bottom: 57px;
  position: relative;
  z-index: 10;
}

.top_headline strong{
  font-size: 7.4rem;
  line-height: 1.3;
  font-family: var(--ft1);
}

.top_headline span{
  font-size: 2.2rem;
  padding-top: 10px;
  color: #888;
}

.top_headline_m{
  font-family: var(--ft2);
  font-weight: bold;
  font-size: 4rem;
  text-align: left;
  color: #545454;
  margin-bottom: 39px;
}
@media screen and (max-width: 1440px) {
  .top_headline strong {
    font-size: min(7rem, 7vw);
  }

  .top_headline span{
    font-size: min(2rem, 2.5vw);
  }
}

@media screen and (max-width: 768px) {
  .top_headline {
    gap: 20px;
    display: block;
    margin-bottom: 30px;
  }
  .top_headline_m{
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .top_headline strong{
    font-size: 13vw;
    display: block;
  }

  .top_headline span{
    font-size: 5vw;
    display: block;
  }
}



.parallax {
  /* opacity: 0; */
  overflow: hidden;
  will-change: transform;
}

/*
schedule
*/
.top_section_schedule{
  position: relative;
  padding-top: 160px;
}
/*
.top_section_schedule::after {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
*/
.top_section_schedule .msg1{
  font-size: 1.6rem;
  margin-top: 30px;
  text-align: right;
}

.schedule_list{
  display: flex;
  gap:20px;
  flex-wrap:wrap;
}

.schedule_list>article{
  width: calc((100% - 60px) / 4);
}

.schedule_list>article{
  position: relative;
  display: block;
  border-radius: 6px;
  background: #0f0f0f;
  text-align: center;
  color: #fff;
  padding: 26px;
  border: 1px solid #222;
}

.schedule_list>article .count{
  position: absolute;
  left:0;
  top:0;
  text-align: left;
  color: #000;
}

.schedule_list>article .count .tr{
  position: absolute;
  width: 90px;
  z-index: 0;
}

.schedule_list>article .count>p{
  position: relative;
  padding-left:11px;
  padding-top:8px;
}

.schedule_list>article .count>p strong{
  font-size: 2.2rem;
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: 900;
  font-family: var(--ft2);
}

.schedule_list>article .count>p span{
  font-size: 1.7rem;
  margin-top: -0.1em;
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: var(--ft3);
}

.schedule_list>article .ttl{
  font-size: 2rem;
}

.schedule_list>article .date{
  font-size: 2.6rem;
  font-family: var(--ft2);
  font-weight: bold;
}

.schedule_list>article .span{
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #888888;
}

.schedule_list>article .limit{
  margin-bottom: 18px;
  display: flex;
}

.schedule_list>article .limit>dt{
  width: 80px;
  align-self: flex-start;
  background: #545454;
  font-size: 1.5rem;
  padding: 0.1em 0;
}

.schedule_list>article .limit>dd{
  width: calc(100% - 80px);
  padding-left: 15px;
  font-size: 1.8rem;
  text-align: left;
}
.schedule_list>article .limit>dd span{
  font-size: 1.4rem;
}
.schedule_list>article .limit>dd em{
  /*color: #bc0000;*/
  color: #edb900;
  font-size: 1.6rem;
}

.schedule_list>article .list{
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap:12px
}

.schedule_list>article .list>li{
  font-size: 1.4rem;
  text-align: left;
  color: #888888;
  text-indent: -1em;
  padding-left: 1em;
}

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

  .schedule_list>article .ttl{
    font-size: 1.4vw;
  }

  .schedule_list>article .date{
    font-size: 2.4vw;
  }

  .schedule_list>article .span{
    font-size: 1.14vw;
  }


  .schedule_list>article .limit>dt{
    width: 5.7vw;
    font-size: 1.07vw;
    padding: 0.1em 0;
  }

  .schedule_list>article .limit>dd{
    font-size: 1.2vw;
    width: calc(100% - 5.7vw);
    white-space: nowrap;
  }
  .schedule_list>article .limit>dd span{
    font-size: 1vw;
  }
  .schedule_list>article .limit>dd em{
    font-size: 1vw;
  }

  .schedule_list>article .list{
    gap:0.8em;
  }

  .schedule_list>article .list>li{
    font-size: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  .top_section_schedule {
    padding-top: 10vw;
  }

  .schedule_list{
    display: flex;
    gap:30px;
    flex-wrap:wrap;
  }

  .schedule_list>article{
    width: calc((100% - 30px) / 2);
  }

  .schedule_list>article .ttl{
    font-size: 2rem;
  }

  .schedule_list>article .date{
    font-size: 3.0rem;
  }

  .schedule_list>article .span{
    font-size: 1.6rem;
  }

  .schedule_list>article .limit{
    margin-bottom: 18px;
  }

  .schedule_list>article .limit>dt{
    width: 80px;
    font-size: 1.5rem;
    padding: 0.1em 0;
  }

  .schedule_list>article .limit>dd{
    width: calc(100% - 80px);
    font-size: 1.8rem;
  }
  .schedule_list>article .limit>dd span{
    font-size: 1.2rem;
  }
  .schedule_list>article .limit>dd em{
    font-size: 1.6rem;
  }

  .schedule_list>article .list{
    gap:12px
  }

  .schedule_list>article .list>li{
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 768px) {
  .wrap_l{
    padding: 0 20px;
  }
  .top_section_schedule .wrap_l{
    padding-right: 0;
  }

  .schedule_list{
    display: flex;
    flex-wrap:nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    gap:20px;
    padding-right: 20px;
  }

  .schedule_list>article{
    width: 100%;
    min-width:90%;
  }

  .top_section_schedule .msg1{
    font-size: min(0.9rem,2.7vw);
    padding-right: 20px;
  }
}


/*
ビジョン
*/
.top_section_vision {
  padding: 150px 0 150px;
}
.top_section_vision .box{
  max-width: 1150px;
  margin: 0 auto;
}
.top_section_vision .catch{
  font-weight: bold;
  font-size: 6rem;
  line-height: calc(100 / 60);
}
.top_section_vision .catch2{
  margin-top: 100px;
}
.top_section_vision .catch2 .msg4 {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 1.5em;
}
@media screen and (max-width: 1440px) {
  .top_section_vision .catch {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 1200px) {
  .top_section_vision {
    padding: 20vw 0 10vw;
  }

  .top_section_vision .catch2{
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .top_section_vision .catch {
    font-size: 7vw;
  }
  .top_section_vision .catch2{
    margin-top: 30px;
  }
  .top_section_vision .catch2 .msg4 {
    font-size: 3.9vw;
  }
}

/*
feature
*/
.top_section_feature{
  padding-top: 50px;
  padding-bottom: 1vw;
}

.top_section_feature .top_headline{
  left:20px;
  top:0;
  position: absolute;
}

.top_section_feature .row{
  display: flex;
  flex-direction: row-reverse;
}

.top_section_feature .row .box1{
  width: 45%;
  position: relative;
  /*padding-left: 93px;*/
}

.top_section_feature .row .box2{
  width: calc(100% - 45%);
}

.top_section_feature .row .box1 .top_headline {
    position: absolute;
    left: 79px;
    top: -20px;
}

.top_section_feature .row .box1 .img {
  width: 560px;
  /* opacity: 0.4; */
  display: block;
  /* mix-blend-mode: lighten; */
}

.top_section_feature .row .box1 .img:hover{
  opacity: 1;
}

.top_section_feature .row .box2 .list{
  display: flex;
  gap:15px;
  flex-direction: column;
}

.top_section_feature .row .box2 .list>li .item{
  position: relative;
}

.top_section_feature .row .box2 .list>li .item{
  border-radius: 6px;
  background: transparent;
  display: flex;
  align-items: center;
  border: 1px solid #6a6a6a;
  min-height: 158px;
  padding: 30px 55px;
  align-items: center;
}


.top_section_feature .row .box2 .list>li .item .ttl{
  width: 300px;
  font-weight: bold;
  font-size: 3.2rem;
}

.top_section_feature .row .box2 .list>li .item .box{
  width: calc(100% - 300px);
  font-size: 20px;
  text-align: left;
  color: #888;
  line-height: calc(29 / 20);
}

@media screen and (max-width: 1560px) {
  .top_section_feature{
    padding-top: 50px;
    padding-bottom: 10vw;
  }

  .top_section_feature .row .box1 {
    position: relative;
    right:auto;
    top:auto;
    padding-left: 0%;
    width: 40%;
  }

  .top_section_feature .row .box1 .top_headline {
    left: 79px;
    top: -10px;
    gap: 25px;
  }

  .top_section_feature .row .box1  .top_headline strong {
    font-size: min(6.5rem, 7vw);
  }

  .top_section_feature .row{
    justify-content: flex-end;
  }

  .top_section_feature .row .box2{
    width: 60%;
  }

  .top_section_feature .row .box1 .img {
    /*width:100%;*/
  }

  .top_section_feature .row .box2 .list>li .item .box {
    width: 61%;
  }

  .top_section_feature .row .box2 .list>li .item .ttl {
    width: 39%;
    font-size: 2.1vw;
  }

  .top_section_feature .row .box2 .list>li .item {
    min-height: 100px;
    padding: 30px 5%;
  }

  .top_section_feature .row .box1 {
    width: 50%;
    /*padding-left: 93px;*/
  }

  .top_section_feature .row .box2{
    width: 60%;
  }

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


  .top_section_feature .row .box1 .top_headline {
    left: 10%;
  }

}

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

  .top_section_feature .row .box1  .top_headline strong {
    font-size: 13vw;
  }

  .top_section_feature {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .top_section_feature .row .box1 .top_headline {
    position: relative;
    z-index: 1;
    left:0;
    top:0;
    margin-bottom: -10vw;
  }

  .top_section_feature .row{
    flex-direction: column;
  }


  .top_section_feature .row .box1{
    position: static;
    width: 100%;
    aspect-ratio: 10/9;
    padding-left: 0;
    margin: 0vw auto -20vw;
  }

  .top_section_feature .row .box2{
    width: 100%;
    margin-top: 24px;
  }

  .top_section_feature .row .box1 .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    opacity: 1;
  }
  .top_section_feature .row .box1 .img img{
    opacity: 0.7;
  }
  .top_section_feature .row .box2 .list>li .item{
    display: block;
  }

  .top_section_feature .row .box2 .list>li .item .ttl {
    width: 100%;
    font-size: 3.2rem;
    margin-bottom: 0.5em;
  }

  .top_section_feature .row .box2 .list>li .item .box {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .top_section_feature{
    padding-top: 5vw;
  }
  .top_section_feature .row .box2 .list>li .item .ttl {
    font-size:max(2.2rem, 4.5vw);
    margin-bottom: 0.5em;
  }

}


.top_section_category{
  padding-bottom: 223px;
}

.top_section_category .list{
  display: flex;
  gap:40px 20px;
  flex-wrap:wrap;
}

.top_section_category .list>li{
  width: calc((100% - 60px) / 4);
}

.top_section_category .list>li .item p{
  font-size: 2rem;
  text-align: center;
  padding-bottom: 26px;
}
.top_section_category .list>li .item img{
  opacity: 0.5;
}
.top_section_category .list>li .item:hover img{
  opacity: 1;
}

@media screen and (max-width: 1560px) {
  .top_section_category{
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .top_section_category {
    padding-bottom: 20vw;
  }
  .top_section_category .list{
    gap:40px 30px;
  }

  .top_section_category .list>li{
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .top_section_category .list>li .item p {
    font-size: 3.3vw;
    padding-bottom: 26px;
  }

  .top_section_category .list{
    gap:40px 20px;
  }

  .top_section_category .list>li{
    width: calc((100% - 20px) / 2);
  }
  .top_section_category .list>li .item img{
    opacity: 0.7;
  }
}



/*fee*/
.top_section_fee {
  position: relative;
}

.top_section_fee .row{
  display: flex;
  flex-direction: row-reverse;
  z-index: 2;
  padding-bottom: 90px;
}

.top_section_fee .img{
  position: absolute;
  right: 0;
  top:0;
  width: 550px;
  z-index: 0;
  /* mix-blend-mode: lighten; */
}

.top_section_fee .row .box1{
  width: 740px;
  position: relative;
  padding-left: 0px;
}

.top_section_fee .row .box2{
  width: calc(100% - 740px);
}

.top_section_fee .row .box1 .head {
  position: absolute;
  left: 10%;
  top: 0;
  z-index: 10;
}

.top_section_fee .row .box1 .head .top_headline{
  margin-bottom: 0;
}

.top_section_fee .row .box1 .head p{
  margin-top: 0px;
  font-size: 2rem;
  line-height: calc(29 / 20);
}

.top_section_fee .row .box2{
  position: relative;
  z-index: 2;
}
.top_section_fee .row .box2 .list{
  flex-direction: column;
  display: flex;
  gap:30px;
}

.top_section_fee .fee_item{
  min-height: 158px;
  display: flex;
  padding: 0 2% 0 5%;
  align-items: center;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #6a6a6a;
}

.top_section_fee .fee_item .ttl {
  width: 35%;
  font-size: 3.2rem;
}

.top_section_fee .fee_item .box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 35%);
  padding: 1em 0;
}

.top_section_fee .fee_item .box .ratio_list>li{
  display: flex;
  align-items: center;
}

.top_section_fee .fee_item .box .ratio_list>li>span.label i.dots{
  position: absolute;
  right:0;
  top:0;
  font-size: 2rem;
}

.top_section_fee .fee_item .box .ratio_list>li>span.label{
  font-size: 2rem;
  position: relative;
  width: 165px;
}


.top_section_fee .fee_item .box .ratio_list>li>span.label .text{
  font-family: var(--ft2);
}

.top_section_fee .fee_item .box .ratio_list>li strong{
  position: relative;
  font-size: 2.7rem;
  font-family: var(--ft2);
  display: block;
  padding-left: 20px;
  line-height: 0.9;
  width: calc(100% - 125px);
}
.top_section_fee .fee_item .box .ratio_list>li strong.type2{
  color: #edb900;
  font-size: 3.2rem;
}

.top_section_fee .fee_item .box .ratio_list {
  padding-top: 0.6em;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
}

.top_section_fee .fee_item .box .ratio_list li{
  /* white-space: nowrap; */
  width: 45%;
  display: flex;
  margin-bottom: 0.8em;
}

.top_section_fee .fee_item .box .ratio{
  font-size: 2rem;
  color: #888;
}

.top_section_fee .fee_item .box .ratio strong{
  font-family: var(--ft2);
  font-weight: bold;
  font-size: 4.2rem;
  text-align: left;
  color: #fff;
  padding: 0 0.2em;
}

.top_section_fee .fee_item .box .ratio.type2 strong{
  font-size: 2.7rem;
}

.top_section_fee .fee_item .box .cost{
  display: flex;
  align-items: baseline;
  width: 100%;
}

.top_section_fee .fee_item .box .cost dt{
  white-space: nowrap;
  font-size: 2rem;
  color: #888;
  width: 100px;
  padding-right: 1em;
}

.top_section_fee .fee_item .box .cost dd{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  text-align: right;
  width: calc(100% - 80px);
}
.top_section_fee .fee_item .box .cost dd strong{
  font-size: 3.8rem;
  color:#fff;
  font-family: var(--ft2);
}

.top_section_fee .fee_item .box .cost dd span{
  font-size: 2rem;
  display: block;
  align-items: center;
}

.top_section_fee .fee_item .box .note{
  border-top: 1px solid #6a6a6a;
  display: flex;
  width: 100%;
  margin-top: 5px;
  padding-top: 12px;
  color: #fff;
}

.top_section_fee .fee_item .box .note .label{
  width: 50%;
  display: flex;
  align-items: center;
}

.top_section_fee .fee_item .box .note .text{
  font-size: 2rem;
  color: #fff;
  white-space: nowrap;
}

.top_section_fee .fee_item .box .note .dots{
  color: #fff;
  padding-left: 2em;
}

.top_section_fee .fee_item .box .note strong{
  position: relative;
  font-size: 2.7rem;
  font-family: var(--ft2);
  line-height: 1.3;
}

@media screen and (max-width: 1630px) {
  .top_section_fee .row .box1{
    width: 40%;
    padding-left: 0px;
  }
  .top_section_fee .row .box2{
    width: calc(100% - 40%);
  }
  .top_section_fee .fee_item .ttl {
    font-size: 2.3vw;
    width: 32%;
  }
  .top_section_fee .fee_item .box{
    width: 68%;
  }
  .top_section_fee .fee_item .box .ratio_list>li span {
      font-size: 1.3vw;
      /* width: 105px; */
  }
  .top_section_fee .row .box1 .head p{
    font-size: 1vw;
  }
}
@media screen and (max-width: 1350px) {
  .top_section_fee .fee_item .box .ratio_list>li span {
    width: 121px;
  }

  .top_section_fee .fee_item .ttl {
    width: 28%;
  }

  .top_section_fee .fee_item .box{
    width: 72%;
  }

}

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

  .top_section_fee {
    position: relative;
    padding-bottom: 10vw;
  }

  .top_section_fee .fee_item {
    padding:30px 5%;
    min-height: 0;
    display: block;
  }

  .top_section_fee .fee_item .ttl {
    font-size: 3.2rem;
    width: 100%;
    margin-bottom: 0.5em;
  }

  .top_section_fee .fee_item .box {
    width: 100%;
  }

  .top_section_fee .fee_item .box .ratio_list>li .text {
    font-size: 2rem;
    width: 168px;
  }

  .top_section_fee .fee_item .box .ratio_list>li span {
      width: 140px;
  }

  .top_section_fee .fee_item .box .note .label {
    position: relative;
    width: 220px;
    display: flex;
    align-items: center;
  }

  .top_section_fee .fee_item .box .note .dots {
    position: absolute;
    right: 0;
    top:auto;
  }

  .top_section_fee .fee_item .box .note  strong ,
  .top_section_fee .fee_item .box .ratio_list>li strong{
    font-size: 2.4rem;
    padding-left: 20px;
  }

  .top_section_fee .row .box1 .head {
    position: relative;
    left: 0;
    top: 0;
  }

  .top_section_fee .row .box1 .head p {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: calc(29 / 20);
  }

  .top_section_fee .row{
    flex-direction: column;
    padding-bottom: 50px;
  }


  .top_section_fee .img{
    position: static;
    right: 0;
    top:0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    z-index: 0;
  }
  .top_section_fee .img img{
    opacity: 1;
  }
  .top_section_fee .row .box1 {
    width: 100%;
    position: relative;
    padding-left: 0px;
    aspect-ratio: auto;
    /*overflow: hidden;*/
  }

  .top_section_fee .row .box2{
    width: 100%;
  }


}

@media screen and (max-width: 768px) {
  .top_section_fee {
    padding-bottom: 0vw;
  }

  .top_section_fee .fee_item .box {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1em 0;
  }


  .top_section_fee .fee_item .box .ratio_list {
    padding-top: 0.6em;
    display: flex;
    flex-direction: column;
    flex-flow: nowrap;
    flex-wrap: wrap;
    height: auto;
  }
  .top_section_fee .fee_item .box .note,
  .top_section_fee .fee_item .box .ratio_list>li{
    width: 100%;
    justify-content: space-between;
  }

  .top_section_fee .fee_item .box .ratio_list>li>span.label {
    width: 55%;
  }

  .top_section_fee .fee_item .box .note .dots,
  .top_section_fee .fee_item .box .ratio_list>li>span.label i.dots {
    font-size: 2rem;
  }

  .top_section_fee .fee_item .box .note .label,
  .top_section_fee .fee_item .box .ratio_list>li>span.label {
    width: calc(100% - 90px);
  }

  .top_section_fee .fee_item .box .note .rate,
  .top_section_fee .fee_item .box .ratio_list>li .rate {
    width: 90px;
  }


  .top_section_fee .fee_item .box .cost dd strong,
  .top_section_fee .fee_item .box .ratio strong {
    font-size: 6vw;
  }

  .top_section_fee .fee_item .box .ratio {
    font-size: 4vw;
  }

  .top_section_fee .fee_item .box .cost dd span {
    font-size: 4vw;
  }


  .top_section_fee .fee_item .ttl {
    font-size:max(2.2rem, 4.5vw);
    margin-bottom: 0.5em;
  }


    .top_section_fee .fee_item .box,
    .top_section_fee .fee_item .box .ratio_list{
        padding: 0em 0;
    }

}

/*
ミッション
*/
.top_section_mission {
  position: relative;
}

.top_section_mission .box{
  display: flex;
}

.top_section_mission .head {
  top: 0;
  z-index: 2;
  padding-bottom: 0px;
  /*background: #000;*/
  display: flex;
}


/*
.top_section_mission .head::after{
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 30%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}
*/

/**/
/*
.top_section_mission .body {
  padding-top: 130px;
  padding-bottom: 200px;
}
*/
.top_section_mission {
  margin-top: 0;
}

.top_section_mission .body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.top_section_mission .top_headline_m{
  margin-bottom: 0;
}
.top_section_mission .box{
  margin: 0 auto;
  align-items: center;
}

.top_section_mission .catch{
  font-weight: bold;
}

.top_section_mission .head{
  width: 500px
}

.top_section_mission .body {
  width: calc(100% - 500px);
  padding-top: 0.5%;
}

.top_section_mission .catch .msg1,
.top_section_mission .catch .msg2{
  font-size: 6rem;
  line-height: calc(100 / 60);
  white-space: nowrap;
}
.top_section_mission .catch .msg2{
  margin-bottom: 0.1em;
}

.top_section_mission .catch .msg3{
  font-size: 3.9rem;
  line-height: 1.4;
}


.top_section_mission .body .msg3{
  font-size: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 1665px) {
  .top_section_mission .body .msg3 {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 1560px) {
  .top_section_mission .catch .msg1,
  .top_section_mission .catch .msg2{
    font-size: 4vw;
  }

  .top_section_mission .head{
    width: 30%;
  }

  .top_section_mission .body{
    width: 70%;
  }

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

  .top_section_mission .catch .msg1,
  .top_section_mission .catch .msg2{
    font-size: 4.16vw;
  }

  .top_section_mission .body .msg3 {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1200px) {
  .top_section_mission .body{
    margin-top: 50px;
  }


  .top_section_mission .head{
    width: 100%;
  }

  .top_section_mission .body{
    width: 100%;
  }

  .top_section_mission .box {
    display: block;
    margin: 0 auto;
    align-items: center;
  }

  .top_section_mission .body .msg3 {
    font-size: 2rem;
  }

}

@media screen and (max-width: 768px) {
   .top_section_mission .body{
    margin-top: 0px;
  }
  .top_section_mission .catch .msg1,
  .top_section_mission .catch .msg2{
    font-size: 8vw;
  }
  .top_section_mission .body{
    padding-top: 20px;
    width: 100%;
  }
  .top_section_mission .body .msg3 {
    font-size: 2.9vw;
    margin-bottom: 0;
  }
  .top_section_mission .catch .msg3 {
    font-size: 5vw;
    line-height: 1.8;
  }
}


/*
step
*/
.top_section_step{
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}
.top_section_step + .top_section_step{
  padding-top: 0;
}

.top_section_step .wrap_l .step_list{
  display: flex;
  gap:20px;
  margin-bottom: 70px;
}

.top_section_step .wrap_l .step_list>li{
  width: calc((100% - 60px) / 4);
}

.top_section_step .wrap_l .step_list>li>.item{
  height: 100%;
  width: 100%;
  background: #0f0f0f;
  border-radius: 6px;
  overflow: hidden;
}

.top_section_step .wrap_l .step_list>li>.item .box{
  padding:55px 30px;
  border: 1px solid #222;

}

.top_section_step .wrap_l .step_list>li>.item .count{
  position: relative;
}

.top_section_step .wrap_l .step_list>li>.item .count .tr{
  position: absolute;
  right: 0;
  top:0;
  width: 83px;
}

.top_section_step .wrap_l .step_list>li>.item .count p{
  position: absolute;
  right: 8px;
  top:5px;
  font-weight: 900;
  font-size: 2.6rem;
  color: #000;
  font-family: var(--ft2);
  z-index: 2;
}

.top_section_step .wrap_l .step_list>li>.item .icon .img{
  aspect-ratio: 150 / 120;
  position: relative;
  margin: 0 auto;
  width: 150px;
  margin: 0 auto;
}

.top_section_step .wrap_l .step_list>li>.item .pencil img{width: 70px;}
.top_section_step .wrap_l .step_list>li>.item .file img{width: 55px;}
.top_section_step .wrap_l .step_list>li>.item .account img{width: 65px;}
.top_section_step .wrap_l .step_list>li>.item .card img{width:80px ;}


.top_section_step .wrap_l .step_list>li>.item .icon .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.top_section_step .wrap_l .step_list>li>.item .ttl{
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.top_section_step .wrap_l .step_list>li>.item .msg{
  font-size: 1.6rem;
  color: #888;
}
@media screen and (max-width: 1440px) {
  .top_section_step .wrap_l .step_list>li>.item .ttl{
    font-size: 1.57vw
  }

  .top_section_step .wrap_l .step_list>li>.item .msg{
    font-size: 1.11vw;
  }
}
@media screen and (max-width: 1200px) {
  .top_section_step .wrap_l .step_list>li>.item .ttl{
    font-size: 2.2rem;
  }

  .top_section_step .wrap_l .step_list>li>.item .msg{
    font-size: 1.6rem;
  }

  .top_section_step .wrap_l .step_list{
    gap:40px 30px;
    flex-wrap:wrap;
  }
  .top_section_step .wrap_l .step_list>li{
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .top_section_step{
    padding-top: 70px;
    padding-bottom: 60px;
  }
  /* .top_section_step .wrap_l .step_list>li>.item .ttl {
    font-size: 5vw;
  }

  .top_section_step .wrap_l .step_list>li>.item .msg {
    font-size: 4vw;
  } */

  .top_section_step .wrap_l .step_list{
    gap: 10px;
  }

  .top_section_step .wrap_l .step_list>li{
    width: calc((100% - 10px) / 2);
  }

  .top_section_step .wrap_l .step_list>li>.item .box{
    padding: 15px;
  }

  .top_section_step .wrap_l .step_list>li>.item .count p {
    font-size: 2.0rem;
  }
  .top_section_step .wrap_l .step_list>li>.item .count .tr{
    width: 66px;
  }
  .top_section_step .wrap_l .step_list>li>.item .ttl{
    font-size: 4vw;
  }
  .top_section_step .wrap_l .step_list>li>.item .msg {
    font-size: 3.5vw;
  }

}

/*spep order-list*/
.top_section_step .tab_head{
  position: relative;
  /* border-bottom: 2px solid #4A4A4A; */
  margin-bottom: 62px;
  display: flex;
  width: 100%;
  gap:39px;
  /*margin-top: 95px;*/
  justify-content: center;
}

.top_section_step .tab_head>a{
  position: relative;
  width: 564px;
  font-size: 24px;
  text-align: left;
  color: #fff;
  height: 84px;
  padding: 22px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 15px 15px 0px 0px;
  background: transparent;
  border: 2px solid #0f0f0f;
  border-bottom: 0;
  background: #0f0f0f;
}

.top_section_step .tab_head>a.active{
  background: transparent;
  border-color: #4A4A4A;
}

.top_section_step .tab_head>a.active::before{
  display: none;
}

.top_section_step .tab_head>a::before{
  height: 2px;
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(100% + 41px);
  background: #4A4A4A;
}

.top_section_step .tab_head>a:nth-child(1)::before{
  left:0;
}

.top_section_step .tab_head>a:nth-child(2)::before{
  right:0;
}

.top_section_step .tab_head::before,
.top_section_step .tab_head::after{
  content:"";
  position:absolute;
  bottom:0;
  height:2px;
  background:#4A4A4A;
}

.top_section_step .tab_head::before{
  left:0;
  width:calc((100% - 564px*2 - 39px) / 2);
}

.top_section_step .tab_head::after{
  right:0;
  width:calc((100% - 564px*2 - 39px) / 2);
}

.top_section_step .tab_body {
  position: relative;
}

.top_section_step .tab_group {
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease;
  position: absolute;
  width: 100%;
}

.top_section_step .tab_group.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.top_section_step .order_list{
  max-width: 1480px;
  margin: 0 auto;
}
.top_section_step .order_list>li{
  position: relative;
  padding-left: 106px;
  padding-bottom: 30px;
}

.top_section_step .order_list>li .bar{
  position: absolute;
  background: #B4B4B4;
  width: 3px;
  height: calc(100% - 67px);
  left:34px;
  top:68px;
}

.top_section_step .order_list>li.js_trigger .bar{
  transform: scaleY(0);
  transform-origin: top; /* 上から伸びる */
  transition: transform 0.3s ease-out 0.3s;
}

.top_section_step .order_list>li.js_trigger.animated .bar{
  transform: scaleY(1);
}

.top_section_step .order_list>li .ttl{
  font-size: 2.4rem;
  line-height: calc(35 / 24);
  padding-top: 15px;
  padding-bottom: 20px;
}

.top_section_step .order_list>li .num{
  position: absolute;
  left:0;
  top:0;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  line-height:69px;
  text-align: center;
  font-size: 3.7rem;
  color: #fff;
  background: #313131;
  font-family: var(--ft1);
}

.top_section_step .order_list>li .msg{
  color: #888;
  font-size: 1.8rem;
}
.top_section_step .order_list>li .msg a{
  color: #888;
  text-decoration: underline;
}

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

  .top_section_step .tab_head{
    position: relative;
    margin-bottom: 40px;
    gap:20px;
    /*margin-top: 70px;*/
    justify-content: center;
  }

  .top_section_step .tab_head>a{
    font-size: 2rem;
    width: calc((100% - 20px) / 2);
  }

  .top_section_step .tab_head>a::before{
    width: calc(100% + 22px);
  }

  .top_section_step .order_list>li .msg{
    font-size: 1.6rem;
  }

  .top_section_step .order_list>li {
    padding-left: 80px;
  }

  .top_section_step .order_list>li .ttl{
    font-size: 2.2rem;
    padding-top: 18px;
  }

}

/* .top_section_step .tab_head::before{
  left:0;
  width:calc((100% - 564px*2 - 39px) / 2);
}

.top_section_step .tab_head::after{
  right:0;
  width:calc((100% - 564px*2 - 39px) / 2);
}
 */

/*faq*/
.top_section_faq{
  padding: 100px 0;
}


.top_section_faq .faq_dl_wrap>dl{
  position: relative;
  /* border-bottom: 1px solid #6A6A6A; */
  padding-top: 28px;
  padding-bottom: 28px;
}

.top_section_faq .faq_dl_wrap>dl dt{
  display: flex;
  position: relative;
  padding-right: 100px;
}

.top_section_faq .faq_dl_wrap>dl dt::before,
.top_section_faq .faq_dl_wrap>dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  height: 38px;
  width: 3px;
  background: #fff;
  transition:all 0.19s ease;
  transform:translateY(-50%) rotate(0deg);
}

.top_section_faq .faq_dl_wrap>dl dt::after{
  transform:translateY(-50%) rotate(90deg);
}

.top_section_faq .faq_dl_wrap>dl dt.open::before{
  transform: translateY(-50%) rotate(-90deg);
}

.top_section_faq .faq_dl_wrap>dl dt i{
  font-family:var(--ft1);
  font-weight: normal;
  font-size: 4.6rem;
  color: #fff;
  width: 110px;
  line-height: 1;
  padding-left:30px;
}

.top_section_faq .faq_dl_wrap>dl dt span{
  font-size: 3rem;
  color: #888;
  width: calc(100% - 110px);
}

.top_section_faq .faq_dl_wrap>dl dd{
  font-size: 2.4rem;
  padding-left: 110px;
  padding-top: 20px;
  color: #888;
  display: none;
}

.top_section_faq .faq_dl_wrap .line{
  position: relative;
  height: 1px;
}
.top_section_faq .faq_dl_wrap dl.js_trigger{
  opacity: 0;
  transition: all 0.4s ease;
  filter: blur(10px);

}
.top_section_faq .faq_dl_wrap dl.js_trigger.animated{
  opacity: 1;
  filter: blur(0px);
}

.top_section_faq .faq_dl_wrap .line.js_trigger::after,
.top_section_faq .faq_dl_wrap dl.js_trigger::after{
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left:0;
  top:0;
  background: #6A6A6A;
  width: 0%;
  transform-origin: left center;
  transform: skewX(0deg);
  transition: width 1.5s cubic-bezier(0.12, 0.9, 0.2, 1) 0.2s;
}

.top_section_faq .faq_dl_wrap .line.js_trigger.animated::after,
.top_section_faq .faq_dl_wrap dl.js_trigger.animated::after{
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .top_section_faq{
    padding: 10vw 0;
    margin-top: 0vw;
  }

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

  .top_section_faq .faq_dl_wrap>dl dd {
    font-size: 4vw;
  }

  .top_section_faq .faq_dl_wrap>dl dt span {
    font-size: 4.5vw;
    width: calc(100% - 6vw );
  }

  .top_section_faq .faq_dl_wrap>dl dt i {
    font-size: 6vw;
    width: 8vw;
    padding-left: 0.25em;
  }

  .top_section_faq .faq_dl_wrap>dl dt {
    padding-right: 50px;
  }

  .top_section_faq .faq_dl_wrap>dl dt::before,
  .top_section_faq .faq_dl_wrap>dl dt::after {
    right: 30px;
    height: 25px;
    width: 3px;
    transition: all 0.19s ease;
  }

  .top_section_faq .faq_dl_wrap>dl dd {
    font-size: 4vw;
    padding-left: 11vw;
    padding-top: 20px;
  }
}

/*
sns
*/

.top_section_sns{
  padding-top: 135px;
  padding-bottom: 68px;
}

.top_section_sns .sns_list{
  display: flex;
}

.top_section_sns .sns_list>li{
  width: 50%;
}

.top_section_sns .sns_list>li:nth-child(2) {
  max-width: 746px;
}

.top_section_sns .sns_list>li:nth-child(1) .box{
  max-width: 601px;
}

.top_section_sns .sns_list>li> .head{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

.top_section_sns .sns_list>li> .head .icon.youtube {
  align-items: center;
  width: 30px;
}


.top_section_sns .sns_list>li> .head .icon.insta {
  width: 23px;
}

.top_section_sns .sns_list>li> .head .ttl{
  font-family: var(--ft2);
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
}

.top_section_sns .sns_list>li> .box{
  margin: 0 auto;
}

.top_section_sns .sns_list>li> .box a{
  display: block;
}
.top_section_sns .sns_list>li> .box .h_op img{
  opacity: 0.6;
}
.top_section_sns .sns_list>li> .box .h_op:hover img{
  opacity: 1;
}
.top_section_map iframe.gmap{
  /*filter: grayscale(1) contrast(100%) brightness(50%);*/
}
.top_section_map{
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {

  .top_section_sns{
    padding-top: 10vw;
    padding-bottom: 150px;
  }

  .top_section_sns .sns_list>li> .head{
    margin-bottom: 20px;
  }

  .top_section_sns .sns_list{
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }

  .top_section_sns .sns_list>li:nth-child(1){
    margin-bottom: 50px;
  }

  .top_section_sns .sns_list>li:nth-child(1) .box,
  .top_section_sns .sns_list>li:nth-child(2) .box {
    margin: 0 auto;
  }

  .top_section_sns .sns_list>li{
    width: 100%;
    margin: 0 auto;
    max-width: none;
  }

}

/*
ラインナップ
*/
.lineup_slider{
  position: relative;
}
.top_section_lineup .swiper-button-next,
.top_section_lineup .swiper-button-prev{
  width: 91px;
  aspect-ratio: 1;
  margin-top: 33px;
  transform: translateY(-50%);
}
.top_section_lineup .swiper-button-prev{
  left: 0;
}
.top_section_lineup .swiper-button-next{
  right: 0;
}

.lineup_slider .swiper-button-next::after,
.lineup_slider .swiper-button-prev::after{
  display: none;
}
@media screen and (max-width: 1200px) {
  .top_section_lineup .swiper-button-next,
  .top_section_lineup .swiper-button-prev{
    width: 60px;
    margin-top: 35px;
  }

  .top_section_lineup .swiper-button-prev{
    left: 0;
  }

  .top_section_lineup .swiper-button-next{
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_section_lineup .swiper-button-next,
  .top_section_lineup .swiper-button-prev {
    width: 40px;
    margin-top: 43px;
  }

}
/*
ラインナップ
*/
.top_section_lineup{
  padding-top: 100px;
  padding-bottom: 0px;
}

.top_section_lineup .lineup_box{
  max-width: 1400px;
  padding: 0 40px;
  margin: 0 auto;
  overflow: hidden;
}
.top_section_lineup .lineup_box .wrap_l{
  padding-left: 0;
}

.top_section_lineup .category_name{
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.top_section_lineup .category_name strong{
  font-size: 3.9rem;
  font-family: var(--ft1);
}

.top_section_lineup .category_name span{
  font-size: 2.2rem;
  color: #888;
}

.top_section_lineup .lineup_list{
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  justify-content: center;
}

.top_section_lineup .lineup_list>li{
  border: 1px solid #707070;
  width: calc((100% - (38px * 4)) / 5);
}

.top_section_lineup .lineup_list>li>a{
  display: block;
}

.top_section_lineup .lineup_list>li>a>img{
  width: 100%;
  display: block;
}

.top_section_step .wrap_l .step_list>li>.item .msg a{
  color: #888;
  text-decoration: underline;
}

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

  .top_section_lineup .lineup_list{
    gap: 20px;
  }

  .top_section_lineup .lineup_list>li{
    width: calc((100% - (20px * 4)) / 5);
  }

}

@media screen and (max-width: 1024px) {
  .top_section_lineup{
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .top_section_lineup .lineup_box {
    padding: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .top_section_lineup{
    padding-top: 20px;
  }
  .top_section_lineup .category_name strong{
    font-size: 3rem;
  }
  .top_section_lineup .category_name span{
    font-size: 1.8rem;
  }
  .top_section_lineup .lineup_list{
    gap:15px;
  }
  .top_section_lineup .lineup_list>li{
    width: calc((100% - 30px) / 3);
    transition-delay: 0 !important;
  }
  .top_section_lineup .lineup_list > li:nth-child(n+10){
    display: none;
  }
  .top_section_lineup .lineup_box{
    padding: 0 20px;
  }
}

.contact_area{
  max-width: 1000px;
  margin: 0 auto;
  background: #1e1e1e;
  padding-bottom: 28px;
}

.contact_area .ttl{
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 25px;
  background: #2A2A2A;
}

.contact_area .contact_tel{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:12px;
  margin-bottom: 10px;
}


.contact_area .contact_tel .icon{
  width: 53px;
  height: 53px;
  border-radius: 50%;
}

.contact_area .contact_tel .msg{
  font-family: Figtree;
  /* font-family: var(--ft3); */
  font-weight: bold;
  font-size: 5.9rem;
  text-align: center;
}


.contact_area .contact_tel2,
.contact_area .contact_lead{
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.contact_area .contact_button{
  display: flex;
  justify-content: center;
  gap:40px;
}

.contact_area .button{
  position: relative;
  display: flex;
  gap:40px;
  padding-left: 0px;
  border-radius: 10px;
  width: 253px;
  border: 1px solid #f3ecec;
  background: #000;
  padding: 0.5em;
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap:20px;
}


.contact_area .btn_web .icon{
  width: 39px;
}

.contact_area .button.btn_line .icon{
  width: 35px;
}

.contact_area .button .msg{
  font-size: 1.6rem;
}

.contact_area .button::after{
  content: '';
  position: absolute;
  right: 12px;
  top: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .contact_area .ttl{
    font-size: 5.8vw;
  }

  .contact_area .contact_tel{
    margin-bottom: 10px;
  }
  .contact_area .contact_tel .msg {
    font-size: 8.5vw;
  }

  .contact_area .contact_tel2,
  .contact_area .contact_lead{
    font-size: 4vw;
    margin-bottom: 15px;
  }
  .contact_area .contact_tel2{
    font-size: 3.6vw;
  }

  .contact_area .contact_button{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    gap:20px;
  }
}

/*オークション実績*/
.top_section_result {
  padding-top: 130px;
  padding-bottom: 0px;
}
.top_section_result .result_list{
  gap:35px;
  display: flex;
}

.top_section_result .result_list>li{
  text-align: center;
  width: calc((100% - 70px) / 3);
  width: 530px;
  border-radius: 15px;
  background: #0f0f0f;
  border: 1px solid #222;
  padding: 40px 0 40px;
}

.top_section_result .result_list>li .ttl{
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: bold;
}

.top_section_result .result_list>li .icon{
  text-align: center;
  aspect-ratio: 110 / 77;
  max-width: 110px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_section_result .result_list>li .icon .icon_person{ width: 88px;}
.top_section_result .result_list>li .icon .icon_brand{ width: 99px;}
.top_section_result .result_list>li .icon .icon_bid{width: 110px;
margin-bottom: -15px;}

.top_section_result .result_list>li .num{
  display: flex;
  justify-content: center;
  align-items:baseline;
  gap: 0.4em;
}

.top_section_result .result_list>li .num strong{
  font-size: 5.6rem;
  font-family:var(--ft2);
}

.top_section_result .result_list>li .num span{
  font-size: 3.2rem;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .top_section_result .result_list{
    gap:20px;
    display: flex;
  }

  .top_section_result .result_list>li .ttl{
    font-size: 2.8vw;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .top_section_result .result_list>li .num strong{
    font-size: 4vw;
    font-family:var(--ft2);
  }

  .top_section_result .result_list>li .num span{
    font-size: 2.5vw;
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) {
  .top_section_result {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top_section_result .result_list{
    gap:10px;
    display: flex;
  }

  .top_section_result .result_list>li{
    text-align: center;
    width: calc((100% - 30px) / 3);
  }
  .top_section_result .result_list>li .icon {
    margin-bottom: 0;
  }

  .top_section_result .result_list>li .num{
    gap: 0.2em;
  }

  .top_section_result .result_list>li .icon .icon_person{ width: 55px;}
  .top_section_result .result_list>li .icon .icon_brand{ width: 55px;}
  .top_section_result .result_list>li .icon .icon_bid{width: 68px; margin-bottom: -5px;}

  .top_section_result .result_list>li .ttl {
    font-size: max(1.5rem, 3.3vw);
    margin-bottom: 0;
  }

  .top_section_result .result_list>li .num strong {
    font-size: max(1.6rem, 4.5vw);
  }

  .top_section_result .result_list>li .num span{
    font-size: max(1rem, 2.5vw);
  }
}

/*インスタグラム*/
.instagram-list{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  max-width: 800px;
  margin: 40px auto 0;
  background: #000;
  padding: 15px;
}
.instagram-list li{
    width: calc((100% - 30px) / 3);
}
.instagram-list li a{
    display: block;
}
.instagram-list li .img{
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.instagram-list li .video{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.instagram-list li .video video{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px){
    .instagram-list{
        gap: 10px;
        margin: 20px auto 0;
    }
}