@charset "UTF-8";

.brandtop {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #F9F9F7;
  width: 100%;
}

.brandtop .serif{
  font-family: "Noto Serif JP", "Noto Serif CJK JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.brandtop .hedding_underline{
  position: relative;
  padding-bottom: 32px;
}

.brandtop .hedding_underline::after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  background: #88755A;
}

.brandtop h2,
.brandtop h3 {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.brandtop h2{
  font-size: clamp(28px, 3.5vw, 42px);
}
@media screen and (max-width: 768px){
  .brandtop h2{
    font-size: 32px;
  }
}

.brandtop h3 {
  font-size: 24px;
}

.brandtop p {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}

.brandtop .section {
  max-width: 100%;
  margin-inline: auto;
  padding-block: 120px;
}
@media screen and (max-width: 768px){
  .brandtop .section {
    padding-block: 96px;
  }
}

.brandtop .contentBox{
  max-width: 100%;
}

/* button */
.btn-outline-arrow{
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px  calc( 32px + 39px + 16px) 24px 32px;
  border: 2px solid #333;
  background-color: transparent;
  color: #333;
  letter-spacing: .08em;
  text-decoration: none;
  transition: background-color .2s ease;
}

.btn-outline-arrow::after{
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 12'%3E%3Cpath d='M0 6h42M36 1l6 5-6 5' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
  transition: transform .2s ease;
}

.btn-outline-arrow:hover{
  color: inherit;
  background-color: rgba(142, 122, 93, .4);
}

.btn-outline-arrow:hover::after{
  transform: translate(5px, -50%);
}

.btn-outline-arrow.--arrowY{
  padding-right: calc( 32px + 10px + 40px);
}

.btn-outline-arrow.--arrowY::after{
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 48'%3E%3Cpath d='M6 0v42M1 36l5 6 5-6' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

.btn-outline-arrow.--arrowY:hover::after{
  transform: translateY( calc(-50% + 2px));
}

.btn-outline-arrow.text-white{
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  transition: background-color .2s ease;
}

.btn-outline-arrow.text-white::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 12'%3E%3Cpath d='M0 6h42M36 1l6 5-6 5' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

.btn-outline-arrow.text-white:hover{
  background-color: rgba(20, 20, 20, .4);
}

/**
* MV
*/
.brandtop .brandtop-mv {
  position: relative;
  height: auto;
  min-height: calc( 100vh - (112px + 150px) );
  padding: calc( 40px + 114px) 40px 112px 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px){
  .brandtop .brandtop-mv {
    min-height: 60vh;
    padding: calc(18px + 32px + 100px) 0 80px 0;
  }
}

.brandtop-mv-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.--overseas .brandtop-mv-bg{ 
  background-image: url("../image/brand/overseas_mv_pc.webp");
}
@media screen and (max-width: 768px){
  .--overseas .brandtop-mv-bg{
    background-image: url("../image/brand/overseas_mv_sp.webp");
  }
}

.--domestic .brandtop-mv-bg{ 
  background-image: url("../image/brand/domestic_mv_pc.webp");
}
@media screen and (max-width: 768px){
  .--domestic .brandtop-mv-bg{
    background-image: url("../image/brand/domestic_mv_sp.webp");
  }
}

.brandtop-mv-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 114px;
  height: 114px;
}
@media screen and (max-width: 768px){
  .brandtop-mv-logo {
    top: 18px;
    left: 18px;
    width: 100px;
    height: 100px;
  }
}
.brandtop-mv .brandtop-mv-textarea {
  position: relative;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .brandtop-mv .brandtop-mv-textarea{
    padding-inline: 8px;
  }
}

.brandtop-mv .brandtop-mv-textarea .contentBox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.brandtop-mv .brandtop-mv-textarea h1{
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: 0.3em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .brandtop-mv .brandtop-mv-textarea h1{
    font-size: 26px;
  }
}

.brandtop-mv .brandtop-mv-textarea h1.hedding_underline::after{
  background: #ffffff;
}

.brandtop-mv .brandtop-mv-textarea .brandtop-mv-buttons {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brandtop-mv .brandtop-mv-textarea .brandtop-mv-buttons {
    flex-direction: column;
    gap: 16px;
  }
}

.brandtop-mv .brandtop-mv-textarea .mv-button{
  border: 1px solid #FFF;
  background:  rgba(0,0,0,.40);
  color:  #FFF;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: clamp(26px, 2vw, 32px);
  padding: 0.5em 0.75em;
  min-width: 280px;
  line-height: 1;
  transition: transform .12s ease, background-color .12s ease;
}
@media screen and (max-width: 768px){
  .brandtop-mv .brandtop-mv-textarea .mv-button {
    font-size: 24px;
    width: calc(100% - 10%);
    justify-content: start;
  }
}

.brandtop-mv .brandtop-mv-textarea .mv-button span{
  display: inline-flex;
  justify-content: space-between;
  align-items:center;
  gap: 0.5em;
}

.brandtop-mv .brandtop-mv-textarea .mv-button span::before{
  content: url(../image/brand/icon-search.svg);
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px){
  .brandtop-mv .brandtop-mv-textarea .mv-button span::before{
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
}

.brandtop-mv .brandtop-mv-textarea .mv-button:hover{
  background: rgba(0,0,0,.48);
  transform: translateY(-2px);
}


/**
* Brands
*/
.brandtop-brands .contentBox {
  position: relative;
  max-width: 100%;
  margin-bottom: 120px;
}

.brandtop-brands .contentBox:last-child {
  margin-bottom: 0;
}

.brandtop-brands .contentBox::before {
  content: "";
  position: absolute;
  top: -18px;
  display: block;
  width: 80px;
  height: 80px;  
  border-width: 1px;
  border-style: solid;
}
.brandtop-brands .contentBox:nth-child(odd)::before {
  left: -18px;
  border-color: #88755A transparent transparent #88755A;
}
.brandtop-brands .contentBox:nth-child(even)::before {
  right: -18px;
  border-color: #88755A #88755A transparent transparent;
}

@media screen and (max-width: 768px){
  .brandtop-brands .contentBox::before { top: 0; }
  .brandtop-brands .contentBox:nth-child(odd)::before {left: 0;  }
  .brandtop-brands .contentBox:nth-child(even)::before { right: 0; }
  .brandtop-brands .contentBox .btn-outline-arrow:not(.--arrowY) {
    width: 100%;
    justify-content: center;
  }
}

.brandtop-brands .brand-item {
  position: relative;
  color: #333;
  display: flex;
  gap: 80px;
  margin-top: 100px;
}
@media screen and (max-width: 768px){
  .brandtop-brands .brand-item {
    gap: 24px;
    margin-top: 40px;
  }
}

.brandtop-brands .brand-item .brand-item-tour,
.brandtop-brands .brand-item .brand-item-desc {
  width: calc( (100% - 80px) / 2);
}
@media screen and (max-width: 768px){
  .brandtop-brands .brand-item .brand-item-tour,
  .brandtop-brands .brand-item .brand-item-desc{
    width:100%
  }
}
.brandtop-brands .brand-item .brand-item-desc p{
  max-width: 460px;
}

.brandtop-brands .contentBox:nth-child(odd) .brand-item{
  justify-content: flex-start;
}

.brandtop-brands .contentBox:nth-child(odd) .brand-item-tour {
  order: 1;
}
.brandtop-brands .contentBox:nth-child(odd) .brand-item-desc {
  order: 2;
}
@media screen and (max-width: 768px){
  .brandtop-brands .contentBox:nth-child(odd) .brand-item-tour {
    order: 2;
  }
  .brandtop-brands .contentBox:nth-child(odd) .brand-item-desc {
    order: 1;
  }
}

.brandtop-brands .brand-item .slick-slider,
.brandtop-brands .brand-item .slick-list,
.brandtop-brands .brand-item .slick-track{
  height: 100%;
}

.brandtop-brands .brand-item .slideitem img{
  height: 100%;
  object-fit: cover;
}

.brandtop-brands .brand-item .slick-dots li button:before {
  content: "●";
  color: #D9D9D9;
}

.brandtop-brands .brand-item .slick-dots li.slick-active button:before{
  color:#B37639;
}

.brandtop-brands .brand-item .slideitem {
  position: relative;
}

.brandtop-brands .brand-item .slideitem::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image: linear-gradient(180deg, transparent 51%, #000000 80%);
}

.brandtop-brands .brand-item .slideitem-ttl {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  width: calc(100% - 2em);
  color: #FFF;
  font-size: clamp(18px, 2cqw, 26px);
  z-index: 2;
}

.brandtop-brands .brand-item .brand-item-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;               
}

.brandtop-brands .brand-item .brand-item-desc h2 {
  font-size: 28px;
  line-height: normal;
}
@media screen and (max-width: 768px){
  .brandtop-brands .brand-item .brand-item-desc h2 {
    font-size: 21px;
  }
}

.brandtop-brands .brand-item .brand-item-desc h2 img {
  display: block;
  max-width: 320px;
  margin-left: 0;
}
@media screen and (max-width: 768px){
  .brandtop-brands .brand-item .brand-item-desc h2 img {
    max-width: 220px;
    max-height: 58px;
    margin: 0 auto;
  }
}

.brandtop-brands .brand-item .brand-item-desc h2:has(span) img {
 margin-bottom: 24px;
}
@media screen and (max-width: 768px){
  .brandtop-brands .brand-item .brand-item-desc h2:has(span) img {
  margin-bottom: 40px;
  }
}

.brandtop-brands .brand-item .brand-item-desc.flexBox div:last-child {
  margin-top: 0; /* style.css打ち消し */
}

.brandtop-brands .brand-item .slideitem.brandtop-no-posts {
  background-image: url("../image/brand/slide_noimg.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  padding-top: 1em;
}
.brandtop-brands .brand-item .slideitem.brandtop-no-posts::after {
  background-image: none;
}

/**
* search
*/
.brandtop-search {
  padding-block: 120px;
}

.brandtop-search-items {
  gap: 16px;
}

.brandtop-search-item {
  position: relative;
  flex-basis: calc( (100% - 16px * 3) / 4 );
  overflow: hidden;
}
@media screen and (max-width: 768px){
  .brandtop-search-item {
    flex-basis: calc( (100% - 16px) / 2 );
    margin-bottom: 0;
  }
}

.brandtop-search-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.40);
  z-index: 2;
}

.brandtop-search-item span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  z-index: 3;
}

/**
* ordermade
*/
.brandtop-ordermade {
  min-height: 600px;
  padding-block: 120px;
  background-image: url("../image/brand/ordermade_bg_pc.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px){
  .brandtop-ordermade{
    padding-block: 96px;
    min-height: auto;
    background-image: url("../image/brand/ordermade_bg_sp.webp");
  }
}

.brandtop-ordermade > .contentBox{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 768px){
  .brandtop-ordermade > .contentBox {
    flex-direction: column;
    gap: 40px;
    width: calc(100% - 32px);
  }
}

.brandtop-ordermade-text {
  flex: 0 0 48%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px){
  .brandtop-ordermade-text {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}

.brandtop-ordermade-lead {
  font-size: clamp( 24px, 3vw, 36px);
  color: #C3B097;
}

.brandtop-ordermade-desc {
  max-width: 510px;
}
@media screen and (max-width: 768px){
  .brandtop-ordermade-desc {
    max-width: 100%;
  }
}

.brandtop-ordermade-img{
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.brandtop-ordermade-img-item{
  width: calc( (100% - 16px) / 2 );
}

.brandtop-ordermade-img-item img{
  width: 100%;
  height: auto;
  display: block;
}

.brandtop-ordermade-img-item.img-01{
  align-self: end;
  margin-top: 30px;
}

.brandtop-ordermade-img-item.img-02{
  align-self: flex-start;
}

/**
* premience
*/
.brandtop-premience {
  min-height: 600px;
  padding-block: 120px;
  background-image: url("../image/brand/premience_bg_pc.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px){
  .brandtop-premience {
    padding-block: 96px;
    background-image: url("../image/brand/premience_bg_sp.webp");
  }
  .brandtop-premience .contentBox {
    width: calc(100% - 32px);
  }
}

.brandtop-premience .brandtop-premience-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/**
* ピックアップバナー調整
*/
.brandtop + .--pickup {
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .brandtop + .--pickup {
    margin-top: 20px;
  }
}