@charset "UTF-8";
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: Angelina;
  /* フォントが置かれているパスを書く */
  src: url("../assets/angelina.TTF") format("truetype");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E9503A;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pageTop {
  background-color: #FECD2F;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 1rem;
  border: white 1px solid;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s,visibility 1s, -webkit-transform 1s;
  transition: opacity 1s,visibility 1s, -webkit-transform 1s;
  transition: opacity 1s,visibility 1s, transform 1s;
  transition: opacity 1s,visibility 1s, transform 1s,-webkit-transform 1s;
}

.pageTop a {
  color: #E9503A;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  text-indent: unset !important;
  line-height: 20px;
}

.pageTop.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.btn_main {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  font-size: 28px;
  position: relative;
  font-weight: 600;
  min-height: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_main .btn_top {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: -6px;
  left: -6px;
  z-index: 1;
  text-decoration: none !important;
  color: #E9503A !important;
  border: white 2px solid;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn_main .btn_top:hover {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
}

.btn_main .btn_bottom {
  position: absolute;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background-color: #FECD2F;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_red .btn_top {
  color: #FECD2F !important;
}

.btn_red .btn_bottom {
  background-color: #E9503A !important;
}

.more_btn {
  margin-top: 5rem;
  display: inline-block;
  max-width: 200px;
  min-height: 45px;
  width: 100%;
  font-size: 28px;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.more_btn .btn_top {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: -6px;
  left: -6px;
  z-index: 1;
  text-decoration: none !important;
  color: #E9503A;
  border: white 2px solid;
  font-size: 20px;
}

.more_btn .btn_bottom {
  position: absolute;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background-color: #FECD2F;
  bottom: 0;
  right: 0;
}

.more_btn:hover .btn_top {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
}

.illust_bg {
  max-width: 250px;
  position: absolute;
  z-index: 1;
}

.illust_01 {
  max-width: 150px;
  left: 5rem;
  top: 1rem;
}

.illust_02 {
  max-width: 200px;
  right: 5rem;
  bottom: -12rem;
}

.illust_03 {
  max-width: 180px;
  left: 1rem;
  top: 30rem;
}

.illust_04 {
  right: 5rem;
  bottom: -5rem;
}

.illust_05 {
  max-width: 150px;
  left: 1rem;
  bottom: 10rem;
}

.illust_06 {
  max-width: 50px;
  left: 5rem;
  bottom: 1rem;
}

.illust_07 {
  max-width: 220px;
  left: 5rem;
  bottom: -10rem;
}

.illust_08 {
  max-width: 170px;
  right: 1rem;
  bottom: 20rem;
}

.illust_09 {
  max-width: 170px;
  left: 5rem;
  top: -5rem;
}

.illust_010 {
  right: 5rem;
  bottom: 0rem;
}

@media (max-width: 1200px) {
  .illust_01 {
    max-width: 120px;
    left: 1rem;
    top: 1rem;
  }
  .illust_02 {
    max-width: 180px;
    right: 1rem;
    bottom: -10rem;
  }
  .illust_03 {
    max-width: 140px;
    left: 1rem;
    top: 2rem;
  }
  .illust_04 {
    max-width: 220px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -5rem;
  }
  .illust_05 {
    max-width: 140px;
    left: 1rem;
    bottom: -5rem;
  }
  .illust_06 {
    max-width: 40px;
    left: 14rem;
    bottom: 1rem;
  }
  .illust_07 {
    max-width: 180px;
    left: 16rem;
    bottom: -8rem;
  }
  .illust_08 {
    max-width: 160px;
    right: 1rem;
    bottom: -4rem;
  }
  .illust_09 {
    max-width: 150px;
    left: 1rem;
    top: 3rem;
  }
  .illust_010 {
    right: 1rem;
    bottom: 1rem;
  }
}

@media (max-width: 992px) {
  .illust_01 {
    max-width: 100px;
  }
  .illust_02 {
    max-width: 140px;
  }
  .illust_03 {
    max-width: 100px;
  }
  .illust_04 {
    max-width: 200px;
  }
  .illust_05 {
    max-width: 120px;
  }
  .illust_06 {
    max-width: 30px;
    left: 12rem;
  }
  .illust_07 {
    max-width: 150px;
    left: 10rem;
  }
  .illust_08 {
    max-width: 140px;
  }
  .illust_09 {
    max-width: 130px;
  }
  .illust_010 {
    max-width: 180px;
    bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .illust_01 {
    max-width: 70px;
  }
  .illust_02 {
    max-width: 100px;
    bottom: -4rem;
  }
  .illust_03 {
    max-width: 80px;
    top: 1rem;
  }
  .illust_04 {
    max-width: 140px;
    bottom: -3rem;
  }
  .illust_05 {
    max-width: 90px;
    bottom: -2rem;
  }
  .illust_06 {
    max-width: 30px;
    left: 10rem;
    bottom: 2rem;
  }
  .illust_07 {
    max-width: 100px;
    left: 10rem;
    bottom: -4rem;
  }
  .illust_08 {
    max-width: 100px;
    bottom: -2rem;
  }
  .illust_09 {
    max-width: 90px;
    top: 1rem;
  }
  .illust_010 {
    max-width: 140px;
    bottom: 0rem;
  }
}

.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 99;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.hamburger-menu.open {
  opacity: 1;
  z-index: 98;
}

.hamburger-menu.open main {
  overflow: hidden;
  height: 100vh;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #FECD2F;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
  z-index: -1;
  padding-bottom: 5rem;
}

.hamburger-menu__container {
  padding-bottom: 5rem;
}

.hamburger-menu__container .menu-top {
  height: 80px;
}

.hamburger-menu__container .menu-content {
  background-color: #FECD2F;
  padding: 40px 0;
}

.hamburger-menu__container .menu-content__container ul {
  margin: 0 auto;
  padding-left: 0;
}

.hamburger-menu__container .menu-content__container ul li {
  list-style: none;
  margin: 15px auto;
}

.hamburger-menu__container .menu-content__container ul li a {
  text-decoration: none;
  color: #E9503A;
  font-size: 20px;
  font-weight: 600;
}

.hamburger-menu__container .menu-bottom {
  background-color: #E9503A;
  padding: 50px 0;
}

.hamburger-menu__container .menu-bottom__container .membership_content div .btn_main {
  max-width: 200px;
  min-height: 50px;
}

.hamburger-menu__container .menu-bottom__container .membership_content div .btn_main a {
  font-size: 18px;
}

.hamburger-menu__container .menu-bottom__container .membership_content p {
  color: white;
  font-size: 18px;
  margin-bottom: 1rem;
}

.hamburger-menu__container .menu-bottom__container .membership_content__login {
  margin-bottom: 2rem;
}

.hamburger-menu__container .menu-sns {
  background-color: #FECD2F;
}

.hamburger-menu__container .menu-sns__container {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hamburger-menu__container .menu-sns__container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

.hamburger-menu__container .menu-sns__container a img {
  width: 100%;
}

header {
  position: fixed;
  background-color: #E9503A !important;
  width: 100vw;
  z-index: 999;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px !important;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px;
}

header .inner .header-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .header-left a {
  display: inline-block;
  max-width: 320px;
  width: 100%;
}

header .inner .header-left a:hover {
  opacity: 0.5;
}

header .inner .header-left a img {
  width: 100%;
}

header .inner .header-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

header .inner .header-right .header-user {
  margin: 0 0 1rem;
}

header .inner .header-right .header-user .btn_main {
  max-width: 200px;
  min-height: 45px;
}

header .inner .header-right .header-user .btn_main:nth-child(1) {
  margin-right: 1rem;
}

header .inner .header-right .header-user .btn_main a {
  font-size: 20px;
}

header .inner .header-right .header-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

header .inner .header-right .header-nav__container .list-item {
  list-style: none;
  display: inline-block;
}

header .inner .header-right .header-nav__container .list-item a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

header .inner .header-right .header-nav__container .list-item a:hover {
  color: #FECD2F;
}

main {
  overflow: hidden;
}

main h2 {
  font-family: Angelina, Arial, Helvetica, sans-serif;
  color: white;
  font-size: 120px;
  margin: 0;
  margin-bottom: 3rem;
  font-weight: bold;
}

main .red_shadow {
  text-shadow: 5px 5px 0 #E9503A;
}

main .yellow_shadow {
  text-shadow: 4px 4px 0 #FECD2F;
}

main section {
  padding: 10rem 15px;
  text-align: center;
  position: relative;
}

main section .frame {
  border-radius: 50px;
  border: 10px solid white;
  max-width: 1088px;
  margin: auto;
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}

main .kv {
  background: url("../images/kv.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  min-height: 1000px;
}

main .banner {
  background-color: #E9503A;
  padding: 5rem 0;
}

main .banner__container {
  position: relative;
  z-index: 2;
}

main .update {
  background-color: #FECD2F;
}

main .update__container {
  background-color: #FECD2F;
}

main .update__container .update_content {
  max-width: 810px;
  margin: auto;
  padding: 0 2rem;
}

main .update__container .update_content__container {
  text-align: left;
  display: block;
  border-bottom: #B48B08 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: 1.5rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .update__container .update_content__container:hover {
  opacity: 0.5;
}

main .update__container .update_content__container p {
  color: #E9503A;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

main .update__container .update_content__container .date {
  font-size: 14px;
  margin-bottom: 0.5rem;
}

main .update__container .update_content__container .title {
  font-size: 20px;
  font-weight: 600;
}

main .mv {
  background-color: #E9503A;
}

main .mv__container {
  background-color: #E9503A;
}

main .mv__container .youtube_content {
  padding: 0 2rem;
  max-width: 850px;
  margin: auto;
}

main .mv__container .youtube_content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 850/420;
}

main .sns {
  background-color: #FECD2F;
}

main .sns__container {
  background-color: #FECD2F;
}

main .sns__container .sns_content {
  padding: 0 2rem;
  width: 50%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .sns__container .sns_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
}

main .sns__container .sns_content a:hover {
  opacity: 0.5;
}

main .sns__container .sns_content a img {
  width: 100%;
}

main .membership {
  background-color: #E9503A;
}

main .membership__container {
  background-color: #E9503A;
}

main .membership__container .membership_content {
  padding: 0 2rem;
}

main .membership__container .membership_content__login {
  margin-bottom: 3rem;
}

main .membership__container .membership_content div p {
  font-size: 24px;
  color: white;
  margin-bottom: 1.5rem;
}

footer {
  padding: 1rem 0;
  background-color: #E9503A;
  color: white;
}

footer .inner .copyright {
  font-size: 14px;
}

/*---------------- タブレット ----------------*/
@media (max-width: 992px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header .inner {
    padding: 15px;
  }
  header .inner .header-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 130px;
    max-height: 40px;
  }
  header .inner .header-left a img {
    width: 100%;
  }
  header .inner .header-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  main h2 {
    font-size: 90px;
  }
  main .red_shadow {
    text-shadow: 3px 3px 0 #E9503A;
  }
  main .yellow_shadow {
    text-shadow: 3px 3px 0 #FECD2F;
  }
  main .kv {
    min-height: 600px;
  }
  main section {
    padding: 10rem 15px;
  }
  main section .frame {
    border-radius: 50px;
    border: 5px solid white;
    margin: auto;
    padding: 5rem 0 5rem;
  }
  main .update__container .update_content__container {
    padding: 1rem 0;
  }
  main .update__container .update_content__container .title {
    font-size: 16px;
  }
  main .sns__container .sns_content a {
    width: 50px;
    height: 50px;
  }
  main .membership__container .membership_content div p {
    font-size: 20px;
  }
  main .membership__container .membership_content div .btn_main a {
    font-size: 24px;
  }
}

/*---------------- タブレット　ここまで ----------------*/
/*---------------- スマホ ----------------*/
@media (max-width: 768px) {
  main h2 {
    font-size: 60px;
    margin-bottom: 2rem;
  }
  main .red_shadow {
    text-shadow: 2px 2px 0 #E9503A;
  }
  main .yellow_shadow {
    text-shadow: 2px 2px 0 #FECD2F;
  }
  main section {
    padding: 6rem 15px;
  }
  main .kv {
    min-height: unset;
  }
  main .update__container .update_content__container .title {
    font-size: 16px;
  }
  main .sns__container .sns_content {
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .sns__container .sns_content a {
    width: 40px;
    height: 40px;
    margin: 0 1rem;
  }
  main .membership__container .membership_content div p {
    font-size: 16px;
  }
  main .membership__container .membership_content div .btn_main {
    max-width: 250px;
    min-height: 50px;
  }
  main .membership__container .membership_content div .btn_main a {
    font-size: 20px;
  }
}

/*---------------- スマホ　ここまで ----------------*/
/*# sourceMappingURL=style.css.map */