@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Passion+One&display=swap');

body{
	background-color:black;
}

a:link, a:active, a:visited{
	color:white;
}

.page_title{
	width:100%;
}

.width_1500-max{
	max-width:1280px;
}

.drawer-hamburger {
    display: block !important;
}

.txt_white{
	color:white;
}

.txt_red{
	color:red;
}

#main_img.dake:before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../img/top_mask.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 100%;
}

.test{
	 -webkit-transform: translate(-50% , -50%);
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
}
/*
#main_img:after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url("../img/catch.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 70%;
}
*/


.top_banner h2{
	font-size: 3em;
    color: white;
    font-weight: bold;
}

.gra{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#98498d+0,c12f7d+50,e2a92a+100 */
background: #98498d; /* Old browsers */
background: -moz-linear-gradient(45deg, #98498d 0%, #c12f7d 50%, #e2a92a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #98498d 0%,#c12f7d 50%,#e2a92a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #98498d 0%,#c12f7d 50%,#e2a92a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98498d', endColorstr='#e2a92a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
position:relative;
}

.top_banner{
	transform: rotate(-11.5deg) skewX(-11.5deg) scale(1.02);
    padding: 30px;
	box-sizing: border-box;
}

.top_banner div{
	/*transform: rotate(-11.5deg) skewX(-11.5deg);*/
	position: relative;
	top: -80px;
}

.top_banner a img {
    transition: 0.5s ease;
}

.top_banner a:hover img {
    transform: scale(1.05);
    transition: 0.5s ease;
}

.intro{
        background-color: black;
    background-image: url(../img/intro_mask.png), url(../img/back.png);
    color: white;
    background-position: center right, center;
    background-repeat: no-repeat;
    background-size: auto, cover;
    padding: 260px 50px 350px;
    box-sizing: border-box;
    margin-top: -8vw;
}

.intro h3{
	    transform: rotate(-11.5deg) skew(-11.5deg);
    width: 40%;
    margin: 0 auto;
    margin-right: 0;
}

.intro p{
    font-size: 20px;
}

.eye{
	
    width: 50%;
    max-width: 400px;
}

.blog{
	transform: rotate(11.5deg) skew(11.5deg);
	padding: 0px 0 60px;
	margin-top: 50px;
}

.blog h2{
	    width: 20%;
    margin: 0 auto;
    margin-right: 0;
    position: relative;
    top: -100px;
	margin-top: -100px;
    transform: skew(-11.5deg) rotate(-11.5deg);
}

.insta h2{
	width:20%;
}

.kiji{
	transform: skew(-11.5deg) rotate(-11.5deg);
}

.kiji .date{
	margin-top: 10px;
	color: white;
}

.kiji h3{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: white;
}

.kiji p{
	color: white;
}


/*----------------naibu------------------*/


#main_img.igai{
	height: auto;
	max-height: 40vh;
	z-index: -99;
	position: relative;
}

.pan{
	position:relative;
	z-index: 1
}

.pan p{
	max-width: 1280px;
	margin: 0 auto;
    padding-right: 50px;
    font-size: 18px;
    margin-bottom: -30px;
}

/*.pan:before{
	    content: "";
    display: block;
    width: 100%;
    height: 690%;
    position: absolute;
    top: 0%;
    left: 50%;
    background-color: black;
    -webkit-transform: translate(-50% , -50%) skew(-5deg) rotate(-5deg);
    transform: translate(-50% , -50%) skew(-5deg) rotate(-5deg);
    z-index: 0;
}
*/

#main_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 550%;
    position: absolute;
    top: 350%;
    left: 50%;
    background-color: black;
    -webkit-transform: translate(-50% , -50%) skew(-5deg) rotate(-5deg);
    transform: translate(-50% , -50%) skew(-5deg) rotate(-5deg);
    z-index: 0;
}

#main_img.dake.men:before {
 background-color: transparent;
}

.pan:after{
	content: "";
    display: block;
    width: 1000px;
    height: 520px;
    position: absolute;
    top: -700%;
    left: 80%;
    background-image: url(../img/exa.png);
    -webkit-transform: translate(-50% , -50%) skew(-5deg) rotate(-5deg);
    transform: translate(-50% , -50%);
    background-size: cover;
    background-position: top;
}

article{
	z-index:1;
	position:relative;
}

.page_title h2, .page_title p{
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.cate{
	margin-bottom:150px;
}



/*------------13mask--------------*/
#page06 h3{
	position: relative
}
#page06 h3:before{
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    top: -60%;
    left: 50%;
    background-color: white;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}

#page06:before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: url(../img/top_mask.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 100%;
	z-index: -1;
}

/*---------------about----------------*/
.cate_box figure{
	position:relative;
}

.cate_box a{
	position:relative;
	z-index: 1;
}

.cate_box figure:before{
	content: "";
    display: block;
    width: 100%;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #98498d; /* Old browsers */
background: -moz-linear-gradient(45deg, #98498d 0%, #c12f7d 50%, #e2a92a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #98498d 0%,#c12f7d 50%,#e2a92a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #98498d 0%,#c12f7d 50%,#e2a92a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98498d', endColorstr='#e2a92a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-transform: translate(-50% , -50%) skew(-5deg) rotate(-5deg);
    transform: translate(-50% , -50%) skew(-5deg) rotate(-5deg);
	z-index: -1;
	
}

.cate_wrap h3{
	position: relative
}

.cate_wrap h3:first-letter{
	color: #e2a92a;
}

.cate_wrap h3:before{
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    top: -60%;
    left: 50%;
    background-color: white;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}

input{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*--------------guide---------------*/
#page05 .cate{margin-bottom: 50px;}
#page05 .cate .cate_title{cursor: pointer;
    border-bottom: 1px solid white;}
#page05 .cate .cate_box:last-of-type{margin-bottom: 0;}
#page05 .cate_title.on_click i{transform: rotate(180deg);}

#page05 .cate_box {
	color:white;
}

#main_img h2.font_14up{
	font-size: -webkit-calc(1rem + 18px);
    font-size: calc(1rem + 18px);
}



/*----------button design-----------*/

.button {
    background: #010306;
    color: #fff;
    border: none;
    position: relative;
    font-size: 1.1em;
    padding: 0.1em 1.7em;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    text-align: center;
    width: 10%;
    margin: 0 auto;
    transform: rotate(-11.5deg) skew(-11.5deg);
    margin-top: 30px;
	font-family: 'Hammersmith One', sans-serif;
}
.button:hover{
    background: #fff;
    color: #000000;
}

.button:hover a{
	color:#000000;
}

.button:before,.button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1AAB8A;
  transition:400ms ease all;
}
.button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.button:hover:before,.button:hover:after{
  width:100%;
  transition:800ms ease all;
}


footer{
	    background-image: url(../img/footer_back.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
    z-index: 3;
    background-color: black;
}

header {
    z-index: 9;
    transition: 0.5s!important;
    padding-bottom: 30px;
    background: rgba(0,0,0,0.0);
}

header.transform {
    background: rgba(0,0,0,0.2);
    transition: 0.5s!important;
}

.dammy{
	
	text-align: center;
	
	margin-top: 20px;
	box-sizing: border-box;
}

.insta h2{width:40%;}

#logo span img{
	max-width:30px;
}


@media all and (-ms-high-contrast: none){
 #page09 p a{
	padding-bottom: 0;
}
	
	input{
		
		padding-top:15px !important;
	}
	
	#page10 ul li a{
		padding-top:25px !important;
	}
	
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

	.top_banner h2 {
    font-size: 1.7em;
    color: white;
    font-weight: bold;
}
	
	.top_banner div {
    /* transform: rotate(-11.5deg) skewX(-11.5deg); */
    position: relative;
    top: -20px;
}
	
	.intro {
    padding: 70px 10px 140px;
}
	
	.blog{
		    width: 90% !important;
    box-sizing: border-box;
    max-width: 90%;
    min-width: 90%;
	}
	
	.blog h2 {
    width: 30%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: 0;
    position: relative;
    top: 0px;
    margin-top: -100px;
    transform: skew(-11.5deg) rotate(-11.5deg);
}
	
	.top_banner {
    padding: 10px;
}
	
	.intro p {
    font-size: 16px;
}
	
	.button {
    width: 70%;
    transform: rotate(-11.5deg) skew(-11.5deg);
}
	
	.insta h2 {
    width: 50%;
}
	
	#logo{
		margin-top:10px !important;
	}
	
	.kiji {
    margin-bottom: 20px;
}
	
	.blog > div{
		margin-top:-15px;
	}
	
	.insta{
		margin:22px;
	}
	
	#info {
    padding-top: 0px;
}
	
	#footer{
		padding: 0 5%;
    box-sizing: border-box;
	}
	
	.button {
    background: #010306;
    color: #fff;
    border: none;
    position: relative;
    font-size: 1.1em;
    padding: 0.1em 1.7em;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    text-align: center;
    width: 30%;
    margin: 0 auto;
    transform: rotate(-11.5deg) skew(-11.5deg);
    font-weight: bold;
    margin-top: 0px;
		
}
	
	#page06:before {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: url(../img/top_mask.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 100%;
    z-index: -1;
}
	
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.top_banner h2 {
    font-size: 1.2em;
    color: white;
    font-weight: bold;
}
	
	#page06 h3:before {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    top: -100%;
    left: 50%;
    background-color: white;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}
	
	.video.width_100per{
		width:150% !important;
	}
	
	.pan:after {
    content: "";
    display: block;
    width: 580px;
    height: 210px;
    position: absolute;
    top: -1140%;
    left: 80%;
    background-image: url(../img/exa.png);
    -webkit-transform: translate(-50% , -50%) skew(-5deg) rotate(-5deg);
    transform: translate(-50% , -50%);
    background-size: cover;
    background-position: top;
}
	
	.pan p {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 50px;
    font-size: 14px;
    margin-bottom: 0px;
		text-align: left;
}
	
	.info_txt{
		margin-bottom:10px;
	}
	
	.footer_cms{
		margin-top:10px;
	}
	
	.cate_wrap h3:before {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    top: -100%;
    left: 50%;
    background-color: white;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}
	
}