@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');

body::after,
body::before {
  display: none !important;
}

body.page-template-page-home_new,
body.single-vkmez4g69p_4,
body.post-type-archive-vkmez4g69p_4,
body.tax-vkmez4g69p_4_cat,
body.tax-vkmez4g69p_4_tag,
body.search {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {

  body.page-template-page-home_new,
  body.single-vkmez4g69p_4,
  body.post-type-archive-vkmez4g69p_4,
  body.tax-vkmez4g69p_4_cat,
  body.tax-vkmez4g69p_4_tag,
  body.search {
    margin-top: 60px;
  }
}

.page-template-page-home_new .l_fbagjs,
.page-template-page-home_new .l_brieje {
  display: none !important;
}

.single-column .breadcrumbs-area,
.single-vkmez4g69p_4 .breadcrumbs-area,
.post-type-archive-vkmez4g69p_4 .breadcrumbs-area,
.tax-vkmez4g69p_4_cat .breadcrumbs-area,
.tax-vkmez4g69p_4_tag .breadcrumbs-area,
.search .breadcrumbs-area {
  display: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}

/* 白い背景（右側を覆う） */
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  animation: whiteMask 1.0s linear forwards;
  animation-delay: 1.5s;
}

/* グレーの線 */
.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #FCFAF8;
  z-index: 2;
  animation: grayLine 1.0s linear forwards;
  animation-delay: 1.5s;
}

/* 白背景：線と一緒にスライドアウト */
@keyframes whiteMask {
  0% {
    left: 0;
    width: 100%;
  }

  50% {
    left: 50vw;
    width: 50vw;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

/* グレーの線：最初に50vwまで広がり、その後スライドして消える */
@keyframes grayLine {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 50vw;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

.new_breadcrumbs {
  color: #9e9e9e;
  font-size: 0.75vw;
  letter-spacing: 0.18em;
  line-height: 1.0;
  padding-bottom: 3.42vw;
  padding-left: 13.33vw;
  padding-top: 2.2vw;
}

.new_breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.new_breadcrumbs ul li:last-child {
  padding-left: 1vw;
}

.new_breadcrumbs ul li a {
  color: #5f5f5f;
  display: block;
  padding: 0 1vw;
  position: relative;
}

.new_breadcrumbs ul li a::after {
  background: #9e9e9e;
  border-radius: 5px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 2px;
}

@media screen and (max-width: 768px) {
  .new_breadcrumbs {
    display: none;
  }
}

.slideIn {
  opacity: 0;
  transition: all 2s;
  transform: translateY(50px);
}

.post-password-form {
  font-size: 1.6rem;
  line-height: 2.4;
  padding: 5vw 0;
  text-align: center;
}

.custom-cursor {
  background: #D0C4B2;
  border-radius: 200px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75vw;
  letter-spacing: 0.18em;
  line-height: 1.0;
  height: 7.46vw;
  width: 7.46vw;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 9999;
  text-align: center;
}

.custom-cursor.is-active {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1);
}

.custom-cursor svg {
  fill: currentColor;
  color: #FFF;
  display: block;
  margin: 0 auto 1vw auto;
  padding-top: 1.59vw;
  width: 2.14vw;
}

.custom-cursor span {
  display: block;
  font-family: "丸明Yoshino StdN R", serif;
  font-size: 0.46vw;
  letter-spacing: 0.025em;
  line-height: 1.0;
  margin-top: 0.79vw;
}

@media screen and (max-width: 768px) {
  .custom-cursor {
    display: none;
  }
}

/*  ヘッダー
-----------------------------------*/
#header dl,
#header dt,
#header dd {
  list-style: none;
}

#header {
  background: #FFF;
  height: 160px;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s ease;
  width: 100vw;
  z-index: 10;
}

#header .head_inner {
  height: 60px;
  margin-top: 50px;
  position: relative;
  transition: all 0.6s ease;
  width: 100vw;
}

#header h1 {
  margin: 0 auto;
  text-align: center;
  transition: all 0.6s ease;
}

#header h1 img {
  height: 60px;
  margin: 0 auto;
  transition: all 0.6s ease;
  width: 213px;
}

#header.fixed {
  height: 100px;
  transition: all 0.6s ease;
}

#header.fixed .head_inner {
  height: 40px;
  transition: all 0.6s ease;
  transform: translateY(-20px);
}

#header.fixed h1 img {
  height: 40px;
  width: 142px;
  transition: all 0.6s ease;
}

#header .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  position: absolute;
  right: 125px;
  top: 0;
  transition: all 0.6s ease;
}

#header.fixed .menu {
  height: 40px;
  transition: all 0.6s ease;
}

#header .menu li a {
  color: #999;
  display: block;
  font-size: 0.85rem;
  height: 36px;
  line-height: 36px;
  padding: 0 7px;
}

#header .menu li a:hover {
  opacity: 1.0;
}

#header .menu li a span {
  display: inline-block;
  position: relative;
}

#header .menu li a span:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #999;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

#header .menu li a:hover span:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#drawer-checkbox {
  display: none;
}

#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 65px;
  top: calc(50% - 15px);
  transition: all 0.6s ease;
  width: 24px;
  z-index: 999;
}

#header.fixed #drawer-icon {
  transition: all 0.6s ease;
}

#drawer-icon::after {
  background: #666;
  border-radius: 5px;
  content: "";
  height: 48px;
  left: -12px;
  top: -9px;
  position: absolute;
  width: 48px;
  z-index: -1;
}

#drawer-icon span {
  display: block;
  height: 1px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 9px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #FFF;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#drawer-icon span::before {
  margin-top: -5px;
}

#drawer-icon span::after {
  margin-top: 3px;
}

#drawer-checkbox:checked~#drawer-icon span {
  background: rgba(51, 51, 51, 0);
}

#drawer-checkbox:checked~#drawer-icon span::before,
#drawer-checkbox:checked~#drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

#drawer-checkbox:checked~#drawer-icon span::before {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

#drawer-checkbox:checked~#drawer-icon span::after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

#drawer-close {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.6s ease;
  width: 100%;
  z-index: 39;
}

#header.fixed #drawer-close {
  top: -30px;
  transition: all 0.6s ease;
}

#drawer-checkbox:checked~#drawer-close {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 1;
  pointer-events: auto;
  transition: all 0.6s ease;
}

#header #nav {
  background: #FFF;
  height: 100vh;
  right: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 40;
  width: 100%;
  max-width: 52rem;
  transition: all 1.0s ease;
  transform: translateX(100vw);
}

#header.fixed #nav {
  top: -30px;
  transition: all 0.6s ease;
}

#drawer-checkbox:checked~#nav {
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
  opacity: 1.0;
  transform: translateX(0);
}

#header #nav .nav_inner {
  padding: 12rem 5.3rem;
  height: auto;
}

.nav_inner_list {
  margin-bottom: 5.0rem;
}

.nav_inner_list .en_title {
  margin-bottom: 1.3rem;
  width: 100%;
}

.nav_inner_list dd li a {
  display: block;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  margin: 0.5rem 0;
  padding: 0.5rem 0 0.5rem 3.0rem;
  position: relative;
  transition: all .5s;
}

.nav_inner_list dd li a:hover {
  opacity: 1;
}

.nav_inner_list dd li a::before {
  background: #C0BC4C;
  border-radius: 10px;
  content: "";
  height: 0.8rem;
  left: 0.5rem;
  position: absolute;
  top: calc(50% - 0.4rem);
  transition: all .5s;
  width: 0.8rem;
}

.nav_inner_list dd li a:hover::before {
  transform: scale(0.8);
  transition: all .5s;
}

.nav_inner_list dd li a span {
  color: rgba(0, 0, 0, 0);
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-shadow: 0 -1.5em 0 #303030, 0 0 0 #303030;
  transition: text-shadow .3s;
}

.nav_inner_list dd li a:hover span {
  text-shadow: 0 0 0 #303030, 0 1.5em 0 #303030;
}

.nav_inner_menu {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5.0rem;
}

.nav_inner_menu li {
  margin-right: 2.4rem;
}

.nav_inner_menu a {
  color: #CCC;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  transition: all .5s;
}

.nav_inner_menu a:hover {
  opacity: 0.6;
}

.nav_inner_sns {
  display: flex;
  justify-content: flex-start;
}

.nav_inner_sns li {
  margin-right: 2.4rem;
}

.nav_inner_sns li img {
  height: 3.0rem;
}

@media screen and (max-width: 768px) {

  #header,
  #header.fixed {
    height: 60px;
  }

  #header .head_inner,
  #header.fixed .head_inner {
    height: 30px;
    margin-top: 15px;
    transform: translateY(0);
  }

  #header h1 img,
  #header.fixed h1 img {
    height: 30px;
    width: 107px;
  }

  #header .menu {
    display: none;
  }

  #drawer-checkbox {
    display: none;
  }

  #drawer-icon,
  #header.fixed #drawer-icon {
    right: 20px;
    top: 1px;
  }

  #drawer-icon::after {
    height: 38px;
    left: -7px;
    top: -5px;
    width: 38px;
  }

  #header #nav {
    top: -15px;
  }

  #header #nav .nav_inner {
    padding: 7rem 4rem;
  }

  .nav_inner_list {
    margin-bottom: 3.0rem;
  }

  .nav_inner_list .en_title {
    font-size: 1.2rem;
  }

  .nav_inner_list dd li a {
    padding: 0.7rem 0 0.7rem 2.6rem;
  }

  .nav_inner_list dd li a::before {
    height: 0.6rem;
    left: 0.5rem;
    top: calc(50% - 0.3rem);
    width: 0.6rem;
  }

  .nav_inner_list dd li a:hover::before {
    transform: scale(1.0);
  }

  .nav_inner_menu {
    margin-bottom: 3.0rem;
  }

  .nav_inner_menu a {
    font-size: 1.2rem;
  }

  .nav_inner_menu a:hover {
    opacity: 1.0;
  }
}

.index_page a:hover {
  opacity: 1.0;
}

.index_page .splide__arrow {
  background: #D0C4B2;
  height: 3.0vw;
  opacity: 1.0;
  width: 3.0vw;
}

.index_page .splide__arrow:hover {
  opacity: 1.0;
}

.index_page .splide__arrow svg {
  display: none;
}

.index_page .splide__arrow--prev,
.index_page .splide__arrow--next {
  background: url(../image/arrow.svg) no-repeat #D0C4B2;
  background-size: 1.65vw auto;
  background-position: center;
  transition: all .5s;
}

.index_page .splide__arrow--prev {
  transform: rotate(90deg);
  top: calc(50% + 0.5vw);
}

.index_page .splide__arrow--prev:hover {
  transform: scale(1.2) rotate(90deg);
  transition: all .5s;
}

.index_page .splide__arrow--next {
  right: auto;
  transform: rotate(-90deg);
  top: calc(50% - 3.5vw);
}

.index_page .splide__arrow--next:hover {
  transform: scale(1.2) rotate(-90deg);
  transition: all .5s;
}

.event_splide .splide__arrow--prev,
.event_splide .splide__arrow--next {
  left: 64.38vw;
}

.mh_splide_img .splide__arrow--prev,
.mh_splide_img .splide__arrow--next {
  left: 47.61vw;
}

.columns_splide .splide__arrow--prev,
.columns_splide .splide__arrow--next {
  left: 53.18vw;
}

.columns_single_splide .splide__arrow--prev,
.columns_single_splide .splide__arrow--next {
  left: 82.22vw;
}

.movie_splide .splide__arrow--prev,
.movie_splide .splide__arrow--next {
  left: 83.63vw;
}

.blog_splide .splide__arrow--prev,
.blog_splide .splide__arrow--next {
  left: 114.6vw;
}

.blog_splide .splide__arrow--prev {
  top: calc(12.72vw + 0.5vw);
}

.blog_splide .splide__arrow--next {
  top: calc(12.72vw - 3.74vw);
}

.jp_catch {
  color: #353535;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 1.39vw;
  letter-spacing: 0.18em;
  line-height: 3.7;
}

.en_min {
  color: #353535;
  font-size: 0.65vw;
  letter-spacing: 0.18em;
  line-height: 2.12;
}

.en_min p {
  margin-bottom: 2.0em;
}

.en_title {
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1vw;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.0;
  margin-left: auto;
  margin-right: auto;
  width: 85.44vw;
  white-space: nowrap;
}

.en_title .text {
  margin-right: 2.44vw;
}

.en_title .bar {
  background: #CCC;
  flex: 1;
  height: 1px;
}

.index_value .en_title {
  margin-left: 6.13vw;
}

.link_btn a {
  display: block;
  padding-top: 3.9vw;
  position: relative;
  text-align: center;
}

.link_btn a::before {
  background: #D0C4B2;
  border-radius: 100px;
  content: "";
  height: 1.7vw;
  left: calc(50% - 0.85vw);
  position: absolute;
  transition: all .5s;
  top: 0;
  width: 1.7vw;
}

.link_btn a:hover::before {
  transform: scale(0.6);
  transition: all .5s;
}

.index_columns .link_btn a::before {
  background: #C0BC4C;
}

.link_btn a svg {
  fill: currentColor;
  color: #ADADAD;
  width: 2.8vw;
}

.link_btn a .link_btn_text {
  color: #666 !important;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 0.88vw;
  letter-spacing: 0.18em;
  line-height: 2.4;
  margin-bottom: -0.25vw !important;
  margin-top: 1.0vw;
}

.link_btn a span {
  border: 0.5px solid #e9e9e9;
  color: #9a9a9a;
  font-family: "丸明Yoshino StdN R", serif;
  font-size: 0.43vw;
  letter-spacing: 0.025em;
  padding: 0.2em 1.0em 0 1.0em;
  transition: .6s;
}

.link_btn a:hover span {
  background: #e9e9e9;
  transition: .6s;
}

.index_mv {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  margin-left: auto;
  position: relative;
  width: 98.84vw;
}

.index_mv .background {
  aspect-ratio: 1616 / 895;
  border-bottom-left-radius: 0.5vw;
  border-top-left-radius: 0.5vw;
  height: 54.74vw;
  overflow: hidden;
  width: 98.84vw;
}

.index_mv .background .bg_movie {
  height: 100%;
  width: 100%;
}

.index_mv .background .bg_movie::after {
  background-image: url(../image/dot.png);
  background-size: 3px 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.index_mv .background .bg_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_mv .main_splide {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 3s ease, transform 3s ease;
}

.index_mv .main_splide.is-visible {
  opacity: 1;
  transform: scale(1);
}

.index_mv .background .splide__slide,
.index_mv .background .splide__slide img {
  aspect-ratio: 1616 / 895;
  border-bottom-left-radius: 0.5vw;
  border-top-left-radius: 0.5vw;
  height: 54.74vw;
  object-fit: cover;
  position: relative;
  width: 98.84vw;
  z-index: -1;
}

.index_mv .background .splide__slide p {
  color: #ced6d8;
  font-size: 2.8vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  position: absolute;
  left: 5.5vw;
  line-height: 1.8;
  top: 27.0vw;
}

.index_mv .latest {
  background: #666161;
  border-bottom-left-radius: 0.37vw;
  border-top-left-radius: 0.37vw;
  bottom: 5.5vw;
  height: 9.6vw;
  left: 3.8vw;
  position: absolute;
  transition: all .5s;
  width: 52vw;
}

.index_mv .latest:hover {
  background: rgba(102, 97, 97, .9);
  transition: all .5s;
}

.index_mv .latest a {
  display: flex;
  align-items: center;
  padding: 1.2vw 9vw 1.2vw 1.2vw;
}

.index_mv .latest .images,
.index_mv .latest .images img {
  aspect-ratio: 215 / 120;
  border-bottom-left-radius: 0.43vw;
  border-top-left-radius: 0.43vw;
  height: 7.34vw;
  margin-right: 2.75vw;
  object-fit: cover;
  width: 13.15vw;
}

.index_mv .latest .text {
  color: #f0f0f0;
  letter-spacing: 0.18em;
}

.index_mv .latest .text .min {
  font-size: 0.6vw;
  margin-bottom: 1vw;
  margin-left: -0.5vw;
}

.index_mv .latest .text .title {
  font-size: 1vw;
  line-height: 1.85;
}

.index_mv .latest .arrow {
  border: 1px solid #A2A2A4;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6vw;
  position: absolute;
  right: 2.7vw;
  top: calc(50% - 3vw);
  transition: all .5s;
  width: 6vw;
}

.index_mv .latest a:hover .arrow {
  transform: scale(0.9);
  transition: all .5s;
}

.index_mv .latest .arrow svg {
  fill: currentColor;
  color: #FFF;
  transform: rotate(-90deg);
  width: 48%;
}

.index_mv .contact {
  bottom: 5.5vw;
  position: absolute;
  right: 3.8vw;
  z-index: 2;
}

.index_mv .contact li {
  background: #FFF;
  position: relative;
  width: 15.9vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: all .6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .6s cubic-bezier(0.65, 0.05, 0.36, 1);
  margin-top: 0.55vw;
}

.index_mv .contact li::after {
  position: absolute;
  width: 0.3vw;
  height: 0.3vw;
  background: #3c3c3c;
  border-radius: 100px;
  content: " ";
  right: 0.85vw;
  top: calc(50% - 0.15vw);
  -webkit-transition: .4s;
  transition: .4s;
}

.index_mv .contact li:hover {
  background: #FFF;
  -webkit-transition: .6s;
  transition: .6s;
}

.index_mv .contact li:hover::after {
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: .4s;
  transition: .4s;
}

.index_mv .contact li:hover span {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}

.index_mv .contact li a {
  display: block;
  font-size: 0.86vw;
  color: #000;
  line-height: 1.0;
  padding: 1.0em 0;
  position: relative;
  text-align: center;
}

.index_mv .contact li:hover a {
  opacity: 1.0;
}

.index_mv .contact li a::before {
  content: "";
  display: block;
  height: 1vw;
  left: 2.6vw;
  top: calc(50% - 0.5vw);
  position: absolute;
  width: 1vw;
}

.index_mv .contact li.line a::before {
  background: url(../image/ico_line.svg) no-repeat;
  background-size: cover;
}

.index_mv .contact li.request a::before {
  background: url(../image/ico_book.svg) no-repeat;
  background-size: cover;
}

.index_mv .contact li.reservation a::before {
  background: url(../image/ico_house.svg) no-repeat;
  background-size: cover;
}

.index_mv .contact li span {
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  display: block;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  -webkit-transition: text-shadow .3s;
  transition: text-shadow .3s;
}

.index_intro {
  padding: 8.13vw 0 8.68vw 6.85vw;
}

.index_intro .intro_box {
  display: flex;
  justify-content: space-between;
}

.index_intro .intro_box .intro_text {
  width: 25vw;
}

.index_intro .intro_box .intro_text .jp_catch {
  margin-bottom: 4vw;
}

.index_intro .intro_box .intro_img {
  width: 68vw;
}

.index_intro .intro_box .intro_img .splide__slide {
  display: flex;
  align-items: center;
  cursor: grab;
}

.index_intro .intro_box .intro_img .splide__slide.is-dragging {
  cursor: grabbing;
}

.index_intro .intro_box .intro_img .splide__slide img {
  aspect-ratio: 1 / 1;
  border-bottom-left-radius: 0.36vw;
  border-top-left-radius: 0.36vw;
  object-fit: cover;
}

.index_intro .intro_box .intro_img .splide__slide:nth-child(odd) img {
  width: 22.32vw;
}

.index_intro .intro_box .intro_img .splide__slide:nth-child(4n-2) img {
  width: 18vw;
}

.index_intro .intro_box .intro_img .splide__slide:nth-child(4n) img {
  width: 26.8vw;
}

.index_value {
  background: #FCFAF8;
  border-bottom-left-radius: 0.36vw;
  border-top-left-radius: 0.36vw;
  margin-left: auto;
  padding-top: 5.7vw;
  width: 98.84vw;
}

.index_value .value_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.85vw 3.9vw 8.1vw 3.9vw;
}

.index_value .value_box .value_text1 {
  align-self: flex-start;
  margin-left: 1.7vw;
  margin-top: 0.55vw;
}

.index_value .value_box .value_text1 .en_min div {
  margin-bottom: 4.0vw;
  margin-top: 0.8vw;
}

.index_value .value_box .value_img1 {
  aspect-ratio: 1409 / 766;
  width: 44.88%;
}

.index_value .value_box .value_img1 img {
  border-bottom-left-radius: 0.36vw;
  border-top-left-radius: 0.36vw;
}

.index_value .value_box .value_img2 {
  position: sticky;
  top: 0;
  align-self: flex-start;
  aspect-ratio: 1723 / 2022;
  width: 55.12%;
}

.index_value .value_box .value_img2 img {
  border-bottom-right-radius: 0.36vw;
  border-top-right-radius: 0.36vw;
}

.index_value .value_box .value_text2 {
  align-self: flex-end;
  margin-bottom: 0.6vw;
  margin-left: 7.7vw;
  margin-right: auto;
  width: 27.8vw;
}

.index_value .value_box .value_text2 .en_min {
  font-size: 0.8vw;
  letter-spacing: 0;
}

.index_value .value_box .value_text2 .jp_catch {
  margin-bottom: 2.5vw;
  margin-top: 0.5vw;
}

.index_value .value_box .value_text2 .text {
  margin-bottom: 9.9vw;
}

.index_value .value_box .value_text2 p {
  color: #353535;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 0.86vw;
  letter-spacing: 0.18em;
  line-height: 2.4;
  margin-bottom: 2.4em;
}

.index_value .value_box .value_text2 p:last-child {
  margin-bottom: 0;
}

.index_works {
  margin-top: 9.05vw;
}

.index_works .works_tag_list {
  color: #6f6f6f;
  display: flex;
  justify-content: flex-end;
  font-size: 0.72vw;
  letter-spacing: 0.18em;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
  width: 85.44vw;
}

.index_works .works_tag_list li::before {
  content: "/";
}

.index_works .works_tag_list li:first-child:before {
  content: "";
}

.index_works .works_tag_list li a {
  color: #6f6f6f;
}

.index_works .works_tag_list li.active a {
  color: #353535;
}

.index_works .works_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.07vw;
  width: 85.93vw;
}

.index_works .works_list .jp_catch {
  line-height: 2.78;
  margin-bottom: 6.72vw;
}

.index_works .works_list li {
  margin-bottom: 5.38vw;
  position: relative;
  width: 26.42vw;
}

.index_works .works_list li .works_list_img,
.index_works .works_list li .works_list_img img {
  aspect-ratio: 432 / 546;
  border-bottom-left-radius: 0.49vw;
  border-top-left-radius: 0.49vw;
  object-fit: cover;
  width: 26.42vw;
}

.index_works .works_list li .works_list_img {
  overflow: hidden;
}

.index_works .works_list li .works_list_img img {
  transform: scale(1.2);
  transition: transform 2.0s ease, opacity 2.0s ease;
  opacity: 0.8;
}

.index_works .works_list li .works_list_img.in-view img {
  transform: scale(1);
  opacity: 1;
}

.index_works .works_list li:hover .works_list_img.in-view img {
  transform: scale(1.2);
  transition: transform 2.0s ease, opacity 2.0s ease;
}

.index_works .works_list li a {
  color: #303030;
  display: block;
  font-size: 0.62vw;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

.index_works .works_list li .works_list_client {
  color: #454545;
  margin-bottom: 1.0vw;
  margin-top: 1.46vw;
}

.index_works .works_list li .works_list_ttl {
  color: #343434;
  font-size: 0.81vw;
  letter-spacing: 0;
}

.index_works .works_list li .works_list_detail {
  bottom: 0.3vw;
  display: flex;
  align-items: center;
  right: 0;
  position: absolute;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 -1.5em 0 #303030, 0 0 0 #303030;
  transition: text-shadow .3s;
}

.index_works .works_list li a:hover .works_list_detail {
  text-shadow: 0 0 0 #303030, 0 1.5em 0 #303030;
}

.index_works .works_list li .works_list_detail span {
  border-radius: 0.2vw;
  display: block;
  height: 0.55vw;
  margin-left: 1.1vw;
  transition: all .3s;
  width: 0.55vw;
}

.index_works .works_list li a:hover .works_list_detail span {
  transform: scale(0.8);
  transition: all .3s;
}

.index_works .works_list li .works_list_detail span.style {
  background: #D0C4B2;
}

.index_works .works_list li .works_list_detail span.floor {
  background: #C0BC4C;
}

.index_works .works_list li .works_list_detail span.area {
  background: #D0C4B2;
}

.index_works .works_list li .works_list_detail span.storey {
  background: #D0C4B2;
}

.index_works .read-more {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  width: 85.93vw;
}

.index_works .read-more a {
  border: 0.5px solid #dbdadc;
  border-radius: 0.36vw;
  display: inline-block;
  font-size: 1vw;
  letter-spacing: 0.18em;
  overflow: hidden;
  padding: 0 1.0em 0 3.0em;
  position: relative;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 -1.5em 0 #747474, 0 0 0 #747474;
  transition: text-shadow .3s;
}

.index_works .read-more a::before {
  background: #C0BC4C;
  border-radius: 0.2vw;
  content: "";
  display: block;
  height: 0.55vw;
  left: 1vw;
  position: absolute;
  top: calc(50% - 0.275vw);
  transition: all .3s;
  width: 0.55vw;
}

.index_works .read-more a:hover {
  transition: text-shadow .3s;
  text-shadow: 0 0 0 #747474, 0 1.5em 0 #747474;
}

.index_works .read-more a:hover::before {
  transform: scale(0.8);
  transition: all .3s;
}

.index_event {
  margin-top: 7.34vw;
}

.index_event .event_tag_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.18em;
  line-height: 1.0;
  margin-bottom: 2.62vw;
  margin-left: auto;
  margin-right: auto;
  width: 85.44vw;
}

.index_event .event_tag_list dt {
  color: #353535;
  font-size: 1.39vw;
}

.index_event .event_tag_list dd ul {
  display: flex;
  justify-content: flex-end;
  font-size: 1.0vw;
  color: #9e9e9e;
}

.index_event .event_tag_list dd ul li::before {
  content: "/";
}

.index_event .event_tag_list dd ul li:first-child:before {
  content: "";
}

.index_event .event_tag_list dd ul li a {
  color: #9e9e9e;
  padding: 0 0.5em;
}

.index_event .event_tag_list dd ul li a.active {
  color: #353535;
}

.index_event .event_list {
  display: flex;
  justify-content: space-between;
  margin-top: 10vw;
}

.index_event .event_list .read-more {
  align-self: flex-end;
  padding-bottom: 1.0vw;
  padding-left: 7.58vw;
  width: 24.95vw;
}

.index_event .event_list .read-more .link_btn {
  margin-left: 0;
  margin-right: auto;
  width: 5.5vw;
}

.index_event .event_list .event_list_slide {
  overflow: hidden;
  width: 75.05vw;
}

.index_event .event_list .event_list_slide .event_splide {
  width: 100vw;
}

.index_event .event_list .event_list_slide .event_splide .splide__slide {
  overflow: hidden;
}

.index_event .event_list .event_list_slide .event_splide .splide__slide img {
  transform: scale(1.0);
  transition: all 0.5s;
}

.index_event .event_list .event_list_slide .event_splide .splide__slide:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index_mh {
  margin-top: 13.82vw;
  padding-top: 4.46vw;
  position: relative;
}

.index_mh::after {
  background: #FCFCFC;
  content: "";
  height: 47.89vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 97.98vw;
  z-index: -1;
}

.index_mh .index_mh_ttl {
  color: #353535;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 1.39vw;
  letter-spacing: 0.18em;
  line-height: 1.0;
  margin-bottom: 2.87vw;
  margin-left: auto;
  margin-right: auto;
  width: 85.44vw;
}

.index_mh .index_mh_list {
  background: #FCFCFC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  margin-top: 3.48vw;
  padding-bottom: 2vw;
  padding-left: 7.28vw;
  width: 100vw;
}

.index_mh .index_mh_list .mh_text {
  width: 18.34vw;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  height: 32.78vw;
  overflow: auto;
}

.index_mh .index_mh_list .mh_text .mh_thumbs_list {
  margin-bottom: 2.32vw;
}

.index_mh .index_mh_list .mh_text .mh_thumbs_list li a {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
  color: #a4a3a3;
  display: flex;
  font-size: 1vw;
  letter-spacing: 0.18em;
  line-height: 2.0;
  padding: 2.0vw 0;
  text-align: left;
}

.index_mh .index_mh_list .mh_text .mh_thumbs_list li.active a {
  color: #353535;
}

.index_mh .index_mh_list .mh_text .index_mh_list_more a {
  border: 0.5px solid #dbdadc;
  border-radius: 0.36vw;
  display: inline-block;
  line-height: 1.7;
  padding: 0 1.0em;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 -1.5em 0 #747474, 0 0 0 #747474;
  transition: text-shadow .3s;
}

.index_mh .index_mh_list .mh_text .index_mh_list_more a:hover {
  transition: text-shadow .3s;
  text-shadow: 0 0 0 #747474, 0 1.5em 0 #747474;
}

.index_mh .index_mh_list .mh_img {
  position: sticky;
  top: 120px;
  overflow: hidden;
  width: 67.15vw;
  height: 32.78vw;
}

.index_mh .index_mh_list .mh_img .mh_img_inner ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}

.index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link {
  flex: none;
  width: 49.23vw;
  height: 32.78vw;
  overflow: hidden;
  position: relative;
}

.index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link img {
  width: 49.23vw;
  height: 32.78vw;
  object-fit: cover;
  display: block;
  transform: scale(1.0);
  transition: all 0.5s;
}

.index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link .mh_name {
  display: none;
}

.index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link .mh_arrow {
  border: 1px solid #FFF;
  border-radius: 100px;
  bottom: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3vw;
  position: absolute;
  right: 2vw;
  transition: all .5s;
  width: 3vw;
  z-index: 1;
}

.index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link .mh_arrow svg {
  fill: currentColor;
  color: #FFF;
  transform: rotate(-90deg);
  width: 48%;
}

.index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link:hover .mh_arrow {
  background: #FFF;
  transform: scale(1.2);
  transition: all .5s;
}

.index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link:hover .mh_arrow svg {
  color: #D0C4B2;
}

.index_mh .virtual {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  margin-top: 5vw;
  width: 94.86vw;
}

.index_mh .virtual .virtual_l {
  background: #E3E6EE;
  border-bottom-right-radius: 0.55vw;
  color: #666;
  letter-spacing: 0.18em;
  padding-bottom: 7.2vw;
  text-align: center;
  width: 50vw;
}

.index_mh .virtual .virtual_l_img,
.index_mh .virtual .virtual_l_img img {
  aspect-ratio: 500 / 329;
  height: 32.9vw;
  object-fit: cover;
  width: 50vw;
}

.index_mh .virtual .virtual_l_img {
  overflow: hidden;
}

.index_mh .virtual .virtual_l_img img {
  transform: scale(1.2);
  transition: transform 2.0s ease, opacity 2.0s ease;
  opacity: 0.8;
}

.index_mh .virtual .virtual_l_img.in-view img {
  transform: scale(1);
  opacity: 1;
}

.index_mh .virtual .virtual_l_title {
  font-size: 0.88vw;
  margin-bottom: 2.9vw;
  margin-top: 7.2vw;
}

.index_mh .virtual .virtual_l_text {
  font-size: 0.58vw;
  line-height: 1.8;
}

.index_mh .virtual .virtual_r {
  color: #666;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  width: 44.86vw;
}

.index_mh .virtual .virtual_r_title {
  color: #353535;
  font-size: 1.39vw;
  letter-spacing: 0.18em;
  line-height: 1.0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.52vw;
  width: 26.5vw;
}

.index_mh .virtual .virtual_r_title span {
  border-top: 0.5px solid #e7e7e7;
  color: #666;
  display: block;
  font-family: "丸明Yoshino StdN R", serif;
  font-size: 0.86vw;
  line-height: 1.0;
  margin-top: 1.53vw;
  padding-top: 1.34vw;
}

.index_mh .virtual .jp_catch {
  color: #353535;
  line-height: 1.0;
  margin-bottom: 4.52vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.217vw;
  width: 26.5vw;
}

.index_mh .virtual .virtual_r_text {
  margin-bottom: 9.9vw;
  margin-left: auto;
  margin-right: auto;
  width: 26.5vw;
}

.index_mh .virtual .virtual_r_text p {
  color: #000;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 0.86vw;
  letter-spacing: 0.18em;
  line-height: 2.4;
  margin-bottom: 2.4em;
}

.index_mh .virtual .virtual_r_text p:last-child {
  margin-bottom: 0;
}

.index_columns .columns_tag_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.18em;
  line-height: 1.0;
  margin-bottom: 3.24vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.48vw;
  width: 85.44vw;
}

.index_columns .columns_tag_list dt {
  color: #353535;
  font-size: 1.39vw;
}

.index_columns .columns_tag_list dd ul {
  display: flex;
  justify-content: flex-end;
  font-size: 1.0vw;
  color: #9e9e9e;
}

.index_columns .columns_tag_list dd ul li::before {
  content: "/";
}

.index_columns .columns_tag_list dd ul li:first-child:before {
  content: "";
}

.index_columns .columns_tag_list dd ul li a {
  color: #9e9e9e;
  padding: 0 0.5em;
}

.index_columns .columns_tag_list dd ul li a.active {
  color: #353535;
}

.index_columns .columns_list {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: 0;
  margin-top: 5.38vw;
  width: 92.72vw;
}

.index_columns .columns_list .read-more {
  align-self: flex-end;
  padding-bottom: 2.2vw;
}

.index_columns .columns_list .read-more .link_btn {
  margin-left: 0;
  margin-right: auto;
  width: 5.5vw;
}

.index_columns .columns_list .columns_list_slide {
  overflow: hidden;
  width: 63.85vw;
}

.index_columns .columns_list .columns_list_slide .splide {
  width: 83.42vw;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li {
  position: relative;
  width: 25.68vw;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_img,
.index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_img img {
  aspect-ratio: 420 / 592;
  border-bottom-right-radius: 0.36vw;
  border-top-right-radius: 0.36vw;
  object-fit: cover;
  width: 25.68vw;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_img {
  overflow: hidden;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_img img {
  transform: scale(1.0);
  transition: all 0.5s;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li:hover .columns_list_img img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li a {
  color: #303030;
  font-size: 0.62vw;
  display: block;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_cat {
  color: #454545;
  margin-bottom: 1.0vw;
  margin-top: 1.46vw;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_ttl {
  color: #343434;
  font-size: 0.81vw;
  letter-spacing: 0;
  line-height: 1.5;
  padding-right: 3vw;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_detail {
  bottom: 0.3vw;
  display: flex;
  align-items: center;
  right: 0;
  position: absolute;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 -1.5em 0 #303030, 0 0 0 #303030;
  transition: text-shadow .3s;
}

.index_columns .columns_list .columns_list_slide .splide .splide__list li a:hover .columns_list_detail {
  text-shadow: 0 0 0 #303030, 0 1.5em 0 #303030;
}

.index_movie {
  margin-top: 11.07vw;
}

.index_movie .movie_inner {
  margin: 4.95vw 0 3.97vw auto;
  overflow: hidden;
  width: 94.8vw;
}

.index_movie .movie_inner .movie_splide {
  width: 128.62vw;
}

.index_movie .movie_inner .movie_splide .splide__slide,
.index_movie .movie_inner .movie_splide .splide__slide img,
.index_movie .movie_inner .movie_splide .splide__slide iframe {
  border-bottom-left-radius: 0.41vw;
  border-top-left-radius: 0.41vw;
  aspect-ratio: 688 / 437;
  object-fit: cover;
  width: 42.08vw;
}

.index_movie .movie_inner .movie_splide .splide__slide {
  overflow: hidden;
}

.index_movie .movie_inner .movie_splide .splide__slide img {
  transform: scale(1.0);
  transition: all 0.5s;
}

.index_movie .movie_inner .movie_splide .splide__slide:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index_movie .youtube_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 7.09vw;
  margin-right: 5.93vw;
}

.index_movie .youtube_box .en {
  color: #303030;
  font-size: 0.62vw;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

.index_movie .youtube_box .title {
  color: #343434;
  font-size: 0.81vw;
  line-height: 1.0;
  margin-bottom: 0.67vw;
  margin-top: 0.85vw;
}

.index_movie .youtube_box .text {
  color: #343434;
  font-size: 0.63vw;
  line-height: 1.0;
}

.index_movie .youtube_box dd a img {
  border: 0.5px solid #A6A6A6;
  border-radius: 0.36vw;
  width: 16.5vw;
}

.index_about {
  margin-top: 11.98vw;
}

.index_about .about_inner {
  position: relative;
  margin-bottom: 8.56vw;
  margin-left: auto;
  margin-right: 0;
  margin-top: 1.53vw;
  width: 91.5vw;
}

.index_about .about_inner .about_text_box {
  background: url(../image/tp-concept_bg.png) no-repeat left top;
  background-size: 100% auto;
  padding-right: 3.97vw;
  position: relative;
  width: 55.53vw;
}

.index_about .about_inner .about_text_box .about_title {
  color: #353535;
  display: flex;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 2.02vw;
  letter-spacing: 0.18em;
  line-height: 1.66;
  margin-bottom: 4.03vw;
  padding-top: 5.44vw;
}

.index_about .about_inner .about_text_box .about_title p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
}

.index_about .about_inner .about_text_box .link_btn .link_btn_text {
  border: 0.5px solid #dbdadc;
  border-radius: 0.36vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0vw;
  height: 2.26vw;
  letter-spacing: 0.18em;
  line-height: 1.0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: .6s;
  width: 15vw;
}

.index_about .about_inner .about_text_box .link_btn a:hover .link_btn_text {
  background: #dbdadc;
  transition: .6s;
}

.index_about .about_inner .about_text_box .link_btn span {
  border: none;
  color: #9a9a9a;
  display: block;
  font-size: 0.62vw;
  letter-spacing: 0.025em;
  margin-top: 0.49vw;
  padding: 0;
}

.index_about .about_inner .about_text_box .link_btn a:hover span {
  background: none;
}

.index_about .about_inner .about_img_box,
.index_about .about_inner .about_img_box a,
.index_about .about_inner .about_img_box img {
  aspect-ratio: 653 / 422;
  bottom: 0;
  border-bottom-left-radius: 0.61vw;
  border-top-left-radius: 0.61vw;
  display: block;
  object-fit: cover;
  position: absolute;
  right: 0;
  width: 39.93vw;
  z-index: 0;
}

.index_about .about_inner .about_img_box {
  overflow: hidden;
}

.index_about .about_inner .about_img_box img {
  transform: scale(1.2);
  transition: transform 2.0s ease, opacity 2.0s ease;
  opacity: 0.8;
}

.index_about .about_inner .about_img_box.in-view img {
  transform: scale(1);
  opacity: 1;
}

.index_about .about_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: 14vw;
  width: 80.55vw;
}

.index_about .about_link .about_link_box a {
  display: block;
}

.index_about .about_link .about_link_box a .about_img,
.index_about .about_link .about_link_box a .about_img img {
  aspect-ratio: 424 / 224;
  border-bottom-left-radius: 0.36vw;
  border-top-left-radius: 0.36vw;
  display: block;
  object-fit: cover;
  width: 25.93vw;
}

.index_about .about_link .about_link_box a .about_img {
  overflow: hidden;
}

.index_about .about_link .about_link_box a .about_img img {
  transform: scale(1.0);
  transition: all 0.5s;
}

.index_about .about_link .about_link_box a:hover .about_img img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index_about .about_link .about_link_box a .about_text {
  color: #747474;
  font-size: 1.1vw;
  letter-spacing: 0.18em;
  line-height: 1.0;
  margin-top: 4.34vw;
  text-align: center;
}

.index_about .about_link .about_link_box a .about_text span {
  display: block;
  font-size: 0.63vw;
  line-height: 1.0;
  margin-top: 1vw;
}

.index_blog {
  margin-top: 11.98vw;
}

.index_blog .blog_inner {
  margin: 4.95vw 0 3.97vw auto;
  overflow: hidden;
  width: 100vw;
}

.index_blog .blog_inner .blog_splide {
  margin-left: -27.675vw;
  width: 155.35vw;
}

.index_blog .blog_inner .blog_splide .splide__slide {
  position: relative;
}

.index_blog .blog_inner .blog_splide .splide__slide a {
  display: block;
}

.index_blog .blog_inner .blog_splide .splide__slide,
.index_blog .blog_inner .blog_splide .splide__slide .blog_list_img img {
  border-bottom-left-radius: 0.41vw;
  border-top-left-radius: 0.41vw;
  aspect-ratio: 623 / 416;
  object-fit: cover;
  width: 38.1vw;
  z-index: 0;
}

.index_blog .blog_inner .blog_splide .splide__slide .blog_list_img {
  border-bottom-left-radius: 0.41vw;
  border-top-left-radius: 0.41vw;
  overflow: hidden;
}

.index_blog .blog_inner .blog_splide .splide__slide .blog_list_img img {
  transform: scale(1.0);
  transition: all 0.5s;
}

.index_blog .blog_inner .blog_splide .splide__slide:hover .blog_list_img img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index_blog .blog_inner .blog_splide .blog_list_data {
  background: #FFF;
  border-radius: 0.41vw;
  color: #666;
  height: 4.28vw;
  left: 1.77vw;
  text-align: center;
  padding-top: 1.1vw;
  position: absolute;
  text-align: center;
  top: 2.32vw;
  width: 4.28vw;
  z-index: 1;
}

.index_blog .blog_inner .blog_splide .blog_list_data .day {
  display: block;
  font-size: 1.15vw;
  line-height: 1.0;
}

.index_blog .blog_inner .blog_splide .blog_list_data .month {
  display: block;
  font-size: 0.65vw;
  letter-spacing: 0.18em;
  line-height: 1.0;
}

.index_blog .blog_inner .blog_splide .blog_list_ttl {
  color: #666;
  font-size: 0.81vw;
  padding-left: 0.85vw;
  padding-right: 4.9vw;
  padding-top: 2.08vw;
}

.index_blog .blog_inner .blog_splide .blog_list_detail {
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.62vw;
  letter-spacing: 0.025em;
  position: absolute;
  right: 0.61vw;
  text-align: right;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 -1.5em 0 #303030, 0 0 0 #303030;
  transition: text-shadow .3s;
}

.index_blog .blog_inner .blog_splide a:hover .blog_list_detail {
  text-shadow: 0 0 0 #303030, 0 1.5em 0 #303030;
}

.index_blog .blog_inner .blog_splide .blog_list_detail span {
  background: #D0C4B2;
  border-radius: 100px;
  display: block;
  height: 0.61vw;
  margin-right: 0.85vw;
  transition: all .3s;
  width: 0.61vw;
}

.index_blog .blog_inner .blog_splide a:hover .blog_list_detail span {
  transform: scale(0.6);
  transition: all .3s;
}

.index_blog .read-more {
  display: flex;
  justify-content: flex-end;
  margin-right: 8.38vw;
}

.index_news {
  margin-bottom: 11.5vw;
  margin-top: 6.6vw;
}

.index_news .en_title .text {
  padding-right: 2.87vw;
  position: relative;
}

.index_news .en_title .text::before {
  background: #92A4A7;
  border-radius: 100px;
  content: "";
  height: 0.8vw;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5vw);
  width: 0.8vw;
}

.index_news .news_inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 85.44vw;
}

.index_news .read-more a {
  border: 0.5px solid #e9e9e9;
  border-radius: 0.36vw;
  display: inline-block;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 0.81vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0 1em;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 -1.5em 0 #747474, 0 0 0 #747474;
  transition: text-shadow .3s;
}

.index_news .read-more a:hover {
  transition: text-shadow .3s;
  text-shadow: 0 0 0 #747474, 0 1.5em 0 #747474;
}

.index_news .news_box {
  width: 41.65vw;
}

.index_news .news_box .news_box_link a {
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2.7vw 1.53vw;
}

.index_news .news_box .news_box_link .news_box_img,
.index_news .news_box .news_box_link .news_box_img img {
  aspect-ratio: 162 / 84;
  object-fit: cover;
  width: 9.9vw;
}

.index_news .news_box .news_box_link .news_box_img {
  overflow: hidden;
}

.index_news .news_box .news_box_link .news_box_img img {
  transform: scale(1.0);
  transition: all 0.5s;
}

.index_news .news_box .news_box_link:hover .news_box_img img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index_news .news_box .news_box_link .news_box_text {
  margin-left: 7.15vw;
  width: 21.54vw;
}

.index_news .news_box .news_box_link .news_box_text .news_box_title {
  color: #666;
  font-size: 0.81vw;
}

.index_news .news_box .news_box_link .news_box_text .news_box_more {
  color: #9f9f9f;
  display: block;
  font-size: 0.62vw;
  letter-spacing: 0.025em;
  line-height: 1.0;
  position: relative;
  margin-top: 1.77vw;
}

.index_news .news_box .news_box_link .news_box_text .news_box_more svg {
  fill: currentColor;
  color: #ADADAD;
  height: 0.61vw;
  position: absolute;
  left: 7em;
  top: calc(50% - 0.305vw);
  transform: rotate(-90deg);
  transition: all .3s;
  width: 1.4vw;
}

.index_news .news_box .news_box_link a:hover .news_box_text .news_box_more svg {
  left: 7.5em;
  transition: all .3s;
}

.home .ft_relation,
.page-id-7233 .ft_relation {
  display: none;
}

.home .ft_relation.tp-only,
.page-id-7233 .ft_relation.tp-only {
  display: block;
}

.ft_relation {
  margin-bottom: 13.08vw;
}

.ft_relation .relation_list {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.36vw;
  width: 85.44vw;
}

.ft_relation .relation_list li a {
  display: block;
}

.ft_relation .relation_list li a .brand_logo {
  display: block;
  text-align: center;
}

.ft_relation .relation_list li a .brand_logo .brand_logo_text {
  display: block;
  font-size: 0.81vw;
  line-height: 1.0;
  height: 1.0em;
}

.ft_relation .relation_list li:nth-child(2) a .brand_logo .brand_logo_text {
  color: #7e6f61;
}

.ft_relation .relation_list li a .brand_logo .brand_logo_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8vw;
  margin: 1.6vw auto 2.32vw auto;
}

.ft_relation .relation_list li:nth-child(1) a .brand_logo .brand_logo_img img {
  width: 12.72vw;
}

.ft_relation .relation_list li:nth-child(2) a .brand_logo .brand_logo_img img {
  width: 11vw;
}

.ft_relation .relation_list li:nth-child(3) a .brand_logo .brand_logo_img img {
  width: 13.15vw;
}

.ft_relation .relation_list li a .brand_img,
.ft_relation .relation_list li a .brand_img img {
  aspect-ratio: 1 /1;
  border-bottom-left-radius: 0.36vw;
  border-top-left-radius: 0.36vw;
  display: block;
  object-fit: cover;
  width: 26.91vw;
}

.ft_relation .relation_list li a .brand_img {
  overflow: hidden;
}

.ft_relation .relation_list li a .brand_img img {
  transform: scale(1.0);
  transition: all 0.5s;
}

.ft_relation .relation_list li a:hover .brand_img img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.ft_instagram {
  margin-bottom: 13.08vw;
}

.ft_instagram .inst_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft_instagram .inst_link .inst_link_icon {
  margin-right: 1.16vw;
  width: 1.65vw;
}

.ft_instagram .inst_link .inst_link_icon img {
  display: block;
}

.ft_instagram .inst_link .inst_link_name {
  color: #666;
  font-size: 1.3vw;
  letter-spacing: 0.05em;
}

.ft_instagram .insta_campaon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 0.72vw;
  margin-bottom: 1.95vw;
  margin-top: 1.1vw;
}

.ft_instagram .insta_campaon .arrow svg {
  fill: currentColor;
  color: #ADADAD;
  height: 0.61vw;
  margin: 0 0.97vw;
  transform: rotate(-90deg);
  width: 1.4vw;
}

.ft_instagram .insta_feed #sb_instagram #sbi_images {
  width: 100vw;
  max-width: 100vw;
}

.ft_instagram .insta_text {
  color: #666;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 0.72vw;
  margin-top: 1.46vw;
  text-align: center;
}

@media (max-width: 768px) {
  .index_page .splide__arrow {
    height: 6vw;
    width: 6vw;
  }

  .index_page .splide__arrow--prev,
  .index_page .splide__arrow--next {
    background-size: 3vw auto;
  }

  .index_page .splide__arrow--prev {
    top: calc(50% + 1.5vw);
  }

  .index_page .splide__arrow--prev:hover {
    transform: scale(1.0) rotate(90deg);
  }

  .index_page .splide__arrow--next {
    top: calc(50% - 7.5vw);
  }

  .index_page .splide__arrow--next:hover {
    transform: scale(1.0) rotate(-90deg);
  }

  .event_splide .splide__arrow--prev,
  .event_splide .splide__arrow--next {
    left: 66.5vw;
  }

  .mh_splide_img .splide__arrow--prev,
  .mh_splide_img .splide__arrow--next {
    left: 47.61vw;
  }

  .columns_splide .splide__arrow--prev,
  .columns_splide .splide__arrow--next {
    left: 66.5vw;
  }

  .columns_single_splide .splide__arrow--prev,
  .columns_single_splide .splide__arrow--next {
    left: 87vw;
  }

  .columns_single_splide .splide__arrow--prev {
    top: 33vw;
  }

  .columns_single_splide .splide__arrow--next {
    top: 25vw;
  }

  .movie_splide .splide__arrow--prev,
  .movie_splide .splide__arrow--next {
    top: calc(50% - 3vw);
  }

  .movie_splide .splide__arrow--prev {
    left: -3vw;
  }

  .movie_splide .splide__arrow--next {
    left: 87vw;
  }

  .blog_splide .splide__arrow--prev,
  .blog_splide .splide__arrow--next {
    top: 45%;
  }

  .blog_splide .splide__arrow--prev {
    left: -3vw;
  }

  .blog_splide .splide__arrow--next {
    left: 87vw;
  }

  .jp_catch {
    font-size: 1.65rem;
  }

  .en_min {
    font-size: 0.6rem;
  }

  .en_min p {
    margin-bottom: 2.0em;
  }

  .en_title {
    font-size: 1.0rem;
    width: 90vw;
  }

  .en_title .text {
    margin-right: 7vw;
  }

  .index_value .en_title {
    margin-left: 2.5vw;
  }

  .link_btn a {
    padding-top: 8vw;
  }

  .link_btn a::before {
    height: 5.0vw;
    left: calc(50% - 2.5vw);
    width: 5.0vw;
  }

  .link_btn a:hover::before {
    transform: scale(1);
  }

  .link_btn a svg {
    width: 7vw;
  }

  .link_btn a .link_btn_text {
    font-size: 1.0rem;
  }

  .link_btn a span {
    font-size: 0.6rem;
  }

  .link_btn a:hover span {
    background: none;
  }

  .index_mv {
    width: 95vw;
  }

  .index_mv .background {
    aspect-ratio: auto;
    border-bottom-left-radius: 5vw;
    border-top-left-radius: 5vw;
    height: 70vh;
    width: 95vw;
  }

  .index_mv .background .splide__slide,
  .index_mv .background .splide__slide img {
    aspect-ratio: auto;
    border-bottom-left-radius: 5vw;
    border-top-left-radius: 5vw;
    height: 70vh;
    width: 95vw;
  }

  .index_mv .background .splide__slide p {
    bottom: 70vw;
    font-size: 2.0rem;
    left: 5.0vw;
    top: auto;
  }

  .index_mv .latest {
    border-bottom-left-radius: 3vw;
    border-top-left-radius: 3vw;
    bottom: 3.5vw;
    height: auto;
    left: 3.5vw;
    width: 88vw;
  }

  .index_mv .latest a {
    display: flex;
    align-items: center;
    padding: 2vw 9vw 2vw 2vw;
  }

  .index_mv .latest .images,
  .index_mv .latest .images img {
    aspect-ratio: auto;
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
    height: 18vw;
    margin-right: 4vw;
    object-fit: cover;
    width: 25vw;
  }

  .index_mv .latest .text .min {
    font-size: 0.6rem;
  }

  .index_mv .latest .text .title {
    font-size: 1.1rem;
  }

  .index_mv .contact {
    bottom: 27.5vw;
    right: 3.5vw;
  }

  .index_mv .contact li {
    width: 50vw;
    max-width: 300px;
    border-radius: 5px;
    margin-top: 1vw;
  }

  .index_mv .contact li::after {
    width: 0.4em;
    height: 0.4em;
    right: 1.8rem;
    top: calc(50% - 0.2em);
  }

  .index_mv .contact li a {
    font-size: 1.2rem;
  }

  .index_mv .contact li a::before {
    height: 4vw;
    left: 1.8rem;
    top: calc(50% - 2vw);
    width: 4vw;
  }

  .index_intro {
    padding: 0;
  }

  .index_intro .intro_box {
    flex-wrap: wrap;
  }

  .index_intro .intro_box .intro_text {
    margin: 5vw auto;
    width: 80vw;
  }

  .index_intro .intro_box .intro_text .jp_catch {
    margin-bottom: 4vw;
  }

  .index_intro .intro_box .intro_img {
    width: 100vw;
  }

  .index_intro .intro_box .intro_img .splide__slide img {
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
  }

  .index_intro .intro_box .intro_img .splide__slide:nth-child(odd) img {
    width: 50vw;
  }

  .index_intro .intro_box .intro_img .splide__slide:nth-child(4n-2) img {
    width: 40vw;
  }

  .index_intro .intro_box .intro_img .splide__slide:nth-child(4n) img {
    width: 60vw;
  }

  .index_value {
    border-bottom-left-radius: 5vw;
    border-top-left-radius: 5vw;
    margin-left: auto;
    margin-top: 10vw;
    padding-top: 10vw;
    width: 97.5vw;
  }

  .index_value .value_box {
    padding: 1.85vw 5vw 8.1vw 2.5vw;
  }

  .index_value .value_box .value_text1 {
    margin-left: auto;
    width: 85vw;
  }

  .index_value .value_box .value_text1 .en_min div {
    margin-bottom: 4.0vw;
    margin-top: 0.8vw;
  }

  .index_value .value_box .value_img1 {
    aspect-ratio: 1409 / 766;
    margin: 5vw 0 10vw 0;
    width: 100%;
  }

  .index_value .value_box .value_img1 img {
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
  }

  .index_value .value_box .value_img2 {
    aspect-ratio: 1723 / 2022;
    margin-top: 10vw;
    order: 4;
    width: 100%;
  }

  .index_value .value_box .value_img2 img {
    border-bottom-right-radius: 2vw;
    border-top-right-radius: 2vw;
  }

  .index_value .value_box .value_text2 {
    margin-right: 0;
    margin-left: auto;
    width: 85vw;
  }

  .index_value .value_box .value_text2 .en_min {
    font-size: 0.6rem;
  }

  .index_value .value_box .value_text2 .text {
    margin-bottom: 9.9vw;
  }

  .index_value .value_box .value_text2 p {
    font-size: 1.2rem;
  }

  .index_works {
    margin-top: 15vw;
  }

  .index_works .works_tag_list {
    font-size: 1.1rem;
    margin-bottom: 3vw;
    width: 90vw;
  }

  .index_works .works_list {
    margin-top: 8vw;
    width: 90vw;
  }

  .index_works .works_list .works_title {
    margin-left: 5vw;
    margin-rihgt: 5vw;
    width: 80vw;
  }

  .index_works .works_list .jp_catch {
    line-height: 2.78;
    margin-bottom: 6.72vw;
  }

  .index_works .works_list li {
    width: 43vw;
  }

  .index_works .works_list li .works_list_img,
  .index_works .works_list li .works_list_img img {
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
    width: 43vw;
  }

  .index_works .works_list li a {
    font-size: 1.0rem;
  }

  .index_works .works_list li .works_list_client {
    margin-bottom: 2.0vw;
    margin-top: 3vw;
  }

  .index_works .works_list li .works_list_ttl {
    font-size: 1.2rem;
  }

  .index_works .works_list li .works_list_detail {
    font-size: 0.8rem;
    position: relative;
    justify-content: flex-end;
    margin-top: 3vw;
  }

  .index_works .works_list li .works_list_detail span {
    border-radius: 2vw;
    height: 2vw;
    width: 2vw;
  }

  .index_works .works_list li a:hover .works_list_detail span {
    transform: scale(1);
  }

  .index_works .read-more {
    width: 90vw;
  }

  .index_works .read-more a {
    border-radius: 1vw;
    font-size: 1.0rem;
  }

  .index_works .read-more a::before {
    border-radius: 2vw;
    height: 2vw;
    left: 1vw;
    top: calc(50% - 1vw);
    width: 2vw;
  }

  .index_works .read-more a:hover::before {
    transform: scale(1);
  }

  .index_event {
    margin-top: 15vw;
  }

  .index_event .event_tag_list {
    margin-bottom: 3vw;
    width: 90vw;
  }

  .index_event .event_tag_list dt {
    font-size: 3vw;
  }

  .index_event .event_tag_list dd ul {
    font-size: 2.2vw;
    letter-spacing: 0;
  }

  .index_event .event_tag_list dd ul li a {
    padding: 0 0.2em;
  }

  .index_event .event_tag_list dd ul li a.active {
    color: #000;
  }

  .index_event .event_list .read-more {
    padding-left: 5vw;
    width: 21.5vw;
  }

  .index_event .event_list .read-more .link_btn {
    width: 16.5vw;
  }

  .index_event .event_list .event_list_slide .event_splide {
    width: 75.05vw;
  }

  .index_event .event_list .event_list_slide .event_splide .splide__slide {
    width: 69.70vw !important;
  }

  .index_mh {
    margin-top: 15vw;
    padding-top: 7vw;
  }

  .index_mh::after {
    height: 47.89vw;
    width: 100vw;
  }

  .index_mh .index_mh_ttl {
    font-size: 3vw;
    margin-bottom: 3vw;
    width: 90vw;
  }

  .index_mh .index_mh_list {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 0;
    position: relative;
    width: 90vw;
  }

  .index_mh .index_mh_list .mh_text {
    top: 5vh;
    right: 5vw;
    text-align: right;
    width: 100%;
  }

  .index_mh .index_mh_list .mh_text .mh_thumbs_list {
    display: none;
  }

  .index_mh .index_mh_list .mh_text .index_mh_list_more a {
    border-radius: 1vw;
    font-size: 1.0rem;
  }

  .index_mh .index_mh_list .mh_img {
    height: 80vh;
    margin-left: -100vw;
    margin-top: 5vh;
    top: 10vh;
    left: 5vw;
    width: 100%;
  }

  .index_mh .index_mh_list .mh_img .mh_img_inner {
    background: #FCFCFC;
  }

  .index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link {
    height: 80vh;
    width: 90vw;
  }

  .index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link img {
    height: 80vh;
    width: 90vw;
  }

  .index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link:hover img {
    transform: scale(1.0);
  }

  .index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link .mh_name {
    bottom: 4vw;
    color: #FFF;
    display: block;
    font-family: "Klee One", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6rem;
    left: 4vw;
    position: absolute;
  }

  .index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link .mh_arrow {
    bottom: 4vw;
    height: 10vw;
    right: 4vw;
    width: 10vw;
  }

  .index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link:hover .mh_arrow {
    background: none;
    transform: scale(1.0);
  }

  .index_mh .index_mh_list .mh_img .mh_img_inner ul .mh_img_link:hover .mh_arrow svg {
    color: #FFF;
  }

  .index_mh .virtual {
    margin-right: auto;
    margin-top: 7vw;
    width: 90vw;
  }

  .index_mh .virtual .virtual_l {
    border-bottom-right-radius: 2vw;
    width: 90vw;
  }

  .index_mh .virtual .virtual_l_img,
  .index_mh .virtual .virtual_l_img img {
    height: auto;
    width: 100%;
  }

  .index_mh .virtual .virtual_l_title {
    font-size: 0.9rem;
  }

  .index_mh .virtual .virtual_l_text {
    font-size: 0.5rem;
  }

  .index_mh .virtual .virtual_r {
    width: 90vw;
  }

  .index_mh .virtual .virtual_r_title {
    font-size: 1.5rem;
    margin-top: 10vw;
    width: 60vw;
  }

  .index_mh .virtual .virtual_r_title span {
    font-size: 0.6rem;
    margin-top: 3vw;
    padding-top: 3vw;
  }

  .index_mh .virtual .jp_catch {
    letter-spacing: 0.13em;
    margin-bottom: 8vw;
    margin-top: 9vw;
    width: 80vw;
  }

  .index_mh .virtual .virtual_r_text {
    margin-bottom: 9.9vw;
    width: 80vw;
  }

  .index_mh .virtual .virtual_r_text p {
    font-size: 1.2rem;
  }

  .index_columns .columns_tag_list {
    margin-bottom: 3vw;
    margin-top: 15vw;
    width: 90vw;
  }

  .index_columns .columns_tag_list dt {
    font-size: 3vw;
  }

  .index_columns .columns_tag_list dd ul {
    font-size: 2.2vw;
    letter-spacing: 0;
  }

  .index_columns .columns_tag_list dd ul li a {
    padding: 0 0.2em;
  }

  .index_columns .columns_list {
    margin-top: 10vw;
    width: 95vw;
  }

  .index_columns .columns_list .read-more {
    padding-left: 5vw;
    width: 21.5vw;
  }

  .index_columns .columns_list .read-more .link_btn {
    width: 16.5vw;
  }

  .index_columns .columns_list .columns_list_slide {
    width: 75.05vw;
  }

  .index_columns .columns_list .columns_list_slide .splide {
    width: 75.05vw;
  }

  .index_columns .columns_list .columns_list_slide .splide .splide__list li {
    width: 69.75vw !important;
  }

  .index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_img,
  .index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_img img {
    border-bottom-right-radius: 2vw;
    border-top-right-radius: 2vw;
    width: 100%;
  }

  .index_columns .columns_list .columns_list_slide .splide .splide__list li a {
    font-size: 1.0rem;
  }

  .index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_cat {
    margin-bottom: 2.0vw;
    margin-top: 3.0vw;
  }

  .index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_ttl {
    font-size: 1.2rem;
  }

  .index_columns .columns_list .columns_list_slide .splide .splide__list li .columns_list_detail {
    font-size: 0.8rem;
    position: relative;
    justify-content: flex-end;
    margin-top: 3vw;
  }

  .index_movie {
    margin-top: 15vw;
  }

  .index_movie .movie_inner {
    margin: 10vw auto 8vw auto;
    padding: 0 5vw;
    width: 100vw;
  }

  .index_movie .movie_inner .movie_splide {
    width: 90vw;
  }

  .index_movie .movie_inner .movie_splide .splide__slide,
  .index_movie .movie_inner .movie_splide .splide__slide img,
  .index_movie .movie_inner .movie_splide .splide__slide iframe {
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
    width: 100%;
  }

  .index_movie .youtube_box {
    justify-content: flex-start;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .index_movie .youtube_box .en {
    font-size: 0.6rem;
  }

  .index_movie .youtube_box .title {
    font-size: 1.1rem;
    margin-bottom: 2vw;
    margin-top: 3vw;
  }

  .index_movie .youtube_box .text {
    font-size: 0.9rem;
  }

  .index_movie .youtube_box dd a img {
    border-radius: 2vw;
    margin-top: 5vw;
    width: 45vw;
  }

  .index_about {
    margin-top: 15vw;
  }

  .index_about .about_inner {
    width: 95vw;
  }

  .index_about .about_inner .about_text_box {
    background-size: 110% auto;
    margin-bottom: 5vw;
    margin-right: auto;
    padding-right: 0;
    width: 90vw;
  }

  .index_about .about_inner .about_text_box .about_title {
    font-size: 2.0rem;
    margin-bottom: 8vw;
  }

  .index_about .about_inner .about_text_box .link_btn .link_btn_text {
    border-radius: 1vw;
    font-size: 1.0rem;
    height: 2.2rem;
    width: 15rem;
  }

  .index_about .about_inner .about_text_box .link_btn span {
    font-size: 0.6rem;
    margin-top: 2vw;
  }

  .index_about .about_inner .about_text_box .link_btn a:hover span {
    background: none;
  }

  .index_about .about_inner .about_img_box,
  .index_about .about_inner .about_img_box a,
  .index_about .about_inner .about_img_box img {
    border-bottom-left-radius: 3vw;
    border-top-left-radius: 3vw;
    position: relative;
    width: 100%;
  }

  .index_about .about_link {
    margin-right: auto;
    width: 100vw;
  }

  .index_about .about_link .about_link_box:nth-child(2) a .about_img,
  .index_about .about_link .about_link_box:nth-child(2) a .about_img img {
    aspect-ratio: 8 / 3;
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
    margin-left: 5vw;
    width: 90vw;
  }

  .index_about .about_link .about_link_box a .about_img,
  .index_about .about_link .about_link_box a .about_img img {
    aspect-ratio: 8 / 3;
    border-bottom-right-radius: 2vw;
    border-top-right-radius: 2vw;
    margin-right: 5vw;
    width: 90vw;
  }

  .index_about .about_link .about_link_box a .about_text {
    font-size: 1.2rem;
    margin-bottom: 10vw;
    width: 100vw;
  }

  .index_about .about_link .about_link_box a .about_text span {
    font-size: 0.6rem;
    margin-top: 3vw;
  }

  .index_blog {
    margin-top: 11.98vw;
  }

  .index_blog .blog_inner {
    margin: 10vw auto 5vw auto;
    overflow: visible;
    width: 90vw;
  }

  .index_blog .blog_inner .blog_splide {
    margin-left: 0;
    width: 90vw;
  }

  .index_blog .blog_inner .blog_splide .splide__slide {
    position: relative;
  }

  .index_blog .blog_inner .blog_splide .splide__slide,
  .index_blog .blog_inner .blog_splide .splide__slide .blog_list_img img {
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
    width: 100%;
  }

  .index_blog .blog_inner .blog_splide .blog_list_data {
    border-radius: 1.4vw;
    height: 11vw;
    left: 3vw;
    padding-top: 1.7vw;
    top: 3vw;
    width: 11vw;
  }

  .index_blog .blog_inner .blog_splide .blog_list_data .day {
    font-size: 1.5rem;
    line-height: 1.0;
  }

  .index_blog .blog_inner .blog_splide .blog_list_data .month {
    font-size: 0.8rem;
    margin-top: 0.2em;
  }

  .index_blog .blog_inner .blog_splide .blog_list_ttl {
    font-size: 1.2rem;
    padding-left: 0.5rem;
    padding-right: 4.5rem;
    padding-top: 2.08vw;
  }

  .index_blog .blog_inner .blog_splide .blog_list_detail {
    font-size: 0.8rem;
    right: 0.5rem;
  }

  .index_blog .blog_inner .blog_splide .blog_list_detail span {
    border-radius: 100px;
    height: 2vw;
    margin-right: 0.85vw;
    width: 2vw;
  }

  .index_blog .read-more {
    display: flex;
    justify-content: flex-end;
    margin-right: 8.38vw;
  }

  .index_news {
    margin-bottom: 11.5vw;
    margin-top: 6.6vw;
  }

  .index_news .en_title .text {
    padding-right: 2.87vw;
    position: relative;
  }

  .index_news .en_title .text::before {
    background: #92A4A7;
    border-radius: 100px;
    content: "";
    height: 0.8vw;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5vw);
    width: 0.8vw;
  }

  .index_news .news_inner {
    flex-direction: column-reverse;
    width: 90vw;
  }

  .index_news .read-more a {
    border-radius: 1vw;
    font-size: 1.0rem;
    margin-top: 3vw;
  }

  .index_news .news_box {
    width: 90vw;
  }

  .index_news .news_box .news_box_link a {
    justify-content: space-between;
    padding: 5vw 2vw;
  }

  .index_news .news_box .news_box_link .news_box_img,
  .index_news .news_box .news_box_link .news_box_img img {
    width: 30vw;
  }

  .index_news .news_box .news_box_link .news_box_text {
    margin-left: 0;
    width: 51vw;
  }

  .index_news .news_box .news_box_link .news_box_text .news_box_title {
    font-size: 1.0rem;
  }

  .index_news .news_box .news_box_link .news_box_text .news_box_more {
    font-size: 0.6rem;
    margin-top: 1.77vw;
  }

  .index_news .news_box .news_box_link .news_box_text .news_box_more svg {
    height: 1.22vw;
    top: calc(50% - 0.61vw);
    width: 3.8vw;
  }

  .index_news .news_box .news_box_link a:hover .news_box_text .news_box_more svg {
    left: 7.5em;
    transition: all .3s;
  }

  .home .ft_relation,
  .page-id-7233 .ft_relation {
    display: none;
  }

  .home .ft_relation.tp-only,
  .page-id-7233 .ft_relation.tp-only {
    display: block;
  }

  .ft_relation .relation_list {
    margin-top: 3.36vw;
    width: 90vw;
  }

  .ft_relation .relation_list li a .brand_logo .brand_logo_text {
    font-size: 0.4rem;
  }

  .ft_relation .relation_list li:nth-child(2) a .brand_logo .brand_logo_text {
    color: #7e6f61;
  }

  .ft_relation .relation_list li a .brand_logo .brand_logo_img {
    height: 6.22vw;
    margin: 1.6vw auto 2.32vw auto;
  }

  .ft_relation .relation_list li:nth-child(1) a .brand_logo .brand_logo_img img {
    width: 20.81vw;
  }

  .ft_relation .relation_list li:nth-child(2) a .brand_logo .brand_logo_img img {
    width: 18vw;
  }

  .ft_relation .relation_list li:nth-child(3) a .brand_logo .brand_logo_img img {
    width: 21.52vw;
  }

  .ft_relation .relation_list li a .brand_img,
  .ft_relation .relation_list li a .brand_img img {
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
    width: 29vw;
  }

  .ft_instagram .inst_link .inst_link_icon {
    margin-right: 3vw;
    width: 4vw;
  }

  .ft_instagram .inst_link .inst_link_name {
    font-size: 1.3rem;
  }

  .ft_instagram .insta_campaon {
    font-size: 0.8rem;
  }

  .ft_instagram .insta_campaon .arrow svg {
    height: 1.22vw;
    margin: 0 2vw;
    width: 2.8vw;
  }

  .ft_instagram .insta_text {
    font-size: 0.8rem;
    margin: 3vw auto 0 auto;
    width: 90vw;
  }
}

.column_single_mainimg,
.column_single_mainimg img {
  aspect-ratio: 1635 / 910;
  position: relative;
  width: 100%;
  z-index: -1;
}

.column_single {
  background: #FFF;
  border-radius: 0.8vw;
  -moz-border-radius: 0.8vw;
  -webkit-border-radius: 0.8vw;
  margin: -20vw auto 0 auto;
  padding-top: 4.2vw;
  width: 98vw;
}

.column_single .column_single_inner {
  margin-left: 13.33vw;
  text-align: left;
}

.column_single .column_single_inner .column_single_data {
  color: #757575;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(0.9rem, 0.5vw, 100px);
  letter-spacing: 0.025em;
  margin-bottom: 2.5vw;
}

.column_single .column_single_inner .column_single_category {
  color: #666;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8vw;
  margin-bottom: 2.3vw;
}

.column_single .column_single_inner .heading {
  color: #444343;
  font-family: "丸明Yoshino StdN R", serif;
  font-feature-settings: "palt" 1;
  font-size: 1.8vw;
  letter-spacing: 0.35em;
  margin-bottom: 2.3vw;
}

.column_single .column_single_inner .column_single_copy {
  color: #8c8c8c;
  font-family: "丸明Yoshino StdN R", serif;
  font-feature-settings: "palt" 1;
  font-size: 1.1vw;
  letter-spacing: 0.05em;
  margin-bottom: 4.0vw;
}

.column_single .column_single_inner .column_single_copy br {
  display: none;
}

.column_single .column_single_inner .column_single_tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 7vw;
  width: 20vw;
}

.column_single .column_single_inner .column_single_tag li {
  margin: 0 5px 10px 0;
}

.column_single .column_single_inner .column_single_tag a {
  background: #f5f5f0;
  border: 0.06vw solid #e8e8e8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #666;
  display: block;
  font-family: "丸明Yoshino StdN R", serif;
  font-feature-settings: "palt" 1;
  font-size: clamp(0.7rem, 0.5vw, 100px);
  padding: 0.1em 0.5em;
}

.column_single .column_single_inner .column_single_index .page_ttl {
  color: #666;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.65vw;
  line-height: 1.0;
  margin-bottom: 2.5vw;
  padding: 2.75vw 0;
  position: relative;
}

.column_single .column_single_inner .column_single_index .page_ttl::before {
  border-radius: 100px;
  content: "";
  height: 1.7vw;
  left: 2.1vw;
  top: 0;
  position: absolute;
  width: 1.7vw;
}

.column_single .column_single_inner .column_single_index .page_ttl.column_voice::before,
.column_single .column_single_inner .column_single_index .page_ttl.vkmez4g69p_4_voice::before {
  background: #7691a0;
}

.column_single .column_single_inner .column_single_index .page_ttl.column_house::before,
.column_single .column_single_inner .column_single_index .page_ttl.vkmez4g69p_4_house::before {
  background: #c0bc4c;
}

.column_single .column_single_inner .column_single_index .page_ttl.column_life::before,
.column_single .column_single_inner .column_single_index .page_ttl.vkmez4g69p_4_life::before {
  background: #b7a99c;
}

.column_single .column_single_inner .column_single_index .page_ttl.column_design::before,
.column_single .column_single_inner .column_single_index .page_ttl.vkmez4g69p_4_design::before {
  background: #c9cbcc;
}

.column_single .column_single_inner .column_single_index .page_ttl svg {
  aspect-ratio: 46 / 21;
  bottom: 0;
  fill: currentColor;
  color: #ADADAD;
  left: 1.5vw;
  position: absolute;
  width: 2.8vw;
}

.column_single .column_single_inner .column_single_index .page_ttl_jp {
  color: #585656;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(0.8rem, 0.72vw, 100px);
}

.column_single .column_single_inner .column_single_index ol {
  color: #726e6e;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(0.8rem, 0.66vw, 100px);
  margin: 1.2vw auto 6.6vw auto;
}

.column_single .column_single_inner .column_single_index ol a {
  color: #726e6e;
  text-decoration: underline;
}

.column_single .column_single_inner .column_single_content {
  margin-bottom: 12vw;
  margin-top: -6vw;
  padding-top: 6vw;
  position: relative;
}

.column_single .column_single_inner .column_single_content::before {
  background: #FCFCFC;
  border-bottom-left-radius: 0.85vw;
  border-top-left-radius: 0.85vw;
  content: "";
  display: block;
  height: calc(100% + 4.3vw);
  left: -6.17vw;
  position: absolute;
  top: 2.1vw;
  width: calc(100% + 7.17vw);
  z-index: 0;
}

.column_single .column_single_inner .column_single_content .column_single_image {
  margin-bottom: 5vw;
  position: relative;
  width: 48.3vw;
  z-index: 1;
}

.column_single .column_single_inner .column_single_content .column_single_image img {
  aspect-ratio: 792 / 530;
  object-fit: cover;
  width: 100%;
}

.column_single .column_single_inner .column_single_content .column_single_text {
  position: relative;
  width: 48.3vw;
  z-index: 1;
}

.column_single .column_single_inner .column_single_content .column_single_text .title {
  color: #444343;
  font-feature-settings: "palt" 1;
  font-size: 1.7vw;
  letter-spacing: 0.035em;
  margin-bottom: 3vw;
}

.column_single .column_single_inner .column_single_content .column_single_text .text {
  color: #000;
  font-feature-settings: "palt" 1;
  font-size: 0.98vw;
  letter-spacing: 0.025em;
  line-height: 2.7;
}

.column_interview {
  margin-bottom: 8.2vw;
}

.column_interview .page_ttl {
  color: #666;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.65vw;
  letter-spacing: 0;
  line-height: 1.0;
  margin-bottom: 4.3vw;
}

.column_interview .interviewer {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  width: 48.3vw;
}

.column_interview .interviewee {
  display: flex;
  justify-content: space-between;
  margin-left: 6.3vw;
  width: 48.3vw;
}

.column_interview .interviewer .interviewer_ico {
  position: relative;
  text-align: center;
  width: 4.3vw;
}

.column_interview .interviewer .interviewer_ico::after {
  content: "interviewer";
  color: #FFF;
  font-size: 0.65vw;
  display: block;
  height: 4.3vw;
  letter-spacing: 0;
  line-height: 4.3vw;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  position: absolute;
  width: 4.3vw;
}

.column_interview .interviewer .interviewer_ico img {
  filter: grayscale(100%);
}

.column_interview .interviewee .interviewee_ico {
  color: #333;
  font-size: 0.72vw;
  text-align: center;
  width: 4.3vw;
}

.column_interview .interviewer .interviewer_ico img,
.column_interview .interviewee .interviewee_ico img {
  border-radius: 5vw;
  -moz-border-radius: 5vw;
  -webkit-border-radius: 5vw;
  height: 4.3vw;
  margin-bottom: 5px;
  object-fit: cover;
  width: 4.3vw;
}

.column_interview .interviewer .interviewer_txt,
.column_interview .interviewee .interviewee_txt {
  border-radius: 3px;
  font-family: YuGothic, "Yu Gothic medium", "游ゴシック", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.7vw;
  font-weight: bold;
  line-height: 1.875;
  margin-bottom: 3.5vw;
  padding: 0.55vw 6.66vw 0.55vw 2.9vw;
  position: relative;
  width: 42vw;
}

.column_interview .interviewer .interviewer_txt {
  background: #F2F2F2;
}

.column_interview .interviewee .interviewee_txt {
  background: #E6EAED;
}

.column_interview .interviewer .interviewer_txt::before,
.column_interview .interviewee .interviewee_txt::before {
  content: "";
  position: absolute;
  top: 1.0vw;
  border: 1.0vw solid transparent;
  transform: scale(1.0, 0.6);
}

.column_interview .interviewer .interviewer_txt::before {
  border-right: 1.0vw solid #F2F2F2;
  left: -1.96vw;
}

.column_interview .interviewee .interviewee_txt::before {
  border-left: 1.0vw solid #E6EAED;
  right: -1.96vw;
}

.column_interview .interview_img {
  color: #555;
  font-family: YuGothic, "Yu Gothic medium", "游ゴシック", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.7vw;
  font-weight: bold;
  line-height: 1.875;
  margin: 0 0 3.5vw 6.3vw;
  text-align: center;
  width: 42vw;
}

.column_interview .interview_img img {
  aspect-ratio: 16 / 9;
  border-radius: 1vw;
  -moz-border-radius: 1vw;
  -webkit-border-radius: 1vw;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.column_interview .interview_img p {
  margin-top: 1.0em;
}

.back_column {
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1vw;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.0;
  margin-bottom: 10vw;
  margin-left: 14.33vw;
  margin-right: 3.8vw;
  margin-top: 6.5vw;
  width: 81.87vw;
  white-space: nowrap;
}

.back_column a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(0.8rem, 0.66vw, 100px);
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  margin-right: 3.36vw;
}

.back_column a:hover {
  opacity: 1;
}

.back_column a .arrow {
  border: 1px solid #A9A7A7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6vw;
  margin-left: 1.65vw;
  transition: all .5s;
  width: 6vw;
}

.back_column a:hover .arrow {
  transform: scale(0.9);
  transition: all .5s;
}

.back_column .arrow svg {
  fill: currentColor;
  color: #A9A7A7;
  transform: rotate(90deg);
  width: 48%;
}

.back_column .bar {
  background: #CCC;
  flex: 1;
  height: 1px;
}

.index_columns.index_page .columns_list .columns_list_slide {
  width: 92.72vw;
}

.index_columns.index_page .columns_list .columns_list_slide .columns_single_splide {
  width: 112.8vw;
}

@media (max-width: 768px) {
  .column_single {
    padding-top: 6vw;
    width: 96vw;
  }

  .column_single .column_single_inner {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
  }

  .column_single .column_single_inner .column_single_category {
    font-size: 1.4rem;
  }

  .column_single .column_single_inner .heading {
    font-size: 1.8rem;
  }

  .column_single .column_single_inner .column_single_copy {
    font-size: 1.0rem;
    margin-bottom: 7.0vw;
  }

  .column_single .column_single_inner .column_single_tag {
    margin-bottom: 10vw;
    width: 100%;
  }

  .column_single .column_single_inner .column_single_index .page_ttl {
    font-size: 5.3vw;
    margin-bottom: 5vw;
    padding: 5.5vw 0;
  }

  .column_single .column_single_inner .column_single_index .page_ttl::before {
    height: 3.4vw;
    left: 4.2vw;
    width: 3.4vw;
  }

  .column_single .column_single_inner .column_single_index .page_ttl svg {
    left: 3.0vw;
    width: 5.6vw;
  }

  .column_single .column_single_inner .column_single_content {
    margin-bottom: 20vw;
    margin-top: 0;
    padding-top: 12vw;
    position: relative;
  }

  .column_single .column_single_inner .column_single_content::before {
    border-bottom-left-radius: 1.7vw;
    border-top-left-radius: 1.7vw;
    height: calc(100% + 7vw);
    width: 96.17vw;
  }

  .column_single .column_single_inner .column_single_content .column_single_image {
    margin-bottom: 7vw;
    width: 100%;
  }

  .column_single .column_single_inner .column_single_content .column_single_text {
    width: 100%;
  }

  .column_single .column_single_inner .column_single_content .column_single_text .title {
    font-size: 1.5rem;
  }

  .column_single .column_single_inner .column_single_content .column_single_text .text {
    font-size: 0.9rem;
  }

  .column_interview .page_ttl {
    font-size: 5.3vw;
    margin-bottom: 6.0vw;
  }

  .column_interview .interviewer,
  .column_interview .interviewee {
    margin-left: 0;
    width: 80vw;
  }

  .column_interview .interviewer .interviewer_ico {
    margin-right: 3vw;
    width: 10vw;
  }

  .column_interview .interviewee .interviewee_ico {
    font-size: 1.1rem;
    margin-left: 3vw;
    width: 10vw;
  }

  .column_interview .interviewer .interviewer_ico img,
  .column_interview .interviewee .interviewee_ico img {
    border-radius: 10vw;
    height: 10vw;
    width: 10vw;
  }

  .column_interview .interviewer .interviewer_txt,
  .column_interview .interviewee .interviewee_txt {
    border-radius: 3vw;
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 7vw;
    padding: 4vw;
    width: 67vw;
  }

  .column_interview .interviewer .interviewer_txt::before,
  .column_interview .interviewee .interviewee_txt::before {
    top: 2.5vw;
    border: 3vw solid transparent;
  }

  .column_interview .interviewer .interviewer_txt::before {
    border-right: 3vw solid #F2F2F2;
    left: -5vw;
  }

  .column_interview .interviewee .interviewee_txt::before {
    border-left: 3vw solid #E6EAED;
    right: -5vw;
  }

  .column_interview .interview_img {
    font-size: 1.3rem;
    font-weight: normal;
    width: 80vw;
  }

  .column_interview .interview_img img {
    border-radius: 2vw;
    -moz-border-radius: 2vw;
    -webkit-border-radius: 2vw;
  }

  .column_interview .interview_img p {
    margin-top: 0.5em;
  }

  .back_column {
    margin-bottom: 15vw;
    margin-left: 10vw;
    margin-right: 0;
    margin-top: 10vw;
    width: 90vw;
  }

  .back_column a:hover .arrow {
    transform: scale(1.0);
    transition: all .5s;
  }

  .index_columns.index_page .columns_list .columns_list_slide .columns_single_splide .splide__list li {
    width: 42.5vw !important;
  }

  .index_columns.index_page .columns_list .columns_list_slide,
  .index_columns.index_page .columns_list .columns_list_slide .columns_single_splide {
    width: 100vw;
  }
}

.archive-pg .archive-main,
.archive-pg .archive-main img {
  aspect-ratio: 1616 / 895;
  border-bottom-left-radius: 0.5vw;
  border-top-left-radius: 0.5vw;
  height: 54.74vw;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  width: 98.84vw;
}

.archive-pg .archive-main {
  overflow: hidden;
}

.archive-pg .archive-main img {
  opacity: 0;
  transform: scale(1.1);
  filter: blur(6px);
  animation: fadeZoom 3.0s ease forwards;
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(1.1);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

.archive-pg .archive-category {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.18em;
  margin-bottom: 3.18vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(7.82vw - 160px);
  padding-top: 160px;
  padding-bottom: 2.75vw;
  width: 85.25vw;
}

.archive-pg .archive-category .archive-title {
  color: #353535;
  font-size: 1.39vw;
}

.archive-pg .archive-category .archive-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.1vw;
}

.archive-pg .archive-category .archive-list ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.archive-pg .archive-category .archive-list li {
  padding: 0 1.0em 0 0.3em;
  position: relative;
}

.archive-pg .archive-category .archive-list li::after {
  color: #9e9e9e;
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}

.archive-pg .archive-category .archive-list li:last-child:after {
  display: none;
}

.archive-pg .archive-category .archive-list li a {
  color: #9e9e9e;
  border-radius: 0.3vw;
  display: inline-block;
  line-height: 1.5;
  padding: 0 1.5em 0.15em 1.5em;
  transition: all 0.3s;
}

.archive-pg .archive-category .archive-list li.active a,
.archive-pg .archive-category .archive-list li a:hover {
  color: #FFF;
  background: #C3C3C3;
  opacity: 1.0;
  transition: all 0.6s;
}

.archive-pg .archive-category .archive-list .archive-search {
  margin-right: 1.1vw;
}

.archive-pg .archive-category .archive-list .archive-search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 11.68vw;
}

.archive-pg .archive-category .archive-list .archive-search form label {
  width: 9.48vw;
}

.archive-pg .archive-category .archive-list .archive-search form .search-field {
  border: 1px solid #D5D5D5;
  border-right: none;
  border-bottom-left-radius: 0.3vw;
  border-top-left-radius: 0.3vw;
  color: #9e9e9e;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 1.0vw;
  padding: 0.2em 0.7em;
}

.archive-pg .archive-category .archive-list .archive-search form .search-submit {
  cursor: pointer;
  margin-left: -0.8vw;
  width: 3vw;
  z-index: 1;
}

.archive-pg .archive-category-sub ul {
  display: flex;
  justify-content: center;
  margin-bottom: 3.18vw;
  margin-left: auto;
  margin-right: auto;
}

.archive-pg .archive-category-sub li {
  margin-left: 1.1vw;
  margin-right: 1.1vw;
}

.archive-pg .archive-category-sub a {
  color: #9e9e9e;
  display: inline-block;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 0.86vw;
  letter-spacing: 0.18em;
  padding-bottom: 0.2em;
  position: relative;
  text-align: center;
  min-width: 3.8vw;
}

.archive-pg .archive-category-sub a::after {
  background: #dcdcdc;
  bottom: 0;
  content: "";
  height: 2px;
  left: calc(50% - 1.9vw);
  position: absolute;
  transition: all 0.6s;
  width: 3.8vw;
}

.archive-pg .archive-category-sub a:hover {
  opacity: 1.0;
}

.archive-pg .archive-category-sub a:hover::after,
.archive-pg .archive-category-sub .active a::after {
  background: #c0bc4c;
  opacity: 1.0;
  transition: all 0.6s;
}

.archive-pg .archive-tag {
  margin-bottom: 8.0vw;
}

.archive-pg .archive-tag .archive-tag-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 0.58vw;
  padding-top: 4.5em;
  position: relative;
}

.archive-pg .archive-tag .archive-tag-popular {
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

.archive-pg .archive-tag .archive-tag-popular a,
.archive-pg .archive-tag .archive-tag-all .archive-tag-all-list a {
  border: 0.5px solid #ddd;
  border-radius: 3px;
  background: #FFF;
  color: #6d6d6d;
  display: inline-block;
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
  padding: 0 1.0em;
  transition: all 0.5s;
}

.archive-pg .archive-tag .archive-tag-popular a {
  margin: 0.5vw;
}

.archive-pg .archive-tag .archive-tag-all .archive-tag-all-list a {
  margin: 0.2vw;
}

.archive-pg .archive-tag .archive-tag-popular a:hover,
.archive-pg .archive-tag .archive-tag-all .archive-tag-all-list a:hover {
  background: #DDD;
  transition: all 0.5s;
}

.archive-pg .archive-tag .archive-tag-popular span {
  border: 0.5px solid #C3C3C3;
  background: #C3C3C3;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: '丸明Yoshino StdN R', serif;
  margin: 0.5vw;
  padding: 0 1.0em;
}

.archive-pg .archive-tag .archive-tag-all .archive-tag-all-list {
  background: #F5F5F5;
  border-radius: 0.5vw;
  padding: 0 1.0vw;
  width: 85.25vw;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}

.archive-pg .archive-tag .archive-tag-all .archive-tag-all-list.show {
  padding: 0.5vw 1.0vw;
  max-height: 300px;
  /* 必要に応じて調整 */
  transition: all 0.6s ease;
}

.archive-pg .column-archive-list {
  display: flex;
  gap: 2.74vw;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 94.82vw;
}

.archive-pg .column-archive-list .column-list-box {
  margin-bottom: 6.56vw;
  width: 21.65vw;
}

.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_visit .life,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_visit .house,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_visit .design,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_visit .voice,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_life .visit,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_life .house,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_life .design,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_life .voice,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_house .visit,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_house .life,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_house .design,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_house .voice,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_design .visit,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_design .life,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_design .house,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_design .voice,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_voice .visit,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_voice .life,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_voice .house,
.archive-pg .column-archive-list .column-list-box.vkmez4g69p_4_voice .design {
  display: none;
}

.archive-pg .column-archive-list .column-list-box a {
  display: block;
}

.archive-pg .column-archive-list .column-list-box a:hover {
  opacity: 1.0;
}

.archive-pg .column-archive-list .column-list-box>a>ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.9vw;
}

.archive-pg .column-archive-list .column-list-box .category_jp {
  line-height: 1.0;
}

.archive-pg .column-archive-list .column-list-box .category_jp div {
  color: #454545;
  font-size: 0.86vw;
  letter-spacing: 0.3em;
  padding-left: 1.95vw;
  position: relative;
}

.archive-pg .column-archive-list .column-list-box .category_jp div::before {
  border-radius: 100px;
  content: "";
  height: 0.6vw;
  left: 0.3vw;
  position: absolute;
  top: 0.05vw;
  width: 0.6vw;
}

.archive-pg .column-archive-list .column-list-box .category_jp .visit::before {
  background: #DDD;
}

.archive-pg .column-archive-list .column-list-box .category_jp .life::before {
  background: #b7a99c;
}

.archive-pg .column-archive-list .column-list-box .category_jp .house::before {
  background: #c0bc4c;
}

.archive-pg .column-archive-list .column-list-box .category_jp .design::before {
  background: #c9cbcc;
}

.archive-pg .column-archive-list .column-list-box .category_jp .voice::before {
  background: #7691a0;
}

.archive-pg .column-archive-list .column-list-box .time {
  color: #9a9a9a;
  font-size: 0.52vw;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

.archive-pg .column-archive-list .column-list-box .images,
.archive-pg .column-archive-list .column-list-box .images img {
  aspect-ratio: 420 / 590;
  border-bottom-right-radius: 0.36vw;
  border-top-right-radius: 0.36vw;
  object-fit: cover;
  overflow: hidden;
  transform: scale(1.00);
  transition: all 0.5s;
  width: 21.65vw;
}

.archive-pg .column-archive-list .column-list-box:hover .images img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.archive-pg .column-archive-list .column-list-box .category_en {
  color: #454545;
  font-size: 0.57vw;
  letter-spacing: 0.025em;
  line-height: 1.0;
  margin-bottom: 1.0vw;
  margin-top: 1.28vw;
}

.archive-pg .column-archive-list .column-list-box .column-title {
  color: #343434;
  font-size: 0.75vw;
  letter-spacing: 0;
  height: 3.5em;
  margin-bottom: 1.0vw;
  overflow: hidden;
}

.archive-pg .column-archive-list .column-list-box .tax-cate a {
  border: 0.5px solid #e5e5e5;
  border-radius: 3px;
  color: #a3a3a3;
  display: inline-block;
  font-size: 0.52vw;
  letter-spacing: 0.025em;
  margin-right: 1.0em;
  padding: 0 1.0em;
  transition: all 0.5s;
}

.archive-pg .column-archive-list .column-list-box .tax-cate a:hover {
  background: #e5e5e5;
  opacity: 1.0;
  transition: all 0.5s;
}

.archive-pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.archive-pagenavi .wp-pagenavi .current {
  color: #454545;
  font-size: 0.75vw;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 1px;
  margin-left: 0.2vw !important;
  margin-right: 0.2vw !important;
}

.archive-pagenavi .wp-pagenavi a {
  color: #a0a0a0;
  font-size: 0.6vw;
  letter-spacing: 0.05em;
  margin-left: 0.2vw !important;
  margin-right: 0.2vw !important;
}

.archive-pagenavi .wp-pagenavi .nextpostslink {
  background-color: none;
  background: url(../image/arrow_next.svg) no-repeat;
  background-size: cover;
  height: 21px;
  margin-left: 2.3vw !important;
  width: 9px;
}

.archive-pagenavi .wp-pagenavi .previouspostslink {
  background-color: none;
  background: url(../image/arrow_prev.svg) no-repeat;
  background-size: cover;
  height: 21px;
  margin-right: 2.3vw !important;
  width: 9px;
}

.archive-pagenavi .wp-pagenavi .nextpostslink::after,
.archive-pagenavi .wp-pagenavi .previouspostslink::after {
  display: none;
}

.archive-pg .archive-tag-title {
  color: #454545;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4vw;
  margin-bottom: 3.0vw;
  margin-top: 3.0vw;
  text-align: center;
}

@media (max-width: 768px) {

  .archive-pg .archive-main,
  .archive-pg .archive-main img {
    border-bottom-left-radius: 2.5vw;
    border-top-left-radius: 2.5vw;
    height: auto;
    width: 95vw;
  }

  .archive-pg .archive-category {
    flex-wrap: wrap;
    margin-bottom: 4vw;
    margin-top: calc(7.82vw - 60px);
    padding-top: 60px;
    width: 90vw;
  }

  .archive-pg .archive-category .archive-title {
    font-size: 1.5rem;
    width: 100%;
  }

  .archive-pg .archive-category .archive-list {
    flex-wrap: wrap;
    font-size: 1.1rem;
    position: relative;
    width: 100%;
  }

  .archive-pg .archive-category .archive-list ul {
    justify-content: space-between;
    margin: 6vw 0 3vw 0;
    width: 100%;
  }

  .archive-pg .archive-category .archive-list li {
    padding: 0;
    position: relative;
  }

  .archive-pg .archive-category .archive-list li::after {
    display: none;
  }

  .archive-pg .archive-category .archive-list li a {
    border-radius: 3px;
    padding: 0 1.0em 0.15em 1.0em;
  }

  .archive-pg .archive-category .archive-list li.active a,
  .archive-pg .archive-category .archive-list li a:hover {
    color: #FFF;
    background: #C3C3C3;
    opacity: 1.0;
    transition: all 0.6s;
  }

  .archive-pg .archive-category .archive-list .archive-search {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: -6vw;
  }

  .archive-pg .archive-category .archive-list .archive-search form {
    width: 30vw;
  }

  .archive-pg .archive-category .archive-list .archive-search form label {
    width: 27vw;
  }

  .archive-pg .archive-category .archive-list .archive-search form .search-field {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 0.8rem;
    padding: 0.2em 0.7em;
    width: 100%;
  }

  .archive-pg .archive-category .archive-list .archive-search form .search-submit {
    margin-left: -2.5vw;
    width: 5.5vw;
  }

  .archive-pg .archive-category-sub ul {
    flex-wrap: wrap;
    margin-bottom: 5vw;
    width: 90vw;
  }

  .archive-pg .archive-category-sub li {
    margin: 1vw 0;
    width: 18vw;
  }

  .archive-pg .archive-category-sub a {
    display: block;
    font-size: 1.0rem;
    letter-spacing: 0.18em;
    padding-bottom: 0.5em;
    width: 100%;
  }

  .archive-pg .archive-category-sub a::after {
    height: 1px;
    left: calc(50% - 5vw);
    width: 10vw;
  }

  .archive-pg .archive-tag {
    margin-bottom: 12.0vw;
  }

  .archive-pg .archive-tag .archive-tag-list {
    flex-wrap: wrap;
    font-size: 0.8rem;
    padding-top: 0;
  }

  .archive-pg .archive-tag .archive-tag-popular {
    margin-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90vw;
  }

  .archive-pg .archive-tag .archive-tag-popular a:hover,
  .archive-pg .archive-tag .archive-tag-all .archive-tag-all-list a:hover {
    display: none;
  }

  .archive-pg .archive-tag .archive-tag-all .archive-tag-all-list {
    border-radius: 5px;
    padding: 0 5.0vw;
    width: 90vw;
  }

  .archive-pg .archive-tag .archive-tag-all .archive-tag-all-list.show {
    padding: 3.0vw 5.0vw;
    height: 200px;
    overflow: auto;
    visibility: visible;
  }

  .archive-pg .column-archive-list {
    gap: 5vw;
    width: 90vw;
  }

  .archive-pg .column-archive-list .column-list-box {
    margin-bottom: 9.3vw;
    width: 42.5vw;
  }

  .archive-pg .column-archive-list .column-list-box>a>ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.9vw;
  }

  .archive-pg .column-archive-list .column-list-box .category_jp {
    line-height: 1.0;
  }

  .archive-pg .column-archive-list .column-list-box .category_jp div {
    font-size: 0.8rem;
    padding-left: 3.5vw;
  }

  .archive-pg .column-archive-list .column-list-box .category_jp div::before {
    height: 1.2vw;
    left: 0.6vw;
    width: 1.2vw;
  }

  .archive-pg .column-archive-list .column-list-box .time {
    font-size: 0.7rem;
  }

  .archive-pg .column-archive-list .column-list-box .images,
  .archive-pg .column-archive-list .column-list-box .images img {
    border-bottom-right-radius: 2vw;
    border-top-right-radius: 2vw;
    width: 42.5vw;
  }

  .archive-pg .column-archive-list .column-list-box:hover .images img {
    transform: scale(1.00);
  }

  .archive-pg .column-archive-list .column-list-box .category_en {
    font-size: 0.7rem;
    margin-bottom: 2.0vw;
    margin-top: 3vw;
  }

  .archive-pg .column-archive-list .column-list-box .column-title {
    font-size: 1.0rem;
    height: 5.1em;
    margin-bottom: 1.0vw;
  }

  .archive-pg .column-archive-list .column-list-box .tax-cate {
    line-height: 1.3;
  }

  .archive-pg .column-archive-list .column-list-box .tax-cate a {
    font-size: 0.8rem;
  }

  .archive-pg .column-archive-list .column-list-box .tax-cate a:hover {
    display: none;
  }

  .archive-pagenavi .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .archive-pagenavi .wp-pagenavi .current {
    font-size: 1.1rem;
    margin-left: 0.9vw !important;
    margin-right: 0.9vw !important;
  }

  .archive-pagenavi .wp-pagenavi a {
    font-size: 0.9rem;
    margin-left: 0.9vw !important;
    margin-right: 0.9vw !important;
  }

  .archive-pg .archive-tag-title {
    font-size: 1.8rem;
  }
}