@charset "UTF-8";
/*
#####################################################################
common
#####################################################################
*/
* {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", Arial, Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic sans-serif"; }

/*html,
body {
  min-width: 1200px; }
*/
html {
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: scroll; }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #333326;
  font-size: medium;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", Arial, Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic sans-serif";
  word-break: normal;
  word-wrap: break-word;
  overflow: hidden; 
  background-image: url(../50th_images/bg_bg.jpg);
  background-repeat:repeat-y;
  background-size:100% auto;
}

html > body {
  height: auto; }

p, ul, dl, dd {
  margin: 0; }

ul, ol {
  padding: 0;
  list-style: none; }

a:link, a:visited {
  color: #333326;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a img {
  opacity: 1;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }

a:hover img {
  opacity: 0.7; }

#loading {
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
#loading:after {
  content: "";
  display: block;
  background: url(../50th_images/loader.gif) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#wrap {
  background-size: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  /*display:none;*/

 }

img, canvas, video, svg {
  max-width: 100%;
  height: auto; }

img {
  vertical-align: middle; }

/*
#####################################################################
set width
#####################################################################
*/
/*html > body {
  min-width: 1200px; }
*/
/*
#####################################################################
Header
#####################################################################
*/
header {
  padding: 50% 0 30px; }

header .head__logo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative; }

/*header #headLogoImg,
header #headLogoText {
  opacity: 1; }*/

header #headLogoText {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.head__menu {
  position: absolute;
  top: 10px;
  right: 10px; }

.head__menuBtn {
  background: #b3030e;
  width: 47px;
  height: 56px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }

.head__menuBtn:hover {
  opacity: 0.7; }

.head__menuBtn .trigger {
  display: block;
  width: 30px;
  height: 20px;
  margin: 13px auto 5px;
  position: relative; }

.head__menuBtn .trigger span {
  display: block;
  background: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease 0s; }

.head__menuBtn .trigger span:nth-of-type(2) {
  top: 8px; }

.head__menuBtn .trigger span:nth-of-type(3) {
  top: 17px; }

.head__menuBtn .trigger.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg); }

.head__menuBtn .trigger.active span:nth-of-type(2) {
  opacity: 0; }

.head__menuBtn .trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg); }

.head__menuBtn img {
  width: 26px;
  height: auto;
  vertical-align: top; }

.head__menuWrap {
  display: none;
  background: #b3030e;
  width: 160px;
  border-radius: 5px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 10; }

.head__menuList {
  width: 117px;
  padding: 0 0 20px;
  margin: 20px auto 0;
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x; }

.head__menuList .menu__item {
  text-align: center;
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x; }

.head__menuList .menu__item a {
  display: block;
  padding: 10px 0; }

.head__menuList .menu__item img {
  width: auto;
  height: 10px; }

#snsContents{
	width:360px;
	margin:0 auto 50px;
}
#snsContents li{
	display:inline-block;
	width:80px;
}

@media screen and (max-width: 779px) {
	#snsContents{
		width:210px;
		margin:0 auto 50px;
	}
	#snsContents li{
		display:inline-block;
		width:65px;
	}
}

#snsContents img{
}
/*
#####################################################################
contents
#####################################################################
*/

.contents{
	text-align:center;
}
.main__bnr {
  margin: 0 0 25px;
	position:relative;
} 


.main__bnr img {
  width: 86%;
  height: auto; }

/*
#####################################################################
Footer
#####################################################################
*/
footer {
  background: #b3030e;
  padding: 8px 0;
  color: #fff;
  font-size: 10px;
  text-align: center; }

@media screen and (max-width: 768px) {
  html,
  html > body {
    min-width: 320px; }

  body {
    min-width: 320px;
    font-size: 16px; }

  .pc-disp {
    display: none; } }

.fadein1 {
opacity: 0;
    animation: fadeIn 3s ease 1s 1 forwards;
    -webkit-animation: fadeIn 3s ease 1s 1 forwards;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 基本のスタイル */
   .fadein.delighter {
      transition: all 1.2s ease-out;
      transform: translateY(50%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .fadein.delighter.started {
      transform: none;
      opacity: 1;
   }
 
/* エンド時のスタイル */
   .fadein.delighter.started.ended {
   }


.btnBack{
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}