@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

/* add */
*, *::before, *::after { box-sizing: border-box; }

/* mixin */
/* setting */
/* layout */
.hide-pc { display: none; }

@media screen and (max-width: 768px) { .hide-pc { display: block; }
  .hide-sp { display: none; } }
.wrap { color: #000; font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif; font-size: 15px; line-height: 1.5; text-align: center; -webkit-text-size-adjust: 100%;
/*	background-image: url("../img/bk.jpg") ;background-size: 100%; background-repeat: no-repeat; background-position: top center; */
	background-color: #000000; background-attachment: fixed;}
@media screen and (max-width: 840px) { .wrap { min-width: 320px; } }
.wrap a { color: #00c; text-decoration: underline; }
.wrap a:hover { text-decoration: none; }
.wrap img { max-width: 100%; }

.note { font-size: 13px; text-align: center; color: #fff; }
@media screen and (max-width: 840px) { .note { padding-left: 1em; text-indent: -1em; font-size: 11px; text-align: left; } }

/* mv */
.mv { max-width: 810px; margin: 0 auto;}
.mv img { display: block;}
@media screen and (max-width: 840px) { .mv img { padding-top: 1vh; } }

/* cta */
/*
.cta { max-width: 100%; margin: 0 auto; padding: 10px 0 20px 0; background: linear-gradient(rgba(255,255,255,0) 0, #c70210 80%);}
@media screen and (max-width: 840px) { .cta { padding: 0 10px 50px; } }
*/

.cta_move {
	max-width: 100%;
	margin: 0 auto;
	padding: 70px 0 20px 0;
	background: rgb(0,0,0);
	background-image: url("../img/movie_bk.jpg") ;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
/*	background-color: #000000;*/
	background-attachment: local;
/*	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
}
@media screen and (max-width: 840px) 
{ 
	.cta_move {padding: 50px 10px 50px; }
}
.cta-container_move { max-width: 810px; margin: 0 auto;
/*	padding: 35px 0;*/
/*	background-color: #000000 no-repeat; background-size: 100% 100%; */
}
.cta-headline_move { margin-bottom: 20px; font-size: 20px; font-weight: bold; color: #fff; }
@media screen and (max-width: 840px) { .cta-headline { margin-bottom: 10px; font-size: 16px; } }

.cta {
	max-width: 100%;
	margin: 0 auto;
	padding: 70px 0 20px 0;
	background: rgb(0,0,0);
	background-image: url("../img/bk2.jpg") ;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
/*	background-color: #000000;*/
	background-attachment: local;
/*	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
}
@media screen and (max-width: 840px) 
{ 
	.cta {padding: 50px 10px 50px; }
}

.cta-container { max-width: 810px; margin: 0 auto;
/*	padding: 35px 0;*/
/*	background-color: #000000 no-repeat; background-size: 100% 100%; */
}
/*@media screen and (max-width: 840px) { .cta-container { padding: 5px; } }*/

.cta-headline { margin-bottom: 20px; font-size: 20px; font-weight: bold; color: #fff; }
@media screen and (max-width: 840px) { .cta-headline { margin-bottom: 10px; font-size: 16px; } }
/*
.cta-headline .large { font-size: 30px; color: #fffd51; }
@media screen and (max-width: 840px) { .cta-headline .large { font-size: 20px; } }
*/

a.btn { transition: opacity .2s ease-out; display: inline-block; background: #000; border: 2px solid #fff; color: #fff; padding: 14px 45px 8px 33px; text-decoration: none; font-weight: bold; border-radius: 8px; font-size: 30px; vertical-align: middle; line-height: 1.2; }
@media screen and (max-width: 840px) { a.btn { font-size: 20px; padding: 12px 35px 8px 25px; } }
a.btn:hover { opacity: .8; }

.btn-icon { position: relative; top: -2px; width: 45px; height: auto; vertical-align: middle; }

.btn_xlink{
width: 70%;
margin: 0 auto;
}

/* wcp */
.wcp { max-width: 810px; margin: 0 auto; background-color: #db0e1d; padding: 0 20px 20px 20px;}
.wcp img { display: block; }

/* rule */
.rule { max-width: 800px; margin: 20px auto ; padding: 20px ; }
@media screen and (max-width: 800px) { .rule { padding: 20px; margin: 0 auto ;} }

.rule-headline { margin-bottom: 10px; font-size: 30px; font-weight: bold; color: #fff; margin-top:50px;}
@media screen and (max-width: 800px) { .rule-headline { font-size: 20px; margin-top:2em;} }

.rule-contents { background: #fff; border: 1px solid #ccc; padding: 30px 30px 20px; text-align: left; line-height: 1.3; height: 350px; overflow-y: auto; }
@media screen and (max-width: 840px) { .rule-contents { padding: 15px 15px 5px; height: 200px; } }
.rule-contents p { font-size: 14px; line-height: 1.5; }
@media screen and (max-width: 840px) { .rule-contents p { font-size: 12px; } }

.rule-headline3 { margin-bottom: 8px; font-size: 24px; font-weight: bold; }
@media screen and (max-width: 840px) { .rule-headline3 { font-size: 18px; } }

.rule-headline4 { margin-bottom: 8px; font-size: 20px; font-weight: bold; }
@media screen and (max-width: 840px) { .rule-headline4 { font-size: 16px; } }

.rule-text-wrap + .rule-text-wrap { margin-top: 20px; }

.rule-title { margin-bottom: 10px; }

.rule-list { margin-bottom: 20px; }
.rule-list > div { margin-bottom: 0.5em; padding-left: 1em; text-indent: -1em; font-size: 14px; }

.banner { max-width: 800px; width: 100%; margin: 0 auto 50px auto; }
@media screen and (max-width: 959px) { .banner { max-width: 100%; width: 80%; } }
@media screen and (min-width: 960px) { .banner a:hover { opacity: .8; } }

.banner_2 { max-width: 800px; width: 100%; margin: 0 auto; margin-top: 30px; }
@media screen and (max-width: 959px) { .banner_2 { max-width: 100%; width: 80%; } }
@media screen and (min-width: 960px) { .banner_2 a:hover { opacity: .8; } }

/*
.copyright ul { display: flex; justify-content: center; }
.copyright ul li { list-style: none; }
.copyright ul li:nth-of-type(1) { margin-right: 20px; margin-bottom: 10px;}
*/
/*.copyright p { padding: 30px; width: 50%; margin: 0 auto;}*/
.copyright p { padding: 30px; width: 90%; margin: 0 auto;}
/*@media screen and (max-width: 959px) { .copyright p { width: 80%; margin: 10px auto 0; } }*/
@media screen and (max-width: 959px) { .copyright p { width: 100%; margin: 10px auto 0; } }



/* footer */
.footer { padding: 50px 0; line-height: 1.2; color: #fff; }
@media screen and (max-width: 959px) { .footer { padding: 20px 10px; font-size: 11px; } }

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
					}
					
					.mar{
					margin-bottom:20px;	
					}
					.pad{
					padding-bottom:30px;	
					}
					
					
.mar300{
  margin-bottom: 300px;
}
.mar100{
  margin-bottom: 100px;
}
@media screen and (max-width: 840px)
{ .mar100 { margin-bottom: 2em; } }


.mar50{
  margin-bottom: 70px;
}

@media screen and (max-width: 840px) { 
/*	.mar50 { margin-bottom: 0.4em; } */
	.mar50 { margin-bottom: 30px; }
}

.pad50{
/*	padding-top: 10px;*/
	background-image: url("../img/bk.jpg") ;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	margin: 0 auto;
	
/*
	background-color: #000000;
	background-attachment: fixed;
*/
}
/*
==========================
アニメーション============================*/


/*
.fade img{
  animation: fadeIn 3s ease 0.3s 1 normal;
}
 
@keyframes fadeIn {
 0% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}
 
*/

.photo-blur{
	margin: 0 auto;
	padding: 0;

}
.photo-blur img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1s;
animation-iteration-count: 1;
	animation-fill-mode: forwards;
	
}
.photo-blur01 img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 170px;
	
}
.sumasuro img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 60px;
}

.comp img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 200px;
	z-index: 10;
}

.logo img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	right: 10px;
	bottom: 50px;
	width: 30%;
	z-index: 10;
}

.copy_01 img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 300px;
	z-index: 10;
}
.mugi img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	}
@media screen and (max-width: 840px) { 
	.photo-blur01 img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
	}
	.sumasuro img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	}
	.comp img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 130px;
	}
	.logo img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	right: 10px;
	bottom: 30px;
	width: 170px;
	}
	.copy_01 img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 170px;
	}
.mugi img{
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	}
}
@keyframes blur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}

/*==============================================================*/

.about{
	padding: 50px;
}

.about img{
 vertical-align: middle;
  margin-bottom: 20px;
}

.repost{
	margin: 0 auto;
	width: 80%;
}

/*# sourceMappingURL=style.css.map */
