html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #555555;
  font-size: 16rem;
  font-weight: 400;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.notes {
  font-size: 12rem;
}

.fwb {
  font-weight: bold;
}

.fadein {
  opacity: 0;
  transition: 1.2s;
  transition-delay: 500ms;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_scale {
  transform: scale(0.5, 0.5) translate(0, 200px);
}

.fade_up {
  transform: translate(0, 80px);
}

.fade_down {
  transform: translate(0, -80px);
}

.fade_rotate_r {
  transform: rotate(-45deg);
}

.fade_rotate_l {
  transform: rotate(45deg);
}

.blur {
  filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition-delay: 500ms;
  transition: 1.2s;
}
.blur.on_action {
  animation: blur 0.75s linear forwards;
}

.cta_form_wrap form .select_wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 32rem;
}
.cta_form_wrap form .select_wrap select {
  border: 0;
  border-bottom: 1px solid #bcbcbc;
  font-size: 14rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
  text-align: center;
  max-width: 480rem;
  width: 100%;
  cursor: pointer;
  color: #555555;
}
.cta_form_wrap form .select_wrap::after {
  content: "";
  height: 10rem;
  width: 10rem;
  margin: auto;
  position: absolute;
  right: 13rem;
  transform: rotate(45deg);
  transition: 400ms;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  bottom: 16rem;
}

.inview.fadein.on_action,
.inview_load.fadein.on_action {
  opacity: 1;
  transform: translate(0, 0);
}

.c_red {
  color: #df1616;
}

.h_logo {
  position: relative;
}
.h_logo a {
  width: 105rem;
  top: 0;
  left: 40rem;
  position: absolute;
  display: block;
  z-index: 9;
}

header {
  top: 35rem;
  position: absolute;
}
header .h_logo {
  width: 107rem;
}
header .ham {
  cursor: pointer;
  position: fixed;
  top: 35rem;
  right: 40rem;
  z-index: 9999;
}
header .ham span {
  width: 40rem;
  height: 1px;
  background-color: #df7f71;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
header .ham span:nth-child(1), header .ham span:nth-child(3) {
  top: 0;
}
header .ham span:nth-child(2) {
  margin: 8rem 0;
}
header .ham.active span:nth-child(1) {
  top: 6rem;
  transform: rotate(30deg);
}
header .ham.active span:nth-child(3) {
  top: -12rem;
  transform: rotate(-30deg);
}
header .ham.active span:nth-child(2) {
  opacity: 0;
}
header .nav_wrap {
  transition: ease 0.5s;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header .nav_wrap nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .nav_wrap.active {
  visibility: visible;
  opacity: 1;
  transition: ease 1600ms;
}
header .nav_wrap .n_logo {
  width: 100rem;
}
header .nav_wrap .nav {
  margin-top: 35rem;
}
header .nav_wrap .nav li + li {
  margin-top: 50rem;
}
header .nav_wrap .nav li:nth-child(1) {
  width: 41rem;
}
header .nav_wrap .nav li:nth-child(2) {
  width: 66rem;
}
header .nav_wrap .nav li:nth-child(3) {
  width: 243rem;
}
header .nav_wrap .nav li:nth-child(4) {
  width: 244rem;
}
header .nav_wrap .nav li:nth-child(5) {
  width: 118rem;
}
header .nav_wrap .nav li:nth-child(6) {
  width: 82rem;
}
header .nav_wrap .sns_wrap {
  display: flex;
  gap: 22rem;
  margin-top: 50rem;
}
header .nav_wrap .sns_wrap li a {
  color: #df7f71;
  font-size: 10rem;
  text-align: center;
  display: block;
}
header .nav_wrap .sns_wrap li a .ico {
  margin-left: auto;
  margin-right: auto;
}
header .nav_wrap .sns_wrap li.ig a .ico {
  width: 20rem;
}
header .nav_wrap .sns_wrap li.fb a .ico {
  width: 10rem;
}
header .nav_wrap .sns_wrap li.x a .ico {
  width: 15rem;
  margin-left: 8rem;
  padding-top: 1rem;
}

footer {
  background-color: #fff;
  padding-top: 32rem;
  padding-bottom: 30rem;
}
footer .footer_inner .logo {
  width: 103rem;
}
footer .footer_inner .content_wrap {
  margin-top: 26rem;
  display: flex;
  justify-content: space-between;
}
footer .footer_inner .content_wrap .f_nav ul li + li {
  margin-top: 10rem;
}
footer .footer_inner .content_wrap .f_nav ul li a {
  font-size: 12rem;
  color: #df7f71;
}
footer .footer_inner .content_wrap .sns_list ul {
  display: flex;
  justify-content: flex-end;
  gap: 39rem;
}
footer .footer_inner .content_wrap .sns_list ul li {
  text-align: center;
}
footer .footer_inner .content_wrap .sns_list ul li a .ico {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_inner .content_wrap .sns_list ul li a .txt {
  font-size: 12rem;
}
footer .footer_inner .content_wrap .sns_list ul li:nth-child(2) {
  margin-left: -20rem;
}
footer .footer_inner .content_wrap .f_sns ul li a {
  color: #df7f71;
}
footer .footer_inner .copyright {
  font-size: 12rem;
  color: #df7f71;
  text-align: right;
  font-weight: 400;
  margin-top: -25rem;
}

.ttl_wrap h2 svg {
  overflow: visible;
}
.ttl_wrap h2 path {
  opacity: 0;
  transform: translateX(-15rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
  display: block;
  visibility: hidden;
}
.ttl_wrap h2.on_action path {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.ttl_wrap h2.on_action path.p01 {
  transition-delay: 200ms;
}
.ttl_wrap h2.on_action path.p02 {
  transition-delay: 300ms;
}
.ttl_wrap h2.on_action path.p03 {
  transition-delay: 400ms;
}
.ttl_wrap h2.on_action path.p04 {
  transition-delay: 500ms;
}
.ttl_wrap h2.on_action path.p05 {
  transition-delay: 600ms;
}
.ttl_wrap h2.on_action path.p06 {
  transition-delay: 700ms;
}
.ttl_wrap h2.on_action path.p07 {
  transition-delay: 800ms;
}
.ttl_wrap h2.on_action path.p08 {
  transition-delay: 900ms;
}
.ttl_wrap h2.on_action path.p09 {
  transition-delay: 1000ms;
}
.ttl_wrap h2.on_action path.p10 {
  transition-delay: 1100ms;
}
.ttl_wrap h2.on_action path.p11 {
  transition-delay: 1200ms;
}
.ttl_wrap h2.on_action path.p12 {
  transition-delay: 1300ms;
}
.ttl_wrap h2.on_action path.p13 {
  transition-delay: 1400ms;
}
.ttl_wrap h2.on_action path.p14 {
  transition-delay: 1500ms;
}
.ttl_wrap h2.on_action path.p15 {
  transition-delay: 1600ms;
}
.ttl_wrap h2.on_action path.p16 {
  transition-delay: 1700ms;
}
.ttl_wrap.ttl_center h2 {
  margin-left: auto;
  margin-right: auto;
}

.contents {
  margin-top: 50rem;
}

.btn_buy a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128rem;
  height: 28rem;
  background-color: #555555;
  transition: 0.3s;
}
.btn_buy a:hover {
  background-color: #7e7e7e;
}
.btn_buy a img {
  width: 32rem;
}
.btn_buy a picture {
  display: flex;
}

a.line {
  border-bottom: 1px solid #555555;
  padding-bottom: 5rem;
}

.note {
  font-size: 13rem;
}

.f_rvrs {
  flex-direction: row-reverse;
}

.c_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c_ttl .ttl {
  width: 100%;
  opacity: 0.3;
}
.c_ttl .anim {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, -40rem 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, -40rem 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.8s ease-out;
  transition: clip-path 0.8s ease-out;
  transition: clip-path 0.8s ease-out, -webkit-clip-path 0.8s ease-out;
}
.c_ttl.on_action .anim {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 40rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% + 40rem) 100%, 0% 100%);
}

.bg1 {
  background: url(../img/bg1.jpg) no-repeat center top;
  background-size: cover;
}

.bg2 {
  background: url(../img/bg2.jpg) no-repeat center top;
  background-size: cover;
}

.mv {
  position: relative;
}
.mv .mv_inner {
  position: relative;
  padding-top: 134rem;
  padding-bottom: 140rem;
}
.mv .mv_inner .item_logo {
  width: 589rem;
}
.mv .mv_inner .ttl {
  width: 381rem;
  margin-top: 33rem;
}
.mv .mv_inner .ph {
  width: 791rem;
  margin-left: auto;
  margin-right: -135rem;
  margin-top: -30rem;
}

.lead_cnt {
  padding-top: 114rem;
}
.lead_cnt .lead_ttl {
  width: 376rem;
  margin-left: auto;
  margin-right: auto;
}
.lead_cnt .desc {
  text-align: center;
  margin-top: 32rem;
  line-height: 2.2;
}

.lineup_cnt {
  margin-top: 246rem;
  padding-bottom: 147rem;
}
.lineup_cnt .c_ttl {
  width: 203rem;
}
.lineup_cnt .content_wrap {
  margin-top: 88rem;
}
.lineup_cnt .content_wrap ul {
  display: flex;
  justify-content: center;
}
.lineup_cnt .content_wrap ul li {
  width: 320rem;
}
.lineup_cnt .content_wrap ul li a {
  display: block;
  padding-bottom: 60rem;
  position: relative;
}
.lineup_cnt .content_wrap ul li a::after {
  content: "";
  display: block;
  width: 32rem;
  height: 32rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  border-top: 1px solid #555555;
  border-right: 1px solid #555555;
}
.lineup_cnt .content_wrap ul li a .ph {
  width: 200rem;
  margin-left: 70rem;
  min-height: 200rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.lineup_cnt .content_wrap ul li a .name {
  width: 194rem;
  margin: 22rem auto 0;
}

.point_cnt {
  background-color: #f9f0ef;
  padding-top: 112rem;
  padding-bottom: 140rem;
}
.point_cnt .c_ttl {
  width: 160rem;
  margin-left: auto;
  margin-right: auto;
}
.point_cnt .sub_ttl {
  width: 379rem;
  margin: 95rem auto 0;
}
.point_cnt .content_wrap {
  margin-top: 90rem;
  display: flex;
  align-items: center;
}
.point_cnt .content_wrap .image_box {
  width: 50%;
}
.point_cnt .content_wrap .text_box {
  width: 50%;
}
.point_cnt .content_wrap .text_box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.point_cnt .content_wrap .text_box ul li + li {
  margin-top: 63rem;
}
.point_cnt .content_wrap .text_box ul li .ph {
  width: 160rem;
}
.point_cnt .content_wrap .text_box ul li .detail {
  width: 280rem;
}
.point_cnt .content_wrap .text_box ul li .detail .heading {
  height: 23rem;
}
.point_cnt .content_wrap .text_box ul li .detail .heading img {
  width: auto;
  height: 100%;
}
.point_cnt .content_wrap .text_box ul li .detail .txt {
  margin-top: 30rem;
  line-height: 2.2;
}
.point_cnt .content_wrap.reverse {
  flex-direction: row-reverse;
}
.point_cnt .content_wrap.reverse .image_box img {
  margin-left: 36rem;
}

.item_cnt .item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item_cnt .item_wrap .image_box {
  width: 315rem;
}
.item_cnt .item_wrap .text_box {
  width: 545rem;
}
.item_cnt .item_wrap .text_box .cta_wrap {
  margin-top: 60rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_cnt .item_wrap .text_box .cta_wrap .price {
  font-size: 26rem;
}
.item_cnt .item_wrap .text_box .cta_wrap .price span {
  font-size: 13rem;
}
.item_cnt .item_wrap .text_box .desc {
  line-height: 2.2;
  margin-top: 42rem;
}
.item_cnt .item_wrap .text_box .desc span {
  font-size: 12rem;
}
.item_cnt .item_wrap.reverse {
  flex-direction: row-reverse;
}
.item_cnt .item_wrap.cb25g {
  padding-top: 138rem;
}
.item_cnt .item_wrap.cb25g .c_ttl {
  width: 532rem;
}
.item_cnt .item_wrap.cb80g {
  padding-top: 122rem;
}
.item_cnt .item_wrap.cb80g .c_ttl {
  width: 534rem;
}
.item_cnt .detail_wrap {
  margin-top: 130rem;
}
.item_cnt .detail_wrap .heading {
  width: 377rem;
}
.item_cnt .detail_wrap .desc {
  margin-top: 34rem;
  line-height: 2.2;
}
.item_cnt .detail_wrap .seibun {
  margin-top: 35rem;
  padding-top: 35rem;
  border-top: 1px solid #bcbcbc;
  font-size: 13rem;
}
.item_cnt .detail_wrap .notes {
  margin-top: 32rem;
}

.fragrance_cnt {
  margin-top: 128rem;
}
.fragrance_cnt .c_ttl {
  width: 343rem;
}
.fragrance_cnt .pic_wrap {
  width: 594rem;
  margin: 92rem auto 0;
}

.howto_cnt {
  margin-top: 148rem;
  padding-bottom: 135rem;
}
.howto_cnt .content_box {
  background-color: #fff;
  padding: 80rem 78rem;
}
.howto_cnt .content_box .c_ttl {
  width: 311rem;
}
.howto_cnt .content_box ul {
  margin-top: 70rem;
  display: flex;
  justify-content: center;
  gap: 68rem;
}
.howto_cnt .content_box ul li {
  width: 220rem;
}
.howto_cnt .content_box ul li .pic {
  height: 161rem;
}
.howto_cnt .content_box ul li .pic img {
  width: auto;
  height: 100%;
}
.howto_cnt .content_box ul li .txt {
  line-height: 2.2;
  margin-top: 34rem;
  text-align: justify;
}

.products_cnt {
  padding-top: 118rem;
  padding-bottom: 140rem;
  background-color: #f9f0ef;
}
.products_cnt .c_ttl {
  width: 290rem;
}
.products_cnt .content_wrap {
  margin-top: 98rem;
  display: flex;
}
.products_cnt .content_wrap .image_box {
  width: 50%;
}
.products_cnt .content_wrap .image_box .swiper_thum {
  width: 500rem;
  margin-top: 24rem;
  position: relative;
  transform: translateX(-20rem);
}
.products_cnt .content_wrap .image_box .swiper_thum .swiper .swiper-wrapper .swiper-slide {
  padding-left: 20rem;
  position: relative;
  cursor: pointer;
  filter: brightness(0.85);
}
.products_cnt .content_wrap .image_box .swiper_thum .swiper .swiper-wrapper .swiper-slide-thumb-active {
  filter: brightness(1);
}
.products_cnt .content_wrap .text_box {
  width: 50%;
  padding-left: 78rem;
}
.products_cnt .content_wrap .text_box .name {
  width: 401rem;
}
.products_cnt .content_wrap .text_box .price {
  margin-top: 50rem;
}
.products_cnt .content_wrap .text_box .price p {
  font-size: 22rem;
  font-weight: 400;
}
.products_cnt .content_wrap .text_box .price p span {
  font-size: 12rem;
}
.products_cnt .content_wrap .text_box .price p + p {
  margin-top: 15rem;
}
.products_cnt .content_wrap .text_box .txt {
  margin-top: 62rem;
  line-height: 2;
}
.products_cnt .content_wrap .text_box .cta_form_wrap .btn_buy {
  margin-top: 43rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128rem;
  height: 28rem;
  background-color: #555555;
  transition: 0.3s;
  width: 400rem;
  height: 48rem;
  cursor: pointer;
}
.products_cnt .content_wrap .text_box .cta_form_wrap .btn_buy:hover {
  background-color: #7e7e7e;
}
.products_cnt .content_wrap .text_box .cta_form_wrap .btn_buy img {
  width: 36rem;
}
.products_cnt .content_wrap .text_box .notes {
  margin-top: 56rem;
}

.review_cnt {
  background: url(../img/bg_review.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 115rem;
  padding-bottom: 145rem;
}
.review_cnt .c_ttl {
  width: 201rem;
}
.review_cnt .swiper_area {
  margin-top: 110rem;
  position: relative;
  width: 1302rem;
  margin-left: auto;
  margin-right: auto;
}
.review_cnt .swiper_area .swiper .swiper-wrapper .swiper-slide {
  padding-left: 20rem;
  padding-right: 20rem;
}
.review_cnt .swiper_area .swiper .swiper-wrapper .swiper-slide .box {
  background-color: #fff;
  padding: 20rem;
  min-height: 600rem;
}
.review_cnt .swiper_area .swiper .swiper-wrapper .swiper-slide .box .name {
  margin-top: 15rem;
  font-size: 18rem;
}
.review_cnt .swiper_area .swiper .swiper-wrapper .swiper-slide .box .desc {
  margin-top: 22rem;
  font-size: 14rem;
  line-height: 2.2;
}
.review_cnt .swiper_area .notes {
  margin-top: 36rem;
  text-align: center;
}
.review_cnt .swiper_area .btn_wrap {
  position: relative;
  margin-top: 35rem;
}
.review_cnt .swiper_area .btn_wrap .wrapper {
  width: 118rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.review_cnt .swiper_area .btn_wrap .wrapper .swiper-button-next,
.review_cnt .swiper_area .btn_wrap .wrapper .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 32rem;
  height: 32rem;
  background: url(../img/ico_arrow.png) no-repeat center/contain;
}
.review_cnt .swiper_area .btn_wrap .wrapper .swiper-button-next::after,
.review_cnt .swiper_area .btn_wrap .wrapper .swiper-button-prev::after {
  content: none;
}
.review_cnt .swiper_area .btn_wrap .wrapper .swiper-button-next {
  transform: rotate(180deg);
}
.review_cnt .swiper_area .btn_wrap .wrapper .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  color: #6e6e6e;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 315rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .h_logo a {
    width: 50rem;
    top: 0;
    left: 16rem;
  }
  .notes {
    font-size: 11rem;
  }
  header {
    top: 15rem;
  }
  header .ham {
    top: 15rem;
    right: 15rem;
  }
  header .ham span {
    width: 23rem;
  }
  header .ham span:nth-child(2) {
    margin: 4rem 0;
  }
  header .ham.active span:nth-child(1) {
    top: 10rem;
  }
  header .ham.active span:nth-child(3) {
    top: 0;
  }
  header .nav_wrap .n_logo {
    width: 56rem;
  }
  header .nav_wrap .nav {
    margin-top: 30rem;
  }
  header .nav_wrap .nav li + li {
    margin-top: 38rem;
  }
  header .nav_wrap .nav li:nth-child(1) {
    width: 26.5rem;
  }
  header .nav_wrap .nav li:nth-child(2) {
    width: 42.5rem;
  }
  header .nav_wrap .nav li:nth-child(3) {
    width: 150.25rem;
  }
  header .nav_wrap .nav li:nth-child(4) {
    width: 153rem;
  }
  header .nav_wrap .nav li:nth-child(5) {
    width: 76.5rem;
  }
  header .nav_wrap .nav li:nth-child(6) {
    width: 53rem;
  }
  header .nav_wrap .sns_wrap {
    gap: 18rem;
    margin-top: 45rem;
  }
  header .nav_wrap .sns_wrap li a .txt {
    font-size: 8rem;
  }
  header .nav_wrap .sns_wrap li.ig a .ico {
    width: 14rem;
  }
  header .nav_wrap .sns_wrap li.fb a .ico {
    width: 7rem;
  }
  header .nav_wrap .sns_wrap li.x a .ico {
    width: 10rem;
    padding-top: 0;
    margin-left: 6rem;
  }
  footer {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  footer .footer_inner .logo {
    width: 92.5rem;
  }
  footer .footer_inner .content_wrap {
    flex-direction: column;
  }
  footer .footer_inner .content_wrap .f_nav ul li + li {
    margin-top: 0;
  }
  footer .footer_inner .content_wrap .f_nav ul li a {
    font-size: 10rem;
  }
  footer .footer_inner .content_wrap .sns_list ul {
    margin-top: 15rem;
    gap: 15rem;
    justify-content: flex-start;
  }
  footer .footer_inner .content_wrap .sns_list ul li a {
    text-align: center;
  }
  footer .footer_inner .content_wrap .sns_list ul li a .ico {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_inner .content_wrap .sns_list ul li a .txt {
    font-size: 8rem;
    text-align: center;
  }
  footer .footer_inner .content_wrap .sns_list ul li:nth-child(2) {
    margin-left: -6rem;
  }
  footer .footer_inner .content_wrap .sns_list ul li.ig a .ico {
    width: 14rem;
  }
  footer .footer_inner .content_wrap .sns_list ul li.fb a .ico {
    width: 7rem;
  }
  footer .footer_inner .content_wrap .sns_list ul li.x a .ico {
    width: 10rem;
  }
  footer .footer_inner .copyright {
    margin-top: 24rem;
    text-align: left;
  }
  .contents {
    margin-top: 20rem;
  }
  .btn_buy a {
    width: 80rem;
    height: 19rem;
  }
  .btn_buy a img {
    width: 25rem;
  }
  a.line {
    padding-bottom: 2rem;
  }
  .note {
    font-size: 11rem;
  }
  .bg1 {
    background-image: url(../img/bg1_sp.jpg);
  }
  .bg2 {
    background-image: url(../img/bg2_sp.jpg);
  }
  .mv .mv_inner {
    padding-top: 165rem;
    padding-bottom: 165rem;
  }
  .mv .mv_inner .ph {
    width: 349rem;
    margin-top: 55rem;
    margin-right: 0;
  }
  .mv .mv_inner .item_logo {
    width: 315.5rem;
  }
  .mv .mv_inner .ttl {
    width: 220rem;
  }
  .lead_cnt {
    padding-top: 68rem;
  }
  .lead_cnt .lead_ttl {
    width: 258rem;
  }
  .lead_cnt .desc {
    margin-top: 20rem;
    line-height: 1.8;
  }
  .lineup_cnt {
    margin-top: 90rem;
    padding-bottom: 80rem;
  }
  .lineup_cnt .c_ttl {
    width: 103rem;
  }
  .lineup_cnt .content_wrap {
    margin-top: 60rem;
  }
  .lineup_cnt .content_wrap ul li {
    width: 50%;
  }
  .lineup_cnt .content_wrap ul li a {
    padding-bottom: 34rem;
  }
  .lineup_cnt .content_wrap ul li a::after {
    width: 20rem;
    height: 20rem;
  }
  .lineup_cnt .content_wrap ul li a .ph {
    width: 100.5rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 100rem;
  }
  .lineup_cnt .content_wrap ul li a .name {
    margin-top: 16rem;
    width: 108rem;
  }
  .point_cnt {
    padding-top: 70rem;
    padding-bottom: 80rem;
  }
  .point_cnt .c_ttl {
    width: 80rem;
  }
  .point_cnt .sub_ttl {
    width: 261rem;
    margin-top: 56rem;
  }
  .point_cnt .content_wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 58rem;
  }
  .point_cnt .content_wrap .image_box {
    width: 237rem;
  }
  .point_cnt .content_wrap .text_box {
    width: 100%;
    margin-top: 48rem;
  }
  .point_cnt .content_wrap .text_box ul li + li {
    margin-top: 41rem;
  }
  .point_cnt .content_wrap .text_box ul li .ph {
    width: 80rem;
  }
  .point_cnt .content_wrap .text_box ul li .detail {
    width: 215rem;
  }
  .point_cnt .content_wrap .text_box ul li .detail .heading {
    height: 16rem;
  }
  .point_cnt .content_wrap .text_box ul li .detail .txt {
    margin-top: 18rem;
    line-height: 1.8;
  }
  .point_cnt .content_wrap.reverse {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .point_cnt .content_wrap.reverse .image_box {
    margin-top: 49rem;
    width: 204rem;
    margin-left: auto;
  }
  .point_cnt .content_wrap.reverse .image_box img {
    margin-left: 12rem;
  }
  .point_cnt .content_wrap.reverse .text_box {
    margin-top: 41rem;
  }
  .item_cnt .item_wrap {
    flex-direction: column;
  }
  .item_cnt .item_wrap .image_box {
    width: 156rem;
  }
  .item_cnt .item_wrap .text_box {
    width: 100%;
  }
  .item_cnt .item_wrap .text_box .c_ttl {
    margin-top: 40rem;
    margin-left: 0;
  }
  .item_cnt .item_wrap .text_box .cta_wrap {
    margin-top: 40rem;
  }
  .item_cnt .item_wrap .text_box .cta_wrap .price {
    font-size: 15rem;
  }
  .item_cnt .item_wrap .text_box .cta_wrap .price span {
    font-size: 10rem;
  }
  .item_cnt .item_wrap .text_box .desc {
    margin-top: 32rem;
    line-height: 1.8;
  }
  .item_cnt .item_wrap .text_box .desc span {
    font-size: 11rem;
  }
  .item_cnt .item_wrap.reverse {
    flex-direction: column;
  }
  .item_cnt .item_wrap.cb25g {
    padding-top: 70rem;
  }
  .item_cnt .item_wrap.cb25g .c_ttl {
    width: 266rem;
  }
  .item_cnt .item_wrap.cb80g {
    padding-top: 75rem;
  }
  .item_cnt .item_wrap.cb80g .c_ttl {
    width: 229.5rem;
  }
  .item_cnt .detail_wrap {
    margin-top: 75rem;
  }
  .item_cnt .detail_wrap .heading {
    width: 271.5rem;
  }
  .item_cnt .detail_wrap .desc {
    margin-top: 22rem;
    line-height: 1.8;
  }
  .item_cnt .detail_wrap .seibun {
    margin-top: 27rem;
    padding-top: 27rem;
    font-size: 11.5rem;
  }
  .fragrance_cnt {
    margin-top: 73rem;
  }
  .fragrance_cnt .c_ttl {
    width: 171.5rem;
  }
  .fragrance_cnt .pic_wrap {
    margin-top: 60rem;
    width: 315rem;
  }
  .howto_cnt {
    margin-top: 83rem;
  }
  .howto_cnt .content_box {
    padding: 40rem 20rem 45rem;
  }
  .howto_cnt .content_box .c_ttl {
    width: 155.5rem;
  }
  .howto_cnt .content_box ul {
    margin-top: 55rem;
    flex-direction: column;
    gap: 43rem;
  }
  .howto_cnt .content_box ul li {
    width: 100%;
  }
  .howto_cnt .content_box ul li .pic {
    width: 177.5rem;
    height: auto;
  }
  .howto_cnt .content_box ul li .pic img {
    width: 100%;
    height: auto;
  }
  .howto_cnt .content_box ul li .txt {
    margin-top: 19rem;
    line-height: 1.8;
  }
  .products_cnt {
    padding-top: 69rem;
    padding-bottom: 80rem;
  }
  .products_cnt .c_ttl {
    width: 145rem;
  }
  .products_cnt .content_wrap {
    margin-top: 60rem;
    flex-direction: column;
  }
  .products_cnt .content_wrap .image_box {
    width: 100%;
  }
  .products_cnt .content_wrap .image_box .swiper_thum {
    width: 330rem;
    margin-top: 15rem;
    transform: translateX(-15rem);
  }
  .products_cnt .content_wrap .image_box .swiper_thum .swiper .swiper-wrapper .swiper-slide {
    padding-left: 15rem;
  }
  .products_cnt .content_wrap .text_box {
    width: 100%;
    padding-left: 0;
    margin-top: 40rem;
  }
  .products_cnt .content_wrap .text_box .name {
    width: 279.5rem;
  }
  .products_cnt .content_wrap .text_box .price {
    margin-top: 45rem;
  }
  .products_cnt .content_wrap .text_box .price p {
    font-size: 16rem;
  }
  .products_cnt .content_wrap .text_box .price p + p {
    margin-top: 8rem;
  }
  .products_cnt .content_wrap .text_box .price p span {
    font-size: 11rem;
  }
  .products_cnt .content_wrap .text_box .txt {
    line-height: 1.8;
    margin-top: 48rem;
  }
  .products_cnt .content_wrap .text_box .cta_form_wrap form .select_wrap {
    margin-top: 25rem;
  }
  .products_cnt .content_wrap .text_box .cta_form_wrap form .select_wrap select {
    font-size: 12rem;
  }
  .products_cnt .content_wrap .text_box .cta_form_wrap .btn_buy {
    margin-top: 35rem;
    width: 100%;
  }
  .products_cnt .content_wrap .text_box .cta_form_wrap .btn_buy img {
    width: 27rem;
  }
  .products_cnt .content_wrap .text_box .notes {
    margin-top: 25rem;
  }
  .review_cnt {
    padding-top: 62rem;
    padding-bottom: 82rem;
  }
  .review_cnt .c_ttl {
    width: 100.5rem;
  }
  .review_cnt .swiper_area {
    width: 900rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 60rem;
  }
  .review_cnt .swiper_area .swiper .swiper-wrapper .swiper-slide {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .review_cnt .swiper_area .swiper .swiper-wrapper .swiper-slide .box {
    padding: 17rem;
    min-height: 480rem;
  }
  .review_cnt .swiper_area .swiper .swiper-wrapper .swiper-slide .box .name {
    margin-top: 15rem;
    font-size: 14rem;
  }
  .review_cnt .swiper_area .swiper .swiper-wrapper .swiper-slide .box .desc {
    margin-top: 15rem;
    font-size: 12rem;
    line-height: 1.8;
  }
  .review_cnt .swiper_area .notes {
    margin-top: 20rem;
  }
  .review_cnt .swiper_area .btn_wrap {
    margin-top: 32rem;
  }
  .review_cnt .swiper_area .btn_wrap .wrapper .swiper-button-next,
  .review_cnt .swiper_area .btn_wrap .wrapper .swiper-button-prev {
    width: 30rem;
    height: 30rem;
  }
  .review_cnt .swiper_area .btn_wrap .wrapper .swiper-pagination .swiper-pagination-current {
    margin-right: 4rem;
  }
  .review_cnt .swiper_area .btn_wrap .wrapper .swiper-pagination .swiper-pagination-total {
    margin-left: 4rem;
  }
}
@keyframes blur {
  100% {
    filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
}/*# sourceMappingURL=style.css.map */