@charset "UTF-8";

body {
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
    font-size: 16px;
    width: 100%;
    color: #fff;
    position: relative;
	background: #000;
	overflow-x: hidden;
}

* html body {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child+html body {
  font-family: "メイリオ", sans-serif;
} /*ブラウザごとのズレやフォントを解消するこれはＩＥ７に反映させる*/

img { 
  vertical-align: bottom; 
} /*画像の下端と、行の下端を揃える*/

/*リンクされた文字*/
a {
	text-decoration:none;
	color: #fff;
}

a:hover {
	opacity: 0.6;
}

/*マウスをのせたとき*/
a img {
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;  
}

a img:hover {
	opacity: 0.4;  
	filter: alpha(opacity=60);
}

#wrap {
}

/* スクロールぼかす */
.img-s {
  opacity: 0;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .5s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/* [ SEC01 ] ================================================*/

#sec01 {
	border: 23px solid #000;
}

#sec01-sp {
	display: none;
}

#mv-pc {
	min-width: 1200px;
	padding-top: 82.420894%;
    background-image: url("../img/mv-pc.png");
	background-size: cover;
	position: relative;
	z-index: -1;
}

.logo {
	position: absolute;
	top: 10px;
	left:10px;
}

.hayagake {
	text-align: center;
	margin-top: -150px;
	z-index: +1;
}

.date {
	text-align: center;
	margin-top: 124px;
	z-index: +2;
}

button.input {
    background: url("../img/entry_bn.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    background-size: contain;
    padding-top: 100%;
}

.entry_bn {
	width: 15%;
	position: absolute;
	top: 1280px;
	right: 40px;
}

#info {
	width: 900px;
	height: 500px;
	margin: 46px auto;
	font-family: 'Shippori Mincho', serif;
	color: #000;
	overflow:scroll;
    overflow-x: hidden;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.item {
	background-color: #fff;
	margin-bottom: 16px;
	margin-right: 16px;
	border-radius: 10px;
}
.news-list .item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  padding: 1.5rem;
}
.news-list .item .date1{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  padding: 4px 20px 0 0;
	letter-spacing: 2px;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.ttl-07 {
	border-bottom: 1px solid #000;
	font-size: 1.5rem;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date1{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}


/* [ SEC02 ] ================================================*/

#sec02 {
	background-image: url("../img/about-pc.png");
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 1200px;
	height:960px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

.ttl-01 {
    font-family: 'Shippori Mincho', serif;
	font-size: 48px;
	padding-top: 103px;
	border-bottom: 6px solid #e1d250;
	width: 650px;
	margin:  0 auto;
	text-align: center;
}

.about-img {
	float: left;
	padding-top: 72px;
}

.about-img img {
	width: 90%;
}

.about-img-sp {
    display: none;
}

.about-txt {
	display:flex;
	text-align:justify;
	padding: 68px 2% 0 2%;
    font-family: 'Shippori Mincho', serif;
	font-size: 18px;
	line-height: 2rem;
}

.about-txt:before{
	content:"";
	display: block;
	width:0;
	height:0;
	padding-bottom:35%;
}

.about-txt-02 {
	font-size: 20px;
	margin-top: 80px;
	color: #e1d250;
}

.about-txt-03 {
	font-size: 20px;
	margin-top: 30px;
	color: #e1d250;
}

.waku {
	border: 1px solid #e1d250;
	padding: 4px 8px;
}

.space {
	display: inline-block;
	width: 20px;
}

/* [ SEC03 ] ================================================*/

.ttl-02 {
	text-align: center;
}

.year {
	width: 100px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.year li {
	font-family: 'Bebas Neue', sans-serif;
	padding: 20px 30px 30px 20px;
	font-size: 48px;
}

.on {
	color: #e1d250;
}

.record {
	width: 1010px;
	margin: 0 auto;
}

.record ul {
	display: flex;
}

.record ul li:first-child {
	padding-right: 55px;
}

.record-table {
	width: 470px;
	margin-bottom: 30px;
}

.record-table tr {
}

.record-table td {
  text-align: center;
  padding: 12px;
	border: 1px solid #fff;
}

.record-table-bg {
	background-color: #323232;
}

.ttl-03 {
	font-size: 20px;
	padding-bottom: 17px;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

/* [ SEC04 ] ================================================*/

#sec04 {
    font-family: 'Shippori Mincho', serif;
	overflow: hidden;
}

.ttl-04 {
	text-align: right;
	padding-right: 50px;
	padding-top: 50px;
	z-index: +5;
}

.slant-bg {
	float: left;
    width: 80%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    top: -30px;
	z-index: -1;
}

.slant-bg ul {
	display: flex;
}

.slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #6e2816, #716828);
    transform: skew(-18deg,0);
    z-index: -1;
}

.cmnt-img-01 {
	padding-left: 8%;
}

.cmnt-txt-01 {
	display:flex;
	text-align:justify;
	padding: 0 6% 0 4%;
    font-family: 'Shippori Mincho', serif;
	font-size: 17px;
	line-height: 1.7rem;
}

.cmnt-txt-01:before{
	content:"";
	display: block;
	width:0;
	height:0;
	padding-bottom:35%;
}

.cmnt-name {
	display: block;
	padding: 10px 0 20px 0;
	font-size: 30px;
}

.slant-bg02 {
	float: right;
    width: 90%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    top: -30px;
	z-index: -1;
}

.slant-bg02 ul {
	display: flex;
}

.slant-bg02 p {
}

.slant-bg02::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to left, #6e2816, #716828);
    transform: skew(-18deg,0);
    z-index: -1;
}

/* [ SEC05 ] ================================================*/

#sec05 {
	width: 1006px;
	margin: 0 auto;
	padding-top: 100px;
}

#sec05 ul {
	display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
	margin-bottom: 26px;
}

.pa86 {
	padding-right: 86px;
}

/* [ SEC06 ] ================================================*/

.ttl-05 {
	text-align: center;
	padding: 80px 0 50px 0;
}

.slider_area {
    display: block;
    width: 100%;
    margin-top: 24px;
	margin-bottom: 37px;
    position: relative;
    z-index: +3;
}

.slider-sp {
    width: 100%;
    padding: 0;
}

.slider-sp li {
    margin: 10px;
}

.slider-sp li img {
}

.slick-dots {
}

.photo_btn {
	display: flex;
	margin: 0 auto;
	width: 900px;
    justify-content: space-between;
	align-items: center;
    list-style: none;
}

.photo_btn li {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 40px;
}

.photo_btn li a {
	border: 2px solid #fff;
	padding: 5px 35px;
}

.photo_btn li a:hover {
	color: #e1d250;
	border: 2px solid #e1d250;
}


/* [ SEC07 ] ================================================*/

#sec07 {
	width: 80%;
	margin: 0 auto;
}

.ttl-06 {
    font-family: 'Shippori Mincho', serif;
	font-size: 48px;
	padding-top: 103px;
	margin-bottom: 42px;
	border-bottom: 6px solid #e1d250;
	width: 356px;
	text-align: left;	
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}

#sec07 ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

#sec07 ul li {
	padding: 13px 0;
}

/* [ SEC08 ] ================================================*/

#sec08 {
	position: relative;
}

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

.ttl-06 {
    font-family: 'Shippori Mincho', serif;
	font-size: 48px;
	padding-top: 103px;
	margin-bottom: 62px;
	border-bottom: 6px solid #e1d250;
	width: 356px;
	text-align: left;	
}

.sec08_bg {
	background-image: url("../img/history_bg.png");
	background-repeat: no-repeat;
	background-size:auto;
	background-position: right top;
	min-width: 1200px;
	padding-top: 59.9166667%;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

button.input2 {
    font-family: 'Shippori Mincho', serif;
font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #db4128;
	border: none;
}

.sec08_btn {
	position: absolute;
	bottom:200px;
	left: 30px;
}

.history-sp {
	display: none;
}
.history-sp-area {
	display: none;
}
.history_bn_sp {
	display: none;
}

/* [ SEC09 ] ================================================*/

.form-iframe {
	width: 800px;
	height: 2100px;
	margin: 50px auto;
	background-color: #fff;
	padding: 50px 15px 43px 15px;
}

.form-iframe-sp {
	display: none;
}

.form-link a {
	width: 400px;
	margin: 50px auto;
	font-family: 'Shippori Mincho', serif;
    font-size: 1.6rem;
	display: block;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    background-color: #db4128;
    border: none;
}



/* [ footer top ] ================================================*/

.footer-bn {
	padding: 100px 0 120px 0;
	text-align: center;
}

.bn a img {
}

.kyousan {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1000px;
    justify-content: space-between;
	align-items: center;
    list-style: none;
}

.kyousan li img {
	width: 300px;
}

.kyousan li {
	padding-top: 30px;
}

footer {
	margin-top: 200px;
	text-align: center;
    font-family: 'Shippori Mincho', serif;
	font-size: 14px;
}

.fotter-name {
	padding-top: 30px;
}

#copy_out {
	padding: 30px 0 10px 0;
	font-size: 12px;
}


/* [ TAB 20240111 ] ================================================*/

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  text-align: center;
  display: block;
  float: right;
  transition: all 0.2s ease;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: #fff;
	padding-top: 40px;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#a3:checked ~ #a3_content,
#a2:checked ~ #a2_content,
#a1:checked ~ #a1_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
input:checked + .tab_item {
  color: #e1d250;
}


/* [ PAGE TOP ] ================================================*/

#page-top {
	position: fixed;
	bottom: 24px;
	right: 15px;
}