@charset "utf-8";

/* CSS Document */


/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}


 #detailWrapper {
	 background-color: #FFFFFF;
 }

.wrapper {
	width:700px; 
	margin:auto;
	position: relative;
	text-align: center;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.wrapper p{
	text-align:center;
	font-size:14px;
	line-height:1.6em;
	margin: 14px 0 0;
}

.wrapper img{
	width: 100%;
}

/*タブ切り替え*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto 0;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 55px;
	padding-top: 1%;
  border-bottom: 3px solid #000;
  background-color: #d9d9d9;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  background-color: #000;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

.tab_content img {
  width: 100%;
	margin: 0;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}


.item_bg {
	width: 100%;
	background-color: #221815;
	margin: 0;
	text-align: center;
}


ul.carousel_1 {
	position: static;
	padding: 0%;
	margin:0% auto;
	width: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
}
	
ul.carousel_1 li {
	width: 100%;
	margin: -0.5% 0;
	padding: 0;
	text-align: center;
	display: inline-block;
}
	
.carousel_1 li img {
	width: 	80%;
	margin: 0 auto;
}

ul.carousel_2 {
	position: static;
	padding: 0%;
	margin:0% auto;
	width: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
}
	
ul.carousel_2 li {
	width: 100%;
	margin: -0.5% 0;
	padding: 0;
	text-align: center;
	display: inline-block;
}
	
.carousel_2 li img {
	width: 	79.5%;
	margin: 0 auto;
}

.prev {
	position:absolute;
    margin-top: -55%;
	left:3%;
	font-size:20px;
	color: #fff;
	z-index:1;
}
.next {
	position:absolute;
    margin-top: -55%;
	right:3%;
	font-size:20px;
	color: #fff;
	z-index:1;
}

.prev2 {
	position:absolute;
    margin-top: -55%;
	left:3%;
	font-size:20px;
	color: #000;
	z-index:1;
}
.next2 {
	position:absolute;
    margin-top: -55%;
	right:3%;
	font-size:20px;
	color: #000;
	z-index:1;
}

.hr_margin {
	margin: 6% 0 4%;
}

.sp {
	display:none;
}
	

.title {
	width:100%;
	margin-bottom: 0%;
	text-align: center;
	font-size: 14px;
	line-height: 2.0;
	background-color: #fff;
}

.title img{
	width:100%;
	margin: 0;
}

.title video{
	width:100%;
	margin: 0;
}

.sub_box{
	width: 100%;
	padding-bottom: 4%;
	text-align: center;
}

.sub_box img{
	width: 100%;
}

.sub_box a{
	font-size: 16px;
	text-decoration: underline;
	line-height: 1.6;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.sub_box a:hover{
	text-decoration: none;
	line-height: 1.6;
	color: #000;
	font-weight: bold;
}

.movie_box {
	width: 96%;
	text-align: center;
	margin: 0 auto 8%;
	background-color: #000;
	padding: 2% 0;
}

.movie_box img {
	width: 70%;
	text-align: center;
	margin: 0;
	opacity: 0.8;
}

.movie_box video {
	width: 50%;
	margin: auto;
}

.img_box{
	width: 100%;
	text-align: center;
	margin-bottom: 3%;
}

.img_box img{
	width: 90%;
}

.img_box p{
	text-align: center;
	font-size: 16px;
	line-height: 2.0;
	margin: 2% auto 1%;
}

.name_box {
	margin: 2% 0% 0;
	text-align: center;
	width: 100%;
}

.staff_icon {
	width: 35%;
	margin: auto;
}

.staff_icon img {
	width: 100%;
}

.name_box img {
	width: 92%;
	margin: auto;
}

.icon_box1 {
	margin: 6% 0 0%;
	float: left;
	width: 16%;
}

.icon_box1 img {
	width: 100%;
}

.icon_box2 {
	margin: 6% 0 0%;
	float: left;
	width: 11%;
}

.icon_box2 img {
	width: 100%;
}

.cdnt_box {
	width: 100%;
	text-align: left;
	margin: 0;
}



ul.carousel_3 {
	padding: 0%;
	margin:-3% 0% 0%;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
	color: #fff;
	font-size: 11px;
	line-height: 1.4em;
}
	
ul.carousel_3 li {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	text-align: center;
	display: inline-block;
}
	
.carousel_3 li img {
	width: 	100%;
	margin: -4.6% auto 0;
}

	
.carousel_3 .slick-slide:not(.slick-center) {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.2s linear;
}

ul.carousel_4 {
	padding: 0%;
	margin:-3% 0% 0%;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
	color: #fff;
	font-size: 11px;
	line-height: 1.4em;
}
	
ul.carousel_4 li {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	text-align: center;
	display: inline-block;
}
	
.carousel_4 li img {
	width: 	100%;
	margin: -4.6% auto 0;
}

	
.carousel_4 .slick-slide:not(.slick-center) {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.2s linear;
}

ul.carousel_5 {
	padding: 0%;
	margin:-3% 0% 0%;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
	color: #fff;
	font-size: 11px;
	line-height: 1.4em;
}
	
ul.carousel_5 li {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	text-align: center;
	display: inline-block;
}
	
.carousel_5 li img {
	width: 	100%;
	margin: -4.6% auto 0;
}

	
.carousel_5 .slick-slide:not(.slick-center) {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.2s linear;
}

ul.carousel_6 {
	padding: 0%;
	margin:-3% 0% 0%;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
	color: #fff;
	font-size: 11px;
	line-height: 1.4em;
}
	
ul.carousel_6 li {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	text-align: center;
	display: inline-block;
}
	
.carousel_6 li img {
	width: 	100%;
	margin: -4.6% auto 0;
}

	
.carousel_6 .slick-slide:not(.slick-center) {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.2s linear;
}


a.btn_styling{
	display:block;
	width:250px;
	margin:4% auto 5%;
	padding: 2%;
	text-decoration: none;
	color:#221815;
	font-weight: bold;
	font-size: 20px;
	border: solid 2px #fff;
	background-color: #fff;
	font-family: 'Oswald', sans-serif;
}

a.btn_styling2{
	display:block;
	width:250px;
	margin:4% auto 5%;
	padding: 2%;
	text-decoration: none;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
	border: solid 2px #000;
	background-color: #000;
	font-family: 'Oswald', sans-serif;
}


a.btn_buy{
	display:block;
	width:250px;
	margin:1% auto 5%;
	padding: 1%;
	text-decoration: none;
	color:#000;
	font-weight: bold;
	font-size: 16px;
	border: solid 2px #000;
}

a.btn_all{
	display:block;
	width:40%;
	margin:4% auto 8%;
	padding:2% 0;
	text-decoration: none;
	color:#fff;
	font-size:18px;
	background-color:#000;
	border: solid 2px #000;
	line-height: 1.5;
}


.float_box {
	width: 50%;
	float: left;
	margin: 0 0 0 5%;
}

.float_box img {
	width: 100%;
}

.float_box2 {
	width: 45%;
	float: left;
	margin: 0;
	text-align: center;
	padding-top: 13%;
	font-size: 12px;
}

.sub_title{
	font-size: 14px;
	font-weight: bold;
	color: #0b2852;
	margin: 5% auto 2%;
	width: 100%;
	text-align: center;
}

.off_price {
	font-size: 13px;
	color: #fe0101;
	width: 100%;
	text-align: center;
	margin: auto;
}

.comment_box {
	text-align: center;
	padding: 0;
	width: 100%;
	font-size: 12px;
	line-height: 2.0;
}

.item_box {
	width: 100%;
	background-color: #FFF;
	border: solid 2px #000;
	margin: 7% auto 1%;
	padding: 1px 0 3%;
	text-align: center;
}

.item_box img {
	width: 60%;
	margin: auto;
}

.item_float1{
	float: left;
	width: 25%;
}

.item_float1 img{
	width: 100%;
}

.staff_box{
	width: 100%;
	margin: 2% auto;
	padding: 2% auto;
	text-align: center;
}

.style_box {
	width: 70%;
	margin: 0 auto 0;
	text-align: center;
	padding-bottom: 4.5%;
}

.slide_box {
	width: 75%;
	margin: 0 auto;
}

#slideshow {
   position: relative;
   width: 100%;
   height:auto;
   padding-top:125.25%;
}

#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

#slideshow2 {
   position: relative;
   width: 100%;
   height:auto;
   padding-top:125.25%;
}

#slideshow2 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow2 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow2 img.last-active {
   z-index: 9;
}

.subtitle {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	margin: 0 0 2%;
	color: #fff;
}

.subtitle2 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	margin: 0 0 2%;
	color: #000;
}

.color_fff {
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
}

.color_000 {
	color: #000;
	font-size: 13px;
	line-height: 1.4;
}

.prof_box {
	width: 100%;
	margin: 0 0 0;
	padding: 4% 0 7%;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}

.prof_box p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

.prof_box img {
	width: 25%;
	margin: 0 auto;
}

.prof_box a {
	color: #000;
	text-decoration: underline;
}

.prof_box a:hover {
	color: #000;
	text-decoration: none;
}


.style_box2 {
	width: 70%;
	margin: 6% auto 0;
	text-align: center;
}

.space {
	margin-top: 9.6%;
}


.fade {
	width: 100%;
	margin: 0;
}

.fade img {
	width: 100%;
}

.txt_1 {
	text-align: center;
	color: #000;
	line-height: 1.8em;
	font-size: 11px;
	margin: 3% auto;
}

.txt_1 img {
	width: 30%;
}



.ML_30 {
	margin-left: 40px;
}

.ML_40 {
	margin-left: 40px;
}

.ML_60 {
	margin-left: 60px;
}

.ML_70 {
	margin-left: 70px;
}

.ML_80 {
	margin-left: 80px;
}

.ML_180 {
	margin-left: 180px;
}

.ML_220 {
	margin-left: 220px;
}

.MR_52 {
	margin-right: 52px;
}

.MR_120 {
	margin-right: 120px;
}

.MT_40 {
	margin-top: 40px;
}

.MT_80 {
	margin-top: 80px;
}

.MT_130 {
	margin-top: 130px;
}

.MT_160 {
	margin-top: 160px;
}

.MT_200 {
	margin-top: 200px;
}

.MB_80 {
	margin-bottom: 80px;
}

.clear {
	clear: both;
}

.backno {
	margin: 40px auto 20px;
}


#st_footer{
	 color:#000000; text-align:center; padding:35px 0 35px; font-size:12px;margin-top:60px;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 border-top: solid 1px #c8c6cd;
}

@media only screen and (max-width: 750px) {
	
.wrapper {
	width:100%; 
	margin:auto;
	position: relative;
	text-align: center;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.wrapper p{
	text-align:center;
	font-size:12px;
	line-height:1.6em;
	margin: 14px 0 0;
}

.wrapper img{
	width: 100%;
}
	
.pc {
	display:none;
}
.sp {
	display:block;
}
	
.title{
	width:100%;
	text-align: center;
	font-size: 12px;
	line-height: 2.0;
}
	
.btn_box {
	width: 70%;
	max-width: 640px;
	margin: 10% auto;
	text-align: center;
}
	
.btn_box img {
	float: none;
	width: 100%;
	margin: 1% 0 0;
}
	
.item_box {
	width: 96%;
	background-color: #FFF;
	border: solid 2px #000;
	margin: 7% auto 1%;
	padding: 1px 0 2%;
	text-align: center;
}
	
.item_box img {
	width: 100%;;
}

.item_float1{
	float: left;
	width: 42%;
}

.item_float1 img{
	width: 100%;
}

.item_float2{
	float: left;
	width: 55%;
	margin-left: 3%;
	text-align: center;
}
	
.style_box {
	width: 100%;
	margin: 6% auto 0;
	text-align: center;
}
	
.slide_box {
	width: 80%;
	margin: 0 auto;
}
	
.prof_box {
	font-size: 10px;
	line-height: 1.4;
}
	
.prof_box p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}

.prof_box img {
	width: 25%;
	margin: 0 auto;
}
	
.style_box2 {
	width: 50%;
	float: left;
	margin: 0 auto;
	text-align: center;
}
	
.movie_box {
	width: 100%;
}
	
.movie_box img {
	width: 70%;
}

.movie_box video {
	width: 90%;
}
	
.img_box{
	width: 100%;
	text-align: center;
	padding-bottom: 5%;
}

.img_box img{
	width: 100%;
}

.img_box p{
	text-align: center;
	font-size: 13px;
	line-height: 2.0;
	margin: 2% auto 1%;
}

	
.name_box {
	margin: 0% auto 2%;
	text-align: center;
	width: 94%;
}

.name_box img {
	width: 100%;
	margin: auto;
}
	
a.btn_styling{
	display:block;
	width:250px;
	margin:4% auto 7%;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

a.btn_styling2{
	display:block;
	width:250px;
	margin:4% auto 7%;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
	
a.btn_buy{
	display:block;
	width:250px;
	margin:1% auto 10%;
	padding: 1%;
	text-decoration: none;
	color:#000;
	font-weight: bold;
	font-size: 16px;
	border: solid 2px #000;
}

a.btn_all{
	display:block;
	width:60%;
	margin:4% auto 12%;
	padding:3% 0;
	text-decoration: none;
	color:#fff;
	font-size:14px;
	background-color:#000;
	border: solid 2px #000;
}
		
.space {
	margin-top: 0%;
}
	
.comment_box {
	margin:  0 auto;
	width: 96%;
	font-size: 12px;
	line-height: 1.5;
}

.comment_box p {
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.5;
}
	
.staff_icon {
	width: 50%;
	margin: auto;
}

.staff_icon img {
	width: 100%;
}
	
.hr_margin {
	margin: 10% 0 8%;
}
	
}

