<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! Writen  by SCSS */
.big_cap {
  margin-bottom: 5px; }
  .big_cap .big {
    font-size: 130%; }

.sec_main {
  position: relative;
  width: 100%;
  padding-bottom: 500px;
  background: url("../../gallery/image/main_bg.jpg") top center/cover no-repeat; }
  @media screen and (max-width: 1600px) {
    .sec_main {
      padding-bottom: calc(500%/16); } }
  @media screen and (max-width: 480px) {
    .sec_main {
      background: url("../../gallery/image/main_bg_sp.jpg") top center/cover no-repeat; } }
  .sec_main .main_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 720px;
    width: calc(720%/16); }
    @media screen and (max-width: 480px) {
      .sec_main .main_txt {
        width: calc(340%/4.14); } }
  .sec_main .t_cap {
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
    position: absolute;
    bottom: 3px;
    right: 3px; }
    @media screen and (max-width: 480px) {
      .sec_main .t_cap {
        font-size: 8px; } }

.fix_bg {
  position: relative;
  z-index: 1; }
  .fix_bg::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: url("../../image/bg_fix.jpg") top center/cover no-repeat; }

.txt42 {
  font-size: clamp(12px, 3.03vw, 42px); }

.txt30 {
  font-size: clamp(8px, 2.12vw, 30px);
  letter-spacing: 0; }
  @media screen and (max-width: 480px) {
    .txt30 {
      font-feature-settings: "palt"; } }

.page_ttls {
  padding-top: clamp(30px, 4.69%, 60px);
  padding-bottom: clamp(30px, 4.69%, 60px); }
  @media screen and (max-width: 480px) {
    .page_ttls {
      padding: 30px 0 25px; } }
  .page_ttls .sec_head {
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .page_ttls .sec_head {
        margin-bottom: 8px; } }
  .page_ttls .txt30 {
    letter-spacing: 0.06em; }

.sec_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(25px, 3.13%, 40px); }
  @media screen and (max-width: 480px) {
    .sec_ttl {
      margin-bottom: 8px; } }
  .sec_ttl .lead {
    display: inline-block;
    margin: 0 3px;
    line-height: 1;
    word-break: keep-all; }
    @media screen and (max-width: 480px) {
      .sec_ttl .lead {
        font-size: 12px; } }
  .sec_ttl hr {
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #000; }

.sec_cont {
  margin-bottom: clamp(40px, 6.25%, 80px); }
  @media screen and (max-width: 480px) {
    .sec_cont {
      margin-bottom: 20px; } }
  .sec_cont.sec06 {
    margin-bottom: clamp(60px, 7.82%, 100px); }
    @media screen and (max-width: 480px) {
      .sec_cont.sec06 {
        margin-bottom: 80px; } }

.btn_list {
  display: flex; }
  @media screen and (max-width: 480px) {
    .btn_list {
      flex-wrap: wrap; } }
  .btn_list li {
    width: calc(142%/12.8); }
    @media screen and (min-width: 480px) {
      .btn_list li:not(:last-child) {
        margin-right: calc(20.5%/12.8); } }
    @media screen and (max-width: 480px) {
      .btn_list li {
        width: calc(90%/3.74);
        margin-right: 0; }
        .btn_list li:not(:nth-child(4n)) {
          margin-right: calc(4%/3.74); }
        .btn_list li:not(:nth-last-child(-n+4)) {
          margin-bottom: 1%; } }
  .btn_list .modal_btn {
    cursor: pointer; }
    @media (hover: hover) {
      .btn_list .modal_btn:hover {
        opacity: 0.7;
        transition: opacity 0.3s ease-in-out; } }

.sec02 .movi_btn {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  cursor: pointer; }
  @media (hover: hover) {
    .sec02 .movi_btn:hover {
      opacity: 0.7;
      transition: opacity 0.3s ease-in-out; } }
  .sec02 .movi_btn .movi_img {
    position: relative; }
    .sec02 .movi_btn .movi_img::before {
      content: "";
      position: absolute;
      font-size: 3em;
      line-height: 1.5em;
      height: 90px;
      width: 90px;
      top: 50%;
      left: 50%;
      border: none;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 50%;
      transition: all 0.4s;
      transform: translate(-50%, -50%);
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .sec02 .movi_btn .movi_img::before {
          width: 60px;
          height: 60px; } }
    .sec02 .movi_btn .movi_img::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 42px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      top: 50%;
      left: 48%;
      transform: translateY(-50%);
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .sec02 .movi_btn .movi_img::after {
          border-width: 15px 0 15px 25px; } }
.sec02 .cap_l {
  font-size: 10px;
  max-width: 800px;
  margin: 0 auto; }

@media screen and (max-width: 375px) {
  .vpc375 {
    display: none; } }

.vsp375 {
  display: none; }
  @media screen and (max-width: 375px) {
    .vsp375 {
      display: block; } }

html.iziModal-isAttached, html.iziModal-isOverflow {
  overflow: inherit !important; }

/*モーダル*/
.iziModal {
  box-shadow: none !important;
  background: inherit !important; }

.iziModal ::-webkit-scrollbar-thumb {
  box-shadow: none !important;
  background: inherit !important;
  border: 0 !important; }

.iziModal ::-webkit-scrollbar-thumb {
  background-color: inherit !important;
  background-clip: inherit !important;
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important; }

.modal_cont {
  display: none !important; }

.model {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: auto; }

.model .close_btn2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer; }
  @media screen and (max-width: 750px) {
    .model .close_btn2 {
      top: -35px;
      width: 35px;
      height: 35px; } }

.model .close_btn2::before {
  content: '×';
  font-size: 45px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .model .close_btn2::before {
      font-size: 35px; } }

.cap_box &gt; p.cap_2x {
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (max-width: 1200px) {
    .cap_box &gt; p.cap_2x br.ex {
      display: none; } }
  @media screen and (max-width: 750px) {
    .cap_box &gt; p.cap_2x {
      font-size: 12px; } }

.iziModal {
  max-width: 1280px !important;
  max-height: 895px; }

.video_wrap {
  position: relative;
  padding-top: 56.25%; }
  .video_wrap video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.iziModal-navigate {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: auto;
  z-index: 99999999 !important; }
  .iziModal-navigate button {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 36px !important;
    height: 63px !important; }
    @media screen and (max-width: 750px) {
      .iziModal-navigate button {
        width: 15px !important;
        height: 24px !important; } }

.iziModal-navigate-prev {
  background-image: url("../../modelroom/image/arrow_pre.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1 !important;
  margin: auto !important;
  left: 0; }
  @media screen and (max-width: 750px) {
    .iziModal-navigate-prev {
      left: 5px; } }

.iziModal-navigate-next {
  background-image: url("../../modelroom/image/arrow_nex.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1 !important;
  margin: auto !important;
  right: 0; }
  @media screen and (max-width: 750px) {
    .iziModal-navigate-next {
      right: 5px; } }

@media screen and (max-width: 750px) {
  .sp_txt12 {
    font-size: 3vw; } }
</pre></body></html>