a, body {
    color: #262626;
}
body {
    margin: 0;
    font-family: 游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,sans-serif;
    font-weight: 400;
}
body, html {
    width: 100%;
    min-width: 320px;
    font-size: 62.5%;
    letter-spacing: .1em;
}
body, html {
    width: 100%;
    min-width: 320px;
    font-size: 62.5%;
    letter-spacing: .1em;
}
.Component_sticky_wrapper_22pbh {
    background: #fff;
}


.header, .nav {
    position: fixed;
    top: 40px;
    z-index: 100;
}
.Component_header_olIJz {
    width: 100%;
    height: 130px;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    .pc-only{
        display: block;
    }
    .sm-only{
        display: none !important;
    }
  }
@media only screen and (max-width: 769px) {
    .pc-only{
        display: none !important;
    }
    .sm-only{
        display: block;
    }
}

/********************************************************
*  ハンバーガーメニュー
********************************************************/
.c-hamburger {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    top: -9px;
    right: -8px;
    width: 50px;
    height: 50px;
    border: none;
    background: none;
  }
  
  .c-hamburger__line {
    width: 32px;
    height: 2px;
    background-color: rgb(77 74 74 / 0%);
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-bottom: 1px solid rgb(77, 74, 74);;
  }
  .c-hamburger__line::before, .c-hamburger__line::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: inherit;
    position: absolute;
    transition: all 0.3s;
    background-color: rgb(77, 74, 74);
  }
  .c-hamburger__line::before {
    top: -8px;
  }
  .c-hamburger__line::after {
    top: 10px;
  }
  
  .c-drawer {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    width: 70%;
    height: auto;
    background-color:  rgb(38 38 38);
    visibility: hidden;
    padding: 50px;
    overflow-y: scroll;
    z-index: 9998;
  }
  .mypage-login{
    position: absolute;
    top: 0px;
    right: 89px;
  }
  @media only screen and (max-width: 769px) {
    .c-drawer {
      width: 90%;
    }
  }
  .is-drawer-active .c-hamburger__line {
    background-color: transparent;
    border: none;
  }
  .is-drawer-active .c-hamburger__line::before, .is-drawer-active .c-hamburger__line::after {
    top: 0;
    background-color: #ececec;
  }
  .is-drawer-active .c-hamburger__line::before {
    transform: rotate(45deg);
  }
  .is-drawer-active .c-hamburger__line::after {
    transform: rotate(-45deg);
  }
  .is-drawer-active .c-drawer {
    visibility: visible;
    overflow: scroll;
    height: 100vh;
  }
  @media only screen and (max-width: 769px) {
    .is-drawer-active .c-drawer {
      height: 100vh;
      width: 90%;
      padding: 5%;
    }
  }
  .is-drawer-active .dwawer-logo {
    width: 50px;
    position: absolute;
    top: 24px;
    left: 50px;
  }
  @media only screen and (max-width: 769px) {
    .is-drawer-active .dwawer-logo {
      width: 46px;
      position: absolute;
      top: 20px;
      left: 21px;
    }
  }
  .is-drawer-active .menu-inner {
    margin: 49px auto;
    border-top: 1px solid;
    padding: 30px 0px 0px;
  }
  .is-drawer-active .menu-inner-inner {
    line-height: 30px;
    margin: 30px 0px;
    font-size: 20px;
    position: relative;
  }
  .is-drawer-active .menu-inner-inner::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #3C1300;
  }
  
.Component_header_olIJz {
    width: 100%;
    height: 130px;

}
.Component_header_olIJz .Component_container_1RE2n {
    position: relative;
    height: 100%;
}
.Component_container_12NOM {
    box-sizing: border-box;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
.Component_header_olIJz .Component_container_1RE2n .Component_menu_3Mb_s {
    position: absolute;
    top: 50%;
    right: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
    margin-left: auto;
    transform: translateY(-50%);
    z-index: 100;
}
.Component_header_olIJz .Component_container_1RE2n .Component_cart_1bfcy {
    width: 24px;
    height: 24px;
}
.Component_image_32rEg {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -o-object-fit: contain;
    object-fit: contain;
}
.Component_header_olIJz .Component_container_1RE2n .Component_user_3xEWP {
    width: 18px;
    height: 24px;
}

/* productページ背景 */

.fixed-background {
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
   
  .background-1 {
    background-image: url(../img/top.mp4);
  }
   
  .background-2 {
    background-image: url(...);
  }
  .Component_sticky_wrapper_22pbh {
    background: #fff;
}
  .Component_fv_3utIE .Component_video_1SE2P {
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #fff;
}
.Component_fv_31oMU {
    z-index: 10;
}

.Component_fv_3utIE {
    position: relative;
}
.Component_fv_3utIE .Component_container_2Xibs {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    transform: translateX(-50%);
}
.Component_fv_3utIE .Component_foundation_ERGCN {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 60%;
    height: auto;
    max-height: 60%;
    transform: translate(-50%,-50%);
}
.Component_fv_3utIE .Component_foundation_ERGCN .Component_base_2US5H {
    width: auto;
}
.Component_fv_3utIE .Component_foundation_ERGCN img {
    max-height: 100%;
}
.Component_fv_3utIE .Component_foundation_ERGCN .Component_body_1ekKL {
    position: absolute;
    top: 2.2%;
    left: 2.2%;
    width: 95.6%;
    -webkit-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
}
@keyframes spin{
    0% {
      transform: rotate(0deg);
    }
      100% {
      transform: rotate(360deg);
    }
  }
.Component_fv_3utIE .Component_foundation_ERGCN img {
    max-height: 100%;
}
.Component_fv_3utIE .Component_text_2eKvT {
    position: absolute;
    bottom: 8%;
    left: 50%;
    height: 10%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.Component_fv_3utIE .Component_text_2eKvT img {
    max-height: 100%;
}
.Component_fv_3utIE .Component_foundation_ERGCN .Component_cover_3r2QG {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate3d(-50%,-20%,0);
}
.Component_wave_m-JG9 .Component_content_2ROkQ .Component_image_ozNjI {
    width: 100%;
}
.Component_main_copy_3ifHd .Component_wave_D_SAP {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translate(-40%,-25%);
}
.Component_wave_m-JG9 .Component_content_2ROkQ .Component_image_ozNjI {
    width: 100%;
}
.Component_wave_m-JG9 {
    margin-top: -1px;
    overflow: hidden;
}
.Component_main_copy_3ifHd {
    position: relative;
}

.Component_main_copy_3ifHd .Component_image_bPB1K.is-appeared {
    -webkit-animation: fadeInText 2s ease-in-out forwards;
    animation: fadeInText 2s ease-in-out forwards;
}
@keyframes fadeInImage {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInText {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }

.Component_main_copy_3ifHd .Component_image_bPB1K>img {
    height: 100%;
}
.Component_foundation_26rku {
    position: sticky;
    bottom: 20%;
    width: 100%;
    max-width: 1024px;
    padding-top: 100px;
}
.Component_foundation_26rku .Component_image_bPB1K {
    height: 590px;
    margin-left: -64px;
}
.Component_main_copy_3ifHd .Component_image_bPB1K {
    position: absolute;
    right: 0;
    display: block;
    width: auto;
    height: 580px;
    margin-top: 100px;
    margin-right: 128px;
    margin-left: auto;
}

.Component_img_3ZdoX{
    width: 437px;
    height: 431px;
    position: relative;
}
.Component_img_3ZdoX-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.Component_description_1lmYE{
    width: 561px;
}
.swiper-scrollbar{
    background-color: rgb(0 0 0 / 0%) !important;
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_wave2_1-H6G.is-appeared {
    -webkit-animation: fadeIn 2s ease-in-out forwards;
    animation: fadeIn 2s ease-in-out forwards;
    }
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_wave2_1-H6G>img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -o-object-fit: contain;
    object-fit: contain;
    }



@media screen and (max-width: 1024px){
    .Component_foundation_26rku .Component_image_bPB1K {
        height: 510px;
    }
}
.Component_description_ZwfP8 .Component_text_1UwfK {
    flex: 1;
    padding: 0 32px;
}
.Component_description_ZwfP8 .Component_text_1UwfK .Component_span_2RrSF.is-appeared {
    -webkit-animation: fadeInText 2s ease-in-out forwards;
    animation: fadeInText 2s ease-in-out forwards;
}
.Component_description_ZwfP8 .Component_text_1UwfK .Component_span_2RrSF {
    display: inline-block;
}
.Component_description_ZwfP8 {
    box-sizing: border-box;
    display: flex;
    max-width: 1024px;
    padding: 64px 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem;
    line-height: 2.5;
}
.Component_description_ZwfP8 .Component_text_1UwfK .Component_span_2RrSF {
    display: inline-block;
}

.Component_description_ZwfP8 .Component_shape_yvb66 {
    display: none;
    overflow: hidden;
}
.Component_description_ZwfP8 .Component_figure_3jzan.is-appeared {
    -webkit-animation: fadeInImage 2s ease-in-out forwards;
    animation: fadeInImage 2s ease-in-out forwards;
}
.Component_description_ZwfP8 .Component_figure_3jzan {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 0 32px;
}
.Component_overflow_20c6L {
    overflow: hidden;
}
.Component_shape_container_PIdD5 {
    background-color: #fff;
}
.Component_shape_container_PIdD5 .Component_container_3gUmw {
    position: relative;
    width: 100%;
    font-family: YuMincho,Yu Mincho,serif;
    font-size: 1.6rem;
    line-height: 2.5;
}
.Component_shape_container_PIdD5 .Component_container_3gUmw .Component_video_container_1KVPb {
    box-sizing: border-box;
    width: 80%;
    padding: 128px 32px;
    margin: 0 auto;
}
.Component_shape_container_PIdD5 .Component_container_3gUmw .Component_video_container_1KVPb .Component_video_2dF0c {
    width: 100%;
}
.Component_shape_container_PIdD5 .Component_container_3gUmw {
    position: relative;
    width: 100%;
    font-family: YuMincho,Yu Mincho,serif;
    font-size: 1.6rem;
    line-height: 2.5;
}
.Component_shape_container_PIdD5 .Component_container_3gUmw .Component_wave_right_1500G.is-appeared {
    -webkit-animation: fadeIn 1s ease-in-out forwards;
    animation: fadeInS 1s ease-in-out forwards;
}
.Component_shape_container_PIdD5 .Component_container_3gUmw .Component_wave_right_1500G {
    position: absolute;
    right: -80%;
    bottom: -20%;
    z-index: 100;
    width: 103.6%;
    max-width: none;
    height: auto;
}

.Component_shape_container_PIdD5 .Component_container_3gUmw .Component_video_container_1KVPb .Component_video_2dF0c {
    width: 100%;
}
.Component_shape_container_PIdD5 .Component_container_3gUmw {
    position: relative;
    width: 100%;
    font-family: YuMincho,Yu Mincho,serif;
    font-size: 1.6rem;
    line-height: 2.5;
}
.Component_shape_container_PIdD5 .Component_container_3gUmw .Component_wave_right_1500G {
    position: absolute;
    right: -80%;
    bottom: -20%;
    z-index: 100;
    width: 103.6%;
    max-width: none;
    height: auto;
}
.Component_cover_container_3IgdO {
    width: 100%;
}
.Component_cover_container_3IgdO .Component_container_EYmOz {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: YuMincho,Yu Mincho,serif;
    font-size: 1.6rem;
    line-height: 2.5;
}
.Component_parallax_3N7Bi {
    position: relative;
    top: 0;
    left: 0;
    z-index: -20;
    width: 100%;
}
.Component_parallax_3N7Bi .Component_bg_model_3n30Z {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_bg_black_2jZBE {
    display: none;
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_top_wave_2oFMP {
    display: none;
    width: 109%;
    max-width: none;
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_bottom_wave_2F1TW {
    display: none;
    width: 153%;
    max-width: none;
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_nine_SK6sZ, .Component_cover_container_3IgdO .Component_container_EYmOz .Component_nine_shadow_SUzbA {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 50%;
    transform: translate3d(0,50%,0);
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_nine_shadow_SUzbA {
    mix-blend-mode: multiply;
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_nine_SK6sZ, .Component_cover_container_3IgdO .Component_container_EYmOz .Component_nine_shadow_SUzbA {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 50%;
    transform: translate3d(0,50%,0);
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_cover_3enyS {
    box-sizing: border-box;
    width: 40%;
    padding: 128px 64px 160px 8px;
    margin-top: 20%;
    margin-left: auto;
    color: #fff;
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_cover_3enyS .Component_point_qc0Pe {
    display: flex;
    width: 70%;
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_cover_3enyS .Component_point_qc0Pe .Component_spf_qf7DG {
    margin-right: 8px;
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_cover_3enyS .Component_point_qc0Pe .Component_free_3tKP_, .Component_cover_container_3IgdO .Component_container_EYmOz .Component_cover_3enyS .Component_point_qc0Pe .Component_spf_qf7DG {
    flex: 1;
}
.Component_cover_container_3IgdO .Component_container_EYmOz .Component_cover_3enyS .Component_heading_21iko{
    margin: 32px 0;
}

.Component_beauty_container_23i4n:before {
    top: 0;
    height: 30%;
}
.Component_beauty_container_23i4n:after, .Component_beauty_container_23i4n:before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    content: "";
}
.Component_background_1BtMF {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000000;
    width: 100%;
    height: 300px;
    background-color: #ecd3bd;
    transform: translate3d(0,-100%,0);
}
.Component_beauty_container_23i4n .Component_content_3yor3 {
    position: relative;
    width: 100%;
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_wave2_1-H6G {
    position: absolute;
    bottom: 5%;
    left: -60%;
    z-index: 10;
    width: 100%;
    transform: translate3d(0,60%,0);
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_needle_3AIua {
    position: absolute;
    top: 40%;
    right: 35%;
    height: 40%;
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_needle_3AIua .Component_needle_img_2XrGX {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_needle_back_1Qp36 {
    position: absolute;
    right: 10%;
    bottom: 70%;
    width: 120%;
    max-width: none;
    mix-blend-mode: screen;
    transform: translate(50%,50%);
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_needle_3AIua .Component_needle_shine1_3ww84, .Component_beauty_container_23i4n .Component_content_3yor3 .Component_needle_3AIua .Component_needle_shine2_2LMaZ {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    -o-object-fit: contain;
    object-fit: contain;
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_description_alMAz {
    position: relative;
    z-index: 11;
    box-sizing: border-box;
    width: 38%;
    padding: 64px 0 192px;
}
.Component_beauty_container_23i4n {
    position: relative;
    padding-top: 100px;
    font-family: YuMincho,Yu Mincho,serif;
    font-size: 1.6rem;
    line-height: 2.5;
    background-color: #ecd3bd;
    background-image: url(../img/skin.1f56d144.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.Component_beauty_container_23i4n .Component_content_3yor3 .Component_description_alMAz .Component_beauty_3GqeK.is-appeared {
    -webkit-animation: fadeIn 2s ease-in-out forwards;
    animation: fadeIn 2s ease-in-out forwards;
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_description_alMAz .Component_beauty_3GqeK {
    width: 90%;
    margin-bottom: 32px;
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_description_alMAz .Component_text_2Jimx .Component_span_2ikHu.is-appeared {
    -webkit-animation: Component_fadeInText_124k9 2s ease-in-out forwards;
    animation: Component_fadeInText_124k9 2s ease-in-out forwards;
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_description_alMAz .Component_text_2Jimx .Component_span_2ikHu {
    display: inline-block;
}
.Component_beauty_container_23i4n .Component_content_3yor3 .Component_description_alMAz{
    position: relative;
    z-index: 11;
    box-sizing: border-box;
    width: 38%;
    padding: 64px 0 192px;
}
.Component_model_container_RFcjE {
    overflow: hidden;
    font-family: YuMincho,Yu Mincho,serif;
    font-size: 1.6rem;
    background: linear-gradient(180deg,#ecd3bd,#ecd3bd 30%,#fff 0,#fff);
}
.Component_model_container_RFcjE .Component_model2_2ZI7M {
    position: relative;
    width: 90%;
    margin-left: auto;
}
.Component_model_container_RFcjE .Component_model2_2ZI7M .Component_utsukushisa_pc_Rzxp8.is-appeared {
    -webkit-animation: fadeIn 2s ease-in-out forwards;
    animation: fadeIn 2s ease-in-out forwards;
}
.Component_model_container_RFcjE .Component_model2_2ZI7M .Component_utsukushisa_pc_Rzxp8 {
    position: absolute;
    top: 35%;
    left: 10%;
    width: 8%;
}
.Component_model_container_RFcjE .Component_container_2xOpl .Component_nine_logo_2TX6D {
    position: absolute;
    right: 5%;
    bottom: 32px;
    width: 11.7%;
}
.Component_model_container_RFcjE .Component_container_2xOpl .Component_sp_model2_3Rg8A {
    display: none;
}
.Component_model_container_RFcjE .Component_container_2xOpl .Component_utsukushisa_3xG-y {
    position: absolute;
    display: none;
    width: 15.1%;
    max-width: none;
}
.Component_model_container_RFcjE {
    overflow: hidden;
    font-family: YuMincho,Yu Mincho,serif;
    font-size: 1.6rem;
    background: linear-gradient(180deg,#ecd3bd,#ecd3bd 30%,#fff 0,#fff);
}
.Component_model_container_RFcjE .Component_container_2xOpl .Component_utsukushisa_3xG-y.is-appeared {
    -webkit-animation:fadeIn 2s ease-in-out forwards;
    animation: fadeIn 2s ease-in-out forwards;
    }
.Component_model_container_RFcjE .Component_container_2xOpl {
    position: relative;
}
.Component_products_container_1AcgT {
    padding: 128px 32px 64px;
    line-height: 0;
    background-color: #fff;
}
.Component_products_container_1AcgT .Component_container_22wmA {
    text-align: center;
}
.Component_heading_fR9w0 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid #707070;
}
.Component_products_container_1AcgT .Component_howtouse_text_1P2bm {
    height: 9px;
}
.Component_products_container_1AcgT .Component_container_22wmA .Component_video_container_2OtBM {
    box-sizing: border-box;
    width: 80%;
    padding: 64px 32px;
    margin: 0 auto;
}
.Component_products_container_1AcgT .Component_container_22wmA .Component_video_container_2OtBM .Component_video_Pcob8 {
    width: 100%;
}
.Component_products_container_1AcgT .Component_container_22wmA .Component_video_container_2OtBM .Component_refi_heading_2SwX7 {
    font-size: 2rem;
    line-height: 2.5;
}
.Component_products_container_1AcgT .Component_container_22wmA .Component_video_container_2OtBM .Component_video_Pcob8 {
    width: 100%;
}
.Component_products_container_1AcgT .Component_products_vxODr {
    box-sizing: border-box;
    padding: 0 16px;
}
.Component_products_container_1AcgT {
    padding: 128px 32px 64px;
    line-height: 0;
    background-color: #fff;
}
.Component_banner_33gul {
    box-sizing: border-box;
    display: block;
    width: 80%;
    padding: 0 32px;
    margin: 30px auto 50px;
}
.Component_product_3TwpO {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
    margin-bottom: 66px;
}
.Component_product_3TwpO .Component_text_3BZVs {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.Component_product_3TwpO .Component_text_3BZVs .Component_en_T-LSN {
    display: flex;
    align-items: baseline;
    width: 100%;
}
.Component_product_3TwpO .Component_text_3BZVs .Component_en_T-LSN .Component_nine_ug6-T {
    width: 13%;
    margin: 4px;
}
.Component_product_3TwpO .Component_text_3BZVs .Component_ja_qgt9u {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
}
.Component_product_3TwpO .Component_buy_1QN59 {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1;
}
.Component_product_3TwpO {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
}
.Component_products_container_1AcgT {
    padding: 128px 32px 64px;
    line-height: 0;
    background-color: #fff;
}


.Component_product_3TwpO .Component_buy_1QN59 .Component_text_3BZVs {
    flex: 1;
    align-items: flex-start;
}
.Component_product_3TwpO .Component_buy_1QN59 .Component_text_3BZVs>p {
    margin-top: 0;
    margin-bottom: 10px;
}
.Component_product_3TwpO .Component_buy_1QN59 .Component_text_3BZVs>p:last-child {
    margin-bottom: 0;
}
.Component_product_3TwpO .Component_buy_1QN59 .Component_price_3o5kT {
    font-size: 1.7rem;
}
.Component_product_3TwpO .Component_subscription_2U1O1 {
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
    font-size: 1rem;
    line-height: 1;
    text-align: left;
    border-top: 1px solid #707070;
}

.Component_product_3TwpO .Component_subscription_2U1O1 .Component_button_container_2fAwT {
    flex: 1;
}
.Component_product_3TwpO .Component_subscription_2U1O1 .Component_button_container_2fAwT .Component_tags_AXlaa .Component_tag_21ptB {
    box-sizing: border-box;
    padding: 4px;
    margin: 0;
    font-size: .7rem;
    line-height: 1;
    color: #707070;
    text-align: center;
    border: 1px solid #707070;
}
.Component_product_3TwpO .Component_subscription_2U1O1 .Component_text_3BZVs {
    flex: 1;
    align-items: flex-start;
}
.Component_product_3TwpO .Component_subscription_2U1O1 .Component_price_3o5kT {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}
.Component_product_3TwpO .Component_subscription_2U1O1 .Component_button_container_2fAwT .Component_tags_AXlaa .Component_tag_21ptB:nth-child(2) {
    margin-left: 8px;
}
.Component_product_3TwpO .Component_subscription_2U1O1 .Component_price_3o5kT p {
    flex: 1;
}
.Component_product_3TwpO .Component_subscription_2U1O1 .Component_price_3o5kT p:last-child {
    flex: 1.5;
}
.Component_product_3TwpO .Component_subscription_2U1O1 .Component_price_3o5kT span {
    font-size: 1.7rem;
}
.Component_text_3BZVs p{
    margin-bottom: 10px;
}
.Component_product_3TwpO .Component_subscription_2U1O1 .Component_button_container_2fAwT .Component_tags_AXlaa {
    display: flex;
    margin: 8px 0;
}
.Component_description_ZwfP8 .Component_shape_yvb66 .Component_video_container_877iG {
    position: relative;
    width: 80%;
}
.offer-btn{
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}




/* footer */
.Component_footer_27on3 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 64px 0;
    background-color: #262626;
}

.Component_footer_27on3 .Component_instagram_text_wmZvv {
    height: 9px;
}

.Component_footer_27on3 .Component_carousel_container_3KZfZ {
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    padding: 0 32px;
    margin: 48px auto;
}
.carousel, .carousel * {
    box-sizing: border-box;
}
.carousel {
    position: relative;
    text-align: center;
}
.carousel__viewport {
    overflow: hidden;
}
.carousel__viewport {
    overflow: hidden;
}
.Component_footer_27on3 .Component_carousel_container_3KZfZ .carousel__slide{
   box-sizing: border-box;
   padding: 0 2px;
}
.carousel__next, .carousel__prev, .carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel__slide{
    flex-shrink: 0;
    margin: 0;
    position: relative;
}
.Component_footer_27on3 .Component_carousel_container_3KZfZ img{
    width: 100%;
    vertical-align: bottom;
    object-fit: contain;
}


.Component_footer_27on3 .Component_carousel_container_3KZfZ .carousel__next, .Component_footer_27on3 .Component_carousel_container_3KZfZ .carousel__prev {
    background-color: inherit;
    border: 1px solid #e3e3e3;
}
.carousel__prev {
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
}
.carousel__next, .carousel__prev {
    background-color: var(--carousel-color-primary);
    border-radius: var(--carousel-nav-width);
    width: var(--carousel-nav-width);
    height: var(--carousel-nav-width);
    text-align: center;
    font-size: calc(var(--carousel-nav-width)*2/3);
    padding: 0;
    color: var(--carousel-color-white);
    position: absolute;
    border: 0;
    cursor: pointer;
}
.carousel__icon {
    width: 1.2em;
    height: 1.2em;
    fill: currentColor;
}
.Component_footer_27on3 .Component_carousel_container_3KZfZ .carousel__next {
    right: 5%;
}
.Component_footer_27on3 .Component_carousel_container_3KZfZ .carousel__next, .Component_footer_27on3 .Component_carousel_container_3KZfZ .carousel__prev {
    background-color: inherit;
    border: 1px solid #e3e3e3;
}
.carousel__next {
    top: 50%;
    right: 0;
    transform: translate(50%,-50%);
}
.Component_footer_27on3 .Component_carousel_container_3KZfZ .carousel__pagination {
    padding: 0;
}
.carousel__pagination {
    display: flex;
    justify-content: center;
    list-style: none;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_nine_23p_2 {
    display: block;
    height: 60px;
    margin: 64px auto 32px;
}

.Component_footer_27on3 .Component_contents_container_3c4YS {
    box-sizing: border-box;
    height: 100%;
    padding: 0 32px;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j {
    box-sizing: border-box;
    display: flex;
    padding: 0 32px;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_produce_3OZYy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 73px;
    background-color: #9aa4af;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_produce_3OZYy .Component_produced_by_cluT6 {
    height: 8px;
    margin: 4px auto;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_produce_3OZYy .Component_to_esella_gS4Qg {
    height: 13px;
    margin: 4px auto;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 32px;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_sns_2Fcuu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    height: auto;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_sns_2Fcuu .Component_instagram_3OekJ, .Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_sns_2Fcuu .Component_line__CBQf {
    width: 25px;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7 {
    display: flex;
    align-items: center;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7>.Component_link_2WTkH:first-child {
    margin-left: 0;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7 .Component_contact_20tLm {
    height: 7px;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7>.Component_link_2WTkH {
    margin: 0 16px;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7 .Component_company_2npWK, .Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7 .Component_privacy_3pKzB, .Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7 .Component_scta_8MeYn {
    height: 8px;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7>.Component_link_2WTkH {
    margin: 0 16px;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_copyright_3ImKB {
    display: block;
    height: 6px;
    margin: 64px auto 32px;
}
.carousel__next, .carousel__prev {
    background-color: var(--carousel-color-primary);
    border-radius: var(--carousel-nav-width);
    width: var(--carousel-nav-width);
    height: var(--carousel-nav-width);
    text-align: center;
    font-size: calc(var(--carousel-nav-width)*2/3);
    padding: 0;
    color: var(--carousel-color-white);
    position: absolute;
    border: 0;
    cursor: pointer;
}
.carousel__next, .carousel__prev, .carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
/* sidebar */
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:before {
    top: 12px;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:after, .Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:before {
    position: absolute;
    left: 0;
    width: 32px;
    content: "";
    border-top: 1px solid #262626;
    transition: transform .2s ease;
}
.Component_header_olIJz .Component_container_1RE2n .Component_close_gW5SR {
    position: absolute;
    top: 50%;
    left: -48px;
    display: none;
    width: 50px;
    height: 12px;
    transform: translateY(-75%);
}

.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:after {
    bottom: 12px;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:after, .Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:before {
    position: absolute;
    left: 0;
    width: 32px;
    content: "";
    border-top: 1px solid #262626;
    transition: transform .2s ease;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd.Component_is_active_3epGD {
    margin-left: auto;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd.Component_is_active_3epGD:before {
    border-color: #fff;
    transform: rotate(-45deg);
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:before {
    top: 12px;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:after, .Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:before {
    position: absolute;
    left: 0;
    width: 32px;
    content: "";
    border-top: 1px solid #262626;
    transition: transform .2s ease;
}
.Component_header_olIJz .Component_container_1RE2n .Component_close_gW5SR.Component_is_active_3epGD {
    display: block;
}
.Component_header_olIJz .Component_container_1RE2n .Component_close_gW5SR {
    position: absolute;
    top: 50%;
    left: -48px;
    display: none;
    width: 50px;
    height: 12px;
    transform: translateY(-75%);
}

.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd.Component_is_active_3epGD:after {
    top: 12px;
    bottom: inherit;
    border-color: #fff;
    transform: rotate(45deg);
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:after {
    bottom: 12px;
}
.Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:after, .Component_header_olIJz .Component_container_1RE2n .Component_hamburger_2DhQd:before {
    position: absolute;
    left: 0;
    width: 32px;
    content: "";
    border-top: 1px solid #262626;
    transition: transform .2s ease;
}


.nav {
    right: 0;
    z-index: 1000;
}
.Component_nav_3QLWV.Component_is_active_2kxT6 {
    transform: translateX(0);
}
.Component_nav_3QLWV {
    position: absolute;
    top: 128px;
    right: 0;
    width: 100%;
    /* overflow-y: scroll; */
    background-color: #262626;
    transition: transform .2s ease-in-out;
    transform: translateX(100%);
    
}
.Component_nav_3QLWV .Component_main_menu_23u_s {
    display: flex;
    flex-direction: column;
    margin-top: 128px;
}
.Component_nav_3QLWV .Component_main_menu_23u_s>.Component_link_1ZhyY {
    margin: 32px 0;
    cursor: pointer;
}
.Component_nav_3QLWV .Component_main_menu_23u_s>.Component_link_1ZhyY, .Component_nav_3QLWV .Component_sns_1t2i6>.Component_link_1ZhyY, .Component_nav_3QLWV .Component_sub_menu_1_-z6>.Component_link_1ZhyY {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.Component_nav_3QLWV .Component_img_3ze4b {
    height: 100%;
}

.Component_nav_3QLWV .Component_main_menu_23u_s>.Component_link_1ZhyY {
    margin: 32px 0;
    cursor: pointer;
}
.Component_nav_3QLWV .Component_img_3ze4b {
    height: 100%;
}
.Component_nav_3QLWV .Component_main_menu_23u_s>.Component_link_1ZhyY {
    margin: 32px 0;
    cursor: pointer;
}
.Component_nav_3QLWV .Component_sub_menu_1_-z6 {
    display: flex;
    flex-direction: column;
}
.Component_nav_3QLWV .Component_main_menu_23u_s, .Component_nav_3QLWV .Component_sns_1t2i6, .Component_nav_3QLWV .Component_sub_menu_1_-z6 {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 64px;
}
.Component_nav_3QLWV .Component_sub_menu_1_-z6>.Component_link_1ZhyY {
    margin: 12px 0;
    cursor: pointer;
}
.Component_nav_3QLWV .Component_sub_menu_1_-z6>.Component_link_1ZhyY {
    margin: 12px 0;
    cursor: pointer;
}
.Component_nav_3QLWV .Component_company_xe0Zp, .Component_nav_3QLWV .Component_privacy_30dpw, .Component_nav_3QLWV .Component_scta_2Ksfk {
    width: auto;
    height: 10px;
}
.Component_nav_3QLWV .Component_main_menu_23u_s>.Component_link_1ZhyY, .Component_nav_3QLWV .Component_sns_1t2i6>.Component_link_1ZhyY, .Component_nav_3QLWV .Component_sub_menu_1_-z6>.Component_link_1ZhyY {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.Component_nav_3QLWV .Component_sub_menu_1_-z6>.Component_link_1ZhyY {
    margin: 12px 0;
    cursor: pointer;
}
.Component_nav_3QLWV .Component_sub_menu_1_-z6>.Component_link_1ZhyY {
    margin: 12px 0;
    cursor: pointer;
}
.Component_nav_3QLWV .Component_sub_menu_1_-z6>.Component_link_1ZhyY:last-child {
    margin-bottom: 0;
}
.Component_nav_3QLWV .Component_sns_1t2i6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 122px;
    padding-right: 32px;
}
.Component_nav_3QLWV .Component_main_menu_23u_s, .Component_nav_3QLWV .Component_sns_1t2i6, .Component_nav_3QLWV .Component_sub_menu_1_-z6 {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 64px;
}
.Component_nav_3QLWV .Component_sns_1t2i6>.Component_link_1ZhyY {
    margin: 16px 0;
    cursor: pointer;
}
.Component_nav_3QLWV .Component_main_menu_23u_s>.Component_link_1ZhyY, .Component_nav_3QLWV .Component_sns_1t2i6>.Component_link_1ZhyY, .Component_nav_3QLWV .Component_sub_menu_1_-z6>.Component_link_1ZhyY {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.Component_nav_3QLWV .Component_instagram_j8jco, .Component_nav_3QLWV .Component_line_3ReXR {
    height: 25px;
}
.Component_product_3TwpO .Component_buy_1QN59 .Component_button_container_2fAwT .Component_button_3GPpu>img {
    -o-object-fit: cover;
    object-fit: cover;
}
.Component_products_container_1AcgT {
    padding: 128px 32px 64px;
    line-height: 0;
    background-color: #fff;
}
.Component_product_3TwpO .Component_buy_1QN59 .Component_button_container_2fAwT {
    flex: 1;
    text-align: left;
}

.swiper-slide:not(.ukomiSwipeSlide__item){
    width: 236px !important;
    height: 236px !important;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
 
/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto;
}
 
/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/hidari.svg);
}
/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/migi.svg);
}
.swiper-button-next {
    right:43px !important;
  }
  
  .swiper-button-prev {
    left: -12px !important;
  }

  .swiper-controller2{
    margin-top: 33px;
  }
  .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
    .swiper-pagination-bullet:nth-child(2),
    .swiper-pagination-bullet:nth-child(3),
    .swiper-pagination-bullet:nth-child(4) {
     display: none !important;
    }
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 8px !important;
    border-radius:0px !important;
    background-color: #fff !important;
    opacity: 0.5 ;
    margin: 0 10px;
    cursor: pointer;
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .Component_shape_container_PIdD5 .Component_container_3gUmw .Component_video_container_1KVPb {
    width: 90%;
    padding: 64px 16px 320px;
}
.Component_footer_27on3 .Component_contents_container_3c4YS .Component_produce_3OZYy.Component_sp_3Rprv {
    display: none;
    width: 100%;
    }
    .Component_footer_27on3 .Component_contents_container_3c4YS .Component_produce_3OZYy {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 73px;
        background-color: #9aa4af;
        }

@media screen and (max-width: 1024px){
.Component_foundation_26rku .Component_image_bPB1K {
    height: 510px;
}
.Component_description_ZwfP8 .Component_figure_3jzan .Component_image_bPB1K {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.Component_description_ZwfP8 .Component_figure_3jzan .Component_image_bPB1K {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.Component_product_3TwpO .Component_description_1lmYE {
    flex: 1;
    width: 100%;
}
.Component_products_container_1AcgT {
    padding: 64px 0;
}



}
@media screen and (max-width: 768px){
    .Component_header_olIJz .Component_container_1RE2n {
        height: 75px;
    }
    .Component_header_olIJz {
        height: auto;
    }
    body, html {
        font-size: 52.5%;
    }
    .Component_fv_3utIE:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        width: 100%;
        height: 100px;
        content: "";
        background: linear-gradient(rgba(234,217,189,0),#ead9bd);
    }
    .Component_fv_3utIE .Component_text_2eKvT {
        width: 75%;
    }
    .Component_main_copy_3ifHd {
        padding: 0 32px;
    }
    .Component_main_copy_3ifHd .Component_wave_D_SAP {
        width: 100%;
        transform: none;
    }
    .Component_wave_m-JG9 .Component_content_2ROkQ {
        width: 130%;
        margin-left: -15%;
        background-image: url(../img/background.e20357a0.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .Component_main_copy_3ifHd .Component_image_bPB1K {
        height: 450px;
        padding-top: 20%;
        margin-right: 64px;
    }
    .Component_foundation_26rku {
    padding-top: 50%;
    }
    .Component_foundation_26rku .Component_image_bPB1K {
    height: 460px;
    margin-left: -32px;
    }
    .Component_description_ZwfP8 {
    flex-direction: column;
    padding: 0 0 32px;
    }
    .Component_description_ZwfP8 .Component_shape_yvb66 {
    display: block;
    }
    .Component_description_ZwfP8 .Component_shape_yvb66 .Component_video_container_877iG {
    display: block;
    padding: 64px 0;
    margin: 0 auto;
    }
    .Component_description_ZwfP8 .Component_shape_yvb66 .Component_video_container_877iG .Component_video_24Sc8 {
    display: block;
    width: 100%;
    }
    .Component_description_ZwfP8 .Component_shape_yvb66 .Component_video_container_877iG .Component_wave_right_MT3MH {
    position: absolute;
    right: 0;
    bottom: 40%;
    transform: translate3d(48%,100%,0);
    }
    .Component_overflow_20c6L {
        padding-top: 40%;
        margin-top: -2px;
    }
    .Component_overflow_20c6L .Component_shape_2MthZ {
        display: none;
    }
    .Component_shape_container_PIdD5 .Component_container_3gUmw {
        padding: 0;
    }
    .Component_shape_container_PIdD5 .Component_container_3gUmw .Component_video_container_1KVPb {
        width: 90%;
        padding: 64px 16px 320px;
    }
    .Component_shape_container_PIdD5 .Component_container_3gUmw .Component_wave_right_1500G {
        right: -42%;
        bottom: 24%;
    }
    .Component_cover_container_3IgdO .Component_container_EYmOz {
        padding: 0;
    }
    .Component_parallax_3N7Bi {
        height: 0;
        padding-top: 208%;
    }
    .Component_parallax_3N7Bi .Component_bg_model_3n30Z {
        left: 102%;
        z-index: -30;
        width: auto;
        max-width: 1920px;
        height: 110%;
        transform: translateX(-50%);
    }
    .Component_cover_container_3IgdO .Component_container_EYmOz .Component_bg_black_2jZBE {
        position: absolute;
        bottom: -3%;
        left: 0;
        display: block;
        width: 100%;
    }
    .Component_cover_container_3IgdO .Component_container_EYmOz .Component_top_wave_2oFMP {
        position: absolute;
        top: -19.1%;
        left: 50%;
        z-index: 20;
        display: block;
        transform: translate3d(-50%,0,0);
    }
    .Component_cover_container_3IgdO .Component_container_EYmOz .Component_bottom_wave_2F1TW {
        position: absolute;
        bottom: -14%;
        left: 50%;
        z-index: 20;
        display: block;
        transform: translate3d(-50%,0,0);
    }
    .Component_cover_container_3IgdO .Component_container_EYmOz .Component_nine_SK6sZ, .Component_cover_container_3IgdO .Component_container_EYmOz .Component_nine_shadow_SUzbA {
        right: -64px;
        bottom: -32px;
        z-index: 100;
        width: 80%;
        transform: translateZ(0);
    }
    .Component_cover_container_3IgdO .Component_container_EYmOz .Component_cover_3enyS {
        position: absolute;
        bottom: 20%;
        left: 10%;
        width: 70%;
        padding: 0;
        font-size: 2rem;
    }
    .Component_beauty_container_23i4n .Component_content_3yor3 {
        padding: 0 32px;
    }
    .Component_beauty_container_23i4n .Component_content_3yor3 .Component_wave2_1-H6G {
        bottom: 0;
        left: 50%;
        width: 150%;
        transform: translate3d(-50%,55%,0);
    }
    .Component_beauty_container_23i4n .Component_content_3yor3 .Component_needle_3AIua {
        top: inherit;
        right: 5%;
        bottom: 13%;
    }
    .Component_beauty_container_23i4n .Component_content_3yor3 .Component_needle_back_1Qp36 {
        width: 200%;
    }
    .Component_beauty_container_23i4n .Component_content_3yor3 .Component_description_alMAz {
        width: 80%;
        padding: 0 0 128px;
    }
    .Component_model_container_RFcjE .Component_model2_2ZI7M {
        display: none;
    }
    .Component_model_container_RFcjE .Component_container_2xOpl .Component_sp_model2_3Rg8A {
        display: block;
    }
    .Component_model_container_RFcjE .Component_container_2xOpl .Component_nine_logo_2TX6D {
        width: 29%;
    }
    .Component_products_container_1AcgT .Component_container_22wmA {
        padding: 0 32px;
    }
    .Component_heading_fR9w0 {
        padding: 8px 0 8px 48px;
        margin-left: -32px;
    }
    .Component_products_container_1AcgT .Component_container_22wmA .Component_video_container_2OtBM {
        width: 90%;
        padding: 32px 0;
    }
    .Component_products_container_1AcgT .Component_container_22wmA .Component_video_container_2OtBM {
        width: 90%;
        padding: 32px 0;
    }
    .Component_banner_33gul {
        width: 90%;
        padding: 0;
    }
    .Component_product_3TwpO {
        flex-direction: column;
    }
    .Component_product_3TwpO .Component_text_3BZVs {
        align-items: center;
        justify-content: start;
    }
    .Component_product_3TwpO .Component_text_3BZVs .Component_en_T-LSN {
        flex-direction: column;
        align-items: center;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .Component_product_3TwpO .Component_text_3BZVs .Component_en_T-LSN .Component_nine_ug6-T {
        margin: 1%;
    }
    .Component_product_3TwpO .Component_text_3BZVs .Component_en_T-LSN .Component_foundation_3QPUm {
        margin: 2%;
    }
    .Component_product_3TwpO .Component_text_3BZVs .Component_ja_qgt9u {
        margin-bottom: 10%;
        text-align: center;
    }
    .Component_product_3TwpO .Component_subscription_2U1O1 .Component_price_3o5kT {
        align-items: left;
    }
    .swiper-slide:not(.ukomiSwipeSlide__item){
        width: 24% !important;
        height: auto !important;
    }
    
    .swiper-button-next {
        right:5% !important;
      }
      
      .swiper-button-prev {
        left: 5% !important;
      }

      .Component_shape_container_PIdD5 .Component_container_3gUmw .Component_video_container_1KVPb {
        width: 90%;
        padding: 64px 16px 320px;
    }
    .Component_footer_27on3 .Component_carousel_container_3KZfZ {
        padding: 0;
    }
    .Component_footer_27on3 .Component_contents_container_3c4YS .Component_produce_3OZYy.Component_sp_3Rprv {
        display: flex;
    }
    .Component_footer_27on3 .Component_contents_container_3c4YS .Component_produce_3OZYy {
        display: none;
    }
    .Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB {
        align-items: center;
        padding: 0;
    }
    .Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7 {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7>.Component_link_2WTkH:first-child {
        margin-left: inherit;
        }
    .Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_sns_2Fcuu {
        margin: 32px auto;
        }
    .Component_footer_27on3 .Component_contents_container_3c4YS .Component_menu_OhF6j .Component_contents_3rAKB .Component_list_TRSi7>.Component_link_2WTkH {
        margin: 4px 8px;
        }
    .Component_model_container_RFcjE .Component_container_2xOpl .Component_utsukushisa_3xG-y {
        top: 20%;
        left: 10%;
        display: block;
        }

}


@media screen and (max-width: 640px){
    .Component_main_copy_3ifHd .Component_image_bPB1K {
        height: 360px;
        margin-right: 32px;
    }
    .Component_foundation_26rku .Component_image_bPB1K {
    height: 370px;
    }
    .Component_cover_container_3IgdO .Component_container_EYmOz .Component_cover_3enyS {
        font-size: 1.5rem;
    }
    .Component_footer_27on3 .Component_contents_container_3c4YS .Component_copyright_3ImKB {
        margin: 64px auto 16px;
        }



}
@media screen and (max-width: 480px){
    .Component_main_copy_3ifHd .Component_image_bPB1K {
        hheight: 230px;
        padding-top: 10%;
    }
    .Component_foundation_26rku .Component_image_bPB1K {
    height: 290px;
    margin-left: -40px;
    }


}
@media screen and (max-width: 375px){
    .Component_shape_container_PIdD5 .Component_container_3gUmw .Component_video_container_1KVPb {
        width: 90%;
        padding: 64px 16px 320px;
    }


}

/* トップページ */
#image-logo{
    opacity: 0;
}
@keyframes Component_fadeInImage_Ngqdk {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.Component_fv_container_32QDP {
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background-color: #081319;
/*     background-image: url(../img/fv.2c4be50d.jpg); */
	/* background-image: url(https://toesella.com/nne/wp-content/themes/nne/assets/img/fv_1.jpg); */
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: -1;
}
.Component_fv_container_32QDP .Component_video_R6wgR.Component_ended_kMbmj {
    opacity: 0;
}
.Component_fv_container_32QDP .Component_video_R6wgR {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .5s ease-in-out;
    -o-object-fit: contain;
    object-fit: contain;
}

.Component_fv_container_32QDP .Component_container_V4-s9 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    font-family: YuMincho,Yu Mincho,serif;
    transition: opacity .5s ease-in-out;
    transform: translate3d(-50%,0,0);
}
.Component_fv_container_32QDP .Component_container_V4-s9 .Component_nine_PaEHK.Component_ended_kMbmj {
    opacity: 1;
}
.Component_fv_container_32QDP .Component_container_V4-s9 .Component_nine_PaEHK {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35.5%;
    height: 35.5%;
    -o-object-fit: contain;
    object-fit: contain;
/*     opacity: 0; */
    transition: opacity 1.5s ease-in-out;
}

.Component_main_container_1cKaV .Component_utsukushisani_GTwiT {
    position: relative;
}

.Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_utsukushisani_model_2FvRJ {
    width: 64.5%;
    padding-top: 400px;
    margin-left: -15%;
    opacity: 1;
    /* transform: translateY(100%); */
}
/* .Component_main_container_1cKaV .Component_utsukushisani_GTwiT.is-appeared 
.Component_utsukushisani_model_2FvRJ {
    -webkit-animation: Component_fadeInImage_Ngqdk 3s ease-in-out forwards;
    animation: Component_fadeInImage_Ngqdk 3s ease-in-out forwards;
} */
.Component_contents_nXLFO {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_heading_1gDav {
    position: absolute;
    top: 10%;
    right: 15%;
    width: 19.5%;
    max-width: none;
}
.Component_main_container_1cKaV .Component_utsukushisani_GTwiT.is-appeared .Component_heading_1gDav {
    -webkit-animation: Component_fadeIn_3el3z 2s ease-in-out forwards;
    animation: Component_fadeIn_3el3z 2s ease-in-out forwards;
}
.Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_concept_1GH5I {
    position: absolute;
    right: 25%;
    bottom: 0;
}
.Component_heading_fR9w0 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid #707070;
}
.Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_concept_1GH5I .Component_concept_text_-INib {
    height: 9px;
}
.Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_concept_1GH5I .Component_p_3iWG3 {
    margin-top: 48px;
    font-family: YuMincho,Yu Mincho,serif;
    font-size: 1.6rem;
    line-height: 2.5;
}
@keyframes Component_fadeInText_oW3ri {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_concept_1GH5I .Component_p_3iWG3 .Component_span_33AHx.is-appeared {
    -webkit-animation: Component_fadeInText_oW3ri 2s ease-in-out both;
    animation: Component_fadeInText_oW3ri 2s ease-in-out both;
}
.Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_concept_1GH5I .Component_p_3iWG3 .Component_span_33AHx {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
}
.Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_concept_1GH5I .Component_p_3iWG3 .Component_span_33AHx {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
}
.Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 {
    position: relative;
    padding: 128px 0 64px;
    font-family: YuMincho,Yu Mincho,serif;
    font-size: 1.6rem;
    line-height: 2.5;
}
.Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_heading_1gDav {
    margin-bottom: 32px;
}
@keyframes Component_fadeIn_3el3z {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7.is-appeared .Component_heading_1gDav {
    -webkit-animation: Component_fadeIn_3el3z 2s ease-in-out both;
    animation: Component_fadeIn_3el3z 2s ease-in-out both;
}
.Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz {
    position: absolute;
    top: 5%;
    right: -10%;
    width: 36%;
    mix-blend-mode: multiply;
}
.Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz .Component_object1_10P2K {
    position: absolute;
    right: -20%;
    bottom: -20%;
}
.Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz .Component_object1_10P2K, .Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz .Component_object2_bMEab {
    opacity: 0;
    transform: translateY(100%);
}
.Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz.is-appeared .Component_object1_10P2K, .Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz.is-appeared .Component_object2_bMEab {
    -webkit-animation: Component_fadeInImage_Ngqdk 2s ease-in-out forwards;
    animation: Component_fadeInImage_Ngqdk 2s ease-in-out forwards;
}
.Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_object3_1FuDe {
    position: absolute;
    right: 20%;
    bottom: 0;
    width: 33.7%;
    mix-blend-mode: multiply;
    opacity: 0;
    transform: translateY(100%);
}
.Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_object3_1FuDe.is-appeared {
    -webkit-animation: Component_fadeInImage_Ngqdk 2s ease-in-out forwards;
    animation: Component_fadeInImage_Ngqdk 2s ease-in-out forwards;
}
.Component_main_container_1cKaV .Component_anata_14-5g {
    position: relative;
    padding: 64px 0;
}
.Component_main_container_1cKaV .Component_anata_14-5g .Component_anata_model_LDQBJ {
    width: 113.2%;
    max-width: none;
    margin-left: 50%;
}

.Component_main_container_1cKaV .Component_anata_14-5g .Component_sp_anata_model_XLs5C {
    display: none;
    width: 74.7%;
    max-width: none;
    margin-left: -10%;
}
.Component_main_container_1cKaV .Component_anata_14-5g .Component_anata_text_36Ohe {
    position: absolute;
    top: 10%;
    left: 15%;
    z-index: 12;
    width: 11.5%;
}
.Component_main_container_1cKaV .Component_anata_14-5g.is-appeared .Component_anata_text_36Ohe {
    -webkit-animation: Component_fadeIn_3el3z 2s ease-in-out both;
    animation: Component_fadeIn_3el3z 2s ease-in-out both;
}
.Component_main_container_1cKaV .Component_products_container_1My_n {
    position: relative;
    padding-top: 64px;
    padding-bottom: 72px;
}
.Component_heading_fR9w0 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid #707070;
}
.Component_main_container_1cKaV .Component_products_container_1My_n .Component_products_text_2YDAa {
    height: 9px;
}
.Component_main_container_1cKaV .Component_products_container_1My_n .Component_product_2Qv6f .Component_img_LMHfp {
    width: 47.4%;
    margin: 32px 0;
}
.Component_main_container_1cKaV .Component_products_container_1My_n .Component_product_2Qv6f .Component_sp_1rPMC {
    display: none;
}
.Component_main_container_1cKaV .Component_products_container_1My_n .Component_product_2Qv6f .Component_detail_3TtQy {
    font-size: 1.6rem;
    line-height: 1.2;
}
@media screen and (max-width: 768px){
    .Component_main_container_1cKaV {
        padding: 0 32px;
    }
}


.Component_news_container_1I_WK {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fde6ce;
}
.Component_news_container_1I_WK .Component_container_V4-s9 {
    padding-top: 72px;
    padding-bottom: 64px;
}
.Component_heading_fR9w0 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid #707070;
}
.Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_1M5HF {
    position: relative;
    width: 100%;
}
.Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_1M5HF .Component_detail_3TtQy {
    display: flex;
    align-items: flex-start;
    width: 60%;
    margin-left: auto;
    font-size: 1.4rem;
    line-height: 1.8;
}
.Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_1M5HF .Component_detail_3TtQy .Component_date_3ts6H {
    padding-right: 32px;
}

.Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_1M5HF .Component_detail_3TtQy>p {
    margin-bottom: 0;
}
.Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_1M5HF .Component_detail_3TtQy .Component_title_zDL1H {
    flex: 1;
}
.Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_1M5HF .Component_viewmore_3YAZa {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 14%;
}
.Component_main_container_1cKaV .Component_products_container_1My_n .Component_detail_icon_2V2En {
    position: absolute;
    bottom: 56px;
    left: 40%;
    width: 7%;
}

/* news */
.Component_title_3Q4YK {
    background-color: #f2f2f2;
}
.Component_container_m0ZZo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 130px 0 64px;
    margin: 0 auto;
    font-weight: lighter;
}
.Component_container_m0ZZo :first-child {
    font-size: 2.5rem;
}
.Component_title_3Q4YK .Component_news_text_1CuJ4 {
    height: 17px;
}
.Component_container_m0ZZo :first-child {
    font-size: 2.5rem;
}
.Component_container_m0ZZo :nth-child(2) {
    font-size: 1.1rem;
}
.Component_container_1maK1 {
    padding: 0 32px;
}

.Post_section_3uqX7 {
    width: 80%;
    margin: 128px auto;
}
.Post_section_3uqX7 .Post_date_19GMY {
    font-size: 1.2rem;
    color: #747474;
}
.Post_section_3uqX7 .Post_title_NimN9 {
    font-size: 2rem;
    font-weight: lighter;
}
.Post_section_3uqX7 .Post_content_3IIKK {
    font-size: 1.5rem;
    line-height: 2;
}
.Post_section_3uqX7 .Post_buttons_NMJaf {
    display: flex;
    margin: 128px 0 64px;
}
.Post_section_3uqX7 .Post_buttons_NMJaf .Post_next_320ge, .Post_section_3uqX7 .Post_buttons_NMJaf .Post_prev_3QyX_ {
    box-sizing: border-box;
    flex: 1;
    height: 10px;
    padding: 0 16px;
}
.Post_section_3uqX7 .Post_buttons_NMJaf .Post_next_320ge {
    flex: 1;
    text-align: right;
}
.Post_section_3uqX7 .Post_buttons_NMJaf .Post_next_320ge>img, .Post_section_3uqX7 .Post_buttons_NMJaf .Post_prev_3QyX_>img {
    cursor: pointer;
}
.fullscreen-svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s;
  }
  
  .fullscreen-svg.hidden {
    opacity: 0;
  }


/* ロード画像 */
.App_loading_2wMPE.App_loaded_3JZCx {
    display: none;
}
.Component_loading_E8GfN {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #262626;
}
.App_loading_2wMPE {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
}
.Component_loading_E8GfN .Component_nine_1Eu5j {
    width: 230px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
@keyframes Component_stroke_mpiIZ {
    0% {
        stroke: hsla(0,0%,93.3%,.5);
        stroke-dashoffset: 2400;
    }
    10% {
        fill: transparent;
        stroke: hsla(0,0%,93.3%,.5);
    }
    50% {
        fill: transparent;
        stroke: hsla(0,0%,93.3%,.5);
    }
    95% {
        fill: #fff;
        stroke: hsla(0,0%,93.3%,.5);
    }
    100% {
        fill: #fff;
        stroke-dashoffset: 0;
    }
}
.Component_logo_3NF2T.Component_is_active_2vC67 .cls-1 {
    -webkit-animation: Component_stroke_mpiIZ 4s linear forwards;
    animation: Component_stroke_mpiIZ 4s linear forwards;
}

.Component_logo_3NF2T .cls-1 {
    stroke: transparent;
    stroke-dasharray: 2400;
    stroke-dashoffset: 0;
    stroke-width: 1;
}
@media screen and (max-width: 768px){
    .Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_heading_1gDav {
        top: 5%;
        right: 10%;
        width: 34%;
    }
    .Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_concept_1GH5I {
        top: 16%;
        right: inherit;
        bottom: inherit;
        left: 0;
    }
    .Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_utsukushisani_model_2FvRJ {
        display: block;
        width: 73%;
        padding-top: 375px;
        margin-right: -32px;
        margin-left: auto;
    }
    .Component_main_container_1cKaV .Component_utsukushisani_GTwiT .Component_utsukushisani_model_2FvRJ {
        display: block;
        width: 73%;
        padding-top: 375px;
        margin-right: -32px;
        margin-left: auto;
    }
    .Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_object3_1FuDe {
        right: 0;
        bottom: -18%;
        z-index: 11;
        width: 68%;
        mix-blend-mode: normal;
    }
    .Component_main_container_1cKaV .Component_anata_14-5g {
        padding: 120px 0 40px;
    }
    .Component_main_container_1cKaV .Component_anata_14-5g .Component_anata_model_LDQBJ {
        display: none;
    }
    .Component_main_container_1cKaV .Component_anata_14-5g .Component_sp_anata_model_XLs5C {
        display: block;
    }
    .Component_main_container_1cKaV .Component_anata_14-5g .Component_anata_text_36Ohe {
        right: 9%;
        left: inherit;
        width: 14.8%;
    }
    .Component_heading_fR9w0 {
        padding: 8px 0 8px 48px;
        margin-left: -32px;
    }
    .Component_main_container_1cKaV .Component_products_container_1My_n .Component_product_2Qv6f .Component_img_LMHfp {
        width: 100%;
        margin: 32px auto;
    }
    .Component_main_container_1cKaV .Component_products_container_1My_n .Component_product_2Qv6f .Component_pc_vqnke {
        display: none;
    }
    .Component_main_container_1cKaV .Component_products_container_1My_n .Component_product_2Qv6f .Component_sp_1rPMC {
        display: block;
    }
    .Component_main_container_1cKaV .Component_products_container_1My_n .Component_detail_icon_2V2En {
        right: 0;
        left: inherit;
        width: 17%;
    }
    .Component_news_container_1I_WK .Component_container_V4-s9 {
        padding-right: 32px;
        padding-left: 32px;
    }
    .Component_heading_fR9w0 {
        padding: 8px 0 8px 48px;
        margin-left: -32px;
    }
    .Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_1M5HF {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_1M5HF .Component_detail_3TtQy {
        width: 90%;
        margin: 0 auto;
    }
    .Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_1M5HF .Component_viewmore_3YAZa {
        position: inherit;
        display: block;
        width: 28%;
        margin: 32px 0;
        margin-right: 32px;
        margin-left: auto;
    }
    .Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz .Component_object2_bMEab {
        position: absolute;
        top: 30%;
        right: -32px;
        width: 53%;
    }
    .Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_ultimate_3w1Jq {
        position: relative;
        z-index: 20;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
    }
    .Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz .Component_object1_10P2K{
        top: 88%;
        left: 10%;
        width: 26%;
    }
    .Component_main_container_1cKaV .Component_utsukushisatoha_SV4q7 .Component_objects_33niz .Component_object1_10P2K {
        position: absolute;
        right: -20%;
        bottom: -20%;
    }
    .Component_news_container_1I_WK .Component_container_V4-s9 .Component_news_text_1F9kp {
        height: 9px;
    }
}

.menu-products{
    color: white;
    font-size: 15px;
    margin-top: -10px;
}
.menu-products li{
    margin: 0px 0px 10px;
    color: white;
}
.menu-products li a{
    margin: 0px 0px 10px;
    color: white;
}
.instagram-waku-inner{
    width: 1024px;
    margin: 30px auto;
}
@media screen and (max-width: 768px){
    .instagram-waku-inner{
        width: 84%;
        
    }
}

.product-waku {
    margin-bottom: 100px;
}
.product-waku .product-waku-flex-inner-titlewaku {
    position: absolute;
    top: 67%;
    left: 3%;
    width: 94%;
}
.product-waku .product-waku-flex-inner {
    width: 300px !important;
    height: 100% !important;
    margin: 10px 10px;
    position: relative;
}
.product-waku .title-midashi {
    font-family: 'Noto Serif JP', serif;
    font-family: 'Questrial', sans-serif;
    font-size: 37px;
    text-align: center;
    letter-spacing: 5px;
    color: #5F6969;
    margin: 100px auto 0px;
    color: white;
    padding: 150px 0px 0px;
}
.product-waku .product-waku-flex {
    margin: auto;
}
.product-waku .swiper-controller-products {
    right: 8%;
    position: relative;
    width: 77px;
    margin-left: auto;
    margin-top: 62px;
}
.product-waku .swiper-controller-products .swiper-button-next {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-color:#00000069;
    border-radius: 50%;
}
.product-waku .swiper-controller-products .swiper-button-prev {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-color: #00000069;
    border-radius: 50%;
}
.product-waku .swiper-controller-products .swiper-button-next::before {
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: 10px;
    width: 13px;
    border-bottom: 1px solid #5F6969;
}
.product-waku .swiper-controller-products .swiper-button-next::after {
    content: ""!important;
    display: block;
    position: absolute;
    right: 3px;
    top: 8px;
    width: 6px;
    border-bottom: 1px solid #5F6969;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: none;
    height: auto;
}
.product-waku .swiper-controller-products .swiper-button-prev::before {
    content: ""!important;
    display: block;
    position: absolute;
    left: 3px;
    top: 10px;
    width: 13px;
    border-bottom: 1px solid #5F6969;
    background: none;
    height: auto;
}
.product-waku .swiper-controller-products .swiper-button-prev::after {
    content: "" !important;
    display: block;
    position: absolute;
    left: 3px;
    top: 8px;
    width: 6px;
    border-bottom: 1px solid #5F6969;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: none;
    height: auto;
}
.product-waku .product-waku-flex-inner-titlewaku-title1 {
    font-size: 16px;
    line-height: 24px;
    color: #5F6969;
}
.product-waku .kuchikomi-front-page {
    font-size: 12px;
    border-bottom: 1px solid;
    text-align: center;
    margin: 21px auto 0px;
    padding-bottom: 0px;
    display: inline-block;
    position: relative;
    padding-right: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.product-waku .product-waku-flex-inner-titlewaku-title2 {
    font-size: 13px;
    line-height: 26px;
    color: #5F6969;
}
.product-waku .swiper-wrapper{
    justify-content: center;
}

@media only screen and (max-width: 769px) {
.product-waku {
    margin-left: 10%;
}

    .modal-content{
      padding: 5%;
    }
    .reviewWidget_inner, .u_komi_qa_widget_inner {
      padding: 20px 0px !important;
  }
  .product-waku .product-waku-flex-inner-titlewaku {
    left: 5%;
    width: 94%;
    top: 55%;
}
  .product-waku .product-waku-flex-inner-titlewaku-title1 {
    font-size: 13px;
    line-height: 16px;
}
.product-waku .swiper-wrapper{
    justify-content: flex-start;
}

    .kuchikomi-front-page{
      font-size: 13px !important;
      border-bottom: 1px solid !important;
      text-align: center !important;
      margin: 0px auto 0px !important;
      padding-bottom: 0px !important;
      display: inline-block !important;
      position: relative !important;
      padding-right: 0px !important;
      display: block !important;
      flex-wrap: wrap !important;
      justify-content: flex-start !important;
      align-items: center !important;
      position: relative !important;
      margin-top: 10px !important;
    }
    .kuchikomi-front-page .average_ratings {
      font-family: "游ゴシック体", YuGothic;
      font-size: 12px;
      text-align: left;
  }
    .kuchikomi-front-page .starRating .ukmcustomfont-ukm-full-star:before, .kuchikomi-front-page .starRating .ukmcustomfont-ukm-half-star:before, .kuchikomi-front-page .starRating .ukmcustomfont-ukm-blank-star:before {
      width: 13px;
      height: 10px;
      display: block;
      content: "";
      background-size: cover;
      margin-top: 5px;
    }
    .review-summary-container{
        text-align: left !important;
    }
    .kuchikomi-front-page .review-summary-container .starRating, .kuchikomi-front-page .review-widget-summary-container .starRating {
      display: inline-block;
      line-height: 13px;
      vertical-align: middle;
      padding: 0px;
      text-align: left;
  }
  .kuchikomi-front-page .review-summary-container .starRating .ukmcustomfont + .reviewNumber {
    font-size: 12px;
    margin-top: 2px;
    color: #393c41;
    margin-bottom: 3px;
  }
  .kuchikomi-front-page .review-summary-container .starRating span:last-child {
    margin-right:0px;
  }
  .product-waku .product-waku-flex-inner {
    width: 45% !important;
    margin: 0px 2px;
    aspect-ratio: 1/1.8;
}
@media screen and (max-width:320px){
    .product-waku .product-waku-flex-inner {
        width: 45% !important;
        margin: 0px 2px;
        aspect-ratio: 1/2;
    }
}
    .product-ichiran-kuchikomi{
      top: 66%;
      left: 10px;
      position: absolute;
      width: 89%;
      padding-right: 5px;
      flex-wrap: wrap;
      font-size: 13px;
      margin: auto;
      padding-bottom: 0px;
    }
    .product-ichiran-kuchikomi-2{
      top: 65%;
      left: 10px;
      position: absolute;
      width: 89%;
      padding-right: 5px;
      flex-wrap: wrap;
      font-size: 13px;
      margin: auto;
      padding-bottom: 0px;
    }
    .product-ichiran-kuchikomi .starRating .ukmcustomfont-ukm-full-star:before, .product-ichiran-kuchikomi .starRating .ukmcustomfont-ukm-half-star:before, .product-ichiran-kuchikomi .starRating .ukmcustomfont-ukm-blank-star:before {
      width: 13px;
      height: 14px;
      display: block;
      content: "";
      background-size: cover;
  }
  .product-ichiran-kuchikomi-2 .starRating .ukmcustomfont-ukm-full-star:before, .product-ichiran-kuchikomi-2 .starRating .ukmcustomfont-ukm-half-star:before, .product-ichiran-kuchikomi-2 .starRating .ukmcustomfont-ukm-blank-star:before {
    width: 13px;
    height: 14px;
    display: block;
    content: "";
    background-size: cover;
  }
    .product-ichiran-kuchikomi .review-summary-container .starRating .ukmcustomfont + .reviewNumber{
      font-family: "游ゴシック体", YuGothic;
      font-size: 12px !important;
      margin-top: 0px;
  
    }
    .product-ichiran-kuchikomi-2 .review-summary-container .starRating .ukmcustomfont + .reviewNumber{
      font-family: "游ゴシック体", YuGothic;
      font-size: 12px !important;
      margin-top: 0px;
  
    }
    .reviewNumber{
      font-family: "游ゴシック体", YuGothic;
    }
    .product-ichiran-kuchikomi .review-summary-container .starRating, .product-ichiran-kuchikomi .review-widget-summary-container .starRating {
      display: inline-block;
      line-height: 18px;
      vertical-align: middle;
      padding: 0px;
  }
  .product-ichiran-kuchikomi-2 .review-summary-container .starRating, .product-ichiran-kuchikomi-2 .review-widget-summary-container .starRating {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    padding: 0px;
  }
    .product-ichiran-kuchikomi-yajirushi{
      position: absolute;
      right: 1px;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 10px;
      border-top: 1px solid #5f6969;
      border-right: 1px solid #5f6969;
      transform: rotate(45deg);
      top: 69%;
    }
    .product-ichiran-kuchikomi-yajirushi-2{
      position: absolute;
      right: 1px;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 10px;
      border-top: 1px solid #5f6969;
      border-right: 1px solid #5f6969;
      transform: rotate(45deg);
      top: 71%;
    }
  }
  @media only screen and (min-width: 630px) and (max-width: 769px){
  
    .product-ichiran-kuchikomi-yajirushi{
      position: absolute;
      right: 1px;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 10px;
      border-top: 1px solid #5f6969;
      border-right: 1px solid #5f6969;
      transform: rotate(45deg);
      top: 64%;
    }
    .product-ichiran-kuchikomi-yajirushi-2{
      position: absolute;
      right: 1px;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 10px;
      border-top: 1px solid #5f6969;
      border-right: 1px solid #5f6969;
      transform: rotate(45deg);
      top: 64%;
    }
  
  }
  @media only screen and (max-width: 320px) {
   
    .product-ichiran-kuchikomi {
      top: 63%;
      left: 2%;
      position: absolute;
      width: 99%;
      padding-right: 5px;
      flex-wrap: wrap;
      font-size: 10px;
      margin: auto;
      padding-bottom: 0px;
  }
  .product-ichiran-kuchikomi .review-summary-container .starRating .ukmcustomfont + .reviewNumber {
    font-family: "游ゴシック体", YuGothic;
    font-size: 10px !important;
    margin-top: 0px;
  }
  .product-ichiran-kuchikomi-2 {
    top: 63%;
    left: 2%;
    position: absolute;
    width: 99%;
    padding-right: 5px;
    flex-wrap: wrap;
    font-size: 10px;
    margin: auto;
    padding-bottom: 0px;
  }
  .product-ichiran-kuchikomi-2 .review-summary-container .starRating .ukmcustomfont + .reviewNumber {
  font-family: "游ゴシック体", YuGothic;
  font-size: 10px !important;
  margin-top: 0px;
  }
  }
  .sns-waku {
    background: #262626;
    padding: 100px 0px;
  }
.sns-waku .swiper-slide{
	width: 18.18% !important;
	height:auto !important;
}
  .sns-waku .title-midashi {
    font-family: "Noto Serif JP", serif;
    font-family: "Questrial", sans-serif;
    font-size: 37px;
    text-align: center;
    letter-spacing: 3px;
    color: #ffffff;
    margin: 150px auto 115px;
  }
  @media only screen and (max-width: 769px) {
    .sns-waku .title-midashi {
      font-size: 25px;
	margin: 15% auto;
		color:white;
		text-align:center;
		letter-spacing: 2px;
    }
	  .sns-waku{
		padding: 10% 8%;
		margin-bottom: -1px;
	  }
	  .sm-fooer-links-inner{
		  margin-bottom: 10px;
		  display: block;
	  }
  }
  .sns-waku-img {
    margin: auto;
  }