@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  background-color: #FAFAFA;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto;
  }
}

body.fixed {
  position: fixed;
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

#bg-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 99;
  transition: opacity 0.3s ease-out 0.1s;
}

#bg-loading.hide {
  opacity: 0;
  pointer-events: none;
}

#page-top {
  margin: -8% 0 1% 90%;
}
@media screen and (min-width: 769px) {
  #page-top {
    margin: -3% 0 3% 92%;
  }
}
#page-top img {
  width: 2.3611111111vw;
}
@media screen and (max-width: 768px) {
  #page-top img {
    width: 6.1333333333vw;
  }
}

#fixed-header {
  position: fixed;
  opacity: 0;
  height: 70px;
  font-size: 1.3em;
  box-sizing: border-box;
  z-index: 999;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 20%);
}
@media screen and (min-width: 769px) {
  #fixed-header {
    width: 95%;
    font-size: 1.5em;
  }
}

#fixed-header.is-show {
  opacity: 1;
}

#main {
  position: relative;
  background-color: #DFD7C5;
}
#main h1 {
  position: absolute;
  z-index: 10;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw;
}
@media screen and (min-width: 769px) {
  #main h1 {
    width: 63vw;
    top: 55%;
  }
}
#main .slider,
#main .slider02 {
  transition: none;
}
#main .slider div,
#main .slider02 div {
  margin-left: 3px;
}

.col_box {
  background-color: #DFD7C5;
  height: 84vw;
  z-index: -1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .col_box {
    height: 46vw;
  }
}

video {
  margin: 13vw auto;
}

/************************/
/* #section_list
/************************/
#section_list {
  position: relative;
  z-index: 1;
  margin-top: -423vw;
}
@media screen and (min-width: 769px) {
  #section_list {
    margin: -264vw auto 0;
  }
}
#section_list .col_box {
  margin-top: 200vw;
  width: 100%;
  height: 72vw;
}
@media screen and (min-width: 769px) {
  #section_list .col_box {
    height: 43vw;
    margin-top: 132vw;
  }
}
@media screen and (min-width: 769px) {
  #section_list .container {
    width: 55%;
    margin: 0 auto;
  }
}
#section_list h3 {
  text-align: center;
  font-size: 23px;
  margin: 0 auto 10%;
}
@media screen and (min-width: 769px) {
  #section_list h3 {
    font-size: 32px;
    margin: 0 auto 4%;
  }
}
#section_list .slide li img {
  margin: 0 8px;
}
#section_list .slide li a span {
  bottom: 8px;
  right: 16px;
  width: 19px;
}
#section_list .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  background-color: #DFD7C5;
  padding-bottom: 15%;
  justify-content: center;
}
#section_list .flex figure {
  width: 49.5%;
}
@media screen and (min-width: 769px) {
  #section_list .flex figure {
    width: 36%;
  }
}
@media screen and (min-width: 769px) {
  #section_list .flex {
    padding-bottom: 10%;
  }
}

.w_87 {
  width: 87%;
  margin: 10% auto !important;
}
@media screen and (min-width: 769px) {
  .w_87 {
    width: 54%;
    margin: 5% auto !important;
  }
}

.sp_60 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sp_60 {
    width: 72%;
  }
}

@media screen and (min-width: 769px) {
  .w_60 {
    width: 60%;
  }
}

.mt_20 {
  margin-top: 20% !important;
}
@media screen and (min-width: 769px) {
  .mt_20 {
    margin-top: 10% !important;
  }
}

#section_list figure img,
#section_list figure video {
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

#section_list ul {
  width: 100%;
}
#section_list ul li {
  margin: 0 auto;
}
#section_list ul li:nth-child(1) {
  width: 80%;
}
#section_list ul li:nth-child(2) {
  width: 60%;
  margin-top: 112vw;
}
@media screen and (min-width: 769px) {
  #section_list ul li:nth-child(2) {
    margin-top: 69vw;
  }
}
#section_list ul li:nth-child(8) {
  width: 49%;
  margin: -10% 0 -5% 5%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #section_list ul li:nth-child(8) {
    width: 26%;
    margin: -6% 0 -7% 24%;
  }
}
#section_list ul li:nth-child(9) {
  width: 55%;
  margin: 0 0 0 40%;
}
@media screen and (min-width: 769px) {
  #section_list ul li:nth-child(9) {
    width: 35%;
    margin: 0 0 0 43%;
  }
}
#section_list ul li:nth-child(17) {
  margin: 15% auto;
}
@media screen and (max-width: 768px) {
  #section_list ul li:nth-child(17) {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #section_list ul li:nth-child(17) {
    margin: 9% auto;
  }
}
#section_list ul li:nth-child(20) {
  width: 60%;
  margin: 15% auto;
}
@media screen and (min-width: 769px) {
  #section_list ul li:nth-child(20) {
    width: 41%;
    margin: 13% auto;
  }
}

#section_list ul li figure {
  overflow: hidden;
  width: 100%;
  transform: scale(1.004);
}

@supports (-ms-ime-align: auto) {
  #section_list ul li figure {
    width: 101%;
    transform: none;
  }
}
#section_list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

#section_list ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#section_list ul li a:hover:after {
  opacity: 0.3;
}

#section_list ul li a span {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 19px;
  height: 19px;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #section_list ul li a span {
    bottom: 42px;
    right: 23px;
    width: 41px;
    height: 19px;
  }
}

#section_list ul li a span img {
  width: 100%;
}

/************************/
/* modal 関連
/************************/
#overlay {
  /* viewpointを相対位置にし、全画面表示にする */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9); /* 背景を半透明にする */
  opacity: 0;
  transition: opacity 0.2s ease-out;
  display: none; /* HTML要素を非表示にする */
  z-index: 998; /* 「メインのHTML要素」よりもスタックレベルを高くする */
  pointer-events: none;
}

#modalWindow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border: 0px solid #D04255;
  background-color: #FFF;
  z-index: 998;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  #modalWindow {
    padding: 100px;
  }
}

#modalWindow.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-close {
  position: fixed;
  top: 15px;
  right: 34px;
  z-index: 999;
  display: none;
}

.modal-close.open {
  display: block;
}

.modal-close .menu_trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 40px;
  height: 40px;
}

.modal-close .menu_trigger .inner {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

.modal-close .menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  background-color: #999;
}

.modal-close .menu_trigger span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
}

.modal-close .menu_trigger span:nth-of-type(2) {
  top: 50%;
  transform: rotate(45deg);
}

/* bodyにis-menu-openクラスが付いたらモーダル表示 */
body.is-menu-open #overlay {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

#modalWindow > ul {
  width: 45%;
  margin: 0 auto;
  opacity: 0;
}

#modalWindow.open > ul {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#modalWindow > ul li {
  margin-bottom: 100px;
}

#modalWindow > ul li.modal-fade {
  opacity: 0;
  transition: all 0.8s ease;
}

#modalWindow > ul li.modal-fade.is-fadein {
  opacity: 1;
}

#modalWindow > ul li .photo {
  margin-bottom: 15px;
}

#modalWindow > ul li .photo img {
  width: 100%;
}

#modalWindow > ul li .credit {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: right;
}
#modalWindow > ul li .credit a span {
  text-decoration: underline;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  /************************/
  /* 全体
  /************************/
  body {
    width: 100%;
    height: 100%;
  }
  /************************/
  /* h1 logo
  /************************/
  h1 {
    top: 20px;
    left: 25px;
    width: 82%;
    z-index: 4;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #CA0018;
    font-size: 14.9333333333vw;
    line-height: 0.8;
  }
  h1 span {
    font-size: 4vw;
  }
  h1.active a:before {
    opacity: 1;
  }
  h1 img {
    width: 100%;
  }
  h1 a {
    display: block;
  }
  h1.active {
    display: none;
  }
  /************************/
  /* #section_main
  /************************/
  #section_main {
    width: 100%;
    height: 86vh;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    box-sizing: border-box;
  }
  #section_main figure {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: top 0 left 37.6%;
  }
  #section_main figure img {
    display: none;
  }
  #section_main .box_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #section_main .box_title .title_main {
    text-align: center;
  }
  #section_main .box_title .title_main img {
    width: 125px;
  }
  /************************/
  /* #section_list
  /************************/
  #section_list ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
  }
  #section_list ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #section_list ul li a:hover:after {
    opacity: 0.3;
  }
  #section_list ul li a span {
    position: absolute;
    bottom: 23px;
    right: 13px;
    width: 27px;
    display: block;
    z-index: 1;
  }
  /************************/
  /* modal 関連
  /************************/
  #overlay {
    /* viewpointを相対位置にし、全画面表示にする */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9); /* 背景を半透明にする */
    opacity: 0;
    transition: opacity 0.2s ease-out;
    display: none; /* HTML要素を非表示にする */
    z-index: 1; /* 「メインのHTML要素」よりもスタックレベルを高くする */
    pointer-events: none;
  }
  #modalWindow {
    width: 100%;
    height: 100%;
    position: fixed; /* viewpointを相対位置にする */
    top: 0;
    left: 0;
    border: 0px solid #D04255;
    background-color: #FFF;
    z-index: 998;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 100px 30px;
  }
  .modal-close {
    position: fixed;
    top: 19px;
    right: 19px;
    z-index: 999;
  }
  .modal-close .menu_trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .modal-close .menu_trigger .inner {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
  }
  .modal-close .menu_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    background-color: #999;
  }
  .modal-close .menu_trigger span:nth-of-type(1) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .modal-close .menu_trigger span:nth-of-type(2) {
    top: 50%;
    transform: rotate(45deg);
  }
  /* bodyにis-menu-openクラスが付いたらモーダル表示 */
  body.is-menu-open #overlay {
    opacity: 1;
    display: block;
    pointer-events: auto;
    z-index: 998;
  }
  #modalWindow > ul {
    width: 100%;
    margin: 0 auto;
  }
  #modalWindow > ul li {
    margin-bottom: 60px;
  }
  #modalWindow > ul li .photo {
    margin-bottom: 10px;
  }
  #modalWindow > ul li .photo img {
    width: 100%;
  }
  #modalWindow > ul li .credit {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 25px;
    text-align: right;
    padding: 0 8px;
    line-height: 1.5;
  }
}
footer {
  padding: 0 0 20px;
  background-color: #DFD7C5;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 0 0 5px;
  }
}
@media screen and (min-width: 769px) {
  footer .sta_cre {
    font-size: 14px;
  }
}
footer p {
  text-align: center;
}
footer .all_btn p {
  border: 1px solid #000000;
  width: 65%;
  margin: 100px auto;
  padding: 6px 0;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  footer .all_btn p {
    width: 30%;
    margin: 100px auto;
    padding: 10px 0;
    font-size: 17px;
  }
}
footer .b_logo {
  width: 120px;
  margin: 0 auto 15px;
}
footer .Copyright {
  font-size: 10px;
  text-align: center;
}

.all_sec {
  background-color: #DFD7C5;
  padding: 37% 0 32%;
}
@media screen and (min-width: 769px) {
  .all_sec {
    padding: 37% 0 15%;
    margin-top: -21%;
  }
}/*# sourceMappingURL=style.css.map */