*:focus {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
#bg {
	content: "";
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../images/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
#sej_bg {
	background-size: contain;
	background-attachment: fixed;
	font-family: ryo-gothic-plusn, sans-serif;
}
.sticky__container {
	display: flex;
	justify-content: center;
}
.pcBox {
	height: 100vh;
	position: sticky;
	left: 5%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pcBox-right {
	width: 90%;
}

/* ============================================================
PC用サイドナビゲーション
============================================================ */
.pc-side-nav {
	font-family: ryo-gothic-plusn, sans-serif;
    position: fixed;
    right: calc(50% - 250px - 180px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 160px;
}

.pc-side-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pc-side-nav li {
    width: 100%;
}

.pc-side-nav a {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #000000;
    border-radius: 12px;
    padding: 12px 14px;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 4px 0px #000000;
    box-sizing: border-box;
	letter-spacing: 2px;
}

.pc-side-nav a span {
    display: block;
    font-size: 9px;
    color: #989898;
    margin-top: 3px;
    font-weight: 800;
	font-family: "rustica", sans-serif;
}

.pc-side-nav a:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #000000;
    background: #fac300;
}

@media only screen and (max-width: 920px) {
    .pc-side-nav {
        right: 15px;
        width: 140px;
    }
    .pc-side-nav a {
        padding: 10px 10px;
        font-size: 11px;
    }
}

.head_logo{
    border-bottom: 2px solid #000000;
    padding: 12px 0;
    text-align: left;
}

.head_logo img{
    width: 130px!important;
    padding-left: 10px;
}

.top_news{
	background: #199447;
	color: #ffffff;
	font-family: ryo-gothic-plusn, sans-serif;
	padding: 5px 0;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 17px;
}


#sej_wrap {
	max-width: 500px;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0 auto;
	color: #000000;
	display: block;
	letter-spacing: 1px;
	background: #FFFFFF;
	box-sizing: border-box;
	font-feature-settings: "palt";
	border: 2px solid;
}

.anchor{
	scroll-margin-top: 64px;
}

.head_logo{
	border-bottom: 2px solid #000000;
	padding: 12px 0;
	text-align: left;
}

.head_logo img{
	width: 130px!important;
	padding-left: 10px;
}

.head{
	width: 95%;
	padding: 10% 0;
}

.head .title{
	width: 65%;
	margin: 0 0 0 auto;
}

/************************************************************
CONCEPT
************************************************************/
.concept_card {
    display: flex;
    align-items: stretch;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #fff;
    width: 100%;
}

.concept_sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px dashed #000;
    width: 70px;
    flex-shrink: 0;
	padding: 3% 0;
}

.concept_label {
	font-family: "rustica", sans-serif;
	font-weight: 700;
    writing-mode: vertical-rl;
	transform: rotate(180deg);
    letter-spacing: 0.35em;
    font-size: 18px;
    color: #000;
}

.concept_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.concept_txt0 {
    font-weight: bold;
	font-family: "rustica", sans-serif;
	color: #ffffff;
	background: #000000;
	padding: 3px 5px 5px;
	line-height: 1;
	font-size: 18px;
}

.equal {
    font-weight: bold;
	writing-mode: vertical-rl;
    margin: 10px 0 7px;
    font-size: 18px;
}

.concept_txt {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
	line-height: 1.3;
	letter-spacing: 2px;
}

.concept_detail{
	width: 90%;
	margin: 10% auto;
	line-height: 2;
	font-weight: 500;
}

.concept_lead1{
	font-size: 16px;
	letter-spacing: 1.6px;
	margin-bottom: 3%
}

.concept_lead2{
	font-size: 16px;
	letter-spacing: 1.6px;
	margin-bottom: 3%
}

.concept_lead3{
	font-size: 16px;
	letter-spacing: 1.6px;
}

.subtxt_box{
	margin: 5% 0 0;
	letter-spacing: 1.6px;
}

.concept_subtxt1,.concept_subtxt2{
	font-size: 70%;
	font-weight: normal;
}

.concept_subtxt2{
	margin-top: 5px;
}

/* カーソル点滅アニメーション */
.typing-cursor {
  display: inline-block;
  width: 2px;
  height: 1.2em;
  background-color: #000;
  vertical-align: -0.15em;
  margin-left: 2px;
  animation: cursorBlink 0.7s infinite;
}

@keyframes cursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* タイピング完了後にカーソルを消したい場合 */
.typing-cursor.hide {
  display: none;
}

/************************************************************
各セクションタイトル
************************************************************/
.cate_wrap{
	margin: 10% 0;
}

.cate_wrap .no{
	color: #ffffff;
	padding: 10px 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: "rustica", sans-serif;
}

.bg_pink{
	background: #d5607a;
}
.bg_yellow{
	background: #d4a017;
}
.bg_red{
	background: #c80f2e;
}
.bg_purple{
	background: #8a5ea7;
}
.bg_gray{
	background: #888888;
}

.cate_wrap .cate_title{
	letter-spacing: 3px;
	padding: 5% 0 1%;
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
}

.cate_wrap .rub{
	letter-spacing: 3px;
	padding: 0 0 5%;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	font-family: "rustica", sans-serif;
}

.co_pink{
	color: #d5607a;
}
.co_yellow{
	color: #d4a017;
}
.co_red{
	color: #c80f2e;
}
.co_purple{
	color: #8a5ea7;
}
.co_gray{
	color: #888888;
}

/************************************************************
03_コラボ
************************************************************/
#collab{
	background: url("../images/bg_collab.jpg");
	padding-bottom: 10%;
}

.collab_title span{
	background: #fff;
	padding: 5px 10px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border: 2px dashed #000;
	display: inline-block;
	margin-bottom: 2%;
	letter-spacing: 3px;
}

.collab_lead{
	font-size: 18px;
	margin: 3% 0;
	line-height: 2;
	letter-spacing: 1.6px;
	font-weight: 600;
}

.com{
	width: 65%;
	margin: 0 auto;
}

.collab_img{
	width: 85%;
	margin: 7% auto 0;
}

.collab_img img{
	border-radius: 24px;
	border: 2px solid #c80f2e;
	box-sizing: border-box;
}

/************************************************************
04_今後の展開
************************************************************/
.future_card {
	position: relative;
    overflow: hidden; 
    display: flex;
    align-items: stretch;
    border: 2px solid #000;
	border-radius: 15px;
    background-color: #ffffff;
    width: 90%;
	margin: 0 auto 3%;
	box-shadow: 5px 5px 0px 0 rgb(0, 0, 0);
}

.future_card:nth-last-child(1){
	margin-bottom: 10%;
}

.future_sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    flex-shrink: 0;
	padding: 2% 0;
	background: #8a5ea7;
}

.future_label {
    display: inline-block;
    writing-mode: horizontal-tb;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
	background: #8a5ea7;
    font-family: "rustica", sans-serif;
	line-height: 1.2;
    padding: 5px 0;
}

.future_label span {
	font-size: 12px;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: bold;
}

.future_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 3%;
	letter-spacing: 1.6px;
	background: #ffffff;
	border-left: 2px dashed #000;
}

.future_title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
	text-align: left;
}
.future_lead {
    font-size: 14px;
    color: #888888;
    line-height: 1;
    margin-top: 10px;
}

.future_card.coming_soon::after {
    content: "COMING SOON";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(135, 135, 135, 0.72); 
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.future_txt{
	font-size: 13px;
	text-align: left;
	width: 90%;
	margin: 0 auto 10%;
	color: #888888;
}

/************************************************************
05_取扱店舗
************************************************************/
.txt_wrap{
	margin-bottom: 10%;
	width: 90%;
	margin: 0 auto 10%;
}

.store_title{
	text-align: left;
	font-size: 24px;
}

.store_title span{
	font-weight: bold;
	background: linear-gradient(transparent 50%, #fff836 50%);
}

.store_lead{
	color: #888888;
	margin-top: 5%;
	text-align: left;
	font-size: 13px;
	line-height: 1.8;
}

.btn_box{
	margin-bottom: 10%;
}

.btn_box a{
	pointer-events: none;
}

span.font_blk{
	display: inline-block;
	color: #333333;
	font-size: 15px;
}

/************************************************************
footer
************************************************************/
.footer {
    background: #000;
    color: #fff;
    padding: 10% 5% 5%;
}

.footer_logo {
    width: 35%;
    margin: 0 auto;
}

.sns_contents {
    display: flex;
    justify-content: center;
    column-gap: 10%;
    margin: 15% 0 5%;
    align-items: flex-start;
}

.sns_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sns_brand {
    position: relative;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 16px;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
	font-family: "rustica", sans-serif;
}

.sns_brand::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}


.sns {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.sns_ig, .sns_x {
    width: 30px;
}

.sns img {
    width: 100%;
    height: auto;
    display: block;
}

.footer_menu{
	width: 100%;
}

.footer_menu a{
	color: #fff;
	font-size: 14px;
	font-family: "rustica", sans-serif;
	line-height: 1;
	text-decoration: none;
}

.footer_menu ul{
	margin: 0;
	padding: 40px 0!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	width: 85%;
}

.footer_menu li{
    display: inline-flex;
    align-items: center;
}

.footer_menu li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 16px;
}

.copy{
	font-size: 10px;
	font-weight: 300;
}


/************************************************************
ボタン
************************************************************/
.btn-container {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
	margin-bottom: 10px;
}

/* 左側：楕円ボタン */
.btn-main1, .btn-main2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 32px;
    border-radius: 100vh;
    font-size: 15px;
    letter-spacing: 0.05em;
	width: 355px;
	border: 1.5px solid #000;
	font-weight: 500;
	line-height: 1.4;
}

.btn-main1{
	/*background-color: #000;*/
    /*color: #fff;*/
	background: #a1a1a1; 
	color: #d6d6d6;
	border: 1px solid #999999;
	justify-content: center;
	flex-direction: column;
	font-size: 13px;
}

.btn-main2{
	background-color: #000;
    color: #fff;
}

/* 右側：円形アイコンボタン（重ねずにそのまま配置） */
.btn-icon1,.btn-icon2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1.5px solid #000;
    border-radius: 50%;
    margin-left: 0; /* 隙間を空けたい場合は 8px などに設定 */
}

.btn-icon1 {
    background-color: #000;
    color: #fff;
}
.btn-icon2 {
    background-color: #000;
    color: #fff;
}

/* 矢印画像 */
.btn-icon1 .arrow-img,
.btn-icon2 .arrow-img {
    height: 15px;
    display: block;
    transition: transform 0.2s ease;
}

/************************************************************
ヘッダー
************************************************************/
.header {
    display: none;
}

.hamburger {
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 1000;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
	border: none;
}

.hamburger_icon {
    width: 32px;
    height: 32px;
}

.hamburger_line {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger_line:nth-child(1) {
    stroke-dasharray: 60 207;
}

.hamburger_line:nth-child(2) {
    stroke-dasharray: 60 60;
}

.hamburger_line:nth-child(3) {
    stroke-dasharray: 60 207;
}

.hamburger.active .hamburger_line:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.hamburger.active .hamburger_line:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.hamburger.active .hamburger_line:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.hamburger.active {
   border-left: none;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	background: rgba(255,255,255,0.98);
    clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
	pointer-events: none;
}

.nav.active {
    clip-path: circle(150% at calc(100% - 44px) 44px);
	pointer-events: auto;
}

.nav_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.nav_list {
	padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    text-align: left;
}

.nav_item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav_item a{
	width: 100%;
}

.nav.active .nav_item {
    opacity: 1;
    transform: translateY(0);
	border-bottom: 2px solid #000000;
}

.nav.active .nav_item:nth-child(1) { transition-delay: 0.1s; }
.nav.active .nav_item:nth-child(2) { transition-delay: 0.2s; }
.nav.active .nav_item:nth-child(3) { transition-delay: 0.3s; }
.nav.active .nav_item:nth-child(4) { transition-delay: 0.4s; }
.nav.active .nav_item:nth-child(5) { transition-delay: 0.5s; }
.nav.active .nav_item:nth-child(6) { transition-delay: 0.6s; }
.nav.active .nav_item:nth-child(7) { transition-delay: 0.7s; }

.nav_link {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
}

.nav_text {
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: bold;
	display: block;
	line-height: 1;
	letter-spacing: 2px;
}

.nav_text span {
	font-size: 50%;
	color: #989898;
}


.logo {
	text-align: center;
}
.logo img {
	width: 150px!important;
}
.logo_rokx img {
	width: 180px!important;
}
.top_txt {
	margin: 40px 0;
}
.top_subttl {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
	color: #333;
}
.top_lead {
	font-size: 15px;
	text-align: left;
}
.concept_wrap {
	text-align: left;
}

#sej_wrap img {
	width: 100%;
	vertical-align: bottom;
}
#sej_wrap ul, #sej_wrap li {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
#sej_wrap a {
	text-decoration: none;
}
#sej_wrap a:hover {
	opacity: 0.8;
}
#sej_wrap .img {
	width: 100%;
	position: relative;
	line-height: 0;
}
#sej_contents {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.obi {
	align-items: center;
	background: #000;
	color: #fff;
	display: flex;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	z-index: 1;
	margin-bottom: 10%;
}
.obi ul {
	animation: flowing-obi 40s linear infinite;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 600;
	font-size: 16px;
	transform: translateX(100%);
	margin: 0;
	padding: 0;
}
.obi ul li {
	display: inline-block;
	padding-right: 10px;
	letter-spacing: 1.6px;
}
@keyframes flowing-obi {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}


#gallery{
	margin-bottom: 10%;
}

#gallery img{
    width: 100%;
	min-width: 0;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cate_wrap.gallery{
	margin-bottom: 0;
}

/* 1. 左大(2) + 右小縦2(1) */
.grid-big-left {
    display: grid;
    grid-template-columns: 2fr 1fr;
    aspect-ratio: 2 / 0.95;
}

/* 2. 右大(2) + 左小縦2(1) */
.grid-big-right {
    display: grid;
    grid-template-columns: 1fr 2fr;
    aspect-ratio: 2 / 0.95;
}

/* 縦2枚重ね用コンテナ */
.stack-photos {
    display: grid;
    grid-template-rows: 1fr 1fr;
    height: 100%;
    width: 100.1%;
    min-width: 0;
    min-height: 0;
}

/* 3. 3列均等 */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	aspect-ratio: 3 / 1.1;
}

.grid-3 img{
    width: 100.1%!important;
}

/* 4. 2列均等 */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    aspect-ratio: 1 / 0.75;
}

/* 5. 1列 フル幅 */
.grid-1 {
    width: 100%;
}


/************************************************************
Filter Buttons
************************************************************/

.filter-btn {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin: 40px auto 25px;
	overflow-x: auto;
	padding-bottom: 10px;
	width: 95%;
}
.filter-btn button {
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 30px;
	background: #ffffff;
	flex: 1;
	min-width: 80px;
	height: 40px;
	font-weight: 700;
	font-size: 13px;
	transition: all 0.25s ease;
	box-sizing: border-box;
	border: 2px solid #eaeaea;
	color: #888888;
}
/* ALL ボタン */

.filter-btn button.btn-all {
	border: 2px solid #333333;
	color: #333333;
	font-family: "rustica", sans-serif;
}
.filter-btn button.btn-all.active {
	background: #333333;
	color: #ffffff;
}
/* レギュラー ボタン */
.filter-btn button.btn-regular{
	border: 2px solid #807D7D;
	color: #807D7D;
}
.filter-btn button.btn-regular.active{
	background: #807D7D;
	color: #ffffff;
}

/* シーズン ボタン */
.filter-btn button.btn-season{
	border: 2px solid #d4a017;
	color: #d4a017;
}

.filter-btn button.btn-season.active{
	background: #d4a017;
	color: #ffffff;
}

/* コラボ ボタン */
.filter-btn button.btn-collab {
	border: 2px solid #c80f2e;
	color: #c80f2e;
}
.filter-btn button.btn-collab.active {
	background: #c80f2e;
	color: #ffffff;
}

/************************************************************
Product Grid
************************************************************/

.item-list {
	display: flex;
	justify-content: space-evenly;
	width: 95%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.item {
	width: 45%;
	margin: 0px 0 3% 0;
	cursor: pointer;
	transition: transform 0.2s ease;
	border: 1px solid #000000;
	border-radius: 15px;
	position: relative;
}

.badge-season {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #d4a017;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 3px;
	z-index: 2;
	letter-spacing: 0.5px;
	line-height: 1;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}


.item:hover {
	transform: translateY(-4px);
}
.item img {
	border-radius: 15px 15px 0px 0px;
	border-bottom: 1px solid #000000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: opacity 0.2s ease;
}
.item:hover img {
	opacity: 0.9;
}
.hidden {
	display: none !important;
}
.item_box {
	text-align: left;
	padding: 10px 15px;
}
.item_brand {
	font-weight: 700;
	color: #767676;
	font-size: 11px;
	letter-spacing: .5px;
}
.item_name {
	font-weight: 700;
	font-size: 14px;
	color: #111;
	line-height: 1.4;
}
.item_detail {
	color: #767676;
    font-size: 11px;
    line-height: 1.2;
}
.item_price {
	font-weight: 700;
	font-size: 15px;
	color: #111;
	margin-top: 4px;
	letter-spacing: .5px;
}
.item_price span {
	font-size: 60%;
	font-weight: 500;
	margin-left: 2px;
}
.item_lead {
	font-size: 14px;
	text-align: left;
}
.item hr, .item .item_lead, .item .size_guide {
	display: none !important;
}
.modal-desc-box .item_lead {
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	text-align: left;
	margin-top: 10px;
}
.modal-desc-box hr {
	border: 0;
	border-top: 1px solid #eaeaea;
	margin: 15px 0 10px 0;
}

/************************************************************
サイズガイド表
************************************************************/

.size_guide table, #modal-size_guide table {
	width: 100%;
	margin: 15px 0 5px;
	border-collapse: collapse;
	border: 1px solid #000000;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
/* ヘッダーセルのスタイル */
.size_guide th, #modal-size_guide th {
	background-color: #fac300;
	color: #000000;
	font-weight: 700;
	font-size: 12px;
	padding: 10px 6px;
	border: 1px solid #000000;
	text-align: center;
	letter-spacing: 0.5px;
}
/* データセルのスタイル */s
.size_guide td, #modal-size_guide td {
	font-size: 13px;
	padding: 10px 6px;
	border: 1px solid #000000;
	text-align: center;
	color: #111111;
}
.size_guide tbody tr:nth-child(even), #modal-size_guide tbody tr:nth-child(even) {
	background-color: #fafafa;
}
.txt_cm {
	font-size: 10px;
	text-align: right;
}


/************************************************************
商品詳細
************************************************************/

.detail_box{
	display: none;
	background: #f9f9f9;
	padding: 5px;
	border-radius: 15px;
}

#modal-detail_box {
	margin-top: 12px;
}

#modal-detail_box table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

#modal-detail_box tr{
	border-bottom: 1px solid #E8E8E8;
}

#modal-detail_box tr:last-child{
	border-bottom: none;
}

#modal-detail_box th {
	color: #000000;
	font-weight: 700;
	padding: 8px 10px;
	text-align: center;
	width: 20%;
	vertical-align: middle;	
}

#modal-detail_box td {
	padding: 8px 10px;
	text-align: left;
	line-height: 1.5;
	color: #222;
}

/************************************************************
共通「もっと見る」ボタンスタイル（商品＆ギャラリー共用）
************************************************************/
.more-btn-wrap {
    text-align: center;
    margin: 40px 0 20px 0;
}

.custom-btn-group-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    border: none;
    background: transparent;
    padding: 0;
    font-family: inherit;
    outline: none;
}

.custom-btn-main-more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 42px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.custom-btn-circle-more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
    margin-left: -1.5px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.custom-btn-circle-more img.arrow-img {
    height: 15px;
    transition: transform 0.3s ease;
}

/* 矢印アイコン */
.arrow-icon-more {
    width: 18px;
    height: 18px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*.custom-btn-group-more:hover .custom-btn-main-more {
    background-color: #000000;
    color: #ffffff;
}

.custom-btn-group-more:hover .custom-btn-circle-more {
    background-color: #000000;
    color: #ffffff;
}

.custom-btn-group-more:hover .arrow-icon-more {
    transform: translateY(3px);
}

.custom-btn-group-more:hover .arrow-icon-more.is-expanded {
    transform: rotate(180deg) translateY(3px);
}*/


/************************************************************
Modal Window Styles
************************************************************/

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.modal-content {
	position: relative;
	background: #ffffff;
	width: 90%;
	max-width: 440px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
	z-index: 10000;
	text-align: left;
	box-sizing: border-box;
	margin: auto;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}
.modal-close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.2s ease;
	z-index: 10002;
	user-select: none;
}
.modal-close-btn:hover {
	background: #000000;
	color: #ffffff;
	transform: scale(1.1);
}
.modal-main-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 675 / 900;
	background-color: #f0f0f0;
	flex-shrink: 0;
}
.modal-main-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: opacity 0.25s ease-in-out;
}
.img-fade {
	opacity: 0.3;
}
/* Thumbnails scroll area */

.modal-thumbnails {
	display: flex;
	flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
	flex-shrink: 0;
    padding: 12px 20px;
    -webkit-overflow-scrolling: touch;
}
.modal-thumbnails::-webkit-scrollbar {
	height: 6px;
}
.modal-thumbnails::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
.modal-thumbnails::-webkit-scrollbar-thumb {
	background: #d4d4d4;
	border-radius: 10px;
}
.modal-thumb-item {
	width: auto;
	height: 70px;
	object-fit: contain;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 0.2s ease;
	opacity: 0.5;
	flex-shrink: 0;
}
.modal-thumb-item:hover {
	opacity: 0.8;
}
.modal-thumb-item.active {
	border-color: #111111;
	opacity: 1;
	transform: scale(1.05);
}
.modal-desc-box {
	font-family: ryo-gothic-plusn, sans-serif;
	padding: 15px 20px 25px 20px;
	background: #ffffff;
}
/************************************************************
Hero Fade Slide Animation
************************************************************/

.img_box1 {
	position: relative;
	width: 85%;
	margin: 0 auto;
	aspect-ratio: 540 / 550;
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 40px;
	background: #eaeaea;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	border: 2px solid #000000;
	box-sizing: border-box;
}
.fade_img1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: center center no-repeat;
	background-size: cover;
	animation: anime 6s 0s infinite;
	z-index: 1;
	opacity: 0;
}
.fade_img1 img {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
}
.fade_img1:nth-of-type(2) {
	animation-delay: 3s;
}
@keyframes anime {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	45% {
		opacity: 1;
	}
	55% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/************************************************************
Responsive Adjustments
************************************************************/

.pc {
	display: block;
}
.sp {
	display: none;
}
@media only screen and (max-width:768px) {
	.sticky__container {
		display: block;
	}
	.pcBox {
		display: none;
	}
	
    .pc-side-nav {
        display: none !important;
    }	
	
	#sej_wrap {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		border-top: none;
	}
	
    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 64px;
        background: #FFFFFF;
        border: 2px solid #000000;
        box-sizing: border-box;
        padding: 0 20px;
        z-index: 999;
    }

    
    .header-logo {
        display: flex;
        align-items: center;
        height: 100%;
    }
	
	.header-logo a img{
		width: 130px!important;
	}
	
    .hamburger {
        position: absolute;
        top: 0;
        right: 0;
        width: 64px;
        height: 100%;
        border-left: 2px solid #000000;
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-radius: 0;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
	
	.top_news {
        letter-spacing: 1.2px;
        font-size: 14.5px;
    }

    #sej_wrap {
        padding-top: 64px;
        border-top: none;
    }
	
    .head .title{
        width: 85%;
    }	
	
    .concept_label {
        font-size: 16px;
    }
	
    .concept_txt {
        font-size: 20px;
    }	
	
    .concept_lead1,.concept_lead2,.concept_lead3{
        font-size: 15px;
    }	
	
    .subtxt_box{
        margin: 8% 0 0;
    }	

    .cate_wrap .no {
        font-size: 25px;
    }	
	
    .cate_wrap .cate_title {
        font-size: 20px;
    }
	
    .cate_wrap .rub {
        font-size: 12px;
    }	
	
    .collab_lead {
        font-size: 16px;
    }		

    /*.future_body {
        margin-left: 3%;
    }*/	
	
    .future_sidebar {
		width: 65px;
    }	
	
    .future_title {
        font-size: 15px;
    }
	
    .future_lead {
        font-size: 13px;
    }
	
    .future_txt {
        margin: 5% auto 10%;
    }	
	
    .future_label {
        font-size: 13px;
    }
	
    .store_title {
        font-size: 22px;
    }
	
    .footer_menu a {
        font-size: 12px;
        white-space: nowrap;
    }
	
	.footer_menu ul{
        width: 100%;
    }
	
	span.font_blk{
		font-size: 14px;
	}
	
	.btn-main1, .btn-main2 {
        width: 305px;
		line-height: 1.6;
    }

	.pc {
		display: none;
	}
	.sp {
		display: block;
		width: 100%;
	}
}
