@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0.1em;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
  position: relative;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  position: relative;
  margin: 0;
  color: #000;
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  font-weight: 500;
}

p, td, label, div, ul, li, strong, input, a, textarea {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

p, label, div, strong, input {
  display: block;
}

/*
p {
  white-space: pre-line;
}
*/
.l_con,
.m_con,
.c_con,
.s_con {
  display: block;
  margin: auto;
  z-index: 0;
  position: relative;
}

.l_con {
  width: 112rem;
}

.m_con {
  width: 90rem;
}

.c_con {
  width: 88rem;
}

.s_con {
  width: 72rem;
}

main {
  position: relative;
}

:root {
  --blue: #25489c;
  --red: #be1920;
}

/*---------------------------textalign----------------*/
.textCenter {
  text-align: center;
}

/*---------------------------img----------------*/
.img_full {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
}

.img_cover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/*---------------------------content----------------*/
.wrap {
  position: relative;
  background: rgba(37, 72, 156, 0.95);
  z-index: 2;
  color: #fff;
}

body {
  position: static;
  font-family: "Shippori Mincho", serif;
}
body.is-open {
  overflow: hidden;
  position: fixed;
}

#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}
#menu.is-open {
  display: block;
  background-image: -ms-linear-gradient(90deg, rgb(235, 196, 82) 0%, rgb(161, 62, 208) 100%);
  opacity: 0.85;
}
#menu .menu_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu ul li {
  text-align: center;
  padding-bottom: 2rem;
}
#menu ul li a {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 0.5rem;
}

@media screen and (max-width: 767px) {
  #menu_trigger {
    display: none;
    position: fixed;
    width: 6rem;
    height: 6rem;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    background-color: #5fc4d8;
  }
  #menu_trigger:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(90deg, rgb(235, 196, 82) 0%, rgb(161, 62, 208) 100%);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    z-index: 0;
  }
  #menu_trigger span {
    top: 3rem;
    left: 1.5rem;
    display: block;
    width: 3rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
  }
  #menu_trigger span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.6rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #menu_trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.6rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #menu_trigger.is-open {
    display: block;
  }
  #menu_trigger.is-open span {
    background-color: transparent;
  }
  #menu_trigger.is-open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu_trigger.is-open span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.inner {
  width: 90rem;
  margin: 0 auto;
  color: #000;
  background: #fff;
  border-radius: 3rem;
  padding: 5rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.inner.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 4rem);
    padding: 3rem 2rem;
  }
}
#pagetop {
  width: 10rem;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 100;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0.5rem 2rem 0px rgba(21, 83, 163, 0.25);
          box-shadow: 0px 0.5rem 2rem 0px rgba(21, 83, 163, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagetop:hover {
  opacity: 0.8;
}

.bg_pic {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: 100vh;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .bg_pic {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 90%;
    height: auto;
    z-index: 1;
  }
}
#mv {
  position: relative;
  z-index: 4;
  background-color: #fff;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
#mv:before, #mv:after {
  content: "";
  background: url(../img/mv_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 50rem;
  height: 72.6rem;
  position: absolute;
  z-index: 1;
}
#mv:before {
  top: -50rem;
  right: -20rem;
}
#mv:after {
  left: 3rem;
  bottom: -45rem;
}
#mv .mv_border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 150rem solid #5fc4d8;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#mv .mv_border.active {
  border-width: 1.5rem;
}
#mv .mv_pic {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 10%;
  width: 72rem;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  -ms-filter: blur(3rem);
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
}
#mv .mv_pic.active {
  opacity: 1;
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
#mv .mv_txt {
  position: absolute;
  left: 0;
  top: 28rem;
  padding: 0 3.5rem;
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  z-index: 2;
  color: #000;
}
#mv .mv_txt.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#mv .mv_txt01 {
  font-size: 2.4rem;
  line-height: 1.8;
}
#mv .mv_txt02 {
  font-size: 1.4rem;
  margin-top: 1rem;
}
#mv .mv_ttl {
  position: absolute;
  top: 13rem;
  left: 0;
  color: #fff;
  background: #5fc4d8;
  padding: 0.6rem 3rem;
  font-size: 3.6rem;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  z-index: 2;
}
#mv .mv_ttl.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 767px) {
  #mv:before, #mv:after {
    width: 25rem;
    height: 36.3rem;
  }
  #mv:before {
    top: -10rem;
    right: -10rem;
  }
  #mv:after {
    left: 3rem;
    bottom: -20rem;
  }
  #mv .mv_pic {
    right: 0;
    width: 33rem;
  }
  #mv .mv_txt {
    top: 14rem;
    padding: 0 3.5rem;
  }
  #mv .mv_txt01 {
    font-size: 1.6rem;
  }
  #mv .mv_txt02 {
    font-size: 1.3rem;
  }
  #mv .mv_ttl {
    top: 6rem;
    padding: 0.6rem 1rem 0.6rem 2rem;
    font-size: 2.2rem;
  }
}
.navi {
  background: #5fc4d8;
}
.navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navi ul li {
  position: relative;
}
.navi ul li:before {
  content: "";
  width: 1px;
  height: 1rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
}
.navi ul li:first-child:before {
  display: none;
}
.navi ul li a {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 3rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navi ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .navi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 10;
  }
  .navi ul {
    display: block;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .navi ul li {
    margin: 1rem 0;
  }
  .navi ul li:before {
    display: none;
  }
  .navi ul li a {
    font-size: 3rem;
    padding: 1rem;
  }
}
.ttl {
  font-size: 6.6rem;
  letter-spacing: 0.1em;
  font-family: "Bebas Neue", sans-serif;
  color: var(--red);
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.ttl:before {
  content: "";
  width: 80%;
  height: 1px;
  background: var(--red);
  position: absolute;
  left: 10%;
  bottom: 0;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.ttl.active:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}
ul li {
  list-style: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.twitter {
  position: relative;
  color: #9c16e2;
}
.twitter:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #dea7fb;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.twitter:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.pixiv {
  position: relative;
  color: #ddc70b;
}
.pixiv:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background-color: #f9faa3;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.pixiv:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

#about {
  margin-top: 20rem;
  text-align: center;
}
#about p {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #about {
    margin-top: 10rem;
  }
  #about p {
    font-size: 1.3rem;
    text-align: left;
  }
}
#sample {
  margin-top: 25rem;
  padding: 0 2rem;
  text-align: center;
}
#sample .sample_inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  color: #000;
  background: #fff;
  border-radius: 3rem;
  padding: 5rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, 5rem, 0);
          transform: translate3d(0, 5rem, 0);
}
#sample .sample_inner.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
#sample .com {
  margin-bottom: 4rem;
  text-align: center;
}
#sample .sample_block {
  padding: 4rem;
  width: 95%;
  margin: 0 auto;
}
#sample .sample_block h2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 2rem;
  position: relative;
  color: rgb(37, 72, 156);
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0.08em;
  opacity: 0;
  -webkit-transform: translate3d(5rem, 0, 0);
          transform: translate3d(5rem, 0, 0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#sample .sample_block h2.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
#sample .sample_block h2 span {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 1rem;
  display: inline-block;
}
#sample .sample_block h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(37, 72, 156);
  position: absolute;
  top: 50%;
  left: 0;
}
#sample .sample_block h2 + ul {
  margin-bottom: 5rem;
}
#sample .sample_block ul {
  margin-left: -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translate3d(-5rem, 0, 0);
          transform: translate3d(-5rem, 0, 0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#sample .sample_block ul.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
#sample .sample_block ul li {
  width: calc(25% - 3rem);
  margin-left: 3rem;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
#sample .sample_block ul li img {
  width: 100%;
  height: auto;
}
#sample .sample_block ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
#sample .sample_block ul li a:hover {
  opacity: 0.7;
}
#sample .sample_block ul li p {
  display: none;
}
#sample .sample_block .sample_block_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sample .sample_block .sample_block_01 > div {
  width: 46%;
}
#sample .sample_block .sample_block_01 > div ul li {
  width: 100%;
}
#sample .sample_block.last {
  border: none;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  #sample {
    margin-top: 6rem;
  }
  #sample .sample_inner {
    padding-bottom: 0;
  }
  #sample .sample_block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
  }
  #sample .sample_block h2 {
    font-size: 2rem;
  }
  #sample .sample_block ul {
    margin-left: -2rem;
  }
  #sample .sample_block ul li {
    font-size: 1.5rem;
    width: calc(50% - 2rem);
    margin-left: 2rem;
  }
  #sample .sample_block.last {
    border: none;
    padding-bottom: 0;
  }
  #sample .sample_block .sample_block_01 > div {
    width: 100%;
  }
  #sample .sample_block .sample_block_01 > div ul li {
    width: 100%;
  }
  #sample p {
    font-size: 1.3rem;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
#member {
  margin-top: 25rem;
  padding-bottom: 25rem;
  text-align: center;
}
#member .member_inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  color: #000;
  background: #fff;
  border-radius: 3rem;
  padding: 5rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, 5rem, 0);
          transform: translate3d(0, 5rem, 0);
}
#member .member_inner.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
#member .member_block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#member .member_block h2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  position: relative;
  color: rgb(37, 72, 156);
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0.08em;
  opacity: 0;
  -webkit-transform: translate3d(-5rem, 0, 0);
          transform: translate3d(-5rem, 0, 0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#member .member_block h2.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
#member .member_block h2 span {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 1rem;
  display: inline-block;
}
#member .member_block h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(37, 72, 156);
  position: absolute;
  top: 50%;
  left: 0;
}
#member .member_block h2 + ul {
  margin-bottom: 5rem;
}
#member .member_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 55rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate3d(-5rem, 0, 0);
          transform: translate3d(-5rem, 0, 0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#member .member_block ul.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
#member .member_block ul li {
  width: 50%;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
#member .member_block ul li a {
  width: 1.6rem;
  display: inline-block;
  margin-left: 1rem;
}
#member .member_block.last {
  border: none;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  #member {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
  #member .member_inner {
    width: calc(100% - 4rem);
    padding: 3rem 2rem;
  }
  #member .member_block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #member .member_block h2 {
    font-size: 2rem;
  }
  #member .member_block ul li {
    font-size: 1.5rem;
    width: 100%;
  }
  #member .member_block.last {
    border: none;
    padding-bottom: 0;
  }
  #member p {
    font-size: 1.3rem;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
#contact {
  text-align: center;
}
#contact a {
  color: rgb(37, 72, 156);
  text-decoration: underline;
}

#sns {
  padding-top: 25rem;
  padding-bottom: 30rem;
}
#sns ul li {
  width: 6rem;
  margin: 0 auto;
}
#sns ul li a {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sns ul li a svg {
  width: 3rem;
  height: auto;
}
#sns ul li a path {
  fill: #fff;
}
#sns ul li a:hover {
  background: var(--blue);
}

@media screen and (max-width: 767px) {
  #sns {
    padding-top: 6rem;
    padding-bottom: 20rem;
  }
  #sns ul li {
    width: 4rem;
    margin: 0 auto;
  }
  #sns ul li a {
    width: 4rem;
    height: 4rem;
  }
  #sns ul li a svg {
    width: 2rem;
    height: auto;
  }
}
.slideup {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slideup.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

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

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 1440px) {
  html, body {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.6666666667vw;
  }
  .l_con,
  .m_con,
  .s_con,
  .c_con {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  p,
  dl,
  dt,
  dd {
    font-size: 1.4rem;
  }
  body {
    position: static;
  }
  body.is-open {
    overflow: hidden;
    position: fixed;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.stars {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

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

/* 星がキラキラ光るアニメーション */
@-webkit-keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}