@charset "utf-8";

/*==================================================
RESET
==================================================*/


body{
	background:#000 url("img/noise.png") repeat;
	color:#fff;
	font-family:"Noto Sans JP",sans-serif;
}

img{
	display:block;
	max-width:100%;
	height:auto;
}


#container{width: 100%; max-width: 1280px; margin: 0 auto;position:relative;
padding-bottom: 50px;}


.sp{display:none;}

@media screen and (max-width: 767px) {
.sp{ display:inline;}
}

/*==================================================
KV
==================================================*/

.kv{
	display:flex;
	align-items:stretch;
	background:#000;
}

@media screen and (max-width:1050px){
.kv{height: 900px;}
}


/*==================================================
LEFT SIDE
==================================================*/

.kv-side{
	width:400px;
	background:#c60018;
	padding:25px 20px;
	flex-shrink:0;

}


.kv-title{
	font-size:30px;
	font-weight:900;
	line-height:1.1;
	letter-spacing:.02em;
}


@media screen and (max-width:1280px){
.kv-side{width:300px;}
}

@media screen and (max-width:850px){
.kv-side{display: none;}
.kv-title{display: none;}
}


/*==================================================
KV IMAGE
==================================================*/

.kv-main{
	flex:1;
	background:#000;
}


.kv-main img{
	display:block;
	width:100%;
	height:auto;
}

@media screen and (max-width:1280px){
.kv-main{overflow:hidden;}

.kv-main img{display:block;width:140%;height:auto;}
}

@media screen and (max-width:1050px){
.kv-main img{display:none;}
}


.kv-main{background-image: url("img/kv1050.jpg");
background-position: right top; background-size: 831px 900px;
background-repeat: no-repeat;}


@media screen and (max-width:700px){

	.kv{
		height:auto;

	}

	.kv-main{

		background-image:url("img/kv850.jpg");
		background-repeat:no-repeat;
		background-position:center top;
		background-size:100% auto;

		aspect-ratio:980 / 1280;

	}

}

/*==================================================
KV NAV
==================================================*/

.kv{position:relative;}

/* ナビ全体 */

.kv-nav{
	position:absolute;
	top:170px;
	left:150px;
	z-index:10;
}

@media screen and (max-width:1280px){
.kv-nav{left:30px;}
}


@media screen and (max-width:850px){
.kv-nav{display: none;}
}


/*==============================
1行
==============================*/

.kv-nav-item{

	width:330px;
	height:70px;
	margin-bottom:15px;
	padding:0 22px 5px;
	display:flex;
	align-items:center;
	gap:18px;
	background:linear-gradient(
90deg,
rgba(95,0,0,.75) 0%,
rgba(45,0,0,.55) 40%,
rgba(0,0,0,.50) 100%
);

	border:1px solid rgba(255,255,255,.25);
	backdrop-filter:blur(3px);

	box-shadow:
0 0 12px rgba(255,255,255,.15),
0 0 30px rgba(255,255,255,.08);

	transition:all .35s ease;
}


/*==============================
番号
==============================*/

.nav-no{

	width:60px;
	font-size:52px;
	font-weight:900;
	line-height:1;
	color:rgba(255,255,255,1.00);
	text-align:center;
	flex-shrink:0;
margin-left:-5px;
}


/*==============================
文字
==============================*/

.nav-text{
	line-height:1.2;
}


.nav-text h2{
	font-size:26px;
	font-weight:800;
	letter-spacing:.02em;
	color:#fff;
	margin-bottom:4px;
}


.nav-text p{
	font-size:15px;
	font-weight:700;
	color:#fff;
}


/*==============================
Hover
==============================*/

.kv-nav-item:hover{

	transform:translateX(10px);

	background:rgba(0,0,0,.68);

	border-color:rgba(255,255,255,.55);

	box-shadow:0 0 24px rgba(255,255,255,.28);

}



/*==================================================
INTRODUCTION
==================================================*/

.intro{
	position:relative;
	margin-top:-120px;
	padding-bottom:100px;
	z-index:10;
}

@media screen and (max-width:1300px){
.intro{margin-top:-60px;}
}

@media screen and (max-width:1200px){
.intro{margin-top:50px;}
}

.intro-inner{
	max-width:800px;
	margin:0 auto;
	padding:50px 40px 60px;
	 border:2px solid rgba(255,255,255,.8);
    border-radius:40px;
     transition:
        box-shadow .35s ease,
        transform .35s ease;
	background:
		linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.35)),
		url(img/intro_bg.jpg) left center / cover no-repeat;

	box-shadow:0 18px 40px rgba(0,0,0,.35);

}

.intro-inner:hover{
 border:none;
 
   box-shadow:
        0 0 0 2px rgba(198,0,24,.95),
        0 0 20px rgba(198,0,24,.35),
        0 0 50px rgba(198,0,24,.20);

    transform:translateY(-8px);

}


@media screen and (max-width:1000px){
.intro-inner{width: 80%;padding:40px 20px 50px;}
}

@media screen and (max-width:767px){

	.intro-inner{

		padding:40px 25px 250px;

	background:
	linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.35)),
	url(img/intro_bg_sp.jpg) center bottom / 100% auto no-repeat;

		background-color:#000;

	}

}

@media screen and (max-width:700px){
}

@media screen and (max-width:600px){
.intro-inner{width: 80%;}
}

@media screen and (max-width:550px){
}

@media screen and (max-width:500px){
}


/*==================================================
SECTION TITLE
==================================================*/

.section-title{

	display:flex;
	align-items:flex-end;
	gap:18px;

	margin-bottom:40px;

}

.section-no{

	font-size:60px;
	font-weight:800;
	line-height:1;

	color:#c60018;

	letter-spacing:-.02em;

}

.section-heading{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.section-heading h2{
	font-size:40px;
	font-weight:800;
	line-height:1.1;
	letter-spacing:.03em;
	color:#fff;
}

.section-heading small{
	font-size:20px;
	font-weight:500;
}


.section-line{

width:100%;
	height:3px;

	margin-top:12px;

	background:#c60018;

}

/*==================================================
850px
==================================================*/

@media screen and (max-width:850px){

	.section-title{
		gap:14px;
		margin-bottom:30px;
	}

	.section-no{
		font-size:48px;
	}

	.section-heading h2{
		font-size:36px;
	}

	.section-heading small{
		font-size:16px;
	}

}



@media screen and (max-width:767px){

	.section-title{
		gap:10px;
		margin-bottom:24px;
		align-items:center;
	}

	.section-no{
		font-size:clamp(36px,8vw,48px);
	}

	.section-heading h2{
		font-size:clamp(33px,5vw,32px);
		line-height:1.15;
		letter-spacing:.01em;
	}

.intro .section-heading h2{
		font-size:clamp(26px,5vw,32px);}
		

	.section-heading small{
		font-size:18px;
	}

	.section-line{
		height:2px;
		margin-top:8px;
	}

}

/*==================================================
TEXT
==================================================*/

.intro-text h3{

	font-size:28px;
	font-weight:700;
	line-height:1.6;

	color:#fff;

	margin-bottom:30px;

}

.intro-text p{

	font-size:14px;
	line-height:1.8;

	color:#fff;

	margin-bottom:18px;

}

.intro-text p:last-child{

	margin-bottom:0;

}

@media screen and (max-width:850px){
.intro-text h3{	font-size:21px; line-height: 1.3;}

}



/*==================================================
共通
==================================================*/


.goods{
	padding:30px 0; 
}

.comment-inner,
.outline-inner,
.goods-inner{ padding: 50px 25px;min-height: 150px;
	max-width:1000px;
	margin:0 auto;
	background-repeat: no-repeat; background-position:right center; background-size: 100%;
}



/*.comment-inner{background-image: url("img/keepout.jpg");border: 1px solid rgba(255,255,255,0.3);}
.highlight-inner{background-image: url("img/noise90.jpg");border: 1px solid rgba(255,255,255,0.3);}


/*==================================================
SECTION TITLE　
==================================================*/

.comment .section-heading h2{
	display:flex;
	align-items:flex-end;
	gap:20px;
}

.comment .section-heading small,
.highlight .section-heading small{
	font-size:18px;
	font-weight:700;
	color:#fff;
    letter-spacing:.08em;
    opacity:.45;
}

.highlight .section-no,
.comment .section-no{
	color:#fff;
	opacity:.7;
}

@media screen and (max-width:1024px){

.comment{
	padding:80px 0 30px;
}

.comment-inner{ 
	padding:0 20px;
}

}

/*========================================
COMMENT
========================================*/

.comment{}
.comment-area{}

.comment-inner{
    width:min(90%,900px);
    margin:0 auto;
    position:relative;
    z-index:2;
}

.comment-heading{
    font-family:'Oswald',sans-serif;
    font-size:72px;
    color:#fff;
    text-align:center;
    line-height:1;
    margin-bottom:25px;
    letter-spacing:.08em;
}

.comment-title{
    font-size:36px;
    color:#fff;
    text-align:center;
    font-weight:700;
    margin-bottom:10px;
}

.comment-subtitle{
    font-size:18px;
    color:#fff;
    text-align:center;
    margin-bottom:0px;
}

.comment-content{
    margin-top:0px; margin-bottom: 60px;
    padding:90px 80px 50px;
    background:
        linear-gradient(
            to bottom,
            rgba(119,0,0,0) 0%,
            rgba(119,0,0,.75) 12%,
            rgba(130,0,0,.95) 22%,
            #930000 40%,
            #b60000 100%
        );
}

.comment-logo{ 
width: 100%;
text-align:center;
}

.comment-logo img{ width: 200px; margin:50px auto -90px;}



/*------------------------------
冒頭
------------------------------*/

.comment-preview{
    max-width:760px;
    margin:0 auto 50px;
}

.comment-talk{
    display:grid;
    grid-template-columns:120px 1fr;
    row-gap:25px;
    column-gap:25px;
}

.comment-talk dt{
    color:#fff;
    font-weight:bold;
    text-align:right;
}

.comment-talk dd{
    color:#fff;
    line-height:1.5;
    margin:0;
}

/*------------------------------
ボタン
------------------------------*/

.comment-toggle{
    display:block;
    margin:0 auto;
    background:none;
    border:2px solid #fff;
    color:#fff;
    padding:18px 60px;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

.comment-toggle span{font-size: 30px;}

.comment-toggle:hover{
    background:#fff;
    color:#b10000;
}

/*------------------------------
アコーディオン
------------------------------*/

.comment-detail{
    display:none;
    margin-top:70px;
    padding-top:70px;
    border-top:1px solid rgba(255,255,255,.3);
	
}

.comment-detail{
    display:none;
}


.comment-detail.open{
    display:block;
}

.comment-copy{text-align: center; margin: 30px auto 0; font-size: 12px;}
/*==================================================
NEWS
==================================================*/

.news{ width: 100%; max-width: 1000px; margin: 0 auto;
	padding:40px 0;
}

.news-inner{
	max-width:1280px;
	margin:0 auto;
}


/*========================================
COMMENT SP
========================================*/



@media screen and (max-width:767px){

.comment-area{
    padding:70px 0 0;
}

.comment-title{
    font-size:25px;
    line-height:1.4;
    margin-bottom:15px;
}

.comment-subtitle{
    font-size:15px;
    line-height:1.7;
}

.comment-content{
    margin-bottom:60px;
    padding:50px 20px 40px;
}

/* 会話 */

.comment-preview{
    margin-bottom:35px;
}

.comment-talk{
    display:block;
}

.comment-talk dt{
    text-align:left;
    font-size:16px;
    margin-bottom:6px;
}

.comment-talk dd{
    font-size:15px;
    line-height:1.5;
    margin:0 0 24px;
}

/* ボタン */

.comment-toggle{
    width:100%;
    max-width:320px;
    padding:15px 20px;
    font-size:16px;
}

/* アコーディオン */

.comment-detail{
    margin-top:40px;
    padding-top:40px;
}

/* ロゴ */

.comment-logo img{
    width:150px;
    margin:40px auto -60px;
}

}


@media screen and (max-width:600px){
h3.comment-title{ font-size:21px}
.comment-subtitle{font-size:14px;}

.comment-toggle{width:200px;}
.comment-logo img{   margin:80px auto -70px;
}

}


/*==================================================
NEWS TRACK
==================================================*/

.news-track{

	display:flex;
	gap:20px;
padding-top: 20px;
	margin:50px auto 0;

}


/*==================================================
CARD
==================================================*/

.news-card{
	  flex:0 0 290px;
	min-height:180px;
	padding:30px;
	box-sizing:border-box;
	background:
linear-gradient(
180deg,
rgba(25,25,25,.95),
rgba(12,12,12,.95)
);
	border:1px solid rgba(255,255,255,.15);
	transition:.3s;
}

.news-card:hover{
	transform:translateY(-6px);
	border-color:#c60018;
	box-shadow:0 10px 25px rgba(198,0,24,.18);
}


/*==================================================
DATE
==================================================*/


.news-card time{
	display:block;
	font-size:14px;
	font-weight:700;
	color:#c60018;
	letter-spacing:.08em;
}

.news-card time::after{
	content:"";
	display:block;
	width:40px;
	height:2px;
	background:#c60018;
	margin-top:18px;
	transition:width .3s ease;
}

.news-card:hover time::after{
	width:90px;   /* ← マウスを乗せた時だけ90px */
}

/*==================================================
TITLE
==================================================*/

.news-card h3{
	margin-top:20px;
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	color:#fff;
}
.news-card p{font-size: 12px; margin: 20px 0 0;}

.news-track{
	display:flex;
	gap:20px;
	overflow-x:auto;
	scrollbar-width:thin;
	scrollbar-color:#c60018 #2b2b2b;
	padding-bottom: 20px;
}

/*
.news-card a{color:#CD696B;}
.news-card a:hover{color:#c60018;}
*/

.news-link{
    position:relative;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    padding-bottom:8px;
    font-weight:700; margin-top: 10px;
}

.news-link a:hover{}
.news-link::after{

    content:"";
    position:absolute;
    left:0;
    bottom:0;

    width:40px;
    height:2px;

    background:#c60018;
    transition:.35s;
}

.news-link:hover{color:rgba(255,255,255,0.5);}
.news-link:hover::after{
    width:100%;
}

.news-link span{
    width:22px;
    height:22px;
    align-items:center;
    justify-content:center;
    color:#c60018;
    margin-right:4px;
    transition:.3s;
}



.news-track::-webkit-scrollbar{

	height:3px;

}

.news-track::-webkit-scrollbar-track{

	background:#2b2b2b;

}

.news-track::-webkit-scrollbar-thumb{

	background:#c60018;

	border-radius:30px;

}

/*==================================================
NEWS TABLET
==================================================*/

@media screen and (max-width:1024px){

.news{

	padding:80px 0 100px;

}

.news-inner{

	padding:0 20px;

}

.news-track{

	gap:16px;

}

.news-card{

	flex:0 0 260px;

	padding:24px;

}

.news-card h3{
	font-size:20px;
	margin-top:22px;
}

}

/*------------------------------------
OUTLINE CARD
------------------------------------*/

.outline{padding: 100px 0 30px;}


.outline-card{

    display:flex;
    align-items:stretch;

    max-width:800px;
    margin:40px auto 0;

    background:#fff;
    border-radius:18px;
    overflow:hidden;

    border:1px solid #444;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.outline-card:hover{

    transform:translateY(-4px);

    border-color:rgba(255,255,255,.35);

    box-shadow:
        0 20px 45px rgba(0,0,0,.25),
        0 0 0 1px rgba(255,255,255,.15);

}

#ginza{margin-top: 80px;}


/* サムネイル */

.outline-thumb{

    width:32%;

    background:#111;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:10px;

}

.outline-thumb img{

    display:block;

    width:100%;
    height:auto;

    object-fit:contain;

}


/* 右側 */

.outline-body{
    width:68%;
    padding:25px 30px; color: #111;
}


/* タイトル */

.outline-title{

    font-size:28px;
    line-height:1.3;

    margin-bottom:15px;

    font-weight:700;

}

.outline-title span{

    display:block;

    font-size:17px;

    margin-top:2px;

    font-weight:500;

}


/* 情報 */

.outline-info{

    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;

    margin-bottom:18px;

}

.outline-row{

    display:flex;
    align-items:center;

    padding:12px 0;

    border-bottom:1px solid #eee;

}

.outline-row:last-child{

    border-bottom:none;

}

.outline-row dt{

    width:65px;

    font-size:17px;

    font-weight:bold;

    color:#d6001c;

}

.outline-row dd{
    flex:1;
    margin:0;
    font-size:18px;
    line-height:1.5;
}
.outline-row dd span.att{font-size:14px;}

/* 34日間 */

.outline-day{

    display:inline-block;

    margin-left:12px;

    padding:3px 8px;

    font-size:12px;

    color:#fff;

    background:#d6001c;

    border-radius:4px;

    vertical-align:middle;

}


/* ボタン */

.outline-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    width:200px;
    height:42px;

    border:2px solid #111;

    color:#111;

    text-decoration:none;

    font-size:15px;

    font-weight:bold;

    transition:.3s;

}

.outline-btn:hover{

    background:#d6001c;

    border-color:#d6001c;

    color:#fff;

}


/*------------------------------------
SP
------------------------------------*/

@media screen and (max-width:850px){

.outline-card{display:block;width: 600px; margin: 0 auto 50px;}

.outline-thumb{
    width:100%;
    padding:0px;
}

.outline-thumb img{
    width:320px;
    margin:0 auto;
}

.outline-body{
    width:100%; 
    padding:25px;box-sizing:border-box;
}

.outline-title{

    font-size:24px;

    margin-bottom:20px;

}

.outline-title span{

    font-size:16px;

}

.outline-row{

    display:block;

    padding:15px 0;

}

.outline-row dt{

    width:auto;

    margin-bottom:6px;

    font-size:16px;

}

.outline-row dd{

    font-size:18px;

}

/*.outline-btn{
    width:100%;
}*/

}


@media screen and (max-width:767px){
.outline-row dd .indent{
    display:inline-block;
    margin-left:40px;
}
}

@media screen and (max-width:700px){
.outline-card{width: 100%;}
.outline-row dd span.att{display: inline-block; margin-top: 20px;}


}

@media screen and (max-width:600px){
.outline-inner{ padding: 50px 15px;}
.outline-thumb img{width:250px;}
.outline-title{font-size:20px;}
}


/*----------------------------------------
GOODS Slider
----------------------------------------*/


.goods-inner{
    position:relative;
}

.goods-slider{
    position:relative;
    width:100%;
    min-height:350px; margin-bottom: 40px;
}

.goods-midashi{margin-bottom: 50px;}
.goods-midashi ul{margin:0px; margin-top: 20px;}
.goods-midashi ul li{font-size: 13px; list-style: square;}

.goods-slide{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;

    opacity:0;
    visibility:hidden;
    transition:opacity .5s ease;

    pointer-events:none;
}

.goods-slide.active{
    opacity:1;
    visibility:visible;
    position:relative;
    pointer-events:auto;
}

.goods-copy{
    width:37%;
}

.goods-number{
    display:block;
    font-size:70px;
    font-weight:700;
    color:#c89f44;
    line-height:1;
    margin-bottom:25px;
}

.goods-title{
    font-size:34px;
    line-height:1.4;
    margin-bottom:25px;
}

.goods-title img{width: 100%;}

.goods-text{
    font-size:16px;
    line-height:1.5;
}
.goods-text span{ color:#F7DE14; font-size: 14px;}

.goods-image{
    width:60%;
}

.goods-image img{
    width:100%;
    display:block;
}


/*----------------------------------------
Arrow
----------------------------------------*/

.goods-prev,
.goods-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:56px;
    height:56px;
    border:none;
    border-radius:50%;
    background:#000;
    color:#fff;
    font-size:30px;
    cursor:pointer;
    transition:.3s;
    z-index:20;
}

.goods-prev:hover,
.goods-next:hover{
    opacity:.8;
}

.goods-prev{
    left:-30px;
}

.goods-next{
    right:-30px;
}

.goods-arrow-sp{
    display:none;
}

/*----------------------------------------
Category Nav
----------------------------------------*/
.goods-nav{
    display:flex;
    justify-content:center;
    gap:15px;
    margin:15px 0 0;
    padding:0;
    list-style:none;
}

.goods-break{
    grid-column:1 / -1;
    width:0;
    height:0;
    margin:0;
    padding:0;
    list-style:none;
}

.goods-nav li{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    width:130px;
    min-height:92px;
    padding:12px 5px;

    border:1px solid #ddd;
    cursor:pointer;
    transition:.3s;

    box-sizing:border-box;
	font-size:13px;text-align: center!important;
}

.goods-nav li span{
    display:block;
    font-size:24px;
    font-weight:700;
    margin-bottom:6px;
    line-height:1;
}
.goods-nav li span:nth-of-type(2){font-size:12px; font-weight: normal; margin: 0;}
.goods-nav li span.r11{font-size:11px;}
.goods-nav li span.r11_2{font-size:11px;letter-spacing: -0.1em;}

.goods-nav li.active{
    background:#a10000;
    border-color:#a10000;
    color:#fff;
}

/*----------------------------------------
SP
----------------------------------------*/

@media screen and (max-width:900px){

.goods-slide{
    gap:30px;
}

.goods-copy{
    width:42%;
}

.goods-image{
    width:58%;
}

.goods-title{
    font-size:28px;
}

.goods-number{
    font-size:58px;
}

}

@media screen and (max-width:767px){

.goods-slider{
    min-height:auto;
}

.goods-slide{
    flex-direction:column;
    gap:12px;
}

.goods-copy{
    width:100%;
    text-align:center;
    order:3;
}

.goods-arrow-sp{
    order:2;
}

.goods-image{
    width:100%;
    order:1;
}

.goods-number{
    font-size:52px;
    margin-bottom:15px;
}

.goods-title{
    font-size:26px;
    margin-bottom:18px;
}

.goods-text{
    font-size:15px;
    line-height:1.8;
}

.goods-prev,
.goods-next{
    width:46px;
    height:46px;
    font-size:24px;
}

.goods-prev{
    left:10px;
}

.goods-next{
    right:10px;
}

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

.goods-nav li{width:48%;}
.goods-nav li span{font-size:22px;}


.goods-nav-top,
.goods-nav-bottom{
    display:none;
}



.goods-arrow-sp{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:80px;

   margin:5px 0 0px;

}


.goods-prev-sp,
.goods-next-sp{

    background:none;
    border:none;

    padding:0;

    font-size:44px;
    line-height:1;

   color:#c89f44; 

    cursor:pointer;

    transition:.3s;

}

.goods-prev-sp:hover,
.goods-next-sp:hover{

    opacity:.6;

}

/* PC用矢印は非表示 */

.goods-prev,
.goods-next{

    display:none;

}

}


@media screen and (max-width:600px){
.goods-nav li{width:47%;}
}
