@charset "utf-8";

/* 元テンプレ調整用 */
#mid {
  max-width: 100%;
  width: unset;
  padding: 0;
}

#site_aside2 {
  display: none;
}

#header {
  display: block !important;
}

#header.hide {
  opacity: 1;
}

#mid {
  margin-top: 0;
}

#outer {
  margin-top: 0;
  margin-bottom: 0;
}

footer {
  position: relative;
  z-index: 99999999;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

#all_Wrap a,
#all_Wrap button {
  display: block;
  transition: .3s;
}

#all_Wrap a:hover,
#all_Wrap button:hover {
  opacity: .6;
}

#all_Wrap img {
  width: 100%;
}

#all_Wrap figure {
  line-height: 1;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.sp {
  display: none;
}

/* コンテンツ */
#all_Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

.left_Box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: calc((100% - 480px) / 2);
  height: 100%;
  z-index: 1;
  /* background: url(../img/bg_left_pc.png) no-repeat center top; */
  /* background-size: 100%; */
}


.left_Box>figure {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 80%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.right_Box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: calc((100% - 480px) / 2);
  height: 100%;
  z-index: 1;
  /* background: url(../img/bg_right_pc.png) no-repeat center top; */
  /* background-size: 100%; */
}

.right_Box>.r_menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 80%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 10;
}

.right_Box>.r_menu li {
  /* border-radius: 15px; */
}

.right_Box>.r_menu li:nth-of-type(1),
.right_Box>.r_menu li:nth-of-type(2) {
  width: 100%;
}

.right_Box>.r_menu .page_top {
  max-width: 80px;
  width: 5vw;
  margin: auto;
}


.bg_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  /* background: url() no-repeat center top; */
  z-index: -1;
  background: url(../img/pc-back.png) no-repeat center center;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; 
}


/* 以下SPコンテンツ */


#all_Wrap main {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
  border-left: 1px solid #eee;
  background: linear-gradient(to bottom, #d2167b, #8f137a);
  /* background: url(../img/background.png) no-repeat center top;
  background-size: cover; */

}

#all_Wrap main.noborder {
  border-left: none;
}

.inner_90 {
  width: 90%;
  margin: 0 auto;
  /* padding-left: 30px; */
}

.inner_80 {
  width: 80%;
  margin: 0 auto;
}

.mt_20{
  margin-top: 20px;
}

/* ヘッダー */
header{
  background-color: #fff;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1{
  width: 76px;
}
header h1 img{
  /* height: 100%; */
  /* width: 100%; */
  /* width: 30px; */
  /* object-fit: contain; */
}


/* タイトル */
#hero_Vis {
  /* background: url() no-repeat center top; */
  /* background-size: 100% 100%; */
  /* padding-bottom: 30px; */
}
#hero_Vis h2{
  padding-left: 10px;
}

#hero_Vis figure{
  background-color: #000;
  padding: 5%;
}
#hero_Vis>div{
  margin-top: 30px;
  padding-left: 10px;
}


.about-app{
  margin-top: 20px;
}

.app-box {
  margin-top: 20px;
  position: relative;
}

.app-btn{
  position: absolute;
  bottom: 20px;  
  left: 50%;
  transform: translateX(-50%);
  width: 90%;

}




/* ステップ */
.step {
  margin: 80px 0 0;
}

.how {
  margin: 50px auto 0;
}

.how-step li {
  margin-top: 30px;
}


/* フッター直前余白 */
.foot_before{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 80px;
}
.foot_before div{
  height: auto;
  width: 120px;
  padding: 30px 0;
}


/* フッター */

#footer_Wrap {
  position: fixed;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  display: none;
  /* padding: 0 0.05%; */
}

#footer_Wrap > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#footer_Wrap a {
  display: block;
}
#footer_Wrap a:nth-of-type(1){
  width: 82.67%;
}

#footer_Wrap a:nth-of-type(2){
  width: 17.33%;
}



@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .left_Box {
    display: none;
  }

  .right_Box {
    display: none;
  }

  .bg_wrap {
    display: none;
  }

  #all_Wrap main {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    /* overflow: hidden; */
    border-left: none;
  }

  


  #footer_Wrap {
    padding-left: 0px;
    max-width: 768px;
    /* width: 100%; */
  }
}