@charset "UTF-8";
/*
*/
header#header .nav ul > li a {
  font-size: 15px;
}

header#header.isMin .nav ul > li a {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .pageShareBtns {
    padding: 0;
  }
}

.pageBackto {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.pageBackto a span {
  background-position: left 2px;
}

[data-display-state="hidden"],
[data-display-state2="hidden"] {
  display: none;
}

[data-animation-state]:not(#section1),
[data-animation-state2] {
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animation-state]#section1 {
  transition: all 2.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animation-state="transparent"],
[data-animation-state2="transparent"] {
  opacity: 0;
  transform: translateY(20px);
}

[data-animation-state="active"] {
  opacity: 1;
  transform: translateY(0);
}

[data-animation-state2="active"] {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn_item {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}

.js-fadeIn_item.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*
@for $value from 1 through 7 {
  .js-fadein_item {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    &.is-active {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
*/
@keyframes anipic {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

[class*='c-wrap'] {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  [class*='c-wrap'] {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  [class*='c-wrap'] {
    width: 90%;
  }
}

.c-wrap {
  max-width: 1310px;
}

.c-wrap-1040 {
  max-width: 1080px;
}

.c-wrap-1020 {
  max-width: 1060px;
}

.c-wrap-980 {
  max-width: 1020px;
}

.c-wrap-960 {
  max-width: 1000px;
}

.c-wrap-800 {
  max-width: 840px;
}

.c-wrap-780 {
  max-width: 820px;
}

.c-wrap-630 {
  max-width: 670px;
}

.c-wrap-610 {
  max-width: 650px;
}

.c-wrap-593 {
  max-width: 633px;
}

.c-wrap-400 {
  max-width: 440px;
}

.c-title {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 34px;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.c-text {
  text-align: justify;
  line-height: 1.75;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 15px;
  }
}

.c-text a {
  color: #2F2F2F;
}

.c-caption {
  position: relative;
  text-align: justify;
  line-height: 1.75;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .c-caption {
    padding-top: 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .c-caption {
    padding-top: 15px;
    font-size: 12px;
  }
}

.c-caption a {
  color: #2F2F2F;
}

.c-caption::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #B7B7B7;
}

@media screen and (min-width: 768px) {
  .c-caption::before {
    top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .c-caption::before {
    top: -6px;
  }
}

.c-attention {
  margin-top: 10px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .c-attention {
    font-size: 11px;
    letter-spacing: 0.44px;
  }
}

@media screen and (max-width: 767px) {
  .c-attention {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}

@media screen and (min-width: 768px) {
  .c-copyright {
    font-size: 12px;
    line-height: 22px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .c-copyright {
    font-size: 11px;
    line-height: 16px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .btn-01 {
    width: 100%;
  }
}

.btn-01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #2F2F2F;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: 0.4s;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .btn-01 a {
    width: 360px;
    min-height: 68px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .btn-01 a {
    width: 100%;
    min-height: 58px;
    font-size: 14px;
    line-height: 22px;
  }
}

.btn-01 a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 15px;
  content: '';
  background: url(../img/icon-arr-w.png) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .btn-01 a:before {
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .btn-01 a:before {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn-02 {
    width: 100%;
  }
}

.btn-02 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  color: #2F2F2F !important;
  background-color: #fff;
  opacity: 1;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  .btn-02 a {
    font-size: 16px;
    min-height: 80px;
    width: 370px;
    border: 4px solid #2F2F2F;
  }
}

@media screen and (max-width: 767px) {
  .btn-02 a {
    font-size: 13px;
    min-height: 60px;
    width: 100%;
    border: 3px solid #2F2F2F;
  }
}

.btn-02 a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: '';
  background: url(../img/icon-arr2.svg) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .btn-02 a:before {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn-02 a:before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 768px) {
  .btn-01 a,
  .btn-02 a {
    /* iOSバグ対応 */
  }
  .btn-01 a:hover,
  .btn-02 a:hover {
    opacity: .6;
    transition: 0.4s;
  }
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.5);
  align-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: -10;
  transition: 0.4s;
}

.modal.is-show {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}

.modal-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 90%;
  gap: 20px;
  max-width: 800px;
  max-height: 680px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .modal-content {
    margin: 20px auto;
    padding: 100px;
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    margin: 0 auto;
    padding: 60px 24px;
    max-height: 516px;
  }
}

.modal-conteiner {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .modal-conteiner {
    max-width: 470px;
  }
}

@media screen and (min-width: 768px) {
  .modal-conteiner {
    max-width: 100%;
  }
}

.modal-item {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  height: 100%;
  text-align: center;
}

.modal-item .modal-image {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .modal-item .modal-image img {
    max-height: 366px;
  }
}

@media screen and (max-width: 767px) {
  .modal-item .modal-image img {
    margin: 0 auto;
    width: 90%;
  }
}

.modal-item .modal-text {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .modal-item .modal-text {
    gap: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .modal-item .modal-text {
    gap: 20px;
    line-height: 1.5;
  }
}

.modal-item .modal-text p {
  line-height: 1.75;
}

.modal-item .modal-text p:nth-of-type(1) {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .modal-item .modal-text p:nth-of-type(1) {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .modal-item .modal-text p:nth-of-type(1) {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .modal-item .modal-text p:nth-of-type(2) {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .modal-item .modal-text p:nth-of-type(2) {
    font-size: 13px;
  }
}

.modal-close {
  position: absolute;
  background-color: #2F2F2F;
  height: auto;
  aspect-ratio: 1 / 1;
  content: '';
}

@media screen and (min-width: 768px) {
  .modal-close {
    width: 48px;
    top: 44px;
    right: 44px;
  }
}

@media screen and (max-width: 767px) {
  .modal-close {
    width: 32px;
    top: 14px;
    right: 14px;
  }
}

.modal-close span {
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.modal-close span:nth-of-type(1) {
  rotate: 45deg;
}

.modal-close span:nth-of-type(2) {
  rotate: -45deg;
}

.swiper-button-next,
.swiper-button-prev {
  color: #2F2F2F;
}

@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 44%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 30%;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0;
  background: url(../img/icon-arr2.svg) center center no-repeat;
  background-size: 100% auto;
  content: '';
}

@media screen and (min-width: 768px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 18px;
    height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 10px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-prev:after {
  rotate: 180deg;
}

.special-251020-dior {
  box-sizing: content-box;
  background-color: #fff;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #2F2F2F;
}

.special-251020-dior video {
  width: 100%;
  vertical-align: middle;
  outline: none;
  border: none;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

.special-251020-dior img {
  width: auto;
  max-width: 100%;
}

.special-251020-dior a {
  transition: .4s;
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .special-251020-dior a:hover {
    transition: .4s;
    opacity: .4;
  }
}

.special-251020-dior * {
  box-sizing: border-box;
}

.article-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .article-footer .article-profile {
    padding-top: 104px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-profile {
    padding-top: 64px;
  }
}

.article-footer .article-profile .article-profile-title {
  position: relative;
  margin-bottom: 24px;
}

.article-footer .article-profile .article-profile-title span {
  position: relative;
  padding: 0 1.25em;
  background-color: #fff;
  font-weight: bold;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .article-footer .article-profile .article-profile-title span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-profile .article-profile-title span {
    font-size: 16px;
  }
}

.article-footer .article-profile .article-profile-title::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #D08598;
  content: '';
  translate: -50% -50%;
  z-index: 0;
}

.article-footer .article-profile p {
  line-height: 1.75;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .article-footer .article-profile p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-profile p {
    font-size: 12px;
  }
}

.article-footer .article-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .article-footer .article-btn {
    padding-top: 28px;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-btn {
    padding-top: 24px;
    gap: 20px;
  }
}

.article-footer .article-btn a {
  min-height: 60px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .article-footer .article-btn a {
    width: 300px;
  }
}

.article-footer .article-footer-title {
  position: relative;
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-title {
    padding-top: 108px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-title {
    padding-top: 60px;
    font-size: 12px;
  }
}

.article-footer .article-footer-title::after {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  content: '';
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-title::after {
    height: 2px;
    bottom: -10px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-title::after {
    height: 1px;
    bottom: -8px;
  }
}

.article-footer .article-contact {
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .article-footer .article-contact {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-contact {
    padding-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-contact .article-contact-name {
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-contact .article-contact-name {
    padding-bottom: 24px;
  }
}

.article-footer .article-contact .article-contact-tel {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .article-footer .article-contact .article-contact-tel img {
    width: 14px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-contact .article-contact-tel img {
    width: 14px;
  }
}

.article-footer .article-footer-sns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-sns {
    margin: 60px auto 4px;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-sns {
    margin: 40px auto;
    gap: 36px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-sns img {
    height: 31px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-sns img {
    height: 32px;
  }
}

.article-footer .article-footer-sns .article-footer-sns-yt img {
  height: 25px;
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-credit h2,
  .article-footer .article-footer-credit2 h2 {
    font-size: 14px;
    line-height: 1.67;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-credit h2,
  .article-footer .article-footer-credit2 h2 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-credit {
    margin-top: 98px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-credit {
    margin-top: 0;
  }
}

.article-footer .article-footer-credit ul {
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-credit2 {
    margin-top: 58px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-credit2 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer .article-footer-credit2 ul {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-credit2 ul {
    font-size: 12px;
    line-height: 20px;
  }
}

.article-footer .topScrollBtn {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .article-footer .topScrollBtn {
    padding: 98px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer .topScrollBtn {
    padding: 40px 0 120px;
  }
}

.special-251020-dior .section-top {
  position: relative;
}

.special-251020-dior .section-top .section-top-title, .special-251020-dior .section-top .section-top-title3 {
  position: absolute;
  height: auto;
  bottom: 5%;
  right: 5%;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-top .section-top-title, .special-251020-dior .section-top .section-top-title3 {
    width: 12.25%;
    bottom: 11.5%;
    right: 10.75%;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-top .section-top-title, .special-251020-dior .section-top .section-top-title3 {
    width: 26%;
    bottom: 9.75%;
    right: 4.5%;
  }
}

.special-251020-dior .section-top .section-top-text {
  position: absolute;
  font-family: "Poly", serif;
  font-size: clamp(14px, 1.5625vw, 20px);
  font-weight: normal;
  text-align: right;
  line-height: normal;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-top .section-top-text {
    bottom: 4%;
    right: 10.5%;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-top .section-top-text {
    bottom: 3.5%;
    right: 5.5%;
  }
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-top .section-top-title3 {
    left: 10.5%;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-top .section-top-title3 {
    left: 5.5%;
  }
}

.special-251020-dior .section-top img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-top-lead {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(93deg, #E7C2CC -0.14%, #EAC9D1 6.79%, #FFF 54.82%, #E9E1B9 122.98%);
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-top-lead {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(82deg, #E7C2CC -37.98%, #EAC9D1 -28.52%, #FFF 51.78%, #E9E1B9 130.06%);
  }
}

.special-251020-dior .section-top-lead > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.special-251020-dior .section-top-lead .section-top-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.special-251020-dior .section-top-lead p {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-top-lead p {
    font-size: 16px;
    letter-spacing: .8px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-top-lead p {
    font-size: 14px;
  }
}

.special-251020-dior .section-other-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.special-251020-dior .section-other .section-other-text {
  display: flex;
  flex-direction: column;
  background: linear-gradient(99deg, #F2F2F2 -3.66%, #FFF 26.41%, #E9E1B9 100.57%);
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-other .section-other-text {
    gap: 40px;
    padding: 70px 60px 60px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-other .section-other-text {
    gap: 24px;
    padding: 40px 12% 30px;
    margin: 0 -6%;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-other .section-other-text .section-other-title {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-other .section-other-button {
    margin-top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-other .section-other-button {
    margin-top: 34px;
  }
}

.special-251020-dior .section-other .section-other-text2 {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-other .section-other-text2 {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-other .section-other-text2 {
    gap: 45px;
  }
}

.special-251020-dior .section-other .section-other-text2 .section-other-howto .section-other-howto-title {
  font-family: "Great Vibes", cursive;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-howto .section-other-howto-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-howto .section-other-howto-title {
    font-size: 22px;
    line-height: 2;
  }
}

.special-251020-dior .section-other .section-other-text2 .section-other-howto p {
  line-height: 1.75;
  text-align: justify;
  border-left: 1px solid #2F2F2F;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-howto p {
    padding-left: 30px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-howto p {
    padding-left: 15px;
    font-size: 12px;
  }
}

.special-251020-dior .section-other .section-other-text2 .section-other-use {
  border-left: 4px solid;
  border-image: linear-gradient(180deg, #eee, #E5D7A1) 1;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-use {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-use {
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-use .section-other-use-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-use .section-other-use-title {
    margin-bottom: 6px;
  }
}

.special-251020-dior .section-other .section-other-text2 .section-other-use p {
  line-height: 1.75;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-use p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-other .section-other-text2 .section-other-use p {
    font-size: 10px;
  }
}

.special-251020-dior .section-other .section-other-text2 em {
  color: #D08598;
  font-weight: bold;
}

.special-251020-dior #section2 .section-other-inner {
  display: flex;
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section2 .section-other-inner {
    margin-top: 60px;
    gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior #section2 .section-other-inner {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section2 .section-other-text {
    width: 63.75%;
    max-width: 612px;
  }
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section2 .section-other-text2 {
    width: 30%;
    max-width: 288px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior #section2 .section-other-text2 {
    padding-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior #section3 .section-other-image,
  .special-251020-dior #section4 .section-other-image,
  .special-251020-dior #section5 .section-other-image {
    margin: 0 -6%;
  }
}

.special-251020-dior #section3 .section-other-inner,
.special-251020-dior #section5 .section-other-inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .special-251020-dior #section3 .section-other-inner,
  .special-251020-dior #section5 .section-other-inner {
    flex-direction: column;
  }
}

.special-251020-dior #section3 .section-other-text,
.special-251020-dior #section5 .section-other-text {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section3 .section-other-text,
  .special-251020-dior #section5 .section-other-text {
    width: 46%;
    max-width: 442px;
    margin-top: 60px;
    margin-right: -22px;
  }
}

.special-251020-dior #section3 .section-other-image,
.special-251020-dior #section5 .section-other-image {
  position: relative;
  flex-shrink: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section3 .section-other-image,
  .special-251020-dior #section5 .section-other-image {
    width: 58%;
    max-width: 540px;
    margin-right: -22px;
  }
}

.special-251020-dior #section4 .section-other-inner {
  display: flex;
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section4 .section-other-inner {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior #section4 .section-other-inner {
    flex-direction: column;
  }
}

.special-251020-dior #section4 .section-other-contents {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section4 .section-other-contents {
    width: 45.8%;
    max-width: 440px;
    margin-left: -20px;
    gap: 60px;
  }
}

.special-251020-dior #section4 .section-other-image {
  position: relative;
  flex-shrink: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section4 .section-other-image {
    width: 58%;
    max-width: 540px;
    margin-top: 135px;
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section4 .section-other-text2 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior #section4 .section-other-text2 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .special-251020-dior #section5 .section-other-text2 {
    margin-top: 30px;
    flex-direction: row;
  }
  .special-251020-dior #section5 .section-other-text2 > div {
    width: 50%;
  }
  .special-251020-dior #section5 .section-other-text2 .section-other-use {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior #section5 .section-other-text2 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-buy {
    padding-top: 110px;
    padding-bottom: 100px;
    background: linear-gradient(115deg, #F2F2F2 6.18%, #F6CED8 93.82%);
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-buy {
    padding-top: 48px;
    padding-bottom: 40px;
    background: linear-gradient(91deg, #F2F2F2 -19.57%, #F6CED8 121.29%);
  }
}

.special-251020-dior .section-buy .section-buy-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-buy .section-buy-inner {
    gap: 70px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-buy .section-buy-inner {
    gap: 34px;
  }
}

.special-251020-dior .section-buy .section-buy-title {
  display: flex;
  justify-content: center;
}

.special-251020-dior .section-buy .section-buy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-buy .section-buy-list {
    gap: 65px 20px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-buy .section-buy-list {
    gap: 40px 20px;
  }
}

.special-251020-dior .section-buy .section-buy-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.5;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-buy .section-buy-item {
    width: calc((100% - 60px) / 4);
    gap: 20px;
    font-size: 15px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-buy .section-buy-item {
    width: calc((100% - 20px) / 2);
    gap: 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-buy .section-buy-item:hover {
    opacity: .7;
  }
}

.special-251020-dior .section-buy .section-buy-image {
  position: relative;
}

.special-251020-dior .section-buy .section-buy-image::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  aspect-ratio: 1 / 1;
  height: auto;
  z-index: 2;
  background: url(../img/icon-arr-w.png) 56% 48% no-repeat #2F2F2F;
  background-size: 30% auto;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-buy .section-buy-image::before {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-buy .section-buy-image::before {
    width: 18px;
  }
}

.special-251020-dior .section-buy .section-buy-button {
  width: 100%;
}

.special-251020-dior .section-buy .section-buy-button .btn-01 {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .special-251020-dior .section-buy .section-buy-button .btn-01 a {
    padding: 17px;
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .special-251020-dior .section-buy .section-buy-button .btn-01 a {
    padding: 10px;
    width: 100%;
  }
}
