@charset "utf-8";
/* CSS Document */
a:link, a:visited {
  color: inherit;
}
.font-midashi{
  font-family:'Noto Sans JP', sans-serif;
  font-weight: bold;
}
body {
  width: 100%;
  /*overflow-x: hidden;*/
  font-family: "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  "游ゴシック",  "Yu Gothic",  sans-serif;
    /*padding-bottom: env(safe-area-inset-bottom);*/
}
#wrapper {
  width: 100%;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
#breadcrumbs {
  font-size: .2rem;
  font-weight: bold;
  margin: 0 auto;
  background: #00aafa;
  line-height: 1;
}
#breadcrumbs a {
  text-decoration: underline;
}
.slider {
  width: 100%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
  overflow: hidden;
}
.slick-prev, .slick-next {
  display: none !important;
}
.slick-dots li.slick-active button:before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 52px;
  background-image: url(../images/slider_on.png);
  background-size: contain;
  vertical-align: middle;
  opacity: 1;
  top: -28px;
  left: -14px;
}
.slick-dots li {
  margin: 0 48px;
}
header {
  position: fixed;
  /*top: 1%;
  left: 1%;*/
  z-index: 990; /*9999*/
}
header.hide {
  transform: translateY(-100%);
}
nav + .subMenu {
  display: none;
}
.period {
  font-size: .24rem;
  font-weight: bold;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  header {
    position: relative;
    z-index: 1000;
  }
  nav {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    /*background: linear-gradient(to bottom, rgba(166,139,0,0.5), 50%, rgba(247,207,0,0.5), transparent );
    background: linear-gradient(to bottom, rgba(166,139,0,0.5), 70%, rgba(247,207,0,0) );*/
  }
  nav.active {
    animation: 1s all;
    background: #fff;
  }
  nav .inner {
    width: calc(100vw / 1920 * 1110);
    max-width: calc(100vw / 1920 * 1110);
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    height: calc(100vw / 1920 * 65);
    align-items: center;
  }
  #head_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: calc(100vw / 1920 * 13);
  }
  #head_nav ul li {
    font-size: calc(100vw / 1920 * 12);
    margin-left: calc(100vw / 1920 * 14);
  }
  #head_nav ul li .btn_menu {
    width: calc(100vw / 1920 * 40);
    /*margin-right: 15px;*/
    cursor: pointer;
  }
  #head_nav ul li .black-link {
    width:  calc(100vw / 1920 * 117);
    background: #000;
    padding: calc(100vw / 1920 * 4) 0;
    border-radius: calc(100vw / 1920 * 50);
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    border: calc(100vw / 1920 * 2) solid #000;
  }
  #head_nav ul li .black-link:hover {
    background: #fff;
    color: #000;
    transition: all 0.4s;
  }
  #head_nav ul li .header-counseling-link{
    display: block;
    width: calc(100vw / 1920 * 200);
    border: none;
    background: none;
    padding: 0;
  }
  nav + .subMenuGnav {
    font-family: "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  "游ゴシック",  "Yu Gothic",  sans-serif;
    line-height: 1;
    background: #EEF0F5;
    padding: calc(100vw / 1920 * 20)  calc(100vw / 1920 * 45);
    width: 100%;
    position: fixed;
    top: calc(100vw / 1920 * 65);
    display: none;
  }
  .subMenuGnav .inner {
    width: calc(100vw / 1920 * 1110);
    max-width: calc(100vw / 1920 * 1110);
    display: table;
    margin: 0 auto;
  }
  .subMenuGnav__contentsArea{
    display: flex;
    justify-content: flex-start;
  }
  .subMenuGnav__row01{
    width: calc(100vw / 1920 * 345);
  }
  .subMenuMain{
    width: calc(100vw / 1920 * 300);
    font-size: calc(100vw / 1920 * 16);
    color: #000;
  }
  .subMenuMain a{
    position: relative;
    line-height: calc(100vw / 1920 * 74);
  }
  .subMenuMain a:after{
    content: "";
    position: absolute;
    width: 0;
    /*width: 100%;*/
    left: 0;
    bottom: calc(100vw / 1920 * 6);
    height: calc(100vw / 1920 * 1.4);
    background: #000;
    transition: .6s;
  }
  .subMenuMain a:hover:after{
    width: 100%;
    /*width: 0;*/
  }
  .subMenuMain--Plan{
    width: calc(100vw / 1920 * 450);
    position: relative;
    line-height: calc(100vw / 1920 * 66);
  }
  .subMenuMain--Plan a:after{
    content: none;
  }
  .subMenuMain a{
    display: block;
    color: #000;
    position: relative;
    transition: .3s;
  }
  .subMenuMain a:before{
    content: "→";
    position: absolute;
    right: 0;
    /*right: 6%;
    transition: .3s;*/
  }
  .subMenuMain a:hover{
    opacity: 0.5;
  }
  .subMenuMain a:hover:before{
    right: 0;
  }
  .subMenuSmall{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100vw / 1920 * 450);
  }
  .subMenuSmall li{
    font-size: calc(100vw / 1920 * 14);
    font-weight: normal;
    position: relative;
    line-height: calc(100vw / 1920 * 50);
    color: #000;
    width: calc(100vw / 1920 * 210);
  }
  .subMenuSmall a{
    transition: .3s;
  }
  .subMenuSmall a:hover{
    opacity: 0.5;
  }
  .subMenuSmall li:before{
    content: "→";
    position: absolute;
    right: 0;
    /*transition: .3s;*/
  }
  .subMenuSmall li:hover:before{
    right: 0;
  }
  .subMenuSmall li:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: calc(100vw / 1920 * 1);
    background: #000;
    transition: .6s;
  }
  .subMenuSmall li:hover:after{
    width: 100%;
  }
  .subMenuSmall li a{
    display: block;
    color: #000;
  }
  .subMenuGnav__right a:hover{
      opacity: .8;
  }
  .subMenuGnav__right .link_center{
    font-size: calc(100vw / 1920 * 16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    position: relative;
    padding: calc(100vw / 1920 * 26) 0;
    background: #009FE8;
    border-radius: calc(100vw / 1920 * 4);
  }
  .subMenuGnav__right .link_center:before{
    content: "";
    background: url(/img/common/ico_spmenu_all.png);
    background-size: cover;
    width: calc(100vw / 1920 * 50);
    height: calc(100vw / 1920 * 50);
    position: absolute;
    left: 2%;
  }
  .subMenuGnav__right .link_center:after{
    content: "";
    background: url(/img/common/ico_spmenu_arrow-white.png) center center no-repeat;
    background-size: contain;
    width: calc(100vw / 1920 * 34);
    height: calc(100vw / 1920 * 34);
    position: absolute;
    right: 3%;
  }
  .subMenuGnav__right{
    margin-left: auto;
    width: calc(100vw / 1920 * 280);
  }
  .subMenuGnav__skin{
    background: rgba(255,255,255,.8);
    border-radius: 4px;
    margin-top: calc(100vw / 1920 * 20);
    padding: calc(100vw / 1920 * 20);
  }
  .subMenuGnav__skin__headline{
    display: block;
    text-align: center;
    font-size: calc(100vw / 1920 * 16);
    font-weight: normal;
    height: calc(100vw / 1920 * 40);
  }
  .subMenuGnav__skin__link{
    color: #000;
    display: block;
    font-size: calc(100vw / 1920 * 16);
    font-weight: normal;
    height: calc(100vw / 1920 * 30);
    position: relative;
  }
  .subMenuGnav__skin__link:before{
   content: "→";
    position: absolute;
    right: 0;
  }
  .subMenuGnav__skin ul li{
    padding: calc(100vw / 1920 * 8) 0;
    border-bottom: calc(100vw / 1920 * 1) solid #000;
  }
  .subMenuGnav__skin ul li:first-of-type{
    border-top: calc(100vw / 1920 * 1) solid #000;
  }
	
  .logo img {
    width: calc(100vw / 1920 * 200);
    height: calc(100vw / 1920 * 40);
  }
  #breadcrumbs {
  font-size: 12px;
    padding: 20px 0 0 0;
  background: #00aafa;
  }
  #breadcrumbs span {
    margin: 0 15px;
  }
  .slick-dots {
    bottom: 25px !important;
  }
  .sns_area {
    background: #000;
  }
  .sns_area .inner {
    padding: 84px 0;
  }
  .sns_area .sns_contents {
    display: flex;
    justify-content: space-between;
  }
  .sns_area .sns_contents li img {
    width: 50%;
  }
  .footer_contents {
    background: #191919;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
  }
  #top_back {
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    position: absolute;
    top: -40px;
    right: 18px;
  }
  #top_back a {
    width: 60px;
    padding-bottom: 22px;
  }
  #top_back span {
    display: inline-block;
  }
  .footer_contents a {
    color: #fff;
  }
  .footer_contents .inner {
    padding: 84px 0;
  }
  .footer_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_nav li {
    width: 334px;
  }
  .footer_nav a {
    padding: 28px 0;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
    font-size: 14px;
  }
  .footer_nav a:after {
    content: "";
    position: absolute;
    background: url(../../images/f_nav_btn.png);
    background-size: contain;
    width: 28px;
    height: 28px;
    top: 26px;
    right: 0;
  }
  .footer_area {
    margin: 84px auto 0;
    font-size: 16px;
  }
  .footer_area_box {
    float: left;
    font-size: 16px;
  }
  .footer_area_box:first-child {
    width: 50%;
  }
  .footer_area_box:last-child {
    width: 50%;
  }
  .footer_area_box ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
  }
  .footer_area_box li {
    width: 170px;
    margin-top: 28px;
  }
  .footer_area_box li a {
    position: relative;
    padding-left: 24px;
    vertical-align: middle;
  }
  .footer_area_box li a:before {
    position: absolute;
    content: "●";
    color: #00aafa;
    top: -2px;
    left: 0;
  }
  #footer_copy {
    background: #fff;
    color: #000;
  }
  #footer_copy a {
    color: #000;
  }
  #footer_copy .inner {
    padding: 84px 0;
  }
  #footer_copy .logo {
    margin-left: 0;
  }
  #footer_copy .f_copy_left {
    float: left;
  }
  #footer_copy .f_copy_right {
    float: right;
    text-align: right;
  }
  #topsnsbox {
    display: flex;
    justify-content: space-between;
  }
  #topsnsbox .title {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  "游ゴシック",  "Yu Gothic",  sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #topsnsbox .title img{
    margin-right: 20px;
  }
  .topfb, .toptweet, .topinsta {
    width: 334px;
    height: 404px;
  }
  #topsnsbox .sns_img img {
  border-radius: 5px;
  }
  #topsnsbox .sns_link_btn {
  width: 300px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
    display: block;
  color: #fff;
    text-align: center;
    margin: 30px auto 0;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 60px;
  position: relative;
  }
  #topsnsbox .sns_link_btn:after {
    content: "";
    position: absolute;
    top: 36%;
    right: 24px;
    background: url(../../images/btn_yajirushi.png);
    width: 34px;
    height: 12px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  #topsnsbox .sns_link_btn:hover::after {
    animation: arrow .4s;
  }
  .period {
  font-size: 12px;
  } 
}

@media screen and (max-width: 767px) {
  :root {
    --viewport: 750;
  }

  body {
    font-size: 0.16rem;
    -webkit-text-size-adjust: none;
  }
  html {
    font-size: calc(100vw / 7.5);
  }
  #wrapper {
    overflow: hidden;
  }
  img {
    height: auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .logo img {
    width: 100%;
  }
  #head_nav {
    display: none;
  }
  #c-btn {
    position: fixed;
    top: 5px;
    right: 4%;
    width: 60%;
    display: none;
    z-index: 9001;
    margin: 3.333% 0 0 0;
  }
  #c-btn ul {
    display: flex;
  }
  #c-btn ul li:first-child {
    margin-right: 4%;
  }
  #c-btn ul li img {
    width: 100%;
    filter: drop-shadow(0 2.6666vw 2.6666vw rgb(247 207 0 / 50%));
    -moz-filter: drop-shadow(0 2.6666vw 2.6666vw rgb(247 207 0 / 50%));
    -webkit-filter: drop-shadow(0 2.6666vw 2.6666vw rgb(247 207 0 / 50%));
    -ms-filter: drop-shadow(0 2.6666vw 2.6666vw rgb(247 207 0 / 50%));
  }
  #breadcrumbs {
  padding: 3.333333vw 0 0;
  line-height: 1.5;
  }
  #breadcrumbs .inner {
    white-space: nowrap;
    overflow: auto;
    margin: 0;
    padding: 0 5.33%;
  }
  #breadcrumbs span {
  margin: 0 2.6vw;
  }
  .slick-dots li.slick-active button:before {
    left: -6px;
    font-size: 13px;
    }
  .slick-dots li {
    margin: 0 2%;
  }
  .slick-dots {
    bottom: 16% !important;
  }
  .sns_area {
    background: #000;
    padding: 14vw 0 20.8vw;
  }
  .sns_area .inner {
  }
  .sns_area .sns_contents {
  }
  .sns_area .sns_contents li img {
    width: 50%;
  }
  .footer_contents {
    background: #191919;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
  }
  #top_back {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    position: absolute;
    top: -2%;
    left: 0;
    right: 0;
  }
  #top_back a {
    width: 16vw;
    display: inline-block;
    margin: 0 auto;
  }
  #top_back span {
    display: none;
  }
  .footer_contents a {
    color: #fff;
  }
  .footer_contents .inner {
    padding: 16.8vw 0 19.46666vw;
  }
  .footer_nav {
    font-size: .28rem;
    padding: 0 5.3333vw;
  }
  .footer_nav li {
  }
  .footer_nav a {
    padding: 28px 0;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .footer_nav a:after {
    content: "";
    position: absolute;
    background: url(../../images/f_nav_btn.png);
    background-size: contain;
    width: 28px;
    height: 28px;
    top: 26px;
    right: 0;
  }
  .sp-menu-inner{
    padding: calc(100vw / var(--viewport) * 33) calc(100vw / var(--viewport) * 42) 0;
    box-sizing: border-box;
  }
  .sp-menu-inner .flex {
    display: flex;
  }
  .sp-menu-inner .btn_counseling {
    background: #ffff00;
    border: calc(2px + (6 - 2) * ((100vw - 320px) / (767 - 320))) solid #00aafa;
    border-radius: calc(40px + (80 - 40) * ((100vw - 320px) / (767 - 320)));
    display: block;
    padding: calc(9px + (16 - 9) * ((100vw - 320px) / (767 - 320))) 0;
    text-align: center;
    line-height: 1.3;
    position: relative;
    font-weight: bold;
    color: #000000;
    margin-bottom: calc(100vw / var(--viewport) * 26);
  }
  .sp-menu-inner .btn_counselingn:after{
    position: absolute;
    content: "";
    background: url(../img/common/link_arrow.png)no-repeat;
    width: calc(10px + (20 - 10) * ((100vw - 320px) / (767 - 320)));
    height: calc(10px + (20 - 10) * ((100vw - 320px) / (767 - 320)));
    right: calc(13px + (26 - 13) * ((100vw - 320px) / (767 - 320)));
    background-size: contain;
    top: 40%;
  }
  .sp-menu-inner .btn_counseling span {
    color: #00aafa;
    font-size: calc(100vw / var(--viewport) * 30);
  }
  .sp-menu-inner .flex {
    justify-content: space-between;
  }
  .sp-menu-inner .flex .black-btn {
    font-size: calc(11px + (25 - 11) * ((100vw - 320px) / (767 - 320)));
    color: #fff;
    width: 49%;
  }
  .sp-menu-inner .flex .black-btn:after {
    content: none;
  }
  .black-btn{
    background: #000;
    color: #fff;
    border-radius: calc(20px + (40 - 20) * ((100vw - 320px) / (767 - 320)));
    text-align: center;
    padding: calc(13px + (26 - 13) * ((100vw - 320px) / (767 - 320))) 0;
    display: block;
    position: relative;
    font-weight: bold;
  }
  .sp-menu-inner > ul{
    font-size: calc(100vw / var(--viewport) * 25);
    margin-top: calc(100vw / var(--viewport) * 60);
  }
  .sp-menu-inner .ttl_acco {
    font-size: calc(100vw / var(--viewport) * 25);
    text-align: center;
  }
  .sp-menu-inner .ttl_acco.bb-none a {
    border-color: transparent;
  }
  .global-nav ul li.ttl_acco:after {
    content: "";
    width: calc(100vw / var(--viewport) * 50);
    height: calc(100vw / var(--viewport) * 50);
    background: url(../../../img/common/aco_plus.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .global-nav ul li.ttl_acco.active:after {
    background: url(../../../img/common/aco_minus.png) center center no-repeat;
    background-size: 100% auto;
  }
  .global-nav ul li.ttl_acco a {
    color: #009FE8;
  }
  .global-nav ul li{
    position: relative;
  }
  .global-nav ul li a{
    color: #000;
    padding: calc(15px + (40 - 15) * ((100vw - 320px) / (767 - 320))) 0;
    display: block;
    position: relative;
    font-weight: bold;
    border-bottom: 2px solid #000;
  }
  .global-nav a.target_link:after{
    content: "";
    width: calc(12px + (26 - 12) * ((100vw - 320px) / (767 - 320)));
    height: calc(12px + (26 - 12) * ((100vw - 320px) / (767 - 320)));  background-size: contain;
    position: absolute;
    top: 35%;
    right: calc(8px + (16 - 8) * ((100vw - 320px) / (767 - 320)));
    background: url(../../../img/common/link_arrow.png)no-repeat;
    background-size: contain;
  }
  .global-nav .ttl_hige {
    margin-top: calc(100vw / var(--viewport) * 30);
  }
  .global-nav .body_acco ul {
    font-size: calc(100vw / var(--viewport) * 25);
  }
  .global-nav .body_acco a {
    padding-left: calc(100vw / var(--viewport) * 38);
  }























  .footer_area {
    padding: calc(45px + (90 - 45) * ((100vw - 320px) / (767 - 320))) 5.3333vw 0;
  }
  .footer_area_box {
    /*float: left;*/
    font-size: .28rem;
    margin-top: 7.73333vw;
  }
  .footer_area_box:first-child {
  }
  .footer_area_box:last-child {
    margin-top: 12.8vw;
  }
  .footer_area_box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_area_box li {
    width: 50%;
    margin-top: 7.73333vw;
    font-size: .26rem;
  }
  .footer_area_box li a {
    position: relative;
    padding-left: 24px;
    vertical-align: middle;
  }
  .footer_area_box li a:before {
    position: absolute;
    content: "●";
    color: #00aafa;
    top: -2px;
    left: 0;
  }
  #footer_copy {
    background: #fff;
    color: #000;
  }
  #footer_copy a {
    color: #000;
  }
  #footer_copy .inner {
    padding: 12vw 0 31.4vw;
  }
  #footer_copy .logo {
    width: 50.6666vw;
    margin: 0 auto;
  }
  #footer_copy .f_copy_right {
    font-size: .14rem;
    margin-top: 14.53333vw;
    text-align: center;
  }
  #topsnsbox .title {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  "游ゴシック",  "Yu Gothic",  sans-serif;
    font-size: .32rem;
    font-weight: bold;
    margin-bottom: 6.66666vw;
  }
  #topsnsbox .title img{
    width: 6.4vw;
    margin-right: 3.33333vw;
  }
  .topfb, .topinsta {
    margin-top: 13.77777vw;
  }
  #topsnsbox .sns_img img {
  width: 100%;
  border-radius: 1.33333vw;
  }
  #topsnsbox .sns_link_btn {
  width: 78.66666vw;
  font-size: .28rem;
  font-family: 'Roboto', sans-serif;
    display: block;
  color: #fff;
    text-align: center;
    margin: 6.26666% auto 0;
    line-height: 10.66666vw;
    border: 1px solid #fff;
    border-radius: 60px;
  position: relative;
  }
  #topsnsbox .sns_link_btn:after {
    content: url(../../images/btn_yajirushi.png);
    position: absolute;
    right: 24px;
  transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  #topsnsbox .sns_link_btn:hover::after {
    animation: arrow .4s;
  } 
  footer nav ul.main-nav {
    margin: 14% 4%;
    /*min-height: 100vh;*/
  }
  #c-btn {
    z-index: 996;
  }
}
/******************************
 * global-nav sp nav
 *******************************  */
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  /*overflow: hidden;*/
  /* -webkit-overflow-scrolling: touch; */
  /*overflow-y: auto;*/
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
footer nav ul.main-nav {
  display: block;
  margin: 10px 40px 0;
  box-sizing: border-box;
}
.global-nav .main-nav .nav-item:first-child:after {
  display: none;
}
.main-nav {
  overflow-y: auto;
  /*height: 100%;*/
}
.global-nav-wrap {
  background-color: #fff;
  /*overflow: scroll;*/
  padding: 40px 0 40px;
  position: fixed;
  right: -100vw;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 25vw;
  z-index: 9000;
  height: 100vh;
}
.global-nav-wrap.show {
  bottom: 0;
  right: 0;
  top: 0;
}
.global-nav-wrap .global-nav-logo {
  width: 160px;
  padding-left: 35px;
  padding-top: 10px;
}
.global-nav-wrap .global-nav {
  position: relative;
  overflow-y: scroll;
}
.global-nav-wrap .global-nav li:first-child.nav-item .nav-label {
  border-top: none;
}
.global-nav-wrap .global-nav li.nav-item.en .nav-label {
  border-bottom: 1px solid #fff;
}
.global-nav-wrap .global-nav li.nav-item .nav-label {
  padding: 6px 0;
  margin: 0;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 17px;
  border-top: 1px solid #fff;
}
.global-nav-wrap .global-nav li.nav-item.menu_btn .nav-label, .global-nav-wrap .global-nav li.nav-item.menu_line .nav-label {
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 12px;
}
.global-nav-wrap .global-nav li.nav-item.menu_btn .nav-label:hover, .global-nav-wrap .global-nav li.nav-item.menu_line .nav-label:hover {
  background-color: #333;
}
.global-nav-wrap .global-nav li.nav-item.menu_btn .nav-label:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  height: 15px;
  top: -2px;
  margin-right: 6px;
  vertical-align: middle;
  background: url(../img/icon_mail.svg) no-repeat center center;
  background-size: 22px 15px;
}
.global-nav-wrap .global-nav li.nav-item.menu_line .nav-label:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 23px;
  height: 22px;
  top: -2px;
  margin-right: 7px;
  vertical-align: middle;
  background: url(../img/icon_line_white.svg) no-repeat center center;
  background-size: 23px 22px;
}
.global-nav-wrap .global-nav li.nav-item.nav-item--hasAccMenu .nav-labelWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.global-nav-wrap .global-nav li.nav-item.nav-item--hasAccMenu .nav-label {
  padding-right: 20px;
  width: 100%;
}
.global-nav-wrap .global-nav li.nav-item.nav-item--hasAccMenu .nav-arrow {
  display: block;
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.global-nav-wrap .global-nav li.nav-item.nav-item--hasAccMenu .nav-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.global-nav-wrap .global-nav li.nav-item.nav-item--hasAccMenu.is-open .nav-arrow::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 10px;
}
.nav-itemAccMenu {
  display: none;
  color: #fff;
  font-size: 14px;
}
.nav-itemAccMenu__item + .nav-itemAccMenu__item {
  margin-top: .5em;
}
.nav-itemAccMenuItemAnc {
  display: block;
  width: 100%;
  color: #fff !important;
  padding-left: 1em;
}
.global-nav-wrap .global-nav li.nav-item.menu_tel {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
  padding: 10px 0 8px;
  font-weight: bold;
  line-height: 1.2;
}
.global-nav-wrap .global-nav li.nav-item.menu_tel span.tel_txt {
  font-size: 20px;
}
.global-nav-wrap .global-nav li.nav-item.menu_tel span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
}
.global-nav-wrap .global-nav li.nav-item.menu_tel span.tel_txt:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 22px;
  top: -1px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../img/icon_tel.svg) no-repeat center center;
  background-size: 15px 22px;
}
.global-nav-wrap .global-nav li.nav-item.menu_tel .nav-label:after {
  display: none;
}
.global-nav-wrap .global-nav li.nav-item.banner_insta .nav-label {
  margin-top: 13px;
  border: none;
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
}
.global-nav-wrap .global-nav li.nav-item.banner_insta .nav-label:hover img {
  opacity: 0.7;
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .global-nav-wrap {
    padding: 0px 0 0;
    right: -100vw;
    width: 90vw;
    height: 100vh;
  }
  footer nav ul.main-nav {
    margin: 66px 4vw 0;
  }
  .global-nav-wrap .global-nav {
    padding-top: 10px;
  }
  .global-nav-wrap .global-nav li.nav-item .nav-label {
    padding: 4vw;
    font-size: 12px;
  }
  .global-nav-wrap .global-nav li.nav-item.menu_btn .nav-label, .global-nav-wrap .global-nav li.nav-item.menu_tel .nav-label, .global-nav-wrap .global-nav li.nav-item.menu_line .nav-label {
    height: 40px;
  }
  .global-nav-wrap .global-nav li.nav-item.menu_btn .nav-label, .global-nav-wrap .global-nav li.nav-item.menu_line .nav-label {
    font-size: 15px;
  }
  .global-nav-wrap .global-nav li.nav-item.menu_tel .nav-label:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 15px;
    height: 22px;
    top: -1px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../img/icon_tel.svg) no-repeat center center;
    background-size: 15px 22px;
  }
  .global-nav-wrap .global-nav li.nav-item.menu_tel .nav-label:after {
    display: none;
  }
  .global-nav-wrap .global-nav li.nav-item.menu_tel .nav-label {
    border-bottom: 1px solid #333;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    padding: 8px 0;
  }
  .global-nav-wrap .global-nav li.nav-item.menu_line .nav-label {
    margin-top: 10px;
  }
  .global-nav-wrap .global-nav li.nav-item a.nav-btn {
    background: #878787;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    border-radius: 8px;
    width: calc(100% - 8vw);
    display: block;
    text-align: center;
    margin: 20px auto;
  }
  .global-nav-wrap .global-nav li.nav-item a.nav-btn1 {
    background: #00aafa;
    color: #000;
  }
  .global-nav-wrap .global-nav li.nav-item a.nav-bnr {
    width: calc(100% - 8vw);
    display: block;
    margin: 20px auto;
  }
  .global-nav-wrap .global-nav li.nav-item.menu_tel {
    border-bottom: none;
    border-top: none;
    font-size: 20px;
    margin-top: 0px;
    padding: 0;
  }
  .global-nav-wrap .global-nav li.nav-item.banner_insta .nav-label {
    margin-top: 7px;
    padding-bottom: 100px;
  }
  .global-nav-wrap .global-nav li.nav-item.nav-item--hasAccMenu .nav-arrow::before {
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #footerMenu {
    display: flex;
    position: fixed;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: 996;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footerMenu li {
	width: 25%;
    text-align: center;
    font-size: 2.13333vw;
  }
  #footerMenu a {
    display: block;
	color: #000;
    padding: calc(10px + (20 - 10) * ((100vw - 320px) / (767 - 320))) 0;
  }
  #footerMenu a .icon{
    width: calc(22px + (52 - 22) * ((100vw - 320px) / (767 - 320)));
    margin: 0 auto;
    padding-bottom: calc(7px + (14 - 7) * ((100vw - 320px) / (767 - 320)));
  }
  #ctl-menu-button span {
    position: relative;
    width: calc(25px + (50 - 25) * ((100vw - 320px) / (767 - 320)));
    height: calc(25px + (50 - 25) * ((100vw - 320px) / (767 - 320)));
    margin: 0 auto;
    display: block;
  }
  #ctl-menu-button span:before{
    top: calc(3px + (6 - 3) * ((100vw - 320px) / (767 - 320)));
  }
  #ctl-menu-button.active span:before{
    -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: calc(12px + (24 - 12) * ((100vw - 320px) / (767 - 320)));
  }
  #ctl-menu-button i{
    top: calc(12px + (24 - 12) * ((100vw - 320px) / (767 - 320)));
  }
  #ctl-menu-button.active i{
    opacity: 0;
  }
  #ctl-menu-button span:after{
    bottom: calc(3px + (6 - 3) * ((100vw - 320px) / (767 - 320)));
  }
  #ctl-menu-button.active span:after{
    -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: calc(12px + (24 - 12) * ((100vw - 320px) / (767 - 320)));
  }
  #ctl-menu-button i, #ctl-menu-button span:before, #ctl-menu-button span:after {
      content: " ";
      position: absolute;
      left: 0;
      width: 100%;
      height: calc(1.5px + (3 - 1.5) * ((100vw - 320px) / (767 - 320)));
      background-color: #00aafa;
      -webkit-transition: all .4s ease-out;
      transition: all .4s ease-out;
  }
  .nav-itemAccMenu {
    font-size: 12px;
  }
  .overlay {
    z-index: 993;
  }
  .global-nav-wrap {
    z-index: 996;
  }
}

/*global-nav*/
.global-nav .title {
  text-align: center;
  color: #fff;
  background: #878787;
  border-radius: 5px;
}
.global-nav ul li:first-child {
  border-top: none;
}
.global-nav .ttl_acco {
  position: relative;
}
.global-nav .ttl_acco a {
  position: relative;
  margin: 0;
  padding: 4vw;
  color: #fff;
  display: block;
  font-weight: bold;
}
.global-nav .ttl_acco i {
  position: absolute;
  top: 50%;
  right: 3.2vw;
  width: 6vw;
  height: 6vw;
  transition: .1s;
  border-radius: 50%;
  background: url(../../images/btn_more.png) no-repeat;
  background-size: contain;
  -webkit-transition: .1s;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
}
.global-nav .ttl_acco.active i {
  background: url(../../images/btn_more.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(270deg);
  -webkit-transform: translateY(-50%) rotate(270deg);
}
.global-nav .body_acco {
  font-size: 12px;
  font-weight: bold;
  display: none;
}
.global-nav ul li.body_acco .ttl_acco {
  padding: 4.8vw;
  border-top: 1px dotted #464646;
  color: #fff;
}
.global-nav ul li.body_acco .ttl_acco:nth-child(2) {
  border-top: none;
}
.global-nav ul li.body_acco,
.global-nav ul li.body_acco li {
  border: none;
}
.global-nav ul.sub {
  padding-bottom: 4vw;
}
.global-nav ul.sub li {
  text-align: center;
  color: #fff;
  background: #878787;
  width: 48%;
  float: left;
  border-radius: 8px;
  margin-bottom: 4%;
}
.global-nav ul.sub li:nth-child(2n) {
  float: right;
}
.global-nav .title a {
  color: #fff;
  line-height: 50px;
  display: block;
  position: relative;
  font-weight: bold;
}
.global-nav ul.sub li a {
  padding: 4vw 0;
  color: #fff;
  padding: 2.66666vw 0;
  display: block;
  position: relative;
  font-weight: bold;
}
.sub-menu {
  display: none;
}
@media screen and (min-width:768px) {
  body.index header {
    position: absolute;
  }
  body.index header.hidden {
    background: #fff;
    position: fixed;
    top: -90px;
  }
  body.index header.hidden.active {
    top: -1px;
  }
  body.index header nav.active {
    background: #fff;
  }
  body.index header nav.active #head_nav ul {
    color: #000;
  }
  header #head_nav ul li.access.active a:after {
    width: 100%;
  }
  header {
    font-weight: bold;
  }
  header .access {
    position: relative;
  }
  .sub-menu {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: block;
    position: absolute;
    top: 90px;
    display: none;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .sub-menu .inner {
  display: inline-block;
    width: 1280px;
    padding: 22px 20px 38px;
  }
  .sub-menu .title,
  .sub-menu .fl,
  .sub-menu .fl2 {
    float: left;
    margin-right: 20px;
  }
  .sub-menu .title {
    font-size: 12px;
    width: 140px;
    background: #fff;
    line-height: 35px;
    margin-top: 80px;
  position: relative;
  text-align: left;
  }
  .sub-menu .title a {
    color: #00aafa;
    padding: 10px 0 10px 20px;
  }
  .sub-menu .title a:after {
  content: "";
  background: url(../images/access_ico.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  right: 10px;
  background-size: contain;
  }
  .sub-menu .fl {
    width: 124px;
  }
  .sub-menu .fl2 {
    width: 260px;
  }
  .sub-menu .sub-menu-ttl {
    color: #00aafa;
    font-size: 14px;
  }
  .sub-menu > div:last-child {
    margin-right: 0;
  }
  .sub-menu .sub-menu-body {
    margin-top: 4px;
  }
  .sub-menu .sub-menu-body li {
  color: #fff;
    width: 124px;
  height: 50px;
    float: left;
    margin-top: 9px;
  position: relative;
  }
  .sub-menu .sub-menu-body li:nth-child(2n) {
    float: right;
  }
  .sub-menu a {
    color: #fff;
    display: block;
    padding: 14px 0;
    background: #000;
    border-radius: 50px;
  }
  .sub-menu a:after {
    content: "";
    position: absolute;
    background: url("../../images/btn_yajirushi.png") no-repeat;
  background-size: contain;
  top: 20px;
    right: 8px;
  width: 13px;
  height: 5px;
  }
  .sub-menu .sub-menu-body a:hover:after {
    animation: g-nav_sub-menu-body_arrow .4s;
  }
  @keyframes g-nav_sub-menu-body_arrow {
    0% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
}

@media screen and (min-width:768px) {
  #head_nav ul li a{
    color: #222;
    border: calc(100vw / 1920 * 2) solid #fff;
    background: #00aafa;
    padding: calc(100vw / 1920 * 11) calc(100vw / 1920 * 18);
    border-radius: calc(100vw / 1920 * 50);
    display: inline-block;
    display: inline-block;
  }
  #head_nav ul li a.white-link{
    width: calc(100vw / 1920 * 220);
    background: #fff;
    padding: calc(100vw / 1920 * 8);
    border-radius: calc(100vw / 1920 * 50);
    display: inline-block;
    box-sizing: border-box;
    color: #000;
    border: calc(100vw / 1920 * 2) solid #00aafa;
  }
  #head_nav ul li a.white-link:hover {
    background: #000000;
    color: #ffffff;
    transition: all 0.4s;
    opacity: 1;
  }
  #head_nav ul li a.white-border-link{
    border: calc(100vw / 1920 * 2) solid #fff;
    background: #00aafa;
    padding: calc(100vw / 1920 * 11) calc(100vw / 1920 * 18);
    border-radius: calc(100vw / 1920 * 50);
    display: inline-block;
    display: inline-block;
  }
  #head_nav ul li a.white-border-link:after,.white-link:after {
    border-bottom: none !important;
  }
  #head_nav ul li a.white-border-link:hover{
    background: #000;
    color: #00aafa;
    transition: all 0.4s;
    opacity: 1;
  }
  .message-img{
    display: inline-block;
    width: 10.62%;
    min-width: 15px;
    margin-right:  16px;
  }
  .message-img img{
    vertical-align: -6px;
  }
}
@media screen and (max-width:767px) {
  .header-inner{
    display: flex;
    justify-content: space-between;
	align-items: center;
    position: relative;
    z-index: 8;
    margin: 0 auto;
    padding: calc(12px + (32 - 12) * ((100vw - 320px) / (767 - 320))) 0;
    width: 95%;
  }
  .header-inner .logo{
    width: 62%;
    max-width: none;
    padding-left: calc(4px + (12 - 4) * ((100vw - 320px) / (767 - 320)));
  }
  .header-inner .sp-header{
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-inner .white-link{
    border: calc(1.5px + (3 - 1.5) * ((100vw - 320px) / (767 - 320))) solid #00aafa;
    width: calc(140px + (330 - 140) * ((100vw - 320px) / (767 - 320)));
    text-align: center;
    padding: calc(7px + (16 - 7) * ((100vw - 320px) / (767 - 320))) 0;
    border-radius: 50px;
    display: inline-block;
    box-sizing: border-box;
    font-size: calc(9.5px + (22 - 9.5) * ((100vw - 320px) / (767 - 320)));
    background: #fff;
  }
  .header-inner .tel-link{
    display: inline-block;
    width: calc(30px + (71 - 30) * ((100vw - 320px) / (767 - 320)));
    margin-right: calc(4px + (9 - 4) * ((100vw - 320px) / (767 - 320)));
  }
  .header-inner .message-img {
    margin-right: 5px;
    display: inline-block;
    width: 10.62%;
    min-width: 15px;
  }
  .header-inner .message-img img {
      vertical-align: calc(-4px + (-9 + 4) * ((100vw - 320px) / (767 - 320)));
  }
	
	
}

.swiper1 .mvSkin {
  line-height: 1;
  background: url(../../../common/images/kv/kv2/mv_sp.jpg) no-repeat;
  background-size: cover;
}
.swiper1 .mvSkin .title {
  width: calc(100vw / var(--viewport) * 600);
  position: absolute;
  top: calc(100vw / var(--viewport) * 392);
  left: calc(100vw / var(--viewport) * 32);
  z-index: 1;
}
.swiper1 .mvSkin .flex {
  display: flex;
  justify-content: space-between;
}
.swiper1 .mvSkin .font-oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
}
.swiper1 .mvSkin .boxes {
  width: calc(100vw / var(--viewport) * 686);
  position: absolute;
  top: calc(100vw / var(--viewport) * 718);
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-wrap: wrap;
}
.swiper1 .mvSkin .boxes .box {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 49.56%;
  background: rgba(0, 0, 0, .8);
  padding: calc(100vw / var(--viewport) * 32) 0;
}
.swiper1 .mvSkin .boxes .box .sub {
  font-size: calc(100vw / var(--viewport) * 20);
  line-height: 1.5;
}
.swiper1 .mvSkin .boxes .box .midashi {
  font-size: calc(100vw / var(--viewport) * 32);
  line-height: 1.2;
  margin-top: calc(100vw / var(--viewport) * 10);
}
.swiper1 .mvSkin .boxes .box .midashi_trial {
  color: #16AAFA;
  font-size: calc(100vw / var(--viewport) * 18);
  margin-top: calc(100vw / var(--viewport) * 16);
}
.swiper1 .mvSkin .boxes .box .priceBox {
  margin-top: calc(100vw / var(--viewport) * 24);
}
.swiper1 .mvSkin .boxes .box .priceBox .price {
  color: #16AAFA;
  font-size: calc(100vw / var(--viewport) * 72);
  font-weight: normal;
}
.swiper1 .mvSkin .boxes .box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 36);
  width: auto;
  margin: 0;
}
.swiper1 .mvSkin .boxes .box .other {
  font-size: calc(100vw / var(--viewport) * 14);
  width: calc(100vw / var(--viewport) * 235);
  height: calc(100vw / var(--viewport) * 28);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: calc(100vw / var(--viewport) * 4);
  margin: calc(100vw / var(--viewport) * 24) auto 0;
}
.swiper1 .mvSkin .boxes .caution {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 16);
  font-weight: normal;
  margin-top: calc(100vw / var(--viewport) * 16);
}

@media screen and (max-width:767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width:768px) {
  :root {
    --w120: 1280;
  }

  .swiper1 .mvSkin {
    background: url(../../../common/images/kv/kv2/mv_pc.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  .swiper1 .mvSkin .title {
    width: calc(100vw / var(--w120) * 546);
    top: 111px;
    left: calc(100vw / var(--w120) * 90);
  }
  .swiper1 .mvSkin .boxes {
    width: calc(100vw / var(--w120) * 730);
    top: 52.28%;
  }
  .swiper1 .mvSkin .boxes .box {
    padding: calc(100vw / var(--w120) * 32) 0;
  }
  .swiper1 .mvSkin .boxes .box .sub {
    font-size: calc(100vw / var(--w120) * 16);
  }
  .swiper1 .mvSkin .boxes .box .midashi {
    font-size: calc(100vw / var(--w120) * 32);
    margin-top: calc(100vw / var(--w120) * 10);
  }
  .swiper1 .mvSkin .boxes .box .midashi_trial {
    font-size: calc(100vw / var(--w120) * 12);
    margin-top: calc(100vw / var(--w120) * 10);
  }
  .swiper1 .mvSkin .boxes .box .priceBox {
    margin-top: calc(100vw / var(--w120) * 20);
  }
  .swiper1 .mvSkin .boxes .box:nth-child(1) .priceBox {
    padding-right: calc(100vw / var(--w120) * 62);
  }
  .swiper1 .mvSkin .boxes .box .priceBox .price {
    font-size: calc(100vw / var(--w120) * 72);
  }
  .swiper1 .mvSkin .boxes .box .priceBox .yen {
    font-size: calc(100vw / var(--w120) * 36);
  }
  .swiper1 .mvSkin .boxes .box .other {
    font-size: calc(100vw / var(--w120) * 12);
    line-height: 1.4;
    width: calc(100vw / var(--w120) * 58);
    height: calc(100vw / var(--w120) * 58);
    border-radius: calc(100vw / var(--w120) * 8);
    margin: 0;
    position: absolute;
    transform: translate(calc(100vw / var(--w120) * 278), calc(100vw / var(--w120) * -64));
  }
  .swiper1 .mvSkin .boxes .caution {
    font-size: calc(100vw / var(--w120) * 10);
    text-align: right;
    width: 100%;
    margin-top: calc(100vw / var(--w120) * 10);
  }
  .sp-only {
    display: none;
  }
  @media screen and (min-width:1297px) {
    .swiper1 .mvSkin .title {
      width: 546px;
      left: 90px;
    }
    .swiper1 .mvSkin .boxes {
      width: 730px;
      top: 52.28%;
    }
    .swiper1 .mvSkin .boxes .box {
      padding: 32px 0;
    }
    .swiper1 .mvSkin .boxes .box .sub {
      font-size: 16px;
    }
    .swiper1 .mvSkin .boxes .box .midashi {
      font-size: 32px;
      margin-top: 10px;
    }
    .swiper1 .mvSkin .boxes .box .midashi_trial {
    font-size: 12px;
    margin-top: 10px;
    }
    .swiper1 .mvSkin .boxes .box .priceBox {
    margin-top: 20px;
    }
    .swiper1 .mvSkin .boxes .box:nth-child(1) .priceBox {
    padding-right: 62px;
    }
    .swiper1 .mvSkin .boxes .box .priceBox .price {
    font-size: 72px;
    }
    .swiper1 .mvSkin .boxes .box .priceBox .yen {
    font-size: 36px;
    }
    .swiper1 .mvSkin .boxes .box .other {
      font-size: 12px;
      width: 58px;
      height: 58px;
      border-radius: 8px;
      transform: translate(278px, -64px);
    }
    .swiper1 .mvSkin .boxes .caution {
      font-size: 10px;
      margin-top: 10px;
    }
  }
}

.bnr_skin {
    width: calc(100vw / var(--viewport) * 329);
    position: fixed;
    left: 0;
    bottom: calc(100vw / var(--viewport) * 159);
    z-index: 2;
    cursor: pointer;
    display: none;
}
#price .bnr_skin,
#price-bust .bnr_skin,
#discount .bnr_skin {
    display: none !important;
}
.overlay_skin {
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1003;
}
.overlay_skin .flex {
    display: flex;
    justify-content: space-between;
}
.overlay_skin .font-oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
}
.overlay_skin .inner {
    color: #fff;
    text-align: center;
    background: #333;
    border-radius: calc(100vw / var(--viewport) * 20);
    width: calc(100vw / var(--viewport) * 686);
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1004;
    padding: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 65) 0;
    box-sizing: border-box;
    margin: 0;
}
.overlay_skin .inner .title {
    width: calc(100vw / var(--viewport) * 527);
    margin: 0 0 0 calc(100vw / var(--viewport) * 57);
    position: relative;
    z-index: 1;
}
.overlay_skin .inner .boxes {
    flex-wrap: wrap;
    margin-top: calc(100vw / var(--viewport) * -18);
}
.overlay_skin .inner .boxes .box {
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    padding: calc(100vw / var(--viewport) * 40) 0;
}
.overlay_skin .inner .boxes .box .sub {
    font-size: calc(100vw / var(--viewport) * 20);
    line-height: 1.5;
}
.overlay_skin .inner .boxes .box .midashi {
    font-size: calc(100vw / var(--viewport) * 32);
    line-height: 1.2;
    margin-top: calc(100vw / var(--viewport) * 10);
}
.overlay_skin .inner .boxes .box .midashi_trial {
    color: #16AAFA;
    font-size: calc(100vw / var(--viewport) * 18);
}
.overlay_skin .inner .boxes .box .priceBox .price {
    color: #16AAFA;
    font-size: calc(100vw / var(--viewport) * 96);
    font-weight: normal;
    transform: none;
}
.overlay_skin .inner .boxes .box .priceBox .yen {
    font-size: calc(100vw / var(--viewport) * 36);
    width: auto;
    margin: 0;
}
.overlay_skin .inner .boxes .box .other {
    font-size: calc(100vw / var(--viewport) * 14);
    width: calc(100vw / var(--viewport) * 440);
    height: calc(100vw / var(--viewport) * 28);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: calc(100vw / var(--viewport) * 8);
    margin: calc(100vw / var(--viewport) * 24) auto 0;
}
.overlay_skin .inner .boxes .button {
    font-size: calc(100vw / var(--viewport) * 20);
    margin: calc(100vw / var(--viewport) * 20) 0 calc(100vw / var(--viewport) * 40);
}
.overlay_skin .inner .boxes .button a {
    color: #fff;
    width: calc(100vw / var(--viewport) * 320);
    height: calc(100vw / var(--viewport) * 56);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50vw;
    margin: 0 auto;
}
.overlay_skin .inner .btn_close {
  width: calc(100vw / var(--viewport) * 54);
  height: calc(100vw / var(--viewport) * 4);
  background: #fff;
  position: absolute;
  top: calc(100vw / var(--viewport) * -22);
  right: 0;
  transform: rotate(45deg);
}
.overlay_skin .inner .btn_close:after {
  content: "";
  width: calc(100vw / var(--viewport) * 54);
  height: calc(100vw / var(--viewport) * 4);
  background: #fff;
  display: block;
  transform: rotate(-90deg);
}

@media screen and (max-width:767px) {
  .overlay_skin .inner .boxes {
    width: auto;
    flex-direction: column;
  }
  .overlay_skin .inner .boxes .priceBox {
    width: calc(100vw / var(--viewport) * 440);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: calc(100vw / var(--viewport) * 24) auto 0;
  }
  .overlay_skin .inner .boxes .box .midashi_trial.sp {
    line-height: 1.5;
    white-space: nowrap;
    height: calc(100vw / var(--viewport) * 78);
    display: flex !important;
    align-items: center;
    padding: 0 calc(100vw / var(--viewport) * 16);
    margin-right: calc(100vw / var(--viewport) * 16);
    border-right: 1px solid #16AAFA;
  }
  .overlay_skin .inner .boxes .box .priceBox .yen {
    margin: calc(100vw / var(--viewport) * 56) 0 0;
  }
}

@media screen and (min-width:768px) {
  .bnr_skin {
    width: 200px;
    bottom: 113px;
  }
  .bnr_skin:hover {
    transition: all 0.4s;
    opacity: 0.8;
  }

  .overlay_skin .inner {
    border-radius: 20px;
    width: calc(100vw / var(--w120) * 880);
    padding: calc(100vw / var(--w120) * 30) calc(100vw / var(--w120) * 68);
  }
  .overlay_skin .inner .title {
    width: calc(100vw / var(--w120) * 576);
    margin-left: calc(100vw / var(--w120)* 160);
  }
  .overlay_skin .inner .title img {
    width: 100%;
  }
  .overlay_skin .inner .boxes {
    width: calc(100vw / var(--w120) * 744);
    margin-top: calc(100vw / var(--w120) * -10);
  }
  .overlay_skin .inner .boxes .pc_box {
    width: 48.39%;
  }
  .overlay_skin .inner .boxes .box {
    width: 100%;
    padding: calc(100vw / var(--w120) * 32) 0;
  }
  .overlay_skin .inner .boxes .box .sub {
    font-size: calc(100vw / var(--w120) * 16);
  }
  .overlay_skin .inner .boxes .box .midashi {
    font-size: calc(100vw / var(--w120) * 32);
    margin-top: calc(100vw / var(--w120) * 10);
  }
  .overlay_skin .inner .boxes .box .midashi_trial {
    font-size: calc(100vw / var(--w120) * 12);
    margin-top: calc(100vw / var(--w120) * 10);
  }
  .overlay_skin .inner .boxes .box .priceBox {
    margin-top: calc(100vw / var(--w120) * 20);
  }
  .overlay_skin .inner .boxes .pc_box:nth-child(1) .box .priceBox {
    padding-right: calc(100vw / var(--w120) * 62);
  }
  .overlay_skin .inner .boxes .box .priceBox .price {
    font-size: calc(100vw / var(--w120) * 72);
  }
  .overlay_skin .inner .boxes .box .priceBox .yen {
    font-size: calc(100vw / var(--w120) * 36);
  }
  .overlay_skin .inner .boxes .box .other {
    font-size: calc(100vw / var(--w120) * 12);
    line-height: 1.4;
    width: calc(100vw / var(--w120) * 58);
    height: calc(100vw / var(--w120) * 58);
    border-radius: calc(100vw / var(--w120) * 8);
    margin: 0;
    position: absolute;
    transform: translate(calc(100vw / var(--w120) * 278), calc(100vw / var(--w120) * -64));
  }
  .overlay_skin .inner .boxes .button {
    font-size: calc(100vw / var(--w120) * 16);
    margin: calc(100vw / var(--w120) * 37) 0 0;
  }
  .overlay_skin .inner .boxes .button a {
    width: calc(100vw / var(--w120) * 320);
    height: calc(100vw / var(--w120) * 56);
  }
  .overlay_skin .inner .btn_close {
    width: calc(100vw / var(--w120) * 32);
    height: calc(100vw / var(--w120) * 3);
    top: calc(100vw / var(--w120) * -28);
  }
  .overlay_skin .inner .btn_close:after {
    content: "";
    width: calc(100vw / var(--w120) * 32);
    height: calc(100vw / var(--w120) * 3);
  }
  @media screen and (min-width:1297px) {
    .overlay_skin .inner {
      width: 880px;
      padding: 30px 68px;
    }
    .overlay_skin .inner .title {
      width: 576px;
      margin-left: 160px;
    }
    .overlay_skin .inner .boxes {
      width: 744px;
      margin-top: -10px;
    }
    .overlay_skin .inner .boxes .box {
      padding: 32px 0;
    }
    .overlay_skin .inner .boxes .box .sub {
      font-size: 16px;
    }
    .overlay_skin .inner .boxes .box .midashi {
      font-size: 32px;
      margin-top: 10px;
    }
    .overlay_skin .inner .boxes .box .midashi_trial {
      font-size: 12px;
      margin-top: 10px;
    }
    .overlay_skin .inner .boxes .box .priceBox {
      margin-top: 20px;
    }
    .overlay_skin .inner .boxes .box:nth-child(1) .priceBox {
      padding-right: 62px;
    }
    .overlay_skin .inner .boxes .box .priceBox .price {
      font-size: 72px;
    }
    .overlay_skin .inner .boxes .box .priceBox .yen {
      font-size: 36px;
    }
    .overlay_skin .inner .boxes .box .other {
      font-size: 12px;
      width: 58px;
      height: 58px;
      border-radius: 8px;
      transform: translate(278px, -64px);
    }
    .overlay_skin .inner .boxes .button {
      font-size: 16px;
      margin: 37px 0 0;
    }
    .overlay_skin .inner .boxes .button a {
      width: 320px;
      height: 56px;
    }
    .overlay_skin .inner .btn_close {
      width: 32px;
      height: 3px;
      top: -28px;
    }
    .overlay_skin .inner .btn_close:after {
      width: 32px;
      height: 3px;
    }
  }
}

/*add sp-menu*/
@media screen and (max-width: 767px){
  .global-nav-wrap{
	font-family: "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  "游ゴシック",  "Yu Gothic",  sans-serif;
  }
  .global-nav ul li.menu-epilation li{
    border-bottom: 2px solid #000;
  }
  .global-nav ul li.menu-epilation a{
    border-bottom: none;
    padding: calc(15px + (40 - 15) * ((100vw - 320px) / (767 - 320))) 4%;
  }
  .global-nav ul li.bb-none{
    border-bottom: none;
  }
  .global-nav ul li a.link_center{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009FE8;
    text-align: center;
  }
  .global-nav ul li a.link_center:before{
    content: "";
    background: url(/img/common/ico_spmenu_all.png);
    background-size: cover;
    width: calc(100vw / var(--viewport) * 84);
    height: calc(100vw / var(--viewport) * 84);
    position: absolute;
    left: 2%;
  }
  .global-nav ul li a.link_center:after{
    content: "";
    background: url(/img/common/ico_spmenu_arrow.png) center center no-repeat;
    background-size: contain;
    width: calc(100vw / var(--viewport) * 59);
    height: calc(100vw / var(--viewport) * 59);
    position: absolute;
    right: 4%;
  }
  .sp-menu-inner .target_link{
    display: block;
    margin-bottom: calc(100vw / var(--viewport) * 26);
  }
  .global-nav a.target_link:after{
    content: none;
  }
  .sp-menu-inner .flex .black-btn:first-of-type{
    width: 34%;
  }
  .sp-menu-inner .flex .black-btn{
    width: 62%;
  }
  .global-nav ul li.ttl_acco.ttl_acco-plans a{
    color: #000;
    text-align: left;
    border-color: #000;
  }
  .global-nav ul li.ttl_acco:after{
    right: 4%;
  }
  .global-nav ul li.ttl_acco.ttl_acco-plans:after {
    content: "";
    width: 0;
    height: 0;
    border-left: calc(100vw / var(--viewport) * 20) solid transparent;
    border-right: calc(100vw / var(--viewport) * 20) solid transparent;
    border-top: calc(100vw / var(--viewport) * 30) solid #000;
    transition: all .4s;
    right: 5%;
  }
  .global-nav ul li.ttl_acco.ttl_acco-plans.active:after{
    transform: rotate(180deg);
    top: 33%;
  }
  .global-nav .body_acco.body_acco-plans li, .global-nav .body_acco.body_acco-plans li a{
    font-weight: normal;
    border-bottom: none;
  }
}

/*footer clinic*/
.clinic-link ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.clinic-link ul li a{
  width: 204px;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 13px;
  margin-right: 12px;
  position: relative;
}
@keyframes arrow {
    0% {
      right: 15px;
    }
    100% {
      right: 5px;
    }
  }
.clinic-link ul li a:after{
  content: "";
  position: absolute;
  background: url(/img/common/link_arrow.png)no-repeat;
  width: 10px;
  height: 14px;
  background-size: contain;
  right: 15px;
  top: 36%;
}
.clinic-link ul li a:hover:after {
  animation: arrow .4s;
}
.clinic-link ul li a{
  background: #00aafa;
  display: block;
  color: #000;
  padding: 22px 0;
  font-weight: bold;
  border-radius: 5px;
}
.clinic-link ul li:nth-of-type(5n+0){
  margin-right: 0;
}
.wt-title{
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 38px;
}
.clinic-link{
  padding-bottom: 100px;
}

@media screen and (max-width: 767px){
  .clinic-link ul li{
    width: 48.5%;
  }
  .clinic-link ul li a{
    width: auto;
    font-size: calc(11px + (25 - 11) * ((100vw - 320px) / (767 - 320)));
    margin-right: 0;
    border-radius: calc(3px + (6 - 3) * ((100vw - 320px) / (767 - 320)));
    margin-bottom: 6%;
  }
  .clinic-link ul li:nth-of-type(odd){
    margin-right: 3%;
  }
  .black-bg {
      padding-top: calc(45px + (90 - 45) * ((100vw - 320px) / (767 - 320)));
  }
  .clinic-link ul li a {
      padding: calc(11px + (24 - 11) * ((100vw - 320px) / (767 - 320))) 0;
      border-radius: calc(2.5px + (5 - 2.5) * ((100vw - 320px) / (767 - 320)));
  }
  .wt-title{
    font-size: calc(14px + (32 - 14) * ((100vw - 320px) / (767 - 320)));
    padding-bottom: calc(20px + (50 - 20) * ((100vw - 320px) / (767 - 320)));
  }
  .clinic-link ul li a:after{
    width: calc(7px + (12 - 7) * ((100vw - 320px) / (767 - 320)));
      height: calc(9px + (16 - 9) * ((100vw - 320px) / (767 - 320)));
      right: calc(6px + (18 - 6) * ((100vw - 320px) / (767 - 320)));
      top: 38%;
  }
  .clinic-link {
      padding-bottom: calc(40px + (80 - 40) * ((100vw - 320px) / (767 - 320)));
  }
}

/*cp時調整*/
.badge:after{
    content: none !important;
}