@charset "utf-8";
@layer main, utilities;

@layer main {
/*--------------------------------------------------------------------------
□ Reset & 全体の設定
---------------------------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  @media (769px <= width <=1920px) {
    font-size: calc(100vw / 192);
  }
  @media (width <= 768px) {
    font-size: calc(100vw / 37.5);
  }
}
body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,Arial,Helvetica,Meiryo,'MS PGothic', Sans-serif;
  line-height: 1.76;
  letter-spacing: .05em;
  margin-inline: auto;
  block-size: 100%;
  block-size: 100dvb;
  @media (width <= 768px) {
    font-size: 1.5rem;
    min-width: initial;
    min-width: auto;
  }
}
:where(h1, h2, h3, h4, h5, h6) {
  font:inherit;
  text-wrap: balance;
  overflow-wrap: break-word;
}
:where(p){
  text-wrap: pretty;
  overflow-wrap: break-word;
}
:where(ol, ul) {
  list-style: none;
}
:where(picture, video, canvas, svg){
  display: block;
  max-width: 100%;
}
:where(img){
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
:where(table) {
  border-collapse:collapse;
  border-spacing: 0;
}
:where(input, button, textarea, select, address) {
  font: inherit;
}
:where(button,input[type="submit"],input[type="button"]){
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
:where(textarea) {
  white-space: revert;
  resize: vertical;
  resize: block;
}
:where(iframe){
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
  color: #08C;
  @media (width >=769px) {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity:0.85;
    text-decoration: none;
  }
}
/*フォント設定
---------------------------------------------------------------------------*/
.mincho{
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3","ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*カラー設定
---------------------------------------------------------------------------*/
:root {
  --main-color: #;
  --link-text-color: #;
}
/*--------------------------------------------------------------------------
□ Component
---------------------------------------------------------------------------*/
/*見出し設定
---------------------------------------------------------------------------*/
.pageTtl {
  font-size: 6.8rem;
  font-weight: 900;
  line-height: 1.47;
  text-align: center;
  @media (width <=768px) {
    font-size: 3rem;
  }
}
.secTtl{
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  @media (width <= 768px) {
    font-size: 3rem;
  }
}
/*Slide (slick)
---------------------------------------------------------------------------*/
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}
/*水平線設定
---------------------------------------------------------------------------*/
.hrStyleA{
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000;
  margin-bottom: 20px;
}
/*flex設定
---------------------------------------------------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-ac{
  align-items: center;
}
.flex-ae{
  align-items: flex-end;
}
.flex-jc {
  justify-content: center;
}
.flex-jcac {
  justify-content: center;;
  align-items: center;
}
.flex-jsb{
  justify-content: space-between
}
.flex-jsbac{
  justify-content: space-between;
  align-items: center;
}
.flex-jsa {
  justify-content: space-around;
}
@media (width <= 768px) {
  .flex-fdcr{
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/*Flex Grid
--------------------------------------*/
/*
.pc-col12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.pc-col8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.pc-col6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.pc-col4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
*/
/*テーブル設定
---------------------------------------------------------------------------*/
/*フォーム設定
---------------------------------------------------------------------------*/
/*ボタン
---------------------------------------------------------------------------*/
.btn-typeA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  margin:0 2rem;
  padding: .9em 2em;
  border-radius: .5rem;
  background-color: #577CF7;
  color: #FFFFFF;
  font-size: 2.2rem;
  user-select: none;
  font-weight: 500;
  @media (width <= 768px) {
    font-size: 1.7rem;
    padding: .8em 1em;
    margin: 1rem 0;
  }
}
.btn-typeA::after {
  transform: rotate(45deg);
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1.3rem;
  border-top: .3rem solid #FFFFFF;
  border-right: .3rem solid #FFFFFF;
  content: '';
  @media (width <= 768px) {
    font-size: 1.8rem;
    width: 1rem;
    height: 1rem;
    border-top: .2rem solid #FFFFFF;
    border-right: .2rem solid #FFFFFF;
    margin-left: 1rem;
  }
}
.btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  margin:0 2rem;
  padding: .9em 2em;
  border: 1px solid #666666;
  border-radius: 5px;
  background-color: #fff;
  color: #666666;
  font-size: 2.2rem;
  user-select: none;
  @media (width <= 768px) {
    font-size: 1.7rem;
    padding: .7em 1em;
    margin: 1rem 0;
  }
}
.btn-submitWrap{
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  @media (width <= 768px) {
    margin-top: 4rem;
    flex-direction: column;
    align-items: center;
  }
}
/*--------------------------------------------------------------------------
□ Layout
---------------------------------------------------------------------------*/
.l-w1360{
  width: 136rem;
  margin-inline: auto;
  padding: 0 3rem;
  @media (width <= 768px) {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.l-low_sec {
  padding: 10rem 0;
  @media (width <=768px) {
    padding: 5rem 0 6rem;
  }
}
/*Header
---------------------------------------------------------------------------*/
.l-gHeader{
  background-color: #E8E8E8;
  padding: 3.3rem 3rem;
  transition: all .3s;
  position: sticky;
  top: 0;
  z-index: 99;
  &.is-transparent{
    background-color: transparent;
  }
  @media (width <= 768px) {
    padding: 2.2rem 1.6rem;
  }
}
.l-gHdr_inr{
  display: flex;
  align-items: center;
}
@media (width <=768px) {
  .l-gHdr_logo {
    position: relative;
    z-index: 999;
  }
}
.gHdr_logo_img {
  width: 18.2rem;
  @media (width <=768px) {
    width: 10rem;
  }
}
.l-gNavi {
  margin-left: auto;
  @media (width <=768px) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E8E8E8;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    padding: 3rem 5rem;
    &.open {
      visibility: visible;
      opacity: 1;
    }
  }
}
.l-gNavi_list {
  display: flex;
  flex-wrap: wrap;
  @media (width <=768px) {
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
    flex-wrap: nowrap;
    margin-top: 8rem;
    padding-bottom: 12rem;
    position: relative;
    &::-webkit-scrollbar {
      display: none;
  }
  }
  li {
    margin-right: 5rem;
    @media (width <=768px) {
      margin-right: 0;
      margin-top: 5rem;
      text-align: right;
      &.btn-login {
        background: url(../images/common/icon/login.png) no-repeat 0.6rem 50% / 2.3rem auto;
        padding-left: 3.3rem;
      }
    }
    a {
      color: #070707;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.35;
      @media (width <= 768px) {
        font-size: 1.8rem;
      }
    }
  }
}
@media (width <=768px) {
  .fixed-bg {
    position: fixed;
    width: 100%;
  }
}
/*SPメニューボタン
----------------------------------------*/
.sp-btn-menu {
  display: none;
}
@media (width <=768px) {
  .sp-btn-menu {
    position: absolute;
    right: .9rem;
    width: 4.6rem;
    height:4.6rem;
    display: block;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp-btn-menu .line {
    border-radius: .1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 3rem;
    height: .5rem;
    background: #070707;
    transition: all 0.3s ease-out;
    transform: translate(-50%, -50%) rotate(55deg);
  }
  .sp-btn-menu.is-active .line {
    transform: translate(-50%, -50%) rotate(-55deg);
  }
}
/*利用規約
---------------------------------------------------------------------------*/
.termsArea{
  background-color: #F2F2F2;
  margin-top: 15rem;
  padding: 9rem 0;
  @media (width <=768px) {
    margin-top: 6em;
  }
}
.ter_ttl {
  font-size: 6rem;
  line-height: 1.36;
  @media (width <=768px) {
    font-size: 3rem;
  }
}
.ter_boxWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  @media (width <=768px) {
    margin-top: 2rem;
  }
}
.ter_box {
  width: 63.5rem;
  @media (width <=768px) {
      width: 100%;
    }
  +.ter_box {
    margin-left: 3rem;
    @media (width <=768px) {
      margin-left: 0;
    }
  }
}
.ter_box_item{
  margin-top: .5rem;
  @media (width <=768px) {
    margin-top: 2.4rem;
  }
}
.ter_box_ttl{
  font-size: 2.2rem;
  font-weight: 700;
  @media (width >= 769px) {
    ::after{
      content: "：";
    }
}
  @media (width <=768px) {
    font-size: 1.7rem;
  }
}
@media (width <=768px) {
  .ter_box_list {
    margin-top: 1rem;
  }
}
.ter_box_list li{
  font-size: 2.2rem;
  line-height: 2;
  @media (width <= 768px) {
    font-size: 1.6rem;
    line-height: 1.62;
    letter-spacing: 0;
    font-weight: 500;
  }
}
@media (width <=768px) {
  .sp-ter_box_list_flex {
    display: flex;
    li {
      width: 17.2rem;
    }
  }
}
/*固定会員登録ボタン
---------------------------------------------------------------------------*/
.btn-fix_reg {
  display: none;
  position: fixed;
  right: 0;
  bottom: 15rem;
  z-index: 9;
  img{
    width: 22.9rem;
  }
  @media (width <=768px) {
    bottom: 4rem;
    img {
      width: 7.4rem;
      height: auto;
    }
  }
}

/*FOOTER
---------------------------------------------------------------------------*/
.l-gFooter{
  background-color: #434343;
  color: #FFF;
  position: relative;
  z-index: 10;
}
.l-gFtr_inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5.2rem 0;
  @media (width <=768px) {
    flex-direction: column;
    padding: 6rem 0 7rem;
  }
}
.l-gFtr_logo {
  margin-left: 18rem;
  @media (width <=768px) {
    margin-left: 0;
  }
}
.gFtr_logo_img{
  width: 21rem;
  height: auto;
  @media (width <=768px) {
    width: 16rem;
  }
}
.l-gFtr_navi {
  margin-left: 14rem;
  @media (width <=768px) {
    margin-left: 0;
    margin-top: 5rem;
  }
  ul {
    display: flex;
    flex-wrap: wrap;
    @media (width <=768px) {
      flex-direction: column;
      align-items: center;
    }
    li {
      a {
        color: #FFF;
        font-size: 2rem;
        font-weight: 700;
      }
      +li {
        margin-left: 5rem;
        @media (width <=768px) {
          margin-left: 0;
          margin-top: 3rem;
        }
      }
    }
  }
}
.copyRight {
  background-color: #070707;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: right;
  padding: 1rem 2rem;
  @media (width <=768px) {
    font-size: 1.2rem;
    text-align: center;
    padding: 1.4rem 0;
  }
}








}
@layer  utilities{
  .red{color: #e60000;}
  .clearfix::after {content: "";display: block;clear: both;}
  .fw700{font-weight: 700;}
  .ffs-palt{font-feature-settings: "palt";}
  .textNone {text-indent: 100%;white-space: nowrap;overflow: hidden;line-height: 0;}
  .floatL { float: left; }
  .floatR { float: right; }
  .alignL {text-align: left;}
  .alignR {text-align: right;}
  .alignCR {text-align: center;}

  @media (769px <= width) {
    .pc-none{display: none;}

    .pc-mt_0{margin-top: 0;}
    .pc-mt_1{margin-top: 1rem;}
    .pc-mt_1_5{margin-top: 1.5rem;}
    .pc-mt_2{margin-top: 2rem;}
    .pc-mt_2_5{margin-top: 2.5rem;}
    .pc-mt_3{margin-top: 3rem;}
    .pc-mt_4{margin-top: 4rem;}
    .pc-mt_5{margin-top: 5rem;}
    .pc-mt_6{margin-top: 6rem;}
  }

  @media (width <= 768px) {
    .sp-none{display: none;}

    .sp-alignL {text-align: left;}
    .sp-alignR {text-align: right;}
    .sp-alignCR {text-align: center;}

    .sp-mt_0{margin-top: 0;}
    .sp-mt_1{margin-top: 1rem;}
    .sp-mt_1_5{margin-top: 1.5rem;}
    .sp-mt_2{margin-top: 2rem;}
    .sp-mt_2_5{margin-top: 2.5rem;}
    .sp-mt_3{margin-top: 3rem;}
    .sp-mt_4{margin-top: 4rem;}
    .sp-mt_5{margin-top: 5rem;}
    .sp-mt_6{margin-top: 6rem;}
  }
}