@charset "UTF-8";
/*Theme Name : common_template*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
ul,
li,
a,
figure,
p,
body {
  font-family: "Shippori Mincho", serif;
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

.fa-solid {
  font-family: "Font Awesome 5 Free" !important;
  font-style: initial !important;
}

html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

#header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 0.4s;
  border-bottom: 1px solid #fff;
}
#header.fixed {
  background: #fff;
  transition: 0.4s;
}
#header.fixed a {
  color: #524947 !important;
}
#header.fixed #burger a {
  color: #fff !important;
}
#header.fixed .child a {
  color: #fff !important;
}
#header.fixed #nav-toggle {
  position: absolute;
  left: 10px;
  top: 20px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#header.fixed #nav-toggle span,
#header.fixed #nav-toggle span:before,
#header.fixed #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 40px;
  background: #524947 !important;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#header.fixed #nav-toggle span:before {
  top: -10px;
}
#header.fixed #nav-toggle span:after {
  bottom: -10px;
}
#header.fixed #nav-toggle.active span {
  background-color: transparent !important;
}
#header.fixed #nav-toggle.active span:before, #header.fixed #nav-toggle.active span:after {
  top: 0;
}
#header.fixed #nav-toggle.active span:before {
  transform: rotate(45deg);
}
#header.fixed #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media (max-width: 1099px) {
  #header .header_pc {
    height: 60px;
  }
}
#header .header_pc .header_logo {
  width: 169px;
  margin-left: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 425px) {
  #header .header_pc .header_logo {
    width: 150px;
    margin-left: 10px;
  }
}
#header .header_pc .header_logo a {
  display: flex;
}
#header .header_pc .header_item {
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  #header .header_pc .header_item {
    display: none;
  }
}
#header .header_pc .header_item .header_button a {
  width: 162px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e8e4dd;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: 600;
  line-height: normal;
  transition: 0.4s;
}
#header .header_pc .header_item .header_button a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#header .header_pc .header_item .header_nav .main_ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 2.6041666667vw;
  list-style: none;
}
#header .header_pc .header_item .header_nav .main_ul li {
  margin-right: 1.0416666667vw;
}
#header .header_pc .header_item .header_nav .main_ul li a {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 13px;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1160px) {
	#header .header_pc .header_item .header_nav .main_ul li a {
		font-size:12px;
	}
}
#header .header_pc .header_item .header_nav .main_ul li a i {
  padding-left: 5px;
}
#header .header_pc .header_item .header_nav .main_ul li:last-of-type {
  margin-right: 0;
}
#header .header_pc .header_item .header_nav .main_ul .parent {
  position: relative;
  float: left;
}
#header .header_pc .header_item .header_nav .main_ul .parent:hover ul {
  transition: 0.4s all;
  display: block !important;
  position: absolute !important;
  opacity: 1;
  top: 104%;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child {
  opacity: 0;
  display: none;
  margin: 0;
  width: 100%;
  transition: 0.4s;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li {
  width: 100%;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a {
  background: #9b8c70;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  height: 70px;
  transition: 0.4s all;
  padding: 0 20px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  text-align: start;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a:hover {
  background: #e8e4dd;
  color: #524947 !important;
}

#header .header_pc .header_item .header_nav .main_ul .parent .child li a::after {
  display: none;
}

#burger {
  height: 80px;
  background: #fff;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  #burger {
    display: contents;
  }
}
#burger .nav-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#burger .nav-container nav {
  width: 100%;
}
#burger .nav-container nav .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}
@media (max-width: 1099px) {
  #burger .nav-container nav .nav-mobile {
    display: block;
  }
}
#burger .nav-container nav .nav-mobile #nav-toggle {
  position: absolute;
  left: 10px;
  top: 20px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span,
#burger .nav-container nav .nav-mobile #nav-toggle span:before,
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 40px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:before {
  top: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  bottom: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span {
  background-color: transparent;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before, #burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  top: 0;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before {
  transform: rotate(45deg);
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
@media (max-width: 1099px) {
  #burger .nav-container nav ul {
    display: none;
  }
  #burger .nav-container nav ul.nav-list {
    position: absolute;
    width: 100%;
    height: auto;
    top: 80px;
    max-height: calc(100vh - 80px);
    overflow: auto;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  #burger .nav-container nav ul.nav-list {
    top: 60px;
    max-height: calc(100vh - 60px);
    left: 0;
  }
}
@media (max-width: 1099px) and (max-width: 425px) {
  #burger .nav-container nav ul.nav-list {
    background: #9b8c70;
    padding-bottom: 80px;
  }
}
@media (max-width: 1099px) {
  #burger .nav-container nav ul li {
    position: relative;
    float: none;
  }
  #burger .nav-container nav ul li a,
  #burger .nav-container nav ul li a:visited {
    display: block;
    padding: 20px;
    background: #9b8c70;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    text-decoration: none;
    font-weight: 500;
  }
  #burger .nav-container nav ul li a:hover,
  #burger .nav-container nav ul li a:visited:hover {
    background: #9b8c70;
    color: #fff;
  }
  #burger .nav-container nav ul li a:not(:only-child):after,
  #burger .nav-container nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
  }
  #burger .nav-container nav ul li ul.nav-dropdown {
    position: static;
    z-index: 1;
  }
  #burger .nav-container nav ul li ul.nav-dropdown li {
    min-width: 190px;
  }
  #burger .nav-container nav ul li ul.nav-dropdown li a {
    padding: 15px 15px 15px 30px;
    font-size: 0.8em;
    background: #bea977;
    color: #fff;
  }
}

.main_slider {
  position: relative;
}
@media (max-width: 600px) {
  .main_slider .slide_pc {
    display: none;
  }
}
.main_slider .slide_sp {
  display: none;
}
@media (max-width: 600px) {
  .main_slider .slide_sp {
    display: inherit;
  }
}
.main_slider .slick-dots {
  display: none !important;
}
.main_slider .slick-slide {
  height: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  .main_slider .slick-slide {
    width: 100%;
    height: 100%;
  }
}
.main_slider .slick-slide img {
  height: 100%;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .main_slider .slick-slide img {
    width: 100%;
    height: 100%;
  }
}
.main_slider .slider_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .main_slider .slider_title {
    padding: 0 20px;
  }
}
.main_slider .slider_title h2 {
  font-size: clamp(24px, 3.513909224vw, 48px);
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #9b8c70;
  color: #fff;
}
.pagetop_block #pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.pagetop_block .contact_sp {
  display: none !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 769px) {
  .pagetop_block .contact_sp {
    display: flex !important;
  }
}
.pagetop_block .contact_sp a {
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 425px) {
  .pagetop_block .contact_sp a {
    padding: 10px;
    font-size: 2.5882352941vw;
  }
}
.pagetop_block .contact_sp a.footer_bg1 {
  background: #9b8c70;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg1::before {
  background: url(/wp-content/uploads/f_calender.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  margin-right: 10px;
  font-weight: bold;
}
.pagetop_block .contact_sp a.footer_bg2 {
  background: #524947;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg2::before {
  background: url(/wp-content/uploads/f_phone.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  margin-right: 10px;
  font-weight: bold;
}
.pagetop_block .contact_sp a.footer_bg3 {
  background: #9b8c70;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg3::before {
  background: url(/wp-content/uploads/mail_w.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  margin-right: 10px;
  font-weight: bold;
}

#footer {
  margin-bottom: 0 !important;
  background: #fff;
}
#footer a {
  transition: 0.4s all;
}
#footer a:hover {
  color: #9b8c70;
}
#footer .inner {
  max-width: calc(1026px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 114px 6% 73px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1050px) {
  #footer .inner {
    max-width: calc(640px + 12%);
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#footer .inner .wrap .footer_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(45px, 5.7291666667vw, 110px);
       column-gap: clamp(45px, 5.7291666667vw, 110px);
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer_flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
#footer .inner .wrap .footer_flex .footer_logo {
  max-width: 220px;
  width: 100%;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer_flex .footer_logo {
    max-width: 100%;
  }
}
#footer .inner .wrap .footer_flex .footer_logo figure {
  max-width: 170px;
  width: 100%;
  margin-bottom: 20px;
}
#footer .inner .wrap .footer_flex .footer_logo figure img {
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #524947;
}
#footer .inner .wrap .footer_flex .footer_logo .content a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #524947;
}
#footer .inner .wrap .footer-item-wrap {
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(20px, 2.5622254758vw, 35px);
       column-gap: clamp(20px, 2.5622254758vw, 35px);
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  #footer .inner .wrap .footer-item-wrap {
    grid-template-columns: 1fr;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content {
  margin-bottom: 12px;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li {
  padding: 10px 0;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li {
    padding: 7px 0;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  transition: 0.4s;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
    font-size: 15px;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a:hover {
  color: #9b8c70;
  transition: 0.4s;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child {
  padding: 4px 0;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  color: #524947;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
    font-size: 13px;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a:hover {
  color: #9b8c70;
  transition: 0.4s;
}
#footer .copy {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #524947;
}
@media (max-width: 769px) {
  #footer .copy {
    padding: 10px 0 70px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10001;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
@media (max-width: 769px) {
  .modal {
    display: none;
  }
}
.modal .modal-content {
  max-width: 463px;
  width: 100%;
  padding: 17px 20px;
  background: rgba(255, 255, 255, 0.8);
}
.modal .modal-content .close-button {
  background: url(/wp-content/uploads/cta_close.svg) no-repeat;
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 20px;
  font-weight: bold;
  background: transparent;
  width: clamp(31px, 2.9282576867vw, 40px);
  cursor: pointer;
  height: clamp(31px, 2.9282576867vw, 40px);
  z-index: 2;
  transition: 0.4s;
}
.modal .modal-content .close-button:hover {
  transition: 0.4s;
  opacity: 0.7;
}
@media (max-width: 425px) {
  .modal .modal-content .close-button {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.modal .modal-content .modal_flex {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(15px, 1.5373352855vw, 21px);
       column-gap: clamp(15px, 1.5373352855vw, 21px);
}
.modal .modal-content .modal_flex .col .modal_text {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: normal;
  letter-spacing: 0.04em;
  color: #524947;
  margin-bottom: 7px;
}
.modal .modal-content .modal_flex .col figure {
  width: 100%;
}
.modal .modal-content .modal_flex .col figure a {
  display: block;
  transition: 0.4s all;
}
.modal .modal-content .modal_flex .col figure a:hover {
  opacity: 0.7;
}
.modal .modal-content .modal_flex .col figure a img {
  width: 100%;
}

#s01 {
  padding: clamp(90px, 11.4934114202vw, 157px) 0 clamp(70px, 7.8330893119vw, 107px);
}
#s01 .inner {
  max-width: calc(1100px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s01 .inner {
    max-width: calc(640px + 12%);
  }
}
#s01 .inner .cat {
  position: relative;
}
#s01 .inner .cat span {
  z-index: 1;
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 2.196193265vw, 30px);
  position: relative;
  text-align: center;
  line-height: 2.95;
  display: block;
}
#s01 .inner .cat::after {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "No Blow";
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(70px, 15.3733528551vw, 210px);
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  color: #f5f5f5;
}
#s01 .inner .title {
  position: relative;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(22px, 2.7818448023vw, 38px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #524947;
  margin-bottom: clamp(15px, 1.317715959vw, 18px);
  z-index: 1;
}
@media (max-width: 500px) {
  #s01 .inner .title {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  #s01 .inner .title {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  #s01 .inner .title {
    font-size: 4vw;
  }
}
#s01 .inner .title .title_high {
  background: linear-gradient(90deg, #9b8c70 0%, #d1c4a6 100%);
  color: #fff;
  padding: 0 10px;
}
#s01 .inner .title .bg_add {
  background: linear-gradient(0deg, #eae0ca 40%, rgb(255, 255, 255) 40%);
}
#s01 .inner .title .title_space {
  display: none;
}
@media (max-width: 767px) {
  #s01 .inner .title .title_space {
    display: block;
  }
}
#s01 .inner .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.6105417277vw, 22px);
  line-height: 2.2;
  color: #524947;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 600px) {
  #s01 .inner .content {
    text-align: start;
  }
}
#s01 .inner .content .bg_add {
  background: linear-gradient(0deg, #eae0ca 40%, rgb(255, 255, 255) 40%);
}
@media (max-width: 600px) {
  #s01 .inner .content .content_space {
    display: none;
  }
}

#s02 {
  padding: clamp(80px, 8.2723279649vw, 113px) 0 clamp(180px, 19.4729136164vw, 266px);
  background: url(/wp-content/uploads/top_bg.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 769px) {
  #s02 {
    padding: 80px 0;
    background: url(/wp-content/uploads/top_bg_sp-scaled.jpg) no-repeat;
    background-size: cover;
    background-position-x: 0;
  }
}
#s02 .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s02 .inner {
    max-width: calc(640px + 12%);
  }
}
#s02 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 3.6603221083vw, 50px);
}
@media (max-width: 769px) {
  #s02 .inner .grid_box {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
#s02 .inner .grid_box .col {
  background: rgba(255, 255, 255, 0.7);
  padding: clamp(40px, 4.2093704246vw, 57.5px) clamp(15px, 3.6603221083vw, 50px);
}
#s02 .inner .grid_box .col:nth-of-type(even) {
  position: relative;
  top: 152px;
}
@media (max-width: 769px) {
  #s02 .inner .grid_box .col:nth-of-type(even) {
    top: unset;
  }
}
#s02 .inner .grid_box .col .num {
  text-align: center;
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(48px, 4.5387994143vw, 62px);
  line-height: 1;
}
#s02 .inner .grid_box .col .title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(18px, 2.3426061493vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #524947;
  margin-bottom: clamp(20px, 2.0497803807vw, 28px);
}
@media (max-width: 769px) {
  #s02 .inner .grid_box .col .title {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  #s02 .inner .grid_box .col .title {
    font-size: 5.1764705882vw;
  }
}
#s02 .inner .grid_box .col .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(13px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #524947;
}

#s03 {
  padding: clamp(150px, 15.7393850659vw, 215px) 0 clamp(60px, 5.4904831625vw, 75px);
  background: #f5f5f5;
}
#s03 .inner {
  max-width: calc(985px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s03 .inner {
    max-width: calc(640px + 12%);
  }
}
#s03 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(20px, 2.9282576867vw, 40px);
       column-gap: clamp(20px, 2.9282576867vw, 40px);
  position: relative;
}
#s03 .inner .grid_box::after {
  content: "Concept";
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(120px, 17.2035139092vw, 235px);
  line-height: 1;
  color: #fff;
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box::after {
    top: -14.6412884334vw;
  }
}
@media (max-width: 769px) {
  #s03 .inner .grid_box::after {
    top: -19.5058517555vw;
    font-size: 26.0078023407vw;
  }
}
@media (max-width: 769px) {
  #s03 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
#s03 .inner .grid_box .col {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
#s03 .inner .grid_box .col figure {
  max-width: 240px;
  width: 100%;
  margin: 0 auto 15px auto;
}
#s03 .inner .grid_box .col figure img {
  width: 100%;
}
#s03 .inner .grid_box .col .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  color: #524947;
  margin-bottom: 15px;
}
#s03 .inner .grid_box .col .button {
  text-align: center;
}
#s03 .inner .grid_box .col .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s03 .inner .grid_box .col .button a {
    font-size: 16px;
  }
}
#s03 .inner .grid_box .col .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s03 .inner .grid_box .col .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s04 {
  padding: clamp(100px, 14.055636896vw, 192px) 0 clamp(70px, 10.6881405564vw, 146px);
  overflow: hidden;
}
#s04 .inner {
  max-width: 1338px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s04 .inner {
    padding: 0 6%;
  }
}
#s04 .inner .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(45px, 6.149341142vw, 84px);
       column-gap: clamp(45px, 6.149341142vw, 84px);
}
#s04 .inner .flex_box > * {
  opacity: 0;
  transition-duration: 0.75s;
  transform: blur(15px);
}
#s04 .inner .flex_box > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s04 .inner .flex_box > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s04 .inner .flex_box.animated > * {
  opacity: 1;
  transform: blur(0);
}
@media (max-width: 769px) {
  #s04 .inner .flex_box {
    row-gap: 80px;
    flex-direction: column;
  }
}
#s04 .inner .flex_box .img_area {
  max-width: 646px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #s04 .inner .flex_box .img_area {
    position: relative;
    left: -7%;
    max-width: 100%;
  }
}
#s04 .inner .flex_box .img_area img {
  width: 100%;
}
#s04 .inner .flex_box .text_area {
  max-width: 514px;
  width: 100%;
  position: relative;
}
#s04 .inner .flex_box .text_area::after {
  content: "3 courses by hair type";
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 157px;
  color: #f5f5f5;
  line-height: 0.8;
  width: 704px;
  position: absolute;
  left: -96px;
  top: -155px;
}
@media (max-width: 1366px) {
  #s04 .inner .flex_box .text_area::after {
    font-size: 11.4934114202vw;
    left: -7.027818448vw;
    top: -11.3469985359vw;
    width: 51.5373352855vw;
  }
}
@media (max-width: 769px) {
  #s04 .inner .flex_box .text_area::after {
    font-size: 86.8902px;
    left: -7%;
    top: -85.7833px;
    width: 395.609px;
  }
}
@media (max-width: 425px) {
  #s04 .inner .flex_box .text_area::after {
    font-size: 20.2352941176vw;
  }
}
#s04 .inner .flex_box .text_area .cat {
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2.95;
  position: relative;
  z-index: 1;
}
#s04 .inner .flex_box .text_area .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(22px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #524947;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
#s04 .inner .flex_box .text_area .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  color: #524947;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
@media (max-width: 1366px) {
  #s04 .inner .flex_box .text_area .content {
    padding-right: 6%;
  }
}
@media (max-width: 769px) {
  #s04 .inner .flex_box .text_area .content {
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  #s04 .inner .flex_box .text_area .button {
    text-align: center;
  }
}
#s04 .inner .flex_box .text_area .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s04 .inner .flex_box .text_area .button a {
    font-size: 16px;
  }
}
#s04 .inner .flex_box .text_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s04 .inner .flex_box .text_area .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s05 {
  padding: 0 0 clamp(80px, 10.980966325vw, 150px) 0;
}
#s05 .inner {
  max-width: calc(1026px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s05 .inner {
    max-width: calc(640px + 12%);
  }
}
#s05 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(30px, 5.1244509517vw, 70px);
       column-gap: clamp(30px, 5.1244509517vw, 70px);
}
@media (max-width: 769px) {
  #s05 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
#s05 .inner .grid_box > * {
  opacity: 0;
  transition-duration: 0.75s;
  transform: blur(15px);
}
#s05 .inner .grid_box > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s05 .inner .grid_box > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s05 .inner .grid_box.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s05 .inner .grid_box .col {
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 5;
}
#s05 .inner .grid_box .col .cat {
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#s05 .inner .grid_box .col .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.0497803807vw, 28px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #524947;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
#s05 .inner .grid_box .col .main_img {
  margin-bottom: 10px;
}
#s05 .inner .grid_box .col .main_img img {
  width: 100%;
}
#s05 .inner .grid_box .col .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  color: #524947;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
@media (max-width: 1366px) {
  #s05 .inner .grid_box .col .content {
    padding-right: 6%;
  }
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .col .content {
    padding-right: 0;
  }
}
#s05 .inner .grid_box .col .button {
  text-align: end;
}
#s05 .inner .grid_box .col .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .col .button a {
    font-size: 16px;
  }
}
#s05 .inner .grid_box .col .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s05 .inner .grid_box .col .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s06 {
  background: #f5f5f5;
  overflow: hidden;
  background-size: cover;
  padding: clamp(70px, 7.8330893119vw, 107px) 0 clamp(38px, 4.2459736457vw, 58px);
}
#s06 .owl-carousel .owl-dots.disabled,
#s06 .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#s06 .s01_1_wrap .button {
  text-align: end;
  margin-right: clamp(20px, 18.2291666667vw, 350px);
  margin-bottom: clamp(60px, 6.588579795vw, 90px);
}
@media (max-width: 1366px) {
  #s06 .s01_1_wrap .button {
    margin-right: 12.3718887262vw;
  }
}
@media (max-width: 769px) {
  #s06 .s01_1_wrap .button {
    margin-right: clamp(30px, 7.8023407022vw, 60px);
  }
}
@media (max-width: 425px) {
  #s06 .s01_1_wrap .button {
    margin-right: 30px;
  }
}
#s06 .s01_1_wrap .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s06 .s01_1_wrap .button a {
    font-size: 16px;
  }
}
#s06 .s01_1_wrap .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s06 .s01_1_wrap .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s06 .s01_2_wrap .button {
  text-align: start;
  margin-left: clamp(20px, 18.2291666667vw, 350px);
  margin-bottom: clamp(60px, 6.588579795vw, 90px);
}
@media (max-width: 1366px) {
  #s06 .s01_2_wrap .button {
    margin-left: 12.3718887262vw;
  }
}
@media (max-width: 769px) {
  #s06 .s01_2_wrap .button {
    margin-left: clamp(30px, 7.8023407022vw, 60px);
  }
}
@media (max-width: 425px) {
  #s06 .s01_2_wrap .button {
    margin-left: 30px;
  }
}
#s06 .s01_2_wrap .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s06 .s01_2_wrap .button a {
    font-size: 16px;
  }
}
#s06 .s01_2_wrap .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s06 .s01_2_wrap .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s06 .s01_1_wrap .title_area .title_inner,
#s06 .s01_2_wrap .title_area .title_inner {
  max-width: 67.7083333333vw;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  #s06 .s01_1_wrap .title_area .title_inner,
  #s06 .s01_2_wrap .title_area .title_inner {
    max-width: 84.1874084919vw;
  }
}
@media (max-width: 769px) {
  #s06 .s01_1_wrap .title_area .title_inner,
  #s06 .s01_2_wrap .title_area .title_inner {
    max-width: 100%;
  }
}
#s06 .s01_1_wrap .title_area .title_inner .title_wrap,
#s06 .s01_2_wrap .title_area .title_inner .title_wrap {
  margin: 0 60px;
}
@media (max-width: 769px) {
  #s06 .s01_1_wrap .title_area .title_inner .title_wrap,
  #s06 .s01_2_wrap .title_area .title_inner .title_wrap {
    margin: 0 clamp(20px, 7.8023407022vw, 60px);
  }
}
@media (max-width: 425px) {
  #s06 .s01_1_wrap .title_area .title_inner .title_wrap,
  #s06 .s01_2_wrap .title_area .title_inner .title_wrap {
    margin: 0 20px;
  }
}
#s06 .s01_1_wrap .title_area .title_inner .title_wrap .title,
#s06 .s01_2_wrap .title_area .title_inner .title_wrap .title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(42px, 4.39238653vw, 60px);
  line-height: 1.6;
  color: #524947;
  margin-bottom: 10px;
}
#s06 .s01_1,
#s06 .s01_3 {
  margin-left: clamp(20px, 18.2291666667vw, 350px);
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 1366px) {
  #s06 .s01_1,
  #s06 .s01_3 {
    margin-left: 12.3718887262vw;
  }
}
@media (max-width: 769px) {
  #s06 .s01_1,
  #s06 .s01_3 {
    margin-left: clamp(30px, 7.8023407022vw, 60px);
  }
}
@media (max-width: 425px) {
  #s06 .s01_1,
  #s06 .s01_3 {
    margin-left: 30px;
  }
}
#s06 .s01_1 .owl-carousel,
#s06 .s01_3 .owl-carousel {
  position: relative;
}
#s06 .s01_1 .owl-carousel .owl-dots.disabled,
#s06 .s01_1 .owl-carousel .owl-nav.disabled,
#s06 .s01_3 .owl-carousel .owl-dots.disabled,
#s06 .s01_3 .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: unset;
  left: unset;
  width: -moz-fit-content;
  width: fit-content;
  top: -85px;
}
@media (max-width: 425px) {
  #s06 .s01_1 .owl-carousel .owl-dots.disabled,
  #s06 .s01_1 .owl-carousel .owl-nav.disabled,
  #s06 .s01_3 .owl-carousel .owl-dots.disabled,
  #s06 .s01_3 .owl-carousel .owl-nav.disabled {
    top: -75px;
  }
}
#s06 .s01_1 .owl-theme .owl-dots,
#s06 .s01_1 .owl-theme .owl-nav,
#s06 .s01_3 .owl-theme .owl-dots,
#s06 .s01_3 .owl-theme .owl-nav {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin-left: auto;
  padding-right: 18.2291666667vw;
  position: absolute;
  top: -85px;
  right: 0;
}
@media (max-width: 1366px) {
  #s06 .s01_1 .owl-theme .owl-dots,
  #s06 .s01_1 .owl-theme .owl-nav,
  #s06 .s01_3 .owl-theme .owl-dots,
  #s06 .s01_3 .owl-theme .owl-nav {
    padding-right: 12.3718887262vw;
  }
}
@media (max-width: 769px) {
  #s06 .s01_1 .owl-theme .owl-dots,
  #s06 .s01_1 .owl-theme .owl-nav,
  #s06 .s01_3 .owl-theme .owl-dots,
  #s06 .s01_3 .owl-theme .owl-nav {
    padding-right: clamp(20px, 7.8023407022vw, 60px);
  }
}
@media (max-width: 425px) {
  #s06 .s01_1 .owl-theme .owl-dots,
  #s06 .s01_1 .owl-theme .owl-nav,
  #s06 .s01_3 .owl-theme .owl-dots,
  #s06 .s01_3 .owl-theme .owl-nav {
    top: -75px;
    padding-right: 20px;
  }
}
#s06 .s01_1 .owl-next,
#s06 .s01_3 .owl-next {
  font-size: 0;
  position: relative;
  color: #fff !important;
  transition: 0.4s;
}
#s06 .s01_1 .owl-next::after,
#s06 .s01_3 .owl-next::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(/wp-content/uploads/arrow_next.png) no-repeat center center;
  background-size: contain;
  width: 52px;
  height: 52px;
}
@media (max-width: 425px) {
  #s06 .s01_1 .owl-next::after,
  #s06 .s01_3 .owl-next::after {
    width: 36px;
    height: 36px;
  }
}
#s06 .s01_1 .owl-next:hover,
#s06 .s01_3 .owl-next:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s06 .s01_1 .owl-prev,
#s06 .s01_3 .owl-prev {
  font-size: 0;
  position: relative;
  color: #fff !important;
  right: clamp(20px, 2.196193265vw, 30px);
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s06 .s01_1 .owl-prev,
  #s06 .s01_3 .owl-prev {
    right: 0;
  }
}
#s06 .s01_1 .owl-prev:hover,
#s06 .s01_3 .owl-prev:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s06 .s01_1 .owl-prev::after,
#s06 .s01_3 .owl-prev::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(/wp-content/uploads/arrow_before.png) no-repeat center center;
  background-size: contain;
  width: 52px;
  height: 52px;
}
@media (max-width: 425px) {
  #s06 .s01_1 .owl-prev::after,
  #s06 .s01_3 .owl-prev::after {
    width: 36px;
    height: 36px;
  }
}
#s06 .s01_1 .owl-theme .owl-nav [class*=owl-]:hover,
#s06 .s01_3 .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  opacity: 0.7;
}
#s06 .s01_2 {
  margin-right: clamp(20px, 18.2291666667vw, 350px);
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 1366px) {
  #s06 .s01_2 {
    margin-right: 12.3718887262vw;
  }
}
@media (max-width: 769px) {
  #s06 .s01_2 {
    margin-right: clamp(30px, 7.8023407022vw, 60px);
  }
}
@media (max-width: 425px) {
  #s06 .s01_2 {
    margin-right: 30px;
  }
}
#s06 .s01_2 .owl-carousel {
  position: relative;
}
#s06 .s01_2 .owl-carousel .owl-dots.disabled,
#s06 .s01_2 .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: unset;
  transform: unset;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  top: -85px;
}
@media (max-width: 425px) {
  #s06 .s01_2 .owl-carousel .owl-dots.disabled,
  #s06 .s01_2 .owl-carousel .owl-nav.disabled {
    top: -75px;
  }
}
#s06 .s01_2 .owl-theme .owl-dots,
#s06 .s01_2 .owl-theme .owl-nav {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin-right: auto;
  padding-left: 18.2291666667vw;
  position: absolute;
  top: -85px;
  right: unset;
}
@media (max-width: 1366px) {
  #s06 .s01_2 .owl-theme .owl-dots,
  #s06 .s01_2 .owl-theme .owl-nav {
    padding-left: 12.3718887262vw;
  }
}
@media (max-width: 769px) {
  #s06 .s01_2 .owl-theme .owl-dots,
  #s06 .s01_2 .owl-theme .owl-nav {
    padding-left: clamp(20px, 7.8023407022vw, 60px);
  }
}
@media (max-width: 425px) {
  #s06 .s01_2 .owl-theme .owl-dots,
  #s06 .s01_2 .owl-theme .owl-nav {
    top: -75px;
    padding-left: 20px;
  }
}
#s06 .s01_2 .owl-next {
  font-size: 0;
  position: relative;
  color: #fff !important;
  transition: 0.4s;
}
#s06 .s01_2 .owl-next::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(/wp-content/uploads/arrow_next.png) no-repeat center center;
  background-size: contain;
  width: 52px;
  height: 52px;
}
@media (max-width: 425px) {
  #s06 .s01_2 .owl-next::after {
    width: 36px;
    height: 36px;
  }
}
#s06 .s01_2 .owl-next:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s06 .s01_2 .owl-prev {
  font-size: 0;
  position: relative;
  color: #fff !important;
  right: clamp(20px, 2.196193265vw, 30px);
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s06 .s01_2 .owl-prev {
    right: 0;
  }
}
#s06 .s01_2 .owl-prev:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s06 .s01_2 .owl-prev::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(/wp-content/uploads/arrow_before.png) no-repeat center center;
  background-size: contain;
  width: 52px;
  height: 52px;
}
@media (max-width: 425px) {
  #s06 .s01_2 .owl-prev::after {
    width: 36px;
    height: 36px;
  }
}
#s06 .s01_2 .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  opacity: 0.7;
}
#s06 .s01_2_wrap .title_area .title_inner .title_wrap .title {
  text-align: end;
}
#s06 .owl-carousel {
  padding-top: 30px;
}
#s06 .owl-carousel .owl-item img {
  display: block;
  width: 224px;
  height: 224px;
  -o-object-fit: contain;
     object-fit: contain;
}

#s07 .inner .grid_box {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  -moz-column-gap: 6.6666666667vw;
       column-gap: 6.6666666667vw;
}
@media (max-width: 769px) {
  #s07 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
#s07 .inner .grid_box > * {
  opacity: 0;
  transition-duration: 0.75s;
  transform: blur(15px);
}
#s07 .inner .grid_box > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s07 .inner .grid_box > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s07 .inner .grid_box.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s07 .inner .grid_box .img_area {
  background: url(/wp-content/uploads/top_staff_img.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 769px) {
  #s07 .inner .grid_box .img_area {
    display: none;
  }
}
#s07 .inner .grid_box .text_area {
  padding: 100px 0;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 769px) {
  #s07 .inner .grid_box .text_area {
    margin-left: 0;
    padding: clamp(70px, 26.0078023407vw, 200px) 6%;
    background: url(/wp-content/uploads/top_staff_img_sp.jpg) no-repeat center center;
    background-size: cover;
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  #s07 .inner .grid_box .text_area .text_wrap {
    max-width: calc(450px + 12%);
    width: 100%;
    margin: 0 auto;
  }
}
#s07 .inner .grid_box .text_area .cat {
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#s07 .inner .grid_box .text_area .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(18px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #524947;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
  padding-right: 6%;
}
@media (max-width: 769px) {
  #s07 .inner .grid_box .text_area .title {
    padding-right: 0;
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  #s07 .inner .grid_box .text_area .title {
    font-size: 5.1764705882vw;
  }
}
#s07 .inner .grid_box .text_area .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #524947;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
@media (max-width: 1366px) {
  #s07 .inner .grid_box .text_area .content {
    padding-right: 6%;
  }
}
@media (max-width: 769px) {
  #s07 .inner .grid_box .text_area .content {
    padding-right: 0;
  }
}
#s07 .inner .grid_box .text_area .button {
  text-align: start;
}
@media (max-width: 769px) {
  #s07 .inner .grid_box .text_area .button {
    text-align: center;
  }
}
#s07 .inner .grid_box .text_area .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s07 .inner .grid_box .text_area .button a {
    font-size: 16px;
  }
}
#s07 .inner .grid_box .text_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s07 .inner .grid_box .text_area .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s08 {
  background: #f5f5f5;
  padding: clamp(100px, 9.8828696925vw, 135px) 0 clamp(70px, 7.8330893119vw, 107px);
}
#s08 .inner {
  max-width: calc(1026px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s08 .inner .box {
  background: url(/wp-content/uploads/top_faq_img.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(40px, 3.5871156662vw, 49px) 15px clamp(45px, 4.0995607613vw, 56px);
}
#s08 .inner .box .box_wrap {
  max-width: 724px;
  width: 100%;
  margin: 0 auto;
}
#s08 .inner .box .box_wrap > * {
  opacity: 0;
  transition-duration: 1.25s;
  transform: blur(15px);
}
#s08 .inner .box .box_wrap > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s08 .inner .box .box_wrap > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s08 .inner .box .box_wrap > *:nth-child(3) {
  transition-delay: 0.75s;
}
#s08 .inner .box .box_wrap > *:nth-child(4) {
  transition-delay: 1s;
}
#s08 .inner .box .box_wrap.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s08 .inner .box .box_wrap .cat {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2.9;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#s08 .inner .box .box_wrap .title {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: clamp(22px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
}
@media (max-width: 425px) {
  #s08 .inner .box .box_wrap .title {
    font-size: 5.1764705882vw;
  }
}
#s08 .inner .box .box_wrap .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #fff;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
  text-align: center;
}
@media (max-width: 710px) {
  #s08 .inner .box .box_wrap .content {
    text-align: start;
  }
}
#s08 .inner .box .box_wrap .button {
  text-align: center;
}
#s08 .inner .box .box_wrap .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s08 .inner .box .box_wrap .button a {
    font-size: 16px;
  }
}
#s08 .inner .box .box_wrap .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s08 .inner .box .box_wrap .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s_news {
  background: #f5f5f5;
  padding: 0 0 clamp(50px, 5.4904831625vw, 75px) 0;
}
#s_news .inner {
  max-width: calc(1025px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s_news .inner {
    max-width: calc(640px + 12%);
  }
}
#s_news .inner .wrap .flex_box {
  display: flex;
  -moz-columns: clamp(30px, 3.6603221083vw, 50px);
       columns: clamp(30px, 3.6603221083vw, 50px);
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 30px;
  }
}
#s_news .inner .wrap .flex_box > * {
  opacity: 0;
  transition-duration: 0.75s;
  transform: blur(15px);
}
#s_news .inner .wrap .flex_box > *:nth-child(1) {
  transition-delay: 0.5s;
}
#s_news .inner .wrap .flex_box > *:nth-child(2) {
  transition-delay: 0.25s;
}
#s_news .inner .wrap .flex_box.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s_news .inner .wrap .flex_box .title_area {
  max-width: 200px;
  width: 100%;
}
#s_news .inner .wrap .flex_box .title_area .cat {
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#s_news .inner .wrap .flex_box .title_area .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(22px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #524947;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
@media (max-width: 425px) {
  #s_news .inner .wrap .flex_box .title_area .title {
    font-size: 5.1764705882vw;
  }
}
#s_news .inner .wrap .flex_box .title_area .button {
  text-align: start;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .title_area .button {
    text-align: center;
  }
}
#s_news .inner .wrap .flex_box .title_area .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .title_area .button a {
    font-size: 16px;
  }
}
#s_news .inner .wrap .flex_box .title_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s_news .inner .wrap .flex_box .title_area .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s_news .inner .wrap .flex_box .news_area {
  max-width: 733px;
  width: 100%;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news .inner .wrap .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s_news .inner .wrap .flex_box .news_area .news_wrap a {
  display: flex;
  -moz-column-gap: clamp(20px, 2.9282576867vw, 40px);
       column-gap: clamp(20px, 2.9282576867vw, 40px);
  align-items: flex-start;
  -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
       column-gap: clamp(35px, 3.6603221083vw, 50px);
  padding: clamp(15px, 1.4641288433vw, 20px) 0 clamp(15px, 1.4641288433vw, 20px);
  border-bottom: 1px solid #e0e0e0;
  transition: 0.4s;
}
#s_news .inner .wrap .flex_box .news_area .news_wrap a:hover .news_title {
  color: #9b8c70;
  transition: 0.4s;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .news_area .news_wrap a {
    flex-direction: column;
    padding: 15px 0;
    align-items: flex-start;
    row-gap: 10px;
  }
}
#s_news .inner .wrap .flex_box .news_area .news_wrap .date {
  color: #9b8c70;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.02em;
  line-height: normal;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
#s_news .inner .wrap .flex_box .news_area .news_wrap .news_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(13px, 1.0248901903vw, 14px);
  color: #524947;
  line-height: normal;
  letter-spacing: 0.07em;
}

#s_news2 {
  padding-bottom: clamp(50px, 5.4904831625vw, 75px);
  background: #f5f5f5;
}
#s_news2 .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s_news2 .inner {
    max-width: 640px;
  }
}
#s_news2 .inner .wrap {
  margin: 0 20px;
}
#s_news2 .inner .wrap .blog_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(20px, 2.3426061493vw, 32px);
       column-gap: clamp(20px, 2.3426061493vw, 32px);
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .blog_grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
#s_news2 .inner .wrap .blog_grid > * {
  opacity: 0;
  transition-duration: 0.75s;
  transform: blur(15px);
}
#s_news2 .inner .wrap .blog_grid > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s_news2 .inner .wrap .blog_grid > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s_news2 .inner .wrap .blog_grid.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s_news2 .inner .wrap .flex_box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#s_news2 .inner .wrap .flex_box .title_area {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .flex_box .title_area {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
#s_news2 .inner .wrap .flex_box .title_area .cat {
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#s_news2 .inner .wrap .flex_box .title_area .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(22px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #524947;
  position: relative;
  z-index: 1;
}
@media (max-width: 425px) {
  #s_news2 .inner .wrap .flex_box .title_area .title {
    font-size: 5.1764705882vw;
  }
}
#s_news2 .inner .wrap .flex_box .news_area {
  width: 100%;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap article {
  margin-bottom: 10px;
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap article:last-child {
  margin-bottom: 0;
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap a {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(15px, 1.4641288433vw, 20px) clamp(5px, 1.4641288433vw, 20px);
  background: #fff;
  row-gap: 4px;
  transition: 0.4s all;
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap a:hover .news_title {
  color: #9b8c70;
  transition: 0.4s;
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap a:hover img {
  transition: 0.4s all;
  opacity: 0.7;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .flex_box .news_area .news_wrap a {
    padding: 15px;
    align-items: flex-start;
  }
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap .date {
  color: #9b8c70;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: normal;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap .news_title {
  font-size: 12px;
  transition: 0.4s;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: normal;
  letter-spacing: 0.07em;
  padding-right: 10px;
}
#s_news2 .inner .wrap .flex_box .regional_area .news_wrap article a {
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0;
}
#s_news2 .inner .wrap .flex_box .regional_area .news_wrap article a figure {
  line-height: 0;
  width: 30%;
}
#s_news2 .inner .wrap .flex_box .regional_area .news_wrap article a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 130px;
  height: 95px;
}
#s_news2 .inner .wrap .flex_box .regional_area .news_wrap article a div {
  width: 70%;
}
#s_news2 .inner .wrap .button {
  text-align: start;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .button {
    text-align: center;
  }
}
#s_news2 .inner .wrap .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .button a {
    font-size: 16px;
  }
}
#s_news2 .inner .wrap .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s_news2 .inner .wrap .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s09 {
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(245, 245, 245) 50%);
}
#s09 .inner {
  max-width: calc(1025px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s09 .inner {
    max-width: calc(640px + 12%);
  }
}
#s09 .inner .box {
  padding: clamp(25px, 2.5622254758vw, 35px) 15px clamp(40px, 4.1727672035vw, 57px);
  position: relative;
  background: #fff;
  border-image-background: linear-gradient(90deg, #9b8c70 0%, #d1c4a6 100%);
}
#s09 .inner .box > * {
  opacity: 0;
  transition-duration: 1s;
  transform: blur(15px);
}
#s09 .inner .box > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s09 .inner .box > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s09 .inner .box > *:nth-child(3) {
  transition-delay: 0.75s;
}
#s09 .inner .box.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s09 .inner .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Border thickness */
  background: linear-gradient(90deg, #9b8c70 0%, #d1c4a6 100%);
}
#s09 .inner .box .cat {
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0;
}
#s09 .inner .box .title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #524947;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
@media (max-width: 425px) {
  #s09 .inner .box .title {
    font-size: 4.2352941176vw;
  }
}
#s09 .inner .box .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(13px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #524947;
  text-align: center;
}
@media (max-width: 425px) {
  #s09 .inner .box .content {
    text-align: start;
  }
}

#s_info {
  padding-top: clamp(15px, 2.196193265vw, 30px);
  padding-bottom: clamp(70px, 7.3206442167vw, 100px);
}
#s_info .inner {
  max-width: calc(1026px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s_info .inner {
    max-width: calc(640px + 12%);
  }
}
#s_info .inner .wrap .footer_grid_box {
  display: grid;
  grid-template-columns: 0.97fr 1.03fr;
  -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
       column-gap: clamp(30px, 3.6603221083vw, 50px);
  align-items: center;
  margin-bottom: clamp(35px, 3.4407027818vw, 47px);
}
#s_info .inner .wrap .footer_grid_box > * {
  opacity: 0;
  transition-duration: 0.75s;
  transform: blur(15px);
}
#s_info .inner .wrap .footer_grid_box > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s_info .inner .wrap .footer_grid_box > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s_info .inner .wrap .footer_grid_box.animated > * {
  opacity: 1;
  transform: blur(0);
}
@media (max-width: 769px) {
  #s_info .inner .wrap .footer_grid_box {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
#s_info .inner .wrap .footer_grid_box .map_area {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 769px) {
  #s_info .inner .wrap .footer_grid_box .map_area {
    height: 350px;
  }
}
#s_info .inner .wrap .footer_grid_box .text_area {
  max-width: 570px;
}
#s_info .inner .wrap .footer_grid_box .text_area .ad_box_area {
  display: flex;
  -moz-column-gap: clamp(25px, 3.513909224vw, 48px);
       column-gap: clamp(25px, 3.513909224vw, 48px);
  padding-bottom: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 769px) {
  #s_info .inner .wrap .footer_grid_box .text_area .ad_box_area {
    flex-direction: column;
  }
}
#s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_h {
  width: 150px;
  color: #524947;
  font-family: "Shippori Mincho", serif;
  text-align: start;
  font-weight: 600;
  line-height: normal;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.02em;
}
@media (max-width: 425px) {
  #s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_h {
    font-size: 14px;
  }
}
#s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_b {
  width: 90%;
  color: #524947;
  font-family: "Shippori Mincho", serif;
  text-align: start;
  font-weight: 600;
  line-height: 1.688;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
#s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_b a {
  color: #524947;
}
@media (max-width: 425px) {
  #s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_b a {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  #s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_b {
    font-size: 14px;
  }
}
#s_info .inner .wrap .button {
  margin-top: 25px;
  text-align: end;
}
@media (max-width: 769px) {
  #s_info .inner .wrap .button {
    text-align: center;
  }
}
#s_info .inner .wrap .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s_info .inner .wrap .button a {
    font-size: 16px;
  }
}
#s_info .inner .wrap .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s_info .inner .wrap .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s10 {
  background: #f5f5f5;
  padding: clamp(50px, 4.9048316252vw, 67px) 0 clamp(60px, 6.149341142vw, 84px);
}
#s10 .inner {
  max-width: calc(1026px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s10 .inner {
    max-width: calc(640px + 12%);
  }
}
#s10 .inner > * {
  opacity: 0;
  transition-duration: 1s;
  transform: blur(15px);
}
#s10 .inner > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s10 .inner > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s10 .inner > *:nth-child(3) {
  transition-delay: 0.75s;
}
#s10 .inner.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s10 .inner .cat {
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: start;
  margin-bottom: 0;
}
#s10 .inner .title {
  text-align: start;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #524947;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(25px, 2.2693997072vw, 31px);
}
@media (max-width: 425px) {
  #s10 .inner .title {
    font-size: 4.2352941176vw;
  }
}
#s10 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(20px, 2.4158125915vw, 33px);
       column-gap: clamp(20px, 2.4158125915vw, 33px);
}
@media (max-width: 769px) {
  #s10 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
#s10 .inner .grid_box .col .main_img {
  margin-bottom: 11px;
  position: relative;
}
#s10 .inner .grid_box .col .main_img::after {
  background: url(/wp-content/uploads/btn.svg) no-repeat;
  background-size: contain;
  bottom: clamp(15px, 1.2445095168vw, 17px);
  right: clamp(15px, 1.317715959vw, 18px);
  width: clamp(25px, 2.4158125915vw, 33px);
  height: clamp(25px, 2.4158125915vw, 33px);
  position: absolute;
  content: "";
}
#s10 .inner .grid_box .col .main_img a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s all;
}
#s10 .inner .grid_box .col .main_img a:hover {
  opacity: 0.7;
}
#s10 .inner .grid_box .col .main_img a img {
  width: 100%;
}
#s10 .inner .grid_box .col .main_img a .img_content {
  position: absolute;
  top: clamp(15px, 1.6105417277vw, 22px);
  left: clamp(15px, 1.9765739385vw, 27px);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#s10 .inner .grid_box .col .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  color: #524947;
  line-height: 2;
}

#s11 .inner .grid_box {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  -moz-column-gap: 6.6666666667vw;
       column-gap: 6.6666666667vw;
}
@media (max-width: 769px) {
  #s11 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
#s11 .inner .grid_box .img_area {
  background: url(/wp-content/uploads/top_member_img.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 769px) {
  #s11 .inner .grid_box .img_area {
    display: none;
  }
}
#s11 .inner .grid_box > * {
  opacity: 0;
  transition-duration: 0.75s;
  transform: blur(15px);
}
#s11 .inner .grid_box > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s11 .inner .grid_box > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s11 .inner .grid_box.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s11 .inner .grid_box .text_area {
  padding: 100px 0;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 769px) {
  #s11 .inner .grid_box .text_area {
    margin-left: 0;
    padding: clamp(70px, 26.0078023407vw, 200px) 6%;
    background: url(/wp-content/uploads/top_member_img_sp.jpg) no-repeat center center;
    background-size: cover;
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  #s11 .inner .grid_box .text_area .text_wrap {
    max-width: calc(450px + 12%);
    width: 100%;
    margin: 0 auto;
  }
}
#s11 .inner .grid_box .text_area .cat {
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#s11 .inner .grid_box .text_area .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(18px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #524947;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
  padding-right: 6%;
}
@media (max-width: 769px) {
  #s11 .inner .grid_box .text_area .title {
    padding-right: 0;
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  #s11 .inner .grid_box .text_area .title {
    font-size: 5.1764705882vw;
  }
}
#s11 .inner .grid_box .text_area .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #524947;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
@media (max-width: 1366px) {
  #s11 .inner .grid_box .text_area .content {
    padding-right: 6%;
  }
}
@media (max-width: 769px) {
  #s11 .inner .grid_box .text_area .content {
    padding-right: 0;
  }
}
#s11 .inner .grid_box .text_area .button {
  text-align: start;
}
@media (max-width: 769px) {
  #s11 .inner .grid_box .text_area .button {
    text-align: center;
  }
}
#s11 .inner .grid_box .text_area .button a {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #524947;
  line-height: 2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 769px) {
  #s11 .inner .grid_box .text_area .button a {
    font-size: 16px;
  }
}
#s11 .inner .grid_box .text_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s11 .inner .grid_box .text_area .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s12 {
  padding: clamp(90px, 11.4934114202vw, 157px) 0 clamp(70px, 7.8330893119vw, 107px);
  background: #f5f5f5;
}
#s12 .inner {
  max-width: calc(750px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s12 .inner {
    max-width: calc(640px + 12%);
  }
}
#s12 .inner > * {
  opacity: 0;
  transition-duration: 1s;
  transform: blur(15px);
}
#s12 .inner > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s12 .inner > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s12 .inner > *:nth-child(3) {
  transition-delay: 0.75s;
}
#s12 .inner.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s12 .inner .cat {
  position: relative;
}
#s12 .inner .cat span {
  z-index: 1;
  background: -webkit-linear-gradient(270deg, #9b8c70, #d1c4a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  position: relative;
  text-align: center;
  line-height: 2.95;
  display: block;
}
#s12 .inner .cat::after {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "No Blow";
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(70px, 15.3733528551vw, 210px);
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
}
#s12 .inner .title {
  position: relative;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(22px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #524947;
  margin-bottom: clamp(15px, 1.317715959vw, 18px);
  z-index: 1;
}
#s12 .inner .title .title_space {
  display: none;
}
@media (max-width: 769px) {
  #s12 .inner .title .title_space {
    display: block;
  }
}
#s12 .inner .content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #524947;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 700px) {
  #s12 .inner .content {
    text-align: start;
  }
}
@media (max-width: 700px) {
  #s12 .inner .content .content_space {
    display: none;
  }
}

#s13 {
  background: #9b8c70;
  padding: clamp(70px, 7.3206442167vw, 100px) 0 clamp(60px, 6.2225475842vw, 85px);
}
#s13 .inner {
  max-width: calc(1308px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s13 .inner {
    max-width: calc(640px + 12%);
  }
}
#s13 .inner > * {
  opacity: 0;
  transition-duration: 1.25s;
  transform: blur(15px);
}
#s13 .inner > *:nth-child(1) {
  transition-delay: 0.25s;
}
#s13 .inner > *:nth-child(2) {
  transition-delay: 0.5s;
}
#s13 .inner > *:nth-child(3) {
  transition-delay: 0.75s;
}
#s13 .inner > *:nth-child(4) {
  transition-delay: 1s;
}
#s13 .inner.animated > * {
  opacity: 1;
  transform: blur(0);
}
#s13 .inner .cat {
  text-align: center;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#s13 .inner .title {
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(18px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
@media (max-width: 769px) {
  #s13 .inner .title {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  #s13 .inner .title {
    font-size: 5.1764705882vw;
  }
}
#s13 .inner .content {
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  margin-bottom: clamp(45px, 4.9780380673vw, 68px);
}
#s13 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(15px, 1.6837481698vw, 23px);
       column-gap: clamp(15px, 1.6837481698vw, 23px);
  position: relative;
}
#s13 .inner .grid_box::after {
  content: "Contact";
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 304px;
  position: absolute;
  top: -268px;
  left: 50%;
  color: rgba(255, 255, 255, 0.07);
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
}
@media (max-width: 1366px) {
  #s13 .inner .grid_box::after {
    font-size: 22.2547584187vw;
    top: -19.6193265007vw;
  }
}
@media (max-width: 769px) {
  #s13 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
#s13 .inner .grid_box .col {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background: #fff;
  padding: clamp(40px, 4.0263543192vw, 55px) 13px;
  text-align: center;
}
#s13 .inner .grid_box .col .box_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.0497803807vw, 28px);
  line-height: normal;
  letter-spacing: 0.04em;
  color: #524947;
  margin-bottom: clamp(25px, 2.7818448023vw, 38px);
}
#s13 .inner .grid_box .col .box_content {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 2.1;
  margin-bottom: clamp(15px, 1.6837481698vw, 23px);
}
#s13 .inner .grid_box .col figure a {
  transition: 0.4s all;
  display: block;
  max-width: 232px;
  width: 100%;
  margin: 0 auto;
}
#s13 .inner .grid_box .col figure a:hover {
  opacity: 0.7;
}
#s13 .inner .grid_box .col figure a img {
  width: 100%;
}

/* 로더 배경 */
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100003;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* 스크롤을 막아줌 */
}

/* 로더 이미지 */
.loader-bg .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 모바일에서 로더 위치 조정 */
@media (max-width: 425px) {
  .loader-bg .loader {
    top: 45%;
  }
}

/* 로딩이 끝난 후 페이지 레이아웃을 안정화하기 위해 */
body.loaded {
  overflow: auto; /* 로딩 끝나면 스크롤을 활성화 */
}

/* 로더 컨텐츠 */
.loader_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(10px, 1.4641288433vw, 20px);
}

/* PC에서 로더 숨기기 */
@media (max-width: 1024px) {
  .loader_wrap.pc_only {
    display: none;
  }
}

/* 모바일에서 로더 스타일 */
.loader_wrap.sp_only {
  display: none;
}

@media (max-width: 1024px) {
  .loader_wrap.sp_only {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .loader_wrap.sp_only div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 10px;
  }
}
.letter {
  opacity: 0;
  filter: blur(10px);
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
@media (max-width: 769px) {
  .letter {
    max-width: 4%;
  }
}
@media (max-width: 769px) {
.letter_ch {
  max-width: 3%;

}
}

@media (max-width: 425px) {
  .letter {
    max-width: 4%;
  }
}

.letter_big {
  max-width: 2%;
}
@media (max-width: 425px) {
.letter_ch {
  max-width: 3%;
	    position: relative;
    top: 0;
}
}

  .add_icon{
                display: flex;
                align-items: center;
                column-gap: 8px;

            }
            .add_icon img{
                width: 29px;
                height: 29px;
            }
@keyframes fadeInBlur {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */