@charset "UTF-8";
.HeaderLogo {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 1100; }
  @media (min-width: 1024px) {
    .HeaderLogo {
      top: 15px;
      left: 20px; } }
  @media (min-width: 1250px) {
    .HeaderLogo {
      top: 15px;
      left: 30px; } }
  .HeaderLogo a img {
    width: auto;
    height: 26px; }
    @media (min-width: 1024px) {
      .HeaderLogo a img {
        height: 30px; } }

.HeaderMenu {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  height: 60px;
  display: none;
  /*hoverしたら表示*/ }
  @media (min-width: 1024px) {
    .HeaderMenu {
      display: inherit; } }
  .HeaderMenu p, .HeaderMenu h1 {
    display: inherit;
    position: absolute;
    top: 14px;
    left: 180px;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.4em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    color: #fff; }
    @media (min-width: 1250px) {
      .HeaderMenu p, .HeaderMenu h1 {
        font-size: 0.9em;
        top: 10px;
        left: 200px; } }
  .HeaderMenu .header-pc {
    display: flex;
    position: absolute;
    top: 10px;
    right: 90px; }
    .HeaderMenu .header-pc ul {
      margin: 8px 0 0 0;
      /*2階層目以降は横並びにしない*/ }
      .HeaderMenu .header-pc ul li {
        display: inline-block;
        margin-right: 10px;
        position: relative; }
        .HeaderMenu .header-pc ul li.pc-txt {
          display: none; }
          @media (min-width: 1400px) {
            .HeaderMenu .header-pc ul li.pc-txt {
              display: inline; } }
        .HeaderMenu .header-pc ul li:last-child {
          margin-right: 15px; }
        .HeaderMenu .header-pc ul li a {
          font-size: 0.9em;
          font-weight: bold;
          color: #fff;
          display: inline-block;
          position: relative; }
          .HeaderMenu .header-pc ul li a:hover {
            color: #fff; }
          .HeaderMenu .header-pc ul li a::after {
            position: absolute;
            bottom: -0px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .HeaderMenu .header-pc ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        .HeaderMenu .header-pc ul li li {
          margin-right: 0; }
          .HeaderMenu .header-pc ul li li:last-child {
            margin-right: 0; }
          .HeaderMenu .header-pc ul li li a {
            padding: 10px 10px; }
            .HeaderMenu .header-pc ul li li a::after {
              background-color: rgba(0, 0, 0, 0); }
        .HeaderMenu .header-pc ul li.has-child {
          margin-right: 30px; }
          @media (min-width: 1400px) {
            .HeaderMenu .header-pc ul li.has-child {
              display: none; } }
          .HeaderMenu .header-pc ul li.has-child::before {
            content: '';
            position: absolute;
            right: -14px;
            top: 8px;
            width: 6px;
            height: 6px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(135deg); }
      .HeaderMenu .header-pc ul ul ul {
        display: block; }
      .HeaderMenu .header-pc ul li.has-child ul {
        position: absolute;
        left: -20px;
        top: 30px;
        z-index: 4;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
        border-radius: 10px;
        padding: 5px 10px; }
        .HeaderMenu .header-pc ul li.has-child ul li {
          position: relative; }
          .HeaderMenu .header-pc ul li.has-child ul li a {
            color: #000;
            border-bottom: solid 1px rgba(0, 0, 0, 0.2);
            width: 150px; }
          .HeaderMenu .header-pc ul li.has-child ul li::after {
            position: absolute;
            top: 50%;
            left: inherit;
            right: 8px;
            content: '';
            margin: -2px 0 0 16px;
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 1px #000;
            border-right: solid 1px #000;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: .5s; }
        .HeaderMenu .header-pc ul li.has-child ul li:last-child > a {
          border-bottom: none; }
    .HeaderMenu .header-pc .GradationBtn2 {
      margin-right: 10px; }
      .HeaderMenu .header-pc .GradationBtn2:last-child {
        margin-right: 0; }
  .HeaderMenu .header-pc li.has-child:hover > ul,
  .HeaderMenu .header-pc li.has-child ul li:hover > ul,
  .HeaderMenu .header-pc li.has-child:active > ul,
  .HeaderMenu .header-pc li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1; }
  .HeaderMenu .header-pc li.has-child ul li a:hover,
  .HeaderMenu .header-pc li.has-child ul li a:active {
    color: #00A4E3; }
  .HeaderMenu .header-pc li.has-child ul li:hover::after {
    left: inherit;
    right: 3px;
    border-top: solid 1px #00A4E3;
    border-right: solid 1px #00A4E3; }

.GradationBtn2 a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  border-radius: 50px;
  transition: .5s;
  background: linear-gradient(90deg, #F98924, #FF14A4);
  width: 130px;
  height: 39px;
  line-height: 39px;
  position: relative; }
  @media (min-width: 1024px) {
    .GradationBtn2 a {
      font-size: 0.9em;
      width: 150px; } }
  .GradationBtn2 a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: '';
    margin: -2.5px 0 0 16px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
  .GradationBtn2 a:hover::after {
    right: 7px; }

.header-sp {
  position: fixed;
  top: 15px;
  right: 70px;
  z-index: 100; }
  .header-sp ul li {
    display: inline-block; }
    .header-sp ul li a {
      font-size: 0.9em;
      font-weight: bold; }
  @media (min-width: 1024px) {
    .header-sp {
      display: none; } }

.hiddenHeader {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  z-index: 100; }

.LPLink {
  position: absolute;
  right: 150px;
  top: 18px;
  z-index: 100; }
  .LPLink a {
    font-size: 0.9em;
    font-weight: bold;
    transition: .5s;
    display: inline-block;
    position: relative;
    color: #fff;
    width: 120px; }
    .LPLink a:hover {
      color: #fff; }
    .LPLink a::after {
      position: absolute;
      bottom: -0px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform .3s; }
    .LPLink a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1); }

.main_cover {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s; }

.main_cover.active {
  height: 100%;
  visibility: visible;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000; }

/*------------------------------------------*/
/*l_header
/*------------------------------------------*/
.header_inner {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }

/*===========================================================*/
/* 5-1-12 クリックしたらナビ出現 */
/*===========================================================*/
#g-nav {
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 2.5% 2.5% 100px 2.5%;
  overflow: auto;
  z-index: 100; }
  @media (min-width: 1024px) {
    #g-nav {
      height: inherit;
      padding: 1.5%; } }
  #g-nav.panelactive {
    display: block;
    z-index: 1200;
    opacity: 1; }
  #g-nav #g-nav-list {
    display: flex;
    align-items: center;
    background-color: #111;
    border-radius: 30px;
    padding: 10% 5%; }
    @media (min-width: 1024px) {
      #g-nav #g-nav-list {
        padding: 5%; } }

.PcMenu {
  max-width: 1200px;
  width: 100%;
  margin: auto; }
  .PcMenu .PcMenu1 {
    position: relative;
    opacity: 0; }
    @media (min-width: 1024px) {
      .PcMenu .PcMenu1 {
        display: flex; } }
    .PcMenu .PcMenu1 .Logo {
      margin-right: 20px; }
      @media (min-width: 1250px) {
        .PcMenu .PcMenu1 .Logo {
          display: flex; } }
      .PcMenu .PcMenu1 .Logo img {
        width: 150px;
        height: auto; }
        @media (min-width: 1024px) {
          .PcMenu .PcMenu1 .Logo img {
            width: 270px; } }
      .PcMenu .PcMenu1 .Logo p {
        font-size: 0.8em;
        line-height: 1.6em;
        color: #fff;
        margin: 10px 0 0 0px; }
        @media (min-width: 1024px) {
          .PcMenu .PcMenu1 .Logo p {
            font-size: 0.9em;
            line-height: 1.8em; } }
        @media (min-width: 1250px) {
          .PcMenu .PcMenu1 .Logo p {
            margin: 14px 0 0 30px; } }
  .PcMenu .PcMenu2 {
    margin-top: 25px; }
    @media (min-width: 1024px) {
      .PcMenu .PcMenu2 {
        display: flex;
        margin-top: 55px; } }
    .PcMenu .PcMenu2 ul.MenuLeft {
      width: 100%; }
      @media (min-width: 1024px) {
        .PcMenu .PcMenu2 ul.MenuLeft {
          padding-right: 5%;
          width: 60%; } }
      .PcMenu .PcMenu2 ul.MenuLeft a {
        position: unset; }
        .PcMenu .PcMenu2 ul.MenuLeft a:hover {
          color: #fff; }
          .PcMenu .PcMenu2 ul.MenuLeft a:hover li > .text > .maru::before {
            right: 10px; }
      .PcMenu .PcMenu2 ul.MenuLeft li {
        width: 100%;
        height: 86px;
        margin-bottom: 3.333333%;
        position: relative;
        opacity: 0;
        transition: .5s;
        border-radius: 20px; }
        @media (min-width: 1024px) {
          .PcMenu .PcMenu2 ul.MenuLeft li {
            height: 30%; } }
        .PcMenu .PcMenu2 ul.MenuLeft li.about:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -1;
          left: 0;
          transition: 0.5s;
          background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
          border-radius: 15px; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li.about:before {
              border-radius: 20px; } }
        .PcMenu .PcMenu2 ul.MenuLeft li.about:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -2;
          top: 0;
          left: 0;
          background: linear-gradient(90deg, #FFCC70, #C850C0 30%, #4158D0);
          border-radius: 15px; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li.about:after {
              border-radius: 20px; } }
        .PcMenu .PcMenu2 ul.MenuLeft li.about:hover:before {
          opacity: 0; }
        .PcMenu .PcMenu2 ul.MenuLeft li.video:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -1;
          left: 0;
          transition: 0.5s;
          background: linear-gradient(to right, #24F9C0, #B714FF);
          border-radius: 15px; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li.video:before {
              border-radius: 20px; } }
        .PcMenu .PcMenu2 ul.MenuLeft li.video:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -2;
          top: 0;
          left: 0;
          background: linear-gradient(to right, #B714FF, #24F9C0);
          border-radius: 15px; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li.video:after {
              border-radius: 20px; } }
        .PcMenu .PcMenu2 ul.MenuLeft li.video:hover:before {
          opacity: 0; }
        .PcMenu .PcMenu2 ul.MenuLeft li.podcast:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -1;
          left: 0;
          transition: 0.5s;
          background: linear-gradient(to right, #FFC400, #FF038B);
          border-radius: 15px; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li.podcast:before {
              border-radius: 20px; } }
        .PcMenu .PcMenu2 ul.MenuLeft li.podcast:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -2;
          top: 0;
          left: 0;
          background: linear-gradient(to right, #FF038B, #FFC400);
          border-radius: 15px; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li.podcast:after {
              border-radius: 20px; } }
        .PcMenu .PcMenu2 ul.MenuLeft li.podcast:hover:before {
          opacity: 0; }
        .PcMenu .PcMenu2 ul.MenuLeft li.web:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -1;
          left: 0;
          transition: 0.5s;
          background: linear-gradient(to right, #2476F9, #73EA93);
          border-radius: 15px; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li.web:before {
              border-radius: 20px; } }
        .PcMenu .PcMenu2 ul.MenuLeft li.web:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: -2;
          top: 0;
          left: 0;
          background: linear-gradient(to right, #73EA93, #2476F9);
          border-radius: 15px; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li.web:after {
              border-radius: 20px; } }
        .PcMenu .PcMenu2 ul.MenuLeft li.web:hover:before {
          opacity: 0; }
        .PcMenu .PcMenu2 ul.MenuLeft li h3 {
          font-size: 2em;
          font-family: 'Montserrat', sans-serif;
          font-weight: lighter;
          line-height: 1.0em;
          letter-spacing: 0.08em;
          padding: 8px 0 0 10px; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li h3 {
              padding: 15px 0 0 15px;
              font-size: 3.0em; } }
        .PcMenu .PcMenu2 ul.MenuLeft li .text {
          position: absolute;
          right: 10px;
          bottom: 6px;
          display: flex;
          align-items: center;
          transition: .5s; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 ul.MenuLeft li .text {
              right: 20px;
              bottom: 15px; } }
          .PcMenu .PcMenu2 ul.MenuLeft li .text h2 {
            font-size: 0.9em;
            font-weight: bold;
            margin: 0 10px 0 0; }
            @media (min-width: 1024px) {
              .PcMenu .PcMenu2 ul.MenuLeft li .text h2 {
                font-size: 1.0em; } }
          .PcMenu .PcMenu2 ul.MenuLeft li .text .maru {
            background-color: #fff;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            color: #333;
            line-height: 1;
            position: relative;
            transition: .5s; }
            @media (min-width: 1024px) {
              .PcMenu .PcMenu2 ul.MenuLeft li .text .maru {
                width: 40px;
                height: 40px; } }
            .PcMenu .PcMenu2 ul.MenuLeft li .text .maru::before {
              content: '';
              width: 0.45em;
              height: 0.45em;
              border: 0.09em solid currentColor;
              border-left: 0;
              border-bottom: 0;
              transform: rotate(45deg);
              transform-origin: top right;
              position: absolute;
              top: 50%;
              right: 8px;
              transition: .5s; }
              @media (min-width: 1024px) {
                .PcMenu .PcMenu2 ul.MenuLeft li .text .maru::before {
                  width: 0.65em;
                  height: 0.65em;
                  right: 13px; } }
    .PcMenu .PcMenu2 .MenuRight {
      width: 100%; }
      @media (min-width: 1024px) {
        .PcMenu .PcMenu2 .MenuRight {
          width: 40%; } }
      @media (min-width: 1250px) {
        .PcMenu .PcMenu2 .MenuRight {
          padding-left: 5%; } }
      .PcMenu .PcMenu2 .MenuRight ul li {
        margin-bottom: 18px;
        opacity: 0; }
        .PcMenu .PcMenu2 .MenuRight ul li a {
          font-size: 0.9em;
          color: #fff;
          font-weight: bold;
          transition: .5s; }
          @media (min-width: 1024px) {
            .PcMenu .PcMenu2 .MenuRight ul li a {
              font-size: 1.125em; } }
          .PcMenu .PcMenu2 .MenuRight ul li a:hover {
            color: #00A4E3; }
      .PcMenu .PcMenu2 .MenuRight ul ul {
        margin-left: 1.5em; }
        .PcMenu .PcMenu2 .MenuRight ul ul li {
          margin-bottom: 12px; }
          .PcMenu .PcMenu2 .MenuRight ul ul li a {
            font-weight: lighter;
            line-height: 1.3em; }
      .PcMenu .PcMenu2 .MenuRight ul.Contact {
        border-top: 1px solid #707070;
        padding-top: 10px;
        margin-top: 20px;
        opacity: 0; }
      .PcMenu .PcMenu2 .MenuRight ul.news {
        border-top: 1px solid #707070;
        padding-top: 15px;
        margin-top: 20px;
        opacity: 0; }
        .PcMenu .PcMenu2 .MenuRight ul.news li {
          display: inline-block;
          margin-right: 20px; }
          .PcMenu .PcMenu2 .MenuRight ul.news li:last-child {
            margin-right: 0px; }
          .PcMenu .PcMenu2 .MenuRight ul.news li a {
            font-size: 0.8em;
            color: #fff;
            font-weight: lighter; }
            @media (min-width: 1024px) {
              .PcMenu .PcMenu2 .MenuRight ul.news li a {
                font-size: 1em; } }
            .PcMenu .PcMenu2 .MenuRight ul.news li a:hover {
              color: #00A4E3; }
      .PcMenu .PcMenu2 .MenuRight ul.sns {
        margin-top: 6px; }
        .PcMenu .PcMenu2 .MenuRight ul.sns li {
          display: inline-block;
          margin-right: 10px; }
          .PcMenu .PcMenu2 .MenuRight ul.sns li a {
            font-size: 16px;
            color: #fff;
            font-weight: lighter;
            margin-right: 5px; }
            .PcMenu .PcMenu2 .MenuRight ul.sns li a:hover {
              color: #00A4E3; }
            .PcMenu .PcMenu2 .MenuRight ul.sns li a img {
              height: auto;
              margin: -4px 5px 0 0;
              transition: .5s;
              width: 30px; }
              .PcMenu .PcMenu2 .MenuRight ul.sns li a img:hover {
                opacity: 0.7; }

.panelactive ul.Contact {
  animation: fadeInPcMenu1 0.5s ease forwards;
  animation-delay: .2s; }

.panelactive ul.news {
  animation: fadeInPcMenu1 0.5s ease forwards;
  animation-delay: .2s; }

.panelactive .PcMenu1 {
  animation: fadeInPcMenu1 0.5s ease forwards;
  animation-delay: .2s; }

.panelactive .AccountLogin {
  animation: fadeInPcMenu1 0.5s ease forwards;
  animation-delay: .8s; }

@keyframes fadeInPcMenu1 {
  0% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.panelactive li {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: .35s; }
  .panelactive li:nth-of-type(2) {
    animation-delay: .4s; }
  .panelactive li:nth-of-type(3) {
    animation-delay: .45s; }
  .panelactive li:nth-of-type(4) {
    animation-delay: .50s; }
  .panelactive li:nth-of-type(5) {
    animation-delay: .55s; }
  .panelactive li:nth-of-type(6) {
    animation-delay: .60s; }
  .panelactive li:nth-of-type(7) {
    animation-delay: .65s; }
  .panelactive li:nth-of-type(8) {
    animation-delay: .70s; }
  .panelactive li:nth-of-type(9) {
    animation-delay: .75s; }
  .panelactive li:nth-of-type(10) {
    animation-delay: .80s; }
  .panelactive li:nth-of-type(11) {
    animation-delay: .85s; }
  .panelactive li:nth-of-type(12) {
    animation-delay: .90s; }
  .panelactive li:nth-of-type(13) {
    animation-delay: .95s; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*===========================================================*/
/* PC MENUボタン*/
/*===========================================================*/
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 6px;
  right: 6px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  display: inherit;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/ }
  @media (min-width: 1024px) {
    .openbtn {
      top: 20px;
      right: 20px;
      width: 64px;
      height: 64px; } }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute; }
    .openbtn span:nth-of-type(1), .openbtn span:nth-of-type(3) {
      height: 2px;
      background: #000;
      width: 30%;
      opacity: 0;
      top: 22px;
      left: 20px; }
    .openbtn span:nth-of-type(2) {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 22px;
      text-align: center;
      text-transform: uppercase;
      color: #000;
      font-size: 0.7em;
      font-family: 'Montserrat', sans-serif;
      font-weight: normal; }
      @media (min-width: 1024px) {
        .openbtn span:nth-of-type(2) {
          font-size: 0.9em; } }
  .openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(3) {
    opacity: 1; }
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg); }
    @media (min-width: 1024px) {
      .openbtn.active span:nth-of-type(1) {
        top: 25px;
        left: 23px; } }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0; }
  .openbtn.active span:nth-of-type(3) {
    top: 32px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg); }
    @media (min-width: 1024px) {
      .openbtn.active span:nth-of-type(3) {
        top: 37px;
        left: 23px; } }

/*===========================================================*/
/* PCアカウント・ログインボタン*/
/*===========================================================*/
.AccountLogin {
  opacity: 0;
  margin-top: 10px; }
  .AccountLogin .Menu1Btn {
    display: flex; }
    .AccountLogin .Menu1Btn .Account {
      text-align: center;
      margin: 0;
      position: relative;
      background: linear-gradient(45deg, #FFC400, #FF038B);
      padding: 2px;
      border-radius: 30px;
      width: 180px;
      height: 56px;
      transition: 10s; }
      @media (min-width: 1024px) {
        .AccountLogin .Menu1Btn .Account {
          width: 220px; } }
      .AccountLogin .Menu1Btn .Account a {
        font-size: 0.9em;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        transition: .5s;
        position: unset; }
        @media (min-width: 1024px) {
          .AccountLogin .Menu1Btn .Account a {
            font-size: 1.125em; } }
      .AccountLogin .Menu1Btn .Account .AccountIn {
        background-color: #111;
        padding: 4px;
        border-radius: 30px;
        height: 53px;
        width: 177px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .5s; }
        @media (min-width: 1024px) {
          .AccountLogin .Menu1Btn .Account .AccountIn {
            width: 217px; } }
        .AccountLogin .Menu1Btn .Account .AccountIn:hover {
          background: linear-gradient(45deg, #FFC400, #FF038B); }
        .AccountLogin .Menu1Btn .Account .AccountIn img {
          margin: -3px 0 0 5px;
          width: 36px;
          height: auto; }
          @media (min-width: 1024px) {
            .AccountLogin .Menu1Btn .Account .AccountIn img {
              width: 40px; } }
    .AccountLogin .Menu1Btn .Login {
      text-align: center;
      margin: 0 0 0 10px;
      position: relative;
      background: linear-gradient(45deg, #9EF1FF, #56B7C7);
      padding: 2px;
      border-radius: 30px;
      width: 123px;
      height: 56px;
      transition: 10s; }
      @media (min-width: 1024px) {
        .AccountLogin .Menu1Btn .Login {
          width: 143px; } }
      .AccountLogin .Menu1Btn .Login a {
        font-size: 0.9em;
        font-weight: bold;
        color: #9EF1FF;
        line-height: 44px;
        position: unset; }
        @media (min-width: 1024px) {
          .AccountLogin .Menu1Btn .Login a {
            font-size: 1.125em; } }
        .AccountLogin .Menu1Btn .Login a:hover {
          color: #fff; }
      .AccountLogin .Menu1Btn .Login .LoginIn {
        background-color: #111;
        padding: 4px;
        border-radius: 30px;
        height: 53px;
        width: 120px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .5s; }
        @media (min-width: 1024px) {
          .AccountLogin .Menu1Btn .Login .LoginIn {
            width: 140px; } }
        .AccountLogin .Menu1Btn .Login .LoginIn:hover {
          background: linear-gradient(45deg, #9EF1FF, #56B7C7); }
  .AccountLogin p {
    font-size: 0.65em;
    color: #fff;
    margin-top: 10px; }
    @media (min-width: 1024px) {
      .AccountLogin p {
        font-size: 0.75em; } }

/*===========================================================*/
/* スマホメニュー*/
/*===========================================================*/
#SpHeader {
  width: 100%;
  background-color: #111;
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 999;
  margin: 0;
  /*activeが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/ }
  @media (min-width: 1024px) {
    #SpHeader {
      display: none; } }
  #SpHeader .HeaderLogo {
    position: absolute;
    top: 12px;
    left: 16px; }
    #SpHeader .HeaderLogo a img {
      width: auto;
      height: 26px; }
  #SpHeader ul p {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    top: 15px;
    right: 50px; }
  #SpHeader ul .OpenNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px; }
    #SpHeader ul .OpenNav span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      height: 2px;
      border-radius: 5px;
      background-color: #fff;
      width: 30px; }
      #SpHeader ul .OpenNav span:nth-of-type(1) {
        top: 15px; }
      #SpHeader ul .OpenNav span:nth-of-type(2) {
        top: 24px; }
      #SpHeader ul .OpenNav span:nth-of-type(3) {
        top: 34px; }
  #SpHeader .OpenNav.active span {
    background-color: #fff; }
    #SpHeader .OpenNav.active span:nth-of-type(1) {
      top: 18px;
      left: 0;
      right: 0;
      transform: translateY(6px) rotate(-45deg);
      width: 30px; }
    #SpHeader .OpenNav.active span:nth-of-type(2) {
      opacity: 0; }
    #SpHeader .OpenNav.active span:nth-of-type(3) {
      top: 31px;
      left: 0;
      right: 0;
      transform: translateY(-6px) rotate(45deg);
      width: 30px; }

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 110;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  right: -18px;
  top: -18px;
  transition: all .6s; }
  .circle-bg.circleactive {
    transform: scale(50); }

/*メニュー押した後のアニメーション*/
#overlay {
  position: fixed;
  background-color: #fff;
  right: 0;
  top: 0;
  width: 0;
  height: 100vh;
  transition: all .3s ease-in-out;
  overflow: hidden;
  z-index: 900; }
  #overlay.open {
    opacity: 1.0;
    visibility: visible;
    width: 100%;
    overflow: scroll; }
  #overlay .Menu {
    position: relative;
    height: 100vh; }
    #overlay .Menu .MenuIn {
      padding: 50px 5%; }
      #overlay .Menu .MenuIn ul.Menu2 {
        margin: 30px 0 0; }
        #overlay .Menu .MenuIn ul.Menu2 li {
          font-weight: bold;
          margin: 22px 0 11px;
          opacity: 0;
          color: #000; }
          #overlay .Menu .MenuIn ul.Menu2 li a {
            font-size: 0.9em;
            font-weight: bold;
            color: #000; }
        #overlay .Menu .MenuIn ul.Menu2 ul {
          margin-left: 1.5em; }
          #overlay .Menu .MenuIn ul.Menu2 ul li {
            margin: 11px 0; }
      #overlay .Menu .MenuIn ul.Menu3 {
        margin: 20px 0 0; }
        #overlay .Menu .MenuIn ul.Menu3 li {
          margin: 5px 16px 0 0;
          display: inline-block;
          opacity: 0; }
          #overlay .Menu .MenuIn ul.Menu3 li a {
            font-size: 0.9em;
            color: #000; }
      #overlay .Menu .MenuIn .sns {
        margin: 40px 0 0;
        opacity: 0; }
        #overlay .Menu .MenuIn .sns a {
          margin-right: 5px; }
          #overlay .Menu .MenuIn .sns a:nth-child(1) img {
            width: 30px; }
          #overlay .Menu .MenuIn .sns a:nth-child(2) img {
            width: 24px;
            margin-top: -1px; }
          #overlay .Menu .MenuIn .sns a img {
            height: auto;
            margin: -4px 5px 0 0;
            transition: .5s; }
      #overlay .Menu .MenuIn .Menu1 {
        display: flex;
        margin-top: 25px;
        position: relative;
        opacity: 0; }
        #overlay .Menu .MenuIn .Menu1 h3 {
          font-size: 14px;
          margin: 11px 20px 0 0;
          color: #000; }
        #overlay .Menu .MenuIn .Menu1 .Menu1Btn a {
          font-size: 0.9em;
          font-weight: bold;
          display: inline-block;
          padding: 10px 18px;
          text-align: center;
          border-radius: 50px;
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
          #overlay .Menu .MenuIn .Menu1 .Menu1Btn a.Register {
            background: linear-gradient(90deg, #F98924, #FF14A4);
            margin-right: 10px; }
            #overlay .Menu .MenuIn .Menu1 .Menu1Btn a.Register img {
              margin: -3px 0 0 5px;
              width: 24px;
              height: auto; }
          #overlay .Menu .MenuIn .Menu1 .Menu1Btn a.LoginBtn {
            background: linear-gradient(90deg, #5CBBC7, #106AE5); }
      #overlay .Menu .MenuIn .NavMenuText {
        margin: 30px auto;
        padding-bottom: 30px;
        opacity: 0; }
        #overlay .Menu .MenuIn .NavMenuText img {
          width: 120px; }
        #overlay .Menu .MenuIn .NavMenuText p {
          font-size: 0.75em;
          line-height: 1.6em;
          text-align: justify;
          margin-top: 10px;
          color: #000; }

#overlay.open .sns {
  animation: fadeMenu1 0.5s ease forwards;
  animation-delay: .70s; }

#overlay.open .Menu1 {
  animation: fadeMenu1 0.5s ease forwards;
  animation-delay: .80s; }

@keyframes fadeMenu1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#overlay.open .NavMenuText {
  animation: fadeUPy 0.5s ease forwards;
  animation-delay: 1s; }

@keyframes fadeUPy {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
#overlay.open li {
  animation: fadeInRight1 0.5s ease forwards;
  animation-delay: .35s; }
  #overlay.open li:nth-of-type(2) {
    animation-delay: .4s; }
  #overlay.open li:nth-of-type(3) {
    animation-delay: .45s; }
  #overlay.open li:nth-of-type(4) {
    animation-delay: .50s; }
  #overlay.open li:nth-of-type(5) {
    animation-delay: .55s; }
  #overlay.open li:nth-of-type(6) {
    animation-delay: .60s; }
  #overlay.open li:nth-of-type(7) {
    animation-delay: .65s; }
  #overlay.open li:nth-of-type(8) {
    animation-delay: .70s; }
  #overlay.open li:nth-of-type(9) {
    animation-delay: .75s; }
  #overlay.open li:nth-of-type(10) {
    animation-delay: .80s; }
  #overlay.open li:nth-of-type(11) {
    animation-delay: .85s; }
  #overlay.open li:nth-of-type(12) {
    animation-delay: .90s; }
  #overlay.open li:nth-of-type(13) {
    animation-delay: .95s; }

@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*===========================================================*/
/* 管理者用メニュー*/
/*===========================================================*/
.AdminMenu {
  display: none; }
  @media (min-width: 1024px) {
    .AdminMenu {
      display: flex;
      position: fixed;
      top: 0;
      left: 220px;
      z-index: 1500; } }
  .AdminMenu li {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    padding: 0 15px;
    background-color: #00131A; }
    .AdminMenu li ul.menuSub {
      display: none;
      position: absolute;
      margin: 0 0 0 -15px; }
      .AdminMenu li ul.menuSub li {
        background-color: #fff;
        border-bottom: 1px solid #DEDEDE;
        padding: inherit; }
        .AdminMenu li ul.menuSub li a {
          display: block;
          color: #111;
          padding: 15px;
          text-align: left;
          font-feature-settings: "palt";
          letter-spacing: 0.05em; }
          .AdminMenu li ul.menuSub li a:hover {
            background-color: #DEDEDE; }
  .AdminMenu li.board a {
    font-size: 13px;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 10px;
    transition: .5s; }
    .AdminMenu li.board a:hover {
      color: #111;
      background-color: #fff; }
