@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1025px) {
  .c-tab {
    margin-top: 6.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-tab {
    margin-top: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-tab {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-tab__panel {
    margin-top: 4.21rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-tab__panel {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-tab__panel {
    margin-top: 4rem;
  }
}

.c-video {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .c-video {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .c-video {
    max-width: calc(1100px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .c-video {
    max-width: calc(1100px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-video {
    width: calc(1280 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-video {
    width: calc(383 / 428 * 100%);
  }
}
.c-video__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .c-video__list {
    column-gap: 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-video__list {
    column-gap: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-video__list {
    column-gap: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-video__list {
    justify-content: space-between;
    row-gap: 1em;
  }
}
.c-video__single {
  text-align: center;
}
.c-video__single a {
  text-decoration: none;
  transition: .5s;
  cursor: pointer;
}
.c-video__single a:hover {
  opacity: .8;
}
@media only screen and (min-width: 768px) {
  .c-video__single.col3 {
    width: calc(350 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-video__single.col3 {
    width: 48%;
  }
}

.c-photo {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .c-photo {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .c-photo {
    max-width: calc(1100px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .c-photo {
    max-width: calc(1100px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-photo {
    width: calc(1280 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-photo {
    width: calc(383 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .c-photo {
    margin-top: 12.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-photo {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-photo {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .c-photo .c-tab__btn__list::after {
    content: "";
    display: inline-block;
    width: calc(550 / 1280 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .c-photo .btn_more {
    margin-top: 4.21rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-photo .btn_more {
    margin-top: 2em;
  }
}
.c-photo .btn_more .c-btn-text {
  position: relative;
}
.c-photo .btn_more .c-btn-text__text {
  padding-right: 1.42rem;
}
.c-photo .btn_more .c-btn-text:after {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/gallery/ic_plus.svg) center center/contain no-repeat;
}
.c-photo__wrp {
  display: none;
  justify-content: left;
  gap: 0.5rem;
}
.c-photo__wrp:not(:first-child) {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .c-photo__wrp {
    flex-direction: column;
  }
}
.c-photo__wrp.active {
  display: flex;
}
.c-photo__photo_3, .c-photo__photo_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .c-photo__photo_3, .c-photo__photo_4 {
    width: calc(546 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-photo__photo_3, .c-photo__photo_4 {
    width: 100%;
  }
}
.c-photo__single a {
  transition: .5s;
  cursor: pointer;
}
.c-photo__single a:hover {
  opacity: .8;
}
.c-photo__single__1x1 {
  grid-column: span 2;
  grid-row: span 2;
}
.c-photo__single__2x2 {
  grid-column: span 4;
  grid-row: span 3;
}
.c-photo__single__1x2 {
  grid-column: span 2;
  grid-row: span 3;
}

.l-modal__overlay {
  z-index: 120;
}
.l-modal__photo__container, .l-modal__video__container {
  position: relative;
}
.l-modal__photo__container header, .l-modal__video__container header {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 121;
}
.l-modal__photo__container .l-modal__content .l-modal-close, .l-modal__video__container .l-modal__content .l-modal-close {
  transition: .3s;
  position: absolute;
}
@media only screen and (min-width: 1025px) {
  .l-modal__photo__container .l-modal__content .l-modal-close, .l-modal__video__container .l-modal__content .l-modal-close {
    top: -1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal__photo__container .l-modal__content .l-modal-close, .l-modal__video__container .l-modal__content .l-modal-close {
    top: -1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal__photo__container .l-modal__content .l-modal-close, .l-modal__video__container .l-modal__content .l-modal-close {
    top: -1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-modal__photo__container .l-modal__content .l-modal-close, .l-modal__video__container .l-modal__content .l-modal-close {
    right: -1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal__photo__container .l-modal__content .l-modal-close, .l-modal__video__container .l-modal__content .l-modal-close {
    right: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal__photo__container .l-modal__content .l-modal-close, .l-modal__video__container .l-modal__content .l-modal-close {
    right: 1rem;
  }
}
.l-modal__photo__container .l-modal__content .l-modal-close .btn_close, .l-modal__video__container .l-modal__content .l-modal-close .btn_close {
  position: relative;
}
.l-modal__photo__container .l-modal__content .l-modal-close .btn_close:before, .l-modal__photo__container .l-modal__content .l-modal-close .btn_close:after, .l-modal__video__container .l-modal__content .l-modal-close .btn_close:before, .l-modal__video__container .l-modal__content .l-modal-close .btn_close:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .l-modal__photo__container .l-modal__content .l-modal-close .btn_close:before, .l-modal__photo__container .l-modal__content .l-modal-close .btn_close:after, .l-modal__video__container .l-modal__content .l-modal-close .btn_close:before, .l-modal__video__container .l-modal__content .l-modal-close .btn_close:after {
    width: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal__photo__container .l-modal__content .l-modal-close .btn_close:before, .l-modal__photo__container .l-modal__content .l-modal-close .btn_close:after, .l-modal__video__container .l-modal__content .l-modal-close .btn_close:before, .l-modal__video__container .l-modal__content .l-modal-close .btn_close:after {
    width: 1rem;
  }
}
.l-modal__photo__container .l-modal__content .l-modal-close .btn_close:before, .l-modal__video__container .l-modal__content .l-modal-close .btn_close:before {
  transform: rotate(-45deg);
}
.l-modal__photo__container .l-modal__content .l-modal-close .btn_close:after, .l-modal__video__container .l-modal__content .l-modal-close .btn_close:after {
  transform: rotate(45deg);
}
.l-modal__photo__container .l-modal__content .l-modal-close:hover, .l-modal__video__container .l-modal__content .l-modal-close:hover {
  opacity: .7;
}
.l-modal__video .l-modal__content {
  position: absolute;
  max-width: 1100px;
  margin-inline: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: fit-content;
}
@media only screen and (min-width: 1025px) {
  .l-modal__video .l-modal__content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal__video .l-modal__content {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal__video .l-modal__content {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .l-modal__video .l-modal__content {
    max-width: 800px;
  }
}
.l-modal__video .l-modal__content iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.l-modal__photo .l-modal__content {
  position: absolute;
  max-width: 1100px;
  margin-inline: auto;
  background-color: #f7f7f7;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: fit-content;
}
@media only screen and (min-width: 768px) {
  .l-modal__photo .l-modal__content {
    padding: 1.42rem 1.42rem 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal__photo .l-modal__content {
    padding: 0.71rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-modal__photo .l-modal__content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal__photo .l-modal__content {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal__photo .l-modal__content {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .l-modal__photo .l-modal__content {
    max-width: 800px;
  }
}
.l-modal__photo .l-modal__content .txt_img {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-modal__photo .l-modal__content .txt_img {
    margin-top: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal__photo .l-modal__content .txt_img {
    margin-top: 0.35rem;
  }
}

@media only screen and (min-width: 1025px) {
  .p-bottom {
    margin-top: 8.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-bottom {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-bottom {
    margin-top: 5em;
  }
}
.p-bottom .c-link-set {
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .p-bottom .c-link-set {
    margin-top: 3.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-bottom .c-link-set {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-bottom .c-link-set {
    margin-top: 3em;
  }
}
