@charset "UTF-8";
/* CSS Document */

/* color ピンク#fa7890 薄ピ#ffd7df #fff0f3 ブルー#3ac1e2 黄色#ffe866 緑#63bb3d オレンジ#ffaa17 オレンジ#fff88b */

*{box-sizing:border-box;}
ul,li{list-style:none;}

html {
  scroll-behavior: smooth;
  font-size: 14px;
}
@media only screen and (min-width: 1000px){
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Roboto', 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #1f1f1f;
  background-color: #fff;
}
/* @media only screen and (min-width: 1000px){
} */

p {
  max-width: 1000px;
  margin: 16px auto;
  padding: 0 16px;
}

a {
  color: #fa7890;
}

.pink{color: #fa7890;}
.blue{color: #3ac1e2;}
.green{color: #63bb3d;}
.orange{color: #ffaa17;}
.bold{font-weight: bold;}

.notes{
  font-size: 0.7rem;
  text-align: right;
}

p.highlight{
  font-size: 1.2rem;
  color: #fa7890;
  text-align: center;
}

.br-pc { display:none; }
@media only screen and (min-width: 1000px){
  .br-sp { display:none; }
  .br-pc { display:inline; }
}

.btn_base {
  display: block;
  position: relative;
  margin: 0 auto 32px;
  padding: 12px 24px;
  width: calc(100% - 64px);
  max-width: calc(600px - 32px);
  background: #3ac1e2;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.btn_base::after {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_accent {
  display: block;
  position: relative;
  margin: 0 auto 32px;
  padding: 12px 24px;
  width: calc(100% - 32px);
  max-width: calc(640px - 32px);
  background: #fa7890;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.btn_accent::after {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_app {
  display: block;
  position: relative;
  margin: 0 auto 32px;
  padding: 16px 24px;
  width: calc(100% - 32px);
  max-width: calc(640px - 32px);
  background: #ffaa17;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.btn_app::after {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@keyframes shake {
  0%,20%{transform:translateX(0)}
  5%,15%{transform:translateX(-2px)}
  10%{transform:translateX(2px)}
}


.drawer--navbarTopGutter {
  padding-top: 60px !important;
}
h1.logo {
  display: flex;
  align-items: center;
  height: 59px;
  margin: 0;
}
h1.logo img{
  height: 39px;
}
@media (min-width: 64em){
  .drawer--navbarTopGutter {
    padding-top: 70px !important;
  }
  .drawer-brand{
    padding: 0 40px !important;
  }
  h1.logo {
    display: inline-flex;
    height: 69px;
  }
  h1.logo img{
    height: 34px;
  }
}

/* +++++++++++++ Drawer ++++++++++++++++++ */
/* +++++++++++++ Drawer ++++++++++++++++++ */
.drawer-navbar-header{
  height: 60px !important;
}
.drawer-open .drawer-nav{
  height: 100vh !important;
}
.drawer-hamburger{
  width: 21px !important;
  padding: 20px !important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
  background-color: #fa7890 !important;
  height: 3px !important;
}
.drawer-hamburger-icon:before{
  top: -9px !important;
}
.drawer-hamburger-icon:after{
  top: 9px !important;
}
.drawer-open .drawer-hamburger-icon{
  background-color: transparent !important;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after{
  top: 0 !important;
}
@media (width < 64em){
  .drawer-navbar .drawer-nav{
    padding-top: 60px !important;
  }
}
@media (min-width: 64em){
  .drawer-navbar {
    height: 70px !important;
  }
  .drawer-navbar-header{
    height: 69px !important;
  }
  .drawer-nav{
    height: 69px !important;
  }
}
@media (width < 64em){
  .drawer-menu-item {
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    padding: 0 !important;
  }
  .drawer-menu-item a{
    display: block;
    position: relative;
    color: #1f1f1f;
    font-weight: bold;
    text-decoration: none;
    padding-left: 16px;
  }
  .drawer-menu-item a::after {
    position: absolute;
    color: #fa7890;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .drawer-menu-item:last-of-type a{
    color: #fff;
    background-color: #ffaa17;
  }
  .drawer-menu-item:last-of-type a::after{
    color: #fff;
  }
  .drawer-navbar .drawer-menu {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 64em){
  .drawer-container{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1200px !important;
  }
  .drawer-nav{
    width: 100% !important;
    max-width: 1080px;
  }
  .drawer-navbar .drawer-menu{
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .drawer-navbar .drawer-menu li{
    flex-grow: 1;
    flex-shrink: 2;
    flex-basis: 10%;
    border-left:  1px solid #ddd;
    text-align: center;
    padding: 0;
    height: 69px;
  }
  .drawer-menu-item{
    line-height: 1.4 !important;
  }
  .drawer-menu-item a{
    display:inline-flex;
    align-items: center;
    text-align: center;
    color: #1f1f1f;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    height: 69px;
  }
  .drawer-menu-item:last-of-type{
    display: inline-flex;
    align-items: center;
    flex-grow: 2;
    flex-shrink: 1;
  }
  .drawer-menu-item:last-of-type a{
    display: inline-flex;
    color: #fff;
    font-weight: bold;
    background-color: #ffaa17;
    height: 45px;
    padding: 0 16px;
    margin-left: 20px;
    border-radius: 30px;
    white-space: nowrap;
  }
}
.dnav_foot {
  color: #fff;
  background-color: #fa7890;
  text-align: center;
  overflow: hidden;
  height: 100%;
}
.dnav_foot .kinshi{
  font-size: 10px;
  margin: 16px auto;
}
.dnav_foot .foot_logo img{
  height: 39px;
}
.dnav_foot .foot_logo p{
  font-size: 12px;
  font-weight: bold;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 64em){
  .dnav_foot{
    display: none;
  }
}
.drawer-menu-item:hover {
  text-decoration: none !important;
}

/* +++++++++++++ フロートフッター ++++++++++++++++++ */

.top_back{
  position: fixed;
  right: 8px;
  bottom: 60px;
  z-index: 1;
}
.top_back img{
  width: 50px;
  border-radius: 50%;
  border:  1px solid #fff;
}

.foot_btn{
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #1f1f1f;
  z-index: 1;
}
.foot_btn ul{
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 640px;
}
.foot_btn ul li.line{
  flex-basis: 70%;
}
.foot_btn ul li.mail{
  flex-basis: 30%;
}
.foot_btn a{
  display: flex;
  align-items: center;
  justify-content:center;
  text-align: center;
  height: 56px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
}
.foot_btn .line a{
  border-right: 1px solid #1f1f1f;
  color: #63bb3d;
  font-size: 24px;
  flex-direction: row;
}
.foot_btn .line a::after{
  background: url(../imgtop/guara_girl.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 34px;
  height: 28px;
  vertical-align: bottom;
}

.foot_btn .mail a{
  color: #3ac1e2;
  flex-direction: column;
}
.foot_btn .mail a{
  font-size: 12px;
}
.foot_btn .mail a i{
  font-size: 22px;
}

@media only screen and (min-width: 1000px){
  .foot_btn ul{
    max-width: 1000px;
    border-left: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
  }
}

/* ++++++++++ メインwrap ++++++++++ */

#main{
  width: 100%;
}
#main .main_visual{
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
#main .main_visual img{
  vertical-align: bottom;
  width: 100%;
}
#main .main_visual .visual_area{
  position: relative;
}
#main .main_visual .visual_area .bonus{
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 160px;
  animation: shake 1s ease infinite;
}
@media only screen and (min-width: 1000px){
  #main .main_visual .catch_area{
    display: none;
  }
  #main .main_visual .visual_area{
    width: auto;
    height: 580px;
    overflow: hidden;
  }
  #main .main_visual .visual_area picture img{
    height: 580px;
    object-fit: none;
    width: 100%;
  }
  #main .main_visual .visual_area .bonus{
    top: 0;
    right: 0;
    bottom: 0;
    left: calc( 1080px / 2 + 260px - 32px );
    margin: auto auto 32px;
    width: 240px;
    height: 240px;
  }
}

.bg-dot {
  background-color: #fff;
  background-size: 10px 10px;
  background-image: radial-gradient(#fa7890 10%, transparent 20%);
  padding-top: 32px;
}
.bg-dot .bg-radius {
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  display: block;
  padding: 32px 0 0;
}
.bg-dot .bg-radius h2{
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 57px auto 32px;
  width: 100%;
  max-width: 1080px;
}
.bg-dot .bg-radius h2::before{
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../imgtop/guara_girl.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 61px;
  height: 50px;
  top: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title3 {
  position: relative;
  background-color: #fff;
  background-size: 7px 7px;
  background-image: radial-gradient(#ffd7df 30%, transparent 10%);
  height: 70px;
  margin: 230px 0 32px;
  z-index: -2;
}
.title3 h3 {
  position: absolute;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1f1f1f;
  padding: 5px;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 300px;
  box-shadow: inset 0 0, 4px 4px 0 -1px #fff, 4px 4px 0 0 #1f1f1f;
}
.title3 img{
  position: absolute;
  border: 1px solid #fa7890;
  border-radius: 50%;
  object-fit: cover;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 280px;
  height: 280px;
  padding: 20px;
  z-index: -1;
}
@media only screen and (min-width: 1000px){
  .title3{
    margin: 152px 0 32px;
  }
  .title3 h3{
    position: relative;
    width: 700px;
  }
  .title3 img{
    width: 240px;
    height: 240px;
    top: 0;
    bottom: 120px;
    right: calc( 1080px / 2 + 240px );
    left: 0;
    margin: auto;
  }
}

h3.title3_girl{
  position: relative;
  font-size: 20px;
  color: #1f1f1f;
  background-color: #ffd7df;
  text-align: center;
  padding: 8px 0;
  margin: 90px auto 16px;
  width: 100%;
}
h3.title3_girl::before{
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../imgtop/guara_girl.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 61px;
  height: 50px;
  top: -33px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1000px){
  h3.title3_girl{
    padding: 16px 0;
  }
  h3.title3_girl::before{
    top: -8px;
  }
}

.title4 {
  text-align: center;
}
.title4 h4{
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  margin: 0 auto 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding-left: 2rem;
  line-height: 1.3;
  border-bottom: 1px solid #1f1f1f;
}
.title4 h4::before {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(../imgtop/check.png);
  width: 39px;
  height: 32px;
  background-repeat: no-repeat;
  left: 0;
  transform: translate(-50%, -50%);
  top: 1.4rem;
}

.about_img{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 460px;
  margin: 16px auto;
}
.about_img::before{
  content: "";
  display: inline-block;
  border: 3px solid #fa7890;
  border-radius: 110px;
  position: absolute;
  width: 220px;
  height: 220px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -30;
}
.about_img img{
  width: 100%;
}
.about_img .about_img_box1,
.about_img .about_img_box2,
.about_img .about_img_box3{
  position: relative;
  width: 170px;
  height: 170px;
}
.about_img .about_img_box1{
  order: 3;
}
.about_img .about_img_box2{
  order: 1;
}
.about_img .about_img_box3{
  order: 2;
}
.about_img .about_img_box1 img,
.about_img .about_img_box2 img,
.about_img .about_img_box3 img{
  display: block;
  position: absolute;
}
.about_img .about_img_box1 img{
  top: -170px;
  animation: shake 2.1s ease infinite;
}
.about_img .about_img_box2 img{
  top: 170px;
  animation: shake 2.1s ease infinite;
  animation-delay: 0.7s;
}
.about_img .about_img_box3 img{
  top: 170px;
  animation: shake 2.1s ease infinite;
  animation-delay: 1.4s;
}
.about_img .about_img_box2::before {
  position: absolute;
  content: "";
  background: url(../imgtop/kira1.png) no-repeat;
  background-size: contain;
  top: 32px;
  left: 16px;
  width: 80px;
  height: 115px;
  z-index: -1;
}
.about_img .about_img_box3::before {
  position: absolute;
  content: "";
  background: url(../imgtop/kira2.png) no-repeat;
  background-size: contain;
  top: 64px;
  right: 24px;
  width: 71px;
  height: 97px;
  z-index: -1;
}
.about_img .about_img_box1::before {
  position: absolute;
  content: "";
  background: url(../imgtop/kira2.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 24px;
  width: 71px;
  height: 97px;
  z-index: -1;
}
@media only screen and (min-width: 1000px){
  .about_img {
    display: flex;
    justify-content: space-around;
    position: relative;
    max-width: 900px;
    margin: 64px auto;
}
  .about_img .about_img_box1,
  .about_img .about_img_box2,
  .about_img .about_img_box3{
    position: relative;
    width: 260px;
    height: 260px;
  }
  .about_img::before{
    display: none;
  }
  .about_img .about_img_box1{
    order: 2;
  }
  .about_img .about_img_box2{
    order: 1;
  }
  .about_img .about_img_box3{
    order: 3;
  }
  .about_img .about_img_box1 img{
    top: 0;
  }
  .about_img .about_img_box2 img{
    top: 0;
  }
  .about_img .about_img_box3 img{
    top: 0;
  }
  .about_img .about_img_box2::before {
    top: 64px;
    left: -64px;
  }
  .about_img .about_img_box3::before {
    top: 0;
    right: -64px;
  }
  .about_img .about_img_box1::before {
    bottom: 0;
    right: -32px;
  }
}

@media only screen and (min-width: 1000px){
  .work p{
    text-align: center;
  }
}

.bonus_ban{
  display: block;
  margin: 16px auto;
  width: 100%;
  max-width: 460px;
}
.bonus_ban img{
  width: 100%;
}

.nikyu{
  display: block;
  width: 298px;
  margin: 16px auto;
}
@media only screen and (min-width: 1000px){
  .nikyu{
    width: 596px;
    margin: 32px auto;
  }
}

.reason .mic{
  text-align: center;
  margin: 16px auto;
}
.reason .mic span{
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fa7890;
  line-height: 1.4;
}
.reason .mic span::before {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(../imgtop/mic.png);
  width: 41px;
  height: 50px;
  background-repeat: no-repeat;
  left: -32px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto auto 0;
  z-index: -1;
}
@media only screen and (min-width: 1000px){
  .reason .mic{
    padding: 16px 0 0;
  }
}
.reason .notes{
  font-size: 0.7rem;
  text-align: right;
}
.work_girl_wrap{
  max-width: 1000px;
  margin: 32px auto 32px;
}
.work_girl_box{
  margin: 32px auto 64px;
}
.work_girl_wrap .work_girl_photo{
  float: left;
  margin: 0 2px 2px 16px;
  shape-outside: circle();
}
.work_girl_wrap .work_girl_box:nth-of-type(even) .work_girl_photo{
  float: right;
  margin: 0 16px 2px 2px;
  shape-outside: circle();
}
.work_girl_wrap .work_girl_photo img {
  object-fit: cover;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  position: relative;
}
.work_girl_wrap .work_girl_label {
  display: block;
  text-align: center;
}
.work_girl_wrap .work_girl_box:nth-of-type(odd) .work_girl_label {
  padding-left: 160px;
}
.work_girl_wrap .work_girl_box:nth-of-type(even) .work_girl_label{
  padding-right: 160px;
}
.work_girl_wrap .work_girl_label h4{
  position: relative;
  padding-top: 16px;
  margin: 0 auto 16px;
  text-align: center;
  position: relative;
  display: block;
  color: #fa7890;
  font-weight: bold;
  font-size: 1.1rem;
}
.work_girl_wrap .work_girl_label h4::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 75px;
  height: 42px;
}
.work_girl_wrap .work_girl_box:nth-of-type(odd) .work_girl_label h4::before {
  top: -20px;
  left: -30px;
}
.work_girl_wrap .work_girl_box:nth-of-type(even) .work_girl_label h4::before {
  top: -20px;
  right: -30px;
}
.work_girl_wrap .work_girl_box:nth-of-type(1) .work_girl_label h4::before{
  background: url(../imgtop/work_girl_text1.png) no-repeat center / contain;
}
.work_girl_wrap .work_girl_box:nth-of-type(2) .work_girl_label h4::before{
  background: url(../imgtop/work_girl_text2.png) no-repeat center / contain;
}
.work_girl_wrap .work_girl_box:nth-of-type(3) .work_girl_label h4::before{
  background: url(../imgtop/work_girl_text3.png) no-repeat center / contain;
}
.work_girl_wrap .work_girl_label h4::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  border-bottom: 2px solid #1f1f1f;
  font-size: 1.2rem;
}
.work_girl_wrap .work_girl_label .spec{
  display: inline-block;
  text-align: left;
  color: #fa7890;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.work_girl_wrap .work_girl_label .spec li{
  list-style-type: square;
}
@media only screen and (min-width: 1000px){
  .work_girl_wrap .work_girl_photo img{
    width: 200px;
    height: 200px;
  }
  .work_girl_wrap .work_girl_label h4{
    font-size: 1.3rem;
    padding-top: 32px;
  }
  .work_girl_wrap .work_girl_label {
    padding-left: 200px;
  }
  .work_girl_wrap .work_girl_label h4::before {
    width: 105px;
    height: 59px;
  }
  .work_girl_wrap .work_girl_box:nth-of-type(odd) .work_girl_label h4::before {
    left: 0;
  }
  .work_girl_wrap .work_girl_box:nth-of-type(even) .work_girl_label h4::before {
    right: 0;
  }
  .work_girl_wrap .work_girl_label .spec{
    font-size: 1.1rem;
  }
}

.start_wrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-size: 7px 7px;
  background-image: radial-gradient(#fa7890 20%, transparent 20%);
  gap: 34px;
  padding: 16px;
  margin: 16px 0;
}
.start_box {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.start_box:nth-of-type(n+2)::before{
  position: absolute;
  content: "\f175";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.start_box_img img{
  width: 100px;
}
.start_box_txt h4{
  color: #fa7890;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 8px;
}
.start_box_txt p{
  font-size: 1rem;
  padding: 0;
  margin: 8px 0 0;
}
@media only screen and (min-width: 1000px){
  .start_wrap{
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  .start_box{
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    margin: 0;
    width: 300px;
  }
  .start_box:nth-of-type(n+2)::before{
    content: "\f178";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    top: 50%;
    left: -28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .start_box_img img{
    width: 160px;
  }
}

.foot_nav{
  position: relative;
  border-top: 3px solid #fa7890;
  background-color: #fff0f3;
  padding: 8px;
  margin: 65px 0 0;
  width: 100%;
}
.foot_nav::after{
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../imgtop/guara_girl.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 80px;
  height: 66px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.foot_nav h2{
  color: #fa7890;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 33px 0 32px;
}
.foot_nav ul{
  margin: 16px auto;
  padding: 0;
  width: 100%;
  max-width: 1080px;
}
.foot_nav li{
  position: relative;
  border-bottom: 1px solid #fa7890;
}
.foot_nav li a{
  text-decoration: none;
}
.foot_nav li a p{
  color: #1f1f1f;
  padding: 0 8px;
  line-height: 1.4;
}
.foot_nav li a p span{
  color: #fa7890;
  font-size: 18px;
  font-weight: bold;
}
.foot_nav li::after {
  position: absolute;
  color: #fa7890;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1000px){
  .foot_nav ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: left;
    gap: 32px;
    margin-bottom: 64px;
  }
  .foot_nav li{
    width: calc(100% / 3 - 64px / 3);
  }
}

footer {
  color: #fff;
  background-color: #fa7890;
  text-align: center;
  overflow: hidden;
}
footer .kinshi{
  font-size: 14px;
  margin: 32px auto;
}
footer .foot_logo img{
  width: 40%;
  max-width: 232px;
}
footer .foot_logo p{
  font-size: 16px;
  font-weight: bold;
  padding: 0 16px;
  margin: 0 auto;
}
footer ul {
  display: flex;
  justify-content: space-around;
  padding: 0;
  max-width: 1000px;
  margin: 32px auto 64px;
}
footer li{
  flex-grow: 1;
  line-height: 1;
}
footer li:not(:first-of-type){
  border-left: 1px solid #fff;
}
footer ul a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 1000px){
  footer ul a {
    font-size: 12px;
  }
}

/* +++++++++++++ index以下page ++++++++++++++++++ */

.img_base{
  display: block;
  width: 100%;
  margin: 16px auto;
}
@media only screen and (min-width: 1000px){
  .img_base{
    width: 700px;
    max-width: 100%;
    margin: 32px auto;
  }
}

.page h3.title3_girl {
  margin-top: 74px;
}

.page_head {
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  background-size: 7px 7px;
  background-image: radial-gradient(#ffd7df 30%, transparent 10%);
  padding: 8px 0;
  margin: 0;
  z-index: -2;
}
.page_head h2 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1f1f1f;
  padding: 8px;
  margin: 0 auto;
  width: calc( 100% - 32px );
  box-shadow: inset 0 0, 4px 4px 0 -1px #fff, 4px 4px 0 0 #1f1f1f;
}
.page_head p{
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 8px auto 0;
  width: calc( 100% - 32px );
}
@media only screen and (min-width: 1000px){
  .page_head{
    padding: 12px 0;
  }
  .page_head h2{
    width: 700px;
  }
  .page_head p{
    width: 700px;
  }
}

.page .featured_txt h3{
  position: relative;
  padding: 0 16px;
  margin: 16px auto 32px;
  text-align: left;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
}
.page .featured_txt h3::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  border-bottom: 2px solid #1f1f1f;
}
.page .featured_txt p{
  margin: 24px auto 16px;
}
.page .featured_img img{
  width: 100%;
}
@media only screen and (min-width: 1000px){
  .page .featured{
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 16px auto 32px;
  }
  .page .featured_txt{
    flex-basis: 40%;
  }
  .page .featured_txt h3,
  .page .featured_txt p{
    padding: 0;
  }
  .page .featured_img{
    flex-basis: 60%;
  }
}

@media only screen and (min-width: 1000px){
  .page .shopping{
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 32px auto;
  }
  .page .shopping_txt p{
    padding: 0;
  }
  .page .shopping_txt{
    flex-basis: 50%;
  }
  .page .shopping_img{
    flex-basis: 50%;
  }
}

.safety .bg-dot .bg-radius h2 {
  font-size: 1.3rem;
}
.safety .bg-dot .bg-radius h2 span{
  font-size: 2.6rem;
  color: #fa7890;
}
.page .safety_box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 1000px;
  padding: 0 16px;
  margin: 32px auto;
}
.page .safety_txt p{
  padding: 0;
  margin: 0;
}
.page .safety_img{
  flex-shrink: 0;
  flex-basis: 130px;
}
.page .safety_img img{
  border-radius: 10%;
}
@media only screen and (min-width: 1000px){
  .page .safety_img{
    flex-basis: 160px;
  }
}

.feature ul {
  font-size: 1.2rem;
  list-style: none;
  padding: 0 16px;
  margin: 16px auto;
  max-width: 1000px;
  width: fit-content;
}
.feature ul li {
  position: relative;
  color: #fa7890;
  padding: 0 0 0 2em;
  margin: 0;
}
.feature ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f192';
  color: #ffd7df;
}

.page .reward dl{
  font-weight: bold;
  margin: 16px auto;
  width: calc( 100% - 32px );
  max-width: 700px;
}
.page .reward dl dt {
  font-size: 1.1rem;
  text-align: center;
  background-color: #fff0f3;
  background-size: 10px 10px;
  background-image: radial-gradient(#ffd7df 10%, transparent 30%);
  padding: 4px;
  width: 50%;
}
.page .reward dl dd {
  color: #fa7890;
  font-size: 1.3rem;
  text-align: left;
  padding: 4px;
  margin: 0;
}
.page .reward dl dd span{
  font-size: 1rem;
}
.page .reward dl div{
  position: relative;
}
.page .reward dl div:not(:first-of-type){
  margin-top: 16px;
}
.page .reward dl div:not(:first-of-type)::before {
  position: absolute;
  content: '';
  top: -16px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: repeating-linear-gradient(-45deg, #ffd7df, #ffd7df 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 1000px){
  .page .reward dl div{
    display: flex;
    gap: 16px;
  }
  .page .reward dl dt{
    flex-basis: 40%;
  }
  .page .reward dl div:not(:first-of-type){
    margin-top: 24px;
  }
}

.title_bubble {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  background-color: #3ac1e2;
  border-radius: 10px;
  width: calc( 100% - 32px );
  max-width: 1000px;
  padding: 16px 8px;
  margin: 32px auto 27px;
}
.title_bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: 11px solid #3ac1e2;
}
.title_bubble_bonus{
  background-color: #fa7890;
  background-size: 10px 10px;
  background-image: radial-gradient(#ff91a5 10%, transparent 30%);
  /* background: linear-gradient( #ffaa17 0%, #fa7890 100%); */
}
.title_bubble_bonus::after{
  border-top: 11px solid #fa7890;
}
.title_bubble p{
  padding: 0;
  margin: 0;
}
.title_bubble .title_bubble_sub{
  font-size: 1rem;
}
.title_bubble .title_bubble_head{
  font-size: 1.6rem;
}

.flow_wrap {
  background-color: #fff;
  background-size: 7px 7px;
  background-image: radial-gradient(#fa7890 20%, transparent 20%);
  padding: 32px 16px;
  margin: 16px 0;
}
.flow_box {
  position: relative;
  padding: 16px;
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.flow_box:nth-of-type(n+2){
  margin-top: 34px;
}
.flow_box:nth-of-type(n+2)::before{
  position: absolute;
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow_box .flow_label {
  position: absolute;
  top: -16px;
  left: 16px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #fa7890;
  border-radius: 16px;
}
.flow_box h4{
  position: relative;
  color: #fa7890;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 8px auto 20px;
}
.flow_box h4::after {
  position: absolute;
  content: '';
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(-45deg, #fa7890, #fa7890 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flow_box p{
  font-size: 1rem;
  text-align: center;
  padding: 0;
  margin: 8px 0 0;
}
.flow_inner{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flow_wrap p.ident {
  font-size: 1.1rem;
  margin: 16px 0;
  padding: 10px;
  border-radius: 8px;
  background: #3ac1e2;
  color: #fff;
  text-align: left;
}
ul.flow_info {
  margin: 0;
  padding: 0;
}
ul.flow_info li {
  margin: 0 auto;
  padding: 8px 0;
  line-height: 1.5;
}
ul.flow_info li:not(:last-of-type){
  border-bottom: 1px dashed #ccc;
}
.flow_box img{
  max-width: 100%;
}
.flow_box .carrier{
  text-align: center;
}
@media only screen and (min-width: 1000px){
  .flow_inner{
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .flow_inner img{
    width: 50%;
  }
}

.register .idcheck{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.register .idcheck p{
  text-align: left;
  margin: 0;
}
.register_start{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.register_start h4{
  font-size: 2.6rem;
  font-weight: normal;
}
@media only screen and (min-width: 1000px){
  .register_start{
    flex-direction: row;
  }
  .register_start_txt{
    flex-shrink: 0;
  }
}

dl.faq_area{
  margin: 16px auto;
  padding: 0;
  width: calc( 100% - 32px );
  max-width: 1000px;
}
dl.faq_area dt{
  position: relative;
  margin: 16px 0 8px;
  color: #1f1f1f;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.1rem 0 0 2rem;
}
dl.faq_area dt::before{
  position: absolute;
  content: "Q";
  color: #fa7890;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  top: 0;
  left: 0;
}
dl.faq_area dd{
  position: relative;
  margin: 0;
  padding: 0.1rem 0 1.6rem 2rem;
  font-size: 1rem;
}
dl.faq_area dd:not(:last-of-type){
  /* padding-bottom: 18px; */
  border-bottom: 1px dashed #ccc;
}
dl.faq_area dd::before{
  position: absolute;
  color: #3ac1e2;
  content: "A";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  top: 0;
  left: 0;
}

.applicant .featured_txt h3 {
  text-align: center;
}

/*----------------------- 簡単無料登録 ページ（登録フォーム） -----------------------*/
/*簡単無料登録 フォームエリア*/
.contact {
  width: calc( 100% - 32px );
  max-width: 700px;
	margin: 0 auto;
}

.contact_inner {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	font-size: 16px;
	text-align: left;
	border: 1px solid #ccc;
}

.contact_inner .form_tit {
	width: 100%;
	margin: 0 auto 10px auto;
  padding: 0;
}

input[type="radio"] {
	margin: 0 8px 24px 8px;
}

.contact_inner input {
	padding: 6px;
	font-size: 16px;
    vertical-align: inherit;
    color: #4c4c4c;
    border: 1px solid #d2d2d2;
    background-color: white;
}

.contact_inner input.input_email {
	margin: 0;
}

.kakunin {
  padding: 0;
	margin: 8px auto;
	font-size: 14px;
}

select {
	margin-right: 5px;
	padding: 6px;
	font-size: 15px;
}

/*必須*/
.hissu {
	margin: 0 5px 0 auto;
	padding: 2px 8px;
	font-size: 12px;
	background-color: #fa7890;
	color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"] {
	width: 100%;
	margin: 0 auto 24px auto;
}

/*会員登録ボタン リセット*/
button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
}

input[type="submit"] {
	-webkit-appearance: none;
}

/*会員登録ボタン エリア*/
.submit_area {
	width: 100%;
	margin: 0 auto 24px auto;
	text-align: center;
}
.submit_area p{
  margin: 0;
}

/*会員登録ボタン*/
.btn_submit {
	width: 100%;
	margin: 20px auto;
	padding: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../imgtop/arr_btn01.png) no-repeat right;
	background-color: #3bc1e2;
	border: 1px solid #3bc1e2;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/*注意書きテキスト*/
.submit_area_txt {
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.4;
}

/*個人情報取得に関するご説明*/
.personal_info {
	width: 100%;
	margin: 24px auto 0 auto;
	padding: 16px;
	border: 3px solid #3bc1e2;
}
.personal_info dl{
  margin: 0;
}

/*見出し*/
.personal_info_txt01 {
	margin: 0 auto 10px auto;
	font-size: 1.1rem;
	font-weight: bold;
}

/*本文*/
.personal_info_txt02 {
	margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.4em;
}

/*利用規約に同意する*/
.kiyaku_check {
	width: 100%;
	margin: 24px auto 0 auto;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}

.kiyaku_check a {
	text-decoration: none;
	color: #3bc1e2;
	border-bottom: 1px solid #3bc1e2;
}

/*※確認画面に進む前に利用規約をご確認下さい。*/
.kiyaku_kakunin {
	margin: 8px auto 0 auto;
	font-size: 0.8rem;
	color: #fa7890;
}

/*--------------------------- サンクス ページ ---------------------------*/
.thanks {
  text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
/*サンクス 画像*/
.thanks img {
	width: 100%;
  max-width: 640px;
	margin: 30px auto 20px auto;
}
/* サンクス テキスト */
.thanks_txt {
	font-size: 0.9em;
	line-height: 1.7em;
	text-align: center;
}
/* 電話番号 */
.thanks_tel {
	margin: 15px auto;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;	
}
.thanks_tel a {
	display: block;
	text-decoration: none;
	color: #fa7890;
}
/* ご登録の流れ */
.thanks_flow {
  width: 100%;
  max-width: 700px;
	margin: 20px auto;
	padding: 20px 0 10px 0;
	text-align: center;
	border: 1px solid #fa7890;
	border-radius: 10px;
}
.thanks_flow h3 {
	width: 70%;
	margin: 0 auto 10px auto;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	background: #fa7890;
	color: #fff;border: 1px solid #fa7890;
	border-radius: 100px;
}
.thanks_flow p {
	margin: 8px auto;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #fa7890;
}
.thanks_flow p span {
	font-size: 0.8em;
	font-weight: normal;
	color: #444;
}
/* 営業時間 */
.eigyo-jikan {
	margin-top: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	color: #fa7890;
}
.eigyo-jikan span {
	color: #00bfff;
}
/* TOPへ戻る */
.thanks_top_back {
  width: calc( 100% - 32px );
  max-width: 700px;
	margin: 30px auto;
	padding: 15px;
	border: 2px solid #fa7890;
	border-radius: 100px;
}

.thanks_top_back a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #fa7890;
}

.company{
  max-width: 1000px;
  margin: 16px auto 32px;
}
.company h3{
  margin: 16px;
  padding: 0;
  color: #fa7890;
  font-size: 1.2rem;
  font-weight: bold;
}
.company h3:not(:first-of-type){
  padding-top: 16px;
  border-top: 1px dashed #ccc;
}
.company p{
  font-size: 1rem;
}
.company a{
  color: #333;
}