@charset "UTF-8";


/* 全体 */

html{
	font-size:62.5%;
}

body{
	background-color:#fff;
}

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

#wrapper{
	width:100%;
}

.top-img img{
	width:100%;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

h1, h2, p, a, h3, .credit-container ul li, .items-container ul li{
	letter-spacing: 2px;
	overflow-wrap:break-word;
}

h1, h2, p, a{
	line-height:2.5;
}

.italic{
	font-style: italic;
}

.profile h1, .profile h2, p, .small-box a, .credit-container, .items-container{
	font-family: 'Crimson Text', serif;
	font-weight:400;
}

.pc-under{
	margin-left:5px;
}

.small-box{
	text-align: center;
}

.small-box a{
	font-size:1.6rem;
	color:#666;
	text-decoration: none;
}

.small-box a span{
	display:none;
}

/* inview */
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* ニュッとでるヘッダー */
.after_header{
    background:#fff;
    display: flex;
    justify-content: center;
	align-items: center;
    padding: 10px;
    position: fixed;
    top: -100px;
    transition: .5s;
    width: 100%;
	z-index: 100;
}
.after_header.show{
    top: 0;
}
.h-logo img{
	width:50px;
}

.top-caption{
	width:700px;
	margin:30px auto;
	padding:40px 0;
}

.top-caption p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: justify;
	font-size:1.3rem;
	color:#000;
	margin-bottom:20px;
}

/* サムネならび */
.container{
	width:900px;
	margin:30px auto;
	padding:0 0 20px;
}

.cn-flex{
	display: flex;
	justify-content: space-around;
	height: auto;
	flex-wrap: wrap;
	align-items: flex-start;
}

.small-box{
	width:calc(900px / 4);
	box-sizing: border-box;
	padding:8px 10px;
}

/* メインコンテンツ */

.ls-contents-container{
	margin:50px 0 10px;
	box-sizing: border-box;
	padding:50px 0 0 0;
}

.arrow-icon{
	width:3%;
	margin:10px auto;
	padding-bottom:20px;
}

.ls-contents-main{
	width:700px;
	margin:50px auto;
	box-sizing: border-box;
	padding:50px 0;
}

.ls-contents-main:last-of-type{
	margin-bottom:0;
	padding-bottom:20px;
}

.model-photo{
	width:500px;
	margin:auto;
}

.profile{
	box-sizing: border-box;
	padding:20px;
}

.profile h1{
	font-size:1.6rem;
	line-height:2!important;
}

.profile h2{
	font-size:2rem;
	margin-bottom:5px;
}

.profile h1, .profile h2{
	text-align: center;
}

.profile p{
	text-align: justify;
}

.pc-under{
	font-size:1.4rem;
}

.profile .normal, .profile .italic{
	font-size:1.3rem;
}

.profile-caption{
	padding-top:30px;
}

.profile-caption p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:1.3rem;
	color:#000;
}

.sns-link{
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-weight:400;
	font-size:1.5rem;
	margin-top:30px;
	padding-top:10px;
}

.sns-link li{
	list-style-type: none;
}

.sns-link li a{
	color:#000;
	text-decoration: none;
	line-height:1.8!important;
}

.sns-link li a:hover, .items-container li a:hover, .online-link a:hover{
	color:#666;
	transition : 0.3s;
}

.insta a::before{
	content:"\f16d";
	font-family:"fontAwesome";
	font-size:1.8rem;
	vertical-align: middle;
	margin-right:4px;
}

/* スペシャルサンクス */
.thanks-container{
	width:100%;
	background-color:#000;
	box-sizing: border-box;
	padding:60px 30px;
	text-align: center;
	color:#ccc;
}

.thanks-container h1{
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	font-size:2rem;
}

.credit-container{
	box-sizing: border-box;
	padding:30px 0;
	text-align: center;
}

.thanks-container ul li{
	list-style-type: none;
	line-height:2;
	font-size:1.5rem;
}

.thanks-container ul li span{
	font-size:1.1rem;
}

.credit-container h3{
	font-size:1.6rem;
	font-style: italic;
	text-decoration: underline;
	margin-bottom:30px;
}

.sd-logo{
	width:150px;
	margin:30px auto 20px;
}

.items-container h2{
	font-size:1.3rem;
	margin-bottom:10px;
}

.items-container a{
	color:#ccc;
}

.items-container li a{
	text-decoration: none;
	font-size:1.2rem;
}

.three-items li{
	display:inline-block;
}

.three-items li::after{
	content:"/";
	margin:0 5px;
	color:#ccc;
	font-size:1.3rem;
}

.three-items li:last-of-type::after{
	content:"";
}

.tax{
	font-size:1.2rem;
	margin-top:10px;
}

.online-link{
	font-size:1.4rem;
	padding:20px 0;
}

/* 最後のコラム */
.column-container{
	box-sizing: border-box;
	background-image: url("../vol4/img/column_bg.jpg");
	background-size:cover;
	/*background-position: center;*/
	padding:40px 0;
	min-height:700px;
}

.end-caption{
	width:700px;
	margin:40px auto;
	box-sizing: border-box;
	background:rgba(0,0,0,0.6);
	padding:30px;
}

.end-caption p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:1.3rem;
	color:#fff;
	margin-bottom:20px;
	text-align: justify;
}


/* 通常時 */
.effect-mono {
  filter: grayscale(100); /* モノクロにする */
  transition: filter 0.2s;
}

/* ホバー時 */
.effect-mono:hover {
  filter: grayscale(0); /* モノクロを解除する */
}

/* footer */
#footer{
	width:100%;
	box-sizing: border-box;
	padding:40px;
	text-align: right;
}

.footer-img{
	width:300px;
	margin:auto;
}

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
	/*background-color:#666;*/
    bottom: 5%;
    right: 3%;
	z-index:1000;
	padding:0.7% 1%;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#p-top::after{
	content:'\f077';
	font-family:'FontAwesome';
	color:#666;
	font-size:3rem;
}
#p-top:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/*タブレット*/
@media screen and (max-width: 768px){
	img{
		width:100%;
	}
	
	.top-caption, .end-caption{
		width:580px;
	}
	
	.arrow-icon{
		width:5%;
		margin:10px auto;
		padding-bottom:20px;
	}
	
	.container{
		width:700px;
	}
	
	.small-box{
		width:calc(700px / 4);
		padding:5px 10px;
		margin:0;
	}
	
	.ls-contents-main{
		width:600px;
		padding:70px 0;
	}
	
	.column-container{
		min-height:300px;
	}
}

/*スマホ*/
@media screen and (max-width:640px){
	
	.pc, .pc-under{
		display:none;
	}
	
	.sp, .sp-block{
		display: block;
	}
	
	.container{
		width:340px;
		margin:30px auto;
	}
	
	.arrow-icon{
		width:10%!important;
		margin:10px auto;
		padding-bottom:0;
	}

	
	.small-box{
		width:calc(340px / 4);
		padding:0 5px;
		margin:0;
	}
	
	.ls-contents-main, .end-caption{
		width:320px;
	}
	
	.top-caption, .model-photo{
		width:300px;
	}
	
	.profile h1 br, .credit-container ul li br{
		display: block;
		content: "";
		margin: 10px 0;
	}
	
	.model ul li{
		margin-bottom:20px;
	}
	
	.three-items li::after{
		content:"";
	}
	
	.end-caption{
		padding:20px 25px;
	}

	

}

/* CSS Document */

