@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Open+Sans:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

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

:focus {
  outline: 0;
}

:root {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

sup {	
top: -1.5em;	
font-size: 40%;	
}

@media screen and (max-width: 767px) {
  :root {
    font-size: 2.778vw;
  }
}
body {
  width: 100%;
  background-color: #fff;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
_:-ms-input-placeholder,
:root body {
  font-family: Meiryo, sans-serif;
}

.sp-only,
[data-device=sp] {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-only,
  [data-device=sp] {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only,
  [data-device=pc] {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #container a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  #container a:hover {
    opacity: 0.6;
  }
}
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-en {
  font-family: "Open Sans", sans-serif;
}

.text-danger {
  color: #dd0000;
}

.text-primary {
  color: #72b838;
}

.text-bold {
  font-weight: bold;
}

.text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #333));
  background: linear-gradient(transparent 70%, #333 70%);
}

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 0.8em;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

[data-fit=true] {
  overflow: hidden;
}

[data-fit=true] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}

ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

section {
  overflow: hidden;
}

picture {
  position: static;
}

@media screen and (min-width: 768px) {
  .mb10_pc {
    margin-bottom: 10px !important;
  }
  .mb15_pc {
    margin-bottom: 15px !important;
  }
  .mb20_pc {
    margin-bottom: 20px !important;
  }
  .mb25_pc {
    margin-bottom: 25px !important;
  }
  .mb30_pc {
    margin-bottom: 30px !important;
  }
  .mb35_pc {
    margin-bottom: 35px !important;
  }
  .mb40_pc {
    margin-bottom: 40px !important;
  }
  .mb50_pc {
    margin-bottom: 50px !important;
  }
  .mb75_pc {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb10_sp {
    margin-bottom: 1rem !important;
  }
  .mb15_sp {
    margin-bottom: 1.5rem !important;
  }
  .mb20_sp {
    margin-bottom: 2rem !important;
  }
  .mb25_sp {
    margin-bottom: 2.5rem !important;
  }
  .mb30_sp {
    margin-bottom: 3rem !important;
  }
  .mb35_sp {
    margin-bottom: 3.5rem !important;
  }
  .mb40_sp {
    margin-bottom: 4rem !important;
  }
  .mb50_sp {
    margin-bottom: 5rem !important;
  }
}
.cushionwonderlast .footer {
  margin-top: 0;
}

.btn {
  display: block;
  font-size: 1.7rem;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    font-size: 1.5rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}
.btn_store {
  background: #fff;
  border: 1px solid #231815;
  color: #231815;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .btn_store {
    margin-bottom: 1.5rem;
  }
}
.btn_online {
  border: 1px solid currentColor;
  background: #231815;
  color: #fff;
  border-radius: 50px;
}

.btn img {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .btn_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .common_title img {
    max-width: 85%;
  }
}
.section_width_sm {
  width: 84rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .section_width_sm {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.section_width_md {
  width: 115rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .section_width_md {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.section_width_lg {
  width: 120rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .section_width_lg {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.common_bullets.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  background-color: transparent;
  border: 1px solid #231815;
  border-radius: 50%;
  opacity: 1;
}

.common_bullets.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #231815;
}

@media screen and (max-width: 767px) {
  .common_bullets.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.mv img {
  width: 100%;
  padding-top: 40px;
}

.intro {
  padding-bottom: 10rem;
  margin-bottom: -10rem;
  z-index: 10;
}

.intro_upper {
  padding-top: 12rem;	padding-top: 9.2rem;
  background-image: url(../img/intro_bg.jpg);
}

@media screen and (max-width: 767px) {
  .intro_upper {
    padding-top: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  .intro_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: min(8vw, 6rem);
    -moz-column-gap: min(8vw, 6rem);
    column-gap: min(8vw, 6rem);
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .intro_banner {
    margin-bottom: 5rem;
    /**padding-left: 2rem;**/
    /**padding-right: 2rem;**/
  }
}
@media screen and (min-width: 768px) {
  .intro_banner > div {
    width: 76.4285714286%;
  }
}
@media screen and (min-width: 768px) {
  .intro_banner > div:only-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .intro_banner > div + div {
    margin-top: 2rem;
  }
}
.intro_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 12.9rem;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .intro_video {
    margin-bottom: 7.6rem;
  }
}
.intro_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro_texture {
  position: absolute;
  mix-blend-mode: darken;
  width: 210.6rem;
  max-width: none;
  top: -35.7rem;
  left: 50%;
  -webkit-transform: translateX(-53%);
  transform: translateX(-53%);
}

@media screen and (max-width: 767px) {
  .intro_texture {
    width: 116rem;
    top: -19rem;
    left: 70%;
  }
}
@media screen and (max-width: 767px) {
  .intro_title {
    width: 26.6rem;
  }
}
.intro_title_container {
  position: relative;
  width: 130rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro_title_container {
    margin-bottom: -1.8rem;
  }
}
.intro_drop_01 {
  position: absolute;
  right: 2rem;
  top: -35rem;
}

@media screen and (max-width: 767px) {
  .intro_drop_01 {
    width: 6.4rem;
    top: -7rem;
    right: -3rem;
  }
}
.intro_drop_02 {
  position: absolute;
  left: 5.4rem;
  bottom: -33rem;
}

@media screen and (max-width: 767px) {
  .intro_drop_02 {
    width: 6.4rem;
    left: -3rem;
    bottom: -23rem;
  }
}
.intro_poem {
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .intro_poem {
    margin-bottom: 5rem;
  }
}
.intro_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .intro_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.intro_product.show .intro_product_bulk {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: texture;
  animation-name: texture;
}

@media screen and (max-width: 767px) {
  .intro_product.show .intro_product_bulk {
    -webkit-animation-name: texture-sp;
    animation-name: texture-sp;
  }
}
.intro_product_figure {
  width: 48.3%;
  margin-left: -3%;
  margin-bottom: 3%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .intro_product_figure {
    width: 32rem;
    margin-left: 0;
    margin-bottom: 7%;
  }
}
.intro_product_bulk {
  position: absolute;
  width: 0;
  height: 120%;
  left: -18%;
  top: -17%;
  background-image: url(../img/intro_bulk.png);
  background-size: min(848px, 76.4vw);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .intro_product_bulk {
    background-size: 47rem;
  }
}
.intro_product_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .intro_product_text {
    width: 28.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro_product_text_hl {	
font-family: "Zen Old Mincho", serif;	
font-size: 3.4rem;	
letter-spacing: 0.2rem;	
}	
@media screen and (max-width: 767px) {	
.intro_product_text_hl {	
width: 100%;	
font-size: 2.4rem;
margin-left: auto;	
margin-right: auto;	
}	
}

.intro_product_text_hl span {	
font-size: 4.5rem;
font-weight: 700;
}	
@media screen and (max-width: 767px) {	
.intro_product_text_hl span {	
font-size: 3.6rem;
line-height: 1.4;
}	
}

.intro_product_text_ja {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .intro_product_text_ja {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.intro_product_text_en {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

@media screen and (max-width: 767px) {
  .intro_product_text_en {
    font-size: 1.2rem;
  }
}
@-webkit-keyframes texture {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 131%;
  }
}
@keyframes texture {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 131%;
  }
}
@-webkit-keyframes texture-sp {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 42rem;
  }
}
@keyframes texture-sp {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 42rem;
  }
}
.limited {
  padding-top: 7rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .limited {
    padding-bottom: 4.4rem;
  }
}
.limited_texture {
  width: 100%;
}

.limited_title {
  margin-top: 2rem;
  margin-bottom: 5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .limited_title {
    margin-top: 0;
    width: 18.3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.5rem;
  }
}
.limited_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .limited_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.limited_icon {
  position: absolute;
  left: -1.6rem;
  top: -6rem;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .limited_icon {
    width: 6.6rem;
    left: 0;
    top: -3.3rem;
  }
}
.limited_slider {
  overflow: hidden;
}

.limited_slider_item {
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 767px) {
  .limited_slider_item {
    margin-bottom: 2.6rem;
  }
}
.limited_slider figcaption {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .limited_slider figcaption {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.limited_slider_outer {
  width: 52.2%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .limited_slider_outer {
    width: 100%;
  }
}
.limited_thumb {
  width: 30.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .limited_thumb {
    width: 28rem;
  }
}
.limited_thumb_item {
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .limited_thumb_item img {
    width: 3.4rem;
  }
}
.limited_thumb_item figcaption {
  margin-top: 1.1rem;
  font-size: 1.3rem;
  color: #777;
}

@media screen and (max-width: 767px) {
  .limited_thumb_item figcaption {
    margin-top: 0.8rem;
  }
}
.limited_thumb_item.is-active figcaption {
  color: #231815;
}

.limited_desc {
  width: 38.46%;
  margin-top: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .limited_desc {
    width: 100%;
    margin-top: 3.5rem;
  }
}
.limited_desc small {
  display: block;
  text-align: left;
  margin-top: 1.4rem;
  font-size: 1.3rem;
  color: #777;
}

.point_upper {
  padding-top: 8rem;
  background-image: url(../img/point_bg_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .point_upper {
    background-image: url(../img/point_bg_top_sp.jpg);
  }
}
.point_drop_01 {
  position: absolute;
  right: 0;
  top: 8rem;
}

@media screen and (max-width: 767px) {
  .point_drop_01 {
    width: 9.4rem;
    right: 3rem;
    top: 10rem;
  }
}
.point_drop_02 {
  position: absolute;
  right: 40.3%;
  top: 24rem;
}

.point_title {
  position: relative;
  z-index: 3;
  max-width: 70vw;
}

@media screen and (max-width: 767px) {
  .point_title {
    max-width: 31rem;
  }
}
.point_title_outer {
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .point_title_outer {
    margin-bottom: 4.3rem;
  }
}
.point_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .point_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .point_item_num img {
    /**width: 7.4rem;**/
  }
}
.point_item_catch {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .point_item_catch {
    font-size: 1.5rem;
  }
}
.point_item_text {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .point_item_text {
    font-size: 1.4rem;
  }
}
.point_item small {
  font-size: 1.3rem;
  color: #777;
  display: block;
}

@media screen and (max-width: 767px) {
  .point_item small {
  font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .point_item_title_03 {
    width: 24.6rem;
  }
  .point_item_title_04 {
    width: 22.3rem;
  }
  .point_item_title_05 {
    width: 24.5rem;
  }
}
.point_caption {
  text-align: center;
  font-size: 1.1rem;
  color: #777;
}

.point_01 {
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .point_01 {
    margin-bottom: 5rem;
  }
}
.point_01_first {
  width: 48.1%;
}

@media screen and (max-width: 767px) {
  .point_01_first {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point_01_first h3 img {
    width: 26.8rem;
  }
}
.point_01_second {
  width: 45.67%;
}

@media screen and (max-width: 767px) {
  .point_01_second {
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.point_02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .point_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 5rem;
  }
}
.point_02_first {
  width: 42.2%;
}

@media screen and (max-width: 767px) {
  .point_02_first {
    width: 100%;
    margin-bottom: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .point_02_first h3 {
    width: 26.8rem;
  }
}
.point_02_second {
  position: relative;
  width: 48.1%;
}

@media screen and (max-width: 767px) {
  .point_02_second {
    width: 100%;
  }
}
.point_02_label {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(35%, -35%);
  transform: translate(35%, -35%);
  max-width: 21%;
}

@media screen and (max-width: 767px) {
  .point_02_label {
    width: 6rem;
  }
}
.point_03 {
  margin-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .point_03 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .point_03_first {
    width: 56.8%;
  }
}
@media screen and (min-width: 768px) {
  .point_03_second {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.point_04_second {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* リスト全体の共通設定（PCは4列） */
.point_03_list {
    display: flex;
    flex-wrap: wrap;       /* はみ出た分を折り返す */
    list-style: none;      /* リストの黒ポチを消す */
    padding: 0;            /* デフォルト余白のクリア */
    margin: 0 0 30px 0;    /* リスト下部に注釈との間の余白を30px確保 */
    gap: 30px 20px;        /* 縦に30px、横に20pxの隙間を作る */
}

/* 各要素の設定（PCは4列） */
.point_03_item {
    /* 100%から横の隙間3個分(20px×3)を引いて、4等分する */
    width: calc((100% - (20px * 3)) / 4);
    box-sizing: border-box;
    text-align: center;
}

/* 画像が親要素（li）を突き破らないように防衛 */
.point_03_item img {
    max-width: 100%;
    height: auto;
}

/* 注釈のスタイル */
.point_caption {
    text-align: left;
}

/* --- スマホサイズ（SP：2列×4行） --- */
@media screen and (max-width: 767px) {
    .point_04_second {
        width: 90%;
    }
    
    .point_03_list {
        gap: 20px 15px;    /* スマホ時は隙間を少し狭く（縦20px / 横15px） */
    }

    /* 各要素の設定（スマホは2列） */
    .point_03_item {
        /* 100%から横の隙間1個分(15px)を引いて、2等分する */
        width: calc((100% - 15px) / 2);
    }
}

.point_bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 232, 225, 0)), color-stop(50.79%, #fff), to(#F1F2F9));
  background: linear-gradient(rgba(241, 232, 225, 0) 0%, #E1E2E7 50.79%, #F1F2F9 100%);
  padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .point_bottom {
    padding-bottom: 1.5rem;
  }
}
.point_puff {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .point_puff {
    padding: 0.5rem;
    margin-bottom: 5rem;
  }
}
.point_puff_inner {
  border: 1px solid #BA8790;
  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;
  padding-top: 5rem;
  padding-bottom: 0.7rem;
}

@media screen and (max-width: 767px) {
  .point_puff_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.6rem;
    padding-bottom: 3rem;
  }
}
.point_puff_image {
  margin-right: 5.8%;
}

@media screen and (max-width: 767px) {
  .point_puff_image {
    margin-right: 0;
    width: 20rem;
  }
}
.point_puff_text {
  width: 50.8%;
  margin-top: -3rem;
}

@media screen and (max-width: 767px) {
  .point_puff_text {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-top: -1.5rem;
  }
}
.point_puff_text h3 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .point_puff_text h3 {
    width: 23rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.point_puff_text p {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .point_puff_text p {
    font-size: 1.4rem;
  }
}
.point_comp {
  border: 1px solid #BA8790;
  padding: 3.7rem 2rem;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .point_comp {
    padding: 1.9rem 1.5rem;
    margin-bottom: 2.8rem;
  }
}
.point_test {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point_test .-sp_lg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point_test .-sp_md {
    text-align: left;
  }
}
.point_text_lg {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .point_text_lg {
    font-size: 1.7rem;
  }
}
.point_text_md {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .point_text_md {
    font-size: 1.3rem;
  }
}
.point_bottom-texture {
  background-color: #FCF5F0;
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .point_bottom-texture {
    padding-bottom: 3rem;
  }
}
.color_title {
  padding-top: 11.6rem;
}

@media screen and (max-width: 767px) {
  .color_title {
    padding-top: 6rem;
  }
}
.color_title_container {
  position: relative;
  width: 120rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 6.3rem;
}

@media screen and (max-width: 767px) {
  .color_title_container {
    max-width: 100%;
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
.color_drop_01 {
  position: absolute;
  left: -6rem;
  top: -8rem;
}

@media screen and (max-width: 767px) {
  .color_drop_01 {
    width: 7.2rem;
    left: 1rem;
    top: 2rem;
  }
}
.color_drop_02 {
  position: absolute;
  right: -9rem;
  bottom: -23rem;
}

@media screen and (max-width: 767px) {
  .color_drop_02 {
    width: 5.4rem;
    right: 1rem;
    bottom: -4rem;
  }
}
.color_slider {
  width: 140rem;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7.6rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .color_slider {
    max-width: 100%;
    padding-bottom: 4rem;
  }
}
.color_slider_item {
  padding-left: 3.4%;
  padding-right: 3.4%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .color_slider_item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.color_slider_item figure {
  padding-top: 10.5%;
  padding-bottom: 14.6%;
  border-radius: min(11rem, 11vw);
}

@media screen and (max-width: 767px) {
  .color_slider_item figure {
    padding-top: 3rem;
    padding-bottom: 3.4rem;
    border-radius: 5rem;
  }
}
.color_slider_item figure img {
  max-width: none;
  width: 120%;
  margin-left: -10%;
  margin-bottom: 5.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 767px) {
  .color_slider_item figure img {
    width: 30rem;
    margin-bottom: 2rem;
    margin-left: -3rem;
  }
}
.color_slider_item figure figcaption {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 767px) {
  .color_slider_item figure figcaption {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
}
.color_slider_item figure span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  padding: 0.3rem 1rem;
  color: #fff;
  background-color: #231815;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 767px) {
  .color_slider_item figure span {
    font-size: 1.5rem;
    padding: 0.3rem 0.6rem;
  }
}
.color_slider_item:not(.swiper-slide-active) img {
  -webkit-transform: translateY(28%);
  transform: translateY(28%);
}

.color_slider_item:not(.swiper-slide-active) figcaption,
.color_slider_item:not(.swiper-slide-active) span {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.color_slider_item.-rose figure {
  background-color: #FCEAE5;
}

.color_slider_item.-light figure {
  background-color: #FDE6D8;
}

.color_slider_item.-medium figure {
  background-color: #F7DAC1;
}

.color_slider_prev,
.color_slider_next {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  padding: 2rem;
  max-width: 11%;
}

@media screen and (max-width: 767px) {
  .color_slider_prev,
  .color_slider_next {
    max-width: 4rem;
    padding: 1rem 0;
  }
}
.color_slider_prev {
  left: 27%;
  top: 39%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .color_slider_prev {
    left: 4rem;
    top: 13.2rem;
  }
}
.color_slider_next {
  right: 27%;
  top: 39%;
}

@media screen and (max-width: 767px) {
  .color_slider_next {
    right: 4rem;
    top: 13.2rem;
  }
}
.color_thumb {
  width: 61rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .color_thumb {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4.4rem;
  }
}
.color_thumb_item {
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 767px) {
  .color_thumb_item img {
    width: 5rem;
  }
}
.color_thumb_item figcaption {
  margin-top: 1.3rem;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .color_thumb_item figcaption {
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.color_thumb_item span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .color_thumb_item span {
    font-size: 1.2rem;
  }
}
.color_thumb_active:not(:root) {
  -webkit-transform: translateY(-18%);
  transform: translateY(-18%);
}

@media screen and (max-width: 767px) {
  .color_thumb_active:not(:root) {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
  }
}
.color_cta {
  border-top: 1px solid #F1E7E1;
  padding-top: 7rem;
  padding-bottom: 10rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .color_cta {
    width: 32rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.6rem;
    padding-bottom: 4.4rem;
  }
}
.color_cta_title {
  font-size: 2.4rem;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .color_cta_title {
    font-size: 1.7rem;
    margin-bottom: 2.4rem;
  }
}
.color_cta_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: min(6vw, 8rem);
  -moz-column-gap: min(6vw, 8rem);
  column-gap: min(6vw, 8rem);
}

@media screen and (max-width: 767px) {
  .color_cta_inner {
    grid-template-columns: 1fr;
    row-gap: 3.2rem;
  }
}
.use {
  background-image: url(../img/use_bg.jpg);
  background-size: cover;
  padding-top: 9.5rem;
  padding-bottom: 21.25vw;
}

@media screen and (max-width: 767px) {
  .use {
    background-image: url(../img/use_bg_sp.jpg);
    padding-top: 7rem;
  }
}
.use_title {
  margin-bottom: 9.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .use_title {
    width: 30.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
  }
}
.use_title span {
  display: block;
  margin-top: 5rem;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .use_title span {
    margin-top: 2.2rem;
    font-size: 1.7rem;
  }
}
.use_slider {
  max-width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .use_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .use_slider {
    margin-bottom: 0;
  }
}
.use_slider_container {
  margin-left: 4.2rem;
  margin-right: 4.2rem;
}

@media screen and (min-width: 768px) {
  .use_slider_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: min(5vw, 6rem);
    -moz-column-gap: min(5vw, 6rem);
    column-gap: min(5vw, 6rem);
  }
}
@media screen and (max-width: 767px) {
  .use_slider .swiper-slide {
    height: auto;
  }
}
.use_slider_item {
  background-color: #fff;
  padding: 3rem;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .use_slider_item {
    padding: 3rem 2rem;
  }
}
.use_slider_item figcaption {
  margin-top: 3rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .use_slider_item figcaption {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
}
.use_slider_num {
  position: absolute;
  left: 3rem;
  top: -7%;
}

@media screen and (max-width: 767px) {
  .use_slider_num {
    height: 3.3rem;
    width: auto;
    top: -2.4rem;
    left: 2rem;
  }
}
.use_point {
  background-image: url(../img/use_point_bg.jpg);
  background-size: cover;
  padding: 1rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .use_point {
    background-image: url(../img/use_point_bg_sp.jpg);
    padding: 0.5rem;
    margin-bottom: 3rem;
  }
}
.use_point_inner {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 767px) {
  .use_point_inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.use_point h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  .use_point h3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .use_point h3 img {
    width: 4rem;
  }
}
.use_point_list {
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .use_point_list {
    padding-top: 2rem;
    padding-bottom: 1.8rem;
  }
}
.use_point_list li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .use_point_list li {
    font-size: 1.4rem;
  }
}
.use_point_list li::before {
  content: "";
  position: absolute;
  background-image: url(../img/use_point_check.svg);
  background-size: contain;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  left: 0;
  top: 0.3rem;
}

@media screen and (max-width: 767px) {
  .use_point_list li::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.2rem;
  }
}
.use_point_list li + li {
  margin-top: 1.5rem;
}

.use_caution {
  border: 1px solid #777777;
  padding: 4.2rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .use_caution {
    padding: 2rem 2rem 1.8rem;
  }
}
.use_caution p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .use_caution p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.use_caution_list li {
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .use_caution_list li {
    font-size: 1.3rem;
  }
}
.use_caution_list li + li {
  margin-top: 0.4rem;
}

@media screen and (max-width: 767px) {
  .use_caution_list li + li {
    margin-top: 1rem;
  }
}
.use_caution .text-brown {
  color: #231815;
  font-weight: bold;
}

.use-pagination {
  text-align: center;
  margin-top: 3rem;
}

.use-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
}

.lineup {
  margin-top: -21.25vw;
  padding-top: 4.4vw;
}

@media screen and (max-width: 767px) {
  .lineup {
    padding-top: 2rem;
    margin-top: -10rem;
  }
}
.lineup_texture {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lineup_title {
    -webkit-transform: translateY(-7vw);
    transform: translateY(-7vw);
  }
}
.lineup_title_container {
  position: relative;
  width: 130rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .lineup_title_container {
    max-width: 100%;
    margin-bottom: 6rem;
  }
}
.lineup_title span {
  display: block;
  margin-top: 3rem;
  font-size: 2.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lineup_title span {
    margin-top: 2.2rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup_title img {
    width: 17.5rem;
  }
}
.lineup_mizu {
  position: absolute;
  max-width: 100%;
  width: 1600px;
}

.lineup_mizu_01 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(27.9%);
  transform: translateX(27.9%);
  z-index: 3;
  max-width: 21.4vw;
}

@media screen and (max-width: 767px) {
  .lineup_mizu_01 {
    max-width: 14.3rem;
    top: 0;
    right: -5rem;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 1601px) {
  .lineup_mizu_01 {
    right: calc(50vw - 80rem);
    top: 4vw;
  }
}
.lineup_mizu_02 {
  position: absolute;
  top: 24.3vw;
  left: 0;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  z-index: 3;
  max-width: 15vw;
}

@media screen and (max-width: 767px) {
  .lineup_mizu_02 {
    max-width: 9.4rem;
    top: 21rem;
    left: -4.5rem;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 1601px) {
  .lineup_mizu_02 {
    left: calc(50vw - 80rem);
  }
}
.lineup_inner {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(247, 216, 206, 0.2)), color-stop(0%, rgba(247, 216, 206, 0.2)), color-stop(26.21%, #faece7), to(#f7dcd3));
  background: linear-gradient(to top, rgba(247, 216, 206, 0.2) 0%, rgba(247, 216, 206, 0.2) 0%, #faece7 26.21%, #f7dcd3 100%);
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .lineup_inner {
    padding-bottom: 5rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(247, 216, 206, 0.2)), color-stop(0%, rgba(247, 216, 206, 0.2)), color-stop(7.08%, #faece7), to(#f7dcd3));
    background: linear-gradient(to top, rgba(247, 216, 206, 0.2) 0%, rgba(247, 216, 206, 0.2) 0%, #faece7 7.08%, #f7dcd3 100%);
  }
}
.lineup_slider {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lineup_slider {
    width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8rem;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .lineup_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 100;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup_list_outer {
    margin-top: -7vw;
  }
}
.lineup_limited {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .lineup_limited {
    width: 6.6rem;
  }
}
.lineup_item {
  width: 28.34%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lineup_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lineup_item + li {
    margin-top: 4.8rem;
  }
}
.lineup_item .common_bullets {
  position: static;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .lineup_item .common_bullets {
    margin-top: 0.6rem;
    margin-bottom: 1.5rem;
  }
}
.lineup_comp {
  background-color: #fff;
}

.lineup_comp_outer {
  display: none;
}

.lineup_comp_title {
  font-size: 1.8rem;
  border-bottom: 1px solid #F1E7E1;
  text-align: center;
  position: relative;
  padding-top: 2.6rem;
  padding-bottom: 2.2rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .lineup_comp_title {
    font-size: 1.4rem;
    padding-top: 1.8rem;
    padding-bottom: 1.6rem;
  }
}
.lineup_comp_title.is-open span::after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.lineup_comp_title span {
  position: absolute;
  width: 1.6rem;
  height: 1px;
  right: 6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #222222;
}

@media screen and (max-width: 767px) {
  .lineup_comp_title span {
    width: 1.2rem;
    right: 2.4rem;
  }
}
.lineup_comp_title span::after {
  content: "";
  position: absolute;
  height: 1.6rem;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #222222;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 767px) {
  .lineup_comp_title span::after {
    height: 1.2rem;
  }
}
.lineup_comp_inner {
  padding: 3.8rem 4.8rem;
}

@media screen and (max-width: 767px) {
  .lineup_comp_inner {
    padding: 3rem 2rem;
  }
}
.lineup_comp_inner dt {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .lineup_comp_inner dt {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.lineup_comp_inner dd {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .lineup_comp_inner dd {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
}
.lineup_comp_inner small {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .lineup_comp_inner small {
    font-size: 1.3rem;
    display: block;
  }
}
.cta_label {
  font-size: 1.6rem;
  text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16);
  display: inline-block;
  background-color: #E8D9CD;
  padding: 0.8rem 1rem 0.6rem;
}

@media screen and (max-width: 767px) {
  .cta_label {
    font-size: 1.3rem;
    padding: 0.5rem 0.6rem 0.3rem;
  }
}
.cta_lg {
  font-size: 2rem;
  text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16);
}

@media screen and (max-width: 767px) {
  .cta_lg {
    font-size: 1.6rem;
  }
}
.cta_md {
  font-size: 1.5rem;
  text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16);
}

@media screen and (max-width: 767px) {
  .cta_md {
    font-size: 1.3rem;
  }
}
.cta_product-name {
  font-size: 1.4rem;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.inview.fadeup {
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.inview.fadedown {
  opacity: 0;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.inview.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  column-gap: 7rem;
}

.inview.delay01 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.inview.delay02 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.intro_miki {
  margin-bottom: 37rem;
}
@media screen and (max-width: 767px) {
  .intro_miki {
    margin-bottom: 18.7rem;
  }
}
.intro_miki_lead {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .intro_miki_lead {
    margin-bottom: 1.4rem;
  }
}
.intro_miki_lead img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .intro_miki_lead img {
    max-width: 100%;
  }
}
.intro_miki_ttl {
  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-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .intro_miki_ttl {
    row-gap: 1.5rem;
    margin-bottom: 5rem;
  }
}
.intro_miki_ttl::after {
  content: "";
  width: 1px;
  height: 9.8rem;
  background-color: #222;
  display: block;
}
@media screen and (max-width: 767px) {
  .intro_miki_ttl::after {
    height: 3rem;
  }
}
.intro_miki_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8.6rem;
     -moz-column-gap: 8.6rem;
          column-gap: 8.6rem;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .intro_miki_review {
    -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-bottom: 2rem;
    width: 29rem;
  }
}
.intro_miki_review.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .intro_miki_review.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
  }
}
.intro_miki_review.reverse .intro_miki_review_figure::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.intro_miki_review_figure {
  width: 46rem;
  max-width: 48%;
  aspect-ratio: 460/492;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro_miki_review_figure {
    aspect-ratio: auto;
    max-width: 100%;
    width: 70.3448275862%;
  }
}
.intro_miki_review_figure::before {
  content: "";
  position: absolute;
  background-image: url(../img/miki_nuts.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 133.9130434783%;
  height: 133.9130434783%;
  top: -14.7826086957%;
  left: -17.3913043478%;
}
.intro_miki_review_figure::after {
  content: "";
  position: absolute;
  background-image: url(../img/miki_shine.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20.4347826087%;
  height: 20.4347826087%;
  top: 10.4347826087%;
  right: -9.1304347826%;
}
.intro_miki_review_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.intro_miki_review_txt.txt_01 {
  padding-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .intro_miki_review_txt.txt_01 {
    padding-top: 2rem;
  }
}
.intro_miki_review_txt.txt_02 {
  padding-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .intro_miki_review_txt.txt_02 {
    padding-top: 2rem;
  }
}
.intro_miki_review_txt.txt_03 {
  padding-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .intro_miki_review_txt.txt_03 {
    padding-top: 2rem;
  }
}
.intro_miki_review_txt h3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .intro_miki_review_txt h3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .intro_miki_review_txt h3 img {
    height: 6.3rem;
    width: auto;
  }
}
.intro_miki_review_txt p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .intro_miki_review_txt p {
    font-size: 1.4rem;
  }
}
.intro_miki_review_txt p .color_pink {
  color: #e24361;
}
.intro_miki_separator {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .intro_miki_separator {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .intro_miki_separator img {
    width: 4.2rem;
  }
}
.intro_miki_ameba {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #222;
}
@media screen and (max-width: 767px) {
  .intro_miki_ameba {
    font-size: 1.4rem;
    text-align: left;
  }
}
.intro_miki_ameba picture {
  line-height: 0;
}
.intro_miki_ameba_link {
  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;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .intro_miki_ameba_link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1px;
  }
}
@media screen and (max-width: 767px) {
  .intro_miki_ameba_link span {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .intro_miki_ameba_link img {
    width: 18.8rem;
  }
}

.combi_container {
  padding-top: 6rem;
  padding-bottom: 4rem;
  width: 120rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .combi_slider_container {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.combi_slider .common_bullets {
  text-align: center;
  position: static;
  margin-top: 2.5rem;
}
.combi_drop_01 {
  position: absolute;
  right: 0;
  top: 6rem;
}
.combi_drop_02 {
  position: absolute;
  left: -10rem;
  bottom: 17.5rem;
  padding-bottom: 15rem;
}
.combi_title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .combi_title {
    margin: 0 2rem 4rem 2rem;
  }
}
.combi_list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .combi_list {
    display: grid;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .combi_list.is-top {
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.combi_list.is-top .combi_item:not(:last-child)::before, .combi_list.is-top .combi_item:not(:last-child)::after {
  right: -3.75rem;
}
@media screen and (max-width: 767px) {
  .combi_list.is-top .combi_item:not(:last-child)::before, .combi_list.is-top .combi_item:not(:last-child)::after {
    right: -30px;
  }
}
.combi_item {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4.6rem 2.5rem 3.7rem;
  border-radius: 10rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .combi_item {
    border-radius: 5rem;
    padding: 3.5rem 1.2rem 2.5rem;
  }
}
.combi_item:not(:last-child) {
  position: relative;
}
.combi_item:not(:last-child)::before, .combi_item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -7rem;
  top: 50%;
  background-color: #231815;
}
@media screen and (max-width: 767px) {
  .combi_item:not(:last-child)::before, .combi_item:not(:last-child)::after {
    right: -30px;
  }
}
.combi_item:not(:last-child)::before {
  width: 0.5rem;
  height: 4.5rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .combi_item:not(:last-child)::before {
    width: 3px;
    height: 34px;
  }
}
.combi_item:not(:last-child)::after {
  width: 4.5rem;
  height: 0.5rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .combi_item:not(:last-child)::after {
    width: 34px;
    height: 3px;
  }
}
.combi_item_head {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
.combi_item_head span{
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .combi_item_head {
    margin-bottom: 1.5rem;
  }
}
.combi_item_label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  padding: 0.7rem 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  background-color: #F1E8E1;
}
@media screen and (max-width: 767px) {
  .combi_item_label {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.combi_item_image {
  margin-bottom: 1.2rem;
  position: relative;
}
.combi_item_link {
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.combi_item_link:after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.9rem;
  background-image: url(../img/combi_arrow_more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.combi_item_new {
  width: 10.3rem;
  height: 7.3rem;
  position: absolute;
  left: -0.3rem;
  top: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .combi_item_new {
    width: 6.4rem;
    height: 5rem;
    left: 0.5rem;
    top: 1rem;
  }
}
.combi_item_caution {
  position: absolute;
  right: 0;
  bottom: -3.7rem;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  color: #777;
}
@media screen and (max-width: 767px) {
  .combi_item_caution {
    bottom: -3.4rem;
    font-size: 12px;
  }
}
.combi_outer_02 {
  padding-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .combi_outer_02 {
    padding-top: 0;
  }
}

.lineup_set {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  margin-top: 12rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .lineup_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.5rem;
    margin-bottom: 3rem;
  }
}
.lineup_set_slider {
  position: relative;
  width: 34rem;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .lineup_set_slider {
    width: 100%;
  }
}
.lineup_set_slider .common_bullets {
  text-align: center;
  position: static;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .lineup_set_slider .common_bullets {
    margin-top: 0.7rem;
    margin-bottom: 2.4rem;
  }
}
.lineup_set_text {
  text-align: center;
}

.recommend {
  padding-top: 15.8rem;
}
@media screen and (max-width: 767px) {
  .recommend {
    padding-top: 8rem;
  }
}
.recommend_title {
  text-align: center;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .recommend_title {
    margin-bottom: 1.6rem;
  }
}
.recommend_catch {
  text-align: center;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .recommend_catch {
    max-width: 20.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
  }
}
.recommend_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15rem;
     -moz-column-gap: 15rem;
          column-gap: 15rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .recommend_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .recommend_block_item {
    width: 340px;
    max-width: calc(50% - 8rem);
  }
}
.recommend_slider {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recommend_slider {
    height: 24.2rem;
    text-align: center;
  }
}
.recommend_slider img {
  max-height: 100%;
}
.recommend_slider_box {
  width: 27.5rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recommend_slider_box {
    width: 100%;
  }
}
.recommend_slider_box .common_bullets {
  margin-top: 3rem;
  text-align: center;
}
.recommend_new {
  position: absolute;
  left: -11rem;
  top: 5.5rem;
  z-index: 51;
  width: 13.6rem;
}
@media screen and (max-width: 767px) {
  .recommend_new {
    width: 9rem;
    left: 0;
    top: 2rem;
  }
}
.recommend_desc {
  padding-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .recommend_desc {
    padding-top: 4.5rem;
  }
}
.recommend_desc_catch {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .recommend_desc_catch {
    width: 28.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
}
.recommend_desc_text {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .recommend_desc_text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.recommend_desc_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .recommend_desc_label {
    display: grid;
    grid-template-columns: repeat(2, 9.3rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.recommend_cta {
  text-align: center;
}
.recommend_cta_head {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .recommend_cta_head {
    font-size: 1.5rem;
  }
}
.recommend_cta_btns {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .recommend_cta_btns {
    row-gap: 1.5rem;
    margin-bottom: 4.8rem;
  }
}
.recommend_cta_btns .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recommend_cta_title {
  color: #BA8790;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recommend_cta_title {
    font-size: 1.8rem;
  }
}
.recommend_cta_title span {
  font-size: 1.6rem;
  display: block;
  font-weight: 600;
}
.recommend_mizu_01 {
  position: absolute;
  top: 58rem;
  left: 0;
  -webkit-transform: translateX(-39%);
          transform: translateX(-39%);
  z-index: 3;
  max-width: 21.4vw;
}
@media screen and (max-width: 767px) {
  .recommend_mizu_01 {
    max-width: 14.3rem;
    top: 0;
    left: -5rem;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1601px) {
  .recommend_mizu_01 {
    left: calc(50vw - 80rem);
  }
}
.recommend_mizu_02 {
  position: absolute;
  top: 12rem;
  right: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  z-index: 3;
  max-width: 15vw;
}
@media screen and (max-width: 767px) {
  .recommend_mizu_02 {
    max-width: 9.4rem;
    top: 21rem;
    right: -4.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1601px) {
  .recommend_mizu_02 {
    right: calc(50vw - 80rem);
  }
}

@media screen and (max-width: 767px) {
  .btn_online {
    border: none;
  }
}
.btn_more {
  border: 1px solid #000;
  color: #000;
  border-radius: 50px;
}

.point_puff_text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .point_puff_text a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/**ビフォーアフタースライド**/
.beer-slider {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.beer-slider .beer-range {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  touch-action: pan-y;
}

.beer-slider .beer-range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
}

/*# sourceMappingURL=style.css.map */