/*----------------------------------------

	model CSS

-----------------------------------------*/
.c-headline__pic figcaption {
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}

.c-headline__ttl {
  height: 54px;
}
@media all and (min-width: 768px) {
  .c-headline__ttl {
    height: 68px;
  }
}
@media all and (min-width: 1200px) {
  .c-headline__ttl {
    height: 74px;
  }
}

/*------------------------
section.sec
*/
.sec {
  --bg: $c-white;
  background: var(--bg);
}
.sec.model01 {
  padding: 80px 0 0;
}
@media all and (max-width: 767px) {
  .sec.model01 {
    padding: 35px 0 0;
  }
}
.sec.model02 {
  padding: 80px 0;
}
@media all and (max-width: 767px) {
  .sec.model02 {
    padding: 55px 0 40px;
  }
}
.sec.virtual {
  margin-top: 80px;
  padding: 80px 0;
  background: #E0DBCD;
}
@media all and (max-width: 767px) {
  .sec.virtual {
    margin-top: 40px;
    padding: 40px 0 30px;
  }
}
.sec.virtual .sec-head__lead {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .sec.virtual .sec-head__lead {
    margin-bottom: 60px;
  }
}
.sec.virtual .notes {
  margin: 1rem 0;
}
@media all and (max-width: 767px) {
  .sec .inner {
    width: 88%;
  }
}
.sec .sec-head {
  text-align: center;
}
.sec .sec-head__ttl {
  width: 100%;
  margin-bottom: 40px;
  color: #998959;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .sec .sec-head__ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.sec .sec-head__ttl em {
  display: block;
  font-size: 3.4rem;
  font-weight: inherit;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .sec .sec-head__ttl em {
    font-size: 2.8rem;
  }
}
.sec .sec-head__lead {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  .sec .sec-head__lead {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.sec .sec-body .gallery {
  position: relative;
}
.sec .sec-body .gallery .__type {
  position: absolute;
  left: 0;
  z-index: 10;
  top: -55px;
  max-width: 160px;
}
@media all and (min-width: 1200px) {
  .sec .sec-body .gallery .__type {
    top: -55px;
    max-width: 205px;
  }
}
@media all and (max-width: 767px) {
  .sec .sec-body .gallery .__type {
    top: -40px;
    max-width: 120px;
  }
}
.sec .sec-body .gallery .c-gallery {
  --swiper-arrow: 30px;
  --swiper-thum: 25%;
}
.sec .sec-body .gallery .c-gallery .swiper-button {
  display: block;
  position: absolute;
  width: var(--swiper-arrow);
  height: var(--swiper-arrow);
  margin-top: calc(var(--swiper-arrow) / -2);
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sec .sec-body .gallery .c-gallery .swiper-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--swiper-arrow) / 4);
  height: calc(var(--swiper-arrow) / 4);
  border-top: 1px solid #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.sec .sec-body .gallery .c-gallery .swiper-button-prev {
  display: none;
}
@media all and (max-width: 767px) {
  .sec .sec-body .gallery .c-gallery .swiper-button-prev {
    display: block;
    left: 0;
  }
  .sec .sec-body .gallery .c-gallery .swiper-button-prev::after {
    margin-left: 5%;
    border-left: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.sec .sec-body .gallery .c-gallery .swiper-button-next {
  display: none;
}
@media all and (max-width: 767px) {
  .sec .sec-body .gallery .c-gallery .swiper-button-next {
    display: block;
    right: 0;
  }
  .sec .sec-body .gallery .c-gallery .swiper-button-next::after {
    margin-left: -5%;
    border-right: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
.sec .sec-body .gallery .c-gallery__main {
  margin-bottom: 10px;
}
.sec .sec-body .gallery .c-gallery__main-img {
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.sec .sec-body .gallery .c-gallery__main-img::before {
  content: "";
  display: block;
  padding-bottom: 51.5%;
}
.sec .sec-body .gallery .c-gallery__main-img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec .sec-body .gallery .c-gallery__main-cap {
  padding: 5px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 6px #000;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: right;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media all and (min-width: 768px) {
  .sec .sec-body .gallery .c-gallery__main-cap {
    padding: 10px;
    font-size: 1.5rem;
  }
}
.sec .sec-body .gallery .c-gallery__thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1px;
}
.sec .sec-body .gallery .c-gallery__thum-button {
  position: relative;
  width: calc(var(--swiper-thum) - 1px);
  margin: 0 0 1px;
  cursor: pointer;
}
.sec .sec-body .gallery .c-gallery__thum-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec .sec-body .gallery .c-gallery__thum-button._on::after {
  opacity: 1;
  background: none;
}
.sec .sec-body .gallery .c-gallery__thum-button._on .c-gallery__thum-cap {
  opacity: 0;
}
.sec .sec-body .gallery .c-gallery__thum-img {
  padding-bottom: 62%;
}
.sec .sec-body .gallery .c-gallery__thum-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media all and (min-width: 768px) {
  .sec .sec-body .gallery .c-gallery {
    --swiper-arrow: 50px;
    --swiper-thum: 19.66%;
  }
  .sec .sec-body .gallery .c-gallery .swiper-button {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sec .sec-body .gallery .c-gallery .swiper-button:hover {
    opacity: 0.6;
  }
  .sec .sec-body .gallery .c-gallery__main {
    margin-bottom: 0.65%;
  }
  .sec .sec-body .gallery .c-gallery__main-cap {
    padding: 8px 10px;
  }
  .sec .sec-body .gallery .c-gallery__thum {
    gap: 0.5%;
  }
  .sec .sec-body .gallery .c-gallery__thum-button {
    margin-bottom: 0.5%;
  }
  .sec .sec-body .gallery .c-gallery__thum-button:hover .c-gallery__thum-cap {
    opacity: 0;
  }
  .sec .sec-body .gallery .c-gallery__thum-cap {
    font-size: 0.9rem;
  }
}
@media all and (min-width: 1200px) {
  .sec .sec-body .gallery .c-gallery {
    --swiper-thum: 12%;
  }
  .sec .sec-body .gallery .c-gallery__thum {
    gap: 0.65%;
  }
}

section.notes {
  margin-top: 0;
}
/*# sourceMappingURL=model.css.map */