/*

  MV

================================================================
*/
.mvt {
  width: 100%;
  height: 700px;
  margin-top: 90px;
  background: url(../img/top/mv01.jpg) no-repeat center / cover;
}

.mvt .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mvt .flex p {
  font-family: nss;
  font-weight: 400;
  letter-spacing: .2em;
}

.mvt .flex p.title {
  letter-spacing: .4em;
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
  font-size: 44px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 30px #534444;
}

.mvt .flex p.title span {
  transform: translateY(2em);
  animation: textanimation 1.8s forwards;
}

.mvt .flex p.title span:nth-child(1) {
  animation-delay: 0.1s
}

.mvt .flex p.title span:nth-child(2) {
  animation-delay: 0.15s
}

.mvt .flex p.title span:nth-child(3) {
  animation-delay: 0.2s
}

.mvt .flex p.title span:nth-child(4) {
  animation-delay: 0.25s
}

.mvt .flex p.title span:nth-child(5) {
  animation-delay: 0.3s
}

.mvt .flex p.title span:nth-child(6) {
  animation-delay: 0.35s
}

.mvt .flex p.title span:nth-child(7) {
  animation-delay: 0.4s
}

.mvt .flex p.title span:nth-child(8) {
  animation-delay: 0.45s
}

.mvt .flex p.title span:nth-child(9) {
  animation-delay: 0.5s
}

.mvt .flex p.title span:nth-child(10) {
  letter-spacing: 0;
  animation-delay: 0.55s
}

@keyframes textanimation {
  0% {
    transform: translateY(2em) scale(.6);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.mvt .flex p.stitle {
  display: inline-block;
  padding: 6px 10px 8px;
  font-size: 18px;
  text-align: center;
  line-height: 1.0;
  background-color: #b78a59;
  color: #fff;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .mvt {
    height: 130vw;
    margin-top: 17vw;
  }

  .mvt .flex p.title {
    margin-bottom: 30px;
    text-shadow: 0 0 2vw #534444;
    font-size: 6.2vw;
    letter-spacing: .25em;
  }

  .mvt .flex p.stitle {
    background-color: transparent;
    font-size: 3.6vw;
  }

  .mvt .flex p.stitle span {
    display: block;
  }

  .mvt .flex p.stitle span+span {
    margin-top: 1vw;
  }

  .mvt .flex p.stitle span i {
    display: inline-block;
    padding: 1.2vw 2vw;
    background-color: #b78a59;
  }
}

/*

  insta

================================================================
*/
.insta_outer{
  margin-top: 60px;
  margin-bottom: 90px;
}
.insta {
  width: min(80%, 1400px);
  margin: 0 auto;
}

.insta_btn_outer {
  width: min(35%, 400px);
  margin-left: auto;
  transform: translateY(-30px);
}

@media (max-width: 767px) {
  .insta_outer{
    margin-top: 6vw;
    margin-bottom: 12vw;
  }
  .insta {
    width: 90%;
  }
  .insta_btn_outer {
    width: 70vw;
    margin: 0 auto;
    transform: translateY(-20px);
  }
}

/*

  top01　：　よく選ばれている診療

================================================================
*/
.top01 {
  overflow: hidden;
}

.top01 .reason {
  position: relative;
  width: 100%;
}

.top01 .reason li {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 50px;
  z-index: 2;
}

.top01 .reason li:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: -500px;
  width: 1100px;
  height: calc(100% - 20px);
  background-repeat: no-repeat;
}

.top01 .reason li:nth-child(even) {
  justify-content: flex-start;
}

.top01 .reason li:nth-child(even):after {
  left: auto;
  right: -500px;
}

.top01 .reason li+li {
  margin-top: 30px;
}

.top01 .reason li>div {
  position: relative;
  width: 500px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}

.top01 .reason li>div p {
  line-height: 1.8;
}

.top01 .reason li:nth-child(1):after {
  background-image: url(../img/top/reason01.jpg);
  background-size: cover;
  background-position: center right;
}

.top01 .reason li:nth-child(2):after {
  background-image: url(../img/top/reason02.jpg);
  background-size: cover;
  background-position: center right;
}

.top01 .reason li:nth-child(odd)>div {
  padding-right: 0;
}

.top01 .reason li:nth-child(even)>div {
  padding-left: 0;
}

.pagenav.mainblock.toppage {
  margin-top: 40px;
}

.pagenav.mainblock.toppage ul {
  justify-content: center;
  border-top: 0;
}

.pagenav.mainblock.toppage ul li {
  border-top: 1px solid #d0c0b4;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .top01 .reason li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    padding-top: 40vw;
  }

  .top01 .reason li:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 40vw;
  }

  .top01 .reason li:nth-child(even):after {
    left: 0;
    right: 0;
  }

  .top01 .reason li+li {
    margin-top: 10vw;
  }

  .top01 .reason li>div {
    width: 100%;
    padding: 4vw 6vw 0;
    text-align: center;
  }

  .top01 .reason li>div p {
    font-size: 3.5vw;
    text-align: left;
    line-height: 1.9;
  }

  .top01 .reason li:nth-child(2):after {
    background-size: 120% auto;
  }

  .top01 .reason li:nth-child(odd)>div {
    padding-right: 6vw;
  }

  .top01 .reason li:nth-child(even)>div {
    padding-left: 6vw;
  }

  .top01 .common-link {
    display: inline-flex;
    width: 80vw;
  }

  .pagenav.mainblock.toppage {
    margin-top: 10vw;
  }
}

/*

  top02　：　当院について

================================================================
*/
.top02 {
  overflow: hidden;
}

.top02 .inner:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: -220px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-image: url(../img/top/mv02.jpg);
}

.top02 .inner:after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  right: -220px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-image: url(../img/top/mv02.jpg);
}

.top02 .title {
  margin-bottom: 50px;
  text-align: center;
  font-family: nss;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.75;
  letter-spacing: .1em;
}

.top02 .title span {
  position: relative;
  display: inline-block;
}

.top02 .title span:before {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -35px;
  right: -250px;
  width: 225px;
  height: 81px;
  background: url(../img/top/philosophy.png) no-repeat center / cover;
}

.top02 .title span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -15px;
  left: -20px;
  width: 2000px;
  height: 1px;
  background-color: #d0c0b4;
}

.top02 .title span i {
  color: #ec8871;
}

.top02 .txt {
  text-align: center;
  font-family: nss;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .1em;
}

.center-link {
  text-align: center;
}

.center-link .common-link {
  display: inline-flex;
  width: 300px;
}

.top02 .common-link {
  margin-top: 40px;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .top02 .inner:before {
    display: none;
  }

  .top02 .inner:after {
    display: none;
  }

  .top02 .title {
    margin-bottom: 20vw;
    padding: 0 6vw;
    font-size: 4.5vw;
    line-height: 1.7;
  }

  .top02 .title span:before {
    bottom: -15vw;
    right: -8vw;
    width: 38vw;
    height: 15vw;
    background-position: top center;
    background-size: 100% auto;
  }

  .top02 .title span:after {
    bottom: -8vw;
    left: -60vw;
    width: 100vw;
  }

  .top02 .txt {
    padding: 0 6vw;
    text-align: left;
    font-size: 3.55vw;
  }

  .center-link .common-link {
    width: 80vw;
  }

  .top02 .common-link {
    margin-top: 8vw;
  }
}

/*

  top03　：　乳がん検診

================================================================
*/
.top03 {
  overflow: hidden;
  border-bottom: 1px solid #d0c0b4;
}

.top03 .wrap {
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(../img/top/examination.png) no-repeat right bottom / auto 100%;
}

.top03 .box {
  position: relative;
  width: 690px;
  padding: 40px 0;
}

.top03 .box:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 100px;
  width: 1500px;
  height: 100%;
  background-color: #f2e9e3;
  z-index: -1;
}

.top03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top03 ul li {
  margin-top: 10px;
}

.top03 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.top03 .common-link {
  margin-top: 0;
  width: 340px;
  background-color: #fff;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .top03 .wrap {
    padding: 0 0 25vw;
    background-position: right 3vw bottom;
    background-size: 54vw auto;
  }

  .top03 .box {
    width: 100%;
    padding: 6vw 6vw 25vw;
  }

  .top03 .box:after {
    right: 25vw;
    width: 100vw;
    height: 100%;
  }

  .top03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .top03 ul li {
    margin-top: 2vw;
  }

  .top03 ul li:nth-child(-n+2) {
    margin-top: 2vw;
  }

  .top03 ul li:first-child {
    margin-top: 0;
  }

  .top03 .common-link {
    width: 80vw;
  }
}

/*

  top04　：　こんな症状・疾患があったら

================================================================
*/
.top04 {
  overflow: hidden;
}

.top04 .tabs {
  overflow: hidden;
  width: 100%;
}

.top04 .tabs .tabflex {
  display: flex;
  align-items: flex-end;
  height: 55px;
}

.top04 .tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  border-bottom: 2px solid #5ab4bd;
  background-color: #eee;
  text-align: center;
  font-family: nss;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .1em;
  transition: all 0.2s ease;
}

.top04 input[name="tab_item"] {
  display: none;
}

.top04 #t-symptoms:checked~#t-symptoms_content,
.top04 #t-disease:checked~#t-disease_content {
  display: block;
}

.top04 .tabs #t-symptoms:checked~.tabflex #r-symptoms,
.top04 .tabs #t-disease:checked~.tabflex #r-disease {
  background-color: #5ab4bd;
  color: #fff;
}

.top04 .tabs #t-symptoms:checked~.tabflex #r-symptoms {
  border-top-right-radius: 8px;
  height: 55px;
}

.top04 .tabs #t-disease:checked~.tabflex #r-disease {
  border-top-left-radius: 8px;
  height: 55px;
}

.top04 .tab_content {
  display: none;
  overflow: hidden;
}

.top04 .tab_content ul {
  display: flex;
  flex-wrap: wrap;
}

.top04 .tab_content ul li {
  width: 50%;
  border-bottom: 1px solid #d6d6d6;
}

.top04 .tab_content ul li.bnone {
  border-bottom: none;
}

.top04 .tab_content ul li:nth-child(odd) {
  border-right: 1px solid #d6d6d6;
}

.top04 .tab_content ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  transition: .2s;
}

.top04 .tab_content ul li a:hover {
  color: #bb9163;
}

.top04 .other01 ul li a:hover {
  color: #bb9163;
}

#r-symptoms {
  border-radius: 8px 0 0 0;
}

#r-disease {
  border-radius: 0 8px 0 0;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .top04 .tabs .tabflex {
    height: 13vw;
  }

  .top04 .tab_item {
    height: 12vw;
    font-size: 4vw;
  }

  .top04 .tabs #t-symptoms:checked~.tabflex #r-symptoms {
    border-top-right-radius: 2vw;
    height: 13vw;
  }

  .top04 .tabs #t-disease:checked~.tabflex #r-disease {
    border-top-left-radius: 2vw;
    height: 13vw;
  }

  .top04 .tab_content ul {
    font-size: 3.3vw;
  }

  .top04 .tab_content ul li a {
    height: 12vw;
    padding-left: 6vw;
  }

  #r-symptoms {
    border-radius: 0;
  }

  #r-disease {
    border-radius: 0;
  }
}

/*

  top05　：　バスト美容外科の一覧

================================================================
*/
.top05 {
  overflow: hidden;
  padding: 60px 0;
  background-color: #f8f1eb;
}

.top05 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top05 ul li {
  position: relative;
  width: 330px;
  height: 60px;
  margin-top: 5px;
  background-color: #fff;
}

.top05 ul li:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 2px;
  height: calc(100% - 6px);
  background-color: #b78a59;
}

.top05 ul li:nth-child(-n+3) {
  margin-top: 0;
}

.top05 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: url(../img/common/icon_next.svg) no-repeat right 20px center / 17px auto;
  transition: .2s;
}

.top05 ul li a:hover {
  background-position: right 17px center;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .top05 {
    padding: 10vw 0;
  }

  .top05 ul {
    padding: 0 6vw;
    font-size: 3.5vw;
  }

  .top05 ul li {
    width: 100vw;
    height: 12vw;
    margin-top: 1vw;
  }

  .top05 ul li:nth-child(-n+3) {
    margin-top: 1vw;
  }

  .top05 ul li:first-child {
    margin-top: 0;
  }

  .top05 ul li a {
    background-position: right 4vw center;
    background-size: 3vw auto;
  }

  .top05 ul li a:hover {
    background-position: right 3vw center;
  }
}

/*

  topのみ：profile-txt

================================================================
*/
.profile-txt {
  padding-bottom: 30px;
  line-height: 1.85;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .profile-txt {
    padding: 3vw 6vw;
    font-size: 3.5vw;
    line-height: 1.9;
  }
}

/*

  top06　：　料金

================================================================
*/
.top06 {
  position: relative;
}

.top06 .wrap {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.top06 .wrap:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -50px;
  left: -100px;
  width: 80px;
  aspect-ratio: 1/1;
  background-color: #f8f1eb;
}

.top06 .wrap:after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 40px;
  left: -40px;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #f8f1eb;
}

.top06 .wrap .box {
  position: relative;
  width: 100%;
}

.top06 .wrap .box:before {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -50px;
  right: -80px;
  width: 80px;
  aspect-ratio: 1/1;
  background-color: #f8f1eb;
}

.top06 .wrap .box:after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 60px;
  right: -100px;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #f8f1eb;
}

.top06 .txt {
  text-align: center;
  line-height: 1.9;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .top06 .wrap {
    width: 100%;
  }

  .top06 .wrap:before {
    top: -9vw;
    left: 3vw;
    width: 10vw;
  }

  .top06 .wrap:after {
    bottom: 33vw;
    left: 0;
    width: 5vw;
  }

  .top06 .wrap .box {
    padding: 0 6vw;
  }

  .top06 .wrap .box:before {
    bottom: -5vw;
    right: 3vw;
    width: 10vw;
    z-index: -1;
  }

  .top06 .wrap .box:after {
    bottom: 10vw;
    right: 0;
    width: 5vw;
  }

  .top06 .txt {
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.9;
  }
}

/*

  top07　：　コラム

================================================================
*/
.top07 {
  position: relative;
}

.top07 .list-blog ul {
  flex-direction: row;
}

.top07 .list-blog ul li {
  position: relative;
  width: 32%;
  margin-top: 0;
}

.top07 .list-blog ul li+li {
  margin-left: 2%;
}

.top07 .list-blog ul li a {
  flex-direction: column;
}

.top07 .list-blog ul li a figure {
  width: 100%;
}

.top07 .list-blog ul li a div {
  position: static;
  margin-left: 0;
  padding: 15px 10px;
  padding-bottom: 55px;
}

.top07 .list-blog ul li a div .title {
  margin-top: 10px;
  font-size: 18px;
}

.top07 .list-blog ul li a div .detaile {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .top07 .list-blog ul {
    flex-direction: column;
  }

  .top07 .list-blog ul li {
    width: 100%;
    margin-top: 0;
  }

  .top07 .list-blog ul li+li {
    margin-top: 5vw;
    margin-left: 0;
  }

  .top07 .list-blog ul li a {
    flex-direction: row;
  }

  .top07 .list-blog ul li a figure {
    width: 45vw;
  }

  .top07 .list-blog ul li a div {
    margin-left: 3vw;
    padding-top: 2vw;
    padding-bottom: 15vw;
    padding-right: 6vw;
  }

  .top07 .list-blog ul li a div .title {
    margin-top: 2vw;
    font-size: 4.2vw;
  }
}

/*

  top08　：　ニュース

================================================================
*/
.top08 {
  position: relative;
}

.top08 .list-blog ul {
  flex-direction: row;
}

.top08 .list-blog ul li {
  position: relative;
  width: 32%;
  margin-top: 0;
}

.top08 .list-blog ul li+li {
  margin-left: 2%;
}

.top08 .list-blog ul li a {
  flex-direction: column;
}

.top08 .list-blog ul li a figure {
  width: 100%;
}

.top08 .list-blog ul li a div {
  position: static;
  margin-left: 0;
  padding: 0 10px;
  padding-bottom: 55px;
}

.top08 .list-blog ul li a div .title {
  margin-top: 10px;
  font-size: 18px;
}

.top08 .list-blog ul li a div .detaile {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .top08 .list-blog ul {
    flex-direction: column;
  }

  .top08 .list-blog ul li {
    width: 100%;
    margin-top: 0;
  }

  .top08 .list-blog ul li+li {
    margin-top: 5vw;
    margin-left: 0;
  }

  .top08 .list-blog ul li a {
    flex-direction: row;
  }

  .top08 .list-blog ul li a div {
    margin-left: 3vw;
    padding-top: 2vw;
    padding-bottom: 15vw;
    padding-right: 6vw;
  }

  .top08 .list-blog ul li a div .title {
    margin-top: 2vw;
    font-size: 4.2vw;
  }
}