@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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
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, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/*全体共通--------------*/
* {
  box-sizing: border-box;
  color: #516874; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
  position: relative;
  min-width: 1000px; }
  @media screen and (max-width: 768px) {
    body {
      min-width: 100%; } }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul {
  list-style: none; }

.txt_left {
  text-align: left !important; }

.txt_right {
  text-align: right !important; }

.txt_center {
  text-align: center; }

.txt_bold {
  font-weight: 600; }

.txt_nomal {
  font-weight: 400 !important; }

.txt_small {
  font-size: 80% !important; }

.txt_red {
  color: #f00; }

.txt_yellow {
  color: #ffd25c; }

.txt_pink {
  color: #ff0090; }

.mrg_t00 {
  margin-top: 0px !important; }

.mrg_t05 {
  margin-top: 5px !important; }

.mrg_t15 {
  margin-top: 15px !important; }

.mrg_t20 {
  margin-top: 20px !important; }

.mrg_t40 {
  margin-top: 40px !important; }

.mrg_r00 {
  margin-right: 0px !important; }

.mrg_r10 {
  margin-right: 10px !important; }

.pad_l05 {
  padding-left: 5px !important; }

.pad_t00 {
  padding-top: 0px !important; }

.pad_t05 {
  padding-top: 5px !important; }

.pad_t20 {
  padding-top: 20px !important; }

.pad_t40 {
  padding-top: 40px !important; }

.pad_b00 {
  padding-bottom: 0px !important; }

.pad_b20 {
  padding-bottom: 20px !important; }

/*先頭へ戻る------------------*/
#page_top {
  z-index: 100;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  /*bottom: 0px;*/ }
  #page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none; }
    #page_top a img {
      width: 100%; }

/*font------------------*/
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal; }

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal; }

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  font-style: normal; }

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  font-style: normal; }

.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 900;
  font-style: normal; }

/*ボタン------------------*/
.btn_fixed {
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 110; }
  @media screen and (max-width: 768px) {
    .btn_fixed {
      width: 100%;
      right: 0px; } }

.btn_organizers_page {
  border: 1px solid #095A81;
  background: #fff; }
  .btn_organizers_page a {
    display: flex;
    color: #095A81; }
    @media screen and (max-width: 768px) {
      .btn_organizers_page a {
        justify-content: space-between; } }
    .btn_organizers_page a div {
      padding: 20px;
      font-weight: 600;
      color: #095A81; }
      @media screen and (max-width: 768px) {
        .btn_organizers_page a div {
          display: flex;
          width: 100%;
          justify-content: center; } }
    .btn_organizers_page a span.arrow {
      display: flex;
      background: #095A81;
      padding: 20px 10px;
      width: 56px; }
    .btn_organizers_page a .arrow::after {
      content: '';
      width: 30px;
      height: 10px;
      border-bottom: solid 1px #fff;
      border-right: solid 1px #fff;
      transform: skew(45deg); }
      @media screen and (max-width: 768px) {
        .btn_organizers_page a .arrow::after {
          width: 25px; } }
  .btn_organizers_page a:hover {
    opacity: .7;
    transition: all 0.3s ease-out; }

.contents_h2 {
  position: fixed;
  width: 100%;
  top: 72px; }
  @media screen and (max-width: 768px) {
    .contents_h2 {
      margin-top: -22px !important; } }

.section_first {
  padding-top: 200px; }
  @media screen and (max-width: 768px) {
    .section_first {
      padding-top: 100px; } }

/*下階層コンテンツ共通*/
.wrapper_contents {
  max-width: 1000px;
  margin: 0px auto;
  padding: 160px 20px 60px 20px;
  /*padding: 180px 20px 60px 20px;メニュー公開したら*/ }
  @media screen and (max-width: 768px) {
    .wrapper_contents {
      width: 90%;
      margin: 0px auto;
      padding: 110px 0px 60px 0px; } }
  .wrapper_contents .contents_inner {
    padding-top: 60px; }

/*下階層コンテンツ共通　見出し*/
.wrapper_contents h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .wrapper_contents h2 {
      font-size: 120%;
      line-height: 1.6em; } }
  .wrapper_contents h2 br {
    display: none; }
    @media screen and (max-width: 768px) {
      .wrapper_contents h2 br {
        display: block; } }

.wrapper_contents h2::before,
.wrapper_contents h2::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #0032a0; }
  @media screen and (max-width: 768px) {
    .wrapper_contents h2::before,
    .wrapper_contents h2::after {
      width: 30px; } }

.wrapper_contents h2::before {
  margin-right: 20px; }

.wrapper_contents h2::after {
  margin-left: 20px; }

/*下階層コンテンツ共通 table*/
.wrapper_contents table {
  line-height: 1.6em; }
  .wrapper_contents table th, .wrapper_contents table td {
    padding: 25px 10px; }
    @media screen and (max-width: 768px) {
      .wrapper_contents table th, .wrapper_contents table td {
        display: block;
        width: 100%; } }
  .wrapper_contents table th {
    border-bottom: 2px solid #9acbdc;
    white-space: nowrap;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .wrapper_contents table th {
        padding: 40px 10px 10px 10px; } }
  .wrapper_contents table td {
    border-bottom: 1px solid #d7d7d7; }
    @media screen and (max-width: 768px) {
      .wrapper_contents table td {
        padding: 10px;
        font-size: 90%;
        border-bottom: none; } }
  .wrapper_contents table a {
    color: #054793;
    text-decoration: underline; }
  .wrapper_contents table a:hover {
    opacity: .7; }

/*フローティングボタン*/
.floating {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 150px;
  height: 150px; }
  @media screen and (max-width: 768px) {
    .floating {
      width: 100px;
      height: 100px; } }
  .floating a:hover {
    opacity: .7;
    transition: .3s; }
  .floating img {
    width: 100%; }

/*parts----*/
/*トップページ用ヘッダーPC*/
.index_header_sp {
  display: none; }

.common_header_sp {
  display: none; }

.header_sp {
  display: none; }

.index_header_pc,
.common_header_pc {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0px; }
  .index_header_pc .head_contents,
  .common_header_pc .head_contents {
    width: 1000px;
    padding: 0px 20px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    　position: relative !important;
    /*ロゴ*/
    /*メニュー*/ }
    .index_header_pc .head_contents h1.img_logo,
    .common_header_pc .head_contents h1.img_logo {
      background: url("../img/img_header-logo.png") no-repeat;
      background-size: cover;
      width: 300px;
      height: 79px;
      filter: drop-shadow(0px 0px 5px #fff);
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      margin: 10px 0px; }
      .index_header_pc .head_contents h1.img_logo a,
      .common_header_pc .head_contents h1.img_logo a {
        display: block;
        height: 63px; }
    .index_header_pc .head_contents nav,
    .common_header_pc .head_contents nav {
      width: calc(100% - 195px); }
      .index_header_pc .head_contents nav ul,
      .common_header_pc .head_contents nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        /*メニュースタイル*/ }
        .index_header_pc .head_contents nav ul li,
        .common_header_pc .head_contents nav ul li {
          padding-left: 25px;
          margin-left: 30px;
          filter: drop-shadow(0px 0px 5px #1A2542); }
          .index_header_pc .head_contents nav ul li .btn_inner p,
          .common_header_pc .head_contents nav ul li .btn_inner p {
            color: #fff;
            font-weight: 600;
            font-size: 90%;
            text-shadow: 2px 2px 10px #00D2E5 , -2px 2px 10px #00D2E5 , 2px -2px 10px #00D2E5 , -2px -2px 10px #00D2E5; }
          .index_header_pc .head_contents nav ul li a::after,
          .common_header_pc .head_contents nav ul li a::after {
            position: absolute;
            bottom: -6px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #ff0090;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          .index_header_pc .head_contents nav ul li a:hover::after,
          .common_header_pc .head_contents nav ul li a:hover::after {
            transform: scale(1, 1); }
        .index_header_pc .head_contents nav ul li.menu_arasuji,
        .common_header_pc .head_contents nav ul li.menu_arasuji {
          background: url("../img/menu/book-open-solid.svg") no-repeat; }
        .index_header_pc .head_contents nav ul li.menu_movie,
        .common_header_pc .head_contents nav ul li.menu_movie {
          background: url("../img/menu/video-solid.svg") no-repeat; }
        .index_header_pc .head_contents nav ul li.menu_character,
        .common_header_pc .head_contents nav ul li.menu_character {
          background: url("../img/menu/user-solid.svg") no-repeat; }
        .index_header_pc .head_contents nav ul li.menu_about,
        .common_header_pc .head_contents nav ul li.menu_about {
          background: url("../img/menu/star-solid.svg") no-repeat; }
        .index_header_pc .head_contents nav ul li.menu_history,
        .common_header_pc .head_contents nav ul li.menu_history {
          background: url("../img/menu/pen-nib-solid.svg") no-repeat; }
        .index_header_pc .head_contents nav ul li.menu_letter,
        .common_header_pc .head_contents nav ul li.menu_letter {
          background: url("../img/menu/envelope-solid.svg") no-repeat; }

.common_header_pc {
  display: block;
  background: linear-gradient(to bottom, #1a2542 0%, #132f8e 28%, #0083cd 99%); }

.hd_common.change-color {
  background: linear-gradient(to bottom, #1a2542 0%, #132f8e 28%, #0083cd 99%);
  transition: .3s;
  filter: drop-shadow(0px 0px 5px #002a5a); }
  .hd_common.change-color h1.img_logo {
    background: url("../img/img_header-logo.png") no-repeat;
    background-size: cover;
    width: 200px;
    height: 53px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .hd_common.change-color h1.img_logo a {
      display: block;
      height: 53px; }
  .hd_common.change-color nav ul {
    padding: 20px 0px 15px 0px; }
  .hd_common.change-color nav ul li {
    filter: drop-shadow(0px 0px 5px #002a5a); }
  .hd_common.change-color nav ul li .btn_inner p {
    color: #fff; }
  .hd_common.change-color nav ul li a::after {
    background: #ff0090; }

/*共通ヘッダーSP*/
@media screen and (max-width: 768px) {
  .index_header_pc {
    display: none; }

  .common_header_pc {
    display: none; } }
@media screen and (max-width: 768px) {
  .header_pc {
    display: none; }

  .header_sp {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 300; }

  .index_header_sp {
    display: block;
    background-color: transparent; }

  .common_header_sp {
    display: block;
    background: linear-gradient(to bottom, #1a2542 0%, #132f8e 28%, #0083cd 99%); }

  .header_inner {
    position: relative;
    padding: 10px; }

  h1.img_logo {
    background: url("../img/img_header-logo.png") no-repeat;
    background-size: cover;
    width: 188px;
    height: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

  .common_header_sp h1.img_logo a {
    display: block;
    width: 188px;
    height: 50px; }

  .hd_common.change-color {
    height: 70px; }
    .hd_common.change-color h1.img_logo {
      width: 188px;
      height: 50px; }
    .hd_common.change-color .hamburger_border {
      background: #fff; }
    .hd_common.change-color nav ul {
      padding: 0px; }
    .hd_common.change-color nav ul li {
      filter: none; }

  .main {
    margin-top: 50px; }

  .nav {
    position: fixed;
    right: -340px;
    top: 0;
    width: 340px;
    /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 70px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
    background-color: #032b59; }

  .hamburger {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300; }

  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all .6s; }

  .hamburger_border_top {
    top: 14px; }

  .hamburger_border_center {
    top: 20px; }

  .hamburger_border_bottom {
    top: 26px; }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer; }

  /*メニュー*/
  ul.nav_list {
    font-size: 90%;
    margin-top: 30px;
    border-top: 1px solid #3f7cc3; }
    ul.nav_list li.nav_item {
      border-bottom: 1px solid #3f7cc3; }
      ul.nav_list li.nav_item a {
        display: block;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        ul.nav_list li.nav_item a .nav_icon_area {
          background: #fff;
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
          ul.nav_list li.nav_item a .nav_icon_area img {
            height: 25px; }
        ul.nav_list li.nav_item a p {
          color: #fff;
          padding-left: 10px; }

  ul.nav_list_bottom {
    width: 100%; }
    ul.nav_list_bottom li {
      border-bottom: 1px solid #3f7cc3; }
      ul.nav_list_bottom li a {
        padding: 15px 10px;
        font-size: 70%;
        color: #fff;
        display: block;
        width: 100%; }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0; }

  .nav-open .black_bg {
    opacity: .8;
    visibility: visible; }

  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
    background: #fff; }

  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%; }

  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
    background: #fff; } }
/*footer------------------------------*/
footer {
  background: linear-gradient(to bottom, #0083cd 0%, #132f8e 50%, #1a2542 99%); }

footer .footer_inner {
  margin: 0px auto;
  width: 1000px;
  padding: 40px 20px 20px 20px; }
  @media screen and (max-width: 768px) {
    footer .footer_inner {
      width: 100%;
      padding: 0px; } }
  footer .footer_inner .bnr_area {
    display: flex;
    justify-content: space-around;
    width: 700px;
    margin: 0px auto; }
    @media screen and (max-width: 768px) {
      footer .footer_inner .bnr_area {
        display: block;
        width: 80%; } }
  footer .footer_inner a.bnr {
    display: block;
    width: 320px;
    height: 100px;
    margin: 40px auto 0px auto; }
    @media screen and (max-width: 768px) {
      footer .footer_inner a.bnr {
        width: 100%;
        margin-top: 20px; } }
    footer .footer_inner a.bnr img {
      width: 100%; }
    footer .footer_inner a.bnr :hover {
      opacity: .7;
      transition: .3s; }
  footer .footer_inner .footer_nav ul {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      footer .footer_inner .footer_nav ul {
        flex-wrap: wrap;
        margin-top: 0px;
        justify-content: left;
        border-bottom: 1px solid #3f7cc3; } }
  @media screen and (max-width: 768px) {
    footer .footer_inner .footer_nav li {
      width: 50%;
      padding: 20px;
      border-bottom: 1px solid #3f7cc3; } }
  @media screen and (max-width: 768px) {
    footer .footer_inner .footer_nav li:nth-child(odd) {
      border-right: 1px solid #3f7cc3; } }
  footer .footer_inner .footer_nav li:after {
    content: "|";
    padding: 0px 20px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      footer .footer_inner .footer_nav li:after {
        content: ""; } }
  @media screen and (max-width: 768px) {
    footer .footer_inner .footer_nav li:first-child,
    footer .footer_inner .footer_nav li:nth-child(2) {
      border-top: 1px solid #3f7cc3; } }
  @media screen and (max-width: 768px) {
    footer .footer_inner .footer_nav li:last-child {
      border-bottom: none; } }
  footer .footer_inner .footer_nav li:last-child:after {
    content: ""; }
  footer .footer_inner .footer_nav li a {
    color: #fff; }
    @media screen and (max-width: 768px) {
      footer .footer_inner .footer_nav li a {
        color: #c5e3ef; } }
  footer .footer_inner .footer_nav li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: .3s; }
  footer .footer_inner .footer_nav ul.list_bottom {
    font-size: 90%;
    padding-top: 30px; }
    @media screen and (max-width: 768px) {
      footer .footer_inner .footer_nav ul.list_bottom {
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 768px) {
      footer .footer_inner .footer_nav ul.list_bottom li {
        width: auto;
        border-bottom: none;
        border-right: none;
        padding: 15px 0px 0px 0px; } }
    @media screen and (max-width: 768px) {
      footer .footer_inner .footer_nav ul.list_bottom li:after {
        content: "";
        padding: 0px;
        color: #fff; } }
    @media screen and (max-width: 768px) {
      footer .footer_inner .footer_nav ul.list_bottom li:last-child:after {
        content: ""; } }
    @media screen and (max-width: 768px) {
      footer .footer_inner .footer_nav ul.list_bottom li:first-child,
      footer .footer_inner .footer_nav ul.list_bottom li:nth-child(2) {
        border-top: none; } }
    footer .footer_inner .footer_nav ul.list_bottom li a {
      color: #fff; }
      @media screen and (max-width: 768px) {
        footer .footer_inner .footer_nav ul.list_bottom li a {
          color: #c5e3ef; } }
    footer .footer_inner .footer_nav ul.list_bottom li a:hover {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none; }

.copyright {
  width: 100%;
  padding: 20px 0px 40px 0px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .copyright {
      padding: 20px 0px; } }
  .copyright small {
    display: block;
    color: #fff;
    font-size: 70%; }
    @media screen and (max-width: 768px) {
      .copyright small {
        margin: 0px auto;
        text-align: center;
        padding: 20px 10px;
        font-size: 50%; } }

/*page----*/
.gradient_white {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0px;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }
  @media screen and (max-width: 768px) {
    .gradient_white {
      width: 100%;
      height: 200px; } }

.gradient_blue {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0px;
  background: linear-gradient(to bottom, #1e5799 0%, rgba(30, 87, 153, 0.05) 95%, rgba(30, 87, 153, 0) 100%); }
  @media screen and (max-width: 768px) {
    .gradient_blue {
      width: 100%; } }

/* 星空の背景のスタイル */
.stars {
  position: relative;
  width: 100%;
  /* 星空の横幅 */
  height: 100%;
  /* 星空の縦幅 */
  background: linear-gradient(to bottom, #1a2542 0%, #132f8e 28%, #0083cd 57%, #00a2e9 79%, #00d2e5 100%);
  /* 星空の背景色 */
  overflow: hidden;
  /* 星が枠外にはみ出すのを防ぐ */ }

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff;
  /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
  /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite; }

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0; }
  50% {
    transform: scale(1.1);
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1); } }
/*スライド*/
.slick-slider {
  margin: 0;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .slick-slider {
      overflow: hidden; } }

@media screen and (max-width: 768px) {
  .slick-list {
    width: 200%;
    left: -50%; } }

.slick-slider .item {
  width: 1000px;
  height: 700px; }
  @media screen and (max-width: 768px) {
    .slick-slider .item {
      width: 100%;
      height: 300px; } }

.slick-slider img {
  width: 100%;
  height: 700px;
  object-fit: cover; }
  @media screen and (max-width: 768px) {
    .slick-slider img {
      height: 300px; } }

.slick-slider .item_slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.slick-slider .parts_logo {
  width: 1000px;
  height: auto;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .slick-slider .parts_logo {
      width: 45%;
      padding-top: 40px; } }

.slick-slider .parts_copy {
  width: 960px;
  text-align: left;
  line-height: 1.8em;
  color: #fff;
  font-size: 300%;
  font-family: 'Shippori Mincho', serif; }
  @media screen and (max-width: 768px) {
    .slick-slider .parts_copy {
      display: none; } }

.slick-slider .parts_copy_sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .slick-slider .parts_copy_sp {
      display: block;
      width: 100%;
      left: 77%;
      font-size: 150%;
      line-height: 1.8em;
      color: #fff;
      font-family: 'Shippori Mincho', serif; } }

.slick-dots {
  bottom: 20px !important; }
  @media screen and (max-width: 768px) {
    .slick-dots {
      bottom: 0px !important; } }

.slick-dots li.slick-active button:before {
  color: #ff0090 !important;
  font-size: 10px; }

.slick-dots li button:before {
  font-size: 10px !important; }

.slick-dots li button:before {
  color: #fff !important;
  opacity: 1 !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0px !important; }

/*コンテンツ枠共通*/
section .contents_area {
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0px auto;
  padding: 40px 0px; }
  @media screen and (max-width: 768px) {
    section .contents_area {
      width: 90%;
      padding: 20px 0px; } }

.box {
  width: 100%;
  /* 横幅いっぱい */
  margin: 0 0 50px;
  /* 下方向に適度な余白 */
  opacity: 0;
  /* 初期値は透明にしておく */
  transition: .5s;
  /* 動くスピードを0.5秒に指定 */
  position: relative;
  /* 相対位置の設定 */
  top: 50px;
  /* 事前に下に50pxずらしておく */ }

.active {
  opacity: 1;
  /* 透明度を元に戻す */
  top: 0;
  /* ずらしていた位置を戻すことで上に上がっているようにみえる */ }

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px; }

section h2 {
  margin: 0px auto;
  text-align: center;
  background: url("../img/frame.png") no-repeat;
  width: 1000px;
  background-size: cover;
  background-position: 0px 27px; }
  @media screen and (max-width: 768px) {
    section h2 {
      width: 100%;
      background-size: cover;
      background-position: 0px 17px; } }
  @media screen and (max-width: 390px) {
    section h2 {
      width: 100%;
      background-size: contain;
      background-position: 0px 17px; } }
  section h2 img {
    width: auto;
    height: 70px; }
    @media screen and (max-width: 768px) {
      section h2 img {
        height: 40px; } }

section img.frame_bottom {
  width: 1000px;
  object-fit: cover;
  top: -20px; }
  @media screen and (max-width: 768px) {
    section img.frame_bottom {
      width: 100%;
      background-size: contain; } }

/*あらすじ、惑星状星雲って？*/
section.index_arasuji p,
section.index_about p {
  font-size: 120%;
  line-height: 2em;
  color: blue;
  text-align: center;
  width: 90%;
  padding: 40px 20px;
  margin: 20px auto 0px auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 40px rgba(255, 255, 255, 0.5);
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5), -2px 2px 10px rgba(255, 255, 255, 0.5), 2px -2px 10px rgba(255, 255, 255, 0.5), -2px -2px 10px rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 768px) {
    section.index_arasuji p,
    section.index_about p {
      font-size: 100%;
      line-height: 1.8em;
      padding: 20px;
      text-align: left; } }
@media screen and (max-width: 768px) {
  section.index_arasuji p br,
  section.index_about p br {
    display: none; } }
section.index_arasuji p ruby,
section.index_about p ruby {
  color: blue; }
  section.index_arasuji p ruby rp,
  section.index_about p ruby rp {
    color: blue; }
  section.index_arasuji p ruby rt,
  section.index_about p ruby rt {
    color: blue; }

section.index_arasuji .btn_box {
  margin: 20px auto 0px auto; }
section.index_arasuji #btn_animation .btn {
  display: block;
  position: relative;
  width: 300px;
  height: 70px;
  line-height: 70px;
  font-size: 120%;
  text-decoration: none;
  background: linear-gradient(to bottom, #132f8e 0%, #0083cd 57%, #00a2e9 79%, #00d2e5 100%);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  margin: 20px auto 0px auto;
  text-shadow: 2px 2px 10px #00D2E5, -2px 2px 10px #00D2E5, 2px -2px 10px #00D2E5, -2px -2px 10px #00D2E5;
  border: 3px solid #00D2E5; }
section.index_arasuji #btn_animation .btn img {
  width: 20px;
  margin-right: 10px; }
section.index_arasuji #btn_animation .btn:hover {
  text-decoration: none;
  color: #fbfbfb;
  opacity: .7;
  transition: .3s; }
section.index_arasuji #btn_animation .btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite; }
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
section.index_character p.txt {
  text-align: center;
  padding-top: 40px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120%; }
  @media screen and (max-width: 768px) {
    section.index_character p.txt {
      font-size: 100%;
      line-height: 1.8em;
      text-align: left; } }
section.index_character .character_list {
  margin: 20px 40px 0px 40px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    section.index_character .character_list {
      justify-content: space-between; } }
  section.index_character .character_list li {
    width: 136px;
    height: 136px;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 50%; }
    @media screen and (max-width: 768px) {
      section.index_character .character_list li {
        width: 100px;
        height: 100px;
        margin: 10px; } }
  section.index_character .character_list li:nth-of-type(6n) {
    margin-right: 0%; }
    @media screen and (max-width: 768px) {
      section.index_character .character_list li:nth-of-type(6n) {
        margin-right: 10px; } }
section.index_character .zoom_box {
  overflow: hidden;
  background: #fff; }
section.index_character .zoom_box img {
  width: 100%;
  transition: 1s all;
  opacity: .7; }
section.index_character .zoom_box img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  opacity: 1; }
section.index_character .zoom_box a {
  position: relative;
  display: block; }
section.index_character p.name {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  text-shadow: 2px 2px 10px #00D2E5, -2px 2px 10px #00D2E5, 2px -2px 10px #00D2E5; }
  @media screen and (max-width: 768px) {
    section.index_character p.name {
      font-size: 80%; } }
section.index_character p ruby,
section.index_character p rp,
section.index_character p rt {
  color: #fff; }
section.index_character .zoom_box:hover p {
  display: none;
  transition: 1s; }

section.index_history .accordion {
  margin: 40px 40px 0px 40px;
  text-align: left;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120%; }
  @media screen and (max-width: 768px) {
    section.index_history .accordion {
      margin: 20px 20px 0px 20px;
      font-size: 100%; } }
  section.index_history .accordion .option {
    position: relative;
    margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      section.index_history .accordion .option {
        margin-bottom: .5em; } }
    section.index_history .accordion .option .toggle {
      display: none; }
    section.index_history .accordion .option .toggle:checked + .title + .content {
      max-height: 1000px;
      transition: all 1.5s; }
    section.index_history .accordion .option .title,
    section.index_history .accordion .option .content {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.3s; }
    section.index_history .accordion .option .title {
      display: flex;
      font-weight: bold;
      text-align: left;
      line-height: 2em;
      padding: 5px 0px; }
      @media screen and (max-width: 768px) {
        section.index_history .accordion .option .title {
          font-size: 100%;
          line-height: 1.8em; } }
      section.index_history .accordion .option .title span {
        font-size: 120%;
        padding-right: 10px;
        color: blue; }
        @media screen and (max-width: 768px) {
          section.index_history .accordion .option .title span {
            font-size: 100%;
            padding-right: 5px; } }
    section.index_history .accordion .option .title:hover {
      opacity: .5; }
    section.index_history .accordion .option .content {
      max-height: 0;
      overflow: hidden;
      width: 90%;
      margin: 10px auto;
      background: #f1f1f1;
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        section.index_history .accordion .option .content {
          width: 100%;
          margin: 0px; } }
      section.index_history .accordion .option .content .box_inner {
        line-height: 1.8em;
        text-align: left;
        padding: 30px;
        font-size: 90%;
        display: flex; }
        section.index_history .accordion .option .content .box_inner div {
          padding: 0px; }
        section.index_history .accordion .option .content .box_inner .answer {
          padding-right: 10px;
          font-weight: 600;
          font-size: 130%;
          color: #ff0090; }
        section.index_history .accordion .option .content .box_inner .answer_txt ol {
          margin-left: 2em; }
          section.index_history .accordion .option .content .box_inner .answer_txt ol li {
            list-style-type: none;
            counter-increment: cnt;
            position: relative; }
          section.index_history .accordion .option .content .box_inner .answer_txt ol li:before {
            content: "(" counter(cnt) ")";
            display: inline-block;
            margin-left: -3.5em;
            width: 3em;
            text-align: right;
            position: absolute;
            top: 0;
            left: 0; }
        section.index_history .accordion .option .content .box_inner .answer_txt ul {
          margin-left: 1.5em; }
          section.index_history .accordion .option .content .box_inner .answer_txt ul li {
            list-style: disc; }
        section.index_history .accordion .option .content .box_inner a {
          color: #3dbbd8; }
        section.index_history .accordion .option .content .box_inner a:hover {
          opacity: .7;
          text-decoration: underline; }
section.index_history .staff {
  margin: 20px 40px;
  padding: 30px;
  background: linear-gradient(to bottom, #201dc6 0%, #392bd8 100%);
  border-radius: 10px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal; }
  @media screen and (max-width: 768px) {
    section.index_history .staff {
      margin: 20px;
      padding: 20px; } }
  section.index_history .staff .stafftitle {
    font-size: 120%;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      section.index_history .staff .stafftitle {
        padding-bottom: 10px;
        margin-bottom: 0px; } }
  section.index_history .staff dl.prof {
    color: #fff; }
    section.index_history .staff dl.prof dt {
      color: #fff;
      padding-top: 20px;
      font-weight: bold; }
    section.index_history .staff dl.prof dd {
      color: #fff;
      padding-top: 10px;
      line-height: 1.4em; }

/*letter*/
@media screen and (max-width: 768px) {
  section.letter .br_none_sp br {
    display: none !important; } }
section.letter .contents_area {
  max-width: 100%;
  background: #fff;
  padding: 0px 20px;
  margin: 0px auto;
  padding: 73px 0px; }
  @media screen and (max-width: 768px) {
    section.letter .contents_area {
      width: 100%;
      padding: 70px 0px; } }
  section.letter .contents_area h2 {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    padding: 50px;
    background: url("../img/letter/letter_title_bg.png") no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      section.letter .contents_area h2 {
        width: 100%;
        padding: 30px; } }
    section.letter .contents_area h2 p {
      color: #fff;
      padding-bottom: 15px;
      font-size: 150%;
      font-weight: 600;
      text-shadow: 2px 2px 10px #00D2E5, -2px 2px 10px #00D2E5, 2px -2px 10px #00D2E5, -2px -2px 10px #00D2E5; }
    section.letter .contents_area h2 img {
      width: 60%;
      height: auto; }
      @media screen and (max-width: 768px) {
        section.letter .contents_area h2 img {
          width: 70%; } }
  section.letter .contents_area .wrapper {
    width: 1000px;
    margin: 0px auto; }
    @media screen and (max-width: 768px) {
      section.letter .contents_area .wrapper {
        width: 90%; } }
    section.letter .contents_area .wrapper p {
      font-size: 120%;
      line-height: 2em;
      color: blue;
      text-align: center;
      padding: 60px 0px 45px 0px; }
      @media screen and (max-width: 768px) {
        section.letter .contents_area .wrapper p {
          font-size: 100%;
          line-height: 1.8em;
          padding: 30px 0px 5px 0px;
          text-align: left; } }
    @media screen and (max-width: 768px) {
      section.letter .contents_area .wrapper p br {
        display: none; } }
    section.letter .contents_area .wrapper p ruby {
      color: blue; }
      section.letter .contents_area .wrapper p ruby rp {
        color: blue; }
      section.letter .contents_area .wrapper p ruby rt {
        color: blue; }
    section.letter .contents_area .wrapper .letter_list_area .letter_list {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        section.letter .contents_area .wrapper .letter_list_area .letter_list {
          justify-content: space-between; } }
      section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts {
        width: 230px;
        border: 1px solid #00D2E5;
        border-radius: 10px;
        margin-top: 26.5px;
        margin-right: 26.5px;
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 768px) {
          section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts {
            width: 48%;
            min-height: 194px;
            margin-top: 15px;
            margin-right: auto; } }
        section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts a {
          display: flex;
          flex-direction: column;
          height: 100%; }
        section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts a:hover {
          opacity: .7;
          transition: .3s; }
        section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts .thum img {
          width: 100%;
          object-fit: cover;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts .info {
          padding: 10px; }
          section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts .info .vol {
            color: #ff0090;
            font-weight: 600;
            font-size: 80%; }
          section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts .info .title {
            color: #ff0090;
            font-weight: 600;
            padding-top: 5px;
            line-height: 1.4em; }
            section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts .info .title br {
              display: none; }
              @media screen and (max-width: 768px) {
                section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts .info .title br {
                  display: block; } }
        section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts .date {
          font-size: 80%;
          text-align: right;
          margin-top: auto;
          padding: 0px 10px 10px 10px; }
      section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts:nth-child(4n) {
        margin-right: 0px; }
        @media screen and (max-width: 768px) {
          section.letter .contents_area .wrapper .letter_list_area .letter_list .list_parts:nth-child(4n) {
            margin-right: auto; } }
      section.letter .contents_area .wrapper .letter_list_area .letter_list .comingsoon {
        background: #a9f8ff; }
        section.letter .contents_area .wrapper .letter_list_area .letter_list .comingsoon p {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          color: #00D2E5;
          height: 100%; }

/*letter*/
@media screen and (max-width: 768px) {
  section.tos .br_none_sp br {
    display: none !important; } }
section.tos .contents_area {
  max-width: 100%;
  background: #fff;
  padding: 0px 20px;
  margin: 0px auto;
  padding: 73px 0px; }
  @media screen and (max-width: 768px) {
    section.tos .contents_area {
      width: 100%;
      padding: 70px 0px; } }
  section.tos .contents_area h2 {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    padding: 80px;
    background: url("../img/letter/letter_title_bg.png") no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      section.tos .contents_area h2 {
        width: 100%;
        padding: 50px; } }
    section.tos .contents_area h2 p {
      color: #fff;
      font-size: 150%;
      font-weight: 600;
      text-shadow: 2px 2px 10px #00D2E5, -2px 2px 10px #00D2E5, 2px -2px 10px #00D2E5, -2px -2px 10px #00D2E5; }
  section.tos .contents_area .wrapper {
    width: 1000px;
    margin: 0px auto; }
    @media screen and (max-width: 768px) {
      section.tos .contents_area .wrapper {
        width: 90%; } }
    section.tos .contents_area .wrapper .tos_list_area {
      margin-top: 60px;
      line-height: 1.8em; }
      @media screen and (max-width: 768px) {
        section.tos .contents_area .wrapper .tos_list_area {
          margin-top: 40px; } }
      section.tos .contents_area .wrapper .tos_list_area dl dt {
        font-weight: 600;
        font-size: 120%;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #ff0090;
        border-top: 1px solid #ff0090;
        border-bottom: 1px solid #ff0090; }
      section.tos .contents_area .wrapper .tos_list_area dl dd {
        padding-top: 20px; }
        section.tos .contents_area .wrapper .tos_list_area dl dd ul {
          padding-left: 20px;
          list-style-type: disc;
          list-style-position: outside; }
        section.tos .contents_area .wrapper .tos_list_area dl dd a {
          color: #ff0090; }
        section.tos .contents_area .wrapper .tos_list_area dl dd a:hover {
          opacity: .5;
          transition: .3s; }
