body,html {
  margin: 0 auto;
  background: #000;
  opacity: 0.9;
  position: relative;
  color: white;
  font-family:"Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;

}

ul{
	list-style-type:none;
}

video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
	opacity: 0.1;
}


@media(min-width: 721px) {

	.menu-button button span{
		position:absolute;
		/*top:-3px;*/
		right:10px;
	}


	.menu-button label img{
		position:absolute;
		top:6px;
		left:10px;
	}

	#sound_button{
		margin-top:20px !important;
		margin-right:15px !important;
	}

}

@media(max-width: 600px) {

  video {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: -50%;
      margin: auto;
      min-width: 100vw;
      min-height: 100vh;
      width: auto;
      height: 100%;
      z-index: -100
  }
}


.menu-button button:hover img:last-child{
	opacity:0;
} 

.menu{
	display:flex;
	position:fixed;
	width:100%;
	justify-content:space-between;
	z-index:9000;
}



.top-icon{
	padding:20px;
	height:44px;
	margin-top: 14px;
	margin-left: 6px;
}

.menu-button{
	float:right;
	margin-top: 9.3px;
	margin-right: 1px;
	position:relative;
}



button{
	color:rgb(255, 255, 255);
	background-color:rgba(0,0,0,0);
	font-size:22px;
	border:none;
	font-weight:lighter;
	margin:0.5rem;
	padding:0.2rem 0.5rem;
	position:relative;
}



button:focus{
	outline:none;
}

.menu-button button:hover{
	border:1px solid white;
	border-radius:0;
}

.none720{
	display:block;
}


.header{
	height:300px;
	width:70%;
	margin:0;
	text-align:center;
	display:inline;
	margin-left:0;
}

.header-container{
	width:1080px;
	margin:0 auto;
}

.header-text{
	height:100%;
	max-width:940px;
	width:70%;
	margin:0 auto;
	text-align:left;
	padding-top:1.5rem;
}

.text-child{
	width:100%;
	height:300px;
	display:flex;
	align-items:center;
	margin:0;
	text-align:left;
}

.text-child h1{
	font-size:117px;
	width:377px;
	height: 186px;
	font-weight:bold;
	color: white;
	text-align:left;
	margin-left: -4px;
	margin-top: 357px;
	letter-spacing: -4.2px;
	font-family: HelveticaNeue-Medium;
}

.text-child h1 img {
	width: 403px;
	height: auto;
}

.text-child h3{
	/*width:18%;*/
	font-size: 18px;
	color: white;
	padding:0px;
	margin-bottom:0px;
	margin-top:-72px;
	margin-left: 60px;
	display:inline-block;
	letter-spacing: 4px;

}


.container{
	width:1080px;
	margin:0 auto;
}

.row1{
	padding:0;
	margin-top:0;
}

.row1 .content{
	width:70%;
	max-width:940px;
	margin:135px auto 0px auto;
	display: flex;
	justify-content:space-between;
	/*align-items: center;*/
}

.row1 .title_text{
	width: 47%;
}
.row1 .title_img{
	width: 50%;
}
.row1 .title_img img{
	width: 100%;
}


.row1 .title_text p{
	font-weight: lighter;
	font-size: 16.2px;
	line-height:50.2px;
	margin-left: -4px;
	margin-top: -22px;
	padding-top: 10px;
	text-align: justify;
	letter-spacing: 1.5px;
}
.row1 .title_text p span.p_2{
	letter-spacing: -1.2px;
}

.row1 .title_text p span.p_3{
	letter-spacing: 2.3px;
}

.row1 .title_text p span.p_4{
	letter-spacing: 0.4px;
}

.row1 .title_text p span.p_5{
	letter-spacing: 4px;
}

.row1 .title p img {
	width: 760px;
}

.arrow_bottom{
	display: none;
}

.row2 {
	margin-top: 182px;
}

.row2 .content{
	width:71%;
	max-width:940px;
	margin:253px auto 0px auto;
}

.row2  p{
	display: inline;
}

.row2 .category-wrap .button-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 12px	;
}

.row2 .category-wrap .button-group label{
	margin-bottom: 36px;
	width: 362px;
}
.row2 .category-wrap .button-group label img{
	width: 100%;
}



.row2 .category-wrap .button-group label:hover{
	opacity: 0.7;
	transition: 0.6s;
	cursor: pointer;
}


.row2 .category-wrap .button-group label.all{
	display: none;
}

.row2 .title h3.none720 {
	margin-top: 43px;
	border-bottom: solid 1px white;
	display: flex;
}
.row2 .title h3 img{
	width: 575px;
	height: 41.03px;
}

.row3{
	padding-left: 8px;
}

.row3 .content{
	padding-top: 40px;
	width:72%;
	max-width:940px;
	margin:55px auto 0px auto;
}

.row3 .category_title h3{
	height: 0px;
	position: relative;
	border-bottom: solid 1px white;	
	width: 760px;
}

.row3 .category_title h3 img{
	position: absolute;
	bottom: 0;
	height: 37px;
}

.products__wrap{
	margin-top: 46px;
}

.grid-item{
	width: 183px;
	height: 183px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.grid-item .none720{
		display: inline!important;
	}

	.grid-item .block720{
		display: none!important;
	}

.grid-item.wide, .grid-item.big { width: 376px; }
.grid-item.tall, .grid-item.big { height: 376px; }
.grid-item.wide2{ width:569px }

.grid-item img{
	width: 100%;
	height: 100%;
}

.grid-item p{
	display: none;
}

.lb-outerContainer{
	background: rgba(0,0,0,0);
}
.lb-number{
	display: none!important;
}

.lb-outerContainer,.lb-container{
	width: 761px!important;
	height: 869px!important;
}

.lb-container{
	padding: 0;
}

.lb-container img{
	width: 100%!important;
	height: auto!important;
}
.lb-dataContainer{
	position: relative;
}

.lb-nav{
	display: none!important;
	top: auto;
	height: 2%;
	bottom: -6%;
}

.lb-nav a.lb-next,.lb-nav a.lb-prev{
	opacity: 0.5;
}

.lb-nav a.lb-next,.lb-nav a.lb-prev{
	background: none;
	font-size: 29px;
	color: rgba(0,0,0,0);
	opacity: 1;
	width: 5%;
}

.lb-nav a.lb-next:hover,.lb-nav a.lb-prev:hover{
	opacity: 0.7;
}
.lb-nav a.lb-next{
	position: absolute;
	right: 348px;
}

.lb-nav a.lb-prev{
	position: absolute;
	left: 350px;
}

.lb-nav a.lb-next:before{
	content: ">";
	color: white;
}

.lb-nav a.lb-prev:before{
	content: "<";
	color: white;
}

.lb-data .lb-close{
	position: absolute;
	left: 358px;
	bottom: -95px;
	background: none;
	font-size: 19px;
	opacity: 1;
}
.lb-data .lb-close:hover{
	opacity: 0.6;
}

.lb-data .lb-close:before{
	content: "✕";
	color: white;
}


.lightboxOverlay{
	opacity: 0.94;
}
/*
.lum-lightbox-position-helper img:hover{
	display: none;
}*/



.lum-lightbox-position-helper{
  position: relative;
  display: inline-block;
  vertical-align: middle;

}

.lum-lightbox-position-helper iframe{
	  position: absolute;
    width: 904px;
    height: 509px;
    top: 151px;
    left: -15px;
}

.lum-lightbox-position-helper iframe.ytsquare{
    width: 681px;
    height: 500px;
    left: 40px;
}

/*youtubeプレーヤー内*/
/*.ytp-title-text,.ytp-show-cards-title,.ytp-impression-link,.ytp-pause-overlay{
	display: none;
}
*/
footer p{

	text-align:center;
	margin-top:100px;
	font-size: 15px;
}


footer{

	padding-bottom:200px;	
}

.footer-arrow{
	display: none;
}

.block720{
	display: none;
}


/*---------------720px〜0px------------------*/


@media(max-width: 720px) {

	.none720{
		display:none;
	}

	.block720{
		display:block;
	}

    .top-icon{
		padding:12px;
		height:44px;
		margin-top: 3px;
	}

	.menu-button{
		margin-top:10px;
		margin-right:10px;
	}

	.menu-button button{
		padding: 0;
		width: 24px;
		height: 19px;
	}
	.menu-button button img{
		width: 100%;
		height: 100%;
	}


	.header-container{
		width:auto;
	}

	.header-text{
		padding-top: 10rem;
	}

	.header .text-child h1 {
		font-size: 43px;
		width: 141px;
		margin-right: 12px;
		margin-top:0;
		letter-spacing: 0px;
		height:auto;
	}

	.header .text-child h1 img {
		width: 200px;
		height: auto;
		margin-left: 0px;
		margin-top: 0px;
	}
	
	.header .text-child h3 {
		font-size: 12px;
		margin-left: 0px;
		width: auto;
		margin-top: -26px;
		margin-bottom:10px;
	}

    .header .text-child h3 img {
		width: 75px;
		height: auto;
		margin-left: 36px;
		margin-top: 0px;
	}

	.header .arrow_bottom {
    margin-top: 110px;
    text-align: center;
	}

	.header .arrow_bottom img{
		width: 38px;
	}

	.container{
		width:auto;
		margin-top:80px;
	}

	.row1 {
		margin-top: 26px;
	}
	.row1 .content{
		flex-wrap: wrap;
		width: 82%;
		margin:0px auto;
	}

	.row1 .title_text,.row1 .title_img{
		width: 100%;
	}
	.row1 .title_text{
		order: 2;
		margin-top: 25px;
	}

	.row1 .title_text p{
		font-size: 14px;
		letter-spacing: -1px!important;
		line-height: 35px;
	}

	.row1 .title_text p span{
		letter-spacing: -1px!important;
	}


.arrow_bottom{
	display: block;
}

	.row1 .title h3,
	.row3 .title h3 {
		font-size: 20px;
	}

	.row2 .title h3.block720{
		display: flex!important;
		border-bottom: solid 1px white;
	}

	.row1 .title p {
		font-size: 12px;
		letter-spacing: 0px;
		width: 100%;
		height: 169px;
		text-align-last: auto;
		line-height: 24px;
	}

	.row1 .title p br {
		display: none;
	}

	.row1 .title p span {
		letter-spacing: 0px;
	}

    .row2 {
		margin-top: -10px;
	}

	.row2 .content{
		width: 81%;
		margin: 100px auto 0px auto;
	}

    .row2 .title  {
		margin-top: -20px;
	}

	.row2 .title h3.none720{
		display: none;
	}

	.row2 .title h3.block720 img{
		width: 105px;
		height: auto;
	}

	.row2 .category-wrap .button-group label{
		width: 145px;
		margin-bottom: 9.7px;
	}
	.row3 .category_title h3{
		width: 100%;
	}

	.row3 .category_title h3 img{
		height: 23px;
	}

	.row3 .content{
		width: 310px;
		margin: 0 auto;

	}

	.grid-item{
	width: 96px;
	height: 96px;
	margin-right: 5.3px;
	margin-bottom: 5.3px;
	}

	.grid-item .block720{
		display: inline!important;
	}

	.grid-item .none720{
		display: none!important;
	}

	.grid-item.wide, .grid-item.big { width: 197px; }
	.grid-item.tall, .grid-item.big { height: 197px; }
	.grid-item.wide2{ width:299px }


	.lb-outerContainer,.lb-container{
		width: 335.38px!important;
		height: auto!important;
	}

	.lb-nav{
		display: none!important;
	}

	.lb-dataContainer{
		position: absolute;
		bottom: auto;
		left: auto;
		top: -1%;
		right: 4%;
	}

	.lb-data .lb-close{
		bottom: auto;
		left: auto;
		top: 0;
		right: 0;
	}

	footer {
		display: none;
	}
	.footer-arrow {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
		padding-bottom: 50px;
	}

	.footer-arrow a{
		width: 48.29px;
	}

	.footer-arrow a img{
		width: 100%;
	}

	.footer-arrow .center {
		margin-left: 30px;
		margin-right: 30px;
		width: 58.68px;
	}



	.lum-lightbox-position-helper iframe{
	  position: absolute;
    width: 338px;
    height: 179px;
    top: 126px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}

	.lum-lightbox-position-helper iframe.ytsquare{
	  position: absolute;
    width: 274px;
    height: 200px;
    top: 122px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
	
}






/*********************************************************/
.row2 .block720 li,
.row3 .block720 li {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	display: flex;
	align-items: center;
}

.row2 .block720 li:nth-child(1),
.row3 .block720 li:nth-child(1){
	padding-top: 0px;
}

.row2 .information,
.row3 .information {
	width: 40%;
}

.row2 .contents,
.row3 .contents {
	width: 96%;
}

.row2 .contents .contents_row,
.row3 .contents .contents_row {
	display: flex;
	justify-content: space-between;

}

.row3 .block720 li {
	height: 50px;
}