@charset "utf-8";

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
  --co_1: #000;
  --co_2: #fff;
  --co_3: #faf5eb;
  --co_4: #d4d4d4;
  --co_5: #646464;
  --co_6: #d78200;
}

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  /* iPhone */
  overflow-y: scroll;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: var(--co_1);
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  background-color: var(--co_3);
  overflow: hidden;
}

@media (min-width: 1000px) {
  body {
    min-width: 1220px;
    font-size: 15px;
  }
}

@media (max-width: 999px) {
  body {
    min-width: 320px;
    font-size: 13px;
  }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

/* ---------------------------------------------------- */
/* body_wrap */
/* ---------------------------------------------------- */
.body_wrap {
  max-height: 999999px;
  /* android chrome フォントサイズバグ回避 */
  opacity: 0;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
  .contents_wrap {
  }
}

@media (max-width: 999px) {
  .contents_wrap {
  }
}

/* ---------------------------------------------------- */
/* .header_1 */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
  .header_1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    transition: 0.3s ease-in-out;
    z-index: 100;
  }

  .header_1::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--co_2);
    opacity: 0;
    z-index: 20;
    transition: 0.3s ease-in-out;
    pointer-events: none;
  }

  .is_megamenu_show .header_1::before {
    opacity: 0.5;
  }

  .header_1 .header_inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: 0.3s ease-in-out;
  }

  .is_page_scr .header_1 .header_inner {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .header_1 .logo_1 {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 160px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }

  .is_page_scr .header_1 .logo_1 {
    opacity: 1;
    pointer-events: all;
  }

  .header_1 .logo_2 {
    position: absolute;
    left: 220px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 170px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }

  .is_page_scr .header_1 .logo_2 {
    opacity: 1;
    pointer-events: all;
  }

  .header_1 .logo_2::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -25px;
    display: block;
    width: 1px;
    height: 50px;
    background-color: var(--co_1);
  }

  .header_1 .btn_1 {
    content: "";
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 30px;
    color: var(--co_2);
    font-size: 12px;
    background-color: var(--co_6);
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }

  .is_page_scr .header_1 .btn_1 {
    opacity: 1;
    pointer-events: all;
  }

  .header_1 .nav_1 {
    position: absolute;
    right: 250px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }

  .is_page_scr .header_1 .nav_1 {
    opacity: 1;
    pointer-events: all;
  }

  .header_1 .nav_1 > ul {
    display: flex;
  }

  .header_1 .nav_1 > ul > li + li {
    margin-left: 20px;
  }

  .header_1 .nav_1 a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 12px;
  }

  .header_1 .btn_toggle_megamenu {
    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    z-index: 110;
  }

  .header_1 .btn_toggle_megamenu div {
    position: relative;
    width: 45px;
    height: 45px;
  }

  .header_1 .btn_toggle_megamenu div > span span,
  .header_1 .btn_toggle_megamenu div > span:before,
  .header_1 .btn_toggle_megamenu div > span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--co_2);
    transform-origin: center center;
    transition: 0.3s ease-in-out;
    transform-origin: center;
  }

  .is_page_scr .header_1 .btn_toggle_megamenu div > span span,
  .is_page_scr .header_1 .btn_toggle_megamenu div > span:before,
  .is_page_scr .header_1 .btn_toggle_megamenu div > span:after {
    background-color: var(--co_1);
  }

  .header_1 .btn_toggle_megamenu div > span span {
    transform: translateY(-1px);
  }

  .header_1 .btn_toggle_megamenu div > span:before {
    transform: translateY(-14px);
  }

  .header_1 .btn_toggle_megamenu div > span:after {
    width: 60%;
    transform: translateY(12px);
  }

  .header_1 .btn_toggle_megamenu:hover div > span:after {
    width: 100%;
  }

  .header_1 .btn_toggle_megamenu.is_show div > span span,
  .header_1 .btn_toggle_megamenu.is_show div > span:before,
  .header_1 .btn_toggle_megamenu.is_show div > span:after {
    width: 100% !important;
    background-color: var(--co_1);
  }

  .header_1 .btn_toggle_megamenu.is_show div > span span {
    transform: scaleX(0.5);
    opacity: 0;
  }

  .header_1 .btn_toggle_megamenu.is_show div > span:before {
    transform: translateY(-50%) rotate(-45deg);
  }

  .header_1 .btn_toggle_megamenu.is_show div > span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .header_1 .toggle_megamenu_wrap {
    position: fixed;
    right: 0;
    top: 0;
    width: 1000px;
    height: 100%;
    background-color: #faf5eb;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    transition: 0.3s ease-in-out;
    transform: translateX(105%);
    opacity: 1;
  }

  .is_megamenu_show .header_1 .toggle_megamenu_wrap {
    transform: translateX(0);
    opacity: 1;
  }

  .header_1 .toggle_megamenu_wrap .toggle_inner {
    padding: 140px;
  }

  .header_1 .nav_2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -100px;
  }

  .header_1 .nav_2 > ul {
    margin-right: 80px;
  }

  .header_1 .nav_2 > ul:nth-of-type(2) {
    margin-right: 0;
  }

  .header_1 .nav_2 > ul > li + li {
    margin-top: 40px;
  }

  .header_1 .nav_2 > ul > li > a {
    display: block;
    position: relative;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }

  .header_1 .nav_2 > ul > li > a > .en {
    display: block;
    font-size: 35px;
    font-weight: 300;
  }

  .header_1 .nav_2 > ul > li > a > .ja {
    display: block;
    font-size: 13px;
  }

  .header_1 .nav_2 > ul > li > ul > li {
    position: relative;
    margin-top: 15px;
  }

  .header_1 .nav_2 > ul > li > ul > li > a {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
  }

  .header_1 .nav_2 > ul > li > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: var(--co_1);
    transition: 0.3s ease-in-out;
    transform-origin: center;
  }

  .header_1 .nav_2 > ul > li > ul > li > ul > li {
    margin-top: 15px;
  }

  .header_1 .nav_2 > ul > li > ul > li > ul > li > a {
    padding-left: 25px;
    font-size: 14px;
  }
}

@media (max-width: 999px) {
  .header_1 {
    height: 0;
  }

  .header_1 .logo_1 {
    display: none;
  }

  .header_1 .logo_2 {
    display: none;
  }

  .header_1 .btn_1 {
    display: none;
  }

  .header_1 .nav_1 {
    display: none;
  }

  .header_1 .btn_toggle_megamenu {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--co_2);
    outline: none;
    z-index: 110;
  }

  .header_1 .btn_toggle_megamenu.is_show {
    background-color: transparent;
  }

  .header_1 .btn_toggle_megamenu div {
    position: relative;
    width: 28px;
    height: 28px;
  }

  .header_1 .btn_toggle_megamenu div > span span,
  .header_1 .btn_toggle_megamenu div > span:before,
  .header_1 .btn_toggle_megamenu div > span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--co_1);
    transform-origin: center center;
    transition: 0.3s ease-in-out;
    transform-origin: center;
  }

  .header_1 .btn_toggle_megamenu div > span span {
    transform: translateY(-1px);
  }

  .header_1 .btn_toggle_megamenu div > span:before {
    transform: translateY(-8px);
  }

  .header_1 .btn_toggle_megamenu div > span:after {
    width: 60%;
    transform: translateY(6px);
  }

  .header_1 .btn_toggle_megamenu.is_show div > span span,
  .header_1 .btn_toggle_megamenu.is_show div > span:before,
  .header_1 .btn_toggle_megamenu.is_show div > span:after {
    width: 100% !important;
    background-color: var(--co_1);
  }

  .header_1 .btn_toggle_megamenu.is_show div > span span {
    transform: scaleX(0.5);
    opacity: 0;
  }

  .header_1 .btn_toggle_megamenu.is_show div > span:before {
    transform: translateY(-50%) rotate(-45deg);
  }

  .header_1 .btn_toggle_megamenu.is_show div > span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .header_1 .toggle_megamenu_wrap {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #faf5eb;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    transition: 0.3s ease-in-out;
    transform: translateX(105%);
    opacity: 0;
  }

  .is_megamenu_show .header_1 .toggle_megamenu_wrap {
    transform: translateX(0);
    opacity: 1;
  }

  .header_1 .toggle_megamenu_wrap .toggle_inner {
    padding: 60px 35px 100px;
  }

  .header_1 .nav_2 > ul + ul {
    margin-top: 30px;
  }

  .header_1 .nav_2 > ul > li + li {
    margin-top: 30px;
  }

  .header_1 .nav_2 > ul > li > a {
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }

  .header_1 .nav_2 > ul > li > a > .en {
    display: block;
    font-size: 22px;
    font-weight: 300;
  }

  .header_1 .nav_2 > ul > li > a > .ja {
    margin-left: 20px;
    display: block;
    font-size: 13px;
  }

  .header_1 .nav_2 > ul > li > ul > li {
    position: relative;
    margin-top: 10px;
  }

  .header_1 .nav_2 > ul > li > ul > li > a {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
  }

  .header_1 .nav_2 > ul > li > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 1px;
    background-color: var(--co_1);
    transition: 0.3s ease-in-out;
    transform-origin: center;
  }

  .header_1 .nav_2 > ul > li > ul > li > i {
    position: absolute;
    left: 170px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--co_1);
    border-right: 2px solid var(--co_1);
    transform: rotate(135deg);
    transition: 0.3s ease-in-out;
  }

  .header_1 .nav_2 > ul > li > ul > li > i.is_show {
    transform: rotate(-45deg);
  }

  .header_1 .nav_2 > ul > li > ul > li > ul {
    display: none;
  }

  .header_1 .nav_2 > ul > li > ul > li > ul > li {
    margin-top: 10px;
  }

  .header_1 .nav_2 > ul > li > ul > li > ul > li > a {
    padding-left: 25px;
    font-size: 11px;
  }
}

/* ---------------------------------------------------- */
/* .footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 530px;
  border-top: 1px solid var(--co_1);
}

.footer_1 .footer_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 100%;
}

.footer_1 .logo_1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
}

.footer_1 .overview_1 {
  position: absolute;
  left: 400px;
  top: 0;
}

.footer_1 .logo_2 {
  margin-bottom: 10px;
  width: 250px;
}

.footer_1 .desc_1 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.footer_1 .tel_1 {
  display: flex;
  align-items: center;
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.footer_1 .tel_1 span {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
}

.footer_1 .img_1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
}

.footer_1 .img_2 {
  position: absolute;
  left: 400px;
  top: 140px;
  width: 520px;
}

.footer_1 .nav_1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer_1 .nav_1 > ul {
  display: flex;
}

.footer_1 .nav_1 > ul > li + li {
  margin-left: 30px;
}

.footer_1 .nav_1 a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--co_1);
  font-size: 14px;
  font-weight: 700;
}

.footer_1 .nav_1 a::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/ico/blank_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer_1 .copyright_1 {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}

@media (min-width: 1000px) {
  .footer_1 .nav_2 {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 200;
  }

  .footer_1 .nav_2 > ul > li:nth-child(1) {
    display: none;
  }

  .footer_1 .nav_2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 200px;
    color: var(--co_2);
    font-size: 19px;
    line-height: 1;
    writing-mode: vertical-rl;
    background-color: var(--co_6);
    border-radius: 5px 0 0 5px;
  }
}

@media (max-width: 999px) {
  .footer_1 {
    padding-top: 20px;
    padding-bottom: 100px;
    height: auto;
  }

  .footer_1 .footer_inner {
    width: calc(100% - 60px);
    height: auto;
  }

  .footer_1 .logo_1 {
    position: static;
    margin: 0 auto 20px;
    width: 150px;
  }

  .footer_1 .overview_1 {
    position: static;
    margin-bottom: 20px;
  }

  .footer_1 .logo_2 {
    margin: 0 auto 10px;
    width: 160px;
  }

  .footer_1 .desc_1 {
    font-size: 11px;
    text-align: center;
  }

  .footer_1 .tel_1 {
    justify-content: center;
    font-size: 20px;
  }

  .footer_1 .tel_1 span {
    font-size: 11px;
  }

  .footer_1 .img_1 {
    position: static;
    margin: 0 auto 5px;
    width: 70%;
  }

  .footer_1 .img_2 {
    position: static;
    margin: 0 auto 20px;
    width: auto;
  }

  .footer_1 .nav_1 {
    position: static;
    margin: 0 auto 40px;
    width: max-content;
    max-width: 100%;
  }

  .footer_1 .nav_1 > ul {
    display: block;
  }

  .footer_1 .nav_1 > ul > li + li {
    margin-left: 0;
    margin-top: 10px;
  }

  .footer_1 .nav_1 a {
    font-size: 11px;
  }

  .footer_1 .nav_2 {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 80px;
    z-index: 200;
    transition: 0.3s ease-in-out;
    transform: translateY(101%);
  }

  .is_megamenu_show .footer_1 .nav_2,
  .is_page_scr .footer_1 .nav_2 {
    transform: translateY(0);
  }

  .footer_1 .nav_2 > ul {
    display: flex;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
  }

  .footer_1 .nav_2 > ul > li {
    position: relative;
    width: calc(100% / 2);
    height: 100%;
  }

  .footer_1 .nav_2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--co_2);
    font-size: 15px;
    line-height: 1;
  }

  .footer_1 .nav_2 > ul > li:nth-child(1) a {
    background-color: var(--co_1);
  }

  .footer_1 .nav_2 > ul > li:nth-child(2) a {
    background-color: var(--co_6);
  }

  .footer_1 .copyright_1 {
    position: static;
    font-size: 11px;
    text-align: center;
  }
}

/* ---------------------------------------------------- */
/* .sec_mv_wrap */
/* ---------------------------------------------------- */
@keyframes swiper_1 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

@keyframes swiper_2 {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swiper_3 {
  0% {
    transform: translate(-8%, -8%) scale(1.15);
  }

  100% {
    transform: translate(0%, 0%) scale(1.15);
  }
}

@keyframes swiper_4 {
  0% {
    transform: translate(8%, -8%) scale(1.15);
  }

  100% {
    transform: translate(0%, 0%) scale(1.15);
  }
}

@keyframes ttl_1 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sec_mv_wrap .mv_wrap_1 {
  position: relative;
  background-image: url(../img/mv/slide_1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_mv_wrap .mv_wrap_1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--co_1);
  opacity: 0.25;
  z-index: 2;
}

/* .sec_mv_wrap .mv_wrap_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    
    z-index: 2;
} */

.sec_mv_wrap .swiper-container,
.sec_mv_wrap .swiper-wrapper,
.sec_mv_wrap .swiper-slide {
  height: 100%;
}

.sec_mv_wrap .swiper-slide {
  overflow: hidden;
  background-color: var(--co_1);
}

.sec_mv_wrap .swiper-slide-active .slide_img,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_img,
.sec_mv_wrap .swiper-slide-prev .slide_img {
  height: 100%;
  background-position: center;
  background-size: cover;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-direction: normal;
  opacity: 0.8;
}

.sec_mv_wrap .swiper-slide-active .slide_ef_1,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_ef_1,
.sec_mv_wrap .swiper-slide-prev .slide_ef_1 {
  animation-name: swiper_1;
}

.sec_mv_wrap .swiper-slide-active .slide_ef_2,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_ef_2,
.sec_mv_wrap .swiper-slide-prev .slide_ef_2 {
  animation-name: swiper_2;
}

.sec_mv_wrap .swiper-slide-active .slide_ef_3,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_ef_3,
.sec_mv_wrap .swiper-slide-prev .slide_ef_3 {
  animation-name: swiper_3;
}

.sec_mv_wrap .swiper-slide-active .slide_ef_4,
.sec_mv_wrap .swiper-slide-duplicate-active .slide_ef_4,
.sec_mv_wrap .swiper-slide-prev .slide_ef_4 {
  animation-name: swiper_4;
}

.sec_mv_wrap .logo_1 {
  position: absolute;
  left: 50%;
  bottom: 85px;
  transform: translateX(-50%);
  width: 330px;
  z-index: 3;
}

.sec_mv_wrap .logo_1 a {
  display: block;
}

.sec_mv_wrap .ttl_1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 530px;
  z-index: 3;
}

.sec_mv_wrap .ttl_2 {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 230px;
  z-index: 3;
}

.sec_mv_wrap .ttl_3 {
  position: absolute;
  left: 30px;
  bottom: 120px;
  width: 220px;
  z-index: 3;
}

.sec_mv_wrap .btn_1 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 50px;
  color: var(--co_2);
  border: 1px solid var(--co_2);
  border-radius: 30px;
  z-index: 3;
}

.sec_mv_wrap .btn_1::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--co_2);
  transition: 0.3s ease-in-out;
}

@media (min-width: 1000px) and (orientation: portrait) {
  .sec_mv_wrap .mv_wrap_1 {
    max-height: 50vh;
  }
}

@media (min-width: 1000px) {
  .sec_mv_wrap .btn_1:hover::after {
    right: -30px;
  }
}

@media (max-width: 999px) {
  .sec_mv_wrap .mv_wrap_1 {
    min-height: 400px;
    background-image: url(../img/mv/slide_1_sp.jpg);
  }

  .sec_mv_wrap .logo_1 {
    bottom: auto;
    top: calc(50% + 50px);
    width: 150px;
  }

  .sec_mv_wrap .ttl_1 {
    top: calc(50% - 100px);
    transform: translateX(-50%);
    width: 240px;
  }

  .sec_mv_wrap .ttl_2 {
    left: 20px;
    top: 20px;
    width: 140px;
  }

  .sec_mv_wrap .ttl_3 {
    left: 20px;
    bottom: 20px;
    width: 130px;
  }

  .sec_mv_wrap .btn_1 {
    left: auto;
    right: 20px;
    bottom: 50px;
    width: 180px;
    height: 35px;
  }

  .sec_mv_wrap .btn_1::after {
    right: -15px;
    width: 30px;
  }
}

/* ---------------------------------------------------- */
/* .sec_pickup_wrap */
/* ---------------------------------------------------- */
.sec_pickup_wrap {
  padding-top: 100px;
}

.sec_pickup_wrap .event_1 {
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 40px 0;
  color: var(--co_2);
  background-color: var(--co_5);
  overflow: hidden;
}

.sec_pickup_wrap .event_1 > .clm_wrap:nth-of-type(1) {
  margin-block-start: 40px;
  width: 580px;
}

.sec_pickup_wrap .event_1 > .clm_wrap:nth-of-type(2) {
  flex: auto;
  width: auto;
}

.sec_pickup_wrap .event_1 .ttl {
  margin-bottom: 15px;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.sec_pickup_wrap .event_1 .name {
  margin: 0 auto;
  width: 500px;
}

.sec_pickup_wrap .date {
  font-size: 70px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}

.sec_pickup_wrap .date span {
  font-size: 30px;
  letter-spacing: 0.05em;
}

.sec_pickup_wrap .desc {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
}

.sec_pickup_wrap .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 20px;
  background-color: var(--co_2);
}

.sec_pickup_wrap .btn::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 58px;
  height: 40px;
  background-image: url(../img/logo/nest_3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sec_pickup_wrap .img_1 {
  margin-top: 100px;
  margin-left: -10px;
}

@media (max-width: 999px) {
  .sec_pickup_wrap {
    padding-top: 100px;
  }

  .sec_pickup_wrap .event_1 {
    display: block;
    padding: 20px;
  }

  .sec_pickup_wrap .event_1 > .clm_wrap:nth-of-type(1) {
    width: auto;
    margin-block-start: 20px;
  }

  .sec_pickup_wrap .event_1 .ttl {
    margin-top: -23px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .sec_pickup_wrap .event_1 .name {
    margin: 0 auto 20px;
    width: auto;
  }

  .sec_pickup_wrap .date {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .sec_pickup_wrap .date span {
    font-size: 16px;
  }

  .sec_pickup_wrap .desc {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .sec_pickup_wrap .btn {
    height: 40px;
    font-size: 15px;
  }

  .sec_pickup_wrap .btn::after {
    right: -15px;
    top: -22px;
    width: 40px;
    height: 30px;
  }

  .sec_pickup_wrap .img_1 {
    margin-top: 50px;
    margin-left: -10px;
  }
}

/* ---------------------------------------------------- */
/* .sec_about_wrap */
/* ---------------------------------------------------- */
.sec_about_wrap {
  padding-top: 200px;
  padding-bottom: 100px;
}

.sec_about_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  height: 1300px;
  background-image: url(../img/about/bg_1.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.sec_about_wrap .ttl_1 {
  margin-bottom: 100px;
}

.sec_about_wrap .ttl_2 {
  margin-bottom: 50px;
}

.sec_about_wrap .img_1 {
  margin-bottom: 200px;
  width: 330px;
}

.sec_about_wrap .img_2 {
  position: absolute;
  right: 0;
  top: -80px;
  width: 820px;
}

.sec_about_wrap .img_2 > img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sec_about_wrap .box_1 {
  position: relative;
}

.sec_about_wrap .desc_1 {
  margin: 0 auto;
  width: max-content;
  font-size: 17px;
  line-height: 2;
}

.sec_about_wrap .img_3 {
  position: absolute;
  right: -130px;
  top: -60px;
  width: 420px;
}

.sec_about_wrap .img_4 {
  position: absolute;
  left: 0;
  top: 60px;
  width: 320px;
}

.sec_about_wrap .img_5 {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 240px;
}

@media (max-width: 999px) {
  .sec_about_wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sec_about_wrap::before {
    top: 50%;
    height: 500px;
  }

  .sec_about_wrap .ttl_1 {
    margin-bottom: 50px;
  }

  .sec_about_wrap .ttl_2 {
    margin-bottom: 30px;
  }

  .sec_about_wrap .img_1 {
    margin: 0 auto 30px;
    width: 230px;
  }

  .sec_about_wrap .img_2 {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 30px;
    width: auto;
  }

  .sec_about_wrap .box_1 {
    position: relative;
  }

  .sec_about_wrap .desc_1 {
    margin-bottom: 30px;
    font-size: 13px;
  }
}

/* ---------------------------------------------------- */
/* .sec_speciality_wrap */
/* ---------------------------------------------------- */
.sec_speciality_wrap {
  padding-top: 100px;
  padding-bottom: 200px;
}

.sec_speciality_wrap .ttl_1 {
  margin-bottom: 50px;
}

.sec_speciality_wrap .desc_1 {
  margin-bottom: 50px;
  font-size: 22px;
}

.sec_speciality_wrap .list_1 > ul > li {
  position: relative;
}

.sec_speciality_wrap .list_1 > ul > li + li {
  margin-top: 70px;
}

.sec_speciality_wrap .list_1 .clms_wrap {
  display: flex;
  padding: 0 80px;
}

.sec_speciality_wrap .list_1 .clms_wrap > .clm_wrap:nth-of-type(1) {
  flex: none;
  width: 380px;
}

.sec_speciality_wrap .list_1 .img {
  margin-bottom: 20px;
  width: calc(50vw + 600px);
}

.sec_speciality_wrap .list_1 > ul > li:nth-child(odd) .img {
  margin-left: calc(-50vw + 600px);
}

.sec_speciality_wrap .list_1 > ul > li:nth-child(even) .img {
  margin-right: calc(-50vw + 600px);
}

.sec_speciality_wrap .list_1 .img > span {
  padding-top: 29%;
}

.sec_speciality_wrap .list_1 .no {
  margin-bottom: 10px;
  font-size: 22px;
}

.sec_speciality_wrap .list_1 .ttl {
  font-size: 45px;
  line-height: 1.2;
}

.sec_speciality_wrap .list_1 .desc {
  font-size: 16px;
  line-height: 2;
}

.sec_speciality_wrap .list_1 .btn_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.sec_speciality_wrap .list_1 .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
  width: max-content;
  height: 50px;
  font-size: 20px;
  line-height: 1;
  background-color: var(--co_2);
  border: 1px solid var(--co_1);
  border-radius: 25px;
}

.sec_speciality_wrap .list_1 .btn::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  display: block;
  width: 50px;
  height: 1px;
  background-color: var(--co_1);
  transition: 0.3s ease-in-out;
}

.sec_speciality_wrap .list_1 .btn + .btn {
  margin-left: 60px;
}

@media (min-width: 1000px) {
  .sec_speciality_wrap .list_1 .btn:hover::after {
    right: -35px;
  }
}

@media (max-width: 999px) {
  .sec_speciality_wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sec_speciality_wrap .ttl_1 {
    margin-bottom: 30px;
  }

  .sec_speciality_wrap .desc_1 {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .sec_speciality_wrap .list_1 > ul > li + li {
    margin-top: 50px;
  }

  .sec_speciality_wrap .list_1 .clms_wrap {
    display: block;
    padding: 0;
  }

  .sec_speciality_wrap .list_1 .clms_wrap > .clm_wrap:nth-of-type(1) {
    width: auto;
  }

  .sec_speciality_wrap .list_1 .img {
    margin-bottom: 15px;
    width: auto;
  }

  .sec_speciality_wrap .list_1 > ul > li:nth-child(odd) .img {
    margin-left: -20px;
  }

  .sec_speciality_wrap .list_1 > ul > li:nth-child(even) .img {
    margin-right: -20px;
  }

  .sec_speciality_wrap .list_1 .img > span {
    padding-top: 118%;
  }

  .sec_speciality_wrap .list_1 > ul > li:nth-child(5) .img > span {
    padding-top: 79%;
  }

  .sec_speciality_wrap .list_1 .no {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .sec_speciality_wrap .list_1 .ttl {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.2;
  }

  .sec_speciality_wrap .list_1 .desc {
    font-size: 13px;
  }

  .sec_speciality_wrap .list_1 .btn_wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .sec_speciality_wrap .list_1 .btn {
    padding: 0 40px;
    width: 80%;
    height: 40px;
    font-size: 15px;
    border-radius: 20px;
  }

  .sec_speciality_wrap .list_1 .btn::after {
    right: -20px;
    width: 40px;
  }

  .sec_speciality_wrap .list_1 .btn + .btn {
    margin: 0;
    margin-top: 10px;
  }
}

/* ---------------------------------------------------- */
/* .sec_planning_wrap */
/* ---------------------------------------------------- */
.sec_planning_wrap {
  padding-top: 200px;
  padding-bottom: 100px;
  border-top: 1px solid var(--co_1);
}

.sec_planning_wrap .ttl_1 {
  margin-bottom: 100px;
}

.sec_planning_wrap .ttl_2 {
  margin-bottom: 50px;
}

.sec_planning_wrap .desc_1 {
  margin-bottom: 530px;
  font-size: 22px;
}

.sec_planning_wrap .desc_1 span {
  font-size: 15px;
}

.sec_planning_wrap .img_1 {
  position: absolute;
  left: 220px;
  top: 680px;
  width: 220px;
  z-index: 3;
}

.sec_planning_wrap .img_2 {
  position: absolute;
  right: -120px;
  top: 330px;
  width: 945px;
}

.sec_planning_wrap .img_2 a {
  position: absolute;
  display: block;
  width: 10%;
  height: 7%;
  background-image: url(../img/planning/btn_1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.sec_planning_wrap .img_2 .p6 {
  left: 42%;
  bottom: 8.5%;
}

.sec_planning_wrap .img_2 .p12 {
  left: 58%;
  bottom: 13%;
}

.sec_planning_wrap .img_2 .p19 {
  left: 70%;
  bottom: 13%;
}

.sec_planning_wrap .img_3 {
  position: relative;
  margin-bottom: 50px;
}

.sec_planning_wrap .img_4 {
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  z-index: 2;
}

.sec_planning_wrap .list_1 {
  margin-bottom: 90px;
  width: 670px;
}

.sec_planning_wrap .list_1 > ul {
  display: flex;
  margin-right: -15px;
}

.sec_planning_wrap .list_1 > ul > li {
  padding: 15px;
  margin-right: 15px;
  width: calc(100% / 3 - 15px);
}

.sec_planning_wrap .list_1 > ul > li:nth-child(1) {
  background-color: #87c896;
}

.sec_planning_wrap .list_1 > ul > li:nth-child(2) {
  background-color: #aad282;
}

.sec_planning_wrap .list_1 > ul > li:nth-child(3) {
  background-color: #6ebebe;
}

.sec_planning_wrap .list_1 .ttl {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
}

.sec_planning_wrap .list_1 .ttl .en {
  display: block;
  margin-bottom: 10px;
  color: var(--co_2);
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.sec_planning_wrap .list_1 .ttl .en span {
  display: block;
  font-size: 34px;
}

.sec_planning_wrap .list_1 .ttl .ja {
  display: block;
  font-size: 17px;
}

.sec_planning_wrap .list_2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sec_planning_wrap .list_2 > ul {
  width: calc(100% / 3 - 10px);
}

.sec_planning_wrap .list_2 > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 45px;
  background-color: var(--co_2);
}

.sec_planning_wrap .list_2 > ul > li + li {
  margin-top: 10px;
}

.sec_planning_wrap .list_2 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.sec_planning_wrap .list_2 .cat_1 .num {
  background-color: #87c896;
}

.sec_planning_wrap .list_2 .cat_2 .num {
  background-color: #aad282;
}

.sec_planning_wrap .list_2 .cat_3 .num {
  background-color: #6ebebe;
}

.sec_planning_wrap .list_2 .num::before {
  content: "No.";
}

.sec_planning_wrap .list_2 .area {
  margin-left: 15px;
  min-width: 120px;
  font-size: 12px;
}

.sec_planning_wrap .list_2 .price {
  min-width: 70px;
  text-align: right;
  font-size: 12px;
}

.sec_planning_wrap .list_2 .btn {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 90px;
  height: 100%;
  background-image: url(../img/planning/btn_1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.sec_planning_wrap .note_1 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  font-size: 14px;
}

.sec_planning_wrap .note_1 > li {
  margin-right: 40px;
}

@media (max-width: 999px) {
  .sec_planning_wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sec_planning_wrap .ttl_1 {
    margin-bottom: 50px;
  }

  .sec_planning_wrap .ttl_2 {
    margin-bottom: 30px;
  }

  .sec_planning_wrap .desc_1 {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .sec_planning_wrap .desc_1 span {
    font-size: 12px;
  }

  .sec_planning_wrap .img_1 {
    position: static;
    margin: 0 auto 30px;
    width: 50%;
  }

  .sec_planning_wrap .img_2 {
    position: relative;
    right: auto;
    top: auto;
    margin: -60px -20px 0;
    width: auto;
  }

  .sec_planning_wrap .img_2 a {
    width: 18%;
    height: 12%;
  }

  .sec_planning_wrap .img_2 .p6 {
    left: 17.5%;
    bottom: 7.5%;
  }

  .sec_planning_wrap .img_2 .p12 {
    left: 45%;
    bottom: 12%;
  }

  .sec_planning_wrap .img_2 .p19 {
    left: 65%;
    bottom: 12%;
  }

  .sec_planning_wrap .img_3 {
    position: relative;
    margin-bottom: 50px;
  }

  .sec_planning_wrap .img_3 {
    margin-bottom: 30px;
  }

  .sec_planning_wrap .img_4 {
    position: static;
    margin-bottom: 20px;
    width: 100%;
    z-index: 2;
  }

  .sec_planning_wrap .list_1 {
    position: relative;
    margin-bottom: 0;
    width: auto;
    z-index: 2;
  }

  .sec_planning_wrap .list_1 > ul {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .sec_planning_wrap .list_1 > ul > li {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
  }

  .sec_planning_wrap .list_1 .ttl {
    flex: none;
    padding-right: 15px;
    width: 130px;
    margin-bottom: 0;
  }

  .sec_planning_wrap .list_1 .ttl .en {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .sec_planning_wrap .list_1 .ttl .en span {
    display: block;
    font-size: 20px;
  }

  .sec_planning_wrap .list_1 .ttl .ja {
    display: block;
    font-size: 13px;
  }

  .sec_planning_wrap .list_1 .desc {
    font-size: 11px;
  }

  .sec_planning_wrap .list_2 {
    position: relative;
    display: block;
    margin-bottom: 10px;
    height: 185px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sec_planning_wrap .list_2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-image: url(../../common/img/ico/scr_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }

  .sec_planning_wrap .list_2.is_scr::after {
    opacity: 0;
  }

  .sec_planning_wrap .list_2 > ul {
    width: auto;
  }

  .sec_planning_wrap .list_2 > ul + ul {
    margin-top: 5px;
  }

  .sec_planning_wrap .list_2 > ul > li {
    height: auto;
  }

  .sec_planning_wrap .list_2 > ul > li + li {
    margin-top: 5px;
  }

  .sec_planning_wrap .list_2 .num {
    padding: 5px 0;
    width: 40px;
    font-size: 11px;
  }

  .sec_planning_wrap .list_2 .area {
    padding: 5px 0;
    margin-left: 15px;
    min-width: auto;
    font-size: 11px;
  }

  .sec_planning_wrap .list_2 .price {
    padding: 8px 80px 8px 5px;
    flex: auto;
    width: auto;
    font-size: 11px;
  }

  .sec_planning_wrap .list_2 .btn {
    right: 5px;
    width: 60px;
  }

  .sec_planning_wrap .note_1 {
    display: block;
    margin-right: 0;
    font-size: 11px;
  }

  .sec_planning_wrap .note_1 > li {
    margin-right: 0;
  }
}

/* ---------------------------------------------------- */
/* .sec_house_wrap */
/* ---------------------------------------------------- */
.sec_house_wrap {
  padding-top: 100px;
  padding-bottom: 200px;
}

.sec_house_wrap .ttl_1 {
  margin-bottom: 50px;
}

.sec_house_wrap .desc_1 {
  position: relative;
  margin-bottom: 80px;
  font-size: 22px;
}

.sec_house_wrap .desc_1::before {
  content: "";
  position: absolute;
  left: 430px;
  bottom: -15px;
  display: block;
  width: 340px;
  height: 70px;
  background-image: url(../img/house/txt_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.sec_house_wrap .list_1 {
  margin-bottom: 130px;
}

.sec_house_wrap .list_1 > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -60px;
}

.sec_house_wrap .list_1 > ul > li {
  margin-right: 60px;
  width: calc(100% / 2 - 60px);
}

.sec_house_wrap .list_1 .yt {
  margin-bottom: 15px;
}

.sec_house_wrap .list_1 .yt {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  padding-top: 56.25%;
}

.sec_house_wrap .list_1 .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sec_house_wrap .list_1 .img {
  position: relative;
  display: block;
  margin-bottom: 15px;
  background-color: var(--co_1);
}

.sec_house_wrap .list_1 .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/house/ico_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px auto;
  z-index: 2;
}

.sec_house_wrap .list_1 .img > span {
  padding-top: 56%;
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.sec_house_wrap .desc_2 {
  position: relative;
  margin-bottom: 80px;
  font-size: 22px;
}

.sec_house_wrap .desc_2::before {
  content: "";
  position: absolute;
  left: 340px;
  bottom: -40px;
  display: block;
  width: 450px;
  height: 100px;
  background-image: url(../img/house/txt_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.sec_house_wrap .list_2 > ul {
  display: flex;
  margin-right: -40px;
}

.sec_house_wrap .list_2 > ul > li {
  margin-right: 40px;
  width: calc(100% / 3 -40px);
}

.sec_house_wrap .list_2 a {
  position: relative;
  display: block;
}

.sec_house_wrap .list_2 .img {
  position: relative;
}

.sec_house_wrap .list_2 .img > img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.sec_house_wrap .list_2 .ttl {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.sec_house_wrap .list_2 .name {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}

.sec_house_wrap .list_2 .btn {
  position: absolute;
  right: 50%;
  bottom: 50px;
  transform: translateX(50%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  color: var(--co_1);
  font-size: 20px;
  text-align: center;
  line-height: 1;
  background-color: var(--co_2);
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

@media (min-width: 1000px) {
  .sec_house_wrap .list_1 .img:hover > span {
    opacity: 0.5;
  }

  .sec_house_wrap .list_2 a:hover {
    color: var(--co_2);
  }

  .sec_house_wrap .list_2 a:hover .img > img:nth-of-type(2) {
    opacity: 1;
  }

  .sec_house_wrap .list_2 a:hover .btn {
    opacity: 1;
  }
}

@media (max-width: 999px) {
  .sec_house_wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sec_house_wrap .ttl_1 {
    margin-bottom: 30px;
  }

  .sec_house_wrap .desc_1 {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .sec_house_wrap .desc_1::before {
    left: 100px;
    bottom: -10px;
    width: 170px;
    height: 35px;
  }

  .sec_house_wrap .list_1 {
    margin-bottom: 60px;
  }

  .sec_house_wrap .list_1 > ul {
    margin-bottom: -30px;
  }

  .sec_house_wrap .list_1 > ul > li {
    margin-bottom: 30px;
    width: 100%;
  }

  .sec_house_wrap .list_1 .yt {
    margin-bottom: 10px;
  }

  .sec_house_wrap .list_1 .ttl {
    font-size: 11px;
  }

  .sec_house_wrap .list_1 .img {
    margin-bottom: 10px;
  }

  .sec_house_wrap .desc_2 {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .sec_house_wrap .desc_2::before {
    left: 50px;
    bottom: -30px;
    width: 230px;
    height: 60px;
  }

  .sec_house_wrap .list_2 > ul {
    display: block;
    margin-right: 0;
  }

  .sec_house_wrap .list_2 > ul > li {
    margin-right: 0;
    width: auto;
  }

  .sec_house_wrap .list_2 > ul > li + li {
    margin-top: 20px;
  }

  .sec_house_wrap .list_2 .img {
    display: flex;
  }

  .sec_house_wrap .list_2 .img > img {
    width: 50%;
    opacity: 1;
  }

  .sec_house_wrap .list_2 .img > img:nth-of-type(2) {
    position: static;
    width: 50%;
    opacity: 1;
  }

  .sec_house_wrap .list_2 .ttl {
    position: absolute;
    left: 0;
    top: 20px;
    width: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 1;
  }

  .sec_house_wrap .list_2 .name {
    position: absolute;
    left: 0;
    top: 40px;
    width: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
  }

  .sec_house_wrap .list_2 .btn {
    right: 20px;
    bottom: 20px;
    transform: translateX(0);
    width: calc(50% - 40px);
    height: 30px;
    color: var(--co_1);
    font-size: 14px;
    opacity: 1;
  }
}

/* ---------------------------------------------------- */
/* .sec_location_wrap */
/* ---------------------------------------------------- */
.sec_location_wrap {
  padding-top: 200px;
  padding-bottom: 100px;
  border-top: 1px solid var(--co_1);
}

.sec_location_wrap .ttl_1 {
  margin-bottom: 100px;
}

.sec_location_wrap .ttl_2 {
  margin-bottom: 50px;
}

.sec_location_wrap .desc_1 {
  margin-bottom: 70px;
  font-size: 22px;
}

.sec_location_wrap .img_1 {
  position: absolute;
  right: 0;
  top: -200px;
  width: 690px;
}

.sec_location_wrap .list_1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.sec_location_wrap .list_1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--co_1);
}

.sec_location_wrap .list_1 > .clm_wrap {
  position: relative;
  width: calc(100% / 2 - 30px);
}

.sec_location_wrap .list_1 .cat {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sec_location_wrap .list_1 .cat .ico {
  margin-right: 20px;
  width: 65px;
}

.sec_location_wrap .list_1 .cat .ja {
  font-size: 20px;
}

.sec_location_wrap .list_1 .cat .ja span {
  display: block;
  font-size: 15px;
}

.sec_location_wrap .list_1 .list.t1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.sec_location_wrap .list_1 .list.t1 > li {
  margin-bottom: 15px;
  width: calc(100% / 2);
  font-size: 20px;
}

.sec_location_wrap .list_1 .list.t1 > li span {
  font-size: 15px;
}

.sec_location_wrap .list_1 .list.t2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.sec_location_wrap .list_1 .list.t2 > li {
  margin-bottom: 10px;
  width: 100%;
  font-size: 19px;
}

.sec_location_wrap .note_1 {
  margin-top: 10px;
  font-size: 14px;
}

.sec_location_wrap .map_wrap .nav > ul {
  display: flex;
  margin-right: -10px;
}

.sec_location_wrap .map_wrap .nav > ul > li {
  margin-right: 10px;
  width: calc(100% / 5 - 10px);
}

.sec_location_wrap .map_wrap .nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 20px;
  background-color: #e1dcd2;
}

.sec_location_wrap .map_wrap .nav a.is_show {
  background-color: var(--co_2);
}

.sec_location_wrap .map_wrap .toggle_wrap {
  padding: 10px;
  background-color: var(--co_2);
}

.sec_location_wrap .map_wrap .toggle_wrap .item {
  display: none;
}

.sec_location_wrap .map_wrap .toggle_wrap .item.is_show {
  display: block;
}

.sec_location_wrap .map_wrap .map {
  padding: 0 10px 50px;
  background-color: var(--co_2);
}

.sec_location_wrap .map_wrap .gmap {
  padding: 10px;
  height: 400px;
}

.sec_location_wrap .map_wrap .overview {
  margin-top: 20px;
  text-align: center;
}

.sec_location_wrap .map_wrap .overview span {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
}

@media (max-width: 999px) {
  .sec_location_wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sec_location_wrap .ttl_1 {
    margin-bottom: 50px;
  }

  .sec_location_wrap .ttl_2 {
    margin-bottom: 30px;
  }

  .sec_location_wrap .desc_1 {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .sec_location_wrap .img_1 {
    position: static;
    margin-bottom: 20px;
    width: auto;
  }

  .sec_location_wrap .list_1 {
    display: block;
    margin-bottom: 50px;
  }

  .sec_location_wrap .list_1::before {
    display: none;
  }

  .sec_location_wrap .list_1 > .clm_wrap {
    width: auto;
  }

  .sec_location_wrap .list_1 .cat {
    margin-bottom: 10px;
  }

  .sec_location_wrap .list_1 .cat .ico {
    margin-right: 10px;
    width: 35px;
  }

  .sec_location_wrap .list_1 .cat .ja {
    font-size: 13px;
  }

  .sec_location_wrap .list_1 .cat .ja span {
    font-size: 11px;
  }

  .sec_location_wrap .list_1 .list.t1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }

  .sec_location_wrap .list_1 .list.t1 > li {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .sec_location_wrap .list_1 .list.t1 > li span {
    font-size: 10px;
  }

  .sec_location_wrap .list_1 .list.t2 {
    margin-bottom: -5px;
  }

  .sec_location_wrap .list_1 .list.t2 > li {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .sec_location_wrap .note_1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 11px;
    border-bottom: 1px solid var(--co_1);
  }

  .sec_location_wrap .map_wrap {
    margin: 0 -20px;
    background-color: var(--co_2);
  }

  .sec_location_wrap .map_wrap .nav {
    padding: 20px;
  }

  .sec_location_wrap .map_wrap .nav > ul {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .sec_location_wrap .map_wrap .nav > ul > li {
    margin-bottom: 10px;
    width: calc(100% / 2 - 10px);
  }

  .sec_location_wrap .map_wrap .nav > ul > li:nth-child(1) {
    width: calc(100% - 10px);
  }

  .sec_location_wrap .map_wrap .nav a {
    height: 40px;
    font-size: 13px;
    background-color: #e1dcd2 !important;
  }

  .sec_location_wrap .map_wrap .nav a::after {
    content: "";
    margin-left: 15px;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--co_1);
    border-right: 2px solid var(--co_1);
    transform: rotate(135deg) translateY(5px);
    transition: 0.3s ease-in-out;
  }

  .sec_location_wrap .map_wrap .toggle_wrap {
    padding: 0;
  }

  .sec_location_wrap .map_wrap .map {
    padding: 20px 0;
  }

  .sec_location_wrap .map_wrap .gmap {
    height: 400px;
  }

  .sec_location_wrap .map_wrap .overview {
    font-size: 12px;
  }

  .sec_location_wrap .map_wrap .overview span {
    font-size: 16px;
  }
}

/* ---------------------------------------------------- */
/* .sec_facilities_wrap */
/* ---------------------------------------------------- */
.sec_facilities_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec_facilities_wrap .ttl_1 {
  margin-bottom: 50px;
}

.sec_facilities_wrap .desc_1 {
  margin-bottom: 50px;
  font-size: 22px;
}

.sec_facilities_wrap .list_1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  font-size: 14px;
}

.sec_facilities_wrap .list_1 > .clm_wrap {
  position: relative;
  width: calc(100% / 2 - 40px);
}

.sec_facilities_wrap .list_1 .cat {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1;
}

.sec_facilities_wrap .list_1 .cat .ico {
  margin-right: 10px;
  width: 40px;
}

.sec_facilities_wrap .list_1 .cat .en {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.sec_facilities_wrap .list_1 .cat .ja {
  margin-left: 20px;
  font-size: 18px;
}

.sec_facilities_wrap .list_1 * + .cat {
  margin-top: 38px;
}

.sec_facilities_wrap .list_1 ul > li {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.sec_facilities_wrap .list_1 ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 0;
  border-bottom: 2px dotted var(--co_1);
}

.sec_facilities_wrap .list_1 ul > li + li {
  margin-top: 12px;
}

.sec_facilities_wrap .list_1 .name {
  flex: none;
  width: auto;
  position: relative;
  padding-right: 10px;
  background-color: var(--co_3);
  white-space: nowrap;
}

.sec_facilities_wrap .list_1 .name.t2 {
  padding-right: 0;
  background-color: transparent;
}

.sec_facilities_wrap .list_1 .name.t2 > span {
  padding-right: 10px;
  background-color: var(--co_3);
}

.sec_facilities_wrap .list_1 .time {
  flex: initial;
  width: auto;
  position: relative;
  padding-left: 10px;
  text-align: right;
  word-break: break-all;
  background-color: var(--co_3);
}

.sec_facilities_wrap .note_1 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  font-size: 14px;
}

.sec_facilities_wrap .note_1 > li {
  margin-right: 40px;
}

.sec_facilities_wrap .btn_toggle {
  display: none;
}

.sec_facilities_wrap .list_2 {
  margin-bottom: 90px;
}

.sec_facilities_wrap .list_2 > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -30px;
}

.sec_facilities_wrap .list_2 > ul > li {
  position: relative;
  margin-right: 15px;
  margin-bottom: 30px;
  width: calc(100% / 4 - 15px);
}

.sec_facilities_wrap .list_2 .ico {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14%;
}

.sec_facilities_wrap .list_2 .img {
  margin-bottom: 10px;
}

.sec_facilities_wrap .list_2 .name {
  font-size: 15px;
  font-weight: 700;
}

.sec_facilities_wrap .list_2 .time {
  font-size: 13px;
  word-break: break-all;
}

@media (max-width: 999px) {
  .sec_facilities_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sec_facilities_wrap .ttl_1 {
    margin-bottom: 30px;
  }

  .sec_facilities_wrap .desc_1 {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .sec_facilities_wrap .list_1 {
    display: block;
    margin-bottom: 30px;
    font-size: 9px;
  }

  .sec_facilities_wrap .list_1 > .clm_wrap {
    width: auto;
  }

  .sec_facilities_wrap .list_1 > .clm_wrap + .clm_wrap {
    margin-top: 30px;
  }

  .sec_facilities_wrap .list_1 .cat {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1;
  }

  .sec_facilities_wrap .list_1 .cat .ico {
    margin-right: 5px;
    width: 25px;
  }

  .sec_facilities_wrap .list_1 .cat .en {
    margin-left: 10px;
    font-size: 18px;
  }

  .sec_facilities_wrap .list_1 .cat .ja {
    margin-left: 10px;
    font-size: 13px;
  }

  .sec_facilities_wrap .list_1 * + .cat {
    margin-top: 30px;
  }

  .sec_facilities_wrap .list_1 ul > li:nth-child(n + 5) {
    display: none;
  }

  .sec_facilities_wrap .list_1 ul.is_show > li:nth-child(n + 5) {
    display: flex;
  }

  .sec_facilities_wrap .list_1 ul > li::before {
    top: 7px;
    border-bottom: 1px dotted var(--co_1);
  }

  .sec_facilities_wrap .note_1 {
    display: block;
    margin-right: 0;
    font-size: 11px;
  }

  .sec_facilities_wrap .note_1 > li {
    margin-right: 0;
  }

  .sec_facilities_wrap .btn_toggle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    padding: 0 40px;
    width: max-content;
    height: 40px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    background-color: var(--co_2);
    border: 1px solid var(--co_1);
    border-radius: 25px;
    overflow: hidden;
  }

  .sec_facilities_wrap .btn_toggle.is_show {
    display: none;
    /* opacity: 0;
        height: 0; */
  }

  .sec_facilities_wrap .list_2 {
    margin-bottom: 50px;
  }

  .sec_facilities_wrap .list_2 > ul {
    margin-right: -10px;
    margin-bottom: -20px;
  }

  .sec_facilities_wrap .list_2 > ul > li {
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc(100% / 2 - 10px);
  }

  .sec_facilities_wrap .list_2 .ico {
    right: 5px;
    top: 5px;
  }

  .sec_facilities_wrap .list_2 .img {
    margin-bottom: 10px;
  }

  .sec_facilities_wrap .list_2 .name {
    font-size: 11px;
  }

  .sec_facilities_wrap .list_2 .time {
    font-size: 11px;
    word-break: break-all;
  }
}

/* ---------------------------------------------------- */
/* .sec_support_wrap */
/* ---------------------------------------------------- */
.sec_support_wrap {
  padding-top: 100px;
  padding-bottom: 200px;
}

.sec_support_wrap .ttl_1 {
  margin-bottom: 50px;
}

.sec_support_wrap .desc_1 {
  margin-bottom: 50px;
  font-size: 22px;
}

.sec_support_wrap .list_1 {
  margin-bottom: 50px;
}

.sec_support_wrap .list_1 > ul > li {
  border: 1px solid var(--co_1);
}

.sec_support_wrap .list_1 > ul > li + li {
  margin-top: 50px;
}

.sec_support_wrap .list_1 .cat {
  padding: 20px;
  position: relative;
  font-size: 30px;
  text-align: center;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sec_support_wrap .list_1 .cat a {
  display: block;
}

.sec_support_wrap .list_1 .cat i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
}

.sec_support_wrap .list_1 .cat i::before,
.sec_support_wrap .list_1 .cat i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: var(--co_1);
  transition: 0.3s ease-in-out;
}

.sec_support_wrap .list_1 .cat i::before {
  width: 2px;
  height: 100%;
}

.sec_support_wrap .list_1 .cat.is_show i::before {
  opacity: 0;
}

.sec_support_wrap .list_1 .cat i::after {
  width: 100%;
  height: 2px;
}

.sec_support_wrap .list_1 .content {
  position: relative;
  display: none;
  padding: 40px;
  border-top: 1px solid var(--co_1);
}

.sec_support_wrap .list_1 .list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
}

.sec_support_wrap .list_1 .list > ul > li {
  margin-right: 40px;
  margin-bottom: 40px;
}

.sec_support_wrap .list_1 .list.col_2 > ul > li {
  width: calc(100% / 2 - 40px);
}

.sec_support_wrap .list_1 .list.col_3 > ul > li {
  width: calc(100% / 3 - 40px);
}

.sec_support_wrap .list_1 .list .name {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

.sec_support_wrap .note_1 {
  font-size: 14px;
}

@media (max-width: 999px) {
  .sec_support_wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sec_support_wrap .ttl_1 {
    margin-bottom: 30px;
  }

  .sec_support_wrap .desc_1 {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .sec_support_wrap .list_1 {
    margin-bottom: 30px;
  }

  .sec_support_wrap .list_1 > ul > li + li {
    margin-top: 30px;
  }

  .sec_support_wrap .list_1 .cat {
    padding: 15px;
    font-size: 15px;
  }

  .sec_support_wrap .list_1 .cat i {
    right: 20px;
    width: 26px;
    height: 26px;
  }

  .sec_support_wrap .list_1 .content {
    padding: 20px;
    border-top: 1px solid var(--co_1);
  }

  .sec_support_wrap .list_1 .list > ul {
    margin-right: 0;
    margin-bottom: -20px;
  }

  .sec_support_wrap .list_1 .list > ul > li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100% !important;
  }

  .sec_support_wrap .list_1 .list .name {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .sec_support_wrap .list_1 .list .desc {
    font-size: 12px;
  }

  .sec_support_wrap .note_1 {
    font-size: 11px;
  }
}

/* ---------------------------------------------------- */
/* .sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
  padding-top: 200px;
  padding-bottom: 200px;
  border-top: 1px solid var(--co_1);
}

.sec_outline_wrap .ttl_1 {
  margin-bottom: 100px;
}

.sec_outline_wrap .list_1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec_outline_wrap .list_1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--co_1);
}

.sec_outline_wrap .list_1 > table {
  position: relative;
  width: calc(100% / 2 - 40px);
}

.sec_outline_wrap .list_1 th,
.sec_outline_wrap .list_1 td {
  padding-bottom: 20px;
}

.sec_outline_wrap .list_1 th {
  width: 130px;
}

.sec_outline_wrap .note_1 {
  margin-top: 40px;
  font-size: 14px;
}

@media (max-width: 999px) {
  .sec_outline_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec_outline_wrap .ttl_1 {
    margin-bottom: 50px;
  }

  .sec_outline_wrap .list_1 {
    display: block;
    font-size: 11px;
  }

  .sec_outline_wrap .list_1::before {
    display: none;
  }

  .sec_outline_wrap .list_1 > table {
    width: 100%;
  }

  .sec_outline_wrap .list_1 > table + table {
    margin-top: 50px;
  }

  .sec_outline_wrap .list_1 > table + table::before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--co_1);
  }

  .sec_outline_wrap .list_1 th,
  .sec_outline_wrap .list_1 td {
    padding-bottom: 20px;
  }

  .sec_outline_wrap .list_1 th {
    width: 90px;
  }

  .sec_outline_wrap .note_1 {
    margin-top: 20px;
    font-size: 11px;
  }
}

/* ---------------------------------------------------- */
/* .sec_event_wrap */
/* ---------------------------------------------------- */
.sec_event_wrap {
  padding-top: 200px;
  padding-bottom: 200px;
  color: var(--co_2);
  background-color: #7dafa5;
}

.sec_event_wrap .ttl_1 {
  margin-bottom: 100px;
}

.sec_event_wrap .ttl_2 {
  margin: 0 auto 20px;
  width: 415px;
}

.sec_event_wrap .date_1 {
  margin-bottom: 60px;
  font-size: 80px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.sec_event_wrap .date_1 span {
  font-size: 40px;
  letter-spacing: 0;
}

.sec_event_wrap .desc_1 {
  margin-bottom: 60px;
  font-size: 24px;
  text-align: center;
}

.sec_event_wrap .list_1 {
  margin-bottom: 100px;
}

.sec_event_wrap .list_1 > ul > li {
  display: flex;
  align-items: center;
  border: 3px solid var(--co_2);
}

.sec_event_wrap .list_1 > ul > li + li {
  margin-top: 40px;
}

.sec_event_wrap .list_1 .ttl {
  flex: none;
  padding: 20px 0;
  width: 200px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-right: 3px solid var(--co_2);
}

.sec_event_wrap .list_1 .ttl span {
  display: block;
  font-size: 25px;
}

.sec_event_wrap .list_1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: auto;
  padding: 20px;
  width: auto;
  min-height: 200px;
}

.sec_event_wrap .list_1 .desc {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.sec_event_wrap .list_1 .desc span {
  display: block;
  color: #ffff78;
  font-size: 50px;
  font-weight: 700;
}

.sec_event_wrap .list_1 .note {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.sec_event_wrap .list_2 {
  margin-bottom: 5px;
}

.sec_event_wrap .list_2 > ul > li {
  display: flex;
}

.sec_event_wrap .list_2 > ul > li > .clm_wrap {
  width: calc(100% / 2);
}

.sec_event_wrap .list_2 .list {
  width: 100%;
  font-size: 20px;
}

.sec_event_wrap .list_2 .list th,
.sec_event_wrap .list_2 .list td {
  padding-bottom: 25px;
}

.sec_event_wrap .list_2 .list th {
  width: 120px;
}

.sec_event_wrap .list_2 .list td span {
  font-size: 16px;
}

.sec_event_wrap .list_2 .map {
  padding-top: 20px;
  padding-left: 20px;
  height: 100%;
}

.sec_event_wrap .list_2 .map iframe {
  width: 100%;
  height: 100%;
}

.sec_event_wrap .note_1 {
  margin-bottom: 90px;
  font-size: 14px;
}

.sec_event_wrap .desc_2 {
  margin-bottom: 60px;
  font-size: 22px;
  text-align: center;
}

.sec_event_wrap .btn_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 750px;
  height: 130px;
  color: #3c6e6e;
  font-size: 30px;
  line-height: 1;
  background-color: var(--co_2);
  border-radius: 70px;
}

@media (max-width: 999px) {
  .sec_event_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec_event_wrap .ttl_1 {
    margin-bottom: 50px;
  }

  .sec_event_wrap .ttl_2 {
    margin: 0 auto 20px;
    width: 250px;
  }

  .sec_event_wrap .date_1 {
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
  }

  .sec_event_wrap .date_1 span {
    font-size: 20px;
  }

  .sec_event_wrap .desc_1 {
    margin-bottom: 30px;
    font-size: 13px;
    text-align: justify;
  }

  .sec_event_wrap .list_1 {
    margin-bottom: 50px;
  }

  .sec_event_wrap .list_1 > ul > li {
    display: block;
    border-width: 2px;
  }

  .sec_event_wrap .list_1 > ul > li + li {
    margin-top: 30px;
  }

  .sec_event_wrap .list_1 .ttl {
    padding: 10px 0;
    width: auto;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    border: none;
    border-bottom: 2px solid var(--co_2);
  }

  .sec_event_wrap .list_1 .ttl span {
    font-size: 12px;
  }

  .sec_event_wrap .list_1 .content {
    padding: 15px;
    min-height: auto;
  }

  .sec_event_wrap .list_1 .desc {
    font-size: 15px;
  }

  .sec_event_wrap .list_1 .desc span {
    font-size: 30px;
  }

  .sec_event_wrap .list_1 .note {
    margin-top: 10px;
    font-size: 11px;
  }

  .sec_event_wrap .list_2 {
    margin-bottom: 5px;
  }

  .sec_event_wrap .list_2 > ul > li {
    display: block;
  }

  .sec_event_wrap .list_2 > ul > li + li {
    margin-top: 10px;
  }

  .sec_event_wrap .list_2 > ul > li > .clm_wrap {
    width: auto;
  }

  .sec_event_wrap .list_2 > ul > li > .clm_wrap + .clm_wrap {
    margin-top: 10px;
  }

  .sec_event_wrap .list_2 .list {
    font-size: 13px;
  }

  .sec_event_wrap .list_2 .list th,
  .sec_event_wrap .list_2 .list td {
    padding-bottom: 10px;
  }

  .sec_event_wrap .list_2 .list th {
    width: 80px;
  }

  .sec_event_wrap .list_2 .list td span {
    font-size: 11px;
  }

  .sec_event_wrap .list_2 .map {
    padding: 0;
    height: 200px;
  }

  .sec_event_wrap .note_1 {
    margin-bottom: 40px;
    font-size: 11px;
  }

  .sec_event_wrap .desc_2 {
    margin-bottom: 40px;
    font-size: 13px;
  }

  .sec_event_wrap .btn_1 {
    width: auto;
    height: 80px;
    font-size: 18px;
    border-radius: 40px;
  }
}

/* ---------------------------------------------------- */
/* SoldOut */
/* ---------------------------------------------------- */
.soldOut {
  position: relative;
  pointer-events: none;
}

.soldOut::after {
  content: "ご成約済";
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  z-index: 1000;
}
