@charset "UTF-8";
/*
Theme Name: wp_ganzan_ver02
Description: GANZAN（ガンザン）のテーマ
Author: GANZAN（ガンザン）
*/
/* @import url("https://fonts.googleapis.com/css?family=Roboto+Condensed"); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*アコーディオンcss仮置き*/
summary.details-summary {
  background-color: #4dbbaa;
  max-width: 70%;
padding: 10px;
margin: 0 100px 0 155px;
text-align: center;
color: white;
font-size: 3.0rem;
font-weight: 700;
}

@media only screen and (max-width: 768px)
{
summary.details-summary {
  font-size: 2.1rem;
  padding: 5px;
margin: 0%;
max-width: 100%;

}
}


html {
  font-size: 10px;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
}

a:hover img {
  opacity: 0.7;
  transition: all .3s ease 0s;
}

/*除外*/
a.button-link:hover img {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}

*, ::before, ::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  width: 100%;
  min-width: 1200px;
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.0;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}

.mb37 {
  margin-bottom: 37px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.en {
  font-family: 'Secular One', sans-serif;
}

.wrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  body {
    background-size: 100px auto;
    min-width: 320px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  display: block;
}

a:hover {
  /* transition: opacity 0.3s; */
  opacity: .7;
}

.pc_on {
  display: inline;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none;
  }
}

.pc_on_block {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_on_block {
    display: none;
  }
}

.sp_on {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_on {
    display: inline;
  }
}

.sp_on_block {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_on_block {
    display: block;
  }
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.bold {
  font-weight: bold;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

#wrap {
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #wrap {
    padding: 0;
  }
}

.base_inner {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .base_inner {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

ul.side_sns {
  position: fixed;
  right: 20px;
  bottom: 50%;
  transform: translate(0%, 50%);
  z-index: 99;
  display: none;
}

ul.side_sns li {
  margin-bottom: 10px;
}

ul.side_sns li:last-child {
  margin-bottom: 0px;
}

ul.side_sns li img {
  max-width: 30px;
}

#header {
  position: fixed;
  top: -80px;
  width: 100%;
  height: 80px;
  transition: top 0.3s;
  z-index: 999;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

#header .header_area .area_inner {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .header_area .area_inner .logo {
  min-width: 106px;
}

#header .header_area .area_inner .logo img {
  width: 106px;
  height: auto;
}

#header .header_area .nav_block .global_nav {
  display: flex;
  justify-content: center;
  height: 80px;
}

#header.header_sub {
  position: fixed;
  top: 0px !important;
}

.image {
  max-width: 100%;
  height: auto;
}

.global_nav li.navi {
  text-align: center;
}

.global_nav li.navi a {
  padding: 21px 0 17px;
  line-height: 1.5;
}

.global_nav li.navi a {
  width: 108px;
}

.global_nav li a .en {
  font-size: 1.9rem;
  position: relative;
  padding-bottom: 0.5rem;
  letter-spacing: 2px;
}

.global_nav li a .en::after {
  content: "";
  display: inline-block;
  width: 76px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 38px);
}

.global_nav li a:hover,
.global_nav li a.is_current {
  color: #4dbbaa;
  transition: all .2s ease 0s;
}

.global_nav li a:hover .en::after,
.global_nav li a.is_current .en::after {
  background: #4dbbaa;
  transition: all .2s ease 0s;
}

.global_nav li a .jp {
  font-size: 0.8rem;
  font-weight: 700;
}

ul.ganzan_beauty_menu li a {
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
}

.global_nav li.navi_ganzan_beauty .en {
  font-size: 1.9rem;
  position: relative;
  padding-bottom: 0.5rem;
  letter-spacing: 2px;
}

.global_nav li.navi_ganzan_beauty .en::after {
  content: "";
  display: inline-block;
  width: 76px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 3px;
  left: calc(50% - 38px);
}

.global_nav li.navi_ganzan_beauty:hover {
  color: #4dbbaa;
  transition: all .2s ease 0s;
}

.global_nav li.navi_ganzan_beauty:hover .en::after {
  background: #4dbbaa;
  transition: all .2s ease 0s;
}

.global_nav li.navi_ganzan_beauty .jp {
  font-size: 0.8rem;
  font-weight: 700;
}

.global_nav li.navi_ganzan_beauty {
  padding: 24px 0 17px 0;
  width: 225px;
  text-align: center;
  margin-right: 15px;
}

.global_nav li.navi_ganzan_beauty .en {
  overflow: hidden;
  display: block;
  padding: 3px 0 20px;
  height: 29px;
}

.global_nav li.navi_ganzan_beauty .en img {
  max-width: 162px;
  height: auto;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  transition: all .2s ease 0s;
}

.global_nav li.navi_ganzan_beauty:hover img:nth-of-type(2) {
  opacity: 0;
}

img.op0 {
  opacity: 0;
}

.global_nav li.navi_ganzan_beauty:hover img.op0 {
  opacity: 1;
}

.navi_ganzan_beauty {
  line-height: 2;
}

.navi_ganzan_beauty input[type=checkbox] {
  display: none;
}

.ganzan_beauty {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: -1px;
  user-select: none;
}

.ganzan_beauty:first-child {
  margin-top: 0;
}

.ganzan_beauty_menu {
  overflow: hidden;
  transition: all .1s ease 0s;
  line-height: 0;
  border-top: none;
  margin: 13px 0 0;
  padding: 0;
}

input[type="checkbox"]:checked + .ganzan_beauty + .ganzan_beauty_menu {
  line-height: 2;
  padding: 0;
}

input[type=checkbox]:checked + .ganzan_beauty + .ganzan_beauty_menu li a {
  padding: 6px 15px;
}

input[type=checkbox]:checked + .ganzan_beauty + .ganzan_beauty_menu li {
  border-bottom: solid 1px #fff;
}

input[type=checkbox]:checked + .ganzan_beauty + .ganzan_beauty_menu li:last-child {
  border-bottom: none;
}

.navi_line a, .navi_web a {
  background: #333;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 15px 18px 20px !important;
}

.navi_line, .navi_web {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 170px;
  height: 80px;
  outline: 1px solid #fff;
  outline-offset: -1px;
  position: relative;
  line-height: 1.5;
}

.navi_line:after, .navi_web:after {
  content: "";
  display: inline-block;
  background: url("images/arrow_right_w.svg") no-repeat 0 0/7.5px auto;
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translate(0, 50%);
  width: 7.5px;
  height: 15px;
}

.navi_line .lower {
  color: #33ba5f;
}

.upper {
  min-width: 100px;
}

.lower {
  min-width: 100px;
  letter-spacing: 2px;
}

.mv_top {
  height: 100vh;
  height: calc(100vh - 60px);
  margin: 20px 20px 0;
  position: relative;
}

.custom-class {
  height: auto;
  margin: 20px 20px 20px;
}

.mv_txt {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 9;
}

.mv_txt p {
  font-size: 1.9rem;
  color: #a6a6a6;
  background: #fff;
  width: 50px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  height: max-content;
  font-weight: 700;
  letter-spacing: 0.7rem;
}

.mv_txt p:last-child {
  margin-right: 20px;
}

.mv_top_logo {
  position: absolute;
  right: 50%;
  bottom: 46px;
  transform: translate(50%, 0);
  z-index: 9;
}

.mv_top_logo img {
  width: 283px;
}

.copyright_side {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: -19px;
  bottom: 50%;
  transform: translate(0, 50%);
  font-size: 1.0rem;
  color: #a6a6a6;
  font-weight: 700;
}

.mv_top_wrap {
  position: relative;
  margin: 0 0 21px;
}

.btn_campaign {
  position: absolute;
  right: 35px;
  bottom: 10px;
  z-index: 9;
}

.btn_campaign img {
  max-width: 190px;
}

.btn_campaign a:hover img {
  filter: brightness(1.1);
  transition: all .3s ease 0s;
  opacity: 1;
}

.site_info {
  background: #333;
  color: #a6a6a6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  height: 40px;
}

.site_info p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 3.5px;
}

.bg {
  background: #efefef;
}

.news_area {
  position: relative;
}

.title1 {
  font-size: 5.2rem;
  position: absolute;
  left: 50%;
  top: -41px;
  transform: translate(-50%, 0);
  color: #efefef;
  letter-spacing: 5px;
  line-height: 1;
}

.news_area .posts_block {
  display: flex;
  padding: 30px 0 30px;
  justify-content: space-between;
  align-items: center;
}

.news_area .posts_block ul {
  margin-right: 30px;
}

.post_date, .post_title {
  font-size: 1.5rem;
  display: inline-block;
}

.news_area .posts_block li a .post_title {
  font-weight: 400;
  position: relative;
  max-width: max-content;
  width: 100%;
}

.news_area .posts_block li a .post_title:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.news_area .posts_block .post_date {
  width: 120px;
  flex: 0 0 120px;
}

.news_area .posts_block li a:hover .post_title::after {
  visibility: visible;
  opacity: 1;
}

.news_area .posts_block li a {
  display: flex;
  transition: all .3s ease 0s;
}

.posts_block li a:hover .post_title {
  font-weight: 700;
}

.post_title {
  max-width: 590px;
  word-break: break-all;
}

.btn_box a {
  display: flex;
  width: 240px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 20px;
}

.btn_box a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/7px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

.btn_hover a {
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: all .3s ease 0s;
}

.btn_box.btn_lsize {
  text-align: center;
}
.btn_box.btn_lsize p{
  margin-bottom: 5px;
}
.btn_box.btn_lsize a {
  margin: auto;
  max-width: 560px;
  width: 100%;
  height: 80px;
  font-size: 1.8rem;
  padding: 10px 10px 10px 20px;
  justify-content: center;
}

.feature_area {
  height: 100%;
  text-align: center;
}
.feature_area img{
  width: 100%;
}

.feature_area .base_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.feature_txt_area {
  max-width: 510px;
}
.feature_area .lowprice_banner{
  position: relative;
}

.osusume_area{
  margin-top: 100px;
}
.osusume_area img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .osusume_area{
    margin-top: 50px;
  }
  .osusume_area{
    margin-top: 50px;
  }
}


#page_index #webforms{
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #page_index #webforms{
    margin-top: 80px;
  }
}


.saiyasune_area img {
  width: 100%;
}


#top_menu {
  margin-top: 100px;
}
#top_menu h2{
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#top_menu td p{
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #top_menu {
    margin-top: 50px;
  }
  #top_menu h2{
    margin-bottom: 20px;
    font-size: 2rem;
  }
}


.ttl_about_ganzan {
  margin-bottom: 60px;
}

.ttl_about_ganzan img {
  max-width: 450px;
}

.feature_txt {
  color: #fff;
}

.feature_txt p {
  margin-bottom: 35px;
  line-height: 2.2;
}

.feature_txt p:last-child {
  margin-bottom: 0;
}

.campaign_btn_box {
  position: absolute;
  display: flex;
  width: 330px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  background: url(images/arrow_btn_box.svg) no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 20px;
  bottom: 14%;
  right: 0;
  left: 0;
  margin: 0 auto;
}


@keyframes slideToLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.js_text_disp {
  opacity: 0;
  overflow: hidden;
  display: inline-block;
}

.js_text_disp.is_show {
  animation-name: slideToLeft;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.js_text_disp.is_hidden {
  animation-name: slideToLeft;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: .1s;
}

.ttl_ganzan_feature {
  width: 100%;
  font-size: 5.2rem;
  position: absolute;
  color: #efefef;
  letter-spacing: 4px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  bottom: calc(100% - 0.07em);
  left: 0;
}

.slide_menu_area {
  min-height: 770px;
  margin-bottom: 130px;
  position: relative;
}

.slide_menu_area_inner {
  max-width: 90%;
  margin: 0 auto 0 0;
}

.slide_menu_area .slide_menu_area_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.slide_menu_navi {
  margin-right: 60px;
  max-width: 480px;
}

.slide_menu {
  max-width: calc(100% - 480px);
  margin-top: 110px;
}

.slide_menu .slide_menu_cont_in {
  display: flex;
  flex-direction: column;
}

.slide_menu .slide_menu_cont_in > * {
  order: 3;
}

.slide_menu h3 {
  order: 2;
}

.slide_menu .slide_menu_cont img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  margin-bottom: 26px;
  order: 1;
}

@media screen and (max-width: 768px) {
  .slide_menu h3 {
    order: 1;
  }
  .slide_menu .slide_menu_cont img {
    order: 2;
  }
}

.menu_navi {
  width: 100% !important;
  height: 75px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  border-top: solid 1px #bfbfbf;
  border-left: solid 1px #bfbfbf;
  border-right: solid 1px #bfbfbf;
  background: url("images/arrow_menu_navi.svg") no-repeat right 30px center/8px auto, #fff;
  color: #848484;
  padding-right: 60px;
}

.menu_navi:hover {
  color: #333;
  font-weight: 700;
  cursor: pointer;
  transition: font-weight 0.1s;
  background: url("images/arrow_menu_navi_active.svg") no-repeat right 30px center/8px auto, #fff;
}

.menu_navi.slick-current {
  background: url("images/arrow_menu_navi_active.svg") no-repeat right 30px center/8px auto transparent;
  border-left: none;
  border-right: none;
  font-weight: 700;
  color: #333;
}

.menu_navi:last-child {
  border-bottom: solid 1px #bfbfbf;
}

.slide_menu_cont h3 {
  font-size: 2.7rem;
  font-weight: 700;
}

.slide_menu_cont p {
  margin-bottom: 15px;
  line-height: 2.2;
  margin-top: 23px;
  text-align: justify;
  max-width: 95%;
}

.slide_menu_cont .btn_box {
  display: flex;
  justify-content: flex-end;
  margin: 0 30px 0 0;
}

.bnr_ganzan_tours {
  max-width: 980px;
  margin: 0 auto 110px;
}

#page_index .bnr_ganzan_tours {
  margin-top: 132px;
  margin-bottom: 50px;
}

.bnr_ganzan_tours a {
  display: flex;
}

.bnr_ganzan_tours_left {
  width: 500px;
}

.bnr_ganzan_tours_left img {
  max-width: 100%;
}

.bnr_ganzan_tours_right {
  width: 480px;
  background: url("images/arrow_ganzan_tours.svg") no-repeat right 20px center/22px auto, #333;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.ttl_ganzan_tours img {
  max-width: 280px;
  margin-bottom: 15px;
}

.bnr_ganzan_tours_right p {
  font-size: 1.4rem;
  line-height: 2.2;
  color: #fff;
  text-align: center;
  position: relative;
  top: 18px;
}

.matching_check_area {
  position: relative;
}

.matching_check_bg {
  background: url("images/matching_check_bg.jpg") no-repeat center center/cover;
  height: 800px;
  position: relative;
}

.mv_txt {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.mv_txt p {
  font-size: 1.9rem;
  color: #a6a6a6;
  background: #fff;
  width: 50px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  height: max-content;
  font-weight: 700;
  letter-spacing: 0.7rem;
}

.mv_txt p:last-child {
  margin-right: 20px;
}

.matching_check {
  max-width: 930px;
  margin: -140px auto 0px;
  padding: 50px 0 40px;
  position: relative;
  top: 0;
  z-index: 9;
  box-shadow: 15px 15px 15px -15px #e5e5e5;
}

.ttl_ganzan_matching_check {
  font-size: 5.2rem;
  position: absolute;
  left: 50%;
  top: -49px;
  transform: translate(-50%, 0%);
  color: #efefef;
  letter-spacing: 4px;
  line-height: 1;
  z-index: 99;
  width: 100%;
  font-weight: 700;
  text-align: center;
}

.ttl_matching_check {
  font-size: 3.0rem;
  text-align: center;
  position: relative;
  margin-bottom: 67px;
  letter-spacing: 3px;
}

.ttl_matching_check::after {
  content: "";
  display: inline-block;
  width: 240px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -32px;
  left: calc(50% - 120px);
}

.txt_matching_check {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.hidden {
  display: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation: fadeInUp 0.5s ease-in-out;
}

.singlecheck {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 630px;
  margin: 0 auto 63px;
}

.ttl_check {
  font-size: 3.8rem;
  font-family: 'Secular One', sans-serif;
  font-weight: 400;
  color: #848484;
  width: 70px;
  display: inline-block;
  line-height: 1.85;
}

.neme_check {
  font-weight: 700;
  margin-left: 15px;
  width: 265px;
  display: inline-block;
  vertical-align: super;
}

.checkarea_list {
  display: inline;
}

.checkarea_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.singlecheck label {
  height: 31px;
  display: inline-block;
  vertical-align: super;
  line-height: 31px;
  cursor: pointer;
}

.choice {
  font-size: 2.3rem;
  font-family: 'Secular One', sans-serif;
  display: inline-block;
  vertical-align: super;
  margin-left: 26px;
}

.singlecheck input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}

.singlecheck input[type="checkbox"] + .checkmark {
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  border: 3px solid #333;
  position: relative;
}

.singlecheck input[type="checkbox"] + .checkmark::before {
  display: inline-block;
  content: '';
  position: relative;
}

.singlecheck input[type="checkbox"]:checked + .checkmark::before {
  background: url("images/check.svg") no-repeat 0 0/contain;
  width: 35px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn_result_box {
  width: 500px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 20px 10px 30px 10px;
  position: relative;
  left: 60px;
}

.btn_result_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 25px solid #fff;
}

.btn_result_box::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -200px;
  background: url("images/character_matching_check.png") no-repeat 0 0/169px auto;
  width: 169px;
  height: 202px;
}

.btn_result_box p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#showResultButton {
  display: flex;
  width: 330px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 2px 0 0 20px;
  margin: 0 auto;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: all .3s ease 0s;
}

#showResultButton:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/7px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

.result {
  max-width: 930px;
  margin: auto;
  margin-bottom: 143px;
  position: relative;
  z-index: 99;
}

.result_cont {
  background: #333;
  padding: 50px 90px;
}

.result_inner_box {
  background: #fff;
  padding: 30px;
  text-align: center;
}

.result_inner_box p {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.result_btn_box a {
  display: flex;
  width: 330px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 20px;
  margin: auto;
}

.result_btn_box a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/7px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

#modal-content {
  max-width: 90%;
  width: 840px;
  margin: 0;
  background: #efefef;
  position: fixed;
  display: none;
  z-index: 9999;
}

#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #333333;
  z-index: 9998;
}

.modal_wrap {
  padding: 45px 100px 64px;
  position: relative;
}

#modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
}

#modal-close img {
  max-width: 100%;
}

.button-link:hover {
  cursor: pointer;
}

.ttl_modal {
  font-size: 3.0rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.8;
}

.sub_modal {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 13px;
  letter-spacing: 2px;
}

.campaign_list {
  background: #fff;
  padding: 20px 60px 24px;
  position: relative;
  margin-bottom: 9px;
}

.campaign_list li {
  line-height: 1.5;
  margin-bottom: 1px;
  padding-left: 40px;
  min-height: 40px;
}

.campaign_list li:nth-child(1) {
  background: url("images/c_no1.png") no-repeat left top 8px/30px auto;
}

.campaign_list li:nth-child(2) {
  background: url("images/c_no2.png") no-repeat left top 8px/30px auto;
}

.campaign_list li:nth-child(3) {
  background: url("images/c_no3.png") no-repeat left top 8px/30px auto;
}

.campaign_list li:nth-child(4) {
  background: url("images/c_no4.png") no-repeat left top 8px/30px auto;
}

.campaign_list li:nth-child(5) {
  background: url("images/c_no5.png") no-repeat left top 8px/30px auto;
}

.campaign_list li:nth-child(6) {
  background: url("images/c_no6.png") no-repeat left top 8px/30px auto;
}

.campaign_list li:nth-child(7) {
  background: url("images/c_no7.png") no-repeat left top 8px/30px auto;
}

.c_name {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.c_yen {
  font-size: 1.6rem;
}

.c_price {
  font-size: 2.5rem;
  font-weight: 700;
}

.c_tax {
  font-size: 1.4rem;
}

.c_note {
  position: absolute;
  right: 69px;
  bottom: 36px;
  display: flex;
  align-items: center;
}

.c_note_txt {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
  margin-left: 10px;
}

.c_note_line {
  width: 20px;
  height: 90px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}

.c_more {
  color: #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5px 10px 5px 60px;
  background: url("images/icon_plus.png") no-repeat left 10px center/30px auto, #333;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.c_fukidashi {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3px;
  margin-top: 30px;
}

.c_fukidashi:before {
  content: "";
  background: url("images/fukidashi_l.png") no-repeat left 10px bottom/12px 22px;
  width: 50px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.c_fukidashi:after {
  content: "";
  background: url("images/fukidashi_r.png") no-repeat right 10px bottom/12px 22px;
  width: 50px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.c_btn_box a {
  display: flex;
  width: 330px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 20px;
  margin: auto;
}

.c_btn_box a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/7px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

.bnr_campaign {
  position: relative;
}

.bnr_campaign a {
  margin: auto;
  width: 1220px;
  height: 806px;
  background: url("images/bnr_campaign.png") no-repeat center center/1220px auto;
}

.bnr_campaign a {
  display: block;
  transition: all 0.3s;
}

.bnr_campaign_txt {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translate(-50%, 0%);
}

.bnr_campaign_month {
  font-size: 2.4rem;
  font-weight: 700;
  background: #4dbbaa;
  color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  padding: 2px 16px;
  letter-spacing: 6px;
  white-space: nowrap;
}

.bnr_campaign_month span {
  font-size: 3.9rem;
  position: relative;
  right: 1px;
  top: 0px;
}

.bnr_campaign_p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0 0 0 5px;
  vertical-align: super;
  letter-spacing: 3px;
}

.icon_pointer {
  position: absolute;
  right: 180px;
  bottom: 170px;
  /* left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 360px;
	margin-top: 160px; */
  width: 200px;
}

@media screen and (max-width: 1260px) {
  .bnr_campaign a {
    margin: auto;
    width: 100%;
    background: url("images/bnr_campaign.png") no-repeat center center/cover;
    height: 0;
    padding-top: 66%;
  }
  /* .icon_pointer {
        left: 77%;
        top: 73%;
        margin-left: 0;
        margin-top: 0;
    } */
}

/* 1260px */
.entry_guide_area {
  background: #efefef;
  margin-top: 100px;
  padding: 100px 0 80px;
}

.entry_guide_area2 {
  background: #efefef;
  margin-top: 0;
  padding: 80px 0 80px;
}

.entry_intro {
  max-width: 860px;
  margin: 0 auto 73px;
  background: url("images/character_entry_guide.png") no-repeat left bottom/110px auto;
  min-height: 157px;
}

.entry_intro_txt {
  width: 650px;
  margin: 0 80px 0 auto;
  text-align: center;
}

.entry_intro_txt .entry_intro_ttl {
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 35px;
  letter-spacing: 8px;
}

.entry_intro_txt p {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.entry_type_area ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.entry_type_area ul li {
  max-width: 470px;
}

.entry_type_note {
  font-size: 1.7rem;
  text-align: center;
  color: #4dbbaa;
  margin-bottom: 5px;
}

.entry_type_note::before {
  content: "";
  background: url("images/fukidashi_green_l.png") no-repeat left 10px bottom/13px 21px;
  width: 50px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.entry_type_note::after {
  content: "";
  background: url("images/fukidashi_green_r.png") no-repeat right 10px bottom/13px 21px;
  width: 50px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.entry_btn_box a {
  display: flex;
  width: 470px;
  height: 70px;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 20px;
  margin: auto;
  letter-spacing: 4px;
}

.entry_btn_box a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/7px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

.contact_type_box {
  background: #fff;
  max-width: 900px;
  margin: 63px auto 60px;
  position: relative;
  height: 270px;
  padding: 35px 80px 30px;
}

#page_about .contact_type_box {
  margin: 63px auto 60px;
}

.ttl_contact_type_box {
  font-size: 5.2rem;
  position: absolute;
  left: 50%;
  top: -49px;
  transform: translate(-50%, 0%);
  color: #fff;
  letter-spacing: 4px;
  line-height: 1;
  z-index: 99;
  width: 100%;
  font-weight: 700;
  text-align: center;
}

.ttl_contact_type {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

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

.contact_type_box ul li {
  width: 370px;
}

.contact_type_box ul li:first-child {
  padding-right: 40px;
  border-right: solid 1px #333;
}

.contact_type_box ul li:last-child {
  padding-left: 40px;
}

.contact_type_box ul li .contact_type_box_ttl {
  font-size: 1.6rem;
  background: #333;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 35px;
  letter-spacing: 4px;
}

.contact_type_line {
  margin-top: 20px;
  pointer-events: none;
}

.contact_type_line img {
  max-width: 100%;
}

.tel_number {
  font-size: 3rem;
  font-weight: 700;
  color: #4dbbaa;
  text-align: center;
  line-height: 1.3;
  margin: 8px 0 5px;
}

.tel_number a {
  display: inline;
}

.tel_number span {
  font-size: 2.4rem;
  font-weight: 700;
}

.contact_type_tel p {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.concept_area {
  padding-bottom: 100px;
  background: #efefef;
}

.concept_area_bg {
  background: url("images/top_concept_bg.jpg") no-repeat center center/cover, #efefef;
  width: 100%;
  height: 800px;
  padding-bottom: 520px;
}

.concept_box {
  width: 1100px;
  padding: 100px 0 120px;
  background: #d9d9d9;
  margin: -258px auto 0;
  position: relative;
  z-index: 2;
}

.concept_box::after {
  content: " ";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.ttl_concept_box {
  font-size: 5.2rem;
  position: absolute;
  left: 50%;
  top: -59px;
  transform: translate(-50%, 0%);
  color: #fff;
  letter-spacing: 4px;
  line-height: 1;
  z-index: 99;
  width: 100%;
  font-weight: 700;
  text-align: center;
}

.textCenter {
  text-align: center !important;
}

.fadeIn_intro_block {
  display: block !important;
  width: 640px !important;
  margin: auto;
}

.concept_intro1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 45px;
  letter-spacing: 10px;
  line-height: 1.9;
}

.concept_intro2 {
  text-align: center;
  font-size: 5.4rem;
  font-weight: 700;
  font-family: 'Secular One', sans-serif;
  margin-bottom: 37px;
  color: #a6a6a6;
  letter-spacing: 13px;
  width: 100%;
}

.concept_box p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5;
}

.concept_box p span {
  border-bottom: solid 1px #a5a5a5;
}

.ganzan_ganzan_beauty {
  background: url("images/img_ganzan_ganzan_beauty.jpg") no-repeat center center/cover;
  width: 100%;
  height: 550px;
  /*argin-top: -61px;*/
  margin-top: 0px;
  position: relative;
}

.ganzan_ganzan_beauty::after {
  content: "";
  background: url("images/ganzan_ganzan_beauty_logo.svg") no-repeat center center/contain;
  width: 920px;
  height: 172px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 30px;
  margin-top: -51px;
}

.ganzan_ganzan_beauty ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 6px;
  margin-top: 94px;
  width: 100%;
  max-width: 980px;
}

.ganzan_ganzan_beauty ul li {
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
  width: 100%;
  letter-spacing: 2px;
}

.ganzan_ganzan_beauty_copy {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  background: #efefef;
  max-width: 850px;
  width: 100%;
  padding: 5px 0 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 170px;
  margin-left: 10px;
  letter-spacing: 5px;
  color: #848484;
}

#beauty_menu_slide {
  max-width: 100%;
  margin: 0 auto 10px;
}

#beauty_menu_slide .slider-titles .active-slide-title {
  background: #fff;
  color: #333;
  position: relative;
}

#beauty_menu_slide .slider-titles .active-slide-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #fff;
}

#beauty_menu_slide .slick-slider .slick-list {
  outline: none !important;
}

#beauty_menu_slide .main-slider, .main-slider img {
  height: 910px;
  object-fit: cover;
}

#beauty_menu_slide .main-slider {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #beauty_menu_slide .main-slider {
    height: auto;
  }
}

#beauty_menu_slide .main-slider .slide_contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  overflow: hidden;
}

#beauty_menu_slide .main-slider .slide_contents_left {
  width: 720px;
  width: 55%;
  margin: 0 80px 0 158px;
}

#beauty_menu_slide .main-slider .slide_contents_right {
  max-width: 570px;
  width: 43.8%;
  position: relative;
}

.beauty_menu_name {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'Secular One', sans-serif;
  font-size: 6.3rem;
  left: 0%;
  top: 50%;
  position: absolute;
  transform: translate(0%, -50%);
  line-height: 1;
  width: 50px;
  height: 100%;
  color: #fff;
  opacity: 0.6;
  text-align: right;
}

#beauty_menu_slide .slide_contents_right.for_men:after {
  content: "";
  display: inline-block;
  background: url("images/for_men.png") no-repeat top right/195px auto;
  width: 195px;
  height: 190px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

#beauty_menu_slide .slide_contents_right:before {
  content: "";
  display: inline-block;
  background: url("images/beauty_menu_qr.png") no-repeat top right/306px auto;
  width: 306px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

#beauty_menu_slide .thumbnail img {
  max-width: none;
  width: auto;
  height: 100%;
}

#beauty_menu_slide .thumbnail:hover {
  cursor: pointer;
}

#beauty_menu_slide .thumbnail:hover img {
  opacity: 0.3;
  transition: all .3s ease 0s;
}

#beauty_menu_slide .thumbnail:hover .thumbnail_txt span::after {
  opacity: 1.0;
}

#beauty_menu_slide .thumbnail:hover .thumbnail_txt p {
  opacity: 1.0;
}

#beauty_menu_slide .thumbnail:hover .t_more {
  opacity: 1.0;
}

#beauty_menu_slide .thumbnail {
  background: #333;
  height: 230px;
  position: relative;
  margin: 0 5px;
}

#beauty_menu_slide .thumbnail a {
  display: inline !important;
}

#beauty_menu_slide .thumbnail .thumbnail_txt {
  width: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 28px;
  color: #333;
}

#beauty_menu_slide .thumbnail:hover .thumbnail_txt {
  color: #fff;
}

#beauty_menu_slide .thumbnail-slider {
  overflow: hidden;
  padding: 10px 0;
}

.thumbnail_txt span {
  font-family: 'Secular One', sans-serif;
  font-size: 3.0rem;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  height: 70px;
}

.thumbnail_txt span::after {
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 100px);
  opacity: 0;
}

.thumbnail_txt p {
  font-size: 1.5rem;
  margin-bottom: 10px;
  opacity: 0;
}

.t_more {
  font-size: 1.5rem;
  background: url("images/icon_more_w.svg") no-repeat right top 8px/15px auto;
  padding-right: 24px;
  display: inline-block;
  opacity: 0;
}

#beauty_menu_slide .slider-titles {
  max-width: 980px;
  margin: 0 auto 15px;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

#beauty_menu_slide .slide-title {
  float: left;
  width: 170px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  padding: 10px 25px;
  font-family: 'Secular One', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 3px;
  background: #333;
}

#beauty_menu_slide .slide-title:hover {
  cursor: pointer;
  background: #fff;
  color: #333;
}

#beauty_menu_slide .slide-title {
  float: left;
  transition: all .3s ease 0s;
}

#beauty_menu_slide .thumbnail-slider .slick-track {
  height: 230px;
  overflow: hidden;
  padding-bottom: 10px;
}

.ganzan_beauty_pentagon_area {
  background: #333;
  padding: 130px 0 10px;
}

.ganzan_beauty_pentagon {
  margin: auto;
  width: 1220px;
  height: 806px;
  background: url("images/ganzan_beauty_pentagon.png") no-repeat center center/1220px auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

.ganzan_beauty_pentagon h2 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding-top: 130px;
}

/* .ganzan_beauty_pentagon::after {
	content: "";
	background: url("images/ganzan_beauty_logo.svg") no-repeat center center/contain;
	width: 810px;
	height: 225px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: -155px;
} */
@media screen and (max-width: 1230px) {
  .ganzan_beauty_pentagon {
    margin: auto;
    width: 100%;
    background: url("images/ganzan_beauty_pentagon.png") no-repeat center center/cover;
    position: relative;
    /* height: 0;
	padding-bottom: 66%; */
  }
  /* .ganzan_beauty_pentagon::after {
	content: "";
	background: url("images/ganzan_beauty_logo.svg") no-repeat center center/contain;
	width: 68%;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: -155px;
	padding-bottom: 27.8%;
} */
}

.ganzan_beauty_copy {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  background: #efefef;
  max-width: 570px;
  width: 100%;
  padding: 5px 0 5px;
  /* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
  margin: 70px auto 0;
  letter-spacing: 3px;
  color: #848484;
}

.ganzan_beauty_txt {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  /* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
  margin-top: 30px;
  letter-spacing: 2.2px;
  color: #fff;
  /* margin-left: 25px; */
}

.slide_contents_left h3 {
  font-size: 3.0rem;
  font-weight: 700;
  position: relative;
  color: #333;
  margin: 100px auto 45px;
  padding-left: 20px;
  letter-spacing: 2px;
}

.slide_contents_left h3::before {
  content: "";
  display: inline;
  border-left: solid 5px #333;
  height: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
}

.slide_contents_left .beauty_menu_txt {
  font-size: 1.5rem;
  line-height: 2.5;
  margin-bottom: 30px;
}

.slide_contents_left .slide_contents_table {
  position: relative;
}
.slide_contents_left .slide_contents_table table {
  margin: 15px 0 50px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #333;
}
.slide_contents_left .slide_contents_table table th,
.slide_contents_left .slide_contents_table table td {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
.slide_contents_left .slide_contents_table table th {
  padding: 10px 0;
  background-color: #C1C1C1;
  font-weight: 400;
  vertical-align: middle;
}
.slide_contents_left .slide_contents_table table td {
  padding: 20px 0;
  background-color: #fff;
  font-weight: 700;
}
.slide_contents_left .slide_contents_table .slide_contents_benefits {
  margin-top: 10px;
  font-weight: 400;
  font-size: 90%;
}
.slide_contents_left .slide_contents_table .slide_contents_benefits span {
  background-color: #4dbbaa;
  font-weight: 700;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
}
.slide_contents_left .slide_contents_table .slide_contents_notes {
  background-color: #4dbbaa;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .slide_contents_left .slide_contents_table .slide_contents_benefits span {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 0 5px;
  }
  .slide_contents_left .slide_contents_table .slide_contents_notes {
    top: -40px;
  }
}

.slide_contents_img img {
  height: auto;
  object-fit: unset;
}

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

ul.before_after li {
  width: 45%;
  position: relative;
}

.before_after_img img {
  max-width: inherit !important;
  width: 100% !important;
  height: auto;
}

ul.before_after li span {
  font-size: 1.6rem;
  text-align: center;
  margin: 5px 0 0;
  display: block;
  height: 32px;
}

ul.before_after li:first-child:after {
  content: "";
  display: inline-block;
  background: url("images/arrow_before_after.png") no-repeat center right/21px auto;
  width: 21px;
  height: 38px;
  position: absolute;
  right: -10%;
  bottom: 50%;
  margin-bottom: 16px;
  transform: translate(50%, 50%);
}

.btn_beauty_menu {
  margin: 50px 0 0;
}

.btn_beauty_menu a {
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/10px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 20px;
}

.btn_beauty_menu a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/10px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

.btn_hover a {
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: all .3s ease 0s;
}

.triangle_bg {
  position: relative;
}

.triangle_bg:before {
  content: "";
  display: block;
  background: url("images/blog_bg.svg") center top/cover;
  width: 100%;
  min-height: 1800px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

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

ul.top_blog_list li {
  width: 31%;
}

ul.top_blog_list li:nth-child(2) {
  margin-top: 155px;
}

ul.top_blog_list li:nth-child(3) {
  margin-top: 295px;
}

ul.top_blog_list li a:hover {
  color: #888;
  transition: all .3s ease 0s;
}

ul.top_blog_list .img_wrap {
  position: relative;
}

ul.top_blog_list .img_wrap img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

ul.top_blog_list .img_wrap .box_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 66%;
}

.top_blog_img {
  position: relative;
  width: 100%;
}

.blog_cate {
  display: inline-flex;
  background: #4dbbaa;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
  padding: 2px 20px;
  line-height: 1.2;
}

.blog_date {
  font-size: 1.3rem;
  color: #bfbfbf;
  margin: 5px 0;
}

.blog_txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

.top_blog_area {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  top: 170px;
}

.top_blog_ttl_area {
  position: absolute;
  right: 0;
  top: -17px;
  text-align: right;
}

.top_blog_ttl_area h2 {
  display: inline-block;
  font-size: 7.0rem;
  color: #999999;
  font-family: 'Secular One', sans-serif;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 7px;
}

.top_blog_ttl_area p {
  font-size: 1.5rem;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.btn_box_r {
  margin: 0 0 0 auto;
  width: 240px;
}

.btn_box_r a {
  display: flex;
  width: 240px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 20px;
}

.btn_box_r a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/7px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

section.top_studio_area {
  position: relative;
  top: 390px;
}

ul.top_studio_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
  position: relative;
}

ul.top_studio_list li {
  margin: 0 20px;
  /* aspect-ratio: 300 / 300;
  height: 260px; */
  position: relative;
  max-width: 300px;
}

.top_studio_link {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  background: url(images/arrow_btn_box.svg) no-repeat right 10px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 10px;
}

.top_studio_img {
  aspect-ratio: 3 / 2;
  width: 100%;
  position: relative;
}

.top_studio_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top_studio_ttl {
  background: #333;
  color: #fff;
  padding: 10px 20px;
  min-height: 60px;
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: inline-grid;
  place-items: center;
}

.top_studio_btn {
  margin-top: 50px;
}

.top_studio_btn a {
  margin: 0 auto;
  width: 300px;
}

.top_studio_txt {
  font-size: 1.4rem;
  line-height: 2;
}

.top_studio_area {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.top_studio_ttl_area {
  margin: 0 auto;
  width: 980px;
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .top_studio_ttl_area {
    width: 100%;
  }
}

.top_studio_ttl_area h2 {
  display: inline-block;
  font-size: 7.0rem;
  color: #999999;
  font-family: 'Secular One', sans-serif;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 7px;
}

.top_studio_ttl_area p {
  font-size: 1.5rem;
  margin-bottom: 57px;
  letter-spacing: 2px;
}

.reserve_line {
  max-width: 250px;
  margin-left: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top_facility {
  width: 100%;
  /* max-width: 1490px; */
  margin: 360px 0 100px auto;
  /* overflow-y: hidden; */
  display: flex;
  /* justify-content: flex-end; */
  align-items: flex-start;
}

.top_facility_ttl_area {
  /* width: 30%; */
  /* padding: 0 2% 0 0; */
  flex: 0 0 380px;
  margin: 0 60px 0 calc((100% - 980px) / 2);
}

.top_facility_ttl_area h2 {
  font-size: 7.0rem;
  color: #999;
  line-height: 1;
  margin-bottom: 30px;
  font-family: 'Secular One', sans-serif;
  letter-spacing: 8px;
}

.top_facility_ttl_area p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 47px;
}

.top_facility_slide {
  /* min-width: 68.4%; */
  /* max-width: 890px; */
  height: 410px;
  flex: 2 0 0;
  margin-right: calc((100% - 1680px) / 2);
  overflow: hidden;
}

.facility_slider {
  width: 100%;
  margin: 0 auto;
}

.facility_slider .slick-list {
  padding: 0 36% 0 0 !important;
}

.facility_slider li {
  margin: 0 0.2% 0 0;
}

@media screen and (max-width: 1540px) {
  .top_facility {
    width: 100%;
    /* max-width: 90%; */
  }
  .top_facility_ttl_area h4 {
    font-size: clamp(4rem, 4vw, 7rem);
  }
}

#footer {
  background: #000;
  padding: 90px 0 0;
}

.ttl_access {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.ttl_access p {
  font-size: 3.0rem;
  font-family: 'Secular One', sans-serif;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  height: 50px;
  margin-bottom: 16px;
  letter-spacing: 9px;
}

.ttl_access p::after {
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 2px;
  left: calc(50% - 100px);
}

.ttl_access h2 {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.footer_access {
  max-width: 1300px;
  margin: 0 auto 85px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.access_logo {
  margin-bottom: 57px;
}

.access_logo img {
  width: 263px;
}

.footer_access_txt {
  color: #fff;
  text-align: center;
  width: 360px;
  margin: 31px 0 0 162px;
}

.footer_access_txt .name {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer_access_txt p.address {
  font-size: 1.5rem;
  margin-bottom: 17px;
}

.access_tel {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3px;
}

.business_day {
  margin-bottom: 40px;
}

.business_day p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 2px;
}

.business_day p:first-child {
  margin-bottom: 30px;
}

.footer_sns {
  display: flex;
  justify-content: center;
}

.footer_sns li {
  max-width: 48px;
}

.footer_sns li:nth-child(2) {
  margin: 0 33px;
}

.footer_access_map {
  width: 720px;
}

.footer_access_map iframe {
  margin-bottom: 5px;
}

.footer_access_map p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 2px;
}

.footer_sitemap {
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}

.footer_sitemap .footer_sitemap_ttl {
  font-family: 'Secular One', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 5px;
}

ul.footer_link {
  line-height: 1.7;
}

ul.footer_link li {
  font-size: 1.3rem;
  display: inline-block;
  letter-spacing: 2.5px;
  position: relative;
}

ul.footer_link li a:before {
  content: "│";
  padding: 0 7px;
}

ul.footer_link li:first-child a:before {
  content: "";
}

ul.footer_link li.blank a {
  padding-right: 20px;
  position: relative;
}

ul.footer_link li.blank a:after {
  content: "";
  display: inline-block;
  background: url("images/icon_blank.png") no-repeat right center/14px auto;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
}

ul.footer_link li span {
  position: relative;
}

ul.footer_link li span:before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -1px;
  transform: translate(50%, 0);
  width: 100%;
  height: 1px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  margin-right: 1px;
}

ul.footer_link li span:hover:before {
  visibility: visible;
  opacity: 1;
}

.news_area .posts_block li span {
  display: inline-flex;
  transition: all .3s ease 0s;
}

.copyright_block {
  padding: 0 0 20px;
  text-align: center;
}

.copyright {
  font-size: 1rem;
  font-weight: 700;
  color: #575757;
  letter-spacing: 2px;
}

.sp_fixed_bottom {
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2100;
  display: none;
}

.sp_fixed_bottom .nav_list {
  display: flex;
  justify-content: center;
  align-content: center;
}

.sp_fixed_bottom .navi_line, .sp_fixed_bottom .navi_web {
  width: 100%;
  height: 70px;
}

.sp_fixed_bottom .navi_line a, .sp_fixed_bottom .navi_web a {
  padding: 9px 10px 12px 19px !important;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}

.sp_fixed_bottom .navi_line:after/*, .sp_fixed_bottom .navi_web:after*/ {
  content: "";
  display: inline-block;
  background: url("images/arrow_right_w.svg") no-repeat 0 0/7.5px auto;
  position: absolute;
  right: 14px;
  bottom: 50%;
  transform: translate(0, 50%);
  width: 7.5px;
  height: 15px;
}

.sp_fixed_bottom .navi_web::before,
.sp_fixed_bottom .navi_web::after{
  content:"";
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
  background: none;
}
.sp_fixed_bottom .navi_web::before{
transform: rotate(45deg);
animation: move 2s ease-out 1s infinite;
}
.sp_fixed_bottom .navi_web::after{
transform: rotate(45deg);
transform: scale3d(0.5, 0.5, 0.5) rotate(45deg);
animation: move 2s ease-out infinite;
}

.sp_fixed_bottom .navi_line .lower {
  color: #33ba5f;
}

.sp_fixed_bottom .navi_line, .sp_fixed_bottom .navi_web {
  outline: none;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.sp_fixed_bottom .navi_line {
  border-right: solid 1px #fff;
}

@media screen and (max-width: 768px) {
  .sp_fixed_bottom {
    display: block;
  }
}


.panel_area .panel_btn_box, .panel_area .panel_wrap {
  display: none;
}

@media screen and (max-width: 768px) {
  /* ==================== スマホメニュー ==================== */
  .panel_area .panel_btn_box {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2002;
  }
  .panel_area .panel_btn_box .panel_btn {
    cursor: pointer;
  }
  .panel_area .panel_btn_box .panel_btn .btn_open {
    display: block;
  }
  .panel_area .panel_btn_box .panel_btn .btn_open .white {
    display: none;
  }
  .panel_area .panel_btn_box .panel_btn .btn_open .brown {
    display: block;
  }
  .panel_area .panel_btn_box .panel_btn .btn_close {
    display: none;
  }
  .panel_area .panel_btn_box .panel_btn.panel_close .btn_open {
    display: none;
  }
  .panel_area .panel_btn_box .panel_btn.panel_close .btn_close {
    display: block;
  }
  .panel_area .panel_btn_box .panel_btn:hover::after {
    display: none;
  }
  .panel_area .panel_overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
  }
  .panel_area .panel_wrap {
    width: 100%;
    height: 100%;
    padding: 40px 30px 100px;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2001;
    overflow-y: auto;
    -webkit-overflow-scroling: touch;
    display: none;
  }
  /* スマホメニュー タイル */
  .panel_area .panel_wrap .sp-tile-nav > div + div {
    margin-top: 30px;
  }
  .panel_area .panel_wrap .sp-tile-nav > div .sp-tile-nav-title{
    display: flex;
    gap: 0 15px;
  }
  .panel_area .panel_wrap .sp-tile-nav > div .sp-tile-nav-title span{
    color: #fff;
    font-size: 0.9rem;
  }
  .panel_area .panel_wrap .sp-tile-nav > div .sp-tile-nav-title span img{
    vertical-align: middle;
  }
  .panel_area .panel_wrap .sp-tile-nav > div ul{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .panel_area .panel_wrap .sp-tile-nav > div ul li{
    width: calc( (100% - 15px * 3) / 4 );
  }
  .panel_area .panel_wrap .sp-tile-nav > div ul li img{
    width: 100%;
    height: auto;
  }
  /* スマホメニュー ボーダー */
  .panel_area .panel_wrap .sp-border-nav{
    margin-top: 30px;
  }
  .panel_area .panel_wrap .sp-border-nav ul{
    border-bottom: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
  }
  .panel_area .panel_wrap .sp-border-nav ul li:first-child{
    width: 100%;
  }
  .panel_area .panel_wrap .sp-border-nav ul li{
    border-top: 1px solid #fff;
    width: calc(100% / 3);
  }
  .panel_area .panel_wrap .sp-border-nav ul li.bdr-left{
    position: relative;
  }
  .panel_area .panel_wrap .sp-border-nav ul li.bdr-left::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
  }
  .panel_area .panel_wrap .sp-border-nav ul li a{
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0px 10px;
    color: #fff;
  }
  .panel_area .panel_wrap .sp-border-nav ul li:first-child a{
    flex-direction: row;
  }
  .panel_area .panel_wrap .sp-border-nav ul li a span[lang="en"]{
    font-weight: bold;
    font-size: 1.5rem;
  }
  .panel_area .panel_wrap .sp-border-nav ul li a span[lang="ja"]{
    font-size: 0.9rem;
  }
  /* ==================== スマホメニュー end ==================== */
  .side_sns {
    display: none !important;
  }
  #header {
    height: 50px;
    background: none;
  }
  #header .header_area .area_inner .logo {
    min-width: auto;
    max-width: 80px;
    margin-top: -30px;
  }
  #header .nav_block {
    display: none;
  }
  .mv_top {
    width: 92% !important;
    width: calc(100vh - 80px);
    height: auto;
    position: relative;
    z-index: 1;
    margin: 20px auto 44px;
  }
  .bnr_campaign a {
    width: 100%;
  }
  .entry_type_area ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .news_area .posts_block {
    flex-wrap: wrap;
  }
  .news_area .posts_block {
    padding: 26px 0 38px;
  }
  .concept_area {
    padding-bottom: 50px;
  }
  .concept_box {
    width: 100%;
  }
  .fadeIn_intro_block {
    width: 100% !important;
  }
  .ganzan_ganzan_beauty::after {
    width: 100%;
  }
  .ganzan_beauty_pentagon {
    width: 100%;
  }
  #beauty_menu_slide .slider-titles {
    flex-wrap: wrap;
  }
  .btn_result_box {
    width: 100%;
    left: 0;
  }
  .entry_intro_txt {
    width: 100%;
  }
  .entry_btn_box a {
    width: 100%;
    padding: 0 25px 3px 13px;
    /* letter-spacing: 0px; */
    font-size: 2rem;
  }
  .ganzan_ganzan_beauty::after {
    display: none;
  }
  .ganzan_ganzan_beauty ul {
    display: none;
  }
  .top_studio_ttl_area h2 {
    font-size: 5rem;
  }
  .footer_access {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .copyright_side {
    display: none;
  }
  .ganzan_ganzan_beauty_copy {
    margin-left: 0;
  }
  .footer_access_txt {
    width: 100%;
    margin: 31px 0 0 0px;
  }
  .concept_box {
    width: 90%;
  }
  .mv_txt {
    left: 0;
    top: auto;
    bottom: 28px;
    transform: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-orientation: inherit;
  }
  .mv_top .mv_txt p {
    font-size: 1.5rem;
    width: max-content;
    padding: 5px 14px 5px 0;
    height: auto;
    letter-spacing: 0.3rem;
    margin-top: 10px;
  }
  .matching_check_bg .mv_txt p {
    font-size: 1.7rem;
    width: max-content;
    padding: 5px 14px 5px 14px;
    height: auto;
    letter-spacing: 0.3rem;
    margin-top: 0;
  }
  .matching_check_bg .mv_txt p:first-child {
    margin-bottom: 16px;
  }
  .mv_top_logo {
    display: none;
  }
  .smt_mv_top_logo {
    margin: 0 auto 35px;
    text-align: center;
  }
  .smt_mv_top_logo img {
    max-width: 178px;
  }
  .btn_campaign {
    display: none;
  }
  .site_info {
    display: block;
    height: 100%;
    text-align: center;
    padding: 7px 5px 9px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .site_info h2, .site_info h1 {
    display: inline;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .smt_btn_campaign {
    max-width: 260px;
    width: 90%;
    margin: 0 auto 20px;
  }
  .mv_top_wrap {
    margin: 0 0 10px;
  }
  .modal_wrap {
    padding: 20px 10px 25px;
  }
  #modal-close {
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .ttl_modal {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .sub_modal {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .campaign_list {
    padding: 20px 20px 10px;
    margin-bottom: 12px;
  }
  .campaign_list li {
    line-height: 1.4;
    margin-bottom: 13px;
    padding-left: 35px;
    min-height: 35px;
    background-size: 25px auto !important;
    background-position: left top 0 !important;
  }
  .c_name {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .c_yen {
    font-size: 1.4rem;
  }
  .c_price {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
  .c_tax {
    font-size: 1.2rem;
  }
  .c_note {
    right: 3px;
    bottom: 53px;
  }
  .c_note_line {
    width: 15px;
    height: 120px;
  }
  .c_note_txt {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-left: 10px;
    letter-spacing: 0;
  }
  .c_more {
    font-size: 1.2rem;
    padding: 5px 10px 7px 0px;
    background: url("images/icon_plus.png") no-repeat left 10px center/20px auto, #333;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.5;
  }
  .c_fukidashi {
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .c_fukidashi::before, .c_fukidashi::after {
    width: 35px;
    height: 20px;
  }
  .c_btn_box a {
    width: 90%;
    height: 45px;
    font-size: 1.4rem;
    background: url("images/arrow_btn_box.svg") no-repeat right 20px center/7px auto, #4dbbaa;
    padding: 0 0 3px 25px;
  }
  .title1 {
    font-size: 3.4rem;
    top: -27px;
    letter-spacing: 3px;
  }
  .news_area .posts_block li a {
    display: flex;
    flex-wrap: wrap;
  }
  .post_date {
    min-width: 100%;
  }
  .news_area .posts_block li a {
    margin-bottom: 18px;
  }
  .news_area .base_inner {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .btn_box {
    margin: auto;
  }
  .news_area ul {
    margin-bottom: 10px;
  }
  .ttl_about_ganzan img {
    width: 280px;
    max-width: 90%;
  }
  .ttl_about_ganzan {
    margin: 0 auto 7px;
    text-align: center;
  }
  .feature_area {
    width: 100%;
  }
	
.campaign_btn_box {
    position: absolute;
    display: flex;
    width: 330px;
    height: 50px;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    background: url(images/arrow_btn_box.svg) no-repeat right 15px center/7px auto, #4dbbaa;
    color: #fff;
    padding: 0 0 3px 20px;
    bottom: 19%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

  .feature_txt_area {
    max-width: 510px;
    margin: auto;
  }
  .feature_txt {
    font-size: 1.5rem;
  }
  .feature_txt p {
    margin-bottom: 25px;
    line-height: 2.1;
  }
  .feature_area .base_inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sp_feature_bottom {
    height: 0;
    padding-top: 60px;
    position: relative;
  }
  .ttl_ganzan_feature {
    font-size: 3.4rem;
    font-size: clamp(3rem, 3.5vw, 3.4rem);
    letter-spacing: 4px;
    width: 100%;
    text-align: center;
  }
  .slide_menu_area_inner {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .slide_menu {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .slide_menu .slick-prev,
  .slide_menu .slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 16px 20px 0;
    border-color: transparent #333 transparent transparent;
    top: 22.5vw;
    z-index: 1;
  }
  .slide_menu .slick-prev:before,
  .slide_menu .slick-next:before {
    content: '';
  }
  .slide_menu .slick-prev {
    left: 0;
  }
  .slide_menu .slick-next {
    right: 0;
    transform: translate(0, -50%) scale(-1, 1);
  }
  .slide_menu_cont h3 {
    font-size: 1.8rem;
    margin: 20px 0 0;
    text-align: center;
  }
  .slide_menu_cont p {
    font-size: 1.5rem;
    max-width: 90%;
    margin: 9px auto 20px;
    letter-spacing: 2px;
    line-height: 2.1;
  }
  .slide_menu_cont .btn_box {
    justify-content: center;
    margin: auto;
  }
  .slick-next, .slick-prev {
    display: none;
  }
  .slide_menu .slide_menu_cont img {
    width: 85%;
    margin: auto;
  }
  .slide_menu_area .slide_menu_area_inner{
    flex-direction: column;
  }
  .slide_menu_navi {
    margin-right: 0;
    width: 100%;
    max-width: 100%;

    & .slick-track{
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #bfbfbf;

      & .slick-slide{
        padding: 5px 35px 5px 10px;
        width: 50%!important;
        height: 70px !important;
        justify-content: left;
        border: none;
        border-top: 1px solid #bfbfbf;
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-image: url(images/arrow_menu_navi_bottom.svg);
        background-size: 10px auto;
        line-height: 1.6;
        font-size: 1.2rem;

        &.slick-current{
          background-color: #bfbfbf;
          background-image: url(images/arrow_menu_navi_active_bottom.svg);
        }

        &:nth-child(odd){
          border-right: 1px solid #bfbfbf;
        }
      }
    }
  }
  .prev_icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
    z-index: 1;
    margin-top: -80px;
  }
  .next_icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
    z-index: 1;
    margin-top: -80px;
  }
  .slick-dots li button::before {
    font-size: 12px !important;
  }
  .slick-dots li {
    margin: 0 !important;
  }
  .slick-list {
    margin-bottom: 25px !important;
  }
  .mv_top .slick-list {
    margin-bottom: 0 !important;
  }
  .slide_menu_area {
    min-height: auto;
    padding-bottom: 6px;
    margin-bottom: 50px;
  }
  .bnr_ganzan_tours {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 25px !important;
  }
  .bnr_ganzan_tours a {
    display: flex;
    flex-wrap: wrap;
  }
  .bnr_ganzan_tours_right {
    width: 100%;
    flex-wrap: wrap;
    padding: 27px 0 18px;
    height: auto;
    position: relative;
    top: 0px;
    background: url("images/arrow_ganzan_tours.svg") no-repeat right 10px top 45%/15px auto, #333;
  }
  .bnr_ganzan_tours_right p {
    font-size: 1.3rem;
    position: static;
    line-height: 1.8;
  }
  .ttl_ganzan_tours img {
    max-width: 205px;
    margin-bottom: 20px;
  }
  .bnr_ganzan_tours_left {
    width: 100%;
  }
  .matching_check_bg {
    background: url("images/matching_check_bg.jpg") no-repeat center center/contain;
    height: 0;
    padding-top: 61.15%;
    position: relative;
  }
  .matching_check_bg .mv_txt {
    position: absolute;
    left: 0;
    top: auto;
    transform: inherit;
    writing-mode: inherit;
    text-orientation: inherit;
    width: 100% !important;
    bottom: 39px;
    z-index: 99;
  }
  .ttl_ganzan_matching_check {
    display: none;
  }
  .matching_check {
    max-width: 90%;
    margin: -60px auto 0px;
    padding: 40px 20px 30px;
    min-height: auto;
  }
  .matching_check_area {
    position: relative;
    margin-top: 70px;
  }
  .ttl_matching_check {
    font-size: 2.6rem;
    letter-spacing: 3px;
    line-height: 1.3;
    margin-bottom: 38px;
  }
  .ttl_matching_check::after {
    width: 140px;
    bottom: -22px;
    left: calc(50% - 70px);
  }
  .neme_check {
    margin-left: 6px;
    width: auto;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .ttl_check {
    font-size: 2.9rem;
    width: auto;
  }
  .txt_matching_check {
    margin-bottom: 30px;
  }
  .checkarea_list {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: solid 1px #fff;
  }
  .singlecheck {
    max-width: max-content;
    margin: 0 auto 23px;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .checkarea_name {
    line-height: 1.7;
    display: block;
    margin-bottom: 17px;
    text-align: left;
  }
  .singlecheck input[type="checkbox"] + .checkmark {
    width: 28px !important;
    height: 28px !important;
  }
  .singlecheck2 input[type="checkbox"] + .checkmark {
    width: 28px !important;
    height: 28px !important;
  }
  .choice {
    margin-left: 19px;
  }
  .btn_result_box::after {
    bottom: -29px;
    left: -7px;
    background: url("images/character_matching_check.png") no-repeat 0 0/105px auto;
    width: 105px;
    height: 125px;
  }
  #showResultButton {
    width: 150px;
    height: 50px;
    background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
    padding: 2px 0 0 20px;
    margin-right: 36px;
    letter-spacing: 4px;
    margin: auto;
    position: relative;
    left: 20px;
  }
  .btn_result_box p {
    font-size: 1.4rem;
    margin-bottom: 18px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .btn_result_box {
    padding: 18px 10px 22px 0px;
    left: 0;
  }
  .btn_result_box::before {
    top: auto;
    left: 87px;
    border: 11px solid transparent;
    border-right: 35px solid #fff;
    bottom: -21px;
    transform: rotate(-53deg);
  }
  .result_cont {
    padding: 31px 17px;
    max-width: 90%;
    margin: auto;
  }
  .result_inner_box h4 {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 18px;
    letter-spacing: 1px;
  }
  .result_btn_box a {
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    padding: 8px 0 11px 20px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .result_inner_box {
    padding: 15px 25px 19px;
  }
  .bnr_campaign a {
    width: 100%;
    height: 0;
    background: url("images/smt_bnr_campaign.png") no-repeat center center/cover;
    padding-bottom: 130%;
    padding-top: 0;
  }
  .bnr_campaign_txt {
    left: 50%;
    top: -25px;
    width: auto;
  }
  .bnr_campaign_p {
    display: none;
  }
  .entry_guide_area {
    margin-top: 50px;
    padding: 50px 0 40px;
  }
  .entry_intro_txt .entry_intro_ttl {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
  .entry_intro_txt p {
    font-size: 1.4rem;
    letter-spacing: 2px;
    width: 62%;
    margin: 0 5% 0 auto;
    text-align: left;
  }
  .entry_intro {
    max-width: 100%;
    margin: 0 auto 38px;
    background: url("images/character_entry_guide.png") no-repeat left 3% bottom -5px/110px auto;
  }
  .entry_type_area ul li {
    max-width: 100%;
    width: 370px;
  }
  .entry_type_area ul li:first-child {
    margin-bottom: 30px;
  }
  .entry_type_area ul {
    margin-bottom: 25px;
  }
  .ttl_contact_type_box {
    font-size: 3.4rem;
    letter-spacing: 3px;
    top: -30px;
  }
  .contact_type_box {
    max-width: 90%;
    margin: 80px auto 0px;
    height: auto;
    padding: 29px 22px 30px;
  }
  #page_about .contact_type_box {
    margin: 63px auto 10px;
  }
  .ttl_contact_type {
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .contact_type_box ul li:first-child {
    padding-right: 0;
    border-right: none;
  }
  .contact_type_line {
    margin-top: 17px;
    pointer-events: auto;
  }
  .contact_type_line img {
    max-width: 90%;
    width: 230px;
    margin: auto;
  }
  .contact_type_box ul li:last-child {
    padding-left: 0;
  }
  .tel_number {
    font-size: 3.5rem;
    font-size: clamp(2.5rem, 3vw, 3.5rem);
  }
  .tel_number span {
    font-size: 2.3rem;
    font-weight: 700;
  }
  .tel_number {
    margin: 4px 0 5px;
    letter-spacing: 0;
  }
  .tel_number a {
    display: inline;
  }
  .contact_type_tel p {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
  }
  .concept_area_bg {
    height: 0;
    padding-bottom: 60.5%;
  }
  .concept_box {
    padding: 21px 16px 60px 0;
    margin: -72px auto 0;
    position: relative;
    left: 8px;
  }
  .ttl_concept_box {
    font-size: 3.4rem;
    top: -40px;
    letter-spacing: 3px;
  }
  .concept_intro1 {
    font-size: 1.6rem;
    margin-bottom: 28px;
    letter-spacing: 3px;
  }
  .concept_intro2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  .concept_box p {
    font-size: 1.4rem;
    line-height: 2.15;
    width: 88%;
    margin: auto;
    letter-spacing: 0.5px;
  }
  .mb37 {
    margin-bottom: 30px !important;
  }
  .ganzan_ganzan_beauty {
    background: url("images/smt_img_ganzan_ganzan_beauty.jpg") no-repeat center center/cover;
    width: 100%;
    height: 0;
    margin-top: 30px;
    padding-bottom: 100%;
  }
  .ganzan_ganzan_beauty_copy {
    font-size: 1.4rem;
    padding: 4px 0px 4px;
    top: auto;
    bottom: 11px;
    transform: translate(-50%, 0%);
    margin: 0;
    letter-spacing: 3px;
    max-width: 75%;
    width: 90%;
	line-height: 1.6;
	}
	#beauty_menu_slide ul.fotter_slide{
		display: flex;
		flex-wrap: wrap;
		background-color: #333;
		border-bottom: 2px solid #fff;
	}
	#beauty_menu_slide ul.fotter_slide li{
		width: 50%;
		position: relative;
		top: 0;
	}
	#beauty_menu_slide ul.fotter_slide li img{
		opacity: 0.4;
	}
	#beauty_menu_slide ul.fotter_slide li .thumbnail_txt{
		padding-right: 23px;;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		background: url("images/icon_more_w.svg") no-repeat right 8px center/15px auto;
	}
	#beauty_menu_slide ul.fotter_slide li .thumbnail_txt span{
		padding-left: 15px;;
		padding-bottom: 0px;
		width: 100%;
		height: auto;
		display: block;
		font-size: 2rem;
		text-align: left;
		opacity: 1;
		color: white!important;
	}
	#beauty_menu_slide ul.fotter_slide li .thumbnail_txt p {
		display: none;
	}
	#beauty_menu_slide ul.fotter_slide li .t_more {
		display: none;
	}

  .ganzan_beauty_pentagon {
    margin: auto;
    /* height: 0; */
    background: url("images/smt_ganzan_beauty_pentagon.png") no-repeat center center/cover, #333;
    /* padding-top: 69%; */
    height: 100%;
    min-height: 480px;
  }
  .ganzan_beauty_pentagon_area {
    padding: 0px 0 10px;
  }
  /* .ganzan_beauty_pentagon::after {
        background: url("images/smt_ganzan_beauty_logo.svg") no-repeat center center/320px auto;
        width: 320px;
        height: 117px;
        margin-top: -112px;
    } */
  .ganzan_beauty_pentagon h2 {
    padding: 70px 20px 0;
  }
  .ganzan_beauty_copy {
    font-size: 1.7rem;
    max-width: 320px;
    width: 90%;
    padding: 2px 0 5px;
    margin-top: 20px;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .ganzan_beauty_txt {
    font-size: 1.5rem;
    width: 290px;
    letter-spacing: 2px;
    max-width: 90%;
    margin: 30px auto 0;
  }
  #beauty_menu_slide .slider-titles {
    max-width: 100%;
    margin: -30px auto 0;
    padding-top: 50px;
    justify-content: flex-start;
    padding-bottom: 10px;
    position: relative;
    top: 0;
    z-index: 99;
  }
  #beauty_menu_slide .slide-title {
    width: 33.33%;
    width: calc(100% / 3);
    height: auto;
    min-height: 40px;
    justify-content: flex-start;
    padding: 6px 15px 5px 8px;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
  }
  #beauty_menu_slide .slide-title::after {
    content: "";
    background: url("images/smt_arrow_beauty_menu.svg") no-repeat 0 0/11px auto;
    width: 20px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 2px;
  }
  #beauty_menu_slide .slider-titles .active-slide-title::before {
    display: none;
  }
  #beauty_menu_slide .main-slider .slide_contents {
    flex-wrap: wrap;
  }
  #beauty_menu_slide .main-slider .slide_contents_left {
    width: 86%;
    margin: 0 auto;
    order: 1;
    padding: 40px 0 80px;
  }
  #beauty_menu_slide .main-slider .slide_contents_right {
    order: 0;
    max-width: 100%;
    width: 100%;
  }
  #beauty_menu_slide .slide_contents_right.for_men::after {
    background: url("images/for_men.png") no-repeat top right/138px auto;
    width: 138px;
    height: 134px;
  }
  #beauty_menu_slide .main-slider img {
    width: 100%;
    height: 250px;
  }
  .before_after_img {
    text-align: center;
    max-width: 220px !important;
    margin: auto;
  }
  #beauty_menu_slide .main-slider img {
    width: 100%;
    height: 250px;
  }
  #beauty_menu_slide .slide_contents_right::before {
    display: none;
  }
  .slide_contents_img img {
    height: auto !important;
  }
  .beauty_menu_name {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    font-size: 3.4rem;
    left: auto;
    top: auto;
    bottom: -38px;
    right: 0;
    width: 100%;
    height: 62px !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .slide_contents_left h3 {
    font-size: 2.1rem;
    margin: 0 auto 16px;
  }
  .slide_contents_left h3::before {
    height: 60px;
    margin-top: -30px;
  }
  ul.before_after li:first-child::after {
    /* right: 5%; */
    content: none;
  }
  ul.before_after .slick-disabled {
    display: none !important;
  }
  ul.before_after .slick-prev,
  ul.before_after .slick-next {
    border: #333 solid;
    border-width: 2px 0 0 2px;
    top: 40%;
  }
  ul.before_after .slick-prev:before,
  ul.before_after .slick-next:before {
    content: '';
  }
  ul.before_after .slick-prev {
    transform: translate(0, -50%) rotate(-45deg);
    left: -5px;
  }
  ul.before_after .slick-next {
    transform: translate(0, -50%) rotate(135deg);
    right: -5px;
  }
  .slide_contents_left .beauty_menu_txt {
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 1px;
    margin-bottom: 22px;
  }
  .before_after_img img {
    margin-left: 0%;
  }
  ul.before_after li span {
    margin: 5px 0 0 0;
  }
  .btn_beauty_menu {
    margin: -42px 0 0;
  }
  .btn_beauty_menu a {
    height: 50px;
    justify-content: flex-start;
    font-size: 1.6rem;
    max-width: 240px;
    margin: auto;
    position: relative;
    left: auto;
    letter-spacing: 4px;
  }
  ul.before_after li {
    width: initial;
  }
  ul.slick-dots li::after {
    display: none !important;
    width: initial !important;
  }
  .before_after .slick-dots {
    bottom: -98px !important;
    margin-left: -5%;
  }
  .sp_line_reserve p {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-bottom: 3px;
    max-width: 330px;
    margin: 30px auto 0;
  }
  .sp_line_reserve {
    margin: 90px auto 0;
  }
  .top_blog_area .slick-dots {
    bottom: -10px;
  }
  .sp_line_account {
    background: #ebebeb;
    padding: 20px 10px;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
  }
  .sp_line_account img {
    max-width: 223px;
    height: auto;
  }
  .top_blog_ttl_area {
    position: static;
    text-align: center;
  }
  .top_blog_ttl_area h2 {
    font-size: 4.5rem;
    letter-spacing: 5px;
    margin-bottom: 17px;
  }
  .triangle_bg::before {
    min-height: 97%;
  }
  section.top_blog_area {
    top: 130px;
  }
  .top_blog_area .slick-prev,
  .top_blog_area .slick-next {
    border: #333 solid;
    border-width: 2px 0 0 2px;
    top: 30%;
  }
  .top_blog_area .slick-prev:before,
  .top_blog_area .slick-next:before {
    content: '';
  }
  .top_blog_area .slick-prev {
    transform: translate(0, -50%) rotate(-45deg);
  }
  .top_blog_area .slick-next {
    transform: translate(0, -50%) rotate(135deg);
  }
  .top_blog_ttl_area p {
    font-size: 1.5rem;
    letter-spacing: 2px;
    width: 90%;
    max-width: 310px;
    margin: auto;
    text-align: left;
  }
  .btn_box_r {
    margin: 17px auto 0 auto;
  }
  ul.top_blog_list {
    flex-wrap: wrap;
  }
  ul.top_blog_list {
    width: 80%;
    margin: 40px auto 20px;
  }
  ul.top_blog_list li {
    width: 100%;
    margin: 0;
  }
  ul.top_blog_list li:nth-child(2), ul.top_blog_list li:nth-child(3) {
    margin-top: 0;
  }
  .top_blog_list .prev_icon {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
    z-index: 1;
    margin-top: -60px;
  }
  .top_blog_list .next_icon {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
    z-index: 1;
    margin-top: -60px;
  }
  .top_blog_list ul.slick-dots li {
    display: inline-block !important;
    width: initial;
  }
  .top_studio_ttl_area {
    position: static;
    text-align: center;
  }
  .top_studio_ttl_area h2 {
    font-size: 4.5rem;
    letter-spacing: 5px;
    margin-bottom: 27px;
  }
  .top_studio_ttl_area p {
    font-size: 1.5rem;
    letter-spacing: 1px;
    width: 90%;
    max-width: 310px;
    margin: 0 auto 30px;
    text-align: left;
  }
  .top_studio_area .slick-dots {
    bottom: 0;
  }
  .top_studio_ttl_area .reserve_line {
    display: none;
  }
  ul.top_studio_list {
    position: static;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 40px;
    top: 9px;
  }
	ul.top_studio_list:not(.lesson_slider){
    margin: 0 auto;
}
	ul.top_studio_list:not(.lesson_slider) li{
	margin: 0px;
	width: 50%;
	position: relative;
	border-top: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
  ul.top_studio_list:not(.lesson_slider) li:nth-child(1), ul.top_studio_list:not(.lesson_slider) li:nth-child(2) {
    margin-top: 0;
	border-top: none;
  }
	ul.top_studio_list:not(.lesson_slider) li:nth-child(odd){
	  border-left: 0px;
	}
	ul.top_studio_list:not(.lesson_slider) li:nth-child(even){
	  border-right: 0px;
	}
	ul.top_studio_list:not(.lesson_slider) li .top_studio_link{
		position: absolute;
		bottom: 0;
	}
	.top_studio_area .top_studio_btn.sp_slider_btn{
	  margin-top: 40px;
	}
	
	
  section.top_studio_area {
    top: 196px;
    margin-bottom: 277px;
  }
  .top_studio_area .slick-prev,
  .top_studio_area .slick-next {
    border: #333 solid;
    border-width: 2px 0 0 2px;
    top: 30%;
  }
  .top_studio_area .slick-prev:before,
  .top_studio_area .slick-next:before {
    content: '';
  }
  .top_studio_area .slick-prev {
    transform: translate(0, -50%) rotate(-45deg);
  }
  .top_studio_area .slick-next {
    transform: translate(0, -50%) rotate(135deg);
  }
  .top_studio_img {
    position: relative;
    width: 100%;
  }
  .top_studio_list .prev_icon {
    position: absolute;
    left: -30px !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    width: 18px;
    z-index: 1;
  }
  .top_studio_list .next_icon {
    position: absolute;
    right: -30px !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    width: 18px;
    z-index: 1;
  }
  .top_studio_list ul.slick-dots li {
    display: inline-block !important;
    width: initial;
  }
  .top_facility {
    width: 100%;
    max-width: 100%;
    margin: 200px auto 21px auto;
    flex-direction: column;
  }
  .top_facility_ttl_area {
    width: 90%;
    padding: 0;
    margin: 0 auto 40px;
    text-align: center;
    flex: 0 0 auto;
  }
  .top_facility_ttl_area p {
    display: inline-block;
    text-align: left;
    max-width: 310px;
    letter-spacing: 2.5px;
  }
  .top_facility_ttl_area .btn_box a {
    margin: auto;
  }
  .top_facility_slide {
    max-width: 100%;
    height: auto;
    overflow: visible;
  }
  .facility_slider .slick-list {
    padding: 0 14% 0 0 !important;
  }
  .footer_access {
    max-width: 90%;
    margin: 0 auto 36px;
  }
  .footer_access_map {
    width: 100%;
    order: -1;
  }
  .footer_sitemap {
    display: none;
  }
  .copyright_block {
    padding: 0 0 90px;
  }
  .top_facility_ttl_area h2 {
    font-size: 4.5rem;
    letter-spacing: 5px;
    margin-bottom: 19px;
  }
  .top_facility_ttl_area p {
    margin-bottom: 18px;
  }
  #footer {
    padding: 94px 0 0;
  }
  .ttl_access {
    margin-bottom: 0;
  }
  .ttl_access h4 {
    margin-bottom: 33px;
  }
  .footer_access_map {
    margin-bottom: 48px;
  }
  .footer_access_map iframe {
    height: 230px !important;
  }
  .access_logo img {
    width: 210px;
  }
  .access_logo {
    margin-bottom: 40px;
  }
  .business_day {
    margin-bottom: 73px;
  }
}

/*768px*/
/* topvisual
------------------------------------------------------------*/
.slider__top {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: block;
}

@media only screen and (min-width: 768px) {
  .slider__top {
    height: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: calc(100vh - 80px);
  }
}

.slider__left,
.slider__right {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .slider__left,
  .slider__right {
    width: 50%;
    height: 800px;
  }
}

.slider__left ul,
.slider__right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 50vh;
  overflow: hidden;
}

.slider__left ul li,
.slider__right ul li {
  width: 100%;
  height: 50vh;
  display: block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .slider__left ul li,
  .slider__right ul li {
    height: 800px;
  }
}

.slider__left ul li img,
.slider__right ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.image01_1 {
  background: url(images/slider_img01-1.jpg) no-repeat center center;
  background-size: cover;
}

.image01_2 {
  background: url(images/slider_img01-2.jpg) no-repeat center center;
  background-size: cover;
}

.image01_3 {
  background: url(images/slider_img01-3.jpg) no-repeat center center;
  background-size: cover;
}

.image01_4 {
  background: url(images/slider_img01-4.jpg) no-repeat center center;
  background-size: cover;
}

.image01_5 {
  background: url(images/slider_img01-5.jpg) no-repeat center right;
  background-size: cover;
}

.image02_1 {
  background: url(images/slider_img02-1.jpg) no-repeat center center;
  background-size: cover;
}

.image02_2 {
  background: url(images/slider_img02-2.jpg) no-repeat center center;
  background-size: cover;
}

.image02_3 {
  background: url(images/slider_img02-3.jpg) no-repeat center center;
  background-size: cover;
}

.image02_4 {
  background: url(images/slider_img02-4.jpg) no-repeat center center;
  background-size: cover;
}

.image02_5 {
  background: url(images/slider_img02-5.jpg) no-repeat center left;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .slider__left ul li, .slider__right ul li {
    width: 100%;
    height: 94vh;
    display: block;
    position: relative;
    overflow: hidden;
  }
}

/* 768px front-page */
/* about */
.fv_about_bg {
  background: url("images/about_fv.jpg") no-repeat top center/cover;
  height: 1220px;
  position: relative;
}

.page_title {
  position: absolute;
  left: 50%;
  top: 157px;
  transform: translate(-50%, 0%);
  color: #fff;
  text-align: center;
}

.page_title .en {
  font-size: 3.9rem;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  height: 50px;
  margin-bottom: 2px;
  letter-spacing: 4px;
}

.page_title .en:after {
  content: "";
  width: 160px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 80px);
}

.page_title .jp {
  font-size: 1.5rem;
}

.page_title .jp h1 {
  font-weight: 400;
}

.about_ganzan_txt {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 525px;
}

.about_ganzan_txt p {
  font-size: 1.5rem;
  line-height: 3.1;
  letter-spacing: 2px;
}

.about_ganzan_txt::after {
  content: "";
  background: url("images/about_ganzan_logo.svg") no-repeat center center/contain;
  width: 120px;
  height: 79px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 258px;
}

.ttl_beginner_support {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  right: 50%;
  bottom: 42px;
  transform: translate(50%, 0%);
}

.ttl_beginner_support .en {
  font-size: 3.0rem;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  height: 50px;
  margin-bottom: 17px;
  letter-spacing: 9px;
}

.ttl_beginner_support .en:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 100px);
}

.ttl_beginner_support .en span:first-child {
  padding-right: 38px;
  position: relative;
}

.ttl_beginner_support .en span:first-child::after {
  content: "";
  background: url("images/icon_beginner.svg") no-repeat 0 0/25px auto;
  width: 37px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -8px;
}

.ttl_beginner_support .jp {
  font-size: 1.5rem;
}

.about_beginner_support .btn_box {
  position: relative;
  margin-top: 20px;
  z-index: 1;
  padding: 0 20px;
}

.about_img_beginner01 {
  background: url("images/about_img_beginner01.jpg") no-repeat left center/contain, #a3a3a3;
  height: 440px;
  /* max-width: 1610px;
    width: 84%;
    margin: 0 0 10px auto; */
  margin: 0 0 10px calc((100% - 1250px) / 2);
  padding-right: calc((100% - 980px) / 2);
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.beginner01_txt {
  position: relative;
  width: 490px;
  /* position: absolute;
    left: 720px;
    top: 60px; */
  padding: 70px 0 0 70px;
  color: #fff;
}

.beginner01_txt::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 100%;
  top: 0;
  left: -150px;
  background: linear-gradient(-90deg, #a3a3a3 0%, #a3a3a3 40%, rgba(163, 163, 163, 0.8) 60%, rgba(163, 163, 163, 0.5) 80%, rgba(163, 163, 163, 0.2) 90%, rgba(163, 163, 163, 0) 100%);
  /* background: url("images/about_img_beginner01_bg.png") no-repeat right center/cover; */
}

.beginner01_txt h3 {
  position: relative;
  font-size: 3.1rem;
  letter-spacing: 4px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}

.beginner01_txt p {
  position: relative;
  letter-spacing: 2px;
}

.beginner01_txt_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.beginner01_txt_flex p {
  max-width: 250px;
}

.beginner01_txt_flex img {
  max-width: 150px;
  margin-top: -10px;
}

.beginner01_ttl {
  font-size: 5.8rem;
  color: #b2b2b2;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  letter-spacing: 9px;
}

.about_img_beginner02 {
  background: url("images/about_img_beginner02.jpg") no-repeat right center/contain, #fff;
  height: 410px;
  /* max-width: 1610px;
    width: 84%;
    margin: 0 auto 10px 0; */
  margin: 0 calc((100% - 1250px) / 2) 10px 0;
  padding-left: calc((100% - 980px) / 2);
  position: relative;
}

.beginner02_txt {
  position: relative;
  width: 420px;
  /* position: absolute;
	left: 400px;
    left: 25%;
	top: 50px; */
  padding-top: 70px;
  color: #333;
}

.beginner02_txt::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 410px;
  top: 0;
  right: -150px;
  background: linear-gradient(90deg, white 0%, white 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
}

.beginner02_txt h3 {
  position: relative;
  font-size: 3.1rem;
  letter-spacing: 4px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}

.beginner02_txt p {
  position: relative;
}

.beginner02_ttl {
  font-size: 5.8rem;
  color: #ededed;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  letter-spacing: 8.5px;
}

.beginner02_txt p {
  letter-spacing: 2px;
}

.about_img_beginner03 {
  background: url("images/about_img_beginner03.jpg") no-repeat left center/contain, #a3a3a3;
  height: 410px;
  /* max-width: 1610px;
    width: 84%;
    margin: 0 0 10px auto; */
  margin: 0 0 10px calc((100% - 1250px) / 2);
  padding-right: calc((100% - 980px) / 2);
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.beginner03_txt {
  position: relative;
  width: 490px;
  /* position: absolute;
    left: 720px;
    top: 50px; */
  padding: 70px 0 0 70px;
  color: #fff;
}

.beginner03_txt::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 410px;
  top: 0;
  left: -150px;
  background: linear-gradient(-90deg, #a3a3a3 0%, #a3a3a3 40%, rgba(163, 163, 163, 0.8) 60%, rgba(163, 163, 163, 0.5) 80%, rgba(163, 163, 163, 0.2) 90%, rgba(163, 163, 163, 0) 100%);
  /* background: url("images/about_img_beginner01_bg.png") no-repeat right center/cover; */
}

.beginner03_txt h3 {
  position: relative;
  font-size: 3.1rem;
  letter-spacing: 4px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 21px;
}

.beginner03_txt p {
  position: relative;
}

.beginner03_ttl {
  font-size: 5.8rem;
  color: #b2b2b2;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  letter-spacing: 9px;
}

.about_img_beginner04 {
  background: url("images/about_img_beginner04.jpg") no-repeat right center/contain, #fff;
  height: 410px;
  /* max-width: 1610px;
    width: 84%;
    margin: 0 auto 10px 0; */
  margin: 0 calc((100% - 1250px) / 2) 10px 0;
  padding-left: calc((100% - 980px) / 2);
  position: relative;
}

.beginner04_txt {
  position: relative;
  width: 420px;
  height: 100%;
  /* position: absolute;
	left: 400px;
    left: 25%;
	top: 60px; */
  /* background: #fff; */
  padding-top: 70px;
  color: #333;
}

.beginner04_txt::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 410px;
  top: 0;
  right: -150px;
  background: linear-gradient(90deg, white 0%, white 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  /* background: url("images/about_img_beginner02_bg.png") no-repeat right center/cover; */
}

.beginner04_txt h3 {
  position: relative;
  font-size: 3.1rem;
  letter-spacing: 4px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}

.beginner04_txt p {
  position: relative;
}

.beginner04_ttl {
  font-size: 5.8rem;
  color: #ededed;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  letter-spacing: 8.5px;
}

@media screen and (max-width: 1420px) {
  /* .about_img_beginner01,.about_img_beginner02,.about_img_beginner03,.about_img_beginner04 {
        max-width: 84%;
    } */
  /* .beginner01_txt {
        left: auto;
        right: 5%;
    }
    .beginner02_txt {
        left: 5%;
    }
    .beginner03_txt {
        left: auto;
        right: 5%;
    }
    .beginner04_txt {
        left: 5%;
    } */
}

/* 1420px */
.beginner_note {
  max-width: 790px;
  max-width: max-content;
  margin: -85px auto 80px;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
}

.about_character1 {
  max-width: 220px;
  position: relative;
  top: 23px;
  left: 24px;
}

.beginner_note p {
  max-width: 530px;
  margin-left: 15px;
}

.beginner_note p {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 2px;
}

.beginner_note p::before {
  content: "";
  background: url("images/fukidashi_green_t.png") no-repeat left top/22px 13px;
  width: 30px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -23px;
}

.beginner_note p::after {
  content: "";
  background: url("images/fukidashi_green_b.png") no-repeat left bottom/22px 13px;
  width: 50px;
  height: 20px;
  display: inline-block;
  position: absolute;
  bottom: -11px;
  left: -25px;
}

.color_g {
  color: #4dbbaa;
}

.beginner_note .dots {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.beginner_note .dots::before {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #333;
  font-size: 0.3rem;
  content: "■";
  height: 2px;
  margin-left: -1px;
}

.ganzan_personal {
  margin-top: 80px;
  margin-bottom: 150px;
}

.ganzan_personal_intro {
  text-align: center;
}

.ganzan_personal_intro p {
  font-size: 1.5rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}

.recommend {
  margin-bottom: 25px;
}

.recommend p {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 6px;
}

.recommend p span {
  color: #4dbbaa;
  position: relative;
}

.recommend p span::after {
  content: "";
  display: block;
  width: 102%;
  height: 2px;
  background: #4dbbaa;
  position: absolute;
  bottom: -3px;
  left: -7px;
}

.bnr_ganzan_personal {
  background: url("images/img_ganzan_personal.jpg") no-repeat center center/900px auto, #fff;
  width: 900px;
  height: 280px;
  position: relative;
  margin: 0 auto 143px;
}

.bnr_ganzan_personal a::before {
  content: "";
  background: url("images/ganzan_personal_training_logo.svg") no-repeat center center/contain;
  width: 560px;
  height: 220px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 5px 0 0 -11px;
}

.bnr_ganzan_personal a:after {
  content: "";
  background: url("images/arrow_personal_training.svg") no-repeat center center/contain;
  width: 20px;
  height: 40px;
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translate(0%, 50%);
}

.bnr_ganzan_personal a {
  display: block;
  height: 100%;
  width: 100%;
  transition: all .1s;
}

.bnr_ganzan_personal a span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  transform: translate(50%, 0%);
  letter-spacing: 3px;
}

.ttl_admission {
  max-width: 100%;
  margin: 0 auto 58px;
  text-align: center;
  position: relative;
}

.ttl_admission .en {
  font-size: 3.0rem;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  height: 50px;
  margin-bottom: 17px;
  letter-spacing: 9px;
}

.ttl_admission .en:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 100px);
}

.ttl_admission .jp {
  font-size: 1.5rem;
}

.bnr_ganzan_tours {
  margin-top: 200px;
}

.admission_note {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 3px;
  width: max-content;
  margin: auto;
  position: relative;
  margin-bottom: 54px;
}

.admission_note::before {
  content: "";
  border-bottom: solid 1px #4dbbaa;
  width: 112%;
  height: 1px;
  display: block;
  position: absolute;
  right: 50%;
  bottom: -15px;
  transform: translate(50%, 0%);
}

.admission_note::after {
  content: "";
  background: url("images/fukidashi_admission.png") no-repeat 0 0/29px auto;
  width: 29px;
  height: 17px;
  position: absolute;
  right: 50%;
  bottom: -30px;
  transform: translate(50%, 0%);
}

.tabs {
  display: flex;
  justify-content: center;
}

.tab_item_type {
  width: 470px;
}

.tab_item_type2 {
  width: 470px;
  margin-left: 40px;
}

.tabs .tab-button {
  padding: 14px 0 12px;
  cursor: pointer;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 3px;
  border-radius: 16px 16px 0 0;
  width: 100%;
}

.tab-button[data-tab="tab1"] {
  background-color: #a6a6a6;
  color: #fff;
}

.tab-button[data-tab="tab2"] {
  background-color: #a6a6a6;
  color: #fff;
}

.tab-button[data-tab="tab1"]:hover {
  background: #4dbbaa;
  transition: all .3s ease 0s;
}

.tab-button[data-tab="tab2"]:hover {
  background: #4dbbaa;
  transition: all .3s ease 0s;
}

.tab-button.active {
  background-color: #4dbbaa !important;
}

.tab-content {
  display: none;
  padding: 40px 0 50px;
  animation: fade 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
  background-color: #efefef;
}

.admission .tab-content {
  padding: 64px 0 50px;
}

.admission .tab-content h3 {
  height: 0;
  opacity: 0;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.admission_web_top {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.admission_3step .entry_intro_ttl, .admission_3step_n .entry_intro_ttl {
  font-size: 3.1rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.admission_3step ul, .admission_3step_n ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 75px;
}

.admission_3step ul li, .admission_3step_n ul li {
  width: 32.5%;
}

.admission_3step ul li img {
  max-width: 200px;
}

.admission_3step_n ul li img {
  max-width: 200px;
}

.admission_3step ul li p {
  line-height: 2;
  width: 80%;
  margin: 10px auto 0;
  text-align: justify;
}

.admission_3step ul li p, .admission_3step_n ul li p {
  line-height: 2;
  width: 80%;
  margin: -27px auto 0;
}

.admission_notice {
  margin: 50px auto 50px;
  padding: 25px;
  width: 100%;
  max-width: 800px;
  border: 1px solid #000;
}

.admission_notice p {
  padding-left: 1.6rem;
  font-size: 1.5rem;
  text-align: left;
  font-weight: normal;
  position: relative;
  text-indent: -1.6rem;
}

.admission_notice p::before {
  content: '※';
}

.admission_need {
  margin-bottom: 0;
  text-align: center;
  margin-top: 40px;
}

.admission_need h4 {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.btn_admission {
  margin: 0 auto 107px;
  text-align: center;
  display: block;
  max-width: 490px;
}

.btn_admission a {
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/10px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 20px;
}
.btn_admission.l_size a {
  height: 100px;
  font-size: 2.5rem;
}

.btn_admission a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/10px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}
.btn_admission.red a:hover {
  color: #dd3b3b;
  outline: 2px solid #dd3b3b;
}

@keyframes bounce{
0% {
transform: scale(1);
}
50% {
transform: scale(1.3);
}
100% {
transform: scale(1);
}
}
.btn_admission.btn_animation01.on a {
animation: bounce 1s ease-out;
}
@keyframes move {
25% {
opacity: 1;
transform: rotate(45deg);
}
33% {
opacity: 1;
transform: translateX(5px) rotate(45deg);
}
67% {
opacity: 1;
transform: translateX(10px) rotate(45deg);
}
100% {
opacity: 0;
transform: translateX(15px) scale3d(0.5, 0.5, 0.5) rotate(45deg);
}
}
.btn_admission.btn_animation02 a,
.btn_admission.btn_animation04 a{
position: relative;
}
.btn_admission.btn_animation02 a,
.btn_admission.btn_animation04 a{
background: #4dbbaa;
}
.btn_admission.btn_animation02.red a,
.btn_admission.btn_animation04.red a{
background: #dd3b3b;
}
.btn_admission.btn_animation02 a:hover,
.btn_admission.btn_animation04 a:hover{
background: #fff;
}
.btn_admission.btn_animation02 a::before,
.btn_admission.btn_animation04 a::before{
content:"";
position: absolute;
right: 33px;
top: calc(50% - 4px);
width: 12px;
height: 12px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
animation: move 2s ease-out 1s infinite;
opacity: 0;
}
.btn_admission.btn_animation02 a::after,
.btn_admission.btn_animation04 a::after{
content:"";
position: absolute;
right: 33px;
top: calc(50% - 4px);
width: 12px;
height: 12px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5) rotate(45deg);
animation: move 2s ease-out infinite;
}
.btn_admission.btn_animation02 a:hover::before,
.btn_admission.btn_animation02 a:hover::after,
.btn_admission.btn_animation04 a:hover::before,
.btn_admission.btn_animation04 a:hover::after{
border-color: #4dbbaa;
}
.btn_admission.btn_animation02.red a:hover::before,
.btn_admission.btn_animation02.red a:hover::after,
.btn_admission.btn_animation04.red a:hover::before,
.btn_admission.btn_animation04.red a:hover::after{
border-color: #dd3b3b;
}
@keyframes shine {
33%{
}
60%{
}
100% {
left: 125%;
}
}
.btn_admission.btn_animation03 a{
position: relative;
overflow: hidden;
}
.btn_admission.btn_animation03 a::before {
content: '';
position: absolute;
top: 0;
left: -75%;
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
transform: skewX(-25deg);
}
.btn_admission.btn_animation03 a::before{
animation: shine 4s infinite;
}
.btn_admission.btn_animation04{
position: relative;
overflow: hidden;
}
.btn_admission.btn_animation04::before {
content: '';
position: absolute;
top: 0;
left: -75%;
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
transform: skewX(-25deg);
z-index: 2;
}
.btn_admission.btn_animation04::before{
animation: shine 4s infinite;
}
.btn_admission.btn_animation04:hover::before{
  content: none;
}

.admission_need ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 33px;
}

.admission_need ul li {
  width: calc(100% / 3);
  text-align: center;
}

.admission_need ul li img {
  max-width: 100px;
}

.admission_need ul li p {
  line-height: 1.7;
  width: 80%;
  margin: 19px auto 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
.admission_3step {
  text-align: center;
  margin-top: 30px;
}

.admission_3step_n  {
  text-align: center;
}
	
.admission_need ul li figure .need_img {
  width: 100px; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.admission_need ul li p .need_text {
  margin: 0 0 0 20px;
  padding: 0;
}
	
.admission_3step ul .step_3 li img {
  width: 100px; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.admission_3step ul .step_3 li p {
  margin: 0 0 0 20px;
  padding: 0;
}
	
.admission_3step_n ul .step_3 li img {
  width: 100px; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.admission_3step_n ul .step_3 li p {
  margin: 0 0 0 20px;
  padding: 0;
}

.btn_admission.l_size a {
  height: 80px;
  font-size: 2rem;
}

}

.bnr_area {
  padding: 200px 0 100px;
}

.ttl_fukidashi {
  font-size: 2.5rem;
  text-align: center;
  color: #4dbbaa;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 6px;
}

.ttl_fukidashi::before {
  content: "";
  background: url("images/fukidashi_green_l.png") no-repeat left 10px bottom/17px 32px;
  width: 48px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.ttl_fukidashi::after {
  content: "";
  background: url("images/fukidashi_green_r.png") no-repeat right 10px bottom/17px 32px;
  width: 48px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.ls3 {
  letter-spacing: 3px;
}

.trainers {
  background: #efefef;
  padding: 135px 0 151px;
}

.ttl_sub_border {
  max-width: 100%;
  margin: 0 auto 58px;
  text-align: center;
  position: relative;
}

.ttl_sub_border .en {
  font-size: 3.0rem;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  height: 50px;
  margin-bottom: 17px;
  letter-spacing: 9px;
}

.ttl_sub_border .en:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 100px);
}

.ttl_sub_border .jp {
  font-size: 1.5rem;
}

.color_w {
  color: #fff;
}

.ttl_sub_border.color_w .en::after {
  background: #fff;
}

ul.trainers_thumb {
  display: flex;
  justify-content: center;
  margin: 42px auto 80px;
}

ul.trainers_thumb li {
  width: 80px;
  margin: 0 11px;
}

ul.trainers_thumb .slick-active {
  opacity: 0.6;
}

ul.trainers_thumb .slick-active:hover {
  opacity: 1.0;
  transition: all .3s ease 0s;
  cursor: pointer;
}

ul.trainers_thumb .slick-current.slick-active {
  opacity: 1.0;
}

.trainers_cont {
  margin: 0 auto 50px;
  position: relative;
  display: flex;
  max-width: 1020px;
}

.trainers_cont .slick-prev,
.trainers_cont .slick-next {
  width: 30px;
  height: 30px;
  border: #333 solid;
  border-width: 2px 0 0 2px;
  top: 27.5%;
}

.trainers_cont .slick-prev:before,
.trainers_cont .slick-next:before {
  content: '';
}

.trainers_cont .slick-prev {
  transform: translate(0, -50%) rotate(-45deg);
}

.trainers_cont .slick-next {
  transform: translate(0, -50%) rotate(135deg);
}

@media only screen and (max-width: 768px) {
  .trainers_cont .slick-prev,
  .trainers_cont .slick-next {
    width: 20px;
    height: 20px;
    top: 12.5%;
  }
  .trainers_cont .slick-prev {
    left: 10px;
  }
  .trainers_cont .slick-next {
    right: 10px;
  }
}

.trainers_cont .prev_icon {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  z-index: 1;
  margin-top: -84px;
}

.trainers_cont .next_icon {
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  z-index: 1;
  margin-top: -84px;
}

.trainers_cont .next_icon:hover, .trainers_cont .prev_icon:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all .3s ease 0s;
}

.staff_flex_box {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 52px;
}

.staff_img {
  width: 260px;
}

.staff_img img {
  max-width: 100%;
}

.staff_txt {
  width: 680px;
}

.staff_type {
  font-size: 1.3rem;
  color: #707070;
  line-height: 1.3;
}

.staff_name {
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: 10px;
  color: #707070;
  margin-bottom: 8px;
}

.staff_name .en {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #bfbfbf;
  margin-bottom: 20px;
  padding-left: 7px;
  position: relative;
  top: -5px;
}

.staff_licens {
  background: #fff;
  padding: 43px 50px 38px;
  display: flex;
  position: relative;
  overflow: visible;
  max-width: 1020px;
  margin: 0 20px;
}

.staff_licens:before {
  content: "";
  display: inline-block;
  background: url("images/ttl_license.svg") no-repeat 0 0/contain;
  width: 115px;
  height: 62px;
  position: absolute;
  left: -16px;
  top: -9px;
  z-index: 9;
}

.staff_licens ul {
  width: 50%;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .fv_top_bg {
    height: 650px;
    height: 100%;
    position: relative;
  }
  .page_title {
    top: 43px;
  }
  .page_title .en {
    font-size: 2.7rem;
    padding-bottom: 16px;
    height: 28px;
    margin-bottom: 2px;
    letter-spacing: 4px;
  }
  .page_title .en::after {
    bottom: 0;
  }
  .page_title .jp {
    font-size: 1.4rem;
  }
  .fv_about_bg {
    height: auto;
    padding-bottom: 30px;
  }
  .about_ganzan_txt {
    max-width: 90%;
    top: 270px;
    position: static;
    padding-top: 270px;
  }
  .about_ganzan_txt p {
    font-size: 1.4rem;
    line-height: 2.3;
    text-align: left;
  }
  .ttl_beginner_support {
    position: static;
    transform: inherit;
    padding-top: 140px;
    margin-bottom: 30px;
  }
  .ttl_beginner_support .en {
    font-size: 2.6rem;
    letter-spacing: 1px;
    padding-bottom: 14px;
    height: 28px;
    margin-bottom: 2px;
  }
  .about_ganzan_txt::after {
    width: 60px;
    height: 40px;
    margin-top: 190px;
  }
  .ttl_beginner_support .en span:first-child {
    padding-right: 30px;
  }
  .ttl_beginner_support .en span:first-child::after {
    background: url("images/icon_beginner.svg") no-repeat 0 0/16px auto;
    width: 24px;
    height: 30px;
    top: -1px;
  }
  .ttl_beginner_support .jp {
    font-size: 1.4rem;
  }
  .about_beginner_support .btn_box a {
    width: 100%;
  }
  .about_img_beginner01, .about_img_beginner02, .about_img_beginner03, .about_img_beginner04 {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
  /* .about_img_beginner01::before,.about_img_beginner02::before,
    .about_img_beginner03::before,.about_img_beginner04::before {
        display: none;
	} */
	/*
  .beginner01_txt::before,
  .beginner03_txt::before {
    top: -30px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #a3a3a3 0%, #a3a3a3 40%, rgba(163, 163, 163, 0.8) 60%, rgba(163, 163, 163, 0.5) 80%, rgba(163, 163, 163, 0.2) 90%, rgba(163, 163, 163, 0) 100%);
  }
  .beginner02_txt::before,
  .beginner04_txt::before {
    top: -30px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, white 0%, white 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  }
  */
	.beginner03_txt::before{
		content: none;
	}
  .about_img_beginner01, .about_img_beginner03 {
    display: flex;
    flex-direction: row-reverse;
    background: #a3a3a3;
    /* background: linear-gradient(to bottom,transparent,#a3a3a3 30%,#a3a3a3);  */
    margin: 0;
    padding: 0;
  }
  .about_img_beginner02 {
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    /* background: linear-gradient(to bottom,transparent,#fff 30%,#fff);  */
    margin: 0;
    padding: 0;
  }
  .about_img_beginner04 {
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    /* background: linear-gradient(to bottom,transparent,#fff 30%,#fff);  */
    margin: 0;
    padding: 0;
  }
  .beginner01_txt, .beginner02_txt, .beginner03_txt, .beginner04_txt {
    width: 100%;
    padding: 30px 0;
    left: auto;
    right: 5%;
    position: static;
    margin: 0 24px;
  }
	
	.about_beginner_support .accordion_box{
		display: block;
		position: relative;
		background: #000;
	}
	.about_beginner_support .accordion_box h3{
		width: 100%;
		padding: 0 20px;
		position: absolute;
		left: 0px;
		top: 50%;
		font-size: 2em;
		font-weight: bold;
		text-align: center;;
		transform: translateY(-50%);
		z-index: 2;
		color: #fff;
		line-height: 1.5;
		text-shadow: 2px 3px 10px rgba(0, 0, 0, 1);
	}
	.about_beginner_support .accordion_box h3::before{
		content:"";
		display: block;
		line-height: 1;
		width: 0.5em;
		height: 0.5em;
		position: absolute;
		border: 0.1em solid #fff;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
		transition: transform 500ms;
		z-index: 3;
		left: 50%;
		bottom: -1em;
	}
	.about_beginner_support .accordion_box.open h3::before{
		transform: translateY(-25%) rotate(315deg);
		transition: transform 500ms;
	}
	.about_beginner_support .accordion_box img{
		opacity: 0.5;
	}
	.about_beginner_support .accordion_content{
		display: none;
	}
	.about_beginner_support .accordion_content+.en{
		display: none;
	}
	
  @media only screen and (max-width: 768px){
.sp_off {
    display: none;
}
}
  
  .beginner01_txt_flex p {
    max-width: 100%;
  }
  .beginner01_txt_flex {
    justify-content: center;
    flex-wrap: nowrap;
  }
  
  .beginner01_txt_flex img {
    margin-top: 10px;
  }
  .beginner01_ttl, .beginner02_ttl, .beginner03_ttl, .beginner04_ttl {
    font-size: 2rem;
    bottom: 0;
    right: auto;
    left: 0;
    letter-spacing: 4px;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
  .beginner01_txt h3, .beginner02_txt h3, .beginner03_txt h3, .beginner04_txt h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  .beginner01_txt p, .beginner02_txt p, .beginner03_txt p, .beginner04_txt p {
    font-size: 1.5rem;
  }
  .beginner_note {
    margin: 20px auto 40px;
    padding-right: 5%;
  }
  .about_character1 {
    max-width: 27.8%;
    top: 0;
  }
  .beginner_note p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 67%;
    margin-left: 10%;
  }
  .beginner_note::before {
    background: url("images/about_character1.png") no-repeat left center/100px auto;
    height: 125px;
    width: 105px;
    left: 10px;
    bottom: auto;
  }
  .ganzan_personal{
    margin-top: 50px;
    margin-bottom: 150px;
  }
  .ganzan_personal_intro p {
    font-size: 1.4rem;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
  .recommend h4 {
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
  .bnr_ganzan_personal {
    background: url("images/img_ganzan_personal.jpg") no-repeat center center/cover;
    width: 100%;
    height: 0;
    margin: 0 auto 70px;
    padding-bottom: 45%;
  }
  .bnr_ganzan_personal a::before {
    background: url("images/ganzan_personal_training_logo.svg") no-repeat center center/contain;
    width: 50%;
    height: 80px;
    margin: -25px 0 0 -11px;
  }
  .bnr_ganzan_personal a span {
    font-size: 1.4rem;
    bottom: 25px;
    letter-spacing: 2px;
  }
  .ttl_sub_border .en {
    font-size: 2.7rem;
    padding-bottom: 16px;
    height: 28px;
    margin-bottom: 2px;
    letter-spacing: 2px;
  }
  .ttl_sub_border .en::after {
    bottom: 0;
  }
  .ttl_sub_border .jp {
    font-size: 1.4rem;
  }
  .ttl_sub_border {
    margin: 0 auto 25px;
  }
  .admission_note {
    font-size: 1.8rem;
    letter-spacing: 3px;
    line-height: 1.6;
  }
  .tab_item_type {
    width: 48%;
  }
  .tab_item_type2 {
    width: 49%;
    margin-left: 0;
  }
  .tabs .tab-button {
    padding: 7px 0 6px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    border-radius: 12px 12px 0 0;
    width: 92%;
    margin: auto;
    display: block;
  }
  .tabs {
    padding: 0 1%;
    align-items: flex-end;
  }
  .admission .tab-content {
    padding: 40px 0 50px;
  }
  .btn_admission a {
    height: 50px;
    font-size: 1.6rem;
    padding: 0 0 3px 0;
  }
  .btn_admission {
    margin: 40px auto 30px;
  }
  .admission .entry_type_note {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .entry_type_note::before {
    background: url("images/fukidashi_green_l.png") no-repeat left 10px bottom/10px auto;
  }
  .entry_type_note::after {
    background: url("images/fukidashi_green_r.png") no-repeat left 5px bottom/10px auto;
  }
  .entry_type_note::before, .entry_type_note::after {
    width: 22px;
    height: 22px;
  }
  .admission_3step .entry_intro_ttl, .admission_3step_n .entry_intro_ttl {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 25px;
	margin-top: 20px;
  }
  .admission_3step ul, .admission_3step_n ul, .admission_need ul {
    flex-wrap: wrap;
    padding-bottom: 0px;
	margin-bottom: 30px;
  }
  .admission_3step ul li, .admission_3step_n ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  /*2カラムになったときの画像のサイズ変更*/
  .admission_3step ul li img{
    max-width: 150px;
  }
  .admission_3step_n ul li img {
    max-width: 150px;
  }
	
	.accordion-001 {
    max-width: 500px;
    background-color: #f2f2f2;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
	
	
	
	
  .admission_3step .sp_step ul.step_3 li {
	display: flex;	
  }
  .admission_3step .sp_step ul.step_3 li img {
  width: 150px; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  }
  .admission_3step .sp_step ul.step_3 li p {
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 27px;
  }

  .admission_need h5 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
  .admission_need ul li img {
    width: 80px;
  }
  .admission_need ul li p {
    margin: 15px 0 0 0;
    width: 90%;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .admission_need ul li {
    margin-bottom: 15px;
  }
  .contact_type_box ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact_type_box ul li:first-child {
    padding-right: 0;
    border-right: none;
  }
  .contact_type_box ul li:first-child {
    margin-bottom: 26px;
  }
  .ttl_fukidashi {
    font-size: 1.7rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .bnr_area {
    padding: 30px 0 40px;
  }
  .trainers {
    padding: 55px 20px 25px;
  }
  .staff_flex_box {
    flex-wrap: wrap;
  }
  .staff_img {
    width: 90%;
    margin: 0 auto 15px;
  }
  ul.trainers_thumb {
    margin: 30px auto 15px;
  }
  ul.trainers_thumb {
    justify-content: space-between;
    margin: 30px auto 15px;
    max-width: 90%;
  }
  ul.trainers_thumb li {
    width: 24%;
  }
  ul.trainers_thumb li img {
    width: 100%;
  }
  .staff_name .en {
    font-size: 1.3rem;
    display: block;
    left: -4px;
    margin-bottom: 5px;
  }
  .staff_name {
    font-size: 2.1rem;
    letter-spacing: 8px;
  }
  .staff_licens {
    padding: 50px 20px 30px 35px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .staff_licens ul {
    width: 100%;
  }
  .staff_licens ul li {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* 768px */
/* facility */
.fv_facility_bg {
  background: url("images/facility_fv.jpg") no-repeat top center/cover;
  height: 320px;
  position: relative;
}

.page_title {
  position: absolute;
  left: 50%;
  top: 157px;
  transform: translate(-50%, 0%);
  color: #fff;
  text-align: center;
}

.page_title .en {
  font-size: 3.9rem;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  height: 50px;
  margin-bottom: 2px;
  letter-spacing: 4px;
}

.page_title .en:after {
  content: "";
  width: 160px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 80px);
}

.page_title .jp {
  font-size: 1.5rem;
}

#modal-content2 {
  max-width: 90%;
  width: 840px;
  margin: 0;
  background: #efefef;
  position: fixed;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#modal-overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}

.modal_wrap2 {
  padding: 0;
  position: relative;
}

#modal-close2 {
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: #fff;
}

#modal-close2 img {
  max-width: 100%;
}

.facility_cont {
  margin: 0 auto 50px;
  position: relative;
  display: flex;
  max-width: 1020px;
}

.facility_cont .slick-prev,
.facility_cont .slick-next {
  width: 30px;
  height: 30px;
  border: #fff solid;
  border-width: 2px 0 0 2px;
  top: 50%;
}

.facility_cont .slick-prev:before,
.facility_cont .slick-next:before {
  content: '';
}

.facility_cont .slick-prev {
  transform: translate(0, -50%) rotate(-45deg);
}

.facility_cont .slick-next {
  transform: translate(0, -50%) rotate(135deg);
}

@media only screen and (max-width: 768px) {
  .facility_cont .slick-prev,
  .facility_cont .slick-next {
    width: 20px;
    height: 20px;
    border-color: #333;
    top: 75%;
    z-index: 1;
  }
  .facility_cont .slick-prev {
    left: 10px;
  }
  .facility_cont .slick-next {
    right: 10px;
  }
}

.facility_cont .prev_icon {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  z-index: 1;
}

.facility_cont .next_icon {
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  z-index: 1;
}

.facility_cont .next_icon:hover, .facility_cont .prev_icon:hover {
  cursor: pointer;
}

.tours_map_intro {
  max-width: 1000px;
  margin: auto;
  background: url("images/map_bg_left.png") no-repeat left -8px top 80px/362px auto, url("images/map_bg_right.png") no-repeat right 10px top 70px/273px auto;
  /* height: 435px; */
  height: 540px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.tours_logo {
  width: 324px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -11px;
}

.tours_txt {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 33px;
  text-align: center;
}

.map_area {
  background: url("images/grid_bg.png") repeat top -8px center/17px auto;
  height: 1300px;
  width: 100%;
  position: relative;
  padding: 70px 0;
}

.map_area::before {
  content: "";
  display: inline-block;
  background: url("images/map_icon1.png") no-repeat 0 0/108px auto;
  height: 102px;
  width: 108px;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  margin: 20px 0 0 -360px;
}

.map_area::after {
  content: "";
  display: inline-block;
  background: url("images/map_icon3.png") no-repeat 0 0/90px auto;
  height: 141px;
  width: 90px;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  margin: 80px 0 0 380px;
}

.map_character {
  width: 138px;
  position: absolute;
  left: 50%;
  top: -235px;
  transform: translate(-50%, 0%);
  margin-left: 300px;
}

.facility_map {
  position: relative;
  background: url("images/facility_map.png") no-repeat center center/629px auto;
  width: 629px;
  height: 1106px;
  margin: auto;
}

a.plot img {
  width: 30px;
  height: auto;
  transition: .1s all;
}

a.plot:hover img {
  opacity: 0.85;
}

.plot {
  position: absolute;
}

.plot_a {
  left: 345px;
  top: 287px;
}

.plot_b {
  left: 500px;
  top: 198px;
}

.plot_c {
  left: 445px;
  top: 74px;
}

.plot_d {
  left: 399px;
  top: 13px;
}

.plot_e {
  left: 339px;
  top: 170px;
}

.plot_f {
  left: 162px;
  top: 20px;
}

.plot_g {
  left: 140px;
  top: 128px;
}

.plot_h {
  left: 96px;
  top: 363px;
}

.plot_i {
  left: 111px;
  top: 449px;
}

.plot_j {
  left: 185px;
  top: 319px;
}

.plot_k {
  left: 220px;
  top: 359px;
}

.plot_l {
  left: 275px;
  top: 438px;
}

.plot_m {
  left: 560px;
  top: 352px;
}

.plot_n {
  left: 560px;
  top: 415px;
}

.plot_o {
  left: 498px;
  top: 843px;
}

.plot_p {
  left: 433px;
  top: 758px;
}

.plot_q {
  left: 439px;
  top: 612px;
}

.plot_r {
  left: 69px;
  top: 686px;
}

.plot_s {
  left: 218px;
  top: 713px;
}

.plot_t {
  left: 300px;
  top: 757px;
}

.plot_u {
  left: 261px;
  top: 812px;
}

.plot_v {
  left: 120px;
  top: 1000px;
}

.plot_w {
  left: 277px;
  top: 1007px;
}

.plot_x {
  left: 565px;
  top: 972px;
}

.facility_thumb_info {
  width: 280px;
  height: auto;
  min-height: 390px;
  padding: 0 20px 40px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}

.facility_thumb_mark {
  width: 80px;
  height: 80px;
  background: #333;
  color: #fff;
  font-size: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facility_thumb_name {
  text-align: center;
  font-size: 2.6rem;
  font-size: clamp(1.6rem, 1.7vw, 2.6rem);
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin-top: 3vw;
}

.facility {
  position: relative;
}

.facility_info {
  width: 280px;
  height: auto;
  min-height: 390px;
  padding: 0 20px 40px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  /* justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; */
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
}

.facility_mark {
  width: 100px;
  height: 100px;
  background: #333;
  color: #fff;
  font-size: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.facility_name {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 120px auto 20px;
}

#modal-content2 .slick-slider {
  margin-bottom: 0 !important;
}

.facility_thumb .slick-slide {
  background: #000;
}

.facility_thumb_info {
  display: none;
}

.facility_thumb .slick-slide:hover {
  cursor: pointer;
  background: #000;
  transition: all .3s ease 0s;
}

.facility_thumb .slick-slide:hover img {
  transition: all .3s ease 0s;
  opacity: 0.3;
}

.facility_thumb .slick-current.slick-active img {
  background: #000;
  opacity: 0.3;
}

.facility_thumb li a {
  position: relative;
}

.facility_thumb .slick-slide:hover .facility_thumb_info {
  display: flex;
  transition: all .3s ease 0s;
}

.facility_thumb .slick-current.slick-active .facility_thumb_info {
  display: flex;
  transition: all .3s ease 0s;
}

.facility_map_note {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 1.4rem;
  padding: 0 85px;
  position: relative;
}

.facility_map_note:before {
  content: "";
  position: absolute;
  left: -74px;
  bottom: -19px;
  background: url("images/icon_picture.png") no-repeat 0 0/contain;
  width: 140px;
  height: 215px;
}

.facility_movie {
  padding: 172px 0;
}

.tab_area {
  position: relative;
  margin: 60px auto 0;
}

.admission .tab_area {
  margin: 53px auto 0;
}

.facility_movie .tab_area {
  position: relative;
  max-width: 800px;
  margin: -16px auto 0;
}

.facility_movie .tab_area:before {
  content: "";
  display: inline-block;
  background: url("images/map_illust.png") no-repeat 0 0/contain;
  width: 173px;
  height: 210px;
  position: absolute;
  left: -7px;
  top: -157px;
}

.tab_movie_type {
  width: 270px;
}

.tab_movie_type2 {
  width: 270px;
  margin-left: 40px;
}

.tabs .tab-button_movie {
  padding: 11px 0 10px;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  width: 100%;
  font-family: 'Secular One', sans-serif;
}

.tab-button_movie {
  border: solid 1px #333;
  color: #333;
}

.tab-button_movie:hover {
  background: #333;
  color: #fff;
  transition: all .3s ease 0s;
}

.tab-button_movie.active {
  background-color: #333;
  color: #fff;
}

.tab-button_movie.active {
  background-color: #333;
  color: #fff;
}

.tab-movie_content {
  display: none;
  padding: 0;
  animation: fade 0.3s ease-in-out;
  max-width: 800px;
  margin: auto;
  position: relative;
}

.tab-movie_content.active {
  display: block;
  background: #efefef;
}

.facility_feature {
  padding: 0 0 100px;
}
#women{
  margin: 73px auto 70px;
  position: relative;
}

.facility_personal {
  position: relative;
  max-width: 1300px;
  margin: 73px auto 70px;
}

.ttl_personal {
  background: rgba(51, 51, 51, 0.8);
  width: 1280px;
  min-height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 2px 298px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 7px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 60px;
  left: -140px;
}

.feature_flex1 {
  display: flex;
  justify-content: space-between;
}

.feature_l {
  width: 600px;
  margin-left: 40px;
}

.feature_r {
  width: 415px;
  margin-right: 160px;
  padding-top: 200px;
  position: relative;
}

.feature_r .feature_r_copy {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 40px;
}

.feature_r p {
  line-height: 2.6;
}

.feature_r p span {
  font-weight: 700;
}

.ttl_personal_vertical {
  font-size: 7.1rem;
  color: #ededed;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translate(0%, 50%);
  line-height: 1;
  width: 160px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  background: #fff;
  padding-top: 60px;
}

.feature_flex2 {
  max-width: 980px;
  margin: 45px auto 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature_flex2 p {
  width: 380px;
  margin-top: 57px;
  line-height: 2.6;
}

.feature_flex2 img {
  width: 535px;
}

ul.feature_personal {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
  padding-bottom: 88px;
}

ul.feature_personal li {
  width: 32.5%;
  text-align: center;
}

ul.feature_personal li img {
  max-width: 320px;
}

ul.feature_personal li p {
  line-height: 2;
  width: 80%;
  margin: 0 auto;
  letter-spacing: 0;
  text-align: justify;
}

ul.feature_personal li h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4dbbaa;
}

.ttl_feature_personal {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 37px;
  letter-spacing: 4px;
}

.ttl_feature_personal::before {
  content: "";
  background: url("images/fukidashi_bk_l.svg") no-repeat left 10px bottom/17px 32px;
  width: 48px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.ttl_feature_personal::after {
  content: "";
  background: url("images/fukidashi_bk_r.svg") no-repeat right 10px bottom/17px 32px;
  width: 48px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.vip_plan {
  padding: 0 20px;
  max-width: 770px;
  margin: auto;
}

.vip_plan > p {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 5px;
}

.vip_plan ul {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 55px;
}

.vip_plan ul li {
  /* width: 31%; */
  max-width: 230px;
}

.vip_plan ul li img {
  width: 100%;
  max-width: 330px;
}

.vip_plan ul li p {
  text-align: center;
  margin-top: 5px;
}

.vip_plan .btn_box a {
  margin: auto;
}

.facility_feature {
  position: relative;
  max-width: 1300px;
  margin: 0 auto 65px;
}

.feature_women {
  max-width: 980px;
  margin: 87px auto 0;
}

.feature_women ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}

.feature_women ul li {
  width: 33.3%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  position: relative;
}

.feature_women ul li img {
  width: 100%;
}

.feature_women ul li p {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 15px;
}

.feature_women p {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.women_point {
  background: #ededed;
  padding: 63px 37px 40px;
  position: relative;
  margin: 50px auto 0;
}

.women_point h4 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  background: #fff;
  width: 300px;
  padding-bottom: 8px;
  letter-spacing: 4px;
}

.women_point li {
  padding-left: 45px;
  font-size: 1.4rem;
  margin-bottom: 12px;
  position: relative;
  line-height: 1.7;
  letter-spacing: 1px;
}

.women_point li:before {
  content: "";
  background: url("images/icon_checked.svg") no-repeat top 10px left/40px auto;
  width: 40px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
}

.women_only .btn_box a {
  margin: auto;
}

.machine_beginner {
  border: solid 3px #4dbbaa;
  margin-top: 78px;
  padding: 38px 60px 39px 29px;
  position: relative;
  letter-spacing: 2px;
}

.machine_beginner:before {
  content: "";
  display: inline-block;
  background: url("images/icon_machine_beginner.png") no-repeat 0 0/contain;
  width: 55px;
  height: 70px;
  position: absolute;
  left: -29px;
  top: -35px;
}

.machine_beginner:after {
  content: "";
  display: inline-block;
  background: url("images/machine_illust.png") no-repeat 0 0/contain;
  width: 135px;
  height: 192px;
  position: absolute;
  right: -18px;
  bottom: -3px;
}

.machine_beginner p {
  font-size: 1.8rem;
  color: #4dbbaa;
  line-height: 1.8;
}

#machine_menu_slide {
  max-width: 100%;
  margin: 0 auto 136px;
}

#machine_menu_slide .machine-titles {
  max-width: 980px;
  margin: 50px auto 15px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

#machine_menu_slide .machine-titles .active-machine-title {
  background: #333;
  color: #fff;
  position: relative;
}

#machine_menu_slide .machine-titles .active-machine-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #333;
}

#machine_menu_slide .machine-title {
  float: left;
  width: 230px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #333;
  padding: 10px 5px;
  font-family: 'Secular One', sans-serif;
  font-size: 1.7rem;
  color: #333;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 3px;
  background: #fff;
  font-weight: 700;
}

#machine_menu_slide .machine-title:hover {
  cursor: pointer;
  background: #333;
  color: #fff;
}

#machine_menu_slide .machine-title {
  float: left;
  transition: all .3s ease 0s;
}

@media screen and (max-width: 768px) {
  #machine_menu_slide .machine-title {
    width: 33.33%;
    width: calc(100% / 3);
    height: auto;
    min-height: 40px;
    justify-content: flex-start;
    padding: 6px 15px 5px 8px;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
  }
  #machine_menu_slide .machine-title::after {
    content: "";
    background: url("images/smt_arrow_beauty_menu.svg") no-repeat 0 0/11px auto;
    width: 20px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 2px;
  }
  #machine_menu_slide .machine-titles .active-machine-title::before {
    display: none;
  }
}

/*768px*/
.ttl_machine_menu_slide {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  color: #4dbbaa;
  background: url("images/fukidashi_green_l.png") no-repeat left 10px bottom/17px 32px, url("images/fukidashi_green_r.png") no-repeat right 10px bottom/17px 32px;
  display: block;
  width: max-content;
  margin: 0 auto;
  padding: 0 100px;
}

.ttl_machine_sub {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  outline-offset: 4px;
  margin-bottom: 35px;
}

.facility_machine .tab_area {
  position: relative;
  margin: 36px auto 0;
}

.facility_machine .tab_area .tabs {
  max-width: 980px;
  margin: 0 auto 28px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.tabs .tab-button_machine {
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 700;
  width: 100%;
  width: 230px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #333;
  padding: 10px 5px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 3px;
  background: #fff;
}

.tab-button_machine {
  border: solid 1px #333;
  color: #333;
}

.tab-button_machine:hover {
  background: #333;
  color: #fff;
  transition: all .3s ease 0s;
}

.tab-button_machine.active {
  background-color: #333;
  color: #fff;
  position: relative;
}

.tab-button_machine.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #333;
}

.tab-machine_content {
  visibility: hidden;
  height: 0;
  padding: 0;
  animation: fade 0.3s ease-in-out;
  margin: auto;
  position: relative;
}

.tab-machine_content.active {
  height: auto;
  visibility: visible;
}

.machine_slide_inner {
  display: flex;
  justify-content: space-between;
  width: 980px !important;
  margin: auto !important;
  background: #ccc;
}

.machine_img {
  flex: 1;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.machine_left {
  width: 660px;
  height: 440px;
  position: relative;
}

.machine_img img {
  width: 570px;
  border: solid 1px #ededed;
  margin: auto;
}

.machine_right {
  width: 300px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}

.machine_thumb {
  width: 25%;
  margin-bottom: 10px;
  padding: 0;
}

.machine_thumb img {
  width: 69px !important;
  height: 46px !important;
  height: auto;
  cursor: pointer;
  transition: opacity 0.2s;
}

.machine_thumb img:hover {
  opacity: 0.7;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s;
  width: 20px;
  height: 40px;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.slide_machine_area {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto 0;
}

.slide_machine_area .item .name {
  max-width: 570px;
  margin: auto;
}

.slide_machine_area .item .name p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.slide_machine_area .item .name .ttl {
  margin: 24px 0 19px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
}

/* .slide_thumb {
    width: 300px;
} */
.slide_machine {
  /* width: 660px; */
  width: 480px;
}

.slide_machine {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide_machine .item {
  position: relative;
  height: 100%;
}

.slide_machine .item img {
  position: static;
  margin: 0 auto 15px;
  width: 100%;
  border: solid 1px #ededed;
}

.slide_machine img {
  /* width: 570px !important; */
  margin: auto;
}

.slide_machine > .slick-list,
.slide_machine > .slick-list > .slick-track,
.slide_machine > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slide_thumb {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 2 0 0;
  margin-left: 50px;
}

.slide_thumb .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 24%;
  /* height: 70px;
    height: 54px; */
  margin: 0 0.5% 0.5%;
  padding: 0;
  transition: border .3s;
}

.slide_thumb .item.current {
  border: 1px #ededed solid;
}

.slide_machine_area .slick-next, .slide_machine_area .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  border: none;
  outline: 0;
  background: 0 0;
}

@media only screen and (max-width: 768px) {
  .slide_machine_area .slick-next, .slide_machine_area .slick-prev {
    top: 29%;
  }
}

.slide_machine_area .slick-next::before,
.slide_machine_area .slick-prev::before {
  font-size: 0;
}

.slide_machine_area .slick-next::before {
  background: url("images/icon_next_blog.svg") no-repeat 0 0/20px 40px;
  width: 20px;
  height: 40px;
  display: inline-block;
}

.slide_machine_area .slick-prev::before {
  background: url("images/icon_prev_blog.svg") no-repeat 0 0/20px 40px;
  width: 20px;
  height: 40px;
  display: inline-block;
}

.slide_machine_area .slick-next,
.slide_machine_area .slick-prev {
  width: 20px;
  height: 40px;
  /* margin-top: -65px; */
  z-index: 9;
}

.slide_machine_area .slick-next {
  right: 7px;
}

.slide_machine_area .slick-prev {
  left: 7px;
}

/* menu */
.fv_menu_bg {
  background: url("images/menu_fv.jpg") no-repeat top center/cover;
  height: 320px;
  position: relative;
}

.bnr_menu_campaign a {
  width: 980px;
  height: 300px;
  background: url("images/bnr_menu_campaign.jpg") no-repeat center center/980px auto;
  position: relative;
  display: block;
  transition: all 0.3s;
  margin: auto;
  margin: 60px auto 80px;
}

/*
@media screen and (max-width: 1000px) {
    .bnr_menu_campaign {
        width: 100%;
    }
    .bnr_menu_campaign a {
        margin: auto;
        width: 100%;
        background: url("images/bnr_menu_campaign.jpg") no-repeat center center/cover;
        height: 0;
        padding-top: 30.61%;
    }
}
*/
/* 1000px */
.bnr_menu_campaign_txt {
  position: absolute;
  left: 105px;
  top: 21px;
}

.bnr_menu_campaign_month {
  font-size: 1.85rem;
  font-weight: 700;
  background: #4dbbaa;
  color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
  padding: 1px 4px 3px 9px;
  letter-spacing: 3px;
  position: relative;
  top: -5px;
}

.bnr_menu_campaign_month span {
  font-size: 1.85rem;
  position: relative;
  right: 1px;
  top: 0px;
}

.bnr_menu_campaign_p {
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0;
  vertical-align: super;
  letter-spacing: 2.5px;
}

.bnr_menu_campaign .icon_pointer {
  right: -80px;
  bottom: -80px;
}

ul.page_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
}

ul.page_link li {
  width: 30%;
  max-width: 300px;
}

ul.page_link li a {
  font-size: 1.6rem;
  border: solid 1px #333;
  width: 100%;
  display: inline-flex;
  height: 50px;
  align-items: center;
  padding-left: 20px;
  background: url("images/arrow_down_bg.svg") no-repeat right 20px center/25px auto;
  transition: all .3s ease 0s;
}

ul.page_link li a:hover {
  background: url("images/arrow_down_white.svg") no-repeat right 20px center/25px auto, #4dbbaa;
  color: #fff;
  border: solid 1px #4dbbaa;
}

.menu_list1 {
  position: relative;
  margin: 38px auto 95px 0;
}

.menu_wrap {
  max-width: 1300px;
  margin: auto;
  position: relative;
}

.ttl_vertical {
  font-size: 7.1rem;
  color: #ededed;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  width: 160px;
  height: max-content;
  text-align: center;
  display: flex;
  align-items: center;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
  z-index: 9;
}

.ttl_menu {
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  min-height: 75px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 5px 158px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 7px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 49px;
  left: 0px;
  max-width: 1500px;
}

.menu_bg1 {
  background: url("images/menu_img1.jpg") no-repeat left top/820px auto;
  height: 680px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 88vw;
}

.menu_contents {
  width: 44vw;
  margin: 0 10px 0 auto;
}

.menu_box {
  width: 40vw;
  margin-top: 160px;
  max-width: 610px;
  padding-right: 20px;
}

.menu_box p {
  line-height: 2.3;
  text-align: justify;
}

.recommend_check {
  background: #d7d7d7;
  padding: 28px 29px 30px;
  position: relative;
  margin: 17px auto 0;
}

.recommend_check p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  padding-bottom: 16px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
}

.recommend_check li {
  padding-left: 45px;
  font-size: 1.4rem;
  margin-bottom: 27px;
  position: relative;
  line-height: 1.7;
  letter-spacing: 1px;
  font-weight: 700;
}

.recommend_check li:last-child {
  margin-bottom: 0;
}

.recommend_check li::before {
  content: "";
  background: url("images/icon_checked2.svg") no-repeat top 0px left/32px auto;
  width: 40px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0;
}

.ttl_menu_border {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: solid 1px #000;
  padding-bottom: 8px;
  margin-bottom: 50px;
}

.price_campaign {
  position: relative;
  width: 100%;
  /* height: auto; */
  margin-bottom: 30px;
}

.price_campaign_list {
  width: 100%;
  background: #d7d7d7;
  border: 1px #333 solid;
  font-size: 1.6rem;
  opacity: .4;
}

.price_campaign_list tr:not(:first-of-type) {
  border-bottom: 1px #333 solid;
}

.price_campaign_list th {
  padding: 20px 30px 20px 70px;
  text-align: left;
}

.price_campaign_list td {
  padding: 20px 30px;
  font-weight: 700;
  text-align: right;
}

.price_campaign figcaption {
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
}

.price_campaign figcaption span {
  display: inline-block;
  width: 100%;
  background: #4dbbaa;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  padding: 3px 0;
}

@media screen and (max-width: 768px) {
  .price_campaign_list {
    font-size: 1.4rem;
  }
  .price_campaign_list th {
    padding: 15px;
  }
  .price_campaign_list td {
    padding: 15px;
  }
  .price_campaign figcaption span {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding: 0;
  }
}

.plus {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto 40px;
  text-align: center;
}

.plus::before, .plus::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 30px;
  background: #000;
}

.plus::after {
  transform: rotate(90deg);
}

.ttl_menu_plan {
  width: 470px;
  height: 50px;
  background: #333;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 3px;
  margin: 0 auto 40px;
}

.ttl_menu_plan::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #333;
}

table.plan_list {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 10px;
}

table.plan_list tr td {
  border: solid 1px #333;
  padding: 10px 0;
  vertical-align: middle;
  font-weight: 700;
  height: 110px;
}

table.plan_list tr td:first-child {
  background: #d7d7d7;
  font-weight: 400;
}

table.plan_list tr:first-child td {
  background: #d7d7d7;
  padding: 10px 0;
  font-weight: 400;
  height: auto;
}

.plan_list_note {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

table.plan_list tr td p {
  font-size: 0.9rem;
}

table.plan_list tr td:nth-child(1) {
  width: 30%;
}

table.plan_list tr td:nth-child(2) {
  width: 36%;
}

table.plan_list tr td:nth-child(3) {
  width: 34%;
}

table.plan_list tr td span {
  width: 90px;
  display: inline-block;
  text-align: left;
}

.plan_list_tax {
  font-weight: 400;
}

table.option_list {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 20px;
}

table.option_list tr th{
  background: #d7d7d7;
  padding: 10px;
}
table.option_list tr td{
  padding: 10px;
}
table.option_list tr th,
table.option_list tr td{
  border-collapse: collapse;
  border:1px solid #333;
  vertical-align: middle;
}

.inner_table, .inner_table tr td {
  text-align: left !important;
  border: none !important;
  background: none !important;
  height: auto !important;
  font-weight: 700 !important;
  width: auto !important;
  margin: auto;
}

.inner_table tr td {
  padding: 0 10px !important;
}

.menu_list2 {
  position: relative;
  margin: 38px auto 70px 0;
}

.menu_bg2 {
  background: url("images/menu_img2.jpg") no-repeat left top/820px auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 88vw;
}

.btn_menu_r a {
  margin: 30px 0 0 auto;
  justify-content: flex-end;
  width: 220px;
  height: 40px;
  padding-right: 54px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .btn_menu_r a {
    margin: 30px auto 0;
  }
}

.menu_beginner_support {
  background: url("images/grid_bg.png") repeat top -8px center/17px auto;
  height: 490px;
  position: relative;
  padding: 40px 5%;
  margin: 50px auto 58px;
  text-align: center;
}

.menu_beginner_support_inner {
  max-width: 980px;
  margin: 0 auto;
}

.menu_ttl1 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
}

.menu_ttl2 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 8px;
}

.menu_ttl2::before {
  content: "";
  background: url("images/fukidashi_green_l.png") no-repeat left 10px bottom/20px 35px;
  width: 48px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.menu_ttl2::after {
  content: "";
  background: url("images/fukidashi_green_r.png") no-repeat right 10px bottom/20px 35px;
  width: 48px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.illust_support {
  width: 280px;
  margin: 24px auto 35px;
}

.btn_support a {
  margin: auto;
  justify-content: flex-end;
  width: 220px;
  height: 40px;
  padding-right: 54px;
  letter-spacing: 0;
}

.ttl_recommend_beginner {
  width: 280px;
  height: 60px;
  background: #4dbbaa;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 3px;
  margin: 35px auto 27px;
}

.ttl_recommend_beginner::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #4dbbaa;
}

.ttl_trial_type {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.ttl_trial_type span {
  font-size: 3.2rem;
  color: #4dbbaa;
  padding-left: 10px;
}

.ttl_trial_type span::before {
  content: "";
  background: url("images/fukidashi_green_dot_l.svg") no-repeat left 0 bottom/13px 15px;
  width: 20px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.ttl_trial_type span::after {
  content: "";
  background: url("images/fukidashi_green_dot_r.svg") no-repeat right 0 bottom/13px 15px;
  width: 20px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.training_type2 {
  display: flex;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 40px;
}

.training_type2 li {
  width: 49%;
  max-width: 476px;
  height: 410px;
  position: relative;
  margin:auto;
  /*padding-top: 43.2%;*/
}

.training_type2 li:first-child:after {
  background: url("images/trial_img1.jpg") no-repeat 0 0/cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.training_type2 li:last-child:after {
  background: url("images/trial_img2.jpg") no-repeat 0 0/cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.zoom {
  position: relative;
  overflow: hidden;
}

.zoom:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: .3s ease-in-out;
}

.zoom:hover:after {
  transform: scale(1.1);
}

.zoom:hover img {
  opacity: 1;
}

.training_type2 li .txt_area {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0%);
  z-index: 9;
  text-align: center;
  color: #fff;
  width: 70%;
  width: max-content;
}

.training_type2 li .txt_area .txt_trial_type1 {
  font-size: 1.5rem;
  display: block;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 22px;
  width: 320px;
  background: url("images/fukidashi_white_l.svg") no-repeat left 0 bottom/12px 22px, url("images/fukidashi_white_r.svg") no-repeat right 0 bottom/12px 22px;
  padding: 0 15px;
}

.txt_trial_type2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 3px;
}

.txt_trial_type3 {
  font-size: 8.0rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 4px;
}

.txt_trial_type3 .yen {
  font-size: 6.5rem;
  position: relative;
  top: -7px;
  left: -4px;
}

.txt_trial_type3 .tax {
  font-size: 1.6rem;
  position: relative;
  left: -8px;
  top: -4px;
  letter-spacing: 0;
}

.txt_trial_type4 {
  text-align: left;
  width: 100%;
  max-width: 320px;
  margin: auto;
  letter-spacing: 0;
  line-height: 1.9;
}

.txt_trial_type4 p {
  margin-top: -15px
}

/*accordion*/
.accordion {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
}

.accordion-title {
  cursor: pointer;
  padding: 30px 57px 24px 0;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background: #4dbbaa;
  color: #fff;
  position: relative;
}

.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 76px;
  top: 44%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 12px;
}

.accordion-title:hover {
  opacity: 0.8;
  transition: all .3s ease 0s;
}

.accordion-title.open::after {
  top: 52%;
  transform: rotate(-45deg);
}

.accordion-content {
  display: none;
  padding: 33px 40px 40px;
  background: #d7d7d7;
  margin-top: -5px;
  border-radius: 0 0 6px 6px;
}

/* //accordion*/
.accordion-title p {
  position: relative;
  display: inline;
  padding-left: 60px;
  letter-spacing: 3.5px;
}

.accordion-title p:before {
  content: "";
  display: inline-block;
  background: url("images/icon_beginner_bk.png") no-repeat 0 0/20px 31px;
  width: 20px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.usage_flow {
  max-width: 680px;
  margin: auto;
}

.usage_flow .usage_flow_ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 13px;
}

.usage_flow1 .ttl_flow {
  background: url("images/icon_flow01.svg") no-repeat left center/40px auto;
}

.usage_flow2 .ttl_flow {
  background: url("images/icon_flow02.svg") no-repeat left center/40px auto;
}

.usage_flow3 .ttl_flow {
  background: url("images/icon_flow03.svg") no-repeat left center/40px auto;
}

.ttl_flow {
  font-size: 1.8rem;
  letter-spacing: 3px;
  margin-bottom: 23px;
  padding-left: 51px;
  min-height: 40px;
}

.ttl_flow span {
  font-size: 1.3rem;
}

.flow_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flow_flex img {
  max-width: 320px;
}

.flow_flex p {
  max-width: 300px;
  text-align: justify;
}

.flow_note {
  max-width: 560px;
  min-height: 90px;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 10px 10px;
  text-align: center;
  position: relative;
  margin: 21px auto 40px;
}

.flow_note::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 13px solid #333;
}

.usage_flow2, .usage_flow3 {
  margin-bottom: 23px;
}

.btn_reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 0 3px 0;
  margin: -80px 380px 80px;
  width: 300px;
  height: 54px;
  letter-spacing: 0;
}

.btn_reserve a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/7px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

ul.price_link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 76px;
}

ul.price_link li {
  width: 30%;
  max-width: 300px;
}

ul.price_link li a {
  font-size: 1.6rem;
  border: solid 1px #333;
  width: 100%;
  display: inline-flex;
  height: 50px;
  align-items: center;
  padding-left: 20px;
  background: url("images/arrow_down_bg.svg") no-repeat right 20px center/25px auto;
  transition: all .3s ease 0s;
}

ul.price_link li a:hover {
  background: url("images/arrow_down_white.svg") no-repeat right 20px center/25px auto, #4dbbaa;
  color: #fff;
  border: solid 1px #4dbbaa;
}

ul.price_link li .type {
  font-size: 13px;
  display: block;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 10px;
  width: 300px;
  background: url("images/fukidashi_bk_l.svg") no-repeat left 0 bottom/12px 22px, url("images/fukidashi_bk_r.svg") no-repeat right 0 bottom/12px 22px;
  padding: 0 15px;
}

.ttl_price_type {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.txt_price_type {
  margin-bottom: 30px;
  letter-spacing: 1px;
}

table.price_type {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 10px;
}

table.price_type tr td {
  border: solid 1px #333;
  padding: 20px 0;
  vertical-align: middle;
  font-weight: 700;
  height: 110px;
}

table.price_type tr td:first-child {
  background: #d7d7d7;
  font-weight: 400;
}

table.price_type tr:first-child td {
  background: #d7d7d7;
  padding: 10px 0;
  font-weight: 400;
  height: auto;
}

table.price_type tr td:nth-child(1) {
  width: 27%;
}

table.price_type tr td:nth-child(2) {
  width: 35%;
}

table.price_type tr td:nth-child(3) {
  width: 38%;
  color: #4dbbaa;
}

table.price_type tr:first-child td:nth-child(3) {
  background: #4dbbaa;
  color: #fff;
}

#standard_commit_plan {
  margin-bottom: 65px;
}

#vip_full_support_plan {
  margin-bottom: 70px;
}

#coupon_plan {
  margin-top: 70px;
  margin-bottom: 70px;
}

#monthly_plan {
  margin-bottom: 0;
}
.pair_menu{
  margin-bottom: 50px;
  margin-top: 30px;
}
.pair_menu .ttl_menu_plan{
  padding: 20px;
  height: auto;
  background-color: #ff8aa6;
}
.pair_menu .ttl_menu_plan::before{
  border-top-color: #ff8aa6;
}
#monthly_plan .pair_menu table tr:first-child td{
  color: #fff;
  background: #ff8aa6;
}
#coupon_plan .pair_menu table tr:first-child td{
  color: #fff;
  background: #ff8aa6;
}
.pair_menu table.price_type tr td:first-child {
  color: #fff;
  background: #ff8aa6;
}
.pair_menu table.price_type tr:first-child td {
  color: #fff;
  background: #ff8aa6;
}

.vip_service {
  padding: 28px 50px 5px;
  margin: 40px auto 30px;
  position: relative;
  background: #666;
}

.vip_service::before {
  content: "";
  display: inline-block;
  background: url("images/mark_hukidashi.png") no-repeat 100%/35px auto;
  width: 35px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translate(-50%, 0%);
}

.ttl_vip_service {
  width: max-content;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  background: url("images/fukidashi_white_l.svg") no-repeat left 15px bottom/11px 23px, url("images/fukidashi_white_r.svg") no-repeat right 15px bottom/11px 23px;
  margin: auto;
  padding: 0 50px;
  margin-bottom: 35px;
}

.vip_service ul {
  max-width: 750px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 30px;
}

.vip_service ul li {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  max-width: 230px;
}

.vip_service ul li p {
  margin-top: 13px;
  color: #fff;
  font-weight: 700;
}

#monthly_plan table {
  width: 100%;
  border: solid 1px #333;
  text-align: center;
  table-layout: fixed;
  margin-bottom: 20px;
}

#monthly_plan table tr td {
  vertical-align: middle;
  border-bottom: solid 1px #333;
  padding: 15px 0;
  font-weight: 700;
}

#monthly_plan table tr:first-child td {
  background: #d7d7d7;
  font-size: 1.6rem;
  padding: 10px 0;
  font-weight: 400;
}

#monthly_plan table tr td:nth-child(odd) {
  border-right: solid 1px #333;
}

#coupon_plan table {
  width: 100%;
  border: solid 1px #333;
  text-align: center;
  table-layout: fixed;
  margin-bottom: 20px;
}

#coupon_plan table tr td {
  vertical-align: middle;
  border-bottom: solid 1px #333;
  padding: 15px 0;
  font-weight: 700;
}

#coupon_plan table tr:first-child td {
  background: #d7d7d7;
  font-size: 1.6rem;
  padding: 10px 0;
  font-weight: 400;
}

#coupon_plan table tr td:nth-child(odd) {
  border-right: solid 1px #333;
}

.menu_list3 {
  position: relative;
  margin: 38px auto 50px 0;
}

.menu_bg3 {
  background: url("images/menu_img3.jpg") no-repeat left top/820px auto;
  height: 680px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 88vw;
  margin-bottom: 50px;
}

.ttl_balloon {
  width: max-content;
  height: 50px;
  background: #333;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 35px auto 40px;
  padding: 0 51px 3px;
}

.ttl_balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #333;
}

.past_cases {
  margin-bottom: 58px;
}

.past_cases p {
  text-align: center;
  margin-bottom: 25px;
  line-height: 2.5;
}

.past_box {
  border: solid 2px #4dbbaa;
  padding: 35px 80px 30px 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.past_box p {
  line-height: 1.5;
  width: 190px;
  font-weight: 700;
}

.past_box ol {
  counter-reset: past_num 0;
}

.past_box ol li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 20px;
}

.past_box ol li::before {
  content: counter(past_num) ".";
  counter-increment: past_num 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reference_price table {
  width: 100%;
  border-top: solid 1px #333;
  text-align: center;
  table-layout: fixed;
  margin-bottom: 20px;
}

.reference_price table tr td {
  vertical-align: middle;
  border-bottom: solid 1px #333;
  padding: 43px 0;
  font-weight: 700;
}

.reference_price table tr:first-child td {
  background: #d7d7d7;
  font-size: 1.6rem;
  padding: 10px 0;
  font-weight: 400;
}

.reference_price table tr td:nth-child(odd) {
  border-right: solid 1px #333;
}

.reference_price table tr td:first-child {
  background: #d7d7d7;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 4px;
}

.reference_price p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 117px;
}

ul.corporations_rental {
  margin: 0 auto 43px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 55px;
}

ul.corporations_rental li {
  text-align: center;
  width: 100%;
  max-width: 290px;
  margin-bottom: 30px;
}

ul.corporations_rental li .rental_name {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 10px 0 5px;
}

ul.corporations_rental li p {
  text-align: left;
}

.ttl_caution {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.caution {
  background: #ededed;
  padding: 41px 40px 25px 72px;
}

.caution ul li {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #000;
  padding-left: 10px;
}

.caution ul li::before {
  position: relative;
  top: -4px;
  left: -8px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 100%;
  background: #000;
}

/* HBL */
.slide_wrap {
  position: relative;
  margin-bottom: 71px;
}

#slider {
  width: 100%;
  height: 100vh;
}

.slider_hbl {
  background: url(images/hbl_slide1.jpg) no-repeat center/cover;
}

.slider_epiliation {
  background: url(images/epilation_slide1.jpg) no-repeat center/cover;
}

.slide_copy {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: calc((100% - 980px) / 2);
}

.slide_copy .slide_copy_h {
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 16px;
  width: max-content;
  padding: 0 16px 5px 20px;
  line-height: 1.5;
}

/* .slide_copy h1 {
	font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	background: rgba(0,0,0,0.3);
	margin-bottom: 16px;
	width: max-content;
	padding: 0 16px 5px 20px;
	line-height: 1.5;
} */
.slide_copy .slide_copy_p {
  color: #fff;
  margin: 17px 0 0 20px;
  line-height: 2.2;
}

.beauty_header_line {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
}

.beauty_header_line a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
  border-radius: 3px 0 0 3px;
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 5px 2px 17px;
  background-color: #333;
}

.beauty_header_line a::before {
  content: "";
  background: url("images/arrow_beauty_line_reserve.png") no-repeat center / contain;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}

.beauty_header_line a span {
  color: #06c455;
}

.beauty_header_line a:hover {
  /* background: url("images/arrow_beauty_line_reserve.png") no-repeat right 23px top 16px/10px auto, #555; */
  transition: background-color .3s ease 0s;
}

/* beauty ブロック追加 */
.epilation_bg {
  height: auto !important;
}

.beauty_story {
  padding-top: 150px;
}

.beauty_story .story_ttl {
  padding-bottom: 50px;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.beauty_story .story_ttl span {
  position: relative;
}

.beauty_story .story_ttl span::after {
  content: '';
  aspect-ratio: 211 / 167;
  width: 211px;
  background-image: url(images/epilation_story_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -43px;
  right: -237px;
}

.beauty_story .story_wrap {
  padding-top: 80px;
  padding-bottom: 140px;
  background-color: #C6C6C6;
}

.beauty_story .story_slide {
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
  position: relative;
}

.beauty_story .story_slide::after {
  content: '';
  aspect-ratio: 268 / 166;
  width: 268px;
  background-image: url(images/epilation_story_text.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -50px;
}

.beauty_story .story_slide .slick-track {
  padding-top: 28px;
}

.beauty_story .story_slide .slick-dots {
  margin-top: 25px;
  position: static;
}

.beauty_story .story_slide .slick-dots li {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: relative;
}

.beauty_story .story_slide .slick-dots li button {
  padding-top: 8px;
  width: 40px;
  height: 40px;
  font-size: 3.5rem;
  font-family: 'Secular One', sans-serif;
  color: #D6D6D6;
  text-align: center;
  position: relative;
}

.beauty_story .story_slide .slick-dots li button::before {
  display: none;
}

.beauty_story .story_slide .slick-dots li.slick-active button {
  color: #333;
}

.beauty_story .story_slide .slick_prev,
.beauty_story .story_slide .slick_next {
  width: 40px;
  height: 40px;
  background-image: url(images/epilation_slide_asrrow_l.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.beauty_story .story_slide .slick_prev {
  background-image: url(images/epilation_slide_asrrow_l.png);
  top: calc(50% - 14px);
  left: -50px;
  transform: translateY(-50%);
}

.beauty_story .story_slide .slick_next {
  background-image: url(images/epilation_slide_asrrow_r.png);
  top: calc(50% - 14px);
  right: -50px;
  transform: translateY(-50%);
}

.beauty_story .story_item {
  padding: 50px 70px 60px;
  min-height: 470px;
  background-color: #fff;
  position: relative;
}

.beauty_story .story_item .item_num {
  font-size: 14.5rem;
  line-height: 1;
  font-family: 'Secular One', sans-serif;
  position: absolute;
  top: -40px;
  left: 60px;
}

.beauty_story .story_item .item_ttl {
  padding-left: 80px;
  font-size: 2rem;
  font-weight: bold;
}

.beauty_story .story_item .item_media {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.beauty_story .story_item .item_img {
  width: 24%;
}

.beauty_story .story_item .item_text {
  width: 70%;
}

.beauty_story .story_item .item_text span {
  background: linear-gradient(transparent 50%, #C1E7E1 50%);
}

.beauty_story .story_catch1 {
  margin-top: 80px;
  font-size: 1.9rem;
  color: #fff;
  text-align: center;
}

.beauty_story .story_catch1 span {
  display: inline-block;
  position: relative;
}

.beauty_story .story_catch1 span::before, .beauty_story .story_catch1 span::after {
  content: '';
  width: 2px;
  height: 22px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 5px;
}

.beauty_story .story_catch1 span::before {
  left: -25px;
  transform: rotate(-20deg);
}

.beauty_story .story_catch1 span::after {
  right: -25px;
  transform: rotate(20deg);
}

.beauty_story .story_catch2 {
  margin-top: 40px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.beauty_price {
  padding-top: 100px;
}

.beauty_price .price_area {
  padding: 60px 40px 55px;
  margin-top: 75px;
  width: 100%;
  border: 4px solid #333;
  border-radius: 20px;
  position: relative;
}

.beauty_price .price_area .area_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.beauty_price .price_area .area_col {
  width: calc( ( 100% / 4 ) - 10px);
}

.beauty_price .price_area .area_ttl1 {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.beauty_price .price_area .area_ttl1 span {
  padding: 8px 25px;
  background-color: #333;
}

.beauty_price .price_area .area_ttl2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.beauty_price .price_area .area_ttl2 span {
  font-size: 3rem;
}

.beauty_price .price_area .area_text {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.beauty_price .price_area .area_img {
  margin: 55px auto 0;
  width: 77%;
}

.beauty_price .price_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.beauty_price .price_tabs .tab_item_type3 {
  width: 310px;
}

.beauty_price .price_tabs .tab-button {
  padding: 14px 0 12px;
  cursor: pointer;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 3px;
  border-radius: 16px 16px 0 0;
  width: 100%;
}

.beauty_price .price_tabs .tab-button[data-tab="tab3"] {
  color: #fff;
  background-color: #a6a6a6;
}

.beauty_price .price_content {
  display: none;
  padding: 40px 0 50px;
  animation: fade 0.3s ease-in-out;
}

.beauty_price .price_content.active {
  display: block;
  background-color: #ebebeb;
}

.beauty_price .price_content .content_ttl {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

.beauty_price .price_content .content_note {
  padding-top: 5px;
  font-size: 1.6rem;
  text-align: center;
}

.beauty_price .price_content .content_sc_text {
  display: none;
}

.beauty_price .price_content .content_table {
  margin: 15px 0 50px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #333;
}

.beauty_price .price_content .content_table th, .beauty_price .price_content .content_table td {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}

.beauty_price .price_content .content_table th {
  padding: 8px 0;
  background-color: #C1C1C1;
  font-weight: 400;
  vertical-align: middle;
}

.beauty_price .price_content .content_table td {
  padding: 30px 0;
  background-color: #fff;
  vertical-align: middle;
}

.beauty_price .price_content .content_table td img {
  width: 30px;
}

.beauty_price .price_content .content_table .bg-gray {
  background-color: #C1C1C1;
}

.beauty_price .price_content .content_table .bg-green {
  background-color: #4dbbaa;
  color: #fff;
}

.beauty_price .price_content .content_table .w-10p {
  width: 8%;
}

.beauty_price .price_content .content_table .w-19p {
  width: 19%;
}

.beauty_price .price_content .content_table .w-23p {
  width: 23%;
}

.beauty_price .price_content .content_table .cn-bar {
  line-height: 30px;
  font-weight: normal;
}

.beauty_price .price_content .content_table .has-arrow {
  color: #4dbbaa;
  position: relative;
}

.beauty_price .price_content .content_table .has-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left-width: 12px;
  border-left-style: solid;
  border-left-color: #4dbbaa;
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

.beauty_price .price_content .content_table .txt-line {
  text-decoration: line-through;
}

.beauty_campaign {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #EBEBEB;
}

.beauty_campaign .campaign_ttl {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 400px;
  background-color: #4dbbaa;
  font-size: 2.2rem;
  line-height: 8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.beauty_campaign .campaign_ttl::after {
  content: '';
  width: 0;
  height: 0;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: #4dbbaa;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.beauty_campaign .campaign_banner {
  margin-top: 25px;
  display: block;
}

.beauty_campaign .campaign_balloon {
  padding: 40px 0 110px;
  margin-top: 80px;
  background-color: #999;
  border-radius: 10px;
  position: relative;
}

.beauty_campaign .campaign_balloon::before {
  content: '';
  aspect-ratio: 35 / 16;
  width: 35px;
  background-image: url(images/epilation_camp_tail.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.beauty_campaign .campaign_balloon .balloon_text {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

.beauty_campaign .campaign_balloon .balloon_img {
  margin-top: 30px;
  position: relative;
}

.beauty_campaign .campaign_balloon .balloon_btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.beauty_campaign .campaign_balloon .balloon_btn a {
  width: 340px;
  margin: 0 auto;
}

#header_beauty {
  position: fixed;
  top: -80px;
  width: 100%;
  height: 80px;
  transition: top 0.3s;
  z-index: 999;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

#header_beauty .header_area .area_inner .nav_block {
  width: 100%;
  height: 80px;
}

#header_beauty .header_area .area_inner .logo {
  padding: 0 72px;
}

#header_beauty .header_area .area_inner .logo img {
  width: 363px;
  height: auto;
}

#header_beauty .header_area .nav_block .global_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
}

#header_beauty.header_sub {
  position: fixed;
  top: 0px !important;
}

#header_beauty .global_nav li.navi a {
  width: 122px;
}

.bnr_opening_campaign {
  position: absolute;
  right: 20px;
  bottom: 18px;
  max-width: 272px;
}

.bnr_opening_campaign a:hover img {
  filter: brightness(1.1);
  transition: all .3s ease 0s;
  opacity: 1;
}

ul.side_sns_beauty {
  position: fixed;
  right: 20px;
  bottom: 50%;
  transform: translate(0%, 50%);
  z-index: 99;
}

ul.side_sns_beauty li {
  margin-bottom: 10px;
}

ul.side_sns_beauty li:last-child {
  margin-bottom: 0px;
}

ul.side_sns_beauty li img {
  max-width: 30px;
}

.hbl_about_txt {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 95px;
}

.hbl_about_txt1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.hbl_about_txt2 {
  font-size: 1.5rem;
  line-height: 2.6;
}

.fadeinUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadeinUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

.ttl_balloon2 {
  width: max-content;
  height: 50px;
  background: #333;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  margin: 35px auto 40px;
  padding: 0 42px 4px;
}

.ttl_balloon2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #333;
}

.ttl_balloon2_2 {
  width: max-content;
  height: 50px;
  background: #333;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  margin: 10px auto 40px;
  padding: 0 22px 4px;
}

.ttl_balloon2_2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #333;
}

.treatment_example_list .prev_icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  z-index: 1;
  left: 23.7vw;
}

.treatment_example_list .next_icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  z-index: 1;
  right: 23.7vw;
}

.treatment_example_list .next_icon:hover, .treatment_example_list .prev_icon:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all .3s ease 0s;
}

ul.treatment_example_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 52px 0 70px;
}

ul.treatment_example_list li {
  background: #ebebeb;
  text-align: center;
  margin: 0 40px;
  padding: 30px 25px 35px;
}

.treatment_example_list .slick-prev,
.treatment_example_list .slick-next {
  width: 30px;
  height: 30px;
  border: #333 solid;
  border-width: 2px 0 0 2px;
  top: 50%;
}

.treatment_example_list .slick-prev:before,
.treatment_example_list .slick-next:before {
  content: '';
}

.treatment_example_list .slick-prev {
  transform: translate(0, -50%) rotate(-45deg);
  left: 24.5vw;
}

.treatment_example_list .slick-next {
  transform: translate(0, -50%) rotate(135deg);
  /* right: calc((100% - 640px) / 2); */
  right: 24.5vw;
}

@media only screen and (max-width: 768px) {
  .treatment_example_list .slick-prev,
  .treatment_example_list .slick-next {
    width: 20px;
    height: 20px;
  }
  .treatment_example_list .slick-prev {
    left: 10px;
  }
  .treatment_example_list .slick-next {
    right: 10px;
  }
}

.ttl_treatment {
  max-width: 90%;
  margin: auto;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #333;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 35px;
}

.ttl_treatment span {
  font-size: 3.0rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
  font-family: 'Secular One', sans-serif;
  position: relative;
  line-height: 1.4;
  top: 2px;
}

.img_treatment {
  display: flex;
  justify-content: space-between;
}

.img_treatment img {
  width: 48%;
}

.hbl_for_men {
  background: #ebebeb;
  padding: 70px 0 106px;
}

.hbl_for_men_inner {
  max-width: 760px;
  margin: auto;
  text-align: center;
}

.ttl_hbl_for_men {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  background: url("images/fukidashi_ttl_hbl_for_men_l.svg") no-repeat left center/20px 30px, url("images/fukidashi_ttl_hbl_for_men_r.svg") no-repeat right center/20px 30px;
  display: inline-flex;
  padding: 0 40px 0 45px;
}

.hbl_for_men_inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.hbl_for_men_inner ul li {
  width: 33%;
  max-width: 200px;
}

.hbl_for_men_inner ul li img {
  width: 100%;
  margin-bottom: 16px;
}

.hbl_for_men_inner ul li p {
  line-height: 1.6;
}

.eyebrows_check_sheet_img {
  background: url("images/eyebrows_check_sheet_img.jpg") no-repeat center center/cover;
  height: 400px;
  position: relative;
}

.eyebrows_check_sheet_img p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 4px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.eyebrows_check_sheet_bg {
  background: url("images/grid_bg.png") repeat top -8px center/17px auto;
  height: 1230px;
  position: relative;
  padding: 80px 0 0;
  margin: 0 auto;
}

.matching_check2 {
  max-width: 980px;
  margin: 0 auto;
  padding: 55px 0 32px;
  position: relative;
  top: 0;
  z-index: 9;
  box-shadow: 15px 15px 15px -15px #e5e5e5;
}

.result_eyebrows {
  width: 570px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 9px 10px 26px 10px;
  position: relative;
  left: 127px;
}

.result_eyebrows .type {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  letter-spacing: 3px;
}

.result_eyebrows::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 25px solid #fff;
}

.result_eyebrows::after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: -233px;
  background: url("images/character_matching_check.png") no-repeat 0 0/169px auto;
  width: 169px;
  height: 202px;
}

.result_eyebrows span {
  display: inline-block;
  font-size: 3.0rem;
  font-weight: 400;
  padding: 0 5px;
  color: #fff;
  position: relative;
  width: 70px;
  text-align: center;
  z-index: 2;
  line-height: 1.5;
}

.result_eyebrows span::before {
  content: "";
  display: inline-block;
  background: url("images/check_num_bg.png") no-repeat bottom center/50px auto;
  width: 70px;
  height: 40px;
  position: absolute;
  left: -1px;
  top: 7px;
  z-index: -1;
}

.btn_check a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 10px 3px 0;
  margin: auto;
  width: 370px;
  height: 50px;
  letter-spacing: 4px;
}

.btn_check a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/7px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

.ttl_matching_check2 {
  font-size: 3.0rem;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 3px;
}

.ttl_matching_check2::after {
  content: "";
  display: inline-block;
  width: 240px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 120px);
}

.txt_matching_check2 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 23px;
  letter-spacing: 2px;
}

.singlecheck2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 630px;
  margin: 0 auto 74px;
}

.singlecheck2 input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}

.singlecheck2 input[type="checkbox"] + .checkmark {
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  border: 3px solid #333;
  position: relative;
}

.singlecheck2 input[type="checkbox"] + .checkmark::before {
  display: inline-block;
  content: '';
  position: relative;
}

.singlecheck2 input[type="checkbox"]:checked + .checkmark::before {
  background: url("images/check.svg") no-repeat 0 0/contain;
  width: 35px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hbl_flow {
  padding: 143px 0 32px;
}

ul.hbl_flow_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 45px;
  margin-top: 90px;
  margin-bottom: 30px;
}

ul.hbl_flow_list li {
  box-shadow: 15px 15px #ccc;
  background: #fff;
  width: 32%;
  max-width: 295px;
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: 25px;
  position: relative;
}

ul.hbl_flow_list li h3 {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 20px 0px 7px;
  margin: 0 auto 12px;
  position: relative;
}

ul.hbl_flow_list li h4::after {
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 100px);
}

ul.hbl_flow_list li p {
  padding: 0 10px;
}

ul.hbl_flow_list li:before {
  content: "";
  display: inline-block;
  background: url("images/arrow_rounded_r.svg") no-repeat 0 0/10px auto;
  width: 10px;
  height: 20px;
  position: absolute;
  left: -1.5vw;
  top: 50%;
  transform: translate(0%, -50%);
}

ul.hbl_flow_list li:first-child:before {
  background: none;
}

ul.hbl_flow_list li {
  counter-increment: flow_list_counter;
}

ul.hbl_flow_list li::after {
  position: absolute;
  top: -70px;
  right: 20px;
  color: rgba(51, 51, 51, 0.7);
  content: counter(flow_list_counter, decimal-leading-zero);
  font-family: 'Secular One', sans-serif;
  font-size: 7.0rem;
  padding: 0 0 7px 0;
  z-index: 1;
}

.note_before_treatment {
  background: rgba(51, 51, 51, 0.6);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  width: max-content;
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0 auto 50px;
  padding: 0 35px;
  letter-spacing: 3.5px;
}

ul.note_before {
  margin: 0 auto 140px;
}

ul.note_before li {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

ul.note_before li img {
  max-width: 220px;
  margin-top: 12px;
}

ul.note_before li .note_before_txt {
  max-width: 680px;
  margin-left: 63px;
}

ul.note_before li .note_before_txt .num {
  font-size: 4.0rem;
  font-family: 'Secular One', sans-serif;
  color: rgba(51, 51, 51, 0.6);
  position: relative;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 12px;
}

ul.note_before li .note_before_txt .num::after {
  content: "";
  width: 110px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 8px;
  left: 0;
}

ul.note_before li .note_before_txt .ttl_note_before span {
  background: linear-gradient(transparent 0%, #858585 0%);
  background: -webkit-linear-gradient(transparent 0%, #858585 0%);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 8px;
}

/*accordion*/
.hbl_accordion-item {
  margin-bottom: 29px;
  border-left: solid 3px #666;
}

.hbl_accordion-item.active {
  border-left: solid 3px #4dbbaa;
}

.hbl_accordion {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
}

.hbl_accordion-title {
  cursor: pointer;
  padding: 38px 40px 34px 126px;
  font-size: 1.45rem;
  font-weight: 700;
  background: #fff;
  color: #333;
  position: relative;
  letter-spacing: 1px;
}

.hbl_accordion-title::after {
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 76px;
  top: 44%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 12px;
}

.hbl_accordion-title::before {
  content: "Q";
  font-size: 4.0rem;
  font-family: 'Secular One', sans-serif;
  position: absolute;
  left: 75px;
  top: 33px;
  line-height: 1;
}

.hbl_accordion-title.open::after {
  top: 52%;
  transform: rotate(-45deg);
}

.hbl_accordion-content {
  display: none;
  padding: 8px 40px 26px 120px;
  background: #fff;
  margin-top: 0;
  position: relative;
  line-height: 2.2;
}

.hbl_accordion-content::before {
  content: "A";
  font-size: 4.0rem;
  font-family: 'Secular One', sans-serif;
  position: absolute;
  left: 77px;
  top: 3px;
  line-height: 1;
}

/* //hbl_accordion*/
.hbl_price {
  padding: 109px 0;
}

.bnr_hbl_campaign {
  margin: 0 auto 82px;
  display: flex;
}

.bnr_hbl_campaign_img {
  width: 370px;
}

.bnr_hbl_campaign_txt {
  width: 610px;
  background: #333;
  color: #fff;
  position: relative;
  padding: 17px 10px 10px;
  letter-spacing: 3px;
}

.bnr_hbl_campaign_ttl {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  padding-left: 21px;
}

.bnr_hbl_campaign_p {
  text-align: center;
  background: url("images/fukidashi_hbl_campaign_l.svg") no-repeat left 0 bottom/36px 43px, url("images/fukidashi_hbl_campaign_r.svg") no-repeat right 0 bottom/36px 43px;
  padding: 0 60px;
  width: max-content;
  margin: auto;
  line-height: 1.4;
  letter-spacing: 1px;
  position: relative;
  left: 11px;
}

.bnr_hbl_campaign_price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 0 12px;
}

.normal_price {
  font-size: 4.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
}

.normal_price span {
  font-size: 2.1rem;
  padding-right: 9px;
}

.normal_price::after {
  content: "";
  display: inline-block;
  background: url("images/arrow_price_r.svg") 0 0/27px 25px;
  width: 27px;
  height: 25px;
  position: absolute;
  right: -48px;
  top: 12px;
}

.campaign_price {
  font-size: 7.4rem;
  font-weight: 700;
  color: #4dbbaa;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
  left: 11px;
}

.campaign_price span {
  font-size: 2.1rem;
}

.hbl_price_box1 {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  border: solid 1px #333;
  padding: 35px 0 40px 10px;
  height: 120px;
  width: 650px;
  margin: 0 auto 40px;
}

.hbl_price_box1::after {
  content: "";
  display: block;
  height: 120px;
  width: 650px;
  background: rgba(51, 51, 51, 0.25);
  position: absolute;
  bottom: -11px;
  right: -10px;
  z-index: -1;
}

.price_box_list {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.hbl_price_course {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 40px;
}

.hbl_price_num {
  font-weight: 700;
  font-size: 2.8rem;
}

.hbl_price_num small {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0px;
}

.hbl_price_month {
  font-size: 2.8rem;
  font-weight: 700;
}

.hbl_price_month span {
  font-size: 1.6rem;
  position: relative;
  top: -3px;
  left: -2px;
}

.hbl_price_box2 p {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0;
}

.hbl_price_box2 {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  border: solid 1px #333;
  padding: 27px 0 40px 10px;
  height: 120px;
  width: 650px;
  margin: 0 auto 65px;
}

.hbl_price_box2::after {
  content: "";
  display: block;
  height: 120px;
  width: 650px;
  background: rgba(51, 51, 51, 0.25);
  position: absolute;
  bottom: -11px;
  right: -10px;
  z-index: -1;
}

.benefit_ganzan_fitness {
  background: #999;
  padding: 34px 0 70px;
  position: relative;
}

.benefit_ganzan_fitness::before {
  content: "";
  display: inline-block;
  background: url("images/mark_hukidashi2.png") no-repeat 100%/34px auto;
  width: 34px;
  height: 17px;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translate(-50%, 0%);
}

.benefit_ganzan_fitness p {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.3;
  margin-bottom: 28px;
}

.img_ganzan_fitness {
  position: relative;
}

.btn_for_ganzan_fitness {
  position: absolute;
  right: 50%;
  bottom: -20px;
  transform: translate(50%, 0%);
}

.btn_for_ganzan_fitness a {
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("images/arrow_btn_box.svg") no-repeat right 11px center/10px auto, #4dbbaa;
  padding: 0 16px 3px 0;
  margin: auto;
  width: 240px;
  height: 50px;
  letter-spacing: 4px;
}

.btn_for_ganzan_fitness a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 11px center/10px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

.hbl_reserve {
  background: #ebebeb;
  padding: 92px 0 25px;
}

.ttl_balloon3 {
  width: max-content;
  width: 300px;
  height: 60px;
  background: #fff;
  color: #999;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  margin: 35px auto 32px;
  padding: 0 42px 4px;
  font-weight: 700;
}

.ttl_balloon3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #fff;
}

.reserve_step {
  /* display: flex;
  justify-content: center;
  max-width: 700px; */
  margin: 0 auto 60px;
  counter-reset: step_num 0;
}

.reserve_step li {
  /* height: 270px; */
  position: relative;
  padding: 80px 60px 40px;
  color: #fff;
  margin-bottom: 50px;
}
.reserve_step li:not(:last-of-type)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.reserve_step .reserve_step_num {
  position: relative;
  display: inline-block;
  width: 100%;
}
.reserve_step .reserve_step_num::before {
  content: counter(step_num, decimal-leading-zero);
  counter-increment: step_num 1;
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  text-align: center;
  line-height: 1;
}

.reserve_step li p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  /* padding: 80px 0 5px 19px; */
}

.reserve_step li p span {
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
}

.reserve_step .reserve_step_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.reserve_step .reserve_step_btn a {
  width: 100%;
  max-width: 420px;
}

.reserve_step .reserve_step_btn a:nth-of-type(2n) {
  background-color: #74c3ae;
}
.reserve_step .reserve_step_btn a:nth-of-type(2n):hover {
  background-color: #fff;
}


.reserve_step li:nth-child(1) {
  background: rgba(51,51,51,.4);
  /* background: url("images/reserve_step01.png") no-repeat 0 0/370px auto; */
  /* width: 370px; */
}

.reserve_step li:nth-child(1) p {
  /* padding: 84px 0 5px 19px; */
}

.reserve_step li:nth-child(2) {
  background: rgba(51,51,51,.6);

  /* background: url("images/reserve_step02.png") no-repeat 0 0/330px auto; */
  /* width: 330px; */
}

.reserve_step li:nth-child(2) p {
  /* padding: 104px 0 0 58px; */
}

.reserve_step li:nth-child(3) {
  background: rgba(51,51,51,.8);
}

.step_flex {
  display: flex;
  max-width: 320px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
  left: 5px;
}

.reserve_step_qr {
  width: 100px;
}

.btn_reserve_form a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background: url("images/arrow_btn_box.svg") no-repeat right 15px center/7px auto, #4dbbaa;
  color: #fff;
  padding: 0 10px 3px 0;
  margin: auto;
  width: 200px;
  height: 50px;
  letter-spacing: 2px;
}

.btn_reserve_form a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 15px center/7px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

.line_reserve_step {
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto 50px;
}

.line_reserve_step li {
  height: 270px;
}

.line_reserve_step li p {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.line_reserve_step li:nth-child(1) {
  background: url("images/line_reserve_step01.png") no-repeat 0 0/326px auto;
  width: 326px;
}

.line_reserve_step li:nth-child(1) p {
  padding: 87px 0px 29px 19px;
}

.line_reserve_step li:nth-child(2) {
  background: url("images/line_reserve_step02.png") no-repeat 0 0/326px auto;
  width: 326px;
}

.line_reserve_step li:nth-child(2) p {
  padding: 127px 0 0 94px;
}

.line_reserve_step li:nth-child(3) {
  background: url("images/line_reserve_step03.png") no-repeat 0 0/327px auto;
  width: 327px;
}

.line_reserve_step li:nth-child(3) p {
  padding: 92px 0 0 64px;
  line-height: 2.2;
}

.step_flex2 {
  display: flex;
  max-width: 320px;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  left: 10px;
}

.line_reserve_step_qr {
  width: 98px;
  margin-right: 15px;
}

.line_reserve_step_add {
  width: 137px;
}

.img_hbl_ganzan_beauty {
  background: url("images/img_hbl_ganzan_beauty.jpg") no-repeat 0 0/cover;
  height: 280px;
  position: relative;
}

.img_hbl_ganzan_beauty div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -8px;
}

.img_hbl_ganzan_beauty div img {
  width: 544px;
  margin-bottom: 17px;
}

.img_hbl_ganzan_beauty div p {
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}

.hbl_ganzan_beauty_navi {
  background: #333;
  padding: 1px 0 20px;
}

#beauty_menu_slide2 {
  max-width: 100%;
  margin: 0 auto 10px;
}

#beauty_menu_slide2 .slider-titles .active-slide-title {
  background: #fff;
  color: #333;
  position: relative;
}

#beauty_menu_slide2 .slider-titles .active-slide-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #fff;
}

#beauty_menu_slide2 .slick-slider .slick-list {
  outline: none !important;
}

#beauty_menu_slide2 .main-slider {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

#beauty_menu_slide2 .main-slider .slide_contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

#beauty_menu_slide2 .main-slider .slide_contents_left {
  width: 720px;
  width: 55%;
  margin: 0 80px 0 158px;
}

#beauty_menu_slide2 .main-slider .slide_contents_right {
  max-width: 570px;
  width: 43.8%;
  position: relative;
}

#beauty_menu_slide2 .slider-titles .active-slide-title {
  background: #fff;
  color: #333;
  position: relative;
}

#beauty_menu_slide2 .slider-titles .active-slide-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #fff;
}

#beauty_menu_slide2 .slider-titles {
  max-width: 980px;
  margin: 28px auto 6px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

#beauty_menu_slide2 .slide_contents_right.for_men:after {
  content: "";
  display: inline-block;
  background: url("images/for_men.png") no-repeat top right/195px auto;
  width: 195px;
  height: 190px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

#beauty_menu_slide2 .slide_contents_right:before {
  content: "";
  display: inline-block;
  background: url("images/beauty_menu_qr.png") no-repeat top right/306px auto;
  width: 306px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

#beauty_menu_slide2 .thumbnail img {
  max-width: none;
  width: auto;
  height: 100%;
}

#beauty_menu_slide2 .thumbnail:hover {
  cursor: pointer;
}

#beauty_menu_slide2 .thumbnail:hover img {
  opacity: 0.3;
  transition: all .3s ease 0s;
}

#beauty_menu_slide2 .thumbnail:hover .thumbnail_txt span::after {
  opacity: 1.0;
}

#beauty_menu_slide2 .thumbnail:hover .thumbnail_txt p {
  opacity: 1.0;
}

#beauty_menu_slide2 .thumbnail:hover .t_more {
  opacity: 1.0;
}

#beauty_menu_slide2 .thumbnail {
  background: #333;
  height: 230px;
  position: relative;
}

#beauty_menu_slide2 .thumbnail a {
  display: inline !important;
}

#beauty_menu_slide2 .thumbnail .thumbnail_txt {
  width: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 28px;
  color: #333;
}

#beauty_menu_slide2 .thumbnail:hover .thumbnail_txt {
  color: #fff;
}

#beauty_menu_slide2 .thumbnail-slider {
  overflow: hidden;
  padding: 10px 0;
}

#beauty_menu_slide2 .slide-title:hover {
  cursor: pointer;
  background: #fff;
  color: #333;
}

#beauty_menu_slide2 .slide-title {
  float: left;
  transition: all .3s ease 0s;
}

#beauty_menu_slide2 .thumbnail-slider .slick-track {
  height: 230px;
  overflow: hidden;
  padding-bottom: 10px;
}

#beauty_menu_slide2 .slide-title {
  float: left;
  width: 170px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  padding: 10px 25px;
  font-family: 'Secular One', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 3px;
  background: #333;
}

#beauty_menu_slide2 .slide-title:hover {
  cursor: pointer;
  background: #fff;
  color: #333;
}

#beauty_menu_slide2 .slide-title {
  float: left;
  transition: all .3s ease 0s;
}

#beauty_menu_slide2 ul.before_after li {
  width: 45%;
  position: relative;
}

#beauty_menu_slide2 .before_after_img img {
  max-width: inherit !important;
  width: 100% !important;
  height: auto;
}

#beauty_menu_slide2 ul.before_after li span {
  font-size: 1.6rem;
  text-align: center;
  margin: 5px 0 0;
  display: block;
  height: 32px;
}

#beauty_menu_slide2 ul.before_after li:first-child:after {
  content: "";
  display: inline-block;
  background: url("images/arrow_before_after.png") no-repeat center right/21px auto;
  width: 21px;
  height: 38px;
  position: absolute;
  right: -10%;
  bottom: 50%;
  margin-bottom: 16px;
  transform: translate(50%, 50%);
}

/* #beauty_menu_slide2 .beauty_menu_name {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: 'Secular One', sans-serif;
	font-size: 6.3rem;
	left: 0;
	bottom: 0;
	position: absolute;
	line-height: 1;
	width: 50px;
    height: 100%;
	color: #fff;
	opacity: 0.6;
	text-align: right;
} */
.img_hbl_ganzan_beauty2 {
  background: url("images/img_hbl_ganzan_beauty2.jpg") no-repeat 0 0/cover;
  height: 320px;
}

.hwl_about_ganzan {
  background: #999;
  position: relative;
  padding: 70px 0 18px;
  text-align: center;
  color: #fff;
}

.hwl_about_ganzan::after {
  content: "";
  display: inline-block;
  background: url("images/mark_hukidashi3.png") no-repeat 100%/90px auto;
  width: 90px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 0%);
  z-index: 9;
}

.ttl_hwl_about_ganzan {
  margin: 40px auto 17px;
  font-size: 2.4rem;
  font-weight: 700;
  background: url("images/ttl_hwl_about_ganzan_l.svg") no-repeat left 0 bottom 15px/41px auto, url("images/ttl_hwl_about_ganzan_r.svg") no-repeat right 0 bottom 15px/41px auto;
  padding: 0 90px 0 100px;
  width: max-content;
  line-height: 1.4;
  letter-spacing: 0;
  min-height: 70px;
}

.ttl_sub_hwl_about_ganzan {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.hwl_about_ganzan p {
  line-height: 2.5;
  margin-bottom: 40px;
}

.btn_for_ganzan {
  margin-bottom: 173px;
}

.btn_for_ganzan a:hover {
  background: url("images/arrow_btn_box_hover.svg") no-repeat right 11px center/10px auto, #fff;
  color: #4dbbaa;
  outline: 2px solid #4dbbaa;
  outline-offset: -2px;
}

.btn_for_ganzan a {
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url("images/arrow_btn_box.svg") no-repeat right 11px center/10px auto, #4dbbaa;
  padding: 0 16px 3px 22px;
  margin: auto;
  width: 460px;
  height: 50px;
  letter-spacing: 4px;
}

.infiniteslide {
  display: none;
  padding: 10px 0;
}

.infiniteslide li img {
  max-width: none;
  width: auto;
  height: 100%;
  opacity: .4;
}

.infiniteslide li:hover {
  cursor: pointer;
}

.infiniteslide li:hover img {
  opacity: 0.3;
  transition: all .3s ease 0s;
}

.infiniteslide li:hover::before {
  content: "";
  background: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: .67;
}

.infiniteslide li:hover .thumbnail_txt span::after {
  opacity: 1.0;
}

.infiniteslide li:hover .thumbnail_txt p {
  opacity: 1.0;
}

.infiniteslide li:hover .t_more {
  opacity: 1.0;
}

.infiniteslide li {
  height: 230px;
  position: relative;
  margin: 0 5px;
  /* background: #333; */
}

@media screen and (max-width: 768px) {
  .infiniteslide li {
    background: #fff;
  }
}

.infiniteslide li a {
  display: inline !important;
}

.infiniteslide li .thumbnail_txt {
  width: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 28px;
  color: #333;
}

.infiniteslide li:hover .thumbnail_txt {
  color: #fff;
}

.thumbnail_txt span {
  font-family: 'Secular One', sans-serif;
  font-size: 3.0rem;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  height: 70px;
}

.thumbnail_txt span::after {
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 100px);
  opacity: 0;
}

.thumbnail_txt p {
  font-size: 1.5rem;
  margin-bottom: 10px;
  opacity: 0;
}

.t_more {
  font-size: 1.5rem;
  background: url("images/icon_more_w.svg") no-repeat right top 8px/15px auto;
  padding-right: 24px;
  display: inline-block;
  opacity: 0;
}

#footer_beauty {
  background: #fff;
  padding: 82px 0 0;
}

#footer_beauty .ttl_access {
  color: #333;
}

#footer_beauty .ttl_access p::after {
  background: #333;
}

#footer_beauty .footer_access_txt {
  color: #333;
}

#footer_beauty .footer_access_map p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  letter-spacing: 2px;
}

#footer_beauty .copyright_block {
  padding: 20px 0 0;
  text-align: center;
  background: #333;
  height: 68px;
}

.footer_facility_wrap {
  background: linear-gradient(180deg, #fff 0%, #fff 87%, #333 87%, #333 100%);
}

.footer_facility {
  display: none;
}

.footer_facility li {
  width: 360px;
  margin: 0 15px;
}

.sp_panel_logo2 {
  max-width: 222px;
  margin: 0 auto 22px;
  text-align: center;
}

.smt_hbl_panel_logo {
  max-width: 172px;
  margin: 35px auto 10px;
}

@media screen and (max-width: 768px) {
  #page_hbl .panel_area .panel_wrap {
    padding: 48px 40px 100px;
  }
  #page_hbl .panel_area .panel_wrap .nav_block .nav_list > li a {
    padding: 9px 10px 11px;
  }
  #page_hbl .sp_panel_beauty_menu img {
    margin: 39px auto 20px;
  }
  #header_beauty .header_area .nav_block .global_nav {
    display: none;
  }
  #header_beauty {
    top: -60px;
    height: 50px;
  }
  #header_beauty .header_area .area_inner .nav_block {
    height: 50px;
  }
  #header_beauty .header_area {
    height: 50px;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
  }
  .smt_logo {
    max-width: 266px;
    padding-top: 12px;
    width: 70vw;
    min-width: 245px;
  }
  .smt_logo img {
    width: 100%;
  }
  #header_beauty .header_area .area_inner {
    height: 50px;
    margin: 0 auto;
    position: relative;
    left: -25px;
  }
  .beauty_header_line {
    display: none;
  }
  .beauty_story {
    padding-top: 0;
  }
  .beauty_story .story_header {
    margin: 0 auto;
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .beauty_story .story_header .header_text {
    width: calc(100% - 80px);
  }
  .beauty_story .story_header .header_text p {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }
  .beauty_story .story_header .header_text h3 {
    margin-top: 20px;
    font-size: 2.7rem;
    line-height: 4rem;
    text-align: center;
    font-weight: bold;
  }
  .beauty_story .story_header .header_img {
    aspect-ratio: 81 / 125;
    width: 80px;
  }
  .beauty_story .story_wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .beauty_story .story_slide {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .beauty_story .story_slide::after {
    display: none;
  }
  .beauty_story .story_slide .slick-track {
    padding-top: 28px;
  }
  .beauty_story .story_slide .slick-dots {
    margin-top: 25px;
    position: static;
  }
  .beauty_story .story_slide .slick-dots li {
    margin: 0 10px !important;
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: relative;
  }
  .beauty_story .story_slide .slick-dots li button {
    padding-top: 8px;
    width: 40px;
    height: 40px;
    font-size: 3.5rem;
    font-family: 'Secular One', sans-serif;
    color: #D6D6D6;
    text-align: center;
    position: relative;
  }
  .beauty_story .story_slide .slick-dots li button::before {
    display: none;
  }
  .beauty_story .story_slide .slick-dots li.slick-active button {
    color: #333;
  }
  .beauty_story .story_slide .slick_prev,
  .beauty_story .story_slide .slick_next {
    width: 30px;
    height: 30px;
  }
  .beauty_story .story_slide .slick_prev {
    left: -15px;
  }
  .beauty_story .story_slide .slick_next {
    right: -15px;
  }
  .beauty_story .story_item {
    padding: 20px 25px;
    min-height: 1004px;
  }
  .beauty_story .story_item .item_num {
    font-size: 11rem;
    line-height: 1;
    top: -36px;
    left: 10px;
  }
  .beauty_story .story_item .item_ttl {
    padding-left: 0;
    font-size: 2rem;
    font-weight: bold;
  }
  .beauty_story .story_item .item_media {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .beauty_story .story_item .item_img {
    margin: 0 auto;
    width: 50%;
  }
  .beauty_story .story_item .item_img img {
    display: block;
  }
  .beauty_story .story_item .item_text {
    width: 100%;
  }
  .beauty_story .story_item .item_text span {
    background: linear-gradient(transparent 50%, #C1E7E1 50%);
  }
  .beauty_story .story_catch1 {
    margin: 60px auto 0;
    width: calc(100% - 40px);
    font-size: 1.7rem;
  }
  .beauty_story .story_catch1 span {
    display: block;
  }
  .beauty_story .story_catch1 span::before, .beauty_story .story_catch1 span::after {
    content: '';
    bottom: 0;
  }
  .beauty_story .story_catch1 span::before {
    left: 0;
  }
  .beauty_story .story_catch1 span::after {
    right: 0;
  }
  .beauty_story .story_catch2 {
    margin: 40px auto 0;
    width: calc(100% - 40px);
    font-size: 2rem;
  }
  .beauty_price {
    padding-top: 100px;
  }
  .beauty_price .price_area {
    padding: 55px 30px 20px;
    margin-top: 75px;
    width: 100%;
    border: 4px solid #333;
    border-radius: 20px;
    position: relative;
  }
  .beauty_price .price_area .area_row {
    display: block;
  }
  .beauty_price .price_area .area_col {
    width: 100%;
  }
  .beauty_price .price_area .area_ttl1 {
    width: 260px;
  }
  .beauty_price .price_area .area_ttl2 {
    font-size: 2rem;
    text-align: left;
    justify-content: flex-start;
  }
  .beauty_price .price_area .area_ttl2 span {
    font-size: 2rem;
  }
  .beauty_price .price_area .area_text {
    text-align: left;
  }
  .beauty_price .price_area .area_img {
    margin-top: 20px;
    width: 100%;
  }
  .beauty_price .price_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .beauty_price .price_tabs .tab_item_type3 {
    width: 105px;
  }
  .beauty_price .price_tabs .tab-button {
    padding: 10px 0 8px;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 3px;
    border-radius: 16px 16px 0 0;
    width: 100%;
  }
  .beauty_price .price_tabs .tab-button[data-tab="tab3"] {
    color: #fff;
    background-color: #a6a6a6;
  }
  .beauty_price .price_content {
    display: none;
    padding: 40px 0 0;
    animation: fade 0.3s ease-in-out;
  }
  .beauty_price .price_content.active {
    display: block;
    background-color: #ebebeb;
  }
  .beauty_price .price_content .content_sc_text {
    margin: 10px auto 0;
    width: 180px;
    display: block;
  }
  .beauty_price .price_content .content_scroll {
    overflow: scroll;
  }
  .beauty_price .price_content .content_table {
    width: 980px;
  }
  .beauty_campaign {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #EBEBEB;
  }
  .beauty_campaign .campaign_ttl {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 400px;
    background-color: #4dbbaa;
    font-size: 2.2rem;
    line-height: 8rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .beauty_campaign .campaign_ttl::after {
    content: '';
    width: 0;
    height: 0;
    border-top-width: 20px;
    border-top-style: solid;
    border-top-color: #4dbbaa;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .beauty_campaign .campaign_banner {
    margin-top: 25px;
    display: block;
  }
  .beauty_campaign .campaign_balloon {
    padding: 40px 0 80px;
    margin-top: 80px;
    background-color: #999;
    border-radius: 10px;
    position: relative;
  }
  .beauty_campaign .campaign_balloon::before {
    content: '';
    aspect-ratio: 35 / 16;
    width: 35px;
    background-image: url(images/epilation_camp_tail.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .beauty_campaign .campaign_balloon .balloon_text {
    padding: 0 20px;
  }
  .beauty_campaign .campaign_balloon .balloon_btn a {
    width: 260px;
    margin: 0 auto;
  }
}

/*768px*/
/* privacy */
.fv_privacy_bg {
  background: url("images/privacy_fv.jpg") no-repeat top center/cover;
  height: 320px;
  position: relative;
}

.privacy {
  padding-bottom: 54px;
}

.privacy p {
  line-height: 2.7;
  text-align: justify;
}

.privacy_intro {
  line-height: 2.1;
  margin: 50px 0 45px;
}

.privacy_item {
  margin-bottom: 45px;
}

.privacy_item > dt {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 3px;
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  margin-bottom: 32px;
}

.privacy_item > dd {
  line-height: 2.7;
  text-align: justify;
}

.privacy_item > dd > *:not(:first-child) {
  margin-top: 30px;
}

.privacy_item ol.list_num01 {
  line-height: 1.7;
  letter-spacing: 1.3px;
  counter-reset: ol_num01 0;
}

.privacy_item ol.list_num01 > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
}

.privacy_item ol.list_num01 > li::before {
  content: counter(ol_num01) ".";
  counter-increment: ol_num01 1;
  display: block;
  position: absolute;
  top: .1rem;
  left: 0;
}

.privacy_item ol.list_num02 {
  margin: 10px 0 0;
  line-height: 1.7;
  letter-spacing: 1.3px;
  counter-reset: ol_num02 0;
}

.privacy_item ol.list_num02 > li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 10px;
}

.privacy_item ol.list_num02 > li::before {
  content: "(" counter(ol_num02) ")";
  counter-increment: ol_num02 1;
  display: block;
  position: absolute;
  top: .1rem;
  left: 0;
}

.privacy_item ol.list_num03 {
  margin: 10px 0 0;
  line-height: 1.7;
  letter-spacing: 1.3px;
  counter-reset: ol_num03 0;
}

.privacy_item ol.list_num03 > li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 10px;
}

.privacy_item ol.list_num03 > li::before {
  content: counter(ol_num03, katakana) ".";
  counter-increment: ol_num03 1;
  display: block;
  position: absolute;
  top: .1rem;
  left: 0;
}

.privacy_item a {
  display: inline-block;
  color: #4dbbaa;
  text-decoration: underline;
}

.privacy_item ul {
  line-height: 2.7;
  letter-spacing: 1.3px;
}

/* .privacy_contact p {
    margin-bottom: 40px;
} */
.privacy_cookie {
  margin-top: 160px;
}

.privacy_cookie p {
  margin-bottom: 30px;
}

.privacy_law {
  margin: 160px 0 120px;
}

.privacy_cookie h2, .privacy_law h2 {
  font-size: 2.4rem;
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  margin-bottom: 32px;
}

/* .privacy_item table {
    width: 100%;
    margin-bottom: 120px;
} */
.privacy_law dt {
  font-size: 1.7rem;
  font-weight: 700;
  background: #eee;
  padding: 3px 10px 5px 28px;
}

.privacy_law dd {
  font-size: 1.5rem;
  padding: 6px 10px 11px 50px;
}

.privacy_item table tr:nth-child(odd) td {
  font-size: 1.7rem;
  font-weight: 700;
  background: #eee;
  padding: 3px 10px 5px 28px;
}

.privacy_item table tr:nth-child(even) td {
  font-size: 1.5rem;
  padding: 6px 10px 11px 50px;
}

@media screen and (max-width: 1320px) {
  .footer_access_txt {
    width: 360px;
    margin: 31px 0 0 0;
  }
  .footer_access_map {
    width: 720px;
  }
  .footer_access {
    max-width: 90%;
  }
  .ttl_personal_vertical {
    font-size: 6rem;
    bottom: auto;
    top: 0;
    transform: inherit;
    height: max-content;
    z-index: 2;
  }
}

/*1300px*/
@media screen and (max-width: 1260px) {
  .feature_l {
    width: 46.9%;
  }
  .feature_flex2 img {
    width: 54.5%;
  }
}

/*1220px*/
@media screen and (max-width: 1220px) {
  .footer_access_map {
    width: 65%;
  }
  .feature_r {
    margin-left: 4%;
  }
  .feature_flex2 img {
    margin-top: 0px;
    transition: all .3s ease 0s;
  }
  .feature_l {
    width: 44%;
    transition: all .3s ease 0s;
  }
  .feature_r {
    width: 37%;
  }
}

/*1220px*/
@media screen and (max-width: 1180px) {
  .feature_flex2 img {
    margin-top: 25px;
    transition: all .3s ease 0s;
  }
  #machine .feature_r {
    min-width: 427px;
  }
}

/*1180px*/
@media screen and (max-width: 1024px) {
  .mv_top {
    height: auto;
  }
  .fadeIn_intro_block {
    width: 100%;
  }
  .singlecheck, .singlecheck2 {
    width: 100%;
    /* max-width: 100%; */
    text-align: center;
    align-items: center;
  }
  .neme_check {
    word-wrap: break-word;
    text-align: left;
  }
  .checkarea_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #modal-content, #modal-content2 {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
  .infiniteslide li {
    background: #fff;
  }
  .menu_bg1, .menu_bg2, .menu_bg3 {
    height: auto;
    max-width: 92vw;
  }
  .menu_contents {
    width: auto;
  }
  .ttl_vertical {
    width: 8vw;
  }
}

/*1024px*/
@media screen and (max-width: 1120px) {
  .global_nav li.navi_ganzan_beauty {
    width: 185px;
  }
  input[type="checkbox"]:checked + .ganzan_beauty + .ganzan_beauty_menu li a {
    padding: 6px 10px;
    font-size: 1.3rem;
  }
  .feature_r h4 {
    font-size: clamp(1.9rem, 2vw, 2.1rem);
  }
  .feature_flex2 p {
    width: 50%;
    margin-left: 2%;
  }
  .feature_flex2 img {
    width: 45%;
  }
}

/*1120px*/
@media screen and (max-width: 1090px) {
  .navi_line a, .navi_web a {
    padding: 16px 5px 18px 15px !important;
  }
  .navi_line, .navi_web {
    width: 160px;
  }
  .global_nav li.navi a {
    width: 100px;
  }
}

/*1090px*/
@media screen and (max-width: 530px) {
  .training_type2 li .txt_area .txt_trial_type1 {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1px;
    width: max-content;
    padding: 0 15px;
    margin: 0 auto 5px;
  }
  .txt_trial_type2 {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .txt_trial_type3 .yen {
    font-size: 3.5rem;
    top: -5px;
    left: -4px;
  }
  .txt_trial_type3 {
    font-size: 4rem;
    margin: 10px 0 15px;
    letter-spacing: 2px;
  }
  .txt_trial_type3 .tax {
    font-size: 1.4rem;
  }
  .txt_trial_type4 {
    font-size: 1.3rem;
    max-width: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .mv_top .slick-slide img {
    margin: auto !important;
  }
  .icon_pointer {
    left: 70%;
    top: 83%;
    width: 32vw;
    min-width: 71px;
  }
  .footer_access_txt {
    width: 100%;
  }
  .footer_access_map {
    width: 100%;
  }
  .mv_txt {
    bottom: -24px;
  }
  .fv_facility_bg {
    height: 130px;
  }
  .page_title {
    top: 37px;
  }
  .page_title .en {
    font-size: 2.7rem;
    padding-bottom: 8px;
    letter-spacing: 3px;
    height: 35px;
    white-space: nowrap;
  }
  .page_title .en::after {
    bottom: 0;
  }
  .page_title .jp {
    font-size: 1.4rem;
  }
  .tours_map_intro {
    max-width: 100%;
    background: url("images/smt_map_bg.png") no-repeat left 0 top 0/cover;
    height: 0;
    padding-top: 132.4%;
    margin-top: 30px;
  }
  .tours_logo {
    width: 211px;
    margin-top: -62px;
  }
  .tours_txt {
    font-size: 1.5rem;
    margin-bottom: 102px;
    letter-spacing: 2px;
    margin-left: 9px;
  }
  .facility_map {
    background: url("images/smt_facility_map.png") no-repeat top center/360px auto;
    width: 360px;
    height: 660px;
    margin: auto;
    position: relative;
    left: -5px;
  }
  .map_character {
    width: 250px;
    top: -72px;
    margin-left: -13px;
  }
  .map_area {
    height: 670px;
    padding: 21px 0;
  }
  a.plot img {
    width: 25px;
  }
  .plot_a {
    left: 193px;
    top: 176px;
  }
  .plot_b {
    left: 275px;
    top: 128px;
  }
  .plot_c {
    left: 246px;
    top: 63px;
  }
  .plot_d {
    left: 222px;
    top: 30px;
  }
  .plot_e {
    left: 183px;
    top: 114px;
  }
  .plot_f {
    left: 96px;
    top: 34px;
  }
  .plot_g {
    left: 84px;
    top: 91px;
  }
  .plot_h {
    left: 60px;
    top: 215px;
  }
  .plot_i {
    left: 68px;
    top: 262px;
  }
  .plot_j {
    left: 108px;
    top: 188px;
  }
  .plot_k {
    left: 135px;
    top: 204px;
  }
  .plot_l {
    left: 156px;
    top: 256px;
  }
  .plot_m {
    left: 307px;
    top: 210px;
  }
  .plot_n {
    left: 307px;
    top: 242px;
  }
  .plot_o {
    left: 274px;
    top: 471px;
  }
  .plot_p {
    left: 240px;
    top: 425px;
  }
  .plot_q {
    left: 242px;
    top: 347px;
  }
  .plot_r {
    left: 46px;
    top: 387px;
  }
  .plot_s {
    left: 125px;
    top: 401px;
  }
  .plot_t {
    left: 169px;
    top: 426px;
  }
  .plot_u {
    left: 148px;
    top: 454px;
  }
  .plot_v {
    left: 73px;
    top: 555px;
  }
  .plot_w {
    left: 156px;
    top: 558px;
  }
  .plot_x {
    left: 309px;
    top: 539px;
  }
  #modal-content2 {
    max-width: 100%;
    width: 100%;
  }
  #modal-close2 {
    top: -50px;
    right: 0;
  }
  .facility_info {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 28px 0px 40px 0;
    justify-content: flex-start;
    background: none;
  }
  .modal_wrap2 .slick-list {
    margin-bottom: 0 !important;
  }
  .facility_mark {
    width: 59px;
    height: 59px;
    font-size: 3.8rem;
    left: 0;
    top: 30px;
    transform: none;
  }
  .facility_name {
    display: grid;
    place-items: center flex-start;
    min-height: 60px;
    margin: 0 0 0 90px;
    text-align: left;
    line-height: 1.5;
  }
  .facility_info p {
    max-width: 70%;
    margin: 30px auto 0px;
  }
  .facility_cont .next_icon {
    right: 15px;
    top: auto;
    bottom: 14%;
    width: 14px;
  }
  .facility_cont .prev_icon {
    left: 15px;
    top: auto;
    bottom: 14%;
    width: 14px;
  }
  .facility_map_note {
    display: none;
  }
  .facility_thumb_info {
    width: 100%;
    min-height: 220px;
    height: 220px;
  }
  .smt_facility_map_note {
    background: url("images/grid_bg.png") repeat top -8px center/17px auto;
    padding: 20px 5% 30px;
  }
  .smt_facility_map_note img {
    width: 100%;
    max-width: 276px;
    margin: 0 auto 20px;
  }
  .facility_thumb .slick-list {
    margin-bottom: 0 !important;
  }
  .facility_movie .tab_area::before {
    display: none;
  }
  .facility_movie {
    padding: 60px 0;
  }
  .tab-movie_content {
    max-width: 100%;
  }
  .tab-movie_content {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .tab-movie_content iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .tab_movie_type, .tab_movie_type2 {
    width: 46%;
  }
  .tab_movie_type2 {
    margin-left: 4%;
  }
  .facility_movie .tab_area {
    margin: 0px auto 0;
  }
  .feature_flex1 {
    flex-wrap: wrap;
  }
  .feature_l {
    width: 90%;
    margin: 0 auto 20px;
  }
  .ttl_personal_vertical {
    display: none;
  }
  .ttl_personal {
    width: 100%;
    min-height: 60px;
    justify-content: center;
    padding: 0 0 2px 0;
    font-size: 1.9rem;
    letter-spacing: 2px;
    top: 30px;
    left: 0;
  }
  .feature_r {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .feature_r .feature_r_copy {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .feature_r p {
    line-height: 2.26;
  }
  .feature_flex2 {
    max-width: 90%;
    margin: 0 auto 40px;
    flex-wrap: wrap;
  }
  .feature_flex2 img {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature_flex2 p {
    width: 100%;
    margin: 0 auto 20px;
    order: 1;
    line-height: 2.26;
  }
  .ttl_feature_personal {
    font-size: 1.8rem;
    letter-spacing: 2px;
    background: url("images/fukidashi_bk_l.svg") no-repeat left 10px bottom 8px/17px 32px, url("images/fukidashi_bk_r.svg") no-repeat right 10px bottom 8px/17px 32px;
    width: max-content;
    margin: 0 auto 15px;
    padding: 0 50px;
    line-height: 1.4;
  }
  .ttl_feature_personal::before, .ttl_feature_personal::after {
    display: none;
  }
  ul.feature_personal {
    max-width: 90%;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  ul.feature_personal li {
    width: 100%;
    margin-bottom: 30px;
  }
  ul.feature_personal li h5 {
    font-size: 1.8rem;
  }
  .vip_plan > p {
    font-size: 1.8rem;
    letter-spacing: 3px;
    line-height: 1.5;
  }
  .vip_plan ul {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto 15px;
  }
  .vip_plan ul li {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  ul.feature_personal li p {
    width: 100%;
  }
  .facility_feature {
    padding: 0;
  }
  .women_point {
    padding: 60px 20px 20px;
    margin: 40px auto 0;
  }
  .women_point li {
    padding-left: 40px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .women_point li::before {
    background: url("images/icon_checked.svg") no-repeat top 10px left/30px auto;
    width: 32px;
    height: 40px;
  }
  .women_point h4 {
    font-size: 1.7rem;
    height: 30px;
    width: 90%;
    letter-spacing: 2px;
  }
  .feature_women {
    margin: 60px auto 0;
  }
  .feature_women ul {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .feature_women ul li {
    width: 100%;
  }
  .feature_women p {
    font-size: 1.6rem;
    letter-spacing: 1px;
    max-width: 90%;
    margin: 0 auto 20px;
  }
  #machine .feature_r {
    min-width: 90%;
  }
  .machine_beginner::before {
    width: 35px;
    height: 45px;
    left: -15px;
    top: -25px;
  }
  .machine_beginner p {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .machine_beginner::after {
    width: 80px;
    height: 113px;
  }
  .machine_beginner {
    width: 100%;
    padding: 20px 50px 25px 25px;
    max-width: 330px;
    margin: 45px auto 0;
  }
  .ttl_machine_menu_slide {
    font-size: 1.8rem;
    letter-spacing: 2px;
    background: url("images/fukidashi_green_l.png") no-repeat left 10px bottom/17px 32px, url("images/fukidashi_green_r.png") no-repeat right 10px bottom/17px 32px;
    margin: 0 auto 15px;
    line-height: 1.4;
    width: max-content;
    padding: 0 40px;
  }
  .tab_machine_type {
    width: 48%;
  }
  .tabs .tab-button_machine {
    font-size: 1.4rem;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    letter-spacing: 0;
    background: url("images/smt_arrow_down_bk.png") no-repeat bottom 5px center/14px auto, #fff;
    padding-bottom: 15px;
  }
  .tabs .tab-button_machine.active {
    font-size: 1.4rem;
    width: 100%;
    height: 50px;
    letter-spacing: 0;
    background: url("images/smt_arrow_down_wh.png") no-repeat bottom 5px center/14px auto, #333;
    padding-bottom: 15px;
  }
  .tabs .tab-button_machine.active:hover {
    color: #fff;
  }
  .tabs .tab-button_machine:hover {
    color: inherit;
  }
  .facility_machine .tab_area .tabs {
    max-width: 96%;
    flex-wrap: wrap;
    margin: 0 auto 5px;
    padding-bottom: 10px;
  }
  .tab-button_machine.active::before {
    display: none;
  }
  .ttl_machine_sub {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.73;
  }
  .slide_machine_area {
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .slide_machine {
    width: 100%;
    margin: auto;
    order: 1;
  }
  .slide_thumb {
    width: 100%;
    margin: 0 auto 20px;
    order: 0;
  }
  .slide_thumb .item {
    height: auto;
  }
  .slide_machine_area .item .name .ttl {
    margin: 15px 0 13px;
    font-size: 1.7rem;
  }
  .slide_machine_area .item .name p {
    font-size: 1.5rem;
    line-height: 2.26;
  }
  #machine_menu_slide {
    margin: 0 auto 30px;
  }
  .fv_menu_bg {
    height: 130px;
  }
  .bnr_menu_campaign a {
    width: 90%;
    height: 0;
    background: url("images/smt_bnr_menu_campaign.jpg") no-repeat center center/cover;
    margin: 60px auto 40px;
    padding-bottom: 102.5%;
  }
  .bnr_menu_campaign_p {
    display: none;
  }
  .bnr_menu_campaign_txt {
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, 0%);
    width: auto;
  }
  .bnr_menu_campaign_month {
    font-size: 2rem;
    line-height: 1.2;
    padding: 2px 16px;
    letter-spacing: 6px;
    width: max-content;
  }
  .bnr_menu_campaign_month span {
    font-size: 3rem;
    position: relative;
    right: 1px;
    top: 0px;
  }
  #page_menu .icon_pointer {
    right: -70px;
    bottom: -60px;
    left: auto;
    top: auto;
    width: 32vw;
    min-width: 71px;
  }
  ul.page_link {
    flex-wrap: wrap;
  }
  ul.page_link li {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  ul.page_link li a {
    font-size: 1.4rem;
    height: 45px;
  }
  .menu_wrap {
    display: none;
  }
  .menu_bg1, .menu_bg2, .menu_bg3 {
    background: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
  .smt_menu_bg1 {
    background: url("images/smt_menu_img1.jpg") no-repeat left top/cover;
    height: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-bottom: 188.9%;
  }
  .smt_menu_bg2 {
    background: url("images/smt_menu_img2.jpg") no-repeat left top/cover;
    height: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-bottom: 188.9%;
  }
  .ttl_menu {
    width: 100%;
    min-height: 60px;
    padding: 0 0 5px 40px;
    font-size: 1.9rem;
    letter-spacing: 4px;
    max-width: 90%;
  }
  .menu_box {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .menu_contents {
    width: 90%;
    margin: -300px auto 0;
  }
  .smt_menu_bg3 {
    background: url("images/smt_menu_img3.jpg") no-repeat left top/cover;
    height: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-bottom: 188.9%;
  }
  .menu_list1 {
    margin: 38px auto 45px 0;
  }
  table.plan_list tr td {
    letter-spacing: 0;
  }
  table.plan_list tr:first-child td {
    font-size: 1.2rem;
    padding: 5px 0;
  }
  table.plan_list tr td:nth-child(1) {
    font-size: 1.1rem;
    width: 26%;
  }
  table.plan_list tr td:nth-child(2) {
    font-size: 1.2rem;
    letter-spacing: 1px;
    width: 42%;
    text-align: center;
  }
  table.plan_list tr td:nth-child(2) span {
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
  }
  table.plan_list tr td:nth-child(3) {
    font-size: 1.2rem;
  }
  table.plan_list tr td span {
    width: auto;
  }

  table.option_list tr th{
    font-size: 1.2rem;
  }
  table.option_list tr td{
    font-size: 1.1rem;
  }
  table.option_list tr th,
  table.option_list tr td{
    vertical-align: middle;
  }


  table.inner_table,
  table.inner_table tbody,
  table.inner_table tr,
  table.inner_table tr td {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  table.inner_table tr td {
    line-height: 1.3;
  }
  table.inner_table tr {
    margin-top: 10px;
  }
  .menu_ttl1 {
    font-size: 1.6rem;
  }
  .menu_ttl2 {
    font-size: 1.6rem;
  }
  .menu_beginner_support {
    background: url("images/grid_bg.png") repeat top -8px center/17px auto;
    height: auto;
    padding: 30px 0 23px;
    margin: 40px auto 40px;
  }
  .menu_beginner_support_inner {
    max-width: 100%;
    padding: 0 5%;
  }
  .illust_support {
    width: 200px;
  }
  .ttl_menu_plan {
    width: max-content;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    padding: 6px 22px 10px;
  }
  .ttl_recommend_beginner {
    width: 270px;
    height: 45px;
    font-size: 1.6rem;
    margin-top: 50px;
  }
  .ttl_trial_type {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .ttl_trial_type span {
    font-size: 2.2rem;
    padding-left: 0px;
    display: block;
    margin-top: 7px;
  }
  .training_type2 {
    flex-wrap: wrap;
  }
  .training_type2 li {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 86.13%;
    margin-bottom: 10px;
  }
  .training_type2 li .txt_area {
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
  }
  .accordion {
    margin: 0 auto 30px;
  }
  .accordion-content {
    padding: 20px 20px 30px;
  }
  .accordion-title {
    padding: 15px 5px 18px 5px;
    font-size: 1.5rem;
    line-height: 1.6;
    border-radius: 6px;
  }
  .accordion-title p {
    display: inline-block;
    padding-left: 0;
    letter-spacing: 2px;
  }
  .accordion-title p::before {
    background: url("images/icon_beginner_bk.png") no-repeat 0 0/15px auto;
    width: 16px;
    height: 25px;
    left: -27px;
    top: 1px;
    transform: inherit;
  }
  .accordion-title::after {
    right: 20px;
    top: 37%;
  }
  .accordion-title.open::after {
    top: 44%;
  }
  .flow_flex {
    flex-wrap: wrap;
  }
  .usage_flow {
    max-width: 100%;
  }
  .flow_flex img {
    margin: auto;
    width: 100%;
    max-width: 300px;
  }
  .usage_flow {
    text-align: center;
  }
  .usage_flow1 .ttl_flow, .usage_flow2 .ttl_flow, .usage_flow3 .ttl_flow {
    background-size: 30px auto;
    width: max-content;
    display: flex;
    align-items: center;
  }
  .ttl_flow {
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin: 0 auto 10px;
    padding-left: 45px;
  }
  .flow_flex p {
    margin: 0 auto 25px;
  }
  .flow_note {
    max-width: 100%;
    font-size: 1.6rem;
    padding: 15px 10px 15px;
    margin: 10px auto 30px;
    line-height: 1.7;
  }
  .btn_reserve a {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .ttl_menu_border {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
  ul.price_link {
    flex-wrap: wrap;
    margin: 0 auto 25px;
  }
  ul.price_link li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .ttl_price_type {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .ttl_price_type span {
    font-size: 1.4rem;
  }
  .txt_price_type {
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  table.price_type tr td {
    padding: 15px 0;
    height: auto;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  table.price_type tr td:nth-child(1) {
    width: 15%;
  }
  table.price_type tr td:nth-child(2) {
    width: 40%;
    font-size: 1.3rem;
  }
  .vip_service {
    padding: 25px 20px 15px;
    margin: 30px auto 0px;
  }
  table.price_type tr td:nth-child(3) {
    padding: 0 5px;
  }
  
  .plan_list_tax {
    font-weight: 400;
    font-size: 11px;
  }

  #standard_commit_plan {
    margin-bottom: 40px;
  }
  .vip_service ul {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 0 4%;
  }
  .vip_service ul li {
    margin-bottom: 15px;
    width: 48%;
  }
  .vip_service ul li p {
    margin-top: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .ttl_vip_service {
    font-size: 1.4rem;
    padding: 0 40px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  #vip_full_support_plan {
    margin-bottom: 40px;
  }
  .pair_menu .ttl_menu_plan {
    width: auto;
    margin-bottom: 20px;
}

  #monthly_plan table tr:first-child td {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  #monthly_plan table tr td {
    padding: 10px 5px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #monthly_plan table {
    margin-bottom: 20px;
  }
   #coupon_plan table tr:first-child td {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  #coupon_plan table tr td {
    padding: 10px 5px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #coupon_plan table {
    margin-bottom: 20px;
  }
  .menu_list2 {
    margin: 38px auto 45px 0;
  }
  .menu_list3 {
    margin: 0px auto 50px 0;
  }
  .past_box {
    flex-wrap: wrap;
  }
  .past_box {
    padding: 30px 20px 30px;
  }
  .past_box p {
    width: 100%;
  }
  .past_box ul li {
    font-size: 1.4rem;
  }
  .reference_price table tr td:first-child {
    width: 40%;
  }
  .reference_price table tr td {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .reference_price table tr td:first-child {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .reference_price p {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  ul.corporations_rental li {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 30px;
  }
  .caution {
    padding: 30px 20px;
  }
  .ttl_caution {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .caution ul li {
    font-size: 1.4rem;
  }
  #page_hbl #slider,
  #page_epilation #slider {
    height: calc(100svh - 200px);
    margin-bottom: 200px;
  }
  .vegas-slide-inner {
    height: calc(100vh - 70px) !important;
  }
  .slide_copy .slide_copy_h {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .slide_copy .slide_copy_p {
    /* display: none; */
    color: #333;
    margin: 50px auto 0;
  }
  .slide_copy {
    position: static;
    /* bottom: 220px;
        left: 0; */
    padding: calc(100svh - 300px) 20px 0;
  }
  .sp_slide_copy {
    font-size: 1.5rem;
    line-height: 2.26;
    max-width: 90%;
    margin: 10px auto 20px;
  }
  .bnr_opening_campaign {
    position: static;
    /* width: 100%;
        max-width: 270px;*/
    margin: 0 auto;
  }
  ul.side_sns_beauty {
    display: none;
  }
  .slide_wrap {
    margin-bottom: 50px;
  }
  .hbl_about_txt1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .hbl_about_txt2 {
    line-height: 2.26;
    text-align: left;
  }
  .hbl_about_txt {
    margin: 0 auto 45px;
  }
  .ttl_balloon2 {
    height: 45px;
    font-size: 1.8rem;
    margin: 30px auto 35px;
    padding: 0 35px 4px;
  }
  .treatment_example_list .next_icon {
    width: 20px;
    right: 2.7vw;
    margin-top: -4vw;
  }
  .treatment_example_list .prev_icon {
    width: 20px;
    left: 2.7vw;
    margin-top: -4vw;
  }
  .img_treatment {
    flex-wrap: wrap;
  }
  .img_treatment img {
    width: 100%;
  }
  .img_treatment img:first-child {
    margin-bottom: 15px;
  }
  .ttl_treatment span {
    font-size: 2.3rem;
  }
  .ttl_treatment {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  ul.treatment_example_list {
    margin: 30px 0 20px;
  }
  .hbl_for_men {
    padding: 30px 0 40px;
  }
  .ttl_balloon2_2 {
    height: 45px;
    font-size: 1.6rem;
    margin: 10px auto 40px;
    padding: 0 20px 4px;
  }
  .hbl_for_men_inner ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .hbl_for_men_inner ul li {
    width: 90%;
    margin: 0 auto 25px;
  }
  .hbl_for_men_inner ul li img {
    width: 100%;
    margin-bottom: 10px;
  }
  .eyebrows_check_sheet_img {
    height: 140px;
  }
  .eyebrows_check_sheet_img p {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .matching_check2 {
    max-width: 90%;
    padding: 30px 20px 30px;
  }
  .eyebrows_check_sheet_bg {
    padding: 30px 0 0;
  }
  .ttl_matching_check2 {
    font-size: 2.4rem;
    margin-bottom: 35px;
    letter-spacing: 3px;
    line-height: 1.5;
  }
  .ttl_matching_check2::after {
    bottom: -18px;
  }
  .singlecheck2 {
    max-width: max-content;
    margin: 0 auto 45px;
  }
  .result_eyebrows {
    width: 100%;
    padding: 18px 0 22px 0px;
    left: 0;
  }
  .result_eyebrows::before {
    top: auto;
    left: 87px;
    border: 11px solid transparent;
    border-right: 35px solid #fff;
    bottom: -21px;
    transform: rotate(-53deg);
  }
  .result_eyebrows .type {
    font-size: 1.4rem;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 2.3;
  }
  .result_eyebrows::after {
    bottom: -29px;
    left: -7px;
    background: url("images/character_matching_check.png") no-repeat 0 0/105px auto;
    width: 105px;
    height: 125px;
  }
  .result_eyebrows span::before {
    background: url("images/check_num_bg.png") no-repeat bottom center/45px auto;
    width: 47px;
    height: 38px;
    left: 4px;
    top: 4px;
  }
  .result_eyebrows span {
    font-size: 2.3rem;
    padding: 2px 0 0 0;
    width: 55px;
  }
  .btn_check a {
    font-size: 1.6rem;
    padding: 8px 0 13px 0;
    margin: auto;
    width: 90%;
    height: auto;
    letter-spacing: 4px;
    line-height: 1.4;
  }
  .eyebrows_check_sheet_bg {
    height: auto;
    padding-bottom: 66px;
  }
  .hbl_flow {
    padding: 55px 0 10px;
  }
  ul.hbl_flow_list li {
    width: 100%;
    max-width: 300px;
    margin-bottom: 80px;
    padding-bottom: 25px;
  }
  ul.hbl_flow_list {
    gap: 0 0;
    margin-top: 45px;
    flex-direction: column;
    align-items: center;
  }
  ul.hbl_flow_list li h3 {
    font-size: 1.8rem;
    padding: 10px 0px 10px;
    margin: 0 auto 10px;
  }
  ul.hbl_flow_list li::after {
    top: -39px;
    right: 10px;
    font-size: 4.0rem;
  }
  ul.hbl_flow_list li::before {
    left: 50%;
    top: auto;
    transform: translate(-50%, -50%) rotate(90deg);
    bottom: -18vw;
    z-index: 9;
  }
  ul.hbl_flow_list li:first-child::before {
    background: url("images/arrow_rounded_r.svg") no-repeat 0 0/10px auto;
  }
  ul.hbl_flow_list li:last-child::before {
    background: none;
  }
  ul.hbl_flow_list li:last-child {
    margin-bottom: 45px;
  }
  .note_before_treatment {
    font-size: 1.6rem;
    height: 45px;
    padding: 0 25px;
    letter-spacing: 2px;
    margin: 0 auto 30px;
    flex-wrap: wrap;
  }
  .smt_note_before_treatment {
    margin-bottom: 14px;
  }
  .smt_note_before_treatment p {
    background: rgba(51, 51, 51, 0.6);
    color: #fff;
    display: block;
    width: max-content;
    margin: 0 auto 10px;
    padding: 1px 18px 2px;
    font-size: 2.4rem;
    font-weight: 700;
  }
  ul.note_before {
    margin: 0 auto 45px;
  }
  ul.note_before li {
    flex-wrap: wrap;
  }
  ul.note_before li img {
    max-width: 220px;
    width: 100%;
    margin: 0 auto 32px;
  }
  ul.note_before li .note_before_txt {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  ul.note_before li .note_before_txt p {
    line-height: 2.33;
  }
  ul.note_before li .note_before_txt .ttl_note_before span {
    font-size: 1.8rem;
    padding: 2px 8px 3px;
    width: max-content;
    margin: 0 auto 5px;
    line-height: 1.5;
  }
  .ttl_note_before {
    width: 100%;
  }
  ul.note_before li .note_before_txt .num {
    display: none;
  }
  .hbl_accordion-title {
    padding: 17px 25px 20px 45px;
  }
  .hbl_accordion-title::before {
    font-size: 2em;
    left: 13px;
    top: 19px;
  }
  .hbl_accordion-title::after {
    right: 15px;
    top: 35%;
  }
  .hbl_accordion-title.open::after {
    top: 45%;
  }
  .hbl_accordion-content {
    padding: 17px 25px 20px 45px;
  }
  .hbl_accordion-content::before {
    font-size: 3rem;
    left: 14px;
    top: 21px;
  }
  .hbl_accordion {
    margin: 0 auto;
  }
  .hbl_price {
    padding: 40px 0;
  }
  .bnr_hbl_campaign {
    flex-wrap: wrap;
  }
  .bnr_hbl_campaign_img {
    width: 100%;
  }
  .bnr_hbl_campaign_txt {
    width: 100%;
    padding: 15px 10px 30px;
    letter-spacing: 2px;
  }
  .bnr_hbl_campaign_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .smt_num {
    font-size: 4.0rem;
    color: #858585;
    text-align: center;
    width: 100%;
    margin: 0 auto 15px;
    position: relative;
    font-family: 'Secular One', sans-serif;
  }
  .smt_num::after {
    content: "";
    display: inline-block;
    width: 110px;
    height: 1px;
    background: #858585;
    position: absolute;
    bottom: 16px;
    left: calc(50% - 55px);
  }
  .bnr_hbl_campaign_ttl {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.42;
    background: url("images/fukidashi_hbl_campaign_l.svg") no-repeat left 0 bottom/36px 43px, url("images/fukidashi_hbl_campaign_r.svg") no-repeat right 0 bottom/36px 43px;
    padding: 0 45px;
    width: max-content;
    margin: 0 auto 15px;
  }
  .bnr_hbl_campaign_p {
    background: none;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.86;
    margin: 0 auto 40px;
  }
  .bnr_hbl_campaign_price {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }
  .normal_price::after {
    background: url("images/arrow_price_r.svg") no-repeat 0 0/19px auto;
    width: 20px;
    height: 20px;
    top: auto;
    right: 50%;
    bottom: -31px;
    transform: translate(50%, 0%) rotate(90deg);
  }
  .normal_price {
    margin: 0 auto 30px;
  }
  .campaign_price span {
    display: none;
  }
  .hbl_price_box1, .hbl_price_box2 {
    padding: 30px 0 30px 5px;
    height: auto;
    width: 100%;
    margin: 0 auto 30px;
  }
  .hbl_price_box2 {
    margin-bottom: 50px;
  }
  .hbl_price_box1::after, .hbl_price_box2::after {
    height: 100%;
    width: 100%;
  }
  .price_box_list {
    flex-wrap: wrap;
  }
  .hbl_price_course {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .benefit_ganzan_fitness {
    padding: 20px 0 50px;
  }
  .benefit_ganzan_fitness p {
    max-width: 96%;
    margin: 0 auto 20px;
    line-height: 1.86;
  }
  .hbl_price_box2 p {
    margin-top: 10px;
  }
  .ttl_balloon3 {
    width: 100%;
  }
  .reserve_step {
    max-width: 100%;
    /* flex-wrap: wrap; */
  }
  /* .reserve_step li:nth-child(1) {
    background: url("images/smt_reserve_step01.png") no-repeat 0 0/cover;
    width: 100%;
    height: 250px;
  }
  .reserve_step li:nth-child(2) {
    background: url("images/smt_reserve_step02.png") no-repeat 0 0/cover;
    width: 100%;
    height: 280px;
  } */
  .line_reserve_step {
    max-width: 100%;
    flex-wrap: wrap;
  }
  /* .line_reserve_step li:nth-child(1) {
    background: url("images/smt_line_reserve_step01.png") no-repeat 0 0/cover;
    width: 100%;
    height: 350px;
  }
  .line_reserve_step li:nth-child(2) {
    background: url("images/smt_line_reserve_step02.png") no-repeat 0 0/cover;
    width: 100%;
    height: 250px;
  }
  .line_reserve_step li:nth-child(3) {
    background: url("images/smt_line_reserve_step03.png") no-repeat 0 0/cover;
    width: 100%;
    height: 379px;
  } */
  .reserve_step li {
    padding: 80px 30px 40px;
  }
  .reserve_step .reserve_step_btn a {
    height: 60px;
    line-height: 1.5;
  }
  /* .reserve_step li:nth-child(1) p {
    padding: 90px 0 2px 0;
  } */
  .reserve_step_qr {
    display: none;
  }
  .step_flex {
    left: 0;
    justify-content: center;
    margin-top: 30px;
  }
  /* .reserve_step li:nth-child(2) p {
    padding: 174px 0 0 3px;
  }
  .line_reserve_step li:nth-child(1) p {
    padding: 25vw 0px 22px 0px;
  } */
  .step_flex2 {
    flex-direction: column;
  }
  .line_reserve_step_qr {
    margin-right: 24px;
  }
  .line_reserve_step_add {
    margin: 17px 23px 0 0;
  }
  .line_reserve_step li:nth-child(2) p {
    padding: 50vw 0 0 0;
  }
  .line_reserve_step li:nth-child(3) p {
    padding: 52vw 0 0 0;
  }
  .img_hbl_ganzan_beauty {
    background: url("images/smt_img_hbl_ganzan_beauty.jpg") no-repeat 0 0/cover;
    padding-bottom: 66%;
  }
  .img_hbl_ganzan_beauty div {
    width: 100%;
  }
  .img_hbl_ganzan_beauty div p {
    letter-spacing: 2px;
    font-size: 1.4rem;
    width: 90%;
    margin: auto;
  }
  .img_hbl_ganzan_beauty div img {
    width: 79%;
    margin: 0 auto 15px;
    display: block;
    max-width: 320px;
  }
  #beauty_menu_slide2 {
    max-width: 100%;
  }
  #beauty_menu_slide2 .slider-titles {
    max-width: 100%;
    margin: -29px auto 0;
    justify-content: flex-start;
    padding-bottom: 10px;
    position: relative;
    top: 0;
    z-index: 99;
    flex-wrap: wrap;
  }
  #beauty_menu_slide2 .slide-title {
    width: 33.33%;
    width: calc(100% / 3);
    height: auto;
    min-height: 40px;
    justify-content: flex-start;
    padding: 6px 15px 5px 8px;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
  }
  #beauty_menu_slide2 .slide-title::after {
    content: "";
    background: url("images/smt_arrow_beauty_menu.svg") no-repeat 0 0/11px auto;
    width: 20px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 2px;
  }
  #beauty_menu_slide2 .main-slider .slide_contents {
    flex-wrap: wrap;
  }
  #beauty_menu_slide2 .main-slider .slide_contents_left {
    width: 86%;
    margin: 0 auto;
    order: 1;
    padding: 40px 0 80px;
  }
  #beauty_menu_slide2 .main-slider .slide_contents_right {
    order: 0;
    max-width: 100%;
    width: 100%;
  }
  #beauty_menu_slide2 .slide_contents_right.for_men::after {
    background: url("images/for_men.png") no-repeat top right/138px auto;
    width: 138px;
    height: 134px;
  }
  #beauty_menu_slide2 .main-slider img {
    width: 100%;
    height: 250px;
  }
  .before_after_img {
    text-align: center;
    max-width: 220px !important;
    margin: auto;
  }
  #beauty_menu_slide2 .main-slider img {
    width: 100%;
    height: 250px;
  }
  #beauty_menu_slide2 .slide_contents_right::before {
    display: none;
  }
  #beauty_menu_slide2 ul.before_after li {
    width: auto;
  }
  #beauty_menu_slide2 ul.before_after li:first-child::after {
    content: "";
    display: inline-block;
    background: url("images/arrow_before_after.png") no-repeat center right/21px auto;
    width: 21px;
    height: 38px;
    position: absolute;
    right: -10%;
    bottom: 50%;
    margin-bottom: 16px;
    transform: translate(50%, 50%);
  }
  #beauty_menu_slide2 ul.before_after li:first-child::after {
    /* right: 5%; */
    content: none;
  }
  .ttl_hwl_about_ganzan {
    font-size: 1.8rem;
    padding: 0 45px 0 50px;
  }
  .hwl_about_ganzan p {
    max-width: 90%;
    margin: 0 auto 30px;
    text-align: left;
  }
  .img_hbl_ganzan_beauty2 {
    height: 160px;
  }
  .hwl_about_ganzan {
    padding: 40px 0 5px;
  }
  .btn_for_ganzan a {
    font-size: 1.7rem;
    justify-content: center;
    padding: 10px 0 13px 0;
    width: 90%;
    height: auto;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .btn_for_ganzan {
    margin-bottom: 40px;
  }
  .hwl_about_ganzan::after {
    background: url("images/mark_hukidashi3.png") no-repeat 100%/50px auto;
    width: 50px;
    height: 50px;
    bottom: -34px;
  }
  #page_hbl .ganzan_ganzan_beauty {
    margin-top: 0px;
  }
  #footer_beauty {
    padding: 25px 0 65px;
  }
  #page_privacy p {
    line-height: 2.26;
  }
  .fv_privacy_bg {
    height: 130px;
  }
  .privacy_intro {
    margin: 25px 0 30px;
  }
  .privacy_item h3 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .privacy_item ol {
    margin: 25px 0 0;
  }
  .privacy_item {
    margin-bottom: 35px;
  }
  #page_privacy .mb40 {
    margin-bottom: 35px !important;
  }
  .privacy_contact p {
    margin-bottom: 25px;
  }
  .privacy_cookie, .privacy_law {
    margin-top: 60px;
  }
  .privacy_item table {
    margin-bottom: 0px;
  }
  .privacy_item table tr:nth-child(2n) td {
    font-size: 1.4rem;
    padding: 6px 10px 11px 30px;
  }
  .privacy_item table tr:nth-child(2n+1) td {
    font-size: 1.5rem;
    padding: 3px 10px 5px 23px;
  }
  .privacy {
    padding-bottom: 10px;
  }
  .entry_guide_area2 {
    padding: 40px 0 55px;
  }
}

/*768px*/
/* wordpress BLOG 固有設定 */
.fv_blog_bg {
  background: url("images/blog_fv.jpg") no-repeat top center/cover;
  height: 320px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fv_blog_bg {
    height: 130px;
  }
}

.search_block {
  display: none;
}

.wpp-notice {
  display: none;
}

.common_single .post_cat {
  background: #4dbbaa;
  min-width: 90px;
  height: 22px;
  padding: 0px 10px 2px;
  margin: 0 auto 0 0;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.32em;
  display: inline-block;
}

/* wordpress BLOG */
.type_col2 {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 768px) {
  .type_col2 {
    width: 100%;
    padding: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.type_col2 .left_area {
  width: 620px;
  margin-right: auto;
  width: 100%;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 768px) {
  .type_col2 .left_area {
    width: 100%;
    flex-direction: column;
  }
}

.type_col2 .right_area {
  width: 270px;
  margin-left: auto;
  margin-top: -34px;
}

@media screen and (max-width: 768px) {
  .type_col2 .right_area {
    width: 100%;
  }
}

.side_col .block {
  margin: 60px 0 0;
}

.side_col .block .block_head {
  border-bottom: 1px solid #333;
  padding: 5px 20px 10px;
  margin: 0 0 25px;
  display: -webkit-flex;
  display: flex;
}

.side_col .block .block_head .en {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
}

.side_col .block .block_head .jp {
  width: 75px;
  padding: 3px 0 0;
  margin: 0 0 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
}

.side_col .category_block {
  margin-top: 0;
}

.side_col .category_block .block_head {
  margin-bottom: 20px;
}

.side_col .category_block .category_list {
  padding: 0 5px;
}

.side_col .category_block .category_list li {
  margin: 5px 0 0;
}

.side_col .category_block .category_list li:first-child {
  margin-top: 0;
}

.side_col .category_block .category_list li a {
  padding: 6px 0 6px 20px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
  display: -webkit-flex;
  display: flex;
}

.side_col .category_block .category_list li a .label {
  padding: 0 15px 0 0;
  letter-spacing: 0.24em;
}

.side_col .category_block .category_list li a .count {
  min-width: 40px;
  margin: 0 0 0 auto;
  text-align: right;
}

.side_col .search_block {
  margin-top: 40px;
}

.side_col .search_block .searchform {
  line-height: 1.0;
  display: -webkit-flex;
  display: flex;
}

.side_col .search_block .searchform label {
  display: none;
}

.side_col .search_block .searchform input[type="text"] {
  border: 1px solid #4dbbaa;
  border-right: none;
  width: 100%;
  height: 30px;
  padding: 0 13px 0 10px;
  margin: 0 -3px 0 0;
  font-family: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
}

.side_col .search_block .searchform button {
  background: #4dbbaa;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}

.side_col .ranking_block .block_head {
  margin-bottom: 30px;
}

.side_col .ranking_block .posts_block_small .post_box {
  margin-top: 20px;
}

.side_col .ranking_block .posts_block_small .post_box:first-child {
  padding: 0 20px;
  margin: 0 auto 20px;
}

.side_col .ranking_block .posts_block_small .post_box:first-child .link_box {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.side_col .ranking_block .posts_block_small .post_box:first-child .img_wrap {
  width: 100%;
  height: auto;
}

.wpp-ajax .post_box {
  position: relative;
}

.wpp-ajax .post_box .post_cat {
  display: none;
}

.wpp-ajax .post_box:nth-of-type(1) .img_wrap:after {
  content: "1";
  background: url("images/icon_rank.png") no-repeat center center/41px auto;
  width: 41px;
  height: 27px;
  margin: auto;
  color: #FFF;
  font-family: 'Secular One', sans-serif;
  font-size: 10px;
  font-size: 2.0rem;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wpp-ajax .post_box:nth-of-type(2) .img_wrap:after {
  content: "2";
  background: url("images/icon_rank.png") no-repeat center center/41px auto;
  width: 41px;
  height: 27px;
  margin: auto;
  color: #FFF;
  font-family: 'Secular One', sans-serif;
  font-size: 10px;
  font-size: 2.0rem;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.wpp-ajax .post_box:nth-of-type(3) .img_wrap:after {
  content: "3";
  background: url("images/icon_rank.png") no-repeat center center/41px auto;
  width: 41px;
  height: 27px;
  margin: auto;
  color: #FFF;
  font-family: 'Secular One', sans-serif;
  font-size: 10px;
  font-size: 2.0rem;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.side_col .ranking_block .posts_block_small .post_box:first-child .text_wrap {
  padding: 10px 0 0;
  margin-top: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.side_col .ranking_block .posts_block_small .post_box:first-child .text_wrap .meta_box {
  margin-top: 0;
  /* -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; */
}

.side_col .ranking_block .posts_block_small .post_box:first-child .text_wrap .meta_box .post_cat {
  margin: 0 auto 0 0;
}

.side_col .ranking_block .posts_block_small .post_box:first-child .text_wrap .post_title {
  margin: 5px 0 0;
  font-size: 1.5rem;
}

.side_col .archive_block .block_head {
  margin-bottom: 10px;
}

.side_col .archive_block .archive_list > li .year {
  padding: 10px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
  display: block;
  cursor: pointer;
  position: relative;
}

.side_col .archive_block .archive_list > li .year .count {
  margin: 0 0 0 2px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.side_col .archive_block .archive_list > li .year:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.side_col .archive_block .archive_list > li .year::after {
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 0;
}

.side_col .archive_block .archive_list > li .year.mode_open::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -7px;
}

.side_col .archive_block .archive_list > li ul {
  padding: 0 0 10px 25px;
  display: none;
}

.side_col .archive_block .archive_list > li ul li {
  margin: 2px 0 0;
}

.side_col .archive_block .archive_list > li ul li:first-child {
  margin-top: 0;
}

.side_col .archive_block .archive_list > li ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.0;
}

.side_col .archive_block .archive_list > li ul li a .count {
  margin: 0 0 0 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .side_col {
    padding-top: 50px;
  }
  .side_col .block {
    margin-top: 40px;
  }
  .side_col .block .block_head {
    padding: 5px 10px;
  }
  .side_col .block .block_head .en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .side_col .block .block_head .jp {
    width: 75px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* .side_col .new_block, .side_col .archive_block {
    display: none;
  } */
  .side_col .category_block {
    margin-top: 0;
  }
  .side_col .category_block .category_list li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.editor {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2.0;
  letter-spacing: 0.16em;
}

.editor img {
  max-width: 100%;
  /* width: 100%; */
  width: fit-content;
  height: auto;
  display: block;
  margin: 0 auto;
}

.editor img.aligncenter {
  display: block;
  margin: 0 auto;
}

.editor img.alignleft {
  float: left;
  display: inline;
}

.editor img.alignright {
  float: right;
  display: inline;
}

.editor img:not(:first-child) {
  margin-top: 40px;
}

.editor a {
  color: #789A9E;
  text-decoration: underline;
  display: inline;
}

.editor a:hover {
  text-decoration: none;
}

.editor p {
  margin-bottom: 35px;
  overflow: hidden;
}

.editor p:last-child {
  margin-bottom: 0;
}

.editor .headline1 {
  padding: 0 0 0 25px;
  margin: 0 0 40px;
  color: #44321e;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.24em;
  position: relative;
}

.editor .headline1::before, .editor .headline1::after {
  content: "";
  background: #4dbbaa;
  width: 5px;
  position: absolute;
  left: 0;
}

.editor .headline1::before {
  top: 5px;
  bottom: 13px;
}

.editor .headline1::after {
  border-radius: 100%;
  height: 5px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .editor .headline1 {
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .editor .headline1::before, .editor .headline1::after {
    width: 4px;
  }
  .editor .headline1::before {
    top: 2px;
    bottom: 8px;
  }
  .editor .headline1::after {
    height: 4px;
  }
}

.editor .headline3 {
  margin: 0 0 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.24em;
}

@media screen and (max-width: 768px) {
  .editor .headline3 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.editor .headline4 {
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.24em;
}

@media screen and (max-width: 768px) {
  .editor .headline4 {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
}

.editor .headline5 {
  margin: 0 0 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.24em;
}

@media screen and (max-width: 768px) {
  .editor .headline5 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

.editor .headline6 {
  margin: 0 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.24em;
}

@media screen and (max-width: 768px) {
  .editor .headline6 {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.editor .fukidashi {
  border: none;
  padding: 25px 0;
  margin: 0 0 20px;
  color: #4dbbaa;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
}

.editor .fukidashi::before, .editor .fukidashi::after {
  content: "";
  border-top: 2px solid #CBAB80;
  width: 35px;
  height: 0;
  position: absolute;
  left: 0;
}

.editor .fukidashi::before {
  top: 6px;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.editor .fukidashi::after {
  bottom: 6px;
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

@media screen and (max-width: 768px) {
  .editor .fukidashi {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.editor ul, .editor ol {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.editor ul li, .editor ol li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.editor ul {
  list-style-type: disc;
}

.editor ol {
  list-style-type: decimal;
}

@media screen and (max-width: 768px) {
  .editor {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .editor p {
    margin-bottom: 30px;
  }
}

.top_blog_area .post_box .img_wrap {
  position: relative;
}

.top_blog_area .post_box .img_wrap .box_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 66%;
}

.top_blog_area .post_box .text_wrap {
  width: 100%;
}

.top_blog_area .post_box .text_wrap .meta_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.top_blog_area .post_box .text_wrap .post_date {
  color: #bfbfbf;
  font-size: 1.3rem;
  margin: 5px 0;
}

.top_blog_area .post_box .text_wrap .post_cat {
  background: #4dbbaa;
  min-width: 90px;
  height: 22px;
  padding: 0px 10px 2px;
  margin: 0 auto 0 0;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.32em;
}

.top_blog_area .post_box .text_wrap .post_title {
  margin: 3px 0 0;
  font-size: 1.8rem;
  text-align: justify;
  line-height: 1.7;
  font-weight: 700;
}

.top_blog_area .post_box .text_wrap .author_box {
  margin: 25px 0 0;
  display: -webkit-flex;
  display: flex;
  letter-spacing: 0.04em;
}

.top_blog_area .post_box .text_wrap .author_box .author_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.top_blog_area .post_box .text_wrap .author_box .author_text_wrap {
  padding: 8px 0 0 30px;
}

.top_blog_area .post_box .text_wrap .author_box .author_text_wrap .author_head {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.0;
}

.top_blog_area .post_box .text_wrap .author_box .author_text_wrap .author_name {
  margin: 13px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
}

@media screen and (max-width: 768px) {
  .top_blog_area .post_box .text_wrap {
    padding-top: 15px;
  }
  .top_blog_area .post_box .text_wrap .post_date {
    font-size: 10px;
    font-size: 1rem;
  }
  .top_blog_area .post_box .text_wrap .post_date .w {
    display: none;
  }
  .top_blog_area .post_box .text_wrap .post_cat {
    background: #4dbbaa;
    min-width: 90px;
    height: 22px;
    padding: 0px 10px 2px;
    margin: 0 auto 0 0;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.32em;
  }
  .top_blog_area .post_box .text_wrap .post_title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top_blog_area .post_box .text_wrap .author_box {
    margin-top: 15px;
  }
  .top_blog_area .post_box .text_wrap .author_box .author_img {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .top_blog_area .post_box .text_wrap .author_box .author_text_wrap {
    padding: 5px 0 0 8px;
  }
  .top_blog_area .post_box .text_wrap .author_box .author_text_wrap .author_head {
    font-size: 10px;
    font-size: 1rem;
  }
  .top_blog_area .post_box .text_wrap .author_box .author_text_wrap .author_name {
    margin: 8px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.top_blog_area .latest_block {
  margin: 0 auto 105px;
}

.top_blog_area .latest_block .post_box {
  width: 100%;
  margin: 0 auto;
}

.top_blog_area .latest_block .post_box .link_box {
  display: -webkit-flex;
  display: flex;
}

.top_blog_area .latest_block .post_box .img_wrap {
  width: 540px;
  min-width: 540px;
}

.top_blog_area .latest_block .post_box .img_wrap .icon_new {
  background: url("images/icon_new.png") no-repeat 100% 100%/100px auto;
  width: 100px;
  height: 66px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.2em;
  display: block;
  position: absolute;
  top: -10px;
  left: 25px;
}

.top_blog_area .latest_block .post_box .text_wrap {
  padding: 55px 0 100px 70px;
  margin: 0;
  position: relative;
}

.top_blog_area .latest_block .post_box .text_wrap .post_title {
  margin: 25px 0 0;
  font-size: 20px;
  font-size: 2rem;
}

.top_blog_area .latest_block .post_box .text_wrap .author_box {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .top_blog_area .latest_block {
    margin-bottom: 40px;
  }
  .top_blog_area .latest_block .post_box {
    width: 100%;
    margin: 0 auto;
  }
  .top_blog_area .latest_block .post_box .link_box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .top_blog_area .latest_block .post_box .img_wrap {
    width: 100%;
    min-width: initial;
  }
  .top_blog_area .latest_block .post_box .img_wrap .icon_new {
    width: 100px;
    height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    top: -10px;
    left: -10px;
  }
  .top_blog_area .latest_block .post_box .text_wrap {
    padding: 15px 0 0;
  }
  .top_blog_area .latest_block .post_box .text_wrap .post_title {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top_blog_area .latest_block .post_box .text_wrap .author_box {
    position: static;
  }
}

.top_blog_area .posts_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_blog_area .posts_block .post_box {
  width: 300px;
  margin: 40px 20px 0;
}

@media screen and (max-width: 768px) {
  .top_blog_area .posts_block {
    margin: -40px -10px 0;
  }
  .top_blog_area .posts_block .post_box {
    width: 50%;
    padding: 0 10px;
    margin: 40px 0 0;
  }
}

.top_blog_area .posts_block.type2 {
  margin: -40px -30px 0;
}

.top_blog_area .posts_block.type2 .post_box {
  width: 200px;
  margin: 40px 30px 0;
}

.top_blog_area .posts_block.type2 .post_box .img_wrap .box_img {
  padding-bottom: 100%;
}

.top_blog_area .posts_block.type2 .post_box .text_wrap {
  padding: 20px 0 0;
}

.top_blog_area .posts_block.type2 .post_box .text_wrap .post_date .w {
  display: none;
}

.top_blog_area .posts_block.type2 .post_box .text_wrap .post_cat {
  background: none;
  min-width: initial;
  height: auto;
  padding: 0;
  color: #CBAB80;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.0;
  letter-spacing: 0.2em;
}

.top_blog_area .posts_block.type2 .post_box .text_wrap .post_title {
  margin-top: 10px;
}

.top_blog_area .posts_block.type2 .post_box .text_wrap .author_box {
  display: none;
}

@media screen and (max-width: 768px) {
  .top_blog_area .posts_block.type2 {
    margin: -30px 0 0;
  }
  .top_blog_area .posts_block.type2 .post_box {
    width: 50%;
    margin: 30px 0 0;
  }
  .top_blog_area .posts_block.type2 .post_box .text_wrap {
    padding-top: 15px;
  }
  .top_blog_area .posts_block.type2 .post_box .text_wrap .meta_box .post_date {
    font-size: 10px;
    font-size: 1rem;
  }
  .top_blog_area .posts_block.type2 .post_box .text_wrap .post_title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.top_blog_area .posts_block_small .post_box {
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
}

.top_blog_area .posts_block_small .post_box:first-child {
  margin-top: 0;
}

.top_blog_area .posts_block_small .post_box .link_box {
  display: -webkit-flex;
  display: flex;
}

.top_blog_area .posts_block_small .post_box .img_wrap {
  width: 90px;
  min-width: 90px;
}

.top_blog_area .posts_block_small .post_box .text_wrap {
  width: 100%;
  padding: 0 0 0 10px;
  margin: -3px 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.top_blog_area .posts_block_small .post_box .text_wrap .meta_box {
  margin: 5px 0 0;
}

.top_blog_area .posts_block_small .post_box .text_wrap .post_date {
  font-size: 10px;
  font-size: 1rem;
}

.top_blog_area .posts_block_small .post_box .text_wrap .post_date .w {
  display: none;
}

.top_blog_area .posts_block_small .post_box .text_wrap .post_cat {
  min-width: 90px;
  height: 17px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 17px;
}

.top_blog_area .posts_block_small .post_box .text_wrap .post_title {
  margin-top: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.top_blog_area .posts_block_small .post_box .text_wrap .author_box {
  display: none;
}

.top_blog_area .yarpp-related {
  margin: 0;
}

.top_blog_area .bottom_area {
  padding: 100px 0 0;
}

.top_blog_area .bottom_area .base_inner {
  border-top: 1px solid #4dbbaa;
  padding-top: 40px;
}

.top_blog_area .bottom_area .area_head {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top_blog_area .bottom_area {
    display: none;
  }
}

.top_blog_area .tag_list {
  margin: -20px -9px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.top_blog_area .tag_list li {
  margin: 20px 9px 0;
  line-height: 1.0;
}

.top_blog_area .tag_list li a {
  border: 1px solid #4dbbaa;
  border-radius: 10px;
  color: #4dbbaa;
  min-width: 84px;
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 24px;
  transition: 0.3s;
}

.top_blog_area .tag_list li a:hover {
  border: 1px solid #CBAB80;
  color: #CBAB80;
}

@media screen and (max-width: 768px) {
  .top_blog_area .tag_list {
    margin: -15px -6px 0;
  }
  .top_blog_area .tag_list li {
    margin: 15px 6px 0;
    line-height: 1.0;
  }
  .top_blog_area .tag_list li a {
    min-width: 66px;
    height: 24px;
    padding: 0 8px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 22px;
  }
}

.top_blog_area .author_block .author_box {
  background: #F8F3ED;
  padding: 25px;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.top_blog_area .author_block .author_box .author_img {
  width: 120px;
  min-width: 120px;
}

.top_blog_area .author_block .author_box .author_text_wrap {
  padding: 10px 0 0 25px;
}

.top_blog_area .author_block .author_box .author_text_wrap .name_box {
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.top_blog_area .author_block .author_box .author_text_wrap .name_box .author_type {
  margin: 0 10px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
}

.top_blog_area .author_block .author_box .author_text_wrap .name_box .author_name {
  font-size: 21px;
  font-size: 2.1rem;
  display: block;
}

.top_blog_area .author_block .author_box .author_text_wrap .author_text_box {
  margin: 15px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.top_blog_area .author_block .author_box .author_text_wrap .btn_box {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}

.top_blog_area .author_block .author_box .author_text_wrap .btn_box .btn {
  background: none;
  height: 40px;
  line-height: 38px;
}

.top_blog_area .author_block .author_box .author_text_wrap .btn_box .btn:hover {
  background: #4dbbaa;
}

@media screen and (max-width: 768px) {
  .top_blog_area .author_block .author_box {
    padding: 15px;
  }
  .top_blog_area .author_block .author_box .author_img {
    width: 90px;
    min-width: 90px;
  }
  .top_blog_area .author_block .author_box .author_text_wrap {
    padding: 10px 0 0 20px;
  }
  .top_blog_area .author_block .author_box .author_text_wrap .name_box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .top_blog_area .author_block .author_box .author_text_wrap .name_box .author_type {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top_blog_area .author_block .author_box .author_text_wrap .name_box .author_name {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top_blog_area .author_block .author_box .author_text_wrap .author_text_box {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/******************************************************************/
.common_blog .post_box .img_wrap {
  position: relative;
}

.common_blog .post_box .img_wrap img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

.common_blog .post_box .img_wrap .post_cat {
  background: #4dbbaa;
  min-width: 90px;
  height: 22px;
  padding: 0px 10px 2px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.32em;
  position: absolute;
  right: 0;
  bottom: 0;
}

.common_blog .post_box .img_wrap .box_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 66%;
}

.common_blog .post_box .text_wrap {
  width: 100%;
}

.common_blog .post_box .text_wrap .meta_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.common_blog .latest_block .post_box .text_wrap .meta_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: solid 1px #333;
  padding: 0 15px 15px;
}

.common_blog .post_box .text_wrap .post_date {
  font-size: 1.5rem;
  margin: 0 0 3px 15px;
}

.common_blog .post_box .text_wrap .post_date.post_date2 {
  font-size: 1.5rem;
  margin: 5px 0 0 0;
}

.common_blog .post_box .text_wrap .post_cat {
  background: #4dbbaa;
  min-width: 90px;
  height: 22px;
  padding: 0px 10px 2px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.32em;
}

.common_blog .post_box .text_wrap .post_title {
  margin: 3px 0 0;
  font-size: 2.0rem;
  text-align: justify;
  line-height: 1.7;
}

.common_blog .post_box .text_wrap .post_title.post_title2 {
  margin: 3px 0 0;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.75;
}

.single_ttl {
  font-weight: 400;
  font-size: 1.5rem;
}

.common_blog .post_box .text_wrap .author_box {
  margin: 25px 0 0;
  display: -webkit-flex;
  display: flex;
  letter-spacing: 0.04em;
}

.common_blog .post_box .text_wrap .author_box .author_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.common_blog .post_box .text_wrap .author_box .author_text_wrap {
  padding: 8px 0 0 30px;
}

.common_blog .post_box .text_wrap .author_box .author_text_wrap .author_head {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.0;
}

.common_blog .post_box .text_wrap .author_box .author_text_wrap .author_name {
  margin: 13px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
}

@media screen and (max-width: 768px) {
  /* .common_blog .post_box .text_wrap {
    padding-top: 15px;
  } */
  .common_blog .post_box .text_wrap .post_date {
    font-size: 10px;
    font-size: 1rem;
  }
  .common_blog .post_box .text_wrap .post_date .w {
    display: none;
  }
  .common_blog .post_box .text_wrap .post_cat {
    background: #4dbbaa;
    min-width: 90px;
    height: 22px;
    padding: 0px 10px 2px;
    margin: 0 auto 0 0;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.32em;
  }
  .common_blog .post_box .text_wrap .post_title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .common_blog .post_box .text_wrap .author_box {
    margin-top: 15px;
  }
  .common_blog .post_box .text_wrap .author_box .author_img {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .common_blog .post_box .text_wrap .author_box .author_text_wrap {
    padding: 5px 0 0 8px;
  }
  .common_blog .post_box .text_wrap .author_box .author_text_wrap .author_head {
    font-size: 10px;
    font-size: 1rem;
  }
  .common_blog .post_box .text_wrap .author_box .author_text_wrap .author_name {
    margin: 8px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.common_blog .latest_block {
  margin: 0 auto 50px;
}

.common_blog .latest_block .post_box {
  width: 100%;
  margin: 0 auto;
}

.common_blog .latest_block .post_box .link_box {
  display: -webkit-flex;
  display: flex;
}

.common_blog .latest_block .post_box .img_wrap {
  width: 540px;
  min-width: 540px;
}

.common_blog .latest_block .post_box .img_wrap .icon_new {
  background: url("images/icon_new.png") no-repeat 100% 100%/100px auto;
  width: 100px;
  height: 66px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.2em;
  display: block;
  position: absolute;
  top: -10px;
  left: 25px;
}

.common_blog .latest_block .post_box .text_wrap {
  padding: 55px 0 100px 70px;
  margin: 0;
  position: relative;
}

.common_blog .latest_block .post_box .text_wrap .post_title {
  margin: 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
}

.common_blog .latest_block .post_box .text_wrap .author_box {
  position: absolute;
  bottom: 0;
}

#main_blog_single .post_title {
  max-width: 100%;
}

.blog_cate_ttl {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 20px auto 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .common_blog .latest_block {
    margin-bottom: 40px;
  }
  .common_blog .latest_block .post_box {
    width: 100%;
    margin: 0 auto;
  }
  .common_blog .latest_block .post_box .link_box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .common_blog .latest_block .post_box .img_wrap {
    width: 100%;
    min-width: initial;
  }
  .common_blog .latest_block .post_box .img_wrap .icon_new {
    width: 70px;
    height: 46px;
    top: -18px;
    left: 14px;
    background: url("images/icon_new.png") no-repeat 100% 100%/70px auto;
  }
  .common_blog .latest_block .post_box .text_wrap {
    padding: 15px 0 0;
  }
  .common_blog .latest_block .post_box .text_wrap .post_title {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .common_blog .latest_block .post_box .text_wrap .author_box {
    position: static;
  }
}

.common_blog .posts_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_blog .posts_block .post_box {
  width: 300px;
  margin: 40px 13px 0;
}

@media screen and (max-width: 768px) {
  .common_blog .posts_block {
    margin: -40px -10px 0;
  }
  .common_blog .posts_block .post_box {
    width: 50%;
    padding: 0 10px;
    margin: 40px 0 0;
  }
}

.common_blog .posts_block.type2 {
  margin: -40px -30px 70px;
}

.common_blog .posts_block.type2 .post_box {
  width: 200px;
  margin: 40px 30px 0;
}

.common_blog .posts_block.type2 .post_box {
  width: 300px;
  margin: 40px 23px 0;
}

.common_blog .posts_block.type2 .post_box .text_wrap {
  padding: 0 0 0;
}

.common_blog .posts_block.type2 .post_box .text_wrap .post_date {
  margin: 10px 0 5px;
}

.common_blog .posts_block.type2 .post_box .text_wrap .post_date .w {
  display: none;
}

.common_blog .posts_block.type2 .post_box .text_wrap .post_cat {
  background: none;
  min-width: initial;
  height: auto;
  padding: 0;
  color: #CBAB80;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.0;
  letter-spacing: 0.2em;
}

.common_blog .posts_block.type2 .post_box .text_wrap .post_title {
  margin-top: 0;
  font-size: 1.6rem;
}

.common_blog .posts_block.type2 .post_box .text_wrap .author_box {
  display: none;
}

@media screen and (max-width: 768px) {
  .common_blog .posts_block.type2 {
    margin: -30px 0 0;
  }
  .common_blog .posts_block.type2 .post_box {
    width: 50%;
    margin: 30px 0 0;
  }
  /* .common_blog .posts_block.type2 .post_box .text_wrap {
    padding-top: 15px;
  } */
  .common_blog .posts_block.type2 .post_box .text_wrap .meta_box .post_date {
    font-size: 10px;
    font-size: 1rem;
  }
  .common_blog .posts_block.type2 .post_box .text_wrap .post_title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.common_blog .posts_block_small .post_box {
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
}

.common_blog .posts_block_small .post_box:first-child {
  margin-top: 0;
}

.common_blog .posts_block_small .post_box .link_box {
  display: -webkit-flex;
  display: flex;
}

.common_blog .new_block .post_cat {
  display: none;
}

.common_blog .posts_block_small .post_box .img_wrap {
  width: 306px;
  min-width: 90px;
  flex: 0 0 120px;
}

.common_blog .posts_block_small .post_box .text_wrap {
  width: 100%;
  padding: 0 0 0 10px;
  margin: -3px 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column;
}

.common_blog .posts_block_small .post_box .text_wrap .meta_box {
  margin: 5px 0 0;
}

/* .common_blog .posts_block_small .post_box .text_wrap .post_date {
  font-size: 10px;
  font-size: 1rem;
} */
.common_blog .posts_block_small .post_box .text_wrap .post_date .w {
  display: none;
}

.common_blog .posts_block_small .post_box .text_wrap .post_cat {
  min-width: 90px;
  height: 17px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 17px;
}

.common_blog .posts_block_small .post_box .text_wrap .post_title {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.common_blog .posts_block_small .post_box .text_wrap .author_box {
  display: none;
}

.common_blog .yarpp-related {
  margin: 0;
}

.common_blog .bottom_area {
  padding: 100px 0 0;
}

.common_blog .bottom_area .base_inner {
  border-top: 1px solid #333;
}

.common_blog .bottom_area .area_head {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.common_blog .bottom_area .area_head span.label {
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.7rem;
}

.category_block .category_list li a {
  font-size: 1.5rem !important;
  padding: 6px 0 0 20px !important;
  line-height: 1.4 !important;
}

.new_block .post_box .img_wrap {
  width: 120px !important;
  min-width: 90px;
  margin-left: 20px;
}

.new_block .post_box .img_wrap .box_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 66%;
}

.new_block .posts_block_small .post_box .text_wrap .meta_box {
  margin: 0 0;
  /* order: 1; */
}

.new_block .posts_block_small .post_box .text_wrap .post_date {
  font-size: 1.4rem;
  color: #333;
  padding: 0;
  margin: 0 0 5px;
  line-height: 1.3;
}

.new_block .posts_block_small .post_box {
  width: 100%;
  padding: 0;
  margin: 15px 0 0;
}

.ranking_block {
  margin-top: 30px !important;
}

.ranking_block .post_date {
  font-size: 10px;
  font-size: 1.4rem !important;
  color: #333;
  line-height: 1.6;
  margin: 0 0 5px !important;
}

/* .wpp-ajax .post_box:nth-of-type(2) .link_box {
    flex-wrap: wrap;
}
.wpp-ajax .post_box:nth-of-type(2) .img_wrap {
	max-width: 210px;
	margin: 0 auto 8px;
}
.wpp-ajax .post_box:nth-of-type(2) .text_wrap {
    max-width: 210px;
	margin: 0 auto 5px !important;
} */
@media screen and (max-width: 768px) {
  /* .common_blog .bottom_area {
    display: none;
  } */
  .common_blog .bottom_area {
    padding: 50px 0;
  }
}

.common_blog .tag_list {
  margin: -20px -9px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.common_blog .tag_list li {
  margin: 20px 9px 0;
  line-height: 1.0;
}

.common_blog .tag_list li a {
  border: 1px solid #4dbbaa;
  border-radius: 10px;
  color: #4dbbaa;
  min-width: 84px;
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 24px;
  transition: 0.3s;
}

.common_blog .tag_list li a:hover {
  border: 1px solid #CBAB80;
  color: #CBAB80;
}

@media screen and (max-width: 768px) {
  .common_blog .tag_list {
    margin: -15px -6px 0;
  }
  .common_blog .tag_list li {
    margin: 15px 6px 0;
    line-height: 1.0;
  }
  .common_blog .tag_list li a {
    min-width: 66px;
    height: 24px;
    padding: 0 8px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 22px;
  }
}

.common_blog .author_block .author_box {
  background: #F8F3ED;
  padding: 25px;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.common_blog .author_block .author_box .author_img {
  width: 120px;
  min-width: 120px;
}

.common_blog .author_block .author_box .author_text_wrap {
  padding: 10px 0 0 25px;
}

.common_blog .author_block .author_box .author_text_wrap .name_box {
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.common_blog .author_block .author_box .author_text_wrap .name_box .author_type {
  margin: 0 10px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
}

.common_blog .author_block .author_box .author_text_wrap .name_box .author_name {
  font-size: 21px;
  font-size: 2.1rem;
  display: block;
}

.common_blog .author_block .author_box .author_text_wrap .author_text_box {
  margin: 15px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.common_blog .author_block .author_box .author_text_wrap .btn_box {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}

.common_blog .author_block .author_box .author_text_wrap .btn_box .btn {
  background: none;
  height: 40px;
  line-height: 38px;
}

.common_blog .author_block .author_box .author_text_wrap .btn_box .btn:hover {
  background: #4dbbaa;
}

@media screen and (max-width: 768px) {
  .common_blog .author_block .author_box {
    padding: 15px;
  }
  .common_blog .author_block .author_box .author_img {
    width: 90px;
    min-width: 90px;
  }
  .common_blog .author_block .author_box .author_text_wrap {
    padding: 10px 0 0 20px;
  }
  .common_blog .author_block .author_box .author_text_wrap .name_box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .common_blog .author_block .author_box .author_text_wrap .name_box .author_type {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .common_blog .author_block .author_box .author_text_wrap .name_box .author_name {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .common_blog .author_block .author_box .author_text_wrap .author_text_box {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/******************************************************************/
#main_blog {
  padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {
  #main_blog {
    padding: 30px 0 50px;
  }
}

#main_blog .catlist_block {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}

#main_blog .catlist_block .cat_list {
  margin: -15px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#main_blog .catlist_block .cat_list li {
  margin: 15px -1px 0 0;
  line-height: 1.0;
}

#main_blog .catlist_block .cat_list li a {
  height: 21px;
  padding: 0 15px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 21px;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}

#main_blog .catlist_block .cat_list li a:after {
  content: "/";
  padding: 0 0 0 30px;
  color: #333;
}

#main_blog .catlist_block .cat_list li:last-child a:after {
  content: "";
}

#main_blog .catlist_block .cat_list li a:hover {
  color: #4dbbaa;
}

#main_blog .catlist_block .cat_list li.current-cat a {
  color: #4dbbaa;
}

@media screen and (max-width: 768px) {
  /* アコーディオン部分 */
  #main_blog .catlist_block .accordion_btn{
    padding: 10px 30px;
    width: 100%;
    display: block;
    border: 1px solid #666;
    cursor: pointer;
    text-align: left;
    position: relative;
  }
  #main_blog .accordion_wrap .accordion_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 11px;
    background: url(images/arrow_down_bg.svg) center / cover;
    transition: 500ms;
  }
  #main_blog .accordion_wrap .accordion_btn.open::after {
    transform: translateY(-50%) scale(1, -1);
  }
  #main_blog .catlist_block .cat_list {
    margin-top: 0px;
    display: none;
  }
  #main_blog .catlist_block .cat_list li {
    margin-top: 10px;
  }
  #main_blog .catlist_block .cat_list li a:after {
    content: none;
  }
  #main_blog .catlist_block .cat_list li a {
    padding: 10px 15px;
    height: auto;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    background-color: #efefef;
    text-align: left;
  }
}

#main_blog .tag_block {
  height: 120px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 10;
}

#main_blog .tag_block .block_inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0 0;
}

#main_blog .tag_block .tag_list {
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-justify-content: center;
  justify-content: center;
}

#main_blog .tag_block .btn_box {
  background: #FFF;
  width: 100%;
  margin: 35px auto 0;
  text-align: center;
}

#main_blog .tag_block .btn_box .btn_more {
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

#main_blog .tag_block .btn_box .btn_more .label {
  padding: 0 30px 0 10px;
  position: relative;
}

#main_blog .tag_block .btn_box .btn_more .label::after {
  content: "\f105";
  width: 14px;
  height: 14px;
  margin: auto;
  color: #4dbbaa;
  font-family: fontAwesome;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

#main_blog .tag_block .btn_box .btn_more.btn_close .label {
  padding-right: 50px;
}

#main_blog .tag_block .btn_box .btn_more.btn_close .label::after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  #main_blog .tag_block {
    margin-bottom: 40px;
  }
  #main_blog .tag_block .btn_box {
    margin-top: 15px;
  }
}

#main_blog .author_block {
  margin: 0 auto 85px;
}

#main_blog .author_block .block_head {
  margin: 0 auto 15px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

#main_blog .author_block .author_box {
  width: 640px;
  padding-bottom: 35px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #main_blog .author_block {
    margin-bottom: 60px;
  }
  #main_blog .author_block .author_box {
    width: 100%;
    max-width: 640px;
    padding-bottom: 35px;
  }
}

#main_blog .archive_title {
  margin: 80px auto 60px;
}

#main_blog .archive_title .jp {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  #main_blog .archive_title {
    margin: 30px auto 40px;
  }
  #main_blog .archive_title .jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#main_blog_single {
  padding: 90px 0 0;
}

@media screen and (max-width: 768px) {
  #main_blog_single {
    padding: 30px 0 50px;
  }
}

#main_blog_single .main_area .main_block {
  padding: 0 0 100px;
  width: 640px;
}

#main_blog_single .main_area .main_block .meta_box {
  line-height: 1.0;
  display: flex;
  display: block;
  align-items: center;
}

#main_blog_single .main_area .main_block .post_date {
  margin: 0 0 0 10px;
  font-size: 1.5rem;
  line-height: 1.0;
}

#main_blog_single .main_area .main_block .post_cat a {
  background: #4dbbaa;
  min-width: 120px;
  height: 22px;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0.32em;
}

#main_blog_single .main_area .main_block .author_box {
  margin: 0 0 0 auto;
  display: -webkit-flex;
  display: flex;
}

#main_blog_single .main_area .main_block .author_box .author_head {
  margin: 0 17px 0 0;
}

#main_blog_single .main_area .main_block .author_box .author_img {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

#main_blog_single .main_area .main_block .post_title {
  margin: 8px 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  display: block;
  font-weight: 400;
}

#main_blog_single .main_area .main_block .post_thumb {
  margin: 30px 0 0;
}

#main_blog_single .main_area .main_block .post_thumb img {
  width: 100%;
}

#main_blog_single .main_area .main_block .post_content {
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
  #main_blog_single .main_area .main_block {
    padding: 0 0 50px;
    width: 100%;
  }
  #main_blog_single .main_area .main_block .post_date {
    margin-right: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #main_blog_single .main_area .main_block .post_cat a {
    min-width: 80px;
    height: 17px;
    padding: 0 7px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    letter-spacing: 0.1em;
  }
  #main_blog_single .main_area .main_block .author_box .author_head {
    width: 50px;
    margin-right: 10px;
  }
  #main_blog_single .main_area .main_block .author_box .author_img {
    width: 40px;
    height: 40px;
  }
  #main_blog_single .main_area .main_block .post_title {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#main_blog_single .main_area .tag_block {
  border-bottom: 1px solid #4dbbaa;
  padding: 0 0 40px;
  display: -webkit-flex;
  display: flex;
}

#main_blog_single .main_area .tag_block .block_head {
  width: 100px;
  min-width: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 26px;
}

#main_blog_single .main_area .tag_block .tag_list {
  margin-top: -10px;
}

#main_blog_single .main_area .tag_block .tag_list li {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #main_blog_single .main_area .tag_block {
    padding: 0 0 30px;
  }
  #main_blog_single .main_area .tag_block .block_head {
    width: 80px;
    min-width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}

#main_blog_single .main_area .author_block {
  margin: 65px 0 0;
}

#main_blog_single .main_area .author_block .block_head {
  margin: 0 0 15px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main_blog_single .main_area .author_block {
    margin-top: 30px;
  }
  #main_blog_single .main_area .author_block .block_head {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#main_blog_single .main_area .share_block {
  margin: 35px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

#main_blog_single .main_area .share_block .block_head {
  margin: 0 30px 0 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.28em;
}

#main_blog_single .main_area .share_block .share_list {
  display: -webkit-flex;
  display: flex;
}

#main_blog_single .main_area .share_block .share_list li {
  margin: 0 0 0 15px;
}

#main_blog_single .main_area .share_block .share_list li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #main_blog_single .main_area .share_block {
    margin-top: 30px;
  }
  #main_blog_single .main_area .share_block .block_head {
    margin-right: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 0.15em;
    white-space: nowrap;
  }
  #main_blog_single .main_area .share_block .share_list li {
    margin-left: 10px;
  }
}

#main_blog_single .main_area .back_link {
  margin: 40px 0 0;
  position: relative;
}

#main_blog_single .main_area .back_link::after {
  content: "";
  display: block;
  position: absolute;
  background: url("images/arrow01.png") no-repeat left 20px center/10px auto;
  height: 22px;
  width: 35px;
  top: 12px;
  left: 19px;
}

#main_blog_single .main_area .back_link .btn {
  background: #eeeeee;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0.3em;
  color: #333;
  display: block;
}

#main_blog_single .main_area .back_link .btn .deco {
  display: inline-block;
  position: relative;
}

#main_blog_single .main_area .back_link .btn .deco::before {
  background-image: url("images/arrow01.png");
  width: 6px;
  height: 11px;
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
  #main_blog_single .main_area .back_link .btn {
    height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 50px;
  }
}

#main_blog_single .main_area .single_nav_block {
  width: 100%;
  margin: 70px auto 0;
  display: table;
  table-layout: fixed;
}

#main_blog_single .main_area .single_nav_block .nav_item {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

#main_blog_single .main_area .single_nav_block .nav_item span {
  background-size: 35px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#main_blog_single .main_area .single_nav_block .nav_item a {
  padding: 0 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline;
  vertical-align: middle;
  position: relative;
}

#main_blog_single .main_area .single_nav_block .nav_item a::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: auto;
  color: #5c7c60;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
}

#main_blog_single .main_area .single_nav_block .nav_item .next a {
  padding-left: 50px;
  margin: 0 auto 0 0;
  text-align: left;
  width: 95%;
}

#main_blog_single .main_area .single_nav_block .nav_item .next a::before {
  content: "〈";
  left: 0;
}

#main_blog_single .main_area .single_nav_block .nav_item .prev a {
  padding-right: 50px;
  margin: 0 0 0 auto;
  text-align: left;
  width: 95%;
}

#main_blog_single .main_area .single_nav_block .nav_item .prev a::before {
  content: "〉";
  right: 0;
}

#main_blog_single .main_area .single_nav_block .left_box {
  position: relative;
}

#main_blog_single .main_area .single_nav_block .left_box::after {
  content: "";
  border-right: 1px solid #333;
  transform: rotate(25deg);
  position: absolute;
  right: 0;
  height: 62px;
  top: 0;
}

@media screen and (max-width: 768px) {
  #main_blog_single .main_area .single_nav_block {
    margin-top: 40px;
  }
  #main_blog_single .main_area .single_nav_block .nav_item span {
    background-size: 30px auto;
  }
  #main_blog_single .main_area .single_nav_block .nav_item a {
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #main_blog_single .main_area .single_nav_block .nav_item a::before {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
  }
}

#main_blog_single .related_category_area .posts_block .post_box .post_cat {
  display: none;
}

#main_blog_single .related_category_area .posts_block .post_box .img_wrap .post_cat {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

#main_404 {
  padding-bottom: 100px;
}

#main_404 .area_text {
  padding: 100px 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2em;
  /* margin-top: 100px; */
}

#main_404 .area_text_p {
  max-width: 750px;
  margin: 0 auto 50px;
}

#main_404 .btn_box a {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #main_404 .area_text {
    padding: 50px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.wp-pagenavi {
  clear: both;
  margin: 100px auto 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.0;
}

.wp-pagenavi a, .wp-pagenavi span {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  margin: 0 7px;
  color: #333;
  padding: 0;
  display: inline-block;
  border: 1px solid #fff;
}

.wp-pagenavi span.current {
  font-weight: 400;
}

.wp-pagenavi a:hover, .wp-pagenavi .current {
  background: #333;
  border: 1px solid #333;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 37px;
  padding: 0;
}

.wp-pagenavi span.extend {
  background: none;
  color: #4dbbaa;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}

.wp-pagenavi a.previouspostslink {
  border: 1px solid #333;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  color: #fff;
  line-height: 36px;
  display: inline-block;
  transition: 0.3s;
  background: #333;
  border-radius: 50%;
}

.wp-pagenavi a.nextpostslink {
  border: 1px solid #333;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  color: #fff;
  line-height: 36px;
  display: inline-block;
  transition: 0.3s;
  background: #333;
  border-radius: 50%;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.wp-pagenavi a.previouspostslink {
  padding: 0 16px 0 7px;
}

.wp-pagenavi a.nextpostslink {
  padding: 0 7px 0 16px;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 40px auto 0;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-flex;
    display: flex;
  }
  .wp-pagenavi .page, .wp-pagenavi .current {
    display: none;
  }
  .wp-pagenavi a.previouspostslink {
    margin: 0 auto 0 0;
  }
  .wp-pagenavi a.nextpostslink {
    margin: 0 0 0 auto;
  }
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

.editor .title_h2:first-of-type,
.editor .title_h3:first-of-type {
  margin: 0 0 30px;
}

.editor .title_h2 {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .1em;
  line-height: 1.5;
  background: #4dbbaa;
  color: #fff;
  padding: 6px 20px;
  margin: 50px 0 30px;
}

.editor .title_h3 {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 2px;
  border-bottom: solid 1px #333;
  padding: 6px 0 6px 20px;
  margin: 50px 0 30px;
}

.editor .title_hukidashi {
  border: none;
  padding: 12px 0 12px 13px;
  margin: 0 0 20px;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}

.editor .title_hukidashi::before, .title_hukidashi::after {
  content: "";
  border-top: 2px solid #4dbbaa;
  width: 23px;
  height: 0;
  position: absolute;
  left: 0;
}

.editor .title_hukidashi::before {
  top: 6px;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.editor .title_hukidashi::after {
  bottom: 6px;
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.editor .title_fontsize {
  font-size: 2.0rem;
}

.editor .title_fontcolor {
  color: #4dbbaa;
}

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

	#20241025 追加分 アコーディオン

==============================================================================================================================================================
============================================================================================================================================================*/
.accordion_wrap .accordion_content{
  display: none;
}
.accordion_wrap .accordion_btn .open_text{
  display: none;
}
.accordion_wrap .accordion_btn > span{
  display: flex;
  margin: 50px auto 0;
  padding: 0 20px;
  width: 400px;
  height: 60px;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  background: #4dbbaa;
  color: #fff;
  cursor: pointer;
}
.accordion_wrap .accordion_btn > span::after{
  content:"";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 11px;
  background: url(images/arrow_down_white.svg) center / cover;
  transition: 500ms;
}
.accordion_wrap .accordion_btn.open > span::after{
  transform: translateY(-50%) scale(1,-1);
}
@media screen and (max-width: 768px) {
  .accordion_wrap .accordion_btn > span{
    margin: 25px auto 0;
    padding: 0 60px;
    width: calc(100% - 40px);
    height: 50px;
    font-size: 1.6rem;
  }
}


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

	#20241025 追加分 QA

==============================================================================================================================================================
============================================================================================================================================================*/
.faq{
  background: #efefef;
  padding: 0 0 100px;
}
.faq .faq_items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq .faq_item.open {
  border-color: #4dbbaa;
}
.faq .faq_item {
  background: #fff;
  border-left: 3px solid #666666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.46667em;
  letter-spacing: .05em;
  font-weight: 400;
}
.faq .faq_q {
  display: flex;
  align-items: center;
  padding: 20px 70px;
  position: relative;
  cursor: pointer;
}
.faq .faq_q::before {
  content: "Q";
  font-family: "Secular One", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
  margin-right: 20px;
}
.faq .faq_q::after {
  content: "";
  width: 14px;
  height: 7px;
  background: url(../../../assets/img/beauty/faq-arrow.svg) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  right: 70px;
  translate: 0 -50%;
}
.faq .faq_item.open .faq_q::after {
  transform: rotate(180deg);
}
.faq .faq_a {
  display: none;
  padding: 0 70px 25px;
}
.faq .faq_a .faq_a_text::before {
  content: "A";
  font-family: "Secular One", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
  margin-right: 20px;
}
/* 大カテゴリ */
.faq .faq_wrap{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0 15px;
}
.faq .faq_wrap:not(:first-of-type){
  border-top: none;
}
.faq .faq_cate_title{
  padding-right: 80px;
  cursor: pointer;
  font-size: 2rem;
  position: relative;
}
.faq .faq_cate_title::after {
  content: "";
  margin-top: 5px;
  width: 14px;
  height: 7px;
  background: url(../../../assets/img/beauty/faq-arrow.svg) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 500ms;
}
.faq .faq_cate_title.open::after {
  margin-top: 0px;
  transform: scale(1,-1) translateY(-50%);
}
.faq .faq_cate_list_wrap{
  display: none;
}

@media screen and (max-width: 768px) {
  .faq{
    background: #efefef;
    padding: 50px 0;
  }
  .faq .faq_q {
    padding-left: 15px;
    padding-right: 30px;
    align-items: flex-start;
  }
  .faq .faq_q::before {
    margin-top: 5px;
    margin-right: 10px;
  }
  .faq .faq_q::after {
    right: 15px;
  }
  .faq .faq_a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq .faq_a .faq_a_text {
    display: flex;
    align-items: flex-start;
  }
  .faq .faq_a .faq_a_text::before {
    margin-right: 10px;
    margin-top: 5px;
  }
  .faq .faq_cate_title{
    padding-right: 35px;
    font-size: 1.6rem;
  }
  .faq .faq_cate_title::after {
    right: 10px;
  }
}
/*============================================================================================================================================================
==============================================================================================================================================================

	#20241028 追加分 フッターのいらないの削除　利用規約等追加

==============================================================================================================================================================
============================================================================================================================================================*/
#beauty_menu_slide,
.ganzan_ganzan_beauty{
  display: none;
}

.footer_sitemap_sp{
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_sp{
    display: block;
  }
  .footer_sitemap_sp ul{
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_sitemap_sp ul li a{
    padding: 0 15px;
    color: #fff;
    font-size: 1.3rem;
  }
}