@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  position: relative;
}
.sp_none {
  display: block;
}
img {
	max-width: 100%;
	height: auto;
}
*, ::before, ::after {
  box-sizing: inherit;
}
  h2 {
  font-family: "Times New Roman";
  font-size: 6rem;
}
  .sp_none {
    display: none;
  }
.inner {
  margin: 0 auto;
  max-width: 1040px;
}
a{
  text-decoration: none;
  color: #000000;
}
.sp_nav {
  display: none;
}
.header_inner nav ul li {
    position: relative;
    display: block;
    padding: 0 15px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.gnav {
  display: flex;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 5px 0 0;
    font-size: 1.4rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.dropdown-menu > li > a {
    display: block;
    padding: 4px 0;
    clear: both;
    color: #333;
    white-space: nowrap;
}
.dropdown {
  position: relative;
}
.btn {
    display: inline-block;
    padding: 4px 14px 4px 16px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    margin-left: 2px;
}
.dropdown-menu {
  display: none;
}
.open > .dropdown-menu {
    display: block;
}
.effect-fade {
	opacity: 0;
	transform: translate(0,45px);
	transition: all 2000ms;
}
.effect-fade.effect-scroll{
	opacity: 1;
	transform: translate(0,0);
}
.ecsite_link {
  margin-right: 30px;
  position: fixed;
  right: 0;
  bottom: 25px;
  z-index: 6;
  float: right;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}
/*その他と主な共通部分は省略*/

a.btn-gradient {
  font-size: 2rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-linear-gradient(110deg, #e9defa 0%, #fbfcdb 100%);
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	padding: 15px 20px;
	margin-top: 60px;
}

a.btn-gradient span {
  background-image: -webkit-gradient(linear, left top, right top, from(#93a5cf), to(#e4efe9));
  background-image: -webkit-linear-gradient(left, #93a5cf 0%, #e4efe9 100%);
  background-image: linear-gradient(to right, #93a5cf 0%, #636363 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.btn-gradient:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
/***追従するトップへ戻るボタン***/
#page-top {
    position: absolute;
    right: 1%;
    top: 30%;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/
@media screen and (max-width:1024px) {
  #page-top {
    top: 82%;
    right: 3%;
  }
}
@media screen and (max-width: 480px) {
  /*body{
    font-size: 1.4rem;
  }*/
.inner {
  padding: 0 25px;
}
  h2 {
    font-size: 2.6rem;
  }
.pads_sp {
    display: block;
  }/*スマホ表示の時はSP画像は表示*/
.pads {
  display: none;
}/*スマホ表示の時はpc画像は非表示*/
  .pad {
    display: none;
  }
  /*スマートフォンで有効*/
    .pc_hid{
        display: block;
    }
  .sp_hid {
    display: none;
  }
  .menu_sp {
    display: block;
  }
  .sp_nav {
    display: block;
  }
  #page-top {
    font-size: 1.1rem;
    padding: 0 0 0 15px;
    right: 6%;
    top: 36%;
  }
  .ecsite_link {
    margin-right: 10px;
  }
}/*max-width: 768px*/
@media screen and (min-width: 769px) {
.pads_sp {
  display: none;
  }/*PC表示の時はSP画像は非表示*/
.pads {
  display: block;
}/*PC表示の時はpc画像は表示*/
  .pad {
    display: block;
  }/*PCで無効*/
.pc_hid{
    display: none;
}
  .sp_hid {
    display: block;
  }
  .menu_sp {
    display: none;
  }
}/*min-width: 769px*/
@media only screen and (max-width:768px) {
  .sp_nav {
    display: block;
  }
  .gnav {
    display: none;
  }
  #nav-open {
    vertical-align: middle;
    display: block;
    position: absolute;
    right: 23px;
    top: 4px;
    width: 25px;
    height: 22px;
  }
  #nav-open span, #nav-open span {
    content: "";
    display: block;
    width: 140%;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  .none {
    display: none;
  }
  #nav-close {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
  .open-button, .close-button {
    display: none;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translate(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgb(0 0 0 / 25%);
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
}
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #eeeeee;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translate(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgb(0 0 0 / 25%);
}
  .nav-drawer__tittle {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 46px;
  }
  .fantasy_logo_size {
    width: 30%;
  }
  .l-global-nav__main li {
    font-size: 1.8rem;
    font-weight: 100;
    margin-top: 20px;
  }
  .nav_sns li img{
    width: 100%;
  }
  .nav_sns {
    width: 8%;
    padding-top: 30px;
  }
  .header label span p {
    font-size: 1.0rem;
    margin-top: -8px;
  }
  .lang-menu {
    margin-top: 20px;
  }
  .lang-menu li {
    font-size: 1.6rem;
    font-weight: 100;
    margin-bottom: 10px;
  }
}
.footer {
  background-image: url("../Fantasy-assets/img/footer_back.png");
  height: 550px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
}
.footer_row {
  display: flex;
  margin: 15em 0 0 10em;
}
.footer_menu ul li {
  margin-bottom: 30px;
}
.footer_menu {
  display: flex;
  text-align: left;
  position: absolute;
  right: 20%;
  margin-top: 30px;
}
.footer_menu_sns {
  position: absolute;
  right: 11%;
  margin-top: 30px;
}
.footer_menu_sns ul li {
  margin-bottom: 30px;
}
.copyright {
  position: absolute;
  bottom: 26px;
}
div[class*="walk"]{
  position:absolute;
  height: 20px;
  width: 12px;
  top:0;
  z-index: 100;
  background-repeat: no-repeat;
  -webkit-background-size: 12px 20px;
  background-size: 12px 20px;
  opacity:0;
  box-sizing: border-box;
  -webkit-animation: vanish 2s;
  animation: vanish 2s;
  background-position: center top;
}
div[class*="odd"]{
  background-image: url("../Fantasy-assets/icon/walk_pads.svg");
  right:50px;
}
div[class*="even"]{
  background-image: url("../Fantasy-assets/icon/walk_pads.svg");
  right:30px;
}
div[class*="under-odd"]{
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
div[class*="under-even"]{
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
div[class*="odd"]{
  background-image: url("../Fantasy-assets/icon/walk_pads.svg");
  right:50px;
}
div[class*="even"]{
  background-image: url("../Fantasy-assets/icon/walk_pads.svg");
  right:30px;
}
@-webkit-keyframes vanish{
  0%{
    opacity: 0;
  }
  20%{
    opacity: .8;
  }
  60%{
    opacity: .8;
  }
  100%{
    opacity: 0;
  }
}
@keyframes vanish{
  0%{
    opacity: 0;
  }
  20%{
    opacity: .8;
  }
  60%{
    opacity: .8;
  }
  100%{
    opacity: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_inner nav ul li{
    padding: 0 9px;
  }
}
@media screen and (min-width:481px) and (max-width: 768px) {
  .footer {
    height: 100%;
    padding-bottom: 100px;
  }
  .logo {
    top: 30%;
    left: 15%;
    position: absolute;
    width: 15%;
  }
  .footer_menu_sns ul {
    display: none;
  }
  .footer_menu {
    top: 40%;
    font-size: 1.1rem;
    margin-top: 0;
    right: 14%;
  }
  .footer_menu ul li:nth-last-child(-n+2) {
    top: 48%;
  }
  .footer_menu ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
  }
  .footer_menu ul ol {
    margin-right: 15px;
  }
  #page-top {
    top: 44%;
  }
}
@media only screen and (max-width:480px) {
  .footer {
    height: 200px;
    padding-bottom: 55px;
  }
  .footer_menu_sns ul {
    display: none;
  }
  .footer_menu {
    top: 35%;
    font-size: 1.2rem;
    margin-top: 0;
    right: 19%;
  }
  .footer_menu ul li:nth-last-child(-n+2) {
    top: 48%;
  }
  .footer_menu ul li {
    margin-bottom: -5px;
    width: 60px;
  }
  .footer_menu ol {
    margin-left: 10px;
  }
  .logo {
    left: 12%;
    top: 31%;
    position: absolute;
    width: 61px;
    height: 30px;
  }
  .footer_menu ul li {
    margin-bottom: 10px;
    width: 60px;
  }
  .footer_menu ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .copyright {
    font-size: 0.6rem;
    bottom: 4px;
    left: 50px;
  }
  .ecsite_link img {
    width: 50px;
  }
} /*max-width: 480px*/