@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: middle;
}
.wrap {
  min-width: 1000px;
  padding: 20px 0 50px;
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #ffffff;
}
.loading__icon,
.loading__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading__icon {
  top: -70px;
  width: 56px;
  height: 58px;
  animation: loading-icon 5000ms linear 0ms infinite;
}
.loading__text {
  top: 0px;
  width: 172px;
  height: 47px;
  animation: loading-text 1000ms linear 0ms infinite alternate;
}
.header {
  width: 1000px;
  margin: 0 auto;
}
.header__brand {
  margin-bottom: 5px;
  padding-left: 10px;
}
.header__nav {
  width: 1017px;
  height: 64px;
  margin-left: -5px;
}
.navList {
  width: 100%;
  height: 100%;
  background: url("../images/menu.png") no-repeat;
}
.navList:after {
  content: "";
  display: block;
  clear: both;
}
.navList > li {
  float: left;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.navList > li > a,
.navList > li > span {
  display: block;
  width: 100%;
  height: 56px;
  background: url("../images/menu.png") no-repeat;
}
.navList > li > a {
  text-decoration: none;
  opacity: 0;
  transition: opacity 100ms linear;
}
.navList > li > a:hover,
.navList > li > span {
  opacity: 1;
}
.navList > li:nth-child(1) {
  width: 100px;
}
.navList > li:nth-child(1) > a,
.navList > li:nth-child(1) > span {
  background-position: 0 -64px;
}
.navList > li:nth-child(2) {
  width: 88px;
}
.navList > li:nth-child(2) > a,
.navList > li:nth-child(2) > span {
  background-position: -100px -64px;
}
.navList > li:nth-child(3) {
  width: 136px;
}
.navList > li:nth-child(3) > a,
.navList > li:nth-child(3) > span {
  background-position: -188px -64px;
}
.navList > li:nth-child(4) {
  width: 151px;
}
.navList > li:nth-child(4) > a,
.navList > li:nth-child(4) > span {
  background-position: -324px -64px;
}
.navList > li:nth-child(5) {
  width: 158px;
}
.navList > li:nth-child(5) > a,
.navList > li:nth-child(5) > span {
  background-position: -475px -64px;
}
.navList > li:nth-child(6) {
  width: 137px;
}
.navList > li:nth-child(6) > a,
.navList > li:nth-child(6) > span {
  background-position: -633px -64px;
}
.navList > li:nth-child(7) {
  width: 104px;
}
.navList > li:nth-child(7) > a,
.navList > li:nth-child(7) > span {
  background-position: -770px -64px;
}
.navList > li:nth-child(8) {
  width: 136px;
}
.navList > li:nth-child(8) > a,
.navList > li:nth-child(8) > span {
  background-position: -874px -64px;
}
.footer {
  width: 1000px;
  margin: 0 auto;
}
.footer__sns {
  margin-bottom: 15px;
}
.footer__copy {
  margin-bottom: 10px;
  text-align: center;
}

.snsList {
  margin-bottom: 10px;
  text-align: center;
  font-size: 0;
}
.snsList > li {
  display: inline-block;
}
.snsList > li + li {
  margin-left: 10px;
}
.snsList__item {
  width: 200px;
}
.snsList__item:first-child {
  text-align: right;
}
.snsList__item:last-child {
  text-align: left;
}
.snsList__item__wrapper {
  display: inline-block;
}




.bannerList {
  text-align: center;
  font-size: 0;
}
.bannerList > li {
  display: inline-block;
}
.bannerList > li + li {
  margin-left: 20px;
}
.topVisual {
  width: 1000px;
  height: 1010px;
  position: relative;
  margin: 0 auto;
}
.topVisual__catch1 {
  position: absolute;
  top: 15px;
  right: 50px;
  transition: all 2000ms ease-out 500ms;
}
.topVisual__catch2 {
  position: absolute;
  top: 20px;
  left: 50px;
  transition: all 2000ms ease-out 1000ms;
}
.topVisual__logo {
  position: absolute;
  top: 555px;
  left: 200px;
  transition: all 1200ms ease-out 3000ms;
}
.topVisual__pv {
  width: 257px;
  height: 174px;
  position: absolute;
  top: 610px;
  right: 5px;
  overflow: hidden;
  transition: all 600ms ease-out 4200ms;
}
.topVisual__pv > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/pv.png") no-repeat 0 -174px;
}
.topVisual__pv > a > img {
  opacity: 1;
  transition: opacity 150ms linear;
}
.topVisual__pv > a:hover > img {
  opacity: 0;
}
.topVisual__anniversary {
  position: absolute;
  top: 694px;
  left: 10px;
}

.topVisual__banner {
  position: absolute;
  top: 874px;
  left: 340px;
}

.topVisual__banner2 {
  position: absolute;
  top: 874px;
  left: 0px;
}


.footer__copy_top {
	position: absolute;
	bottom: 0px;
	left: 300px;
}
.snsList_top {
  margin-bottom: 10px;
  text-align: center;
  font-size: 0;
  position: absolute;
  right: 175px;
  top: 992px;
}
.snsList_top > li {
  display: inline-block;
}
.snsList_top > li + li {
  margin-left: 10px;
}
.snsList__item {
  width: 200px;
}
.snsList__item:first-child {
  text-align: right;
}
.snsList__item:last-child {
  text-align: left;
}
.snsList__item__wrapper {
  display: inline-block;
}


.topVisualBg {
  width: 100%;
  min-width: 1000px;
  height: 1100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: url("../images/index/bg.png") no-repeat center 40px;
  transition: all 5000ms ease-out 0ms;
}
.topVisualOverlay {
  width: 100%;
  height: 40%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(215,0,120,0), rgba(215,0,120,0.5));
  transform: scaleY(0);
  transform-origin: left bottom;
  opacity: 0;
  animation: fade 10000ms ease-in-out;
}
.info {
  width: 1000px;
  height: 1110px;
  position: relative;
  margin: 0 auto;
}
.info__item1 {
  position: absolute;
  top: 60px;
  left: -17px;
  transition: all 1000ms ease-out;
}
.info__item2 {
  position: absolute;
  top: 30px;
  left: 325px;
  transition: all 1000ms ease-out 300ms;
}
.info__item3 {
  position: absolute;
  top: 30px;
  right: 17px;
  transition: all 1000ms ease-out 600ms;
}
.info__item4 {
  position: absolute;
  top: 675px;
  left: 10px;
  transition: all 1000ms ease-out 900ms;
}
.infoBg {
  width: 100%;
  min-width: 1000px;
  height: 1300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: url("../images/info/bg.png") no-repeat center 55px;
}
.ready .topVisual__catch1 {
  opacity: 0;
  transform: translateY(-30px);
}
.ready .topVisual__catch2 {
  opacity: 0;
  transform: translateY(-30px);
}
.ready .topVisual__logo {
  opacity: 0;
  transform: scale(1.1);
}
.ready .topVisual__pv {
  opacity: 0;
  transform: translateY(20px);
}
.ready .topVisualBg {
  opacity: 0;
}
.ready .topVisualOverlay {
  animation: none;
}
.ready .info__item1 {
  opacity: 0;
  transform: translateY(20px);
}
.ready .info__item2 {
  opacity: 0;
  transform: translateY(20px);
}
.ready .info__item3 {
  opacity: 0;
  transform: translateY(20px);
}
.ready .info__item4 {
  opacity: 0;
  transform: translateY(20px);
}
@keyframes fade {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
  }
}
@keyframes loading-icon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading-text {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
