@charset "UTF-8";

#main {
  background: unset !important;
  overflow: hidden;
}

#main .section {
  margin: 0;
}

#main .section img {
  width: 100%;
}

#main .shochikuza-memory-breadcrumb-wrap {
  background: url("img/bg_contents.png");
}

#main .section,
#main button {
  font-family: "Noto Serif JP",serif !important;
}

#main .shochikuza-memory-mv {
  background-color: #fcfaf6;
  position: relative;
}

#main .shochikuza-memory-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(212,204,183,0.2);
  clip-path: polygon(0 0,100% 0,100% 30%,0 40%);
}

#main .shochikuza-memory-mv__inner {
  display: -ms-grid;
  display: grid;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

#main .shochikuza-memory-mv__contents {
  padding: calc((100vw / 750 ) * 48 );
}

#main .shochikuza-memory-mv__contents img {
  max-width: 288px;
  margin: 0 auto;
  display: block;
}

#main .shochikuza-memory-mv__title {
  margin: calc((100vw / 750 ) * 48 ) 0;
  font-size: calc( (100vw / 750 ) * 48 );
  text-align: center;
  line-height: 1;
}

#main .shochikuza-memory-mv__media {
  line-height: 0;
  font-size: 0;
  aspect-ratio: 375/398;
  overflow: hidden;
  position: relative;
}

#main .shochikuza-memory-mv__media img {
  width: 100%;
  display: block;
}

#main .shochikuza-memory-mv__mediaInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2,1fr);
  gap: calc((100vw / 750 ) * 16 );
}

#main .shochikuza-memory-mv__mediaItem {
  padding-top: calc((100vw / 750 ) * 16 );
}

#main .shochikuza-memory-mv__mediaLeft .shochikuza-memory-mv__mediaList.is-scroll {
  -webkit-animation: infinity-scroll-vertical 40s infinite linear .5s both;
  animation: infinity-scroll-vertical 40s infinite linear .5s both;
}

#main .shochikuza-memory-mv__mediaRight .shochikuza-memory-mv__mediaList.is-scroll {
  -webkit-animation: infinity-scroll-vertical-reverse 40s infinite linear .5s both;
  animation: infinity-scroll-vertical-reverse 40s infinite linear .5s both;
}

#main .shochikuza-memory-scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fcfaf6;
  padding: calc((100vw / 750 ) * 40 ) 0;
  overflow: hidden;
}

#main .shochikuza-memory-scroll__item {
  width: calc((100vw / 750 ) * 662 );
  aspect-ratio: 1014/216;
  -webkit-animation: infinity-scroll-horizontal 20s infinite linear;
  animation: infinity-scroll-horizontal 20s infinite linear;
}

#main .shochikuza-memory-interview {
  padding: calc((100vw / 750 ) * 80 ) calc((100vw / 750 ) * 48 );
  background-color: #fff;
}

#main .shochikuza-memory-interview__inner {
  max-width: 1280px;
  margin: 0 auto;
}

#main .shochikuza-memory-interview__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc((100vw / 750 ) * 40 );
}

#main .shochikuza-memory-interview__media {
  width: calc((100vw / 750 ) * 324 );
  margin: 0 auto;
}

#main .shochikuza-memory-interview__contents {
  width: 100%;
}

#main .shochikuza-memory-interview__text {
  font-size: calc( (100vw / 750 ) * 32 );
}

#main .shochikuza-memory-interview__text span {
  display: block;
  width: 100%;
  text-align: right;
}

#main .shochikuza-memory-interview__name {
  text-align: right;
  font-weight: bold;
  font-size: calc( (100vw / 750 ) * 32 );
  margin-top: 1em;
}

#main .shochikuza-memory-gallery {
  background-color: #fdfcf8;
  position: relative;
}

#main .shochikuza-memory-gallery::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/special/shochikuza-memory/img_bg_gallery.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 10;
}

#main .shochikuza-memory-gallery__contents {
  padding: calc((100vw / 750 ) * 160 ) calc((100vw / 750 ) * 48 ) calc((100vw / 750 ) * 160 );
  position: relative;
  z-index: 30;
}

#main .shochikuza-memory-gallery__contents::before {
  content: "";
  display: block;
  width: calc((100vw / 750 ) * 400 );
  height: calc((100vw / 750 ) * 400 );
  position: absolute;
  top: calc((100vw / 750 ) * -214 );
  left: calc((100vw / 750 ) * -80 );
  background-image: url("img/special/shochikuza-memory/img_acce_gallery_left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#main .shochikuza-memory-gallery__contents::after {
  content: "";
  display: block;
  width: calc((100vw / 750 ) * 400 );
  height: calc((100vw / 750 ) * 400 );
  position: absolute;
  top: calc((100vw / 750 ) * 700 );
  right: calc((100vw / 750 ) * -40 );
  background-image: url("img/special/shochikuza-memory/img_acce_gallery_right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#main .shochikuza-memory-gallery__contentsInner {
  position: relative;
  z-index: 1;
}

#main .shochikuza-memory-gallery__title {
  font-size: calc( (100vw / 750 ) * 48 );
  color: #704a23;
  text-align: center;
  padding-bottom: calc((100vw / 750 ) * 56 );
  margin-bottom: calc((100vw / 750 ) * 40 );
  position: relative;
}

#main .shochikuza-memory-gallery__title::before {
  content: "";
  display: block;
  width: calc((100vw / 750 ) * 40 );
  height: calc((100vw / 750 ) * 42 );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("img/special/shochikuza-memory/img_icon_title.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#main .shochikuza-memory-gallery__text {
  font-size: calc( (100vw / 750 ) * 32 );
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#main .shochikuza-memory-carousel {
  margin-top: calc((100vw / 750 ) * -80 );
  padding-top: calc((100vw / 750 ) * 80 );
  padding-bottom: calc((100vw / 750 ) * 160 );
  position: relative;
}

#main .shochikuza-memory-carousel::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/special/shochikuza-memory/img_bg_carousel_gallery.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
}

#main .shochikuza-memory-carousel__swiper {
  z-index: 20;
}

#main .shochikuza-memory-carousel__wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#main .shochikuza-memory-carousel__slide {
  -webkit-transform: scale(.5) translateY(50%);
  transform: scale(.5) translateY(50%);
  -webkit-transition: .7s ease-in;
  transition: .7s ease-in;
  height: auto;
  border-radius: calc((100vw / 750 ) * 30 );
  overflow: hidden;
}

#main .shochikuza-memory-carousel__slide.swiper-slide-prev {
  -webkit-transform: scale(.5) translateY(50%) translateX(36%);
  transform: scale(.5) translateY(50%) translateX(36%);
}

#main .shochikuza-memory-carousel__slide.swiper-slide-next {
  -webkit-transform: scale(.5) translateY(50%) translateX(-36%);
  transform: scale(.5) translateY(50%) translateX(-36%);
}

#main .shochikuza-memory-carousel__slide .shochikuza-memory-carousel__slideMedia {
  opacity: 1;
  visibility: visible;
}

#main .shochikuza-memory-carousel__slide .shochikuza-memory-carousel__slideMediaActive {
  opacity: 0;
}

#main .shochikuza-memory-carousel__slide .shochikuza-memory-carousel__slideMediaActive visibility hidden {
  -webkit-transition: all .5s .2s;
  transition: all .5s .2s;
}

#main .shochikuza-memory-carousel__slide.swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#main .shochikuza-memory-carousel__slide.swiper-slide-active .shochikuza-memory-carousel__slideMedia {
  opacity: 0;
  visibility: hidden;
}

#main .shochikuza-memory-carousel__slide.swiper-slide-active .shochikuza-memory-carousel__slideMediaActive {
  opacity: 1;
  visibility: visible;
}

#main .shochikuza-memory-carousel__slideInner {
  aspect-ratio: 1400/1114;
  position: relative;
}

#main .shochikuza-memory-carousel__slide img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.161);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.161);
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  bottom: 0;
  left: 0;
}

#main .shochikuza-memory-carousel__prev,
#main .shochikuza-memory-carousel__next {
  cursor: pointer;
  width: calc((100vw / 750 ) * 44 );
  height: calc((100vw / 750 ) * 44 );
  top: 75%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

#main .shochikuza-memory-carousel__prev img,
#main .shochikuza-memory-carousel__next img {
  display: block;
  width: 100%;
  height: 100%;
}

#main .shochikuza-memory-carousel__prev svg,
#main .shochikuza-memory-carousel__next svg {
  display: none !important;
}

#main .shochikuza-memory-carousel__prev {
  left: 0;
}

#main .shochikuza-memory-carousel__next {
  right: 0;
}

#main .shochikuza-memory-carousel__captionWrap {
  margin-top: calc((100vw / 750 ) * 32 );
  position: relative;
  z-index: 30;
  height: calc((100vw / 750 ) * 124 );
}

#main .shochikuza-memory-carousel__caption {
  color: #fff;
  background-color: #302d2b;
  padding: calc((100vw / 750 ) * 16 ) calc((100vw / 750 ) * 32 );
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc( (100vw / 750 ) * 28 );
  letter-spacing: .1em;
}

#main .shochikuza-memory-carousel__caption span {
  display: block;
  text-align: center;
  font-weight: bold;
}

#main .shochikuza-memory-parallax {
  padding: calc((100vw / 750 ) * 200 ) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc((100vw / 750 ) * 200 );
  position: relative;
}

#main .shochikuza-memory-parallax__fixed {
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

#main .shochikuza-memory-parallax__fixed.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

#main .shochikuza-memory-parallax__media {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
  top: 11%;
}

#main .shochikuza-memory-parallax__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

#main .shochikuza-memory-favorite {
  background-color: #fcfaf6;
  padding: calc((100vw / 750 ) * 160 ) calc((100vw / 750 ) * 48 );
}

#main .shochikuza-memory-favorite__inner {
  max-width: 1320px;
  margin: 0 auto;
}

#main .shochikuza-memory-favorite__title {
  font-size: calc( (100vw / 750 ) * 48 );
  color: #704a23;
  text-align: center;
  padding-bottom: calc((100vw / 750 ) * 56 );
  margin-bottom: calc((100vw / 750 ) * 60 );
  position: relative;
}

#main .shochikuza-memory-favorite__title::before {
  content: "";
  display: block;
  width: calc((100vw / 750 ) * 40 );
  height: calc((100vw / 750 ) * 42 );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("img/special/shochikuza-memory/img_icon_title.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#main .shochikuza-memory-favorite__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2,1fr);
  gap: calc((100vw / 750 ) * 40 );
}

#main .shochikuza-memory-favorite__modalButton {
  width: 100%;
  cursor: pointer;
  display: block;
  border-radius: calc((100vw / 750 ) * 20 );
  -webkit-box-shadow: 0 calc((100vw / 750 ) * 10 ) calc((100vw / 750 ) * 12 ) 0 rgba(0,0,0,0.149);
  box-shadow: 0 calc((100vw / 750 ) * 10 ) calc((100vw / 750 ) * 12 ) 0 rgba(0,0,0,0.149);
}

#main .shochikuza-memory-favorite__modalButton:hover .shochikuza-memory-favorite__modalText {
  opacity: 1;
}

#main .shochikuza-memory-favorite__modalButtonInner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: calc((100vw / 750 ) * 20 );
}

#main .shochikuza-memory-favorite__modalText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: calc( (100vw / 750 ) * 28 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#main .shochikuza-memory-favorite__modalMedia img {
  display: block;
}

#main .shochikuza-memory-modal {
  background-color: transparent;
  border: none;
  margin: calc((100vw / 750 ) * 32 ) auto;
  opacity: 0;
  padding: 0;
  width: 90%;
  max-width: 720px;
  height: calc(100% - (4.266666666666667vw * 2));
  overflow: hidden !important;
}

#main .shochikuza-memory-modal::-webkit-backdrop {
  background-color: rgba(0,0,0,0.376);
}

#main .shochikuza-memory-modal::backdrop {
  background-color: rgba(0,0,0,0.376);
}

#main .shochikuza-memory-modal[open] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .shochikuza-memory-modal__content {
  background-color: #fff;
  border-radius: calc((100vw / 750 ) * 40 );
  position: relative;
  overflow-y: auto;
  max-height: 100%;
}

#main .shochikuza-memory-modal__contentInner {
  padding: calc((100vw / 750 ) * 32 );
}

#main .shochikuza-memory-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc((100vw / 750 ) * 44 );
}

#main .shochikuza-memory-modal__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  width: calc((100vw / 750 ) * 90 );
  height: calc((100vw / 750 ) * 90 );
}

#main .shochikuza-memory-modal__title {
  font-size: calc( (100vw / 750 ) * 48 );
  line-height: 1.5;
}

#main .shochikuza-memory-modal__media {
  margin: calc((100vw / 750 ) * 32 ) 0;
  display: block;
  aspect-ratio: 640/300;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: calc((100vw / 750 ) * 20 );
  -webkit-box-shadow: 0 5px 6.4px 0 rgba(0,0,0,0.149);
  box-shadow: 0 5px 6.4px 0 rgba(0,0,0,0.149);
}

#main .shochikuza-memory-modal img {
  display: block;
}

#main .shochikuza-memory-modal__detail {
  margin-top: 1em;
  font-size: calc( (100vw / 750 ) * 32 );
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: calc((100vw / 750 ) * 32 );
}

#main .shochikuza-memory-modal__detailYears {
  font-size: calc( (100vw / 750 ) * 28 );
}

#main .shochikuza-memory-foot {
  background-color: #fcfaf6;
}

#main .shochikuza-memory-banner {
  padding: calc((100vw / 750 ) * 80 ) calc((100vw / 750 ) * 48 ) 0;
}

#main .shochikuza-memory-banner__inner {
  max-width: 1080px;
  margin: 0 auto;
}

#main .shochikuza-memory-banner__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: calc((100vw / 750 ) * 32 );
}

#main .shochikuza-memory-banner__link {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#main .shochikuza-memory-banner__link:hover {
  opacity: .7;
  text-decoration: none !important;
}

#main .shochikuza-memory-banner__link img {
  display: block;
  width: 100%;
}

#main .shochikuza-memory-banner__link span {
  display: block;
  font-size: calc( (100vw / 750 ) * 28 );
  margin-top: calc((100vw / 750 ) * 16 );
  text-align: center;
}

#main .shochikuza-memory-message {
  background-image: url("img/special/shochikuza-memory/img_bg_message.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: calc((100vw / 750 ) * 240 ) calc((100vw / 750 ) * 48 ) calc((100vw / 750 ) * 200 );
  position: relative;
  overflow: hidden;
}

#main .shochikuza-memory-message::before {
  content: "";
  display: block;
  width: calc((100vw / 750 ) * 356 );
  height: calc((100vw / 750 ) * 356 );
  position: absolute;
  top: calc((100vw / 750 ) * -32 );
  left: calc((100vw / 750 ) * -32 );
  background-image: url("img/special/shochikuza-memory/img_acce_message_left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#main .shochikuza-memory-message::after {
  content: "";
  display: block;
  width: calc((100vw / 750 ) * 376 );
  height: calc((100vw / 750 ) * 376 );
  position: absolute;
  bottom: calc((100vw / 750 ) * -110 );
  right: calc((100vw / 750 ) * -20 );
  background-image: url("img/special/shochikuza-memory/img_acce_message_right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#main .shochikuza-memory-message__inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#main .shochikuza-memory-message__title {
  font-size: calc( (100vw / 750 ) * 52 );
  color: #704a23;
  text-align: center;
  margin-bottom: calc((100vw / 750 ) * 40 );
  line-height: 1.5;
}

#main .shochikuza-memory-message__text {
  font-size: calc( (100vw / 750 ) * 32 );
}

#main .shochikuza-memory-message__name {
  text-align: right;
  font-weight: bold;
  font-size: calc( (100vw / 750 ) * 32 );
  margin-top: 1em;
}

@-webkit-keyframes infinity-scroll-vertical {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes infinity-scroll-vertical {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes infinity-scroll-vertical-reverse {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes infinity-scroll-vertical-reverse {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes infinity-scroll-horizontal {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-horizontal {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media screen and (min-width:768px) {
  #main .pc-hidden {
    display: none !important;
  }

  #main .shochikuza-memory-mv::before {
    clip-path: polygon(0 0,100% 0,100% 40%,0 80%);
  }

  #main .shochikuza-memory-mv__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
  }

  #main .shochikuza-memory-mv__contents {
    padding: calc(( 24 / 1400 ) *100vw ) calc(( 70 / 1400 ) *100vw ) 0;
  }

  #main .shochikuza-memory-mv__title {
    margin: calc(( 28 / 1400 ) *100vw ) 0;
    font-size: min(calc(( 36 / 1400 ) * 100vw), 36px);
  }

  #main .shochikuza-memory-mv__media {
    aspect-ratio: unset;
    display: block;
  }

  #main .shochikuza-memory-mv__mediaInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: calc(( 20 / 1400 ) *100vw );
    padding-right: calc(( 40 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-mv__mediaItem {
    padding-top: calc(( 20 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-scroll {
    padding: calc(( 20 / 1400 ) *100vw ) 0;
  }

  #main .shochikuza-memory-scroll__item {
    width: calc(( 1014 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-interview {
    padding: calc(( 40 / 1400 ) *100vw ) calc(( 60 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-interview__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: calc(( 40 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-interview__media {
    width: calc(( 242 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-interview__text {
    font-size: min(calc(( 16 / 1400 ) * 100vw), 16px);
  }

  #main .shochikuza-memory-interview__text + .shochikuza-memory-interview__text {
    margin-top: 1em;
  }

  #main .shochikuza-memory-interview__name {
    font-size: min(calc(( 16 / 1400 ) * 100vw), 16px);
  }

  #main .shochikuza-memory-gallery__contents {
    padding: calc(( 120 / 1400 ) *100vw ) calc(( 48 / 1400 ) *100vw ) calc(( 100 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-gallery__contents::before {
    width: calc(( 400 / 1400 ) *100vw );
    height: calc(( 400 / 1400 ) *100vw );
    top: calc(( 253 / 1400 ) *100vw );
    left: calc(( -60 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-gallery__contents::after {
    width: calc(( 400 / 1400 ) *100vw );
    height: calc(( 400 / 1400 ) *100vw );
    top: 0;
    right: calc(( -20 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-gallery__title {
    font-size: min(calc(( 60 / 1400 ) * 100vw), 60px);
    padding-bottom: calc(( 48 / 1400 ) *100vw );
    margin-bottom: calc(( 40 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-gallery__title::before {
    width: calc(( 30 / 1400 ) *100vw );
    height: calc(( 32 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-gallery__text {
    font-size: min(calc(( 16 / 1400 ) * 100vw), 16px);
  }

  #main .shochikuza-memory-carousel {
    margin-top: calc(( -50 / 1400 ) *100vw );
    padding-top: calc(( 50 / 1400 ) *100vw );
    padding-bottom: calc(( 120 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-carousel__slide {
    border-radius: calc(( 30 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-carousel__prev,
  #main .shochikuza-memory-carousel__next {
    width: calc(( 60 / 1400 ) *100vw );
    height: calc(( 60 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-carousel__prev {
    left: calc(( 40 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-carousel__next {
    right: calc(( 40 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-carousel__captionWrap {
    margin-top: calc(( 32 / 1400 ) *100vw );
    height: auto;
  }

  #main .shochikuza-memory-carousel__caption {
    padding: calc(( 16 / 1400 ) *100vw ) calc(( 24 / 1400 ) *100vw );
    font-size: min(calc(( 24 / 1400 ) * 100vw), 24px);
  }

  #main .shochikuza-memory-parallax {
    padding: calc(( 250 / 1400 ) *100vw ) 0;
    gap: calc(( 250 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-favorite {
    padding: calc(( 120 / 1400 ) *100vw ) calc((100vw / 750 ) * 40 );
  }

  #main .shochikuza-memory-favorite__title {
    font-size: min(calc(( 60 / 1400 ) * 100vw), 60px);
    padding-bottom: calc(( 48 / 1400 ) *100vw );
    margin-bottom: calc(( 80 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-favorite__title::before {
    width: calc(( 30 / 1400 ) *100vw );
    height: calc(( 32 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-favorite__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: calc(( 40 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-favorite__modalButton {
    border-radius: calc(( 20 / 1400 ) *100vw );
    -webkit-box-shadow: 0 calc(( 5 / 1400 ) *100vw ) calc(( 6 / 1400 ) *100vw ) 0 rgba(0,0,0,0.149);
    box-shadow: 0 calc(( 5 / 1400 ) *100vw ) calc(( 6 / 1400 ) *100vw ) 0 rgba(0,0,0,0.149);
  }

  #main .shochikuza-memory-favorite__modalButtonInner {
    border-radius: calc(( 20 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-favorite__modalText {
    font-size: min(calc(( 18 / 1400 ) * 100vw), 18px);
    opacity: 0;
  }

  #main .shochikuza-memory-modal {
    margin: calc(( 32 / 1400 ) *100vw ) auto;
    height: calc(100% - (2.5vw * 2));
  }

  #main .shochikuza-memory-modal__content {
    border-radius: calc(( 20 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-modal__contentInner {
    padding: calc(( 24 / 1400 ) *100vw ) calc(( 40 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-modal__head {
    gap: 0;
  }

  #main .shochikuza-memory-modal__button {
    width: calc(( 45 / 1400 ) *100vw );
    height: calc(( 45 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-modal__title {
    font-size: min(calc(( 30 / 1400 ) * 100vw), 30px);
  }

  #main .shochikuza-memory-modal__media {
    margin: calc(( 24 / 1400 ) *100vw ) 0;
    border-radius: calc(( 20 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-modal__detail {
    font-size: min(calc(( 16 / 1400 ) * 100vw), 16px);
    gap: calc(( 16 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-modal__detailYears {
    font-size: min(calc(( 14 / 1400 ) * 100vw), 14px);
  }

  #main .shochikuza-memory-banner {
    padding: calc(( 80 / 1400 ) *100vw ) calc(( 40 / 1400 ) *100vw ) 0;
  }

  #main .shochikuza-memory-banner__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: calc(( 80 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-banner__link span {
    font-size: min(calc(( 18 / 1400 ) * 100vw), 18px);
    margin-top: calc(( 16 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-message {
    padding: calc(( 120 / 1400 ) *100vw ) calc(( 40 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-message::before {
    width: calc(( 292 / 1400 ) *100vw );
    height: calc(( 292 / 1400 ) *100vw );
    top: calc(( -32 / 1400 ) *100vw );
    left: calc(( -32 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-message::after {
    width: calc(( 323 / 1400 ) *100vw );
    height: calc(( 323 / 1400 ) *100vw );
    bottom: calc(( -40 / 1400 ) *100vw );
    right: calc(( -20 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-message__inner {
    width: 80%;
  }

  #main .shochikuza-memory-message__title {
    font-size: min(calc(( 40 / 1400 ) * 100vw), 40px);
    margin-bottom: calc(( 40 / 1400 ) *100vw );
  }

  #main .shochikuza-memory-message__text {
    font-size: min(calc(( 16 / 1400 ) * 100vw), 16px);
  }

  #main .shochikuza-memory-message__text + .shochikuza-memory-message__text {
    margin-top: 1em;
  }

  #main .shochikuza-memory-message__name {
    font-size: min(calc(( 16 / 1400 ) * 100vw), 16px);
  }
}