@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 Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 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;}

@media only screen and (min-width: 769px)  {
	#bl {
		font-size: 12px;
		padding-bottom: 0%;
	}
}
/***************************************************
                bl_header
***************************************************/
#bl #bl_header {
	width: 100%;
    margin: 0 auto;
    padding-bottom: 3%;
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #fcf7eb 70%, #fcf7eb 100%);
	overflow: hidden;
}
#bl .main {
	width: 100%;
	height: 122vw;
    margin: 0 auto;
	position: relative;
}
#bl .main div {
	position: absolute;
}
#bl .main div:nth-of-type(1)  {
	width: 68%;
    margin: 10% auto 0;
    position: static;
}
#bl .main div:nth-of-type(2) {
	transition: 1.5s all 1.0s ease;
    width: 22%;
    bottom: 4%;
    left: 4%;
}
#bl .main div:nth-of-type(3) {
	    transition: 1.5s all 0.6s ease;
    width: 23%;
    bottom: 26%;
    left: 22%;
}
#bl .main div:nth-of-type(4) {
	transition: 1.5s all 0.2s ease;
    width: 27.4%;
    bottom: 0%;
    left: 37%;
    z-index: 3;
}
#bl .main div:nth-of-type(5) {
	transition: 1.5s all 0.4s ease;
    width: 25.5%;
    bottom: 28%;
    right: 21%;
}
#bl .main div:nth-of-type(6)  {
    transition: 1.5s all 0.8s ease;
    width: 28%;
    bottom: 4%;
    right: -1%;
}
@media only screen and (min-width: 769px)  {
	#bl #bl_header {
		padding-bottom: 0px;
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #fcf7eb 50%, #fcf7eb 100%);
	}
	#bl .main {
		width: 1000px;
		height: 620px;
	}
	#bl .main div:nth-of-type(1)  {
		width: 39%;
        position: absolute;
        top: 38%;
        left: 0;
        margin: 0;
	}
	#bl .main div:nth-of-type(2) {
		width: 13%;
        bottom: 4%;
        left: auto;
        right: 43%;
        z-index: 3;
	}
	#bl .main div:nth-of-type(3) {
		width: 14%;
        top: 7%;
        bottom: auto;
        left: auto;
        right: 33%;
	}
	#bl .main div:nth-of-type(4) {
		width: 15.4%;
        bottom: 0%;
        left: auto;
        right: 20%;
	}
	#bl .main div:nth-of-type(5) {
        width: 15%;
        top: 4%;
        bottom: auto;
        right: 12%;
	}
	#bl .main div:nth-of-type(6)  {
		width: 16%;
		bottom: 4%;
		right: 0%;
	}
}
#bl .read {
    padding: 7% 0 15%;
    text-align: center;
    background: #fcf7eb;
    font-size: 11px;
}
@media only screen and (min-width: 769px)  {
	#bl .read {
        font-size: 13px;
        padding: 60px 0 100px;
	}	
}
/***************************************************
                content
***************************************************/
#bl #content {
	margin: 20% 0 5%;
}
#bl #content .no {
	width: 12%;
	margin: 0 auto 4%;
}
#bl #content .midashi {
	font-size: 18px;
    margin: 0 auto 4%;
	text-align: center
}
#bl #content .midashi .marker {
	background: linear-gradient(transparent 10%, rgb(253 198 108) 10%);
	display: inline;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1.3s;
}
#bl #content .midashi .marker.active {
	background-size: 100% 100%;
}
#bl #content .midashi p {
	font-size: 72%;
}
@media only screen and (min-width: 769px) {
	#bl #content {
		margin: 100px 0 80px;
	}
	#bl #content .no {
		width: 56px;
        margin: 0 auto 18px;
	}
	#bl #content .midashi {
		font-size: 20px;
		margin: 0 auto 35px;
	}
}
/**************************************************
               section
**************************************************/
#bl #content section {
	margin: 0 auto 25%;
}
#bl #content section .pic_box {
	position: relative;
	height: 115vw;
}
#bl #content section .pic_box .slide {
	width: 74%;
}
#bl #content section .pic_box .slide img {
	display: block;
	position: absolute;
	width: 100%;
	height: inherit;
	opacity: 0;
	animation: slideAnime 4s ease infinite;
}
#bl #content section .pic_box .slide img:nth-of-type(1) { animation-delay: 0s }
#bl #content section .pic_box .slide img:nth-of-type(2) { animation-delay: 2s }
@keyframes slideAnime{
   0% { opacity: 0 }
   2% { opacity: 1 }
  50% { opacity: 1 }
  54% { opacity: 0 }
 100% { opacity: 0 }
}
#bl #content section .sub {
	width: 44%;
    position: absolute;
	bottom: -5%;
    right: 1%;
	transition: 1.5s all 0.3s ease;
}
#bl #content section .pic_box .sub img {
    border-radius: 50%;
	border: solid 1px #111;
}
#bl #content section .pic_box .pickup {
	position: absolute;
    bottom: 28%;
    right: 16%;
    width: 29%;
	transition: 1.5s all 0.3s ease;
}

#bl #content section .tex_box {
    width: 82%;
	margin: 12% auto 0;
}
#bl #content section .tex_box p {
    margin: 12% auto;
}
#bl #content section .tex_box .credit {
    position: relative;
    border-bottom: solid 1px #808080;
    margin-bottom: 1%;
	letter-spacing: .8px;
}
#bl #content section .tex_box .credit .mainitem {
    display: inline;
    background: #ffeb3b9e;
    background-repeat: no-repeat;
    background-size: 0% 100%;
}
#bl #content section .tex_box .credit a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 11px;
}
#bl #content section .tex_box .credit .shop::after {
	content: "SHOP ONLY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 11px;
	color: #656565;
	font-family: "aktiv-grotesk", sans-serif;
}
#bl #content section .tex_box .credit span {
	font-size: 88%;
    color: #656565;
    display: block;
    line-height: 1.8;
	margin-bottom: 1%;
}
#bl #content section .tex_box .more {
	display: block;
    text-align: center;
    border: solid 1px #111;
    font-size: 12px;
    margin: 20% auto 0;
    line-height: 3.5;
}

@media only screen and (min-width: 768px)  {
    #bl #content section {
		width: 990px;
        margin: 0 auto 150px;
        display: flex;
        justify-content: space-between;
        align-items: center;
	}
	#bl #content section:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	#bl #content section:nth-of-type(even) .pic_box .slide {
		margin: 0 0 0 auto;
	}
	#bl #content section .pic_box {
		width: 58%;
		height: 680px;
	}
	#bl #content section .pic_box .slide {
		width: 76%;
	}
	#bl #content section .sub {
		width: 40%;
        bottom: -2%;
	}
	#bl #content section .pic_box .pickup {
		bottom: 27%;
        right: 14%;
        width: 27%;
	}
	#bl #content section:nth-of-type(even) .pic_box .sub {
        left: 0;
    }
	#bl #content section:nth-of-type(even) .pic_box .pickup {
        right: auto;
        left: 0%;
    }
	#bl #content section .tex_box {
		width: 36%;
		margin: 0;
	}
	#bl #content section .tex_box p {
		margin: 0 auto 12%;
	}
	#bl #content section .tex_box .more {
		margin: 55px auto 0;
	}
}
#bl #content .all {
	width: 80%;
    display: block;
    text-align: center;
    background: #111;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    line-height: 3.5;
}
@media only screen and (min-width: 768px)  {
	#bl #content .all {
		width: 400px;
	}
}
/**************************************************
                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;
	}
}