@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}
html {
  font-size: 24px;
  -webkit-text-size-ajust: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  color: #1B1E23;
  width: 100%;
}
body {
  background: #eeece6;
  line-height: 1.2;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
section {
  margin: 10% auto;
}
h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: roboto, sans-serif;
  line-height: 0.9;
  margin: 0 0 2%;
}
h3 span {
  font-size: 18px;
  font-weight: normal;
  color: #1B1E23ab;
}

/* ローディング画面 ------------- */
.loading {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  background: #f7f2e8;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 1.2s ease,
    visibility 1.2s ease;
}
.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading_inner {
  width: min(92vw, 760px);
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}
.loading_brand_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  pointer-events: none;
}
.loading_brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 10;
}
.loading_logo {
  display: block;
  width: clamp(140px, 22vw, 220px);
  height: auto;
}
.loading_kana {
  margin: 0;
  font-size: clamp(12px, 1.8vw, 16px);
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  line-height: 1;
  color: #5f5245;
}
.loading_visual {
  width: 50%;
  max-width: 500px;
}
.loading_lamp {
  position: relative;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.loading_lamp.is-lit {
  transform: scale(1.02);
}
.loading_img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  user-select: none;
  -webkit-user-drag: none;
}
.loading_img--off {
  position: relative;
  z-index: 1;
}
.loading_img--on {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.loading_img.is-visible {
  opacity: 1;
}

/* 共通 ------------- */
.wrapper {
  max-width: 1880px;
  width: 100%;
  margin: 0 auto;
}
.decoration {
  overflow: hidden;
  margin: 1% auto;
}
.decoration .slider_decoration li {
  max-width: 120px;
  margin: 0 40px;
}
.hero {
  position: relative;
}
.hero .hero_copy {
  position: absolute;
  bottom: 10%;
  left: 10%;
  transform: translateX(-10%);
  z-index: 888888;
}
.hero .hero_copy h1 {
  font-size: 70px;
  font-family: roboto, sans-serif;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4),2px 3px 6px rgba(0, 0, 0, 0.5);
  margin: 0 0 5%;
}
.hero .hero_copy h1 img {
  max-width: 270px;
  width: 45vw;
}
.hero .hero_copy h2 {
  font-size: 40px;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4),2px 3px 6px rgba(0, 0, 0, 0.5);
  margin: 0 0 2%;
}
.hero .hero_copy p {
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4),2px 3px 6px rgba(0, 0, 0, 0.5);
}
.section_title_en {
  font-size: 40px;
  font-family: roboto, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1%;
}
.section_title_jp {
  font-size: 24px;
  text-align: center;
}
.btn_viewmore {
  display: inline-block;
  border: 1px solid #1B1E23;
  background: #ffffff;
  color: #1B1E23;
  padding: 10px 20px;
  transition: 0.3s;
}
.btn_viewmore:hover {
  background: #1B1E23;
  color: #ffffff;
}
.btn_more {
  display: inline-block;
  background: #1B1E23;
  color: #ffffff;
  padding: 10px 20px;
  transition: 0.3s;
}
.btn_more:hover {
  background: #ffffff;
  color: #1B1E23;
  border: 1px solid #1B1E23;
}
.btn_marche a {
  display: inline-block;
  background: url(../images/icon_cart.svg) #7d674c no-repeat right 40px center / 30px;
  color: #ffffff;
  border-radius: 50px;
  padding: 18px 78px 18px 38px;
}
.btn_rakuten a {
  display: inline-block;
  background: url(../images/icon_cart.svg) #7d674c no-repeat right 40px center / 30px;
  color: #ffffff;
  border-radius: 50px;
  padding: 18px 78px 18px 38px;
}
.btn_amazon a {
  display: inline-block;
  background: url(../images/icon_cart.svg) #7d674c no-repeat right 40px center / 30px;
  color: #ffffff;
  border-radius: 50px;
  padding: 18px 80px 18px 42px;
  letter-spacing: 2px;
}
.company_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  margin: 35px auto 10px;
}
.copy {
  font-size: 10px;
  text-align: center;
}
.br_769 {
  display: none;
}


/* header ------------- */
header {
  padding: 10px 0;
}
header .brand {
  position: relative;
  text-align: center;
}
header .brand img {
  width: auto;
  height: 30px;
}
header .openbtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 777777;
}
header .openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 5px;
  background: #241d1b;
  width: 45%;
}
header .openbtn span:nth-of-type(1) {
  top:18px; 
}
header .openbtn span:nth-of-type(2) {
  top:25px;
}
header .openbtn span:nth-of-type(3) {
  top:33px;
}
header .openbtn.active span:nth-of-type(1) {
  top: 25px;
}
header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .openbtn.active span:nth-of-type(3){
  top: 25px;
}
header .humbergar_menu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: -480px;
  background: #ffffffc2;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 15px -5px #777777;
  transition: all 0.5s ease-out;
  z-index: 666666;
}
header .humbergar_menu.active {
  display: block;
  opacity: 1;
  right: 0;
}
header .humbergar_menu .brand img {
  height: 50px;
}
header .humbergar_menu .nav {
  padding: 0 0 0 40px;
  margin: 50px auto 35px;
}
header .humbergar_menu .nav li {
  font-size: 20px;
  border-bottom: 1px solid #7d674c96;
  padding: 20px 10px;
}
header .cta_btn li {
  text-align: center;
  margin: 15px 0;
}


/* main ------------- */
#main .slider_main .slick-dots {
  bottom: 20px;
}
#main .slider_main .slick-dots li.slick-active button:before {
  color: #7d674c;
}
#main .slider_main .slick-dots li button:before {
  font-size: 15px;
  width: 15px;
  height: 15px;
  color: #7d674c96;
  opacity: 1;
}

/* series ------------- */
#series {
  text-align: center;
}
#series .contents_box_A {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2%;
  margin: 5% auto;
}
#series .contents_box_A +.contents_box_A  {
  margin: 10% auto 5%;
}
#series .contents_box_A_img {
  max-width: 1000px;
}
#series .contents_box_A_copy {
  margin: 1% 0;
}
#series .btn_viewmore {
  margin: 3% 0 5%;
}
#series .contents_box_A_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
  max-width: 850px;
}

/* brand ------------- */
#brand {
  position: relative;
}
#brand .brand_copy {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  text-align: center;
}
#brand .brand_copy .section_title_en {
  color: #ffffff;
  line-height: 1.2;
}
#brand .brand_copy .section_title_jp {
  color: #ffffff;
  line-height: 1.2;
}
#brand .brand_copy h3 {
  margin: 5% auto 8%;
}
#brand .brand_copy h3 img {
  width: 50%;
  max-height: none;
  height: auto;
}
#brand .brand_copy p {
  color: #ffffff;
  line-height: 1.8;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4),2px 3px 6px rgba(0, 0, 0, 0.5),2px 3px 6px rgba(0, 0, 0, 0.5);
}

/* gallery ------------- */
#gallery {
  text-align: center;
}
#gallery .gallery_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 5% auto 3%;
}
#gallery .gallery_box li {
  width: calc((100% - 14px * 3) / 4);
}
#gallery .gallery_box li:nth-child(n + 9) {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    max-height 0.6s ease,
    transform 0.6s ease,
    margin 0.6s ease;
  margin-top: 0;
  margin-bottom: 0;
}
#gallery .gallery_box.show-all li:nth-child(n + 9) {
  opacity: 1;
  max-height: 500px;
  transform: translateY(0);
}


/* news ------------- */
#news .news_list {
  margin: 5% auto;
}
#news .news_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  max-width: 1300px;
  border-bottom: 1px solid #7d674c;
  margin: 0 auto;
  padding: 40px 50px;
}
#news .news_item:first-of-type {
  border-top: 1px solid #7d674c;
}
#news p.news_date {
  font-family: roboto, sans-serif;
  color: #1b1e23;
}
#news .news_tag {
  display: inline-block;
  background: #1b1e23;
  color: #ffffff;
  padding: 8px 20px;
}
#news .news_item a {
  border-bottom: 1px solid #1b1e23;
}

/* footer ------------- */
footer {
  background: #1b1e23;
  text-align: center;
  color: #ffffff;
  padding: 50px 10px;
  margin: 10% auto 0;
}
footer .footer_brand img {
  max-width: 200px;
  width: 30%;
}


/* lineup ------------- */
#lineup {
  text-align: center;
  margin: 0 auto;
}
#lineup .lineup_box {
  padding: 10% 0 0;
}
#lineup .lineup_tag {
  display: inline-block;
  background: #ffffff;
  color: #7d674c;
  padding:10px;
  margin: 1.5% auto;
}
#lineup .lineup_tag span {
  font-size: 15px;
  padding: 0 0.3em;
}
#lineup .cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2% auto 5%;
}
#lineup .contents_box_B {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 2%;
  margin: 1.5% auto;
}
#lineup .contents_box_B .contents_box_B_li {
  width: calc((100% - 2% * 2) / 3);
}
#lineup .slider_lineup_sub {
  margin: 1.5% auto;
}
#lineup .slider_lineup_sub .slick-list .slick-track .slick-slide {
  opacity: 0.4;
  filter: grayscale(100%);
}
#lineup .slider_lineup_sub .slick-list .slick-track .slick-slide.slick-current {
  opacity: 1;
  filter: none;
}
#lineup h4 {
  color: #7d674c;
  margin: 3% auto;
}
#lineup .spec li {
  margin: 1.5% auto;
}
#lineup .spec li p {
  background: #f4f5f2;
  font-size: 20px;
  padding: 10px 1em;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: clamp(18px, calc(1.6px + 1.6vw), 24px);
  }
  h3 {
    font-size: clamp(30px, calc(2.6667px + 2.6667vw), 40px)
  }
  h3 span {
    font-size: clamp(13.5px, calc(1.2px + 1.2vw), 18px);
  }
  .hero .hero_copy h1 {
    font-size: clamp(52.5px, calc(4.6667px + 4.6667vw), 70px);
  }
  .hero .hero_copy h2 {
    font-size: clamp(30px, calc(2.6667px + 2.6667vw), 40px);
  }
  .section_title_en {
    font-size: clamp(30px, calc(2.6667px + 2.6667vw), 40px);
  }
  .section_title_jp {
    font-size: clamp(18px, calc(1.6px + 1.6vw), 24px);
  }
  .company_links {
    font-size: clamp(10.5px, calc(0.9333px + 0.9333vw), 14px);
  }
  .copy {
    font-size: clamp(7.5px, calc(0.6667px + 0.6667vw), 10px);
  }
  header .humbergar_menu .nav li {
    font-size: clamp(15px, calc(1.3333px + 1.3333vw), 20px);
  }
  .decoration .slider_decoration li {
    max-width: 100px;
    margin: 0 20px;
  }
  #main .slider_main .slick-dots li button:before {
    font-size: clamp(11.25px, calc(1px + 1vw), 15px);
  }
  #main .slider_main .slick-dots {
    bottom: 10px;
  }
  #lineup .spec li p  {
    font-size: clamp(15px, calc(1.3333px + 1.3333vw), 20px);
  }
  #lineup .lineup_tag {
    font-size: clamp(10.5px, calc(0.9333px + 0.9333vw), 14px);
  }

}
@media screen and (max-width: 1024px) {
  html {
    font-size: clamp(13px, calc(8.442px + 1.5193vw), 24px);
  }
  h3 {
    font-size: clamp(22px, calc(16px + 2vw), 40px);
  }
  h3 span {
    font-size: clamp(9.75px, calc(6.3315px + 1.1395vw), 18px);
  }
  .hero .hero_copy::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgb(62 48 34 / 80%);
    filter: blur(40px);
    transform: scale(1.2);
  }
  .hero .hero_copy h1 {
    font-size: clamp(28.4375px, calc(11.2155px + 5.7407vw), 70px);
  }
  .hero .hero_copy h2 {
    font-size: clamp(16.25px, calc(6.4088px + 3.2804vw), 40px);
  }
  .section_title_en {
    font-size: clamp(16.25px, calc(6.4088px + 3.2804vw), 40px);
  }
  .section_title_jp {
    font-size: clamp(13px, calc(8.442px + 1.5193vw), 24px);
  }
  .company_links {
    font-size: clamp(10px, calc(8.3425px + 0.1618vw), 14px);
  }
  .copy {
    font-size: clamp(9px, calc(8.5856px + 0.0407vw), 10px);
  }
  header .humbergar_menu .nav li {
    font-size: clamp(12px, calc(8.6865px + 1.1049vw), 20px);
  }
  #main .slider_main li figure {
    height: 70vh;
    filter: brightness(0.9);
  }
  #main .slider_main li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #series .contents_box_A {
    flex-direction: column;
  }
  #series .contents_box_A_img {
    order: 1;
  }
  #series .contents_box_A_content {
    order: 2;
    margin: 5% auto;
  }
  #brand .brand_copy {
    right: 0;
  }
  #brand figure {
    overflow: cover;
  }
  #brand figure img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: 70%;
  }
  #gallery .gallery_box {
    gap: 5px;
  }
  #gallery .gallery_box li {
    width: calc((100% - 5px * 2) / 3);
  }
  #gallery .gallery_box li:nth-child(n + 7) {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition:
      opacity 0.6s ease,
      max-height 0.6s ease,
      transform 0.6s ease,
      margin 0.6s ease;
    margin-top: 0;
    margin-bottom: 0;
  }
  #gallery .gallery_box.show-all li:nth-child(n + 7) {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
  }
  .hero figure {
    height: 50vh;
  }
  .hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #lineup .lineup_img {
    height: 30vh;
  }
  #lineup .lineup_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #lineup .spec li p {
    font-size: clamp(12px, calc(8.6865px + 1.1049vw), 20px);
  }
  #lineup .lineup_tag span {
    font-size: clamp(10px, calc(8.3425px + 0.1618vw), 14px);
  }

}
@media screen and (max-width: 769px) {
  .decoration .slider_decoration li {
    max-width: 80px;
    margin: 0 10px;
  }
  .br_769 {
    display: block;
  }
  #news .news_item {
    gap: 10px;
    padding: 20px 10px;
  }
  #lineup .contents_box_B {
    justify-content: flex-start;
  }
  #lineup .contents_box_B .contents_box_B_li {
    width: calc((100% - 2% * 1) / 2);
  }
}
@media screen and (max-width: 480px) {
  .btn_amazon a {
    padding: 18px 78px 18px 38px;
  }
  header .humbergar_menu {
    padding: 50px 10px;
  }
  header .humbergar_menu .nav {
    margin: 20px auto 30px;
    padding: 0;
  }
  .decoration .slider_decoration li {
    max-width: 70px;
    margin: 0 5px;
  }
  #news .news_item {
    flex-wrap: wrap;
  }
  
}
