@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{
    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: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	padding-bottom: 12%;
	
}
#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;
}
#bl .f-en {
	/*/font-family: "ivymode", sans-serif;/*/
	font-family: aktiv-grotesk, sans-serif;
}

@media only screen and (min-width: 769px)  {
	#bl {
		font-size: 12px;
		padding-bottom: 0%;
	}
}
/***************************************************
                bl_header
***************************************************/
#bl #bl_header {
	width: 100%;
    margin: 0 auto;
}
#bl .main {
	width: 100%;
	position: relative;
}
#bl .main .ttl {
	position: absolute;
    width: 78%;
    top: 6%;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: drop-shadow(15px 15px 15px #3d3d3d);
}
#bl .main .main-inner {
    width: 100%;
    margin: 0;
}
#bl .main .main-inner img {
	width: 100%;
}


@media only screen and (min-width: 769px)  {
	#bl #bl_header {
		max-width: 1200px;
		margin: 0 auto;		
	}
	#bl .main .ttl {
		width: 40%;
        max-width: 540px;
        left: 2%;
        right: auto;
        top: 2%;
	}
}
#bl .read {
	padding: 13% 0 10%;
}
#bl .read .midashi {
	width: 70%;
	margin: 0 auto 6%;
}
#bl .read p {
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
    letter-spacing: .4px;
}
@media only screen and (min-width: 769px)  {
	#bl .read {
        padding: 70px 0;
	}
	#bl .read p {
		font-size: 13px;
	}
	#bl .read .midashi {
		width: 50%;
		max-width: 420px;
		margin: 0 auto 40px;
	}
}

/*content
*********************************************/
#bl #content {
	margin: 0 0 5%;
}
#bl #content section  .new {
	position: relative;
	width: 100%;
}
#bl #content section .new .nc {
	position: absolute;
    width: 54%;
    bottom: -16%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#bl #content section .pic {
	position: relative;
    width: 90%;
    height: 130vw;
    margin: 22% auto 20%;
}
#bl #content section .pic .pic_box {
	position: absolute;
	width: 60%;
}
#bl #content section .pic .pic_box:nth-of-type(1) {
	top: 0;
	left: 0;
}
#bl #content section .pic .pic_box:nth-of-type(2) {
	bottom: 0;
	right: 0;
}
#bl #content section .pic .pic_box .hikki {
	position: absolute;
    width: 78%;
    top: -12%;
    left: -9%;
}
#bl #content section .pic .pic_box:nth-of-type(2) .hikki {
	position: absolute;
    width: 78%;
	top: auto;
    left: auto;
    bottom: -12%;
    right: -9%;
}
#bl #content section .pic .pic_box .slide1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 68.2vw;
}
#bl #content section .pic .pic_box .slide1 img {
  display: block;
  position: absolute;
  opacity: 0;
  animation: slideAnime1 6s ease infinite;
}
#bl #content section .pic .pic_box .slide1 img:nth-of-type(1) { animation-delay: 0s }
#bl #content section .pic .pic_box .slide1 img:nth-of-type(2) { animation-delay: 3s }
 
@keyframes slideAnime1 {
   0% { opacity: 0 }
   8% { opacity: 1 }
  50% { opacity: 1 }
  58% { opacity: 0 }
 100% { opacity: 0 }
}
#bl #content section .pic .pic_box .slide2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 68.2vw;
}
#bl #content section .pic .pic_box .slide2 img {
	display: block;
	position: absolute;
	opacity: 0;
   animation: slideAnime2 10s ease infinite;
}
#bl #content section .pic .pic_box .slide2 img:nth-of-type(1) { animation-delay: 0s }
#bl #content section .pic .pic_box .slide2 img:nth-of-type(2) { animation-delay: 5s }
 
@keyframes slideAnime2 {
   0% { opacity: 0 }
   8% { opacity: 1 }
  50% { opacity: 1 }
  58% { opacity: 0 }
 100% { opacity: 0 }
}



@media only screen and (min-width: 769px) {
	#bl #content {
		margin: 0 0 80px;
	}
	#bl #content section {
		width: 1100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 100px;
	}
	#bl #content section .new {
		width: 38%;
	}
	#bl #content section .pic {
		width: 50%;
        height: 48vw;
        margin: 0;
	}
	#bl #content section .pic .pic_box .slide1 {
		height: 412px;
        width: 330px;
	}
	#bl #content section .pic .pic_box .slide2 {
		height: 412px;
        width: 330px;
	}
}

#bl #content .review {
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
	width: 100%;
}
#bl #content .review .review-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#bl #content .review .review-inner div:nth-of-type(1) {
	width: 50%;
}
#bl #content .review .review-inner div:nth-of-type(2) {
	width: 45%;
}
#bl #content .review .review-inner div:nth-of-type(2) img {
	width: 60%;
    display: block;
    margin: 0 0 10%;
}
@media only screen and (min-width: 769px) {
	#bl #content .review {
    
	}
	#bl #content .review .review-inner {
		width: 640px;
		margin: 0 auto;
	}
	#bl #content .review .review-inner div:nth-of-type(1) {
		width: 34%;
	}
	#bl #content .review .review-inner div:nth-of-type(2) {
		width: 58%;
	}
	#bl #content .review .review-inner div:nth-of-type(2) img {
    width: 38%;
    margin: 0 0 16px;
	}
}
/* js
**************************************************/
#bl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/*************************************************
                view
*************************************************/
#bl .spview {
	display: block;
}
#bl .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #bl .spview {
		display: none;
	}	
	#bl .pcview {
		display: block;
	}
}