@charset "UTF-8";
/*///////////////////////////////////////////////////////
    グッズ・オプション スタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
.contents {
  margin-bottom: 9.6rem;
}

@media screen and (min-width: 961px) {
  .contents {
    margin-bottom: 12rem;
  }
}
.custom-detail--ttl {
  margin-bottom: 2.8rem;
  padding: 1.2rem 0;
  text-align: center;
  background: #F0F0F0;
}
.custom-detail--ttl h2 {
  font-weight: 700;
  line-height: 1.4;
}
.custom-detail--ttl .en {
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-size: 2.2rem;
}
.custom-detail--ttl small {
  font-size: 1.2rem;
}

@media screen and (min-width: 961px) {
  .custom-detail--ttl {
    margin-bottom: 4rem;
    padding: 1.8rem 0;
    text-align: left;
  }
  .custom-detail--ttl h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
  }
  .custom-detail--ttl .en {
    font-family: "Montserrat", "Zen Kaku Gothic New", serif;
    font-size: 3rem;
  }
  .custom-detail--ttl small {
    font-size: 1.3rem;
  }
}
.custom-detail--read {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  margin-bottom: 4.2rem;
}
.custom-detail--read .custom-detail--read-text {
  flex: 0 0 100%;
  width: 100%;
  font-weight: 500;
}
.custom-detail--read .custom-detail--read-text .custom-detail--read-ttl {
  margin-bottom: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.6rem;
}
.custom-detail--read .custom-detail--read-text .custom-detail--read-body {
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: 1.2rem;
}
.custom-detail--read .custom-detail--read-img {
  flex: 0 0 100%;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .custom-detail--read {
    align-items: center;
    gap: 8rem;
  }
  .custom-detail--read .custom-detail--read-text {
    flex: 0 0 50rem;
    width: 50rem;
    padding: 0;
  }
  .custom-detail--read .custom-detail--read-text .custom-detail--read-ttl {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    text-align: left;
  }
  .custom-detail--read .custom-detail--read-text .custom-detail--read-body {
    font-size: 1.4rem;
  }
  .custom-detail--read .custom-detail--read-img {
    flex: 0 0 58.2rem;
    width: 58.2rem;
  }
}
.custom-detail-gallery {
  margin: 4rem 0 5.6rem;
}
.custom-detail-gallery .gallery-ttl {
  margin-bottom: 2rem;
  text-align: center;
}
.custom-detail-gallery .gallery-ttl .gallery-ttl-main {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.custom-detail-gallery .gallery-ttl .gallery-ttl-sub {
  font-size: 1.2rem;
}
.custom-detail-gallery .photo-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.2rem;
  margin-bottom: 2rem;
}
.custom-detail-gallery .photo-gallery .item .thum {
  aspect-ratio: 1/1;
  margin-bottom: 1.2rem;
}
.custom-detail-gallery .photo-gallery .item .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.custom-detail-gallery .photo-gallery .item .name {
  font-weight: 700;
  font-size: 1.3rem;
}
.custom-detail-gallery .attent {
  font-size: 1rem;
}

.custom-detail--pdf .link-btn {
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.custom-detail--pdf .link-btn .link {
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 100%;
}
.custom-detail--pdf .link-btn .link .icon {
  width: 1.4em;
  transform: none;
}

.custom-detail-movie {
  margin-top: 5.6rem;
}
.custom-detail-movie iframe {
  display: block;
  aspect-ratio: 16/9;
  width: min(960px, 100%);
  margin: auto;
}

@media screen and (min-width: 961px) {
  .custom-detail-gallery {
    margin: 4rem 0 12rem;
  }
  .custom-detail-gallery .gallery-ttl .gallery-ttl-main {
    font-size: 1.6rem;
  }
  .custom-detail-gallery .gallery-ttl .gallery-ttl-sub {
    font-size: 1.3rem;
  }
  .custom-detail-gallery .photo-gallery {
    grid-template-columns: repeat(5, 1fr);
    gap: 2.6rem 2rem;
    margin-bottom: 3.4rem;
  }
  .custom-detail-gallery .photo-gallery .item .thum {
    margin-bottom: 1.6rem;
  }
  .custom-detail-gallery .photo-gallery .item .name {
    font-size: 1.4rem;
  }
  .custom-detail-gallery .attent {
    font-size: 1.1rem;
  }
  .custom-detail--pdf .link-btn {
    gap: 0.8rem;
    width: 33rem;
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .custom-detail--pdf .link-btn .link {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
    text-align: center;
    color: #191919;
    background: #fff;
    border: 2px solid #191919;
    border-radius: 0.2rem;
    transition: all 0.3s;
  }
  .custom-detail--pdf .link-btn .link .icon {
    width: 1.6em;
    transition: all 0.3s;
  }
  .custom-detail--pdf .link-btn .link .icon svg path {
    fill: #191919;
  }
  .custom-detail--pdf .link-btn .link:hover {
    color: #fff;
    background: #191919;
  }
  .custom-detail--pdf .link-btn .link:hover .icon svg path {
    fill: #fff;
  }
  .custom-detail-movie {
    margin-top: 6.6rem;
  }
}
.custom-detail--body {
  margin: 5.6rem 0 6.4rem;
  padding: 4.2rem 0 7rem;
  letter-spacing: 0.1em;
  background: #F0F0F0;
}
.custom-detail--body .custom-detail--body-ttl {
  margin-bottom: 3.6rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.custom-detail--body .custom-detail--body-ttl .main {
  font-size: 2.2rem;
}
.custom-detail--body .custom-detail--body-ttl .sub {
  font-size: 1.2rem;
}
.custom-detail--body .custom--items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
}
.custom-detail--body .custom--items .thum {
  margin-bottom: 1.2rem;
}
.custom-detail--body .custom--items .namebox .name {
  font-weight: 700;
  font-size: 1.1rem;
}
.custom-detail--body .custom--items .namebox .name .en {
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-size: 1.64em;
}
.custom-detail--body .custom--items .namebox .icon {
  display: none;
}
.custom-detail--body .custom--items .copy {
  display: none;
}

@media screen and (min-width: 961px) {
  .custom-detail--body {
    margin: 12rem 0 11rem;
    padding: 5.2rem 0 12rem;
  }
  .custom-detail--body .custom-detail--body-ttl {
    margin-bottom: 6rem;
  }
  .custom-detail--body .custom-detail--body-ttl .main {
    font-size: 2.4rem;
  }
  .custom-detail--body .custom--items {
    grid-template-columns: repeat(4, 1fr);
    gap: 6rem 2.8rem;
  }
  .custom-detail--body .custom--items .thum {
    margin-bottom: 2rem;
  }
  .custom-detail--body .custom--items .namebox {
    margin-bottom: 1.2rem;
    padding-left: 1.6rem;
  }
  .custom-detail--body .custom--items .namebox .name .en {
    font-size: 1.6em;
  }
}
.custom-detail-sns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
.custom-detail-sns .item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.custom-detail-sns .item:last-child img {
  width: 2.2rem;
}
.custom-detail-sns .item img {
  width: 2.6rem;
}

@media screen and (min-width: 961px) {
  .custom-detail-sns {
    justify-content: flex-start;
  }
}
/*
.pswp__zoom-wrap{
    width: fit-content;
    height: fit-content;
    .pswp__img{
        position: revert;
    }
}
*/