@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/* =========================================================
 Base
========================================================= */
/*==============================
 break point
 ============================== */
/*==============================
 色一覧
 ============================== */
/* ==============================
	base/base
================================= */
/* font settings */
@font-face {
  font-family: 'brown-bold';
  src: url("../fonts/brown/BrownStd-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
}

.brown-bold {
  font-family: 'brown-bold';
}

@font-face {
  font-family: "EksellDisplay-Large";
  src: url("../fonts/EksellDisplayCompleteOT/EksellDisplay-Large.otf") format("opentype");
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  font-size: inherit;
}

input::-moz-placeholder {
  font-size: inherit;
}

input:-ms-input-placeholder {
  font-size: inherit;
}

input::-ms-input-placeholder {
  font-size: inherit;
}

input::placeholder {
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

main {
  display: block;
}

.is-sp {
  display: block !important;
}

.is-pc {
  display: none !important;
}

@media (min-width: 767px) {
  .is-sp {
    display: none !important;
  }
  .is-pc {
    display: block !important;
  }
}

.is-sp-wide {
  display: block !important;
}

.is-pc-wide {
  display: none !important;
}

@media (min-width: 1044px) {
  .is-sp-wide {
    display: none !important;
  }
  .is-pc-wide {
    display: block !important;
  }
}

/* ==============================
	base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ls0 {
  letter-spacing: 0 !important;
}

/* =========================================================
 Layout
========================================================= */
/* =========================================================
 Module
========================================================= */
.kv-title-area .time .tag.orange {
  background-color: #ED5163;
}

.section-sub-ttl {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .section-sub-ttl {
    font-size: 12px;
  }
}

.art-main-img {
  margin-top: 32px;
}

.art-heading {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .art-heading {
    margin-top: 40px;
  }
}

.art-heading .section-ttl {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .art-heading .section-ttl {
    font-size: 20px;
  }
}

.art-artist-container {
  max-width: 790px;
  margin: 32px auto 0;
}

.art-artist-img {
  display: block;
  margin: 32px auto 0;
  width: 320px;
  height: auto;
}

.art-artist-detail {
  display: grid;
  grid-gap: 32px;
}

.art-artist-detail-text {
  margin: 32px auto 0;
  display: grid;
  grid-gap: 1.85em;
}

@media screen and (max-width: 768px) {
  .art-artist-detail-text {
    margin: 22px auto 0;
  }
}

.art-artist-block {
  margin: 60px auto 0;
  padding: 45px;
  border: 1px solid #707070;
  max-width: 825px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .art-artist-block {
    padding: 22px 22px 48px;
    margin: 40px auto 0;
  }
}

.art-artist-column {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 220px 1fr;
}

@media screen and (max-width: 768px) {
  .art-artist-column {
    grid-template-columns: auto;
  }
}

.art-artist-text {
  font-size: 14px;
  line-height: 1.85;
}

.art-artist-note {
  text-indent: -1em;
  padding-left: 1em;
}

.art-artist-note:first-child {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .art-artist-note:first-child {
    margin-top: 40px;
  }
}

.art-list {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .art-list {
    margin-top: 50px;
  }
}

.art-list-heading {
  font-size: 14px;
  font-weight: 400;
}

.art-list-link {
  margin-top: 53px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .art-list-link {
    margin-top: 32px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 0;
  }
}

.art-list-link-block {
  border-left: 1px solid #B2B2B2;
  position: relative;
}

.art-list-link-block::before {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 13px;
  height: 7px;
  background-image: url("../images/art/arrow.svg");
}

@media screen and (max-width: 768px) {
  .art-list-link-block:nth-child(2) {
    border-right: 1px solid #B2B2B2;
  }
}

.art-list-link-block:last-child {
  border-right: 1px solid #B2B2B2;
}

.art-list-link-text {
  padding: 7px 0px 23px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .art-list-link-text {
    font-size: 11px;
  }
}

.art-list-column {
  margin-top: 40px;
  display: grid;
  grid-gap: 64px 62px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .art-list-column {
    margin-top: 32px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px 26px;
  }
}

.art-list-column-single {
  margin-top: 40px;
  display: grid;
  grid-gap: 64px 0;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 768px) {
  .art-list-column-single {
    margin-top: 32px;
    grid-gap: 32px 0;
  }
}

.art-list-category {
  padding-top: 56px;
}

@media screen and (max-width: 768px) {
  .art-list-category {
    padding-top: 40px;
  }
}

.art-list-category + .art-list-category {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .art-list-category + .art-list-category {
    padding-top: 56px;
  }
}

.art-list-category-name {
  font-size: 16px;
  font-weight: bold;
  text-indent: -0.5em;
}

@media screen and (max-width: 768px) {
  .art-list-category-name {
    font-size: 14px;
  }
}

.art-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.art-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.art-list-detail {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .art-list-detail {
    margin-top: 8px;
  }
}

.art-list-name {
  font-size: 14px;
  font-weight: bold;
  text-indent: -0.5em;
}

.art-list-material {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
}

.art-list-size {
  font-size: 12px;
  font-weight: 400;
}

.art-list-price {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

.art-list-price-correct {
  text-decoration: line-through;
}

.art-list-price-correct-txt {
  color: red;
  font-size: 12px;
}

/* ドレスコレクション */
.dress-container {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 70px;
}

@media (min-width: 767px) {
  .dress-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 76px;
    padding-bottom: 100px;
  }
}

.dress-img-main {
  width: 100%;
  position: relative;
}

@media (min-width: 767px) {
  .dress-img-main {
    width: calc(100% - 632px);
    position: sticky;
    left: 0;
    height: 100%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-top: 4px;
  }
}

@media (min-width: 1044px) {
  .dress-img-main {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
  }
}

.dress-img-main .swiper-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60px;
  padding: 4px;
  margin-top: 12px;
  margin-left: 12px;
}

@media (min-width: 767px) {
  .dress-img-main .swiper-btn-wrap {
    display: none;
  }
}

.dress-img-main .swiper-custom-btn {
  position: relative;
  width: 13px;
  height: 13px;
}

.dress-img-main .swiper-custom-btn:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 100%;
  height: 100%;
}

.dress-img-main .swiper-custom-prev:before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.dress-img-main .swiper-custom-next:before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.dress-img-main-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  margin-bottom: -16px;
}

@media (min-width: 767px) {
  .dress-img-main-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dress-img-thumb {
  width: 100%;
  margin-top: 46px;
}

@media (min-width: 767px) {
  .dress-img-thumb {
    width: 594px;
    margin-left: 38px;
    margin-top: 0;
    padding-top: 4px;
  }
}

.dress-img-list {
  display: grid;
  gap: 20px 5px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 767px) {
  .dress-img-list {
    gap: 40px 9px;
  }
}

.dress-img-list .swiper-slide {
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 767px) {
  .dress-img-list .swiper-slide:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.dress-img-list .swiper-slide-item-active {
  opacity: 0.5;
}

@media (min-width: 767px) {
  .dress-img-list .swiper-slide-item-active:hover {
    opacity: 0.5;
  }
}

.dress-detail.swiper {
  margin-inline: 0;
  width: calc(100% - 94px);
}

@media (min-width: 767px) {
  .dress-detail.swiper {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .dress-detail.swiper .swiper-slide-dress-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.dress-item-detail {
  margin-bottom: 16px;
}

@media (min-width: 767px) {
  .dress-item-detail {
    margin-right: 30px;
    min-width: 130px;
  }
}

.dress-item-name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.dress-item-price {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 8px;
}

.link-online-store {
  padding: 6px 24px 7px 8px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-family: brown-bold, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 767px) {
  .link-online-store {
    margin-top: 16px;
  }
}

@media (min-width: 767px) {
  .link-online-store:hover {
    opacity: 0.8;
  }
}

.link-online-store.color-black {
  background-color: #38332E;
  border: 1px solid #38332E;
}

.link-online-store.color-black [class*="icon-"] {
  position: absolute;
  right: 8px;
  top: 5px;
  font-size: 11px;
  font-weight: bold;
}

.link-online-store.color-white {
  border: 1px solid #fff;
  padding: 12px 45px 12px 18px;
  font-size: 17px;
}

.link-online-store.color-white [class*="icon-"] {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 13px;
  font-weight: bold;
}

/* pack & go */
.pack-container {
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 767px) {
  .pack-container {
    margin-top: 90px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1000px) {
  .pack-container {
    padding-bottom: 100px;
  }
}

.pack-and-go {
  padding-bottom: 60px;
}

@media (min-width: 767px) {
  .pack-and-go {
    padding-bottom: 60;
  }
}

.pack-and-go .detail-custom-lead {
  text-align: left;
  font-weight: bold;
}

@media (min-width: 767px) {
  .pack-and-go .detail-custom-lead {
    text-align: center;
    line-height: 1.85;
  }
}

.collection-item {
  position: relative;
}

.collection-item-inner {
  position: relative;
}

.collection-item-inner:has(.collection-item-cover):hover {
  cursor: pointer;
}

@media (min-width: 767px) {
  .collection-item-inner:has(.collection-item-cover):hover .collection-item-detail-btn {
    opacity: 1;
  }
}

.collection-item-inner:has(.collection-item-cover):has(.is-open) {
  cursor: default;
}

.collection-item-detail-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  border-radius: 50%;
  background-color: #38332E;
  border: 1px solid #38332E;
  width: 39px;
  height: 39px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 767px) {
  .collection-item-detail-btn {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.collection-item-detail-btn:before, .collection-item-detail-btn:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.collection-item-detail-btn:before {
  height: 16px;
  width: 1px;
}

.collection-item-detail-btn:after {
  height: 1px;
  width: 16px;
}

.collection-item-detail-btn.is-open {
  background-color: transparent;
  border-color: #fff;
  opacity: 1;
}

@media (min-width: 767px) {
  .collection-item-detail-btn.is-open {
    opacity: 1;
  }
}

.collection-item-detail-btn.is-open:before, .collection-item-detail-btn.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.collection-item-detail-btn.is-open:before {
  width: 2px;
}

.collection-item-detail-btn.is-open:after {
  height: 2px;
}

.collection-item-cover {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  z-index: 5;
  -webkit-transition: .3s;
  transition: .3s;
  display: grid;
  place-items: center;
}

.collection-item-cover-inner {
  padding: 20px;
  color: #fff;
}

.collection-item-cover.is-show {
  opacity: 1;
}

.collection-item-cover.is-show .link-online-store {
  pointer-events: visible;
}

.collection-item-cover .link-online-store {
  pointer-events: none;
}

.collection-item-name {
  font-weight: 700;
  font-size: 16px;
}

.collection-item-price {
  font-weight: 700;
  font-size: 14px;
  margin-top: 8px;
}

.collection-item-txt {
  font-size: 14px;
  line-height: 1.57143;
  margin-top: 16px;
}

@media (min-width: 767px) {
  .collection-item-txt {
    font-size: 12px;
  }
}

@media (min-width: 1000px) {
  .collection-item-txt {
    font-size: 14px;
  }
}

.collection-item-wrap {
  margin-top: 50px;
}

.collection-item-wrap:first-of-type {
  margin-top: 0;
}

.collection-item-wrap .link-online-store {
  margin-top: 30px;
}

@media (min-width: 767px) {
  .collection-item-wrap .link-online-store {
    margin-top: 40px;
  }
}

.collection-item-1 {
  width: 100%;
}

.collection-item-2 {
  width: 100%;
}

@media (min-width: 767px) {
  .collection-item-2 {
    width: 36.53vw;
    max-width: 460px;
    margin-top: 100px;
  }
}

.collection-item-3 {
  width: calc((100% - 18vw) / 2);
  display: inline-block;
  margin-left: 5vw;
}

@media (min-width: 767px) {
  .collection-item-3 {
    width: 11.53vw;
    max-width: 194px;
    margin: 0;
    position: absolute;
    top: 853px;
    right: 0;
  }
}

.collection-item-4 {
  width: calc((100% - 18vw) / 2);
  display: inline-block;
  margin-left: 6vw;
  margin-right: 5vw;
}

@media (min-width: 767px) {
  .collection-item-4 {
    width: 23.53vw;
    max-width: 290px;
    margin: 0;
    position: absolute;
    top: min(1264/1280 * 100vw, 1264px);
    right: min(174/1280 * 100vw, 174px);
  }
}

.collection-item-5 {
  width: 100%;
}

@media (min-width: 767px) {
  .collection-item-5 {
    margin-top: 362px;
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 767px) {
  .collection-item-5 .collection-item-inner {
    width: 51.4456vw;
    max-width: 623px;
  }
}

.collection-item-6 {
  width: calc((100% - 18vw) / 2);
  display: inline-block;
  margin-left: 5vw;
}

@media (min-width: 767px) {
  .collection-item-6 {
    width: 12.625vw;
    max-width: 200px;
    margin: 0;
    position: absolute;
    top: min(1700/1280 * 100vw, 1700px);
    left: 120px;
  }
}

@media (min-width: 1146px) {
  .collection-item-6 {
    width: 14.625vw;
    top: min(1647/1280 * 100vw, 1647px);
  }
}

@media (min-width: 1200px) {
  .collection-item-6 {
    width: 15.625vw;
    top: min(1567/1280 * 100vw, 1567px);
  }
}

@media (min-width: 1230px) {
  .collection-item-6 {
    top: min(1547/1280 * 100vw, 1547px);
  }
}

.collection-item-7 {
  width: calc((100% - 18vw) / 2);
  display: inline-block;
  margin-left: 6vw;
  margin-right: 5vw;
}

@media (min-width: 767px) {
  .collection-item-7 {
    width: 12.625vw;
    max-width: 200px;
    margin: 0;
    position: absolute;
    top: min(1980/1280 * 100vw, 1980px);
    left: 0;
  }
}

@media (min-width: 1146px) {
  .collection-item-7 {
    width: 14.625vw;
    top: min(2057/1280 * 100vw, 2057px);
  }
}

@media (min-width: 1200px) {
  .collection-item-7 {
    width: 15.625vw;
    top: min(1957/1280 * 100vw, 1957px);
  }
}

.collection-item-8 {
  width: 100%;
}

@media (min-width: 767px) {
  .collection-item-8 {
    width: 35.9375vw;
    max-width: 460px;
    margin-top: 120px;
  }
}

.collection-item-9 {
  width: calc((100% - 6vw) / 2);
  display: inline-block;
}

@media (min-width: 767px) {
  .collection-item-9 {
    width: 18.34375vw;
    max-width: 286px;
    margin: 0;
    position: absolute;
    top: min(2728/1280 * 100vw, 2728px);
    right: 124px;
  }
}

@media (min-width: 1135px) {
  .collection-item-9 {
    width: 21.34375vw;
    top: min(2628/1280 * 100vw, 2628px);
  }
}

@media (min-width: 1200px) {
  .collection-item-9 {
    width: 22.34375vw;
    top: min(2528/1280 * 100vw, 2528px);
  }
}

@media (min-width: 1280px) {
  .collection-item-9 {
    width: 22.34375vw;
    top: min(2428/1280 * 100vw, 2428px);
  }
}

.collection-item-10 {
  width: calc((100% - 6vw) / 2);
  display: inline-block;
  margin-left: 4vw;
}

@media (min-width: 767px) {
  .collection-item-10 {
    width: 20.265625vw;
    max-width: 349px;
    margin: 0;
    position: absolute;
    top: min(2929/1280 * 100vw, 2929px);
    right: 0;
  }
}

@media (min-width: 1135px) {
  .collection-item-10 {
    width: 25.265625vw;
    top: min(2880/1280 * 100vw, 2880px);
  }
}

@media (min-width: 1200px) {
  .collection-item-10 {
    width: 27.265625vw;
    top: min(2829/1280 * 100vw, 2829px);
  }
}

@media (min-width: 1280px) {
  .collection-item-10 {
    width: 27.265625vw;
    top: min(2729/1280 * 100vw, 2729px);
  }
}

.collection-item-11 {
  width: 100%;
}

@media (min-width: 767px) {
  .collection-item-11 {
    margin-top: 180px;
  }
}

.collection-item-12 {
  width: 100%;
}

@media (min-width: 767px) {
  .collection-item-12 {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 100px;
  }
}

@media (min-width: 767px) {
  .collection-item-12 .collection-item-inner {
    width: 35.9375vw;
    max-width: 460px;
  }
}

.collection-item-13 {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 767px) {
  .collection-item-13 {
    width: 18.65625vw;
    max-width: 290px;
    margin: 0;
    position: absolute;
    top: min(4788/1280 * 100vw, 4788px);
    left: 90px;
  }
}

@media (min-width: 1000px) {
  .collection-item-13 {
    width: 22.65625vw;
    top: min(4488/1280 * 100vw, 4488px);
  }
}

@media (min-width: 1210px) {
  .collection-item-13 {
    width: 22.65625vw;
    top: min(4088/1280 * 100vw, 4088px);
  }
}

.collection-item-13 .collection-item-inner {
  width: 37.334vw;
}

@media (min-width: 767px) {
  .collection-item-13 .collection-item-inner {
    width: 100%;
  }
}

.collection-item-14 {
  width: 100%;
}

@media (min-width: 767px) {
  .collection-item-14 {
    width: 35.9375vw;
    max-width: 460px;
    margin-top: 80px;
  }
}

.collection-item-15 {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 767px) {
  .collection-item-15 {
    width: 29.6875vw;
    max-width: 380px;
    margin: 0;
    position: absolute;
    top: min(5610/1280 * 100vw, 5610px);
    right: 0;
  }
}

@media (min-width: 1100px) {
  .collection-item-15 {
    width: 25.6875vw;
    top: min(5410/1280 * 100vw, 5410px);
  }
}

@media (min-width: 1130px) {
  .collection-item-15 {
    width: 25.6875vw;
    top: min(5300/1280 * 100vw, 5300px);
  }
}

@media (min-width: 1200px) {
  .collection-item-15 {
    width: 27.6875vw;
    top: min(5110/1280 * 100vw, 5110px);
  }
}

@media (min-width: 1280px) {
  .collection-item-15 {
    width: 29.6875vw;
    top: min(4910/1280 * 100vw, 4910px);
  }
}

.collection-item-15 .collection-item-inner {
  width: 69.334vw;
}

@media (min-width: 767px) {
  .collection-item-15 .collection-item-inner {
    width: 100%;
  }
}

.collection-item-16 {
  width: 100%;
}

@media (min-width: 767px) {
  .collection-item-16 {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 80px;
  }
}

@media (min-width: 767px) {
  .collection-item-16 .collection-item-inner {
    width: 35.9375vw;
    max-width: 460px;
  }
}

.collection-item-17 {
  display: inline-block;
  width: calc((100% - 18vw) / 2);
  margin-left: 5vw;
}

@media (min-width: 767px) {
  .collection-item-17 {
    width: 22.65625vw;
    max-width: 290px;
    margin: 0;
    position: absolute;
    top: min(6383/1280 * 100vw, 6383px);
    left: 0;
  }
}

@media (min-width: 1000px) {
  .collection-item-17 {
    top: min(6083/1280 * 100vw, 6083px);
  }
}

@media (min-width: 1100px) {
  .collection-item-17 {
    top: min(5883/1280 * 100vw, 5883px);
  }
}

@media (min-width: 1210px) {
  .collection-item-17 {
    top: min(5583/1280 * 100vw, 5583px);
  }
}

.collection-item-18 {
  width: calc((100% - 18vw) / 2);
  display: inline-block;
  margin-left: 6vw;
  margin-right: 5vw;
}

@media (min-width: 767px) {
  .collection-item-18 {
    width: 10.5vw;
    max-width: 180px;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}

@media (min-width: 800px) {
  .collection-item-18 {
    bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .collection-item-18 {
    bottom: 80px;
  }
}

.collection-item-19 {
  width: 100%;
}

@media (min-width: 767px) {
  .collection-item-19 {
    margin-top: 80px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 767px) {
  .collection-item-19 .collection-item-inner {
    width: 35.9375vw;
    max-width: 460px;
  }
}

.collection-item-20 {
  width: 100%;
}

@media (min-width: 767px) {
  .collection-item-20 {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -363px;
  }
}

@media (min-width: 767px) {
  .collection-item-20 .collection-item-inner {
    width: 35.9375vw;
    max-width: 460px;
  }
}

.collection-item-attention {
  margin-top: 40px;
}

@media (min-width: 767px) {
  .collection-item-attention {
    margin-top: 0;
  }
}

.collection-item-attention .note {
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media (min-width: 767px) {
  .collection-item-attention .note + .note {
    margin-top: 4px;
  }
}

.bj100 {
  background: #000;
  color: #fff;
}

.bw {
  background: #fff;
  color: #333;
}

.page_title {
  font-size: 33px;
  font-family: "EksellDisplay-Large";
  margin: 0 0 15px;
  letter-spacing: 0.3rem;
  padding: 0;
}

.page_sub_title {
  font-size: 18px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pink {
  color: #F1A7DC;
}

.title {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding-top: 50px;
}

.mv {
  margin: auto;
  margin-top: 25px;
  max-width: 1280px;
  display: block;
}

.mv img {
  width: 100%;
}

.message {
  max-width: 800px;
  margin: auto;
  padding: 70px 10px;
  line-height: 3;
  font-size: 12px;
  font-weight: bold;
}

.message-box + .message-box {
  margin-top: 10px;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .page_title {
    font-size: 20px;
  }
  .page_sub_title {
    font-size: 12px;
    line-height: 20px;
  }
  .title {
    padding: 40px 10px 0;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

.itemcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.itemcontent + .itemcontent {
  margin-top: 50px;
}

.gradation_border {
  --borderWidth: 3px;
}

.gradation_border::after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(35deg, #cdcdcd, #000000, #d6d6d6, #000000, #000000, #000000);
  z-index: -1;
  background-size: 300% 300%;
}

@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.itembox {
  max-width: 980px;
  margin: auto;
  padding: 50px;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  background: #000;
}

.itembox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.itembox.reverse .itemtext {
  margin-left: 0;
  margin-right: 40px;
}

.itemimg {
  width: 360px;
}

.itemitile {
  font-family: "EksellDisplay-Large";
  margin: 0;
  padding-bottom: 15px;
  font-size: 24px;
}

.itemsubtitle {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  padding-bottom: 15px;
}

.itemtext {
  margin-left: 40px;
}

.deftext {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.buyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.buyer img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.buyername_wrap {
  font-size: 12px;
}

.directorname {
  color: #A8A8A8;
  margin-bottom: 6px;
}

.explanation_box {
  margin-top: 24px;
}

.explanation {
  font-size: 12px;
  line-height: 1.6;
  position: relative;
  display: inline-block;
}

.explanation.xo_item:after {
  content: "";
  position: absolute;
  background-image: url(../images/xo_item.png);
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
}

.explanation a {
  color: #fff;
  text-decoration: none;
}

.explanation a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.explanation_content + .explanation_content {
  margin-top: 8px;
}

.itemcontent_disp-pc {
  display: block;
}

.release_info {
  font-size: 11px;
}

@media screen and (max-width: 912px) {
  .itemcontent {
    width: calc(100% - 20px);
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .itemcontent_disp-pc {
    display: none;
  }
  .itembox {
    display: block;
  }
  .itemimg {
    width: 100%;
  }
  .itemitile {
    font-size: 24px;
    padding-top: 20px;
    text-align: center;
  }
  .itemtext {
    margin: 0 !important;
  }
}

.fotter_comment {
  padding: 70px 0 80px;
}

.fotter_comment_text {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}

.banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 940px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}

.banner_wrap .banner {
  width: 300px;
  text-align: center;
  font-family: 'brown';
  padding: 0 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.banner_wrap .banner:hover {
  color: #F1A7DC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner_wrap .banner + .banner {
  margin-left: 20px;
}

.banner_wrap .banner:nth-child(4n) {
  margin-left: 0px;
}

.banner_wrap .banner_vol {
  font-size: 20px;
  font-weight: bold;
  padding-top: 12px;
}

@media screen and (max-width: 960px) {
  .banner_wrap {
    max-width: 620px;
  }
  .banner_wrap .banner:nth-child(4n) {
    margin-left: 20px;
  }
  .banner_wrap .banner:nth-child(3), .banner_wrap .banner:nth-child(5) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .banner_wrap {
    display: block;
  }
  .banner_wrap .banner {
    width: calc(100% - 20px);
    margin: auto;
  }
  .banner_wrap .banner + .banner {
    margin-top: 15px;
    margin-left: auto;
  }
  .banner_wrap .banner_vol {
    font-size: 23px;
  }
  .fotter_comment_text {
    padding: 0 10px;
  }
}

/*モーダル*/
.modal_btn_wrap {
  text-align: right;
}

.modal_link {
  color: #A8A8A8;
  font-size: 12px;
  position: relative;
  font-weight: bold;
  height: 30px;
}

.modal_link::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/modal_open.png);
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
}

@media screen and (min-width: 768px) {
  .modal_link {
    display: none;
  }
}

.modal-content {
  width: calc(100% - 20px);
  max-width: 980px;
  margin: 0;
  padding: 65px 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  position: fixed;
  display: none;
  z-index: 12;
  overflow: scroll;
  height: calc(100vh - 80px);
}

.modal-content .itembox {
  padding: 0;
}

.modal-content .itemitile {
  text-align: left;
  padding: 20px 0 15px 0;
}

.modal-content .itemsubtitle {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.modal-content .deftext {
  display: block;
}

.modal-content .buyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content .close_btn_top {
  color: #A8A8A8;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 0;
  padding-right: 40px;
  font-weight: bold;
}

.modal-content .close_btn_top::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/modal_close.png);
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.modal-content .close_btn {
  width: 100%;
  background: #000;
  margin-top: 40px;
  position: relative;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-content .close_btn_inner {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 17px 0;
  line-height: 16px;
  z-index: 1;
  background: #000;
}

.modal-content .close_btn_inner::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/modal_close.png);
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

#modal-overlay {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-touch-action: none;
      touch-action: none;
}

#modal-overlay::-webkit-scrollbar {
  display: none;
}

#modal-overlayr::before, #modal-overlayr::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-open.disabled {
  pointer-events: none;
}

/*==================================================
フェードアニメーション
===================================*/
/* fade */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    -ms-filter: blur(10px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -ms-filter: blur(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    -ms-filter: blur(10px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -ms-filter: blur(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* スクロール前の指定　*/
.fadeUpTrigger {
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}

/*==================================================
枠アニメーション
===================================*/
.gradient-border {
  /*変数設定*/
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
}

.gradient-border:after {
  /*グラデーション設定。位置は先ほどの変数を代入してclacで計算*/
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animatedgradient 3s ease alternate infinite;
          animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  /*アニメーション設定*/
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.women_index a:hover {
  color: #A8A8A8;
}

.icon-xo {
  width: 16px;
  height: 16px;
  padding: 0 2px 3px;
}

.def-container {
  padding: 0 15px;
  font-family: "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
}

.def-wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.def-txt {
  font-size: 14px;
}

.section-ttl {
  font-size: 26px;
  text-align: center;
  /* 既存スタイル上書き */
  letter-spacing: 0.2rem !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  font-family: brown-bold, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: 24px;
    letter-spacing: 0.02em;
  }
}

.kv-container {
  margin-top: 60px;
}

.kv-title {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 46px;
  font-family: brown-bold, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.kv-title-area .time {
  font-size: 14px;
}

.kv-title-area .time .tag {
  display: inline-block;
  width: 78px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 20px;
  font-family: brown-bold, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.kv-sub-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
  letter-spacing: 0.04em;
  margin-top: 15px;
  text-align: center;
}

.kv-contents-area {
  margin-top: 40px;
}

.kv-txt {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kv-container {
    margin-top: 20px;
  }
  .kv-title {
    font-size: 20px;
    margin-top: 34px;
  }
  .kv-sub-title {
    margin-top: 14px;
  }
  .kv-contents-area {
    margin-top: 30px;
  }
  .kv-txt {
    margin-top: 20px;
  }
}

.novelty-section {
  margin-top: 60px;
  color: #fff;
}

.novelty-section .def-wrap {
  background-color: #4C4948;
  padding: 46px 60px 40px;
}

.novelty-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.novelty-txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: bold;
}

.novelty-txt-area-left {
  width: 52%;
}

.novelty-txt-area-right {
  width: 43%;
  border: 1px solid #fff;
  padding: 24px 28px;
}

.novelty-note {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.83;
  margin-top: 36px;
}

.novelty-ttl {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 24px;
}

.novelty-ttl:first-of-type {
  margin-top: 0;
}

.novelty-ttl + .novelty-txt {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .novelty-section {
    margin-top: 50px;
    padding: 0px 0px 0px;
  }
  .novelty-section .def-wrap {
    padding: 40px 30px 50px;
  }
  .novelty-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
  .novelty-txt {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .novelty-txt-area-left {
    width: 100%;
  }
  .novelty-txt-area-right {
    width: 100%;
    border: 1px solid #fff;
    padding: 24px 19px;
    margin-top: 24px;
  }
  .novelty-ttl {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .novelty-note {
    margin-top: 16px;
  }
}

.event-section {
  margin: 60px 0 90px;
}

.event-section .def-wrap {
  padding: 60px 60px 54px;
  border: 2px solid #000;
}

.event-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  letter-spacing: 0.02em;
}

.event-ttl::before {
  content: "◾️";
}

.event-lead {
  margin-top: 29px;
  line-height: 1.85;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.event-detail-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.event-detail-img-area {
  width: 50%;
}

.event-detail-txt {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.event-detail-txt-area {
  width: 45%;
  letter-spacing: 0.04em;
}

.event-detail-ttl {
  font-size: 18px;
  font-weight: bold;
}

.event-time-txt {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.event-time-lead {
  margin-top: 6px;
}

.event-step-contents {
  margin-top: 18px;
}

.event-step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-step-inner + .event-step-inner {
  margin-top: 60px;
  position: relative;
}

.event-step-inner + .event-step-inner::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 27px;
  background-image: url(../images/vol9_item12.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.event-step-num {
  width: 40px;
  margin-right: 30px;
}

.event-step-txt {
  background-color: #F4F4F4;
  padding: 22px 32px;
  width: 100%;
  min-height: 110px;
}

.event-step-txt p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.event-step-txt p + p {
  margin-top: 8px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.event-step-txt p + p > span {
  font-size: 12px;
  display: block;
}

.event-step-txt p + p > span + span {
  display: inline;
  font-weight: 500;
  font-size: 13px;
}

.event-step-txt p + span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}

.event-step-txt p + span.note {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.event-list {
  margin-top: 12px;
}

.event-list li {
  line-height: 1.85;
  margin-left: 1.3rem;
  text-indent: -1.3rem;
}

.event-list li::before {
  content: "・";
}

@media screen and (max-width: 768px) {
  .event-section {
    margin: 50px 0;
  }
  .event-section .def-wrap {
    padding: 50px 22px;
    border: 2px solid #000;
  }
  .event-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    letter-spacing: 0.02em;
  }
  .event-lead {
    margin-top: 14px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
  }
  .event-detail-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .event-detail-img-area {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .event-detail-txt {
    margin-top: 16px;
  }
  .event-detail-txt-area {
    width: 100%;
    margin-top: 24px;
  }
  .event-detail-ttl {
    font-size: 18px;
    font-weight: bold;
  }
  .event-time-lead {
    margin-top: 6px;
    line-height: 1.85;
  }
  .event-step-contents {
    margin-top: 24px;
  }
  .event-step-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-step-inner + .event-step-inner {
    margin-top: 16px;
  }
  .event-step-inner + .event-step-inner::before {
    content: none;
  }
  .event-step-num {
    width: 36px;
    margin-right: 0px;
  }
  .event-step-txt {
    margin-top: 7px;
    padding: 16px 22px;
  }
  .event-list {
    margin-top: 12px;
  }
  .event-list li {
    line-height: 1.85;
    margin-left: 1.3rem;
    text-indent: -1.3rem;
  }
  .event-list li::before {
    content: "・";
  }
}

.profile-contents {
  margin-top: 40px;
  border: 1px solid #707070;
  padding: 12px 32px 22px;
}

.profile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7px;
}

.profile-ttl {
  font-size: 15px;
  font-weight: 500;
}

.profile-img-area {
  width: 20%;
}

.profile-txt {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.66;
  margin-top: 11px;
  font-weight: 400;
}

.profile-txt-area {
  width: 75%;
}

.profile-name {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 3px;
  font-weight: 500;
}

.profile-lead {
  display: block;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .profile-contents {
    margin-top: 40px;
    border: 1px solid #707070;
    padding: 22px 20px;
  }
  .profile-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 18px;
  }
  .profile-ttl {
    display: block;
    font-size: 18px;
    text-align: center;
  }
  .profile-img-area {
    max-width: 158px;
    width: 100%;
    margin: 0 auto;
  }
  .profile-txt {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
  }
  .profile-txt-area {
    width: 100%;
    margin-top: 26px;
  }
  .profile-name {
    display: block;
    margin-top: 7px;
    font-weight: 600;
    text-align: center;
  }
  .profile-lead {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}

.slider-section {
  margin-top: 45px;
}

.slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.swiper-container {
  max-width: 394px;
  width: 100%;
  overflow: hidden;
}

.swiper-container.slider {
  position: relative;
}

.slider-thumbnail {
  max-width: 630px;
  width: 100%;
  background-color: #F2F2F2;
  padding: 44px 45px;
}

.slider-thumbnail .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px 42px;
  height: auto;
  -webkit-transform: none !important;
          transform: none !important;
}

.slider-thumbnail .swiper-wrapper .logo {
  width: calc(100% / 3 - 84px / 3) !important;
  height: 100%;
}

.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: calc(100% / 3 - 84px / 3) !important;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slider-thumbnail .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .slider-section {
    margin-top: 56px;
  }
  .slider-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 21px;
  }
  .swiper-container {
    max-width: 345px;
  }
  .slider-thumbnail {
    max-width: 345px;
    padding: 10px 0px 0px;
  }
  .slider-thumbnail .swiper-wrapper {
    gap: 0px 5px;
  }
  .slider-thumbnail .swiper-wrapper .logo {
    display: none;
  }
  .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(100% / 5 - 20px / 5) !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    display: none;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    display: none;
  }
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
  background-color: #ffffff4d;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
  background-color: #ffffff4d;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}

.swiper-button-next, .swiper-button-prev {
  width: 36px;
  height: 70px;
}

.swiper-button-next:before, .swiper-button-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  z-index: 2;
}

.swiper-button-next:before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -7px;
}

.swiper-button-prev:before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -7px;
}

.newseason_newlife_2024_staffsnap_1st #modal-overlay,
.newseason_newlife_2024_staffsnap_2st #modal-overlay {
  z-index: 110;
  opacity: 0.8;
}

.newseason_newlife_2024_staffsnap_1st .modal-content.beyond,
.newseason_newlife_2024_staffsnap_2st .modal-content.beyond {
  background-color: #fff;
  z-index: 120;
  padding: 20px;
  max-height: 80vh;
  height: auto;
  border-radius: 0;
}

.newseason_newlife_2024_staffsnap_1st .modal-wrap,
.newseason_newlife_2024_staffsnap_2st .modal-wrap {
  position: relative;
}

.newseason_newlife_2024_staffsnap_1st .modal-open:hover,
.newseason_newlife_2024_staffsnap_2st .modal-open:hover {
  cursor: pointer;
}

.newseason_newlife_2024_staffsnap_1st .modal-close,
.newseason_newlife_2024_staffsnap_2st .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #4C4948;
}

.newseason_newlife_2024_staffsnap_1st .modal-close:hover,
.newseason_newlife_2024_staffsnap_2st .modal-close:hover {
  cursor: pointer;
}

.newseason_newlife_2024_staffsnap_1st .modal-close span,
.newseason_newlife_2024_staffsnap_2st .modal-close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.newseason_newlife_2024_staffsnap_1st .modal-close span::before, .newseason_newlife_2024_staffsnap_1st .modal-close span::after,
.newseason_newlife_2024_staffsnap_2st .modal-close span::before,
.newseason_newlife_2024_staffsnap_2st .modal-close span::after {
  content: "";
  width: 21.5px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.newseason_newlife_2024_staffsnap_1st .modal-close span::before,
.newseason_newlife_2024_staffsnap_2st .modal-close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.newseason_newlife_2024_staffsnap_1st .modal-close span::after,
.newseason_newlife_2024_staffsnap_2st .modal-close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.newseason_newlife_2024_staffsnap_1st .modal-inner,
.newseason_newlife_2024_staffsnap_2st .modal-inner {
  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;
}

.newseason_newlife_2024_staffsnap_1st .modal-img-area,
.newseason_newlife_2024_staffsnap_2st .modal-img-area {
  max-width: 420px;
}

.newseason_newlife_2024_staffsnap_1st .modal-txt,
.newseason_newlife_2024_staffsnap_2st .modal-txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.85;
  margin-top: 32px;
}

.newseason_newlife_2024_staffsnap_1st .modal-txt-area,
.newseason_newlife_2024_staffsnap_2st .modal-txt-area {
  max-width: calc(100% - 440px);
}

.newseason_newlife_2024_staffsnap_1st .modal-txt-place,
.newseason_newlife_2024_staffsnap_2st .modal-txt-place {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  display: block;
}

.newseason_newlife_2024_staffsnap_1st .modal-txt-name,
.newseason_newlife_2024_staffsnap_2st .modal-txt-name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.newseason_newlife_2024_staffsnap_1st .modal-txt-price,
.newseason_newlife_2024_staffsnap_2st .modal-txt-price {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.71;
  margin-top: 32px;
}

.newseason_newlife_2024_staffsnap_1st .modal-txt-price a:hover,
.newseason_newlife_2024_staffsnap_2st .modal-txt-price a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .newseason_newlife_2024_staffsnap_1st .modal-content.beyond,
  .newseason_newlife_2024_staffsnap_2st .modal-content.beyond {
    padding: 60px 20px 40px;
  }
  .newseason_newlife_2024_staffsnap_1st .modal-close,
  .newseason_newlife_2024_staffsnap_2st .modal-close {
    top: -48px;
    right: -8px;
  }
  .newseason_newlife_2024_staffsnap_1st .modal-inner,
  .newseason_newlife_2024_staffsnap_2st .modal-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newseason_newlife_2024_staffsnap_1st .modal-img-area,
  .newseason_newlife_2024_staffsnap_2st .modal-img-area {
    max-width: 260px;
  }
  .newseason_newlife_2024_staffsnap_1st .modal-txt,
  .newseason_newlife_2024_staffsnap_2st .modal-txt {
    margin-top: 11px;
  }
  .newseason_newlife_2024_staffsnap_1st .modal-txt-area,
  .newseason_newlife_2024_staffsnap_2st .modal-txt-area {
    max-width: 370px;
    margin-top: 16px;
  }
  .newseason_newlife_2024_staffsnap_1st .modal-txt-place,
  .newseason_newlife_2024_staffsnap_2st .modal-txt-place {
    font-size: 14px;
  }
  .newseason_newlife_2024_staffsnap_1st .modal-txt-name,
  .newseason_newlife_2024_staffsnap_2st .modal-txt-name {
    font-size: 14px;
  }
  .newseason_newlife_2024_staffsnap_1st .modal-txt-price,
  .newseason_newlife_2024_staffsnap_2st .modal-txt-price {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.71;
    margin-top: 11px;
  }
}

.event-section .lead-txt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}

.event-section .event-detail-contents {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-section .event-detail-img-area {
  width: 60%;
}

.event-section .event-step-txt span.note {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  margin-bottom: 4px;
}

.event-section .event-step-txt span.note:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .event-section .lead-txt {
    text-align: left;
  }
  .event-section .event-detail-img-area {
    width: 100%;
  }
}

.def-wrap .swiper-slide:hover {
  cursor: pointer;
}

.detail-custom-container {
  padding-top: 40px;
}

@media (min-width: 767px) {
  .detail-custom-container {
    padding-top: 80px;
  }
}

.detail-custom-inner {
  padding-inline: 15px;
  max-width: 1054px;
  margin-inline: auto;
}

.detail-custom-ttl {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: brown-bold, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (min-width: 767px) {
  .detail-custom-ttl {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}

.detail-custom-ttl-wide {
  letter-spacing: 0.2em;
  line-height: 1.46;
}

.detail-custom-ttl-sub {
  font-size: 14px;
  line-height: 1.71429;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #808080;
  display: block;
  margin-top: 14px;
}

.detail-custom-lead {
  text-align: left;
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.02em;
  margin-top: 30px;
}

@media (min-width: 767px) {
  .detail-custom-lead {
    text-align: center;
    font-size: 14px;
    line-height: 1.57143;
    margin-top: 32px;
  }
}

.detail-custom-lead-narrow {
  margin-top: 24px;
}

@media (min-width: 767px) {
  .detail-custom-lead-narrow {
    margin-top: 40px;
  }
}

.detail-bg-black {
  background-color: #000;
}

.detail-bg-black .detail-custom-ttl, .detail-bg-black .detail-custom-lead {
  color: #fff;
}

.heading-wrap {
  text-align: center;
}

.line-feed {
  display: inline-block;
}

.white {
  color: #FFFFFF;
}

p {
  line-height: 1.6;
  letter-spacing: 0.02em;
}

div {
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.perl-heading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: brown-bold, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .perl-heading {
    font-size: 26px;
    letter-spacing: 0.03em;
  }
}

.perl-container {
  margin-top: 32px;
  font-family: "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
}

.perl-lead {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .perl-lead {
    text-align: left;
  }
}

.perl-lead-block {
  margin-top: 32px;
}

.perl-product-heading {
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.perl-product-heading-block {
  margin-top: 50px;
  padding: 16px 32px;
  width: 100%;
  background-color: #F2F2F2;
}

@media screen and (max-width: 767px) {
  .perl-product-heading-block {
    margin-top: 25px;
    padding: 16px 22px;
  }
}

.perl-product-item {
  display: grid;
  grid-template-columns: 275px 1fr;
  grid-gap: 46px;
  margin-top: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #B2B2B2;
}

@media screen and (max-width: 768px) {
  .perl-product-item {
    margin-top: 35px;
    grid-gap: 23px;
    grid-template-columns: auto;
  }
}

.perl-product-item + .perl-product-item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .perl-product-item + .perl-product-item {
    margin-top: 20px;
  }
}

.perl-product-name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.perl-product-limited {
  color: #8D6B0D;
  font-size: 12px;
  font-weight: normal;
}

.perl-product-detail {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.85;
}

.perl-product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}

.perl-product-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.perl-product-link img {
  display: block;
  margin: auto 0;
  width: 14px;
  height: 14px;
}

.perl-product-link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.perl-product-category {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: 0.01em;
}

.perl-product-img {
  width: 90px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .perl-product-img {
    width: 105px;
  }
}

.perl-product-img.rectangle {
  width: 118px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .perl-product-img.rectangle {
    width: 136px;
  }
}

.perl-product-img-block {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 16px;
}

@media screen and (max-width: 768px) {
  .perl-product-img-block {
    grid-gap: 15px;
  }
}

.perl-product-note {
  margin-top: 12px;
}

.perl-present {
  margin: 70px 0 90px;
  background-color: #4C4948;
}

.perl-present-inner {
  padding: 46px 60px;
}

@media screen and (max-width: 768px) {
  .perl-present-inner {
    padding: 40px 30px 50px;
  }
}

.perl-present-column {
  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;
  grid-gap: 40px;
}

@media screen and (max-width: 768px) {
  .perl-present-column {
    grid-gap: 16px;
  }
}

.perl-present-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85;
}

.perl-present-list {
  margin-top: 36px;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .perl-present-list {
    margin-top: 16px;
  }
}

.perl-present-note {
  line-height: 1.85;
}

.perl-present-left {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .perl-present-left {
    width: 100%;
  }
}

.perl-present-right {
  width: 394px;
  border: 1px solid #FFFFFF;
  padding: 24px 28px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .perl-present-right {
    width: 100%;
    padding: 24px 20px;
  }
}

.perl-present-right li + li {
  margin-top: 24px;
}

/* =========================================================
 State
========================================================= */
.header_wrapper .header .logo {
  height: auto;
}

ul.border_pos {
  width: auto;
}

.spBackToTop img {
  width: 64px;
}

/*# sourceMappingURL=compiled.css.map */
