@charset "utf-8";
/* CSS Document */
/****	#e4007f****ピンク*/
/****#fff001****黄色*/
/****#a9d571***黄緑*/
/****#44ab3e***緑*/
/****#f5e927***黄色*/
/****#c8e6c2***薄緑*/
br.sp {
  display: none;
}
br.pc {
  display: block;
}
html {}
body {
  background-color: #30a1d2;
  color: #202020;
  overflow-x: hidden !important; /* 水平方向のオーバーフローを非表示にする */
  position: relative; /* 親要素が基準になるように */
  padding: 0; /* 不要なパディングを取り除く */
  margin: 0px;
}
/*スライド*/
.appear {
  opacity: 0;
}
a {
  color: #000;
}
a:hover {}
ul {
  padding: 0;
}
li {
  list-style: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/******************/
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.container {
  background-color: #eeeef0;
  overflow-x: hidden;
}
.icon {
  position: fixed;
}
/************/
.top img {
  width: 100%;
  height: auto;
}
.gallery {
  margin: 0 auto; /* ギャラリー全体を中央に配置 */
  text-align: center; /* テキスト中央揃え（必要なら） */
}
.gallery img {
  max-width: 100%; /* 画像の幅を調整してレスポンシブ対応 */
  height: auto; /* アスペクト比を維持 */
}
/*******マウスホバー***********/
.col-md-6 {
  border: 1px solid #ddd;
  overflow: hidden;
}
.col-md-6 img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}
.col-md-6 img:hover {
  transform: scale(1.2) rotate(3deg);
  transition-duration: 0.5s;
}
/*******マウスホバー***********/
.color {
  color: #0000ff;
}
.line::after {
  content: ""; /* 擬似要素でラインを描画 */
  position: absolute;
  bottom: 30%; /* 文字の半分の位置に配置 */
  left: 0;
  width: 100%;
  height: 10px; /* ラインの太さ */
  background-color: #30a1d2; /* ラインの色 */
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.logo img {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: auto;
}
.credit {
  font-size: 12px; /* 小さいフォントサイズ */
  color: #888; /* 薄い色で控えめに */
  padding: 5px;
  margin: 5px; /* 余白を少し取る */
}
.title {
  margin: 0 10rem 3rem;
}
h1.titleh1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-style: normal;
  padding: 1rem 3rem;
  line-height: 1.7;
  font-size: 1.6rem;
}
.ti01 {
  padding: 1rem;
}
.timeppp {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden !important;
  margin: 2rem 0;
  text-align: center;
}
.time_p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #30a1d2;
  font-family: "vdl-linegpop-shadow", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 4px solid #30a1d2;
}
/***追従するトップへ戻るボタン***/
#page_top {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 1000;
}
.copy {
  margin-top: 1.5rem;
  color: #888;
}