@charset "UTF-8";
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* common */
#main-content {
  width: 100%;
  min-width: 1000px;
  color: #2b2b2b;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

section h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.metropolis {
  font-family: "Metropolis", serif;
  font-weight: 400;
}

.pc {
  display: block;
}

br.pc, span.pc {
  display: inline;
}

.sp, .sp-img {
  display: none !important;
}

.tx-tracking {
  letter-spacing: 0.02em;
}

sup {
  position: relative;
  top: -0.25em;
  vertical-align: super;
  font-size: max(40%, 8px);
  margin-right: 0.5em;
  white-space: nowrap;
}

.sns {
  margin-top: 60px;
}

a:hover,
.hover {
  transition: opacity 0.5s;
}

.hover:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  #main-content {
    min-width: auto;
    font-size: 2.5vw;
    margin-bottom: 12.5vw;
  }
  .sp {
    display: block !important;
  }
  br.sp, span.sp {
    display: inline !important;
  }
  .pc, br.pc, span.pc {
    display: none;
  }
  sup {
    font-size: 1.25vw;
  }
  .sns {
    margin-top: 9.375vw;
  }
}
/* hero
------------------------------*/
#hero {
  position: relative;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
#hero .hero-bg {
  width: 100%;
}
#hero .hero-bg img {
  width: 100%;
}
#hero .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#hero .inner img {
  display: block;
  width: 100%;
}
#hero .inner .title {
  position: absolute;
  top: 12.8985507246%;
  left: 16.7857142857%;
  width: 17.4285714286%;
}
@media screen and (max-width: 768px) {
  #hero .inner .title {
    top: 9.0625vw;
    left: 5.78125vw;
    width: 40.46875vw;
  }
}
#hero .inner .text-01 {
  position: absolute;
  top: 19.1304347826%;
  left: 16.7857142857%;
  width: 40.5%;
}
@media screen and (max-width: 768px) {
  #hero .inner .text-01 {
    top: 15.78125vw;
    left: 5.625vw;
    width: 88.59375vw;
  }
}
#hero .inner .info {
  position: absolute;
  bottom: 9.2753623188%;
  left: 16.7857142857%;
  width: fit-content;
  padding: 1.5em 2em;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #hero .inner .info {
    bottom: 7.8125vw;
    left: 6.25vw;
    width: 87.5vw;
    border-radius: 1.5625vw;
    padding: 1.2em 0.8em 1.2em 1.6em;
  }
}
#hero .inner .info ul li {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #hero .inner .info ul li {
    line-height: 1.7;
    font-size: 2.5vw;
  }
}
#hero .inner .info ul li .date {
  margin-right: 1em;
}

/* concept
------------------------------*/
#concept {
  position: relative;
  background: #E8C3AD;
  background: linear-gradient(0deg, rgb(232, 195, 173) 6%, rgb(238, 214, 213) 30%, rgb(255, 255, 255) 77%);
}
#concept .inner {
  position: relative;
  width: 100%;
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  #concept .inner {
    padding: 9.6875vw 0 12.1875vw;
  }
}
#concept .inner .concept-message {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-message {
    margin-bottom: 8.4375vw;
  }
}
#concept .inner .concept-message p {
  text-align: center;
  color: #000;
  line-height: 2.35;
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-message p {
    line-height: 2.1;
    font-size: 2.96875vw;
  }
}
#concept .inner .concept-navi-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#concept .inner .concept-navi-list-item a {
  position: relative;
  display: block;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-navi-list-item a {
    padding-bottom: 4.0625vw;
  }
}
#concept .inner .concept-navi-list-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 20px;
  aspect-ratio: 20/14;
  height: 14px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-navi-list-item a::after {
    width: 3.125vw;
  }
}
#concept .inner .concept-navi-list-item .fig {
  margin-inline: auto;
}
#concept .inner .concept-navi-list-item .fig img {
  width: 100%;
}
#concept .inner .concept-navi-list-item .name {
  text-align: center;
  font-size: 12px;
  margin-top: 1.4em;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-navi-list-item .name {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.56em;
    line-height: 1.28;
    font-size: 2.1875vw;
  }
}
#concept .inner .concept-navi-list .navi01 .fig {
  width: 118px;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-navi-list .navi01 .fig {
    width: 15vw;
  }
}
#concept .inner .concept-navi-list .navi02 {
  margin-left: 68px;
  margin-right: 86px;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-navi-list .navi02 {
    margin-left: 3.28125vw;
    margin-right: 2.8125vw;
  }
}
#concept .inner .concept-navi-list .navi02 .fig {
  width: 194px;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-navi-list .navi02 .fig {
    width: 24.375vw;
  }
}
#concept .inner .concept-navi-list .navi03 .fig {
  width: 162px;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-navi-list .navi03 .fig {
    width: 20.3125vw;
  }
}
#concept .inner .concept-bnr {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-bnr {
    margin-top: 7.8125vw;
  }
}
#concept .inner .concept-bnr .bnr {
  width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-bnr .bnr {
    width: 100%;
  }
}

/* item-description
------------------------------*/
.item-description .item-section-title {
  text-align: center;
  color: #dcafa9;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dcafa9;
  padding-bottom: 0.5em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .item-description .item-section-title {
    font-size: 4.6875vw;
    margin-bottom: 7.8125vw;
  }
}
.item-description .item-headline {
  position: relative;
  color: #fff;
  background-color: #dcb6af;
}
.item-description .item-headline .item-headline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item-description .item-headline .item-headline-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.item-description .item-headline .item-headline-inner {
  position: relative;
  width: 1000px;
  margin-inline: auto;
  padding-top: 74px;
  padding-bottom: 62px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-inner {
    width: 87.5vw;
    padding-top: 10vw;
    padding-bottom: 9.21875vw;
  }
}
.item-description .item-headline .item-headline-title-wrap {
  position: relative;
  padding-bottom: 30px;
  margin-left: 45px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-title-wrap {
    padding-bottom: 4.6875vw;
    margin-left: 0;
    margin-bottom: 84.6875vw;
  }
}
.item-description .item-headline .item-headline-title-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 117px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-title-wrap::after {
    width: 18.28125vw;
  }
}
.item-description .item-headline .item-headline-title-wrap .item-headline-title {
  line-height: 1.22;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-title-wrap .item-headline-title {
    font-size: 6.875vw;
    margin-bottom: 0.78125vw;
  }
}
.item-description .item-headline .item-headline-title-wrap .item-headline-title-ja {
  line-height: 1.7;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-title-wrap .item-headline-title-ja {
    font-size: 3.4375vw;
  }
}
.item-description .item-headline .item-headline-txt-wrap {
  margin-left: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-txt-wrap {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.item-description .item-headline .item-headline-txt-wrap .item-headline-txt-title {
  line-height: 1.35;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-txt-wrap .item-headline-txt-title {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
}
.item-description .item-headline .item-headline-txt-wrap > p {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-txt-wrap > p {
    line-height: 1.5555;
    font-size: 2.8125vw;
    letter-spacing: 0.05em;
  }
}
.item-description .item-headline .item-headline-txt-wrap > p.note {
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 1em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-txt-wrap > p.note {
    font-size: 2.03125vw;
  }
}
.item-description .item-headline .item-headline-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-icon {
    position: absolute;
    top: 62.65625vw;
    left: 0;
    flex-direction: column;
    gap: 1.5625vw;
    margin-left: 0;
  }
}
.item-description .item-headline .item-headline-icon img {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .item-description .item-headline .item-headline-icon img {
    width: 17.1875vw;
  }
}
.item-description .item-point .item-point-inner {
  width: 1000px;
  margin-inline: auto;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-inner {
    width: 87.5vw;
    padding-top: 12.1875vw;
    padding-bottom: 3.125vw;
  }
}
.item-description .item-point .item-point-title {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-title {
    margin-bottom: 7.8125vw;
  }
}
.item-description .item-point .item-point-list-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 45px;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list-wrap {
    row-gap: 7.03125vw;
  }
}
.item-description .item-point .item-point-list-wrap-vertical {
  display: contents;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list-wrap-vertical {
    display: flex;
    flex-direction: column;
    row-gap: 7.03125vw;
    width: 50%;
  }
}
.item-description .item-point .item-point-list {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list {
    width: 100%;
  }
}
.item-description .item-point .item-point-list-title {
  position: relative;
  line-height: 1.4;
  color: #dcafa9;
  font-size: 16px;
  font-weight: 700;
  padding-left: 75px;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list-title {
    font-size: 2.8125vw;
    padding-left: 9.375vw;
  }
}
.item-description .item-point .item-point-list-title.mh {
  min-height: 2.8em;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list-title.mh {
    min-height: auto;
  }
}
.item-description .item-point .item-point-list-title .ls0 {
  letter-spacing: 0;
}
.item-description .item-point .item-point-list-title::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 35px;
  width: 20px;
  aspect-ratio: 20/14;
  background-image: url("../img/arrow_pink.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list-title::after {
    top: 1.25vw;
    left: 2.34375vw;
    width: 3.125vw;
  }
}
.item-description .item-point .item-point-list-data {
  line-height: 1.85;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  padding-top: 23px;
  padding-left: 28px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list-data {
    line-height: 1.625;
    font-size: 2.5vw;
    padding-top: 3.125vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
.item-description .item-point .item-point-list-data .note {
  line-height: 1.6;
  font-size: 11px;
  padding: 0;
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list-data .note {
    font-size: 2.03125vw;
  }
}
.item-description .item-point .item-point-list-data .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list-data .tags {
    gap: 0.78125vw;
    margin-top: 2.1875vw;
  }
}
.item-description .item-point .item-point-list-data .tags li {
  color: #000;
  font-size: 11px;
  letter-spacing: 0.025em;
  background-color: rgba(220, 175, 169, 0.3);
  padding: 0.2em 2em;
}
@media screen and (max-width: 768px) {
  .item-description .item-point .item-point-list-data .tags li {
    font-size: 2.1875vw;
    padding: 0.1em 1em;
  }
}
.item-description .item-color .item-color-inner {
  width: 1000px;
  margin-inline: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .item-description .item-color .item-color-inner {
    width: 87.5vw;
    padding-top: 6.5625vw;
    padding-bottom: 7.8125vw;
  }
}
.item-description .item-color .item-color-title {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .item-description .item-color .item-color-title {
    margin-bottom: 5vw;
  }
}
.item-description .item-color .item-color-list .item-color-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-description .item-color .item-color-list .item-color-list-item .name {
  line-height: 1.8;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .item-description .item-color .item-color-list .item-color-list-item .name {
    font-size: 2.1875vw;
  }
}
.item-description .item-color .item-color-list .item-color-list-item .name b {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .item-description .item-color .item-color-list .item-color-list-item .name b {
    font-size: 2.8125vw;
  }
}
.item-description .item-color .item-color-list .item-color-list-item .name .pink {
  color: #dcafa9;
  font-weight: 700;
}
.item-description .item-color .item-color-list .item-color-list-item .note {
  display: inline-block;
  color: #666;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .item-description .item-color .item-color-list .item-color-list-item .note {
    font-size: 2.03125vw;
  }
}
.item-description .item-howto .item-howto-inner {
  width: 1000px;
  margin-inline: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .item-description .item-howto .item-howto-inner {
    width: 87.5vw;
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
  }
}
.item-description .item-howto .item-howto-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .item-description .item-howto .item-howto-title {
    margin-bottom: 7.8125vw;
  }
}
.item-description .item-howto .item-howto-list {
  display: flex;
  justify-content: center;
  column-gap: 13.3333333333px;
}
@media screen and (max-width: 768px) {
  .item-description .item-howto .item-howto-list {
    flex-wrap: wrap;
    gap: 6.25vw;
  }
}
.item-description .item-howto .item-howto-list-item {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .item-description .item-howto .item-howto-list-item {
    width: 40.625vw;
  }
}
.item-description .item-howto .item-howto-list-item .fig {
  width: 100%;
}
.item-description .item-howto .item-howto-list-item .txt {
  line-height: 1.4;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .item-description .item-howto .item-howto-list-item .txt {
    line-height: 1.5;
    font-size: 2.5vw;
  }
}
.item-description .item-info .item-info-inner {
  width: 1000px;
  margin-inline: auto;
  padding-top: 30px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-inner {
    width: 87.5vw;
    padding-top: 4.6875vw;
    padding-bottom: 14.0625vw;
  }
}
.item-description .item-info .item-info-label {
  text-align: center;
}
.item-description .item-info .item-info-label span {
  display: inline-block;
  color: #dcafa9;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.2em 0.7em;
  border: 1px solid #dcafa9;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-label span {
    font-size: 2.5vw;
    margin-bottom: 1.5625vw;
    padding: 0.1em 0.7em;
  }
}
.item-description .item-info .item-info-name {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-name {
    font-size: 4.375vw;
    margin-bottom: 1.5625vw;
  }
}
.item-description .item-info .item-info-detail {
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-detail {
    line-height: 1.5;
    font-size: 2.5vw;
    margin-bottom: 3.125vw;
  }
}
.item-description .item-info .item-info-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-tag {
    max-width: 87.5vw;
    column-gap: 0.9375vw;
  }
}
.item-description .item-info .item-info-tag li {
  color: #dcafa9;
  font-size: 12px;
  letter-spacing: 0.05em;
  border-radius: 4em;
  padding: 0.2em 1.4em;
  border: 1px solid #dcafa9;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-tag li {
    font-size: 2.5vw;
    padding: 0.2em 1.2em;
  }
}
.item-description .item-info .item-info-tag li sup {
  top: 0.1em;
  font-size: 0.6em;
  margin: 0;
}
.item-description .item-info .note {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .note {
    font-size: 2.03125vw;
  }
}
.item-description .item-info .item-info-links {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-links {
    flex-direction: column;
    column-gap: 3.125vw;
    row-gap: 2.5vw;
    margin-top: 6.25vw;
  }
}
.item-description .item-info .item-info-links .btn-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  border: 1px solid #dcafa9;
  background-color: #dcafa9;
  margin-inline: auto;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-links .btn-link a {
    width: 100%;
    height: 9.375vw;
    font-size: 2.5vw;
  }
}
.item-description .item-info .item-info-links .btn-link a:hover {
  color: #dcafa9;
  background-color: #fff;
}
.item-description .item-info .item-info-links .comingsoon a {
  pointer-events: none;
  border-color: #e1e0e0;
  background-color: #e1e0e0;
}
.item-description .item-info .item-info-links li .type {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-links li .type {
    font-size: 3.125vw;
  }
}
.item-description .item-info .item-info-links li .schedule {
  text-align: center;
  color: #dcafa9;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .item-description .item-info .item-info-links li .schedule {
    font-size: 2.8125vw;
  }
}

/* item01
------------------------------*/
#item01 .point01 {
  order: 1;
}
#item01 .point02 {
  order: 2;
}
#item01 .point03 {
  order: 3;
}
#item01 .point04 {
  order: 4;
}
#item01 .point05 {
  order: 5;
}
@media screen and (max-width: 768px) {
  #item01 .item-color-list-item {
    flex-wrap: wrap;
  }
}
#item01 .item-color-list-item .swatch {
  width: 90px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #item01 .item-color-list-item .swatch {
    width: 20.3125vw;
    margin-right: 4.6875vw;
  }
}
#item01 .item-color-list-item .fig {
  width: 400px;
  margin-left: 85px;
}
@media screen and (max-width: 768px) {
  #item01 .item-color-list-item .fig {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 5.3125vw;
  }
}
@media screen and (max-width: 768px) {
  #item01 .item-color-list-item .fig img {
    width: 78.125vw;
  }
}

/* item02
------------------------------*/
#item02 .item-headline .item-headline-inner {
  padding-top: 98px;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  #item02 .item-headline .item-headline-inner {
    padding-top: 10vw;
    padding-bottom: 10.625vw;
  }
}
#item02 .item-headline .item-headline-title-wrap {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  #item02 .item-headline .item-headline-title-wrap {
    margin-bottom: 91.5625vw;
  }
}
#item02 .item-headline .item-headline-txt-wrap {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #item02 .item-headline .item-headline-txt-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #item02 .item-headline .item-headline-icon {
    top: 99.6875vw;
    left: -1.09375vw;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #item02 .item-point-list-wrap {
    column-gap: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #item02 .item-point-list-wrap-vertical {
    width: calc(50% - 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  #item02 .item-point-list-title {
    padding-left: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  #item02 .item-point-list-title::after {
    top: 1.25vw;
    left: 1.5625vw;
  }
}
#item02 .point01 {
  order: 1;
}
#item02 .point02 {
  order: 2;
}
#item02 .point03 {
  order: 3;
}
#item02 .point04 {
  order: 4;
}
#item02 .point05 {
  order: 5;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-title {
    margin-bottom: 7.5vw;
  }
}
#item02 .item-color-list {
  width: 684px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list .item-color-list-item {
    flex-wrap: wrap;
  }
}
#item02 .item-color-list .item-color-list-item .swatch {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list .item-color-list-item .swatch {
    order: 2;
  }
}
#item02 .item-color-list .item-color-list-item .fig {
  width: 225px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list .item-color-list-item .fig {
    order: 3;
    width: 36.5625vw;
    margin-left: 6.25vw;
  }
}
#item02 .item-color-list .item-color-list-item:not(:last-child) {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list .item-color-list-item:not(:last-child) {
    margin-bottom: 7.8125vw;
  }
}
#item02 .item-color-list .item-color-list-item .name {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list .item-color-list-item .name {
    order: 1;
    width: 100%;
    font-size: 2.8125vw;
    padding-left: 21.09375vw;
    margin-bottom: 3.90625vw;
  }
}
#item02 .item-color-list .item-color-list-item .name b {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list .item-color-list-item .name b {
    font-size: 3.125vw;
  }
}
#item02 .item-color-list .item01 .swatch {
  width: 192px;
  margin-right: -7px;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list .item01 .swatch {
    width: 33.90625vw;
    margin-right: -1.25vw;
    margin-left: -2.96875vw;
  }
}
#item02 .item-color-list .item02 .swatch {
  width: 182px;
  margin-right: -5px;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list .item02 .swatch {
    width: 34.375vw;
    margin-right: -0.78125vw;
    margin-left: -2.1875vw;
  }
}
#item02 .item-color-list .item03 .swatch {
  width: 194px;
  margin-right: -13px;
}
@media screen and (max-width: 768px) {
  #item02 .item-color-list .item03 .swatch {
    width: 32.03125vw;
    margin-right: -2.03125vw;
    margin-left: -2.65625vw;
  }
}

/* item03
------------------------------*/
#item03 .item-headline .item-headline-inner {
  padding-top: 98px;
  padding-bottom: 82px;
}
@media screen and (max-width: 768px) {
  #item03 .item-headline .item-headline-inner {
    padding-top: 9.375vw;
    padding-bottom: 8.90625vw;
  }
}
#item03 .item-headline .item-headline-title-wrap {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  #item03 .item-headline .item-headline-title-wrap {
    margin-bottom: 97.65625vw;
  }
}
#item03 .item-headline .item-headline-title-wrap .item-headline-title {
  font-size: 43px;
}
@media screen and (max-width: 768px) {
  #item03 .item-headline .item-headline-title-wrap .item-headline-title {
    font-size: 6.71875vw;
  }
}
#item03 .item-headline .item-headline-txt-wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #item03 .item-headline .item-headline-txt-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #item03 .item-headline .item-headline-icon {
    top: 105.46875vw;
    left: -1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #item03 .item-point-list-wrap {
    column-gap: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #item03 .item-point-list-wrap-vertical {
    width: calc(50% - 1.5625vw);
  }
}
#item03 .item-point-list-title {
  min-height: 2.8em;
}
@media screen and (max-width: 768px) {
  #item03 .item-point-list-title {
    min-height: auto;
    padding-left: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  #item03 .item-point-list-title::after {
    top: 1.25vw;
    left: 1.5625vw;
  }
}
#item03 .point01 {
  order: 1;
}
#item03 .point02 {
  order: 2;
}
#item03 .point03 {
  order: 3;
}
#item03 .point04 {
  order: 4;
}
#item03 .point05 {
  order: 5;
}
#item03 .point06 {
  order: 6;
}
@media screen and (max-width: 768px) {
  #item03 .item-color-title {
    margin-bottom: 7.8125vw;
  }
}
#item03 .item-color-list {
  width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item-color-list-item {
    flex-wrap: wrap;
  }
}
#item03 .item-color-list .item-color-list-item:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item-color-list-item:not(:last-child) {
    margin-bottom: 7.8125vw;
  }
}
#item03 .item-color-list .item-color-list-item .name {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item-color-list-item .name {
    font-size: 2.96875vw;
  }
}
#item03 .item-color-list .item-color-list-item .name b {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item-color-list-item .name b {
    font-size: 3.125vw;
  }
}
#item03 .item-color-list .item-color-list-item .fig {
  width: 572px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item-color-list-item .fig {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item-color-list-item .fig img {
    width: 100%;
  }
}
#item03 .item-color-list .item01 .swatch {
  width: 143px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item01 .swatch {
    width: 29.53125vw;
    margin-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item01 .fig {
    width: 89.21875vw;
    margin-left: -1.71875vw;
  }
}
#item03 .item-color-list .item02 .swatch {
  width: 150px;
  margin-right: 17px;
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item02 .swatch {
    width: 30.46875vw;
    margin-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item02 .fig {
    width: 89.21875vw;
    margin-left: -1.71875vw;
  }
}
#item03 .item-color-list .item03 .swatch {
  width: 149px;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item03 .swatch {
    width: 30.3125vw;
    margin-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #item03 .item-color-list .item03 .fig {
    width: 89.21875vw;
    margin-left: -1.71875vw;
  }
}

/* toggle
------------------------------*/
.js-btn-toggle {
  cursor: pointer;
}

.item-point-list-title.js-btn-toggle::after {
  rotate: 0deg;
  transition: rotate 0.3s;
}

.item-point-list-title.js-btn-toggle.is-active::after {
  rotate: -180deg;
}

.js-toggle-content {
  display: none;
}

/* Effect
------------------------------*/
.fadein-up {
  opacity: 0;
  transform: scale(1) translate(0, 100px);
  transition: opacity 1.5s ease, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.in-view .fadein-up {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

.fadein {
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 1s, filter 1s;
  -webkit-transition: opacity 1s, filter 1s;
}

.in-view .fadein {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* scale-in */
.scale-in {
  opacity: 0;
  transform: scale(1) translate(0, 0);
  transition: 3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  filter: blur(30px);
}

.in-view .scale-in {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  -webkit-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.fx−bright {
  opacity: 0;
  transition: opacity;
  transition-delay: 0.5s;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.in-view .fx−bright {
  opacity: 1;
  animation: bright 3s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes bright {
  0% {
    filter: brightness(110%) blur(50px);
  }
  100% {
    filter: brightness(100%) blur(0);
  }
}
/* delay */
.delay-none {
  transition-delay: 0s !important;
  animation-delay: 0s !important;
}

.delay01s {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay02s {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay03s {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay04s {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.delay05s {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.delay06s {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.delay07s {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.delay08s {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.delay09s {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.delay10s {
  transition-delay: 1s !important;
  animation-delay: 1s !important;
}

.delay12s {
  transition-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.delay14s {
  transition-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.delay16s {
  transition-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.delay18s {
  transition-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

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