@charset "UTF-8";
/* nail salon Sourire CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #2a2a2a;
  overflow: hidden;
  font-size: 15px;
  counter-reset: number 0;
}
a, .post-content a {
  color: #2a2a2a;
}
.font-type2, .headline-font-type {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p, .post-content p {
  font-size: 0.9em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.post-content ul {
  font-size: 0.9em;
  list-style: disc;
}
.breadcrumb-wrapper {
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8em;
  width: fit-content;
  display: block;
  height: 50px;
  line-height: 50px;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
  font-size: 10px;
}
.signage {
  height: 400px;
  background-image: url(https://nail-sourire.net/wp-content/uploads/2022/04/header01.jpg) !important;
  background-size: cover;
  background-position: center;
}
.signage-title.headline-font-type, .signage-title-sub {
  text-align: center;
  text-shadow: none;
}
.signage-title.headline-font-type {
  margin-top: 0;
  letter-spacing: 3px;
  margin-bottom: 15px;
  font-size: 2.8em !important;
  font-weight: 600;
}
.signage-title-sub {
  font-size: 0.9em !important;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .signage {
    height: 180px;
  }
  .signage-title.headline-font-type {
    font-size: 2.2em !important;
    margin-bottom: 10px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  background: linear-gradient(150deg, #67554e 30%, #62463d 50%, #322822 100%);
  z-index: 50;
  box-shadow: none;
}
.logo-image {
  top: 20px;
  width: 170px;
  height: auto;
  left: 20px;
  position: absolute;
}
img.h_logo {
  width: 100%;
}
.global-nav {
  padding-right: 158px;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-right: 20px;
}
.global-nav > ul > li > a {
  font-size: 15px;
  font-weight: 600;
  line-height: 90px;
  padding: 0px 18px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #fff;
}
.global-nav > ul > li > a::before {
  content: "";
  height: 1px;
  left: 15px;
  width: 0;
  bottom: 15px;
  position: absolute;
  background: #fff;
  transition: all 0.5s;
  z-index: 1;
}
.global-nav > ul > li > a:hover::before {
  width: calc(100% - 28px);
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-menu > a::after {
  content: "ネイルメニュー";
}
.global-nav > ul > li.global-menu-school > a::after {
  content: "ネイルスクール";
}
.global-nav > ul > li.global-menu-faq > a::after {
  content: "よくある質問";
}
.global-nav > ul > li.global-menu-dispatch > a::after {
  content: "出張サービス";
}
.global-nav > ul > li.global-menu-salon > a::after {
  content: "サロン案内";
}
.global-nav .current-menu-item > a, .global-nav a:hover {
  color: #94897b;
}
.global-nav .sub-menu {
  left: auto;
  right: 0px !important;
}
.global-nav .sub-menu a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #503b32 !important;
}
.global-nav .sub-menu a:hover {
  color: #fff !important;
  background: #67554e !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 0;
    width: 100px;
    left: 0;
  }
  .header-bar {
    border-bottom: 1px solid #62463d;
  }
  .global-nav-button {
    border-left: 0px;
    background: none;
  }
  .global-nav-button:before {
    color: #fff;
  }
  .global-nav > ul > li > a {
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow: none;
    text-align: left;
    padding: 0px 0px 0px 25px;
    line-height: 50px;
  }
  .global-nav > ul > li > a::after {
    text-align: left;
    line-height: 0;
    bottom: 25px;
    padding-left: 110px;
  }
  .global-nav > ul > li.global-menu-reserve > a {
    margin-left: 0;
    background: #fff;
    padding-left: 25px;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #fff;
  }
  .global-nav a {
    background: #67554e;
    color: #fff !important;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    background: #67554e !important;
    color: #fff !important;
    width: 100%;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #67554e;
    color: #94897b !important;
  }
  .global-nav a:hover::before {
    content: none;
  }
}
@media only screen and (max-width: 820px) {
  img.s_logo {
    width: 100%;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-youtube-overlay {
  background: linear-gradient(150deg, hsl(15deg 23% 31% / 50%) 30%, hsl(23deg 19% 16% / 10%) 100%);
}
.top-slider-nav, .top-slider-nav a, .top-slider-nav li.active a, .top-slider-content-inner:after {
  display: none;
}
.top-slider-wrapper {
  position: relative;
  z-index: 0;
}
#top-slider-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content {
  border-radius: 0;
  width: auto !important;
  height: 100% !important;
  background: none;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.top-slider-content-inner {
  background: none;
  box-sizing: border-box;
  border-radius: 0;
  text-align: left;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.top-slider-content-inner:hover {
  background: none;
}
.front-slider-box {
  width: 86% !important;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin: auto;
}
.front-copy-box {
  width: calc(100% - 15px);
  height: calc(100% - 150px);
  position: relative;
}
.front-copy-img {
  position: absolute;
}
.front-copy-img img {
  display: block;
  width: 100%;
}
.front-copy-img.top-left {
  top: 0;
  left: 0;
  width: 50%;
  max-width: 220px;
  z-index: 0;
}
.front-copy-img.bottom-right {
  bottom: -30px;
  right: 0;
  width: 50%;
  max-width: 180px;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  background: #fff;
  bottom: 0;
  left: 50%;
  z-index: 10;
}
.top-slider-wrapper::after {
  content: 'Scroll';
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  right: 0px;
  bottom: 65px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  z-index: 4;
}
.front_original__inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front_original__flex-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.front_original01 {
  padding: 7em 0 6em;
  position: relative;
}
.front_original01::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.front-original01__text h2, .front-original01__text h3, .front-original01__text p {
  width: 100%;
}
.front-original01__text {
  width: 50%;
  margin-left: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-original01__img {
  width: 50%;
  padding-right: 3em;
  margin-left: -100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-original01__img img {
  box-shadow: -1px 12px 20px hsl(34deg 10% 53% / 15%);
}
.front-original01__text h2 {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #67554e;
}
.front-original01__text h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.front-original01__text h3 br {
  display: contents;
}
.front-original01__text p {
  margin-bottom: 15px;
  line-height: 2;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.content02 {
  background: #fff;
}
.content02-inner {
  width: 86%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.content02-item {
  padding: 0;
  margin-left: 5%;
}
.content02-img {
  width: 100%;
  max-width: 580px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  z-index: 0;
}
.content02-img:hover {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.content02-img img {
  width: 100%;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: hsl(0deg 0% 0% / 20%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
.content02-text__box {
  box-sizing: border-box;
}
.content02-title {
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}
.content02-title, .content02-text {
  color: #2a2a2a;
}
.content02-text {
  line-height: 2;
}
.content02-button {
  font-size: 0.95em;
  letter-spacing: 0.05em;
  font-weight: 400;
  border-radius: 100px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 330px;
  height: 55px;
  line-height: 55px;
  position: relative;
  margin: 30px auto 0;
  color: #2a2a2a;
  background: none;
  border: 1px solid;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.8s;
  z-index: 1;
}
.content02-button::after {
  content: 'More';
  position: absolute;
  letter-spacing: 1px;
  right: 20px;
  font-weight: 500;
}
.content02-button::before {
  width: 0px;
  height: 100%;
  position: absolute;
  content: '';
  background: #67554e;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.8s;
}
.content02-button:hover {
  color: #fff;
  background: none;
  border: 1px solid #67554e;
}
.content02-button:hover::before {
  width: 100%;
}
.front_original02 {
  padding: 4em 0;
  position: relative;
  z-index: 0;
}
.front_original02::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.front-original02__text {
  width: 45%;
  margin-left: -100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-original02__img {
  width: 55%;
  margin-left: 45%;
  padding-left: 3em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-original02__img img {
  box-shadow: 12px -1px 20px hsl(34deg 10% 53% / 15%);
}
.front-original02__text h2 {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #67554e;
  width: 100%;
}
.front-original02__text h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.front-original02__text p {
  margin-bottom: 15px;
  line-height: 2;
  width: 100%;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front-third {
  padding: 5em 0 8em;
  background: #fff;
}
.front-third-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "Point.0"counter(number) "";
  width: 100%;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #67554e;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-left: 5em;
  margin-left: 55%;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 5em;
}
h3.third_title, p.third_text {
  width: 100%;
}
h3.third_title {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 500;
}
p.third_text {
  line-height: 2;
  margin-bottom: 15px;
}
p.third_text:last-of-type {
  margin-bottom: 0;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
.front-third-img img {
  width: 100%;
  display: block;
}
.front_blog {
  padding: 6em 0;
}
.original_blog_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front_blog_first {
  font-size: 2.8em;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
h2.front_blog_first::after {
  content: 'お知らせ';
  display: block;
  font-size: 0.3em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 12px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0px;
}
.footer_original_content {
  padding-top: 3em;
  padding-bottom: 2em;
}
.footer_about_inner {
  width: 86%;
  margin: 0px auto;
  max-width: 1150px;
}
.footer_contact_bg {
  width: 50%;
  padding-right: 2em;
  box-sizing: border-box;
}
.footer_content_bg {
  width: 50%;
  box-sizing: border-box;
}
img.logo_img {
  width: 15%;
  max-width: 90px;
  margin-bottom: 15px;
}
address.footer_tel {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 15px;
  font-style: normal;
  letter-spacing: 1px;
}
span.footer_tel_sab {
  font-size: 0.5em;
  margin-right: 4px;
  letter-spacing: 1px;
}
p.footer-con-caution {
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  line-height: 1.5;
  padding-left: 14px;
  margin-bottom: 3px;
}
p.footer-con-caution::before {
  content: '※';
  position: absolute;
  left: 0;
}
dl.address_body {
  width: auto;
  font-size: 0.75em;
  line-height: 1.6;
  display: flex;
  margin-top: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 12%;
  margin-right: 15px;
  box-sizing: border-box;
}
span.address-caution {
  margin-left: 8px;
  padding-left: 13px;
  position: relative;
}
span.address-caution::before {
  content: '※';
  position: absolute;
  left: 0;
}
ul.sns__links {
  margin-top: 15px;
  display: flex;
}
li.sns__links-item {
  width: auto;
  margin-right: 15px;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.mail_but::before {
  content: "\f0e0";
  background: #67554e;
}
a.mail_but:hover {
  color: #67554e;
}
a.web-reserve_but::before {
  content: "\e953";
  background: #322822;
}
a.web-reserve_but:hover {
  color: #62463d;
}
a.line_but::before {
  content: "\e909";
  background: #18c507;
}
a.line_but:hover {
  color: #18c507;
}
a.insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 0.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer_menu_box h3 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #67554e;
}
.footer-content-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
ul.footer-content-list-outer {
  width: 33.3333%;
  box-sizing: border-box;
  padding-left: 1em;
}
ul.footer-content-list-outer li {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 25px;
  margin-bottom: 8px;
  position: relative;
  box-sizing: border-box;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background: #67554e;
  top: 8px;
  left: 0;
  transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 8px;
}
.footer-content {
  display: none;
}
.pagetop {
  right: 15px;
  transition: all 0.8s;
}
.pagetop a {
  background: none;
  color: #2a2a2a;
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: auto;
  padding-bottom: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.pagetop a::before {
  content: none;
}
.pagetop a::after {
  content: '';
  position: absolute;
  display: block;
  background: #2a2a2a;
  height: 100px;
  right: 8px;
  width: 1px;
  bottom: 0;
  z-index: -1;
}
.pagetop a:hover {
  color: #94897b;
  background: none;
}
.pagetop a:hover::after {
  background: #94897b;
}
.pagetop a span {
  padding-bottom: 10px;
  transition: all 0.8s;
}
.pagetop a span:hover {
  padding-bottom: 30px;
}
.social-nav-item a:before {
  color: #2a2a2a;
}
.copyright {
  font-size: 11px;
  color: #2a2a2a;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: #f1eae2;
}
@media only screen and (max-width: 1200px) {
  .header-youtube {
    height: calc(100vh - 55px);
  }
  .front-copy-img {
    width: 22%;
  }
  .front_original01 {
    padding: 4em 0 3em;
  }
  .content02-inner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .front_original02 {
    padding: 3em 0;
  }
  .front-third {
    padding: 3em 0 5em;
  }
  .front-third-text {
    width: 100%;
    padding-bottom: 1em;
  }
  h3.third_title {
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-left: 0;
    margin-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-right: 0;
  }
  .front-third-img {
    width: 100%;
  }
  .third-box:nth-of-type(odd) .front-third-img {
    margin-left: 0;
  }
  .front_blog {
    padding: 4em 0;
  }
  .footer_original_content {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front-original01__text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
  }
  .front-original01__img {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
  .content02::after {
    height: 20%;
  }
  .content02-title {
    margin-bottom: 10px;
  }
  a.content02-button {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
  }
  a.content02-button::after {
    content: none;
  }
  .front-original02__img {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 2em;
  }
  .front-original02__text {
    width: 100%;
    margin-left: 0;
  }
  .dp-footer-bar a {
    color: #fff !important;
  }
  .dp-footer-bar {
    background: #67554e !important;
    border-top: 1px solid #e9e9e9 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  [class^="icon-"], [class*=" icon-"] {
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .dp-footer-bar-icon:before {
    font-weight: 500;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .icon-pencil:before {
    content: "\e953";
  }
}
@media only screen and (max-width: 767px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .front-copy-box {
    height: calc(100% - 70px);
  }
  .front-copy-img.top-left {
    width: 35%;
  }
  .front-copy-img.bottom-right {
    width: 25%;
    bottom: -10px;
  }
  .top-slider-wrapper::before {
    height: 30px;
  }
  .top-slider-wrapper::after {
    font-size: 10px;
    bottom: 40px;
  }
  div#content01::before {
    height: 30px;
  }
  .front_original01 {
    padding: 3em 0;
  }
  .front-original01__text h3 {
    line-height: 1.5;
  }
  .content02-inner {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .content02-item {
    margin-left: 0;
  }
  .content02-item:nth-of-type(2) {
    top: 40px;
  }
  .content02-item:nth-of-type(3) {
    top: 80px;
  }
  a.content02-button {
    margin-top: 15px;
  }
  .front-original02__text h3 {
    margin-bottom: 10px;
  }
  .front-third {
    padding: 2em 0;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front_blog {
    padding: 2em 0 1em;
  }
  h2.front_blog_first {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  h2.front_blog_first::after {
    margin-top: 10px;
  }
  .footer_contact_bg, .footer_content_bg {
    width: 100%;
  }
  .footer_contact_bg {
    padding-right: 0;
    margin-bottom: 2.5em;
  }
  dt.address_title {
    width: 15%;
  }
  .social-nav {
    width: 86%;
    text-align: left;
    margin: auto;
    padding-top: 20px;
  }
  .pagetop {
    right: 8px;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front-copy-img {
    width: 30%;
  }
  .front-original01__text h3 br {
    display: block;
  }
  .content02::after {
    height: 10%;
  }
  .front_original02 {
    padding-top: 1em;
    margin-bottom: 3em;
  }
  .front_original02::after {
    height: 30%;
  }
  ul.footer-content-list-outer {
    width: 50%;
  }
  ul.footer-content-list-outer:last-of-type {
    width: 100%;
    margin-top: 20px;
  }
  span.address-caution {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-top: 0px;
  font-weight: 500;
  text-align: center;
}
.post-content h2::after {
  content: "";
  width: 40px;
  height: 1px;
  border-radius: 50px;
  display: block;
  margin: 15px auto 0;
  background: #94897b;
}
.post-content h3 {
  font-size: 1.2em;
  font-weight: 500;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #67554e;
}
.post-content h4 {
  font-size: 1.2em;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.9em;
  vertical-align: middle;
  line-height: 1.8;
  padding: 18px 25px 15px;
  background: none;
  border: 1px #94897b dotted;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    display: block;
    box-sizing: border-box;
    border: 1px #a0a4ac dotted;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    padding: 12px 20px 0 20px;
    border-bottom: none;
  }
  .post-content td {
    padding: 8px 20px 12px;
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog.logged-in .main {
  padding-bottom: 100px;
}
h2.archive-title {
  font-size: 1.8em !important;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2a2a2a;
}
.archive-header {
  margin: 90px 0px 40px;
}
.article02-title a {
  color: #2a2a2a;
}
.article03 {
  background: #fff;
  border: 1px dotted #94897b;
  box-sizing: border-box;
}
.article03-thumbnail {
  border-radius: 3px;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.85em;
  line-height: 1.5;
  font-weight: 400;
  color: #2a2a2a;
  height: auto;
}
.article04 {
  background: #fff;
}
.article04-title {
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
}
.article04-text {
  line-height: 1.8;
}
.post-category {
  font-weight: 300;
}
.post-title, .post-meta {
  font-weight: 500;
  color: #2a2a2a;
}
.nav-links01 {
  border-top: 1px dotted #67554e;
  border-bottom: 1px dotted #67554e;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px dotted #67554e;
}
.article01-title a {
  font-size: 0.9em;
  font-weight: 500;
  color: #2a2a2a;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 500;
}
.post-meta-box {
  background: #f1f1f2;
}
.post-meta-box-item::before {
  color: #2a2a2a;
}
span.post-category a:hover, li.post-meta-box-item a:hover {
  color: #67554e;
}
.primary {
  width: 100%;
}
.headline-bar {
  color: #2a2a2a;
  font-weight: 500;
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0px 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2em !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #2a2a2a;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px dashed #2a2a2a;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* コンテンツ 共通 END */
/* 2box */
.two_box {
  width: calc(50% - 15px);
  margin-right: 30px;
}
.two_box:nth-of-type(2) {
  margin-right: 0;
}
.two_box p {
  margin-bottom: 0;
}
img.image-two {
  width: 50%;
}
@media only screen and (max-width: 970px) {
  .two_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  .two_box:nth-of-type(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  img.image-two {
    width: 100%;
  }
}
/* 2box */
/* メニュー */
.menu_sec .content_inner {
  max-width: 850px;
}
span.menu-sab-title {
  font-size: 0.7em;
  margin-top: 7px;
  display: block;
}
img.menu-image {
  max-width: 500px;
  margin: 0 auto 30px;
  display: block;
}
.menu_box {
  margin-bottom: 100px;
}
.menu_box:last-of-type {
  margin-bottom: 0;
}
.menu_box p {
  margin-bottom: 10px;
}
.corse-pay-box p {
  margin-top: 10px;
}
span.menu-sab-title {
  font-size: 0.7em;
  margin-top: 7px;
  display: block;
}
.corse_nailist_box {
  padding: 30px 35px;
  border: 1px dotted #94897b;
  box-sizing: border-box;
}
.corse_nailist_box h3 {
  background: #f3f0ec;
  padding: 5px 12px;
}
p.caution {
  font-size: 0.85em;
  padding-left: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
p.caution:last-of-type {
  margin-bottom: 15px;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #c4302b;
}
table.price_table th, table.price_table td {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px 5px 16px;
  border-left: 0;
  border-right: 0;
}
table.price_table th {
  width: 70%;
  color: #654135;
}
table.price_table td {
  text-align: end;
  letter-spacing: 0.08em;
  border-right: 0;
  padding-right: 0;
}
span.price-text {
  margin-top: 10px;
  line-height: 1.7;
  display: block;
  font-size: 0.85em;
  letter-spacing: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #2a2a2a;
}
span.tax {
  font-size: 0.9em;
  display: block;
}
span.price-caution {
  font-size: 0.9em;
  letter-spacing: 0;
  padding-left: 15px;
  position: relative;
  color: #2a2a2a;
}
span.price-caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #c4302b;
}
p.next-discount {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 50px;
  padding: 10px 15px;
  text-align: center;
  background: #f1eae2;
  margin-bottom: 0;
}
p.next-discount span {
  font-size: 1.1em;
  font-weight: 800;
  color: #322822;
}
ul.corse-pay-list {
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 22px 10px;
  background: #f1eae2;
  box-sizing: border-box;
}
ul.corse-pay-list li {
  width: calc(50% - 10px);
  margin-right: 20px;
  font-size: 15px;
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
  box-sizing: border-box;
}
ul.corse-pay-list li:nth-of-type(2n) {
  margin-right: 0;
}
ul.corse-pay-listt li:last-child {
  margin-bottom: 0;
}
ul.corse-pay-list li::before {
  content: "◆";
  position: absolute;
  font-size: 11px;
  left: 0;
  top: 5px;
  line-height: 1;
  color: #67554e;
}
a.school-link_but {
  width: 100%;
  max-width: 330px;
  margin: auto;
  padding: 12px 20px;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  background: #62463d;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
}
a.school-link_but:hover {
  color: #fff;
  background: #94897b;
}
@media only screen and (max-width: 1200px) {
  .menu_box {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 970px) {
  table.price_table th {
    padding-top: 12px;
    letter-spacing: 0;
    padding-bottom: 0;
  }
  table.price_table td {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_box {
    margin-bottom: 50px;
  }
  .corse_nailist_box {
    padding: 20px 25px;
  }
  p.next-discount {
    font-size: 0.9em;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  ul.corse-pay-list li {
    width: 100%;
    margin-right: 0;
  }
}
/* メニュー END */
/* よくある質問*/
.faq_sec .content_inner {
  max-width: 900px;
}
.faq {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #94897b;
  box-sizing: border-box;
}
.faq:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0px;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  background: none;
}
.faq h2::before {
  counter-increment: number 1;
  content: "Question."counter(number) "";
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  color: #67554e;
  z-index: -2;
}
.faq h2::after {
  content: none;
}
p.answer {
  padding-left: 30px;
  margin-bottom: 0px;
}
span.faq-caution {
  font-size: 0.9em;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  display: block;
  color: #c84e49;
}
span.faq-caution::before {
  content: '※';
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .faq h2 {
    line-height: 1.5;
  }
  p.answer {
    padding-left: 0;
  }
}
/* よくある質問 END */
/* 出張サービス */
h2.dispatch-title {
  font-size: 1.4em;
  text-align: left;
  color: #67554e;
}
h2.dispatch-title::after {
  content: none;
}
.dispatch-price-box {
  padding: 30px;
  border: 1px dotted #94897b;
  background: #fff;
  box-sizing: border-box;
}
.dispatch-price-box p {
  margin-bottom: 0;
}
a.dispatch-con_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 100px;
  color: #fff;
  background: #67554e;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.dispatch-con_but:hover {
  color: #fff;
  background: #94897b;
}
a.dispatch-con_but::after {
  content: '\e910';
  position: absolute;
  font-family: 'design_plus';
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .dispatch-price-box {
    padding: 20px 25px;
  }
}
/* 出張サービス END */
/* サロン案内 */
.salon_sec:nth-of-type(2) {
  background: #f7f6f5;
}
.salon_sec:nth-of-type(2) .content_inner {
  max-width: 900px;
}
table.salon_table th, table.salon_table td {
  padding: 22px 15px 20px;
}
table.salon_table th {
  width: 22%;
}
span.salon-parking {
  display: block;
  margin-top: 10px;
  color: #67554e;
}
span.salon_caution {
  font-size: 0.85em;
  padding-left: 8px;
}
.map_sec {
  height: 500px;
}
.map_sec iframe {
  filter: grayscale(100%);
}
.map_sec iframe:hover {
  filter: grayscale(0%);
}
@media only screen and (max-width: 1200px) {
  .map_sec {
    height: 350px;
  }
}
@media only screen and (max-width: 970px) {
  table.salon_table th {
    padding: 15px 15px 0 15px;
  }
  table.salon_table td {
    padding: 5px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .map_sec {
    height: 250px;
  }
}
/* サロン案内 END */
/* ネイリスト */
.nailist-inner {
  margin-bottom: 70px;
}
.nailist_text {
  width: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.nailist_img {
  width: 50%;
  padding-left: 3em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.nailist_text h2 {
  font-size: 1.8em;
  letter-spacing: 1px;
  text-align: left;
  width: 100%;
}
.nailist_text h2::after {
  margin: 15px 0 0;
}
.nailist_text p {
  line-height: 1.8;
  margin-bottom: 20px;
  width: 100%;
}
.nailist_text p:last-child {
  margin-bottom: 0;
}
.nailist-list-box {
  width: calc(33.3333% - 6.7px);
  margin-right: 10px;
  padding: 20px 25px;
  box-sizing: border-box;
  background: #fff;
  border: 1px dotted #94897b;
}
.nailist-list-box:nth-of-type(3) {
  margin-right: 0;
}
h3.name {
  font-size: 1.3em;
  margin-bottom: 15px;
}
h3.name span {
  font-size: 0.7em;
}
ul.licence_list {
  margin: 0;
  list-style: none;
}
ul.licence_list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
ul.licence_list li::before {
  content: '◆';
  position: absolute;
  font-size: 10px;
  top: 3px;
  left: 0;
  color: #67554e;
}
@media only screen and (max-width: 970px) {
  .nailist-list-box {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nailist-inner {
    margin-bottom: 40px;
  }
  .nailist_text {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .nailist_img {
    width: 100%;
    padding-left: 0;
  }
  .nailist-list-box {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .nailist-list-box:nth-of-type(2) {
    margin-right: 0;
  }
  .nailist-list-box:nth-of-type(3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .nailist-list-box {
    width: 100%;
    margin-right: 0;
  }
}
/* ネイリスト END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 850px;
}
.contact_sec p {
  margin-bottom: 0;
}
.contact_sec .content_inner {
  padding-bottom: 0;
}
.con_box {
  margin-bottom: 70px;
}
.con_box:last-of-type {
  margin-bottom: 0;
}
.con_box p {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.5em;
  letter-spacing: 2px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
span.con_tel_sab {
  font-size: 0.5em;
  letter-spacing: 1px;
  margin-right: 3px;
}
p.con_time {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 8px;
}
p.con_time:last-of-type {
  margin-bottom: 0;
}
span.con_time_title {
  margin-right: 10px;
  color: #67554e;
}
span.time-caution {
  margin-left: 10px;
  font-size: 0.85em;
}
p.con_caution {
  font-size: 0.85em;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
p.con_caution:last-of-type {
  margin-bottom: 0;
}
p.con_caution::before {
  content: '※';
  padding-right: 5px;
}
a.con_reserve_but, a.con_line_but {
  width: 100%;
  max-width: 450px;
  padding: 20px 30px;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin: 0 auto;
  border-radius: 100px;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: start;
}
a.con_reserve_but {
  background: #62463d;
  color: #fff;
}
a.con_line_but {
  background: #18c507;
  color: #fff;
  padding: 15px 30px;
}
a.con_reserve_but::after, a.con_line_but::after {
  content: "";
  font-family: 'design_plus';
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  right: 25px;
}
a.con_reserve_but::after {
  content: "\e953";
}
a.con_line_but::after {
  content: "\e909";
}
a.con_reserve_but:hover {
  color: #fff;
  background: #94897b;
}
a.con_line_but:hover {
  color: #fff;
  background: #67554e;
}
p.con_line_text {
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1.8;
}
.con-info-box {
  margin-bottom: 30px;
}
.con-info-box h3 {
  margin-bottom: 10px;
}
.con-info-box p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_box {
    margin-bottom: 40px;
  }
  address.con_tel {
    font-size: 2.2em;
  }
  a.con_reserve_but, a.con_line_but {
    font-size: 1em;
    letter-spacing: 0;
  }
  a.con_reserve_but::after, a.con_line_but::after {
    font-size: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 500px) {
  span.time-caution {
    display: block;
    margin-top: 2px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.8em;
  letter-spacing: 0;
  margin-left: 8px;
  padding: 4px 3px;
  border-radius: 4px;
  color: #fff;
  background: #94897b;
}
table.mail_table th, table.mail_table td {
  border: 0;
  padding-top: 0;
  padding-bottom: 18px;
}
table.mail_table th {
  width: 18%;
  padding-right: 0;
  padding-left: 0;
}
table.mail_table td {
  padding-left: 15px;
  padding-right: 0;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #fbfbfb;
  border: none;
  padding: 15px;
  border-radius: 6px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 14px;
  font-weight: 500;
  line-height: 0;
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 40px;
  width: 100%;
  margin-left: auto;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 600;
  height: 70px;
  line-height: 40px;
  color: #fff;
  background: #67554e;
  border-radius: 100px;
  transition: all .8s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #322822;
  transform: translateY(8px);
  border: 1px solid !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 970px) {
  table.mail_table th {
    padding-bottom: 8px;
  }
  table.mail_table td {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 0;
  }
}
/* お問い合わせフォーム END */
/* スマホ動画 */
video {
  display: block;
}
#bg-video {
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
#main-image {
  background-color: rgba(0, 0, 0, 0);
}
video {
  min-height: 20vh;
  min-width: 20vw;
  width: 100%;
  height: auto;
  background: url("") center center no-repeat fixed;
}
/* スマホ動画 END */
/*スマホ動画*/
video {display:block;}
 
#bg-video {
  right:0;
  bottom:0;
  z-index:-1;
}

#main-image {
  background-color: rgba(0, 0, 0, 0);
}

video {
  min-height: 20%;
  min-height: 20vh;
  min-width: 20%;
  min-width: 20vw;
  width:100%;
  height:auto;
  background: url('/wp-content/uploads/2022/02/main-sp.jpg') no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

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

/* ================================================ vh */
/* ============================================================================================ topKv */
.topKv {
  position: relative;
  display: block;
  margin-top: 100px;
  overflow: hidden;
  max-height: 850px !important;
  min-height: 714px;
}

.topKv__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

/* ================================================ topKv__layout */
.topKv__layout--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.topKv__layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* ================================================ topKvCopy */
.topKvCopy {
  position: absolute;
  line-height: 0;
  z-index: 2;
}

/* --------------------------------------- topKvCopy common */
.topKvCopy__main {
  width: 18.6676427526%;
}

.topKvCopy__sub {
  width: 20.4978038067%;
}

.topKvCopy__svg {
  fill: rgba(var(--color-text), 1);
}

/* --------------------------------------- topKvCopy__mainImg */
.topKvCopy__mainImg--list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topKvCopy__mainImg {
  position: absolute;
  width: 22.7450980392%;
  opacity: 0;
}
.topKvCopy__mainImg:nth-child(2) {
  left: 0;
  bottom: 0;
}
.topKvCopy__mainImg:nth-child(1) {
  right: 0;
  top: 0;
}

.topKvCopy__mainImg--inner {
  position: relative;
  padding-top: 72.4137931034%;
  overflow: hidden;
}

.topKvCopy__mainImg--target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ================================================ topKvImg */
.topKvImg__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.topKvImg {
  position: absolute;
}

/* --------------------------------------- topKvImg inner */
.topKvImg__inner {
  position: relative;
  padding-top: 100%;
}

.topKvImg__large {
  height: 89.7902097902%;
}
.topKvImg__large .topKvImg__inner {
  position: relative;
  height: 100%;
  padding-top: 0;
}

.topKvImg__inner--target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* --------------------------------------- topKvImg aside text */
.topKvImg__aside {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  white-space: nowrap;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  z-index: -1;
}

.topKvImg__aside--tate {
  width: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 3.4965034965%;
  left: 1.4641288433%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 2;
}

.topKvImg__asideText {
  line-height: 1;
  font-size: 1.35vh;
}

@media (max-aspect-ratio: 1366/715) {
  .topKvImg__asideText {
    font-size: 0.8052708638vw;
  }
}
/* ================================================ topKv__layout detail */
/* --------------------------------------- topKv__layout 1 */
.topKv__layout--1 .topKvCopy__main {
  top: 40%;
  right: 20.8374816984%;
}
.topKv__layout--1 .topKvCopy__sub {
  width: 109.8039215686%;
  bottom: 100%;
  left: 0%;
}
.topKv__layout--1 .topKvImg--1 {
  width: 46.9985358712%;
  left: 5.1244509517%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.topKv__layout--1 .topKvImg--2 {
  width: 19.4729136164%;
  right: 18.4480234261%;
  top: 0%;
/*  -webkit-transform: translateY(-63.1578947368%);
          transform: translateY(-63.1578947368%);*/
}
.topKv__layout--1 .topKvImg--3 {
  width: 9.5168374817%;
  right: 34.4070278184%;
  bottom: 0%;
  -webkit-transform: translateY(15.037593985%);
          transform: translateY(15.037593985%);
}

/* --------------------------------------- topKv__layout 2 */
.topKv__layout--2 .topKvCopy__main {
  top: 43.3566433566%;
  left: 10.980966325%;
}
.topKv__layout--2 .topKvCopy__sub {
  width: 109.8039215686%;
  bottom: 130%;
  left: 0%;
}
.topKv__layout--2 .topKvImg__large {
  height: 73.4265734266%;
}
.topKv__layout--2 .topKvImg--1 {
  width: 38.6530014641%;
  right: 6.4421669107%;
  top: 7.6923076923%;
}
.topKv__layout--2 .topKvImg--2 {
  width: 10.6149341142%;
  left: 29.2825768668%;
  top: 0%;
}
.topKv__layout--2 .topKvImg--3 {
  width: 11.5666178624%;
  left: 4.0263543192%;
  top: 68.5314685315%;
}
.topKv__layout--2 .topKvImg--4 {
  width: 16.3250366032%;
  left: 35.1390922401%;
  bottom: 0%;
}

/* --------------------------------------- topKv__layout 3 */
.topKv__layout--3 .topKvCopy__main {
  top: 60.8391608392%;
  right: 18.3016105417%;
}
.topKv__layout--3 .topKvCopy__sub {
  top: 17.776%;
  left: 24.1581259151%;
}
.topKv__layout--3 .topKvImg--1 {
  width: 9.1508052709%;
  left: 7.6866764275%;
  top: 6.993006993%;
}
.topKv__layout--3 .topKvImg--2 {
  width: 27.6720351391%;
  left: 0%;
  bottom: 0%;
}
.topKv__layout--3 .topKvImg--3 {
  width: 11.2737920937%;
  left: 38.5065885798%;
  top: 67.1328671329%;
}
.topKv__layout--3 .topKvImg--4 {
  width: 18.3016105417%;
  left: 51.8301610542%;
  top: 13.2867132867%;
}
.topKv__layout--3 .topKvImg--5 {
  width: 13.9092240117%;
  left: 77.2327964861%;
  top: -5.5944055944%;
}

/* --------------------------------------- topKv__layout 4 */
.topKv__layout--4 .topKvCopy__main {
  top: 46.8531468531%;
  right: 14.6412884334%;
}
.topKv__layout--4 .topKvCopy__sub {
  width: 109.8039215686%;
  bottom: 130%;
  left: -50%;
}
.topKv__layout--4 .topKvImg__large {
  height: 65.034965035%;
}
.topKv__layout--4 .topKvImg--1 {
  width: 34.1874084919%;
  left: 7.6866764275%;
  top: 25.8741258741%;
}
.topKv__layout--4 .topKvImg--2 {
  width: 12.298682284%;
  left: 50.1464128843%;
  top: 0%;
  -webkit-transform: translateY(-22.619047619%);
          transform: translateY(-22.619047619%);
}
.topKv__layout--4 .topKvImg--3 {
  width: 12.298682284%;
  left: 57.1010248902%;
  bottom: 0%;
  -webkit-transform: translateY(17.8571428571%);
          transform: translateY(17.8571428571%);
}

/* ============================================================================================ body class */
/* --------------------------------------- kv--active-- */
.topKv__layout {
  display: none;
}

.kv--active--1 .topKv__layout--1 {
  display: block;
}

.kv--active--2 .topKv__layout--2 {
  display: block;
}

.kv--active--3 .topKv__layout--3 {
  display: block;
}

.kv--active--4 .topKv__layout--4 {
  display: block;
}

/* ============================================================================================ hover pc */
@media (hover: hover) and (pointer: fine) {
  .news__keenWrapper .keenArrow:hover, .news__keenWrapper .keenArrow:active {
    background-color: rgba(var(--color-btnBg), 1);
  }
  .news__keenWrapper .keenArrow:hover .keenArrow__icon, .news__keenWrapper .keenArrow:active .keenArrow__icon {
    background-color: #fff;
  }
}
/* ============================================================================================ edit kv */
/* --------------------------------------- topKvCopy__subText */
.topKvCopy__subText--list {
  white-space: nowrap;
  font-size: 0;
}

.topKvCopy__subText {
  margin-top: 1.0980966325vw;
  -webkit-transform: scaleY(0.96);
          transform: scaleY(0.96);
}

.topKvCopy__subText--p {
  font-size: 1.0980966325vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}

/* --------------------------------------- topKvCopy__mainText */
.topKvCopy__mainText--wrapper {
  position: relative;
  padding-top: 40%;
}

.topKvCopy__mainText--list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}

.topKvCopy__mainText {
  position: absolute;
  width: 100%;
  -webkit-transform: scaleY(0.96);
          transform: scaleY(0.96);
}
.topKvCopy__mainText:nth-child(1) {
  top: 0;
  left: 0;
  text-align: left;
}
.topKvCopy__mainText:nth-child(2) {
  bottom: 0;
  text-align: right;
}
.topKvCopy__mainText:nth-child(2) .topKvCopy__mainText--p {
  right: -0.5em;
}

.topKvCopy__mainText--p {
  position: relative;
  font-size: 3vw;
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: 500;
}

.js--kv--img .topKvImg__inner--target {
  opacity: 0;
}

.topKvImg__asideText span {
  opacity: 0;
}

/* hover
=================================================================== */
/* ================================================ vw vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* form
=================================================================== */
/* =================================================================== hover anime */
@keyframes pop-hover {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover-sm {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/* =================================================================== slider anime */
@keyframes slider-anime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/*============================================================================================ 1285px */
@media only screen and (max-width: 767px) {
  /* ================================================ vw */
  /* ================================================ vh */
  /* ============================================================================================ topKv */
  .topKv {
    margin-top: 40px;
    max-height: inherit !important;
    min-height: inherit;
    height: 100vh;
  }
  /* --------------------------------------- topKvCopy common */
  .topKvCopy__main {
    width: min(40.5333333333vw, 152px);
  }
  .topKvCopy__sub {
    width: 49.3333333333%;
  }
  .topKvCopy__mainImg {
    width: 22.7450980392%;
  }
  /* ================================================ topKvImg */
  .topKvImg__large {
    height: 89.7902097902%;
  }
  /* --------------------------------------- topKvImg aside text */
  .topKvImg__aside--tate {
    top: 1.5384615385%;
    left: 2.1333333333%;
  }
  .topKvImg__aside--tate .topKvImg__asideText {
    transform: scale(0.9);
    transform-origin: center top;
  }
  .topKvImg__aside {
    transform: translate(0, 0);
  }
  .topKvImg__asideText {
    line-height: 1;
    font-size: min(2.6666666667vw, 10px);
    transform: scale(0.55);
    transform-origin: left top;
  }
  .topKvImg__block .topKvImg__aside {
    transform: translate(0, 50%);
  }
  .topKvImg__block .topKvImg__aside .topKvImg__asideText {
    transform: scale(0.6);
  }
  /* ================================================ topKv__layout detail */
  /* --------------------------------------- topKv__layout 1 */
  .topKv__layout--1 .topKvCopy__main {
    top: 69.2307692308%;
    right: 14.6412884334%;
  }
  .topKv__layout--1 .topKvCopy__sub {
    width: 117.6470588235%;
    left: -77%;
    bottom: 115%;
  }
  .topKv__layout--1 .topKvImg--1 {
    width: 75.4666666667%;
    height: 43.4426229508%;
    left: auto;
    right: 10.6666666667%;
    top: 10.6557377049%;
    transform: translate(0, 0);
  }
  .topKv__layout--1 .topKvImg--2 {
    width: 34.6354166667%;
    right: 18.4480234261%;
    top: 0%;
    transform: translateY(-78.9473684211%);
  }
  .topKv__layout--1 .topKvImg--3 {
    width: 28%;
    height: 17.2131147541%;
    right: auto;
    left: 0%;
    bottom: 10.4918032787%;
    transform: translate(-9.5238095238%, 0);
  }
  .topKv__layout--1 .topKvImg--3 .topKvImg__inner {
    padding-top: 0;
    height: 100%;
  }
  /* --------------------------------------- topKv__layout 2 */
  .topKv__layout--2 .topKvCopy__main {
    top: 70.4918032787%;
    left: 8%;
  }
  .topKv__layout--2 .topKvCopy__sub {
    width: 117.6470588235%;
    bottom: 130%;
  }
  .topKv__layout--2 .topKvImg__large {
    height: 40.6557377049%;
  }
  .topKv__layout--2 .topKvImg--1 {
    width: 70.4%;
    right: 0%;
    top: 9.0163934426%;
  }
  .topKv__layout--2 .topKvImg--2 {
    width: 19.2%;
    left: 0%;
    top: 0%;
  }
  .topKv__layout--2 .topKvImg--3 {
    width: 29.6%;
    left: auto;
    right: 0%;
    top: 56.6433566434%;
  }
  .topKv__layout--2 .topKvImg--4 {
    width: 21.3333333333%;
    left: -1.3333333333%;
    bottom: 0%;
  }
  /* --------------------------------------- topKv__layout 3 */
  .topKv__layout--3 .topKvCopy__main {
    top: 44.262295082%;
    right: 8%;
  }
  .topKv__layout--3 .topKvCopy__sub {
    width: 54.9333333333%;
    left: 10.6666666667%;
    top: 26%;
  }
  .topKv__layout--3 .topKvImg__large {
    height: 28.5245901639%;
  }
  .topKv__layout--3 .topKvImg--1 {
    width: 46.4%;
    right: auto;
    left: 0;
    top: auto;
    bottom: 6.5573770492%;
  }
  .topKv__layout--3 .topKvImg--2 {
    width: 20.5333333333%;
    left: auto;
    right: 17.3333333333%;
    bottom: 18.0327868852%;
  }
  .topKv__layout--3 .topKvImg--3 {
    width: 16.5333333333%;
    left: 12%;
    top: 44.5901639344%;
  }
  .topKv__layout--3 .topKvImg--4 {
    width: 33.3333333333%;
    left: auto;
    right: 0%;
    top: 9.0163934426%;
  }
  .topKv__layout--3 .topKvImg--5 {
    width: 25.3333333333%;
    left: 21.3333333333%;
    top: -5.737704918%;
  }
  /* --------------------------------------- topKv__layout 4 */
  .topKv__layout--4 .topKvCopy__main {
    top: 31.9672131148%;
    right: auto;
    left: 12%;
  }
  .topKv__layout--4 .topKvCopy__sub {
    width: 148.0263157895%;
    bottom: 140%;
    left: 60%;
  }
  .topKv__layout--4 .topKvImg__large {
    height: 36.8852459016%;
  }
  .topKv__layout--4 .topKvImg--1 {
    width: 60%;
    left: auto;
    right: 0;
    top: auto;
    bottom: 15.5737704918%;
  }
  .topKv__layout--4 .topKvImg--2 {
    width: 22.4%;
    left: auto;
    right: 16%;
    top: 0%;
    transform: translateY(0);
  }
  .topKv__layout--4 .topKvImg--3 {
    width: 29.3333333333%;
    left: -2.6666666667%;
    bottom: -1.6393442623%;
    transform: translateY(0);
  }
  /* ============================================================================================ edit kv */
  /* --------------------------------------- topKvCopy__subText */
  .topKvCopy__subText {
    margin-top: 3.2vw;
  }
  .topKvCopy__subText--p {
    font-size: 2.9333333333vw;
  }
  /* --------------------------------------- topKvCopy__mainText */
  .topKvCopy__mainText:nth-child(2) .topKvCopy__mainText--p {
    right: -0.5em;
  }
  .topKvCopy__mainText--p {
    font-size: 7.3333333333vw;
    letter-spacing: 0.4em;
  }
}
/*======================*/