@import url(../../common/css/common.css);
@import url(https://unpkg.com/aos@next/dist/aos.css);
body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
@media screen and (max-width: 768px) {
  body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
@media screen and (max-width: 768px) {
  body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1000"].aos-animate {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

[data-aos=animation-01] {
  opacity: 0;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
[data-aos=animation-01].aos-animate {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-aos=animation-02] span {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
[data-aos=animation-02]::before, [data-aos=animation-02]::after {
  width: 0px;
  height: 0px;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}
[data-aos=animation-02].aos-animate span {
  opacity: 1;
}
[data-aos=animation-02].aos-animate::before, [data-aos=animation-02].aos-animate::after {
  width: 24px;
  height: 24px;
}

[data-aos=animation-03] {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
}
@media screen and (max-width: 768px) {
  [data-aos=animation-03] {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
}
[data-aos=animation-03].aos-animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.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 .sec-inner, .main-content .wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .main-content .sec-inner, .main-content .wrapper {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main-content .sec-inner, .main-content .wrapper {
    width: 84%;
  }
}
.main-content .sec-inner-pc {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .main-content .sec-inner-pc {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main-content .sec-inner-sp {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .main-content .sec-inner-sp {
    width: 84%;
  }
}
@media screen and (min-width: 769px) {
  .main-content br.sp, .main-content .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main-content br.pc, .main-content .pc-only {
    display: none;
  }
}
.main-content [class^=sec-]:not(.sec-visual) ~ [class^=sec-]:not(.sec-visual) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main-content [class^=sec-]:not(.sec-visual) ~ [class^=sec-]:not(.sec-visual) {
    margin-bottom: 8rem;
  }
}
.main-content [class^=sec-] .sec-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-content [class^=sec-] .sec-title {
    margin-bottom: 3rem;
  }
}
.main-content [class^=sec-] .sec-title .title {
  position: relative;
  display: inline-block;
  padding: 0 0.7em;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.8rem;
  font-weight: 300;
  color: #8E764F;
  line-height: 54px;
  white-space: nowrap;
}
@media screen and (max-width: 349px) {
  .main-content [class^=sec-] .sec-title .title {
    font-size: 10.1333333333vw;
  }
}
.main-content [class^=sec-] .sec-title .title::before, .main-content [class^=sec-] .sec-title .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border: solid #8E764F;
}
.main-content [class^=sec-] .sec-title .title::before {
  left: 0;
  top: 0;
  border-width: 1px 0 0 1px;
}
.main-content [class^=sec-] .sec-title .title::after {
  right: 0;
  bottom: 0;
  border-width: 0 1px 1px 0;
}
.main-content [class^=sec-] .sec-title .lead {
  margin-top: 1.8em;
  font-size: 1.6rem;
  line-height: 1.75;
}
.main-content .sec-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main-content .sec-visual {
    display: block;
  }
}
.main-content .sec-visual .body {
  z-index: 1;
  width: calc(612%/14);
  background-color: #8E764F;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .main-content .sec-visual .body {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 58.6666666667vw;
    text-align: center;
    background-color: transparent;
  }
}
.main-content .sec-visual .body .title {
  display: inline-block;
  line-height: 1;
}
.main-content .sec-visual .body .title span {
  color: #fff;
  width: 100%;
}
.main-content .sec-visual .body .title span.en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  letter-spacing: calc(40em / 1000);
  line-height: 1.16;
}
@media screen and (max-width: 768px) {
  .main-content .sec-visual .body .title span.en {
    font-size: 9.6vw;
    line-height: 1.15;
  }
}
@media screen and (max-width: 499px) {
  .main-content .sec-visual .body .title span.en {
    font-size: 11.2vw;
  }
}
.main-content .sec-visual .body .title span.en span {
  display: inline-block;
  width: initial;
  -webkit-transform: translateX(-0.32em);
          transform: translateX(-0.32em);
  opacity: 0;
  -webkit-transition: opacity 1.4s ease, -webkit-transform 1s ease;
  transition: opacity 1.4s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.4s ease;
  transition: transform 1s ease, opacity 1.4s ease, -webkit-transform 1s ease;
}
.main-content .sec-visual .body .title span.en span.appear {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(1) {
  -webkit-transition-delay: 0.939s;
          transition-delay: 0.939s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(2) {
  -webkit-transition-delay: 0.517s;
          transition-delay: 0.517s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(3) {
  -webkit-transition-delay: 0.826s;
          transition-delay: 0.826s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(4) {
  -webkit-transition-delay: 0.672s;
          transition-delay: 0.672s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(5) {
  -webkit-transition-delay: 0.417s;
          transition-delay: 0.417s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(6) {
  -webkit-transition-delay: 0.925s;
          transition-delay: 0.925s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(7) {
  -webkit-transition-delay: 1.191s;
          transition-delay: 1.191s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(8) {
  -webkit-transition-delay: 0.746s;
          transition-delay: 0.746s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(9) {
  -webkit-transition-delay: 1.185s;
          transition-delay: 1.185s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(11) {
  -webkit-transition-delay: 0.756s;
          transition-delay: 0.756s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(12) {
  -webkit-transition-delay: 0.915s;
          transition-delay: 0.915s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(13) {
  -webkit-transition-delay: 1.13s;
          transition-delay: 1.13s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(14) {
  -webkit-transition-delay: 0.523s;
          transition-delay: 0.523s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(15) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(16) {
  -webkit-transition-delay: 0.615s;
          transition-delay: 0.615s;
}
.main-content .sec-visual .body .title span.en span.appear:nth-child(17) {
  -webkit-transition-delay: 1.078s;
          transition-delay: 1.078s;
}
.main-content .sec-visual .body .title span.ja {
  display: block;
  margin-top: 1.5em;
  font-size: 1.8rem;
  opacity: 0;
  -webkit-transform: translateY(0.35em);
          transform: translateY(0.35em);
  -webkit-transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 1s;
  transition: transform 0.8s, opacity 1s, -webkit-transform 0.8s;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media screen and (max-width: 768px) {
  .main-content .sec-visual .body .title span.ja {
    margin-top: 5.6vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 599px) {
  .main-content .sec-visual .body .title span.ja {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 499px) {
  .main-content .sec-visual .body .title span.ja {
    font-size: 4.2666666667vw;
  }
}
.main-content .sec-visual .body .title span.ja.appear {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.main-content .sec-visual figure {
  width: calc(788%/14);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-content .sec-visual figure {
    width: 100%;
  }
}
.main-content .sec-visual figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-filter 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-filter 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), filter 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), filter 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-filter 1.8s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 1000px) {
  .main-content .sec-visual figure img {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
.main-content .sec-visual figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -webkit-transition: all 1.8s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.8s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.main-content .sec-visual figure.appear img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}
.main-content .sec-visual figure.appear span {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.main-content .sec-intro {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .main-content .sec-intro {
    text-align: left;
    margin-top: 6rem;
    margin-bottom: 6rem;
    font-size: 1.4rem;
  }
}
.main-content .sec-theme .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .main-content .sec-theme .flex-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.main-content .sec-theme .flex-wrap .figure {
  width: 52%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-content .sec-theme .flex-wrap .figure {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .main-content .sec-theme .flex-wrap .content {
    width: 43%;
    margin: 0;
  }
}
.main-content .sec-theme .flex-wrap .content .content-inner {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main-content .sec-theme .flex-wrap .content .content-inner {
    margin-top: 4rem;
  }
}
.main-content .sec-theme .flex-wrap .content .content-inner p.desc {
  font-size: 1.4rem;
  line-height: 2;
}
.main-content .slider-wrap {
  margin: 60px auto 8px;
  width: 300px;
}
@media screen and (max-width: 999px) {
  .main-content .slider-wrap {
    width: 30vw;
    margin: 5vw auto 8px;
  }
}
@media screen and (max-width: 768px) {
  .main-content .slider-wrap {
    margin: 4rem auto 8px;
    width: 48vw;
  }
}
@media screen and (max-width: 599px) {
  .main-content .slider-wrap {
    width: 58.6666666667vw;
  }
}
@media screen and (max-width: 499px) {
  .main-content .slider-wrap {
    width: 69.3333333333vw;
  }
}
.main-content .slider-wrap .slider1-1, .main-content .slider-wrap .slider2-1, .main-content .slider-wrap .slider3-1 {
  margin: 0;
}
.main-content .slider-wrap .slider1-1 .slick-arrow, .main-content .slider-wrap .slider2-1 .slick-arrow, .main-content .slider-wrap .slider3-1 .slick-arrow {
  width: 20px;
  top: calc(243px/2);
}
@media screen and (max-width: 768px) {
  .main-content .slider-wrap .slider1-1 .slick-arrow, .main-content .slider-wrap .slider2-1 .slick-arrow, .main-content .slider-wrap .slider3-1 .slick-arrow {
    top: 17.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .main-content .slider-wrap .slider1-1 .slick-arrow, .main-content .slider-wrap .slider2-1 .slick-arrow, .main-content .slider-wrap .slider3-1 .slick-arrow {
    top: 21.6666666667vw;
  }
}
@media screen and (max-width: 499px) {
  .main-content .slider-wrap .slider1-1 .slick-arrow, .main-content .slider-wrap .slider2-1 .slick-arrow, .main-content .slider-wrap .slider3-1 .slick-arrow {
    top: 26vw;
  }
}
@media screen and (max-width: 768px) {
  .main-content .slider-wrap .slider1-1 .slick-arrow.slick-prev, .main-content .slider-wrap .slider2-1 .slick-arrow.slick-prev, .main-content .slider-wrap .slider3-1 .slick-arrow.slick-prev {
    left: -25px;
  }
}
.main-content .slider-wrap .slider1-1 .slick-arrow.slick-prev::before, .main-content .slider-wrap .slider2-1 .slick-arrow.slick-prev::before, .main-content .slider-wrap .slider3-1 .slick-arrow.slick-prev::before {
  background: url(../img/arrow_left.png);
  background-size: 20px 20px;
}
@media screen and (max-width: 768px) {
  .main-content .slider-wrap .slider1-1 .slick-arrow.slick-next, .main-content .slider-wrap .slider2-1 .slick-arrow.slick-next, .main-content .slider-wrap .slider3-1 .slick-arrow.slick-next {
    right: -25px;
  }
}
.main-content .slider-wrap .slider1-1 .slick-arrow.slick-next::before, .main-content .slider-wrap .slider2-1 .slick-arrow.slick-next::before, .main-content .slider-wrap .slider3-1 .slick-arrow.slick-next::before {
  background: url(../img/arrow_right.png);
  background-size: 20px 20px;
}
.main-content .slider-wrap .slider1-1 li a, .main-content .slider-wrap .slider2-1 li a, .main-content .slider-wrap .slider3-1 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-content .slider-wrap .slider1-1 li a figure, .main-content .slider-wrap .slider2-1 li a figure, .main-content .slider-wrap .slider3-1 li a figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-content .slider-wrap .slider1-1 li a figure, .main-content .slider-wrap .slider2-1 li a figure, .main-content .slider-wrap .slider3-1 li a figure {
    margin: 0 auto;
    width: 42.6666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .main-content .slider-wrap .slider1-1 li a figure, .main-content .slider-wrap .slider2-1 li a figure, .main-content .slider-wrap .slider3-1 li a figure {
    width: 53.3333333333vw;
  }
}
@media screen and (max-width: 499px) {
  .main-content .slider-wrap .slider1-1 li a figure, .main-content .slider-wrap .slider2-1 li a figure, .main-content .slider-wrap .slider3-1 li a figure {
    width: 64vw;
  }
}
.main-content .slider-wrap .slider1-1 li a figure img, .main-content .slider-wrap .slider2-1 li a figure img, .main-content .slider-wrap .slider3-1 li a figure img {
  width: 100%;
}
.main-content .slider-wrap .slider1-1.marry-me .slick-dots, .main-content .slider-wrap .slider2-1.marry-me .slick-dots, .main-content .slider-wrap .slider3-1.marry-me .slick-dots {
  bottom: calc(-8.2rem - 61px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .main-content .slider-wrap .slider1-1.marry-me .slick-dots, .main-content .slider-wrap .slider2-1.marry-me .slick-dots, .main-content .slider-wrap .slider3-1.marry-me .slick-dots {
    bottom: calc(-8.2rem - 3.6rem - 25px);
  }
}
.main-content .slider-wrap .slider1-1.marry-me .slick-dots li, .main-content .slider-wrap .slider2-1.marry-me .slick-dots li, .main-content .slider-wrap .slider3-1.marry-me .slick-dots li {
  width: 8px;
  height: 8px;
}
.main-content .slider-wrap .slider1-1.marry-me .slick-dots li button, .main-content .slider-wrap .slider2-1.marry-me .slick-dots li button, .main-content .slider-wrap .slider3-1.marry-me .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 100%;
  background-color: #CCCCCC;
}
.main-content .slider-wrap .slider1-1.marry-me .slick-dots li button::before, .main-content .slider-wrap .slider1-1.marry-me .slick-dots li button::after, .main-content .slider-wrap .slider2-1.marry-me .slick-dots li button::before, .main-content .slider-wrap .slider2-1.marry-me .slick-dots li button::after, .main-content .slider-wrap .slider3-1.marry-me .slick-dots li button::before, .main-content .slider-wrap .slider3-1.marry-me .slick-dots li button::after {
  display: none;
}
.main-content .slider-wrap .slider1-1.marry-me .slick-dots li.slick-active button, .main-content .slider-wrap .slider2-1.marry-me .slick-dots li.slick-active button, .main-content .slider-wrap .slider3-1.marry-me .slick-dots li.slick-active button {
  background-color: #444444;
}
.main-content .slider-wrap .slider1-2 a, .main-content .slider-wrap .slider2-2 a, .main-content .slider-wrap .slider3-2 a {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .main-content .slider-wrap .slider1-2 a, .main-content .slider-wrap .slider2-2 a, .main-content .slider-wrap .slider3-2 a {
    padding-bottom: 3.6rem;
  }
}
.main-content .slider-wrap .slider1-2 a p, .main-content .slider-wrap .slider2-2 a p, .main-content .slider-wrap .slider3-2 a p {
  height: 8.2rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .main-content .slider-wrap .slider1-2 a p, .main-content .slider-wrap .slider2-2 a p, .main-content .slider-wrap .slider3-2 a p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .main-content .slider-wrap .slider1-2 a p, .main-content .slider-wrap .slider2-2 a p, .main-content .slider-wrap .slider3-2 a p {
    padding: 1rem 0 2rem;
    font-size: 2rem;
  }
}
.main-content .slider-wrap .slider1-2 a p span, .main-content .slider-wrap .slider2-2 a p span, .main-content .slider-wrap .slider3-2 a p span {
  display: block;
}
.main-content .slider-wrap .slider1-2 a p.one-row, .main-content .slider-wrap .slider2-2 a p.one-row, .main-content .slider-wrap .slider3-2 a p.one-row {
  padding: 1.1em 0 1.4em;
}
.main-content .slider-wrap .slider1-2 a .link, .main-content .slider-wrap .slider2-2 a .link, .main-content .slider-wrap .slider3-2 a .link {
  position: relative;
  display: inline-block;
  width: 100px;
  border-bottom: 1px solid #D7C2DD;
}
.main-content .slider-wrap .slider1-2 a .link::before, .main-content .slider-wrap .slider1-2 a .link::after, .main-content .slider-wrap .slider2-2 a .link::before, .main-content .slider-wrap .slider2-2 a .link::after, .main-content .slider-wrap .slider3-2 a .link::before, .main-content .slider-wrap .slider3-2 a .link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
}
.main-content .slider-wrap .slider1-2 a .link::before, .main-content .slider-wrap .slider2-2 a .link::before, .main-content .slider-wrap .slider3-2 a .link::before {
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #662f76;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-content .slider-wrap .slider1-2 a .link::after, .main-content .slider-wrap .slider2-2 a .link::after, .main-content .slider-wrap .slider3-2 a .link::after {
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D7C2DD;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .main-content .slider-wrap .slider1-2 a:hover .link::before, .main-content .slider-wrap .slider1-2 a.hover .link::before, .main-content .slider-wrap .slider2-2 a:hover .link::before, .main-content .slider-wrap .slider2-2 a.hover .link::before, .main-content .slider-wrap .slider3-2 a:hover .link::before, .main-content .slider-wrap .slider3-2 a.hover .link::before {
    opacity: 1;
    width: calc(100% + 10px);
  }
  .main-content .slider-wrap .slider1-2 a:hover .link::after, .main-content .slider-wrap .slider1-2 a.hover .link::after, .main-content .slider-wrap .slider2-2 a:hover .link::after, .main-content .slider-wrap .slider2-2 a.hover .link::after, .main-content .slider-wrap .slider3-2 a:hover .link::after, .main-content .slider-wrap .slider3-2 a.hover .link::after {
    right: -10px;
    border-color: #5D308D;
  }
}
.main-content .slider-wrap .slider1-2 .slick-dots, .main-content .slider-wrap .slider2-2 .slick-dots, .main-content .slider-wrap .slider3-2 .slick-dots {
  bottom: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content .slider-wrap .slider1-2 .slick-dots li, .main-content .slider-wrap .slider2-2 .slick-dots li, .main-content .slider-wrap .slider3-2 .slick-dots li {
  width: 8px;
  height: 8px;
}
.main-content .slider-wrap .slider1-2 .slick-dots li button, .main-content .slider-wrap .slider2-2 .slick-dots li button, .main-content .slider-wrap .slider3-2 .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 100%;
  background-color: #CCCCCC;
}
.main-content .slider-wrap .slider1-2 .slick-dots li button::before, .main-content .slider-wrap .slider1-2 .slick-dots li button::after, .main-content .slider-wrap .slider2-2 .slick-dots li button::before, .main-content .slider-wrap .slider2-2 .slick-dots li button::after, .main-content .slider-wrap .slider3-2 .slick-dots li button::before, .main-content .slider-wrap .slider3-2 .slick-dots li button::after {
  display: none;
}
.main-content .slider-wrap .slider1-2 .slick-dots li.slick-active button, .main-content .slider-wrap .slider2-2 .slick-dots li.slick-active button, .main-content .slider-wrap .slider3-2 .slick-dots li.slick-active button {
  background-color: #444444;
}
.main-content .sec-news .border-box {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .main-content .sec-news .border-box {
    padding: 3rem 1.5rem;
  }
}
.main-content .sec-news .border-box::before, .main-content .sec-news .border-box::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #D6C0DC;
  pointer-events: none;
}
.main-content .sec-news .border-box::before {
  top: -4px;
  left: -4px;
}
.main-content .sec-news .border-box::after {
  top: 4px;
  left: 4px;
}
.main-content .sec-news .sec-news-title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main-content .sec-news .sec-news-title {
    margin-bottom: 3rem;
  }
}
.main-content .sec-news .sec-news-title span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: #6A307D;
}
.main-content .sec-news .sec-news-title .en {
  font-size: 3.4rem;
  line-height: 1.2631578947;
}
.main-content .sec-news .sec-news-title .en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2631578947 + 0.1) * .5em);
  content: "";
}
.main-content .sec-news .sec-news-title .en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2631578947 + 0.1) * .5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .main-content .sec-news .sec-news-title .en {
    font-size: 2.6rem;
  }
}
.main-content .sec-news .sec-news-title .num {
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main-content .sec-news .sec-news-title .num {
    font-size: 3.2rem;
  }
}
.main-content .sec-news .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main-content .sec-news .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-content .sec-news .flex-wrap .item {
  width: calc(438% / 9.3);
}
@media screen and (max-width: 768px) {
  .main-content .sec-news .flex-wrap .item {
    width: 100%;
  }
  .main-content .sec-news .flex-wrap .item ~ .item {
    margin-top: 8rem;
  }
}
.main-content .sec-news .flex-wrap .item .text h3 {
  margin-top: 1.8rem;
  font-size: 2.2rem;
  color: #6A307D;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .main-content .sec-news .flex-wrap .item .text h3 {
    font-size: 2rem;
  }
}
.main-content .sec-news .flex-wrap .item .text p.bold {
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .main-content .sec-news .flex-wrap .item .text p.bold {
    font-size: 1.4rem;
  }
}
.main-content .sec-news .flex-wrap .item .text p.txt {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 2.0833333333;
}
.main-content .sec-news .flex-wrap .item .text p.txt span.min {
  font-size: 1rem;
}
.main-content .moreLink {
  margin: 60px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-content .moreLink {
    margin: 4rem 0 1rem;
  }
}
.main-content .moreLink .link {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  color: #231815;
}
@media screen and (max-width: 399px) {
  .main-content .moreLink .link {
    padding: 10px 2.6666666667vw;
  }
}
.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 {
    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;
  transition: all 1s;
  background-color: #5D308D;
}
@media screen and (max-width: 768px) {
  .main-content .moreLink .link .dl::before, .main-content .moreLink .link .dl::after {
    background-color: #D6C0DC;
  }
}
.main-content .moreLink .link .dl::before {
  left: 0;
  width: 100%;
}
.main-content .moreLink .link .dl::after {
  right: 0;
  width: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  opacity: 1;
}
.main-content .moreLink .link .dl .dt {
  position: relative;
  padding-bottom: 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.3;
}
@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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #222222;
}
.main-content .moreLink .link .dl .dd {
  margin-top: 10px;
  padding: 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main-content .moreLink .link .dl .dd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 349px) {
  .main-content .moreLink .link .dl .dd {
    font-size: 1.2rem;
  }
}
@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 .wrap-link {
  margin-top: 1.5em;
  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.6rem;
}
@media screen and (max-width: 768px) {
  .main-content .wrap-link .link {
    font-size: 1.4rem;
  }
}
.main-content .wrap-link .link::before, .main-content .wrap-link .link::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-content .wrap-link .link::before {
  left: 0;
  bottom: -1px;
  width: 1px;
  height: 1px;
  background-color: #662f76;
  opacity: 0;
}
.main-content .wrap-link .link::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;
}
@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: -10px;
    border-color: #662f76;
  }
}
.main-content .wrap-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .main-content .wrap-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-content .wrap-links .wrap-link {
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .main-content .wrap-links .wrap-link {
    width: 100%;
    text-align: center;
  }
  .main-content .wrap-links .wrap-link + .wrap-link {
    margin-top: 1.25em;
  }
}
.main-content .foot {
  width: 455px;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-content .foot {
    width: 84%;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-content .foot .title {
  margin-bottom: 1.2em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #6A307D;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.77778;
}
@media screen and (max-width: 768px) {
  .main-content .foot .title {
    font-size: 1.6rem;
  }
}
.main-content .foot .text {
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .main-content .foot .text {
    text-align: left;
  }
}
.main-content .foot .wrap-links {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main-content .foot .wrap-links {
    margin-top: 5rem;
  }
}
.main-content .credit {
  margin-top: 10em;
  color: #888888;
  font-size: 0.625em;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .main-content .credit {
    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: 6em;
    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: 0.2em 0;
  white-space: nowrap;
}
@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 (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;
  }
}