@charset "UTF-8";
/* CSS Document */
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
#bl{
    padding: 0;
    font-family: yu-gothic-pr6n, sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #111;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
	background: #f4f4f2;
}
#bl a {
	text-decoration: none;
	color: #2b2b2b;
}
#bl p {
    margin: 0;
}
#bl　a:hover {
	opacity: 1;
}
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.f-en {font-family: aktiv-grotesk, sans-serif;}
@media only screen and (max-width: 768px)  {
	#bl {
		font-size: 11px;
	}
}


/****************************************
               header
****************************************/
#bl_header {
	padding-top: 2.5%;
}
#bl_header .header_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2%;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
}
#bl_header .header_top span {
	font-size: 8px;
	letter-spacing: .6px;
}
#bl_header .ttl {
	display: block;
	width: 56%;
	margin: 14% auto 8%;
}
#bl_header .sub_tex {
	display: block;
	width: 70%;
	margin: 0% auto 14%;
}
@media only screen and (min-width: 769px)  {
	#bl_header {
		padding-top: 40px;
	}
	#bl_header .header_top {
		padding: 0 40px;
	}
	#bl_header .header_top span {
		font-size: 12px;
		line-height: 2.5;
	}
	#bl_header .ttl {
		width: 42%;
		max-width: 430px;
		margin: 110px auto 58px;
	}
	#bl_header .sub_tex {
		width: 46%;
		max-width: 450px;
		margin: 0% auto 120px;
	}
}
/****************************************
               contents
****************************************/
#bl_contents {
	margin: 2% 0 15%;
	z-index: 99;
}
#bl_contents section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 92%;
	margin: 0 auto;
}
#bl_contents section .block .item {
	position: relative;
}
#bl_contents section .block {
	width: 48%;
	margin-bottom: 4%;
}
#bl_contents section .block .item .no {
	position: absolute;
	width: 13%;
	top: 3.5%;
	left: 3%;
}
#bl_contents section .block .item .more {
	position: absolute;
	width: 9%;
	bottom: 2.5%;
	right: 3%;
}
@media only screen and (min-width: 769px)  {
	#bl_contents {
		width: 86%;
		max-width: 1200px;
		margin: 0 auto 80px;
	}
	#bl_contents section {
		width: 100%;
	}
	#bl_contents section .block {
		width: 30%;
		margin-bottom: 4%;
	}
}

/*モーダル内のコンテンツの指定*/
.remodal img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.modal-body strong {
	display: block;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
	margin: 6% 0 4%;
}
.modal-body strong img{
	width: 14%;
	z-index: 999;
	padding: 1.5% 0;
}
.modal-content {
	position: relative;
}
.modal-content .look {
	width: 90%;
	margin: 10% auto 8%;
	float: none;
	position: relative;
}
.modal-content .midttl {
	position: absolute;
	width: 30%;
	top: 0;
	right: 0;
	left: 0;
	margin: -4% auto 0;
}
.modal-content .header_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0% 2%;
	margin: 5% 0 0;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
}
.modal-content .header_top span {
	font-size: 10px;
	letter-spacing: .6px;
}
.modal-content .header_top span:nth-of-type(2) {
	font-size: 13px;
}
.modal-content .item_box {
    width: 88%;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    text-align: left;
    display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.modal-content .item_box .child {
	display: flex;
	justify-content: space-between;
	align-items: end;
	flex-wrap: wrap;
	width: 46%;
	margin-bottom: 6%;
}

.modal-content .item_box .img {
    width: 52%;
}
.modal-content .item_box .name {
    width: 42%;
	font-size: 11px;
}
.modal-content .item_box .name span {
	display: block;
    font-size: 88%;
	margin-top: 6%;
	color: #727272;
}
.remodal {
	position: relative;
	padding: 0px;
    box-sizing: border-box;
    width: 100%;
	/*height: 100vh;*/
    margin-bottom: 10px;
	padding-bottom: 5%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #f4f4f2;
    hashTracking: false;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 769px)  {
	    .remodal {
			width: 100%;
			height: fit-content;
		}
	   .modal-content{
		   width: 80%;
		  max-width: 1000px;
		   margin: 0 auto;
		   padding: 5% 0;
		}
		.remodal-close {
		   top: 2%;
		   right: 5%;
		   margin-top: 25px;
		}
	    .modal-content .header_top {
		   margin: 3% 0px 0px;
	    }
	    .modal-body strong {
			width: 80%;
		  max-width: 1000px;
		   margin: 0 auto 4%;
	    }
		.modal-body strong img{
			width: 48px;
			padding: 1% 0;
		}
		
	    .modal-content .modal-content-inner {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-top: 92px;
	    }
		.modal-content .look{
			width: 46%;
			margin: 0;
		}
		.modal-content .item_box{
			width: 45%;
			margin: 0;
		}
	    .modal-content .midttl {
			position: absolute;
			width: 12%;
			right: 0;
			left: 0;
			top: auto;
			margin: 30px auto 0%;
			z-index: 2;
	    }
	    #bl_contents section .block .item .no {
		    width: 11%;
	    }
	    #bl_contents section .block .item .more {
			width: 7%;
	    }
}
#bl .bl_footer {
	padding: 5% 0 8%;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
}
#bl .bl_footer .logo {
	display: block;
	margin: 5% auto 8%;
	width: 36%;
}
#bl .bl_footer .links {
	display: block;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 2%;
}
#bl .bl_footer .links:nth-of-type(2) {
	margin-bottom: 0%;
}
#bl .copy {
	text-align: center;
	font-size: 8px;
	line-height: 2.5;
	letter-spacing: .8px;
}
@media only screen and (min-width: 769px)  {
	#bl .bl_footer {
		padding: 60px 0 60px;
	}
	#bl .bl_footer .logo {
		margin: 0px auto 60px;
		width: 32%;
		max-width: 240px;
	}
}
/**************************************************
                js
**************************************************/
#bl .anim {
	 opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#bl .anim.ac {
	-webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/****************************************
                view
****************************************/
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}