@charset "UTF-8";
/* CSS Document */
.body {
  background-color: #37474F;
}
.main {
  padding-bottom: 150px;
}
@media(min-width:1200px) {
  .main {
    padding-bottom: 200px;
  }
}
.section-top {
  position: relative;
  margin-bottom: 60px;
}
/*TOP画像スライド*/
.section-top__topimg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.img-01, .img-02, .img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.img-01 {
  background-image: url('../images/top/top1.png');
  animation: slide-animation-01 20s infinite;
}
.img-02 {
  background-image: url('../images/top/top2.png');
  animation: slide-animation-02 20s infinite;
}
.img-03 {
  background-image: url('../images/top/top3.png');
  animation: slide-animation-03 20s infinite;
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1.0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.0);
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.0);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1.0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1.0);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.0);
  }
}
.section-top__image-logo {
  position: absolute;
  top: 0;
  left: 50%;
}
.section-top__image-logo img {
  position: absolute;
  left: -36px;
  padding-top: 160px;
  width: 72px;
}
@media(max-width: 960px) {
  .section-top__image {
    height: 1080px;
    margin-bottom: 130px;
  }
}
.section-about {
  color: #FFF;
  display: inline-flex;
  height: 370px;
  margin-bottom: 80px;
  position: relative;
}
.section-about img {
  height: 380px;
  width: auto;
}
.section-about__message {
  font-size: 14px;
  padding: 110px 0 0 130px;
  text-align: left;
}
.section-about__message p {
  line-height: 50px;
  padding-bottom: 70px;
}
.section-about__message a {
  color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media(max-width: 960px) {
  .section-about {
    margin-bottom: 150px;
    display: inline;
  }
  .section-about img {
    padding: 0 50px;
    height: auto;
    width: 100%;
    max-width: 380px;
    margin-bottom: 100px;
    position: relative;
  }
  .section-about__message {
    margin-bottom: 150px;
    padding: 0 30px;
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-about__message p {
    padding-bottom: 50px;
  }
  .section-about__message a {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
}
.section-online {
  margin-bottom: 200px;
}
.section-online__image {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
.line-image {
  background-image: url('../images/top/line1.png');
  width: 100%;
  height: 390px;
}
.section-instagram {
	font-family: 'Special Elite', cursive;
}
.section-instagram h2{
	font-size: 30px;
}
.section-instagram__account{
    padding-left: 20px;
    font-size: 14px;
	color: #FFF;
  }
.section-instagram__account:hover {
  opacity: 0.5;
}
.section-instagram {
	display: flex;
	padding: 0 30px;
	margin-bottom: 40px;
}
.section-instagram__message p{
	padding: 0 30px;
	margin-bottom: 10px;
	text-align: left;
	}


@media(max-width: 960px) {
	.section-online {
	padding-top: 380px;
	margin-bottom: 150px;
	}
	.line-image {
	height: 200px;
	}
	.section-online__image{
		background-attachment:local;
	}

	.section-instagram {
	padding: 0 20px;
	margin-bottom: 14px;
	display: flex;
	}
	.section-instagram__account  {
	font-size: 14px;
	}

	.section-instagram__message {
	padding: 0 40px 40px;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	}

	.section-instagram__message{
		padding: 0;
	}
	.section-instagram__message p {
	padding: 0 20px;
	}
}
