@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, header, footer, nav,
article, section, address, aside, figure, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, img,
fieldset, legend, form, label,
th, td,
menu, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style-type: none;
}

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

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ------------------------------------------
  BASIC STYLES
--------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, header, footer, nav,
article, section, address, aside, figure, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, img,
fieldset, legend, form, label,
th, td,
menu, details, summary {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1;
}

html,
body {
  background-attachment: fixed;
  color: #000;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", "DotGothic16", "WDXL Lubrifont SC", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-align: left;
  word-break: break-all;
  letter-spacing: .1em;
  line-height: 1;
  overflow-x: hidden;
}

@media all and (max-width: 1200px) {
  html,
  body {
    font-size: 1.16667vw;
  }
}

@media all and (max-width: 750px) {
  html,
  body {
    font-size: 3.2vw;
  }
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  color: #000;
}

a:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  color: #47C69A;
}

img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

sup {
  margin-top: -0.3em;
  display: inline-block;
  font-size: 70%;
  vertical-align: top;
}

.pc {
  display: block !important;
}

@media all and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media all and (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

#pageTop {
  width: 157px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
}

@media all and (max-width: 1200px) {
  #pageTop {
    width: 13.08333vw;
  }
}

@media all and (max-width: 750px) {
  #pageTop {
    width: 20.93333vw;
  }
}

/* ------------------------------------------
  mixin
--------------------------------------------- */
/* ------------------------------------------
  HEADER
--------------------------------------------- */
header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

#top header {
  position: fixed;
}

header .inner_head {
  width: 1180px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 1200px) {
  header .inner_head {
    width: 98.33333vw;
  }
}

@media all and (max-width: 750px) {
  header .inner_head {
    width: 100%;
  }
}

header h1 {
  color: #000;
  font-size: 47px;
  font-family: "puffin-arcade-chrome", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  header h1 {
    font-size: 3.91667vw;
  }
}

@media all and (max-width: 750px) {
  header h1 {
    display: none;
  }
}

/* ------------------------------------------
  FOOTER
--------------------------------------------- */
footer {
  padding: 15px 0;
  background: #C5D69A;
  font-family: "puffin-arcade-dither", sans-serif;
  font-weight: 800;
  font-size: 12px;
  font-style: normal;
  text-align: center;
}

@media all and (max-width: 1200px) {
  footer {
    padding: 1.25vw 0;
    font-size: 1vw;
  }
}

@media all and (max-width: 750px) {
  footer {
    padding: 2.66667vw 0;
    font-size: 2.66667vw;
  }
}

/* ------------------------------------------
  ナビ
--------------------------------------------- */
nav .menu-content {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  nav .menu-content {
    width: 100%;
    padding-top: 26.66667vw;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    /*leftの値を変更してメニューを画面外へ*/
    overflow-y: scroll;
    transition: all 0.5s;
    /*アニメーション設定*/
    z-index: 80;
    display: block;
    text-align: center;
  }
}

nav .menu-content a {
  color: #000;
  font-size: 32px;
  font-family: "puffin-arcade-liquid", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  nav .menu-content a {
    font-size: 2.66667vw;
  }
}

@media all and (max-width: 750px) {
  nav .menu-content a {
    font-size: 5.33333vw;
  }
}

nav .menu-content a:hover {
  color: #FF58A5;
}

nav .menu-content > li {
  margin-left: 40px;
}

@media all and (max-width: 1200px) {
  nav .menu-content > li {
    margin-left: 3.33333vw;
  }
}

@media all and (max-width: 750px) {
  nav .menu-content > li {
    margin-bottom: 5.33333vw;
    margin-left: 0;
  }
}

@media all and (max-width: 750px) {
  nav .menu-content > li.title a {
    font-size: 8vw;
  }
}

nav .menu-btn {
  display: none;
}

@media screen and (max-width: 750px) {
  nav .menu-btn {
    width: 11.33333vw;
    height: 11.33333vw;
    border: solid 0.66667vw #FF58A5;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 5.33333vw;
    right: 2.66667vw;
    z-index: 3000;
  }
}

@media screen and (max-width: 750px) {
  nav .menu-btn span {
    width: 4.66667vw;
    height: 0.53333vw;
    margin: 5.06667vw auto;
    background-color: #FF58A5;
    display: block;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media screen and (max-width: 750px) {
  nav .menu-btn span:before, nav .menu-btn span:after {
    width: 4.66667vw;
    height: 0.53333vw;
    background-color: #FF58A5;
    border-radius: 20px;
    content: "";
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: -2vw;
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  nav .menu-btn span:after {
    top: 2.13333vw;
  }
}

nav #menu-btn-check {
  display: none;
}

nav #menu-btn-check:checked ~ .menu-btn {
  background: none;
  justify-content: flex-start;
  position: fixed;
}

nav #menu-btn-check:checked ~ .menu-btn span {
  background-color: transparent;
}

nav #menu-btn-check:checked ~ .menu-btn span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav #menu-btn-check:checked ~ .menu-btn span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav #menu-btn-check:checked ~ .menu-content {
  right: 0;
  /*メニューを画面内へ*/
}

@media all and (max-width: 750px) {
  nav #menu-btn-check:checked ~ .menu-content {
    right: 0;
    /*メニューを画面内へ*/
    z-index: 2000;
  }
}

/* ------------------------------------------
  共通
--------------------------------------------- */
h1.h_logo {
  font-size: 149px;
  font-family: "puffin-arcade-chrome", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  h1.h_logo {
    font-size: 12.41667vw;
  }
}

@media all and (max-width: 750px) {
  h1.h_logo {
    font-size: 20vw;
  }
}

hgroup.tit_h2 {
  margin-bottom: 44px;
  text-align: center;
}

@media all and (max-width: 1200px) {
  hgroup.tit_h2 {
    margin-bottom: 3.66667vw;
  }
}

@media all and (max-width: 750px) {
  hgroup.tit_h2 {
    margin-bottom: 5.86667vw;
  }
}

hgroup.tit_h2 h2 {
  color: #FF58A5;
  font-size: 50px;
  font-family: "puffin-arcade-liquid", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  hgroup.tit_h2 h2 {
    font-size: 4.16667vw;
  }
}

@media all and (max-width: 750px) {
  hgroup.tit_h2 h2 {
    margin-bottom: 1.33333vw;
    font-size: 10.66667vw;
  }
}

hgroup.tit_h2 span {
  color: #47C69A;
  font-size: 18px;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  hgroup.tit_h2 span {
    font-size: 1.5vw;
  }
}

@media all and (max-width: 750px) {
  hgroup.tit_h2 span {
    font-size: 4.26667vw;
  }
}

#wrapper {
  margin: 0 auto;
}

.double {
  display: flex;
}

@media all and (max-width: 750px) {
  .double {
    flex-direction: column;
  }
}

.page_front #kv {
  width: 100%;
  height: 600px;
  background-color: #F4F4F4;
  background-image: url(../img/top/kv_pc.png);
  background-size: 420px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media all and (max-width: 1200px) {
  .page_front #kv {
    height: 50vw;
    background-size: 35vw auto;
  }
}

@media all and (max-width: 750px) {
  .page_front #kv {
    height: 120vw;
    background-size: 77.2vw;
    background-position: top 13.33333vw center;
  }
}

.page_front #kv h1 {
  margin: auto;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .page_front #kv h1 {
    bottom: 4.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #kv h1 {
    bottom: 10.66667vw;
  }
}

.page_front #update {
  padding: 70px 0 80px;
  background: #fff;
}

@media all and (max-width: 1200px) {
  .page_front #update {
    padding: 5.83333vw 0 6.66667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #update {
    padding: 13.33333vw 0;
  }
}

.page_front #update .btn_link {
  margin-top: 1em;
  display: block;
  text-align: right;
}

.page_front #update .btn_link a {
  color: #FF58A5;
}

.page_front #update .box_topics {
  width: 800px;
  margin: 0 auto;
}

@media all and (max-width: 1200px) {
  .page_front #update .box_topics {
    width: 66.66667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #update .box_topics {
    width: 88vw;
  }
}

.page_front #update .box_topics .list_topics {
  font-size: 14px;
}

@media all and (max-width: 1200px) {
  .page_front #update .box_topics .list_topics {
    font-size: 1.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #update .box_topics .list_topics {
    font-size: 3.2vw;
  }
}

.page_front #update .box_topics .list_topics > div {
  width: 100%;
  margin-bottom: 5px;
  padding: 7px 20px;
  align-items: center;
  background: #C5D69A;
  border-radius: 100px;
  display: flex;
}

@media all and (max-width: 1200px) {
  .page_front #update .box_topics .list_topics > div {
    margin-bottom: 0.41667vw;
    padding: 0.58333vw 1.66667vw;
    border-radius: 8.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #update .box_topics .list_topics > div {
    margin-bottom: 2.66667vw;
    padding: 2.66667vw;
    border-radius: 13.33333vw;
  }
}

.page_front #update .box_topics .list_topics > div:last-child {
  margin-bottom: 0;
}

.page_front #update .box_topics .list_topics dt {
  width: 13%;
  font-family: "puffin-arcade-dither", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
}

@media all and (max-width: 750px) {
  .page_front #update .box_topics .list_topics dt {
    width: 28%;
    font-size: 3.73333vw;
  }
}

.page_front #update .box_topics .list_topics dd {
  width: 87%;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

@media all and (max-width: 750px) {
  .page_front #update .box_topics .list_topics dd {
    width: 72%;
  }
}

.page_front #about {
  padding: 70px 0 80px;
  background: #F4F4F4;
}

@media all and (max-width: 1200px) {
  .page_front #about {
    padding: 5.83333vw 0 6.66667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about {
    padding: 13.33333vw 0;
  }
}

.page_front #about .box_inner {
  margin-bottom: 45px;
  justify-content: center;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_inner {
    margin-bottom: 3.75vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_inner {
    width: 88vw;
    margin: 0 auto 8.66667vw;
  }
}

.page_front #about .box_profile,
.page_front #about .box_site {
  width: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile,
  .page_front #about .box_site {
    width: 33.33333vw;
    padding-top: 3.33333vw;
    padding-bottom: 3.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile,
  .page_front #about .box_site {
    width: 100%;
    padding-top: 0;
    padding-bottom: 9.33333vw;
  }
}

.page_front #about .box_profile {
  padding-right: 40px;
  border-right: dotted 1px #747474;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile {
    padding-right: 3.33333vw;
    border-right: dotted 0.08333vw #747474;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile {
    width: 100%;
    border-right: 0;
    border-bottom: dotted 1px #747474;
  }
}

.page_front #about .box_profile p.txt {
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 1.8;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile p.txt {
    margin-bottom: 4.16667vw;
    font-size: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile p.txt {
    margin-bottom: 6.66667vw;
    font-size: 3.2vw;
  }
}

.page_front #about .box_profile h3 {
  margin-bottom: 20px;
  color: #47C69A;
  font-size: 28px;
  font-family: "puffin-arcade-liquid", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile h3 {
    margin-bottom: 1.66667vw;
    font-size: 2.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile h3 {
    margin-bottom: 2.66667vw;
    font-size: 6.66667vw;
  }
}

.page_front #about .box_profile h4 {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: bold;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile h4 {
    margin-bottom: 1.16667vw;
    font-size: 1.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile h4 {
    margin-bottom: 2.66667vw;
    font-size: 3.2vw;
  }
}

.page_front #about .box_profile .list_link {
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile .list_link {
    margin-bottom: 1.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile .list_link {
    margin-bottom: 6.66667vw;
  }
}

.page_front #about .box_profile .list_link a {
  color: #FF58A5;
}

.page_front #about .box_profile .list_link a i {
  color: #FF58A5;
}

.page_front #about .box_profile .list_link i {
  margin-left: 5px;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile .list_link i {
    margin-left: 0.41667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile .list_link i {
    margin-left: 1.33333vw;
  }
}

.page_front #about .box_profile .list_link > li {
  border-right: solid 1px #FF58A5;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile .list_link > li {
    border-right: solid 0.08333vw #FF58A5;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile .list_link > li {
    border-right: solid 0.13333vw #FF58A5;
  }
}

.page_front #about .box_profile .list_link > li:last-child {
  border-right: none;
}

.page_front #about .box_profile .list_link > li a {
  padding: 0 10px;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile .list_link > li a {
    padding: 0 0.83333vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile .list_link > li a {
    padding: 0 2.66667vw;
  }
}

.page_front #about .box_profile .list_prof > div {
  margin-bottom: 20px;
  display: flex;
  font-size: 12px;
  text-align: left;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile .list_prof > div {
    margin-bottom: 1.66667vw;
    font-size: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile .list_prof > div {
    margin-bottom: 5.33333vw;
    font-size: 2.66667vw;
    flex-direction: column;
  }
}

.page_front #about .box_profile .list_prof > div:last-child {
  margin-bottom: 0;
}

.page_front #about .box_profile .list_prof > div dt {
  width: 130px;
  line-height: 1.5;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile .list_prof > div dt {
    width: 10.83333vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile .list_prof > div dt {
    width: 100%;
    margin-bottom: 1.33333vw;
    font-size: 3.2vw;
    text-align: center;
  }
}

.page_front #about .box_profile .list_prof > div dd {
  width: 270px;
  line-height: 1.5;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_profile .list_prof > div dd {
    width: 22.5vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_profile .list_prof > div dd {
    width: 100%;
    text-align: center;
  }
}

.page_front #about .box_site {
  padding-left: 40px;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site {
    padding-left: 3.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site {
    padding-top: 9.33333vw;
    padding-left: 0;
  }
}

.page_front #about .box_site .list_site i {
  margin-right: 5px;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site .list_site i {
    margin-right: 0.41667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site .list_site i {
    margin-right: 1.33333vw;
  }
}

.page_front #about .box_site .list_site > div {
  margin-bottom: 20px;
  display: flex;
  font-size: 12px;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site .list_site > div {
    margin-bottom: 1.66667vw;
    font-size: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site .list_site > div {
    margin-bottom: 5.33333vw;
    font-size: 3.2vw;
    flex-direction: column;
    text-align: center;
  }
}

.page_front #about .box_site .list_site > div dt {
  width: 120px;
  line-height: 1.5;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site .list_site > div dt {
    width: 10vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site .list_site > div dt {
    width: 100%;
  }
}

.page_front #about .box_site .list_site > div dd {
  width: 280px;
  line-height: 1.5;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site .list_site > div dd {
    width: 23.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site .list_site > div dd {
    width: 100%;
  }
}

.page_front #about .box_site .bnr {
  width: 200px;
  margin: 20px 0;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site .bnr {
    width: 16.66667vw;
    margin: 1.66667vw 0;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site .bnr {
    width: 400px;
    margin: 0 auto 5.33333vw;
  }
}

.page_front #about .box_site .list_dousa > div {
  margin-bottom: 20px;
  display: flex;
  font-size: 12px;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site .list_dousa > div {
    margin-bottom: 1.66667vw;
    font-size: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site .list_dousa > div {
    margin-bottom: 5.33333vw;
    font-size: 2.93333vw;
    flex-direction: column;
    text-align: center;
  }
}

.page_front #about .box_site .list_dousa > div dt {
  width: 100px;
  line-height: 1.5;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site .list_dousa > div dt {
    width: 8.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site .list_dousa > div dt {
    width: 100%;
  }
}

.page_front #about .box_site .list_dousa > div dd {
  width: 300px;
  line-height: 1.5;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site .list_dousa > div dd {
    width: 25vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site .list_dousa > div dd {
    width: 100%;
  }
}

.page_front #about .box_site .note {
  font-size: 12px;
  line-height: 1.5;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_site .note {
    font-size: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_site .note {
    font-size: 2.66667vw;
    text-align: center;
  }
}

.page_front #about .box_caution {
  width: 800px;
  margin: 0 auto;
  color: #747474;
  font-size: 12px;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .page_front #about .box_caution {
    width: 66.66667vw;
    font-size: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #about .box_caution {
    width: 80vw;
    font-size: 2.66667vw;
  }
}

.page_front #about .box_caution p.txt {
  margin-bottom: 2em;
  line-height: 1.8;
}

.page_front #about .box_caution p.txt:last-child {
  margin-bottom: 0;
}

.page_front #gallery {
  background-color: #011316;
  background-image: url(../img/top/gallery_mv_02_pc.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media all and (max-width: 750px) {
  .page_front #gallery {
    background-image: url(../img/top/gallery_mv_02_sp.png);
    background-size: 100%　auto;
  }
}

.page_front #gallery section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 240px 0 170px;
  position: relative;
}

@media all and (max-width: 1200px) {
  .page_front #gallery section {
    padding: 20vw 0 14.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #gallery section {
    padding: 32vw 0;
  }
}

.page_front #gallery section:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: block;
  position: absolute;
  width: 1200px;
  height: 590px;
  margin: auto;
  background-image: url(../img/top/gallery_mv_01_pc.png);
  background-size: auto 100%;
  background-position: top right;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

@media all and (max-width: 1200px) {
  .page_front #gallery section:after {
    width: 100vw;
    height: 49.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #gallery section:after {
    width: 100vw;
    height: 94.66667vw;
    background-image: url(../img/top/gallery_mv_01_sp.png);
    background-size: 100% auto;
  }
}

.page_front #gallery a {
  width: 400px;
  margin: 0 auto;
  padding: 20px 0 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px #fff;
  display: block;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media all and (max-width: 1200px) {
  .page_front #gallery a {
    width: 33.33333vw;
    padding: 1.66667vw 0 2.5vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #gallery a {
    width: 80vw;
    padding: 3.33333vw 0 4.66667vw;
  }
}

.page_front #gallery a:hover {
  background-color: #FFF969;
}

.page_front #gallery a:hover .tit_h2 {
  color: #FF58A5;
}

.page_front #gallery a .tit_h2 {
  color: #FFF969;
  display: block;
  font-size: 50px;
  font-family: "puffin-arcade-liquid", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  .page_front #gallery a .tit_h2 {
    font-size: 4.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #gallery a .tit_h2 {
    font-size: 10.66667vw;
  }
}

.page_front #gallery a .h_sub {
  color: #4EFFF1;
  display: block;
  font-size: 18px;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  .page_front #gallery a .h_sub {
    font-size: 1.5vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #gallery a .h_sub {
    font-size: 4.26667vw;
  }
}

.page_front #contact {
  padding: 100px 0;
  background: #F4F4F4;
}

@media all and (max-width: 1200px) {
  .page_front #contact {
    padding: 8.33333vw 0;
  }
}

@media all and (max-width: 750px) {
  .page_front #contact {
    padding: 13.33333vw 0;
  }
}

.page_front #contact a {
  width: 400px;
  margin: 0 auto;
  padding: 20px 0 30px;
  background-color: #fff;
  border: solid 1px #47C69A;
  display: block;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .page_front #contact a {
    width: 33.33333vw;
    padding: 1.66667vw 0 2.5vw;
    border: solid 0.08333vw #47C69A;
  }
}

@media all and (max-width: 750px) {
  .page_front #contact a {
    width: 80vw;
    padding: 3.33333vw 0 4.66667vw;
    border: solid 0.13333vw #47C69A;
  }
}

.page_front #contact a:hover {
  background-color: #FF58A5;
}

.page_front #contact a:hover .tit_h2,
.page_front #contact a:hover .h_sub {
  color: #fff;
}

.page_front #contact a .tit_h2 {
  color: #FF58A5;
  display: block;
  font-size: 50px;
  font-family: "puffin-arcade-liquid", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  .page_front #contact a .tit_h2 {
    font-size: 4.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #contact a .tit_h2 {
    font-size: 10.66667vw;
  }
}

.page_front #contact a .h_sub {
  color: #47C69A;
  display: block;
  font-size: 18px;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media all and (max-width: 1200px) {
  .page_front #contact a .h_sub {
    font-size: 1.5vw;
  }
}

@media all and (max-width: 750px) {
  .page_front #contact a .h_sub {
    font-size: 4.26667vw;
  }
}

.page_topics hgroup.tit_h2 {
  font-size: 30px;
  text-align: center;
}

.page_topics hgroup.tit_h2 h2 {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: double 4px #000;
  font-size: 30px;
}

@media all and (max-width: 1000px) {
  .page_topics hgroup.tit_h2 h2 {
    margin-bottom: 5vw;
    padding-bottom: 2vw;
    border-bottom: double 0.4vw #000;
    font-size: 3vw;
  }
}

@media all and (max-width: 750px) {
  .page_topics hgroup.tit_h2 h2 {
    margin-bottom: 13.33333vw;
    padding-bottom: 5.33333vw;
    border-bottom: double 1.06667vw #000;
    font-size: 8vw;
  }
}

.page_topics hgroup.tit_h2 span {
  display: block;
}

.page_topics hgroup.tit_h2 span.tit {
  color: #000;
  font-size: 100%;
}

.page_topics hgroup.tit_h2 span.sub {
  margin-bottom: 1em;
  color: #FF58A5;
  font-size: 70%;
}

.page_topics #update {
  padding: 70px 0 80px;
  background: #fff;
}

@media all and (max-width: 1200px) {
  .page_topics #update {
    padding: 5.83333vw 0 6.66667vw;
  }
}

@media all and (max-width: 750px) {
  .page_topics #update {
    padding: 13.33333vw 0;
  }
}

.page_topics #update > section {
  width: 800px;
  margin: 0 auto;
}

@media all and (max-width: 1200px) {
  .page_topics #update > section {
    width: 66.66667vw;
  }
}

@media all and (max-width: 750px) {
  .page_topics #update > section {
    width: 88vw;
  }
}

.page_topics #update .box_topics {
  width: 800px;
  margin: 0 auto;
  overflow-y: scroll;
  scrollbar-color: #000 #fff;
  scrollbar-width: thin;
}

@media all and (max-width: 1200px) {
  .page_topics #update .box_topics {
    width: 66.66667vw;
  }
}

@media all and (max-width: 750px) {
  .page_topics #update .box_topics {
    width: 88vw;
  }
}

.page_topics #update .box_topics .list_topics {
  font-size: 14px;
}

@media all and (max-width: 1200px) {
  .page_topics #update .box_topics .list_topics {
    font-size: 1.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_topics #update .box_topics .list_topics {
    font-size: 3.2vw;
  }
}

.page_topics #update .box_topics .list_topics > div {
  width: 780px;
  margin-bottom: 5px;
  padding: 7px 20px;
  align-items: center;
  background: #C5D69A;
  border-radius: 100px;
  display: flex;
}

@media all and (max-width: 1200px) {
  .page_topics #update .box_topics .list_topics > div {
    width: 65vw;
    margin-bottom: 0.41667vw;
    padding: 0.58333vw 1.66667vw;
    border-radius: 8.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_topics #update .box_topics .list_topics > div {
    width: 85.33333vw;
    margin-bottom: 2.66667vw;
    padding: 2.66667vw;
    border-radius: 13.33333vw;
  }
}

.page_topics #update .box_topics .list_topics > div:last-child {
  margin-bottom: 0;
}

.page_topics #update .box_topics .list_topics dt {
  width: 13%;
  font-family: "puffin-arcade-dither", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
}

@media all and (max-width: 750px) {
  .page_topics #update .box_topics .list_topics dt {
    width: 28%;
    font-size: 3.73333vw;
  }
}

.page_topics #update .box_topics .list_topics dd {
  width: 87%;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

@media all and (max-width: 750px) {
  .page_topics #update .box_topics .list_topics dd {
    width: 72%;
  }
}

.page_topics .box_txt {
  margin-bottom: 100px;
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: .1em;
  text-align: center;
}

@media all and (max-width: 1000px) {
  .page_topics .box_txt {
    margin-bottom: 10vw;
    font-size: 1.4vw;
  }
}

@media all and (max-width: 750px) {
  .page_topics .box_txt {
    margin-bottom: 13.33333vw;
    font-size: 3.73333vw;
  }
}

.page_topics .nav-below {
  padding: 10px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: center;
  justify-content: center;
  display: flex;
}

@media all and (max-width: 1000px) {
  .page_topics .nav-below {
    padding: 1vw;
    border-top: solid 0.1vw #000;
    border-bottom: solid 0.1vw #000;
  }
}

@media all and (max-width: 750px) {
  .page_topics .nav-below {
    padding: 2.66667vw;
  }
}

.page_topics .nav-below .btn_home {
  margin: 0 2em;
}

.page_contact #contact {
  padding: 70px 0 80px;
  background: #F4F4F4;
}

@media all and (max-width: 1200px) {
  .page_contact #contact {
    padding: 5.83333vw 0 6.66667vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact {
    padding: 13.33333vw 0;
  }
}

.page_contact #contact .box_txt {
  margin-bottom: 50px;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .page_contact #contact .box_txt {
    margin-bottom: 4.16667vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_txt {
    margin-bottom: 13.33333vw;
  }
}

.page_contact #contact .error {
  color: #FF58A5;
  margin-top: .5em;
}

.page_contact #contact .box_inner {
  margin-bottom: 45px;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-content: center;
}

@media all and (max-width: 1200px) {
  .page_contact #contact .box_inner {
    margin-bottom: 3.75vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_inner {
    width: 88vw;
    margin: 0 auto 8.66667vw;
  }
}

.page_contact #contact .box_inner .list_btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

@media all and (max-width: 1200px) {
  .page_contact #contact .box_inner .list_btn {
    margin-top: 5vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_inner .list_btn {
    margin-top: 0;
    flex-direction: column;
  }
}

.page_contact #contact .box_inner .list_btn li {
  margin-right: 20px;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .page_contact #contact .box_inner .list_btn li {
    margin-right: 1.66667vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_inner .list_btn li {
    margin-bottom: 5.33333vw;
    margin-right: 0;
  }
}

.page_contact #contact .box_inner .list_btn li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.page_contact #contact .box_inner .btn_contact {
  width: 200px;
  margin: 0 auto;
  padding: 20px 0;
  background: #FF58A5;
  color: #fff;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
}

@media all and (max-width: 1200px) {
  .page_contact #contact .box_inner .btn_contact {
    width: 16.66667vw;
    padding: 1.66667vw 0;
    font-size: 1.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_inner .btn_contact {
    width: 80%;
    padding: 4vw 0;
    font-size: 3.46667vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_inner .list_contact {
    margin-bottom: 16vw;
  }
}

.page_contact #contact .box_inner .list_contact > div {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-content: center;
}

@media all and (max-width: 1200px) {
  .page_contact #contact .box_inner .list_contact > div {
    margin-bottom: 1.66667vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_inner .list_contact > div {
    margin-bottom: 8vw;
    flex-direction: column;
  }
}

.page_contact #contact .box_inner .list_contact > div:last-child {
  margin-bottom: 0;
}

.page_contact #contact .box_inner .list_contact dt {
  width: 170px;
  padding-right: 40px;
  text-align: right;
}

@media all and (max-width: 1200px) {
  .page_contact #contact .box_inner .list_contact dt {
    width: 14.16667vw;
    padding-right: 3.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_inner .list_contact dt {
    width: 100%;
    margin-bottom: 2.66667vw;
    text-align: left;
  }
}

.page_contact #contact .box_inner .list_contact dd {
  width: 400px;
}

@media all and (max-width: 1200px) {
  .page_contact #contact .box_inner .list_contact dd {
    width: 33.33333vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_inner .list_contact dd {
    width: 100%;
  }
}

.page_contact #contact .box_inner .list_contact dd .form_cnt,
.page_contact #contact .box_inner .list_contact dd .form_msg {
  width: 400px;
  padding: 1em;
  border-radius: 10px;
  border: solid 1px #000;
  background: #C5D69A;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  letter-spacing: .2em;
  line-height: 1.5em;
  outline: none;
}

@media all and (max-width: 1200px) {
  .page_contact #contact .box_inner .list_contact dd .form_cnt,
  .page_contact #contact .box_inner .list_contact dd .form_msg {
    width: 33.33333vw;
    border-radius: 0.83333vw;
  }
}

@media all and (max-width: 750px) {
  .page_contact #contact .box_inner .list_contact dd .form_cnt,
  .page_contact #contact .box_inner .list_contact dd .form_msg {
    width: 100%;
    border-radius: 1.33333vw;
  }
}

.page_gallery {
  min-height: 100vh;
}

.page_gallery hgroup.h_gal2 {
  margin-bottom: 40px;
  align-items: center;
  display: flex;
  font-size: 20px;
}

@media all and (max-width: 1000px) {
  .page_gallery hgroup.h_gal2 {
    margin-bottom: 4vw;
    font-size: 2vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery hgroup.h_gal2 {
    margin-bottom: 5.33333vw;
    flex-direction: column;
    font-size: 4vw;
  }
}

.page_gallery hgroup.h_gal2 h2 {
  font-family: "WDXL Lubrifont SC";
  font-style: normal;
  font-weight: 400;
}

@media all and (max-width: 750px) {
  .page_gallery hgroup.h_gal2 h2 {
    margin-bottom: 1.33333vw;
  }
}

.page_gallery hgroup.h_gal2 span {
  padding-left: 10px;
  color: #30E0D2;
  font-family: "puffin-arcade-liquid", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media all and (max-width: 1000px) {
  .page_gallery hgroup.h_gal2 span {
    padding-left: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery hgroup.h_gal2 span {
    padding-left: 0;
    font-size: 3.2vw;
  }
}

.page_gallery #kv {
  background: #F4F4F4;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 750px) {
  .page_gallery #kv {
    width: 100%;
  }
}

.page_gallery #kv section {
  width: 1000px;
  margin: 0 auto;
  align-items: center;
  display: flex;
}

@media all and (max-width: 1000px) {
  .page_gallery #kv section {
    width: 100vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery #kv section {
    width: 100%;
    position: relative;
  }
}

.page_gallery #kv section .logo {
  width: 350px;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 1000px) {
  .page_gallery #kv section .logo {
    width: 35vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery #kv section .logo {
    width: 46.66667vw;
    height: 48vw;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.page_gallery #kv section .thumb {
  width: 650px;
  height: 360px;
  overflow: hidden;
}

@media all and (max-width: 1000px) {
  .page_gallery #kv section .thumb {
    width: 65vw;
    height: 36vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery #kv section .thumb {
    width: 86.66667vw;
    height: 48vw;
    margin-left: auto;
    margin-right: 0;
  }
}

.page_gallery .box_nav {
  width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 1000px) {
  .page_gallery .box_nav {
    width: 100vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .box_nav {
    width: 96vw;
  }
}

.page_gallery .box_nav .list_gallery_gNav {
  display: flex;
  font-family: "puffin-arcade-liquid", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1000px) {
  .page_gallery .box_nav .list_gallery_gNav {
    font-size: 2.2vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .box_nav .list_gallery_gNav {
    font-size: 3.2vw;
  }
}

.page_gallery .box_nav .list_gallery_gNav li {
  width: 180px;
  margin-right: 10px;
  text-align: center;
}

@media all and (max-width: 1000px) {
  .page_gallery .box_nav .list_gallery_gNav li {
    width: 18vw;
    margin-right: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .box_nav .list_gallery_gNav li {
    width: 26.66667vw;
    margin-right: 1.33333vw;
  }
}

.page_gallery .box_nav .list_gallery_gNav li a {
  width: 100%;
  padding: 15px 0;
  background: #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  display: block;
  color: #30E0D2;
}

@media all and (max-width: 1000px) {
  .page_gallery .box_nav .list_gallery_gNav li a {
    padding: 1.5vw 0;
    box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 1vw 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .box_nav .list_gallery_gNav li a {
    padding: 2.66667vw 0;
    border-radius: 0 0 1.33333vw 1.33333vw;
  }
}

.page_gallery .box_nav .list_gallery_gNav li.link_ah a {
  background: #F4F4F4;
  color: #000;
}

.page_gallery .box_nav .list_gallery_gNav li.link_ac a {
  background: #28254a;
  color: #fff;
}

.page_gallery .box_nav .note {
  margin-top: 10px;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

@media all and (max-width: 1000px) {
  .page_gallery .box_nav .note {
    margin-top: 1vw;
    font-size: 1.2vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .box_nav .note {
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
  }
}

.page_gallery .wrap_cnt {
  width: 1000px;
  margin: 20px auto 0;
  display: flex;
  ustify-content: space-between;
}

@media all and (max-width: 1000px) {
  .page_gallery .wrap_cnt {
    width: 100vw;
    margin: 2vw auto 0;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt {
    width: 88vw;
    margin-top: 9.33333vw;
    flex-direction: column;
  }
}

.page_gallery .wrap_cnt nav {
  width: 160px;
  height: fit-content;
  padding: 40px 20px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.1);
  font-family: "WDXL Lubrifont SC";
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
}

@media all and (max-width: 1000px) {
  .page_gallery .wrap_cnt nav {
    width: 16vw;
    padding: 4vw 2vw;
    border-radius: 0 1vw 1vw 0;
    font-size: 1.4vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt nav {
    width: 88vw;
    margin: 4vw auto 0;
    padding: 1.33333vw 2.66667vw;
    border-radius: 1.33333vw;
    box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.1);
    font-size: 3.46667vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt nav .list_navGallery {
    padding: 1.33333vw 0;
    display: flex;
    justify-content: center;
  }
}

.page_gallery .wrap_cnt nav .list_navGallery > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 7px;
  padding-right: 7px;
  border-bottom: dotted 1px #747474;
}

@media all and (max-width: 1000px) {
  .page_gallery .wrap_cnt nav .list_navGallery > li {
    margin-bottom: 1vw;
    padding-bottom: 1vw;
    padding-left: 0.7vw;
    padding-right: 0.7vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt nav .list_navGallery > li {
    margin-bottom: 0;
    padding: 0 1.33333vw;
    border-right: dotted 0.13333vw #747474;
    border-bottom: none;
  }
}

.page_gallery .wrap_cnt nav .list_navGallery > li:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt nav .list_navGallery > li:last-child {
    border-right: none;
  }
}

.page_gallery .wrap_cnt nav .current a {
  border-left: solid 4px #30E0D2;
}

@media all and (max-width: 1000px) {
  .page_gallery .wrap_cnt nav .current a {
    border-left: solid 0.4vw #30E0D2;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt nav .current a {
    border-left: none;
    border-bottom: solid 2px #30E0D2;
  }
}

.page_gallery .wrap_cnt nav a {
  padding: 5px 0 5px 7px;
  border-left: solid 4px #747474;
  color: #000;
  display: block;
}

@media all and (max-width: 1000px) {
  .page_gallery .wrap_cnt nav a {
    padding: 0.5vw 0 0.5vw 0.7vw;
    border-left: solid 0.4vw #747474;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt nav a {
    padding: 0 0 0.66667vw;
    border-left: none;
    border-bottom: solid 2px #747474;
  }
}

.page_gallery .wrap_cnt nav a:hover {
  border-left: solid 4px #30E0D2;
}

@media all and (max-width: 1000px) {
  .page_gallery .wrap_cnt nav a:hover {
    border-left: solid 0.4vw #30E0D2;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt nav a:hover {
    border-left: none;
    border-bottom: solid 2px #30E0D2;
  }
}

.page_gallery .wrap_cnt nav a.current {
  border-left: solid 4px #30E0D2;
}

@media all and (max-width: 1000px) {
  .page_gallery .wrap_cnt nav a.current {
    border-left: solid 0.4vw #30E0D2;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt nav a.current {
    border-left: none;
    border-bottom: solid 2px #30E0D2;
  }
}

.page_gallery .wrap_cnt #cnt {
  width: 840px;
  padding: 40px 0;
  border: none;
}

@media all and (max-width: 1000px) {
  .page_gallery .wrap_cnt #cnt {
    width: 84vw;
    padding: 4vw 0;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt #cnt {
    width: 88vw;
    padding: 9.33333vw 0;
  }
}

.page_gallery .wrap_cnt #cnt section {
  width: 760px;
  margin: 0 auto 100px;
}

@media all and (max-width: 1000px) {
  .page_gallery .wrap_cnt #cnt section {
    width: 76vw;
    margin: 0 auto 10vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .wrap_cnt #cnt section {
    width: 88vw;
    margin-bottom: 13.33333vw;
  }
}

.page_gallery .list_picture {
  display: flex;
  flex-wrap: wrap;
}

.page_gallery .list_picture li {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px #747474;
  overflow: hidden;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_picture li {
    width: 10vw;
    height: 10vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
    border: solid 0.1vw #747474;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_picture li {
    width: 40vw;
    height: 40vw;
    margin-right: 4vw;
    margin-bottom: 4vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_picture li:nth-of-type(even) {
    margin-right: 0;
  }
}

.page_gallery .list_picture li .thum {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page_gallery .list_novel {
  font-size: 16px;
  font-weight: 800;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_novel {
    font-size: 1.6vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_novel {
    font-size: 3.46667vw;
  }
}

.page_gallery .list_novel li {
  margin-bottom: 10px;
  padding: 0 10px 20px;
  border-bottom: dotted 1px #747474;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_novel li {
    margin-bottom: 1vw;
    padding: 0 1vw 2vw;
    border-bottom: dotted 0.1vw #747474;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_novel li {
    margin-bottom: 5.33333vw;
    padding: 0 2.66667vw 5.33333vw;
    border-bottom: dotted 0.13333vw #747474;
  }
}

.page_gallery .list_novel li:last-child {
  margin-bottom: 0;
}

.page_gallery .list_novel li .number {
  margin-right: 1em;
}

.page_gallery .list_comic > div {
  display: flex;
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div {
    justify-content: space-between;
  }
}

.page_gallery .list_comic > div dt {
  width: 140px;
  overflow: hidden;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_comic > div dt {
    width: 14vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dt {
    width: 33.33333vw;
  }
}

.page_gallery .list_comic > div dt img {
  border: solid 1px #747474;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_comic > div dt img {
    border: solid 0.1vw #747474;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dt img {
    border: solid 0.13333vw #747474;
  }
}

.page_gallery .list_comic > div dd {
  width: 600px;
  padding-left: 20px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_comic > div dd {
    width: 60vw;
    padding-left: 2vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dd {
    width: 52vw;
    padding-left: 0;
  }
}

.page_gallery .list_comic > div dd h3 {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #30E0D2;
  color: #fff;
  display: block;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_comic > div dd h3 {
    margin-bottom: 2vw;
    padding: 0.5vw 1vw;
    font-size: 1.6vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dd h3 {
    margin-bottom: 5.33333vw;
    padding: 1.33333vw 2.66667vw;
    font-size: 3.73333vw;
  }
}

.page_gallery .list_comic > div dd .box_inner {
  justify-content: space-between;
  display: flex;
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dd .box_inner {
    flex-direction: column;
  }
}

.page_gallery .list_comic > div dd .list_products {
  width: 45%;
  font-size: 14px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_comic > div dd .list_products {
    font-size: 1.4vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dd .list_products {
    width: 100%;
    font-size: 3.2vw;
  }
}

.page_gallery .list_comic > div dd .list_products > li {
  margin-bottom: 10px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_comic > div dd .list_products > li {
    margin-bottom: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dd .list_products > li {
    margin-bottom: 2.66667vw;
  }
}

.page_gallery .list_comic > div dd .list_products > li.link_booth a {
  width: fit-content;
  padding: 5px 10px;
  background: #fa4d50;
  border-radius: 5px;
  color: #fff;
  display: block;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_comic > div dd .list_products > li.link_booth a {
    padding: 0.5vw 1vw;
    border-radius: 0.5vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dd .list_products > li.link_booth a {
    padding: 1.33333vw 1.33333vw;
    border-radius: 0.66667vw;
  }
}

.page_gallery .list_comic > div dd .list_products > li.link_booth a:hover {
  background: #FF58A5;
}

.page_gallery .list_comic > div dd .box_sample {
  width: 50%;
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dd .box_sample {
    width: 100%;
    margin-top: 2.66667vw;
  }
}

.page_gallery .list_comic > div dd .box_sample h4 {
  margin-bottom: 10px;
  color: #FF58A5;
  font-weight: bold;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_comic > div dd .box_sample h4 {
    margin-bottom: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic > div dd .box_sample h4 {
    margin-bottom: 2.66667vw;
  }
}

.page_gallery .list_comic .list_sample {
  display: flex;
  flex-wrap: wrap;
}

.page_gallery .list_comic .list_sample li {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px #747474;
  overflow: hidden;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_comic .list_sample li {
    width: 5vw;
    height: 5vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
    border: solid 0.1vw #747474;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_comic .list_sample li {
    width: 13.33333vw;
    height: 13.33333vw;
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
}

.page_gallery .list_comic .list_sample li .thum {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page_gallery .list_character {
  display: flex;
  justify-content: space-between;
}

.page_gallery .list_character > li {
  width: 360px;
  height: 140px;
  border: solid 1px #747474;
  overflow: hidden;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character > li {
    width: 36vw;
    height: 14vw;
    border: solid 0.1vw #747474;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character > li {
    width: 42.66667vw;
    height: 16.53333vw;
    margin-right: 4vw;
    margin-bottom: 4vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character > li:nth-of-type(even) {
    margin-right: 0;
  }
}

.page_gallery .list_character > li .link_character {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.page_gallery .list_character .popup {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
}

.page_gallery .list_character .popup.show {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page_gallery .list_character .popup .content {
  width: 900px;
  margin-top: 30px;
  padding: 20px;
  background-color: rgba(48, 224, 210, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content {
    width: 90vw;
    margin-top: 3vw;
    padding: 2vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content {
    width: 90.66667vw;
    margin-top: 5.33333vw;
    padding: 2.66667vw;
  }
}

.page_gallery .list_character .popup .content .btn_close {
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: -35px;
  right: -35px;
  z-index: 5;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .btn_close {
    width: 7vw;
    height: 7vw;
    border-radius: 10vw;
    top: -3.5vw;
    right: -3.5vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .btn_close {
    width: 10.66667vw;
    height: 10.66667vw;
    border-radius: 13.33333vw;
    top: -5.33333vw;
    right: 0;
  }
}

.page_gallery .list_character .popup .content .btn_close span {
  background-color: transparent;
  position: absolute;
  left: 10px;
  top: 34px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .btn_close span {
    left: 1vw;
    top: 3.4vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .btn_close span {
    left: 1.6vw;
    top: 5.06667vw;
  }
}

.page_gallery .list_character .popup .content .btn_close span:before, .page_gallery .list_character .popup .content .btn_close span:after {
  width: 50px;
  height: 4px;
  background-color: #30E0D2;
  border-radius: 20px;
  content: "";
  position: absolute;
  left: 0;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .btn_close span:before, .page_gallery .list_character .popup .content .btn_close span:after {
    width: 5vw;
    height: 0.3vw;
    border-radius: 2vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .btn_close span:before, .page_gallery .list_character .popup .content .btn_close span:after {
    width: 8vw;
    height: 0.53333vw;
    border-radius: 2.66667vw;
  }
}

.page_gallery .list_character .popup .content .btn_close span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_gallery .list_character .popup .content .btn_close span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page_gallery .list_character .popup .content .simplebar-scrollbar {
  background-color: #FF58A5 !important;
  border-radius: 10px;
}

.page_gallery .list_character .popup .content .simplebar-track {
  background-color: #fff;
}

.page_gallery .list_character .popup .content .simplebar-track.simplebar-vertical {
  width: 10px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .simplebar-track.simplebar-vertical {
    width: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .simplebar-track.simplebar-vertical {
    width: 1.86667vw;
  }
}

.page_gallery .list_character .popup .content .box_prof {
  width: 100%;
  height: 80vh;
  padding: 70px 50px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  scrollbar-color: #FF58A5 #fff;
  scrollbar-width: none;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof {
    padding: 7vw 5vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof {
    padding: 6.66667vw 5.33333vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap {
  display: flex;
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap {
    display: block;
    position: relative;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img {
  width: 50%;
  position: relative;
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_chara {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 330px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_chara {
    width: 33vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_chara {
    width: 74.66667vw;
    top: -32vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_chara.master {
  width: 330px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_chara.master {
    width: 33vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_chara.master {
    width: 74.66667vw;
    top: -32vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_catch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 61px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_catch {
    width: 6.1vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_catch {
    width: 10.66667vw;
    top: -24vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_catch.master {
  width: 61px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_catch.master {
    width: 6.1vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .img_catch.master {
    width: 10.66667vw;
    top: -24vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 3;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum {
    right: 5vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum {
    right: auto;
    left: 0;
    top: 88vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum.ichi {
    top: 120vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 100px;
  position: relative;
  z-index: 3;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li {
    width: 7vw;
    height: 7vw;
    margin-bottom: 2vw;
    border-radius: 10vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li {
    width: 18.66667vw;
    height: 18.66667vw;
    margin-bottom: 1.33333vw;
    border-radius: 13.33333vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li:last-child {
  margin-bottom: 0;
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li .icon {
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li .icon {
    border-radius: 10vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li .icon {
    border-radius: 13.33333vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li:after {
  width: 70px;
  height: 70px;
  background: #30E0D2;
  border-radius: 100px;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -5px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li:after {
    width: 7vw;
    height: 7vw;
    border-radius: 10vw;
    top: 0.5vw;
    right: -0.5vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_img .list_thum li:after {
    width: 18.66667vw;
    height: 18.66667vw;
    border-radius: 13.33333vw;
    top: 0.66667vw;
    right: -0.66667vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_txt {
  width: 50%;
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.7);
    margin-right: 0;
    margin-top: 29.33333vw;
    margin-left: auto;
    padding: 1.33333vw 2.66667vw;
    position: relative;
    z-index: 4;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_txt hgroup.h_prof {
  margin-bottom: 20px;
  font-family: "WDXL Lubrifont SC";
  font-style: normal;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt hgroup.h_prof {
    margin-bottom: 2vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt hgroup.h_prof {
    margin-bottom: 5.33333vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_txt hgroup.h_prof span {
  margin-bottom: 10px;
  color: #30E0D2;
  font-size: 16px;
  display: block;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt hgroup.h_prof span {
    margin-bottom: 1vw;
    font-size: 1.6vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt hgroup.h_prof span {
    margin-bottom: 1.33333vw;
    font-size: 4.26667vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_txt hgroup.h_prof h3 {
  font-size: 28px;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt hgroup.h_prof h3 {
    font-size: 2.8vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt hgroup.h_prof h3 {
    font-size: 5.33333vw;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof > div {
  margin-bottom: 10px;
  display: flex;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof > div {
    margin-bottom: 1vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof > div {
    margin-bottom: 2.66667vw;
    flex-direction: column;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof > div:last-child {
  margin-bottom: 0;
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof dt {
  width: 70px;
  color: #30E0D2;
  line-height: 1.5;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof dt {
    width: 7vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof dt {
    width: 100%;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof dd {
  width: 330px;
  line-height: 1.5;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof dd {
    width: 33vw;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof dd {
    width: 100%;
  }
}

.page_gallery .list_character .popup .content .box_prof .wrap .inner_txt .list_prof dd .ss {
  font-size: 80%;
}

.page_gallery .list_character .popup .content .box_prof .inner_data {
  margin-top: 40px;
  padding: 40px 10px 0;
  border-top: dotted 1px #747474;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 1000px) {
  .page_gallery .list_character .popup .content .box_prof .inner_data {
    margin-top: 4vw;
    padding: 4vw 1vw 0;
  }
}

@media all and (max-width: 750px) {
  .page_gallery .list_character .popup .content .box_prof .inner_data {
    margin-top: 8vw;
    padding: 6.66667vw 2.66667vw 0;
  }
}

.page_gallery .list_character .popup .content .box_prof .inner_data .prof_tit {
  margin-top: 2em;
  color: #30E0D2;
  line-height: 1.5;
}

.page_gallery .list_character .popup .content .box_prof .inner_data p.txt {
  line-height: 1.5;
}

.page_novel .caution {
  padding: 0 0 2em;
  font-size: 80%;
  text-align: center;
  line-height: 1.2;
  color: #747474;
}

.page_novel .h_novel {
  text-align: center;
}

.page_novel .h_novel h2 {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: double 4px #000;
  font-size: 30px;
}

@media all and (max-width: 1000px) {
  .page_novel .h_novel h2 {
    margin-bottom: 5vw;
    padding-bottom: 2vw;
    border-bottom: double 0.4vw #000;
    font-size: 3vw;
  }
}

@media all and (max-width: 750px) {
  .page_novel .h_novel h2 {
    margin-bottom: 13.33333vw;
    padding-bottom: 5.33333vw;
    border-bottom: double 1.06667vw #000;
    font-size: 8vw;
  }
}

.page_novel .h_novel span {
  margin-bottom: 1em;
  color: #30E0D2;
  display: block;
  font-size: 16px;
  text-align: center;
}

@media all and (max-width: 1000px) {
  .page_novel .h_novel span {
    font-size: 1.6vw;
  }
}

@media all and (max-width: 750px) {
  .page_novel .h_novel span {
    font-size: 4.26667vw;
  }
}

.page_novel .wrap_cnt {
  justify-content: center;
}

.page_novel .box_txt {
  margin-bottom: 100px;
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: .1em;
}

@media all and (max-width: 1000px) {
  .page_novel .box_txt {
    margin-bottom: 10vw;
    font-size: 1.4vw;
  }
}

@media all and (max-width: 750px) {
  .page_novel .box_txt {
    margin-bottom: 13.33333vw;
    font-size: 3.73333vw;
  }
}

.page_novel .pagenation {
  padding: 10px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: center;
}

@media all and (max-width: 1000px) {
  .page_novel .pagenation {
    padding: 1vw;
    border-top: solid 0.1vw #000;
    border-bottom: solid 0.1vw #000;
  }
}

@media all and (max-width: 750px) {
  .page_novel .pagenation {
    padding: 2.66667vw;
  }
}

.page_angelhalo .logo h1 {
  width: 248px;
  margin: 0 auto;
}

@media all and (max-width: 1000px) {
  .page_angelhalo .logo h1 {
    width: 24.8vw;
  }
}

@media all and (max-width: 750px) {
  .page_angelhalo .logo h1 {
    width: 33.06667vw;
  }
}

.page_antaresiscode #kv {
  background: #28254a;
}

.page_antaresiscode #kv section .logo {
  background: none;
}

.page_antaresiscode .logo h1 {
  width: 248px;
  margin: 0 auto;
}

@media all and (max-width: 1000px) {
  .page_antaresiscode .logo h1 {
    width: 24.8vw;
  }
}

@media all and (max-width: 750px) {
  .page_antaresiscode .logo h1 {
    width: 33.06667vw;
  }
}

.page_antaresiscode .list_character .popup .content .box_prof .inner_data {
  background-color: rgba(255, 255, 255, 0.8);
}

@media all and (max-width: 750px) {
  .page_antaresiscode .list_character .popup .content .box_prof .wrap .inner_txt {
    width: 100%;
  }
}

/* ------------------------------------------
  SCROLLEVENT
--------------------------------------------- */
@keyframes fadeLeftHead {
  0% {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
    transition-timing-function: ease;
    transform: translate(-48px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.fadeLeftHead {
  animation-name: fadeLeftHead;
  animation-duration: 1s;
  animation-iteration-count: inherit;
}

@keyframes fadeTopHead {
  0% {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
    transition-timing-function: ease;
    transform: translate(0, 48px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.fadeTopHead {
  animation-name: fadeTopHead;
  animation-duration: 1s;
  animation-iteration-count: inherit;
}

@keyframes fadeHead {
  0% {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
    transition-timing-function: ease;
  }
  100% {
    opacity: 1;
  }
}

.fadeHead {
  animation-name: fadeHead;
  animation-duration: 1s;
  animation-iteration-count: inherit;
}

.fadeIn {
  opacity: 0.0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-timing-function: ease;
}

.fadeIn_t {
  transform: translate(0, -48px);
}

.fadeIn_r {
  transform: translate(48px, 0);
}

.fadeIn_b {
  transform: translate(0, 48px);
}

.fadeIn_l {
  transform: translate(-48px, 0);
}

.scrollIn {
  opacity: 1.0;
  transform: translate(0, 0);
}
