@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
h1 {
  font-feature-settings: "palt";
}

h2 {
  font-feature-settings: "palt";
}

h3 {
  font-feature-settings: "palt";
}

h4 {
  font-feature-settings: "palt";
}

h5 {
  font-feature-settings: "palt";
}

h6 {
  font-feature-settings: "palt";
}

p {
  font-feature-settings: "palt";
}

html {
  font-size: calc(100vw / 37.5);
}

body {
  color: #444444;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

sup {
  font-size: 0.6em;
  vertical-align: top;
}

.pc-s {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

.fix_online_btn {
  position: fixed;
  right: 3.7vw;
  bottom: 4vw;
  display: none;
  z-index: 10;
}

.fix_online_btn a {
  width: 24vw;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 50%;
}

.fix_online_btn a img {
  width: 100%;
}

#sec_kv {
  background-image: url(../img/sec_kv/head-bg-sp.jpg);
  background-size: cover;
  padding-bottom: 8vw;
}

#sec_kv .site_logo {
  text-align: center;
  width: 20vw;
  margin: auto;
}

#sec_kv .site_logo img {
  width: 100%;
}

#sec_kv h1 {
  width: 72.5vw;
  margin-left: 9vw;
  margin-top: 8vw;
}

#sec_kv .fig {
  padding: 3vw 26vw 0 3vw;
}

#sec_kv .fig figcaption {
  width: 50vw;
  padding: .8vw 0 1.5vw;
  text-align: center;
  line-height: 1;
  color: white;
  background: #004845;
  font-size: 1.3rem;
  font-weight: 700;
  margin: auto;
}

#sec_kv .mark {
  position: absolute;
  right: 7vw;
  top: 4vw;
  width: 19vw;
}

#sec_kv strong {
  font-size: 1.8rem;
  display: block;
  margin: 5vw auto 0;
  text-align: center;
  font-weight: 700;
  color: #004845;
}

#sec_intro {
  background-image: url(../img/sec_intro/r-bg-sp.jpg);
  background-size: 300px;
}

#sec_intro .inner {
  padding: 13vw 3vw 9vw;
}

#sec_intro .c_ttl {
  text-align: center;
  margin-bottom: 8vw;
  position: relative;
  transform: translateY(-35%);
  transition: 1s;
  opacity: 0;
  width: 64vw;
  margin-left: auto;
  margin-right: auto;
}

#sec_intro .c_ttl.active {
  transform: translateY(0);
  opacity: 1;
}

#sec_intro .c_ttl + p {
  text-align: center;
  line-height: 2;
}

#sec_intro .c_ttl::after {
  content: "";
  background-image: url(../img/sec_intro/mark.svg);
  background-repeat: no-repeat;
  background-size: 14vw;
  display: block;
  width: 14vw;
  height: 14vw;
  position: absolute;
  right: -3vw;
  top: -4vw;
}

#sec_intro .list {
  margin-top: 60px;
}

#sec_intro .list li {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: 1s;
  transform: translateX(30%);
}

#sec_intro .list li .fig {
  flex-shrink: 0;
}

#sec_intro .list li .wrap {
  text-align: left;
}

#sec_intro .list li .scene {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
}

#sec_intro .list li .name {
  font-size: 1.4rem;
}

#sec_intro .list li .fragrance {
  font-size: 1.55rem;
  margin-top: 3px;
}

#sec_intro .list li:nth-child(1) .fig {
  width: 45vw;
}

#sec_intro .list li:nth-child(1) .wrap {
  margin-left: -4vw;
}

#sec_intro .list li:nth-child(1) .scene {
  color: #0F287B;
}

#sec_intro .list li:nth-child(2) .fig {
  width: 41vw;
  order: 1;
}

#sec_intro .list li:nth-child(2) .wrap {
  padding-left: 3vw;
  padding-right: 6vw;
}

#sec_intro .list li:nth-child(2) .scene {
  color: #FCAE01;
}

#sec_intro .list li:nth-child(3) .fig {
  width: 50vw;
}

#sec_intro .list li:nth-child(3) .wrap {
  margin-left: -4vw;
  padding-bottom: 7vw;
}

#sec_intro .list li:nth-child(3) .scene {
  color: #59337C;
}

#sec_intro .list.active li {
  transform: translateX(0);
  opacity: 1;
}

#sec_intro .att_txt {
  text-align: right;
  font-size: 1.2rem;
}

#sec_interest {
  padding-bottom: 17vw;
}

#sec_interest .row {
  opacity: 0;
  transform: translateY(-10%);
  transition: 1s;
}

#sec_interest .row .thumb {
  width: 100%;
  position: relative;
  margin-bottom: 13vw;
}

#sec_interest .row .thumb img {
  width: 100%;
}

#sec_interest .row .thumb .point {
  position: absolute;
}

#sec_interest .row .thumb .point p {
  display: block;
  width: 22.5vw;
  height: 22.5vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #D2DFDE;
  border: 4px solid white;
  z-index: 2;
  font-size: 1.0rem;
  line-height: 1.4;
  color: #004845;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  position: relative;
}

#sec_interest .row .thumb .point p span {
  display: block;
}

#sec_interest .row .thumb .point p::before {
  content: "";
  display: block;
  border: 2px solid #004845;
  width: 23vw;
  height: 23vw;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

#sec_interest .row.active {
  transform: translateY(0);
  opacity: 1;
}

#sec_interest_1 .row .thumb .point {
  right: 5vw;
  bottom: -7vw;
}

#sec_interest_1 .row .thumb .point p {
  font-size: 1.0rem;
}

#sec_interest_1 .row .thumb .point::before {
  right: 4vw;
  bottom: -8vw;
}

#sec_interest_1 .row img.ttl {
  width: 70vw;
  height: auto;
  margin: 0 auto 9vw;
}

#sec_interest_1 .row dl {
  text-align: center;
}

#sec_interest_1 .row dl dt {
  margin-bottom: 4vw;
}

#sec_interest_1 .row dl dt img.sttl {
  width: 63.2vw;
  height: auto;
}

#sec_interest_1 .row dl dt img.sttl2 {
  width: 53.3vw;
  height: auto;
}

#sec_interest_1 .row dl dd {
  font-weight: 400;
  line-height: 2;
  font-feature-settings: "palt";
}

#sec_interest_1 .row dl dd + dt {
  margin-top: 10vw;
}

#sec_interest_2 {
  padding-top: 17.3vw;
}

#sec_interest_2 .row .thumb .point {
  right: 5vw;
  bottom: -7vw;
}

#sec_interest_2 .row .thumb .point p {
  letter-spacing: -.1em;
}

#sec_interest_2 .row .thumb .point p span {
  padding-top: 1.5vw;
}

#sec_interest_2 .row .thumb .point::before {
  right: 4vw;
  bottom: -8vw;
}

#sec_interest_2 .row .txt {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

#sec_interest_2 .row .txt h3 {
  width: 80vw;
  margin: 0 auto 8vw;
}

#sec_interest_2 .row .txt h3 img {
  width: 100%;
  height: auto;
}

#sec_interest_2 .row .txt small {
  font-size: 1.2rem;
  display: block;
}

#sec_lineup h2 {
  background: #004845;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 11vw;
}

#sec_lineup h2 img {
  width: 23vw;
}

#sec_lineup .lineup_area {
  background-position: center top;
  background-size: cover;
}

#sec_lineup .lineup_area .thumb {
  box-sizing: content-box;
}

#sec_lineup .lineup_area .thumb img {
  width: 100%;
}

#sec_lineup .lineup_area .detal_area {
  padding-bottom: 8vw;
  text-align: center;
}

#sec_lineup .lineup_area .detal_area h3 {
  margin-bottom: 30px;
}

#sec_lineup .lineup_area .detal_area .name {
  font-size: 1.5rem;
  margin-top: 1em;
}

#sec_lineup .lineup_area .detal_area .fragrance {
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-feature-settings: "palt";
}

#sec_lineup .lineup_area .detal_area .price {
  position: relative;
}

#sec_lineup .lineup_area .detal_area .price p {
  line-height: 1.83333;
}

#sec_lineup .lineup_area .detal_area .price p + small {
  font-size: 1.2rem;
}

#sec_lineup .lineup_area .detal_area .price::after {
  content: "";
  width: 16vw;
  height: 16vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 6vw;
  top: -35vw;
  display: block;
}

#sec_lineup .lineup_area .detal_area a.btn {
  background-image: url(../img/sec_lineup/btn-sp.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 100% auto;
  width: 67vw;
  height: 11.7vw;
  text-indent: -9999px;
  margin: 4vw auto 0;
  display: block;
}

#sec_lineup .lineup_area .row {
  opacity: 0;
  transition: 1s;
  transform: translateX(30%);
  padding-top: 10vw;
}

#sec_lineup .lineup_area .row.active {
  opacity: 1;
  transform: translateX(0);
}

#sec_lineup .lineup_area#sec_lineup_1 {
  background-image: url(../img/sec_lineup/bg1-sp.jpg);
}

#sec_lineup .lineup_area#sec_lineup_1 .ttl {
  width: 71vw;
  margin: 0 auto 7vw;
}

#sec_lineup .lineup_area#sec_lineup_1 .thumb {
  padding-left: 11vw;
  width: 70vw;
}

#sec_lineup .lineup_area#sec_lineup_1 .detal_area .price::after {
  background-image: url(../img/sec_lineup/drop1.svg);
}

#sec_lineup .lineup_area#sec_lineup_2 {
  background-image: url(../img/sec_lineup/bg2-sp.jpg);
}

#sec_lineup .lineup_area#sec_lineup_2 .ttl {
  width: 70vw;
  margin: 0 auto 7vw;
}

#sec_lineup .lineup_area#sec_lineup_2 .thumb {
  padding-left: 6vw;
  width: 78vw;
}

#sec_lineup .lineup_area#sec_lineup_2 .detal_area .price::after {
  background-image: url(../img/sec_lineup/drop2.svg);
}

#sec_lineup .lineup_area#sec_lineup_2 .row {
  transform: translateX(-30%);
}

#sec_lineup .lineup_area#sec_lineup_2 .row.active {
  transform: translateX(0);
}

#sec_lineup .lineup_area#sec_lineup_3 {
  background-image: url(../img/sec_lineup/bg3-sp.jpg);
}

#sec_lineup .lineup_area#sec_lineup_3 .ttl {
  width: 75vw;
  margin: 0 auto 7vw;
}

#sec_lineup .lineup_area#sec_lineup_3 .thumb {
  padding-left: 5vw;
  width: 76vw;
}

#sec_lineup .lineup_area#sec_lineup_3 .detal_area .price::after {
  background-image: url(../img/sec_lineup/drop3.svg);
}

#sec_trust .row {
  margin-bottom: 16vw;
  opacity: 0;
  transition: 1s;
}

#sec_trust .row .thumb {
  width: 100%;
  margin-bottom: 12vw;
}

#sec_trust .row .thumb img {
  width: 100%;
}

#sec_trust .row .ttl {
  width: 58vw;
  height: auto;
  margin: 0 auto 8vw;
  display: block;
}

#sec_trust .row .txt {
  line-height: 2;
  text-align: center;
}

#sec_trust .row.active {
  opacity: 1;
}

#sec_trust h3 {
  text-align: center;
  margin-bottom: 4vw;
  position: relative;
  transform: translateY(-35%);
  transition: 1s;
  opacity: 0;
  width: 69vw;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

#sec_trust h3.active {
  transform: translateY(0);
  opacity: 1;
}

#sec_trust h3 img {
  width: 100%;
}

#sec_trust .movie {
  width: calc(100% - 12vw);
  margin: auto;
  position: relative;
}

#sec_trust .movie::before {
  content: "";
  display: block;
  padding-top: 56.2%;
}

#sec_trust .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#sec_onsale {
  background-image: url(../img/sec_onsale/bg-sp.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 16vw;
  padding-bottom: 6vw;
}

#sec_onsale figure {
  text-align: center;
  padding: 0 2vw;
}

#sec_onsale figure img {
  width: 100%;
}

#sec_onsale .btn_area {
  background: white;
  border-radius: 12px;
  padding: 5vw;
  width: calc(100% - 12vw);
  margin: 2vw auto 0;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

#sec_onsale .btn_area:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 12px;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  background: white;
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
}

#sec_onsale .btn_area.active:before {
  left: 100%;
}

#sec_onsale .btn_area h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #004845;
  letter-spacing: 1px;
  margin-bottom: 4vw;
}

#sec_onsale .btn_area .cta_list li {
  margin-bottom: 3.5vw;
  margin-left: auto;
  margin-right: auto;
  width: 77vw;
}

#sec_onsale .btn_area .cta_list li span {
  display: block;
}

#sec_onsale .btn_area .cta_list li a {
  background-image: url(../img/sec_onsale/btn-cart-sp.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: transparent;
  width: 100%;
  height: 12vw;
  text-indent: -9999px;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

#sec_onsale .btn_area .cta_list li.contact a {
  background-image: url(../img/sec_onsale/btn-contact-sp.svg);
}

#sec_onsale .btn_area dl {
  text-align: center;
}

#sec_onsale .btn_area dl dt {
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #004845;
  font-weight: 600;
  margin-bottom: 12px;
}

#sec_onsale .btn_area dl dd {
  letter-spacing: .5px;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.72222;
  font-size: 1.28rem;
}

#sec_onsale .btn_area dl dd small {
  font-size: 1.2rem;
  font-weight: 400;
}

#sec_footer {
  padding: 4vw 0;
  text-align: center;
}

#sec_footer .links a {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #444444;
  font-weight: 600;
}

#sec_footer .copy {
  font-size: 1.2rem;
  margin-top: .3em;
  font-weight: 600;
}

.eclinks-btn.st a:after {
  content: none;
}
/*# sourceMappingURL=styles_sp.css.map */
