@charset "UTF-8";

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
	background-image: url("../img/bg.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	  animation: fadeIn 3s ease 0s 1 normal;
}

body.preload .wow.fadeIn {
	opacity: 0 !important;
}

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

#wrapper {
	overflow: hidden;
	}

img {
	width: 100%;
	transition: 0.5s;
	}

a {
	transition: 0.5s;
}

a img:hover {
   filter: drop-shadow(0px 0px 10px #01e2ff) ;
}

a:hover {
  text-shadow: 0 0 30px #01e2ff,0 0 30px #01e2ff;      
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
}

.fade {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fade.active{
  opacity : 1;
  transform : translate(0, 0);
}

header {
	position: absolute;
	top:3.15vw;
	left:5.2vw;
	font-family:'Instrument Serif', serif;
	font-size: 24px;
	z-index: 1000;
	}

header h1 {
	width: clamp(250px, 26vw, 500px);
	}

header h1 a:hover {
	filter: drop-shadow(0px 0px 10px #01e2ff) ;
	}

header .onairDate {
    color: #fff;
    font-size: 40px;
    margin-bottom: 3.15vw;
    letter-spacing: 0.05em;
}

header .gNav a {
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-right: 20px;
	}

header .gNav a:after {
	content: "";
	background-color: #fff;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 10px;
	z-index: 9;
}

header .gNav li a:before{
	content: "";
	background-color: #fff;
	border: 1px solid #fff;
	height: 9px;
	width: 9px;
	border-radius: 10px;
	position: absolute;
	right: 0;
	bottom: -4px;
	z-index: 10;
	transition: 0.3s;
	}

header .gNav li:nth-child(odd) a:before{
	background-color: #000;
	}


header .gNav li {
	margin-bottom: 1.56vw;
	position: relative;
	display: block;
	}

header .gNav li:hover a:before {
	transform: scale(1.5,1.5);
	filter: drop-shadow(0px 0px 10px #01e2ff) ;
	}



header .gNav li:last-child a:before ,
header .gNav li:last-child a:after {
	content: none;
	transition: none;
	}


header .gNav li:last-child a:before {
	font-family: "Font Awesome 6 Brands";
	font-weight: 900;
	content: "\f099";
	background-color: transparent;
	border:none;
	color: #fff;
	position: unset;
	margin-right: 0.5vw;
}

header .gNav li:last-child a:before {
	transform: none;
	filter:none;
	}
header .gNav li:last-child{
	width: 12vw;
	line-height: 2.6vw;
	background-color: rgba(255,255,255,0.2);
	border-radius:2.6vw;
	display: flex;
	justify-content: center;
	padding-right: 0.5vw;

}

header .gNav li:last-child a{
		padding-left: 1.56vw;
	width: 100%;
    text-align: center;
	}

header.changeHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	background-image: url("../img/bg_trans.png");
	background-size: 100px;
	padding: 1.56vw 5.2vw;
	justify-content: space-between;
	animation: fadeIn 1s ease 0s 1 normal;
	border-bottom: 1px solid #848589;
	z-index: 100;
}

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

header.changeHeader .gNav ul {
	display: flex;
}
header.changeHeader .gNav ul li {
	margin-bottom: 0;
	padding-left: 2.08vw;
}

header.changeHeader .gNav li a {
	padding-right: 0;
	transition: none;
}


header.changeHeader .gNav a:hover {
	text-shadow: 0 0 30px #01e2ff,0 0 30px #01e2ff,0 0 30px #01e2ff;  
}


header.changeHeader .gNav li a:before ,
header.changeHeader .gNav li a:after {
	content: none;
	transition: none;
}

header.changeHeader .gNav li:last-child {
    width: auto;
    line-height: unset;
    background-color: inherit;
    border-radius: inherit;
    display: block;
}

header.changeHeader .gNav li:last-child a {
    padding-left:0;
}

header .gNav li:last-child a:before {
	content: "\f099";
}

header.changeHeader h1 {
	width: clamp(150px,15.625vw, 300px);
	margin-bottom: 0;
}

header.changeHeader h1 a {
	display: flex;
}

footer {
	border-top: 1px solid #848589;
}

footer .ftrTop {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.08vw 0;
}

footer .sns {
	display: flex;
	align-items: center;
	margin-right: 5.6vw;
}

footer .sns::before {
	content: "SHARE";
	color: #fff;
	font-size: 20px;
	font-family:'Instrument Serif', serif;
	letter-spacing: 0.1em;
}

footer .sns li {
	width: 40px;
	margin-left: 15px;
}

footer .ftrBnr {
	width: 200px;
}

footer .ftrNav ul {
	font-family:'Instrument Serif', serif;
	font-size: 20px;
	display: flex;
	justify-content: center;
	padding: 1.56vw 0;
	border-top: 1px solid #848589;
	border-bottom: 1px solid #848589;
}


footer .ftrNav ul li {
	margin: 0 0.8vw;
}

footer .ftrNav a {
	color: #fff;
	text-decoration: none;
}



footer .ftrLogo {
	width: clamp(150px, 15.625vw, 300px);
	padding: 1.56vw 0;
	margin: 0 auto;
}


footer .copy {
	color: #fff;
	font-size: 12px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	padding-bottom: 1.56vw;
}


#pageTop {
    width: 150px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 500;
    transition: 0.3s;
}

.btmPage {
}

.btmPage main {
	padding: 10.4vw 0;
}

.btmPage main .secTtl {
	font-family:'Instrument Serif', serif;
	font-size: 80px;
	color: #fff;
	text-shadow: -4px 0px 0px rgba(255, 0, 0, 0.4),4px 0px 0px rgba(0, 0, 255, 0.4);
	position: relative;
	margin-bottom: 4.16vw;
	text-align: center;
	}

.btmPage main .secTtl:after {
	content: "";
	background-color: #fff;
	width: 60px;
	height: 2px;
	display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
	 box-shadow: -4px 0px 0px 0px rgba(255, 0, 0, 0.4),4px 0px 0px 0px rgba(0, 0, 255, 0.4);
}

.btmPage section {
	 border-radius: 40px;
	box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
	padding: clamp(25px, 2.6vw, 50px);
	color: #fff;
	}
   
.backBtn,.linkBtn {
    text-align: center;
    margin-top: 60px;
}

.backBtn a,.linkBtn a {
    display:inline-block;
    background-color: #fff;
    color: #000!important;
    font-size:16px;
    font-weight: bold;
    width: 320px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 20px #01e2ff;     
    position: relative;
}

.backBtn a::after{
     content: "";
    background-image: url(../img/arw_blk_s.png);
    display: inline-block;
    background-size: contain;
    width: 10px;
    height: 14px;
    position: absolute;
    left: 20px;
    top:0;
    bottom:0;
    margin: auto;
    transition: 0.3s;
	transform: scale(-1, 1);
}

.linkBtn a::after{
     content: "";
    background-image: url(../img/arw_blk_s.png);
    display: inline-block;
    background-size: contain;
    width: 10px;
    height: 14px;
    position: absolute;
    right: 20px;
    top:0;
    bottom:0;
    margin: auto;
    transition: 0.3s;
}
    
.backBtn a:hover,.linkBtn a:hover {
    box-shadow: 0 0 20px #01e2ff,0 0 20px #01e2ff;    
	text-shadow: none!important;
}

.backBtn a:hover::after {
      left: 15px;
} 

.linkBtn a:hover::after {
      right: 15px;
}  



