@charset "UTF-8";
/*/▼帯バナー削除用CSS▼//*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
/*/▲帯バナー削除用CSS▲//*/
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea div {
  font-family: 'Noto Sans JP', sans-serif;
}
#mainArea p {
  font-family: 'Noto Sans JP', sans-serif;
}
.bnr_ {
  width: 900px;
  margin: 0 auto;
  display: block;
}
section {
  position: relative;	
}
.f-f {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;		
}
.back-b {
	background: #e5eef5;
	padding-bottom: 3%;
}
.lead {
  background: #e5eef5;	
  width: 100%;
  margin: 0 auto -10em;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: center;
  padding: 10% 0 10% 0;
}
.lead p {
	padding: 1em 0;
	font-size: 1.4rem;
	line-height: 2.1;
}

/*scrolldown*/
.scrolldown1 {
  position: absolute;
  left: 50%;
  height: 120px;
  z-index: 1;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 140px;
  background: #111;
  animation: pathmove 1.6s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:90px;
    opacity: 0;
  }
}

.comment_ {
	font-size: 1.35rem;
	line-height: 2.0;
    margin: 2% auto;
	text-align: center;
}
.hr {
    margin: 14% auto 15% auto;
    border-bottom: 1px solid #002a4f;
    width: 100%;
}

/*////*/
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}


.contents_wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;	
}
#report {
	background: #e5eef5;	
    position: relative;
	width: 100%;
	padding-bottom: 8%;
}
#report .report_img {
	width: 80%;
	margin: 0 auto;
}
#report .report_img_2 {
	width: 45%;
	margin: 0 auto;
}
#report .report_img_3 {
	width: 70%;
	margin: 0 auto;
}
#report .report_img_4 {
	width: 55%;
	margin: 0 auto;
}
#report .report_img img,
#report .report_img_2 img,
#report .report_img_3 img,
#report .report_img_4 img {
	margin: 10% auto 2% auto;
	display: block;
}
#report .report_text {
	width: 900px;
	margin: 0 auto;
}
h2 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  text-align: center;
	letter-spacing: 1px;
}
h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
	text-align: center;
    font-size: 18px;
	letter-spacing: 1px;
}
h3 b {
  font-family: futura-pt, sans-serif !important;
  font-weight: 800;
  font-style: normal;
	font-size: 21px;
  padding-right: 0.5%;	
}
h3 small {
  font-weight: 600;
}
h4 {
	background: #191919;
    width: 11%;
    font-size: 17px;
    text-align: center;
    line-height: 2;	
    border: 1px solid #191919;
    border-radius: 9999px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);	
    transition: 1s;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: futura-pt, sans-serif;	
	margin: 2% auto;
    display: block;	
}

#interview {
    position: relative;
	width: 700px;
	margin: 0 auto;
	padding: 7% 0 0 0; 
}
#interview .ttl_text {
	text-align: center;
	margin-bottom: 13%;
}
#interview .ttl_text p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;	
	text-align: center;
    font-size: 1.35rem;
    line-height: 2.0;	
}
#interview .interview_text h5 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-style: normal;	
    font-size: 1.35rem;
    line-height: 2.0;	
	margin-bottom: 4%;
	letter-spacing: 0.5px;
}
#interview .interview_text .comment_ {
	text-align: left;
	margin: 2% auto 12% auto;
}
#interview .interview_text .comment_ b {
	background: #191919;
	color: #fff;
    font-size: 1.35rem;
    line-height: 2.0;
	padding: 0.4% 0.5%;
    margin-right: 1%;
    letter-spacing: 1px;
}

#play-list {
    width: 50%;
    margin: 10em auto 0;
    border: 1px solid #19191a;
    border-radius: 1px;
    padding: 2em 4em;
}
#play-list h1 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}
#play-list iframe {
    margin: 1.5em 0;
}

#movie {
    width: 900px;
    margin: 10% auto;
}
#movie p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;	
	text-align: center;
	font-size: 1.35rem;
	padding-bottom: 1%;	
}
#movie iframe {
    margin: 2em auto;
    display: block;
}
#movie .btn {
	background: #191919;	
    width: 65%;
    font-size: 16px;
    text-align: center;
    line-height: 3;	
    border: 1px solid #191919;
    border-radius: 9999px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);	
    transition: 1s;
    vertical-align: middle;
    display: block;
	margin: 2% auto;
}
#movie .btn:hover {
    background: none;
    border: solid 1px #191919;
    transition: .3s;
}
#movie .btn a {
	color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	display: block;
}
#movie .btn a:hover {
    color: #191919 !important;
}

#profile {
    position: relative;
	width: 900px;
	margin: 10% auto;
}
#profile .profile_wrap {
	margin: 8% 0;
}
#profile .profile_img {
    vertical-align: middle;
    width: 35%;
    margin: 0 0 0 9%;
    display: inline-block;
}
#profile .profile_img img {
    width: 85%;
}
#profile .profile_text {
    vertical-align: middle;
    width: 55%;
    margin: 0;
    display: inline-block;
}
#profile .profile_text p {
	margin-bottom: 3%;
}
#profile .profile_text h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1.5px;
}
#profile .profile_text h3 b {
    font-family: futura-pt, sans-serif !important;
    font-weight: 600;
    font-style: normal;
	font-size: 22px;
	color: #4794bb;
	padding-left: 2%;
}
#profile .profile_text .sns {
	margin: 1% 0 2% 0;
}
#profile .profile_text .sns img {
	width: 5%;
	margin: 0 0 3% 0;
}
#profile .profile_text .sns a {
	margin: 0 1% 3% 0;
	display: inline;
}
#profile .profile_text a {
	color: #4794bb;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;	
}

#note {
	background: #e5eef5;
    position: relative;
	width: 900px;
	margin: 10% auto;
	padding: 2% 0 3% 0;
}
#note h2 {
	margin-bottom: 2%;
}
#note p {
	text-align: center;
	font-size: 1.35rem;
}







