@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 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: #111;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#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: 5%;
		
	}
}
/********************************************
                main 
*********************************************/
#bl #bl_header {
	width: 100%;
	position: relative;
}
#bl #bl_header .ttl {
    width: 46%;
    position: absolute;
    right: 0;
    top: 15%;
    left: 0;
    margin: auto;
}
#bl #bl_header .read {
	text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 5%;
    left: 0;
    margin: auto;
}
#bl #bl_header .read p:first-of-type {
	margin-bottom: 5%;
}
@media only screen and (min-width: 769px)  {
	#bl #bl_header .main {
		margin: 0 auto;
		max-width: 1200px;
	}
	#bl #bl_header .ttl {
		width: 300px;
		top: 15%;
	}
	#bl #bl_header .read {
        font-size: 14px;
        bottom: 120px;
	}
	#bl #bl_header .read p:first-of-type {
		margin-bottom: 20px;
	}
}
/********************************************
               read 
*********************************************/
#bl .link {
    background: #fff;
    border-top: solid 1px #111;
    border-bottom: solid 1px #111;
    width: 100%;
    margin: 0% auto 0;
    padding: 10% 0 8%;
}
#bl .link .midashi {
	display: block;
    margin: 0 auto 6%;
    width: 40%;
}
#bl .link .inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bl .link .inner div {
	width: 47%;
}
#bl .link .inner .onoff {
	display: block;
    width: 18%;
    margin: 11% auto 0;
}
@media only screen and (min-width: 769px)  {
	#bl .link {
		 width: 1200px;
         padding: 45px 0 45px;
	}
	#bl .link .midashi {
        width: 190px;
        margin: 0 auto 32px;
    }
	#bl .link .inner {
		width: 520px;
	}
}
/**********************************************
                .contents 
***********************************************/
#bl .contents {
	max-width: 100%;
	margin: 0% auto;
}

@media only screen and (min-width: 768px)  {
	#bl .contents {
		margin: 0 auto;
	}
	
}
/**********************************************
             section
***********************************************/
#bl .contents section  {
	width: 100%;
    margin: 0% auto;
	padding-bottom: 12%;
	background: rgb(224 209 189 / 60%);
	overflow: hidden;
}
#bl .contents:last-of-type section:last-of-type  {
	padding-bottom: 30%;
}
#bl .contents section .onoff-ttl {
	    width: 40%;
    margin: 0 auto 0;
    padding-top: 16%;
}
#bl .contents section .item-ttl {
	width: 50%;
    margin: 0 auto 8%;
    padding-top: 14%;
}
#bl .contents section .item .pic .slide img {
	display: block;
	position: absolute;
	width: 100%;
	height: inherit;
	opacity: 0;
	animation  : slideAnime 4s ease infinite;
}
#bl .contents section .item .pic .slide img:nth-of-type(1) { animation-delay: 0s }
#bl .contents section .item .pic .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 .contents section .item .tex {
	margin: 10% auto 0;
    width: 86%;
}

#bl .contents section .item .tex .itembox {
	margin: 12% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bl .contents section .item .tex .itembox div:nth-of-type(1) {
	width: 38%;
}
#bl .contents section .item .tex .itembox div:nth-of-type(2) {
	width: 54%;
}
#bl .contents section .item .tex .itembox div:nth-of-type(2) .pickup {
	width: 62%;
    margin: 0 0 4% 0;
}
#bl .contents section .item .tex .itembox div:nth-of-type(2) p {
	font-size: 10px;
	letter-spacing: .8px;
	margin-bottom: 8%;
}
#bl .contents section .item .tex .itembox div:nth-of-type(2) p span {
	display: block;
	font-size: 96%;
	color: #4D4D4D;
}
#bl .contents section .item .tex .itembox div:nth-of-type(2) a {
	display: block;
	width: 76%;
	background: #111;
}
#bl .contents section .item .tex .itembox div:nth-of-type(2) a img {
	display: block;
    width: 22%;
    margin: 0 auto;
    padding: 6% 0;
}
/*****1*****/
#bl .contents section:nth-of-type(1) .item .tex {
	margin: 26% auto 0;
}
#bl .contents section:nth-of-type(1) .item .pic {
	position: relative;
}
#bl .contents section:nth-of-type(1) .item .pic div:nth-of-type(1) {
	width: 64%;
}
#bl .contents section:nth-of-type(1) .item .pic div:nth-of-type(2) {
	position: absolute;
	width: 43%;
    bottom: -15%;
    right: 0;
}
#bl .contents section:nth-of-type(1) .item .pic .slide {
	height: 95vw;
}
/*****2*****/
#bl .contents section:nth-of-type(2) .item .pic {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#bl .contents section:nth-of-type(2) .item .pic div:nth-of-type(1) {
	width: 48%;
}
#bl .contents section:nth-of-type(2) .item .pic div:nth-of-type(2) {
	width: 48%; 
}
#bl .contents section:nth-of-type(2) .item .pic .slide {
	height: 72vw;
}
/*****3*****/
#bl .contents section:nth-of-type(3) .item .tex {
	margin: 21% auto 0;
}
#bl .contents section:nth-of-type(3) .item .pic {
	position: relative;
}
#bl .contents section:nth-of-type(3) .item .pic div:nth-of-type(1) {
	position: absolute;
    width: 46%;
    bottom: -12%;
    left: 0;
    z-index: 2;
}
#bl .contents section:nth-of-type(3) .item .pic div:nth-of-type(2) {
	width: 60%;
	margin: 0 0 0 auto;
}
#bl .contents section:nth-of-type(3) .item .pic .slide {
	height: 90vw;
}

@media only screen and (min-width: 769px)  {
	#bl .contents section {
		width: 1200px;
        margin: 0% auto;
		padding-bottom: 120px;
	}
	#bl .contents:last-of-type section:last-of-type  {
		padding-bottom: 200px;
	}
	#bl .contents section .onoff-ttl {
	       width: 200px;
    padding-top: 110px;
	}	
	#bl .contents section .item-ttl {
		width: 230px;
		margin: 0 auto 40px;
		padding-top: 90px;
	}
	#bl .contents section .item {
		width: 78%;
		margin: 0% auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
	}
	#bl .contents section:nth-child(even) .item  {
		flex-direction: row-reverse;
	}
	#bl .contents section .item .tex .itembox div:nth-of-type(1) {width: 120px;}
	/*****1*****/
	#bl .contents section .item .pic .slide {
		height: auto!important;
	}
	#bl .contents section:nth-of-type(1) .item .pic {
		width: 52%;
        height: 580px;
	}
	#bl .contents section:nth-of-type(1) .item .pic div:nth-of-type(1) {
		width: 72%;
	}
	#bl .contents section:nth-of-type(1) .item .pic div:nth-of-type(2) {
		width: 43%;
		bottom: 0%;
	}
	#bl .contents section .item .tex {
		margin: 0 !important;
		width: 38%;
	}
	/*****2*****/
	#bl .contents section:nth-of-type(2) .item .pic {
		width: 56%;
	}
	#bl .contents section:nth-of-type(2) .item .pic {
		position: relative;
		display: block;
		height: 520px;
	}
	#bl .contents section:nth-of-type(2) .item .pic div {
		position: absolute;
		width: 54%!important;
	}
	#bl .contents section:nth-of-type(2) .item .pic div:nth-of-type(1) {
		bottom: 0;
	}
	#bl .contents section:nth-of-type(2) .item .pic div:nth-of-type(2) {
		top: 0;
		right: 0;
	}
	#bl .contents section:nth-of-type(2) .item .tex {
        width: 36%;
    }
	/*****3*****/
	#bl .contents section:nth-of-type(3) .item .pic {
		width: 52%;
        height: 580px;
	}
	#bl .contents section:nth-of-type(3) .item .pic div:nth-of-type(1) {
		width: 46%;
		bottom: 0%;
	}
	#bl .contents section:nth-of-type(3) .item .pic div:nth-of-type(2) {
		width: 70%;
	}
	#bl .contents section .item .tex {
		margin: 0 !important;
		width: 38%;
	}
	
}

#bl .contents section .tex .credit {
    position: relative;
    border-bottom: solid 1px #808080;
    margin-bottom: 1%;
	font-family: "aktiv-grotesk", sans-serif;
	line-height: 2.4;
}
#bl .contents section .tex .credit a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 11px;
	font-family: "aktiv-grotesk", sans-serif;
}
#bl .contents section .tex .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 .contents section .tex .credit span {
	font-size: 86%;
    color: #656565;
    margin-left: 2%;
}
/********************************************
                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;
	}
}