@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');


div.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 游ゴシック, 'Yu Gothic', 游ゴシック体, YuGothic, sans-serif;
  background-color: #000000;
}



@media screen and (min-width:1024px) { 
.fade_off {
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
	}
 
.fade_on {
    opacity: 1;
}
}


.faderight_off {
    opacity: 0;
    -webkit-transform: translate(800px, 0);
    transform: translate(800px, 0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 0.7s;
  }
 
.faderight_on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(000px, 0);
}



.fadeleft_off {
    opacity: 0;
    -webkit-transform: translate(-800px, 0);
    transform: translate(-800px, 0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 0.7s;
  }
 
.fadeleft_on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(000px, 0);
}


.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 200px);
}

.sa--down {
  transform: translate(0, -200px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

a {
	text-decoration: none!important;
	color:#ffffff;
  }

a:visited {
color:#ffffff;
}
.hoverbox:hover {
    opacity: 0.7;
  }

.logo_box01 {
  position: absolute;
  width: 150px;
  top: 30px;
  left: 30px;
  z-index: 100;
}

div.page_outer {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
	background-color: #000000;
}

div.main_title_icon {
  width: 100%;
  height: 100vh;
  position: fixed;
  color: #000000;
  padding: 0 0 50px 0;
}

div.main_container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

div.copy_box {
  width: 100%;
  height: 70%;
  margin: 10vw auto 15vw auto;
  position: relative;
}

div.contents_container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
 }

div.sub_container {
  width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

div.main_title {
  width: 100%;
  height: 90vh;
  margin: 0 auto;
  padding: 25vh 0 0 0;
  position: relative;
  text-align: center;
  background-image: url(../img/back01.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
div.main_title_box {
  width: 100%;
  height: 90vh;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
}

div.main_title_logo {
  width: 28vw;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.main_title_logo_ab {
  width: 36vw;
  position: absolute;
  top: 12vh;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

div.main_title_logo_b {
  position: absolute;
  top: 0;
  left: 0;
}

div.main_box {
  width: 940px;
  margin: 40px auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

div.main_copy {
  width: 100%;
  position: relative;
  margin: 20px auto;
}

div.main_copy_a {
  width: 44vw;
  position: relative;
  margin:  0 auto;
  padding: 0 0 0 0;
  opacity: 0;
}

div.main_copy_a2 {
  width: 100%;
  position: relative;
  margin:  0 auto 0 auto;
  padding: 1vh 0 4vh 0;
}

div.main_copy_a2_ab {
  width: 44vw;
  position: absolute;
  margin:  0 auto;
  top: 11vh;
  left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

div.main_copy_b {
  width: 18vw;
  position: relative;
  margin: auto;
  padding: 24vh 0 0 0;
  opacity: 0;
}

div.main_copy_c {
  width: 100%;
  position: relative;
  margin:  0 auto 50px auto;
  padding: 2vh 0 0 0;
}

div.page_subtitle {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
  background: #B4B1FF;
}

div.page_item_a {
  width: 350px;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div.page_item_pic {
  width: 300px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

.comment_item_a {
  width: 88%;
  position: relative;
  margin: 0 0 0 10%;
  padding: 0 0 0 0;
}

.comment_item_b {
  width: 100%;
  position: relative;
  margin: 0 10% 0 0;
  padding: 0 10% 0 0;
}

div.page_item_b {
  width: 800px;
  position: relative;
  margin: 5px auto;
  padding: 0 0 0 0;
}
div.page_item_d {
  width: 800px;
  position: relative;
  margin: 5px auto;
  padding: 0 0 0 0;
}

div.page_item_c {
  width: 600px;
  position: relative;
  margin: 5px auto;
  padding: 0 0 0 0;
}

.comment_pic_a {
  width: 110px;
  position: relative;
  margin: 10px auto 0 auto;
  padding: 0 0 0 0;
}

div.page_item_up {
  width: 700px;
  position: absolute;
  top: 0;
  left: 0;
}

div.back_item_center1000 {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center900 {
  width: 800px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center800 {
  width: 800px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center300 {
  width: 300px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center900 {
  width: 870px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center200 {
  width: 130px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 0;
}

div.back_item_left800 {
  width: 800px;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
}

div.back_item_center600 {
  width: 600px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.back_item_center400 {
  width: 400px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.back_item_left400 {
  width: 300px;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
}

div.back_item_left600 {
  width: 600px;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 0 0;
}

div.back_item_left {
  width: 1000px;
  position: relative;
  margin: -180px auto 0 0;
  padding: 0 0 0 0;
  z-index: 0;
}

div.back_item_right {
  width: 1000px;
  position: relative;
  margin: -280px 0 0 auto;
  padding: 0 0 0 0;
  z-index: 0;
}

div.back_item_right300 {
  width: 1000px;
  position: relative;
  margin: -320px 0 0 auto;
  padding: 0 0 0 0;
  z-index: 0;
}


div.back_item_right5 {
  width: 1000px;
  position: relative;
  margin: -80px 0 0 auto;
  padding: 0 0 0 0;
  z-index: 0;
}

div.back_item_right_500 {
  width: 1000px;
  position: relative;
  margin: -1000px 0 0 auto;
  padding: 0 0 360px 0;
  z-index: 0;
}

div.sub_copy {
 width: 550px;
 position: relative;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 z-index: 100;
}

.sub_copy700 {
 width: 700px;
 position: relative;
 margin: 0 auto;
 padding: 0 0 0 0;
 z-index: 100;
}

.sub_copy900 {
 width: 720px;
 position: relative;
 margin: 0 auto;
 padding: 0 0 0 0;
 z-index: 100;
}

.item_caption {
font-size: 16px;
color: #ffffff;
text-align: justify;
}

.caption {
font-size: 12px;
color: #ffffff;
text-align: center;
font-weight: 700;
}

.item_caption_center {
font-size: 16px;
color: #ffffff;
text-align: center;
}

.item_caption_center_bl {
font-size: 14px;
line-height: 2.4em;
color: #000000;
text-align: center;
}

.item_caption_center30 {
font-size: 30px;
line-height: 1.8em;
color: #ffffff;
text-align: center;
font-family: 'Noto Serif Japanese', serif, sans-serif;
}

.item_caption_center24_bl {
font-size: 24px;
font-weight: 700;
line-height: 1.6em;
color: #000000;
text-align: center;
font-family: 'Noto Serif Japanese', serif, sans-serif;
}

.item_caption_center14_bl {
font-size: 14px;
font-weight: 400;
line-height: 1.6em;
color: #000000;
text-align: center;
}

.item_caption_center22 {
font-size: 22px;
line-height: 1.8em;
color: #ffffff;
text-align: center;
font-family: 'Noto Serif Japanese', serif, sans-serif;
}

.item_title {
text-align: center;
color: #ffffff;

}

div.page_item {
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.flex_container {
   position: relative;
	width:100%;
	padding:0;
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}

.flex_box_left {
  position: relative;
  width: 60%;
  margin: 0 0 0 0;
}

.flex_box {
  position: relative;
  width:50%;
  margin: 0 0 0 0;
}

.comment_flex_box_left {
  position: relative;
  width: 40%;
  margin: 0 0 0 0;
}

.comment_flex_box_left_b {
  position: relative;
  width: 42%;
  margin: 0 0 0 0;
}

.comment_flex_box_left_c {
  position: relative;
  width: 55%;
  margin: 0 0 0 0;
}

.flex_box_a {
  position: relative;
  width: 22%;
  margin: 0 0 0 0;
}

.flex_box_center {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.flex_box_right {
  position: relative;
  width: 40%;
  margin: 0 0 0 0;
}

.comment_flex_box_right {
  position: relative;
  width: 60%;
  margin: 0 0 0 0;
}

.comment_flex_box_right_b {
  position: relative;
  width: 55%;
  margin: 0 0 0 0;
}

.comment_flex_box_right_c {
  position: relative;
  width: 45%;
  margin: 0 0 0 0;
}

div.top_slider_container {
  width: 100%;
  margin: 0 0 0 0;
  position: relative;
  text-align: center;
  z-index: 10;
}

div.top_slider_container_text {
  width: 100%;
  margin: -100px 0 0 0;
  position: relative;
  text-align: center;
}

.slide_text {
 color: #ffffff;
 opacity: 0;
}

 .slidebox .caption {
	font-size: 100%;
	text-align: center;
	padding-top: 45%;
	color: #fff;
}
.slidebox .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.slidebox:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.slide_margin_a {
  margin-left: 2vw;
}

img.image_common {
  width: 100%;
}

img.image_logo {
  width: 28vw;
}

img.image_common_r {
  width: 100%;
  border-radius: 100px;
}

img.image_90 {
  width: 100%;
}

div.pcsw {
  display: block;
}

div.spsw {
  display: none;
}

br.PConly {
  display: block;
}

br.SPonly {
  display: none;
}

div.link01 {
  transition: 0.2s;
}

div.link01:hover {
  opacity: 0.3;
  transition: 0.3s;
　-webkit-transform: translate(1px,1%);
  -moz-transform: translate(1px,1%);
  -ms-transform: translate(1px,1%);
  -o-transform: translate(1px,1%);
  transform: translate(1px,1%);
  text-decoration:none;
}

p.event_text24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: -0.4px;
  margin: 30px 0;
  text-align: center;
  color: #FF0000;
}

span.kakko {
  margin: 0 -0.5em; }

.mb_100 {
	margin-bottom:100px !important;}
.mb_56 {
	margin-bottom:56px !important;}
.mb_40 {
	margin-bottom:40px !important;}
.mb_24 {
	margin-bottom:24px !important;}
.mb_12 {
	margin-bottom:12px !important;}

span.space {
  margin: 0 0 0 -0.5em;
}

span.space_SP {
  margin: 0 0 0 0;
}

.font_bl {
color: 000000;
}

.width800 {
  width: 800px;  
}

.width700 {
  width: 700px;  
}

.width600 {
  width: 600px;  
}

.width500 {
  width: 500px;  
}

p.main_copy_a {
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

p.main_copy_a2 {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

p.main_copy_b {
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

p.main_copy {
  font-size: 2.0vw;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}
  
p.menu_caption {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  margin: 0 0 0 0;
}

span.subtext {
font-size: 80%;
vertical-align: bottom;
position: relative;
top: 0.3em;}


span.subtext_b {
font-size: 90%;
vertical-align: bottom;
position: relative;
top: 0.55em;
}

.comment_container {
  width: 800px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 20px 0;
  background-color: #ffffff;
}

.border_bl {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #000000; 
}

.text_just {
  text-align: justify;
}

.letter_sp2 {
  letter-spacing: -0.02em;
}

.line12 {
  line-height: 1.2em;
}
.line14 {
  line-height: 1.4em;
}
.line16 {
  line-height: 1.6em;
}
.line18 {
  line-height: 1.8em;
}

.line20 {
  line-height: 2.0em;
}
.line12 {
  line-height: 1.2em;
}

.font_size14 {
  font-size: 14px;
}

.font_size16 {
  font-size: 16px;
}
.font_size18 {
  font-size: 18px;
  line-height: 18px;
}
.font_size20 {
  font-size: 20px;
  line-height: 20px;
}
.font_size22 {
  font-size: 22px;
}
.font_size24 {
  font-size: 24px;
}
.font_size26 {
  font-size: 26px;
}

.font_size28 {
  font-size: 28px;
}

.font_size38 {
  font-size: 38px;
}

br.pc_only {
  display: block;
}

br.sp_only {
  display: none;
}

.text_left {
 text-align: left;
} 

.text_left_pc {
 text-align: left;
} 
.text_left_sp {
 text-align: center;
} 
.text_center {
 text-align: center;
} 
.text_right {
 text-align: right;
} 
  
.vertical_center {
vertical-align: middle;
position: relative;
top: -0.1em;
}
  
div.backtop {
  width: 50px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  transition: 0.4s;
  opacity: 0.7;
  z-index: 150;
}
  
  