@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
a{
  outline: none;
  text-decoration:none;
}
img{
	vertical-align: bottom;
}
/* ------ */

html{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
/*	scroll-behavior: smooth;*/
}

body {
	font-family: "BIZ UDPGothic", "Josefin Sans", sans-serif;
	width: 100%;
	color: #000;
  font-size: 2.1rem;/*body内基本フォントサイズ*/
	background-color: #000;
}

.inner{
	width: 1000px;
  margin: 0 auto;
}

button{
  outline: none;
}
/* Firefox */
button::-moz-focus-inner {
  border: 0;
}

.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}

.sp{
  display: none;
}
/*------------------------------------------------------------------------------------------------
pagetop
------------------------------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 190px;
	text-align: center;
}

.pagetop p:first-child{
  margin-bottom: 10px;
}

.icarus_link div {
  transition: 0.3s;
}

.icarus_fixed {
  position: fixed;
	 right: 20px;
  bottom: 150px;
	z-index: 101;
	animation: chara 0.8s ease-in-out infinite alternate;
}

@keyframes chara{
	0%{
		transform: translateY(-10px);
	}
	100%{
		transform: translateY(0px);
	}
}

.icarus_fixed:hover {
  background-image: url(../images/icarus_after.png);
}
/*------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------*/

header{
  background: url("../images/header-bg.jpg") no-repeat top center;
	overflow: hidden;
  height: 837px;
}

header .inner{
  position: relative;
}

header .inner h1{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

header .inner h2{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

header .inner .catch{
  position: absolute;
  top: 209px;
  right: 68px;
  z-index: 2;
}

header button {
 outline: none;
 cursor: pointer;
 border: none;
 padding: 30px 70px;
 margin: 0;
 font-family: inherit;
 font-size: inherit;
 position: relative;
 display: inline-block;
 letter-spacing: 0.05rem;
 font-weight: 700;
 font-size: 38px;
 border-radius: 500px;
 overflow: hidden;
 background: #ffdafb;
 color: ghostwhite;
position: absolute;
	top: 597px;
	left: 185px;
}

header button span {
 position: relative;
 z-index: 10;
 transition: color 0.4s;
}

header button:hover span {
 color: #000042;
}

header button::before,
header button::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}

header button::before {
 content: "";
 background: #000042;
 width: 120%;
 left: -10%;
 transform: skew(30deg);
 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

header button:hover::before {
 transform: translate3d(100%, 0, 0);
}

/*------------------------------------------------------------------------------------------------
gift
------------------------------------------------------------------------------------------------*/
#gift{
  background: url("../images/gift-bg.jpg") no-repeat top center;
  overflow: hidden;
}

#gift .inner{
  height: 608px;
  position: relative;
}

#gift .inner .title {
  position: absolute;
  top: 47px;
  left: 302px;
}

#gift .inner .gift-txt {
  position: absolute;
  top: 189px;
  left: 10px;
	display: flex;
	justify-content: center;
}

#gift .inner .gift-txt li{
	margin-right: 19px;
}

#gift .inner .speech-bubble li{
	position: absolute;
}

#gift .inner .speech-bubble li:nth-of-type(1){
	top: 162px;
	right: -68px;
}

#gift .inner .speech-bubble li:nth-of-type(2){
	top: 84px;
	right: 0;
}
/*------------------------------------------------------------------------------------------------
genshin
------------------------------------------------------------------------------------------------*/
#genshin{
  background: url("../images/genshin-bg.jpg") no-repeat top center;
  position: relative;
  overflow: hidden;
}

#genshin .inner{
  height: 919px;
  position: relative;
  text-align: center;
}
#genshin .txt{
	position: absolute;
	top: 325px;
	left: 141px;
}
#genshin .chara{
	position: absolute;
	top: 0;
	left: -220px;
}
#genshin .single-item{
	position: absolute;
	top: 469px;
	left: 73px;
	width: 850px;
	margin: auto;
}
/*------------------------------------------------------------------------------------------------
icarus
------------------------------------------------------------------------------------------------*/
#icarus{
  background: url("../images/icarus-bg.jpg") no-repeat top center;
  position: relative;
  overflow: hidden;
	height: 2060px;
}

#icarus .inner{
	position: relative;
  text-align: center;
}

#icarus .inner h2{
  position: absolute;
  top: 24px;
  left: 88px;
  text-align: left;
}

#icarus .inner .chara li{
	position: absolute;
}

#icarus .inner .chara li:nth-of-type(1){
  top: 0;
  left: -500px;
}

#icarus .inner .chara li:nth-of-type(2){
  top: 0;
  right: -500px;
}
#icarus .inner .txt{
	position: absolute;
	left: 0;
	top: 351px;
	z-index: 1;
}
#icarus .inner .txt li{
	padding-bottom: 30px;
}

/* スライダー全体 */
.slider-wrapper {
  display: flex;
  overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* スライド3枚のグループ */
.slider {
  animation: scroll-left 30s infinite linear .5s;
	animation-fill-mode: both;
  display: flex;
}
/* スライド */
.slide {
  width: calc(100vw / 4);
}

.slide img {
  display: block;
  width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------*/
footer{
  background-color: #fff;
  text-align: center;
	position: relative;
}

footer .inner{
	height: 354px;
}
#footer-btn{
    position: fixed;
    bottom: 0;
    min-width: 1000px;
    width: 100%;
    text-align: center;
    justify-content: center;
    background: rgba(200,203,255,0.7);
    display: flex;
    z-index: 100;
}

#footer-btn .btn {
 	width: 314px;
 	height: 70px;
 	margin: 29px 10px;
 	background: white;
 	color: #000042;
 	border: none;
 	border-radius: 35px;
 	font-size: 30px;
 	font-weight: bold;
 	cursor: pointer;
    position: relative;
 	z-index: 1;
 	overflow: hidden;
}

#footer-btn button:hover {
 	color: white;
}

#footer-btn button:after {
 content: "";
 background: #000042;
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
}

#footer-btn button:hover:after {
 transform: skewX(-45deg) scale(1, 1);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

footer #stop{
    width: 1000px;
    height: 226px;
}

footer .logo{
  padding: 158px 0 47px 0;
  display: flex;
  justify-content: center;
    align-items: center;
}

footer .logo li{
  padding: 0 35px 0 0;
}

footer #copyright{
    font-size: 12px;
    color: #959aad;
    line-height: 1.5;
    letter-spacing: normal;
}

