@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #1a0e0d; }
  a:hover {
    text-decoration: none;
    color: #1a0e0d; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #1a0e0d; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1200px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1200px) {
    .sp {
      display: block; } }

* {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); }

body {
  height: 100vh;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100); }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%;
  padding-top: 0; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

.fadeIn {
  opacity: 0;
  transition: opacity 1s; }
  .fadeIn.visible {
    opacity: 1; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0;
  color: #1a0e0d;
  font-size: 14px;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-seri;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100); }

.innerBox {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 800px) {
    .innerBox {
      display: block; } }
  .innerBox .sp_btn {
    display: none; }
    @media screen and (max-width: 800px) {
      .innerBox .sp_btn {
        display: block;
        position: fixed;
        top: 16px;
        right: 16px;
        z-index: 100;
        width: 25px;
        height: 25px; } }

.main-slider {
  width: calc(100% - (100%/2.5)); }
  @media screen and (max-width: 1200px) {
    .main-slider {
      width: fit-content; } }
  @media screen and (max-width: 800px) {
    .main-slider {
      width: 100%; } }
  .main-slider .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    @media screen and (max-width: 1200px) {
      .main-slider .swiper-wrapper .swiper-slide {
        display: block; } }
    .main-slider .swiper-wrapper .swiper-slide div {
      width: 50%;
      height: calc(var(--vh, 1vh) * 100); }
      .main-slider .swiper-wrapper .swiper-slide div img {
        height: 100%;
        width: auto;
        object-fit: cover;
        object-position: top; }
        @media screen and (max-width: 1200px) {
          .main-slider .swiper-wrapper .swiper-slide div img {
            object-fit: contain;
            object-position: bottom; } }
      .main-slider .swiper-wrapper .swiper-slide div:nth-child(1) {
        order: 2;
        text-align: right;
        width: fit-content;
        position: relative;
        margin: 0 auto; }
        .main-slider .swiper-wrapper .swiper-slide div:nth-child(1).back {
          background: #dcdddd; }
      .main-slider .swiper-wrapper .swiper-slide div .sp_detail {
        display: flex;
        background: #1a0e0d;
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
        bottom: 0;
        height: fit-content;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 16px 24px; }
        .main-slider .swiper-wrapper .swiper-slide div .sp_detail p {
          font-size: min(0.9em, 3vw);
          color: #ffffff;
          font-weight: 600;
          width: auto;
          height: fit-content; }
          .main-slider .swiper-wrapper .swiper-slide div .sp_detail p span {
            font-size: 60%;
            padding-left: 1.0em; }
          .main-slider .swiper-wrapper .swiper-slide div .sp_detail p:nth-child(2) {
            text-align: right; }
        .main-slider .swiper-wrapper .swiper-slide div .sp_detail a {
          font-size: min(1em, 3.2vw);
          color: #1a0e0d;
          padding: 0 8px;
          background: #ffffff;
          border: 1px solid #ffffff;
          display: block;
          width: fit-content;
          height: 28px;
          line-height: 28px; }
          .main-slider .swiper-wrapper .swiper-slide div .sp_detail a:hover {
            color: #ffffff;
            background: #1a0e0d;
            border: 1px solid #ffffff; }
        .main-slider .swiper-wrapper .swiper-slide div .sp_detail.illustrator {
          background: #0a96aa;
          justify-content: center; }
          .main-slider .swiper-wrapper .swiper-slide div .sp_detail.illustrator:hover {
            opacity: .7; }
          .main-slider .swiper-wrapper .swiper-slide div .sp_detail.illustrator::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 40px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 11px solid #ffffff;
            border-right: 0; }
          .main-slider .swiper-wrapper .swiper-slide div .sp_detail.illustrator p {
            text-align: center;
            font-size: min(1em, 3.2vw);
            letter-spacing: 1px; }
    .main-slider .swiper-wrapper .swiper-slide .detail {
      order: 1;
      flex: 1;
      width: auto;
      background: #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      text-align: left;
      padding: 40px; }
      @media screen and (max-width: 1200px) {
        .main-slider .swiper-wrapper .swiper-slide .detail {
          display: none; } }
      .main-slider .swiper-wrapper .swiper-slide .detail div {
        width: 100%;
        height: auto; }
        .main-slider .swiper-wrapper .swiper-slide .detail div:nth-child(1) {
          text-align: left;
          order: 1;
          margin-bottom: 40px; }
        .main-slider .swiper-wrapper .swiper-slide .detail div:nth-child(2) {
          order: 2; }
        .main-slider .swiper-wrapper .swiper-slide .detail div p {
          font-weight: 600;
          font-size: min(0.9em, 3vw);
          letter-spacing: 0;
          height: fit-content; }
          .main-slider .swiper-wrapper .swiper-slide .detail div p span {
            font-size: 60%;
            padding-left: 1.0em; }
        .main-slider .swiper-wrapper .swiper-slide .detail div a {
          background: #1a0e0d;
          font-weight: 600;
          font-size: min(0.9em, 3vw);
          padding: 0.7em;
          line-height: 1.0;
          color: #ffffff; }

.swiper-nav-group {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50vw;
  padding: 8px 3px;
  margin-left: 8px; }

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  position: static;
  color: rgba(26, 14, 13, 0.7);
  margin: 0; }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    transform: rotate(90deg); }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: #1a0e0d; }

.swiper-pagination {
  width: auto;
  height: auto;
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 24px 0; }
  .swiper-pagination .swiper-pagination-current {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 1.2;
    color: #1a0e0d; }
  .swiper-pagination .separator {
    width: 11px;
    height: 1px;
    background: #1a0e0d;
    display: block;
    position: relative;
    margin: 10px 0; }
  .swiper-pagination .swiper-pagination-total {
    width: auto;
    height: auto;
    font-size: 11px;
    color: #1a0e0d;
    line-height: 1.2; }

.thumbnailBox {
  width: calc(100%/2.5);
  background: #dcdddd;
  position: relative; }
  @media screen and (max-width: 800px) {
    .thumbnailBox {
      display: none; } }
  .sp_modal .thumbnailBox {
    display: block;
    width: 65%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.thumb-slider {
  position: absolute;
  height: auto;
  width: 60%;
  max-width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .sp_modal .thumb-slider {
    position: static;
    width: 100%;
    max-width: 400px;
    transform: none;
    left: auto;
    top: auto; }

.thumb-slider .swiper-slide {
  height: calc(100%/6 - 10px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .sp_modal .thumb-slider .swiper-slide {
    height: auto !important; }

.thumb-slider .swiper-slide-thumb-active {
  border: 1px solid #1a0e0d;
  box-sizing: border-box; }

.sp_modal {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center; }
  .sp_modal.is-open {
    display: flex; }
  .sp_modal .sp_modal_inner {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #dcdddd;
    position: relative;
    overflow-y: auto; }
  .sp_modal .sp_modal_close {
    width: auto;
    height: auto;
    position: absolute;
    top: 10%;
    right: 40px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    z-index: 1; }
    .sp_modal .sp_modal_close img {
      max-width: 20px; }

.myModal {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center; }
  .myModal.is-show {
    display: block; }
  .myModal .modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content; }
    @media screen and (max-width: 800px) {
      .myModal .modal_inner {
        width: 70%; } }
    .myModal .modal_inner a img {
      max-width: 400px; }
  .myModal .myModal_close {
    width: auto;
    height: auto;
    position: absolute;
    top: -27px;
    right: 0;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    z-index: 1; }
    .myModal .myModal_close img {
      width: 20px;
      filter: brightness(0) invert(1); }
