@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;/*/
	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 {
	margin: 10% auto 6%;
    width: 58%;
}
#bl .main .main-inner {
	display: flex;
    width: 94%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
}
#bl .main .main-inner img {
	width: 24%;
}
#bl .main .main-inner img:nth-of-type(1) {
	transition: 1.5s all 0.3s ease;
}
#bl .main .main-inner img:nth-of-type(2) {
	transition: 1.5s all 1.2s ease;
}
#bl .main .main-inner img:nth-of-type(3) {
	transition: 1.5s all 1.8s ease;
}
#bl .main .main-inner img:nth-of-type(4) {
	transition: 1.5s all 0.9s ease;
}
#bl .main .main-inner img:nth-of-type(5) {
	transition: 1.5s all 2.1s ease;
}
#bl .main .main-inner img:nth-of-type(6) {
	transition: 1.5s all 1.5s ease;
}
#bl .main .main-inner img:nth-of-type(7) {
	transition: 1.5s all 0.6s ease;
}
@media only screen and (min-width: 769px)  {
	#bl #bl_header {
		max-width: 1400px;
		margin: 0 auto;
	}
	#bl .main {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#bl .main .ttl {
		width: 30%;
	}
	#bl .main .main-inner {
		width: 74%;
	}
}
#bl .read {
    padding: 12% 0 26%;
    text-align: center;
    font-size: 11px;
}
@media only screen and (min-width: 769px)  {
	#bl .read {
        font-size: 13px;
        padding: 60px 0 140px;
	}	
}
/***************************************************
                content
***************************************************/
#bl #content {
	margin: 0 0 5%;
}
@media only screen and (min-width: 769px) {
	#bl #content {
		margin: 0 0 80px;
	}
}
#bl #content .mustbuy {
	position: relative;
    padding: 10% 0 9%;
	margin-bottom: 12%;
    border-top: solid 1px #111;
    border-bottom: solid 1px #111;
}
#bl #content .mustbuy:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#bl #content .mustbuy:after {
	content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}
#bl #content .mustbuy .no {
	position: absolute;
    width: 32%;
    top: -8%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#bl #content .mustbuy .mustbuy-inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#bl #content .mustbuy .mustbuy-inner .mustbuy-img {
	width: 32%;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) {
	width: 61%;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .mustbuy-inner-name {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 6% 0 0;
	margin-bottom: 8%;
	line-height: 1.8;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .mustbuy-inner-name span {
	display: block;
    font-size: 80%;
    color: #8e8e8e;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .mustbuy-inner-name a {
	background: #111;
	width: 28%;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .mustbuy-inner-name a img {
	display: block;
    width: 36%;
    margin: 0 auto;
    padding: 12% 0;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .points {
	width: 100%;
	display: flex;
    align-items: center;
	font-size: 10px;
	margin-bottom: 2%;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .points:last-of-type {
	margin-bottom: 0%;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .points div:nth-of-type(1) {
	width: 6%;
	margin-right: 3%;
	position: relative;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .points div:nth-of-type(1) .check {
	position: absolute;
    top: 0;
    left: 1px;
    width: 102%;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .points:nth-of-type(2) div:nth-of-type(1) .check {
	transition: 1.5s all 0.3s ease;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .points:nth-of-type(3) div:nth-of-type(1) .check {
	transition: 1.5s all 0.6s ease;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .points:nth-of-type(4) div:nth-of-type(1) .check {
	transition: 1.5s all 0.9s ease;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .points div:nth-of-type(1) {
	width: 6%;
	margin-right: 4%;
	position: relative;
}
#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .points div:nth-of-type(2) {
	width: 90%;
}
@media only screen and (min-width: 768px)  {
	#bl #content .mustbuy {
		width: 530px;
		margin: 0 auto 100px;
		padding: 3% 3% 3%;
		border: solid 1px #111;
	}
	#bl #content .mustbuy .no {
		width: 26%;
		top: -7%;
	}
	#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .mustbuy-inner-name {
        padding: 0;
	}
	#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .mustbuy-inner-name a {
		width: 26%;
	}
	#bl #content .mustbuy .mustbuy-inner div:nth-of-type(2) .mustbuy-inner-name a img {
		width: 30%;
		padding: 12% 0;
	}
}
/**************************************************
               section
**************************************************/
#bl #content section {
	margin: 0 auto 32%;
}
#bl #content section:last-of-type {
	margin: 0 auto 0;
}
#bl #content section .style {
    width: 100%;
}
#bl #content section .style:first-of-type {
    margin-bottom: 25%;
}
#bl #content section .style .style_img {
    position: relative;
	margin-bottom: 14%;
}
#bl #content section .style .style_img .style_img_tex {
    position: absolute;
    width: 94%;
    bottom: -7.7%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#bl #content section .style .style_img .bounce {
	position: absolute;
    z-index: 2;
	width: 4%;
    height: 3.4%;
    background: #a3c3f6;
    border-radius: 50%;
}
#bl #content section .style .style_img .bounce.poyo {
	animation: poyo 2s ease-out infinite;
	opacity: 1;
}
@keyframes poyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.90);
  }
}
#bl #content section:nth-of-type(1) .style .style_img .bounce {
    bottom: 74%;
    right: 32%;
}
#bl #content section:nth-of-type(2) .style .style_img .bounce {
    bottom: 79%;
    left: 35%;
}
#bl #content section:nth-of-type(3) .style .style_img .bounce {
     top: 11%;
    right: 38%;
}
#bl #content section:nth-of-type(4) .style .style_img .bounce {
    top: 21%;
    right: 39%;
}
@media only screen and (min-width: 768px)  {
	#bl #content section {
		width: 1100px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 auto 180px;
	}
    #bl #content section .style {
		width: 1000px;
        margin: 0 auto;
        display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
	}
	#bl #content section:nth-of-type(even) .style {
		flex-direction: row-reverse;
	}
	#bl #content section .style .style_img {
		width: 50%;
		margin-bottom: 0;
	}
	#bl #content section .style .style_img .style_img_tex {
		width: 94%;
		top: 0%;
		bottom: auto;
	}
	#bl #content section .style:first-of-type {
		margin-bottom: 0%;
	}
	#bl #content section .style .style_img .bounce {
		width: 3%;
        height: 2.4%;
	}
}

/**************************************************
               style_tex
**************************************************/
#bl #content section .style_tex  {
    width: 80%;
	margin: 0 auto;
}
#bl #content section .style_tex .credit {
    position: relative;
    border-bottom: solid 1px #808080;
    margin-bottom: 1%;
	letter-spacing: .8px;
	font-family: aktiv-grotesk, sans-serif;
}
#bl #content section .style .style_tex .credit .mainitem {
    display: inline;
    background: #b0e0e7;
    background-repeat: no-repeat;
    background-size: 0% 100%;
}
#bl #content section .style:nth-of-type(2) .style_tex .credit .mainitem {
    background: #efcae58a;
}
#bl #content section .style_tex .credit a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 11px;
}
#bl #content section .style_tex .credit .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}
#bl #content section .style_tex .credit .arc::after {
	content: "ARCHIVE";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}
#bl #content section .style_tex .credit .only::after {
	content: "SHOP ONLY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}
#bl #content section .style_tex .padding {
	padding: 3% 0;
}
#bl #content section .style_tex .credit-smp {
	    padding: 2.5% 0;
}
#bl #content section .style_tex .credit .smp::after {
	content: "SAMPLE";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}
#bl #content section .style_tex .credit span {
	font-size: 88%;
    color: #656565;
    display: block;
    line-height: 1.8;
	margin-bottom: 1%;
}
#bl #content section .style_tex .credit .red {
	font-size: 100%;
    color: #d30000;
    display: inline;
    margin-bottom: 0;
    margin-left: 1%;
}
@media only screen and (min-width: 768px)  {
	#bl #content section .style_tex {
		width: 38%;
		margin: 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;
	}
}

.bnr{
	max-width: 500px;
	width: 100%;
	margin: 3% auto 0;
	display: block;
	line-height: 0;
}