@charset "UTF-8";
/* GRe4N CReW Club Official Site CSS (common.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
}
a:hover {
  text-decoration: none !important;
  opacity: 0.9;
}

.lity {
  z-index: 1000000 !important;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.prohibited {
  -webkit-touch-callout: none;
}
.prohibited img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: 900;
}

.home_sns {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 3%;
  width: 6%;
  z-index: 10;
}
.home_sns ul {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  height: auto;
}
.home_sns ul li {
  font-size: 18px;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 8px;
}
.home_sns ul li a {
  display: inline-block;
  color: #fff;
}
.home_sns ul li a:hover {
  color: #fff;
}
.home_sns ul li a i {
  color: #fff;
}
#content_area {
  padding: 0;
  padding-top: 100px;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
}

#content_area a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html, body {
  width: 100%;
  height: auto;
  color: #fff;
  background: #fff;
  min-width: 320px;
  letter-spacing: -0.2px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Arial, "toppan-bunkyu-midashi-go-std", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-optical-sizing: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*-----------------------------------------------------------------
    parts
  ------------------------------------------------------------------*/
.mgbt0 {
  margin-bottom: 0 !important;
}

.mgtp0 {
  margin-top: 0 !important;
}

.mglt0 {
  margin-left: 0 !important;
}

.mgrt0 {
  margin-right: 0 !important;
}

.accent {
  color: #cc0027;
  font-weight: 900;
  font-size: 15px;
  font-size: 4vw;
}

button:disabled {
  background: #969696;
  color: rgba(255, 255, 255, 0.62) !important;
}

.btn_single {
  max-width: 400px;
  margin: 20px auto;
  font-size: 14px;
  font-size: 3.7333333333vw;
  border-radius: 20px;
  text-decoration: none !important;
}

.btn_primary {
  border-radius: 40px;
  margin: 15px auto;
  background: #00b140 !important;
  width: 100%;
  border: none;
  outline: none;
  padding: 20px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff !important;
  font-size: 16px;
  font-size: 4.2666666667vw;
  text-decoration: none !important;
}
.btn_primary.btn_payment {
  background: #e46060 !important;
}
.btn_primary:hover {
  background: rgb(0, 126, 45.5593220339);
  color: #fff;
}

.btn_inline {
  border-radius: 20px;
  margin: 15px auto;
  background: #00b140;
  width: auto;
  border: none;
  outline: none;
  padding: 20px 10px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff !important;
  font-size: 15px;
  font-size: 4vw;
  text-decoration: none !important;
}
.btn_inline.btn-lg {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 900;
  padding: 15px 15px;
  text-align: center;
  width: 100%;
}
.btn_inline.btn-sm {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 900;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
}
.btn_inline:hover {
  background: rgb(0, 126, 45.5593220339);
  color: #fff;
}

.wall {
  background: #f4f4f4;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.block {
  background: #e1e1e1;
  padding: 20px;
  color: #333;
  font-size: 10px;
  font-size: 2.6666666667vw;
}

.column_pc .join-link {
  margin-top: 10px;
}

.form {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.53);
  color: #000;
  max-width: 650px;
  margin: 0 auto 100px;
  padding: 30px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form p {
  margin: 20px auto;
  text-align: center;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.form .block {
  font-size: 10px;
  font-size: 2.6666666667vw;
}

input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 4vw;
  border-radius: 5px;
}
input.postal-code {
  max-width: 20rem;
}
input.btn-primary {
  padding: 25px 15px;
  background: #00b140 !important;
  color: #fff;
}
input:read-only {
  background: #b9b9b9;
}

textarea {
  resize: vertical;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 4vw;
  border-radius: 5px;
}

input[type=checkbox] {
  accent-color: rgba(0, 177, 64, 0.7);
  inline-size: 1.5rem;
  block-size: 1.5rem;
}

input[type=reset] {
  width: auto;
  background: transparent;
  color: #00b140;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}

input[type=date] {
  width: auto;
}

.selectbox-002 {
  position: relative;
}
.selectbox-002::before,
.selectbox-002::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.selectbox-002::before {
  right: 0;
  display: inline-block;
  width: 2.8em;
  height: 3.9em;
  border-radius: 0 25px 25px 0;
  background-color: #00b140;
  content: "";
}

.selectbox-002::after {
  position: absolute;
  top: 40%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}

.selectbox-002 select {
  min-width: 230px;
  height: 3em;
  padding: 0.5em 3.6em 0.4em 1em;
  border: 2px solid #00b140;
  border: 2px solid #00b140;
  border-radius: 25px;
  color: #333333;
  font-size: 16px;
  font-size: 1.3333333333rem;
  cursor: pointer;
}

.selectbox-002 select:focus {
  outline: 1px solid #00b140;
}

button {
  outline: 0;
  background: #00b140;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
  font-size: 4vw;
  font-weight: 900;
  cursor: pointer;
  margin: 15px auto;
  border-radius: 20px;
}
button:hover {
  background: rgb(0, 126, 45.5593220339);
  color: #fff;
}

.btn_message {
  z-index: 10000;
  position: fixed;
  bottom: 15px;
  text-transform: uppercase;
  outline: 0;
  right: 15px;
}
.btn_message a {
  background: rgba(0, 177, 64, 0.89);
  width: auto;
  border: 2px solid #fff;
  padding: 6px 15px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 9px;
  font-size: 2.4vw;
  font-weight: 900;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_message a i {
  font-size: 14px;
  font-size: 3.7333333333vw;
  margin-right: 5px;
}
.btn_message a:hover {
  background: rgb(0, 126, 45.5593220339);
  color: #fff;
}

.message {
  margin: 15px 0 0;
  color: #000;
}

.message a {
  color: #00b140;
  text-decoration: none;
}

.register-form {
  display: none;
}

.btn_member {
  background: #fff;
  width: 100%;
  border: none;
  outline: none;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00b140 !important;
  border-radius: 30px;
  margin: 15px auto;
  font-weight: 900;
  font-size: 15px;
  font-size: 4vw;
  text-decoration: none !important;
}
.btn_member:hover {
  background: rgb(0, 228, 82.4406779661);
  color: #9e9e9e !important;
}

.form_info {
  text-align: center;
  margin: 20px auto;
  font-size: 12px;
  font-size: 3.2vw;
}

.card_type {
  margin: 10px auto;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  color: #333;
}
.card_type .card_logo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0;
  align-items: center;
}
.card_type .card_logo img {
  height: 25px;
  margin: 5px;
}
.card_type .card_logo img.wide {
  height: 16px;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: url("https://static.gre4n-boyz.com/images/bg_sp2026.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
#exterior_wrapper.about_exterior_wrapper {
  background: #49a251;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* ============================================
header
============================================ */
h1 {
  position: fixed;
  display: block;
  padding-bottom: 3px;
  width: 47px;
  margin: 0;
  top: 9px;
  max-width: 300px;
  left: 23px;
  z-index: 10000;
}
h1.new {
  position: fixed;
  display: block;
  padding-bottom: 3px;
  width: 60px;
  margin: 0;
  top: 20px;
  max-width: 300px;
  left: 16px;
  z-index: 10000;
}
h1 a {
  display: block;
}
h1 svg {
  fill: #fff;
  width: 50px;
  height: 60px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
h1.active svg {
  fill: #00b140;
}

/*-----------------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------------------*/
header {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: -webkit-fill-available;
  transition: all 0.3s;
}
header.active {
  opacity: 1;
  z-index: 999;
}
header.active nav ul {
  opacity: 1;
}
header .g-nav_container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0px;
  /* height: 100%; */
  background: rgb(228, 234, 124);
  background: linear-gradient(103deg, rgb(228, 234, 124) 0%, rgb(131, 209, 113) 52%, rgb(131, 209, 113) 100%);
}
header .g-nav_container #waveCanvas {
  position: absolute;
  top: -70px;
  left: 0;
}
header .g-nav_container .wave {
  position: relative;
  background: #49a251;
}
header .g-nav_container .wave:nth-child(1) {
  background: #49a251;
}
header .g-nav_container .wave:nth-child(2) {
  background: #49a251;
}
header .g-nav_container .wave:nth-child(3) {
  background: #49a251;
}
header .g-nav_container .wavecanvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
header nav {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 17% 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1bc75a;
}
header nav ul {
  max-width: 400px;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
header nav ul li {
  padding: 0 20px;
}
header nav ul li a {
  position: relative;
  display: block;
  color: #505050;
  font-size: 18px;
  font-size: 4.8vw;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 7px 0;
}
header nav ul li a:hover {
  color: #000;
  opacity: 1;
  text-shadow: none;
}
header nav ul li a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #505050;
  font-size: 20px;
  font-size: 5.3333333333vw;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  content: "\f054";
  font-weight: 300;
}
header nav.free_nav {
  background: transparent;
  margin-top: 40px;
  padding-bottom: 60px;
}
header nav.paid_nav {
  background: transparent;
  display: block;
  padding-top: 50px;
  background: #49a251;
}
header nav.paid_nav .paid_nav_head {
  position: relative;
  top: 0;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 120%;
  margin-left: -10%;
  padding: 10px 0;
  color: #12b74d;
  text-align: center;
  font-size: 30px;
  font-size: 2.5rem;
  font-weight: 900;
}
header nav.paid_nav .paid_nav_head2 {
  text-align: center;
  margin: 35px auto 0px;
  position: relative;
  top: 0px;
  left: -2%;
  max-width: 350px;
  /* margin-top: -270px; */
  width: 83%;
}
header nav.paid_nav .paid_nav_head2 img {
  width: 100%;
}
header nav.paid_nav ul {
  margin-top: 20px;
}
header nav.paid_nav li.premium a {
  color: #ffff6c;
}
header nav.paid_nav li a {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}
header nav.paid_nav li a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  font-size: 20px;
  font-size: 5.3333333333vw;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  content: "\f054";
  font-weight: 300;
}
header nav.paid_nav li a:hover {
  color: #fff;
  opacity: 1;
}
header nav.paid_nav li a img {
  width: 26px;
  margin-left: 10px;
}
header nav.paid_nav li a i {
  margin-left: 10px;
  font-size: 24px;
  font-size: 2rem;
}
header nav.paid_nav li a:hover {
  opacity: 0.6;
}
header nav.paid_nav li a .icobox {
  display: flex;
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  align-items: center;
}
header nav.paid_nav li a .icobox img {
  width: 20px;
  margin-right: 5px;
  margin-left: 0;
}
header nav.paid_nav li:nth-child(4) i {
  position: relative;
  top: 2px;
}
header .dammy_sns {
  background: #49a251;
}
header .dammy_sns ul {
  padding: 15px 0 60px;
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .dammy_sns ul li {
  margin: 0 15px;
  width: 10%;
}
header .dammy_sns ul li a {
  display: inline-block;
  width: 100%;
}

header.active #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  height: -webkit-fill-available;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*========= ボタン ===============*/
.hamburger {
  position: fixed;
  z-index: 9999;
  align-items: flex-end;
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  gap: 10px;
  height: 54px;
  width: 54px;
  padding: 10px 0px;
  background: transparent;
  border: solid 1px #fff;
  top: 15px;
  right: 18px;
  box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.1);
}
.hamburger:active {
  background: rgb(228, 234, 124);
  background: linear-gradient(103deg, rgb(228, 234, 124) 0%, rgb(131, 209, 113) 47%, rgb(131, 209, 113) 98%, rgb(131, 209, 113) 100%);
}
.hamburger > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger span {
  background-color: #fff;
  position: absolute;
  display: block;
  height: 2px;
  transition: 0.2s;
  width: 100%;
  box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.2);
}

.hamburger span:nth-of-type(1) {
  transform-origin: 0%;
  top: 10px;
}

.hamburger span:nth-of-type(2) {
  top: 18px;
  transform-origin: 0%;
}

.hamburger.active span:nth-of-type(1) {
  transform: translate(8px, -14px) rotate(45deg);
  transform-origin: 0%;
}

.hamburger.active span:nth-of-type(2) {
  transform: translate(8px, 14px) rotate(-45deg);
  transform-origin: 0%;
}

.auth_nav {
  position: fixed;
  top: 18px;
  right: 75px;
  height: 55px;
  width: auto;
  z-index: 1000;
}
.auth_nav ul {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.auth_nav ul li {
  height: auto;
  margin-right: 10px;
  margin-bottom: 7px;
  padding: 0;
}
.auth_nav ul li:first-child a {
  background: rgb(228, 234, 124);
  background: linear-gradient(103deg, rgb(228, 234, 124) 0%, rgb(131, 209, 113) 47%, rgb(131, 209, 113) 98%, rgb(131, 209, 113) 100%);
  color: #fff;
}
.auth_nav ul li a {
  background: #fff;
  box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-size: 1.0833333333rem;
  justify-content: center;
  align-items: center;
  display: flex;
  min-width: 5em;
  color: #939393;
  height: auto;
  font-weight: 900;
  padding: 0px 5px;
}
.auth_nav ul li a span {
  display: inline;
}
.auth_nav ul li a i {
  display: none;
}
footer {
  text-align: center;
  padding: 60px 0px 40px;
  color: #fff;
  font-weight: 900;
  position: relative;
  z-index: 99;
}
footer .wrapper {
  width: 100%;
  padding: 0 25px;
}
footer a {
  color: #fff;
  font-weight: 900;
}
footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
footer .sub_menu {
  width: 100%;
}
footer .sub_menu.guide {
  display: flex;
  justify-content: center;
  padding-left: 10%;
}
footer .sub_menu.guide ul {
  width: 48%;
}
footer .sub_menu.guide ul:last-child {
  margin-left: 6%;
}
footer .sub_menu.guide ul li {
  margin: 7px 8px;
  width: 100%;
  text-align: left;
}
footer .sub_menu.guide ul li a {
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.3px;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
footer .sub_menu.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px 20px;
  width: 60%;
  margin: 40px auto 20px;
}
footer .sub_menu.contact ul {
  width: 100%;
}
footer .sub_menu.contact ul:last-child {
  margin-left: 0;
}
footer .sub_menu.contact ul li {
  margin: 5px 0;
  width: 100%;
  text-align: center;
}
footer .sub_menu.contact ul li:first-child a {
  padding: 10px 20px;
  border: solid 2px #fff;
  border-radius: 10px;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
footer .sub_menu.contact ul li:last-child {
  margin-top: 30px;
}
footer .sub_menu.contact ul li:last-child a {
  display: inline;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
footer .sub_menu.contact ul li a {
  display: block;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.3px;
  font-size: 12px;
  font-size: 3.2vw;
}
footer .footer_sns ul {
  margin: 15px auto 60px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_sns ul li {
  margin: 0 15px;
  width: 9%;
}
footer .footer_sns ul li a {
  display: inline-block;
  width: 100%;
}
footer .copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-size: 2.9333333333vw;
  letter-spacing: 0.1px;
  margin-top: 45px;
}
footer .copyrights img {
  margin-left: 2px;
  width: 140px;
}

.sp_sns ul {
  margin: 30px auto 10px;
  width: 73%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_sns ul li {
  margin: 0 11px;
  width: 14%;
  max-width: 35px;
}
.sp_sns ul li a {
  display: inline-block;
  width: 100%;
}

.table_responsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  letter-spacing: -0.2px;
  width: 100%;
  color: #00b140;
  font-size: 13px;
  font-size: 1.0833333333rem;
}
.table_responsive tr {
  background: #f8f8f8;
  border: 1px solid rgb(0, 126, 45.5593220339);
  padding: 0.35em;
  margin: 5px auto 0;
}
.table_responsive th,
.table_responsive td {
  color: #000;
  padding: 0.625em;
  text-align: center;
}
.table_responsive th {
  background: rgb(0, 126, 45.5593220339);
  color: #fff;
  padding: 0.625em;
}
.table_responsive a {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  color: #00b140;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table_responsive .btn {
  border-radius: 10px;
  display: inline-block;
  padding: 3px 15px;
  font-weight: 900;
  text-align: center;
  background: #00b140;
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.table_responsive2025 {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  letter-spacing: -0.2px;
  width: 100%;
  color: #00b140;
  font-size: 13px;
  font-size: 1.0833333333rem;
}
.table_responsive2025 tr {
  background: #f8f8f8;
  border: 1px solid rgb(0, 126, 45.5593220339);
  padding: 0.35em;
  margin: 5px auto 0;
}
.table_responsive2025 th,
.table_responsive2025 td {
  color: #000;
  padding: 0.625em;
  text-align: center;
}
.table_responsive2025 th {
  background: rgb(0, 126, 45.5593220339);
  color: #fff;
  padding: 0.625em;
}
.table_responsive2025 th:nth-child(1) {
  width: 15%;
}
.table_responsive2025 th:nth-child(2) {
  width: 37%;
}
.table_responsive2025 th:nth-child(3) {
  width: 18%;
}
.table_responsive2025 th:nth-child(4) {
  width: 30%;
}
.table_responsive2025 a {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  color: #00b140;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table_responsive2025 .btn {
  border-radius: 10px;
  display: inline-block;
  padding: 3px 15px;
  font-weight: 900;
  text-align: center;
  background: #00b140;
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.table_responsive2025butai {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  letter-spacing: -0.2px;
  width: 100%;
  color: #00b140;
  font-size: 13px;
  font-size: 1.0833333333rem;
}
.table_responsive2025butai thead {
  display: none;
}
.table_responsive2025butai tr {
  background: #f8f8f8;
  border: 1px solid rgb(0, 126, 45.5593220339);
  padding: 0.35em;
  margin: 5px auto 0;
  display: block;
}
.table_responsive2025butai th,
.table_responsive2025butai td {
  color: #000;
  padding: 0.625em;
  text-align: center;
}
.table_responsive2025butai th {
  background: rgb(0, 126, 45.5593220339);
  color: #fff;
  padding: 0.625em;
}
.table_responsive2025butai th:nth-child(1) {
  width: 15%;
}
.table_responsive2025butai th:nth-child(2) {
  width: 37%;
}
.table_responsive2025butai th:nth-child(3) {
  width: 18%;
}
.table_responsive2025butai th:nth-child(4) {
  width: 30%;
}
.table_responsive2025butai td {
  border-bottom: 1px solid #ddd;
  display: flex;
  text-align: left;
}
.table_responsive2025butai td:last-child {
  border-bottom: none;
}
.table_responsive2025butai th, .table_responsive2025butai td {
  padding: 0.425em;
}
.table_responsive2025butai td:before {
  content: attr(aria-label);
  min-width: 7em;
  color: #617506;
  font-weight: 900;
}
.table_responsive2025butai a {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  color: #00b140;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table_responsive2025butai .btn {
  border-radius: 10px;
  display: inline-block;
  padding: 3px 15px;
  font-weight: 900;
  text-align: center;
  background: #00b140;
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.fadein, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

.fadein.scrolling {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (max-width: 600px) {
  .table_responsive {
    font-size: 12px;
    font-size: 1rem;
    border: none;
  }
  .table_responsive thead {
    display: none;
  }
  .table_responsive tr {
    display: block;
  }
  .table_responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: left;
  }
  .table_responsive td:last-child {
    border-bottom: none;
  }
  .table_responsive th, .table_responsive td {
    padding: 0.425em;
  }
  .table_responsive td:before {
    content: attr(aria-label);
    min-width: 7em;
    float: left;
    color: #617506;
    font-weight: 900;
  }
  .table_responsive2025 {
    font-size: 12px;
    font-size: 1rem;
    border: none;
  }
  .table_responsive2025 thead {
    display: none;
  }
  .table_responsive2025 tr {
    display: block;
  }
  .table_responsive2025 td {
    border-bottom: 1px solid #ddd;
    display: flex;
    text-align: left;
  }
  .table_responsive2025 td:last-child {
    border-bottom: none;
  }
  .table_responsive2025 th, .table_responsive2025 td {
    padding: 0.425em;
  }
  .table_responsive2025 td:before {
    content: attr(aria-label);
    min-width: 7em;
    color: #617506;
    font-weight: 900;
  }
}
@media screen and (min-width: 370px) {
  .auth_nav {
    position: fixed;
    top: 27px;
    right: 75px;
    height: 55px;
    width: auto;
    z-index: 1000;
  }
  .auth_nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .auth_nav ul li {
    height: 100%;
    margin-right: 8px;
    margin-bottom: 7px;
    padding: 0;
  }
  .auth_nav ul li:first-child a {
    background: rgb(228, 234, 124);
    background: linear-gradient(103deg, rgb(228, 234, 124) 0%, rgb(131, 209, 113) 47%, rgb(131, 209, 113) 98%, rgb(131, 209, 113) 100%);
    color: #fff;
  }
  .auth_nav ul li a {
    background: #fff;
    box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-size: 1.0833333333rem;
    justify-content: center;
    align-items: center;
    display: flex;
    min-width: 4.2em;
    color: #939393;
    height: auto;
    font-weight: 900;
    padding: 3px 10px;
  }
  .auth_nav ul li a span {
    display: inline;
  }
  .auth_nav ul li a i {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: url("https://static.gre4n-boyz.com/images/bg_pc2026.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover {
    text-decoration: none !important;
    opacity: 0.9;
  }
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
  /*-----------------------------------------------------------------
    parts
  ------------------------------------------------------------------*/
  .mgbt0 {
    margin-bottom: 0 !important;
  }
  .mgtp0 {
    margin-top: 0 !important;
  }
  .mglt0 {
    margin-left: 0 !important;
  }
  .mgrt0 {
    margin-right: 0 !important;
  }
  .accent {
    color: #cc0027;
    font-weight: 900;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  button:disabled {
    background: #969696;
    color: rgba(255, 255, 255, 0.59) !important;
  }
  .btn_single {
    max-width: 400px;
    margin: 20px auto;
    font-size: 18px;
    font-size: 1.5rem;
    border-radius: 20px;
  }
  .btn_primary {
    border-radius: 30px;
    margin: 15px auto;
    background: #00b140 !important;
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .btn_primary:hover {
    background: rgb(0, 126, 45.5593220339);
    color: #fff;
  }
  .btn-primary {
    border-radius: 20px;
    margin: 15px auto;
    background: #00b140 !important;
    width: 100%;
    border: none;
    outline: none;
    padding: 25px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 20px;
    font-size: 1.6666666667rem;
    font-weight: 900;
  }
  .btn-primary:hover {
    background: rgb(0, 126, 45.5593220339);
    color: #fff;
  }
  .btn_inline {
    border-radius: 20px;
    margin: 15px auto;
    background: #00b140;
    width: auto;
    border: none;
    outline: none;
    padding: 12px 20px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.5rem;
    text-decoration: none !important;
  }
  .btn_inline.btn-lg {
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-weight: 900;
    padding: 15px 30px;
    width: auto;
  }
  .btn_inline.btn-sm {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: 900;
    padding: 15px 30px;
    width: auto;
  }
  .btn_inline:hover {
    background: rgb(0, 126, 45.5593220339);
    color: #fff;
  }
  .wall {
    background: #f4f4f4;
    padding: 25px;
    margin-bottom: 25px;
  }
  .block {
    background: #e1e1e1;
    padding: 20px;
    color: #333;
    font-size: 12px;
    font-size: 1rem;
  }
  .column_pc {
    display: flex;
    margin: 0 0 20px -3%;
  }
  .column_pc > div, .column_pc > p, .column_pc > ul {
    width: 47%;
    margin: 0 0 0 3%;
  }
  .column_pc .wall h4 {
    margin-top: 40px;
  }
  .column_pc .wall .join-link {
    margin-top: 20px;
    display: inline-block;
  }
  .column_pc.album-news {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .column_pc.album-news > div {
    margin-bottom: 30px;
  }
  .column_pc.album-news > div:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .column_pc.album-news > div:first-child > div {
    width: 48%;
  }
  .column_pc.album-news > div:nth-child(2) {
    width: 47%;
  }
  .column_pc.album-news > div:nth-child(3) {
    width: 47%;
  }
  .column_pc.album-news > div:nth-child(4) {
    width: 100%;
  }
  .form {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.53);
    color: #000;
    max-width: 650px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  .form p {
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .form .block {
    font-size: 12px;
    font-size: 1rem;
  }
  input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.3333333333rem;
    border-radius: 5px;
  }
  input.postal-code {
    max-width: 14rem;
  }
  textarea {
    resize: vertical;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-size: 14px;
    border-radius: 5px;
  }
  input[type=checkbox] {
    accent-color: rgba(0, 177, 64, 0.7);
    inline-size: 1.5rem;
    block-size: 1.5rem;
  }
  input[type=reset] {
    width: auto;
    background: transparent;
    color: #00b140;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
  }
  input[type=date] {
    width: auto;
  }
  .selectbox-002 {
    position: relative;
  }
  .selectbox-002::before,
  .selectbox-002::after {
    position: absolute;
    content: "";
    pointer-events: none;
  }
  .selectbox-002::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 3.9em;
    border-radius: 0 25px 25px 0;
    background-color: #00b140;
    content: "";
  }
  .selectbox-002::after {
    position: absolute;
    top: 40%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
  }
  .selectbox-002 select {
    min-width: 230px;
    height: 3em;
    padding: 0.5em 3.6em 0.4em 1em;
    border: 2px solid #00b140;
    border: 2px solid #00b140;
    border-radius: 25px;
    color: #333333;
    font-size: 16px;
    font-size: 1.3333333333rem;
    cursor: pointer;
  }
  .selectbox-002 select:focus {
    outline: 1px solid #00b140;
  }
  button {
    outline: 0;
    background: #00b140;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 18px;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 15px auto;
    border-radius: 20px;
  }
  button:hover {
    background: rgb(0, 126, 45.5593220339);
    color: #fff;
  }
  .btn_message {
    z-index: 10000;
    position: fixed;
    top: auto;
    bottom: 25px;
    text-transform: uppercase;
    outline: 0;
    right: 25px;
  }
  .btn_message a {
    background: rgba(0, 177, 64, 0.89);
    width: auto;
    padding: 10px 15px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 12px;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn_message a i {
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-right: 5px;
  }
  .btn_message a:hover {
    background: rgb(0, 126, 45.5593220339);
    color: #fff;
  }
  .message {
    margin: 15px 0 0;
  }
  .message a {
    color: #00b140;
    text-decoration: none;
  }
  .register-form {
    display: none;
  }
  .btn_member {
    width: 100%;
    border: none;
    outline: none;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin: 15px auto;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .form_info {
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .card_type {
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    color: #333;
    width: auto;
    display: inline-block;
  }
  .card_type .card_logo {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 0;
  }
  .card_type .card_logo img {
    height: 33px;
    margin: 5px 8px;
  }
  .wrapper {
    position: relative;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
  /* ============================================
   header
  ============================================ */
  h1 {
    position: fixed;
    display: block;
    padding-bottom: 3px;
    width: 65px;
    margin: 0;
    top: 20px;
    left: 37px;
    z-index: 10000;
  }
  h1 svg {
    fill: #fff;
    width: 62px;
    height: 74px;
  }
  h1.new {
    position: fixed;
    display: block;
    padding-bottom: 3px;
    width: 80px;
    margin: 0;
    top: 28px;
    left: 25px;
    z-index: 10000;
  }
  /*-----------------------------------------------------------------
  ハンバーガーメニュー
  ------------------------------------------------------------------*/
  header {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: -webkit-fill-available;
    background: #999;
    transition: all 0.3s;
    background: url("https://static.gre4n-boyz.com/images/menu_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  header.active {
    opacity: 1;
    z-index: 999;
  }
  header.active nav ul {
    opacity: 1;
  }
  header .g-nav_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  header .g-nav_container #waveCanvas {
    position: absolute;
    top: 0;
    left: -162%;
    width: 305%;
    height: 22%;
    transform: rotate(-92deg);
  }
  header nav {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-style: normal;
    position: relative;
    width: 50%;
    padding: 8%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #12b74d;
  }
  header nav ul {
    max-width: 400px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
  }
  header nav ul li {
    padding: 0 30px;
  }
  header nav ul li a {
    position: relative;
    display: block;
    color: #000;
    padding: 3px 0;
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: -0.2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  header nav ul li a:hover {
    color: #00b140;
    opacity: 0.7;
  }
  header nav ul li a:after {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  header nav.free_nav {
    background: transparent;
    margin-top: 0;
    padding-left: 10%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 13%;
    z-index: 1;
  }
  header nav.free_nav ul {
    margin-top: 5px;
  }
  header nav.paid_nav {
    padding-right: 12%;
    padding-left: 8%;
    padding-bottom: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  header nav.paid_nav .paid_nav_head {
    position: absolute;
    right: 47px;
    width: 35px;
    top: 50%;
    margin-top: -160px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #12b74d;
    text-align: center;
    font-size: 30px;
    font-size: 2.5rem;
    font-weight: 900;
  }
  header nav.paid_nav .paid_nav_head2 {
    text-align: center;
    margin: 0px auto 20px;
    position: static;
    top: 100px;
    max-width: 335px;
    /* margin-top: -270px; */
    width: 90%;
  }
  header nav.paid_nav .paid_nav_head2 img {
    width: 90%;
  }
  header nav.paid_nav ul {
    margin-top: 0;
  }
  header nav.paid_nav li a {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
  }
  header nav.paid_nav li a:hover {
    color: #fff;
    opacity: 0.7;
  }
  header nav.paid_nav li a img {
    width: 26px;
    margin-left: 10px;
  }
  header nav.paid_nav li a i {
    margin-left: 10px;
    font-size: 24px;
    font-size: 2rem;
  }
  header nav.paid_nav li a:hover {
    opacity: 0.6;
  }
  header nav.paid_nav li:nth-child(4) i {
    position: relative;
    top: 2px;
  }
  header nav.paid_nav li .icobox {
    display: flex;
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    align-items: center;
  }
  header nav.paid_nav li .icobox img {
    width: 15px;
    margin-right: 5px;
    margin-left: 0;
  }
  header.active #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: -webkit-fill-available;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*========= ボタン ===============*/
  .hamburger {
    position: fixed;
    z-index: 9999;
    align-items: flex-end;
    appearance: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    gap: 10px;
    height: 64px;
    width: 64px;
    padding: 15px 0px;
    background: transparent;
    border: solid 1px #fff;
    top: 30px;
    right: 30px;
    box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.1);
  }
  .hamburger:active {
    background: rgb(228, 234, 124);
    background: linear-gradient(103deg, rgb(228, 234, 124) 0%, rgb(131, 209, 113) 47%, rgb(131, 209, 113) 98%, rgb(131, 209, 113) 100%);
  }
  .hamburger > div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .hamburger span {
    background-color: #fff;
    position: absolute;
    display: block;
    height: 2px;
    transition: 0.2s;
    width: 100%;
    box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.2);
  }
  .hamburger span:nth-of-type(1) {
    transform-origin: 0%;
    top: 10px;
  }
  .hamburger span:nth-of-type(2) {
    top: 18px;
    transform-origin: 0%;
  }
  .hamburger.active span:nth-of-type(1) {
    transform: translate(8px, -18px) rotate(45deg);
    transform-origin: 0%;
  }
  .hamburger.active span:nth-of-type(2) {
    transform: translate(8px, 18px) rotate(-45deg);
    transform-origin: 0%;
  }
  .auth_nav {
    position: fixed;
    top: 35px;
    right: 100px;
    height: 55px;
    width: auto;
    z-index: 1000;
  }
  .auth_nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .auth_nav ul li {
    height: auto;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
  }
  .auth_nav ul li:first-child {
    height: auto;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
  }
  .auth_nav ul li:first-child a {
    background: rgb(228, 234, 124);
    background: linear-gradient(103deg, rgb(228, 234, 124) 0%, rgb(131, 209, 113) 47%, rgb(131, 209, 113) 98%, rgb(131, 209, 113) 100%);
    color: #fff;
  }
  .auth_nav ul li a {
    background: #fff;
    box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-size: 1.3333333333rem;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #939393;
    height: auto;
    min-width: 7em;
    font-weight: 900;
    padding: 2px 10px;
  }
  .auth_nav ul li a span {
    display: inline;
  }
  .auth_nav ul li a i {
    display: none;
  }
  /*-----------------------------------------------------------------
    SNS
  ------------------------------------------------------------------*/
  .home_sns {
    display: block;
    position: fixed;
    left: 45px;
    bottom: 30px;
    width: 45px;
    z-index: 10000;
  }
  .home_sns ul {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    height: auto;
  }
  .home_sns ul li {
    font-size: 18px;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 9px;
  }
  .home_sns ul li a {
    display: inline-block;
    color: #fff;
  }
  .home_sns ul li a:hover {
    color: #fff;
  }
  .home_sns ul li a i {
    color: #fff;
  }
  /* ============================================
   contents
  ============================================ */
  #content_area {
    width: 100%;
  }
  .sp_sns {
    display: none;
  }
  footer {
    text-align: center;
    padding: 60px 0px 40px;
    color: #fff;
    font-weight: 900;
    position: relative;
    z-index: 99;
  }
  footer .wrapper {
    width: 100%;
    padding: 0 40px;
  }
  footer a {
    color: #fff;
    font-weight: 900;
  }
  footer .sns {
    position: relative;
    margin-bottom: 20px;
  }
  footer .sns ul {
    display: flex;
    margin-right: -7px;
    justify-content: center;
    align-items: center;
  }
  footer .sns ul li {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    margin: 0 5%;
  }
  footer .sns ul li a {
    display: inline-block;
    color: rgba(0, 177, 64, 0.7);
  }
  footer .sns ul li.niconico a {
    width: 21px;
    top: -3px;
    opacity: 0.6;
    position: relative;
  }
  footer .sns ul li.niconico a:hover {
    opacity: 0.4;
  }
  footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
  }
  footer .footer_sns {
    display: none;
  }
  footer .sub_menu {
    width: 100%;
  }
  footer .sub_menu.guide {
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: 75%;
  }
  footer .sub_menu.guide ul {
    width: 48%;
  }
  footer .sub_menu.guide ul:last-child {
    margin-left: 3%;
  }
  footer .sub_menu.guide ul li {
    margin: 6px 8px;
    width: 100%;
    text-align: left;
  }
  footer .sub_menu.guide ul li a {
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.3px;
    font-size: 15px;
    font-size: 1.25rem;
  }
  footer .sub_menu.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 8px 20px;
    width: 25%;
    margin: 0;
  }
  footer .sub_menu.contact ul {
    width: 100%;
  }
  footer .sub_menu.contact ul:last-child {
    margin-left: 0;
  }
  footer .sub_menu.contact ul li {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }
  footer .sub_menu.contact ul li:first-child a {
    font-size: 22px;
    font-size: 1.8333333333rem;
    white-space: nowrap;
  }
  footer .sub_menu.contact ul li:last-child {
    margin-top: 20px;
  }
  footer .sub_menu.contact ul li:last-child a {
    font-size: 17px;
    font-size: 1.4166666667rem;
  }
  footer .sub_menu.contact ul li a {
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.3px;
    font-size: 18px;
    font-size: 1.5rem;
  }
  footer .copyrights {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: 0.1px;
    margin-top: 100px;
  }
  footer .copyrights img {
    margin-left: 2px;
    width: 200px;
  }
}

/*# sourceMappingURL=common1222.css.map */
