@charset "utf-8";
@media screen and (max-width : 768px){
/*------------------------------------------------------------------------------------------
*
*
        max-width : 768px
*
*
------------------------------------------------------------------------------------------ */
br{ display: none !important;}
br.sp{ display: block!important;}

#container {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}

/* --------------------------------------
    #intro
---------------------------------------- */
#intro {
	text-align: center;
}
#intro img{
  width: 100%;
}
#intro h2{
	margin: 34px 10px 30px;
}
#intro h2 img{
	width: 412px;
	max-width: 90%;
}
#intro p{
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 0.2em;
	margin-bottom: 55px;
}

/* --------------------------------------
    article
---------------------------------------- */

.section {
	margin-bottom: 80px;
}
.section div{
	width: 100%;
}

.section .photo{
	height: auto;
	position: relative;
}
.section .photo:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.section .photo p{
	position: absolute;
	top: 0;
	left: 0;
}
.section .photo img{
	width: 100%;
	height: auto;
}

.section .detail{
	position: relative;
	padding-top: 295px;
}


.detail h3 {
	text-align: center;
	width: auto;
	padding: 12px;
	background-color: rgba(188,188,188, 0.3);
	z-index: 9999;
	position: absolute;
	top: -40px;
	left: 12px
}

.detail h3 img{
	width: auto;
	height: 36px;
}
.detail h3 span{
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	display: block;
	margin-bottom: 5px;
}
.detail .txt{
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 28px 15px;
}
.detail .txt:first-letter{
	margin-left: -10px;
}
.detail .buy_online{
	margin:0 0 -10px 15px;
}
.detail .buy_online img{
	width: 72px;
}
.detail ul{
  display: flex;
  flex-flow: row wrap;
	margin-left: 12px;
}
.detail ul li{
	width: 22%;
	margin:14px 1% 0;

	position: relative;
	}
.detail ul li img{
	width: 100%;
}

.detail ul li.soon:after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	background: url(../img/link_btn_soon.png) no-repeat;
	background-size:cover;
}

	
#movie video {
	width: 100%;
	height: auto;
}
		
	
/* --------------------------------------
    #credit
---------------------------------------- */
#credit{
	text-align: center;
}
#credit ul li{
	margin-bottom: 40px;
}
#credit p{
	padding-top: 60px;
	margin-bottom:120px;
}

}
