@charset "UTF-8";
/* CSS Document */



/* kv
----------------- */
#kv {
	width: 100%;
    overflow: hidden;
    position: relative;
}
#kv:before {
    content: "Namashibori Montblanc Namashibori Montblanc Namashibori Montblanc Namashibori Montblanc Namashibori Montblanc";
	font-family: 'Cormorant Garamond', serif;
    font-size: 15.0rem;
    line-height: 1;
    color: rgba(255,255,255,0.3);
    white-space: nowrap;
	font-weight: 500;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
    animation: footer-flow 150s linear infinite;
}
@keyframes footer-flow {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
    #kv .pht {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
        #kv .pht img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


    #kv .news {
        width: 430px;
        border: solid 1px #fff;
		background: rgba(0,0,0,0.3);
        line-height: 1;
        position: absolute;
        bottom: 50px;
        right: 50px;
        z-index: 2;
    }
        #kv .news .flex {
            border-bottom: solid 1px #fff;
        }
        #kv .news .flex:nth-last-child(1) {
            border-bottom: none;
        }
        #kv .news time {
            display: block;
            width: 100px;
            height: 36px;
            font-size: 1.6rem;
            text-align: center;
            line-height: 34px;
            border-right: solid 1px #fff;
        }
        #kv .news p {
            width: -webkit-calc(100% - 100px);
            width: calc(100% - 100px);
        }
            #kv .news p a {
                display: block;
                height: 36px;
                padding-left: 12px;
                font-size: 1.3rem;
                color: #fff;
                line-height: 34px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                position: relative;
                padding-right: 30px;
            }
            #kv .news p a:before {
                content: "";
                width: 8px;
                height: 8px;
                background: #BEA976;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                right: 15px;
                margin-top: -4px;
            }




/* obsession
----------------- */
#obsession {
	width: 100%;
    background: #191718;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}




/* menu
----------------- */
#menu {
	width: 100%;
    background: #191718;
    padding-bottom: 120px;
    overflow: hidden;
}
	#menu .read-txt {
		font-size: 1.2rem;
		color: #fff;
		text-align: center;
		margin-top: -30px;
		margin-bottom: 30px;
	}




/* media
----------------- */
#media {
	width: 100%;
    padding: 80px 0 120px 0;
    overflow: hidden;
}




/* about
----------------- */
#about {
	width: 100%;
    padding: 80px 0 120px 0;
    overflow: hidden;
}
    #about .list {
       padding-left: 9%; 
    }
        #about .list .text {
            width: 40%;
            padding-right: 4%;
        }
            #about .list .text h3 {
                font-size: 2.4rem;
                line-height: 1.3em;
                margin-bottom: 12px;
            }

            #about .list .text a.bnr {
                display: block;
                width: 200px;
                margin-top: 20px;
            }

        #about .list iframe {
            aspect-ratio: 16 / 9;
            width: 60%;
            height: 100%;
        }





/* news
----------------- */
#news {
	width: 100%;
    padding: 80px 0 40px 0;
    overflow: hidden;
}
    #news .news-list {
        margin-bottom: 40px;
    }
    #news .news-list a.linkbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #fff;
        padding: 25px 0;
        margin-bottom: 20px;
        position: relative;
    }
        #news .news-list a.linkbox time {
            width: 140px;
            display: block;
            font-size: 1.6rem;
            line-height: 1;
            text-align: center;
            color: #919191;
        }

        #news .news-list a.linkbox h3 {
            width: -webkit-calc(100% - 140px);
            width: calc(100% - 140px);
            padding-right: 100px;
            font-size: 1.6rem;
            font-weight: 500;
            line-height: 1.3em;
        }

        #news .news-list a.linkbox .more {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            font-size: 1.4rem;
            line-height: 1;
            text-decoration: underline;
            position: absolute;
            top: 0;
            right: 30px;
        }
        #news .news-list a.linkbox:hover .more {
            text-decoration: none;
        }



/* footer
----------------- */
#footer {
	padding-bottom: 190px;
}

	







/* max 1100px */
@media screen and (max-width: 1100px) {



/* kv
----------------- */
#kv .news {
    bottom: 40px;
    right: 40px;
}
    #kv .news time {
        width: 80px;
        font-size: 1.4rem;
    }
    #kv .news p {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
        #kv .news p a {
            font-size: 1.3rem;
        }




/* obsession
----------------- */
#obsession {
    padding-top: 100px;
    padding-bottom: 100px;
}




/* menu
----------------- */
#menu {
    padding-bottom: 100px;
}





/* media
----------------- */
#media {
    padding: 60px 0 100px 0;
}




/* about
----------------- */
#about {
    padding: 60px 0 100px 0;
}
    #about .list {
       padding-left: 7%; 
    }
        #about .list .text h3 {
            font-size: 2.2rem;
        }

        #about .list .text a.bnr {
            width: 180px;
        }





/* news
----------------- */
#news {
    padding: 60px 0 40px 0;
}
    #news .news-list a.linkbox time {
        width: 110px;
        font-size: 1.5rem;
    }

    #news .news-list a.linkbox h3 {
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px);
        padding-right: 90px;
        font-size: 1.5rem;
    }

    #news .news-list a.linkbox .more {
        font-size: 1.2rem;
        right: 20px;
    }









}

	







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



/* kv
----------------- */
#kv {
    margin-top: 60px;
}
#kv:before {
    font-size: 10.0rem;
    top: -20px;
}
    #kv .pht {
        aspect-ratio: 1/1;
        height: 100%;
    }


    #kv .news {
        width: 86%;
        bottom: 0;
        right: 7%;
    }




/* obsession
----------------- */
#obsession {
    padding-top: 60px;
    padding-bottom: 80px;
}




/* menu
----------------- */
#menu {
    padding-bottom: 80px;
}





/* media
----------------- */
#media {
    padding: 40px 0 80px 0;
}




/* about
----------------- */
#about {
    padding: 40px 0 0 0;
}
    #about .list {
        display: block;
        padding: 0;
        margin-top: -20px;
    }
        #about .list .text {
            width: 100%;
            text-align: center;
            padding: 0 7% 50px 7%;
        }
            #about .list .text h3 {
                font-size: 2.0rem;
            }

            #about .list .text a.bnr {
                width: 200px;
                margin: 20px auto 0 auto;
            }

        #about .list iframe {
            aspect-ratio: 16 / 9;
            width: 100%;
            height: 100%;
        }





/* news
----------------- */
#news {
    padding: 40px 0 40px 0;
}
    #news .news-list {
        margin-bottom: 30px;
    }
    #news .news-list a.linkbox {
        display: block;
        padding: 20px;
        margin-bottom: 10px;
    }
        #news .news-list a.linkbox time {
            width: 100%;
            font-size: 1.4rem;
            text-align: left;
            margin-bottom: 5px;
        }

        #news .news-list a.linkbox h3 {
            width: 100%;
            padding-right: 0;
            font-size: 1.4rem;
        }

        #news .news-list a.linkbox .more {
            font-size: 1.0rem;
            height: auto;
            top: 20px;
            right: 20px;
        }



/* footer
----------------- */
#footer {
	padding-bottom: 100px;
}







}
