@charset "UTF-8";
/*Theme Name : common_template*/
@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&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: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
}

body {
  background: #ffefc7;
  color: #5b3507;
}

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;
}
#header.fixed {
  background: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
}
#header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
@media (max-width: 1099px) {
  #header .header_pc {
    height: 60px;
  }
}
#header .header_pc .header_logo {
  width: 235px;
  margin-left: clamp(12px, 4.2459736457vw, 58px);
}
#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: #f5bf3e;
  font-family: "Zen Kaku Gothic New", sans-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 clamp(30px, 4.6120058565vw, 63px) 0 20px;
  list-style: none;
}
#header .header_pc .header_item .header_nav .main_ul li {
  margin-right: 20px;
}
#header .header_pc .header_item .header_nav .main_ul li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
#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: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 207px;
  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: #fff;
  color: #000;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a::after {
  display: none;
}

@media (max-width: 769) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 769) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}

#burger {
  height: 90px;
  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: 3px;
  width: 32px;
  background: #5b3507;
  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: 90px;
    max-height: calc(100vh - 90px);
    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: #f27a1e;
    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: #f27a1e;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-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: #f27a1e;
    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: #f5bf3e;
    color: #fff;
  }
}

.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: #f27a1e;
  color: #fff;
}
@media (max-width: 769px) {
  .pagetop_block #pagetop a {
    display: none;
  }
}
.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 .footer_grid {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.pagetop_block .contact_sp .footer_grid::after {
  background: url(/wp-content/uploads/contact_003.png) no-repeat;
  background-size: contain;
  width: 160px;
  height: 60px;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.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-weight: bold;
  font-size: 12px;
}
@media (max-width: 425px) {
  .pagetop_block .contact_sp a {
    padding: 10px;
  }
}
.pagetop_block .contact_sp a.footer_bg1 {
  background: #f5bf3e;
  color: #5b3507;
  position: relative;
  width: 50%;
}
.pagetop_block .contact_sp a.footer_bg1::after {
  background: url(/wp-content/uploads/footer_bg1.png) no-repeat;
  background-size: contain;
  width: 160px;
  height: 50px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.pagetop_block .contact_sp a.footer_bg1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3ce";
  font-size: 13px;
  margin-right: 10px;
  font-weight: bold;
}
.pagetop_block .contact_sp a.footer_bg2 {
  background: #c93114;
  color: #fff;
  position: relative;
}
.pagetop_block .contact_sp a.footer_bg2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-size: 13px;
  margin-right: 10px;
  font-weight: bold;
}
.pagetop_block .contact_sp a.footer_bg3 {
  background: #c93114;
  color: #fff;
  position: relative;
  border-left: 1px solid #fff;
}
.pagetop_block .contact_sp a.footer_bg3 .footer_space {
  display: none;
}
@media (max-width: 425px) {
  .pagetop_block .contact_sp a.footer_bg3 .footer_space {
    display: block;
  }
}
.pagetop_block .contact_sp a.footer_bg3::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 13px;
  margin-right: 10px;
  font-weight: bold;
  background: url(/wp-content/uploads/line_icon.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
}

#s_slider {
  padding-bottom: clamp(60px, 11.5666178624vw, 158px);
}
#s_slider .owl-carousel .owl-item img {
  display: block;
  width: clamp(250px, 27.8184480234vw, 380px);
  height: clamp(175px, 19.4729136164vw, 266px);
  -o-object-fit: cover;
     object-fit: cover;
}
#s_slider .owl-theme .owl-dots,
#s_slider .owl-theme .owl-nav {
  text-align: end;
  padding-right: 50px;
}
@media (max-width: 769px) {
  #s_slider .owl-theme .owl-dots,
  #s_slider .owl-theme .owl-nav {
    text-align: center;
    padding-right: 0;
  }
}
#s_slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
}

#footer {
  margin-bottom: 0 !important;
  padding-top: 62px;
  background: #5b3507;
  border-top-left-radius: clamp(45px, 5.8565153734vw, 80px);
  border-top-right-radius: clamp(45px, 5.8565153734vw, 80px);
}
@media (max-width: 1050px) {
  #footer {
    padding-top: 70px;
  }
}
#footer .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#footer .inner .wrap .footer_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(45px, 5.7291666667vw, 110px);
       column-gap: clamp(45px, 5.7291666667vw, 110px);
  border-bottom: 1px solid #7e5a2f;
  padding-bottom: 18px;
}
#footer .inner .wrap .footer_flex #footer_pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}
@media (max-width: 769px) {
  #footer .inner .wrap .footer_flex #footer_pagetop {
    display: inherit;
  }
}
@media (max-width: 500px) {
  #footer .inner .wrap .footer_flex #footer_pagetop {
    top: 80px;
    right: 0;
  }
}
#footer .inner .wrap .footer_flex #footer_pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #f27a1e;
  color: #fff;
  border-radius: 50%;
}
#footer .inner .wrap .footer_flex #footer_pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer_flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
#footer .inner .wrap .footer_flex .footer_logo_area {
  max-width: 355px;
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_logo {
  margin-bottom: 20px;
  max-width: 315px;
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_logo img {
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_content {
  text-align: start;
  color: #fff;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_content .content_space {
  display: none;
}
@media (max-width: 500px) {
  #footer .inner .wrap .footer_flex .footer_logo_area .footer_content .content_space {
    display: block;
  }
}
#footer .inner .wrap .footer_item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: clamp(20px, 6.25vw, 120px);
       column-gap: clamp(20px, 6.25vw, 120px);
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer_item_wrap {
    display: block;
    text-align: start;
  }
}
#footer .inner .wrap .footer_item_wrap .nav_content {
  margin-bottom: 12px;
}
#footer .inner .wrap .footer_item_wrap .nav_content .footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 460px;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer_item_wrap .nav_content .footer_nav_list {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  #footer .inner .wrap .footer_item_wrap .nav_content .footer_nav_list {
    flex-direction: column;
  }
}
#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: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  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: #f27a1e;
  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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
@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: #f27a1e;
  transition: 0.4s;
}
#footer .copy {
  padding: 40px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic New", sans-serif;
  max-width: calc(1170px + 12%);
  width: 100%;
  padding: 40px 6%;
  margin: 0 auto;
  position: relative;
  z-index: 10001;
}
@media (max-width: 769px) {
  #footer .copy {
    z-index: unset;
  }
}
#footer .copy p {
  color: #fff;
  font-weight: 500;
  font-size: 10px;
}
@media (max-width: 769px) {
  #footer .copy {
    flex-direction: column-reverse;
    row-gap: 15px;
    align-items: flex-start;
  }
}
#footer .copy .copy_flex {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#footer .copy .copy_flex a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1050px) {
  #footer .copy .copy_flex a {
    font-size: 15px;
  }
}
#footer .copy .copy_flex a:hover {
  color: #f27a1e;
  transition: 0.4s;
}
@media (max-width: 769px) {
  #footer .copy {
    padding: 20px 6% 150px;
  }
}

#s_news2 {
  overflow: hidden;
  padding-bottom: clamp(70px, 7.6866764275vw, 105px);
}
#s_news2 .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s_news2 .inner {
    max-width: 640px;
  }
}
#s_news2 .inner .blog_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(45px, 7.3206442167vw, 100px);
       column-gap: clamp(45px, 7.3206442167vw, 100px);
}
@media (max-width: 999px) {
  #s_news2 .inner .blog_grid {
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s_news2 .inner .flex_box {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 500px) {
  #s_news2 .inner .flex_box {
    flex-direction: column;
    row-gap: 20px;
  }
}
#s_news2 .inner .flex_box .title_area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 500px) {
  #s_news2 .inner .flex_box .title_area {
    justify-content: flex-start;
    flex-direction: column;
  }
}
#s_news2 .inner .flex_box .title_area .title_en {
  writing-mode: vertical-rl; /* Safari 지원 */
  text-orientation: sideways; /* 글자를 눕혀서 sideways 효과 */
  margin-left: 0;
}
@media (max-width: 769px) {
  #s_news2 .inner .flex_box .title_area .title_en {
    font-size: clamp(20px, 3.1209362809vw, 24px);
  }
}
@media (max-width: 500px) {
  #s_news2 .inner .flex_box .title_area .title_en {
    writing-mode: unset;
  }
}
#s_news2 .inner .flex_box .title_area .title_jp {
  writing-mode: tb;
  margin-left: 0;
}
@media (max-width: 769px) {
  #s_news2 .inner .flex_box .title_area .title_jp {
    font-size: clamp(32px, 5.4616384915vw, 42px);
  }
}
@media (max-width: 500px) {
  #s_news2 .inner .flex_box .title_area .title_jp {
    writing-mode: unset;
  }
}
#s_news2 .inner .flex_box .news_area {
  width: 100%;
}
@media (max-width: 769px) {
  #s_news2 .inner .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news2 .inner .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s_news2 .inner .flex_box .news_area .news_wrap article {
  margin-bottom: 10px;
}
#s_news2 .inner .flex_box .news_area .news_wrap article:last-child {
  margin-bottom: 0;
}
#s_news2 .inner .flex_box .news_area .news_wrap a {
  display: flex;
  box-shadow: 5px 5px 10px 0 rgba(237, 209, 200, 0.22);
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(15px, 1.4641288433vw, 20px) clamp(5px, 1.4641288433vw, 20px);
  background: #fff;
  row-gap: 4px;
  border-radius: 10px;
  transition: 0.4s;
}
@media (max-width: 500px) {
  #s_news2 .inner .flex_box .news_area .news_wrap a {
    padding: 15px 6%;
  }
}
#s_news2 .inner .flex_box .news_area .news_wrap a:hover .news_title {
  color: #f27a1e;
  transition: 0.4s;
}
#s_news2 .inner .flex_box .news_area .news_wrap .date {
  color: #f27a1e;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: normal;
  font-weight: bold;
  font-family: "Parkinsans", sans-serif;
}
#s_news2 .inner .flex_box .news_area .news_wrap .news_title {
  font-size: 12px;
  transition: 0.4s;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #5b3507;
  line-height: normal;
  letter-spacing: 0.07em;
  padding-right: 10px;
}
#s_news2 .inner .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 .flex_box .regional_area .news_wrap article a figure {
  line-height: 0;
  width: 30%;
}
@media (max-width: 999px) {
  #s_news2 .inner .flex_box .regional_area .news_wrap article a figure {
    max-width: 130px;
    width: 100%;
  }
}
#s_news2 .inner .flex_box .regional_area .news_wrap article a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 95px;
  border-radius: 10px;
}
#s_news2 .inner .flex_box .regional_area .news_wrap article a div {
  width: 70%;
}
@media (max-width: 999px) {
  #s_news2 .inner .flex_box .regional_area .news_wrap article a div {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

#s_main {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 1099px) {
  #s_main {
    margin-top: 70px;
  }
}
#s_main .main_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  position: absolute;
  bottom: clamp(40px, 4.2459736457vw, 58px);
  left: clamp(50px, 8.6383601757vw, 118px);
}
@media (max-width: 600px) {
  #s_main .main_grid {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: clamp(26px, 6.6666666667vw, 40px);
    width: 100%;
    max-width: 88.3333333333vw;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
#s_main .main_grid figure {
  max-width: clamp(70px, 10.9375vw, 210px);
  width: 100%;
}
@media (max-width: 769px) {
  #s_main .main_grid figure {
    max-width: clamp(70px, 15.6046814044vw, 120px);
  }
}
@media (max-width: 600px) {
  #s_main .main_grid figure {
    max-width: 100%;
  }
}
#s_main .main_grid figure img {
  width: 100%;
}
#s_main .room_slick {
  /* 양옆이 잘리지 않게 */
  /* 슬라이드 사이 여백(선택) */
}
#s_main .room_slick .slick-list {
  overflow: hidden;
  padding-top: 21px !important;
}
#s_main .room_slick .room_slide {
  padding: 0 clamp(10px, 2.9282576867vw, 40px);
}
@media (max-width: 769px) {
  #s_main .room_slick .room_slide {
    padding: 0 10px;
  }
}
#s_main .room_slick .room_slide img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
@media (max-width: 600px) {
  #s_main .room_slick .room_slide img {
    max-height: clamp(460px, 83.3333333333vw, 500px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 600px) {
  #s_main .room_slick .room_slide .slide_pc {
    display: none;
  }
}
#s_main .room_slick .room_slide .slide_sp {
  display: none;
}
@media (max-width: 600px) {
  #s_main .room_slick .room_slide .slide_sp {
    display: block;
  }
}
#s_main .room_slick .slick-dots .slick-active::after {
  display: none;
}
#s_main .room_slick .slick-active {
  position: relative;
}
#s_main .room_slick .slick-active::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/mv_catch.png) no-repeat;
  background-size: contain;
  width: clamp(200px, 12.96875vw, 249px);
  height: clamp(280px, 18.6979166667vw, 359px);
  top: -21px;
  right: clamp(40px, 4.3229166667vw, 83px);
  z-index: 1;
}
@media (max-width: 1366px) {
  #s_main .room_slick .slick-active::after {
    width: clamp(150px, 14.6412884334vw, 200px);
    height: clamp(210px, 20.4978038067vw, 280px);
  }
}
@media (max-width: 600px) {
  #s_main .room_slick .slick-active::after {
    right: clamp(30px, 6.6666666667vw, 40px);
    width: clamp(120px, 25vw, 150px);
  }
}
#s_main .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  row-gap: 31px;
  position: absolute;
  bottom: -45px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  #s_main .slick-dots {
    bottom: -30px;
  }
}
#s_main .slick-dots li {
  margin: 0 0.25rem;
}
#s_main .slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #f27a1e;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
}
#s_main .slick-dots li.slick-active button {
  background-color: #f27a1e;
}

.title_en {
  color: #f27a1e;
  text-align: center;
  font-family: "Parkinsans", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 22px);
  line-height: normal;
  letter-spacing: 0.04em;
}

.title_jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(32px, 3.3674963397vw, 46px);
  line-height: 1.6;
  color: #5b3507;
}
@media (max-width: 769px) {
  .title_jp {
    font-size: clamp(28px, 4.6814044213vw, 36px);
  }
}

.content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  color: #5b3507;
}
@media (max-width: 769px) {
  .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}

.main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #5b3507;
  background: #f5bf3e;
  border: 1px solid #f5bf3e;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  .main_button a {
    margin: 0 auto;
  }
}
.main_button a::after {
  width: 30px;
  height: 30px;
  background: #f27a1e;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
.main_button a:hover {
  color: #fff;
  background: #f27a1e;
  border: 1px solid #f27a1e;
}
.main_button a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  background: #f27a1e;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}

#s01 {
  padding: clamp(100px, 10.7613469985vw, 147px) 0 clamp(50px, 5.6368960469vw, 77px);
}
#s01 .inner {
  max-width: calc(1160px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s01 .inner {
    max-width: 480px;
  }
}
#s01 .inner .title_en {
  margin-bottom: 3px;
}
#s01 .inner .title_jp {
  text-align: center;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
#s01 .inner .title_jp .title_space {
  display: none;
}
@media (max-width: 769px) {
  #s01 .inner .title_jp .title_space {
    display: block;
  }
}
#s01 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 769px) {
  #s01 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s01 .inner .grid_box .grid_col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
#s01 .inner .grid_box .grid_col .main_img {
  margin-bottom: 8px;
}
#s01 .inner .grid_box .grid_col .main_img img {
  width: 100%;
}
#s01 .inner .grid_box .grid_col .grid_title {
  text-align: center;
  color: #5b3507;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.3426061493vw, 32px);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  #s01 .inner .grid_box .grid_col .grid_title {
    font-size: clamp(22px, 3.6410923277vw, 28px);
  }
}
#s01 .inner .grid_box .grid_col .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  color: #5b3507;
  text-align: center;
}
@media (max-width: 900px) {
  #s01 .inner .grid_box .grid_col .content {
    text-align: start;
  }
}
@media (max-width: 769px) {
  #s01 .inner .grid_box .grid_col .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}
@media (max-width: 900px) {
  #s01 .inner .grid_box .grid_col .content .content_space {
    display: none;
  }
}

#s_menu {
  padding-bottom: clamp(50px, 5.6368960469vw, 77px);
}
#s_menu .inner {
  max-width: calc(1160px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  overflow: hidden;
}
#s_menu .inner .flex_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s_menu .inner .flex_box {
    flex-direction: column;
  }
}
#s_menu .inner .flex_box .up_img {
  width: 49%;
}
@media (max-width: 769px) {
  #s_menu .inner .flex_box .up_img {
    width: 100%;
  }
}
#s_menu .inner .flex_box .up_img a {
  position: relative;
  transition: 0.4s all;
}
#s_menu .inner .flex_box .up_img a:hover {
  opacity: 0.8;
}
#s_menu .inner .flex_box .up_img a::before {
  content: "＋";
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  background: #f27a1e;
}
#s_menu .inner .flex_box .up_img img {
  width: 100%;
}
#s_menu .inner .main_button {
  margin-top: 50px;
}
#s_menu .inner .main_button a {
  margin: 0 auto;
}

#s02 {
  overflow: hidden;
  padding-bottom: clamp(70px, 9.5168374817vw, 130px);
}
#s02 .inner {
  padding-left: 108px;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 1366px) {
  #s02 .inner {
    padding-left: 7.906295754vw;
    padding-top: 0;
  }
}
@media (max-width: 769px) {
  #s02 .inner {
    padding-left: 0;
  }
}
#s02 .inner::after {
  content: "Kitchen\aTatsuhiro";
  white-space: pre;
  font-family: "Parkinsans", sans-serif;
  font-weight: 600;
  font-size: 11.875vw;
  line-height: 0.9;
  color: #fff;
  opacity: 0.57;
  position: absolute;
  top: 0;
  left: -1%;
}
#s02 .inner .flex_box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 6.7708333333vw;
       column-gap: 6.7708333333vw;
}
@media (max-width: 1366px) {
  #s02 .inner .flex_box {
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 769px) {
  #s02 .inner .flex_box {
    flex-direction: column-reverse;
    row-gap: 60px;
    padding-top: 60px;
  }
}
#s02 .inner .flex_box .text_area {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 1366px) {
  #s02 .inner .flex_box .text_area {
    max-width: 26.3543191801vw;
  }
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .text_area {
    max-width: 100%;
    padding: 0 6%;
  }
}
#s02 .inner .flex_box .text_area .text_wrap {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .text_area .text_wrap {
    justify-content: center;
  }
}
#s02 .inner .flex_box .text_area .text_wrap .title_en {
  writing-mode: vertical-rl; /* Safari 지원 */
  text-orientation: sideways; /* 글자를 눕혀서 sideways 효과 */
  margin-left: 10px;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .text_area .text_wrap .title_en {
    font-size: clamp(20px, 3.1209362809vw, 24px);
  }
}
#s02 .inner .flex_box .text_area .text_wrap .title_jp {
  writing-mode: tb;
  margin-left: clamp(15px, 1.8301610542vw, 25px);
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .text_area .text_wrap .title_jp {
    font-size: clamp(32px, 5.4616384915vw, 42px);
  }
}
#s02 .inner .flex_box .text_area .text_wrap .content {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .text_area .text_wrap .content {
    font-size: clamp(14px, 2.3407022107vw, 18px);
  }
}
#s02 .inner .flex_box .text_area .main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #5b3507;
  background: #f5bf3e;
  border: 1px solid #f5bf3e;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .text_area .main_button a {
    margin: 0 auto;
  }
}
#s02 .inner .flex_box .text_area .main_button a::after {
  width: 30px;
  height: 30px;
  background: #f27a1e;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s02 .inner .flex_box .text_area .main_button a:hover {
  color: #fff;
  background: #f27a1e;
  border: 1px solid #f27a1e;
}
#s02 .inner .flex_box .text_area .main_button a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  background: #f27a1e;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s02 .inner .flex_box .img_area {
  max-width: 1223px;
  width: 100%;
  position: relative;
  top: -4.39238653vw;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .img_area {
    max-width: 94%;
    margin-left: auto;
  }
}
#s02 .inner .flex_box .img_area figure {
  position: relative;
}
#s02 .inner .flex_box .img_area figure img {
  width: 100%;
}
#s02 .inner .flex_box .img_area figure .button {
  position: absolute;
  width: clamp(120px, 7.8125vw, 150px);
  height: clamp(120px, 7.8125vw, 150px);
  bottom: -40px;
  left: -60px;
}
@media (max-width: 1366px) {
  #s02 .inner .flex_box .img_area figure .button {
    left: -20px;
  }
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .img_area figure .button {
    width: clamp(100px, 15.6046814044vw, 120px);
    height: clamp(100px, 15.6046814044vw, 120px);
    left: -3%;
  }
}
#s02 .inner .flex_box .img_area figure .button a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background: #c93114;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  z-index: 1;
  transition: transform 0.3s ease;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .img_area figure .button a {
    font-size: clamp(16px, 2.3407022107vw, 18px);
  }
}
#s02 .inner .flex_box .img_area figure .button a i {
  margin-top: 8px;
  width: 30px;
  height: 30px;
  background: #f5bf3e;
  font-weight: 900;
  color: #c93114;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .img_area figure .button a i {
    width: clamp(24px, 3.9011703511vw, 30px);
    height: clamp(24px, 3.9011703511vw, 30px);
    font-size: clamp(12px, 1.8205461638vw, 14px);
  }
}
#s02 .inner .flex_box .img_area figure .button a:hover {
  transform: scale(1.21);
}
#s02 .inner .flex_box .img_area figure .button .border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(120px, 7.8125vw, 150px);
  height: clamp(120px, 7.8125vw, 150px);
  border: 2px dotted #c93114;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  animation: rotateDashed 12s linear infinite;
  z-index: 0;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .img_area figure .button .border {
    width: clamp(100px, 15.6046814044vw, 120px);
    height: clamp(100px, 15.6046814044vw, 120px);
  }
}

@keyframes rotateDashed {
  from {
    transform: translate(-50%, -50%) scale(1.2) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2) rotate(360deg);
  }
}
#s03 {
  overflow: hidden;
  padding-bottom: clamp(70px, 9.5168374817vw, 130px);
}
#s03 .inner {
  padding-right: 10.7291666667vw;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 1366px) {
  #s03 .inner {
    padding-right: 9.663250366vw;
  }
}
@media (max-width: 1024px) {
  #s03 .inner {
    padding-right: 1.953125vw;
  }
}
@media (max-width: 769px) {
  #s03 .inner {
    padding-right: 0;
    padding-top: 0;
  }
}
#s03 .inner .flex_box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 6.7708333333vw;
       column-gap: 6.7708333333vw;
}
@media (max-width: 1366px) {
  #s03 .inner .flex_box {
    align-items: flex-start;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 769px) {
  #s03 .inner .flex_box {
    flex-direction: column;
    row-gap: 60px;
    padding-top: 60px;
  }
}
#s03 .inner .flex_box .text_area {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1366px) {
  #s03 .inner .flex_box .text_area {
    max-width: 23.4260614934vw;
  }
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .text_area {
    max-width: 100%;
    padding: 0 6%;
  }
}
#s03 .inner .flex_box .text_area .text_wrap {
  margin-bottom: clamp(30px, 3.953147877vw, 54px);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .text_area .text_wrap {
    justify-content: center;
  }
}
#s03 .inner .flex_box .text_area .text_wrap .title_en {
  writing-mode: vertical-rl; /* Safari 지원 */
  text-orientation: sideways; /* 글자를 눕혀서 sideways 효과 */
  margin-left: 10px;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .text_area .text_wrap .title_en {
    font-size: clamp(20px, 3.1209362809vw, 24px);
  }
}
#s03 .inner .flex_box .text_area .text_wrap .title_jp {
  writing-mode: tb;
  margin-left: clamp(15px, 1.8301610542vw, 25px);
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .text_area .text_wrap .title_jp {
    font-size: clamp(32px, 5.4616384915vw, 42px);
  }
}
#s03 .inner .flex_box .text_area .text_wrap .content {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .text_area .text_wrap .content {
    font-size: clamp(14px, 2.3407022107vw, 18px);
  }
}
#s03 .inner .flex_box .text_area .main_button a {
  margin-left: auto;
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #5b3507;
  background: #f5bf3e;
  border: 1px solid #f5bf3e;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .text_area .main_button a {
    margin: 0 auto;
  }
}
#s03 .inner .flex_box .text_area .main_button a::after {
  width: 30px;
  height: 30px;
  background: #f27a1e;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s03 .inner .flex_box .text_area .main_button a:hover {
  color: #fff;
  background: #f27a1e;
  border: 1px solid #f27a1e;
}
#s03 .inner .flex_box .text_area .main_button a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  background: #f27a1e;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s03 .inner .flex_box .img_area {
  max-width: 1263px;
  width: 100%;
  position: relative;
  top: -4.39238653vw;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area {
    max-width: 94%;
  }
}
#s03 .inner .flex_box .img_area figure {
  position: relative;
}
#s03 .inner .flex_box .img_area figure img {
  width: 100%;
}
#s03 .inner .flex_box .img_area figure .button_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(28px, 3.1478770132vw, 43px);
       column-gap: clamp(28px, 3.1478770132vw, 43px);
  bottom: -40px;
  right: -77px;
  position: absolute;
}
@media (max-width: 1366px) {
  #s03 .inner .flex_box .img_area figure .button_grid {
    right: 7.3206442167vw;
  }
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area figure .button_grid {
    right: -3%;
  }
}
#s03 .inner .flex_box .img_area figure .button_grid .button1 {
  width: clamp(120px, 7.8125vw, 150px);
  height: clamp(120px, 7.8125vw, 150px);
  position: relative;
}
@media (max-width: 1366px) {
  #s03 .inner .flex_box .img_area figure .button_grid .button1 {
    left: -20px;
  }
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area figure .button_grid .button1 {
    width: clamp(100px, 15.6046814044vw, 120px);
    height: clamp(100px, 15.6046814044vw, 120px);
  }
}
#s03 .inner .flex_box .img_area figure .button_grid .button1 a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background: #c93114;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  z-index: 1;
  transition: transform 0.3s ease;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area figure .button_grid .button1 a {
    font-size: clamp(16px, 2.3407022107vw, 18px);
  }
}
#s03 .inner .flex_box .img_area figure .button_grid .button1 a i {
  margin-top: 8px;
  width: 30px;
  height: 30px;
  background: #f5bf3e;
  font-weight: 900;
  color: #c93114;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area figure .button_grid .button1 a i {
    width: clamp(24px, 3.9011703511vw, 30px);
    height: clamp(24px, 3.9011703511vw, 30px);
    font-size: clamp(12px, 1.8205461638vw, 14px);
  }
}
#s03 .inner .flex_box .img_area figure .button_grid .button1 a:hover {
  transform: scale(1.21);
}
#s03 .inner .flex_box .img_area figure .button_grid .button2 {
  width: clamp(120px, 7.8125vw, 150px);
  height: clamp(120px, 7.8125vw, 150px);
  position: relative;
}
@media (max-width: 1366px) {
  #s03 .inner .flex_box .img_area figure .button_grid .button2 {
    left: -20px;
  }
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area figure .button_grid .button2 {
    width: clamp(100px, 15.6046814044vw, 120px);
    height: clamp(100px, 15.6046814044vw, 120px);
  }
}
#s03 .inner .flex_box .img_area figure .button_grid .button2 a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background: #14c944;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  z-index: 1;
  transition: transform 0.3s ease;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area figure .button_grid .button2 a {
    font-size: clamp(16px, 2.3407022107vw, 18px);
  }
}
#s03 .inner .flex_box .img_area figure .button_grid .button2 a i {
  margin-top: 8px;
  width: 30px;
  height: 30px;
  background: #f5bf3e;
  font-weight: 900;
  color: #14c944;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area figure .button_grid .button2 a i {
    width: clamp(24px, 3.9011703511vw, 30px);
    height: clamp(24px, 3.9011703511vw, 30px);
    font-size: clamp(12px, 1.8205461638vw, 14px);
  }
}
#s03 .inner .flex_box .img_area figure .button_grid .button2 a:hover {
  transform: scale(1.21);
}
#s03 .inner .flex_box .img_area figure .button_grid .border1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(120px, 7.8125vw, 150px);
  height: clamp(120px, 7.8125vw, 150px);
  border: 2px dotted #c93114;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  animation: rotateDashed 12s linear infinite;
  z-index: 0;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area figure .button_grid .border1 {
    width: clamp(100px, 15.6046814044vw, 120px);
    height: clamp(100px, 15.6046814044vw, 120px);
  }
}
#s03 .inner .flex_box .img_area figure .button_grid .border2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(120px, 7.8125vw, 150px);
  height: clamp(120px, 7.8125vw, 150px);
  border: 2px dotted #14c944;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  animation: rotateDashed 12s linear infinite;
  z-index: 0;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .img_area figure .button_grid .border2 {
    width: clamp(100px, 15.6046814044vw, 120px);
    height: clamp(100px, 15.6046814044vw, 120px);
  }
}

@keyframes rotateDashed {
  from {
    transform: translate(-50%, -50%) scale(1.2) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2) rotate(360deg);
  }
}
#s04 {
  padding: clamp(115px, 10.3221083455vw, 141px) 0;
  background: url(/wp-content/uploads/top_flow_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 769px) {
  #s04 {
    padding: 200px 0;
    background: url(/wp-content/uploads/top_flow_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#s04 .inner {
  padding: 0 6%;
}
#s04 .inner .box {
  max-width: 511px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 50px clamp(20px, 3.6603221083vw, 50px);
}
@media (max-width: 769px) {
  #s04 .inner .box {
    padding: 50px 6%;
  }
}
#s04 .inner .box .title_en {
  text-align: center;
}
#s04 .inner .box .title_jp {
  text-align: center;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}
#s04 .inner .box .content {
  text-align: center;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}
#s04 .inner .box .content .content_space {
  display: none;
}
@media (max-width: 425px) {
  #s04 .inner .box .content .content_space {
    display: block;
  }
}
#s04 .inner .box .main_button a {
  margin: 0 auto;
}

#s05 {
  padding-top: clamp(60px, 7.1742313324vw, 98px);
}
@media (max-width: 769px) {
  #s05 {
    padding-bottom: 60px;
  }
}
#s05 .inner {
  max-width: calc(1160px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s05 .inner .grid_box {
  display: grid;
  position: relative;
  grid-template-columns: repeat(100, 1fr);
  align-items: center;
}
@media (max-width: 769px) {
  #s05 .inner .grid_box {
    flex-direction: column;
    display: flex;
    row-gap: 20px;
  }
}
#s05 .inner .grid_box .img_area {
  grid-column: 38/-1;
  grid-row: 1;
  position: relative;
  width: 100%;
}
#s05 .inner .grid_box .text_area {
  position: relative;
  z-index: 1;
  grid-row: 1;
  grid-column: 47/1;
  z-index: 1;
  width: 100%;
}
#s05 .inner .grid_box .text_area .title_en {
  text-align: start;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .text_area .title_en {
    text-align: center;
  }
}
#s05 .inner .grid_box .text_area .title_jp {
  margin-bottom: clamp(15px, 1.6837481698vw, 23px);
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .text_area .title_jp {
    text-align: center;
  }
}
#s05 .inner .grid_box .text_area .content {
  margin-bottom: clamp(25px, 2.8550512445vw, 39px);
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .text_area .content {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #s05 .inner .grid_box .text_area .content {
    text-align: start;
  }
}

#s06 {
  background: #f27a1e;
  border-radius: clamp(30px, 5.8565153734vw, 80px);
  position: relative;
}
#s06::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "Order now!";
  font-size: 260px;
  line-height: 0.91;
  color: #f88126;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.02em;
}
@media (max-width: 1366px) {
  #s06::after {
    font-size: 19.0336749634vw;
  }
}
#s06 .inner {
  position: relative;
  z-index: 1;
  max-width: calc(1310px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: clamp(70px, 8.4187408492vw, 115px) 6% clamp(70px, 7.3206442167vw, 100px);
}
#s06 .inner::after {
  content: "";
  position: absolute;
  top: -53px;
  left: clamp(45px, 15.9590043924vw, 218px);
  width: clamp(140px, 16.1786237189vw, 221px);
  height: clamp(140px, 16.1786237189vw, 221px);
  background: url(/wp-content/uploads/cta_img.png) no-repeat;
  background-size: contain;
}
@media (max-width: 769px) {
  #s06 .inner::after {
    width: clamp(100px, 18.2054616385vw, 140px);
    height: clamp(100px, 18.2054616385vw, 140px);
    left: 6%;
  }
}
#s06 .inner .title_en {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#s06 .inner .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(80px, 7.7598828697vw, 106px);
}
#s06 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 999px) {
  #s06 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(80px, 14.3042912874vw, 110px);
  }
}
#s06 .inner .grid_box .grid_col {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 80px clamp(20px, 1.8229166667vw, 35px) clamp(40px, 3.6603221083vw, 50px);
  text-align: center;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media (max-width: 1366px) {
  #s06 .inner .grid_box .grid_col {
    padding: 4.39238653vw clamp(20px, 1.8229166667vw, 35px) clamp(40px, 3.6603221083vw, 50px);
  }
}
@media (max-width: 999px) {
  #s06 .inner .grid_box .grid_col {
    padding: clamp(40px, 10.4031209363vw, 80px) clamp(20px, 4.5513654096vw, 35px) clamp(40px, 6.5019505852vw, 50px);
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
}
#s06 .inner .grid_box .grid_col .content {
  text-align: center;
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
#s06 .inner .grid_box .grid_col .content .content_space {
  display: none;
}
@media (max-width: 1250px) {
  #s06 .inner .grid_box .grid_col .content .content_space {
    display: block;
  }
}
@media (max-width: 999px) {
  #s06 .inner .grid_box .grid_col .content {
    font-size: clamp(14px, 2.3407022107vw, 18px);
  }
}
#s06 .inner .grid_box .grid_col .button a {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: 0.4s all;
}
#s06 .inner .grid_box .grid_col .button a img {
  width: 24px;
  height: 24px;
}
#s06 .inner .grid_box .grid_col .button a span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
#s06 .inner .grid_box .grid_col::after {
  content: "";
  width: 320px;
  height: 100px;
  top: -58px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1366px) {
  #s06 .inner .grid_box .grid_col::after {
    width: 23.4260614934vw;
    height: 7.3206442167vw;
    top: -4.39238653vw;
  }
}
@media (max-width: 999px) {
  #s06 .inner .grid_box .grid_col::after {
    width: 320px;
    height: 100px;
    top: -58px;
  }
}
@media (max-width: 600px) {
  #s06 .inner .grid_box .grid_col::after {
    width: 53.3333333333vw;
    height: 16.6666666667vw;
    top: -10vw;
  }
}
#s06 .inner .grid_box .grid_col.box1::after {
  background: url(/wp-content/uploads/contact_001.png) no-repeat;
  background-size: contain;
}
#s06 .inner .grid_box .grid_col.box1 .button a {
  background: #5c79a0;
}
#s06 .inner .grid_box .grid_col.box1 .button a:hover {
  background: rgb(80.8285714286, 106.3071428571, 140.5714285714);
}
#s06 .inner .grid_box .grid_col.box2::after {
  background: url(/wp-content/uploads/contact_002.png) no-repeat;
  background-size: contain;
}
#s06 .inner .grid_box .grid_col.box2 .button a {
  background: #f5bf3e;
}
#s06 .inner .grid_box .grid_col.box2 .button a:hover {
  background: rgb(243.4926108374, 181.3527093596, 32.9073891626);
}
#s06 .inner .grid_box .grid_col.box3::after {
  height: 111px;
  background: url(/wp-content/uploads/contact_003.png) no-repeat;
  background-size: contain;
}
@media (max-width: 1366px) {
  #s06 .inner .grid_box .grid_col.box3::after {
    height: 8.1259150805vw;
  }
}
@media (max-width: 999px) {
  #s06 .inner .grid_box .grid_col.box3::after {
    height: 111px;
  }
}
@media (max-width: 600px) {
  #s06 .inner .grid_box .grid_col.box3::after {
    height: 18.5vw;
  }
}
#s06 .inner .grid_box .grid_col.box3 .button_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1250px) {
  #s06 .inner .grid_box .grid_col.box3 .button_grid {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
@media (max-width: 999px) {
  #s06 .inner .grid_box .grid_col.box3 .button_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  #s06 .inner .grid_box .grid_col.box3 .button_grid {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
#s06 .inner .grid_box .grid_col.box3 .button_grid .button a {
  max-width: 163px;
  width: 100%;
  background: #c93114;
}
@media (max-width: 1250px) {
  #s06 .inner .grid_box .grid_col.box3 .button_grid .button a {
    max-width: 200px;
  }
}
#s06 .inner .grid_box .grid_col.box3 .button_grid .button a:hover {
  background: rgb(173.1692307692, 42.2153846154, 17.2307692308);
}
#s06 .inner .content_big {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#s07 {
  padding: clamp(60px, 5.8565153734vw, 80px) 0 clamp(70px, 7.7598828697vw, 106px);
}
#s07 .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s07 .inner .box {
  background: #f5dfa9;
  border-radius: 20px;
  width: 100%;
  padding: clamp(50px, 5.1244509517vw, 70px) 6%;
  position: relative;
}
#s07 .inner .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #f27a1e;
  width: 98%;
  height: 95%;
  border-radius: 20px;
}
@media (max-width: 769px) {
  #s07 .inner .box::after {
    width: 97%;
  }
}
@media (max-width: 500px) {
  #s07 .inner .box::after {
    width: 95%;
  }
}
#s07 .inner .box > * {
  position: relative;
  z-index: 1;
}
#s07 .inner .box .title_en {
  margin-bottom: 8px;
}
#s07 .inner .box .title_jp {
  text-align: center;
  margin-bottom: clamp(20px, 1.756954612vw, 24px);
}
#s07 .inner .box .title_jp .title_space {
  display: none;
}
@media (max-width: 500px) {
  #s07 .inner .box .title_jp .title_space {
    display: block;
  }
}
#s07 .inner .box .content {
  text-align: center;
  margin-bottom: clamp(20px, 1.756954612vw, 24px);
}
#s07 .inner .box .content .content_space {
  display: none;
}
@media (max-width: 500px) {
  #s07 .inner .box .content .content_space {
    display: block;
  }
}
#s07 .inner .box .main_button a {
  margin: 0 auto;
}

#s08 {
  padding-bottom: clamp(70px, 9.2972181552vw, 127px);
}
#s08 .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s08 .inner .insta_title {
  font-family: "Parkinsans", sans-serif;
  font-weight: bold;
  font-size: clamp(36px, 3.6603221083vw, 50px);
  line-height: normal;
  letter-spacing: 0.04em;
  color: #f27a1e;
}

#s09 {
  padding-bottom: clamp(70px, 9.7364568082vw, 133px);
}
@media (max-width: 769px) {
  #s09 {
    overflow: hidden;
  }
}
#s09 .inner {
  padding-right: clamp(6%, 9.8828696925vw, 135px);
}
@media (max-width: 1366px) {
  #s09 .inner {
    padding-right: 6%;
  }
}
@media (max-width: 769px) {
  #s09 .inner {
    padding: 0;
  }
}
#s09 .inner .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(25px, 6.9546120059vw, 95px);
       column-gap: clamp(25px, 6.9546120059vw, 95px);
}
@media (max-width: 769px) {
  #s09 .inner .flex_box {
    flex-direction: column;
    row-gap: 60px;
  }
}
#s09 .inner .flex_box .img_area {
  max-width: 960px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #s09 .inner .flex_box .img_area {
    left: -7%;
  }
}
#s09 .inner .flex_box .img_area img {
  width: 100%;
}
#s09 .inner .flex_box .text_area {
  max-width: 470px;
  width: 100%;
  position: relative;
}
@media (max-width: 769px) {
  #s09 .inner .flex_box .text_area {
    max-width: 100%;
    padding: 0 6%;
  }
}
#s09 .inner .flex_box .text_area > * {
  position: relative;
  z-index: 1;
}
#s09 .inner .flex_box .text_area::after {
  content: "Join us!";
  position: absolute;
  font-size: clamp(100px, 12.3718887262vw, 169px);
  left: -75px;
  color: rgba(255, 255, 255, 0.57);
  top: -206px;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1366px) {
  #s09 .inner .flex_box .text_area::after {
    left: -11.3469985359vw;
    top: -15.0805270864vw;
  }
}
@media (max-width: 769px) {
  #s09 .inner .flex_box .text_area::after {
    left: -3%;
  }
}
@media (max-width: 425px) {
  #s09 .inner .flex_box .text_area::after {
    font-size: 23.5294117647vw;
  }
}
#s09 .inner .flex_box .text_area .title_en {
  text-align: start;
  margin-bottom: 6px;
}
#s09 .inner .flex_box .text_area .title_jp {
  text-align: start;
  margin-bottom: clamp(15px, 1.8301610542vw, 25px);
}
#s09 .inner .flex_box .text_area .content {
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s09 .inner .flex_box .text_area .main_button a {
  margin: 0;
}/*# sourceMappingURL=style.css.map */