@charset "utf-8";

/*--------------------
メインビジュアル
---------------------*/
.fv {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 94px;
  }
}

.slide {
  margin: 0 auto;
  max-width: 80%;
}

.slick-slider {
  margin-left: -15%;
  margin-right: -15%;
}

.slick-list {
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
  background-color: #000;
}
.slick-slide img {
  opacity: 0.5;
}

.slick-snext,
.slick-sprev,
.slick-snext2,
.slick-sprev2 {
  display: block;
}

.slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick-current img {
  opacity: 1;
}
.slick-snext {
  opacity: 1;
  transform: translate3d(30%, 0, -30px);
  z-index: 1;
  perspective: 1000px;
}
.slick-snext2 {
  opacity: 1;
  transform: translate3d(60%, 0, -60px);
  z-index: 0;
  perspective: 1000px;
}

.slick-sprev {
  opacity: 1;
  transform: translate3d(-30%, 0, -30px);
}

.slick-sprev2 {
  opacity: 1;
  transform: translate3d(-60%, 0, -60px);
}
button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
}
.slick-arrow {
  z-index: 10;
}
.slick-arrow.prev {
  position: absolute;
  top: 50%;
  left: calc(15% - 70px);
  transform: translateY(-50%);
}
.slick-arrow.next {
  position: absolute;
  top: 50%;
  right: calc(15% - 70px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .slide {
    height: 209px;
    max-width: 100%;
  }
  .slick-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slick-track {
    perspective: none;
  }
  .slick-slide img {
    width: 100%;
    height: 209px;
    object-fit: cover;
  }
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slick-arrow.prev {
    left: 0;
  }
  .slick-arrow.next {
    right: 0;
  }
}

/*--------------------
お知らせ
---------------------*/
.information {
  padding: 100px 0 120px;
}

@media screen and (max-width: 767px) {
  .information {
    padding: 60px 0 80px;
  }
}

.information .shop_info-list li a {
  border-bottom: 1px solid #787573;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  padding: 30px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .information .shop_info-list li a {
    display: block;
    padding: 20px 0;
  }
}

.information .shop_info-list li a::after {
  background: url(../images/shop/triangle.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.information .shop_info-date {
  margin-right: 20px;
}

.information .shop_info-cat {
  background-color: #fff;
  border: 1px solid #b48e12;
  color: #b48e12;
  display: inline-block;
  font-size: 12px;
  padding: 3px 0;
  text-align: center;
  width: 90px;
}

.information .shop_info-text {
  flex: 1;
}

.information .shop_info-text p {
  padding-right: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .information .shop_info-text p {
    margin-top: 10px;
    padding-right: 30px;
  }
}

/*--------------------
背景
---------------------*/
.bg,
.bg02 {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bg {
  background-image: url(../images/bg_top.jpg);
  height: 400px;
}
.bg02 {
  background-image: url(../images/bg02_top.jpg);
  background-position: center;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .bg {
    height: 300px;
  }
  .bg02 {
    height: 200px;
  }
}

/*------------------------
エクスパンスで大事にしていること
-------------------------*/
.about {
  background-color: #312c29;
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 80px 40px;
}
.about_text {
  line-height: 2;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 40px 20px;
  }
  .about_text {
    margin-bottom: 40px;
    text-align: left;
  }
}

/*------------------------
ランク
-------------------------*/
.rank {
  padding-bottom: 100px;
}
.rank_inner {
  margin: auto;
  max-width: 700px;
}
.rank_link {
  display: block;
  margin-bottom: 41px;
}
.link_text {
  border-top: 1px solid #787573;
  border-bottom: 1px solid #787573;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}

.link_text a {
  margin-right: 20px;
}

.link_text img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .rank {
    padding-bottom: 50px;
  }
  .link_text {
    font-size: 16px;
    line-height: 1.4;
    padding: 20px 10px;
    text-align: left;
  }
}

/*--------------------
おすすめコース
---------------------*/
.course {
  padding: 80px 0 100px;
}

.course_inner {
  margin: auto;
  max-width: 1200px;
  width: 95%;
}
.course_item {
  position: relative;
}
.course_item + .course_item {
  margin-top: 20px;
}
.course_img img {
  height: 400px;
  object-fit: cover;
}
.course_detail {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  width: 320px;
  height: 320px;
  position: absolute;
  top: 40px;
  left: 40px;
}
.course_detail-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.course_detail-price {
  color: #a58c1b;
  font-size: 16px;
  line-height: 1.43;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .course {
    padding: 50px 0 60px;
  }
  .course_detail-text {
    font-size: 18px;
  }
  .course_img.right img {
    object-position: left;
  }
}
@media screen and (max-width: 600px) {
  .course_inner {
    width: 100%;
  }
  .course_detail {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .course_img.right img {
    object-position: initial;
  }
}

/*--------------------
メニュー
---------------------*/
.menu {
  background: url(../images/bg_course.jpg) no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 0 100px;
}
.menu_list {
  margin-bottom: 60px;
}
.menu_item {
  display: flex;
  justify-content: center;
}
.menu_item.reverse {
  flex-direction: row-reverse;
}
.menu_item + .menu_item {
  margin-top: 80px;
}
.menu_item-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.menu_item-title-en {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.425;
}
.menu_item-title-en span {
  font-size: 20px;
}
.menu_item-title-ja {
  color: #a58c1b;
  font-size: 16px;
  line-height: 1.437;
  margin-top: 4px;
}
.menu_item-text {
  line-height: 2;
  margin-bottom: 60px;
  max-width: 430px;
}
.menu .detail_link a {
  width: 240px;
}
.reverse .menu_item-photo {
  margin-right: 80px;
}

@media screen and (min-width: 768px) {
  .menu_item-box {
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    padding: 50px 20px 60px;
  }
  .menu_item {
    display: block;
  }
  .menu_item + .menu_item {
    margin-top: 50px;
  }
  .menu_item-title {
    margin-bottom: 30px;
  }
  .menu_item-title-en {
    font-size: 26px;
  }
  .menu_item-title-en span {
    font-size: 16px;
  }
  .menu_item-title-ja {
    font-size: 15px;
  }
  .menu_item-text {
    margin-bottom: 40px;
  }
  .menu_item-photo {
    margin: 40px auto 0 !important;
  }
}

/*--------------------
店舗一覧
---------------------*/
.shop {
  background: url(../images/bg_shop.jpg) no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 0 142px;
}
.shop_inner {
  margin: auto;
  max-width: 1200px;
  width: 95%;
}
.shop_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px 60px;
}
.shop_item-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.shop_item-title-en {
  color: #887e5b;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}
.shop_item-title-ja {
  font-size: 26px;
  line-height: 1.42;
}
.shop_item-photo {
  margin-bottom: 20px;
}
.shop_item {
  display: flex;
  flex-direction: column;
}
.shop_item-body {
  margin-bottom: 20px;
}
.shop_item p {
  line-height: 1.4;
}
.shop_item-address {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.shop_item-area,
.shop_item-time,
.shop_item-tel {
  padding-left: 25px;
  position: relative;
}
.shop_item-time,
.shop_item-tel {
  line-height: 1.4;
  margin-bottom: 10px;
}
.shop_item-area::before,
.shop_item-time::before,
.shop_item-tel::before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.shop_item-area::before {
  background-image: url(../images/shop_area.svg);
  width: 11px;
  left: 2px;
}
.shop_item-time::before {
  background-image: url(../images/shop_clock.svg);
  width: 15px;
  top: 11px;
  left: 0;
}
.shop_item-tel::before {
  background-image: url(../images/shop_tel.svg);
  width: 11px;
  left: 2px;
}
.shop_item-map {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1.46;
  margin-left: 19px;
  width: 48px;
  padding-bottom: 1.5px;
  position: relative;
}
.shop_item-map::after {
  background: url(../images/triangle.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  top: 7px;
  right: 0;
}
.shop_item-text {
  color: #fff457;
  margin-top: 16px;
}
.shop .btn {
  display: flex;
  margin-top: auto;
}
.shop .btn a {
  width: 50%;
}
.shop .btn a + a {
  margin-left: 10px;
}

.shop .btn .reserve {
  background-color: #b48e12;
}

@media screen and (max-width: 767px) {
  .shop {
    padding: 50px 0 80px;
  }
  .shop_inner {
    width: 90%;
  }
  .shop_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
  .shop_item-title-ja {
    font-size: 22px;
  }
}

/*--------------------
サービス
---------------------*/
.service {
  background-color: #312c29;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 0 100px;
}
.service_inner {
  margin: auto;
  max-width: 1200px;
  width: 95%;
}
.service_item {
  border-bottom: 1px solid #787573;
  display: flex;
  padding: 50px 0;
}
.service_item:last-child {
  border-bottom: none;
}
.service_item.reverse {
  flex-direction: row-reverse;
}
.service_item-body {
  max-width: 680px;
  position: relative;
  width: 100%;
}
.service_item-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.service_item-title-en {
  font-size: 24px;
  line-height: 1.46;
}
.service_item-title-ja {
  color: #a58c1b;
  font-size: 16px;
  line-height: 1.44;
}
.service_item-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.service_item-icon span {
  background-color: #b48e12;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
}
.service_item-icon span + span {
  margin-left: 6px;
}
.service_item-text {
  line-height: 2;
  margin-bottom: 50px;
}
.service .detail_link a {
  width: 160px;
}

.service_item-photo {
  flex: 1;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .service .section_title {
    margin-bottom: 0;
  }
  .service {
    padding: 50px 0 30px;
  }
  .service_inner {
    width: 90%;
  }
  .service_item {
    display: block;
    padding: 40px 0;
  }
  .service_item-title {
    margin-bottom: 30px;
  }
  .service_item-title-en {
    font-size: 22px;
  }
  .service_item-title-ja {
    font-size: 15px;
  }
  .service_item-icon {
    position: initial;
    margin-bottom: 30px;
  }
  .service_item-text {
    margin-bottom: 30px;
  }
  .service_item-photo {
    margin: 40px auto 0;
  }
}

/* キャンペーン */
.course_campaign_box {
  background-color: #312c29;
  margin-top: 80px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 0;
}

.course_campaign_inner {
  margin: auto;
  max-width: 1200px;
  width: 95%;
}

.course_campaign li {
  margin-bottom: 20px;
}

.course_campaign > li:first-child {
  background: url(https://expanse.test-hug.com/wp-content/themes/expanse/assets/images/ayurveda_photo.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  width: 100%;
  height: 500px;
}

.course_campaign > li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.course_campaign li .campaign_top {
  text-align: center;
  position: relative;
  z-index: 1;
}

.course_campaign li .campaign_top-store {
  font-size: 26px;
  color: #a58c1b;
  padding-top: 20px;
  padding-bottom: 10px;
}

.course_campaign li .campaign_top-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.course_campaign li .campaign_top-sub-title {
  font-size: 16px;
}

.course_campaign li .campaign_left {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  /* width: 320px; */
  width: 380px;
  height: 320px;
  position: absolute;
  top: 140px;
  left: 40px;
  line-height: 20px;
}

.course_campaign li .campaign_left p:nth-child(1) {
  letter-spacing: -0.4px;
}

.course_campaign li .campaign_left p:nth-child(2) {
  letter-spacing: -1.2px;
}

.course_campaign li:first-child .campaign_left-sub-title {
  color: #a58c1b;
  font-weight: bold;
  padding-bottom: 10px;
}

.course_campaign li:first-child .campaign_left span {
  font-weight: bold;
}

.course_campaign li:first-child .campaign_left-course {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.course_campaign > li:last-child {
  background: url(https://expanse.test-hug.com/wp-content/themes/expanse/assets/images/obsessiveness3.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  width: 100%;
  height: 500px;
}

.course_campaign li .campaign_right {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  width: 700px;
  height: 320px;
  position: absolute;
  top: 140px;
  left: 460px;
  line-height: 22px;
}

.course_campaign li .campaign_right .campaign_right-sub-title {
  color: #a58c1b;
  font-size: 16px;
  line-height: 1.43;
}

.course_campaign li:last-child .campaign_left span {
  color: #a58c1b;
  font-size: 16px;
  line-height: 1.43;
  padding: 20px 0;
}

.course_campaign li:last-child .campaign_left-course,
.course_campaign li:first-child .campaign_right-course {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.course_campaign li:last-child .campaign_right-course {
  display: flex;
  margin-top: 10px;
}

.course_campaign li:last-child .campaign_right-course span {
  font-weight: bold;
}

.course_campaign li:last-child .campaign_right-course li:nth-child(1) {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .course_campaign_box {
    padding: 40px 0 60px;
  }
  .course_campaign_inner {
    width: 90%;
  }
  .course_campaign > li:first-child {
    height: 860px;
  }
  .course_campaign li .campaign_top-store {
    font-size: 18px;
    padding-top: 40px;
  }
  .course_campaign li .campaign_top-title {
    font-size: 20px;
  }
  .course_campaign li .campaign_top-sub-title {
    font-size: 14px;
  }
  .course_campaign > li:first-child .campaign_left {
    width: 90%;
    height: 340px;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .course_campaign > li:first-child .campaign_right {
    width: 90%;
    height: 320px;
    top: 500px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .course_campaign > li:last-child {
    height: 840px;
  }
  .course_campaign > li:last-child .campaign_left {
    width: 90%;
    height: 260px;
    top: 130px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .course_campaign > li:last-child .campaign_right {
    width: 90%;
    height: 400px;
    top: 400px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .course_campaign li:last-child .campaign_right-course {
    display: block;
  }
  .course_campaign li:last-child .campaign_right-course li:nth-child(1) {
    margin-right: 0;
  }
}

/* 25/6/6 渋谷閉店注釈 */
.shibuya_close {
  padding-top: 80px;
}
.shibuya_close > div {
  margin: auto;
  max-width: 700px;
}
.shibuya_close > div p {
  border-top: 1px solid #787573;
  border-bottom: 1px solid #787573;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shibuya_close {
    padding-top: 50px;
  }
  .shibuya_close > div p {
    font-size: 16px;
    line-height: 1.4;
    padding: 20px 10px;
    text-align: left;
  }
}

.rank {
  padding-top: 100px;
}
.course_campaign > li.course_campaign_ginza {
  height: auto;
  padding-bottom: 20px;
}
.campaign_month {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.campaign_detail {
  width: 93.5%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  line-height: 1.5;
  margin: 10px auto;
  position: relative;
}
.campaign_detail02 {
  top: 670px;
}
.campaign_sub-title {
  color: #a58c1b;
  font-weight: bold;
  padding-bottom: 10px;
}
.campaign_text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.font_red {
  color: #b90000;
  font-weight: bold;
}
.font_gold {
  color: #a58c1b;
  font-weight: bold;
}
.campaign_detail_box {
  display: flex;
  justify-content: space-between;
}
.course_campaign_other .campaign_detail_box {
  align-items: center;
}
.campaign_detail_left {
  width: 60%;
}
.campaign_detail_left_lead {
  margin-bottom: 30px;
}
.campaign_detail_box .btn {
  width: 34%;
}
.btn_campaign_detail {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .repeater_price {
    padding-left: 134px;
  }
}
@media screen and (max-width: 767px) {
  .rank {
    padding-top: 50px;
  }
  .campaign_detail {
    width: 90%;
  }
  .campaign_detail02 {
    top: 1060px !important;
  }
  .campaign_month {
    font-size: 24px;
  }
  .campaign_detail_box {
    display: block;
  }
  .campaign_detail_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .campaign_detail_box .btn {
    width: 100%;
  }
}
/* お知らせ */
.information_box {
  display: flex;
  justify-content: space-between;
}
.information_box ul {
  width: 48%;
}
.information_box .service_item-title {
  text-align: center;
}
.information .shop_info-list li a {
  height: 90px;
}
@media screen and (max-width: 767px) {
  .information_box {
    display: block;
  }
  .information_box ul {
    width: 100%;
    margin-bottom: 30px;
  }
  .information .shop_info-list li a {
    height: auto;
  }
}
.campaign_detail_list {
  margin-bottom: 0;
}

/* キャンペーン */
.course_campaign > li.course_campaign_other {
  height: auto;
  padding-bottom: 20px;
}
.campaign_detail_lead,
.campaign_detail_menu {
  text-align: center;
  margin-bottom: 30px;
}
.campaign_detail_images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.course_campaign .campaign_detail_list li {
  margin-bottom: 0;
}
.campaign_ginza_first {
  margin-bottom: 60px;
}
.campaign_ginza_first .campaign_details {
  margin-bottom: 30px;
}
.campaign_ginza_first figure {
  width: 100%;
  text-align: center;
}
.campaign_detail_lead_ginza {
  display: flex;
  justify-content: space-between;
}
.campaign_detail_lead_ginza {
  margin-bottom: 60px;
}
.campaign_detail_lead_ginza .campaign_details {
  width: 50%;
}
.campaign_detail_lead_ginza figure {
  width: 40%;
}
.reservation_required {
  background-color: #fff;
  border: 1px solid #b48e12;
  color: #b48e12;
  display: inline-block;
  font-size: 12px;
  padding: 3px 0;
  text-align: center;
  width: 90px;
}
.docter_therapy p:not(:last-child) {
  margin-bottom: 20px;
}
.docter_therapy .docter_therapy_reserve {
  font-weight: bold;
  text-decoration: underline;
}
.docter_therapy .tel_docter_therapy {
  font-size: 1.4em;
  color: #a58c1b;
  font-weight: bold;
  text-decoration: underline;
}
.treatment_details {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .campaign_detail_menu {
    text-align: left;
  }
  .campaign_detail_images figure {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .campaign_detail_lead,
  .campaign_detail_menu {
    text-align: left;
  }
  .campaign_detail_images figure {
    margin-bottom: 10px;
  }
  .course_campaign > li.course_campaign_other {
    height: 3240px !important;
  }
  .campaign_detail_images {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .campaign_ginza_first {
    margin-bottom: 30px;
  }
  .campaign_detail_lead_ginza {
    margin-bottom: 30px;
  }
  .campaign_detail_lead_ginza .campaign_details {
    width: 100%;
  }
  .campaign_detail_lead_ginza figure {
    width: 100%;
  }
  .campaign_detail_lead_ginza {
    display: block;
  }
  .campaign_detail_lead_ginza p {
    margin-bottom: 30px;
  }
  .campaign_detail_box .btn {
    margin-top: 30px;
  }
  .docter_therapy {
    display: block;
  }
  .docter_therapy p:last-child {
    margin-bottom: 20px;
  }
  .homepageplan .campaign_detail_menu {
    margin-bottom: 0;
  }
}

/* youtube */
.docter_images {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.youtube {
  max-width: 480px;
  width: 100%;
  position: relative;
  aspect-ratio: 3 / 2;
  z-index: 1;
}
.youtube:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.youtube img {
  max-width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: clamp(60px, 10vw, 100px);
  height: auto;
  pointer-events: none;
}
.youtube video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .docter_images {
    display: block;
  }
  .youtube {
    margin-top: 20px;
    aspect-ratio: unset;
  }
}
