/*
================================================================

  MV

================================================================
*/
#mainv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;}
#mainv h1 img {
  width: 260px;
  height: auto;}
#mainv .instagram {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;}
#mainv .instagram a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
  transition: .2s;}
#mainv .instagram a:hover {
  box-shadow: 0 5px 6px rgba(0, 0, 0, .2);}
#mainv .instagram a img {
  width: 20px;
  height: auto;}
#mainv .scroll {
  position: absolute;
  bottom: 80px;
  left: 30px;
  width: 60px;
  z-index: 2;}
#mainv .scroll .box {
  position: relative;}
#mainv .scroll .box .down {
  position: absolute;
  bottom: 0;
  left: 29px;}
#mainv .scroll .box .down span {
  display: none;}
#mainv .scroll .box .down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #272F88;
  z-index: 2;
  animation:
    circlemove 1.4s ease-in-out infinite,
    cirlemovehide 1.4s ease-out infinite;}
@keyframes circlemove{
  0% { bottom: 85px;}
  100% { bottom: -15px;}}
@keyframes cirlemovehide {
  0%{ opacity: 0}
  50%{ opacity: 1;}
  80%{ opacity: 0.9;}
  100%{ opacity: 0;}}
#mainv .scroll .box .down:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #292929;}
#mainv .cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;}
#mainv .cta div {
  text-align: center;}
#mainv .cta p {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #8994A2;}
#mainv .cta a {
  display: block;
  padding: 10px;
  border: 1px solid #d8d8d8;
  background: #fff;}
#mainv .cta img {
  width: 140px;
  height: auto;}
#mainv .cta a span {
  display: none;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#mainv .instagram a {
  width: 80px;
  height: 80px;}
#mainv .instagram a img {
  width: 30px;}
#mainv .scroll {
  width: 80px;}
#mainv .scroll .box .down {
  left: 39px;}
#mainv .scroll .box .down:before {
  left: -7px;
  width: 15px;
  height: 15px;}
@keyframes circlemove{
  0% { bottom: 180px;}
  100% { bottom: 10px;}}
#mainv .scroll .box .down:after{
  height: 200px;}
#mainv .cta {
  position: fixed;
  bottom: 0;
  right: auto;
  left: 0;
  width: 100%;
  z-index: 3;}
#mainv .cta div {
  text-align: center;}
#mainv .cta p {
  display: none;}
#mainv .cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0;
  border: 0;
  background: #272F88;
  font-size: 24px;
  font-weight: 600;
  color: #fff;}
#mainv .cta img {
  display: none;}
#mainv .cta a span {
  display: inline-block;}
}

/*
================================================================

  top-about

================================================================
*/
.top-about {
  overflow: hidden;
  width: 100%;
  height: 600px;
  background: url(../img/top/bg_about.png) no-repeat bottom 30px left -35px / 600px auto;}
.top-about .flex {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 600px;
  height: 100%;
  z-index: 2;}
.top-about .flex p {
  margin-top: 30px;
  line-height: 2.0;}
.top-about img {
  position: absolute;
  top: 0;
  left: 600px;
  height: 600px;
  z-index: 1;}

/* h2共通  */
.h2t {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  letter-spacing: .07em;
  line-height: 1.2;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-about {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-bottom: 200px;
  background-position: bottom left -35px;}
.top-about .inner {
  display: flex;
  flex-direction: column;}
.top-about h2 br {
  display: none;}
.top-about .flex {
  order: 2;
  margin-top: 50px;
  padding: 0 30px;}
.top-about .flex p {
  margin-top: 30px;
  font-size: 22px;
  line-height: 2.0;}
.top-about img {
  position: static;
  width: 610px;
  height: auto;}

/* h2共通  */
.h2t {
  font-size: 46px;}
}

/*
================================================================

  top-menu

================================================================
*/
.top-menu {
  width: 100%;
  height: 600px;
  margin-top: 100px;
  background: url(../img/top/bg_menu.png) no-repeat top right / 1400px auto;}
.top-menu .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;}
.top-menu .flex ul {
  width: 220px;
  margin-top: 30px;
  padding: 25px;
  background: #fff;
  text-align: left;}
.top-menu .flex ul li {
  position: relative;
  padding-left: 18px;}
.top-menu .flex ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #272F88;}
.top-menu .flex ul li + li {
  margin-top: 15px;}
.top-menu .flex ul li span {
  display: block;
  margin-bottom: 8px;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;}
.top-menu .flex ul li i {
  font-weight: 700;
  font-size: 12px;
  color: #8994A2;}
.slide-menu {
  position: absolute;
  top: 60px;
  left: -400px;
  display: flex;
  flex-direction: row-reverse;
  width: 1300px;}
.slide-menu li + li {
  margin-right: 30px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-menu {
  overflow: hidden;
  height: auto;
  margin-top: 50px;
  padding-top: 40px;
  background: url(../img/top/bg_menu_sp.png) no-repeat top right / 560px auto;}
.top-menu h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;}
.top-menu .inner {
  display: flex;
  flex-direction: column;}
.top-menu .flex {
  order: 2;
  padding: 0 30px;
  display: block;}
.top-menu .flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 40px;}
.top-menu .flex ul li {
  width: 49%;
  margin-top: 40px;
  padding-left: 1.8em;}
.top-menu .flex ul li:before {
  top: 15px;
  width: 10px;
  height: 10px;}
.top-menu .flex ul li + li {
  margin-top: 40px;}
.top-menu .flex ul li:nth-child(-n+2) {
  margin-top: 0;}
.top-menu .flex ul li span {
  margin-bottom: 15px;
  font-size: 36px;}
.top-menu .flex ul li i {
  margin-left: .5em;
  font-size: 18px;}
.slide-menu {
  position: static;
  overflow-x: scroll;
  margin-top: 100px;
  flex-direction: row-reverse;
  width: 100%;}
.slide-menu li {
  flex-shrink: 0;}
.slide-menu li + li {
  margin-right: 30px;}
.slide-menu li img {
  width: 260px;
  height: auto;}
}

/*
================================================================

  top-worries

================================================================
*/
.top-worries {
  margin-top: 30px;}
.top-worries .flex {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;}
.top-worries .flex li img {
  width: 260px;
  height: auto;}
.top-worries .flex li span {
  display: block;
  margin-top: 15px;
  text-align: center;
  line-height: 1.7;}
.top-worries figure {
  margin-top: 20px;
  text-align: center;}
.top-worries figure img {
  width: 900px;
  height: auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-worries {
  margin-top: 100px;}
.top-worries h2 {
  text-align: center;}
.top-worries .flex li:nth-child(2) {
  margin-top: 50px;}
.top-worries .flex li:nth-child(3) {
  margin-top: 100px;}
.top-worries .flex li img {
  width: 100%;}
.top-worries .flex li span {
  padding: 0 10px;
  font-size: 18px;}
.top-worries figure {
  width: 580px;
  height: 979px;
  margin: 0 auto;
  background: url(../img/top/bg_worries.png) no-repeat top left / contain;}
.top-worries figure img {
  display: none;}
}

/*
================================================================

  top-artist

================================================================
*/
.top-artist {
  margin-top: 100px;
  padding-top: 100px;
  background: url(../img/top/bg_artist.png) no-repeat top center / 2000px auto;}
.top-artist .inner {
  padding: 40px;
  background: rgba(255, 255, 255, .9);}
.top-artist h2 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;}
.top-artist h2 + p {
  text-align: center;
  line-height: 2.0;}
.top-artist .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;}
.top-artist .flex > div {
  position: relative;
  width : calc(100%/3);
  margin-top: 50px;
  padding: 0 40px;}
.top-artist .flex > div + div:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 60%;
  background: #D8D8D8;}

.top-artist .flex > div:nth-child(-n+3) {
  margin-top: 0;}
.top-artist .flex > div:nth-child(3n+1):before {
  display: none;}

.top-artist .flex > div figure {
  width: 100%;
  text-align: center;}
.top-artist .flex > div figure img {
  width: 120px;
  height: auto;}
.top-artist .flex .box {
  display: flex;
  height: 80px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;}
.top-artist .flex .box a {
  display: inline-block;
  margin-bottom: 15px;}
.top-artist .flex .box a img {
  width: 22px;
  height: auto;}
.top-artist .flex .box .en {
  margin-bottom: 10px;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #8994A2;
  letter-spacing: .07em;}
.top-artist .flex .box .name {
  font-weight: 700;
  font-size: 20px;}
.top-artist .flex .keireki .title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.2em;
  font-weight: 700;
  font-size: 16px;}
.top-artist .flex .keireki .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 100%;
  background: #272F88;}
.top-artist .flex .keireki ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;}
.top-artist .flex .keireki ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
.top-artist .flex .keireki ul li + li {
  margin-top: 5px;}
.top-artist .flex .keireki + .keireki {
  margin-top: 30px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-artist {
  margin-top: 50px;
  padding: 100px 30px 0;}
.top-artist .inner {
  padding: 50px 30px;}
.top-artist h2 + p {
  text-align: left;
  font-size: 22px;}
.top-artist .flex {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 30px;}
.top-artist .flex > div {
  flex-shrink: 0;
  margin-top: 0;
  width : 340px;
  padding: 0 30px;}
.top-artist .flex > div:nth-child(3n+1):before {
  display: block;}
.top-artist .flex > div figure img {
  width: 200px;}
.top-artist .flex .box {
  height: 110px;
  margin-top: 20px;
  margin-bottom: 40px;}
.top-artist .flex .box a {
  margin-bottom: 15px;}
.top-artist .flex .box a img {
  width: 36px;}
.top-artist .flex .box .en {
  margin-bottom: 14px;
  font-size: 16px;}
.top-artist .flex .box .name {
  font-size: 26px;}
.top-artist .flex .keireki .title {
  margin-bottom: 15px;
  font-size: 22px;}
.top-artist .flex .keireki .title:before {
  width: 10px;
  height: 10px;
  margin-top: -5px;}
.top-artist .flex .keireki ul li {
  font-size: 20px;
  line-height: 1.6;}
.top-artist .flex .keireki ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
.top-artist .flex .keireki ul li + li {
  margin-top: 8px;}
}

/*
================================================================

  top-price

================================================================
*/
.top-price {
  margin-top: 100px;
  padding-bottom: 100px;
  background: url(../img/top/bg_price.png) no-repeat bottom right -40px / 600px auto;}
.top-price h2 {
  text-align: center;}
.top-price h2 + table {
  width: 600px;
  margin: 30px auto 0;}
.top-price h2 + table tr + tr {
  border-top: 1px solid #D8D8D8;}
.top-price h2 + table th {
  padding: 20px 0;
  text-align: left;}
.top-price h2 + table td {
  text-align: right;}
.top-price .plist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;}
.top-price .plist li {
  width: 240px;}
.top-price .plist li img {
  height: auto;}
.top-price .plist li .title {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;}
.top-price .plist li table {
  width: 100%;
  margin-top: 15px;}
.top-price .plist li table th {
  padding: 5px 0;
  font-weight: 500;}
.top-price .plist li table td {
  text-align: right;}
.top-price .plist li table + p {
  margin-top: 20px;
  text-align: right;
  font-size: 12px;}
.top-price .plist + .plist {
  justify-content: center;}
.top-price .plist + .plist li + li {
  margin-left: 140px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-price {
  margin-top: 50px;
  padding: 0 30px 140px;
  background: url(../img/top/bg_price.png) no-repeat bottom right -35px / 600px auto;}
.top-price h2 + table {
  width: 100%;
  font-size: 22px;}
.top-price h2 + table th {
  padding: 25px 0;}
.top-price .plist {
  justify-content: space-between;
  margin-top: 50px;}
.top-price .plist li {
  width: 47%;
  margin-top: 30px;}
.top-price .plist li:nth-child(-n+2) {
  margin-top: 0;}
.top-price .plist li .title {
  font-size: 24px;}
.top-price .plist li table {
  font-size: 22px;}
.top-price .plist li table th {
  padding: 10px 0;}
.top-price .plist li table + p {
  margin-top: 20px;
  line-height: 1.6;
  text-align: left;
  font-size: 18px;}
.top-price .plist + .plist {
  display: none;}
}

/*
================================================================

  top-detail

================================================================
*/
.top-detail {
  overflow: hidden;
  width: 100%;
  margin-top: 100px;
  background: url(../img/top/bg_about.png) no-repeat bottom 30px left -35px / 600px auto;}
.top-detail .flex {
  display: flex;}
.top-detail .flex .box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 150px;}
.top-detail .flex .box > div {
  width: 47%;
  margin-top: 50px;}
.top-detail .flex .box > div:nth-child(-n+2) {
  margin-top: 0;}
.top-detail .flex .box > div .title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.2em;
  font-size: 16px;
  font-weight: 700;}
.top-detail .flex .box > div .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 100%;
  background: #272F88;}
.top-detail .flex .box > div ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;}
.top-detail .flex .box > div ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
.top-detail .flex .box > div ul li + li {
  margin-top: 5px;}
.top-detail .flex .box > div ul li.mt {
  margin-top: 20px;
  padding-left: 0;}
.top-detail .flex .box > div ul li.mt:before {
  display: none;}
.top-detail .flex .box > div ul + p {
  margin-top: 15px;
  line-height: 1.6;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-detail {
  padding: 0 30px 140px;
  background: url(../img/top/bg_about.png) no-repeat bottom 0 left -35px / 600px auto;}
.top-detail h2 {
  text-align: center;}
.top-detail .flex {
  display: block;}
.top-detail .flex .box {
  display: block;
  overflow: auto;
  height: 700px;
  margin-top: 40px;
  margin-left: 0;}
.top-detail .flex .box > div {
  width: 100%;
  margin-top: 50px;}
.top-detail .flex .box > div:nth-child(-n+2) {
  margin-top: 50px;}
.top-detail .flex .box > div + div {
  margin-top: 50px;}
.top-detail .flex .box > div:first-child {
  margin-top: 0;}
.top-detail .flex .box > div .title {
  padding-left: 1.0em;
  font-size: 22px;}
.top-detail .flex .box > div .title:before {
  width: 10px;
  height: 10px;
  margin-top: -5px;}
.top-detail .flex .box > div ul li {
  font-size: 22px;}
.top-detail .flex .box > div ul + p {
  margin-top: 20px;
  font-size: 20px;}
}

/*
================================================================

  top-instagram

================================================================
*/
.top-instagram {
  margin-top: 150px;}
.top-instagram h2 {
  text-align: center;}
.top-instagram ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;}
.top-instagram ul li {
  width: 270px;
  margin-top: 30px;}
.top-instagram ul li a {
  pointer-events: none;}
.top-instagram ul li:nth-child(-n+4) {
  margin-top: 0;}
.top-instagram ul li img {
  border: 5px solid rgba(0, 0, 0, .1);
  transition: .2s;}
.top-instagram ul li a:hover img {
  opacity: .8;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-instagram {
  margin-top: 100px;
  padding: 0 30px;}
.top-instagram ul {
  margin-top: 40px;}
.top-instagram ul li {
  width: 47.5%;
  margin-top: 30px;}
.top-instagram ul li:nth-child(-n+4) {
  margin-top: 30px;}
.top-instagram ul li:nth-child(-n+2) {
  margin-top: 0;}
}

/*
================================================================

  top-access

================================================================
*/
.top-access {
  margin-top: 150px;}
.top-access .flex {
  display: flex;}
.top-access .flex .box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 150px;}
.top-access .flex .box > div {
  width: 47%;
  margin-top: 50px;}
.top-access .flex .box > div:nth-child(-n+2) {
  margin-top: 0;}
.top-access .flex .box > div:nth-child(odd) {
  border-right: 1px solid #D8D8D8;}
.top-access .flex .box > div .title {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;}
.top-access .clinic-box + .clinic-box {
  margin-top: 30px;}
.top-access .clinic-box h4 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1.2em;
  font-weight: 700;
  font-size: 16px;}
.top-access .clinic-box h4:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 100%;
  background: #272F88;}
.top-access .clinic-box .address {
  margin-bottom: 10px;
  line-height: 1.8;}
.top-access .clinic-box .station {
  margin-bottom: 20px;
  color: #8994A2;}
.top-access .clinic-box .map-btn {
  display: inline-block;
  padding: 10px 30px;
  background: #272F88;
  color: #fff;
  text-decoration: none;
  transition: .2s;}
.top-access .clinic-box .map-btn:hover {
  opacity: .8;}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-access {
  margin-top: 100px;
  padding: 0 30px;}
.top-access h2 {
  text-align: center;}
.top-access .flex {
  display: block;}
.top-access .flex .box {
  display: block;
  margin-top: 40px;
  margin-left: 0;}
.top-access .flex .box > div {
  width: 100%;
  margin-top: 50px;}
.top-access .flex .box > div:nth-child(-n+2) {
  margin-top: 50px;}
.top-access .flex .box > div:nth-child(odd) {
  border-right: initial;}
.top-access .flex .box > div + div {
  margin-top: 50px;}
.top-access .flex .box > div:first-child {
  margin-top: 0;}
.top-access .flex .box > div .title {
  font-size: 24px;}
.top-access .flex .box > div .title:before {
  width: 10px;
  height: 10px;
  margin-top: -5px;}
.top-access .clinic-box h4 {
  position: relative;
  padding-left: 1.0em;
  font-size: 22px;}
.top-access .clinic-box h4:before {
  width: 10px;
  height: 10px;
  margin-top: -5px;}
.top-access .clinic-box .address {
  font-size: 20px;}
.top-access .clinic-box .station {
  font-size: 18px;}
.top-access .clinic-box .map-btn {
  text-align: center;
  font-size: 20px;
  padding: 20px 30px;
  width: 60%;
  margin: 0 auto;
  display: block;}
}