@charset "UTF-8";
/* header */
.header {
    width: 100%;
    z-index: 998;
    position: fixed;
    padding: 20px 40px;
    box-sizing: border-box;
}

h1.hd_logo {
    padding: 15px 40px;
    box-sizing: border-box;
    border-bottom-right-radius: 13px;
}

h1.hd_logo a{
  display: inline-block;
}

h1.hd_logo img {
    width: 200px;
}

.global-nav_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    background-color: #000;
    border-radius: 40px;
    align-items: center;
}

.global-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.8rem;
    height: 68px;
}

.global-nav li {
    margin-right: 32px;
}

.global-nav li:last-child{
  margin-right: 0;
}

.global-nav li a {
    color: #fff;
}

.global-nav li a.phone_pc{
  color: #231915;
  height: 68px;
  display: inline-block;
  line-height: 68px;
  border-radius: 40px;
}

.global_nav_right {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    width: 100%;
}

.phone_pc{
  background-color: #F3EDE7;
  padding: 0 32px;
}

.phone_pc img{
  vertical-align:baseline;
  margin-right: 8px;
}

.phone_pc img{
  display: block;
  margin-top: 2px;
  width: 22px;

}

.phone_pc_flex{
  display: flex;
  flex-direction:row;
  justify-items: center;
  align-items: center;
}

.system h2::after,
.access h2::after,
.recruit h2::after{
  position: relative;
  content: '';
  display: inline-block;
  width: 47px;/*画像の幅*/
  height: 39px;/*画像の高さ*/
  background-image: url(../images/asiato_title.png);
  background-size: contain;
  vertical-align: middle;
  top: -30px;
  left :0;
}
.h2_wrapper{
  position: relative;
}

.h2_border{
  position: absolute;
    z-index: 1;
    left: 0;
    background: #231915;
    width: calc((100vw - 1080px) / 2 - 16px);
        height: 1px;
        top: 60px;
}

.recruit .h2_border{
  background: #D9D9D9;
}

/* fv */

.fv {
    position: relative;
    width: 100%;
}

.fv_img {
  width: 100%;
  height:100vh
}

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

.fv_item_wrapper{
  position:absolute;
  top:47%;
  left:50%;
  transform:translateY(-50%) translateX(-50%);
  width: 100%;
}

.fv_logo{
  width: 290px;
  margin: 0 auto;
}

.fv_item_wrapper .inukaji_ttl{
  color: #fff;
  font-size:4.0rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px;

}

.fv_item_flex{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 12px;
}

.fv_item_flex p{
  background-color: #F3EDE7;
  color: #231915;
  border-radius: 8px;
  padding: 8px 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.fv_item_flex p:first-child{
  margin-right: 10px;
}

.fv_item_text{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 10px #000;
  text-align: center;
}

/* introduction */
.introduction{
  background:linear-gradient(#C12227, #470C0E);
  padding-top: 60px;
  color: #fff;
}

.introduction_title{
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}

.introduction_text{
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}

.introduction_time{
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  z-index: 3;
}

.introduction_wrapper{
  position: relative;
}

.introduction_inu_left{
  position: absolute;
  top: 160px;
  left: 40px;
  width: 211px;
  z-index: 2;
}

.introduction_inu_right{
  position: absolute;
  top: 160px;
  right: 40px;
  width: 211px;
  z-index: 2;
}

.introduction_trump{
  max-width: 1220px;
  margin: -140px auto 0;
}

.introduction_trump img{
  width: 100%;
}

/* system */
.system{
  position: relative;
    margin-top: -40px;
    padding-top: 100px;
    padding-bottom: 140px;
    overflow: hidden;
}

.system h2{
  display: inline-block;
  font-size: 7.0rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(#231915, #896252);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}

.system_table{
  width: 86%;
  position: relative;
  z-index: 3;
}

.system_table tr th{
  width: 24%;
  text-align: left;
  font-weight: 700;
  padding-bottom: 40px;
}

.system_table tr td{
  padding-bottom: 40px;
  padding-left: 20px;
  text-align: left;
}

.system .answer .pay_wrapper {
  width: 100%;
  max-width: 700px;
  margin-top: 10px;
}

.system .answer .pay_wrapper  img{
  width: 100%;
}

.chip_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.chip_title{
  margin-right: 40px;
}

.inu_system_wrapper{
  position: absolute;
  top: 150px;
  right: 0;
  width: 34%;
  max-height: 329px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.inu_system_wrapper img{
  width: 100%;
  max-height: 329px;
  object-fit: cover;
}

.system_table_wrapper{
  position: relative;
}

.trump_system_wrapper{
  position: absolute;
  bottom: -80px;
  right: -100px;
  width: 183.62px;
}

.trump_system_wrapper img{
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* access */

.access_text{
  margin-right: 0;
 margin-left: auto;
}

.access{
  margin-top: -230px;
  margin-bottom: 80px;
}

.access_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.inu_access_wrapper{
  width: 187px;
  position:absolute;
  top: 0;
  right: 390px;

}

.access_text_flex{
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-top: 24px;
}

.access_map_wrapper{
  width: 50%;
  position:relative;

}

.access_map_wrapper iframe{
  height:332px;
  margin-top: 196px;
  width: 100%;
}

.access_text_box{
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-bottom: 240px;
}

.access_text_wrapper{
  margin-top: 227px;
  width: 450px;
  z-index: 3;
  padding-left: 52px;
}

.access h2{
  display: block;
  font-size: 7.0rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(#231915, #896252);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
  text-align: right;
  margin-left: -100px;
}

.access h2::before{
  position: relative;
  content: '';
  display: inline-block;
  width:211px;
  height: 1px;
  background-image: url(../images/access_line.png);
  top: -30px;
  left :0;
}



.access_attention{
  margin-top: 26px;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.access_attention .access_attention_icon{
  margin-right: 26px;
}

.access_attention .access_attention_icon span{
  margin-right: 6px;
  line-height: 30px;
}

.access_attention .access_attention_icon img{
  width: 26px;
  margin-right: 6px;
}

.lady_access_wrapper{
  width: 191px;
  position: absolute;
  left: 440px;
  bottom: 8px;
  z-index: 2;
}

/* event */


.event{
  position: relative;
  padding-top: 120px;
  margin-top: -360px;
  background: linear-gradient(180deg, #F3EDE7 0%, #F3EDE7 50%, #231915 50%, #231915 100%);
}

.event_wrapper{
  background: #FDFAF7;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

.event_box{
  width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.event_content_wrapper{
  width: 45%;
}

.event_content{
  width: 100%;
  height: 500px;
  
}

.event_content iframe{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  margin-top: -22px;
}

.event h2{
  color: #BD2126;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  text-align: center;
  
}

.event_line{
  width: 80px;
  height: 1px;
  background: #000;
  margin: 20px auto 50px;
}

.logo_event_wrapper{
  position: absolute;
  top: -145px;
  left: -145px;
  width: 290px;
}

.logo_event_wrapper img{
  width: 100%;
}

.btn_x{
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #BD2126;

}

.btn_x_flex{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #231915;
  font-weight: 500;
  padding: 16px 0;
  color: #FDFAF7;

}

.btn_x_inu{
  width: 22px;
  margin-right: 10px;
  margin-top: -3px;
}

/* recruit */
.recruit{
  padding-top:80px;
  background-color: #231915;  
  overflow: hidden;
}

.recruit h2{
  margin-bottom: 60px;
  font-size: 7.0rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.recruit_tab_wrapper{
  width: 780px;
  margin: 0 auto;
  padding-bottom: 220px;
  position: relative;
}

.trump_recruit_wrapper{
  position: absolute;
  top: 40px;
  left:-270px;
  width: 198.31px;
}

.lady_recruit_wrapper{
  position: absolute;
  bottom: 0;
  right: -280px;
  width: 325px;
  z-index: 1;
}

.recruit_text{
  margin:40px auto;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.recruit_table{
  width: 100%;

}

.recruit_table tr th{
  color: #fff;
  font-weight: 700;
  width: 200px;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #7F7873;
}


.recruit_table tr td{
  margin-left: 30px;
  color: #fff;
  padding: 30px 30px;
  border-bottom: 1px solid #7F7873;
}


/* footer */
.ft{
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  background: no-repeat url(../images/asiato_footer.png) bottom 24px left 72%;
 background-size: 534px;
}

.ft_wrapper{
  position: relative;
  margin: 0 auto;
  padding-bottom: 110px;
}

.ft_wrapper_logo{
  width: 113px;
  margin: 0 auto 10px;
}

.ft_wrapper_name{
  margin-bottom: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  text-align: center;
}

.ft_wrapper_time{
  margin-bottom: 48px;
  text-align: center;
}

.ft_global-nav{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-family: "Noto Serif JP", serif;
  color: #231915;
  font-size: 1.8rem;
  font-weight: 700;
}

.ft_global-nav p {
  margin-right: 40px;
}

.ft_global-nav p.ft_recruit{
  margin-right: 0;
}

.ft_global-nav p a {
  color: #231915;
}

.ft_global-nav_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.inu_ft_wrapper{
  position: absolute;
  bottom: 8px;
  left: 4px;
  width: 213px;
}

.ft_copy{
  background: #231915;
  color: #fff ;
  font-size: 1.2rem;
  height: 60px;
}

.ft_copy{
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* arrow */
/*スクロールダウン全体の場所*/
.scrolldown4{
  position:absolute;
  bottom:8%;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
    0%{bottom:9%;}
    50%{bottom:11%;}
    100%{bottom:9%;}
}

/* responsive */

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

  /* header */
  .header {
    padding: 20px 15px;
  }

  h1.hd_logo {
    padding: 20px;
  }

  h1.hd_logo a{
  display: inline-block;
  }

  h1.hd_logo img {
    width: 112px;
  }

  /* index */
  .h2_border{
    width: 64px;
    height: 1px;
    top: 60px;
  }

  
  /* system */
    .trump_system_wrapper{
      bottom: -90px;
  }
  .system_table{
    width: 100%;
  }
  .lady02_system_wrapper{
    display: none;
  }
  /* access */

  .access{
    margin-top: -230px;
    margin-bottom: 94px;
  }

  .access_wrapper{
    display: flex;
    flex-direction: column-reverse;
  }

  .inu_access_wrapper{
    right: 140px;

  }

  .access_map_wrapper{
    width: 100%;
    margin-top: -174px;
  }

  .access_map_wrapper iframe{
    height:174px;
    width: 100%;
    
  }

  .access_text_box{
    padding-bottom: 0;
    width: 100%;
  }

  .access_text_wrapper{
    margin-top: 120px;
    width: 100%;
    z-index: 3;
    padding: 0 80px;
  }

  .access h2{
    font-size: 7.0rem;
    margin-bottom: 20px;
    text-align: left;
    margin-left: -210px;
  }

  .access h2::before{
    top: -23px;
  }

  .lady_access_wrapper{
    display: none;
  }


    /* event */
  .event{
    padding-top: 100px;
    margin-top: -100px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .event_wrapper{
    padding: 32px 0 60px;
  }

  .event_content_wrapper{
    width: 45%;
  }

  .event_content{
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 2;
  }

  .event h2{
    font-size: 2.4rem;  
  }

  .event_line{
    width: 80px;
    height: 1px;
    background: #000;
    margin: 20px auto 40px;
  }

  .logo_event_wrapper{
    top: -72.5px;
    left:-72.5px;
    width: 151px;
  }

  .event_box{
    width: 100%;
  }


  /* recruit */
  .recruit{
    padding-top:100px;
    margin-top: -40px;
  }

  .recruit_tab_wrapper{
    width:100%;
    margin: 0 auto;
  }

  .trump_recruit_wrapper{
    position: absolute;
    top: 330px;
    right: 0;
    left: auto;
    width: 78px;
  }

  .lady_recruit_wrapper{
    position: absolute;
    bottom: 0;
    right: -280px;
    width: 325px;
    z-index: 1;
  }

  .recruit_text{
    margin:40px auto 20px;
    color: #fff;
  }

  .recruit_table{
    width: 100%;

  }

  .recruit_table tr th{
    display: block;
    width: 100%;
    text-align: start;
    padding: 30px 0 10px;
    border-bottom: none;
  }


  .recruit_table tr td{
    display: block;
    margin-left: 0;
    padding: 0 0 30px;
  }

  .recruit_naiyou{
    margin: 0 auto;
  }

  .lady_recruit_wrapper{
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 325px;
    z-index: 1;
  }




}

@media screen and (max-width:800px) {
  .event_content_wrapper{
    width: 100%;
  }
  .event_box{
    display: block;
  }
  .event_content_wrapper{
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  .trump_system_wrapper{
    width: 84.91px;
  }
  .inu_access_wrapper{
    right: 115px;
    top: auto;
    bottom: 179px;
    width: 68px;
  }

  .lady_recruit_wrapper{
    right: -30px;
    width: 160px;
  }

  .fv_logo{
    width: 160px;
    margin: 0 auto 10px;
  }
  
  .fv_item_wrapper .inukaji_ttl{
    font-size:2.8rem;
    margin-bottom: 20px;
  }
  
  .fv_item_flex{
    margin-bottom: 20px;
  }
  
  .fv_item_flex p{
    font-size: 1.2rem;
  }
  
  .fv_item_flex p:first-child{
    margin-right: 10px;
  }
  
  .fv_item_text{
    font-weight: 500;
    font-size: 1.6rem;
  }
  /* introduction */
  .introduction{
    padding-top: 110px;
  }

  .introduction_title{
    font-size: 2.5rem;
    margin-bottom: 30px;
    letter-spacing: 0.1rem;
  }

  .introduction_time{
    font-size: 1.5rem;
  }

  .introduction_inu_right{
    top: -70px;
    left: 50%;
    transform:translateX(-50%);
    width: 106.48px;
  }
  .h2_border{
    width: 32px;
    top: 40px;
    }

    /* system */

  .system h2{
    font-size: 5.0rem;
    margin-bottom: 20px;
  }

  .system_table tr th{
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  .system_table tr td{
    display: block;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .system .answer .pay_wrapper {
    max-width: 700px;
    width: 100%;
    margin-top: 20px;
  }

  .system .answer .pay_wrapper  img{
    width: 100%;
  }

  .inu_system_wrapper{
    position: static;
    width: 100%;
    height: 116px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .inu_system_wrapper img{
    height: 116px;
  }


  .trump_system_wrapper{
    top: -56px;
    right: 20px;
  }

    .lady01_system_wrapper{
      position: absolute;
      top: 80px;
      right: -10px;
      width: 130px;
      z-index: 1;
    }

    /* access */
    .access_text_wrapper{
      padding: 0 40px;
    }
    .trump_access_wrapper{
      position: absolute;
      top: 270px;
      right: 60px;
      width: 77.08px;
    }
    .access h2{
      font-size: 5.0rem;
    }
  
    .access h2::before{
      top: -18px;
    }

    /* event */
    .event{
      padding-top: 100px;
      margin-top: -100px;
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .event_box{
      width: 80%;
      margin: 0 auto;
      display: block;
        }
      .event_content_wrapper{
        width: 100%!important;
      }

      /* recruit */
      .recruit_tab_wrapper{
        padding-bottom: 55px;
      }
      .recruit h2{
        margin-bottom: 20px;
        font-size: 5.0rem;
      }

      .recruit_text{
        text-align: start;
      }

      .ashiato_event_wrapper{
        position: absolute;
        top: 47%;
        right: 0;
        z-index: 1;
      }
    
      
      /* ft */
      .ft_global-nav{
        margin-bottom: 20px;
      }

      .ft_global-nav_wrapper{
        flex-direction: column;
      }

      .ft_global-nav p:last-child{
        margin-right: 0;
      }
      .inu_ft_wrapper{
        width: 109px;
        left: 30px;
      }
      .ft {
        background: no-repeat url(../images/asiato_footer_sp.png) bottom 60px right 0;
        background-size: 177px;
      }
      .ft_global-nav p {
        margin-right: 0;
      }
      
      .ft_global-nav_01{
        width: 170px;
      }

      .ft_global-nav_02{
        width: 176px;
      }
      .ft_wrapper_time {
          margin-bottom: 32px;
      }
}

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


@media screen and (max-width:640px) {
  .h2_border{
    width: 15px;
      }
  .access_text_wrapper{
    padding: 0 15px;
  }
  .event{
    padding-top: 100px;
    margin-top: -100px;
    padding-left: 15px;
    padding-right: 15px;
  }

}



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

@media screen and (max-width:450px) {
  .introduction_wrapper{
    padding: 0;
  }
  .introduction_trump_sp{
    width: 100%;
    margin: -90px auto 0;
  }

  .introduction_trump_sp img{
    width: 100%;
  }

  .trump_access_wrapper{
    right: 30px;
  }
  .lady01_system_wrapper{
    top: 145px;
    right: 5px;
    width: 37px;
  }
  .lady02_system_wrapper{
    position: absolute;
    top: 380px;
    right: 15px;
    width: 42.31px;
    z-index: 1;
    display: block;
  }
  .trump_system_wrapper{
    right: 0;
    top: 54px;
  }
  .inu_access_wrapper{
    right: 15px;
  }

  frame#twitter-widget-0{
    width: 100% !important;
  }

  .event_content{
    transform: scale(0.9);
    transform-origin: bottom;
  }

  .event_line{
    margin-bottom: 0;
  }
}


/* porkerclub */
.event_content iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width:800px) {
  .event_content iframe {
    width: 100%;
    height: 440px;
  }
}
