@charset "utf-8";
/* CSS Document */
.header {
  height: 780px;
  background-image: url("../images/ikimono/harukanaru_s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 74px;
  left: 0;
  right: 0;
  filter: drop-shadow(3px 3px 3px #6F7DB0);
}
/*下からフェードイン*/
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 2.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  background-color: #FBF8EE;
}
.denju_black_logo {
  position: absolute;
  opacity: 0.1;
  display: block;
  right: 20px;
  margin-top: -250px;
}
.garally-title {
  position: relative;
  width: 70vw;
  text-align: right;
  margin-bottom: 70px;
}
.garally-title :before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 1px #2c2c2c;
	animation: garally-h2_anim 2s linear forwards;
}
@keyframes garally-h2_anim {
	0%{
		width: 5em;
	}
	100%{
		width: 100%;
	}
}
.ikimono_anim {
  font-size: 24px;
  margin-top: 150px;
  padding-bottom: 25px;
  opacity: 1;
}
.garally .contents_wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 100px;
  align-items: center;
  opacity: 0;
}
/* 右からふわっと現れる */
/* jQueryで追加・削除 */
.fadeInRight {
  -webkit-animation-name: fadeInRightAnime;
  animation-name: fadeInRightAnime; /*アニメーションの名前*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s; /*アニメーションの時間を1秒に設定*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; /*アニメーション実行後、要素が表示されたままにする*/
}
@-webkit-keyframes fadeInRightAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateX(100px);
    transform: translateX(100px); /*100px分横にずれる*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateX(0);
    transform: translateX(0); /*元の位置*/
  }
}
@keyframes fadeInRightAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateX(100px);
    transform: translateX(100px); /*100px分横にずれる*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateX(0);
    transform: translateX(0); /*元の位置*/
  }
}
.fadeInRightTrigger {
  opacity: 0; /*非表示*/
}
/* 左からふわっと現れる */
/* jQueryで追加・削除 */
.fadeInLeft {
  -webkit-animation-name: fadeInLeftAnime;
  animation-name: fadeInLeftAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftTrigger {
  opacity: 0;
}
.garally .img_right {
  flex-direction: row-reverse;
}
.garally .description {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-end;
}
.garally .description2 {
  display: block;
  align-items: center;
  width: 50%;
  justify-content: center;
  box-sizing: border-box;
  text-align: left;
  line-height: 30px;
}
.award {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px 0px;
  text-align: left;
}
.garally .garally_img {
  width: 50%;
  text-align: right;
  transition: 0.7s;
  transition-timing-function: linear;
}
.garally .garally_img:hover {
  transform: scale(1.1);
}
.garally .img_right .garally_img {
  text-align: left;
}
.garally .img_right .discription {
  justify-content: flex-start;
}
.garally h3 {
  font-size: 24px;
  letter-spacing: 5px;
  font-weight: 100;
  width: 100%;
  display: block;
  text-align: left;
  border-bottom: 1px solid #333333;
  padding: 0 0 15px 0;
  color: #333333;
}
.garally .number {
  display: inline-block;
  margin-right: 70px;
  font-size: 22px;
  font-family: Roboto;
  font-weight: 600;
}
.garally section {
  max-width: 880px;
  margin: 0 auto;
}
.parallax5 {
  background-image: url("../images/ikimono/ikimono2_obi.jpg");
  width: 100%;
  height: 275px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  margin-top: 120px;
}
@media screen and (max-width:1200px) {
  .header {
    height: 560px;
  }
  .ikimono_title {
    padding: 0 20px 0 20px;
    width: 100%;
    max-width: 600px;
    box-shadow: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width:700px) {
  .header {
    height: 560px;
  }
  .ikimono_title {
    padding: 0 20px 0 20px;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.5);
  }
  .denju_black_logo {
    margin-top: -180px;
    width: 70%;
  }
  .garally {
    padding: 0 30px;
    box-sizing: border-box;
  }
 .garally-title {
    width: 100%;
    text-align: center;
  }
  .ikimono_anim {
    font-size: 22px;
    margin-top: 100px;
  }
  .garally h3 {
    font-size: 18px;
  }
  .garally .number {
    font-size: 20px;
  }
  .award {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .garally .contents_wrapper {
    display: block;
  }
  .garally .garally_img, .garally .description, .garally h3, .garally .img_right .garally_img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .garally .description2 {
    width: 100%;
  }
  .parallax5 {
    height: 250px;
    background-attachment: scroll;
    margin-top: 60px;
  }
}
