*, :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: #333;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  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;
}

.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;
}

@media only screen and (max-width: 768px) {
  #main-content {
    min-width: auto;
    font-size: 3.125vw;
    margin-bottom: 12.5vw;
  }
  .sp {
    display: block !important;
  }
  br.sp, span.sp {
    display: inline !important;
  }
  .pc, br.pc, span.pc {
    display: none;
  }
  .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: 46.301369863%;
  left: 11.4285714286%;
  width: 16.4285714286%;
}
@media screen and (max-width: 768px) {
  #hero .inner .title {
    top: 27.03125vw;
    left: 31.875vw;
    width: 35.9375vw;
  }
}
#hero .inner .text-01 {
  position: absolute;
  top: 38.7671232877%;
  left: 73.3571428571%;
  width: 17.5%;
}
@media screen and (max-width: 768px) {
  #hero .inner .text-01 {
    top: 9.0625vw;
    left: 10.625vw;
    width: 80.15625vw;
  }
}
#hero .inner .info {
  position: absolute;
  bottom: 6.8493150685%;
  right: 2.8571428571%;
  width: fit-content;
  padding: 1.1em 2em;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #hero .inner .info {
    bottom: 6.25vw;
    right: 8.59375vw;
    border-radius: 1.5625vw;
    padding: 0.8em 1.2em;
  }
}
#hero .inner .info ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #hero .inner .info ul li {
    line-height: 1.7;
    font-size: 2.1875vw;
  }
}
#hero .inner .info ul li .date {
  margin-right: 1em;
}

/* concept
------------------------------*/
#concept {
  position: relative;
  background-image: url("../img/concept_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #concept {
    background-image: url("../img/concept_bg_sp.png");
  }
}
#concept .inner {
  position: relative;
  width: 100%;
  padding: 106px 0 100px;
}
@media screen and (max-width: 768px) {
  #concept .inner {
    padding: 13.75vw 0 15.625vw;
  }
}
#concept .inner .concept-message {
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-message {
    margin-bottom: 10.46875vw;
  }
}
#concept .inner .concept-message p {
  text-align: center;
  color: #000;
  line-height: 2.35;
  font-size: 17px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #concept .inner .concept-message p {
    line-height: 2.22;
    font-size: 2.8125vw;
  }
}
#concept .inner .styles-title {
  text-align: center;
  width: 319px;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #concept .inner .styles-title {
    width: 52.5vw;
    margin-bottom: 3.4375vw;
  }
}
#concept .inner .styles-title img {
  width: 100%;
}
#concept .inner .styles-txt p {
  text-align: center;
  line-height: 1.88;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #concept .inner .styles-txt p {
    font-size: 2.8125vw;
  }
}
#concept .inner .styles-list {
  display: flex;
  justify-content: center;
  column-gap: 50px;
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  #concept .inner .styles-list {
    column-gap: 7.8125vw;
    margin-top: 7.03125vw;
  }
}
#concept .inner .styles-list li {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #concept .inner .styles-list li {
    width: 31.25vw;
  }
}

/* make-style
------------------------------*/
.make-style .make-style-wrap {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap {
    display: block;
  }
}
.make-style .make-style-wrap .make-style-figure {
  position: relative;
  width: calc(100% - 800px);
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .make-style .make-style-wrap .make-style-figure {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-figure {
    width: 100%;
  }
}
.make-style .make-style-wrap .make-style-figure-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-figure-img {
    position: static;
    height: auto;
  }
}
.make-style .make-style-wrap .make-style-figure-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.make-style .make-style-wrap .make-style-figure.is-fixed .make-style-figure-img {
  position: fixed;
  width: calc(100% - 800px);
  min-width: 200px;
}
@media screen and (min-width: 1400px) {
  .make-style .make-style-wrap .make-style-figure.is-fixed .make-style-figure-img {
    left: calc((100% - 1400px) / 2);
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-figure.is-fixed .make-style-figure-img {
    position: static;
    width: 100%;
  }
}
.make-style .make-style-wrap .make-style-figure.is-bottom .make-style-figure-img {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-figure.is-bottom .make-style-figure-img {
    position: static;
  }
}
.make-style .make-style-wrap .make-style-text {
  position: relative;
  width: 800px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1400px) {
  .make-style .make-style-wrap .make-style-text {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text {
    width: 100%;
  }
}
.make-style .make-style-wrap .make-style-text-inner {
  width: 600px;
  margin-inline: auto;
  padding: 93px 0 100px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner {
    width: 87.5vw;
    padding: 10.9375vw 0 13.125vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-title {
    margin-bottom: 7.5vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-title .title {
  line-height: 1.66;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-title .title {
    text-align: center;
    line-height: 1.57;
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-title p {
  line-height: 1.85;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-title p {
    text-align: center;
    line-height: 1.94;
    font-size: 2.8125vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-title .note {
  font-size: 11px;
  padding: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-title .note {
    font-size: 2.1875vw;
    margin-top: 1em;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-item-title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 0.36em 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-item-title {
    font-size: 3.4375vw;
    padding: 0.614em 1em;
    margin-bottom: 3.28125vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-item-list {
  display: flex;
  justify-content: center;
  column-gap: 36px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-item-list {
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 4.84375vw 0;
  }
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-item-list li {
    width: 50%;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-item-list li .make-style-item-fig {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  height: 86px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-item-list li .make-style-item-fig {
    height: auto;
    margin-bottom: 1.5625vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-item-list li .make-style-item-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5em;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-item-list li .make-style-item-txt {
    min-height: auto;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-item-list li .make-style-item-txt > p {
  text-align: center;
  line-height: 1.45;
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-item-list li .make-style-item-txt > p {
    line-height: 1.5;
    font-size: 2.5vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto {
    margin-top: 8.59375vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item + .make-style-howto-list-item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item + .make-style-howto-list-item {
    margin-top: 7.1875vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .title {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap {
  display: flex;
  align-items: center;
  column-gap: 21px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap {
    flex-direction: column;
    row-gap: 5vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-fig {
  width: 379px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-fig {
    width: 100%;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-fig img {
  width: 100%;
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-colors {
  display: flex;
  column-gap: 12px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-colors {
    width: 100%;
    column-gap: 3.90625vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-colors li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-colors li {
    display: flex;
    align-items: center;
    column-gap: 2.34375vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-colors li img {
  width: 84px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-colors li img {
    width: 13.125vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-colors li p {
  text-align: center;
  line-height: 1.45;
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-fig-wrap .make-style-howto-colors li p {
    text-align: left;
    line-height: 1.5;
    font-size: 2.5vw;
    margin-top: 0;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow {
    margin-top: 4.375vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow p {
  line-height: 1.8;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow p {
    line-height: 1.66;
    font-size: 2.8125vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow dl dt,
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow dl dd {
  line-height: 1.5;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow dl dt,
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow dl dd {
    line-height: 1.66;
    font-size: 2.8125vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow dl dt {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow dl dd {
  padding-left: 1.5em;
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow dl + dl {
  margin-top: 0.8em;
}
.make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow ul li {
  line-height: 1.8;
  font-size: 13px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-howto-list-item .make-style-howto-flow ul li {
    line-height: 1.66;
    font-size: 2.8125vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-use {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-use {
    margin-top: 6.25vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-use .title {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-use .title {
    font-size: 3.4375vw;
    margin-bottom: 1.5625vw;
  }
}
.make-style .make-style-wrap .make-style-text-inner .make-style-use p {
  line-height: 1.5;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .make-style .make-style-wrap .make-style-text-inner .make-style-use p {
    line-height: 1.66;
    font-size: 2.8125vw;
  }
}

/* style01
------------------------------*/
#style01 {
  background-image: url("../img/style01_text_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #style01 {
    background-image: none;
  }
}
#style01 .make-style-figure {
  background-color: #e3dfd4;
}
@media screen and (max-width: 768px) {
  #style01 .make-style-text {
    background-image: url("../img/style01_text_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#style01 .make-style-text .make-style-title .title {
  color: #a76fa7;
}
#style01 .make-style-text .make-style-item-title {
  color: #a76fa7;
  background-color: rgba(207, 174, 213, 0.5);
}
#style01 .make-style-text .make-style-item-list .item01-fig {
  width: 114px;
}
@media screen and (max-width: 768px) {
  #style01 .make-style-text .make-style-item-list .item01-fig {
    width: 25.3125vw;
  }
}
#style01 .make-style-text .make-style-item-list .item02-fig {
  width: 112px;
}
@media screen and (max-width: 768px) {
  #style01 .make-style-text .make-style-item-list .item02-fig {
    width: 25.3125vw;
  }
}
#style01 .make-style-text .make-style-item-list .item03-fig {
  width: 17px;
}
@media screen and (max-width: 768px) {
  #style01 .make-style-text .make-style-item-list .item03-fig {
    width: 3.90625vw;
  }
}
#style01 .make-style-text .make-style-howto .title {
  color: #a76fa7;
}
#style01 .make-style-text .make-style-use .title {
  color: #a76fa7;
}

/* style02
------------------------------*/
#style02 {
  background-image: url("../img/style02_text_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #style02 {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  #style02 .make-style-text {
    background-image: url("../img/style02_text_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#style02 .make-style-text .make-style-title .title {
  color: #d77869;
}
#style02 .make-style-text .make-style-item-title {
  color: #d77869;
  background-color: rgba(225, 175, 151, 0.5);
}
#style02 .make-style-text .make-style-item-list .item01-fig {
  width: 112px;
}
@media screen and (max-width: 768px) {
  #style02 .make-style-text .make-style-item-list .item01-fig {
    width: 25.3125vw;
  }
}
#style02 .make-style-text .make-style-item-list .item02-fig {
  width: 111px;
}
@media screen and (max-width: 768px) {
  #style02 .make-style-text .make-style-item-list .item02-fig {
    width: 25.46875vw;
  }
}
#style02 .make-style-text .make-style-item-list .item03-fig {
  width: 17px;
}
@media screen and (max-width: 768px) {
  #style02 .make-style-text .make-style-item-list .item03-fig {
    width: 3.90625vw;
  }
}
#style02 .make-style-text .make-style-howto .title {
  color: #d77869;
}
#style02 .make-style-text .make-style-use .title {
  color: #d77869;
}

/* product
------------------------------*/
.product {
  position: relative;
}
.product .inner {
  position: relative;
  z-index: 2;
  padding-top: 136px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .product .inner {
    width: 87.5vw;
    margin-inline: auto;
    padding-top: 99.21875vw;
    padding-bottom: 15.625vw;
  }
}
.product .inner .product-title-wrap {
  width: 96%;
  max-width: 1120px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .product .inner .product-title-wrap {
    width: 100%;
  }
}
.product .inner .product-title-wrap .title {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-title-wrap .title {
    font-size: 2.8125vw;
    margin-bottom: 5.9375vw;
  }
}
.product .inner .product-title-wrap .title .en {
  display: inline-block;
  text-align: inherit;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-title-wrap .title .en {
    font-size: 7.5vw;
    margin-bottom: 2.34375vw;
  }
}
.product .inner .product-title-wrap .lead {
  line-height: 1.5;
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-title-wrap .lead {
    font-size: 3.90625vw;
    margin-bottom: 3.125vw;
  }
}
.product .inner .product-title-wrap .lead sup {
  letter-spacing: 0.1em;
}
.product .inner .product-title-wrap .txt {
  line-height: 1.875;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-title-wrap .txt {
    line-height: 1.88;
    font-size: 2.8125vw;
  }
}
.product .inner .product-title-wrap .note {
  color: #666;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 15px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product .inner .product-title-wrap .note {
    font-size: 2.1875vw;
    margin-top: 1.5625vw;
  }
}
.product .inner .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-top: 127px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-list {
    gap: 5.625vw 4.375vw;
    margin-top: 8.75vw;
  }
}
.product .inner .product-list-item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product .inner .product-list-item {
    width: 41.5625vw;
  }
}
.product .inner .product-list-item .product-fig {
  width: 250px;
  border: 3px solid #fff;
  margin-inline: auto;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-list-item .product-fig {
    width: 41.5625vw;
    margin-bottom: 3.75vw;
  }
}
.product .inner .product-list-item .product-fig img {
  width: 100%;
}
.product .inner .product-list-item .product-text {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-list-item .product-text {
    margin-bottom: 3.75vw;
  }
}
.product .inner .product-list-item .product-text .product-name {
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-list-item .product-text .product-name {
    line-height: 1.1;
    font-size: 3.4375vw;
  }
}
.product .inner .product-list-item .product-text .product-name .en {
  line-height: 2;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .product .inner .product-list-item .product-text .product-name .en {
    line-height: 1.77;
    font-size: 2.8125vw;
  }
}
.product .inner .product-list-item .product-text .product-exp {
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-list-item .product-text .product-exp {
    line-height: 1.55;
    font-size: 2.8125vw;
  }
}
.product .inner .product-list-item .product-text .product-note {
  text-align: center;
  font-size: 11px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .product .inner .product-list-item .product-text .product-note {
    font-size: 2.1875vw;
  }
}
.product .inner .product-list-item .product-item {
  text-align: center;
  margin-inline: auto;
  margin-top: auto;
}
.product .inner .product-list-item .product-item img {
  width: 100%;
}
.product .inner .product-information {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-information {
    margin-top: 5.3125vw;
  }
}
.product .inner .product-information .product-label {
  text-align: center;
}
.product .inner .product-information .product-label span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0.1em 0.9em;
  border: 1px solid #000;
  border-radius: 3px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-information .product-label span {
    font-size: 2.8125vw;
    margin-bottom: 1.5625vw;
    padding: 0.1em 0.7em;
  }
}
.product .inner .product-information .product-name {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-information .product-name {
    font-size: 3.4375vw;
    margin-bottom: 0.9375vw;
  }
}
.product .inner .product-information .product-detail {
  text-align: center;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-information .product-detail {
    font-size: 2.8125vw;
    margin-bottom: 3.125vw;
  }
}
.product .inner .product-information .product-tag {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-information .product-tag {
    column-gap: 0.78125vw;
    margin-bottom: 7.8125vw;
  }
}
.product .inner .product-information .product-tag li {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.12em;
  border-radius: 4em;
  padding: 0.3em 1.2em;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .product .inner .product-information .product-tag li {
    font-size: 2.5vw;
    padding: 0.1em 0.9em;
  }
}
.product .inner .product-information .product-links {
  display: flex;
  justify-content: center;
  column-gap: 9px;
}
@media screen and (max-width: 768px) {
  .product .inner .product-information .product-links {
    flex-wrap: wrap;
    gap: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .product .inner .product-information .product-links li:first-child {
    width: 100%;
  }
}
.product .inner .product-information .product-links .btn-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 235px;
  height: 58px;
  font-size: 14px;
  letter-spacing: 0.18em;
  border-width: 1px;
  border-style: solid;
  margin-inline: auto;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product .inner .product-information .product-links .btn-link a {
    width: 36.71875vw;
    height: 9.0625vw;
    font-size: 2.8125vw;
  }
}
.product .inner .product-information .product-links .comingsoon a {
  pointer-events: none;
}
.product .inner .product-information .product-links li > p {
  text-align: center;
  margin-top: 0.5em;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  .product .inner .product-information .product-links li > p {
    font-size: 2.8125vw;
  }
}
.product .product-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .product .product-bg {
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  .product .product-bg {
    top: 0;
    left: 0;
    translate: 0 0;
    width: 100%;
  }
}
.product .product-bg img {
  width: 100%;
}

/* product01
------------------------------*/
#product01 {
  background-color: #feeff2;
}
#product01 .inner .product-title-wrap .title .en {
  color: #e9a7d0;
}
#product01 .inner .product-information .product-tag li {
  background-color: #e1bad2;
}
#product01 .inner .product-information .btn-link.buy a {
  color: #fff;
  border-color: #e9a7d0;
  background-color: #e9a7d0;
}
#product01 .inner .product-information .btn-link.buy a:hover {
  color: #e9a7d0;
  background-color: #fff;
}
#product01 .inner .product-information .btn-link.detail a, #product01 .inner .product-information .btn-link.shop a {
  color: #e9a7d0;
  border-color: #e9a7d0;
  background-color: #fff;
}
#product01 .inner .product-information .btn-link.detail a:hover, #product01 .inner .product-information .btn-link.shop a:hover {
  color: #fff;
  background-color: #e9a7d0;
}
#product01 .inner .product-information li > p {
  color: #e9a7d0;
}
#product01 .item01-item {
  width: 248px;
}
@media screen and (max-width: 768px) {
  #product01 .item01-item {
    width: 38.75vw;
  }
}
#product01 .item02-item {
  width: 249px;
}
@media screen and (max-width: 768px) {
  #product01 .item02-item {
    width: 38.90625vw;
  }
}
@media screen and (max-width: 768px) {
  #product01 .item03 {
    width: 100%;
  }
}
#product01 .item03-item {
  width: 249px;
}
@media screen and (max-width: 768px) {
  #product01 .item03-item {
    width: 38.90625vw;
  }
}

/* product02
------------------------------*/
#product02 {
  background-color: #fff3f3;
}
#product02 .inner {
  padding-top: 151px;
}
@media screen and (max-width: 768px) {
  #product02 .inner {
    padding-top: 93.90625vw;
  }
}
#product02 .inner .product-title-wrap {
  max-width: none;
  padding-left: calc(98% - 50vw);
}
@media screen and (max-width: 1120px) {
  #product02 .inner .product-title-wrap {
    padding-left: calc(100% - 550px);
  }
}
@media screen and (max-width: 768px) {
  #product02 .inner .product-title-wrap {
    padding-left: 0;
  }
}
#product02 .inner .product-title-wrap .title .en {
  line-height: 1.08em;
  color: #dc5e62;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #product02 .inner .product-title-wrap .title .en {
    margin-bottom: 2.5vw;
  }
}
#product02 .inner .product-list {
  margin-top: 129px;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  #product02 .inner .product-list {
    margin-top: 8.4375vw;
    gap: 5.625vw 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  #product02 .inner .product-list-item .product-fig {
    margin-bottom: 1.5625vw;
  }
}
#product02 .inner .product-list-item .product-text {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #product02 .inner .product-list-item .product-text {
    margin-bottom: 2.8125vw;
  }
}
#product02 .inner .product-list-item .product-text .product-note {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #product02 .inner .product-information {
    margin-top: 8.4375vw;
  }
}
#product02 .inner .product-information .product-tag li {
  background-color: #e38c8f;
}
#product02 .inner .product-information .btn-link.buy a {
  color: #fff;
  border-color: #dc5e62;
  background-color: #dc5e62;
}
#product02 .inner .product-information .btn-link.buy a:hover {
  color: #dc5e62;
  background-color: #fff;
}
#product02 .inner .product-information .btn-link.detail a, #product02 .inner .product-information .btn-link.shop a {
  color: #dc5e62;
  border-color: #dc5e62;
  background-color: #fff;
}
#product02 .inner .product-information .btn-link.detail a:hover, #product02 .inner .product-information .btn-link.shop a:hover {
  color: #fff;
  background-color: #dc5e62;
}
#product02 .inner .product-information li > p {
  color: #dc5e62;
}
#product02 .item01-item {
  width: 166px;
}
@media screen and (max-width: 768px) {
  #product02 .item01-item {
    width: 25.9375vw;
  }
}
#product02 .item02-item {
  width: 166px;
}
@media screen and (max-width: 768px) {
  #product02 .item02-item {
    width: 25.9375vw;
  }
}
#product02 .item03-item {
  width: 166px;
}
@media screen and (max-width: 768px) {
  #product02 .item03-item {
    width: 25.9375vw;
  }
}
#product02 .item04-item {
  width: 166px;
}
@media screen and (max-width: 768px) {
  #product02 .item04-item {
    width: 25.9375vw;
  }
}

/* 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: 1s;
  -webkit-transition: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  filter: blur(10px);
}

.in-view .scale-in {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  -webkit-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  animation: bright 3s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

/* 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 */
