/*! Writen  by SCSS */
.sec_ttl_wrap {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .sec_ttl_wrap {
      padding-top: 40px;
      width: 100%; } }
  .sec_ttl_wrap .sec_en_ttl {
    font-size: clamp(30px, 5vw, 60px);
    color: #c9bc9c;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 60px; }
    @media screen and (max-width: 820px) {
      .sec_ttl_wrap .sec_en_ttl {
        font-size: 34px; } }
    @media screen and (max-width: 480px) {
      .sec_ttl_wrap .sec_en_ttl {
        font-size: 9vw;
        margin-bottom: 20px; } }
  .sec_ttl_wrap .sec_en_ttl_mini {
    font-size: clamp(14px, 1.667vw, 20px);
    color: #c9bc9c;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .sec_ttl_wrap .sec_en_ttl_mini {
        font-size: 14px; } }

.sec01 {
  padding-bottom: clamp(60px, 9.167vw, 110px);
  align-self: center; }
  .sec01 .sec_ttl {
    font-size: clamp(18px, 2.834vw, 34px);
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 20px; }
  .sec01 .read {
    margin-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .sec01 .read {
        line-height: 2;
        margin-bottom: 0; } }

button {
  display: block;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  margin: 0; }
  button:focus {
    outline: none; }

.slide_outer {
  position: relative; }
  @media screen and (max-width: 480px) {
    .slide_outer {
      margin-bottom: 40px; } }

.swiper-slide {
  position: relative; }

.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0; }
  .swiper-button-next:focus,
  .swiper-button-prev:focus {
    outline: none; }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: none; }

.main_next,
.main_prev {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  max-width: 50px;
  width: 4.04%;
  transition: opacity 0.3s ease-in-out; }
  @media screen and (max-width: 480px) {
    .main_next,
    .main_prev {
      width: 25px; } }
  @media (hover: hover) {
    .main_next:hover,
    .main_prev:hover {
      opacity: 0.7; } }

.main_next {
  right: 1.62%; }
  @media screen and (max-width: 480px) {
    .main_next {
      right: 5px; } }

.main_prev {
  left: 1.62%; }
  @media screen and (max-width: 480px) {
    .main_prev {
      left: 5px; } }

.model_main {
  position: relative; }
  .model_main .slide_cap {
    z-index: 2;
    position: absolute;
    line-height: 0;
    font-size: clamp(20px, 2.41vw, 30px);
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    right: 1.21%;
    bottom: 1.88%; }
    @media screen and (max-width: 768px) {
      .model_main .slide_cap {
        right: 10px;
        bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .model_main .slide_cap {
        font-size: 18px;
        right: 5px;
        bottom: 5px; } }
    .model_main .slide_cap.cap_black {
      color: #333; }
      @media screen and (max-width: 480px) {
        .model_main .slide_cap.cap_black.sp_shadow {
          text-shadow: 0px 0px 0px #fff, 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff, 0px 0px 7px #fff, 0px 0px 8px #fff; } }
    .model_main .slide_cap.shadow {
      text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 6px rgba(0, 0, 0, 0.3), 0px 0px 7px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3); }

.model_thumb_wrap {
  width: 100%;
  position: relative;
  margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .model_thumb_wrap {
      margin-top: 15px; } }

@media screen and (max-width: 480px) {
  .model_thumb {
    position: relative; } }
@media screen and (max-width: 480px) {
  .model_thumb .swiper-wrapper {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center; } }
@media screen and (max-width: 480px) {
  .model_thumb .swiper-slide {
    width: 18% !important;
    margin-right: 2% !important; }
    .model_thumb .swiper-slide:nth-child(-n+5) {
      margin-bottom: 5px; }
    .model_thumb .swiper-slide:nth-child(5n), .model_thumb .swiper-slide:last-child {
      margin-right: 0 !important; } }
.model_thumb .swiper-slide .thumb_item::after {
  content: "";
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  z-index: 1;
  transition: opacity 0.3s ease-in-out; }
@media (hover: hover) {
  .model_thumb .swiper-slide .thumb_item:hover::after {
    opacity: 0; } }
.model_thumb .swiper-slide.swiper-slide-thumb-active .thumb_item::after {
  opacity: 0; }
