@charset "UTF-8";
body {
  font-size: 1.6rem;
  font-family: 'M PLUS 1p', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Helvetica', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'MS PGothic', Osaka, sans-serif;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  color: #433E31;
}
#wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.image-container a:hover {
  opacity: 1 !important;
}
/*----------------------------------

トップビジュアル

------------------------------------*/
.image-wrapper {
  display: flex;
  gap: 0px;
  justify-content: center;
}
.slick-wrapper {
  display: flex;
  gap: 0px;
  justify-content: center;
}
.image-container {
  width: calc(100% / 3);
  height: 42vw;
  position: relative;
  overflow: hidden;
}
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  /* クロスフェードのアニメーション */
}
.image-container .image-b {
  opacity: 0;
  /* 最初は画像Bを非表示 */
}
.image-container:hover .image-a {
  opacity: 0;
  /* ホバー時に画像Aを非表示 */
}
.image-container:hover .image-b {
  opacity: 1;
  /* ホバー時に画像Bを表示 */
}
.box_top {
  margin: 9vw 0 0;
  padding: 0;
  position: relative;
  z-index: 1000;
  text-align: center;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.txt_top01 {
  margin: 0;
  padding: 0 0 0.2em;
  font-size: 1.6rem;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1;
}
.name_brand {
  margin: 0;
  padding: 0 0 10px;
  font-size: 5rem;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1;
}
.name_brand02 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1;
}
.catch_top {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.5;
}
.btn_top {
  margin: 1em 0;
  padding: 0.5em 3em;
  display: inline-block;
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 0.9vw, 1.4rem);
  font-weight: 500;
  color: #000;
  background-color: #FFF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-shadow: none;
}
.image-container a {
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.slick-container a {
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.slick-container {
  position: relative;
}
.image-container {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1s ease, transform 1s ease;
}
.image-container.visible {
  opacity: 1;
  transform: translateY(0);
}
.slick-wrapper {
  display: none;
}
.box_top-slick {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
  text-align: center;
  top: 21vw;
  left: 0;
  right: 0;
}
/*----------------------------------

ヘッダー

------------------------------------*/
.header {
  background-color: #FFF;
}
div#main-header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  background-color: #FFF;
}
div#main-header img.logo {
  width: 250px;
  margin: 0;
}
.logo_safarilounge {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
}
.logo_safarilounge a {
  display: block;
  margin: 0;
  padding: 7px 17px;
  width: 100%;
  height: 100%;
}
.logo_safarilounge img {
  filter: invert(95%) sepia(5%) saturate(20%) hue-rotate(227deg) brightness(105%) contrast(106%);
}
#sec_tv {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: rgb(36, 37, 40);
}
nav.nav_fixed {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 10000;
}
#menu_sp {
  display: none;
}
.nav_ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.nav_navigation {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.nav_ul li {
  margin: 0;
  padding: 0;
  width: calc(100% / 3);
  height: 100%;
  text-align: -500px;
  background-size: cover;
  text-align: center;
  line-height: 2em;
  font-size: 1.4rem;
  font-weight: 500;
  border-right: solid 1px #aaa;
}
.nav_ul li:last-child {
  border: none;
}
.nav_ul li a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #000000;
}
.nav_ul li a:hover {
  color: #000;
  background-color: #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
/*----------------------------------

ブランド

------------------------------------*/
.sec_bland {
  margin: 0 auto;
  padding: 4em 0;
  width: 100%;
  position: relative;
  text-align: center;
}
.sec_bland:nth-child(odd) {
  background-color: #ececec;
}
.sec_bland h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 6rem;
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 700;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.sec_bland h2 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
.art_bland {
  margin: 4em 0;
  padding: 0;
  position: relative;
}
.container_mainphoto {
  margin: 2em auto 3em;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  position: relative;
  gap: 3%;
}
.container_mainphoto.bland_tods {
  margin: 2em auto 10%;
  padding: 0;
  width: 90%;
  position: relative;
  z-index: 1;
}
.container_mainphoto.bland_boss {
  margin: 2em auto 10%;
  padding: 0;
  width: 80%;
  position: relative;
}
.box_blandcatch {
  padding: 0;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  font-weight: 500;
  line-height: 2em;
  color: #FFF;
  position: absolute;
  z-index: 1000;
  text-align: left;
  width: 100%;
}
.box_blandcatch.blandcatch01 {
  top: 5%;
  left: 52%;
}
.box_blandcatch.blandcatch02 {
  top: 3%;
  left: -5%;
}
.box_blandcatch.blandcatch03 {
  top: 3%;
  right: -5%;
  text-align: right;
}
.box_blandcatch span {
  background: #000;
  padding: 0.1em 0.5em;
}
.box_mainphoto01,
.box_mainphoto02 {
  transition: transform 0.3s ease, z-index 0.3s ease;
  z-index: 1;
}

.box_mainphoto01:hover,
.box_mainphoto02:hover {
  z-index: 10;
  transform: scale(1.05); /* ちょっと拡大で前に出た感もUP */
}
.box_mainphoto01 {
  margin: 0;
  padding: 0;
  width: 58%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.box_mainphoto02 {
  margin: 0;
  padding: 0;
  width: 47%;
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 1;
}
.box_mainphoto03 {
  margin: 0;
  padding: 0;
  width: 47%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
.bland_ea02 .box_mainphoto03 {
  order: 2;
}
.caption_bland {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 3%;
  left: 5%;
  color: #FFF;
  text-align: left;
  z-index: 10000;
}
.caption_bland.left {
  left: 5%;
}
.caption_bland.right {
  right: 5%;
}
.caption01 {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5em;
}
.caption02 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5em;
}
.caption03 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
}
.container_item01 {
  margin: 3em auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
  gap: 1px 1px;
}
.container_item02 {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  gap: 1px 1px;
}
.container_item01 .box_item01 {
  display: block;
  margin: 0;
  padding: 0;
  width: calc(100% / 4 - 1px);
}
.container_item02 .box_item01 {
  display: block;
  margin: 0;
  padding: 0;
  width: calc(100% / 3 - 1px);
}
.btn_concierge {
  margin: 0 auto;
  padding: 0;
  width: auto;
  text-align: center;
}
.btn_concierge a {
  width: 100%;
  height: 100%;
  padding: 0.5em 3em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
  background-color: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* 15 */
.custom-btn {
  margin: 0 auto;
  width: auto;
  color: #fff;
  border-radius: 50px;
  padding: 0.6em 4em;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: center;
  overflow: hidden;
  font-size: 1.6rem;
}
.custom-btn a {
  color: #FFF;
}
.btn-15 {
  background: #000;
  border: none;
  z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.btn-15:hover {
  color: #fff;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}
.txt_kome {
  margin: 0;
  padding: 2em;
  font-size: 1.2rem;
  font-weight: 500;
}
/*----------------------------------

ホバーアニメーション

------------------------------------*/
.card {
  position: relative;
  background: white;
}
.card__two::before,
.card__two::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out;
  content: "";
  opacity: 0;
  pointer-events: none;
}
.card__two::before {
  transform: scale3d(0, 1, 1);
  transform-origin: left top;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}
.card__two::after {
  transform: scale3d(1, 0, 1);
  transform-origin: right top;
  border-right: 1px solid #acacac;
  border-left: 1px solid #acacac;
}
.card__two:hover::before,
.card__two:hover::after,
.card__two:focus::before,
.card__two:focus::after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
// -------------------------------------------------------------
// data-scroll
[data-scroll=in] .char:after {
  opacity: 1;
  transform: translateY(0);
}
[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  transform: translateY(6rem) scale(0.93);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.splitting .char {
  color: transparent;
}
[data-scroll=in] {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.splitting .char:after {
  visibility: visible;
  color: #204754;
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: calc(.2s + (.04s * var(--char-index)));
}
@media (max-width: 1200px) {
  .sec_bland {
    padding: 2em 0;
  }
  .art_bland {
    margin: 3em 0;
  }
}
@media (max-width: 1024px) {}
@media (max-width: 880px) {
  .slick-wrapper {
    display: block;
  }
  .image-wrapper {
    display: none;
  }
  .txt_top01 {
    font-size: 2.2vw;
  }
  .name_brand {
    font-size: 5vw;
  }
  .name_brand02 {
    font-size: 1.6vw;
  }
  .catch_top {
    font-size: 2vw;
  }
  .btn_top {
    font-size: 1.4vw;
  }
  .box_blandcatch.blandcatch01 {
    top: 5%;
    left: 53%;
    font-size: 2vw;
  }
}
@media (max-width: 550px) {
  [data-scroll] {
    opacity: 100;
    will-change: transform, scale, opacity;
    transform: translateY(0) scale(1);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .box_mainphoto02 {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    z-index: 100;
  }
  .container_mainphoto {
    margin: 2em auto 2em;
    padding: 0;
    width: 80%;
  }
  .box_mainphoto03 {
    width: 100%;
  }
  .container_item02 {
    margin: 2em auto 0;
    padding: 0;
    width: 100%;
    gap: 1px 1px;
    order: 2;
    height: 50vw;
    overflow: hidden;
  }
  .bland_ea02 .box_mainphoto03 {
    order: 1;
  }
  .box_blandcatch.blandcatch03 {
    top: -2%;
    left: -5%;
    text-align: left;
  }
  .caption_bland {
    bottom: 3%;
    left: 5%;
  }
  .caption_bland.right {
    right: 5%;
    left: auto;
  }
  .caption_bland div {
    font-size: 80%;
  }
  .art_bland .slick-next {
    right: -40px;
  }
  .art_bland .slick-prev {
    left: -40px;
  }
  .art_bland .slick-prev:before,
  .art_bland .slick-next:before {
    color: #000000;
  }
  .sec_bland {
    padding: 2em 0 3em;
  }
  .art_bland {
    margin: 1em 0 0em;
  }
  .sec_bland h2 {
    font-size: 1.4rem;
  }
  .container_mainphoto.bland_tods {
    margin: 1em auto 10%;
    width: 80%;
  }
  .box_blandcatch.blandcatch01 {
    top: auto;
    left: 0;
    position: relative;
    right: auto;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 0 1em;
    padding: 0;
  }
  .container_item01 {
    margin: 2em auto 2em;
  }
  .container_item02 .box_item01 {
    width: calc(100% / 4 - 1px);
  }
  .box_blandcatch.blandcatch02 {
    top: -3%;
    left: -5%;
  }
  .txt_top01 {
    font-size: 4.2vw;
  }
  .name_brand {
    font-size: 9vw;
    font-weight: 700;
  }
  .name_brand02 {
    font-size: 3.4vw;
  }
  .catch_top {
    font-size: 4vw;
  }
  .btn_top {
    font-size: 2.6vw;
    font-weight: 700;
  }
  .box_top-slick {
    top: 44vw;
  }
}
@media (max-width: 414px) {}
@media (max-width: 375px) {}
@media (max-width: 320px) {}