/*
Theme Name: komeTemp
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body,main,header { height: 100%; }
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body{
position:relative; margin: 0; padding: 0; font: 14px/100%;font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

h2 { margin: 10px 0 30px; font-size:200%; line-height:120%;font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;; letter-spacing: -1px; }
@media (max-width: 768px){
h2 { margin: 10px 0 30px; font-size:160%; line-height:120%;font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;; letter-spacing: -1px; }
}

a, a:visited { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
.cover { position: relative; width: 100%; margin: 0; padding: 0; color: #222; }
.alt{display:none;}
img{max-width:100%;}
h3 { margin: 10px 0 30px; font-size:140%; line-height:110%;font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;; letter-spacing: -1px; }


/*PAGE*/
#page{
	height: 100%;
	position: relative;
	
}
#siteder{display: none;}
/*HEADER*/
header{
width: 100%;
height: 95px;
position:fixed;
top:0;
	left: 0;
	z-index: 1000;
/*	background: rgba(0,0,0,.5);*/
}
.spmenu_btn,.spmenu  {
	display:none;
}


#tith1{
	display: none;
	margin: 1% 0;
	padding: 0;
	text-align: center;
	font-size: 120%;
	line-height: 140%;
	color: #fff;
}

/*NAV*/
#gnav{
margin: 0 auto;	
	position: relative;
}
#gnav ul{
list-style: none;
	margin:30px auto 0;
	padding: 0;
	font-family: 'Libre Baskerville', serif;
	text-shadow: 2px 3px 4px #808080;
}
#gnav li{
	margin: 0 1% 0% 1%;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
#gnav li a{
	text-decoration: none;
	color: #fff;
}
#gnav li a:hover{
	color: #ccc;
}

/*SP NAV*/
.overlay,.button_container,.head-bar,.sp-menu,.g-nav,.menu-trigger{display: none;}
@media (max-width: 768px){
.overlay,.button_container,.head-bar,.sp-menu,.g-nav,.menu-trigger{display:block;}
	#gnav{display: none;}

	
	
	
	.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.button_container.close {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #333;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}

.overlay.close {
  position: fixed;
  background: #fe5d86;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}

.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  font-family: "Noway-round";
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 9);
  min-height: 30px;
  position: relative;
  opacity: 0;
	font-size: 80%;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
	font-size: 80%;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
}
	@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
	

/*MAIN*/
main{
  width: 100%;
  box-sizing: border-box;
	}
@media (max-width: 768px){
main{
  width: 100%;
  margin-left:0px;
  padding-left:0px;
  box-sizing: border-box;
	}


}
#centerBoxFirst{
	margin: 0% 0 0 0;
}
.centerBoxFix { position:absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; padding: 0% 0 0 0; line-height: 140%; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); }
.centerBoxLast { z-index: -1; }

.centerBox {
	position: absolute;
	top: -4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	padding: 2% 0 0 0;
	line-height: 140%;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.centerBox i { height: 120px; padding: 20px; font-size: 100px; transition: .8s; transition-delay: 0; } 
.centerBox div { margin: auto; transition: .8s; transition-delay: .8s; }
@media (max-width: 768px){
.centerBoxFix { position:absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; padding: 8% 0 0 0; line-height: 140%; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); }
.centerBoxLast { z-index: -1; }

.centerBox { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; padding: 8% 0 0 0;line-height: 140%; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); }
.centerBox i { height: 50px; padding: 10px; font-size: 50px!important; transition: .8s; transition-delay: 0; } 
.centerBox div { margin: auto; transition: .8s; transition-delay: .8s; }
}

.section1 { height: 100%;background-size: cover; }





@media (max-width: 768px){
.centerBoxFix { position:absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; padding: 18% 0 0 0; line-height: 140%; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); }
	.centerBox { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; padding: 18% 0 0 0;line-height: 140%; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); }

	.section1,.section2,.section3,.section4,.section5,.section6,.section7,.sectionpre{
	top:0px;
}
}

#section1box p,#section2box p,#section7box p{
	text-align:left;
}
#section3box p,#section4box p,#section5box p,#section6box p{
	text-align:center;
}


#menu-wrap { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; background: rgba(0,0,0,.5); font-family: 'Open Sans', sans-serif; transition: .3s }
#menu { list-style-type: none; max-width: 960px; margin: 0px auto 0px; padding: 0; }
#menu li { width: 20%; float: left; margin: 0; padding: 0; text-align: center; }
#menu li a { display: block; width : 100%; padding: 20px 0; color: #fff; font-size: 14px; line-height: 1; text-decoration: none; transition: .3s; }
#menu li a:hover { background: rgba(0,0,0,.3); }

a.btn{ display: inline-block; width: 150px; margin: 10px 0; padding: 16px 10px; border: 1px solid #333; background: transparent; color: #000; text-align: center; text-decoration: none; line-height: 1; transition: .3s; }
a.sample16 { position:relative; z-index:2; overflow:hidden }
a.sample16::after { display:block; content:""; position:absolute; z-index:-1; top:50%; left:50%; width:160px; height:160px; margin:-80px 0 0 -80px; border:65px solid rgba(33,33,33,0);  border-radius:50%; transition:.5s }
a.sample16:hover { color:#555 }
a.sample16:hover::after { border-width: 0; border-color:rgba(253,247,221,1); background:#fdf7dd }
#page-top i { position: relative; padding-top: 2px; transition: .2s; }
#page-top:hover i { animation: page-top-animation .1s ease 0s infinite alternate; }
@keyframes page-top-animation {
0% {padding-top: 0px; }
100% {padding-top: 3px; }
}
@media only screen and (min-width: 1023px) {
.section1, .section3, .section5, .section6, .section7   { background-attachment: fixed; }
}


.wback{
	 width: 92%; margin: 0 auto;background: rgba(255,255,255,.7); padding: 2% 0 0 0 ;
}
.wback h2 { margin: 1% 0 0px; font-size:200%; line-height:120%;font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;; letter-spacing: -1px; }
@media (max-width: 768px){
.wback h2 { margin: 1% 0 0px; font-size:160%; line-height:120%;font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;; letter-spacing: -1px; }
}
/*SHOPBTN*/
#shopbtn{
	margin: 1% auto;
	padding: 0;
	width: 60%;
}
#shopbtn img{
	width: 100%;
	height: auto;
}
/*SNS BOX*/
 #glbNav {
    display: block !important;
    position: relative;
    top: auto;
    /*z-index: -1;*/
    background-color: transparent;
    padding-bottom: 0px;
  }
  #glbNav a {
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #glbNavUpper {
    z-index: 999;
    font-size: 12px;
    font-size: 1.2rem;
    max-width: none;
	  bottom: 0;
	  padding: 0;
	  margin: 0 auto;
  }
  #glbNavUpper li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 2% 5% 0 5%;
  }
  #glbNavUpper li.glbNavUpper_mailnews {
    display: inline-block;
    margin: 2px 0 0;
  }
  #glbNavUpper li#glbSearch {
    display: inline-block;
    margin: 0 0 0 15px;
  }


  #glbNavUpper li.glbNavUpper_sns_facebook svg {
    width: 18px;
    height: 18px;
  }
  #glbNavUpper li.glbNavUpper_sns_instagram svg {
    width: 18px;
    height: 18px;
  }
  #glbNavUpper li.glbNavUpper_sns_twitter svg {
    width: 18px;
    height: 18px;
  }
  #glbNavUpper li.glbNavUpper_sns_line svg {
    width: 18px;
    height: 15px;
  }



#glbNavUppersp {
    z-index: 999;
    font-size: 12px;
    font-size: 1.2rem;
    max-width: none;
	  bottom: 0;
	margin:3% 0 3% 0;
	padding: 0;
  }
  #glbNavUppersp li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0% 2% 0 2%;
	  
  }
  #glbNavUppersp li a{
	  border-bottom: none!important;
	  margin: 0% 0 0 0;
	  padding: 0;
}


#glbNavUppersp li.glbNavUpper_mailnews {
    display: inline-block;
    margin: 2px 0 0;
  }
  #glbNavUppersp li#glbSearch {
    display: inline-block;
    margin: 0 0 0 15px;
  }


  #glbNavUppersp li.glbNavUpper_sns_facebook svg {
    width: 22px;
    height: 22px;
  }
  #glbNavUppersp li.glbNavUpper_sns_instagram svg {
    width: 22px;
    height: 22px;
  }
  #glbNavUppersp li.glbNavUpper_sns_twitter svg {
    width: 28px;
    height: 22px;
  }
  #glbNavUppersp li.glbNavUpper_sns_line svg {
    width: 27px;
    height: 22px;
  }


/*GALL*/
  #glbgal {
    z-index: 999;
    font-size: 12px;
    font-size: 1.2rem;
    max-width: none;
	  bottom: 0;
  }
  #glbgal li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 2% 5% 0 5%;
  }
  #glbgal li.glbNavUpper_mailnews {
    display: inline-block;
    margin: 2px 0 0;
  }
  #glbgal li#glbSearch {
    display: inline-block;
    margin: 0 0 0 15px;
  }


  #glbgal li.glbNavUpper_sns_facebook svg {
    width: 44px;
    height: 44px;
  }
  #glbgal li.glbNavUpper_sns_instagram svg {
    width: 44px;
    height: 44px;
  }
  #glbgal li.glbNavUpper_sns_twitter svg {
    width: 44px;
    height: 44px;
  }
  #glbgal li.glbNavUpper_sns_line svg {
    width: 27px;
    height: 22px;
  }


/*TXT*/
.lefttxt{
	float:left;
	margin:0 2% 2% 0;
}
.righttxt{
margin:0 ;
text-align:left;
}
.redtxt{color:#FF2F00;}



.imgpic01{
	float:left;
	width:40%;
	height:auto;
	margin:0 2% 2% 0;
}
.imgpic01 img{
	width:100%;
}
.imgpic02{
width:50%;
	height:auto;
	margin:2% 0 0 0;
	float:left;
}
.imgpic02 img{
	width:100%;
}
.imgpic03{
width:30%;
height:auto;
margin:0% 0% 0 5%;
float: right;
}
.imgpic03 img{
	width:100%;
}
.imgpic04 ul{
	clear: both;
	list-style: none;
	text-align:center;
	margin:3% 0 0 0;
	padding:0;
	width:100%;	
}
.imgpic04 li{
	float: left;
	width:50%;
height:auto;
	margin:0% 0% 3% 0 ;
	text-align: center;
	font-size: 80%;
}
.imgpic04 img{
	width:100%;
}

@media (max-width: 768px){
.imgpic01{
width:100%;
	height:auto;
	margin:0 0% 0% 0;
}
.imgpic01 img{
	width:100%;
}
.imgpic02{
width:100%;
	height:auto;
	margin:0% 0 0 0;
}
.imgpic01 img{
	width:100%;
}

}
/*ITEM*/
#itembox{
}
#itembox ul{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	
}
#itembox li{
display: inline-block;
width:30%;
margin:0 1%;
}
#itembox li img{
width:100%;
}


#itembox p{
	clear:both;
	
}
@media (max-width: 768px){
#itembox{
}
#itembox ul{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	
}
#itembox li{
width:90%;
	clear: both;
margin:0 2%;
}
#itembox li img{
width:100%;
}


#itembox p{
	clear:both;
	
}
}

#section1box h2,#section2box h2,#section3box h2,#section4box h2,#section42box h2,#section43box h2,#section44box h2,#section5box h2,#section6box h2,#section7box h2{
	font-size: 220%;
	line-height: 140%;
	border-bottom: 1px solid #222;
	 display: inline-block;
	text-align: center;
	margin: 80px auto 20px;
}
#section4box h3,#section42box h3,#section43box h3,#section44box h3{
	font-size: 180%;
	line-height: 140%;
	
}
/*SECTION2*/
#section2box{
	width: 90%;
	margin: 0 auto;
	padding: 0% 5%;
text-align: center;
}


/*SECTION3*/
#section3box{
	width: 90%;
	margin: 0 auto;
	padding: 20% 5%;
text-align: center;
}
.ytboxm{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
}
.ytbox{
	display:inline-block;
	width: 30%;
	height:auto; 
}
.ytboxm iframe{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytbox iframe{
    width: 100%;
    height:auto;
}

.ytboxb,.ytboxmb{
	margin: 1% auto 5%;
	clear: both;
}
@media (max-width: 768px){
.ytbox,.ytboxm{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
	display:block;
	margin: 0 0 2% 0;
		width: 100%;
	}
.ytbox iframe,.ytboxm iframe{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytboxb,.ytboxmb{
	margin: 1% auto 2%;
	clear: both;
}
}


/*SECTION4*/
#section4box{
z-index: 100;
background: rgba(255,255,255,.0);
height: 100%;
padding: 0%;
margin: 0 auto;
text-align: center;
	width: 90%;
}
#section4box p{
	text-align:center;
	margin: 0 0 1% 0; 
}
#section4box h3{
	font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;

	text-align:center;
	margin: 2% 0 3% 0; 
	font-weight: bold;
	padding: 0;
	font-size: 150%;
}
#aboutlogo{
	margin: 1% auto;
	clear: both;
	width: 100%;
}
#aboutlogo img{
width: 100%;
	height: auto;
	}
@media (max-width: 768px){
#aboutlogo{
	margin: 1% auto;
	clear: both;
	width: 100%;
}
#aboutlogo img{
width: 100%;
	height: auto;
	}

}
/*SECTION42*/
#section42box{
z-index: 100;
background: rgba(255,255,255,.0);
height: 100%;
padding: 0%;
margin: 0 auto;
text-align: center;
	width: 90%;
}
#section42box p{
	text-align:center;
	margin: 0 0 1% 0; 
}
#section42box ul{
	list-style: none;
	text-align: center;
}
#section42box li{
	width: 30%;
	display: inline-block;
	margin: 0 1%;
	
}
#section42box li img{
	width: 100%;
}
@media (max-width: 768px){
#section42box li{
	width: 90%;
	display: block;
	margin: 0 1%;
	
}
#section42box li img{
	width: 100%;
}
}



/*SECTION43*/
#section43box{
z-index: 100;
background: rgba(255,255,255,.0);
height: 100%;
padding: 0%;
margin: 0 auto;
text-align: center;
	width: 90%;
}
#section43box p{
	text-align:center;
	margin: 0 0 1% 0; 
}
/*SECTION44*/
#section44box{
z-index: 100;
background: rgba(255,255,255,.0);
height: 100%;
padding: 0%;
margin: 0 auto;
text-align: center;
	width: 90%;
}
#section44box p{
	text-align:center;
	margin: 0 0 1% 0; 
}

/*SECTION5*/
#section5box{
z-index: 100;
background: rgba(255,255,255,.0);
height: 100%;
padding: 0%;
margin: 0 auto;
text-align: center;
	width: 90%;
}
#section5box p{
	text-align:center;
	margin: 0 0 10% 0; 
}

/*SECTION6*/
#section6box{
z-index: 100;
background: rgba(255,255,255,.0);
height: 100%;
padding: 30% 10%;
margin: 0 auto;
text-align: center;
	width: 90%;
}
#section6box p{
	text-align:center;
	margin: 0 0 1% 0; 
}
@media (max-width: 768px){
#section6box li{
width:100%;
margin:0 2%;
font-size: 90%;
text-align: left;
	float: left;
}
#section6box li img{
	clear:both;
	width: 100%;
}
}

/*SECTION7*/
#section7box{
z-index: 100;
background: rgba(255,255,255,.0);
height: 100%;
padding: 30% 5%;
margin: 0 auto;
text-align: center;
	width: 90%;
}
#section7box p{
	text-align: center;
}



/*TAB*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 1%;
  padding-bottom:2%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width:100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 40px;
  border-bottom: 1px solid #000;
  background-color: #fdf7dd;
  line-height: 40px;
  font-size: 100%;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}

/*YOUTUBE*/
#youtubebox{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#youtubebox iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/*MENU*/
.menu {
    position: relative;
    width: 100%;
    height: 50px;
	text-align: center;

}

.menu > li {
    height: 50px;
    line-height: 50px;
	display: inline-block;

}

.menu > li a {
    display: block;
}

.menu > li a:hover {
    color: #ccc;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
}

.menu__third-level li {
}

.menu__second-level li a:hover {
}

.menu__third-level li a:hover {
}

.menu__fourth-level li a:hover {
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
/*		background: rgba(0,0,0,.5);*/

}

.menu__single:hover > .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
/*VIDEO*/
#video-background {
/*  動画を背景に設定するスタイルシート  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
	max-width: 100%;
	background-position: top;
}

.wrapper {
  height: 100%;
	height: 100vh;
position: relative;
	width: 100%; 
	overflow: hidden;
}
.wrappersc {
position: relative;
	width: 100%;
	overflow: hidden;
	 background: url(images/scroll.gif),url(images/scroll.jpg);
  background-attachment: fixed; 
  background-position: top center; 
  background-size: cover;
	background-repeat: no-repeat,no-repeat;
}


#video {
  background: url(images/sp_bg.png) no-repeat;
  background-attachment: fixed; 
  background-position: top center; 
  background-size: cover; 
	left: 0;
  max-width: 100%;
	min-height: 100%!important;
  min-height: 100vh!important;
  min-width: 100%!important;
  min-width: 100vw!important;
  position: absolute;
  top: 0;
  z-index: 1;
	overflow: hidden;
	　　width: 100vw;
　　　　　　height: 100vh;
}
#videosc {
  background: url(images/scroll.jpg) repeat-y;
  background-attachment: fixed; 
  background-position: top center; 
  background-size: cover;
	left: 0;
  max-width: 100%;
	min-height: 100%!important;
  min-height: 100vh!important;
  min-width: 100%!important;
  min-width: 100vw!important;
  position: fixed;
  top: 0;
  z-index: -100;
	overflow: hidden;
}
@media (max-width: 768px){
.wrappersc {
position: relative;
	width: 100%;
	overflow: hidden;
	  background: url() no-repeat;
	background-size:cover;
  background-attachment: fixed; 
  background-position: top center; 
}
	#spbgb{
background: none;
		z-index: -1;
}
#spbgb::before {
content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 100vh;
    background: url(images/sp_kotei.jpg) center/cover no-repeat;
    -webkit-background-size: cover;

		z-index: 0;
}   
	
	
	
	#videosc {
  background: url() repeat-y;
  background-attachment: fixed; 
  background-position: top center; 
  background-size: cover;
	left: 0;
  max-width: 100%;
	min-height: 100%!important;
  min-height: 100vh!important;
  min-width: 100%!important;
  min-width: 100vw!important;
  position: fixed;
  top: 0;
  z-index: -100;
	overflow: hidden;
}
}




/*FOOTER*/
footer{
	
position: relative!important;
}
#footer{
	margin: 0% auto 0;
	padding: 5% 0 0;
	background-color: #000;
	min-height: 100px;
	width: 100%;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
 

/**/
#Audio-Control {
    overflow: hidden;
	position:fixed;
	top:5px;
	right: 10px;
	font-size: 90%;
}
#Audio-Control p{
	text-align: center;
	color: #fff;
		font-family: 'Libre Baskerville', serif;
	text-shadow: 2px 3px 4px #808080;
	float: left;
	line-height: 200%;
}
 
#Audio-Control button {
	color: #fff;
    width: 40px;
    float: left;
    padding: 5px 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
		font-family: 'Libre Baskerville', serif;
	text-shadow: 2px 3px 4px #808080;
}
 
#Audio-Control button.on {
    border-left: none;
}
 
#Audio-Control button.off {
    border-right: none;
}
 
#Audio-Control button.active {
}
 
#Audio-Control button:not(.active):hover {
    background: rgba(204, 204, 204, 0.3);
}
/*SP TOP*/
#sptop{
	display: none;
}
@media (max-width: 768px){
.section1{
	display: none;
	
}
#sptop{
position: relative;
	display:block;
	  background: url(images/sp_kotei.jpg) no-repeat;
  background-attachment: fixed; 
  background-position: top center; 
/*  background-size: cover;*/
	left: 0;
  max-width: 100%;
	min-height: 100%!important;
  min-height: 100vh!important;
  min-width: 100%!important;
  min-width: 90vw!important;
  z-index: 0;
	overflow: hidden;
	
}
	#sptop::before{
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 100vh;
    background: url(images/sp_kotei.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
	}
	
	#sptop img{
	text-align: center;
	 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height:100%;
		z-index: 2;
	
}
	
	
}
