@charset "utf-8";

/*Reset*/
html {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-y: scroll;
}

* {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, table, a, img, dl, dt, dd, ul, li, ol, iframe, nav, small {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	list-style: none;
}

figure img, main img {
	vertical-align: bottom;
	width: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

.bg_wrap img,.photo1 img {
  width: 100%;
}

/* 共通 */

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  color: #fff;
}

:root {	
	--bg-color: #e5e1d8;
	--main-color-blue: #033f75;
	--main-color-yellow: #9b7e02;
	--main-color-yellow-point: #ffc700;
	--main-tx-color: #656565;
	--ttl-font: "Zen Old Mincho", serif;
  }

.PcOnly {
	display: block;
}

.SpOnly {
	display: none;
}


#page_all {
	margin-bottom: -20px;
}
/* フェードレイヤー（白くなる層） */
#white-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  pointer-events: none;
}
/* #white-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s ease;
  z-index: -1;
} */

.wrap {
  position: relative;
  /* background-image: url(../img/bg.png);  */
  background-size: cover;
  z-index: 1;  
}

.inner {
  max-width: 1400px;
	margin: auto;
	text-align: center;  
  padding: 0 3%;
}

/* 背景動画 */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}


.logo img {
  width: 100%;
}

.logo {
  max-width: 800px;
  padding: 2%;
}


/* ----------
.intro
---------- */
.intro_ttl {
  font-size: 4rem;
  text-align: left;
  margin-top: 100vh;  
  font-weight: 400;
  margin-bottom: 3%;
  filter: drop-shadow(0px 0px 16px #49718c);
  font-family: var(--ttl-font);
  font-weight: bold;
}


.intro_tx {
  	font-family: "zen-old-mincho", sans-serif;
    font-size: 1.2rem;
    text-align: left;
    line-height: 2rem;
    margin-bottom: 3%;
    filter: drop-shadow(0px 0px 16px #49718c);
    letter-spacing: 0.13em;
    line-height: 2.5rem;
}

.intro {  
/* position: relative; */
/* margin-bottom: -300px; */
}

/* .photo1 {
  position: absolute;
  top: 0px;
  right: 19%;
  width: 30%;
} */
.intro_flex {
  display: flex;
}
.photo1 {
  margin-top: 115vh;
  flex: 1;
}

.intro_tx_box {
  flex: 1.2;
}




/* ----------
見出し
---------- */

h2 {
  font-size: 4rem;
  text-align: center;   
  font-weight: bold;
  margin-bottom: 3%;
  font-family: "noto-serif", serif;
  color: var(--main-color-blue);
}

.ttl_topcolor_yellow {
  color: var(--main-color-yellow);
}

.ttl_topcolor_yellow_point {
	color: var(--main-color-yellow-point);
}

/* ----------
動画
---------- */
.bg_wrap {
  /* background: var(--bg-color); */
  background-image: url(../img/bg.png);
  background-attachment: fixed;
  background-size: cover;

}

.nami {
  margin-top: 10px;
}

.mov_bg {
      
}

.mov {
  /* position: absolute; */
  max-width: 800px;
  padding: 3% 0 6%;
  margin: auto;
}   

.video-container {
    padding: 56.25% 0 0;
    position: relative;
    width: 100%;
}
.video-container iframe {
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}

/* ----------
取材メモ
---------- */

.memo_button {    
    /* background-color: #f9f4ea; */
    padding: 0 0 6%;
    /* background-image: url(../img/bg.png); */
    /* background-size: cover; */
	/* background-repeat: no-repeat; */
}

.button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}

.button li img {
  display: block;
  width: 100%;
  border-radius: 0px 10px 10px 10px;
/* 　box-shadow: 0 0 20px rgba(0, 0, 0, .1); */
  border-left: 10px solid #e2c759;
}

.button li {
  width: calc((100% - 100px) / 4);  
}

.button li a {
  position: relative;
  display: inline-block;
  border-radius: 0px 10px 10px 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.button-photo-a {
	 width: 100%;
}
.ttl_outer {
  position: absolute;
  bottom: 0px;
  z-index: 1;
}


.ttl {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: #e2c759;
  padding: 10px 10px 10px 10px;
  font-size: 1.1rem;
  border-radius: 0 5px 0 0;
  color: var(--main-color-blue);
  text-align: left;
}

.button_tx {
  text-align: left;
  font-size: .8rem;
  line-height: 1.5rem;
  font-family: "noto-sans", sans-serif;
  color: var(--main-tx-color);
  height: 2rem;
}

.ttl_small_tx {
  display: block;
  font-size: .7rem;
  color: #8c8028;  
}
.navigate--more {
  text-align: right;
  margin-top: 1rem;
}




.more-btn {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
  padding-left: 50px;
  transition: color 0.3s ease;
   padding: 0.5em 1.2em 0.5em 2.5em; /* 左だけ多めに */
  max-width: 100%; /* はみ出さない */
  width: auto;
  white-space: nowrap;
  box-shadow:none!important;
  font-size: .8rem;
}

.more-btn__label {
	padding-left: 25px;
}
.more-btn::before,
.more-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: .5px;
  transform: translateY(-50%);
  pointer-events: none;
}

.more-btn::before {
  width: 40px;
  background-color: rgba(0, 0, 0, 0.2); /* 薄い線（常時表示） */
}

.more-btn::after {
  width: 0;
  background-color: #000; /* 黒い線（伸びてくる） */
  transition: width 0.4s ease;
  z-index: 2;
}

.more-btn:hover::after {
  width: 40px; /* ::beforeと同じ幅に */
}

.more-btn:hover {
  color: #666;
}
/* ----------
Pのひとりごと
---------- */

.hitokoto_button {  
  max-width: 400px;
  background-color: #fff;
  margin: auto;  
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 4%);  
  border: 4px solid #fff;
}

.hitokoto_button a {
  display: flex;
  align-items: center;  
  width: 100%;
  height: 100%;
}

.hitokoto_button .img {
  flex: 1;
}
.hitokoto_p {
  flex: 2;
  color: #033f75;
  font-size: 1.5rem;
  text-align: center;
  font-family: var(--ttl-font);
}
.hitokoto_button img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 10px 0px 0px 10px;  
}
/* ----------
Tver
---------- */
.streaming {
	padding: 3% 0;
	background-color: var(--bg-color);
	text-align: center;
}
.streaming p {
	padding-bottom: 20px;
	color: var(--main-color-blue);
	font-weight: bold;
	font-size: 1.3rem;
	font-family: "noto-sans", sans-serif;
}
.tver {
	max-width: 200px;
    background-color: #fff;
    padding: 15px 60px 10px 70px;
}
.streaming a {
	display: inline-block;
	max-width: 200px;
	height: 100%;
}

/* ----------
バナー
---------- */
.nami_bottom {
  margin-top: -50px;
}

.m_banner {
  background-color: #c8d3d5;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 4% 0;
}

.m_banner .img {
  width: 200px;  
}

.m_banner .img img {
  width: 100%;
}

/* ----------
snsボタン
---------- */

#sns_button {
    padding: 3% 0;
    background-color: #c8d3d5;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn_sns .btn_twitter .btn_x {
  margin-right: 1%;  
}

#sns_button img {
	width: 50px;
}
/* ----------
フッター
---------- */

#footer {
	/* margin-top: -2%; */
}


/* ----------
パララックス
---------- */


.parallax01 {
  background-image: url(../img/bottom.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
}

@media screen and (max-width: 1400px){
	.inner {
		max-width: 1300px;
	}
	.intro_tx {
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 0.13em;
	line-height: 2.2rem;
	}
}

@media screen and (max-width: 1200px){
	.logo {
    max-width: 650px;
    padding: 2%;
}
}

@media screen and (max-width: 1000px){
	.button li {
	width: calc((100% - 50px) / 2);
	margin-bottom: 4%;
	}
	.intro_tx {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 10%;
	}		
	h1 {
	margin-bottom: 6%;
	}
	.mov {
	padding: 3% 0 13%;
	}
	.memo_button {
	padding: 0 0 10%;
	}

}

@media screen and (max-width: 600px){
.PcOnly {
	display: none;
}
.SpOnly {
	display: block;
}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  pointer-events: none; /*クリック無効化 */
}
.logo {
  max-width: 600px;
  padding: 6% 0 0;
  margin: auto;
  /* filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 1)); */
} 
.intro {
  /* margin-bottom: -100px; */
}
.intro_flex {
    display: block;
}
.intro_tx_outer {
  text-align: center;
}
.intro_ttl {
    margin-top: 70vh;
}
.intro_tx {
  width: 95%;
  max-width: 500px;
  display: inline-block;
  text-align: left;
}
.photo1 {
    margin-top: 0;
    margin: auto;
}
.button {
  justify-content: center;
  width: 90%;
  margin: auto;
}
.hitokoto_button {
	width: 80%;
}
.mov {
  padding: 5% 0 5%;
}
.nami {
    margin-bottom: -12px;
}
.ttl {
  font-size: 1.5rem;
  padding: 15px 15px 15px 20px;
}
.ttl_small_tx {
  font-size: .9rem;
}
.ttl_small_tx {
  margin: -5px 0 5px;
}
.intro_ttl {
  text-align: center;
}
h2,h1 {
  font-size: 3rem;
}
h2 {
 margin-bottom: 10%;
}
.memo_button {
  /* background-color: #f9f4ea; */
  padding: 15% 0;
}
.button li {
  width: calc(100% - 50px);
  margin-bottom: 10%;
}
.hitokoto_p {
  font-size: 1.3rem;
}
.m_banner {
  display: inline-grid;
  margin: auto;
  text-align: center;
  width: 100%;
  gap: 20px;
  padding: 10% 0;
}
.streaming {
	padding: 10% 0;
}
}

@media screen and (max-width: 500px){
	.ttl {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 400px){
  .logo {
    /* max-width: 300px; */
  }
  .intro_tx {
    font-size: .9rem;
    line-height: 1.5rem;
  }

.intro_ttl {
      font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .button {
    width: 100%;
  }
  .memo_button {
    margin-top: -10px;
  }
  .ttl {
        font-size: 1.1rem;
        padding: 10px 10px 10px 10px;
  }
  .hitokoto_p {
  font-size: 1rem;
}

}

.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

















