@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
}
body {
  color: #FFF; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.6;
  text-align: center;
}
section h1 {
  font-size: 2.4em;
  font-family: "Adobe-Caslon-Pro";
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*header*/
.header {
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, #000 30%, transparent);
  /*グラデーション以外は省略*/
  position: fixed;
	z-index: 1;
}
.header-content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.header-pc nav {
  display: block;
  text-align: right;
}
.header-pc nav ul {
  display: flex;
  margin: 0 auto;
  padding: 0 12%;
  width: 100%;
  justify-content: center;
  list-style-type: none;
}
.header-pc nav li {
  flex: 1 0 auto;
}
.header-pc nav li a {
  display: block;
  padding: 25px 15% 0;
  width: 75%;
  color: #FFF;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Adobe-Caslon-Pro";
  text-align: center;
}
	.header-pc nav li a:hover {
  transform: translate3d(0, 7px, 0);
  color: #fff;;
  box-shadow: none;
}
.logo-title{
	display: none;
}
.section-top__title {
  position: fixed;
width:100%;
	max-width: 2000px;
    transform: translate(79%,100%);
}
.top-title {
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  display: flex;
  letter-spacing: 3px;
	 font-family: "Adobe-Caslon-Pro";
}
.top-title span {
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
/*navogation*/
.open-button, .close-button {
  display:none;
}
.animatedModal{
		display: none;
	}
.scroll {
	top: 55%;
	position: fixed;
  transform: rotate(90deg);
  color: #FFF;
  font-size: 1.5rem;
  font-family: "Adobe-Caslon-Pro";
  display: flex;
  align-items: center;
  width: 250%;
	height:55px;
  max-width: 100px;
}
.scroll:after {
  border-top: 1px solid #FFF;
	position: absolute;
	left: 0;
  bottom:49%;
  content: "";
  margin-left: 35px;
  animation: arrow 2.5s ease-in-out infinite;
	opacity: 0;
}
@keyframes arrow {
    0% {
      width: 0px;
		opacity: 0;
    }
    30% {
      width: 40px;
      margin-top: 0;
		opacity: 1;
    }
    100% {
      margin-top: 0px;
		left:80px;
      width: 0px;
		opacity: 0;
    }
  }
@media(max-width:960px) {
	  .header {
    height: 100px;
    background: none;
  }
  .header-content-wrapper {
    max-width: 400px;
  }
			  .header-pc nav {
    display: none;
  }
	#animatedModal{
		opacity:1;
		display: none;
	}
  .open-button  {
    display: block;
    position: absolute;
    right: -20%;
    top: 70px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
  }
  .open-button span, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 20px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
  }
  .open-button span:after {
    bottom: -8px;
  }
 .close-animatedModal {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 20px;
    padding: 10px 20px;
  }
	.modal-content nav{
		margin:20px auto 0;
	}
  .modal-content nav ul {
    display: block;
    margin: 0 auto;
    padding: 0 3%;
    width: 100%;
    max-width: 960px;
    justify-content: center;
  }
  .modal-content nav li a {
    font-size: 1.5rem;
	   line-height: 20px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
	  margin:0 auto;
	   display: block;
  padding: 25px 15% 0;
  width: 75%;
  font-family: "Adobe-Caslon-Pro";
  text-align: center;
  }
	.logo-title{
		display:block;
	}
	.logo-title img{
		width:50%;
		padding-top:20px;
	}
}
@media(max-width:400px) {
  .section-top__title {
    position: fixed;
    width: 100%;
    max-width: 400px;
    transform: translate(86.5%, 100px);
  }
  .section-top__title h2 {
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    display: flex;
  }
  .scroll {
    transform-origin: 50% 0;
    font-size: 1.2rem;
    width: 100%;
    height: auto;
    padding-top: 15px;
	  top:70%;
	}
	.scroll:after{
		bottom:10px;
	}
	 .open-button  {
    right: 0px;
  }
}
/*footer*/
.footer {
  background: linear-gradient(to bottom, transparent, #000 70%);
  font-size: 1.1rem;
  position: fixed;
  width: 100%;
  height: 75px;
  bottom: 0; /*下に固定*/
  right: 0;
}
.footer__sns_links {
  margin-bottom: 20px;
}
.footer__sns_links ul {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  width: 85%;
}
.footer__sns_links li {
  height: 10px;
  margin: 0 10px;
}
	.footer ul li a {
  color: #FFF;
  text-decoration: none;
}
.footer__sns_links li img {
  height: 20px;
}
.footer__sns_links li a{
	display: block;
}
.footer__sns_links li a:hover img {
  transform: translate3d(0, 7px, 0);
  color: #fff;;
  box-shadow: none;
}
.footer__copyright {
  display: block;
  text-align: center;
}
@media(max-width:400px) {
  .footer {
    height: 65px;
    z-index: 2;
  }
  .footer a {
    color: #FFF;
    text-decoration: none;
  }
  .footer__sns_links {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .footer__sns_links ul {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    width: 90%;
  }
  .footer__sns_links li {
    height: 10px;
    margin: 0 10px;
  }
  .footer__sns_links li img {
    height: 15px;
  }
  .footer__copyright {
    display: block;
    text-align: center;
  }
  .footer__copyright {
    font-size: 1.2rem;
  }
}