@charset "utf-8";

/*--------------------------------------------------------------
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

【PC用】トップページ専用CSS

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
----------------------------------------------------------------*/



/*共通CSS
-------------------------------------*/

body{
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Spartan', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	background: #FFF;
	color: #000!important
}

#wrapper{
	margin-bottom: 5%!important;
}

a{
	color: #000;
}

a:hover{
	text-decoration: none!important;
}

#jump_brand {
    margin-top: -80px!important;
    padding-top: 130px;
}

#shop{
    margin-top: -130px;
    padding-top: 130px;
}

/*トップは画像フィルター回避*/
.itemThumb img{
	filter: brightness(100%)!important;
}


/*ショップサーブデフォルト機能調整
-----------------------------------------------------------*/



#main-column{
	width: 100%;
}

#sub-column{
	display: none!important;
}

/*新着 NEWARRIVAL(システム機能内使用)
-------------------------------------*/


#main-column .newItem{
	width: 95%!important;
}

.newItem .column-set{
	width: 100%!important;
	display: flex!important;
	flex-wrap: wrap!important;
	justify-content: center!important;
	
}

.column4 .item-list-span-img{
	width: 100%!important;
}

.newItem .column4{
	width: 18%!important;
	margin: 1%!important;
}

.column4 .itemThumb-wrap{
	padding: 0px!important;
}

.newItem button:nth-of-type(2),
.newItem button:nth-of-type(3) {
	display: none!important;
}
/*スライダー slider
-------------------------------------*/

.swiper-button-prev{
	background: url("../img/new/arrow_l.jpg")!important;
    background-size: contain !important;
    background-position: center center !important;
}
.swiper-button-next{
	background: url("../img/new/arrow_r.jpg")!important;
    background-size: contain !important;
    background-position: center center !important;
}

.swiper-button-next,
.swiper-button-prev{
	width: 54px!important;
	height: 54px!important;
}

.slider{
	position: relative;
	height: auto;
	overflow: hidden;
}

.slider .sample02-inner span{
	display: block;
	width: 500px;
	height: 200px;
	color: #FFF;
	position: absolute;
	top: 8%;
	left: 8%;
	margin:0 auto;
	font-size: 1.2em;

    font-weight: bold;

}


.slider .sample02-inner span.black{
	color: #000;
	font-weight: 900;
}
.slider_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	left: 0;
	right: 0;
	margin: 2% auto 0;
	width: 500px;
	height: 45px;
	z-index: 2;
}

.slider_btn_2 a,
.slider_btn a{
	color: #FFF!important;
	display: block;
}

.slider_btn_2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto 0px;
	width: 500px;
	height: 45px;
	z-index: 2;
	font-size:14px;
}


.slider_2 .swiper-button-prev {
    left: 30.666%;
}

.slider_2 .swiper-button-next {
    right: 30.666%;
}

.f_btn button,
.slider_btn button,
.slider_btn_2 button{
	background: #000;

	width: 185px;
	height: 45px;
	margin: 0% 1%;
}



.f_btn button{
	margin: 0px auto;
}

.f_btn button a,
.slider_btn button a{
	display: block;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 0.85em;
}

@media screen and (min-width:769px) and (max-width:1300px){
	
	
	.slider_btn{
	top:82%;
}
	
	.slider_2 .card{
	width: 70%!important;
	height: 48%!important;

}


.card .left{
	float: left;
	justify-content: space-between;
	align-items: center;
	width: 22%;
	display: flex;
	align-items: center;
}

.card .left p {
    width: 100px;
    padding-bottom: 25%;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    line-height: 2;
    text-align: left;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    font-weight: ;
    margin: 0px auto;
    margin-left: 0px!important;
}

.card .left p::before {
    content: "";
    display: flex;
    background: #000;
    height: 1px!important;
    width:20px!important;
    line-height: 1.5!important;
    text-align: left;
    margin-top: 0%!important;
    margin-bottom: 15px!important;
}


/*IE バグ回避*/
@media all and (-ms-high-contrast:none) {
/*.card .left{
	height: 150px!important;
	}
	
.card .left p::before {
    content: "";
    display: block;
    background: #000;
    height: 1px!important;
    width:20px!important;
    line-height: 1.5!important;
    text-align: left;
    margin-top: 0%!important;
    margin-bottom: 15px!important;
	position: absolute!important;
	bottom: 100px!important;
}	*/
	}


.card .right{
	float: right;
	justify-content: space-between;
	align-items: center;
	width: 75%;
	display:flex;
	align-items: center;
    padding: 2%!important;
}

.card .right li h4 {
    height: 30px!important;
    line-height: 1.8;
    font-size: 0.98em!important;
    margin-top: 10px!important;
	width:165px!important;
	word-break: break-all!important;
	display: inline!important;
	margin-bottom: 5%!important;
}
	

.card .right ul li{
	width: 200px;
	display:flex;
	align-items: center;
}

.card .right ul li:nth-child(2){
	font-size: 0.75em!important;
}	
	
}



/*メイン main
-------------------------------------*/

#top_main{
  margin-top: 180px;
}


/*INFORMATION----------*/


.info article{
	border-bottom: 1px solid #000;
	max-width:780px;
	width: 100%;
	margin: 0px auto;
	padding:1%;
}

.info_cnt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info_cnt div{
	font-size: 0.85em;
	height: 40px;
	margin: 1% auto;
	display: flex;
	align-items: center;
}

.info_cnt div:nth-child(1){
	width: 80%;
}


.info_cnt div:nth-child(2){
	width: 20%;
}

/*JOURNAL
-------------------------------------*/


#journal{
	width: 100%;
	margin: 0px auto;
}

.slider_2 .sample02-inner img{
	position: relative;
	z-index: 1;
	width: 100%;
}

.slider_2 .swiper-container {
    overflow: visible!important;
}

.slider_2 .card {
    background: #FFF;
    position: absolute;
    z-index: 2;
    width: 70%;
    height: 40%;
    bottom: -8%;
    right: 0px;
    left: 0px;
    margin: auto;
    border: 1px solid #000;
    overflow: visible;
}
.slider_2 .card::before{
	content: "";
	display:flex;
    background: #000;
    height: 3px;
    width: 78%;
    margin: 0px 0px 0px auto;
}
.card .left{
	float: left;
	justify-content: space-between;
	align-items: center;
	width: 22%;
	display: flex;
	align-items: center;
	font-size: 0.85em;
}

.card .left p {
    width: 100px;
    padding-bottom: 25%;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    line-height: 2;
    text-align: left;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-90deg);

    font-weight: ;
    margin: 0px auto;
    margin-left: 0px!important;
    font-size: 1.15em!important;
    font-weight: 600;
    letter-spacing: 0px;
}

.card .left p::before {
    content: "";
    display: flex;
    background: #000;
    height: 1px;
    width: 40px;
    line-height: 2;
    text-align: left;
    margin-top: 10%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-180deg);
    margin-top: 50px;
    margin-bottom: 35px;
}

@media all and (-ms-high-contrast:none) {
	
	.card .left{
		height: 150px;
	}
}

.card .right ul{
    font-size: 1.1em!important;
    font-size: 0.9em!important; 
    line-height: 1.5!important;
    color: #000!important;
}

.card .right {
    float: right;
    justify-content: space-between;
    align-items: center;
    width: 73%;
    display: flex;
    align-items: center;
    padding: 5% 2% 2% 0%;
}

.card .right li h4 {
    /* height: 65px; */
    /* width: 190px; */
    line-height: 1.5;
    font-size: 1.1em;
    /* width: 100%; */
    word-wrap: break-all;
    display: inline;
    margin-bottom: 1%;
	font-weight: 700;
}

.card .right ul li{
	display:flex;
	align-items: center;
}


.card .right ul li:nth-child(2) {
    font-size: 0.8em;
    width: 90%;
    margin-top: 5%;
}
/*BRAND
------------------------------------*/

#brand_list{
	background: #EEE;
	padding: 0px 0px 3%;
}

#brand_list ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	margin:0px auto;



}
#brand_list ul li{
	width:calc(88%/8);
	border: 1px solid #DDD;
	position: relative;
    margin: 0.5%;
	background: #FFF;
}



#brand_list ul li a{
	display: block;
	padding: 1%;
	height: 80px;
}



#brand_list ul li img{
	width: 100%;
	max-width: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
}

#brand_list ul li a{
	display: block;
}
/*SHOP
-------------------------------------*/

#shop ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	margin: 0px auto;
	text-align: center;
}

#shop li{
	width: 31%;
	margin: 1%;
		position: relative;

}

#shop li img{
	width: 100%;
display: block;
}

#shop li:hover img,
#shop li img:hover,
#shophanshin img:hover{
	filter: grayscale(0%);
}

#shop li a:hover{
	opacity: 1!important;
}

#shop li p {
    background: rgba(0,0,0,0.85);
    position: absolute;
    text-align: center!important;
    padding: 3.5% 0%!important;
    width: 100%!important;
    height: 100px!important;
    font-size: 1.3em!important;
    bottom: 0px!important;
    left: 0px!important;
    right: 0px!important;
    margin: auto!important;
    color: #FFF;
}


#shop span{
	display: block;
	font-size: 0.85em;	
}

#shop li:hover p{
	background: rgba(255,255,255,0.8);
	color: #000;
	width: 100%;
	left: 0px;	
	margin: 0px auto;
	transition-duration: 0.5s;	/*変化に掛かる時間*/

}


/*ARRIVAL----------*/

#arrival ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
   　align-items: center;
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
}

#arrival ul li img{
	width:100%;
	padding: 5%;
}

#arrival ul li{
width:14.333%;
	margin: 1%;
}




/*PICKUP
-------------------------------------*/
#pickup ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0px auto;
}

#pickup ul li img{
	width: 100%;
}

#pickup ul li{
	width:48%;
	margin:1%;
}

/*INSTAGRAM
-------------------------------------*/
#instafeed{
	width: 100%;
	max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
	margin: 0px auto;
	justify-content: center;
	overflow: hidden;
	height: 500px;
}

#instafeed li{
    margin: 1.5%;
	width:17%;
	    text-align: center;
}

#instafeed li img{
    width: 100%;
    object-fit: cover;
}

/*TWITTER
-------------------------------------*/
#twitter{
		background: #EEE;
		padding: 0px 0px 3%;
}
#tw{
	width: 100%;
	max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
	margin: 0px auto;
	justify-content: center;
	overflow: hidden;
	height: 500px;
}
#tw p{
	font-size: small;
}

/*SPECIAL----------*/



#special{
	margin: 50px auto;
	max-width: 1200px;
}

#special img{
	display: block;
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}



/*-------------------------------------------------------------

ここから　旧top.css

----------------------------------------------------------------*/

#contents article #main-column section .header_area{
	display:none;}

#sub-column{
	display:none;}

#main-column{
	width:100%;
	clear:right;
	overflow: hidden;
	}

#contents{
	width:100%!important;
	}

#contents #main-column .free-contents{
	width:100%;
	}

#contents #main-column .freeNoBg{
	width:100%;
	padding:0;
	margin:0;
	}

#contents #main-column .cont,
#contents #main-column .w100,
#contents #main-column .freeArea2,
#contents #main-column .freeTop,
#contents #main-column .freeTop h2,
#contents #main-column span.freeAreaTitle,
#contents #main-column .free-contents{width:100%!important;margin:0; padding:0;}

::-webkit-input-placeholder { /* Chrome, Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox */
  color: #000;
}
:-ms-input-placeholder { /* IE */
  color: #000;
}

/*---------------------------------------------------

システム内　NEWARRIVALここから

-----------------------------------------------------*/

#contents section .newItem{

	margin:0 auto;
}

#contents .newItem .column-set .column4 h3{
	overflow : hidden;
text-overflow: ellipsis;
	margin: 5px 0;

display: -webkit-box;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-box-orient: vertical;
line-height: 1.5;
	color: #000;
  -webkit-line-clamp: 3;/* 行数を指定 */
}

.column4 {
	display: inline-block;
	width: 20%!important;
    margin: 0% 2.5%!important;
    padding: 0px!important;
    min-height: 280px!important;
}

.column4 .itemThumb {
    display: table-cell;
    width: 100%!important;
    vertical-align: middle;
    margin-bottom: 5px;
	height: auto;
}

.column4 .itemThumb a img {
	width:100%;
	text-align: center;
	margin: 0px auto;
}

.newItem h2,.news h2,
.free-contents h3{
	text-align: center;
	width: 100%;
	font-size: 1.1em!important;
	margin: 2% auto 1%!important;
	display: inline-block!important;
}

.newItem h2::after,.news h2::after,
.free-contents h3::after{
	content: "";
	display: block;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
    background: #000;
    height: 2px;
    width: 28px;
	margin: 1% auto;
}

#contents .pickup .column-set .column5 .itemThumb-wrap .badge{
	position: static;}


/*Ipad*/
@media screen and (min-width:480px) and (max-width:768px){

.newItem h2, .free-contents h3 {
margin: 5% auto 1%!important;
}	

.swiper-button-next, .swiper-button-prev {
width: 34px!important;
height: 34px!important;
}
	
.f_btn button, .slider_btn button, .slider_btn_2 button {
width: 150px;
}

.column4 {
min-height: 240px!important;
}

#main-column .newItem {


height: 800px!important;

}
.slider_2 .swiper-button-prev {
left: 22%;
}	
.slider_2 .swiper-button-next {
right: 22%;
}
.slider_2 .card {

bottom: 5%;	
}
.slider_btn_2{
margin: 0px auto;
}

#brand_list {
margin: 5% auto!important;
}	
#brand_list ul{
width: 90%;
margin: 0px auto;
}
	
#brand_list ul li {
    width: calc(88%/8);
    margin: 1%;

}
#brand_list ul li img {
    width: 90%;
	}
#instafeed {
    width: 90%;
    height: 280px;
}
	
	
#pickup ul {

    width: 90%;
}	
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* TOP下 */
	.topshita-a{
			width: 100%;
			display: block;
		}
		.topshita-a-img{
			width: 48%;
			display: block;
			float: left;
			margin:1%;
			
		}
		.topshita-a-img img{
				width: 100%;
		}

/* TOP下２ */




/* 画像のホバーエフェクト
.topshita-a2-img img,.topshita-a-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.topshita-a2-img:hover img,.topshita-a-img:hover img {
  transform: scale(1.05);
}
 */
/* グリッドレイアウトの調整 */
.topshita-a2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)); /* グリッドレイアウトを採用し、自動で列の幅を調整します */
  gap: 20px; /* グリッド間の間隔を設定します */
  width: 95%;
  margin: 0 auto;
}

.topshita-a-img {
  overflow: hidden; /* 画像のはみ出しを防ぐためにオーバーフローを設定します */
}
.topshita-a2-img {
  overflow: hidden; /* 画像のはみ出しを防ぐためにオーバーフローを設定します */

}

.topshita-a2-img a {
  display: block; /* リンクをブロックレベル要素に変更します */
  height: 100%; /* リンクを親要素にフィットさせます */
	font-weight: bolder;
}

.btn2 {

  display: block;
  width: 370px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #000;
  font-weight: bold;
  text-decoration: none;
margin: 0% auto;
}
.btn2 span{	color: white;
	
}

/* お知らせ */
.news h2{
	margin: 1% auto 1%!important;
	font-weight: bolder;
}
.cont .news{
	width: 100%;
 background: #FBFBFB;
	display: block;
	padding: 2%;

	
}

#main-column .news .news-contents {
	width: 1000px;
    padding: 10px;
    height: 650px;
	margin: 0 auto!important;
    overflow: scroll;
    overflow-x: hidden;
    vertical-align: top;
 background: #FFF;
}

#main-column dl.news-box {

    padding: 2% 5%;
    border-bottom: 1px dotted #b19883;
    margin-bottom: 2%;
}


#main-column dl.news-box p {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #626262;
    padding: 2% 5%;
    margin-bottom: 2% 0% 0%;
}

#main-column dl.news-box p a:hover {
    text-decoration: underline !important;
    color: #0D8894 !important;
}

time {
    font-size: 0.9em;
    border: solid #626262 1px;
    padding: 5px;
    margin-left: 2%;
}

#main-column dl.news-box .news-item {
	padding-left:  2%;
    display: flex;
    justify-content: flex-start; /* 子要素を左詰めに配置 */
    overflow-x: auto; /* 横スクロールを許可 */
    width: 100%; /* 親要素の幅を100%に設定 */
}

#main-column dl.news-box .news-item a {
    flex: 0 0 20%; /* 各リンクの幅を10%に固定 */
    text-align: center; /* 画像を中央揃え */
    margin-right: 2%; /* リンク間にスペースを追加 */
}

#main-column dl.news-box .news-item img {
    max-width: 100%; /* 画像が親要素の幅を超えないように設定 */
    height: auto; /* 画像の縦横比を維持 */
}

.topshita-btn{
	width: 250px;
	display: block;
	border: 1px solid #000;
	margin:0 auto;
	background: #FFF;
	font-weight: bolder;
	padding: 5px;
}
.topshita-btn2{
	width: 150px;
	display: block;
	border: 1px solid #000;
	margin:0 auto;
	background: #FFF;
	font-weight: bolder;

}
.topshita-btn2 span{
	font-size: small;
	
}

/* ギャラリー */

    .gallery-container {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 10px; /* サムネイル間のマージン */
      padding: 10px; /* コンテナのパディング */
      box-sizing: border-box;
      width: 100%;
      -webkit-overflow-scrolling: touch; /* タッチスクロールの有効化 */
    }

    .thumbnail {
      flex: 0 0 calc((100% - 40px) / 5); /* PCでは5つ表示 */
      scroll-snap-align: start;
      cursor: pointer;
      position: relative;
      background-color: #f0f0f0;
      overflow: hidden; /* コンテンツがはみ出さないようにする */
      aspect-ratio: 1 / 1; /* 正方形のサムネイル */
    }

    .thumbnail img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .thumbnail img.landscape {
      height: 100%;
      width: auto;
    }

    .thumbnail img.portrait {
      width: 100%;
      height: auto;
    }

    @media (max-width: 768px) {
      .thumbnail {
        flex: 0 0 calc((100% - 20px) / 3); /* スマホでは3つ表示 */
      }
    }

    .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      flex-direction: column;
		z-index: 999999999999;
    }

    .popup.visible {
      display: flex;
    }

    .popup-image {
      max-width: 80%;
      max-height: 80%;
    }

    .caption {
      color: white;
      margin-top: 10px;
      text-align: center;
    }

    .caption a {
      color: #00f;
      text-decoration: underline;
    }

    .popup-prev2,
    .popup-next2 {
		width: 50px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: white;
      border: none;
      cursor: pointer;
      padding: 10px;
    }

    .popup-prev2 {
      left: 20px;
    }

    .popup-next2 {
      right: 20px;
    }