@charset "UTF-8";
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 1000px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dotted .slick-dots {
  position: initial;
}

.slick-dotted .slick-dots > li > button::before {
  font-size: 14px;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 1000px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dotted .slick-dots {
  position: initial;
}

.slick-dotted .slick-dots > li > button::before {
  font-size: 14px;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 1000px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dotted .slick-dots {
  position: initial;
}

.slick-dotted .slick-dots > li > button::before {
  font-size: 14px;
}

.p-squareTitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: clamp(18px, 2.3437vw, 24px);
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.p-squareTitle > a,
.p-squareTitle > span {
  display: block;
}

.p-squareTitle > a > span,
.p-squareTitle > span > span {
  display: inline-block;
  position: relative;
  padding: 20px 40px;
  border: 1px solid #E3BC9D;
  background-color: white;
}

.p-squareTitle > a > span::before,
.p-squareTitle > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #E3BC9D;
  z-index: -1;
}

.p-squareTitle > a > span > span,
.p-squareTitle > span > span > span {
  position: relative;
}

.p-squareTitle > a > span > span::before,
.p-squareTitle > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 10px;
  background-color: #F5ECE6;
}

.p-squareTitle > a > span > span > span,
.p-squareTitle > span > span > span > span {
  position: relative;
}

.p-button--arrow {
  text-align: center;
}

.p-button--arrow > a {
  display: inline-block;
  position: relative;
  padding: 20px 50px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #E3BC9D;
}

.p-button--arrow > a::before {
  display: block;
  content: "";
  position: absolute;
  right: 48px;
  top: 82px;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

@media screen and (min-width: 768px) {
  .p-button--arrow > a::before {
    top: 29px;
  }
}

.p-button--arrow > a::after {
  display: block;
  content: "";
  vertical-align: middle;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: white;
}

@media screen and (min-width: 768px) {
  .p-button--arrow > a::after {
    display: inline-block;
    width: 100px;
    margin-left: 20px;
    margin-top: initial;
  }
}

.p-columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-columnBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-columnBox .p-columnBox__img {
  position: relative;
  width: 100%;
  margin-bottom: initial;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-columnBox .p-columnBox__img {
    width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-columnBox .p-columnBox__img::before {
  display: block;
  content: "";
  padding-top: 75%;
}

.p-columnBox .p-columnBox__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-columnBox .p-columnBox__content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-columnBox .p-columnBox__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-columnBox .p-columnBox__content .p-columnBox__content__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.6;
}

.p-columnBox .p-columnBox__content .p-columnBox__content__text {
  text-align: justify;
}

.p-price {
  color: #7A2626;
}

.p-price > b {
  font-size: 1.7em;
  font-family: Times New Roman, sans-serif;
}

.p-icon {
  display: inline-block;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
}

.p-icon.p-icon--option {
  padding: 6px 12px;
  color: white;
  background-color: #323232;
}

.p-text {
  font-size: 14px;
  line-height: 1.8;
}

.p-accordion > dd {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-accordion > dd {
    display: block;
  }
}

.p-tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-tabMenu .p-tabMenu__label {
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-tabMenu .p-tabMenu__content {
  width: 100%;
  display: none;
}

.p-tabMenu .p-tabMenu__switch {
  display: none;
}

.p-tabMenu .p-tabMenu__switch:checked + .p-tabMenu__label + .p-tabMenu__content {
  display: block;
}

#wrap {
  overflow: hidden !important;
}

body {
  overflow-x: hidden;
}

.header__number {
  display: none;
  position: absolute;
  right: 280px;
  top: 0;
  height: 72px;
  gap: 2px;
}

@media screen and (min-width: 768px) {
  .header__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__number > div,
.header__number > dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 130px;
}

.header__number > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.2;
  background-color: #EDCD65;
}

.header__number > div > p {
  margin-bottom: 3px;
}

.header__number > div > p > span {
  display: block;
  font-weight: bold;
}

.header__number > div > small {
  color: white;
}

.header__number > div > small > span {
  display: block;
  font-weight: bold;
}

.header__number > dl {
  position: relative;
  text-align: center;
  font-weight: bold;
  border: 1px solid #EDCD65;
}

.header__number > dl > dt {
  padding: 5px;
  background-color: #EDCD65;
}

.header__number > dl > dd {
  padding: 15px 0;
}

body {
  /* =========================================================
    その他
    =========================================================*/
}

body .l-section img {
  display: block;
  width: 100%;
  height: auto;
}

body .l-collection__image .l-collection__image__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(45%, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (min-width: 1025px) {
  body .l-collection__image .l-collection__image__list {
    -ms-grid-columns: (minmax(17%, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(17%, 1fr));
  }
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item {
  position: relative;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background-color: red;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item > a {
  display: block;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item > a > figure {
  position: relative;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item > a > figure > figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 10px;
  line-height: 1.2;
  font-family: Montserrat;
  font-size: clamp(16px, 2.0833vw, 24px);
  height: 90px;
  font-weight: bold;
  color: white;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item > a > figure > figcaption > span {
  display: block;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item > a > p {
  text-align: center;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--girly::before {
  background-color: #E6C6D1;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--girly > a > p {
  color: #E6C6D1;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--glamorous::before {
  background-color: #CBC6E6;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--glamorous > a > p {
  color: #CBC6E6;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--modeSimple::before {
  background-color: #C6E1E6;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--modeSimple > a > p {
  color: #C6E1E6;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--retroModern::before {
  background-color: #E6D6C6;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--retroModern > a > p {
  color: #E6D6C6;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--classic::before {
  background-color: #E7C4BE;
}

body .l-collection__image .l-collection__image__list .l-collection__image__list__item#l-collection__image__list__item--classic > a > p {
  color: #E7C4BE;
}

body .l-magazine {
  padding-top: 0 !important;
}

body .l-magazine .l-magazine__list .l-magazine__list__inner .l-magazine__list__item > a {
  display: block;
  padding: 15px;
}

body .l-magazine .l-magazine__list .l-magazine__list__inner .l-magazine__list__item > a > figure {
  margin-bottom: 20px;
}

body .l-magazine .l-magazine__list .l-magazine__list__inner .l-magazine__list__item > a > p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

body .l-magazine .l-magazine__list .l-magazine__list__inner .l-magazine__list__item > a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .l-magazine .l-magazine__list .l-magazine__list__inner .l-magazine__list__item > a > div > span {
  display: inline-block;
  padding: 8px 20px;
  background-color: #E3BC9D;
}

body .l-shop {
  margin-bottom: initial !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background-color: #FBFBFB;
}

body .l-shop .l-shop__box {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 60px;
}

body .l-shop .l-shop__box > dt {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #E3BC9D;
}

body .l-shop .l-shop__box > dt::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 40px;
  margin-right: 10px;
  background-color: #E3BC9D;
}

body .l-shop .l-shop__box > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
}

body .l-shop .l-shop__box > dd > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 270px;
}

body .l-shop .l-shop__box > dd > ul > li::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #F1EAE4;
}

body .l-shop .l-shop__box > dd > ul > li > dl > dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

body .l-shop .l-shop__box > dd > ul > li > dl > dt > a {
  color: #E3BC9D;
}

body .l-shop .l-shop__box > dd > ul > li > dl > dd > p > a {
  text-decoration: underline;
}

body .l-talents__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(45%, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}

@media screen and (min-width: 768px) {
  body .l-talents__list {
    -ms-grid-columns: (minmax(170px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}

body .l-talents__list > li {
  text-align: center;
}

body .l-talents__list > li > a {
  display: block;
}

body .l-talents__list > li > a > figure {
  font-weight: bold;
}

body .l-talents__list > li > a > figure > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

body .l-talents__list > li > a > figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .l-talents__list > li > a > figure figcaption::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

body .l-section .l-section__inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

body .l-section .l-section__title {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  font-size: clamp(14px, 1.8229vw, 24px);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #323232;
}

body .l-section .l-section__title::before {
  display: block;
  content: attr(data-title);
  margin-bottom: 10px;
  font-size: clamp(32px, 4.1666vw, 108px);
  letter-spacing: 0.05em;
  font-family: Montserrat;
  font-weight: bold;
  color: #F3F3F3;
  z-index: 0;
}

body .l-section .l-section__title.l-section__title--white::before {
  color: white;
}

body .l-section .l-section__parts:not(:last-child) {
  margin-bottom: 40px;
}

body #index .l-section .l-section__lead {
  margin-bottom: 60px;
  font-size: 16px;
}

body #index .l-section .l-section__lead > span {
  display: block;
}

body #index .l-section .l-section__block:not(:last-of-type) {
  border: 1px solid red;
  margin-bottom: 60px;
}

body #index .l-events {
  background-color: #F3F3F3;
}

body #index .l-events .l-events__bnrs .l-events__bnrs__label {
  padding: 15px 30px;
  font-size: 16px;
  background-color: white;
}

body #index .l-events .l-events__bnrs .l-events__bnrs__switch:checked + .l-events__bnrs__label {
  background-color: #E3BC9D;
}

body #index .l-events .l-events__bnrs .l-events__bnrs__content__slide .l-events__bnrs__content__slide__item > a {
  display: block;
  padding: 10px;
}

body #index .l-events .l-events__bnrs .l-events__bnrs__content__slide .l-events__bnrs__content__slide__item--none {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
}

body #index .l-collection .l-section__inner {
  position: relative;
}

body #index .l-collection .l-section__inner .l-collection__handling {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  border-radius: 50%;
  background-color: #F5ECE6;
}

@media screen and (min-width: 768px) {
  body #index .l-collection .l-section__inner .l-collection__handling {
    width: 20%;
  }
}

body #index .l-collection .l-section__inner .l-collection__handling::before {
  display: block;
  content: "";
  padding-top: 100%;
}

body #index .l-collection .l-section__inner .l-collection__handling > dl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.4;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}

body #index .l-collection .l-section__inner .l-collection__handling > dl > dt {
  font-size: clamp(14px, 1.8229vw, 58px);
}

body #index .l-collection .l-section__inner .l-collection__handling > dl > dt > span {
  display: block;
}

body #index .l-collection .l-section__inner .l-collection__handling > dl > dd:nth-of-type(1) {
  color: #7A2626;
  font-size: clamp(10px, 1.30201vw, 24px);
}

body #index .l-collection .l-section__inner .l-collection__handling > dl > dd:nth-of-type(1) > b {
  font-size: 2.2em;
  font-family: Times New Roman, sans-serif;
}

body #index .l-collection .l-section__inner .l-collection__handling > dl > dd:nth-of-type(2) {
  font-size: clamp(8px, 1.0416vw, 20px);
}

body #index .l-collection .l-collection__block:not(:last-child) {
  margin-bottom: 60px;
}

body #index .l-collection .l-collection__block.l-collection__talent .l-collection__talent__list {
  display: -ms-grid;
  display: grid;
  gap: 40px 0;
  -ms-grid-columns: (minmax(50%, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}

@media screen and (min-width: 768px) and (min-width: 1025px) {
  body #index .l-collection .l-collection__block.l-collection__talent .l-collection__talent__list {
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

body #index .l-collection .l-collection__block.l-collection__talent .l-collection__talent__list > li {
  text-align: center;
}

body #index .l-collection .l-collection__block.l-collection__talent .l-collection__talent__list > li > a {
  display: block;
}

body #index .l-collection .l-collection__block.l-collection__talent .l-collection__talent__list > li > a > figure > img {
  display: block;
  margin-bottom: 20px;
}

body #index .l-collection .l-collection__block.l-collection__talent .l-collection__talent__list > li > a > figure > figcaption {
  font-weight: bold;
}

body #index .l-plan {
  background-color: #F1DDDD;
}

body #index .l-plan .l-plan__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body #index .l-plan .l-plan__column .l-plan__list {
  display: -ms-grid;
  display: grid;
  gap: 2px;
  -ms-grid-columns: (minmax(330px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  width: 100%;
}

body #index .l-plan .l-plan__column .l-plan__list .l-plan__list__item {
  background-color: white;
}

body #index .l-plan .l-plan__column .l-plan__list .l-plan__list__item > a {
  display: block;
  padding: 20px;
}

body #index .l-plan .l-plan__column .l-plan__list .l-plan__list__item > a > h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(18px, 2.3437vw, 24px);
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  line-height: 1.8;
}

body #index .l-plan .l-plan__column .l-plan__list .l-plan__list__item > a > h3::after {
  display: block;
  content: "";
  width: 200px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
}

body #index .l-plan .l-plan__column .l-plan__list .l-plan__list__item > a > h3 > small {
  display: block;
  font-size: 0.7em;
  color: #7A2626;
}

body #index .l-plan .l-plan__column .l-plan__list .l-plan__list__item > a > figure {
  margin-bottom: 20px;
}

body #index .l-plan .l-plan__column .l-plan__list .l-plan__list__item#l-plan__list__item01 > a > h3::after {
  background-color: #FFE57A;
}

body #index .l-plan .l-plan__column .l-plan__list .l-plan__list__item#l-plan__list__item02 > a > h3::after {
  background-color: #F6BFC4;
}

body #index .l-plan .l-plan__column .l-plan__list .l-plan__list__item#l-plan__list__item03 > a > h3::after {
  background-color: #B3D79A;
}

body #index .l-plan .l-plan__column .l-plan__gallery {
  width: 100%;
}

@media screen and (min-width: 768px) {
  body #index .l-plan .l-plan__column .l-plan__gallery {
    width: 47%;
  }
}

body #index .l-plan .l-plan__column .l-plan__gallery h2 {
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
  font-family: sarah-script, sans-serif;
}

body #index .l-plan .l-plan__column .l-plan__gallery.l-plan__gallery--photo > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}

body #index .l-plan .l-plan__column .l-plan__gallery.l-plan__gallery--photo > ul > li {
  width: 32%;
  margin-bottom: 2%;
}

body #index .l-plan .l-plan__column .l-plan__gallery.l-plan__gallery--photo > ul > li > a {
  display: block;
  position: relative;
  overflow: hidden;
}

body #index .l-plan .l-plan__column .l-plan__gallery.l-plan__gallery--photo > ul > li > a::before {
  display: block;
  content: "";
  padding-top: 100%;
}

body #index .l-plan .l-plan__column .l-plan__gallery.l-plan__gallery--photo > ul > li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #index .l-plan .l-plan__column .l-plan__gallery.l-plan__gallery--studio > figure > a {
  display: block;
  position: relative;
  overflow: hidden;
}

body #index .l-plan .l-plan__column .l-plan__gallery.l-plan__gallery--studio > figure > a::before {
  display: block;
  content: "";
  padding-top: 100%;
}

body #index .l-plan .l-plan__column .l-plan__gallery.l-plan__gallery--studio > figure > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  body #index .l-support .l-support__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

body #index .l-support .l-support__inner > figure,
body #index .l-support .l-support__inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body #index .l-support .l-support__inner > div {
  padding: 30px;
}

body #index .l-support .l-support__inner > div .l-support__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: clamp(30px, 3.9062vw, 60px);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  body #index .l-support .l-support__inner > div .l-support__title {
    margin-bottom: 50px;
  }
}

body #index .l-support .l-support__inner > div .l-support__title > span {
  display: block;
}

body #index .l-support .l-support__inner > div .l-support__title > span > span {
  color: #D83535;
}

body #index .l-support .l-support__inner > div .l-support__lead {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
}

body #index .l-support .l-support__inner > figure {
  overflow: hidden;
}

body.page .l-main .l-section {
  margin-bottom: 60px;
  padding-top: initial;
  padding-bottom: initial;
}

body.page .l-main .l-section .l-section__title {
  margin-bottom: 30px !important;
  padding: 5px 20px;
  color: #46380E;
  line-height: 1.4;
  font-size: 24px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  background-color: #F5ECE6;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-section .l-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

body.page .l-main .l-section .l-section__title::before {
  display: block;
  content: attr(data-title);
  margin-bottom: 2px;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #46380E;
  font-family: sarah-script, sans-serif;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-section .l-section__title::before {
    margin-bottom: 0;
    font-size: 40px;
  }
}

body.page .l-main .l-section .l-section__title--30px {
  margin-bottom: 20px;
  font-size: clamp(18px, 2.3437vw, 30px);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

body.page .l-main .l-section .l-section__title--30px > span {
  display: block;
}

body.page .l-main .l-section .l-section__lead {
  margin-bottom: 30px;
}

body.page .l-main .l-section .l-section__parts__title {
  margin-bottom: 30px;
  color: #7A2626;
  font-size: 20px;
  font-weight: bold;
}

body.page .l-main .l-section .l-section__parts__title::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 9px;
  height: 44px;
  margin-right: 15px;
  background-color: #7A2626;
}

body.page .l-main .l-hero {
  position: relative;
}

body.page .l-main .l-hero figure {
  margin-bottom: 0;
}

body.page .l-main .l-hero .l-hero__text {
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-hero .l-hero__text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
  }
}

body.page .l-main .l-hero .l-hero__text h1 {
  position: relative;
  margin-bottom: 15px;
  color: white;
  font-size: clamp(18px, 2.3437vw, 30px);
  font-weight: bold;
}

body.page .l-main .l-hero .l-hero__text h1::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 40px;
  margin-right: 10px;
  background-color: white;
}

body.page .l-main .l-hero .l-hero__text h1::after {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: -40px;
  font-weight: normal;
  font-size: 2em;
  font-family: sarah-script, sans-serif;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-hero .l-hero__text h1::after {
    top: -70px;
  }
}

body.page .l-main .l-hero .l-hero__text p {
  color: white;
}

body.page .l-main .l-voices .l-voices__list .l-voices__list__item {
  padding-left: 15px;
  padding-right: 15px;
}

body.page .l-main .l-voices .l-voices__list .l-voices__list__item > figure {
  margin-bottom: 20px;
}

body.page .l-main .l-merit .l-merit__list {
  display: -ms-grid;
  display: grid;
  gap: 40px 20px;
  -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.page .l-main .l-merit .l-merit__list .l-merit__list__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #7A2626;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block {
  padding: 20px;
  border: 1px solid #E3BC9D;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-planIntroduce .l-planIntroduce__block {
    padding: 30px;
  }
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__price {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E3BC9D;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__price > dl {
  line-height: 1.4;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__price > dl > dt,
body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__price > dl > dd {
  display: inline-block;
  vertical-align: middle;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__includes {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: (minmax(110px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__includes > li {
  text-align: center;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__includes > li > figure > img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__includes > li > figure > figcaption {
  line-height: 1.4;
  font-weight: bold;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__includes > li > figure > figcaption > span {
  display: block;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__support {
  margin-top: 30px;
  padding: 20px;
  background-color: #F1DDDD;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__support {
    padding: 30px;
  }
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__support > dl {
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__support > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__support > dl > dt {
  font-size: 26px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__support > dl > dt {
    margin-bottom: initial;
  }
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__support > dl > dd {
  font-size: 18px;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__accessories {
  margin-top: 30px;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__accessories .l-planIntroduce__block__accessories__title {
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
  color: #7A2626;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__accessories > ul {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__accessories > ul > li {
  text-align: center;
  line-height: 1.6;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__block .l-planIntroduce__block__accessories > ul > li > figure > figcaption > span {
  display: block;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__limited .l-planIntroduce__limited__list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

body.page .l-main .l-planIntroduce .l-planIntroduce__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__option > h3 {
  width: 100%;
  margin-bottom: 15px;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__option .l-planIntroduce__option__item {
  width: 100%;
  padding: 30px;
  background-color: #F8F4F4;
}

body.page .l-main .l-planIntroduce .l-planIntroduce__option .l-planIntroduce__option__item > dl {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-planIntroduce .l-planIntroduce__option .l-planIntroduce__option__item > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.page .l-main .l-planIntroduce .l-planIntroduce__option .l-planIntroduce__option__item > dl > dt {
  margin-bottom: 10px;
  font-size: 26px;
  color: #46380E;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-planIntroduce .l-planIntroduce__option .l-planIntroduce__option__item > dl > dt {
    margin-bottom: initial;
  }
}

body.page .l-main .l-planIntroduce .l-planIntroduce__option .l-planIntroduce__option__item > dl > dd {
  font-size: 18px;
}

body.page .l-main .l-benefits .l-benefits__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(170px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

body.page .l-main .l-benefits .l-benefits__list .l-benefits__list__item {
  padding: 20px;
  background-color: #F3F3F3;
}

body.page .l-main .l-benefits .l-benefits__list .l-benefits__list__item > dt {
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #7A2626;
}

body.page .l-main .l-benefits .l-benefits__list .l-benefits__list__item > dt > span {
  display: block;
}

body.page .l-main .l-album .l-album__tabMenu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.page .l-main .l-album .l-album__tabMenu .l-album__tabMenu__label {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  text-align: center;
  color: #3E372D;
  line-height: 1.6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #D0CEB7;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-album .l-album__tabMenu .l-album__tabMenu__label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: initial;
  }
}

body.page .l-main .l-album .l-album__tabMenu .l-album__tabMenu__label > small {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 20px;
  color: #EF8E95;
  border-radius: 5px;
  background-color: white;
}

body.page .l-main .l-album .l-album__tabMenu .l-album__tabMenu__label > span {
  display: block;
}

body.page .l-main .l-album .l-album__tabMenu .l-album__tabMenu__switch:checked + .l-album__tabMenu__label {
  color: white;
  background-color: #ABA87F;
}

body.page .l-main .l-album .l-album__box {
  padding: 30px;
  border-radius: 10px;
  background-color: #F6F6F6;
}

body.page .l-main .l-album .l-album__box .l-album__box__title {
  margin-bottom: 30px;
  padding: 15px;
  color: white;
  text-align: center;
  background-color: #ABA87F;
}

@media screen and (min-width: 768px) {
  body.page .l-main .l-album .l-album__box .l-album__box__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    gap: 30px;
  }
}

body.page .l-main .l-album .l-album__box .l-album__box__column .l-album__box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.page .l-main .l-album .l-album__box .l-album__box__column .l-album__box__content .l-album__box__content__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body.page .l-main .l-album .l-album__box .l-album__box__column .l-album__box__content .l-album__box__content__title > b {
  display: inline-block;
  font-size: 1.4em;
}

body.page .l-main .l-album .l-album__box .l-album__box__column .l-album__box__prices {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  text-align: center;
}

body.page .l-main .l-album .l-album__box .l-album__box__column .l-album__box__prices > figure > img {
  margin-bottom: 10px;
}

body.page .l-main .l-album .l-album__box .l-album__box__column .l-album__box__prices > figure > figcaption {
  line-height: 1.8;
}

body.page .l-main .l-album .l-album__box .l-album__box__column .l-album__box__prices > figure > figcaption > span,
body.page .l-main .l-album .l-album__box .l-album__box__column .l-album__box__prices > figure > figcaption > small {
  display: block;
}

body.page .l-main .l-album .l-album__box .l-album__box__column .l-album__box__prices > figure > figcaption > span {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #7A2626;
}

body.page .l-main .l-flow .l-flow__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(170px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

body.page .l-main .l-flow .l-flow__list .l-flow__list__item > figure {
  margin-bottom: 10px;
}

body.page .l-main .l-flow .l-flow__list .l-flow__list__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7A2626;
}

body.page .l-main .l-flow .l-flow__list .l-flow__list__item > div::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-number);
  width: 20px;
  height: 20px;
  color: white;
  border-radius: 50%;
  background-color: #7A2626;
}

body.page .l-main .l-gallery .l-gallery__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(170px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

body.page .l-main .l-gallery .l-gallery__list > li > a {
  display: block;
  position: relative;
  overflow: hidden;
}

body.page .l-main .l-gallery .l-gallery__list > li > a::before {
  display: block;
  content: "";
  padding-top: 100%;
}

body.page .l-main .l-gallery .l-gallery__list > li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.page .l-main .l-faq .l-faq__item {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

body.page .l-main .l-faq .l-faq__item:not(:last-of-type) {
  margin-bottom: 20px;
}

body.page .l-main .l-faq .l-faq__item::before {
  display: block;
  content: attr(data-title);
  font-size: 30px;
  font-family: sarah-script, sans-serif;
  color: #A9874A;
}

body.page .l-main .l-faq .l-faq__item > dt {
  position: relative;
  padding: 15px 40px 15px 15px;
  line-height: 1.4;
  font-weight: bold;
  color: white;
  background-color: #444444;
  cursor: pointer;
}

body.page .l-main .l-faq .l-faq__item > dt::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "＋";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #E3BC9D;
}

body.page .l-main .l-faq .l-faq__item > dt.active::before {
  content: "－";
}

body.page .l-main .l-faq .l-faq__item > dd {
  padding: 20px;
}

body.page .l-main .l-faq .l-faq__item > dd > p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

body#appeal .l-results .l-section__title {
  margin-bottom: 0 !important;
}

body#appeal .l-results .l-results__support {
  position: relative;
  padding: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body#appeal .l-results .l-results__support::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

body#appeal .l-results .l-results__support::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/_new/_page/appeal_result_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

body#appeal .l-results .l-results__support .l-results__support__title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.8;
  font-size: 30px;
  color: white;
}

body#appeal .l-results .l-results__support .l-results__support__title > span {
  display: block;
}

body#appeal .l-results .l-results__support .l-results__support__title > span > b {
  font-size: 1.5em;
  font-family: Times New Roman, sans-serif;
  font-weight: normal;
}

body#appeal .l-results .l-results__support .l-results__support__number {
  position: relative;
  z-index: 1;
  border: 2px solid white;
}

body#appeal .l-results .l-results__support .l-results__support__number > dt {
  padding: 10px;
  font-size: 25px;
  text-align: center;
  color: #7A2626;
  background-color: white;
}

body#appeal .l-results .l-results__support .l-results__support__number > dd {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  body#appeal .l-results .l-results__support .l-results__support__number > dd {
    padding: 30px;
  }
}

body#appeal .l-results .l-results__support .l-results__support__number > dd > ul {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  body#appeal .l-results .l-results__support .l-results__support__number > dd > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

body#appeal .l-results .l-results__support .l-results__support__number > dd > ul > li {
  text-align: center;
  color: white;
  font-size: clamp(18px, 2.3437vw, 30px);
}

@media screen and (min-width: 768px) {
  body#appeal .l-results .l-results__support .l-results__support__number > dd > ul > li {
    width: 50%;
  }
}

body#appeal .l-results .l-results__support .l-results__support__number > dd > ul > li > b {
  color: #F6FFA5;
  font-family: Times New Roman, sans-serif;
  font-weight: normal;
  font-size: 1.3em;
}

body#plan-rental .l-intro .l-intro__choice > ul {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

body#plan-rental .l-intro .l-intro__choice > ul > li {
  text-align: center;
}

body#plan-rental .l-intro .l-intro__choice > ul > li > a {
  display: block;
}

body#plan-rental .l-intro .l-intro__choice > ul > li > a > dl {
  line-height: 2;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

body#plan-rental .l-intro .l-intro__choice > ul > li > a > dl > dt {
  color: #7A2626;
}

body#plan-rental .l-intro .l-intro__choice > ul > li > a > dl > dd {
  font-size: 24px;
}

body#plan-mamafuri .l-intro .l-intro__plan > figure {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

body#plan-mamafuri .l-coordination .l-coordination__criterion {
  background-color: #F5F5F5;
}

body#plan-mamafuri .l-coordination .l-coordination__criterion > h3 {
  padding: 10px;
  color: white;
  font-size: 20px;
  text-align: center;
  background-color: #ABA87F;
}

body#plan-mamafuri .l-coordination .l-coordination__criterion .l-coordination__criterion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px;
}

body#plan-mamafuri .l-coordination .l-coordination__criterion .l-coordination__criterion__content > div {
  width: 100%;
  color: #7A2626;
  line-height: 1.6;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

body#plan-mamafuri .l-coordination .l-coordination__criterion .l-coordination__criterion__content > ul {
  width: 100%;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  body#plan-mamafuri .l-coordination .l-coordination__criterion .l-coordination__criterion__content > ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: initial;
  }
}

body#plan-mamafuri .l-coordination .l-coordination__criterion .l-coordination__criterion__content > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

body#plan-mamafuri .l-coordination .l-coordination__criterion .l-coordination__criterion__content > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 30px;
  text-align: center;
}

body .js-fade {
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body .js-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

nav ul#mainmenu li {
  width: 14%;
}

#menu {
  background-color: #ECECDC;
}

#menu #mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#menu #mainmenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: none;
}

@media screen and (min-width: 768px) {
  #menu #mainmenu > li::before {
    display: block;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #323232;
  }
}

#menu #mainmenu > li > a {
  color: #323232;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

@media screen and (min-width: 768px) {
  #menu #mainmenu > li:last-child::after {
    display: block;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #323232;
  }
}

.l-shop__wrap .l-shop__parent > dt,
.l-shop__wrap .l-shop__child > dt {
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.l-shop__wrap .l-shop__parent > dt::before,
.l-shop__wrap .l-shop__child > dt::before {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-shop__wrap .l-shop__parent > dt.active::before,
.l-shop__wrap .l-shop__child > dt.active::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .l-shop__wrap .l-shop__parent {
    display: inline-block;
    vertical-align: top;
  }
}

.l-shop__wrap .l-shop__parent:not(:last-of-type) {
  margin-bottom: 10px;
}

.l-shop__wrap .l-shop__parent > dt {
  padding: 20px;
  color: white;
  font-size: 18px;
  background-color: #E3BC9D;
}

@media screen and (min-width: 768px) {
  .l-shop__wrap .l-shop__parent > dt {
    color: #E3BC9D;
    background-color: initial;
  }
}

@media screen and (min-width: 768px) {
  .l-shop__wrap .l-shop__parent > dt::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 30px;
    background-color: #E3BC9D;
  }
}

.l-shop__wrap .l-shop__parent > dd {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .l-shop__wrap .l-shop__parent > dd .l-shop__child {
    display: inline-block;
  }
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child:not(:last-of-type) {
  margin-bottom: 10px;
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child > dt {
  padding: 15px;
  background-color: lightgrey;
}

@media screen and (min-width: 768px) {
  .l-shop__wrap .l-shop__parent > dd .l-shop__child > dt {
    background-color: initial;
  }
}

@media screen and (min-width: 768px) {
  .l-shop__wrap .l-shop__parent > dd .l-shop__child > dt::before {
    display: none;
  }
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child > dd {
  padding: 30px 0 10px;
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child > dd > dl {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 320px;
  /* 
  width: 270px;
   */
  padding-left: 10px;
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child > dd > dl::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child > dd > dl:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-shop__wrap .l-shop__parent > dd .l-shop__child > dd > dl:not(:last-of-type) {
    margin-bottom: initial;
  }
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child > dd > dl::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #F1EAE4;
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child > dd > dl > dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child > dd > dl > dt > a {
  color: #E3BC9D;
}

.l-shop__wrap .l-shop__parent > dd .l-shop__child > dd > dl > dd > p > a {
  text-decoration: underline;
}

.l-shop__wrap h3{
  font-weight: bold;
}

.l-shop__wrap h4{
  font-weight: bold;
}

.l-shop__wrap h5{
  color: #E3BC9D;
  font-weight: bold;
  cursor: pointer;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 1000px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dotted .slick-dots {
  position: initial;
}

.slick-dotted .slick-dots > li > button::before {
  font-size: 14px;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 1000px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dotted .slick-dots {
  position: initial;
}

.slick-dotted .slick-dots > li > button::before {
  font-size: 14px;
}

.p-squareTitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: clamp(18px, 2.3437vw, 24px);
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.p-squareTitle > a,
.p-squareTitle > span {
  display: block;
}

.p-squareTitle > a > span,
.p-squareTitle > span > span {
  display: inline-block;
  position: relative;
  padding: 20px 40px;
  border: 1px solid #E3BC9D;
  background-color: white;
}

.p-squareTitle > a > span::before,
.p-squareTitle > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #E3BC9D;
  z-index: -1;
}

.p-squareTitle > a > span > span,
.p-squareTitle > span > span > span {
  position: relative;
}

.p-squareTitle > a > span > span::before,
.p-squareTitle > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 10px;
  background-color: #F5ECE6;
}

.p-squareTitle > a > span > span > span,
.p-squareTitle > span > span > span > span {
  position: relative;
}

.p-button--arrow {
  text-align: center;
}

.p-button--arrow > a {
  display: inline-block;
  position: relative;
  padding: 20px 50px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #E3BC9D;
}

.p-button--arrow > a::before {
  display: block;
  content: "";
  position: absolute;
  right: 48px;
  top: 82px;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

@media screen and (min-width: 768px) {
  .p-button--arrow > a::before {
    top: 29px;
  }
}

.p-button--arrow > a::after {
  display: block;
  content: "";
  vertical-align: middle;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: white;
}

@media screen and (min-width: 768px) {
  .p-button--arrow > a::after {
    display: inline-block;
    width: 100px;
    margin-left: 20px;
    margin-top: initial;
  }
}

.p-columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-columnBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-columnBox .p-columnBox__img {
  position: relative;
  width: 100%;
  margin-bottom: initial;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-columnBox .p-columnBox__img {
    width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-columnBox .p-columnBox__img::before {
  display: block;
  content: "";
  padding-top: 75%;
}

.p-columnBox .p-columnBox__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-columnBox .p-columnBox__content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-columnBox .p-columnBox__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-columnBox .p-columnBox__content .p-columnBox__content__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.6;
}

.p-columnBox .p-columnBox__content .p-columnBox__content__text {
  text-align: justify;
}

.p-price {
  color: #7A2626;
}

.p-price > b {
  font-size: 1.7em;
  font-family: Times New Roman, sans-serif;
}

.p-icon {
  display: inline-block;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
}

.p-icon.p-icon--option {
  padding: 6px 12px;
  color: white;
  background-color: #323232;
}

.p-text {
  font-size: 14px;
  line-height: 1.8;
}

.p-accordion > dd {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-accordion > dd {
    display: block;
  }
}

.p-tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-tabMenu .p-tabMenu__label {
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-tabMenu .p-tabMenu__content {
  width: 100%;
  display: none;
}

.p-tabMenu .p-tabMenu__switch {
  display: none;
}

.p-tabMenu .p-tabMenu__switch:checked + .p-tabMenu__label + .p-tabMenu__content {
  display: block;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 1000px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dotted .slick-dots {
  position: initial;
}

.slick-dotted .slick-dots > li > button::before {
  font-size: 14px;
}

.p-squareTitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: clamp(18px, 2.3437vw, 24px);
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.p-squareTitle > a,
.p-squareTitle > span {
  display: block;
}

.p-squareTitle > a > span,
.p-squareTitle > span > span {
  display: inline-block;
  position: relative;
  padding: 20px 40px;
  border: 1px solid #E3BC9D;
  background-color: white;
}

.p-squareTitle > a > span::before,
.p-squareTitle > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #E3BC9D;
  z-index: -1;
}

.p-squareTitle > a > span > span,
.p-squareTitle > span > span > span {
  position: relative;
}

.p-squareTitle > a > span > span::before,
.p-squareTitle > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 10px;
  background-color: #F5ECE6;
}

.p-squareTitle > a > span > span > span,
.p-squareTitle > span > span > span > span {
  position: relative;
}

.p-button--arrow {
  text-align: center;
}

.p-button--arrow > a {
  display: inline-block;
  position: relative;
  padding: 20px 50px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #E3BC9D;
}

.p-button--arrow > a::before {
  display: block;
  content: "";
  position: absolute;
  right: 48px;
  top: 82px;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

@media screen and (min-width: 768px) {
  .p-button--arrow > a::before {
    top: 29px;
  }
}

.p-button--arrow > a::after {
  display: block;
  content: "";
  vertical-align: middle;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: white;
}

@media screen and (min-width: 768px) {
  .p-button--arrow > a::after {
    display: inline-block;
    width: 100px;
    margin-left: 20px;
    margin-top: initial;
  }
}

.p-columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-columnBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-columnBox .p-columnBox__img {
  position: relative;
  width: 100%;
  margin-bottom: initial;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-columnBox .p-columnBox__img {
    width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-columnBox .p-columnBox__img::before {
  display: block;
  content: "";
  padding-top: 75%;
}

.p-columnBox .p-columnBox__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-columnBox .p-columnBox__content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-columnBox .p-columnBox__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-columnBox .p-columnBox__content .p-columnBox__content__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.6;
}

.p-columnBox .p-columnBox__content .p-columnBox__content__text {
  text-align: justify;
}

.p-price {
  color: #7A2626;
}

.p-price > b {
  font-size: 1.7em;
  font-family: Times New Roman, sans-serif;
}

.p-icon {
  display: inline-block;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
}

.p-icon.p-icon--option {
  padding: 6px 12px;
  color: white;
  background-color: #323232;
}

.p-text {
  font-size: 14px;
  line-height: 1.8;
}

.p-accordion > dd {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-accordion > dd {
    display: block;
  }
}

.p-tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-tabMenu .p-tabMenu__label {
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-tabMenu .p-tabMenu__content {
  width: 100%;
  display: none;
}

.p-tabMenu .p-tabMenu__switch {
  display: none;
}

.p-tabMenu .p-tabMenu__switch:checked + .p-tabMenu__label + .p-tabMenu__content {
  display: block;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item {
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 1000px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dotted .slick-dots {
  position: initial;
}

.slick-dotted .slick-dots > li > button::before {
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */