@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;600&family=Roboto:wght@100;300;400;700&family=Taviraj:ital,wght@1,100;1,200;1,300&display=swap');
/* CSS Document */
/* ==================================================
    BASE (RESET)FONT
================================================== */
html { font-size: 90%; }
body {
    font-family: Helvetica, "sans-serif";
	font-weight: 400;
	line-height: 1.8;
	color:#333;
    background-color: rgba(243,235,225,1.00);    
	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	font-feature-settings: 'liga'; /* IEサポート */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
    overflow-x: hidden;
}
img {
    display: block;
    width: 100%;
}

/* ==================================================
    LINK
================================================== */
a { line-height: 0.85; text-decoration: underline; }
a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #000; text-decoration: underline; }
a:active { color: #333; }
a img { opacity:1.0; transition: .2s ease-in-out;}
a img:hover { opacity: .7 !important; }

/* ==================================================
    PC/SP 表示切り替え
================================================== */
.sp_only { display:inherit }
.pc_only { display:none }

/* ==================================================
    OTHERS
================================================== */
.clearfix::before,
.clearfix::after { display: table; content: ''; }
.clearfix::after { clear: both; }

/* ==================================================
    COMMON
================================================== */
body {
    text-align: center;
    font-size: 1em; 
}
.common_w {
    max-width: 1024px;
    width:90%;
    margin: 0 auto;
}

/* ==================================================
   header
================================================== */
#cover {
    background-color:#ecf0f0;
}
#cover div {
    height: 30vh;
    max-height:280px;
    margin-bottom:2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#cover h1 {
    max-width:300px;
    width:70%;
    padding:1.65em 0 2em;
}
#mens #cover div {
    background-image: url("../img/mens/top-sp.jpg");
}
#womens #cover div {
	background-image: url("../img/womens/top-sp.jpg");
}

/* ==================================================
   section
================================================== */
#gallery > ul {
	margin-top: 3em;
    }
#gallery > ul > li {
	transition: 2s;
    margin-bottom: 2em
}
#gallery img {
    margin-bottom:1em;
}
#gallery .button {
    color: #333;
    border-bottom:#B2ACA6 1px solid;
    display: block;
    margin: 0 auto 1em;
    line-height: 1;
    font-size: 13px;
    width: 7.8em;
    padding: 0 0 0.25em 0;
    transition: .3s ease-in-out;
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-optical-sizing: auto;
    opacity: 1.0
}
#gallery .button:hover {
    cursor: pointer;
    opacity: 0.5
}
#gallery .button.active {
}
#gallery .button.active:hover {
}
#gallery ul.credit {
    display: none;
    font-size:1em;
    line-height:1.6;
}
#gallery ul.credit li {
    margin-bottom: 0em;
}
#gallery ul.credit li div {
    margin-top: 1.25em;
}
/*credit*/

#credit div {
    margin-bottom:4.5em;
    font-size: 12px;
    line-height: 1.8;
    font-family: 'Taviraj', serif;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-optical-sizing: auto;
}
.credit li {
    font-size: 13px;
	line-height: 2;
    padding-top: 0;
	}
.credit li p {
    margin-top: 0.5em;
    line-height: 1.8;
	}
.credit_pc li {
    line-height: 1.8;
	}
.credit_pc li p {
    margin-top: 0.4em;
    line-height: 1.8;
	}
.comment {
	font-size: 14px;
	width: 90%;
	margin: 5em auto 0;
	text-align: left;
	letter-spacing: 0;
}
.comment h1 {
	margin-bottom: 0.85em;
	text-align: center;
	font-size: 16px;
}
.eng {
    margin-top: 3em;
    color: #4e3168;
    }
ul li {
    font-family: 'Taviraj', serif;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    font-optical-sizing: auto;
    font-size: 0.75em;
    color:#333;
    text-align: center;
    line-height:1.4;
    transition-duration: 350ms;  
	padding-top: 1.5em;
}
.container ul li .credit span {
    font-weight:100;
    font-size: 1.5em;
}
.container ul li .credit span.left {
    margin-right: 0.05em
}
.container ul li .credit span.right {
    margin-left: 0.05em;
    margin-right: 0.25em;
}

/* ==================================================
    footer
================================================== */
footer {
	background-color:#954539;
	padding-top: 2em;
	color: #FFF ;
}
footer #store_info {
    margin: 0 auto;
    text-align: center;
    padding-bottom:3em;
}
footer #store_info h4 {
    font-family: 'Taviraj', serif;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    font-optical-sizing: auto;
    font-size: 16px;
    padding: 0 0 0.75em;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 0.25em;
}
footer #store_info h4 span {
    display: block;
    font-size:11px;
}
footer #store_info li {
    font-size:14px;
    line-height: 1.6;
    margin-bottom:0.65em;
	color:#FFF;
}
footer #store_info li a {
    display: block;
    padding-top: 0.25em;
}
footer #store_info a { line-height: 0.85; text-decoration: underline; }
footer #store_info a:link { color:#FFF; }
footer #store_info a:visited { color: #FFF ; }
footer #store_info a:hover { color: #ccc; text-decoration: underline; }
footer #store_info a:active { color: #FFF ; }
footer .copyright {
    text-align: center;
    font-size:12px;
    line-height: 3em;
    padding-bottom: 3em;
}
.papi {
	width: 100%;
	margin-top:3em;
    margin-bottom:2em;
}
.papi img {
	width: 50%;
	max-width: 250px;
	margin: 0 auto;
}

@media screen and (min-width: 768px){
    .sp_only { display:none }
    .pc_only { display:block }
    
    /* ==================================================
       header
    ================================================== */
    #cover {
        background-color:#ecf0f0;
    }
    #cover div {
        min-height: inherit;
        height: auto;
        max-height:600px;
        margin-bottom: 6em;
    }
    #cover h1 {
        max-width:400px;
    }
    /* ==================================================
       section
    ================================================== */
    #gallery > ul {
        display: flex;
        justify-content:center;
        flex-wrap: wrap;
		align-items: center;
		margin-top: 4em;
    }
    #gallery > ul > li {
        display: block;
        width: calc(50% - 13px);
        margin-bottom:0em;
    }
	#gallery ul li  {
        display: block;
        padding-top: 0;
		margin: 10px 0 0 13px;
    }
	
	#gallery ul .twin {
        width: 100% !important;
    }
	#gallery ul .twin_f {
        width: 40% !important;
    }
    #gallery img {
        margin-bottom:2em;
    }
    #gallery .button {
        display: none;
    }
    #gallery ul.credit {
        display: block;
    }
    #gallery ul.credit li {
        line-height: 1.8;
    }
	.bk_credit {
		margin-bottom: 3em;
	}
	.credit_pc li {
		font-size: 14px;
		line-height: 1.8;
	}
	.comment {
        font-size: 15px;
        width: 90%;
        max-width: 1024px;
        margin: 5em auto 0;
        text-align: left;
    }
    .comment h1 {
        text-align: left;
    }
	.eng {
		margin-top: 3em;
		color: #4e3168;
    }
	
    #credit div {
        margin-bottom:6em;
        font-size: 0.85em;
    }
    footer #store_info li a {
        display: inline-block;
        margin-left: 1em;
        cursor: pointer;
    }
    
    .papi {
        width: 100%;
        margin-top:1em;
        margin-bottom:3em;
    }
	.papi img {
        max-width: 280px;
        padding-top: 3em;
    }
}



/* ==================================================
    SCROLL UP
================================================== */
.scroll-up {
    position: fixed;
    z-index:100;
	right: 1.25em; 
	top:  1.25em;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    }
.scroll-up a {
    width: 20px;
	padding: 12px 15px;
	line-height: 1;
	display: inline-block;
	color:#fff;
	background-color:rgba(0,0,0,0.2);
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
    }
.scroll-up a:hover{
	background-color:rgba(0,0,0,0.5);
    }