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

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

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

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

.sp-s {
  display: none;
}

#container {
  overflow: hidden;
}

#sec_kv {
  background-image: url(../img/sec_kv/head-bg.jpg);
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}

@media (min-width: 1921px) {
  #sec_kv {
    background-size: cover;
  }
}

#sec_kv .inner {
  width: 960px;
  height: 100%;
  margin: auto;
  position: relative;
}

#sec_kv .site_logo {
  display: flex;
  justify-content: center;
  margin: 0 0 45px;
}

#sec_kv .site_logo a {
  display: block;
}

#sec_kv .fig {
  margin: 18px 0 0 45px;
  position: relative;
}

#sec_kv .fig figcaption {
  position: absolute;
  left: 166px;
  bottom: 33px;
  background: #004845;
  padding: 7px 13px 9px;
  line-height: 1;
  color: white;
  font-weight: bold;
  border-radius: 3px;
}

#sec_kv h1 {
  text-align: center;
}

#sec_kv .mark {
  position: absolute;
  right: 42px;
  top: 224px;
}

#sec_kv strong {
  display: inline-block;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 2.7rem;
  color: #004845;
  letter-spacing: 1px;
  font-weight: 700;
}

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

#sec_intro .inner {
  width: 960px;
  margin: auto;
  padding: 105px 0 80px;
}

#sec_intro .c_ttl {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  transform: translateY(-35%);
  transition: 1s;
  opacity: 0;
}

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

#sec_intro .c_ttl + p {
  text-align: center;
  letter-spacing: .5px;
  line-height: 2;
  font-weight: 600;
}

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

#sec_intro .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: flex-start;
  margin-top: 60px;
}

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

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

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

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

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

#sec_intro .list li:nth-child(1) .fig img {
  position: relative;
  right: -2px;
}

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

#sec_intro .list li:nth-child(2) .fig img {
  position: relative;
  left: -4px;
}

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

#sec_intro .list li:nth-child(3) .fig img {
  position: relative;
  top: 6px;
  right: -10px;
}

#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.4rem;
}

#sec_interest {
  padding-bottom: 155px;
}

#sec_interest .c_ttl {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  transform: translateY(-35%);
  transition: 1s;
  opacity: 0;
}

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

#sec_interest .row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  transition: 1.5s;
}

#sec_interest .row .thumb {
  width: 492px;
  flex-shrink: 0;
  position: relative;
}

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

#sec_interest .row .thumb .point p {
  display: block;
  width: 144px;
  height: 144px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #D2DFDE;
  border: 6px solid white;
  z-index: 2;
  font-size: 1.6rem;
  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: 3px solid #004845;
  width: 148px;
  height: 148px;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  border-radius: 50%;
}

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

#sec_interest_1 {
  padding-top: 115px;
  width: 960px;
  margin: auto;
}

#sec_interest_1 .row .thumb {
  padding-left: 22px;
}

#sec_interest_1 .row .thumb .point {
  left: 2px;
  top: -54px;
}

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

#sec_interest_1 .row .thumb .point::before {
  left: 0;
  top: -56px;
}

#sec_interest_1 .row dl {
  width: calc(100% - 520px);
}

#sec_interest_1 .row dl dt {
  margin-bottom: 20px;
}

#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: 40px;
}

#sec_interest_2 {
  padding-top: 105px;
  width: 960px;
  margin: auto;
}

#sec_interest_2 .row .thumb {
  order: 1;
  padding-right: 22px;
}

#sec_interest_2 .row .thumb .point {
  right: 2px;
  bottom: -47px;
}

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

#sec_interest_2 .row .thumb .point p span {
  padding-top: 10px;
}

#sec_interest_2 .row .thumb .point::before {
  right: 0;
  bottom: -49px;
}

#sec_interest_2 .row .txt {
  width: calc(100% - 520px);
  font-weight: 600;
  line-height: 2;
}

#sec_interest_2 .row .txt small {
  font-size: 1.4rem;
  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: 90px;
}

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

#sec_lineup .lineup_area .row {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  padding: 70px 0 85px;
}

#sec_lineup .lineup_area .row .thumb {
  width: 520px;
  opacity: 0;
  transition: 1s;
  transform: translateX(30%);
}

#sec_lineup .lineup_area .row .detal_area {
  width: 440px;
  padding-bottom: 40px;
  opacity: 0;
  transition: 1s;
  transform: translateY(-20%);
}

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

#sec_lineup .lineup_area .row .detal_area .name {
  font-size: 2.0rem;
  letter-spacing: .5px;
  margin-bottom: .2em;
}

#sec_lineup .lineup_area .row .detal_area .fragrance {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

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

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

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

#sec_lineup .lineup_area .row .detal_area .price::after {
  content: "";
  width: 94px;
  height: 92px;
  background-size: 94px 92px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 0;
  display: block;
}

#sec_lineup .lineup_area .row .detal_area a.btn {
  background-image: url(../img/sec_lineup/btn.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 340px auto;
  width: 340px;
  height: 55px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: white;
  font-size: 2.2rem;
  font-weight: 600;
  transition: .1s;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 3px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 0px 0px #001419;
  box-shadow: 0px 4px 0px 0px #001419;
  border-radius: 11px;
  background-color: #3D7470;
}

#sec_lineup .lineup_area .row .detal_area a.btn:hover {
  background-position: center top 2px;
  padding-top: 5px;
  -webkit-box-shadow: 0px 2px 0px 0px #001419;
  box-shadow: 0px 2px 0px 0px #001419;
}

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

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

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

#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.jpg);
}

#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_3 {
  background-image: url(../img/sec_lineup/bg3.jpg);
}

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

#sec_trust .inner {
  width: 960px;
  margin: auto;
  padding: 115px 0 0;
}

#sec_trust .inner h2 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  transform: translateY(-35%);
  transition: 1s;
  opacity: 0;
}

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

#sec_trust .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 145px;
  padding: 0 55px 0 25px;
}

#sec_trust .row .thumb {
  width: 470px;
  position: relative;
}

#sec_trust .row .txt {
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}

#sec_trust h3 {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  transform: translateY(-35%);
  transition: 1s;
  opacity: 0;
  opacity: 1;
}

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

#sec_trust .movie {
  width: 550px;
  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.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 45px;
}

@media (min-width: 1921px) {
  #sec_onsale {
    background-size: cover;
  }
}

#sec_onsale figure {
  text-align: center;
}

#sec_onsale .btn_area {
  background: white;
  border-radius: 24px;
  padding: 60px 0 45px;
  width: 1082px;
  margin: 15px 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);
  overflow: hidden;
  position: relative;
}

#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: 3.6rem;
  font-weight: 600;
  color: #004845;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

#sec_onsale .btn_area .cta_list {
  display: flex;
  justify-content: space-between;
  width: 935px;
  margin: 0 auto 45px;
}

#sec_onsale .btn_area .cta_list li a {
  background-image: url(../img/sec_onsale/btn-cart.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #3D7470;
  background-size: 454px auto;
  width: 454px;
  height: 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: white;
  font-size: 2.6rem;
  font-weight: 600;
  transition: .1s;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 0px 0px #001419;
  box-shadow: 0px 4px 0px 0px #001419;
  border-radius: 14px;
}

#sec_onsale .btn_area .cta_list li a:hover {
  background-position: center top 2px;
  padding-top: 5px;
  -webkit-box-shadow: 0px 2px 0px -5px #001419;
  box-shadow: 0px 2px 0px -5px #001419;
}

#sec_onsale .btn_area .cta_list li.contact a {
  background-image: url(../img/sec_onsale/btn-contact.svg);
  font-size: 2.0rem;
  padding-bottom: 0px;
}

#sec_onsale .btn_area .cta_list li.contact a:hover {
  padding-top: 5px;
}

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

#sec_onsale .btn_area dl dt {
  font-size: 2.3rem;
  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;
}

#sec_onsale .btn_area dl dd small {
  font-size: 1.4rem;
}

#sec_footer {
  padding: 30px 0;
  text-align: center;
}

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

#sec_footer .links a:hover {
  text-decoration: none;
}

#sec_footer .copy {
  font-size: 1.4rem;
  margin-top: 5px;
}

.fix_online_btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: 1s;
  z-index: 10;
}

.fix_online_btn a {
  transition: .5s;
}

.fix_online_btn a:hover {
  opacity: .7;
}

.fix_online_btn.loaded {
  opacity: 1;
}

.eclinks-btn.st a {
  background: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

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