@charset "UTF-8";
/*ALL Settings*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

p.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

br.brsp {
  display: none;
}

@media (max-width: 767px) {
  br.brsp {
    display: block;
  }
}
/****************************************

          General Setting

*****************************************/
html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  height: 100%;
  background: #fff;
  color: #000;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.wrap {
  position: relative;
  min-height: 100%;
  line-height: 1.8;
  overflow: hidden;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  vertical-align: bottom;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img.responsiveimg {
  width: 100%;
  height: auto;
}

.flex-nowrap {
  display: flex;
}

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

.content--body {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 6rem;
  max-width: 1280px;
  min-height: 90vh;
  margin: 0 auto;
}

.content--box {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.right, .left {
  width: calc(50% - 30px);
}

.listbox {
  margin-right: -30px;
}

.w-3 {
  width: calc(33.3333333333% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.w-4 {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.btn {
  text-align: center;
}

.btn-base-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-align: center;
}

a.btn, input.btn, span.btn {
  background: #00B900;
  border: 1px solid #00B900;
  color: #fff;
  padding: 1.5rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  transition: all 0.5s;
  border-radius: 0.5rem;
}

a.btn.primary:hover {
  color: #00B900;
  background: #fff;
}

@media screen and (max-width: 850px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .content--body {
    padding: 0 1rem;
  }
  .content--box {
    padding: 0 1.5rem;
  }
  .right, .left {
    width: 100%;
  }
  .right {
    margin-top: 3rem;
  }
  .listbox {
    margin-right: -15px;
  }
  .w-3, .w-4 {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
/****************************************

          inview effect

*****************************************/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -2%);
  transition: 0.5s;
}

.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.5s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_zoom {
  opacity: 0;
  transform: scale(1.1, 1.1);
  transition: 1s;
}

.fadeIn_zoom.is-show {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: 0.5s;
  transition-timing-function: ease-in-out;
}

.fadeIn_up_delay {
  opacity: 0;
  transform: translate(0, 2%);
  transition: 0.5s;
}

.fadeIn_up_delay.is-show {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.6s;
  transition-timing-function: ease-in-out;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-2%, 0);
  transition: 0.5s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(2%, 0);
  transition: 0.5s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_fade {
  opacity: 0;
  transition: 0.5s;
}

.fadeIn_fade.is-show {
  opacity: 1;
}

/****************************************

        HMBG

*****************************************/
#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
}

.circle-bg {
  z-index: 998;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00B900;
  transform: scale(1);
  left: 0;
  top: calc(50% - 25px);
  transition: all 0.6s;
  position: absolute;
}

.circle-bg.circleactive {
  transform: scale(100);
}

#g-nav-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list {
  display: block;
}

#g-nav ul {
  opacity: 0;
  position: relative;
  z-index: 999;
}

#g-nav.panelactive ul, #over #g-nav-list ul {
  opacity: 1;
}

#g-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul.g-nav-list {
  margin-left: -30px;
  position: relative;
  padding: 6rem;
}

ul.g-nav-list li {
  width: calc(25% - 30px);
  text-align: left;
  margin-left: 30px;
}
ul.g-nav-list li img {
  width: 80%;
  height: auto;
  margin-bottom: 3rem;
}
ul.g-nav-list li.bottomarea {
  width: 100%;
}
ul.g-nav-list li.bottomarea ul {
  margin-left: 0;
  margin-bottom: 0;
}
ul.g-nav-list li.bottomarea ul li {
  width: auto;
  margin-left: 0;
  padding: 0;
}
ul.g-nav-list li.bottomarea ul li:last-child {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
}
ul.g-nav-list li.bottomarea ul li a {
  border: none;
  font-size: 1.3rem;
  padding: 1.5rem;
}
ul.g-nav-list li.bottomarea ul li a::after {
  display: none;
}
ul.g-nav-list li.bottomarea ul li a:hover {
  border: none;
}

ul.g-nav-list li a {
  color: #fff;
  font-size: 1.6rem;
}

ul.g-nav-list li h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #fff;
  padding: 0 0 1.5rem 0;
}

ul.g-nav-list li ul {
  padding: 0;
  margin-bottom: 3rem;
}

ul.g-nav-list li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.g-nav-list li ul li a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  position: relative;
  margin: 1.5rem 0 0;
  transition: all 0.3s;
  font-weight: 700;
}
ul.g-nav-list li ul li a:hover {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
ul.g-nav-list li ul li a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  left: auto;
  background: none;
}

.openbtn1 {
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
}

.openbtn1 div {
  position: absolute;
  top: calc(50% - 7px);
  width: 100%;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 40%;
}

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

.openbtn1 span:nth-of-type(2) {
  top: 6px;
  width: 30%;
}

.openbtn1 span:nth-of-type(3) {
  top: 12px;
  width: 20%;
}

.openbtn1.active span:nth-of-type(1) {
  top: 0;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

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

body.navopen {
  overflow: hidden;
}

@media screen and (max-width: 850px) {
  #g-nav-list {
    width: 100vw;
  }
}
/****************************************

        COMMON header

*****************************************/
.memberheader {
  background: #2e5b5f;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem;
}
.memberheader h2 {
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 0 1rem;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  /* height: 120px; */
}
header.scroll {
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* height: 60px; */
  z-index: 3;
  top: 0;
}
header.scroll h1 {
  left: 1.5rem;
  /* width: 4.5rem; */
  width: 6.5rem;
}
header.scroll .rightnav {
  right: 1.5rem;
}
header.scroll nav.nav-pc ul li {
  padding: 1.5rem 2rem;
  height: 60px;
}
header.scroll .openbtn1 {
  width: 40px;
  height: 40px;
  top: 2px;
}
header.scroll .openbtn1 span {
  left: 12px;
}
header.scroll .circle-bg {
  z-index: 998;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}

h1 {
  width: 10rem;
  /* position: absolute; */
  left: 3rem;
  transition: all 0.3s;
  z-index: 1;
}

.rightnav {
  /* position: absolute; */
  /* right: 3rem; */
  transition: all 0.3s;
}

li.gnavtrigger {
  position: relative;
  margin-left: 1.5rem;
}

nav.nav-pc {
  position: relative;
  width: 100%;
}

nav.nav-pc ul {
  height: auto;
}

.gnav a:hover::after {
  transform: scale(1, 1);
}

nav.nav-pc ul li {
  padding: 3.5rem 0;
}
nav.nav-pc ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
nav.nav-pc ul li a:hover {
  color: #000;
}
nav.nav-pc ul li a:hover::after {
  transform: scale(1, 1);
}
nav.nav-pc ul li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #00B900;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
nav.nav-pc ul li.has-child {
  height: 100%;
}
nav.nav-pc ul li.has-child div {
  width: 100%;
  position: absolute;
  top: 99%;
  left: 0;
  padding: 0 6rem;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s;
}
nav.nav-pc ul li.has-child div ul {
  margin-left: -15px;
  width: 100%;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
}
nav.nav-pc ul li.has-child div ul li {
  width: calc(33.3333333333% - 15px);
  padding: 0;
  margin-left: 15px;
}
nav.nav-pc ul li.has-child div ul li:first-child {
  width: 100%;
  border: none;
  padding: 0 3rem;
}
nav.nav-pc ul li.has-child div ul li h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: #00B900;
}
nav.nav-pc ul li.has-child div ul li a {
  color: #000;
  font-size: 1.6rem;
  display: block;
  position: relative;
  padding-bottom: 1.5rem;
  margin: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav.nav-pc ul li.has-child div ul li a:hover {
  color: #00B900;
  border-bottom: 1px solid #00B900;
}
nav.nav-pc ul li.has-child div ul li a::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  left: auto;
  background: none;
}
nav.nav-pc ul li.has-child:hover div {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.loginarea li.register {
  background: #00B900;
  border: 1px solid #00B900;
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 3rem 0 0 3rem;
  align-items: center;
}
.loginarea li.register:hover {
  background: #fff;
  color: #00B900;
}
.loginarea li.register a {
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s;
}
.loginarea li.register a:hover {
  color: #00B900;
}
.loginarea li.register-right {
  border-radius: 0 3rem 3rem 0;
  margin-left: 1px;
}

/****************************************

        COMMON FOOTER

*****************************************/
footer {
  background: #2e5b5f;
}
footer ul.g-nav-list li {
  width: calc(25% - 30px);
}
footer ul.g-nav-list li h2 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #00B900;
  padding: 0 0 1.5rem 0;
  color: #00B900;
}
footer ul.g-nav-list li ul li a {
  font-size: 1.3rem;
  border: none;
  margin: 0;
  padding: 1rem 0 0;
}
footer ul.g-nav-list li ul li a:after {
  display: none;
}
footer ul.g-nav-list li ul li a:hover {
  border: none;
}
footer ul.g-nav-list li h1 {
  background: #fff;
  border-radius: 3rem;
  padding: 3rem;
  width: 80%;
  position: relative;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 850px) {
  h1 {
    /* width: 5rem; */
    width: 7rem;
    /* position: absolute;
    left: 1rem; */
    transition: all 0.3s;
  }
  header {
    /* height: 75px; */
  }
  .rightnav {
    position: absolute;
    right: 1rem;
    transition: all 0.3s;
  }
  ul.g-nav-list {
    margin-left: 0;
    position: relative;
    padding: 2rem;
  }
  ul.g-nav-list li {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  ul.g-nav-list li img {
    width: 20%;
    height: auto;
    margin-bottom: 3rem;
  }
  ul.g-nav-list li.bottomarea ul {
    justify-content: space-between;
  }
  ul.g-nav-list li.bottomarea ul li a {
    border: none;
    font-size: 1.3rem;
    padding: 0 0.5rem;
    margin: 0 0 1rem;
  }
  footer ul.g-nav-list li {
    width: 100%;
  }
  .loginarea li.register {
    background: #00B900;
    border: 1px solid #00B900;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 3rem 0 0 3rem;
    align-items: center;
  }
  .loginarea li.register:hover {
    background: #fff;
    color: #00B900;
  }
  .loginarea li.register a {
    font-weight: 700;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.3s;
  }
  .loginarea li.register a:hover {
    color: #00B900;
  }
  .loginarea li.register-right {
    border-radius: 0 3rem 3rem 0;
    margin-left: 1px;
  }
}
/****************************************

        section

*****************************************/
.top-mv {
  margin: 0 0 3rem 0;
  position: relative;
  background: #000;
}

.second {
  margin: 0 0 3rem;
}

.second_m {
  margin: 6rem 0 3rem;
}

.second_nom {
  margin: 0;
}

.hero {
  height: 300px;
  background: #D4EAFD url(img2023/hero.png) no-repeat bottom right;
  background-size: cover;
  position: relative;
}
.hero.shero {
  height: 180px;
}
.hero.noimghero {
  height: auto;
  background: none;
  margin-top: 3rem;
}
.hero.noimghero h2::after {
  display: none;
}
.hero.noimghero h3.category {
  margin-top: 1rem;
  margin-bottom: 0;
}
.hero.imghero {
  height: 350px;
  color: #fff;
  text-shadow: 0 3px 3px #000;
  background: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero.imghero h2::after {
  display: none;
}
.hero h2 {
  position: relative;
}
.hero h2 span {
  display: block;
  font-size: 1.6rem;
}
.hero h2::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 50%;
  height: 2px;
  content: "";
  left: 0;
  background: linear-gradient(90deg, #00B900 0%, rgb(0, 185, 0) 30%, rgba(0, 185, 0, 0.3) 50%, rgba(0, 185, 0, 0) 100%);
}

.bg-grey {
  background: #f8f8f8;
  padding: 3rem 3rem 6rem;
}

@media screen and (max-width: 850px) {
  .hero {
    height: 200px;
    background-size: cover;
  }
  .hero.imghero {
    height: 40vh;
    background-size: contain;
  }
  .hero h2.large {
    font-size: 3rem;
  }
}
/****************************************

        TOP

*****************************************/
.mv p {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  display: block;
  margin: 0;
  color: #fff;
}

/*  slide */
.caption, .slick-slide::before, .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-wide-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
  overflow: hidden;
}

.full-wide-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 38vw;
}

.slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.slick-slide iframe {
  position: relative;
  pointer-events: none;
}

.slick-slide figure {
  position: relative;
  height: 100%;
}

.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}

.slick-slide .slide-image.show {
  opacity: 1;
}

.slick-slide .image-entity {
  width: 100%;
  height: auto;
  opacity: 0;
}

.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
  z-index: 1;
}

.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  margin: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
  align-items: center;
}

.caption div {
  width: 100%;
  top: 30px;
  left: 30px;
  /* transform: translate(-50%, -50%); */
  position: absolute;
  margin: 0;
}
.caption div h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  color: #00B900;
  font-size: 5rem;
  letter-spacing: 0.5rem;
  width: 100%;
  padding: 0;
  animation-duration: 10s;
  animation-name: smooth-fadein-out;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes smooth-fadein-out {
  0% {
    opacity: 0;
    transform: translate(-2%, 0);
  }
  20% {
    opacity: 1;
    transform: translate(0, 0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-2%, 0);
  }
}
.caption h2.mvcap {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-top: 3rem;
}

.caption h2.mvsub {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.caption span {
  font-size: 2rem;
  display: block;
  margin-top: 1rem;
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@media (max-width: 767px) {
  .full-wide-slider {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 8vw;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
  }
  .slick-slide {
    position: relative;
    height: 70vh;
  }
  .caption div {
    width: 100%;
    top: 15px;
    left: 15px;
  }
  .caption div h2 {
    font-size: 2rem;
  }
  .caption h2.mvcap {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin-top: 3rem;
  }
  .caption h2.mvsub {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: 0.2rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .caption span {
    font-size: 1.3rem;
    display: block;
    margin-top: 1rem;
  }
}
.color {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  mix-blend-mode: unset;
  background: none;
}

.mv p {
  right: 15px;
  bottom: 15px;
  font-size: 1.6rem;
}

h2 {
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.6;
}
h2.large {
  font-size: 5rem;
}
h2.medium {
  font-size: 3rem;
}
h2.small {
  font-size: 2rem;
  font-weight: 700;
}
h2.color {
  color: #2e5b5f;
}

h3 {
  font-weight: 700;
  letter-spacing: 0.3rem;
}
h3.large {
  font-size: 3rem;
}
h3.medium {
  font-size: 1.6rem;
}
h3.small {
  font-size: 1.3rem;
}

.top-mv-box {
  overflow: hidden;
}

.top-mv h2 {
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  color: #00B900;
  font-size: 5rem;
  letter-spacing: 0.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.top-mv h2 span {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  display: block;
  margin: 1rem 0;
  color: #fff;
}

.video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.video .bg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-foot {
  background: #D4EAFD;
}

ul.topBanner__list {
  margin-left: -60px;
}
ul.topBanner__list li {
  width: calc(50% - 60px);
  margin-left: 60px;
  margin-bottom: 120px;
}
ul.topBanner__list li h2 {
  /* margin-bottom: 1rem;
  margin-left: 1rem;
  color: #2e5b5f; */
}
ul.topBanner__list li a {
  position: relative;
  background-size: cover !important;
  display: flex;
  align-items: center;
  width: 100%;
  /* aspect-ratio: 3/2; */
  aspect-ratio: 1001 / 510;
  /* border-radius: 3rem; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
ul.topBanner__list li a:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
ul.topBanner__list li a:hover div.bottom span.btn {
  background: #00B900;
  color: #fff;
}
ul.topBanner__list li a div.top {
  position: relative;
  padding: 3rem;
  top: auto;
  left: auto;
}
ul.topBanner__list li a div.top h2 {
  margin-bottom: 1rem;
  color: #EBEBEB;
}
ul.topBanner__list li a div.top p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
ul.topBanner__list li a div.bottom {
  position: absolute;
  padding: 0;
  bottom: -7rem;
  right: 0;
  width: 100%;
}
ul.topBanner__list li a div.bottom h2 {
  margin-bottom: 0;
  color: #2e5b5f;
}
ul.topBanner__list li a div.bottom span.btn {
  display: inline-block;
  border-radius: 3rem;
  background: transparent;
  padding: 1rem 2rem;
  color: #00B900;
  font-weight: 700;
  margin-right: 1rem;
}

.top--center--contents {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  background: #fff;
  margin-top: -12rem;
  padding-bottom: 3rem;
}
.top--center--contents.about-contents {
  margin-top: 3rem;
}
.top--center--contents.about-contents img {
  width: 60%;
}
.top--center--contents.about-contents .box::after {
  display: none;
}
.top--center--contents .box {
  padding: 6rem;
  position: relative;
}
.top--center--contents .box::after {
  height: 3px;
  width: 10%;
  background: #00B900;
  position: absolute;
  bottom: 0;
  content: "";
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top--center--contents .box.box_bottom::after {
  display: none;
}
.top--center--contents .box p {
  font-size: 2rem;
  line-height: 2;
}
.top--center--contents .box p span {
  color: #2e5b5f;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.top--center--contents .box p span.bold {
  display: inline;
  font-weight: 700;
  color: #2e5b5f;
  padding-right: 0.5rem;
}

ul.top--flow {
  padding: 3rem;
  margin: 0 auto;
  width: 80%;
}
ul.top--flow li {
  width: 100%;
  margin-left: -30px;
  margin-bottom: 30px;
}
ul.top--flow li .img {
  width: calc(40% - 30px);
  margin-left: 30px;
}
ul.top--flow li .img img {
  border-radius: 0;
  border: 5px solid #eee;
  width: 100%;
  height: auto;
}
ul.top--flow li .txt {
  text-align: left;
  width: calc(60% - 30px);
  margin-left: 30px;
  font-weight: 700;
}
ul.top--flow li .txt h2 {
  color: #2e5b5f;
  margin: 1.5rem 0;
}
ul.top--flow li h3 {
  width: 100%;
  border: 5px double #00B900;
  border-radius: 50%;
  aspect-ratio: 1;
  font-weight: 700;
  font-size: 2.4rem;
  color: #2e5b5f;
}
ul.top--flow li p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 850px) {
  .top-mv-box {
    height: 70vw;
    min-height: 8vw;
    overflow: hidden;
  }
  .video {
    position: relative;
    height: 70vw;
    padding: 0;
    overflow: hidden;
  }
  h2 {
    font-weight: 700;
    letter-spacing: 0.3rem;
  }
  h2.large {
    font-size: 5rem;
  }
  h2.medium {
    font-size: 2.4rem;
  }
  h2.small {
    font-size: 2rem;
  }
  .top-mv h2 {
    font-size: 3rem;
  }
  .top-mv h2 span {
    font-size: 1.6rem;
  }
  .mv-foot {
    background: #D4EAFD;
    padding: 1rem;
  }
  .mv-foot h2.medium {
    font-size: 1.8rem;
  }
  ul.topBanner__list {
    margin-left: 0;
  }
  ul.topBanner__list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8rem;
  }
  ul.topBanner__list li a div.bottom {
    position: absolute;
    padding: 0;
    bottom: -5rem;
    right: 0;
    width: 100%;
  }
  ul.topBanner__list li a div.bottom h2 {
    margin-bottom: 0;
    color: #2e5b5f;
  }
  ul.topBanner__list li a div.bottom span.btn {
    display: inline-block;
    border-radius: 3rem;
    background: transparent;
    padding: 1rem 2rem;
    color: #00B900;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .top--center--contents {
    margin-top: 0;
  }
  .top--center--contents.about-contents {
    margin-top: 3rem;
  }
  .top--center--contents.about-contents img {
    width: 100%;
  }
  .top--center--contents.about-contents .box::after {
    display: none;
  }
  .top--center--contents .box {
    padding: 3rem;
    position: relative;
  }
  .top--center--contents .box h2 {
    text-align: left;
  }
  .bg-grey {
    background: #f8f8f8;
    padding: 3rem 0;
  }
  .top--center--contents .box p {
    font-size: 1.6rem;
    line-height: 2;
    margin: 1.5rem 0 0;
    text-align: left;
  }
  .top--center--contents .box p span {
    color: #6ae05b;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
  }
  ul.top--flow {
    width: 100%;
    margin: 0;
  }
  ul.top--flow li {
    padding: 0;
    width: 100%;
    margin: 0 0 3rem;
  }
  ul.top--flow li .img, ul.top--flow li .txt {
    width: 100%;
    margin: 0;
  }
  ul.top--flow li h3 {
    width: 100%;
    border: 3px double #6ae05b;
    border-radius: 50%;
    aspect-ratio: 1;
    font-weight: 700;
    font-size: 1.6rem;
    color: #6ae05b;
  }
  ul.top--flow li p {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
/****************************************

        about

*****************************************/
.about-box {
  margin-left: -30px;
  flex-direction: row-reverse;
}
.about-box .about_txt {
  width: calc(40% - 30px);
  margin-left: 30px;
}
.about-box .about_txt p {
  font-size: 1.6rem;
  margin-top: 3rem;
}
.about-box .about_txt h3 {
  margin-top: 1.5rem;
}
.about-box .about_img {
  width: calc(60% - 30px);
  margin-left: 30px;
  padding: 3rem;
  background: #D4EAFD;
  border-radius: 3rem;
  box-shadow: 5px 5px 1px #eee;
}

@media screen and (max-width: 850px) {
  .about-box {
    margin-left: 0;
    flex-direction: row-reverse;
  }
  .about-box .about_txt {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
  .about-box .about_txt p {
    font-size: 1.6rem;
    margin-top: 3rem;
    line-height: 2;
  }
  .about-box .about_txt h3 {
    margin-top: 1.5rem;
  }
  .about-box .about_img {
    width: 100%;
    margin-left: 0;
    padding: 1rem;
    border-radius: 3rem;
  }
}
/****************************************

          PRICE

*****************************************/
.price-box {
  padding: 6rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
}

ul.pricelist {
  justify-content: space-between;
}

.responsiveswiper {
  position: relative;
  overflow: hidden;
}

.responsiveswiper .swiper-wrapper {
  margin-left: -15px;
  width: auto;
}

.swiper-button-prev, .swiper-button-next {
  display: none;
}

.responsiveswiper .pricelist {
  height: auto;
}

.responsiveswiper .swiper-button-prev, .responsiveswiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  border-radius: 50%;
}

.responsiveswiper .swiper-button-prev:after, .responsiveswiper .swiper-button-next:after {
  font-size: 2rem;
}

.swiperitem {
  height: 100%;
}

ul.pricelist li, .responsiveswiper .pricelist {
  width: calc(33.3333333333% - 15px);
  padding: 1.5rem;
  background: #D4EAFD;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  display: flex;
  align-items: normal;
  margin-left: 15px;
}

ul.pricelist.nomember li, .responsiveswiper.nomember .pricelist {
  width: calc(50% - 5px);
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  align-items: flex-start;
  margin-left: 15px;
}

ul.pricelist li p, .responsiveswiper .pricelist p {
  width: 100%;
  text-align: left;
}

ul.pricelist li h2, .responsiveswiper .pricelist h2 {
  font-weight: 700;
  font-size: 2.8rem;
  width: 100%;
  color: #00B900;
}

ul.pricelist li h2.pricename span, .responsiveswiper .pricelist h2.pricename span {
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #000;
  display: block;
  margin-bottom: 1rem;
}

.priceheader {
  width: 100%;
}

.pricemiddle {
  min-height: 18rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.price {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.5rem 0 3rem;
  line-height: 1.4;
}

.price span {
  font-size: 1.6rem;
}

.pricemiddle span.memo {
  font-size: 1.3rem;
  display: block;
  margin-top: 0;
  height: auto;
}

ul.pricemenu {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #aaa;
  position: relative;
}

ul.pricemenu li, ul.pricelist.nomember li ul.pricemenu li {
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  padding: 1.5rem 0 1.5rem 2rem;
  border-bottom: 1px dotted #aaa;
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
  display: block;
}
ul.pricemenu li span, ul.pricelist.nomember li ul.pricemenu li span {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.3rem;
}

ul.pricemenu li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left: 0;
  color: #00B900;
}

ul.pricemenu li.ns:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left: 0;
  color: #000;
  opacity: 0.3;
}

ul.pricemenu li span.notice {
  font-size: 1.2rem;
  color: #00B900;
}

ul.pricemenu li span.noservice {
  opacity: 0.3;
  text-decoration: line-through;
}

ul.pricemenu li:last-child {
  border: none;
}

span.pricelistbtn, a.pricelistbtn, input.pricelistbtn {
  border-radius: 30px;
  margin: 0 auto;
  margin-top: auto;
  background: #00B900;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.5s;
  width: 100%;
  display: block;
  text-align: center;
}

a.pricelistbtn:hover, input.pricelistbtn:hover {
  opacity: 0.5;
}

span.pricelistbtn.coming {
  background: #ccc;
}

span.pricelistbtn.movie {
  background: #00B900;
}

.swpm-payment-button {
  width: 100%;
}

.stripe-button-el {
  border: none;
  border-radius: 30px !important;
  display: block !important;
  margin: 0 auto !important;
  margin-top: auto !important;
  background: #00B900 !important;
  padding: 1.5rem !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  text-decoration: none !important;
  transition: all 0.5s !important;
  width: 100%;
  -webkit-font-smoothing: auto !important;
}

.stripe-button-el span {
  display: block;
  position: relative;
  padding: 0 !important;
  height: auto !important;
  line-height: 1.6 !important;
  background: none !important;
  background-image: none !important;
  font-size: 1.6rem !important;
  color: #fff !important;
  font-weight: bold !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.pay {
  width: 100%;
}

.stripe-button-el:hover {
  opacity: 0.5;
}

.pnotice {
  background: #eee;
  padding: 1.5rem;
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 1rem;
  font-size: 1.4rem;
}

.pnotice a.pricelistbtn {
  display: block;
  text-decoration: none;
  background: #000;
}

ul.pricelist li .pbox .pnotice h2 {
  font-weight: 700;
  font-size: 1.6rem;
  width: 100%;
  color: #00B900;
}

.pnotice .price {
  width: 100%;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 0.5rem 0;
}

.pnotice .price span {
  font-size: 1.4rem;
}

.price span.info {
  display: block;
  font-size: 1.4rem;
  color: #ff9900;
}

p.notice {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 1rem;
}

.goldplan-flow, .goldplan-price {
  width: calc(50% - 15px);
}

.goldplan-price h2 {
  border-top: 1px solid #aaa;
  padding: 1rem 0;
  border-bottom: 1px solid #aaa;
}

table.price {
  margin: 0;
  font-size: 1.3rem;
  border: none;
}

.swiper-deviceprice table.price {
  border-radius: 3rem;
}

.swiper-deviceprice table.price tr:first-child > *:first-child {
  border-radius: 3rem 0 0 0;
}

.swiper-deviceprice table.price tr:first-child > *:last-child {
  border-radius: 3rem 3rem 0 0;
}

.swiper-deviceprice table.price tr:last-child > *:first-child {
  border-radius: 0 0 0 3rem;
}

.swiper-deviceprice table.price tr:last-child > *:last-child {
  border-radius: 0 0 3rem 0;
}

table.price td, table.price th {
  vertical-align: middle;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  padding: 1.5rem;
}

table.price tr:last-child td, table.price tr:last-child th {
  border-bottom: none;
}

table.price td {
  background: #e5f0fe;
}

table.price td.side {
  width: 20%;
  background: #d2e9fd;
}

table.price td.side.top {
  width: 20%;
  background: #a5d3fb;
}

table.price td span {
  font-size: 1.1rem;
}

table.price th {
  background: #a5d3fb;
  width: 26.6666666667%;
}

.swiper-deviceprice table.price th {
  width: 100%;
}

@media screen and (max-width: 850px) {
  ul.pricelist li {
    width: 100%;
    margin-bottom: 30px;
  }
  ul.pricelist li:last-child {
    margin-bottom: 0;
  }
  ul.pricemenu li {
    margin-bottom: 0;
  }
  .price-box {
    padding: 3rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3rem;
  }
  .pricemiddle {
    min-height: 0;
    margin-bottom: 1.5rem;
  }
  .goldplan-flow, .goldplan-price {
    width: 100%;
  }
  .swiper-button-prev, .swiper-button-next {
    display: flex;
  }
  .responsiveswiper .swiper-wrapper {
    margin-left: 0;
    width: auto;
  }
  .responsiveswiper .pricelist {
    width: calc(33.3333333333% - 15px);
    padding: 1.5rem;
    background: #D4EAFD;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3rem;
    display: flex;
    align-items: normal;
    margin-left: 0;
  }
  .responsiveswiper.swiper-deviceprice .pricelist {
    width: 100%;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: normal;
    margin-left: 0;
  }
}
/****************************************

        MONETIZE

*****************************************/
.monetize-head {
  width: 80%;
  padding: 3rem;
  border-radius: 3rem;
  margin: 1.5rem auto 6rem;
  font-weight: 700;
  border: 2px solid #eee;
  box-shadow: 5px 5px 1px #eee;
  line-height: 2;
}
.monetize-head.message-head {
  box-shadow: none;
  border: 10px solid #eee;
}
.monetize-head a {
  text-decoration: underline;
  color: #2e5b5f;
}

.box_bottom.monetize_head {
  margin-left: auto;
}

.monetize-box p {
  padding: 3rem;
  font-weight: 700;
  line-height: 2;
}
.monetize-box p a {
  text-decoration: underline;
  color: #2e5b5f;
}
.monetize-box p span {
  font-weight: 700;
  color: #00B900;
}
.monetize-box p span.small {
  font-size: 1.3rem;
  font-weight: normal;
  color: #000;
  line-height: 1.6;
  display: block;
}

@media screen and (max-width: 850px) {
  .monetize-head {
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 3rem;
  }
}
/****************************************

        VOICE

*****************************************/
.voice--box {
  margin-left: -30px;
  margin-top: 6rem;
  padding: 3rem;
  border-radius: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.voice--box.flex-row-reverse {
  background: #f8f8f8;
}
.voice--box .img {
  width: calc(40% - 30px);
  margin-left: 30px;
}
.voice--box .img img {
  border-radius: 3rem;
  width: 100%;
  height: auto;
}
.voice--box .txt {
  text-align: left;
  width: calc(60% - 30px);
  margin-left: 30px;
  line-height: 2;
}
.voice--box .txt span.ul {
  font-weight: 700;
  border-bottom: 1px solid #00B900;
}
.voice--box .txt span.profiletitle {
  background: #eee;
  padding: 0.5rem 2rem;
  font-size: 1.3rem;
  display: inline-block;
}
.voice--box .txt h2 {
  color: #2e5b5f;
  margin: 1.5rem 0;
  padding: 0 1.5rem;
}
.voice--box .txt h2 span {
  font-size: 1.3rem;
  color: #000;
}
.voice--box.bottom {
  margin-bottom: 6rem;
}

@media screen and (max-width: 850px) {
  .voice--box {
    width: 100%;
    margin: 3rem 0 0;
  }
  .voice--box .img, .voice--box .txt {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .voice--box .img h2, .voice--box .txt h2 {
    padding: 0;
  }
  .voice--box .img h2 span.profilesub, .voice--box .txt h2 span.profilesub {
    display: block;
  }
  .voice--box.bottom {
    margin-bottom: 3rem;
  }
}
/****************************************

        TREATMENT

*****************************************/
.tre-nav li {
  width: calc(33.3333333333% - 15px);
  margin-bottom: 6rem;
}
.tre-nav li a {
  transition: all 0.3s;
}
.tre-nav li a:hover {
  opacity: 0.6;
}
.tre-nav li a span {
  display: none;
}
.tre-nav li a img {
  border-radius: 3rem;
}

.tre-box {
  margin-left: -30px;
}
.tre-box .tre_txt {
  width: calc(55% - 30px);
  margin-left: 30px;
}
.tre-box .tre_txt h2 span {
  font-size: 1.3rem;
  display: block;
}
.tre-box .tre_txt a {
  color: #00B900;
  text-decoration: underline;
}
.tre-box .tre_txt p {
  font-size: 1.6rem;
  margin-top: 3rem;
  line-height: 2;
}
.tre-box .tre_txt p.small {
  font-size: 1.3rem;
}
.tre-box .tre_txt h3 {
  margin-top: 1.5rem;
}
.tre-box .tre_img {
  width: calc(45% - 30px);
  margin-right: 30px;
  padding: 4.5rem;
  border-radius: 3rem;
  border: 2px solid #eee;
  box-shadow: 5px 5px 1px #eee;
}

.device--box {
  background: #eee;
}
.device--box .tre-box {
  padding: 3rem 0;
}
.device--box .tre-box .tre_img {
  padding: 0;
  box-shadow: none;
  border: none;
}
.device--box .tre-box .tre_img img {
  border-radius: 3rem;
}

.mediture-box {
  padding: 0 0 3rem;
}
.mediture-box .lightlist {
  padding: 3rem 0;
}
.mediture-box .lightlist li {
  width: calc(33.3333333333% - 30px);
}
.mediture-box .lightlist li img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.mediture-box .lightlist li:last-child {
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 3rem;
  margin-top: 3rem;
}
.mediture-box table {
  margin: 0;
  background: #fff;
}
.mediture-box table th {
  width: 20%;
  padding: 1.5rem;
  font-weight: 700;
  border-top: 1px solid #eee;
}
.mediture-box table td {
  width: 80%;
  padding: 1.5rem;
  border-top: 1px solid #eee;
}
.mediture-box h2 {
  background: #00B900;
  border-radius: 1.5rem;
  color: #fff;
  padding: 1.5rem;
  font-weight: 700;
}
.mediture-box ul.movielist {
  padding: 3rem 0 0;
}
.mediture-box ul.movielist li {
  width: calc(50% - 30px);
  margin-bottom: 3rem;
}
.mediture-box ul.movielist li a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.mediture-box ul.movielist li a:hover {
  opacity: 0.6;
}
.mediture-box ul.movielist li h2 {
  background: none;
  color: #000;
  padding: 1rem 0 0;
}
.mediture-box ul.movielist li h2 span {
  font-size: 1.3rem;
  display: block;
}

a.popup-youtube, a.popup-nomember {
  position: relative;
  display: block;
}

a.popup-youtube span.play, a.popup-nomember span.play, a span.play {
  position: absolute;
  text-align: center;
  color: #ff0000;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

a.popup-youtube span.play img, a.popup-nomember span.play img, a span.play img {
  width: 50px;
  height: auto;
}

a.popup-youtube.mvplay {
  position: absolute;
  text-align: center;
  color: #ff0000;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

a.popup-youtube.mvplay span.play {
  position: relative;
  top: auto;
  left: auto;
  -moz-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  margin: 0;
}

a.popup-youtube.mvplay span.play img {
  width: 80px;
  height: auto;
}

.schedule table {
  margin: 0;
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
}
.schedule table th {
  width: 15%;
  padding: 1.5rem;
  text-align: center;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
.schedule table td {
  width: 85%;
  padding: 1.5rem;
  border-top: 1px solid #eee;
}

@media screen and (max-width: 850px) {
  .tre-nav li {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 3rem;
  }
  .tre-nav li a span {
    display: block;
    text-align: center;
    padding: 1rem;
    font-size: 1.3rem;
    transition: all 0.5s;
  }
  .tre-nav li a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .tre-nav li a:hover span {
    color: #00B900;
    background: none;
  }
  .tre-nav li a img {
    border-radius: 50%;
  }
  .tre-box {
    margin-left: 0;
  }
  .tre-box .tre_txt {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .tre-box .tre_txt p {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  .tre-box .tre_txt h3 {
    margin-top: 1.5rem;
  }
  .tre-box .tre_img {
    width: 100%;
    margin-left: 0;
    padding: 3rem;
    background: #eee;
    border-radius: 3rem;
  }
  .device--box {
    background: #eee;
  }
  .device--box .tre-box {
    padding: 3rem 0;
  }
  .device--box .tre-box .tre_txt {
    margin-top: 3rem;
  }
  .device--box .tre-box .tre_img {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
  .mediture-box .lightlist {
    padding: 3rem 0;
  }
  .mediture-box .lightlist li {
    width: calc(33.3333333333% - 5px);
    text-align: center;
  }
  .mediture-box .lightlist li:last-child {
    text-align: left;
  }
  .mediture-box ul.movielist li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .mediture-box ul.movielist li a.samplemovie img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .mediture-box table {
    margin: 0;
    background: #fff;
  }
  .mediture-box table th {
    width: 100%;
    padding: 1.5rem;
    font-weight: 700;
    border-top: 1px solid #eee;
    display: block;
  }
  .mediture-box table td {
    width: 100%;
    padding: 1.5rem;
    border-top: 1px solid #eee;
    display: block;
  }
}
/****************************************

        OVERRIDE

*****************************************/
.oldhero {
  justify-content: flex-start;
  align-items: center;
}

.oldhero ul.contentsnav {
  width: 100%;
}

.oldhero ul.contentsnav li {
  margin-top: 1.5rem;
}

.oldhero ul.contentsnav li a {
  margin-right: 1.5rem;
  border: 2px solid #aaa;
  color: #aaa;
  font-size: 1.3rem;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
}

.oldhero ul.contentsnav li a:hover, .oldhero ul.contentsnav li a.active {
  border: 2px solid #00B900;
  background: #00B900;
  color: #fff;
}

.searchbox {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.6rem;
}
.searchbox form {
  display: flex;
}

.searchbox input[type=text] {
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 1rem 0 0 1rem;
  font-size: 1.4rem;
  width: auto;
}

.searchbox input[type=submit] {
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 0 1rem 1rem 0;
  color: #fff;
  background: #00B900;
}

ul.moviesinglebox {
  justify-content: space-between;
}
ul.moviesinglebox li {
  width: calc(50% - 30px);
}
ul.moviesinglebox li .wpfp-link {
  margin: 0;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2rem;
  font-size: 1.3rem;
  display: inline-block;
  background: #eee;
  padding: 0.5rem 1.5rem;
}
ul.moviesinglebox li .wpfp-link:hover {
  text-decoration: none;
}
ul.moviesinglebox li p.listcomment {
  font-size: 1.6rem;
  line-height: 2;
  margin: 1.5rem 0 0;
}

ul.list li .tagarea a, .tagarea a {
  background: #eee;
  border-radius: 10px;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  margin: 1.5rem 1rem 0 0;
  display: inline-block;
  transition: all 0.5s;
}
ul.list li .tagarea a:hover, .tagarea a:hover {
  background: #00B900;
  color: #fff;
  text-decoration: none;
}
ul.list li .tagarea a::before, .tagarea a::before {
  content: "#";
}

.nomemberbox {
  padding: 6rem 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  max-width: 70vw;
  margin: 0 auto;
}

a.swpm-login-form-register-link {
  display: block;
  font-size: 1.6rem;
  padding: 1.5rem;
  margin-top: 3rem;
  background: #00B900;
  color: #fff;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none;
}

h3.category {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0;
  color: #00B900;
  margin-top: 4.5rem;
  margin-bottom: 3rem;
  position: relative;
}
h3.category::before {
  display: none;
}

ul.list li a:hover {
  color: #000;
}

.productlist li .lead span.btn {
  border: 1px solid #00B900;
  border-radius: 2rem;
  color: #00B900;
  margin-top: 1rem;
  display: inline-block;
  padding: 1.5rem 3rem;
  width: 30%;
}
.productlist li .lead span.btn:hover {
  background: #00B900;
  color: #fff;
}

.productdetail h2 {
  font-weight: bold;
  color: #00B900;
  font-size: 3rem;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  color: #00B900;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #00B900;
}

.loginform {
  background: none;
}

.loginform.coursehead {
  justify-content: space-between;
  align-items: center;
  background: #D4EAFD;
  color: #000;
  padding: 3rem;
  border-radius: 0.2rem;
}

.swpm-login-widget-form {
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 1.3rem;
}

.swpm-login-widget-form input {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.3rem;
  border-radius: 2rem;
  border: 2px solid #ddd;
  box-sizing: border-box;
  margin: 0.5rem 0 1rem;
}

.swpm-login-widget-form input.swpm-login-form-submit {
  background: #2e5b5f;
  font-weight: 700;
  color: #fff;
  border: none;
}

.favclear a.wpfp-link {
  color: #fff;
  background: #00B900;
  padding: 1.5rem 3rem;
  font-size: 1.3rem;
  border-radius: 2rem;
  text-decoration: none;
}

.swiper-productlist a {
  display: block;
}

.swiper-productlist a:hover {
  color: #000;
  text-decoration: none;
}

.swiper-productlist .thumb {
  width: 30%;
}

.swiper-productlist .thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.swiper-productlist .lead {
  width: 70%;
  padding: 0 3rem;
}

.swiper-productlist .lead h2 {
  font-weight: bold;
  font-size: 2rem;
}

.swiper-productlist .lead span.btn {
  border: 1px solid #00B900;
  border-radius: 2rem;
  color: #00B900;
  background: #fff;
  margin-top: 1rem;
  display: inline-block;
  padding: 1.5rem 3rem;
  width: 30%;
}
.swiper-productlist .lead span.btn:hover {
  background: #00B900;
  color: #fff;
}

.responsiveswiper.swiper-productlist .swiper-wrapper {
  margin-left: 0;
  width: auto;
  flex-wrap: wrap;
}

.responsiveswiper.swiper-productlist .swiperitem {
  border-top: 1px solid #eee;
}

.linklist a {
  padding: 0;
  margin: 1.5rem 1rem 0;
  border: none;
  background: none;
}

.linklist a:hover {
  border: none;
  background: none;
  color: transparent;
}

form.swpm-form-builder {
  margin: 20px auto;
}

.swpm-submit, input[type=submit].swpm-submit {
  border-radius: 30px;
  margin: 0 auto;
  margin-top: auto;
  background: #00B900;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.5s;
  width: 100%;
  text-shadow: none;
  border: none;
}

label.swpm-desc {
  font-weight: bold;
  color: #2e5b5f;
  font-size: 1.3rem;
}

h3.mypagetitle {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1rem 0;
  margin: 1rem 0;
  color: #2e5b5f;
  border-top: 3px dotted #2e5b5f;
  border-bottom: 3px dotted #2e5b5f;
}

.academytitle {
  background: #f8f8f8;
}
.academytitle h2 {
  color: #2e5b5f;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
}
.academytitle a {
  font-size: 1.3rem;
  color: #2e5b5f;
}
.academytitle span {
  font-size: 1.3rem;
  color: #2e5b5f;
}

.termscroll h2.title {
  color: #2e5b5f;
}

.termbox strong {
  color: #2e5b5f;
}

.coursehead h2 {
  color: #000;
  font-size: 2.4rem;
}

ul.newslist li a {
  padding: 3rem 0;
  display: block;
  border-top: 1px solid #ccc;
  transition: all 0.3s;
}
ul.newslist li a h3 span.date {
  text-align: left;
  margin-bottom: 1rem;
}
ul.newslist li a:hover {
  color: #00B900;
  text-decoration: none;
}
ul.newslist li:last-child a {
  border-bottom: 1px solid #ccc;
}

.entry div {
  width: 100%;
}
.entry div a {
  color: #00B900;
}
.entry h3 {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
}
.entry h3 span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: normal;
}
.entry .singlenav {
  width: 100%;
  margin-top: 3rem;
  justify-content: center;
}
.entry .singlenav a {
  color: #fff;
}

@media screen and (max-width: 850px) {
  .searchbox {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 1rem 0 0;
    padding-right: 15px;
  }
  .searchbox form {
    justify-content: flex-end;
  }
  ul.moviesinglebox li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .productlist li .lead span.btn {
    border: 1px solid #00B900;
    border-radius: 2rem;
    color: #00B900;
    margin-top: 1rem;
    display: inline-block;
    padding: 1.5rem 3rem;
    width: 50%;
  }
  .productlist li .lead span.btn:hover {
    background: #00B900;
    color: #fff;
  }
  .swiper-productlist.lead span.btn {
    border: 1px solid #00B900;
    border-radius: 2rem;
    color: #00B900;
    margin-top: 1rem;
    display: inline-block;
    padding: 1.5rem 3rem;
    width: 50%;
  }
  .swiper-productlist.lead span.btn:hover {
    background: #00B900;
    color: #fff;
  }
  .responsiveswiper.swiper-productlist .swiper-wrapper {
    margin-left: 0;
    width: auto;
    flex-wrap: unset;
  }
  .swiper-productlist .thumb {
    width: 100%;
    margin-bottom: 1rem;
  }
  .swiper-productlist .lead {
    width: 100%;
    padding: 0 1.5rem;
  }
  .swiper-productlist .lead span.btn {
    width: 100%;
  }
}
.simplefavorite-button {
  margin: 0;
  margin: 0.5rem 0 1rem 0;
  box-shadow: none;
  border-radius: 2rem;
  border: none;
  font-size: 1.3rem;
  line-height: 2rem;
  display: inline-block;
  background: #D4EAFD;
  padding: 0.5rem 1.5rem;
}
.simplefavorite-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  padding-left: 0.5rem;
  font-weight: 900;
}
.simplefavorite-button.active {
  background: #eee;
  color: #555;
}
.simplefavorite-button.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  padding-left: 0.5rem;
  font-weight: 400;
}/*# sourceMappingURL=style-n.css.map */