@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Sacramento&family=Zen+Maru+Gothic:wght@500;700&display=swap");
.scroll_anime {
  opacity: 0;
  position: relative;
  top: 40px;
}

body.modal_open {
  overflow: hidden;
  height: 100vh;
}

#bread {
  display: none;
  background: #fff;
  position: relative;
  z-index: 1;
}
#bread::before, #bread::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
}
#bread::before {
  right: 100%;
}
#bread::after {
  left: 100%;
}

/* slick ======================================= */
.slider {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.slider input, .slider textArea, .slider select, .slider button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}
.slider button {
  cursor: pointer;
}
.slider.slick-initialized {
  opacity: 1;
}
.slider .slick-list {
  width: 100%;
  height: 100%;
}
.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.slider .slick-slide {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.slider .slick-slide:focus {
  outline: none;
}
.slider .slick-arrow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: absolute;
  bottom: -54px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border: 1px #000 solid;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .slider .slick-arrow:hover {
    opacity: 0.8;
  }
}
.slider .slick-arrow.nv_left {
  left: auto;
  right: 136px;
}
@media only screen and (max-width: 768px) {
  .slider .slick-arrow.nv_left {
    right: 74px;
  }
}
.slider .slick-arrow.nv_left span {
  padding-right: 1px;
}
.slider .slick-arrow.nv_left span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  width: 6px;
  height: 6px;
}
.slider .slick-arrow.nv_right {
  left: auto;
  right: 76px;
}
@media only screen and (max-width: 768px) {
  .slider .slick-arrow.nv_right {
    right: 16px;
  }
}
.slider .slick-arrow.nv_right span {
  padding-left: 1px;
}
.slider .slick-arrow.nv_right span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 6px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  width: 6px;
  height: 6px;
}
.slider .slick-dots {
  position: relative;
  z-index: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .slider .slick-dots {
    top: 8px;
  }
}
.slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.slider .slick-dots li + li {
  margin-left: 16px;
}
.slider .slick-dots li button {
  overflow: visible;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 999;
  background-color: #d2d2d2;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
}
.slider .slick-dots li:first-child button::before {
  display: none;
}
.slider .slick-dots li:last-child button::after {
  display: none;
}
.slider .slick-dots li.slick-active button {
  background-color: #e0d700;
}
.slider .slick-dots li:hover {
  cursor: pointer;
}
.slider .slick-dots li:hover button {
  background-color: #e0d700;
}
.slider .slick-dots > li:first-child:last-child {
  display: none;
}

/* br ======================================= */
@media screen and (min-width: 1025px) {
  br.sp1024 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  br.sp1025 {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  br.sp900 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  br.sp901 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  br.sp768 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.sp769 {
    display: none;
  }
}

/*                アニメーション
======================================================= */
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/* contents ======================================= */
/**
h1#main {
 visibility: hidden;

  width: 100%;
  height: calc(100vh - 110px);
  ///height: 100vh;
  @media screen and (max-width: 767px) {
    height: calc(100vh - 100px);
  }
  img{
    opacity: 0;
  }
}
**/
footer {
  position: relative;
  z-index: 1;
}

#content_bg {
  position: fixed;
  z-index: -2;
  top: 0;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  #content_bg {
    top: 80px;
  }
}
#content_bg video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 141.4364640884vh;
  height: 70.703125vw;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 900px) {
  #content_bg video {
    width: 52.6217228464vh;
    height: 190.0355871886vw;
  }
}
@media screen and (max-width: 900px) {
  #content_bg video.pc_view {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  #content_bg video.sp_view {
    display: none;
  }
}
#content_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
}

#main_visual img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: auto;
}
#main_visual .slider .slick-dots {
  margin-top: -1px;
}
#main_visual .slider .slick-dots li {
  width: 50%;
  height: 7px;
}
#main_visual .slider .slick-dots li + li {
  margin: 0;
}
@media screen and (max-width: 900px) {
  #main_visual .slider .slick-dots li {
    height: 1.628vw;
  }
}
#main_visual .slider .slick-dots li button {
  vertical-align: top;
  height: 7px;
  width: 100%;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  #main_visual .slider .slick-dots li button {
    height: 1.628vw;
  }
}
#main_visual .slider .slick-dots li.slick-active button {
  background-color: #1B2355;
}
#main_visual .slider .slick-dots li:hover button {
  background-color: #1B2355;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 0 !important;
  }
}

#contents {
  color: #000;
  max-width: 100%;
  background: none;
  padding: 0 !important;
}
#contents p, #contents li {
  color: #000;
}
#contents img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #contents a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#contents sup {
  font-size: 60%;
  position: relative;
  top: -0.6em;
  padding-left: 0.5px;
  padding-right: 2px;
}
#contents .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1132px;
  padding: 0 26px;
}
@media screen and (max-width: 900px) {
  #contents .main_width {
    padding: 0 6.933vw;
  }
}
#contents .btn {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #contents .btn {
    max-width: 202px;
    max-width: 70.867vw;
  }
}
#contents .btn > a, #contents .btn > span {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  border-radius: 100vh;
  padding: 1.2em 1em;
}
@media screen and (max-width: 900px) {
  #contents .btn > a, #contents .btn > span {
    font-size: clamp(14px, 3.733vw, 3.733vw);
    padding: 3.467vw 1em;
  }
}
#contents .btn > a::after, #contents .btn > span::after {
  /* content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px; */
}
#contents .btn > a:hover, #contents .btn > span:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 901px) {
  #contents .btn > a:hover, #contents .btn > span:hover {
    opacity: 0.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#contents .btn.cart > a > span, #contents .btn.cart > span > span {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #contents .btn.cart > a > span, #contents .btn.cart > span > span {
    padding-left: 30px;
  }
}
#contents .btn.cart > a > span::before, #contents .btn.cart > span > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/haircare2022/cart.svg) no-repeat center center;
  background-size: 30px 30px;
}
@media screen and (max-width: 767px) {
  #contents .btn.cart > a > span::before, #contents .btn.cart > span > span::before {
    width: 20px;
    height: 20px;
    background: url(../img/haircare2022/cart.svg) no-repeat center center;
    background-size: 20px 20px;
  }
}
#contents .btn.link > a::after, #contents .btn.link > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 900px) {
  #contents .btn.link > a::after, #contents .btn.link > span::after {
    right: 4.267vw;
    border-top: solid 0.533vw #fff;
    border-right: solid 0.533vw #fff;
    width: 1.6vw;
    height: 1.6vw;
  }
}
#contents .btn.link.peach a {
  background: #F389B5;
}
#contents .btn.link.pineapple a {
  background: #81BC34;
}
#contents .btn.blank > a > span, #contents .btn.blank > span > span {
  position: relative;
  padding-right: 1.5em;
}
#contents .btn.blank > a > span::after, #contents .btn.blank > span > span::after {
  content: "";
  background-image: url(../img/sdgs/blank.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents .intro_area {
  padding: 80px 0;
}
@media screen and (max-width: 900px) {
  #contents .intro_area {
    padding: 40px 0;
    padding: 10.667vw 0;
  }
}
#contents .intro_area .cont_ttl {
  text-align: center;
  margin-bottom: 2em;
}
#contents .intro_area .cont_ttl p.sub {
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  min-height: 46px;
  max-width: 972px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
#contents .intro_area .cont_ttl p.sub + h2.ttl {
  margin-top: 0.5em;
}
@media screen and (max-width: 900px) {
  #contents .intro_area .cont_ttl p.sub {
    font-size: 3.2vw;
    min-height: 11.467vw;
    max-width: 68vw;
    max-width: 87.442vw;
  }
}
#contents .intro_area .cont_ttl p.sub::after {
  content: "";
  background-image: url(../img/limited_kinmokusei/subttl_bg_pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  #contents .intro_area .cont_ttl p.sub::after {
    background-image: url(../img/limited_kinmokusei/subttl_bg_sp.png);
  }
}
#contents .intro_area .cont_ttl h2.ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #contents .intro_area .cont_ttl h2.ttl {
    font-size: 4.8vw;
    font-size: 5.349vw;
    margin: 0 -0.5em;
  }
}
#contents .product_area > .product > .block > .set {
  padding: 64px 0;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set {
    padding: 10.667vw 0;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 40px;
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top {
  position: relative;
  z-index: 3;
  padding: 110px 108px 60px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top {
    padding: 8.594vw 8.438vw 4.688vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top {
    padding: 25.6vw 11.2vw 0;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .type {
  position: absolute;
  z-index: 5;
  width: 180px;
  height: 180px;
  right: -40px;
  top: -40px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .type {
    right: -3.125vw;
    top: -3.125vw;
    width: 14.063vw;
    height: 14.063vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .type {
    width: 28.8vw;
    height: 28.8vw;
    right: -4.267vw;
    top: -8vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info {
    display: block;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-right: 32px;
  max-height: 80px;
  width: auto !important;      
  height: auto !important;    
  object-fit: contain;         
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .img {
    max-width: 250px;
    max-width: 66.667vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    margin-bottom: 19vw;
    max-height: 14.933vw;
    width: auto !important;     
    height: auto !important;   
    object-fit: contain;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt {
  width: 100%;
  max-width: 325px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt {
    max-width: none;
    padding: 0;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt .ttl_img {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt .ttl_img {
    max-width: 62.933vw;
    margin-bottom: 5.333vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt h2.ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt h2.ttl {
    font-size: 5.333vw;
    margin-bottom: 4vw;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt .price {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt .price {
    font-size: 3.467vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt .price > span {
  font-size: 10px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt .price > span {
    font-size: 2.667vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt .btn {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt .btn {
    margin-top: 20px;
    margin-top: 5.333vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt p.note {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .txt p.note {
    font-size: 2.667vw;
    margin-top: 6.4vw;
    margin-right: -1.5em;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag {
  position: absolute;
  z-index: -1;
  bottom: calc(100% - 40px);
  left: 0;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag {
    left: 0;
    bottom: calc(100% - 3.521vw);
  }
}
@media screen and (max-width: 1100px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag {
    bottom: calc(100% - 4.5vw);
  }
}
@media screen and (max-width: 1050px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag {
    bottom: calc(100% - 5.5vw);
  }
}
@media screen and (max-width: 1000px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag {
    bottom: calc(100% - 7vw);
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag {
    top: -20vw;
    left: -4vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li {
  width: 100px;
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li + li {
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li + li {
    margin-left: 0.781vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li + li {
    margin-left: 2.133vw;
  }
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li {
    width: 7.813vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li {
    width: 21.333vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li span.icon {
  display: block;
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li span.text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  display: block;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li span.text {
    font-size: 1.094vw;
    width: 7.813vw;
    height: 7.813vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_top .info .tag ul li span.text {
    font-size: 3.2vw;
    width: 21.333vw;
    height: 21.333vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .set_bottom {
  padding: 0 108px 60px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .set_bottom {
    padding: 0 5.333vw 13.333vw;
    margin-top: 4.267vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .component + .combination {
  margin-top: 64px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .component + .combination {
    margin-top: 10.667vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .component h3.ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .component h3.ttl {
    font-size: 8.533vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .component .list {
  max-width: 564px;
  margin: 0 auto;
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .component .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -21px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .component .list .block {
    margin: 0 -2.133vw -4.267vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .component .list .block .set {
  width: 33.33333333%;
  padding: 0 21px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .component .list .block .set {
    width: 50%;
    padding: 0 2.133vw;
    margin-bottom: 4.267vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .component .list .block .set .txt {
  text-align: center;
  margin-top: 1em;
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .component .list .block .set .txt p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4375;
  margin: 0 -0.5em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .component .list .block .set .txt p {
    font-size: 3.467vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination {
    margin-left: -1.333vw;
    margin-right: -1.333vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination h3.ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination h3.ttl {
    font-size: 8.533vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -32px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block {
    margin: 0 -4.267vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set {
  position: relative;
  z-index: 1;
  width: 25%;
  padding: 0 32px;
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set + .set::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 4px, transparent 2px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  background-position: top;
  width: 1px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set + .set::before {
    height: calc(100% - 8.533vw);
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set + .set::after {
    content: "";
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 4px, transparent 2px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: top;
    width: calc(100% - 12.8vw);
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set:nth-child(-n+2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set:nth-child(-n+2)::after {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set:nth-child(odd)::before {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set {
    width: 50%;
    padding: 6.4vw 4.267vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .img {
  margin-bottom: 15px;
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .img img {
  max-height: 80px;
  width: auto !important;       
  height: auto !important;      
  object-fit: contain;    
  display: block;       
  margin: 0 auto !important;           
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .img img {
    max-height: 14.933vw;
    width: auto !important;     
    height: auto !important;   
    object-fit: contain;        
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .txt dl dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .txt dl dt {
    font-size: 3.733vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .txt dl dd {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .txt dl dd {
    font-size: 3.2vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .txt dl dd span.note {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 10px;
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .list .block .set .set_inner .txt dl dd span.note {
    font-size: 2.667vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination .powerup {
  padding: 0 52px;
  margin-top: 3em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination .powerup {
    padding: 0 8vw;
    margin-top: 10.667vw;
  }
}
#contents .product_area > .product > .block > .set .main_width > .set_inner .combination p.note {
  font-size: 11px;
  margin-top: 64px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set .main_width > .set_inner .combination p.note {
    font-size: 2.933vw;
    margin-top: 10.667vw;
  }
}
#contents .product_area > .product > .block > .set.re .set_inner .set_top .type {
  right: auto;
  left: -40px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set.re .set_inner .set_top .type {
    left: -3.125vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.re .set_inner .set_top .type {
    left: -4.267vw;
  }
}
#contents .product_area > .product > .block > .set.re .set_inner .set_top .info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#contents .product_area > .product > .block > .set.re .set_inner .set_top .info .img {
  padding-right: 0;
  padding-left: 32px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.re .set_inner .set_top .info .img {
    padding-left: 0;
  }
}
#contents .product_area > .product > .block > .set.re .set_inner .set_top .info .tag {
  left: auto;
  right: 0;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.re .set_inner .set_top .info .tag {
    right: -4vw;
  }
}
#contents .product_area > .product > .block > .set.morning {
  background-image: url(/img/freepages/limited_kinmokusei/morning_bg_pc.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.morning {
    background-image: url(/img/freepages/limited_kinmokusei/morning_bg_sp.jpg);
  }
}
#contents .product_area > .product > .block > .set.morning .set_inner .set_top .deco01 {
  position: absolute;
  z-index: 3;
  width: 270px;
  height: 160px;
  right: 68px;
  top: -105px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set.morning .set_inner .set_top .deco01 {
    width: 21.094vw;
    height: 12.5vw;
    right: 5.313vw;
    top: -8.203vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.morning .set_inner .set_top .deco01 {
    width: 36vw;
    height: 21.333vw;
    right: 16vw;
    top: -14.667vw;
  }
}
#contents .product_area > .product > .block > .set.morning .set_inner .set_top .deco02 {
  position: absolute;
  z-index: 3;
  width: 280px;
  height: 190px;
  left: -110px;
  top: 390px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set.morning .set_inner .set_top .deco02 {
    width: 21.875vw;
    height: 14.844vw;
    left: -8.594vw;
    top: 30.469vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.morning .set_inner .set_top .deco02 {
    width: 37.333vw;
    height: 25.333vw;
    left: -18.667vw;
    top: 189.333vw;
  }
}
#contents .product_area > .product > .block > .set.morning .set_inner .set_top .deco03 {
  position: absolute;
  z-index: 3;
  width: 120px;
  height: 166px;
  right: -10px;
  top: 540px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set.morning .set_inner .set_top .deco03 {
    width: 9.375vw;
    height: 12.969vw;
    right: -0.781vw;
    top: 42.188vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.morning .set_inner .set_top .deco03 {
    width: 16vw;
    height: 22.133vw;
    right: -8vw;
    top: 272vw;
  }
}
#contents .product_area > .product > .block > .set.morning .set_inner .set_top .info .txt .btn a {
  background: #EB6100;
}
#contents .product_area > .product > .block > .set.morning .set_inner .set_top .info .tag ul li span.text {
  border: 1px #EB6100 solid;
  color: #EB6100;
}
#contents .product_area > .product > .block > .set.night {
  background-image: url(/img/freepages/limited_kinmokusei/night_bg_pc.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.night {
    background-image: url(/img/freepages/limited_kinmokusei/night_bg_sp.jpg);
  }
}
#contents .product_area > .product > .block > .set.night .set_inner .set_top .deco04 {
  position: absolute;
  z-index: 3;
  width: 280px;
  height: 144px;
  left: 50px;
  top: -85px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set.night .set_inner .set_top .deco04 {
    width: 21.875vw;
    height: 11.25vw;
    left: 3.906vw;
    top: -6.641vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.night .set_inner .set_top .deco04 {
    width: 37.333vw;
    height: 19.2vw;
    left: 10.667vw;
    top: -14.133vw;
  }
}
#contents .product_area > .product > .block > .set.night .set_inner .set_top .deco05 {
  position: absolute;
  z-index: 3;
  width: 240px;
  height: 260px;
  left: -110px;
  top: 450px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set.night .set_inner .set_top .deco05 {
    width: 18.75vw;
    height: 20.313vw;
    left: -8.594vw;
    top: 35.156vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.night .set_inner .set_top .deco05 {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    width: 32vw;
    height: 34.667vw;
    left: auto;
    top: 189.333vw;
    right: -13.333vw;
  }
}
#contents .product_area > .product > .block > .set.night .set_inner .set_top .deco06 {
  position: absolute;
  z-index: 3;
  width: 120px;
  height: 138px;
  right: -60px;
  top: 280px;
}
@media screen and (max-width: 1280px) {
  #contents .product_area > .product > .block > .set.night .set_inner .set_top .deco06 {
    width: 9.375vw;
    height: 10.781vw;
    right: -4.687vw;
    top: 21.875vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.night .set_inner .set_top .deco06 {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    width: 16vw;
    height: 18.4vw;
    right: auto;
    top: 288vw;
    left: -10.667vw;
  }
}
#contents .product_area > .product > .block > .set.night .set_inner .set_top .info .txt .btn a {
  background: #364399;
}
#contents .product_area > .product > .block > .set.night .set_inner .set_top .info .tag ul li span.text {
  border: 1px #364399 solid;
  color: #364399;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.night .set_inner .set_bottom {
    margin-top: 10.667vw;
  }
}
#contents .product_area > .product > .block > .set.spray {
  /**
  background-image: url(../img/limited_kinmokusei/night_bg_pc.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  @media screen and (max-width: 900px) {
    background-image: url(../img/limited_kinmokusei/night_bg_sp.jpg);
  }
  **/
  position: relative;
  z-index: 1;
  background: #FDF2D0;
}
#contents .product_area > .product > .block > .set.spray::before {
  content: "";
  background-image: url(/img/freepages/limited_kinmokusei/spray_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 620px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray::before {
    background-image: url(/img/freepages/limited_kinmokusei/spray_bg_sp.jpg);
    background-size: 100vw 212.093vw;
    height: 912px;
    height: 212.093vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner {
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border-radius: 0;
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .intro .ttl_img {
  max-width: 362px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .intro .ttl_img {
    max-width: 76.047vw;
    margin-bottom: 4.651vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .intro .catch {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .intro .catch + .catch2 {
  margin-top: 0.2em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .intro .catch {
    font-size: 4.651vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .intro .catch2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.42;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 -0.5em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .intro .catch2 {
    font-size: 6.512vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img {
  position: relative;
  z-index: 1;
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .img_wrap {
  max-width: 322px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .img_wrap {
    max-width: 53.953vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle {
  position: absolute;
  z-index: -1;
  top: 130px;
  left: -80px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle {
    top: 73px;
    left: 125px;
    top: 16.977vw;
    left: 29.07vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle .tag {
  background: #EF7D1A;
  width: 174px;
  height: 174px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle .tag {
    width: 27.907vw;
    height: 27.907vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle .tag p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.25;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle .tag p {
    font-size: 3.721vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle .tag p span {
  font-size: 18px;
  color: #FFF62A;
  display: block;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle .tag p span {
    font-size: 3.256vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle .tag p span > span {
  display: inline-block;
  border-bottom: 1px #FFF62A solid;
  padding-bottom: 0.1em;
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle .tag p span.last {
  color: inherit;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0.1em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_l .img .circle .tag p span.last {
    font-size: 3.023vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r {
  margin-left: -20px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r {
    margin-left: 0;
    margin-top: -6.977vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt {
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt {
    padding-bottom: 0;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt h2.ttl {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt h2.ttl {
    font-size: 5.333vw;
    margin-bottom: 4vw;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt .price {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt .price {
    font-size: 3.467vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt .price > span {
  font-size: 10px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt .price > span {
    font-size: 2.667vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt .btn {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt .btn {
    margin-top: 20px;
    margin-top: 5.333vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_top .info .layout .layout_r .txt .btn a {
  background: #EF7D1A;
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .white_frame {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .white_frame {
    border-radius: 4.651vw;
    margin-top: 6.953vw;
    padding: 6.279vw;
    margin-left: -1.395vw;
    margin-right: -1.395vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .orange {
  color: #EF7D1A;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5625;
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .orange + .sub {
  margin-top: 0.5em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .orange {
    font-size: 3.521vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .sub + .orange {
  margin-top: 1em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .sub {
    font-size: 3.023vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point {
    text-align: center;
    margin-top: 3.488vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl > div + div {
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl > div + div {
    margin-top: 2.326vw;
  }
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl > div {
    display: block;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dt, #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dd {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dt, #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dd {
    font-size: 3.023vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dt {
  min-width: 150px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dt {
    display: inline-block;
    min-width: 34.884vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dt > span {
  border-radius: 100vh;
  background: #FEC900;
  display: block;
  padding: 0.35em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dt > span {
    padding: 1.395vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dd {
  padding-left: 6px;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom .point dl dd {
    padding-left: 0;
    margin-top: 1.395vw;
  }
}
#contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom p.notes {
  font-size: 12px;
  line-height: 1.58;
  margin-top: 1.5em;
}
@media screen and (max-width: 900px) {
  #contents .product_area > .product > .block > .set.spray .set_inner .spray_cont .spray_bottom p.notes {
    font-size: 2.791vw;
  }
}
#contents .bg_white_area {
  background: #ffffff;
  padding-top: 62px;
}
@media screen and (max-width: 900px) {
  #contents .bg_white_area {
    padding-top: 10.667vw;
  }
}
#contents .bg_white_area .text_info {
  width: 603px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area .text_info {
    width: 47.1094vw;
    margin: 0 auto 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area .text_info {
    width: 87.5vw;
    margin: 0 auto 13.75vw;
  }
}
#contents .bg_white_area > .links {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links {
    width: 85.9375vw;
    margin: 0 auto;
    padding-bottom: 2.3438vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
#contents .bg_white_area > .links .list .ttl {
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links .list .ttl {
    padding-bottom: 2.3438vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .list .ttl {
    padding-bottom: 0;
  }
}
#contents .bg_white_area > .links .list ul {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .list ul {
    padding: 0 4.69vw;
  }
}
#contents .bg_white_area > .links .list ul li {
  float: left;
  width: 252px;
  margin: 0 23px 50px 0;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links .list ul li {
    width: 19.6875vw;
    margin: 0 1.7969vw 3.9062vw 0;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .list ul li {
    width: 42.75vw;
    margin: 0 0 7.81vw 0;
  }
}
#contents .bg_white_area > .links .list ul li:nth-of-type(4) {
  margin-right: 0;
}
#contents .bg_white_area > .links .list ul li:nth-of-type(4n+1) {
  clear: both;
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .list ul li:nth-of-type(2n) {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .list ul li:nth-of-type(2n+1) {
    clear: both;
  }
}
#contents .bg_white_area > .links .list ul li .text {
  font-size: 16px;
  font-weight: bold;
  color: #000b41;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links .list ul li .text {
    font-size: 1.25vw;
    font-weight: bold;
    color: #000b41;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .list ul li .text {
    font-size: 13px;
    font-weight: bold;
    color: #000b41;
  }
}
#contents .bg_white_area > .links .list ul li .text span {
  font-size: 14px;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links .list ul li .text span {
    font-size: 1.0938vw;
    display: block;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .list ul li .text span {
    font-size: 9px;
    display: block;
    margin-bottom: 0.5em;
  }
}
#contents .bg_white_area > .links .howto {
  margin: 0 0 22px 140px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links .howto {
    margin: 0 0 1.7188vw 10.9375vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .howto {
    margin: 0 4.69% 10px;
  }
}
#contents .bg_white_area > .links .howto a {
  position: absolute;
  top: 174px;
  left: 418px;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links .howto a {
    position: absolute;
    top: 13.5937vw;
    left: 32.6562vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .howto a {
    position: absolute;
    top: 68.29%;
    left: 5.17%;
    width: 89.66%;
  }
}
#contents .bg_white_area > .links .white {
  margin: 0 0 82px 60px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links .white {
    margin: 0 0 6.4062vw 4.6875vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .white {
    margin: 0 4.69% 30px;
  }
}
#contents .bg_white_area > .links .white a:nth-of-type(1) {
  position: absolute;
  top: 202px;
  left: 401px;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links .white a:nth-of-type(1) {
    position: absolute;
    top: 15.7812vw;
    left: 31.3281vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .white a:nth-of-type(1) {
    position: absolute;
    top: 53.42%;
    left: 5.17%;
    width: 89.66%;
  }
}
#contents .bg_white_area > .links .white a:nth-of-type(2) {
  position: absolute;
  top: 202px;
  left: 611px;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area > .links .white a:nth-of-type(2) {
    position: absolute;
    top: 15.7812vw;
    left: 47.7344vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area > .links .white a:nth-of-type(2) {
    position: absolute;
    top: 73.73%;
    left: 5.17%;
    width: 89.66%;
  }
}
#contents .bg_white_area .bnrarea {
  padding: 50px 0 68px;
  border-top: 1px solid #f5f9fa;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area .bnrarea {
    padding: 3.9062vw 0 5.3125vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area .bnrarea {
    background: #ffffff;
    padding: 5.94% 4.69% 8.13%;
    border-top: none;
  }
}
#contents .bg_white_area .bnrarea ul {
  width: 1100px;
  margin: 0 auto 40px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area .bnrarea ul {
    width: 85.9375vw;
    margin: 0 auto 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area .bnrarea ul {
    width: 100%;
    margin: 0 auto 25px;
  }
}
#contents .bg_white_area .bnrarea ul li {
  margin-left: 10px;
  float: left;
  width: 360px;
}
@media screen and (max-width: 1280px) {
  #contents .bg_white_area .bnrarea ul li {
    margin-left: 0.7812vw;
    width: 28.125vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area .bnrarea ul li {
    margin-left: 0;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
#contents .bg_white_area .bnrarea ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area .bnrarea ul li:first-child {
    margin-top: 0;
  }
}
#contents .bg_white_area .bnrarea p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .bg_white_area .bnrarea p {
    text-align: center;
    width: 62.34%;
    margin: 0 auto;
  }
}
#contents .bg_white_area .bnrarea p img {
  width: auto;
}


/* 追加CSS */
@media screen and (max-width: 900px) {
    #contents .intro_area .cont_ttl p.sub::after {
        background-image: url(/img/freepages/limited_kinmokusei/subttl_bg_sp.png);
    }
}

#contents .intro_area .cont_ttl p.sub::after {
    content: "";
    background-image: url(/img/freepages/limited_kinmokusei/subttl_bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    background-position: center center;
}

.slider .slick-arrow.nv_left, .slider .slick-arrow.nv_right{
  display: none !important;
}

#main_visual .slider .slick-dots {
  margin-top: -26px; 
  position: relative;
  z-index: 2; 
}

.slick-dots li{
  margin: 0 !important;
}

@media only screen and (min-width: 769px) {
.info .img img{
  margin-top: -18%;
  }  
}

.info .img .img_wrap img{margin-top: 0;}

@media screen and (max-width: 767px) {
#main_visual .slider .slick-dots{
  margin-top: 0;
  }  
}