@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 01_base
=============================================================*/
html {
  background-color: #fff;
}

body {
  height: auto;
  /* autoprefixer: off */
  -webkit-perspective: unset;
  -moz-perspective: unset;
  -ms-perspective: unset;
  -o-perspective: unset;
  perspective: unset;
  /* autoprefixer: on */
  font-family: "Noto Sans JP", sans-serif;
}

.bg-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  overflow: hidden;
  /* autoprefixer: off */
  -webkit-perspective: 300;
  -moz-perspective: 300;
  -ms-perspective: 300;
  -o-perspective: 300;
  perspective: 300;
  /* autoprefixer: on */
}

#d1 {
  position: absolute;
  height: 832px;
  z-index: 5;
}

#header {
  width: 1000px;
  margin: 0 auto;
}

#kv {
  position: relative;
  height: 982px;
  overflow: hidden;
  z-index: 2;
}
#kv .wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 10;
}
#kv .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 2000px;
}
#kv .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#kv .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%) !important;
  margin-top: -12px;
  opacity: 0;
}
#kv .circle-box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -10%;
  left: 0;
  transition: 1.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #kv .circle-box img {
    width: 110%;
    height: auto;
    top: -2%;
    left: -5%;
  }
}
#kv .circle-box .circle1 img {
  -webkit-animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
}
#kv .circle-box .circle2 img {
  -webkit-animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
}
@-webkit-keyframes fuwafuwa1 {
  0% {
    transform: translate(10px, -10px);
  }
  20% {
    transform: translate(-12px, 12px);
  }
  40% {
    transform: translate(12px, 12px);
  }
  60% {
    transform: translate(-12px, -12px);
  }
  80% {
    transform: translate(-12px, 12px);
  }
  0% {
    transform: translate(10px, -10px);
  }
}
@keyframes fuwafuwa1 {
  0% {
    transform: translate(10px, -10px);
  }
  20% {
    transform: translate(-12px, 12px);
  }
  40% {
    transform: translate(12px, 12px);
  }
  60% {
    transform: translate(-12px, -12px);
  }
  80% {
    transform: translate(-12px, 12px);
  }
  0% {
    transform: translate(10px, -10px);
  }
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    transform: translate(-10px, 10px);
  }
  20% {
    transform: translate(12px, -12px);
  }
  40% {
    transform: translate(-12px, -12px);
  }
  60% {
    transform: translate(12px, 12px);
  }
  80% {
    transform: translate(12px, -12px);
  }
  0% {
    transform: translate(-10px, 10px);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(-10px, 10px);
  }
  20% {
    transform: translate(12px, -12px);
  }
  40% {
    transform: translate(-12px, -12px);
  }
  60% {
    transform: translate(12px, 12px);
  }
  80% {
    transform: translate(12px, -12px);
  }
  0% {
    transform: translate(-10px, 10px);
  }
}
#kv h1 {
  opacity: 0;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
#kv .catch {
  position: absolute;
  top: 424px;
  left: 0;
  z-index: 2;
}
#kv .pop {
  position: absolute;
  top: 285px;
  right: 45px;
  z-index: 2;
  transition: all 0.3s ease;
}
#kv .pop:hover {
  transform: scale(1.1);
}
#kv .chara-box {
  position: relative;
  z-index: 2;
}
#kv .chara-box .chara1 {
  position: absolute;
  top: 0;
  left: -168px;
}
#kv .chara-box .chara2 {
  position: absolute;
  top: 0;
  right: -218px;
}

.bg-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #7cebef;
}
.bg-box .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  min-width: 2000px;
  background-color: #fff;
}
.bg-box .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg-pc.jpg") no-repeat top center #fff;
  background-size: cover;
}
.bg-box .star {
  position: relative;
  background: url("../img/star-pc.png") repeat-y top center;
  background-attachment: fixed, fixed;
  width: 100%;
  height: 5320px;
}
.bg-box .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
}
.bg-box .circle-box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -10%;
  left: 0;
  transition: 1.5s ease-in-out;
}
.bg-box .circle-box .circle1 img {
  -webkit-animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
}
.bg-box .circle-box .circle2 img {
  -webkit-animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
}

#content {
  position: relative;
  z-index: 2;
  padding-bottom: 75px;
}
#content .block {
  position: relative;
  z-index: 2;
  width: 1000px;
  margin: -360px auto 0;
  border: 4px solid #0027a1;
  border-radius: 20px;
  padding: 0 0 30px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.4) 10px, rgba(255, 255, 255, 0.4) 20px);
  text-align: center;
}
#content .block h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 4px;
}
#content .block h2 img {
  margin-top: -70px;
}
#content .block .box:not(:last-of-type) {
  margin-bottom: 22px;
}
#content .block .box h3 {
  margin-bottom: 5px;
}
#content .block .box.box1 .image {
  position: relative;
  margin-left: -35px;
}
#content .block .box.box1 .image .btn {
  position: absolute;
  top: 176px;
  left: 380px;
  width: 296px;
  height: 67px;
}
#content .block .box.box1 .image .btn a {
  position: relative;
  top: -6px;
  left: -4px;
  display: block;
  line-height: 67px;
  font-size: 22px;
  border: 1px solid #001c75;
  background-color: #001c75;
  color: #ffff00;
  text-decoration: none;
  transition: all 0.3s ease;
}
#content .block .box.box1 .image .btn a span {
  display: inline-block;
  font-size: 24px;
  transform: scale(-1, -1);
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.3s ease;
}
#content .block .box.box1 .image .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffff00;
  border: 1px solid #001c75;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
#content .block .box.box1 .image .btn:hover a {
  background-color: #ffff00;
  color: #001c75;
}
#content .block .box.box1 .image .btn:hover a span {
  color: #001c75;
}
#content .block .box.box1 .image .btn:hover::before {
  background-color: #001c75;
}
#content .block .box.box2 .image {
  position: relative;
}
#content .block .box.box2 .image .btn {
  position: absolute;
  bottom: 57px;
  right: 405px;
}
#content .block .box.box3 {
  position: relative;
}
#content .block .box.box3 h3 {
  position: relative;
  z-index: 2;
}
#content .block .box.box3 .image {
  margin-top: -40px;
  margin-left: -100px;
}
#content .block .box.box3 .game-title {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#content .block .box.box3 #game {
  position: absolute;
  top: 370px;
  left: 100px;
  width: 800px;
  height: 500px;
  background-color: #fff;
}
#content .block .box.box3 #game .wrap {
  position: relative;
  width: 782px;
  height: 480px;
  margin: 10px;
  overflow: hidden;
}
#content .block .box.box3 #game .wrap .bg {
  overflow: hidden;
  position: relative;
}
#content .block .box.box3 #game .wrap .bg .star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/game/bg_star.png") no-repeat top center;
  background-size: contain;
}
#content .block .box.box3 #game .wrap .bg .circle-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .block .box.box3 #game .wrap .bg .circle-box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -10%;
  left: 0;
  transition: 1.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #content .block .box.box3 #game .wrap .bg .circle-box img {
    width: 110%;
    height: auto;
    top: -2%;
    left: -5%;
  }
}
#content .block .box.box3 #game .wrap .bg .circle-box .circle1 img {
  -webkit-animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
}
#content .block .box.box3 #game .wrap .bg .circle-box .circle2 img {
  -webkit-animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
}
#content .block .box.box3 #game .start {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
#content .block .box.box3 #game .start .start1 {
  position: absolute;
  top: 0;
  left: 0;
}
#content .block .box.box3 #game .start .start2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
#content .block .box.box3 #game .warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#content .block .box.box3 #game .warp .warp1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
#content .block .box.box3 #game .warp .warp2 img {
  transform: scale(1.2);
}
#content .block .box.box3 #game .warp .warp2, #content .block .box.box3 #game .warp .warp3, #content .block .box.box3 #game .warp .warp4, #content .block .box.box3 #game .warp .warp5, #content .block .box.box3 #game .warp .warp6, #content .block .box.box3 #game .warp .warp7, #content .block .box.box3 #game .warp .warp8, #content .block .box.box3 #game .warp .warp9, #content .block .box.box3 #game .warp .warp10, #content .block .box.box3 #game .warp .warp11, #content .block .box.box3 #game .warp .warp12, #content .block .box.box3 #game .warp .warp13, #content .block .box.box3 #game .warp .warp14, #content .block .box.box3 #game .warp .warp15, #content .block .box.box3 #game .warp .warp16 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#content .block .box.box3 #game .result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
}
#content .block .box.box3 #game .result .bg1 {
  background-color: #fff;
  background-color: #fff;
  width: 611px;
  height: 320px;
  position: absolute;
  top: 78px;
  left: 91px;
}
#content .block .box.box3 #game .result .image1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#content .block .box.box3 #game .result .box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../img/game/result02.jpg") no-repeat top center;
  background-size: auto;
}
#content .block .box.box3 #game .result .box .ogp {
  position: absolute;
  top: 22px;
  left: 94px;
  width: 606px;
  height: 320px;
  background-color: #eee;
  border: 2px solid #fff;
}
#content .block .box.box3 #game .result .box .btn-tweet {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
}
#content .block .box.box3 #game .result .box .btn-title {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
}
#content .block .box.box3 #game .result .box#result1 .ogp {
  background: url("../img/game/ogp01.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result2 .ogp {
  background: url("../img/game/ogp02.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result3 .ogp {
  background: url("../img/game/ogp03.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result4 .ogp {
  background: url("../img/game/ogp04.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result5 .ogp {
  background: url("../img/game/ogp05.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result6 .ogp {
  background: url("../img/game/ogp06.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result7 .ogp {
  background: url("../img/game/ogp07.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result8 .ogp {
  background: url("../img/game/ogp08.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result9 .ogp {
  background: url("../img/game/ogp09.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result10 .ogp {
  background: url("../img/game/ogp10.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result11 .ogp {
  background: url("../img/game/ogp11.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result12 .ogp {
  background: url("../img/game/ogp12.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result13 .ogp {
  background: url("../img/game/ogp13.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result14 .ogp {
  background: url("../img/game/ogp14.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result15 .ogp {
  background: url("../img/game/ogp15.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result16 .ogp {
  background: url("../img/game/ogp16.jpg") no-repeat top center #fff;
  background-size: contain;
}
#content .block .box.box3 #game .result .box#result17 .ogp {
  background: url("../img/game/ogp17.jpg") no-repeat top center #fff;
  background-size: contain;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 50;
}

#footer {
  position: relative;
  background-color: #001c75;
  padding: 45px 0 48px;
  text-align: center;
  z-index: 5;
}
#footer .fes-logo {
  margin: 0 auto 45px;
}
#footer .logo {
  width: 159px;
  margin: 0 auto 30px;
}
#footer .logo img {
  width: 100%;
}
#footer .sns {
  margin-bottom: 28px;
}
#footer .sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .sns ul li {
  margin: 0 6px;
}
#footer .sns ul li:nth-child(2) {
  height: 20px;
}
#footer p {
  color: #fff;
}
#footer p.copy {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 44px;
}
#footer p.copyright {
  font-size: 14px;
}

#shoplist h1 {
  position: relative;
  text-align: center;
  z-index: 2;
  padding: 10px 0;
}

#shoplist .bg-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#shoplist .bg-box .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  min-width: 2000px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #shoplist .bg-box .image {
    min-width: unset;
    left: 0;
    transform: unset;
  }
}
#shoplist .bg-box .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg-pc.jpg") no-repeat top center #fff;
  background-size: cover;
}
#shoplist .bg-box .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
}
#shoplist .bg-box .circle-box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -10%;
  left: 0;
  transition: 1.5s ease-in-out;
}
#shoplist .bg-box .circle-box .circle1 img {
  -webkit-animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa1 15s infinite ease-in-out 0.8s alternate;
}
#shoplist .bg-box .circle-box .circle2 img {
  -webkit-animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa2 15s infinite ease-in-out 0.8s alternate;
}

#shoplist h1 img {
  margin: 0;
}

#shoplist #content {
  width: 1000px;
  margin: 0 auto 100px;
  padding: 38px 40px;
  border: 4px solid #0027a1;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.4) 10px, rgba(255, 255, 255, 0.4) 20px);
}

#shoplist #content .chara {
  position: absolute;
  top: -82px;
  left: 2px;
}

#shoplist .navigation {
  margin: 0 0 40px;
  border: 1px solid #4c241a;
  background-color: #fff;
}

#shoplist .navigation h2 {
  margin-bottom: 0;
  background-color: #4c241a;
  border: none;
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
  color: #fff;
}

#shoplist .navigation ul {
  width: 872px;
  margin: 0 auto;
  padding: 20px 0;
}

#shoplist .navigation li {
  float: left;
  display: block;
  width: 109px;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #ccc;
}

#shoplist .navigation li a {
  color: #4c241a;
}

/* list */
#shoplist h3 {
  margin-bottom: 0;
  margin-left: 0;
  padding: 12px 0;
  border-top: 1px solid #4c241a;
  border-left: 1px solid #4c241a;
  border-right: 1px solid #4c241a;
  text-align: center;
  line-height: 1.5;
  background-color: #f0f1f6;
}

#shoplist .inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

#shoplist .box {
  margin-bottom: 40px;
}

#shoplist .list {
  margin-bottom: 20px;
  border-top: 1px solid #4c241a;
  border-left: 1px solid #4c241a;
  box-sizing: border-box;
}

#shoplist .list li {
  float: left;
  width: 33.3%;
  width: 33.3333333333%;
  padding: 10px 0;
  border-right: 1px solid #4c241a;
  border-bottom: 1px solid #4c241a;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 1.5;
  text-align: center;
}