@charset "UTF-8";
/* CSS Document */
@import url("under.css");
@import url("contents.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');
body{
  font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, sans-Serif; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: 'liga', 'kern'; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size: 15px; font-weight: 400;color: #314462;/*-webkit-font-smoothing: antialiased;*/;display: none;
}
img{
  width: 100%;
  max-width: 100%;
  display: block;
}
a.cvr{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
a.udr{
  text-decoration: underline;
  color: #003BFF;
}
.fnt-ftr{
  font-family: "futura",sans-serif;
}
.fnt-din{
  font-family: 'DIN 2014';
}
.fnt-serif{
  font-family: 'Noto Serif JP', serif;
}
.c_blk{
  color: #000;
}
.fnt-bld{
  font-weight: 500;
}
.imt-text_r{
  color: #D32727;
  font-weight: 700;
}

.cnt{
  text-align: center;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-clm{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

/*Container
=================================================*/
#container{
  width: 100%;
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
#container > *{
  width: 100%;
}

#container.wall_dot{
  background: #fff url("") repeat center;
}
#side-link{
  position: fixed;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
}
#side-link a{
  display: block;
  width: 20px;
}
#side-link a + a{
  margin-top: 20px;
}
/*btn　setting
===========================*/
.btn-rag a
,.btn-login a
,.btn-member a{
  display: block;
  color: #fff;
  padding: 10px 10px 10px 50px;
}
.btn-rag a::before
,.btn-login a::before{
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("");
  background-size: 1em;
  background-position:center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.btn-rag a{
  background-color: #3e2424;
}
.btn-login a{
  background-color: #42A7EA;
}
.btn-member a{
  background-color: #3e2424;
}
.btn-member a::before{
  content: "";
  width: 1em;
  height: 100%;
  background-image: url("");
  background-size: 1em;
  background-position:center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.btn-wrap a{
}
.btn-wline a{
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
}
.btn-wrap > *{
  display: block;
  box-shadow: 0 6px 12px rgba(0,0,0,.16);
  -webkit-transition: box-shadow .6s;
  -o-transition: box-shadow .6s;
  transition: box-shadow .6s;
}
.btn-wrap p.att-text{
  box-shadow: none;
  color: #98AABC;
}
.btn-wrap > *:hover{
  box-shadow: none;
}
.btn-wrap.flex-clm{
  -ms-align-items: center;
  align-items: center;
}
.btn-wrap.flex-clm > * + *{
  margin-top: 25px;
}
.btn_arrow{
  width: 333px;
  max-width: 100%;
  border: 1px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  font-size: 1.2em;
}
.btn_arrow::after{
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
}
.btn_arrow.row::after{
  right: auto;
  left: 1em;
  transform: translateY(-50%) rotate(-135deg);
}
.btn_arrow.ar-w::after{
  border-color: #1B446C #1B446C transparent transparent;
}
.btn_arrow > *{
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.btn_lbl {
  background: #42A7EA !important;
  color: #fff;
}
.btn_grn{
  background: #598852!important;
  color: #fff;
}
.btn_org{
  background: #3e2424;
  color: #fff;
}
/*header
===========================*/
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(255,255,255,1);
  -webkit-transition: background .6s;
  -o-transition: background .6s;
  transition: background .6s;
  border-bottom: 1px solid #EDEDED;
  height: 88px;
  width: 100%;
}
header.is-scroll{
  background: rgba(255,255,255,.85)
}
.header_inner{
  -ms-align-items: center;
  align-items: center;
  padding: 20px 50px;
  width: 100%;
  height: 100%;
}

header h1.logo{
  width: 240px;
}
.header-link > * + *{
  margin-left: 10px;
}

header nav{
  margin-left: auto;
  -ms-align-items: center;
  align-items: center;
}

.gnav li + li{
  margin-left: 20px;
}
.gnav li a{
  display: block;
  
}
.gnav.fnt-serif li a{
  font-weight: 500;
}
.header-link {
  margin-left: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.header-link .btn-rag
,.header-link .btn-login{
  width: 135px;  
}
.header-link .btn-member{
  width: 173px;
}

#l-nav
,#menu-hum{
  display: none;
}
/*footer
===========================*/

footer{
  margin-top: auto;
  background: #314462;
  padding: 60px 0 70px;
}
.footer-inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-inner > * + *{
  border-left: 1px solid #fff;
}
.foot_logo{
  width: 30%;
  -ms-align-items: center;
  align-items: center;
}
.foot_logo .logo{
  width: 247px;
  max-width: 100%;
}
.foot_nav{
  width: 70%;
  color: #fff;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.foot_nav .btn-wrap{
  width: 262px;
  max-width: 100%;
}
.foot-link{
  margin-top: 25px;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.foot-link > * + *{
  margin-top: 17px;
}
.foot-link a + a{
  margin-left: 25px;
}
.foot_nav .copy{
  font-size: .8em;
  margin-top: 20px;
}

/*index KEY
====================================================*/
#key.main{
  max-height: 800px;
}
#key.main::before{
  content: "";
  display: block;
  padding-top: 60%;
}
#key.main .key-inner{
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1340px;
  height: 100%;
  padding-left: 194px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  background: url( "") no-repeat top right/auto calc(100% - 33px);
  line-height: 1.4;
  z-index: 1;
  transform: translateX(-50%);
}
#key.main::after{
  content: "";
  width: 90vw;
  height: calc(100% - 137px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EDEDED;
  transform: scale(0,1);
  -webkit-transition: transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transform-origin: left bottom;
}
.is-finish #key.main::after{
  transform: scale(1,1);
}
.key-cmnt .title{
  font-size: 3em;
  max-width: calc(100% - 1.5em);
  width: 12em;
  font-weight: 500;
  letter-spacing: .5em;
}
.key-cmnt .text{
  font-size: 1.46666em;
  font-weight: 300;
  margin-top: 28px;
  letter-spacing: .1em;
}
.key-btn-wrap{
  width: 350px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 7px;
  margin-top: 62px;
}
.key-btn-wrap a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.3333em;
  padding: .65em 1em;
}
.key-btn-wrap a span{
  padding-left: 2em;
}
.key-btn-wrap a span::before{
  content: "";
  width: 1.06em;
  height: 100%;
  background: url("") no-repeat left center/100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/*login title*/
.login-title{
  width: 100%;
  justify-content: center;
}
.login-title::before{
  content: "";
  width: calc(50% - 10em);
  height: 1px;
  position: absolute;
  top:calc(50% - .85em);
  left: 0;
  background: #314462;
  display: block;
}
.login-title h2{
  -ms-align-items: center;
  align-items: center;
  line-height: 1.4;
  letter-spacing: 1.7px;
  text-indent: 1.7px;
}
.login-title h2 .jp{
  font-size: 2.2666666em;
  font-weight: 500;
}
.login-title h2 .en{
  font-size: 1.06em;
}
/*index CONTENTS
====================================================*/

#content.page-index{
  margin-top: 66px;
  padding-bottom: 116px;
}
.sec-inner{
  max-width: 1320px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  margin-left:auto;
  margin-right: auto;
}
h2.sec-title{
  line-height: 1.6;
  letter-spacing: 2px;
  text-indent: 2px;
  -ms-align-items: center;
  align-items: center;
}
h2.sec-title > span{
  display: block;
  text-align: center;
}
h2.sec-title span.jp{
  font-size: 2.2666em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
h2.sec-title span.jp > span{
  font-size: .777em;
}
h2.sec-title span.en{
  font-weight: 500;
}
h2.sec-title span.m-jp{
  font-size: 2em;
  font-weight: 500;
}

article{
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  overflow: hidden;
}
article .thumb{
  overflow: hidden;
}
article .thumb img{
  -webkit-transition: transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transform: scale(1);
  object-fit: cover;
  height: 100%;
}
article:hover{
  box-shadow: 0 2px 2px rgba(0,0,0,.1);
}


article:hover .thumb img{
  transform: scale(1.05);
}

/*about*/
.sec-about-blc{
  width: 100%;
  overflow: hidden;
  padding-bottom: 137px;
  padding-left: 66px;
}
.sec-about_box {
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  margin-top: 36px;
}
.sec-about_box::before{
  content: "";
  width: calc(100vw - 160px);
  height: calc(100% + 74px);
  position: absolute;
  right: -200px;
  top:37px;
  opacity: 0;
  background: #598852 url( "") no-repeat top right -20px/auto 70%;
  -webkit-transition: right .8s ease-in-out,opacity .6s ease-in-out,background 1.2s;
  -o-transition: right .8s ease-in-out,opacity .6s,background 1.6s;
  transition: right .8s ease-in-out,opacity .6s,background 1.6s;
}
.sec-about_box.is-inview::before{
  opacity: 1;
  right: 0;
  background-position: top right;
}
.sec-about_box .about_thumb{
  width: 553px;
  max-width: 46%;
  box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.sec-about_box .about_cmnt{
  width: calc(100% - 653px);
  padding-top: 93px;
  padding-bottom: 20px;
}
.about_cmnt .cmnt-in{
  width: 678px;
  max-width: 100%;
  padding-right: 100px;
  letter-spacing: .25em;
  line-height: 1.6666;
}
.about_cmnt .cmnt-in .in-title{
  font-size: 1.86666em;
}
.about_cmnt .cmnt-in .in-title span{
  font-size: 1.2857em;
}
.about_cmnt .cmnt-in .in-text{
  margin-top: 27px;
}
.about_cmnt .cmnt-in .sign{
  width: 167px;
  max-width: 50%;
  margin-left: auto;
  margin-top: 5px;
}
.about-more{
  width: calc(100% - 653px);
  justify-content: flex-end;
  padding-right: 110px;
  color: #fff;
  margin-left: auto;
  border-top: 1px solid #fff;
}
.about-more a{
  padding-top: 21px;
  font-size: 1.06em;
}
.about-more a span{
  padding-right: 1.5em;
}
.about-more a span::after{
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("") no-repeat left center/100%;
}

/*menu*/
.sec-menu-blc {
  padding-top: 77px;
  padding-bottom: 96px;
  overflow: hidden;
}
.sec-menu-blc::before{	
  content: "";	
  width: 85%;	
  max-width: 1400px;	
  height: 85%;	
  background: #EDEDED;	
	clip-path: polygon(0% 100%, 0% 0%, 60% 0%, 100% 100%);	
  position: absolute;	
  top: 0;	
  left: 0;	
}
/* login_index時 */
/*.sec-menu-blc::before{
  content: "";
    width: 100%;
    height: 50%;
    background: #EDEDED;
    clip-path: polygon(0% 100%, 0% 0%,100% 0%, 100% 100%);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
} */

body.login .sec-menu-blc::before{
  content: "";
    width: 100%;
    height: 50%;
    max-width: 100%;
    background: #EDEDED;
    clip-path: polygon(0% 100%, 0% 0%,100% 0%, 100% 100%);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.sec-menu_box{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.sec-menu_box .sec-title{
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
}
.sec-menu_box .sec-title::after{
  content: "";
  width: 100vw;
  height: 4px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-menu_box .menu__head{
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

article.menu__cat{
  background: #fafafa;
  box-shadow: 0 0 20px rgba(0,0,0,.16);
}
article.menu__cat .menu-cmnt .cmnt-wrap{
  /*background: #fff;*/
  z-index: 2;
}
article.menu__cat h3{
  font-weight: 500;
  font-size: 1.06em;
}
article.menu__cat h3 .num{
  font-weight: 600;
  color: #598852;
  padding-right: 1em;
}
article.menu__cat .in-text{
  margin-top: 1em;
  line-height: 1.65;
}
article.menu__cat .menu-thumb
,article.menu__cat .video-thumb{
  width: 100%;
  overflow: hidden;
/*
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
*/
}
article.menu__cat .video-thumb::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
/*  background: linear-gradient(180deg,rgba(0,0,0,0)0,rgba(0,0,0,0)70%,rgba(0,0,0,.065) 100%);*/
}
article.menu__cat.top .video-thumb::after{
/*  background: linear-gradient(to right,rgba(0,0,0,0)0,rgba(0,0,0,0)90%,rgba(0,0,0,.065) 100%);*/
}
article.menu__cat .video-thumb::before{
  content: "";
  display: block;
  padding-top: 55.670103%;
}
article.menu__cat .menu-thumb img
,article.menu__cat .video-thumb video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  display: block;
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
  
}
.menu__body article.menu__cat .cmnt-wrap::after
,.menu__head article.menu__cat .menu-cmnt::after{
  content: "";
  width: .7666em;
  height: .7666em;
  background: url("") no-repeat center/100%;
  position: absolute;
  bottom: 1em;
}

.menu__head article.menu__cat .menu-cmnt::after{
  right: 1em;
}
.menu__body article.menu__cat .cmnt-wrap::after{
  right: 1em;
}

.sec-menu_box .menu__head .menu-cmnt{
  width: calc(36.5% - 70px);
  line-height: 1.65;
  letter-spacing: .125em;
}
.sec-menu_box .menu__head article.menu__cat{
  width: 63.5%;
}
.sec-menu_box .menu__head article.menu__cat .menu-thumb{
  width: 47.63%;
}
.sec-menu_box .menu__head article.menu__cat .menu-cmnt{
  width: 52.37%;
  -ms-align-items: center;
  align-items: center;
  background: #fafafa;
}
.sec-menu_box .menu__head article.menu__cat .menu-cmnt .cmnt-wrap{
  padding: 2em;
}
.sec-menu_box .menu__body{
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-menu_box .menu__body > * + *:nth-child(n+4){
  margin-top: 43px;
}
.menu__body article.menu__cat{
  width: calc((100% - 40px)/3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.menu__body article:nth-child(2)
,.menu__body article:nth-child(5){
  transform: translateY(20px)
}

.menu__body article.menu__cat .cmnt-wrap{
  padding: 1em 20px 2em;
}
.menu__body article.menu__cat .cmnt-wrap h3{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-top: 1.125em;
}
.menu__body article.menu__cat .cmnt-wrap .in-text{
  padding-top: .5em;
  letter-spacing: .1em;
}
article.menu__cat:hover{
  box-shadow: 0 0 2px rgba(0,0,0,.1);
}
article.menu__cat:hover .menu-thumb img{
  transform: scale(1.1);
}

/*news*/
.sec-info_box{
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px 68px;
}
.sec-info_box .acv-news__list{
  margin-top: 40px;
}
.acv-news__list article{
  background: #fff;
  border: 1px solid #585F6A;
  border-radius: 8px;
  padding: 33px 46px;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
}
.acv-news__list article:hover{
  transform: translateX(20px);
}
.acv-news__list article + article{
  margin-top: 10px;
}
.acv-news__list article > p + h3::before{
  content: "";
  width: 1px;
  height: 30px;
  background: #707070;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.acv-news__list article .news-date{
  width: calc(5.5em + 33px);
}
.acv-news__list article h3{
  padding-left: 33px;
  letter-spacing: 1.7px;
  line-height: 1.4;
}
.sec-info_box > .btn-wrap{
  margin-top: 28px;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

/*join*/
.sec-join-blc{
  padding-top: 40px;
}
.sec-join-blc::before{
  content: "";
  width: 100%;
  height: 354px;
  background: #598852;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.sec-join-blc h2{
  color: #fff;
  margin-bottom: 42px;
}
.sec-join_box{
  width: 1015px;
  max-width: calc(100% - 120px);
  margin: 0 auto;
  padding: 36px 70px 62px;
  box-shadow: 0 0 15px rgba(0,0,0,.16);
  background: #fff;
  border-radius: 8px;
}
.sec-join_box h3.step{
  text-align: center;
  font-size: 1.86666em;
  color: #598852;
  font-weight: 500;
  letter-spacing: .15em;
}
.sec-join_box h3.step span{
  font-size: 1.428em;
  padding-left: 5px;
  padding-right: 5px;
}

.sec-join__step{
  margin-top: 24px;
}
.sec-join__step > * + *{
  margin-top: 14px;
}
.sec-join__step .step__cat{
  background: #F7F7F7;
  border-radius: 11px;
  padding: 12px 0;
}
.sec-join__step .step__cat .step-num{
  width: 10em;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #598852;
  font-weight: 600;
}
.sec-join__step .step__cat .step-num p{
  font-size: 1.266em;
  letter-spacing: 1.7px;
}
.sec-join__step .step__cat .step-num p.num{
  font-size: 2.4736em;
}
.sec-join__step .step__cat .cmnt{
  width: calc(100% - 10em);
  padding: 5px 1em 5px 3em;
  line-height: 1.65;
  border-left: 1px solid #314462;
  letter-spacing: .15em;
}
.step__cat .cmnt h4{
  font-weight: 600;
  font-size: 1.33333em;
}
.sec-join__explain{
  margin-top: 42px;
}
.sec-join__explain > *{
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sec-join__explain > *:first-child{
  padding-right: 45px;
}
.sec-join__explain > *:last-child{
  padding-left: 45px;
}
.sec-join__explain > * + *{
  border-left: 1px solid #41536E;
}
.explain__cat h3{
  -ms-align-items: center;
  align-items: center;
  line-height: 1.6;
  letter-spacing: .18em;
  text-indent: .18em;
}
.explain__cat h3 + *{
  margin-top: 25px;
}
.explain__cat .in-price{
  background: #F7F7F7;
  justify-content: center;
}
.explain__cat .in-price p{
  padding: 1em;
}
.explain__cat .in-price p span.price{
  font-size: 1.3333em;
}
.explain__cat .in-price p span.price > span{
  color: #F06702;
}
.explain__cat p.att{
  line-height: 1.65;
  padding-left: 1em;
  margin-top: 1.06em;
  font-size: .9333em;
  letter-spacing: .12em;
}
.explain__cat p.att::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.explain__cat p.in-text{
  line-height: 1.65;
  font-size: .9333em;
  letter-spacing: .12em;
}

.explain__cat .ex-text{
  color: #F06722;
  margin-top: 1em;
  line-height: 1.2;
}
.sec-join__btn{
  -ms-align-items: center;
  align-items: center;
  margin-top: 40px;
}
.sec-join__btn > p{
  font-size: 1.2em;
  letter-spacing: .18em;
}
.sec-join__btn .btn{
  margin-top: 14px;
  max-width: 100%;
  
}
.sec-join__btn .btn a{
  width: 350px;
  max-width: 100%;
  justify-content: center;
  border-radius: 7px;
  font-size: 1.3333em;
  padding: 1em;
}
.sec-join__btn .btn a span{
  padding-left: 2em;
}
.sec-join__btn .btn a span::before{
  content: "";
  width: 1.06em;
  height: 100%;
  background: url("") no-repeat left center/100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/*login-index*/
.sec-info_box.np-pdb{
  padding-bottom: 0;
}
.sec-nxtlive-blc{
  margin-top: 36px;
  padding-left: 142px;
}
.sec-nxtlive-blc + .sec-menu-blc{
/*  margin-top: 107px;*/
}
.sec-nxtlive_box::before{
  content: "";
  width: calc(100vw - 200px);
  height: calc(100% + 32px);
  background: url("")#598852 no-repeat right top/auto 100%;
  position: absolute;
  top: 25px;
  right: 0;
}
.menu_livethumb{
  width: 480px;
  max-width: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,.16);
}
.menu_livethumb img{
  object-fit: cover;
  height: 100%;
}
.menu_livecmnt{
  width: calc(100% - 480px);
  -ms-align-items: center;
  align-items: center;
  padding-top: 40px;
}
.menu_livecmnt .cmnt__inner{
  width: calc(587px + 80px);
  height: calc(100% - 86px);
  padding-left: 80px;
  padding-right: 20px;
  justify-content: center;
  
  margin-left: -20px;
  color: #fff;
}
.menu_livecmnt .cmnt__inner::before{
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 35px;
  height: 100%;
  background: #598852;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.menu_livecmnt h3{
  z-index: 2;
}
.menu_livecmnt h3 span{
  padding: 10px 0;
}
.menu_livecmnt h3 span.en{
  font-size: 3em;
  font-weight: 900;
  letter-spacing: .15em;
  border-bottom: 1px solid #fff;
}
.menu_livecmnt h3 span.jp{
  font-size: 1.73333em;
  font-weight: 400;
}
.menu_livebtn{
  width: 237px;
  max-width: 100%;
  margin-top: 50px;
}
.menu_livebtn a{
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  background: url("") no-repeat center right 1em/1em;
  border-radius: 30px;
  padding: 1em;
  font-size: 1.06em;
}


#live-nav{
  display: none;
}
@media screen and (max-width: 950px) {
  .nav-btn-wrap{
    display: flex;
    margin-left: auto;
    height: 100%;
  }
  .nav-btn-wrap #menu-hum{
    position: relative;
  }
  #live-nav{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
  }
  #live-nav.btn-rag.live-btn a{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}




.ploading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);

  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
.ploading p{
  color: #ffa516;
  font-weight: bold;
}
.loader {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#ffa516);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}