@charset "UTF-8";
@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: 1060px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main-content .inner {
    width: 84%;
  }
}
.main-content .inner-pc {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .main-content .inner-pc {
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main-content .inner-sp {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .main-content .inner-sp {
    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 .no-break {
  display: inline-block;
}
.main-content .link-wrap {
  display: block;
  margin-top: 24px;
  text-align: right;
}
.main-content .link-wrap .link {
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.4;
  color: #3c3c3c;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .main-content .link-wrap .link {
    font-size: 1.2rem;
  }
}
.main-content .link-wrap .link span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #D7C2DD;
  width: 100%;
  padding: 0 10px 0.5em 0;
}
.main-content .link-wrap .link span::before, .main-content .link-wrap .link span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-content .link-wrap .link span::before {
  left: 0;
  bottom: -1px;
  width: 1px;
  height: 1px;
  background-color: #662f76;
  opacity: 0;
}
.main-content .link-wrap .link span::after {
  right: 0;
  bottom: -1px;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #D7C2DD;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
.main-content .link-wrap .link span.no-padding {
  padding: 0 0 5px;
}
@media screen and (min-width: 769px) {
  .main-content .link-wrap .link:hover {
    color: #702d4d;
  }
  .main-content .link-wrap .link:hover span::before {
    opacity: 1;
    width: calc(100% + 10px);
  }
  .main-content .link-wrap .link:hover span::after {
    right: -10px;
    border-color: #662f76;
  }
}
.main-content .mv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main-content .mv {
    height: 700px;
  }
}
.main-content .mv__figure {
  width: 100%;
  height: 125.3333333333vw;
  background: url(../img/mv_sp.jpg) no-repeat center/cover;
  opacity: 0;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
  -webkit-transition: opacity 2s ease-in-out, -webkit-filter 2s ease-in-out;
  transition: opacity 2s ease-in-out, -webkit-filter 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out, filter 2s ease-in-out;
  transition: opacity 2s ease-in-out, filter 2s ease-in-out;
  transition: opacity 2s ease-in-out, filter 2s ease-in-out, -webkit-filter 2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .main-content .mv__figure {
    height: 100%;
    background: url(../img/mv.jpg) no-repeat center/cover;
  }
}
.main-content .mv__figure.appear {
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.main-content .mv .mv__title {
  text-align: center;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: opacity 1.75s 0.5s ease;
  -o-transition: opacity 1.75s 0.5s ease;
  transition: opacity 1.75s 0.5s ease;
}
@media screen and (min-width: 769px) {
  .main-content .mv .mv__title {
    -webkit-transition: opacity 1s 1.5s ease;
    -o-transition: opacity 1s 1.5s ease;
    transition: opacity 1s 1.5s ease;
    text-align: left;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: calc(50% + 190px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main-content .mv .mv__title {
    left: auto;
    right: 30px;
  }
}
.main-content .mv .mv__title .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.6rem;
  color: #5D308D;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .en {
    font-size: 4rem;
  }
}
.main-content .mv .mv__title .ja {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .main-content .mv .mv__title .ja {
    margin-top: 4px;
    font-size: 1.6rem;
    padding-left: 66px;
  }
}
.main-content .mv .mv__title.appear {
  opacity: 1;
}
.main-content .intro {
  margin-top: 50px;
  margin-bottom: 73px;
  opacity: 0;
  -webkit-transition: opacity 2s 0.1s ease;
  -o-transition: opacity 2s 0.1s ease;
  transition: opacity 2s 0.1s ease;
}
@media screen and (max-width: 768px) {
  .main-content .intro {
    -webkit-transition: opacity 2s 0s ease;
    -o-transition: opacity 2s 0s ease;
    transition: opacity 2s 0s ease;
  }
}
.main-content .intro.appear {
  opacity: 1;
}
.main-content .intro__txt {
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .main-content .intro__txt {
    text-align: left;
    font-size: 1.2rem;
  }
}
.main-content .sectionTitle {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .main-content .sectionTitle {
    margin-bottom: 80px;
  }
}
.main-content .sectionTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 1px;
  background: #6A307D;
  opacity: 0;
  -webkit-transition: width 1.5s 0.25s cubic-bezier(0.28, 0.21, 0.69, 0.96), opacity 1.5s 0.25s cubic-bezier(0.55, 0.14, 1, 0.82);
  -o-transition: width 1.5s 0.25s cubic-bezier(0.28, 0.21, 0.69, 0.96), opacity 1.5s 0.25s cubic-bezier(0.55, 0.14, 1, 0.82);
  transition: width 1.5s 0.25s cubic-bezier(0.28, 0.21, 0.69, 0.96), opacity 1.5s 0.25s cubic-bezier(0.55, 0.14, 1, 0.82);
}
@media screen and (min-width: 769px) {
  .main-content .sectionTitle::before {
    width: 100px;
  }
}
.main-content .sectionTitle__title span {
  margin: 0 0.01em;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.8rem;
  color: #5D308D;
  line-height: 1.0526315789;
  letter-spacing: 0.02em;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media screen and (min-width: 769px) {
  .main-content .sectionTitle__title span {
    font-size: 4.6rem;
  }
}
.main-content .sectionTitle__title span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.main-content .sectionTitle__title span:nth-child(2) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.main-content .sectionTitle__title span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main-content .sectionTitle__title span:nth-child(4) {
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.main-content .sectionTitle__title span:nth-child(5) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.main-content .sectionTitle__title span:nth-child(6) {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.main-content .sectionTitle__title span:nth-child(7) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-content .sectionTitle__title span:nth-child(8) {
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.main-content .sectionTitle__title span:nth-child(9) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.main-content .sectionTitle__title span:nth-child(10) {
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.main-content .sectionTitle__title span:nth-child(11) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.main-content .sectionTitle__title span:nth-child(12) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.main-content .sectionTitle__title span:nth-child(13) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.main-content .sectionTitle__title span:nth-child(14) {
  -webkit-transition-delay: 0.85s;
       -o-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.main-content .sectionTitle__title span:nth-child(15) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.main-content .sectionTitle__lead {
  font-size: 2.2rem;
  padding: 18px 0 20px;
  line-height: 1.6;
  opacity: 0;
  -webkit-transition: opacity 1.5s 0.5s ease-in;
  -o-transition: opacity 1.5s 0.5s ease-in;
  transition: opacity 1.5s 0.5s ease-in;
}
@media screen and (min-width: 769px) {
  .main-content .sectionTitle__lead {
    font-size: 2.4rem;
  }
}
.main-content .sectionTitle.appear .sectionTitle__title span {
  opacity: 1;
}
.main-content .sectionTitle.appear .sectionTitle__lead {
  opacity: 1;
}
.main-content .sectionTitle.appear::before {
  width: 100%;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .main-content .sectionTitle.appear::before {
    width: 516px;
  }
}
.main-content .theButterflies__figure {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 1.75s ease-in-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.75s ease-in-out, -webkit-transform 1.2s ease-out;
  -o-transition: transform 1.2s ease-out, opacity 1.75s ease-in-out;
  transition: transform 1.2s ease-out, opacity 1.75s ease-in-out;
  transition: transform 1.2s ease-out, opacity 1.75s ease-in-out, -webkit-transform 1.2s ease-out;
}
@media screen and (max-width: 768px) {
  .main-content .theButterflies__figure {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .main-content .theButterflies__figure img {
    -webkit-transform: translateX(-8vw);
        -ms-transform: translateX(-8vw);
            transform: translateX(-8vw);
  }
}
.main-content .theButterflies__figure.appear {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.main-content .theButterflies__figure.appear + .theButterflies__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.main-content .theButterflies__content {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 1.75s 0.85s ease, -webkit-transform 1.2s 0.85s ease-out;
  transition: opacity 1.75s 0.85s ease, -webkit-transform 1.2s 0.85s ease-out;
  -o-transition: transform 1.2s 0.85s ease-out, opacity 1.75s 0.85s ease;
  transition: transform 1.2s 0.85s ease-out, opacity 1.75s 0.85s ease;
  transition: transform 1.2s 0.85s ease-out, opacity 1.75s 0.85s ease, -webkit-transform 1.2s 0.85s ease-out;
  margin-top: 6.4vw;
}
@media screen and (min-width: 769px) {
  .main-content .theButterflies__content {
    width: 700px;
    margin: auto;
    margin-top: 36px;
  }
}
.main-content .theButterflies__content__lead {
  color: #5D308D;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .main-content .theButterflies__content__lead {
    font-size: 1.6rem;
  }
}
.main-content .theButterflies__content__txt {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .main-content .theButterflies__content__txt {
    font-size: 1.4rem;
  }
}
.main-content .theButterflies__content + figure {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .main-content .theButterflies__content + figure {
    margin-top: 80px;
  }
}
.main-content .theStories {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .main-content .theStories {
    margin-top: 120px;
  }
}
.main-content .theStories__figure {
  opacity: 0;
  -webkit-transition: all 1.75s ease-in-out;
  -o-transition: all 1.75s ease-in-out;
  transition: all 1.75s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main-content .theStories__figure {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 1.75s ease-in-out, -webkit-transform 1.75s ease-out;
    transition: opacity 1.75s ease-in-out, -webkit-transform 1.75s ease-out;
    -o-transition: transform 1.75s ease-out, opacity 1.75s ease-in-out;
    transition: transform 1.75s ease-out, opacity 1.75s ease-in-out;
    transition: transform 1.75s ease-out, opacity 1.75s ease-in-out, -webkit-transform 1.75s ease-out;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .main-content .theStories__figure img {
    -webkit-transform: translateX(-8vw);
        -ms-transform: translateX(-8vw);
            transform: translateX(-8vw);
  }
}
.main-content .theStories__figure.appear {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main-content .theStories__figure.appear {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.main-content .theStories__flex {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .main-content .theStories__flex {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main-content .theStories__flex {
    gap: 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .main-content .theStories__flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.main-content .theStories__flex__figure {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1.75s ease-in-out;
  -o-transition: all 1.75s ease-in-out;
  transition: all 1.75s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main-content .theStories__flex__figure {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 1.75s ease-in-out, -webkit-transform 1.2s ease-out;
    transition: opacity 1.75s ease-in-out, -webkit-transform 1.2s ease-out;
    -o-transition: transform 1.2s ease-out, opacity 1.75s ease-in-out;
    transition: transform 1.2s ease-out, opacity 1.75s ease-in-out;
    transition: transform 1.2s ease-out, opacity 1.75s ease-in-out, -webkit-transform 1.2s ease-out;
  }
}
.main-content .theStories__flex__figure.appear {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main-content .theStories__flex__figure.appear {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.main-content .theStories__flex__figure.appear + .theStories__flex__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.main-content .theStories__flex__content {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.75s 0.5s ease, -webkit-transform 1.2s 0.5s ease-out;
  transition: opacity 1.75s 0.5s ease, -webkit-transform 1.2s 0.5s ease-out;
  -o-transition: transform 1.2s 0.5s ease-out, opacity 1.75s 0.5s ease;
  transition: transform 1.2s 0.5s ease-out, opacity 1.75s 0.5s ease;
  transition: transform 1.2s 0.5s ease-out, opacity 1.75s 0.5s ease, -webkit-transform 1.2s 0.5s ease-out;
}
@media screen and (min-width: 769px) {
  .main-content .theStories__flex__content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 340px;
  }
}
.main-content .theStories__flex__content__lead {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  padding: 21px 26px 0;
}
@media screen and (min-width: 769px) {
  .main-content .theStories__flex__content__lead {
    font-size: 1.6rem;
    padding: 26px 26px 0;
  }
}
.main-content .theStories__flex__content__lead::before, .main-content .theStories__flex__content__lead::after {
  position: absolute;
  top: 0;
  display: block;
  font-size: 3.6rem;
  color: #5D308D;
}
@media screen and (min-width: 769px) {
  .main-content .theStories__flex__content__lead::before, .main-content .theStories__flex__content__lead::after {
    font-size: 4rem;
  }
}
.main-content .theStories__flex__content__lead::before {
  content: "“";
  left: 0;
}
.main-content .theStories__flex__content__lead::after {
  content: "”";
  right: 0;
}
.main-content .theStories__flex__content__txt {
  margin-top: 24px;
}
.main-content .theStories__flex__content__txt--last {
  word-break: break-all;
}
.main-content .links {
  margin-top: 80px;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1s ease-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1.2s ease-in-out;
  transition: transform 1s ease-out, opacity 1.2s ease-in-out;
  transition: transform 1s ease-out, opacity 1.2s ease-in-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (min-width: 769px) {
  .main-content .links {
    margin-top: 120px;
  }
}
.main-content .links.appear {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.main-content .links .wrap-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .main-content .links .wrap-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-content .links .wrap-links .wrap-link {
  margin: 0 0.75em;
}
@media screen and (min-width: 769px) {
  .main-content .links .wrap-links .wrap-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main-content .links .wrap-links .wrap-link {
    width: 100%;
    text-align: center;
  }
  .main-content .links .wrap-links .wrap-link + .wrap-link {
    margin-top: 1.25em;
  }
}
.main-content .moreLink {
  margin-top: 80px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1s ease-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1.2s ease-in-out;
  transition: transform 1s ease-out, opacity 1.2s ease-in-out;
  transition: transform 1s ease-out, opacity 1.2s ease-in-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (min-width: 769px) {
  .main-content .moreLink {
    margin-top: 120px;
  }
}
.main-content .moreLink.appear {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.main-content .moreLink .link {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .main-content .moreLink .link {
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
}
.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;
  -o-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 .dl {
  position: relative;
  padding: 10px;
}
.main-content .moreLink .link .dl::before, .main-content .moreLink .link .dl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: #5D308D;
}
@media screen and (max-width: 768px) {
  .main-content .moreLink .link .dl::before, .main-content .moreLink .link .dl::after {
    opacity: 0;
  }
}
.main-content .moreLink .link .dl::before {
  left: 0;
  bottom: 0;
  width: 100%;
}
.main-content .moreLink .link .dl::after {
  right: 0;
  width: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main-content .moreLink .link .dl::after {
    opacity: 0;
  }
}
.main-content .moreLink .link .dl .dt {
  position: relative;
  padding: 0 0 10px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main-content .moreLink .link .dl .dt {
    font-size: 1.8rem;
  }
}
.main-content .moreLink .link .dl .dt::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 .link .dl .dd {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main-content .moreLink .link .dl .dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .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 .dl::before, .main-content .moreLink .link:hover .dl::after {
    opacity: 0;
  }
}
.main-content .credit {
  margin-top: 100px;
  color: #888888;
  font-size: 1rem;
  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;
  }
}
@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 {
    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;
}
.main-content .wrap-link {
  margin-top: 1.5em;
  padding-right: 2px;
  text-align: right;
}
.main-content .wrap-link .link {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px 0;
  border-bottom: 1px solid #D7C2DD;
  line-height: 1.4;
  color: #3c3c3c;
  font-size: 1.4rem;
}
.main-content .wrap-link .link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #662f76;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-content .wrap-link .link::after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  bottom: -6px;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 1px solid #D7C2DD;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .main-content .wrap-link .link:hover {
    color: #702d4d;
  }
  .main-content .wrap-link .link:hover::before {
    opacity: 1;
    width: calc(100% + 10px);
  }
  .main-content .wrap-link .link:hover::after {
    right: -9px;
    border-color: #5D308D;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
}

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