@charset "utf-8";
#headerarea{
  border: none;
}
/* -------------------t-slide-------------------- */
.t-slideContainer{
  overflow-x: clip;
  position: relative;
}
.t-youtube .popup-box{
  padding: 0;
}
.t-slide__thumb img{
  object-fit: cover;
}
@media (hover: hover){
  .t-slide li a:hover,
  .t-slide li a:hover img{
    opacity: 1 !important;
  }
  .t-slide__thumb{
    overflow: hidden;
  }
  .t-slide__thumb img{
    transform: scale(1);
    transition: var(--ANIME_TRANSITION);
  }
  .t-slide__thumb img:hover{
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1101px){
  .t-slide .slick-slide{
    margin: 0 10px;
  }
  .t-slide .slick-slide {
    margin: 0 10px;
    transition: all 0.3s ease;
    transform: scale(0.9);
  }
  .t-slide .slick-slide.slick-current ,
  .t-slide .slick-slide.is-active-next {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px){
  .t-slide .slick-list{
    overflow: visible;
  }
  .t-youtube .popup-content{
    width: 80%;
    max-width: 1400px;
  }
  .t-slide__thumb img{
    aspect-ratio: 1190/653;
  }
}
@media screen and (max-width: 767px){
  .t-slide__thumb img{
    /* aspect-ratio: 375/530; */
  }
}
/* -------------------t-newsFixed-------------------- */
.t-newsFixedSection{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  overflow-y: hidden;
}
.t-newsFixed{
  background-color: var(--WHITE_OP95);
  position: relative;
  transition: var(--ANIME_TRANSITION);
}
.t-newsFixedSection.is-hide .t-newsFixed{
  transform: translateY(100%);
}
.t-newsFixedSection.is-hide.is-disppear{
  pointer-events: none;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}
.t-newsFixed__close{
  aspect-ratio: 1/1;
  background: url(../images/common/icon_batsu.svg) no-repeat center/ 50%;
  width: 30px;
  position: absolute;
}
.t-newsFixed__heading{
  text-align: center;
}
@media screen and (min-width: 768px){
  .t-newsFixedSection{
    width: 690px;
    bottom: 0;
  }
  .t-newsFixed{
    padding: 23px 17px;
  }
  .t-newsFixed__close{
    top: 10px;
    right: 10px;
  }
  .t-newsFixed__heading{
    font-size: var(--FZ_16_CONST);
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px){
  .t-newsFixedSection{
    bottom: 22px;
  }
  .t-newsFixed{
    padding: 8px 14px;
  }
  .t-newsFixed__close{
    top: 5px;
    right: 5px;
    background-size: 40%;
  }
  .t-newsFixed__heading{
    font-size: var(--FZ_14_CONST);
    margin-bottom: 2px;
  }
}
/* -------------------t-category-------------------- */
.t-category li:nth-of-type(n+5){
  display: none;
}
.t-categorySection.is-active .t-category li:nth-of-type(n+5){
  display: block;
}
.t-category__thumb img{
  aspect-ratio: 293/439;
  object-fit: cover;
}
.t-category__name{
  text-align: center;
}
.formReset .t-categoryToggle{
  display: block;
  width: 100%;
  border-top: 1px solid var(--BDCOLOR_GRAY_1);
}
.formReset .t-categoryToggle::after{
  font-family: 'Font Awesome 5 Pro';
  font-weight: 100;
  content: '\f078';
  font-size: 12px;
  display: block;
}
.formReset .t-categoryToggle::before{
  display: block;
  content: "もっと見る";
  font-family: var(--FF_BASE);
  letter-spacing: 0.15em;
  margin-bottom: 3px;
}
.t-categorySection.is-active.formReset .t-categoryToggle::after{
  content: '\f077';
}
.t-categorySection.is-active.formReset .t-categoryToggle::before{
  content: "閉じる";
}
@media (hover: hover){
  .t-category__thumb{
    overflow: hidden;
  }
  .t-category__thumb img{
    transform: scale(1);
    transition: var(--ANIME_TRANSITION);
  }
  .t-category li a:hover .t-category__thumb img:hover{
    transform: scale(1.1);
  }
  .t-category li a:hover,
  .t-category li a:hover img{
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px){
  .t-category{
    grid-template-columns: repeat(4,1fr);
    gap: var(--GAP_50) var(--GAP_10);
  }
  .t-category__name{
    font-size: var(--FZ_18);
    margin-top: 6px;
  }
  .formReset .t-categoryToggle{
    margin-top: 60px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 767px){
  .t-category{
    gap: 30px 10px;
  }
  .t-category__thumb{
    width: 90%;
    margin: 0 auto;
  }
  .t-category__name{
    font-size: var(--FZ_15_CONST);
    margin-top: 6px;
  }
  .formReset .t-categoryToggle{
    margin-top: 30px;
    padding-top: 5px;
  }
}
.t-category li:not(:has(.t-category__thumb)) a{
  display: block;
  border: 1px solid var(--GOLD01);
}
@media (hover: hover){
  .t-category li:not(:has(.t-category__thumb)) a:hover{
    background-color: var(--GOLD01);
  }
}
@media screen and (min-width: 768px){
  .t-category li:not(:has(.t-category__thumb)) a{
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px){
  .t-category{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .t-category li:has(.t-category__thumb){
    grid-column: span 2;
  }
  .t-category li:not(:has(.t-category__thumb)) a{
    padding: 8px 0;
  }
}
.t-category li:not(:has(.t-category__thumb)) .t-category__name{
  margin-top: 0;
}
/* --------------------t-newArrival-------------------- */
.tab-wrap--newArrival .tab-btn{
  text-align: center;
  color: var(--DARK02_OP50);
}
.tab-wrap--newArrival .tab-btn.show{
  color: var(--TXT_COLOR_BASE);
  font-weight: var(--FF_W_M);
}
@media screen and (min-width: 768px){
  .tab-wrap--newArrival .tab-nav{
    margin-bottom: 34px;
  }
  .tab-wrap--newArrival .tab-btn{
    font-size: var(--FZ_16);
    padding: 10px 0;
  }
  .tab-wrap--newArrival .tab-btn:not(:last-child){
    border-right: 1px solid var(--BDCOLOR_GRAY_1);
  }
  .tab-wrap--newArrival .tab-btn.show{
    position: relative;
  }
  .tab-wrap--newArrival .tab-btn.show::after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    content: '\f078';
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
  }
}
@media screen and (max-width: 767px){
  .tab-wrap--newArrival .tab-nav{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid var(--BDCOLOR_GRAY_1);
    margin-bottom: 30px;
  }
  .tab-wrap--newArrival .tab-btn{
    border-bottom: 1px solid var(--BDCOLOR_GRAY_1);
    position: relative;
    padding: 12px 0;
  }
  .tab-wrap--newArrival .tab-btn:nth-of-type(1)::after,
  .tab-wrap--newArrival .tab-btn:nth-of-type(3)::after{
    content: "";
    display: inline-block;
    background: var(--BDCOLOR_GRAY_1);
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .tab-wrap--newArrival .tab-btn:last-child{
    grid-column: span 2;
  }
}
/* -------------------t-feature-------------------- */
.t-feature__thumb img{
  aspect-ratio: 392/260;
  object-fit: cover;
}
.t-feature__date{
  display: block;
}
.t-feature__ttl{
  line-height: 1.5;
}
@media (hover: hover){
  .t-feature__thumb{
    overflow: hidden;
  }
  .t-feature__thumb img{
    transform: scale(1);
    transition: var(--ANIME_TRANSITION);
  }
  .t-feature article a:hover .t-feature__thumb img{
    transform: scale(1.1);
  }
  .t-feature article a:hover,
  .t-feature article a:hover img{
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px){
  .t-feature{
    grid-template-columns: repeat(3,1fr);
    gap: 39px 12px;
  }
  .t-feature__date{
    font-size: var(--FZ_14);
    margin: 8px 0 7px;
  }
  .t-feature__ttl{
    font-size: var(--FZ_16);
  }
}
@media screen and (max-width: 767px){
  .t-feature{
    grid-template-columns: repeat(2,1fr);
    gap: 30px 8px;
  }
  .t-feature__date{
    font-size: var(--FZ_14);
    margin: 8px 0 2px;
  }
  .t-feature__ttl{
    font-size: var(--FZ_16);
  }
}
/* -------------------t-news-------------------- */
.t-newsWrap .wp-news__time,
.t-newsWrap .wp-news li:not(:last-child){
  border-color: var(--WHITE);
}
@media screen and (min-width: 1001px){
  .t-newsWrap{
    display: grid;
    grid-template-columns: 392px 1fr;
    align-items: center;
  }
  .t-newsWrap .g-headingContainer{
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px){
  .t-newsWrap .wp-news li{
    grid-template-columns: 106px 1fr;
  }
}
/* -------------------t-store------------------- */
.t-store li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.t-store__img{
  background: no-repeat center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.t-store__img::before{
  content: "";
  display: inline-block;
  background: var(--BLACK_OP50);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.t-store__heading,
.t-store__more{
  color: var(--WHITE);
  position: relative;
  z-index: 3;
}
.t-store__heading span{
  display: block;
}
.t-store__heading__en{
  font-family: var(--FF_EN);
}
.t-store__more{
  border-bottom: 1px solid var(--WHITE);
}
.t-store__more span{
  font-size: var(--FZ_13_CONST);
  padding-right: 15px;
}
.t-store__more span::after{
  width: 10px;
}
@media (hover: hover){
  .t-store li a{
    overflow: hidden;
  }
  .t-store li a:hover{
    opacity: 1;
  }
  .t-store__img,
  .t-store__img::before{
    transition: var(--ANIME_TRANSITION);
  }
  .t-store li a:hover .t-store__img{
    transform: scale(1.1);
  }
  .t-store li a:hover .t-store__img::before{
    opacity: 0;
  }
}
@media screen and (min-width: 768px){
  .t-store{
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  .t-store li a{
    padding: clamp( 80px, 12vw, 145px) 0;
  }
  .t-store__heading{
    margin-bottom: 25px;
  }
  .t-store__heading__en{
    font-size: var(--FZ_20);
  }
  .t-store__heading__ja{
    font-size: var(--FZ_24);
  }
}
@media screen and (max-width: 767px){
  .t-store{
    gap: 10px;
  }
  .t-store li a{
    padding: 80px 0;
  }
  .t-store__heading{
    margin-bottom: 15px;
  }
  .t-store__heading__en{
    font-size: var(--FZ_20);
  }
  .t-store__heading__ja{
    font-size: var(--FZ_24);
  }
}
/* -------------------ft-mailmaga-------------------- */
.ft-mailmaga{
  border-top: none;
  margin-top: 0;
}
/* -------------------g-coordinate-------------------- */
@media screen and (max-width: 767px){
  .g-coordinate :nth-child(n+5){
		display: none;
	}
}























