@charset "UTF-8";
@import url(../../common/css/common.css);
@import url(https://cdn.jsdelivr.net/npm/swiper@8.4.7/swiper-bundle.min.css);

.sbPage #sbHeader {
  top: 62px !important;
}

@media screen and (min-width: 769px) {
  .sbPage #sbHeader {
    top: 140px !important;
  }
}

.main-content {
  letter-spacing: 0;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.main-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .main-content img {
    width: 100%;
  }
}

.main-content p,
.main-content h1,
.main-content h2,
.main-content h3,
.main-content a,
.main-content span {
  font-weight: 300;
}

.main-content a,
.main-content button {
  color: #231815;
}

.main-content .inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .main-content .inner {
    max-width: 1080px;
  }
}

@media screen and (max-width: 768px) {
  .main-content .inner {
    width: 84%;
  }
}

.main-content .inner-1400 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .main-content .inner-1400 {
    max-width: 1400px;
  }
}

@media screen and (max-width: 768px) {
  .main-content .inner-1400 {
    width: 84%;
  }
}

@media screen and (min-width: 769px) {
  .main-content .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .main-content .pc-only {
    display: none !important;
  }
}

.main-content .linkWrap {
  display: block;
  text-align: right;
}

.main-content .linkWrap .link {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #3c3c3c;
}

@media screen and (min-width: 769px) {
  .main-content .linkWrap .link {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}

.main-content .linkWrap .link span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #D7C2DD;
  width: 100%;
  padding: 0 10px 0.5em 0;
  font-weight: 300;
  color: #231815;
}

.main-content .linkWrap .link span::before,
.main-content .linkWrap .link span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-content .linkWrap .link span::before {
  left: 0;
  bottom: -1px;
  width: 1px;
  height: 1px;
  background-color: #662f76;
  opacity: 0;
}

.main-content .linkWrap .link span::after {
  right: 0;
  bottom: -1px;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #D7C2DD;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.main-content .linkWrap .link span.no-padding {
  padding: 0 0 5px;
}

@media screen and (min-width: 769px) {
  .main-content .linkWrap .link:hover {
    color: #702d4d;
  }

  .main-content .linkWrap .link:hover span::before {
    opacity: 1;
    width: calc(100% + 10px);
  }

  .main-content .linkWrap .link:hover span::after {
    right: -10px;
    border-color: #662f76;
  }
}

.main-content .is-visible {
  visibility: visible !important;
}

.main-content .mv {
  background: #F4F1F8;
  padding: 6.6666666667vw 0 9.0666666667vw;
}

@media screen and (min-width: 769px) {
  .main-content .mv {
    padding: 67px 50px 50px;
  }
}

.main-content .mv .swiper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-content .mv .swiper {
    opacity: 0;
  }

  .main-content .mv .swiper.is-appear {
    opacity: 1;
    -webkit-transition: opacity 1s 0.5s cubic-bezier(0.4, 0, 0.3, 1);
    transition: opacity 1s 0.5s cubic-bezier(0.4, 0, 0.3, 1);
  }
}

@media screen and (min-width: 769px) {
  .main-content .mv .swiper:not(.swiper-initialized) {
    padding: 0;
  }

  .main-content .mv .swiper:not(.swiper-initialized) .swiper-button-prev,
  .main-content .mv .swiper:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }

  .main-content .mv .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }

  .main-content .mv .swiper .slide_01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    opacity: 0;
  }

  .main-content .mv .swiper .slide_02 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    opacity: 0;
  }

  .main-content .mv .swiper .slide_03 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    opacity: 0;
  }
}

.main-content .mv__figure {
  width: 100%;
}

.main-content .mv .mv__title {
  margin-top: 6.1333333333vw;
  text-align: center;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title {
    margin-top: 29px;
  }
}

.main-content .mv .mv__title.is-appear {
  opacity: 1;
  -webkit-transition: opacity 1s 0.5s cubic-bezier(0.4, 0, 0.3, 1);
  transition: opacity 1s 0.5s cubic-bezier(0.4, 0, 0.3, 1);
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title.is-appear {
    -webkit-transition: opacity 1.2s 0.5s cubic-bezier(0.4, 0, 0.3, 1);
    transition: opacity 1.2s 0.5s cubic-bezier(0.4, 0, 0.3, 1);
  }
}

.main-content .mv .mv__title .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 8.2666666667vw;
  letter-spacing: 0.04em;
  line-height: 1.1935483871;
  color: #5D308D;
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .en {
    font-size: 4.9rem;
    letter-spacing: 0.04em;
    line-height: 1.1836734694;
  }
}

.main-content .mv .mv__title .ja {
  display: block;
  margin-top: 4vw;
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.1666666667;
  color: #231815;
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .ja {
    margin-top: 17px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .main-content .mv .is-appear .slide_01 {
    opacity: 1;
    -webkit-transition: opacity 1s 0s cubic-bezier(0.4, 0, 1, 0.4);
    transition: opacity 1s 0s cubic-bezier(0.4, 0, 1, 0.4);
  }

  .main-content .mv .is-appear .slide_02 {
    opacity: 1;
    -webkit-transition: opacity 0.7s 0.6s cubic-bezier(0.4, 0, 1, 0.4);
    transition: opacity 0.7s 0.6s cubic-bezier(0.4, 0, 1, 0.4);
  }

  .main-content .mv .is-appear .slide_03 {
    opacity: 1;
    -webkit-transition: opacity 0.7s 0.8s cubic-bezier(0.4, 0, 1, 0.4);
    transition: opacity 0.7s 0.8s cubic-bezier(0.4, 0, 1, 0.4);
  }
}

.main-content .intro {
  margin-top: 11.7333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .intro {
    margin-top: 56px;
  }
}

.main-content .intro__txt {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  color: #231815;
}

@media screen and (min-width: 769px) {
  .main-content .intro__txt {
    width: 730px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.main-content .sectionTitle {
  text-align: center;
  margin-top: 18.6666666667vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle {
    margin-top: 103px;
  }
}

.main-content .sectionTitle:first-child {
  margin-top: 8.5333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle:first-child {
    margin-top: 28px;
  }
}

.main-content .sectionTitle__title {
  margin-bottom: 7.7333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title {
    margin-bottom: 45px;
  }
}

.main-content .sectionTitle__title .en {
  color: #5D308D;
  position: relative;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  padding: 0 21.3333333333vw 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title .en {
    font-size: 3.6rem;
    padding: 0 125px 30px;
  }
}

.main-content .sectionTitle__title .en .num {
  font-size: 26.6666666667vw;
  font-weight: 400;
  padding-left: 1.0666666667vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title .en .num {
    font-size: 10rem;
    padding-left: 5px;
  }
}

.main-content .sectionTitle__title .en .num.third {
  font-size: 23.2vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title .en .num.third {
    font-size: 10rem;
  }
}

.main-content .sectionTitle__title .en .border {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.25, 0.5, 1);
  transition: width 0.3s cubic-bezier(0.25, 0.25, 0.5, 1);
  background-color: #5D308D;
}

.main-content .sectionTitle__title .ja {
  display: block;
  margin-top: 7.4666666667vw;
  color: #5D308D;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title .ja {
    margin-top: 28px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.main-content .sectionTitle__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  text-align: left;
  color: #231815;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__text {
    width: 730px;
    margin: 44px auto 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.main-content .sectionTitle__figure {
  margin-top: 14.4vw;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__figure {
    width: 664px;
    margin: 92px auto 0;
  }
}

.main-content .sectionTitle__figure .before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F6EDF8;
  position: absolute;
  top: -2.6666666667vw;
  left: -2.6666666667vw;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__figure .before {
    top: -20px;
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .main-content .sectionTitle__figure .before {
    display: none;
  }
}

.main-content .sectionTitle__figure .after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #DFD2E5;
  position: absolute;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__figure .after {
    top: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main-content .sectionTitle__figure .after {
    display: none;
  }
}

.main-content .sectionTitle__figure picture {
  display: block;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-content .sectionTitle__figure picture {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.main-content .sectionTitle__figure picture::before {
  content: "";
  background-color: #B49ABE;
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  top: -1px;
  left: -1px;
}

@media screen and (max-width: 768px) {
  .main-content .sectionTitle__figure picture::before {
    display: none;
  }
}

.main-content .sectionTitle__figure picture.is-appear::before {
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
}

.main-content .sectionTitle__figure picture::after {
  content: "";
  background-color: #B49ABE;
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  bottom: -1px;
  right: -1px;
}

@media screen and (max-width: 768px) {
  .main-content .sectionTitle__figure picture::after {
    display: none;
  }
}

.main-content .sectionTitle__figure picture.is-appear::after {
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
}

.main-content .sectionStory {
  margin-top: 4.2666666667vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory {
    margin-top: 52px;
  }
}

.main-content .sectionStory .wear .sectionStory__title .ja {
  margin-top: 6.4vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .wear .sectionStory__title .ja {
    margin-top: 24px;
  }
}

.main-content .sectionStory .wear .sectionStory__text {
  margin-top: 6.4vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .wear .sectionStory__text {
    margin-top: 45px;
  }
}

.main-content .sectionStory .wear .sectionStory__item {
  margin: 6.1333333333vw auto 0;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .wear .sectionStory__item {
    margin: 45px auto 0;
  }
}

.main-content .sectionStory .wear .sectionStory__figure+.sectionStory__figure {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .wear .sectionStory__figure+.sectionStory__figure {
    margin-top: 0;
  }
}

.main-content .sectionStory__title {
  text-align: center;
}

.main-content .sectionStory__title .ling {
  display: block;
  color: #A17AAC;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.018em;
  line-height: 1.8571428571;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__title .ling {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.main-content .sectionStory__title .en {
  display: block;
  margin-top: 4.2666666667vw;
  color: #5D308D;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1666666667;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__title .en {
    margin-top: 24px;
    font-size: 3rem;
    line-height: 0.9333333333;
  }
}

.main-content .sectionStory__title .en.second {
  margin-top: 6.9333333333vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__title .en.second {
    margin-top: 28px;
  }
}

.main-content .sectionStory__title .en.second::before,
.main-content .sectionStory__title .en.second::after {
  content: "";
  position: absolute;
  top: -8vw;
  left: 50%;
  width: 1px;
  height: 8.8vw;
  background: #D6C0DC;
}

@media screen and (min-width: 769px) {

  .main-content .sectionStory__title .en.second::before,
  .main-content .sectionStory__title .en.second::after {
    height: 31px;
    top: -28px;
  }
}

.main-content .sectionStory__title .en.second::before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

.main-content .sectionStory__title .en.second::after {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}

.main-content .sectionStory__title .ja {
  display: block;
  margin-top: 4.2666666667vw;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__title .ja {
    margin-top: 28px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.main-content .sectionStory__text {
  margin-top: 5.3333333333vw;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  color: #231815;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__text {
    width: 730px;
    margin: 31px auto 0;
    font-size: 1.4rem;
    line-height: 2;
  }

  .main-content .sectionStory__text__wear {
    margin: 45px auto 0;
  }
}

.main-content .sectionStory__item {
  width: 72.2666666667vw;
  margin: 5.3333333333vw auto 0;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__item {
    max-width: 1041px;
    margin: 45px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 45px;
  }
}

.main-content .sectionStory__item.single {
  gap: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.main-content .sectionStory__item+.sectionStory__title {
  margin-top: 21.3333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__item+.sectionStory__title {
    margin-top: 103px;
  }
}

.main-content .sectionStory__item+.sectionStory__title .en {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__figure {
    width: 50%;
    max-width: 503px;
  }
}

.main-content .sectionStory__figure+.sectionStory__figure {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__figure+.sectionStory__figure {
    margin-top: 0;
  }
}

.main-content .sectionStory__linkWrap {
  margin-top: 4vw;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__linkWrap {
    margin-top: 8px;
  }

  .main-content .sectionStory__linkWrap+.linkWrap {
    margin-top: 32px;
  }
}

.main-content .sectionStory .others {
  margin-top: 26.1333333333vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .others {
    margin-top: 144px;
  }
}

.main-content .sectionStory .others h3 {
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.018em;
  color: #5D308D;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .others h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.main-content .sectionStory .others h3::before,
.main-content .sectionStory .others h3::after {
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 19.7333333333vw;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: #EBDCEF;
}

@media screen and (min-width: 769px) {

  .main-content .sectionStory .others h3::before,
  .main-content .sectionStory .others h3::after {
    font-size: 7.6rem;
  }
}

.main-content .sectionStory .others h3::before {
  top: -8vw;
  left: -17.6vw;
  content: "“";
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .others h3::before {
    top: -23px;
    left: -66px;
  }
}

.main-content .sectionStory .others h3::after {
  top: -7.4666666667vw;
  right: -14.6666666667vw;
  content: "”";
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .others h3::after {
    top: -23px;
    right: -55px;
  }
}

.main-content .sectionStory .others h3.third::before {
  left: -13.3333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .others h3.third::before {
    left: -55px;
  }
}

.main-content .sectionStory .others h3.third::after {
  right: -11.2vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .others h3.third::after {
    right: -45px;
  }
}

.main-content .sectionStory .others+.sectionStory__title {
  margin-top: 3.2vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory .others+.sectionStory__title {
    margin-top: 18px;
  }
}

.main-content .sectionStory .others+.sectionStory__title .en {
  margin-top: 0;
}

.main-content .sectionStory.is-appear .sectionStory__title .num {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.main-content .sectionStory.is-appear .sectionStory__title .border {
  width: 100%;
  -webkit-transition: width 1s 0.2s cubic-bezier(0.25, 0.25, 0.5, 1);
  transition: width 1s 0.2s cubic-bezier(0.25, 0.25, 0.5, 1);
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory.is-appear .sectionStory__title .border {
    -webkit-transition: width 0.85s 0.4s cubic-bezier(0.25, 0.25, 0.5, 1);
    transition: width 0.85s 0.4s cubic-bezier(0.25, 0.25, 0.5, 1);
  }
}

.main-content .sectionStory.is-appear .sectionStory__title .en .trans,
.main-content .sectionStory.is-appear .sectionStory__title .ja .trans {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.7s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.7s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (min-width: 769px) {

  .main-content .sectionStory.is-appear .sectionStory__title .en .trans,
  .main-content .sectionStory.is-appear .sectionStory__title .ja .trans {
    -webkit-transition: -webkit-transform 0.8s 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s 0.75s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.main-content .sectionStory.is-appear .sectionStory__figure {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .main-content .sectionStory.is-appear .sectionStory__figure {
    -webkit-transition: opacity 1.5s 0.9s ease, -webkit-transform 1.5s 0.9s ease;
    transition: opacity 1.5s 0.9s ease, -webkit-transform 1.5s 0.9s ease;
    transition: opacity 1.5s 0.9s ease, transform 1.5s 0.9s ease;
    transition: opacity 1.5s 0.9s ease, transform 1.5s 0.9s ease, -webkit-transform 1.5s 0.9s ease;
  }
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory.is-appear .sectionStory__figure {
    -webkit-transition: opacity 1.5s 0.3s ease;
    transition: opacity 1.5s 0.3s ease;
  }
}

.main-content .sectionStory.is-appear .sectionStory__text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.8s 1.1s ease-out, -webkit-transform 0.8s 1.1s ease-out;
  transition: opacity 0.8s 1.1s ease-out, -webkit-transform 0.8s 1.1s ease-out;
  transition: opacity 0.8s 1.1s ease-out, transform 0.8s 1.1s ease-out;
  transition: opacity 0.8s 1.1s ease-out, transform 0.8s 1.1s ease-out, -webkit-transform 0.8s 1.1s ease-out;
}

.main-content .sectionStory.is-appear .sectionStory__linkWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.8s 1.4s ease-out, -webkit-transform 0.8s 1.4s ease-out;
  transition: opacity 0.8s 1.4s ease-out, -webkit-transform 0.8s 1.4s ease-out;
  transition: opacity 0.8s 1.4s ease-out, transform 0.8s 1.4s ease-out;
  transition: opacity 0.8s 1.4s ease-out, transform 0.8s 1.4s ease-out, -webkit-transform 0.8s 1.4s ease-out;
}

.main-content .outro {
  margin-top: 80px;
}

@media screen and (min-width: 769px) {
  .main-content .outro {
    margin-top: 168px;
  }
}

.main-content .outro__text {
  margin: auto;
  padding-top: 40px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  color: #231815;
  border-top: solid 1px;
  -o-border-image: linear-gradient(to right, #fff, #fff 45%, #838383 45%, #838383 55%, #fff 55%) 30;
  border-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(45%, #fff), color-stop(45%, #838383), color-stop(55%, #838383), color-stop(55%, #fff)) 30;
  border-image: linear-gradient(to right, #fff, #fff 45%, #838383 45%, #838383 55%, #fff 55%) 30;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .main-content .outro__text {
    padding-top: 50px;
    font-size: 1.4rem;
    line-height: 2.2857142857;
    -o-border-image: linear-gradient(to right, #fff, #fff 46%, #838383 46%, #838383 54%, #fff 54%) 30;
    border-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(46%, #fff), color-stop(46%, #838383), color-stop(54%, #838383), color-stop(54%, #fff)) 30;
    border-image: linear-gradient(to right, #fff, #fff 46%, #838383 46%, #838383 54%, #fff 54%) 30;
  }
}

.main-content .outro__morelink {
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .main-content .outro__morelink {
    margin-top: 105px;
  }
}

.main-content .outro__linkWrap {
  margin-top: 140px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  text-align: center;
}

@media screen and (min-width: 769px) {
  .main-content .outro__linkWrap {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .main-content .outro__link:nth-child(3) {
    margin-left: 70px;
  }
}

@media screen and (max-width: 768px) {
  .main-content .outro__link:nth-child(3) {
    margin-top: 15px;
  }
}

.main-content .moreLink {
  text-align: center;
}

.main-content .moreLink__link {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .main-content .moreLink__link {
    max-width: 320px;
    width: 100%;
  }
}

.main-content .moreLink__link::before,
.main-content .moreLink__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid #5D308D;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 768px) {

  .main-content .moreLink__link::before,
  .main-content .moreLink__link::after {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}

.main-content .moreLink__link::before {
  left: -5px;
  top: -5px;
}

.main-content .moreLink__link::after {
  right: -5px;
  bottom: -5px;
}

.main-content .moreLink__link:hover::before,
.main-content .moreLink__link:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.main-content .moreLink__link:hover::before {
  border-color: #D7C2DD;
}

.main-content .moreLink__link:hover .moreLink__text::before,
.main-content .moreLink__link:hover .moreLink__text::after {
  opacity: 0;
}

.main-content .moreLink__text {
  position: relative;
  padding: 10px;
}

.main-content .moreLink__text::before,
.main-content .moreLink__text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #5D308D;
}

@media screen and (max-width: 768px) {

  .main-content .moreLink__text::before,
  .main-content .moreLink__text::after {
    opacity: 0;
  }
}

.main-content .moreLink__text::before {
  left: 0;
  bottom: 0;
  width: 100%;
}

.main-content .moreLink__text::after {
  right: 0;
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.main-content .moreLink__text .en {
  display: block;
  position: relative;
  padding: 0 0 10px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .main-content .moreLink__text .en {
    font-size: 1.8rem;
  }
}

.main-content .moreLink__text .en::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: 0 0 0 -10px;
  padding: 0;
  background-color: #222222;
}

.main-content .moreLink__text .ja {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .main-content .moreLink__text .ja {
    font-size: 1.4rem;
  }
}

.main-content .credit {
  margin-top: 100px;
  color: #888888;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 769px) {
  .main-content .credit {
    width: calc(100% - 100px);
    max-width: 1200px;
    margin: 100px auto 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .main-content .credit {
    margin-top: 8rem;
    padding-left: 5%;
    padding-right: 5%;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .main-content .credit .list {
    float: none !important;
    text-align: center;
  }
}

.main-content .credit .list .li {
  margin: 2px 0;
  white-space: nowrap;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .main-content .credit .list .li {
    white-space: inherit;
  }
}

.main-content .credit .list .li.hearst {
  margin-top: 1em;
}

.main-content .credit .list .li.hearst a {
  display: inline-block;
}

.main-content .credit .list .li.hearst img {
  width: 150px;
  padding-left: 0.5em;
  vertical-align: baseline;
}

@media screen and (min-width: 420px) {
  .main-content .credit .list .li .br-420 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sjBridalFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sjBridalFooter a {
    display: block;
  }

  .sjBridalFooter img {
    max-width: 150px;
    height: auto;
  }
}