@charset "UTF-8";
main{
    position:relative;
}
h2{
    padding: 32vh 0 0 6vw;
    color: #9C897B;
    font-weight: 400;
}
h2 span {
display: block;
    margin-top: 16px;
    font-weight: 400;
    line-height: 1;
    font-size: 10rem;
}
h2 p.head-sub {
    font-size: 1.4rem;
}
h2 p.head-title {
    font-size: 7rem;
}
h3 {
    display: initial;
    border-top: none;
    color: #656565;
	z-index: 10;
}
h3:before {
    display: none;
}
h3 span{
    font-size: 5.2rem;
    margin-bottom: 80px;
}
.box h3 span {
    color: #fff;
}
h4{
    line-height: 1;
    padding: 1.3rem;
    display: block;
    margin: 0 0 24px;
    font-size: 2rem;
    font-weight: 600;
}
.section-inner {
    text-align: center;
	position:relative;
}
.container{
	text-align: left;
}
.card-item{
  text-align: left;
}
.company dl dt{
    float: left;
    width: 9em;
    padding: 10px 15px;
}
.company dl dd{
    padding: 10px 15px 10px 12em;
    box-sizing: border-box;
    border-bottom: 1px solid #C9C9C9;
    position: relative;
    text-align: left;
}
.company dl dd:after{
    content: "";
    display: block;
    width: 9em;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #F9CA24;
}
.wp-pagenavi {
    text-align: center;
    padding-top: 80px;
}
.guide h3 {
    margin-bottom: 90px;
}
.t-formlink{
	    color: #0670e2;
    border-bottom: solid 1px #0670e2;
}
.section-inner.bg-oncolor {
    position: relative;
    margin-top: 20vw;
}
.section-inner.bg-oncolor:before {
    position: absolute;
    z-index: -2;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #EFFFFE;
}

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

single,archive

-------------------------------*/
.single .contents-area a,.guide a{
	color:#987F6C;
	border-bottom:solid 1px #987F6C;
}
.single .gallery-icon a{
	border-bottom:none;
} 
.single .contents-area{
    line-height: 1.7;
}
.single .btn{
    margin: 100px auto 0;
    display: block;
	font-family: 'Marcellus';
}
.single .container{
    padding-left: 12vw;
    padding-right: 12vw;
    padding-bottom: 100px;
}
.single .container h3:before{
	display:none;
	}
.single img{
    max-width: 42vw;
}
.event .card-item figure{
	border: solid 1px #ddd;
}
.archive-link{
	width: 100%;
padding: 36px 0 26px;
    border-bottom: solid 1px #ccc;
}
.archive-link .date{
margin: 0 40px 0 30px;
    display: inline-block;
    min-width: 76px;
}
.archive-link .p-title{
    display: inline-block;
	 color: #656565;
}
.archive-link .sp-ver{
    display: none;
}
.min-section{
    min-height: 60vh;
}
.min-section.event{
	    min-height: 130vh;
}
span.note{
	    margin: 0;
    line-height: 1.8;
}
.news figure {
    margin-bottom: 14px;
}
.archive-title,.single-title{
    padding: 9px 16px 10px 0;
    margin-top: 14px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    border-top: solid 1px #ccc;
    letter-spacing: .02em;
}
.single h3{
    padding: 0px 0px 10px 0;
    margin-top: 0;
    margin-bottom: 44px;
    border-top: none;
    border-bottom: solid 1px #ccc;
    display: block;
    font-size: 2.8rem;
}
.blog h3 {
    margin-bottom: 3em;
	font-size: 1.8rem;
    font-weight: 500;
}
.works .single-g-area {
    margin-top: 6vw;
}
.works .single-g-area .wrap{
    gap: 0;
    justify-content: space-evenly;
}
.works .single-g-area .wrap .col-6{
    width: 40%;
}
/*-----------------------------

news

-------------------------------*/
.news.blog:before {
    background-image: none;
}
.date{
    margin: 12px 0 10px;
    font-size: 1.4rem;
    color: #a5a5a5;
    font-weight: 400;
}
.news .d-bl{
	display: inline-block;
}
.news .tag{
    margin-right: 20px;
}
/*-----------------------------

kv

-------------------------------*/
.kv {
position: relative;
    height: 60vh;
    top: 112px;
    margin-bottom: 14vh;
}
.kv:before {
	content:"";
	position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -5;
}
.blog .kv:before {
    background-image: url(../images/blog-kv-img.jpg);
}
/*-----------------------------

404

-------------------------------*/
.page-404 h2 span{
	 font-weight: 500;
    font-size: 3rem;
}
@media screen and (max-width:991px){
	.page-404 h2 span{
display:none;
}
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------
sp tab-tate
---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:991px){

.wrap-item{
width: 100% !important;
margin: 0 !important;
}
footer .box {
    padding: 0;
	}
.price table .th-upper {
    width: 14vw;
}
.price h4 {
    text-align: left;
	}
	.guide .wrap{
		    margin-bottom: 50px;
	}
.lead{
    padding: 0;
}
.section-inner {
    padding: 56px 0 20vw;
}
.section-inner.bg-oncolor {
    margin-top: 32vw;
}
/*-----------------------------

kv

-------------------------------*/
.kv {
    height: 34vh;
}
.kv:before {
    height: 34vh;
}
h2 {
        padding-top: 23vh;
    font-size: 1.4rem;
}
h2 span {
    font-size: 4rem;
	    margin-top: 6px;
    letter-spacing: inherit;
	}
h2 p.head-title {
    font-size: 3.8rem;
}
h3 {
    font-weight: 400;
}
h3 span {
    line-height: 1;
    font-size: 3rem;
    margin-bottom: 46px;
    margin-top: 8px;
}
h4{
    font-size: 1.7rem;
    line-height: 1.7;
}
/*-----------------------------

single

-------------------------------*/
.event.single figure {
    max-width: 100%;
	}
.archive-link .date {
    margin: 0 0 12px;
    display: block;
}
.min-section {
    min-height: 60vh;
}
.min-section.event{
	    min-height: 90vh;
}
.single .container {
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 80px;
}
.single img {
    max-width: 100vw;
}
.works .single-g-area .wrap .col-6 {
     width: 100%;
}
/*-----------------------------

news

-------------------------------*/
.news .d-bl{
	display: block;
}
.news .tag{
    margin-bottom: 12px;
}
.archive-link .pc-ver{
    display: none;
}
.archive-link .sp-ver {
    display: inline-block;
}
/*-----------------------------

news

-------------------------------*/
.news .d-bl{
	display: block;
}
.news .tag{
    margin-bottom: 12px;
}
.archive-link .pc-ver{
    display: none;
}
.archive-link .sp-ver {
    display: inline-block;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------
tab-tate
---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:991px) {
		    h2 {
        padding-top: 40vw;
    }
	h2 span {
        font-size: 6.4rem;
	}
	.kv {
        height: 34vh;
	}
	.concept h3 span:first-of-type {
    margin-top: 120px;
	}
	    .concept h3 span {
        font-size: 7.4rem;
	}
	    .concept .about-shop .wrap .col-6 p,.concept .about-shop .wrap:last-of-type .col-6 p  {
        font-size: 1.8rem;
	}
		.keyvisual__scroll {
    bottom: 19vw;
    right: 10vw;
	width: 155px;
    height: 155px;
}
.keyvisual__scroll--arrow {
    width: 4vw;
}
.keyvisual__scroll:before {
    height: 110%;
    width: 110%;
    top: -18%;
    left: -18%;
}
}


