/* ★★外部データ読み込み★★ */

/* テーマカラーの定義 */

:root{
    --thema-color01:#B0051C;
    --thema-color02:#41161A;
}

.color1 {
	color:var(--thema-color01);
	background-color: var(--thema-color01);
}

.color2 {
	color:var(--thema-color02);
	background-color: var(--thema-color02);
}

/* リンク位置調節 */

#s01 {
	margin-top:-215px;
	padding-top:215px;
}

@media screen and (max-width:1300px) {
	
#s01 {
	margin-top:-150px;
	padding-top:150px;
}

}

@media screen and (max-width:1100px) {
	
#s01 {
	margin-top:-110px;
	padding-top:110px;
}
	
}

/* 共通テキスト */

h1 {

}

h2 {

}

h2.t-title2 {
	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 3rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 2px;
	color: #000;
}

p {
	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
	color: #595959;
	letter-spacing: 1px;
}

@media screen and (max-width:992px) {
	
p {
  	font-size: 1.3rem;
}
	
}

p.t-title1 {
	color:var(--thema-color01);
  	font-size: 1.8rem;
}

p.cap1 {
  	font-size: 1.6rem;
	margin-top: 5px;
}

p.cap2 {
  	font-size: 1.6rem;
	margin-top: 5px;
	text-align: right;
}

p.cap2 span {
	margin-left: 5px;
}

p.cap3 {
  	font-size: 1.6rem;
	margin-top: 70px;
	line-height: 2;
}

.bana-txt1 {
  	font-size: 1.6rem;
	text-align: right;
	color: #fff;
	z-index: 2;
	position:absolute;
	top: 5px;
	right: 10px;
}

.bana-txt2 {
  	font-size: 1.6rem;
	text-align: right;
	color: #000;
	z-index: 2;
	position:absolute;
	top: 5px;
	right: 10px;
}

br.pc-br {
	display: block;
}

br.sp-br {
	display: none;
}

@media screen and (max-width:1200px) {
	
h2.t-title2 {
  	font-size: 3rem;
}
	
p.t-title1 {
  	font-size: 1.6rem;
}

p.cap1 {
  	font-size: 1.6rem;
	margin-top: 5px;
}

p.cap2 {
  	font-size: 1.6rem;
	margin-top: 5px;
}
	
p.cap3 {
  	font-size: 1.6rem;
	margin-top: 30px;
}
	
.bana-txt1 {
  	font-size: 1.4rem;
	top: 5px;
	right: 10px;
}

.bana-txt2 {
  	font-size: 1.4rem;
	top: 5px;
	right: 10px;
}
	
}

@media screen and (max-width:992px) {
	
h2.t-title2 {
  	font-size: 2rem;
}
	
p.t-title1 {
  	font-size: 1.4rem;
}

p.cap1 {
  	font-size: 1.2rem;
	margin-top: 5px;
}

p.cap2 {
  	font-size: 1.2rem;
	margin-top: 5px;
}
	
p.cap3 {
  	font-size: 1.2rem;
	margin-top: 30px;
	line-height: 1.8;
}
	
.bana-txt1 {
  	font-size: 1.0rem;
	top: 2px;
	right: 2px;
}

.bana-txt2 {
  	font-size: 1.0rem;
	top: 2px;
	right: 2px;
}
	
br.pc-br {
	display: none;
}

br.sp-br {
	display: block;
}
	
}

@media screen and (max-width:768px) {
	
p.cap2 {
	text-align: left;
}
	
p.cap2 span {
	display: none;
	margin-left: 0px;
}
	
}

/* 共通デザイン */

.sec-1100{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.sec-1200{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

@media screen and (max-width:1300px) {

.sec-1100,
.sec-1200{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

}




/* ////////////////////////////////////////////////////////////

loadingアニメーション

/////////////////////////////////////////////////////////////*/


  #loading-wrap {
     width: 100%;
     height: 100%;
	overflow-x: hidden;
  }

  #loading-block {
     display: block;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: #FFF;
     z-index: 50998;
     text-align: center;
  }

  #loading {
     display: none;
     position: fixed;
     top: 46%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
     width: 120px;
     height: 120px;
     margin: 0 auto;
     text-align: center;
     color: #fff;
     z-index: 50999;
  }


/* トップ個別デザイン */

/* トップファーストビュー */

.top-main-erea {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position:relative;
	font-size: 0;
}

.top-main-erea .top-main-img {
	width: 92%;
	height: calc(100vh - 150px);
	position:relative;
	overflow: hidden;
	margin: 150px 0 0 auto;
}

.top-main-erea .top-main-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
    z-index: 1;
}

.top-main-erea .top-main-img a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 2;
}

@media screen and (max-width:1300px) {
	
.top-main-erea .top-main-img {
	height: calc(100vh - 100px);
	margin-top: 100px;
}
	
}

@media screen and (max-width:1100px) {
	
.top-main-erea .top-main-img {
	width: 100%;
	height: calc(100vh - 110px);
	margin-top: 110px;
}
	
}

@media screen and (max-width:768px) {
	
.top-main-erea {
	width: 100vw;
	height: 100vh;
}
	
}

.top-main-erea a.ev-junp {
	background-color: #000;
	position:absolute;
	top: 300px;
	right: 0px;
    z-index: 3;
	padding: 15px;
	border-radius: 10px 0px 0px 10px;
}

.top-main-erea a.ev-junp span {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top-main-erea a.ev-junp span i {
	font-size: 1.8rem;
	color: #fff;
	margin-top: 10px;
}

.top-main-erea a.ev-junp:hover {opacity:0.7; transition: .7s;}

@media screen and (max-width:1100px) {
	
.top-main-erea a.ev-junp {
	top: 200px;
	padding: 10px;
}
	
.top-main-erea a.ev-junp span {
	font-size: 1.6rem;
}

.top-main-erea a.ev-junp span i {
	font-size: 1.6rem;
	margin-top: 7px;
}
	
}

@media screen and (max-width:768px) {
	
.top-main-erea a.ev-junp {
	top: 150px;
	padding: 10px 25px 10px 10px;
}
	
.top-main-erea a.ev-junp span {
	font-size: 1.3rem;
}
	
.top-main-erea a.ev-junp span i {
	font-size: 1.3rem;
	margin-top: 7px;
}
	
}

.top-main-erea .t-w {
	width: 1200px;
	text-align: left;
	position:absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
    z-index: 2;
}

@media screen and (max-width:1500px) {
	
.top-main-erea .t-w {
	width: 75%;
	margin-right: 0;
	margin-left: auto;
}
	
}

@media screen and (max-width:1100px) {
	
.top-main-erea .t-w {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
	
}

.top-main-erea .s-title {
	display: inline-block;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	background-color: #A6192E;
	padding: 25px 20px;
	text-align: center;
	margin-right: 10px;
}

.top-main-erea .t-y {
	display: inline-block;
}

.top-main-erea .title {
	display: inline-block;
	font-size: 2.5rem;
	color: #fff;
	letter-spacing: 1px;
	background-color: rgba( 0, 0, 0, 0.5 );
	padding: 5px 10px;
}

.top-main-erea .title br {
	display: none;
}

.top-main-erea .tab {
	margin-top: 10px;
}

.top-main-erea .tab span {
	font-size: 1.3rem;
	background-color: #fff;
	padding: 3px 10px;
	border : solid 1px #000 ;
	border-radius: 20px;
	margin-right: 10px;
	white-space: nowrap;
}

@media screen and (max-width:1300px) {
	
.top-main-erea .s-title {
	font-size: 1.6rem;
}

.top-main-erea .title {
	font-size: 2.1rem;
	padding: 5px 10px;
}
	
}

@media screen and (max-width:1100px) {
	
.top-main-erea .s-title {
	display: inline-block;
	font-size: 1.4rem;
	padding: 2px 5px;
	margin-right: 0px;
}
	
.top-main-erea .s-title br {
	display: none;
}
	
.top-main-erea .t-y {
	display: block;
}

.top-main-erea .title {
	font-size: 1.8rem;
	padding: 5px 10px;
	margin-top: 5px;
}
	
}

@media screen and (max-width:992px) {
	
.top-main-erea .s-title {
	font-size: 1.2rem;
	padding: 2px 5px;
}
	
.top-main-erea .title {
	font-size: 1.6rem;
	padding: 2px 5px;
}
	
	
}

/* トップ　通常エリア */

.top-t-w {
	margin-bottom: 70px;
}

@media screen and (max-width:1200px) {

.top-t-w {
	margin-bottom: 40px;
}
	
}

@media screen and (max-width:992px) {
	
.top-t-w {
	margin-bottom: 20px;
}
	
}

.img-shift1 {
	width: 52%;
	position:absolute;
	top: 0px;
	right: -2%;
}

@media screen and (max-width:992px) {
	
.img-shift1 {
	width: 100%;
	position:static;
	top: auto;
	right: auto;
}
	
}

/* スクロールダウンデザイン */

/* 置く場所*/
.scroll_down{
  position:absolute;
  bottom: 20px;
	left: 3%;
	z-index: 3;
}

/* リンクテキスト*/
.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: 30px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

/* 動く丸 */
.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
	border : solid 1px #000;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/* 軸の縦線 */
.scroll_down:after{
  content:"";
  position: absolute;
  bottom:10px;
  left:0;
  width:1px;
  height: 100px;
  background:#000;
}

@keyframes circlemove{
  0%{bottom:100px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

@media screen and (max-width:1100px) {
	
.scroll_down{
	display: none;
}
	
}

/* 共通 */

.ts-back01{
	position:relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background-color: #ffffff;
}

.ts-back01-2{
	position:relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 0px !important;
	padding-bottom: 100px !important;
	background-color: #ffffff;
}

.ts-back02{
	position:relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background-color: #f4edda;
}

@media screen and (max-width:1200px) {

.ts-back01{
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}
	
.ts-back01-2{
	padding-top: 0px !important;
	padding-bottom: 75px !important;
}

.ts-back02{
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}
	
}

@media screen and (max-width:992px) {
	
.ts-back01{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
	
.ts-back01-2{
	padding-top: 0px !important;
	padding-bottom: 50px !important;
}

.ts-back02{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
	
}

/* 共通、ボタンデザイン */

.top-btnbox1 {
	margin-top: 50px;
	margin-bottom: 100px;
	display: block;
	text-align: center;
}

@media screen and (max-width:1200px) {
	
.top-btnbox1 {
	margin-top: 30px;
	margin-bottom: 75px;
}
}

@media screen and (max-width:992px) {
	
.top-btnbox1 {
	margin-top: 10px;
	margin-bottom: 50px;
}
	
}

.top-btnbox2 {
	margin-top: 100px;
	display: block;
	text-align: center;
}

@media screen and (max-width:1200px) {
	
.top-btnbox2 {
	margin-top: 75px;
}
	
}

@media screen and (max-width:992px) {
	
.top-btnbox2 {
	margin-top: 50px;
}
	
}

.top-btnbox3 {
	margin-top: 60px;
	margin-bottom: 50px;
	display: block;
}

@media screen and (max-width:992px) {
	
.top-btnbox3 {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
	
}

a.sbt1 {
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 1.6rem;
	letter-spacing: 1px;
	position: relative;
	background-color: #fff;
	text-align: center;
	border : solid 1px var(--thema-color01);
	padding: 10px 80px 10px 30px;
}

a.sbt1:hover {
	transition: .7s;
	color: #fff;
	background-color: var(--thema-color01);
}

/* 赤い矢印のみ */
.arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: var(--thema-color01);
  line-height: 1;
	position:absolute;
  width: 1em;
  height: 1px;
  background: currentColor;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 1px solid var(--thema-color01);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

a.sbt1:hover .arrow-right {
  color: #fff;
}

a.sbt1:hover .arrow-right::before {
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

@media screen and (max-width:992px) {
	
a.sbt1 {
	font-size: 1.4rem;
	padding: 10px 50px 10px 20px;
}
	
.arrow-right {
  width: 1em;
	right: 20px;
}
	
}

@media screen and (max-width:768px) {
	
a.sbt1 {
	font-size: 1.2rem;
	padding: 10px 30px 10px 10px;
}
	
.arrow-right {
  width: 1em;
	right: 10px;
}
	
}


/* box-flex */

.flex-w{
	width: 100%;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	flex-direction: row;
}

.flex-w.bana div a:hover {opacity:0.7; transition: .7s;}

.flex-20{
	flex: 0 0 20%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 20px;
	margin-right: 0;
}

.flex-23{
	flex: 0 0 23.5%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 20px;
	margin-right: 2%;
}

.flex-25{
	flex: 0 0 25%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 20px;
	margin-right: 0;
}

.flex-30{
	flex: 0 0 30%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 20px;
	margin-right: 5%;
}

.flex-32{
	flex: 0 0 32%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 20px;
	margin-right: 2%;
}

.flex-33{
	flex: 0 0 33.333%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 20px;
	margin-right: 0;
}

.flex-49{
	flex: 0 0 49%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 20px;
	margin-right: 2%;
}

.flex-50{
	flex: 0 0 50%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 20px;
	margin-right: 0;
}

@media screen and (max-width:992px) {
	
.flex-20{
	margin-top: 10px;
}

.flex-23{
	margin-top: 10px;
}

.flex-25{
	margin-top: 10px;
}

.flex-30{
	margin-top: 10px;
}

.flex-32{
	margin-top: 10px;
}

.flex-33{
	margin-top: 10px;
}
	
.flex-49{
	margin-top: 10px;
}

.flex-50{
	margin-top: 10px;
}
	
}

/* 隙間調節 */

/* 最前列はtopマージン消す */
/* 先頭から5個目まで（1列に5個入る） */
.flex-20:nth-child(-n+5),

/* 先頭から4個目まで（1列に4個入る） */
.flex-23:nth-child(-n+4),
.flex-25:nth-child(-n+4),

/* 先頭から3個目まで（1列に3個入る） */
.flex-30:nth-child(-n+3),
.flex-32:nth-child(-n+3),
.flex-33:nth-child(-n+3),

/* 先頭から2個目まで（1列に2個入る） */
.flex-49:nth-child(-n+2),
.flex-50:nth-child(-n+2){
	margin-top: 0;
}

/* 一番右でrightマージンを消す */
.flex-23:nth-child(4n),
.flex-30:nth-child(3n),
.flex-32:nth-child(3n),
.flex-49:nth-child(2n){
	margin-right: 0;
}


/* スマホで変更 */
@media screen and (max-width:992px) {
	
.sp-f-49 {
	flex: 0 0 49%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 10px !important;
	margin-right: 2% !important;
}
	
.sp-f-50 {
	flex: 0 0 50%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 10px !important;
	margin-right: 0 !important;
}
	
.sp-f-100 {
	flex: 0 0 100%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 10px !important;
}
	
.sp-f-49:nth-child(-n+2),
.sp-f-50:nth-child(-n+2),
.sp-f-100:nth-child(-n+1){
	margin-top: 0 !important;
}
	
.sp-f-49:nth-child(2n),
.sp-f-50:nth-child(2n){
	margin-right: 0 !important;
}

}

/* 特殊設定 */


.flex-w.flex-t-event{

}

.flex-w.flex-t-event .flex-49{
	flex: 0 0 49%;
	padding: 0 0 0 0;
	margin-bottom: 0;
	position:relative;
	margin-top: 50px;
	margin-right: 2%;
}

.flex-w.flex-t-event .flex-49:nth-child(-n+2){
	margin-top: 0;
}

@media screen and (max-width:992px) {
	

	
}










