@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'piccola';
  src: url('../fonts/piccla.woff') format('woff'), url('../fonts/piccla.woff2') format('woff2');
}
#page_top {
  position: fixed;
  bottom: 36px;
  right: 20px;
  z-index: 100;
}
body {
  font-family: 'piccola';
  font-weight: 700;
  background-color: #f0f0f0;
}
header {
  position: relative;
}
.comp{
	background-image:url("../img/bg-image.jpg");
	background-repeat: repeat-y;
	background-size: contain;
	height: 100vh;
}
.comp-ttl{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 5rem;
    margin-bottom: 10px;
	font-family: 'piccola';
    color: #ffffff;
	    font-weight: 400;
    text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
}
.comp-ttl span{
	font-size: 1.3rem;
}
.instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'piccola';
  color: #ffffff;
  font-size: 1.63rem;
  font-weight: 400;
  position: fixed;
	z-index: 300;
  top: 35px;
  right: 290px;
  text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
}
.instagram img {
	width: 45px;
	height: auto;
  margin-left: 30px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 1.6));
}
.priority-diamond {
  background-color: #000;
  width: 100%;
  margin-top: 50px;
}
/* ////////////////////////////////////////// ドロワーメニュー ///////////////////////////////////////////////// */
/* チェックボックスを非表示 */
.menu-checkbox {
  display: none;
}
/* メニューボタンの装飾 */
.menu-button {
  display: block;
  position: fixed;
  top: 35px;
  right: 75px;
  z-index: 300;
  width: 53px;
  height: 53px;
  cursor: pointer;
}
.menu-button::before, .menu-button::after {
  content: '';
  transition: .3s;
}
.menu-button::before, .menu-button::after, .menu-button span {
  display: block;
  position: absolute;
  left: 5px;
  height: 4px;
  width: 43px;
  margin-top: 8px;
  margin-bottom: 24px;
  background-color: #fff;
}
.menu-button::before {
  top: 0;
}
.menu-button::after {
  bottom: 0;
}
.menu-button span {
  top: 33px;
}
.menu-button open {
  font-family: 'piccola';
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  top: 55px;
  right: 147px;
  position: fixed;
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
}
/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
  top: 5%;
  transform: rotate(45deg);
  background-color: #e62f97;
}
.menu-checkbox:checked ~ .menu-button::after {
  top: 5%;
  transform: rotate(-45deg);
  background-color: #e62f97;
}
.menu-checkbox:checked ~ .menu-button span {
  display: none;
}
.menu-checkbox:checked ~ .menu-button open {
  color: #ffffff;
  opacity: 0.4;
}
.menu-checkbox:checked ~ .menu-button {
  background-color: rgba(0, 0, 0, 0);
}
/* ドロワーメニューの装飾 */
.drawer-menu {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  z-index: 200;
  height: 100%;
  width: 20%;
  transform: translateX(100%);
  transition: .5s;
  background-color: rgba(218, 160, 199, 0.4);
  padding: 15;
  box-sizing: border-box;
}
.drawer-menu div.menu-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  margin-top: 80px;
  padding: 0;
  list-style-type: none;
  height: calc(80% - 80px);
}
.drawer-menu div.priority-diamond {
	height: calc(20% - 50px);
}
.drawer-menu div.priority-diamond img {
	height: 70%;
	object-fit: contain;
}
.drawer-menu div.menu-list > div {
	display: block;
	width: 100%;
	height: calc(100% / 8);
}
.drawer-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  font-family: 'piccola';
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.drawer-menu a span {
  font-family: 'Barlow Condensed', sans-serif;
  color: #403f40;
  font-size: 3.333vw;
  font-weight: 400;
  margin-left: 3.889vw;
}
.sp-underbar {
  text-align: center;
}
/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}
/* ドロワーメニューの背景 */
.menu-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
  display: block;
}
/*
div.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  height: 100vh;
  padding: 5%;
}
.parallax-bg {
  background-image: url("../img/bg-image.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax-bg::before {
  background: url("../img/bg-image.jpg") no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
*/
.contents-ttl-v3 {
  font-size: 100px;
  text-align: center;
/*
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
*/
}
.contents-ttl-v4 {
  font-size: 150px;
  text-align: center;
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
}
.japanese {
  margin: 0 auto;
  width: 1300px;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 1.48rem;
  font-weight: 400;
  line-height: 1.133;
  color: #ffffff;
  text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
}
.japanese span {
  color: #95fe64;
}
.english {
  margin: 0 auto;
  margin-top: 70px;
  width: 1300px;
  text-align: center;
  font-family: 'piccola';
  color: #b3b3b3;
  font-size: 1.48rem;
  font-weight: 400;
  line-height: 1.133;
  text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
}
#ally-sec .english {
	margin-top: 50px;
}
section[data-anchor="movie"] div.item-sec-inner div.movie-area {
	position: relative;
	width: 70%;
}
section[data-anchor="movie"] div.item-sec-inner div.movie-area:before {
	content: '';
	display: block;
	padding-top: calc(9 / 16 * 100%);
}
iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
video {
  width: auto;
  height: 75vh;
  max-width: 100%;
}
.piccola-banner img {
	width: auto;
	height: 12vh;
}
#v7 div img {
  width: 698px;
  height: auto;
}
#v7 div p {
  margin-top: 100px;
  font-family: 'piccola';
  color: #ffffff;
  font-size: 9.38rem;
  font-weight: 400;
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
}
.item-ttl {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.item-ttl img {
  width: 391px;
  height: auto;
}
.item-ttl-p {
  font-family: 'piccola';
  color: #ffffff;
  font-size: 7rem;
  font-weight: 400;
  margin-right: 60px;
  text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}
.piccola-banner {
  text-align: center;
  margin-top: 35px;
}
#v9 div img {
  width: 698px;
  height: auto;
}
#v9 div p {
  margin-top: 100px;
  font-family: 'piccola';
  color: #ffffff;
  font-size: 9.38rem;
  font-weight: 400;
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
}
.v10-ttl {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.v10-ttl img {
  width: 354px;
  height: auto;
}
.v10-ttl-p {
  font-family: 'piccola';
  color: #ffffff;
  font-size: 7rem;
  font-weight: 400;
  margin-right: 60px;
  text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}
#v11 div img {
  width: 698px;
  height: auto;
}
#v11 div p {
  margin-top: 100px;
  font-family: 'piccola';
  color: #ffffff;
  font-size: 9.38rem;
  font-weight: 400;
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
}
#v15 div img {
  width: 698px;
  height: auto;
}
#v15 div p {
  margin-top: 100px;
  font-family: 'piccola';
  color: #ffffff;
  font-size: 9.38rem;
  font-weight: 400;
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
}
.v12-ttl {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.v12-ttl img {
  width: 354px;
  height: auto;
}
.v12-ttl-p {
  font-family: 'piccola';
  color: #ffffff;
  font-size: 7rem;
  font-weight: 400;
  margin-right: 60px;
  text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}
.v16-ttl {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.v16-ttl img {
  width: 140px;
  height: auto;
}
.v16-ttl-p {
	text-align: right;
  font-family: 'piccola';
  color: #ffffff;
  font-size: 5.5rem;
  font-weight: 400;
  margin-right: 30px;
  text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}
.v16-ttl-p span{
  font-family: 'piccola';
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}
.contact-ttl {
  margin-top: 100px;
  font-family: 'piccola';
  color: #ffffff;
  font-size: 9.38rem;
  font-weight: 400;
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
  margin-bottom: 130px;
}
.contact-name {
  font-family: 'piccola';
  color: #ffffff;
  font-size: 3.13rem;
  font-weight: 400;
  text-align: right;
  display: flex;
  justify-content: end;
  margin-top: 60px;
  margin-bottom: 30px;
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
}
.input-mail {
  width: 859px;
  height: 69px;
  border-radius: 20px;
  border-width: 1px;
  border-color: #91f462;
  border-style: solid;
  background-color: #000000;
  margin-left: 30px;
  padding: 15px;
  color: #fff;
  box-sizing: border-box;
}
.input-txt {
  width: 859px;
  height: 20vh;
  border-radius: 20px;
  border-width: 1px;
  border-color: #91f462;
  border-style: solid;
  background-color: #000000;
  margin-left: 30px;
  padding: 15px;
  color: #fff;
  box-sizing: border-box;
}
.btn-erea {
  text-align: right;
}
.submit {
  font-family: 'piccola';
  font-size: 2.5rem;
  width: 420px;
  height: 100px;
  border-radius: 20px;
  background-color: #91f462;
  border: none;
  margin-right: 19px;
}
.resrt {
  font-family: 'piccola';
  font-size: 2.5rem;
  width: 420px;
  height: 100px;
  border-radius: 20px;
  background-color: #91f462;
  border: none;
}
.v14-ttl-p {
  font-family: 'piccola';
  color: #ffffff;
  font-size: 9.38rem;
  font-weight: 400;
  margin-bottom: 75px;
  text-shadow: 0 0 30px #000, 0 0 30px #000, 0 0 30px #000, 0 0 30px #000;
}
.table-right {
  text-align: right;
}
.table-left {
  text-align: left;
}
#company-sec td {
  font-family: 'piccola';
  color: #ffffff;
  font-size: 1.95rem;
  font-weight: 400;
  line-height: 1.364;
  padding: 10px;
  text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
}
#company-sec td a {
  color: #0000ff;
}
#company-sec ul {
  display: flex;
  justify-content: center;
  font-family: 'piccola';
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 100px;
  margin-bottom: 30px;
	line-height: 1.5;
  text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
}
#company-sec ul li {
  margin-right: 10px;
	    white-space: nowrap;
}
#company-sec ul li a {
  text-decoration: none;
  color: #fff;
}
small {
  font-family: 'piccola';
  color: #ffffff;
  font-size: 1.63rem;
  font-weight: 400;
  text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
}
@media screen and (max-width:1500px) {
section[data-anchor="movie"] div.item-sec-inner div.movie-area {
	width: 100%;
}
  .drawer-menu {
    width: 26.667vw;
  }
  .drawer-menu a {
    font-size: 2vw;
  }
  .japanese {
    width: 86.667vw;
    font-size: 1.667vw;
  }
  .english {
    width: 86.667vw;
    font-size: 1.667vw;
    margin-top: 2vw;
  }
  .contents-ttl-v3 {
    font-size: 4.667vw;
  }
  .contents-ttl-v4 {
    font-size: 6.667vw;
  }
/*
  video {
    width: 86.667vw;
  }
*/
  #v7 div img {
    width: 698px;
    height: auto;
  }
  .item-ttl-p {
    font-size: 6rem;
    margin-right: 4vw;
  }
	.v16-ttl-p{
		font-size: 4vw;
		margin-right: 2vw;
	}
	.v16-ttl-p span{
		font-size: 2vw;
	}
  .item-ttl img {
    width: 23vw;
  }
	.v16-ttl img{
		width: 7vw;
	}
  .v10-ttl-p {
    font-size: 6rem;
    margin-right: 4vw;
  }
/*
  .piccola-banner img {
    width: 40vw;
    height: auto;
  }
*/
  .contact-name {
    font-size: 2rem;
  }
	table{
		margin: 0 auto;
	}
	#company-sec td{
		font-size: 0.9rem;
	}
  .input-mail {
    width: 55%;
  }
  .input-txt {
    width: 55%;
  }
  .submit {
    font-size: 2rem;
    width: 28vw;
    height: 60px;
  }
  .resrt {
    font-size: 2rem;
    width: 28vw;
    height: 60px;
  }

}
@media screen and (max-width:1200px) {
  /* ////////////////////////////////////////// ドロワーメニュー ///////////////////////////////////////////////// */
  /* チェックボックスを非表示 */
  .menu-checkbox {
    display: none;
  }
  /* ドロワーメニューの装飾 */
  .drawer-menu a {
    font-size: 2vw;
  }
  /* ドロワーメニューの背景 */
  .menu-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
  }
  .menu-checkbox:checked ~ .menu-background {
    display: block;
  }
  section {
    color: #FFF;
    height: 100vh;
/*
    padding: 5%;
*/
  }
  .japanese {
    font-size: 2.5vw;
  }
  .japanese span {
    color: #95fe64;
  }
  .english {
    font-size: 2.5vw;
    margin-top: 4vw;
  }
/*
  .piccola-banner img {
    width: 75%;
    height: auto;
  }
*/
/*
  video {
    width: 1300px;
    height: auto;
    max-width: 100%;
  }
*/
  #v7 div img {
    width: 698px;
    height: auto;
  }
  #v7 div p {
    margin-top: 9.028vw;
    font-size: 13.889vw;
  }
  #v9 div img {
    width: 69.444vw;
    height: auto;
  }
  #v9 div p {
    margin-top: 9.028vw;
    font-size: 13.889vw;
  }
  #v11 div img {
    width: 69.444vw;
    height: auto;
  }
  #v11 div p {
    margin-top: 9.028vw;
    font-size: 13.889vw;
  }
  #v15 div img {
    width: 69.444vw;
    height: auto;
  }
  #v15 div p {
    margin-top: 9.028vw;
    font-size: 13.889vw;
  }
  .v12-ttl {
    margin-bottom: 10vw;
  }
  .v12-ttl img {
    width: 26.067vw;
  }
  .v12-ttl-p {
    font-size: 4.38rem;
    margin-right: 6.333vw;
    margin-bottom: 0;
  }
  .v16-ttl {
    margin-bottom: 10vw;
  }
	.v14-ttl-p{
		    font-size: 4rem;
		    margin-top: 50px;
		    margin-bottom: 20px;
	}
	.contact-ttl{
		    font-size: 5rem;
		    margin-bottom: 30px;
	}
	#company-sec ul{
    flex-wrap: wrap;
    font-size: 1rem;
    margin-top: 30px;
	}
	.comp-ttl{
	font-size: 6.667vw;
}
.comp-ttl span{
	font-size: 1.667vw;
}
}
@media screen and (max-width:720px) {

	.drawer-menu{
		background-color: rgba(218, 160, 199, 0.4);
	}
	.drawer-menu a {
    font-size: 5vw;
}
	.drawer-menu {
    width: 100%;
}
  #v7 div img {
    width: 69.444vw;
  }
  #v7 div p {
    font-size: 13.889vw;
  }
	.item-ttl-p {
    font-size: 9.722vw;
}
  .v10-ttl {
    margin-bottom: 10vw;
  }
  .v10-ttl img {
    width: 26.067vw;
  }
	.v10-ttl-p {
    font-size: 9.722vw;
    margin-right: 6.333vw;
    margin-bottom: 0;
}
	.v12-ttl-p {
    font-size: 9.722vw;
    margin-right: 6.333vw;
    margin-bottom: 0;
}
  .contact-ttl {
    margin-top: 50px;
    font-size: 5rem;
    margin-bottom: 30px;
  }
	.v14-ttl-p {
    font-size: 4rem;
    margin-top: 80px;
    margin-bottom: 30px;
}
	.v16-ttl img{
		width: 12vw;
	}
	.v16-ttl-p {
    font-size: 7vw;
    margin-right: 3vw;
	}
  #company-sec td {
    font-size: 0.9rem;
  }
	#company-sec ul{
	    font-size: 0.9rem;
		margin-top: 30px;
	}
	table{
		margin-bottom: 20px;
	}
	.piccola-banner img{
		width: 60vw;
		height: auto;
	}
	.piccola-banner{
		margin-top: 4.861vw;
	}
}
@media screen and (max-width:570px) {
.drawer-menu div.menu-list > div {
	height: calc(100% / 10);
}
.priority-diamond {
  margin-top: 0;
}
	.instagram{
		top: 3%;
    left: 10%;
	}
	.instagram img {
    width: 35px;
    height: auto;
    margin-left: 15px;
}
	.menu-button{
		top: 2.1%;
    right: 10%;
	}
	.menu-button open{
		top: 3.5%;
    right: 25%;
	}
	.ls-jp, .ls-eng{
		text-align: left;
	}
	.ls-jp br, .ls-eng br{
		display: none;
	}
}
@media screen and (max-width:420px) {
.menu-button::before, .menu-button::after, .menu-button span {
  left: 5px;
  height: 3px;
  width: 35px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.menu-button::before {
  top: 10px;
}
	.instagram {
    font-size: 1rem;
    top: 3%;
    left: 0;
    right: 120px;
}
	.menu-button open {
    font-size: 1rem;
    top: 4.5%;
    right: 23%;
}
	.menu-button {
    top: 1.7%;
    right: 5%;
		height: 45px;
}
	.drawer-menu a {
}
	.priority-diamond {
    padding: 20px 0;
}
	.contact-name {
    flex-direction: column;
}
	.input-mail{
		margin-left: 0;
		margin-top: 3vw;
		width: 100%;
	}
	.input-txt{
		margin-left: 0;
		margin-top: 3vw;
		width: 100%;
	}
	.submit {
    font-size: 1.5rem;
}
	.resrt{
    font-size: 1.5rem;
	}
	.japanese {
    width: 100%;
    font-size: 3.5vw;
}
	.english {
    width: 100%;
    font-size: 3.5vw;
    margin-top: 6.667vw;
}
}





/* Layout */
article {
	background-color: #000;
}
article:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg-image.jpg") no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	visibility: hidden;
	opacity: 0;

	transition: visibility 4.0s, opacity 4.0s;
}
article.bg-show:before {
	visibility: visible;
	opacity: 1;
}
article header {
	visibility: hidden;
	opacity: 0;

	transition: visibility 4.0s, opacity 4.0s;
}
article.header-show header {
	visibility: visible;
	opacity: 1;
}

article section:nth-child(n + 2) div.fp-tableCell {
	visibility: hidden;
	opacity: 0;
}
article section[data-sec-show="1"]:nth-child(n + 2) div.fp-tableCell {
	animation-name: fadeInAnime, moveAnime;
	animation-fill-mode: forwards, forwards;
	animation-duration: 1s, 1s;
	animation-iteration-count: 1, 1;
	animation-timing-function: ease, cubic-bezier(.06,.67,.3,.99);
	animation-delay: 0.5s, 0.5s;
	animation-direction: normal, normal;
}
article section div.fp-tableCell div.item-sec-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #FFF;
	height: 100%;
	padding: 5%;
	box-sizing: border-box;
}

@keyframes fadeInAnime {
	0% {
		visibility: visible;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
@keyframes moveAnime {
	0% {
		transform: translateY(100px);
	}
	100% {
		transform: translateY(0);
	}
}




article section.item-sec[data-sec-show="1"] div.fp-tableCell div.item-ttl p.item-ttl-p {
	animation-name: itemTitleAnime;
	animation-fill-mode: forwards;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(.06,.67,.3,.99);
	animation-direction: normal;
}
article section.item-sec[data-sec-show="1"] div.fp-tableCell div.item-ttl img {
	animation-name: itemImageAnime;
	animation-fill-mode: forwards;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(.06,.67,.3,.99);
	animation-direction: normal;
}
article section.item-sec[data-sec-show="1"] div.fp-tableCell div.item-explain {
	animation-name: itemExplainFadeAnime, itemExplainMoveAnime;
	animation-fill-mode: forwards, forwards;
	animation-duration: 0.5s, 0.5s;
	animation-iteration-count: 1, 1;
	animation-timing-function: ease, cubic-bezier(.06,.67,.3,.99);
	animation-direction: normal, normal;
	animation-delay: 3s, 3s;

	visibility: visible;
	opacity: 0;
}
article section.item-sec-ally[data-sec-show="1"] div.fp-tableCell div.item-ttl p.item-ttl-p {
	animation-name: itemTitleAllyAnime;
}
article section.item-sec-ally[data-sec-show="1"] div.fp-tableCell div.item-ttl img {
	animation-name: itemImageAllyAnime;
}
article section.item-sec-kizuna[data-sec-show="1"] div.fp-tableCell div.item-ttl p.item-ttl-p {
	animation-name: itemTitleVegaAnime;
}
article section.item-sec-kizuna[data-sec-show="1"] div.fp-tableCell div.item-ttl img {
	animation-name: itemImageVegaAnime;
}
article section.item-sec-meteor[data-sec-show="1"] div.fp-tableCell div.item-ttl p.item-ttl-p {
	animation-name: itemTitleMeteorAnime;
}
article section.item-sec-meteor[data-sec-show="1"] div.fp-tableCell div.item-ttl img {
	animation-name: itemImageMeteorAnime;
}
article section.item-sec-newitem[data-sec-show="1"] div.fp-tableCell div.item-ttl p.item-ttl-p {
	animation-name: itemTitleNewitemAnime;
}
article section.item-sec-newitem[data-sec-show="1"] div.fp-tableCell div.item-ttl img {
	animation-name: itemImageNewitemAnime;
}

@keyframes itemExplainMoveAnime {
	0% {
		transform: translateY(30px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes itemExplainFadeAnime {
	0% {
		visibility: visible;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes itemTitleAllyAnime {
	0% {
		transform: translate(200px, 520px) scale(1.2);
	}
	51% {
		transform: translate(200px, 520px) scale(1.2);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes itemImageAllyAnime {
	0% {
		transform: translate(-220px, 180px) scale(2);
	}
	51% {
		transform: translate(-220px, 180px) scale(2);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes itemTitleVegaAnime {
	0% {
		transform: translate(220px, 450px) scale(1.2);
	}
	51% {
		transform: translate(220px, 450px) scale(1.2);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes itemImageVegaAnime {
	0% {
		transform: translate(-220px, 180px) scale(2);
	}
	51% {
		transform: translate(-220px, 180px) scale(2);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes itemTitleMeteorAnime {
	0% {
		transform: translate(250px, 500px) scale(1.2);
	}
	51% {
		transform: translate(250px, 500px) scale(1.2);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes itemImageMeteorAnime {
	0% {
		transform: translate(-270px, 180px) scale(2);
	}
	51% {
		transform: translate(-270px, 180px) scale(2);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes itemTitleNewitemAnime {
	0% {
		transform: translate(250px, 500px) scale(1.2);
	}
	51% {
		transform: translate(250px, 500px) scale(1.2);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes itemImageNewitemAnime {
	0% {
		transform: translate(-320px, 180px) scale(2);
	}
	51% {
		transform: translate(-320px, 180px) scale(2);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@media screen and (max-width:1500px) {
	.japanese,
	.english {
		line-height: 1.333;
	}
	.item-ttl {
		margin-bottom: 4;
	}

	@keyframes itemTitleAllyAnime {
		0% {
			transform: translate(220px, 430px) scale(1.3);
		}
		51% {
			transform: translate(220px, 430px) scale(1.3);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageAllyAnime {
		0% {
			transform: translate(-140px, 130px) scale(2);
		}
		51% {
			transform: translate(-140px, 130px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleVegaAnime {
		0% {
			transform: translate(260px, 370px) scale(1.3);
		}
		51% {
			transform: translate(260px, 370px) scale(1.3);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageVegaAnime {
		0% {
			transform: translate(-200px, 60px) scale(2);
		}
		51% {
			transform: translate(-200px, 60px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleMeteorAnime {
		0% {
			transform: translate(250px, 360px) scale(1.3);
		}
		51% {
			transform: translate(250px, 360px) scale(1.3);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageMeteorAnime {
		0% {
			transform: translate(-230px, 50px) scale(2);
		}
		51% {
			transform: translate(-230px, 50px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleNewitemAnime {
		0% {
			transform: translate(260px, 360px) scale(1.3);
		}
		51% {
			transform: translate(260px, 360px) scale(1.3);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageNewitemAnime {
		0% {
			transform: translate(-260px, 80px) scale(2);
		}
		51% {
			transform: translate(-260px, 80px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
}



.item-ttl {
	margin-top: 80px;
    margin-bottom: 30px;
}
.japanese, .english {
    font-size: 3vh;
}
#title-sec .japanese {
    margin-top: 80px;
}
#title-sec .japanese,
#title-sec .english {
    font-size: 2.2vh;
}
#ally-sec .item-ttl {
    margin-top: 80px;
}
#ally-sec .japanese,
#ally-sec .english {
    font-size: 2vh;
}
#v16 .japanese,
#v16 .english {
    font-size: 1.5vh;
}
#v16 .english{
	margin-top: 30px;
}
/*#v10 .japanese,
#v10 .english {
    font-size: 1.5vh;
}
#v10 .english{
	margin-top: 30px;
}*/
.contact-ttl {
    font-size: 5rem;
    margin-bottom: 10px;
}
.v14-ttl-p {
    font-size: 5rem;
    margin-top: 50px;
    margin-bottom: 20px;
}
#company-sec td {
    font-size: 0.9rem;
}



@media screen and (max-width:1200px) {
	.japanese,
	.english {
	    font-size: 1.1rem;
	}
	#title-sec .japanese {
	    margin-top: 80px;
	}
	#ally-sec .japanese,
	#ally-sec .english {
	    font-size: 0.9rem;
	}
#v16 .japanese,
#v16 .english {
    font-size: 0.8rem;
}
#v16 .piccola-banner img {
	width: auto;
	height: 10vh;
}

	.item-ttl {
		margin-bottom: 30px;
	}
	#ally-sec .item-ttl {
		margin-top: 60px;
	}

	@keyframes itemTitleAllyAnime {
		0% {
			transform: translate(200px, 420px) scale(1.5);
		}
		51% {
			transform: translate(200px, 420px) scale(1.5);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageAllyAnime {
		0% {
			transform: translate(-120px, 150px) scale(2);
		}
		51% {
			transform: translate(-120px, 150px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleVegaAnime {
		0% {
			transform: translate(230px, 400px) scale(1.0);
		}
		51% {
			transform: translate(230px, 400px) scale(1.0);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageVegaAnime {
		0% {
			transform: translate(-190px, 90px) scale(2);
		}
		51% {
			transform: translate(-190px, 90px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleMeteorAnime {
		0% {
			transform: translate(200px, 400px) scale(2.0);
		}
		51% {
			transform: translate(200px, 400px) scale(2.0);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageMeteorAnime {
		0% {
			transform: translate(-140px, 170px) scale(2);
		}
		51% {
			transform: translate(-140px, 170px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleNewitemAnime {
		0% {
			transform: translate(210px, 390px) scale(2.0);
		}
		51% {
			transform: translate(210px, 390px) scale(2.0);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageNewitemAnime {
		0% {
			transform: translate(-150px, 180px) scale(2);
		}
		51% {
			transform: translate(-150px, 180px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
}
@media screen and (max-width:720px) {
	.japanese,
	.english {
	    font-size: 1.0rem;
	}
	#title-sec .japanese,
	#title-sec .english {
	    font-size: 0.93rem;
	}
	.contact-ttl{
		font-size: 9.7vw;
	}
	.v14-ttl-p{
		font-size: 9.7vw;
		margin-top: 6.944vw;
		margin-bottom: 2.778vw;
	}
	.contact-name{
		font-size: 5vw;
		margin-top: 4.167vw;
	}
	.input-txt{
		height: 20.833vw;
	}
	.submit, .resrt{
		height: 9.028vw;
		line-height: 9.028vw;
	}
	table{
		margin-bottom: 2.778vw;
	}
	#company-sec td{
		padding: 1.389vw;
	}
	#company-sec ul {
    font-size: 0.9rem;
		margin-top: 4.167vw;
		margin-bottom: 4.167vw;
}

	@keyframes itemTitleAllyAnime {
		0% {
			transform: translate(100px, 370px) scale(2);
		}
		51% {
			transform: translate(100px, 370px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageAllyAnime {
		0% {
			transform: translate(-90px, 160px) scale(2);
		}
		51% {
			transform: translate(-90px, 160px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleVegaAnime {
		0% {
			transform: translate(130px, 340px) scale(2);
		}
		51% {
			transform: translate(130px, 340px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageVegaAnime {
		0% {
			transform: translate(-90px, 130px) scale(2);
		}
		51% {
			transform: translate(-90px, 130px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleMeteorAnime {
		0% {
			transform: translate(130px, 340px) scale(2);
		}
		51% {
			transform: translate(130px, 340px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageMeteorAnime {
		0% {
			transform: translate(-130px, 120px) scale(2);
		}
		51% {
			transform: translate(-130px, 120px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleNewitemAnime {
		0% {
			transform: translate(130px, 340px) scale(2);
		}
		51% {
			transform: translate(130px, 340px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageNewitemAnime {
		0% {
			transform: translate(-150px, 120px) scale(2);
		}
		51% {
			transform: translate(-150px, 120px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
}
@media screen and (max-width:570px) {
	#title-sec .japanese,
	#title-sec .english {
	    font-size: 0.93rem;
		padding: 0 10px;
		box-sizing: border-box;
	}
	@keyframes itemTitleAllyAnime {
		0% {
			transform: translate(90px, 320px) scale(2);
		}
		51% {
			transform: translate(90px, 320px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageAllyAnime {
		0% {
			transform: translate(-50px, 140px) scale(2.5);
		}
		51% {
			transform: translate(-50px, 140px) scale(2.5);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleVegaAnime {
		0% {
			transform: translate(100px, 280px) scale(2);
		}
		51% {
			transform: translate(100px, 280px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageVegaAnime {
		0% {
			transform: translate(-70px, 100px) scale(2.5);
		}
		51% {
			transform: translate(-70px, 100px) scale(2.5);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleMeteorAnime {
		0% {
			transform: translate(100px, 280px) scale(2);
		}
		51% {
			transform: translate(100px, 280px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageMeteorAnime {
		0% {
			transform: translate(-100px, 100px) scale(2.5);
		}
		51% {
			transform: translate(-100px, 100px) scale(2.5);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleNewitemAnime {
		0% {
			transform: translate(100px, 280px) scale(2);
		}
		51% {
			transform: translate(100px, 280px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageNewitemAnime {
		0% {
			transform: translate(-110px, 100px) scale(2.5);
		}
		51% {
			transform: translate(-110px, 100px) scale(2.5);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
}
@media screen and (max-width:420px) {
	#v16 .japanese, #v16 .english{
		font-size: 3vw;
	}
	@keyframes itemTitleAllyAnime {
		0% {
			transform: translate(70px, 260px) scale(2);
		}
		51% {
			transform: translate(70px, 260px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageAllyAnime {
		0% {
			transform: translate(-40px, 110px) scale(2.5);
		}
		51% {
			transform: translate(-40px, 110px) scale(2.5);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleVegaAnime {
		0% {
			transform: translate(70px, 230px) scale(2);
		}
		51% {
			transform: translate(70px, 230px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageVegaAnime {
		0% {
			transform: translate(-50px, 60px) scale(2.5);
		}
		51% {
			transform: translate(-50px, 60px) scale(2.5);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleMeteorAnime {
		0% {
			transform: translate(70px, 210px) scale(2);
		}
		51% {
			transform: translate(70px, 210px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageMeteorAnime {
		0% {
			transform: translate(-70px, 40px) scale(2.5);
		}
		51% {
			transform: translate(-70px, 40px) scale(2.5);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}

	@keyframes itemTitleNewitemAnime {
		0% {
			transform: translate(70px, 210px) scale(2);
		}
		51% {
			transform: translate(70px, 210px) scale(2);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
	@keyframes itemImageNewitemAnime {
		0% {
			transform: translate(-90px, 40px) scale(2.5);
		}
		51% {
			transform: translate(-90px, 40px) scale(2.5);
		}
		100% {
			transform: translate(0, 0) scale(1);
		}
	}
}





/* Title Section */
#title-sec div.fp-tableCell {
	position: relative;
}
#title-sec div.title-sec-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;

	visibility: hidden;
	opacity: 0;

	transition: visibility 1.2s, opacity 1.2s;
}
#title-sec[data-catch-show="1"] div.catch,
#title-sec[data-title-show="1"] div.title,
#title-sec[data-explain-show="1"] div.explain {
	visibility: visible;
	opacity: 1.0;
}
#title-sec[data-catch-show="0"] div.catch,
#title-sec[data-title-show="0"] div.title,
#title-sec[data-explain-show="0"] div.explain {
	visibility: hidden;
	opacity: 0;
}
#title-sec div.title {
	flex-direction: column;
}
#title-sec div.title div.title-sub {
	margin-top: 40px;
	font-size: 60%;
}
#title-sec div.explain {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#title-sec div.top-ch-area {
	font-size: 4.667vw;
}
#title-sec div.top-ch-area div.top-ch {
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-2px);

	transition: visibility 0.6s, opacity 0.6s, transform 0.8s;
}
#title-sec div.top-ch-area div.top-ch.top-ch-st {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}





/* Full Page */
div.fp-tableCell {
}



/* Disable Scrolling */
body.during-anim {
	height: 100%;
	overflow: hidden;
}
@media screen and (max-width:765px){
	
#title-sec div.title div.title-sub {
	margin-top: 3.529vw;
}
} 