@charset "UTF-8";
/* CSS Document */

:root{
    --font-color: #323232;
    --gray-color: #c8c8c8;
    --gothic: 'Helvetica Neue', neue-haas-grotesk-display, kozuka-gothic-pr6n, sans-serif;
    --gothicE: 'Helvetica Neue', neue-haas-grotesk-display, sans-serif;
    --mincho: kozuka-mincho-pro, serif;
    --serif: adobe-garamond-pro, serif;
}

/*-----------------------
  Reset CSS
------------------------*/
*,*::before,*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,li{
    list-style: none;
}

a{
    text-decoration: none;
    color: var(--font-color);
}

img{
    max-width: 100%;
    vertical-align: bottom;
}

html{
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}

/*-----------------------
  common
------------------------*/
body{
    background-color: #fff;
    color: var(--font-color);
    font-size: 15px;
    overflow-x: hidden;
}

p{
    font-family: var(--gothic);
    font-weight: 300;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
}

.wrapper{
    overflow: hidden;
    background-color: rgba(194, 194, 194, 0.3);
}

.SUSgallery{
    letter-spacing: .06em;
}

@media screen and (max-width:1020px) {
body{
    font-size: 13px;
}    
}

/*-----------------------
  mainvisual
------------------------*/
.se-span{
	font: bold !important;
	letter-spacing: 3px;
}
.mainvisual{
    position: relative;
}

.main_img{
    width: 100%;
}

.slick_main li{
    width: 100%;
}

.slick-slider{
    display: none!important;
}

.slick-slider.slick-initialized{
    display: block!important; 
}

@media screen and (min-width: 768px) {
.sale-end{
	border-bottom: solid 0.8px #323232;
	margin: -30px auto 40px auto;
	width: 280px;
}
.mainvisual{
    height: auto;
}

.main_pc{
    width: 100%;
    height: auto;
}

.main_image_sp{
    display: none;
}

.slick_main img{
    width: 100%;
}

.slick-slide{
    height: 65vw!important;
}

.main_snow1{
    position: absolute;
    top: 0;
    right: 0;
}

.main_snow2{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.main_snow_move{
    width: 100px!important;
    position: absolute;
    top: -120px;
    right: 50px;
    animation: fall 15.3s linear infinite, sway 4s ease-in-out infinite alternate;
}

@keyframes fall {
    0%{
        top: -120px;
    }

    30%{
        opacity: 1;
    }

    50% {
      top: 55%;
      opacity: 0;
    }

    100%{
      top: -120px;
      opacity: 0;
    }
}

@keyframes sway {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  60% {
    transform: translateX(-120px) rotate(45deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
}

@media screen and (min-width: 1200px) {
.sale-end{
	border-bottom: solid 0.8px #323232;
	margin: -90px auto 40px auto;
	width: 300px;
}
.main_pc{
    height: 100vh;
    object-fit: cover;
}

.slick-slide{
    height: 116vh!important;
}
}

@media screen and (max-width: 767px) {
.mainvisual .slick-list{
    overflow: visible;
}

.main_image_pc{
    display: none;
}

.main_image_sp{
    position: relative;
}

.slick_slide{
    height: 70vh!important;
}

.main_snow1{
    position: absolute;
    top: 0;
    right: 0;
}

.main_snow3{
    position: absolute;
    bottom: -5vh;
    right: 0;
}

.main_snow_move{
    width: 60px;
    position: absolute;
    top: -120px;
    right: 0px;
    animation: fall 9s linear infinite, sway 4s ease-in-out infinite alternate;
    animation-delay: 1s;
}

@keyframes fall {
    0%{
        top: -120px;
    }

    30%{
        opacity: 1;
    }

    50% {
      top: 55%;
      opacity: 0;
    }

    100%{
      top: -120px;
      opacity: 0;
    }
  }

@keyframes sway {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  50% {
    transform: translateX(-40px) rotate(45deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
}

/*-----------------------
  main
------------------------*/
.read{
    font-family: var(--mincho);
    letter-spacing: .03em;
    text-align: center;
}

@media screen and (min-width: 768px) {
.container{
    max-width: 900px;
    padding: 0 30px 0;
    margin: 0 auto;
}

h1{
    max-width: 700px;
    width: 80%;
    margin: 0 auto 50px;
}

.title_sp{
    display: none;
}

.read{
    line-height: 2.5;
    font-size: clamp(1rem, 0.844rem + 0.32vw, 1.25rem);
    margin-bottom: 40px;
}
}

@media screen and (min-width: 1200px) {
.container{
    padding: 0 30px 0;
    margin: -10px auto 0;
}
}

@media screen and (max-width: 767px) {
.container{
    padding: 50px 30px 0;
}

h1{
    width: 90%;
    margin: 0 auto 20px;
}

.sale-end{
	border-bottom: solid 0.8px #323232;
	margin: -20px auto 40px auto;
	width: 220px;
	padding-bottom: 5px;
}

.title_pc{
    display: none;
}

.read{
    line-height: 2;
    font-size: clamp(0.75rem, 0.646rem + 0.52vw, 0.906rem);
    margin-bottom: 40px;
}

.break_sp{
    display: inline-block;
}
}

@media screen and (max-width: 330px){
.read{
    font-size: 11px;
}    
}


/* ---------------
   side-scroll
---------------- */
.lineup .side-scroll-list{
    display: flex;
}

@media screen and (max-width: 767px) {
.lineup .side-scroll-list-wrapper{
    height: 450px;
    margin-bottom: 20px;
}

.lineup .side-scroll-list{
    width: 400vw;
}

.feature .side-scroll-list-wrapper{
    height: 600px;
}

.feature .side-scroll-list{
    width: 300vw;
}

.side-scroll-list-wrapper{
    position: relative;
}

.side-scroll-list{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 0 80px;
    width: 100%;
}
}

@media screen and (max-width: 330px) {
.feature .side-scroll-list-wrapper{
    height: 500px;
}

.feature p{
    font-size: 11px!important;
}
}

/* ---------------
   lineup
---------------- */
.link{
    display: block;
    width: fit-content;
    padding: 2px 14px;
    font-size: 12px;
    text-align: center;
    border: .5px solid var(--font-color);
    border-radius: 8px;
    letter-spacing: .02em;
    margin: auto auto 0; 
}

.details{
    font-family: var(--gothicE);
    letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
.lineup_list{
    gap: 15px;
    margin-bottom: 20px;
}

.lineup_last{
    padding-bottom: 50px;
}

.inner_color{
    width: 60%;
    display: block;
    margin: 10px auto 15px;
}

.details{
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
    padding: 5px 0 8px;
}

.details .product_name{
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.details .tax{
    font-size: 12px;
    font-weight: 200;
}

.details_sp{
    display: none;
}
}

@media screen and (max-width: 767px) {
.dd_bear{
    display: block;
    width: 50%;
    margin: 0 auto 10px;
    position: relative;
}

.inner_color{
    position: absolute;
    bottom: 10px;
    right: -40px;
    width: 70px;
}

.details{
    text-align: center;
}

.details{
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
    padding: 5px 0 8px;
}

.details .product_name{
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 3px;
}

.details .tax{
    font-size: 12px;
    font-weight: 200;
}

.details_pc{
    display: none;
}
}

/* ---------------
   feature
---------------- */
h3{
    font-family: var(--mincho);
    font-size: 16px;
    margin-bottom: 8px;
}

h3 span{
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
.feature{
    padding-top: 100px;
}

.feature li{
    display: flex;
    align-items: center;
}

.feature li img{
    width: 50%;
}

.feature li:nth-of-type(2){
    flex-direction: row-reverse;
}

.feature p{
    font-size: 14px;
}

.point{
    margin-left: 45px;
    width: 50%;
}

.feature .side-scroll-item{
    position: relative;
}

.point3{
    position: absolute;
    left: 50%;
    margin-left: 45px;
    width: 400px;
}

.snow1{
    width: 100px!important;
    position: absolute;
    top: 80px;
    left: -50px;
}

.snow2{
    width: 180px!important;
    position: absolute;
    bottom: -10px;
    left: -60px;
}

.margin{
    margin-top: 15px;
}

h3 span{
    font-size: 23px;
}

h3 .number{
    font-size: 30px;
    padding-left: .05em;
}
}

@media screen and (max-width: 1020px) {
.feature p{
    font-size: 13px;
    line-height: 1.8;
}

.point3{
    padding-top: 20px;
    width: 80%;
    max-width: 400px;
}

.point3 br, .margin br{
    display: none;
}

.point3 .break{
    display: block;
}
}

@media screen and (max-width: 767px) {
.feature li img{
    width: 90%;
    display: block;
    margin: 0 auto 30px;
}

.feature p{
    font-size: 13px;
    line-height: 2;
}

.feature br{
    display: none;
}

.point{
    width: 90%;
    margin: 0 auto;
}

.point3{
    width: 100%;
}

.point3 .break{
    display: inline;
}

h3 span{
    font-size: 16px;
}

h3 .number{
    font-size: 23px;
    padding-left: .05em;
}

.snow1,.snow2{
    display: none!important;
}
}

/* ---------------
   standard product
---------------- */
@media screen and (min-width: 768px) {
.standard_products{
    padding: 100px 0 50px;
}

.standard_products h2{
    max-width: 500px;
    display: block;
    margin: 0 auto 40px;
}

.standard_image_sp{
    display: none;
}
}

@media screen and (max-width: 767px) {
.standard_products{
    padding-top: 50px;
}

.standard_products h2{
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}

.standard_image_pc{
    display: none;
}

.slick_list img{
    width: 100%;

}

.slick_list{
    margin-bottom: 30px!important;
}

.slick-prev{
    left: 10px!important;
    z-index: 10;
    width: 15px;
}
 
.slick-next{
    right: 10px!important;
    z-index: 10;
    width: 15px;
}
}

/* ---------------
   novelty
---------------- */
@media screen and (min-width: 768px) {
.novelty{
    padding: 50px 0 70px;
}

.novelty h2{
    max-width: 290px;
    margin: 0 auto 40px;
}

.novelty_desc{
    width: 80%;
    display: block;
    margin: 40px auto 0;
}

.novelty_info{
    margin-top: 20px;
}

.info_sp{
    display: none;
}
}

@media screen and (max-width: 767px) {
.novelty{
    padding: 0 0 70px;
}

.novelty h2,.novelty img{
    display: none;
}

.novelty_desc{
    font-size: 13px;
}

.info_pc{
    display: none;
}
}

@media screen and (max-width: 330px){
.novelty p{
    font-size: 11px;
}    
}

/*-----------------------
  footer
------------------------*/
.footer{
    padding: 50px 0;
    background-color: #fff;
}

.footer img{
    width: 150px;
    display: block;
    margin: 0 auto 20px;
}

.footer .copyright{
    font-family: var(--gothicE);
    font-size: 13px;
    text-align: center;
    letter-spacing: .05em;
}

@media screen and (max-width: 767px){
.footer{
    padding: 40px 0;
}

.footer img{
    width: 130px;
}

.footer .copyright{
    font-size: 11px;
}
}