@import url(../../common/css/common.css);

.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 {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .main-content .mv {
    height: 38.2142857143vw;
  }
}

.main-content .mv__figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #F7F7F7;
  height: 121.6vw;
}

@media screen and (min-width: 769px) {
  .main-content .mv__figure {
    height: 100%;
    max-height: 734px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-content .mv__figure img {
  height: 100%;
  -webkit-transform: scale(1.5) rotateZ(0.01deg);
  transform: scale(1.5) rotateZ(0.01deg);
}

.main-content .mv .mv__title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .main-content .mv .mv__title {
    top: 14.1333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title {
    width: 461px;
    top: 12.2142857143vw;
    right: 6.4285714286vw;
    text-align: left;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1300px) {
  .main-content .mv .mv__title {
    right: 7.6923076923vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1100px) {
  .main-content .mv .mv__title {
    right: 3.6363636364vw;
    width: 45.4545454545vw;
  }
}

.main-content .mv .mv__title .en {
  width: 77.3333333333vw;
  margin: 0 auto;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 10.1333333333vw;
  letter-spacing: 0.04em;
  line-height: 1.3947368421;
  color: #5D308D;
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .en {
    margin-left: 0;
    margin-right: auto;
    width: 461px;
    font-size: 49px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .main-content .mv .mv__title .en {
    width: 47.4545454545vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .main-content .mv .mv__title .en {
    font-size: 4.6vw;
  }
}

.main-content .mv .mv__title .en .row--01 {
  display: block;
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .en .row--01 {
    text-align: left;
  }
}

.main-content .mv .mv__title .en .row--02 {
  display: block;
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .en .row--02 {
    text-align: right;
  }
}

.main-content .mv .mv__title .ja {
  display: block;
  margin-top: 3.2vw;
  font-size: 3.7333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  color: #5A5A5A;
  text-align: center;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .ja {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.3125;
    text-align: right;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .main-content .mv .mv__title .ja {
    margin-top: 3.2vw;
    font-size: 1.6vw;
  }
}

.main-content .mv .mv__title .ja .phrase--01 {
  display: block;
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .ja .phrase--01 {
    display: inline-block;
    font-weight: 400;
  }
}

@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .ja .phrase--02 {
    display: inline-block;
    font-weight: 400;
  }
}

.main-content .mv.is-appear .mv__figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.3, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.3, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.3, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.3, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.3, 1);
}

.main-content .mv.is-appear .mv__title .en {
  opacity: 1;
}

.main-content .mv.is-appear .mv__title .ja {
  opacity: 1;
}

.main-content .intro {
  margin-top: 24px;
  opacity: 0;
}

@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 {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.main-content .intro.is-appear {
  opacity: 1;
}

.main-content .sectionTitle {
  text-align: center;
  margin-top: 18.6666666667vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle {
    margin-top: 150px;
  }
}

.main-content .sectionTitle:first-child {
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle:first-child {
    margin-top: 80px;
  }
}

.main-content .sectionTitle__title {
  margin-bottom: 8.5333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title {
    margin-bottom: 73px;
  }
}

.main-content .sectionTitle__title .num {
  color: #5D308D;
  font-family: "Cormorant Garamond", serif;
  font-size: 73px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.4383561644;
  display: block;
}

.main-content .sectionTitle__title .num.long {
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title .num {
    font-size: 10rem;
    line-height: 0.58;
  }

  .main-content .sectionTitle__title .num.long {
    margin-bottom: 20px;
  }
}

.main-content .sectionTitle__title .en {
  color: #5D308D;
  position: relative;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 5.3333333333vw 4vw 3.2vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title .en {
    font-size: 3.6rem;
    line-height: 1.6111111111;
    padding: 20px 0.4em 10px;
    margin-bottom: 32px;
  }
}

.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;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title .ja {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__figure {
    position: relative;
    z-index: 100;
  }

  .main-content .sectionTitle__figure .before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F6EDF8;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
  }

  .main-content .sectionTitle__figure .after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #DFD2E5;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
  }

  .main-content .sectionTitle__figure picture {
    display: block;
    position: relative;
    width: 100%;
  }

  .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;
  }

  .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;
  }

  .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);
  }
}

@media screen and (max-width: 768px) {
  .main-content .sectionTitle__figure {
    width: 100vw;
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
}

.main-content .sectionTitle__text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  text-align: left;
  color: #231815;
}

@media screen and (min-width: 769px) {
  .main-content .sectionTitle__text {
    margin-top: 44px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.main-content .sectionStory {
  margin-top: 65px;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory {
    margin-top: 114px;
  }
}

.main-content .sectionStory__title {
  text-align: center;
}

.main-content .sectionStory__title .en {
  display: block;
  color: #5D308D;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__title .en {
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1.6111111111;
    letter-spacing: 0.02em;
  }
}

.main-content .sectionStory__title .ja {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__title .ja {
    margin-top: 27px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.main-content .sectionStory__item {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__item {
    margin-top: 79px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 32px;
  }
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__item+.sectionStory__item {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .main-content .sectionStory__figure {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__figure {
    width: 50%;
  }
}

.main-content .sectionStory__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  color: #231815;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__text {
    margin-top: 0;
    width: 50%;
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .main-content .sectionStory__text {
    margin-top: 24px;
    padding: 11px 15px;
    position: relative;
  }

  .main-content .sectionStory__text::before {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    display: inline-block;
    border-left: solid 1px #A689C6;
    border-top: solid 1px #A689C6;
    top: 0;
    left: 0;
  }

  .main-content .sectionStory__text::after {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    display: inline-block;
    border-right: solid 1px #A689C6;
    border-bottom: solid 1px #A689C6;
    bottom: 0;
    right: 0;
  }
}

.main-content .sectionStory__linkWrap {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__linkWrap {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .main-content .sectionStory__link:nth-child(3) {
    margin-left: 70px;
  }
}

@media screen and (max-width: 768px) {
  .main-content .sectionStory__link:nth-child(3) {
    margin-top: 20px;
  }
}

.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: 225px;
  }
}

.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;
  }
}