@charset "UTF-8";
/*Theme Name : common_template*/
@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&family=Zen+Antique+Soft&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 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #272727;
  background: #f0f4f4;
}

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: white;
  transition: 0.4s;
}
#header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (max-width: 1099px) {
  #header .header_pc {
    height: 60px;
  }
}
#header .header_pc .header_logo {
  width: clamp(250px, 20.7906295754vw, 284px);
  margin-left: clamp(20px, 1.756954612vw, 24px);
}
#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 {
  padding-right: 20px;
}
#header .header_pc .header_item .header_button a {
  width: 153px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #daac27;
  background: #daac27;
  font-family: "Zen Antique Soft", serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: 400;
  line-height: normal;
  transition: 0.4s;
}
#header .header_pc .header_item .header_button a:hover {
  transition: 0.4s;
  background: #fff;
  color: #daac27;
}
#header .header_pc .header_item .header_nav .main_ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 clamp(20px, 1.756954612vw, 24px);
  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: 500;
  font-size: 14px;
  line-height: normal;
  color: #272727;
}
#header .header_pc .header_item .header_nav .main_ul li a i {
  color: #daac27;
}
#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: #daac27;
  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: #272727;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a::after {
  display: none;
}

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

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .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;
  }
}

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

.main_button a {
  max-width: clamp(250px, 21.9619326501vw, 300px);
  width: 100%;
  height: clamp(56px, 5.1244509517vw, 70px);
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #272727;
  border: 1px solid #272727;
  position: relative;
  transition: 0.4s all;
  padding: 0 20px;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
.main_button a::after {
  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: 16px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s all;
}
.main_button a:hover {
  color: #272727;
  background: #fff;
  border: 1px solid #272727;
}
.main_button a:hover::after {
  color: #272727;
}

#burger {
  height: 70px;
  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: #daac27;
  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: 70px;
    max-height: calc(100vh - 70px);
    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: #daac27;
    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: #daac27;
    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: #daac27;
    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: rgb(193.2901185771, 152.1264822134, 33.1098814229);
    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: #daac27;
  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: 767px) {
  .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;
  }
}
.pagetop_block .contact_sp a.footer_bg1 {
  background: #daac27;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-size: 16px;
  margin-right: 10px;
  font-weight: bold;
}

#s_slider .owl-carousel .owl-item img {
  display: block;
  width: clamp(350px, 60.2489019034vw, 823px);
  height: clamp(232px, 40.0439238653vw, 547px);
  -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: 767px) {
  #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;
}

#s_news {
  padding-bottom: clamp(20px, 9.663250366vw, 132px);
}
#s_news .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s_news .inner .news_button {
  text-align: end;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #272727;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  transition: 0.4s all;
}
#s_news .inner .news_button:hover {
  color: #daac27;
  border-bottom: 1px solid #daac27;
}
#s_news .inner .news_flex {
  display: flex;
  -moz-column-gap: clamp(40px, 14.6412884334vw, 200px);
       column-gap: clamp(40px, 14.6412884334vw, 200px);
}
@media (max-width: 767px) {
  #s_news .inner .news_flex {
    -moz-column-gap: 5.2151238592vw;
         column-gap: 5.2151238592vw;
  }
}
#s_news .inner .news_flex .title_jp {
  min-width: 60px;
  max-width: 60px;
  width: 100%;
  font-family: "Zen Antique Soft", serif;
  color: #272727;
  line-height: normal;
  writing-mode: vertical-rl;
  font-size: clamp(32px, 3.6603221083vw, 50px);
  font-weight: 400;
}
@media (max-width: 767px) {
  #s_news .inner .news_flex .title_jp {
    font-size: clamp(26px, 4.6936114733vw, 36px);
    max-width: unset;
    min-width: unset;
    width: -moz-max-content;
    width: max-content;
  }
}
#s_news .inner .news_area {
  max-width: 740px;
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  #s_news .inner .news_area {
    max-width: 100%;
  }
}
#s_news .inner .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s_news .inner .news_area .news_wrap a {
  display: flex;
  -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
       column-gap: clamp(35px, 3.6603221083vw, 50px);
  border-bottom: 1px solid #dbdbdb;
  transition: 0.4s;
  flex-direction: column;
  padding: clamp(30px, 2.9282576867vw, 40px) 80px clamp(30px, 2.9282576867vw, 40px) 0;
  align-items: flex-start;
  row-gap: 10px;
  position: relative;
}
@media (max-width: 767px) {
  #s_news .inner .news_area .news_wrap a {
    padding: 20px 50px 30px 0;
  }
}
#s_news .inner .news_area .news_wrap a::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  color: #fff;
  width: 30px;
  height: 30px;
  background: #272727;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #s_news .inner .news_area .news_wrap a::after {
    right: 10px;
  }
}
#s_news .inner .news_area .news_wrap a:hover .news_title {
  color: #daac27;
  transition: 0.4s;
}
#s_news .inner .news_area .news_wrap .date {
  color: #272727;
  font-weight: 400;
  font-size: clamp(22px, 1.9033674963vw, 26px);
  line-height: normal;
  font-family: "Sorts Mill Goudy", serif;
}
#s_news .inner .news_area .news_wrap .news_title {
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: normal;
  font-weight: 500;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#footer {
  position: relative;
  top: -2px;
  background: #272727;
}
#footer .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: clamp(60px, 17.5695461201vw, 240px) 6% clamp(60px, 7.3206442167vw, 100px);
}
#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: 767px) {
  #footer .inner .wrap .footer_flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
#footer .inner .wrap .footer_flex .footer_logo_area {
  max-width: clamp(180px, 15.8125915081vw, 216px);
  width: 100%;
}
@media (max-width: 767px) {
  #footer .inner .wrap .footer_flex .footer_logo_area {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #footer .inner .wrap .footer_flex .footer_logo_area .footer_logo {
    text-align: center;
  }
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_logo a {
  transition: 0.4s all;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_logo a:hover {
  opacity: 0.6;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_logo img {
  width: 100%;
}
#footer .inner .wrap .footer-item-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: clamp(20px, 5.8565153734vw, 80px);
       column-gap: clamp(20px, 5.8565153734vw, 80px);
}
@media (max-width: 767px) {
  #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 li {
  padding: 3px 0;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #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: #daac27;
  transition: 0.4s;
}
#footer .copy {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  #footer .copy {
    padding: 10px 0 70px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

#top_noren figure img {
  width: 100%;
  min-height: clamp(250px, 39.1134289439vw, 300px);
  -o-object-fit: cover;
     object-fit: cover;
}

#mv_top {
  background: #f0f4f4;
  padding: clamp(60px, 10.2489019034vw, 140px) clamp(140px, 9.375vw, 180px) clamp(70px, 11.3469985359vw, 155px);
}
@media (max-width: 1366px) {
  #mv_top {
    padding: clamp(60px, 10.2489019034vw, 140px) 10.2489019034vw clamp(70px, 11.3469985359vw, 155px);
  }
}
@media (max-width: 767px) {
  #mv_top {
    padding: 60px 6% 70px;
  }
}
#mv_top .inner > div {
  /* .top1, .top2, .top3 공통 적용 */
}
#mv_top .inner > div svg path {
  fill-opacity: 0;
  stroke: rgba(51, 51, 51, 0.25);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-dasharray: 1 9999;
  stroke-dashoffset: 0;
}
#mv_top .inner > div figure {
  opacity: 0;
  visibility: hidden; /* 영역은 잡혀있되 보이지 않음 */
  transform: translateY(30px); /* 아래에서 위로 올라오는 효과를 위해 */
}
#mv_top .inner .top1 {
  display: flex;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
  align-items: center;
  max-width: 69.0104166667vw;
  width: 100%;
  margin-bottom: 2.1354166667vw;
}
@media (max-width: 767px) {
  #mv_top .inner .top1 {
    max-width: 95%;
  }
}
#mv_top .inner .top1 svg {
  max-width: 48.3333333333vw;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #mv_top .inner .top1 svg {
    max-width: 65.1890482399vw;
  }
}
#mv_top .inner .top1 figure {
  max-width: 18.0208333333vw;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 767px) {
  #mv_top .inner .top1 figure {
    max-width: 26.075619296vw;
  }
}
#mv_top .inner .top1 figure img {
  width: 100%;
}
#mv_top .inner .top2 {
  display: flex;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
  margin-left: 10.4166666667vw;
  max-width: 52.0833333333vw;
  width: 100%;
  align-items: center;
  margin-bottom: 2.1354166667vw;
}
@media (max-width: 767px) {
  #mv_top .inner .top2 {
    max-width: 95%;
    margin-left: auto;
  }
}
#mv_top .inner .top2 svg {
  max-width: 21.09375vw;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #mv_top .inner .top2 svg {
    max-width: 26.075619296vw;
  }
}
#mv_top .inner .top2 figure {
  max-width: 27.8125vw;
  width: 100%;
}
@media (max-width: 767px) {
  #mv_top .inner .top2 figure {
    max-width: 45.6323337679vw;
  }
}
#mv_top .inner .top2 figure img {
  width: 100%;
}
#mv_top .inner .top3 {
  display: flex;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
  align-items: center;
  max-width: 75.3125vw;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #mv_top .inner .top3 {
    max-width: 95%;
  }
}
#mv_top .inner .top3 svg {
  max-width: 54.6875vw;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #mv_top .inner .top3 svg {
    max-width: 71.7079530639vw;
  }
}
#mv_top .inner .top3 figure {
  max-width: 18.0208333333vw;
  width: 100%;
}
@media (max-width: 767px) {
  #mv_top .inner .top3 figure {
    max-width: 19.556714472vw;
  }
}
#mv_top .inner .top3 figure img {
  width: 100%;
}

#bg_area {
  position: relative;
  padding: clamp(80px, 18.4480234261vw, 252px) 0 clamp(70px, 16.1054172767vw, 220px);
  overflow: hidden;
}
@media (max-width: 767px) {
  #bg_area {
    padding: 180px 0;
  }
}
@media (max-width: 600px) {
  #bg_area {
    padding: 30vw 0;
  }
}
#bg_area .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#bg_area .inner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: clamp(450px, 43.9238653001vw, 600px);
  width: 90%;
}
#bg_area .inner svg .logo-path {
  fill: transparent; /* 처음엔 투명하게 */
  stroke: white; /* 선 색상 */
  stroke-width: 1.5; /* 선 두께 */
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0; /* JS 로딩 전 깜빡임 방지 */
}
#bg_area .inner .wrap {
  position: relative;
  z-index: 1;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
}
#bg_area .inner .wrap .title_jp {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: clamp(36px, 3.513909224vw, 48px);
  line-height: 1.6;
  color: #272727;
  text-align: center;
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
}
@media (max-width: 767px) {
  #bg_area .inner .wrap .title_jp {
    font-size: clamp(28px, 5.2151238592vw, 40px);
  }
}
#bg_area .inner .wrap .content {
  text-align: center;
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
}
@media (max-width: 767px) {
  #bg_area .inner .wrap .content {
    text-align: start;
  }
}
#bg_area .inner .wrap .main_button a {
  margin: 0 auto;
}
@keyframes wobbleWalk {
  0% {
    transform: rotate(-3deg) translateY(0px); /* 왼쪽으로 살짝 기울기 */
  }
  50% {
    transform: rotate(3deg) translateY(-5px); /* 오른쪽으로 기울며 살짝 위로 */
  }
  100% {
    transform: rotate(-3deg) translateY(0px); /* 다시 왼쪽으로 */
  }
}
#bg_area .inner .wrap .mascot_img {
  position: absolute;
  right: -200px;
  bottom: -97px;
  width: 192px;
  height: 207px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1366px) {
  #bg_area .inner .wrap .mascot_img {
    width: 14.055636896vw;
    height: 15.1537335286vw;
    right: -14.6412884334vw;
  }
}
@media (max-width: 767px) {
  #bg_area .inner .wrap .mascot_img {
    right: 3%;
    width: 140px;
    height: 150px;
    bottom: -130px;
  }
}
@media (max-width: 600px) {
  #bg_area .inner .wrap .mascot_img {
    width: 23.3333333333vw;
    height: 25vw;
    bottom: -21.6666666667vw;
  }
}
#bg_area .inner .wrap .mascot_img img {
  width: 100%;
  animation: wobbleWalk 1.2s ease-in-out infinite;
  /* 중요: 회전의 중심축을 발바닥 중앙으로 설정 */
  transform-origin: center bottom;
}

#s01 {
  background: #272727;
  padding-top: clamp(240px, 14.0625vw, 270px);
  overflow: hidden;
}
@media (max-width: 1366px) {
  #s01 {
    padding-top: clamp(160px, 17.5695461201vw, 240px);
  }
}
#s01 .s01_1 {
  display: grid;
  grid-template-columns: 645fr 1275fr;
  position: relative;
}
#s01 .s01_1::after {
  content: "Feature";
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 200px;
  left: 0;
  top: -145px;
  color: #323232;
  position: absolute;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  #s01 .s01_1::after {
    top: -10.6149341142vw;
    font-size: 14.6412884334vw;
  }
}
@media (max-width: 425px) {
  #s01 .s01_1::after {
    font-size: 16.4705882353vw;
    top: -14.1176470588vw;
  }
}
#s01 .s01_1 .col {
  position: relative;
  z-index: 1;
}
#s01 .s01_1 .col.img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#s01 .s01_1 .col.text_area {
  display: flex;
  justify-content: center;
}
#s01 .s01_1 .col.text_area h2 {
  font-family: "Zen Antique Soft", serif;
  color: #fff;
  line-height: normal;
  writing-mode: vertical-rl;
  font-size: clamp(32px, 3.6603221083vw, 50px);
  font-weight: 400;
}
@media (max-width: 767px) {
  #s01 .s01_1 .col.text_area h2 {
    font-size: clamp(26px, 4.6936114733vw, 36px);
  }
}
#s01 .s01_2 {
  padding: clamp(150px, 16.1054172767vw, 220px) 0 clamp(120px, 12.4450951684vw, 170px);
}
#s01 .s01_2 .inner {
  padding: 0 clamp(20px, 3.6603221083vw, 50px) 0 6%;
}
#s01 .s01_2 .inner .grid_box {
  position: relative;
  max-width: 1485px;
  width: 100%;
  display: grid;
  grid-template-columns: 740fr 532fr;
  align-items: center;
  -moz-column-gap: 11.09375vw;
       column-gap: 11.09375vw;
}
@media (max-width: 1366px) {
  #s01 .s01_2 .inner .grid_box {
    -moz-column-gap: 10.3953147877vw;
         column-gap: 10.3953147877vw;
    grid-template-columns: 521fr 532fr;
  }
}
@media (max-width: 1024px) {
  #s01 .s01_2 .inner .grid_box {
    align-items: flex-start;
    -moz-column-gap: 4.39453125vw;
         column-gap: 4.39453125vw;
  }
}
@media (max-width: 767px) {
  #s01 .s01_2 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8670143416vw, 45px);
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
}
#s01 .s01_2 .inner .grid_box .truck_mascot {
  position: absolute;
  top: -15.625vw;
  left: 3.4895833333vw;
}
@media (max-width: 767px) {
  #s01 .s01_2 .inner .grid_box .truck_mascot {
    top: -110px;
  }
}
#s01 .s01_2 .inner .grid_box .truck_mascot img {
  width: 23.28125vw;
  height: 18.125vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #s01 .s01_2 .inner .grid_box .truck_mascot img {
    width: 163px;
    height: 127px;
  }
}
#s01 .s01_2 .inner .grid_box .img_area img {
  width: 100%;
}
#s01 .s01_2 .inner .grid_box .text_area .title_jp {
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
  font-size: clamp(26px, 2.7818448023vw, 38px);
  color: #fff;
  line-height: 1.6;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
}
#s01 .s01_2 .inner .grid_box .text_area .content {
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
  color: #fff;
}
#s01 .s01_2 .inner .grid_box .text_area .main_button a {
  color: #272727;
  background: #fff;
  border: 1px solid #fff;
}
#s01 .s01_2 .inner .grid_box .text_area .main_button a::after {
  color: #272727;
}
#s01 .s01_2 .inner .grid_box .text_area .main_button a:hover {
  color: #fff;
  background: #272727;
}
#s01 .s01_2 .inner .grid_box .text_area .main_button a:hover::after {
  color: #fff;
}
#s01 .s01_3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media (max-width: 1366px) {
  #s01 .s01_3 {
    grid-template-columns: 653fr 713fr;
  }
}
@media (max-width: 767px) {
  #s01 .s01_3 {
    display: flex;
    flex-direction: column-reverse;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
    max-width: calc(480px + 12%);
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
  }
}
#s01 .s01_3::after {
  content: "Staff";
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 200px;
  position: absolute;
  left: 7.34375vw;
  top: 0;
  width: -moz-max-content;
  width: max-content;
  color: #323232;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  #s01 .s01_3::after {
    top: -100px;
  }
}
@media (max-width: 1366px) {
  #s01 .s01_3::after {
    font-size: 14.6412884334vw;
    top: -11.3469985359vw;
    left: 0;
  }
}
@media (max-width: 767px) {
  #s01 .s01_3::after {
    top: -13.037809648vw;
  }
}
#s01 .s01_3 .col {
  position: relative;
  z-index: 1;
}
#s01 .s01_3 .col.img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#s01 .s01_3 .col.text_area {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: calc(370px + 12%);
  width: 100%;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 767px) {
  #s01 .s01_3 .col.text_area {
    max-width: 100%;
    padding: unset;
  }
}
#s01 .s01_3 .col.text_area h2 {
  position: relative;
  z-index: 1;
  font-family: "Zen Antique Soft", serif;
  color: #fff;
  line-height: normal;
  writing-mode: vertical-rl;
  font-size: clamp(32px, 3.6603221083vw, 50px);
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0 auto 70px;
}
@media (max-width: 1366px) {
  #s01 .s01_3 .col.text_area h2 {
    margin: 0 auto 5.1244509517vw;
  }
}
@media (max-width: 767px) {
  #s01 .s01_3 .col.text_area h2 {
    font-size: clamp(26px, 4.6936114733vw, 36px);
    writing-mode: unset;
    margin: unset;
    margin-bottom: clamp(25px, 2.9282576867vw, 40px);
  }
}
#s01 .s01_3 .col.text_area .content {
  color: #fff;
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
}
#s01 .s01_3 .col.text_area .main_button a {
  color: #272727;
  background: #fff;
  border: 1px solid #fff;
}
#s01 .s01_3 .col.text_area .main_button a::after {
  color: #272727;
}
#s01 .s01_3 .col.text_area .main_button a:hover {
  color: #fff;
  background: #272727;
}
#s01 .s01_3 .col.text_area .main_button a:hover::after {
  color: #fff;
}

#s02 {
  position: relative;
  top: -1px;
}
#s02::after {
  position: absolute;
  bottom: -220px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/wp-content/uploads/top_product_img.png) no-repeat;
  background-size: contain;
  width: 828px;
  height: 461px;
  content: "";
}
@media (max-width: 1366px) {
  #s02::after {
    bottom: -16.1054172767vw;
    width: 60.6149341142vw;
    height: 33.7481698389vw;
  }
}
#s02 figure img {
  width: 100%;
}

#s03 {
  position: relative;
  z-index: 1;
  padding-top: 258px;
}
@media (max-width: 1366px) {
  #s03 {
    padding-top: 18.8872620791vw;
  }
}
#s03 .inner {
  padding: 0 6%;
}
#s03 .inner .title_jp {
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
  font-size: clamp(26px, 2.7818448023vw, 38px);
  color: #272727;
  line-height: 1.6;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
}
#s03 .inner .content {
  text-align: center;
  color: #272727;
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
}
@media (max-width: 510px) {
  #s03 .inner .content {
    text-align: start;
  }
}
#s03 .inner .main_button a {
  margin: 0 auto;
}

.marquee_wrap {
  margin-top: -20px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.marquee_wrap .marquee_track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
}
.marquee_wrap .marquee_track .marquee_item {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-size: clamp(120px, 14.6412884334vw, 200px);
  padding-right: 3rem;
  white-space: nowrap;
  display: inline-block;
}

#s04 {
  padding: clamp(70px, 9.1508052709vw, 125px) 0 clamp(100px, 14.6412884334vw, 200px);
}
#s04 .inner {
  max-width: calc(1266px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s04 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(40px, 4.6120058565vw, 63px);
       column-gap: clamp(40px, 4.6120058565vw, 63px);
}
@media (max-width: 767px) {
  #s04 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: 70px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
}
#s04 .inner .grid_box .col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  position: relative;
  background: #fff;
  padding: 20px;
}
#s04 .inner .grid_box .col .vertical_title {
  position: absolute;
  font-family: "Zen Antique Soft", serif;
  color: #272727;
  top: -51px;
  left: 48px;
  line-height: normal;
  writing-mode: vertical-rl;
  font-size: clamp(32px, 3.6603221083vw, 50px);
  font-weight: 400;
}
@media (max-width: 1366px) {
  #s04 .inner .grid_box .col .vertical_title {
    left: 3.513909224vw;
  }
}
@media (max-width: 767px) {
  #s04 .inner .grid_box .col .vertical_title {
    font-size: clamp(26px, 4.6936114733vw, 36px);
    left: 26px;
  }
}
#s04 .inner .grid_box .col figure {
  margin-bottom: 16px;
}
#s04 .inner .grid_box .col figure img {
  width: 100%;
}
#s04 .inner .grid_box .col .content {
  margin-bottom: 16px;
}

#s05 {
  background: url(/wp-content/uploads/cv_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(70px, 10.541727672vw, 144px) 0;
  overflow: hidden;
}
#s05 .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s05 .inner .wrap {
  padding: clamp(50px, 7.3206442167vw, 100px) 6%;
  background: rgba(39, 39, 39, 0.9);
  position: relative;
  display: grid;
  -moz-column-gap: clamp(45px, 6.588579795vw, 90px);
       column-gap: clamp(45px, 6.588579795vw, 90px);
  align-items: center;
  justify-content: center;
  grid-template-columns: 537fr 169fr;
}
@media (max-width: 767px) {
  #s05 .inner .wrap {
    display: flex;
    flex-direction: column-reverse;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
    padding: 50px 6% 120px;
  }
}
#s05 .inner .wrap .buy_mascot {
  position: absolute;
  width: 154px;
  height: 274px;
  bottom: -60px;
  right: -75px;
}
@media (max-width: 1366px) {
  #s05 .inner .wrap .buy_mascot {
    width: 11.2737920937vw;
    height: 20.0585651537vw;
    bottom: -4.39238653vw;
    right: -5.4904831625vw;
  }
}
@media (max-width: 1024px) {
  #s05 .inner .wrap .buy_mascot {
    right: -2.9296875vw;
  }
}
@media (max-width: 767px) {
  #s05 .inner .wrap .buy_mascot {
    width: 100px;
    height: 160px;
    right: -3%;
    bottom: -60px;
  }
}
#s05 .inner .wrap .btn_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 3.6603221083vw, 50px);
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #s05 .inner .wrap .btn_area {
    justify-items: center;
  }
}
@media (max-width: 600px) {
  #s05 .inner .wrap .btn_area {
    justify-items: unset;
    grid-template-columns: 1fr;
  }
}
#s05 .inner .wrap .btn_area .btn_col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: clamp(15px, 1.4641288433vw, 20px);
       column-gap: clamp(15px, 1.4641288433vw, 20px);
}
@media (max-width: 600px) {
  #s05 .inner .wrap .btn_area .btn_col {
    justify-content: center;
  }
}
#s05 .inner .wrap .btn_area .btn_col .btn_head {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: clamp(18px, 1.9033674963vw, 26px);
  line-height: 1.4;
  color: #fff;
}
#s05 .inner .wrap .btn_area .btn_col a {
  width: clamp(70px, 8.345534407vw, 114px);
  height: clamp(70px, 8.345534407vw, 114px);
  border-radius: 50%;
  background: #daac27;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
}
#s05 .inner .wrap .btn_area .btn_col a i {
  font-size: clamp(18px, 1.6105417277vw, 22px);
  color: #fff;
  transition: 0.4s all;
}
#s05 .inner .wrap .btn_area .btn_col a:hover {
  background: #fff;
}
#s05 .inner .wrap .btn_area .btn_col a:hover i {
  color: #daac27;
}
#s05 .inner .wrap .text_area {
  display: flex;
  -moz-column-gap: clamp(15px, 1.4641288433vw, 20px);
       column-gap: clamp(15px, 1.4641288433vw, 20px);
}
@media (max-width: 600px) {
  #s05 .inner .wrap .text_area {
    flex-direction: column-reverse;
    row-gap: 20px;
    width: 100%;
  }
}
#s05 .inner .wrap .text_area .content {
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  #s05 .inner .wrap .text_area .content {
    writing-mode: unset;
    text-align: center;
  }
}
#s05 .inner .wrap .text_area .content span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  letter-spacing: 0.1em;
}
@media (max-width: 600px) {
  #s05 .inner .wrap .text_area .content span {
    writing-mode: unset;
  }
}
#s05 .inner .wrap .text_area .title_jp {
  font-family: "Zen Antique Soft", serif;
  color: #fff;
  line-height: normal;
  writing-mode: vertical-rl;
  font-size: clamp(32px, 3.6603221083vw, 50px);
  font-weight: 400;
}
@media (max-width: 767px) {
  #s05 .inner .wrap .text_area .title_jp {
    font-size: clamp(26px, 4.6936114733vw, 36px);
  }
}
@media (max-width: 600px) {
  #s05 .inner .wrap .text_area .title_jp {
    writing-mode: unset;
    text-align: center;
  }
}

#s_insta {
  padding: clamp(70px, 13.9092240117vw, 190px) 0 clamp(80px, 15.3733528551vw, 210px);
}
#s_insta .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s_insta .inner .title_insta {
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: clamp(42px, 4.2459736457vw, 58px);
  line-height: 1.4;
  color: #272727;
  margin-bottom: clamp(22px, 1.9765739385vw, 27px);
}

#bottom_noren {
  margin-bottom: 0 !important;
  background: #272727;
}
#bottom_noren figure img {
  width: 100%;
  min-height: clamp(180px, 39.1134289439vw, 300px);
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */