﻿/********* 基本レイアウト ********/
*{
	box-sizing:border-box;
}
html{
	scroll-behavior:smooth;
}
body{
	background-color:#fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#contents{
	margin: 0 auto;
	position: relative;
}
img {
    max-width: auto;
}

/********** ハンバーガーメニュー **********/
#navbtn{
	transition:all 0.3s;
	width:40px; height:40px;
	position: fixed; top:20px; right:20px; z-index: 50;
}
#navbtn:hover{ background:#B2DABE; }
#navbtn span{
	width:80%; height:2px; background:#000; position: absolute;
}
#navbtn span:nth-child(1){ transition:all 0.2s; right:4px; top:8px;}
#navbtn span:nth-child(2){ right:4px; top:18px;}
#navbtn span:nth-child(3){ transition:all 0.2s; right:4px; top:28px;}

.open span:nth-child(1){ transform:translateY(10px) rotate(45deg);}
.open span:nth-child(3){ transform:translateY(-10px) rotate(-45deg);}
.open span:nth-child(2){ top:18px; opacity:0;}

.opennav{ transform:translateX(-2200px); opacity:1;}
//.openburger{ transform:translateX(-200px);}

nav{
	transition:all 0.3s;
	width:100%; height:100%;
	position:fixed;
	right:-2200px;
	top:0px;
	background:#CEF9DC;
	z-index: 40;
	opacity: 0;
}
#gnav_list{
	list-style: none; font-size:15pt;
	line-height: 3;
	display: flex;  flex-flow: column;
	align-items: center;
	justify-content: center;

}
nav ul {
	padding-tpo: 5%;
	padding-left: 0;
}
nav ul li a{
	text-decoration: none; color: #000;
	text-align: center; line-height: 40px;
}
nav ul li a:hover{
	transition:all 0.3s; opacity:0.3;
}
#sns{
	background: #B2DABE; width:100%; position:fixed; bottom:0px; text-align:center;
}
#sns_list{
	list-style: none; display:flex; justify-content:center; column-gap: 20px;
}
#sns_list img{
	width:40px;
}

/********** 固定されたアイコン **********/
#logo{
	position: fixed;
	left: 30px;
	top: 30px;
	width:150px;
	min-width:auto;
	z-index:30;
}
#logo{ position:static; }
#logo_wrap{display:flex; position:fixed; left:30px; top:30px; z-index:1; }
#insta{
	position: absolute;
	top:1%; left:15%;
	z-index: 20;
}
#insta img{
	width: 60%;
}
#insta:hover{
	transition:all 0.3s; opacity:0.7;
}

/********** 統一項目 **********/
.wrap{
	min-width:auto;
	width:100%;
}
#wrap{
	position: relative;
}
.img100 {
	width: 100%;
}
.img90 {
	width: 90%;
}
.img80 {
	width:80%;
}
.img50 {
	width:50%
}
.kaigyou_p{
	display: none;
}

/********** メインビジュアル **********/
#mainpic{
	display:block;
	min-width:auto;
}

/********** 書くだけで集中できる **********/
.mainstory{
	text-align:center;
	letter-spacing: 0.3em;
}
.mainstory h3{
	padding-top:40px;
}
.mainstory p{
	padding-bottom:15px;
/*	font-size:13pt;*/
	line-height: 3em;
}

/********** ブランドストーリー **********/
#brandstory p{
	text-align:center;
	line-height: 0.5em;
}
.bs{
	display: flex;
	justify-content: center;
	margin: 0;
}
.story{
	line-height: 3em;
	font-size: 12pt;
	min-width:auto;
	width:100%;
}
#brandstory{
	text-align: center;
}
#brandstory h3{
	border-bottom: 1px solid #b2dabf;
      	display: inline-block;
	padding-bottom: 10px;
}

.w2left{
	padding-left: 20px;
	padding-top:80px;
}
.w2left p{
	line-height: 3em;
	font-size: 12pt;
}
.w2right{
	padding-left:80px;
}
#syoukai-shindou{
	width:450px;
}
#hand{
	padding-left:10%;
	width:330px;
}
@media screen and (min-width: 768px){
#osusume_m{ display: none; }
}
#osusume{
	text-align:center;
}
#wrap3{
	background-color:#ebebeb;
	position: relative;
	margin:0 auto;
}
#wrap3 h1{
	background: #b5d9be;
	padding: 20px 0 20px 0;
	text-align: center;
}
@media (min-width: 768px){
.w3_m{ display: none; }
}
.w3-1{
	display: flex;
	justify-content: center;
	width: 70%;
	margin:0 auto;
}
.w3-1main {
	display: flex;
	align-items: center;
	justify-content: center;
}
.w3-1 p{
	line-height: 3em;
	padding-right:0;
	letter-spacing: 0.2em;
	min-width:auto;
	float: right;
}

.w3-2{
	display: flex;
	justify-content: center;
	width: 70%;
	margin:0 auto;
	vertical-align: center;
	padding-bottom: 5%;
}
.w3-2 p{
	line-height: 3em;
	padding-left:0;
	letter-spacing: 0.2em;
	min-width:auto;
	float: left;
}
.w3-2img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.w3-2main{
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.imagemovie{
	text-align: center;
	padding-bottom:100px;
}
#wrap3 video{
	width:760px;
	height:auto;
}
.w4-1{
	text-align: center;
	line-height: 2.5em;
}
.w4-2{
	background-color:#FFF;
	text-align: center;
}
.w4-2 b{
	font-size: 17pt;
	letter-spacing:0.3em;
}
.w4-2 p{
	font-size: 14pt;
	line-height:2em;
}
.W4-2 img {
	width:80%;
}
.w4-point1{
	padding-top: 80px;
	padding-bottom: 30px;
}
.w4-point2{
	padding-bottom: 30px;
}
.w4-point3{
	padding-bottom: 30px;
}
.w4-3{
	display: flex;
	justify-content: center;
	padding: 30px;
}
.dekoboko img{
	width: 150px;
}
.dekobokotext{
	line-height:2em;
	padding-top: 50px;
}
#osusume{
	padding-top: 100px;
	padding-bottom: 100px;
	margin: 0 auto;
}
#osusume img{
	width:80%;
}

/* 魔法の下敷きの秘密 id:secret */
#secret {
	background: #ebebeb;
	margin: 0 auto;
	padding-bottom: 50px;
}

#secret h1 {
	background: #b5d9be;
	padding: 20px 0 20px 0;
	text-align: center;
}

#secret h2 {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

#secret .h2-strong {
	line-height: 54px;
}
#secret .h2-strong span {
	color: rgb(112, 76, 255);
	border-bottom: 6px solid rgb(112, 76, 255);
	font-size: 32px;
}

#secret_c {
	background: #FFF;
	padding: 50px 20px 20px 50px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

#wrap6{
	position: relative;
	background: #ebebeb;
}
#m-btn{
	width:300px;
	position:absolute; top:69%; left:39%;
}
.w6-1{
	padding-top: 30px;
	text-align: center;
}
.w6-1 h3{
	border-bottom: 1px solid #b2dabf;
      	display: inline-block;
	padding-bottom: 10px;
}
.w6-1 p{
	text-align:center;
/*	font-size:9pt; */
	line-height: 0.5em;
	padding-bottom: 20px;
}
.w6{
	text-align: center;
/*	font-size: 10pt;*/
	line-height: 30px;
}
@media (min-width: 768px){
.w6_m{ display: none; }
}
.w6-2 ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#movies li{
	list-style: none;
    	margin-right: 20px;
}
#movies img{
	width: 350px;
	padding-top: 60px;
	padding-bottom: 100px;
}
#wrap7{
	background: #ebebeb;
}
.w7-1{
	padding-top: 30px;
	text-align: center;
}
.w7-1 h3{
	border-bottom: 1px solid #b2dabf;
      	display: inline-block;
	padding-bottom: 10px;
}
.w7-1 p{
	text-align:center;
/*	font-size:9pt;*/
	line-height: 0.5em;
}
.w7-2{
	text-align: center;
}
.w7-2 p{
	display: inline-block;
  	text-align: center;
/*	font-size: 10pt;*/
	padding-top: 20px;
	line-height: 30px;
}
.w7-3{
	display: grid;
	grid-template-columns: 600px 600px;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 80px;
}

#show {
	background: #b5d9be;
	padding-bottom: 50px;
}
#title {
	text-align: center;
}
#show h2 {
	border-bottom: 1px solid #000;
	letter-spacing: 8px;
	font-size: 120%;
	margin: 70px 0 0 0;
      	display: inline-block;
}
#show h3{
	margin-top: -50px;
	font-size: 80% ;
	text-align: center;
}

#show img {
	margin:20px;
}
.imgsize{
	width: 50%;
}
.imgsize2{
	width: 80%
}

@media (min-width: 768px){
#fight_m{ display: none; }
}
#fight_pc{
	width: 100%;
}
#fight{
	text-align: center;
}

#wrap8{
	position: relative;
	background: #FFF;
	margin:0 auto;
}
#wrap8 h2 {
	border-bottom: 1px solid #b5d9be;
	display: inline-block;
	letter-spacing: 8px;
	font-size: 120%;
	margin: 70px 0 0 0;
}

#wrap8 h3 {

	font-size: 14px;
}
#wrap8 p {
	margin-bottom:50px;
}

#item {
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
	justify-content: center;
}
#item img{
	width: 150px;
}
#s-btn{
	width:30%;
	position:absolute; top:44%; left:35%;
}
#s-btn2{
	width:30%;
	position:absolute; top:83%; left:35%;
}
.w8-1{
	padding-top: 30px;
	text-align: center;
}
.w8-1 h3{
	border-bottom: 1px solid #b2dabf;
      	display: inline-block;
	padding-bottom: 10px;
}
.w8-2{
	text-align: center;
	padding: 10px;
}
.w8-3{
	text-align: center;
}
.w8-3 img{
	width: 150px;
}
#wrap8 span{
	font-size: 14pt;
 	display: inline-block;
  	width: 100%;
  	text-align: center;
	padding-top: 20px;
	padding-bottom: 220px;
}
.w8-4{
	text-align: center;
}
.w8-4 img{
	width: 150px;
}
#wrap8 span::before {
    content: "";
    width: 90px;
    height: 1px;
    display: inline-block;
    background: #000;
    margin-right: 14px;
    margin-top: 1px;
}
#wrap8 span::after {
    content: "";
    width: 90px;
    height: 1px;
    display: inline-block;
    background: #000;
    margin-left: 10px;
    margin-top: 1px;
}
#shosai {
	background: #ebebeb;
	font-style: bold;
	width: 700px;
	height: 280px;
	margin:0 auto;
	line-height: 33px;
	padding: 2px;
}

.footer{
	background: #b2dabf;
}
.footer-menu{
	display: grid;
	grid-template-columns: 275px 275px;
	column-gap: 100px;
	row-gap: 50px;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 80px;
	margin: 0 auto;
}
.f1 li{
	list-style: none;
	border-bottom: 1px solid #000;
}
.f1 ul li a{
	text-decoration: none;
	color: #000;
}
.f1 ul li a:hover{
	transition:all 0.3s; opacity:0.3;
}
#hr{
	width: 90%;
	color: #000;
}
.f2{
	padding: 0 100px;
    	display: flex;
    	align-items: flex-end;
    	justify-content: flex-end;
	position: relative;
	height: auto;
}
.f2 img{
	width: 100px;
	position:absolute; top: 0.1%; left:46%;
}
.f2 p{
/*	font-size: 9pt;	*/
	position:absolute; top: 20%; right: 2%;
}
.btn{
	position: fixed;
	bottom: 75px;
	right: 65px;
	opacity: 0;
 	visibility: hidden;
	width:5%; min-width:auto;
	transition: opacity 0.3s, visibility 0.3s;  z-index: 10;
}
.fadein{
	opacity: 1;

	visibility: visible;

}


/* 基本レイアウト ここまで↑ */





/********** MOVIES　幅1700以下で縦並びにする *********/
@media screen and (max-width:1400px){

/* MOVIES */
.w6-2 ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 100px;
}
#movies img{
	width: 90%;
	padding-top: 60px;
	padding-bottom: 0px;
}

}
/**********END**********/
}
