/*
Theme Name: ashispo_themes
Description: Description
Version: 1.0.0
--------------------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */

input[type="text"],
input[type="email"] {
  outline: none;
}

textarea {
  appearance: none;
  resize: none;
  outline: none;
}

button,
input[type="submit"] {
  appearance: none;
  outline: none;
}

.fc_pink {
  color: #f86fb9;
}

.fc_em {
  font-weight: 700;
}

.sec {
  padding-top: 120px;
}

.sec_ttl .en {
  color: #f86fb9;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

.sec_ttl {
  text-align: center;
  margin-bottom: 40px;
}

.sec_ttl .copy {
  margin-bottom: 25px;
  font-size: 30px;
  letter-spacing: 0;
}

.sec_ttl .copy span {
  font-size: 24px;
}

.sec_ttl .sub {
  padding-top: 25px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

@media screen and (max-width: 690px) {
  .sec {
    padding-top: 75px;
  }

  .sec_ttl .en {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .sec_ttl {
    margin-bottom: 35px;
  }

  .sec_ttl .copy {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .sec_ttl .copy span {
    font-size: 20px;
  }

  .sec_ttl .sub {
    padding-top: 15px;
    font-size: 16px;
  }
}

.br_box {
  border-radius: 20px;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.sub_box {
  text-align: center;
  padding-bottom: 70px;
}

.sub_box .img {
  margin-top: 35px;
}

.sub_box .sub {
  font-size: 14px;
  line-height: 1.75;
  padding-top: 10px;
  display: inline-block;
}

.guides {
  position: relative;
}

.guides.app {
  background: #ffddf4;
  padding: 45px 0 55px;
  text-align: center;
}

.guides.qr {
  padding: 60px 30px;
}

.guides.app .illust {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-240px);
}

.guides.app .baloon {
  top: -35px;
  left: 50%;
  transform: translateX(128px);
}

.guides.app .ttl {
  margin-bottom: 15px;
}

.guides.app .btn_pink {
  padding: 20px 0;
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.guides.qr .sp {
  display: none;
}

.guides .ttl {
  font-size: 18px;
  line-height: 1.75;
}

.guides .large {
  font-size: 24px;
}

.guides .flex {
  max-width: 365px;
}

.guides .img {
  width: 140px;
}

.guides .info {
  width: 203px;
}

.guides.qr .ttl {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.guides .sub {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 690px) {
  .br_box {
    padding: 30px 15px;
    margin-bottom: 60px;
  }

  .sub_box {
    padding-bottom: 60px;
  }

  .sub_box .img {
    margin-top: 40px;
  }

  .sub_box .sub {
    font-size: 12px;
  }

  .guides.app {
    padding: 50px 0 60px;
  }

  .guides.qr {
    padding: 30px 20px;
  }

  .guides.app .illust {
    position: absolute;
    top: -34px;
    left: 35px;
    transform: translateX(0);
  }

  .guides.app .baloon {
    top: -45px;
    left: inherit;
    right: 20px;
    transform: translateX(0);
  }

  .guides.app .ttl {
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 115px;
  }

  .guides.app .ttl .pc {
    display: none;
  }

  .guides.app .btn_pink {
    padding: 20px 0;
    max-width: none;
    width: calc(100% - 135px);
    margin-right: 20px;
    margin-left: 115px;
  }

  .guides.qr .pc {
    display: none;
  }

  .guides.qr .sp {
    display: block;
  }

  .guides.qr .ttl {
    text-align: center;
  }

  .guides.qr .sub {
    font-size: 14px;
    width: 180px;
    margin: 0 auto;
    padding-top: 10px;
  }

  .guides.qr .btn_pink {
    font-size: 14px;
    width: 170px;
    margin: 0 auto;
    padding-top: 10px;
    padding: 20px 0;
    max-width: none;
    width: 100%;
  }

  .guides .flex {
    max-width: none;
    width: calc(100% - 117px);
    display: block;
  }

  .guides .info {
    width: 100%;
  }
}

.sec_sub_ttl {
  font-size: 28px;
  border-bottom: solid 4px #f86fb9;
  display: inline-block;
  margin: 0 auto 25px;
  padding-bottom: 5px;
}

.step {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.step .num {
  width: 60px;
  height: 73px;
  padding-top: 15px;
  margin: 0 auto 10px;
  font-size: 30px;
}

.step a {
  text-decoration: underline;
}

.step br {
  display: none;
}

@media screen and (max-width: 690px) {
  .sec_sub_ttl {
    font-size: 24px;
    margin: 0 auto 20px;
  }

  .step {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .step .num {
    width: 49px;
    height: 60px;
    padding-top: 13px;
    font-size: 25px;
  }

  .step br {
    display: block;
  }
}

.btn_pink {
  text-align: center;
  background: #f86fb9;
  border-radius: 100px;
  color: #fff;
}

.btn_pink:hover {
  background: #1da4eb;
}

.btn_blue {
  text-align: center;
  background: #1da4eb;
  border-radius: 100px;
  color: #fff;
}

.btn_blue:hover {
  background: #f86fb9;
}

.btn_white {
  text-align: center;
  border: solid 1px #d1ecfa;
  background: #fff;
  border-radius: 100px;
  color: #1da4eb;
}

.btn_white:hover {
  background: #1da4eb;
  color: #fff;
}

.bnr_links {
  background: url(assets/images/bg_bnr_float.svg) center center no-repeat;
  background-size: cover;
  width: 285px;
  height: 281px;
  position: relative;
  padding-top: 77px;
}

.bnr_links .badge {
  width: 85px;
  height: 115px;
  position: absolute;
  top: 93px;
  left: -8px;
}

.baloon {
  background: url(assets/images/baloon_bnr_float.svg) center center no-repeat;
  background-size: cover;
  width: 112px;
  height: 112px;
  position: absolute;
  top: -6px;
  right: -38px;
  padding-top: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 690px) {
  .baloon {
    width: 92px;
    height: 92px;
    padding-top: 30px;
    font-size: 12px;
  }
}

.bnr_links .desc {
  line-height: 1.5;
  padding-left: 0.7em;
  margin-bottom: 10px;
}

.bnr_links .desc .fc_pink {
  font-size: 18px;
}

.bnr_links .box {
  width: 140px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  margin-left: 80px;
  position: relative;
}

.bnr_links .box::after {
  content: "";
  background: url(assets/images/ico_bnr_float_arw.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 9px;
  transform: translateY(-50%);
}

.sns_links {
  width: 233px;
  text-align: center;
}

.sns_links .sns_ttl {
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (max-width: 690px) {
  .sns_links .sns_ttl {
    font-size: 16px;
  }
}

.pagetop {
  width: 67px;
  height: 66px;
  position: fixed;
  z-index: 9900;
  bottom: 50px;
  right: 50%;
  transform: translateX(350px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pagetop a {
  width: 67px;
  height: 66px;
  display: block;
  background: url(assets/images/bg_pagetop.svg) center center no-repeat;
  background-size: cover;
  padding-top: 30px;
  color: #fff;
  text-align: center;
  text-indent: 0.4em;
}

.pagetop a:hover {
  background: url(assets/images/bg_pagetop_hover.svg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 690px) {
  .pagetop {
    bottom: 6px;
    right: 6px;
    transform: translateX(0);
  }
}

/*
Float
*/

.canvas_left,
.canvas_right {
  width: calc(50% - 280px);
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 8000;
}

.canvas_left {
  left: 0;
  padding-top: 50px;
  background: url(assets/images/bg_line_left.svg) right -58px top 366px no-repeat;
  background-size: 694px 261px;
}

.canvas_left .logo {
  margin-bottom: 50px;
}

.canvas_left .bnr_links {
  margin: 0 auto 55px;
}

.canvas_left .sns_links {
  margin: 0 auto;
}

.canvas_right {
  right: 0;
  text-align: right;
  background: url(assets/images/bg_line_right.svg) left -55px top 0 no-repeat;
  background-size: 495px 505px;
  padding-top: 370px;
}

.canvas_right .menu_float {
  position: relative;
  width: 180px;
  margin: 0 auto;
}

.canvas_right .menu_float .ico {
  position: absolute;
  top: -220px;
  right: 0;
}

.canvas_right .menu_float ul {
  border-top: solid 2px #fff;
}

.canvas_right .menu_float li {
  border-bottom: solid 2px #fff;
}

.canvas_right .menu_float li a {
  text-align: right;
  padding: 20px 0;
  font-size: 20px;
  display: block;
}

.canvas_right .menu_float li a:hover {
  color: #f86fb9;
}

#main {
  max-width: 560px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.canvas_center {
  border-radius: 30px;
  background: #fff;
}

@media screen and (max-width: 1180px) {
  .canvas_left,
  .canvas_right {
    height: 100vh;
  }
  .canvas_left *,
  .canvas_right * {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  #main {
    padding: 0;
  }
}

/*
sec_topHero
*/

.sec_topHero {
  background: #1da4eb;
  text-align: center;
  padding-bottom: 65px;
}

.sec_topHero .img {
  max-width: 502px;
  margin: 0 auto;
}

.sec_topHero img.sp {
  display: none;
}

@media screen and (max-width: 690px) {
  .sec_topHero {
    padding-top: 50px;
  }

  .sec_topHero .img {
    max-width: 100%;
  }
  .sec_topHero img.pc {
    display: none;
  }

  .sec_topHero img.sp {
    display: block;
    width: 104%;
    padding-top: 10px;
    max-width: none;
    transform: translateX(-2%);
  }
}

/*
sec_pageNav
*/

.sec_pageNav {
  padding: 45px 0 50px;
}

.sec_pageNav .ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.sec_pageNav .pageNav a {
  width: 31.2%;
  border-radius: 100px;
}

.sec_pageNav .pageNav .nav01 {
  background: rgba(255, 221, 244, 1);
}

.sec_pageNav .pageNav .nav02 {
  background: rgba(250, 250, 139, 1);
}

.sec_pageNav .pageNav .nav03 {
  background: rgba(209, 236, 250, 1);
}

.sec_pageNav .pageNav .nav01:hover {
  background: rgba(255, 221, 244, 0.4);
}

.sec_pageNav .pageNav .nav02:hover {
  background: rgba(250, 250, 139, 0.4);
}

.sec_pageNav .pageNav .nav03:hover {
  background: rgba(209, 236, 250, 0.4);
}

/*
sec_rental
*/

.sec_rental {
  background: #fff7fc;
}

.sec_rental .sec_ttl .copy {
  color: #f86fb9;
  text-align: center;
}

.sec_rental .br_box {
  border: solid 2px #ffddf4;
}

.sec_rental .step .num {
  background: url(assets/images/ico_flow.svg) center center no-repeat;
  background-size: cover;
}

/*
sec_sales
*/

.sec_sales {
  background: #fefee7;
}

.sec_sales .sec_ttl .copy {
  text-align: center;
}

.sec_sales .br_box {
  border: solid 2px #fafa8b;
}

.sec_sales .step .num {
  background: url(assets/images/ico_sales.svg) center center no-repeat;
  background-size: cover;
}

.sec_sales .guides {
  background: #fafa8b;
}

.sec_sales .guides .illust {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(130px);
}

@media screen and (max-width: 690px) {
  .sec_sales .guides .illust {
    width: 117px;
    position: absolute;
    top: -48px;
    left: inherit;
    right: 5px;
    transform: translateX(0);
  }
}

/*
sec_offer
*/

.sec_offer {
  background: #f3fafd;
}

.sec_offer .sec_ttl br {
  display: none;
}

.sec_offer .br_box {
  border: solid 2px #d1ecfa;
}

.sec_offer .br_box::before,
.sec_offer .br_box::after {
  content: "";
  position: absolute;
  display: block;
}

.sec_offer .br_box::before {
  width: 76px;
  height: 86px;
  background: url(assets/images/ico_illust_provider01.svg) center center no-repeat;
  background-size: cover;
  top: 313px;
  right: 27px;
}

.sec_offer .br_box::after {
  width: 71px;
  height: 96px;
  background: url(assets/images/ico_illust_provider02.svg) center center no-repeat;
  background-size: cover;
  top: 561px;
  left: 26px;
}

.sec_offer .step .num {
  background: url(assets/images/ico_provider.svg) center center no-repeat;
  background-size: cover;
}

.sec_offer .sub_box .sub {
  font-weight: 500;
  font-size: 18px;
}

.sec_offer .guides {
  background: #d1ecfa;
}

.sec_offer .guides .illust {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-223px);
}

.sec_offer .guides .flex {
  margin-left: 115px;
}

@media screen and (max-width: 690px) {
  .sec_offer .sec_ttl br {
    display: block;
  }

  .sec_offer .br_box::before {
    width: 44px;
    height: 50px;
    background: url(assets/images/ico_illust_provider01.svg) center center no-repeat;
    background-size: cover;
    top: 275px;
    right: 15px;
  }

  .sec_offer .br_box::after {
    width: 49px;
    height: 66px;
    background: url(assets/images/ico_illust_provider02.svg) center center no-repeat;
    background-size: cover;
    top: 495px;
    left: 10px;
  }

  .sec_offer .guides .illust {
    top: -64px;
    left: 35px;
    transform: translateX(0);
  }

  .sec_offer .guides .flex {
    margin-left: 115px;
  }
}

/*
sec_news
*/

.sec_news .news_list li {
  margin-bottom: 10px;
  padding: 30px;
  background: #f3fafd;
  display: block;
}

.sec_news .news_list a {
}

.sec_news .news_list .date {
  margin-bottom: 10px;
}

.sec_news .news_list .ttl {
  line-height: 1.75;
  font-weight: 400;
}

@media screen and (max-width: 690px) {
  .sec_news .news_list .date {
    font-size: 14px;
  }
}

/*
sec_begining
*/

.sec_begining .sec_ttl {
  margin-bottom: 0;
}

.sec_begining .msg {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.55;
  position: relative;
}

.sec_begining .msg::after {
  content: "";
  display: block;
  background: url(assets/images/ico_illust_begining.svg) center center no-repeat;
  background-size: cover;
  width: 117px;
  height: 91px;
  position: absolute;
  top: 409px;
  right: -21px;
}

@media screen and (max-width: 690px) {
  .sec_begining .msg {
    font-size: 16px;
  }

  .sec_begining .msg::after {
    width: 85px;
    height: 66px;
    top: 164px;
    right: -15px;
  }
}

/*
sec_contact
*/

.sec_contact {
  padding-bottom: 80px;
}

.sec_contact form {
  max-width: 335px;
  margin: 0 auto;
}

.sec_contact .form_group {
  margin-bottom: 20px;
}

.sec_contact .form_group:last-child {
  margin-bottom: 0;
  margin-top: 40px;
}

.sec_contact label {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.sec_contact label span {
  margin-left: 5px;
  border-radius: 4px;
  color: #fff;
  padding: 1px 10px;
  font-size: 12px;
}

.sec_contact label .req {
  background: #f86fb9;
}

.sec_contact label .any {
  background: #1da4eb;
}

.sec_contact input[type="text"],
.sec_contact input[type="email"],
.sec_contact textarea {
  font-weight: 500;
  border-radius: 14px;
  border: solid 1px #d1ecfa;
  padding: 15px 20px;
  color: #1da4eb;
  width: 100%;
  font-size: 16px;
}

.sec_contact input[type="text"]::placeholder,
.sec_contact input[type="email"]::placeholder,
.sec_contact textarea::placeholder {
  color: #d1ecfa;
}

.sec_contact .privacy_link {
  text-align: right;
  padding-right: 1em;
  background: url(assets/images/ico_privacy_arw.svg) right center no-repeat;
  background-size: 6px 11px;
  height: 14px;
}

.sec_contact .privacy_link a {
  font-size: 12px;
  vertical-align: top;
  font-weight: 500;
}

.sec_contact .privacy_link a:hover {
  text-decoration: underline;
}

.sec_contact .btn_blue {
  display: block;
  border: none;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 16px;
  cursor: pointer;
}

.mw_wp_form_confirm .form_group.input {
  border-left: solid 2px #1da4eb;
  padding-left: 15px;
}

.mw_wp_form_confirm .form_group {
  margin-bottom: 30px;
}

.mw_wp_form_confirm .form_group label {
  margin-bottom: 15px;
}

.mw_wp_form_confirm .btn_white {
  margin: 30px auto 0;
  max-width: 128px;
  width: 100%;
  padding: 15px 0;
  display: block;
}

.mw_wp_form_complete {
  text-align: center;
}

.mw_wp_form_complete p {
  margin-bottom: 30px;
  line-height: 1.75;
}

.mw_wp_form_complete p.desc {
  font-weight: 400;
}

/*
Menu
*/
.menu_bg {
  background: #1da4eb;
  overscroll-behavior: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9990;
}

.menu_bg.hide {
  display: none;
}

.menu {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.menu.hide {
  display: none;
}

.menu .btn_close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  z-index: 9998;
}

.menu .inner {
  text-align: center;
}

.menu .logo {
  width: 206px;
  margin: 0 auto 35px;
}

.menu .logo img {
  width: 100%;
}

.menu .menu_nav li {
  padding: 11px 0;
}

.menu .menu_nav a {
  display: inline-block;
  color: #fff;
  padding: 4px 0;
  font-size: 20px;
  font-weight: 500;
  border-bottom: solid 2px #1da4eb;
}

.menu .menu_nav a:hover {
  border-bottom: solid 2px #f86fb9;
}

.menu .bnrs {
  max-width: 662px;
  margin: 0 auto;
  align-items: center;
}

.menu .bnrs .for_min {
  display: none;
}

.menu .bnrs .baloon {
  top: 57px;
  right: -51px;
  background: url(assets/images/baloon_bnr_menu.svg) center center no-repeat;
  background-size: cover;
}

.menu .sns_links {
  width: 283px;
}

.menu .sns_links .sns_ttl {
  color: #fff;
}

.menu .sns_links a {
  width: 89px;
}

.menu .sns_links a img {
  width: 100%;
}

@media screen and (max-width: 690px) {
  .menu {
    padding: 20px 0;
  }

  .menu .btn_close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }

  .menu .logo {
    width: 150px;
    margin: 0 auto 40px;
  }

  .menu .menu_nav li {
    padding: 11px 0;
  }

  .menu .menu_nav a {
    font-size: 18px;
  }

  .menu .bnrs {
    max-width: 100%;
  }

  .menu .bnrs .for_min {
    display: block;
    width: 100%;
    margin: 30px auto 40px;
  }

  .menu .bnrs .for_min .btn_pink {
    max-width: 260px;
    padding: 10px;
    width: 100%;
    border-radius: 100px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    margin: 0 auto;
  }

  .menu .bnr_links {
    display: none;
  }

  .menu .sns_links {
    margin: 0 auto;
  }

  .menu .sns_links a {
    width: 74px;
  }
}

/*
Privacy
*/
.privacy_bg {
  background: #aacadb;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9990;
}

.privacy_bg.hide {
  display: none;
}

.privacy_cont {
  padding: 50px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior: none;
}

.privacy_cont.hide {
  display: none;
}

.privacy_cont .inner {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.privacy_cont .btn_close {
  position: absolute;
  top: 0;
  right: -35px;
  width: 24px;
  height: 24px;
  z-index: 9998;
}

.privacy_br_box {
  text-align: left;
}

.privacy_br_box .head {
  font-size: 24px;
  margin-bottom: 10px;
}

.privacy_br_box .desc {
  margin-bottom: 30px;
  line-height: 1.75;
  font-weight: 400;
}

.privacy_br_box dt {
  font-size: 18px;
  margin-bottom: 5px;
}

.privacy_br_box dd {
  padding-left: 1em;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.75;
}

@media screen and (max-width: 690px) {
  .privacy_cont {
    padding: 20px;
  }

  .privacy_cont .inner {
    max-width: none;
  }

  .privacy_cont .btn_close {
    position: fixed;
    background: rgba(29, 164, 235, 0.5);
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    padding: 10px;
  }

  .privacy_br_box .head {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .privacy_br_box .desc {
    font-size: 14px;
  }

  .privacy_br_box dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .privacy_br_box dd {
    font-size: 14px;
  }
}
