@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: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ 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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", "メイリオ", "Meiryo", sans-serif;
}

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;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@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
=============================================================*/
body {
  background: url("../img/bg_green.png") no-repeat top center, url("../img/bg.jpg") no-repeat top center;
  background-size: auto 100%, cover;
}
@media only screen and (max-width: 768px) {
  body {
    background: url("../img/sp/bg_green.png") no-repeat top center, url("../img/sp/bg.jpg") no-repeat top center;
    background-size: 100%, cover;
  }
}

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #fff;
}
#loading .chara {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #loading .chara {
    width: 30.78125vw;
  }
}
#loading .chara img {
  -webkit-animation: a-rotate 1s ease 0s infinite;
          animation: a-rotate 1s ease 0s infinite;
}
@media only screen and (max-width: 768px) {
  #loading .chara img {
    width: 100%;
  }
}

@-webkit-keyframes a-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes a-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
#header .txt-head {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .txt-head {
    display: block;
    padding: 1.875vw 0 2.5vw;
  }
}
#header #btn-nav {
  position: fixed;
  top: 20px;
  right: calc(50% - 600px);
  z-index: 10;
  width: 50px;
  height: 58px;
  background: url("../img/menu/btn_open.png") no-repeat top center;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 1220px) {
  #header #btn-nav {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav {
    top: 3.125vw;
    right: 4.6875vw;
    width: 13.4375vw;
    height: 15.625vw;
  }
}
#header #btn-nav.active {
  top: 28px;
  right: calc(50% - 595px);
  width: 40px;
  height: 40px;
  background: url("../img/menu/btn_close.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1220px) {
  #header #btn-nav.active {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav.active {
    top: 6.25vw;
    right: 6.5625vw;
    width: 9.84375vw;
    height: 10vw;
  }
}
#header .nav-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/menu/bg.jpg") no-repeat top center;
  background-size: cover;
  z-index: 5;
  padding: 30px 0 100px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #header .nav-box {
    padding: 7.8125vw 10.625vw 15.625vw;
    background: url("../img/menu/bg-sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
#header .nav-box .inner {
  width: 986px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .inner {
    position: relative;
    width: auto;
  }
}
#header .nav-box .emblem {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .emblem {
    position: relative;
    width: 11.71875vw;
    margin-bottom: 1.5625vw;
    z-index: 2;
  }
}
#header .nav-box .wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: -10px 0 10px;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .wrap {
    display: block;
    margin: 0 auto 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-box .txt {
    position: relative;
    width: 40.15625vw;
    z-index: 2;
  }
}
#header .nav-box .btn-top {
  width: 46px;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .btn-top {
    position: absolute;
    bottom: 9.375vw;
    right: 2.5vw;
    width: 10.78125vw;
  }
}
#header .nav-box .btn-top img {
  width: 100%;
}
#header .nav-box .logo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .nav-box .logo {
    width: 25vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-box .logo img {
    width: 100%;
  }
}
#header .nav-box nav {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav {
    margin-bottom: 7.8125vw;
  }
}
#header .nav-box nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav ul {
    display: block;
    margin: 0 auto;
  }
}
#header .nav-box nav ul li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav ul li {
    margin-bottom: 1.5625vw;
  }
}
#header .nav-box nav ul li .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 193px;
  height: 178px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav ul li .image {
    width: 30.15625vw;
    height: 27.8125vw;
  }
}
#header .nav-box nav ul li .image img {
  width: 100%;
  transition: all 0.3s ease;
}
#header .nav-box nav ul li a {
  display: block;
}
#header .nav-box nav ul li a:hover .image img {
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  #header .nav-box nav ul li a:hover .image img {
    transform: scale(1);
  }
}

#container {
  position: relative;
  padding-bottom: 88px;
}
#container .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #container .wrap {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #container .con-pc {
    display: none;
  }
}
#container .con-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #container .con-sp {
    display: block;
  }
}
#container::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 66px;
  background: url("../img/txt_loop.png") repeat-x top center;
  background-size: auto 100%;
  -webkit-animation: move-txt 50s linear infinite;
          animation: move-txt 50s linear infinite;
}
@media only screen and (max-width: 768px) {
  #container::before {
    top: -25.78125vw;
    height: 27.5vw;
    background: url("../img/sp/txt_loop.png") repeat-x top center;
    background-size: auto 100%;
    -webkit-animation: move-txt 30s linear infinite;
            animation: move-txt 30s linear infinite;
    z-index: -1;
  }
}
#container::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 66px;
  background: url("../img/txt_loop.png") repeat-x top center;
  background-size: auto 100%;
  -webkit-animation: move-txt 50s linear infinite;
          animation: move-txt 50s linear infinite;
}
@media only screen and (max-width: 768px) {
  #container::after {
    bottom: 0vw;
    height: 27.5vw;
    background: url("../img/sp/txt_loop.png") repeat-x top center;
    background-size: auto 100%;
    -webkit-animation: move-txt 30s linear infinite;
            animation: move-txt 30s linear infinite;
    z-index: -1;
  }
}
@-webkit-keyframes move-txt {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2537px;
  }
}
@keyframes move-txt {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2537px;
  }
}
#container .circle-box {
  position: fixed; /*描画固定*/
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  transform: rotate(-30deg);
}

#side {
  position: relative;
  width: 270px;
  height: 1435px;
  background-color: #fff;
  padding-top: 35px;
  box-shadow: 0 0 18px rgba(192, 192, 192, 0.7);
  text-align: center;
}
#side::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 304px;
  height: 45px;
  background: url("../img/img_side.png") no-repeat top center;
  background-size: contain;
}
#side .emblem {
  margin-bottom: 30px;
}
#side .star {
  margin-bottom: 30px;
}
#side h1 {
  width: 250px;
  margin: 0 auto 18px;
}
#side h1 img {
  width: 100%;
}
#side .en {
  width: 235px;
  margin: 0 auto 20px;
}
#side .en img {
  width: 100%;
}
#side .text {
  width: 235px;
  margin: 0 auto 52px;
}
#side .text img {
  width: 100%;
}
#side .update {
  margin: 0 5px;
  padding: 15px 18px;
  border: 1px solid #000;
}
#side .update h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #00a593;
  margin-bottom: 12px;
}
#side .update ul {
  text-align: left;
}
#side .update ul li {
  margin-bottom: 12px;
}
#side .update ul li time {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #a68b00;
}
#side .update ul li p {
  font-size: 12px;
}
#side .sns {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 138px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#side .sns li {
  width: 35px;
}
#side .sns li img {
  width: 100%;
}

#content {
  width: 900px;
  padding-top: 84px;
}
#content .award {
  position: relative;
  margin-bottom: 26px;
}
#content .award .cover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  border-radius: 0 0 26px 0;
  overflow: hidden;
}
#content .award .cover-box span {
  display: block;
  width: 0%;
  height: 100%;
}
#content .award .box {
  position: relative;
  border-radius: 0 0 26px 0;
  box-shadow: 0 0 18px rgba(192, 192, 192, 0.7);
  overflow: hidden;
  opacity: 0;
}
#content .award .box .image {
  position: relative;
}
#content .award .box .image .img2 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
}
#content .award .box .detail {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.6s ease;
  background: url("../img/award_deco.png") no-repeat center right #bb4cba;
}
#content .award .box .detail .cover {
  margin-right: 25px;
}
#content .award .box .detail .btn {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
#content .award:hover .box .image .img2 {
  opacity: 0;
}
#content .award:hover .box .detail {
  left: 0;
}
#content #award1 .cover-box span {
  background-color: #bb4cba;
}
#content #award1 .box .detail {
  background: url("../img/award_deco.png") no-repeat center right #bb4cba;
}
#content #award2 .cover-box span {
  background-color: #ff6600;
}
#content #award2 .box .detail {
  background: url("../img/award_deco.png") no-repeat center right #ff6600;
}
#content #award3 .cover-box span {
  background-color: #5cda00;
}
#content #award3 .box .detail {
  background: url("../img/award_deco.png") no-repeat center right #5cda00;
}
#content #award4 .cover-box span {
  background-color: #1b8cff;
}
#content #award4 .box .detail {
  background: url("../img/award_deco.png") no-repeat center right #1b8cff;
}
#content #award5 .cover-box span {
  background-color: #ffd800;
}
#content #award5 .box .detail {
  background: url("../img/award_deco.png") no-repeat center right #ffd800;
}
#content #award6 .cover-box span {
  background-color: #ff349d;
}
#content #award6 .box .detail {
  background: url("../img/award_deco.png") no-repeat center right #ff349d;
}

.con-sp {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .con-sp .list {
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .list ul li {
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .list ul li .txt {
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all 0.8s ease 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .list ul li.slick-active .txt {
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .list .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .list .slick-dots li {
    margin: 0 2.34375vw;
    overflow: unset;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .list .slick-dots li button {
    font-size: 0;
    border: none;
    background-color: #ddd;
    width: 3.59375vw;
    height: 3.59375vw;
    border-radius: 3.125vw;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .list .slick-dots li.slick-active button {
    background-color: #1a1a1a;
    transform: scale(1.3);
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .update {
    width: 93.75vw;
    margin: 0 auto 4.6875vw;
    box-shadow: 0 0 18px rgba(62, 62, 62, 0.2549019608);
    padding: 3.4375vw 3.125vw 2.34375vw;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .update h4 {
    font-size: 18px;
    font-size: 2.8125vw;
    margin-bottom: 1.5625vw;
    line-height: 1.5;
    color: #00a593;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .update ul {
    text-align: left;
    max-height: 18.75vw;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .update ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.875vw;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .update ul li time {
    font-size: 18px;
    font-size: 2.8125vw;
    width: 21%;
    color: #00a593;
    font-weight: bold;
    line-height: 1.5;
  }
}
.con-sp .update ul li p {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .con-sp .update ul li p {
    font-size: 18px;
    font-size: 2.8125vw;
    width: 78%;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .sns {
    width: 30.9375vw;
    margin: 0 auto 3.90625vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .sns li {
    width: 8.28125vw;
  }
}
@media only screen and (max-width: 768px) {
  .con-sp .sns li img {
    width: 100%;
  }
}

#footer {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 280px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #footer {
    position: static;
    width: 100%;
  }
}
#footer .logo {
  width: 160px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 768px) {
  #footer .logo {
    width: 40.9375vw;
    margin: 0 auto 5.9375vw;
  }
}
#footer .logo img {
  width: 100%;
}
#footer p {
  font-size: 10px;
  padding: 0 15px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #footer p {
    font-size: 16px;
    font-size: 2.5vw;
    text-align: center;
  }
}
#footer p:last-child {
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #footer p:last-child {
    margin-top: 0.78125vw;
  }
}