/*--------------------------------------
	copyright : Lampros co.,Ltd.
	-----------------------------------*/
/*
 reset
==============================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: none;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }*/
del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
  html.smaller {
    font-size: 8px;
  }
  html.bigger {
    font-size: 12px;
  }
  img {
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.7142857143vw;
  }
  html.smaller {
    font-size: 0.5714285714vw;
  }
  html.bigger {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: max(1.8rem, 10px);
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.777777;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" 1;
  word-break: none;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.8vw;
  }
}

picture {
  display: block;
}

/*----------------------------------------


 link


----------------------------------------*/
a {
  position: relative;
  color: #333333;
  text-decoration: none;
  border: none;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a.hv:hover {
  opacity: 0.7;
}
a.underline {
  border-bottom: 1px solid #333333;
}
a.underline::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/*----------------------------------------


header


----------------------------------------*/
.header {
  position: relative;
  padding: 0;
  width: 100%;
  display: block !important;
}
.header .inner {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header .inner {
    display: block !important;
  }
}
.header .htxt {
  position: relative;
  padding: 0.8rem 3%;
  text-align: center;
  background: #0076d9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header .htxt {
    padding: 2vw 3%;
    line-height: 1.3;
  }
}
.header .htxt a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.header .htxt p {
  padding: 0;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header .htxt p {
    font-size: 3.2vw;
  }
}
.header .htitle {
  padding: 1.5rem 3%;
  text-align: center;
  background: #0076d9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header .htitle {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 2vw 3%;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
  }
  .header .htitle.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
}
.header .htitle .wp-block-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .htitle .wp-block-column {
    justify-content: space-between;
  }
}
.header .htitle .head_cta_btn {
  font-size: 3.2vw;
  text-align: center;
  margin: 0 0.666666vw;
}
.header .htitle .head_cta_btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.6666666667vw;
  width: 33.3333333333vw;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
}
.header .htitle .head_cta_btn._one {
  background: #6abd42;
}
.header .htitle .head_cta_btn._monthly {
  background: #fe7b26;
}
.header .htitle._v2 .wp-block-column {
  max-width: 1100px;
  justify-content: space-between;
  margin: 0 auto;
}
.header .htitle._v2 figure {
  margin-right: 0;
}
.header .htitle._v2 #onclick_cta-float_txt a {
  font-size: 115%;
  color: #fff;
  text-decoration: none;
}
.header .htitle figure {
  width: 13rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .header .htitle figure {
    width: 24vw;
    height: 5.3333333333vw;
  }
  .header .htitle figure img {
    display: block;
    vertical-align: middle;
  }
}
.header .htitle p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header .htitle p {
    font-size: 3.2vw;
  }
}
.header .htitle h1 {
  margin-left: 1rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header .htitle h1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header._bottom .inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header._bottom .htitle {
    position: fixed;
    top: auto;
    bottom: 0;
  }
}
.header .htitle._monthly figure.onclick_cta-float_logo {
  width: 52vw;
  height: 8vw;
  margin-right: 0;
}
.header .htitle .sp_monthly_btn {
  position: absolute;
  right: -1vw;
  bottom: -2vw;
  width: 40vw;
  height: 13.3333333333vw;
}
.header .htitle .sp_monthly_btn figure {
  position: absolute;
  width: 12.8vw;
  height: 11.3333333333vw;
  margin-right: 0;
  left: -3vw;
  top: -0.5vw;
  rotate: -15deg;
}
.header .htitle .sp_monthly_btn figure img {
  display: block;
}
.header .htitle .sp_monthly_btn .head_cta_btn {
  font-size: 3.2vw;
}
.header .htitle .sp_monthly_btn .head_cta_btn a {
  padding: 2vw 0 1.5vw 11vw;
  text-align: left;
  display: block;
  line-height: 1.2;
  box-sizing: border-box;
  height: 100%;
  width: 40vw;
}
.header .htitle .sp_monthly_btn .head_cta_btn mark {
  position: relative;
  display: block;
  font-size: 4.2666666667vw;
}
.header .htitle .sp_monthly_btn .head_cta_btn mark::before {
  position: absolute;
  content: "";
  border: 1.5px solid #ffffcc;
  border-radius: 50%;
  width: 4vw;
  aspect-ratio: 1/1;
  bottom: 0.4vw;
  left: 15vw;
}
.header .htitle .sp_monthly_btn .head_cta_btn mark::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #ffffcc;
  width: 1.333vw;
  aspect-ratio: 0.6/1;
  bottom: 1.2vw;
  left: 16.5vw;
}

/*----------------------------------------


footer


----------------------------------------*/
.footer {
  padding: 5rem 0;
  background: #fed430;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 5rem;
  }
}
.footer .inner {
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.6rem;
  width: calc(100% - 8vw);
}
@media screen and (max-width: 767px) {
  .footer .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 4vw;
  }
}
.footer .inner a {
  color: #fff;
}
.footer .inner ._l {
  position: relative;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .footer .inner ._l {
    order: 2;
    border-top: 1px dotted #fff;
    padding-top: 2em;
    margin-right: 0;
  }
}
.footer .inner ._l .footer_logo {
  width: 20rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .footer .inner ._l .footer_logo {
    width: 26.6666666667vw;
  }
}
.footer .inner ._r {
  padding-left: 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer .inner ._r {
    padding-left: 0;
    order: 1;
  }
}
.footer .inner .footer_arrow {
  position: relative;
  margin-right: 1em;
  padding-left: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .inner .footer_arrow {
    padding-left: 5.3333333333vw;
  }
}
.footer .inner .footer_arrow::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  left: 0;
  top: 0.3em;
}
@media screen and (max-width: 767px) {
  .footer .inner .footer_arrow::before {
    top: 2.2666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
.footer .inner .footer_arrow._pagetop::after {
  rotate: -45deg;
  left: 0.68rem;
  top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .inner .footer_arrow._pagetop::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 3.7333333333vw;
    left: 1.3333333333vw;
  }
}
.footer .inner .footer_arrow::after {
  position: absolute;
  content: "";
  border-top: 2px solid #00AEEF;
  border-right: 2px solid #00AEEF;
  rotate: 45deg;
  width: 0.7rem;
  height: 0.7rem;
  left: 0.5rem;
  top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .footer .inner .footer_arrow::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 3.3333333333vw;
    left: 1.0666666667vw;
  }
}
.footer_link_contents01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_link_contents01 {
    display: block;
  }
}
.footer_link_contents02 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .footer_link_contents02 {
    border-top: 1px dotted #fff;
    margin-top: 2em;
    padding-top: 2em;
    margin-right: 0;
    gap: 2%;
  }
}
.footer_link_contents02 h3 {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .footer_link_contents02 h3 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_link_contents02 ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
.footer_link_contents02 li {
  position: relative;
  padding-left: 1.5em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .footer_link_contents02 li {
    padding-left: 1em;
    margin-right: 0;
  }
}
.footer_link_contents02 li::before {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  width: 0.7rem;
  height: 0.7rem;
  left: 0;
  top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .footer_link_contents02 li::before {
    width: 2.4vw;
    height: 2.4vw;
    top: 3.3333333333vw;
  }
}
.footer_link_contents02 li a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer_link_contents03 {
    display: none;
  }
}
.footer_link_contents03 .footer_arrow {
  margin-left: -1.5em;
}
.footer_link_contents03 .footer_arrow::after {
  rotate: 135deg !important;
  left: 0.7rem !important;
  top: 0.9rem !important;
}
@media screen and (max-width: 767px) {
  .footer_link_contents03 .footer_arrow::after {
    top: 3.3333333333vw !important;
    left: 1.2vw;
  }
}
.footer_link_contents03 a {
  text-decoration: underline;
}
.footer_link_content {
  display: block !important;
}
.footer_link_content .wp-block-column {
  display: inline-block !important;
  margin-right: 2em;
}
.footer .copy {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 2.933333333vw;
  }
}
.footer_fixed_cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .footer_fixed_cta {
    display: none !important;
  }
}
.footer_fixed_cta .inner > .wp-block-column {
  position: relative;
}
.footer_fixed_cta + .footer_contents {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .footer_fixed_cta + .footer_contents {
    padding-bottom: 5rem;
  }
}

/*----------------------------------------


animation


----------------------------------------*/
.js_anime span {
  display: inline-block;
  transform: translateY(50px);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.js_anime.active span {
  transform: translateY(0);
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes transform_y {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen {
  .fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .fade {
    opacity: 0;
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .on.fadein,
  .on.fade {
    opacity: 1;
    transform: translateX(0);
  }
  .fade .fade_c {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .fade .fade_v {
    opacity: 0;
    transform: translateY(50px);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .on.fade .fade_c:nth-child(1) {
    animation: on_r_slide 0.5s ease-in-out 0.4s forwards;
  }
  .on.fade .fade_c:nth-child(2) {
    animation: on_r_slide 0.5s ease-in-out 0.5s forwards;
  }
  .on.fade .fade_c:nth-child(3) {
    animation: on_r_slide 0.5s ease-in-out 0.6s forwards;
  }
  .on.fade .fade_c:nth-child(4) {
    animation: on_r_slide 0.5s ease-in-out 0.7s forwards;
  }
  .on.fade .fade_c:nth-child(5) {
    animation: on_r_slide 0.5s ease-in-out 0.8s forwards;
  }
  .on.fade .fade_c:nth-child(6) {
    animation: on_r_slide 0.5s ease-in-out 0.9s forwards;
  }
  .on.fade .fade_c:nth-child(7) {
    animation: on_r_slide 0.5s ease-in-out 1s forwards;
  }
  .on.fade .fade_c:nth-child(8) {
    animation: on_r_slide 0.5s ease-in-out 1.1s forwards;
  }
  .on.fade .fade_c:nth-child(9) {
    animation: on_r_slide 0.5s ease-in-out 1.2s forwards;
  }
  .on.fade .fade_c:nth-child(10) {
    animation: on_r_slide 0.5s ease-in-out 1.3s forwards;
  }
  .on.fade .fade_c:nth-child(11) {
    animation: on_r_slide 0.5s ease-in-out 1.4s forwards;
  }
  .on.fade .fade_c:nth-child(12) {
    animation: on_r_slide 0.5s ease-in-out 1.5s forwards;
  }
  .on.fade .fade_v:nth-child(1) {
    animation: on_b_slide 0.8s ease-in-out 0.4s forwards;
  }
  .on.fade .fade_v:nth-child(2) {
    animation: on_b_slide 0.8s ease-in-out 0.5s forwards;
  }
  .on.fade .fade_v:nth-child(3) {
    animation: on_b_slide 0.8s ease-in-out 0.6s forwards;
  }
  .on.fade .fade_v:nth-child(4) {
    animation: on_b_slide 0.8s ease-in-out 0.7s forwards;
  }
  .on.fade .fade_v:nth-child(5) {
    animation: on_b_slide 0.8s ease-in-out 0.8s forwards;
  }
  .on.fade .fade_v:nth-child(6) {
    animation: on_b_slide 0.8s ease-in-out 0.9s forwards;
  }
  .on.fade .fade_v:nth-child(7) {
    animation: on_b_slide 0.8s ease-in-out 1s forwards;
  }
  .on.fade .fade_v:nth-child(8) {
    animation: on_b_slide 0.8s ease-in-out 1.1s forwards;
  }
  .fade_op,
  .fade_txt,
  .fade_ph {
    opacity: 0;
  }
  .on .fade_txt {
    animation: fade_txt 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.65s forwards;
  }
  .on .fade_ph {
    animation: fade_ph 1.2s cubic-bezier(0.19, 1, 0.22, 1) 3s forwards;
  }
  .on .fade_op {
    animation: fade_op 1.2s cubic-bezier(0.19, 1, 0.22, 1) 3s forwards;
  }
  .on .fade_op.fade_op01,
  .on .fade_txt.fade_txt01 {
    animation-delay: 0.2s;
  }
  .on .fade_op.fade_op02,
  .on .fade_txt.fade_txt02 {
    animation-delay: 0.4s;
  }
  .on .fade_op.fade_op03,
  .on .fade_txt.fade_txt03 {
    animation-delay: 0.6s;
  }
  .on .fade_op.fade_op04,
  .on .fade_txt.fade_txt04 {
    animation-delay: 0.8s;
  }
  .on .fade_ph.fade_ph01 {
    animation-delay: 0.2s;
  }
  .on .fade_ph.fade_ph02 {
    animation-delay: 0.4s;
  }
  .on .fade_ph.fade_ph03 {
    animation-delay: 0.6s;
  }
  .on .fade_ph.fade_ph04 {
    animation-delay: 0.8s;
  }
  .on .fade_ph.fade_ph05 {
    animation-delay: 1s;
  }
}
@keyframes grade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes on_r_slide {
  0% {
    transform: translate(50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes on_b_slide {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade_ph {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade_txt {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade_op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes image-switch {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes image-climb {
  0% {
    transform: translateY(0);
  }
  1% {
    transform: translateY(0);
  }
  4% {
    transform: translateY(-100px);
  }
  20% {
    transform: translateY(-100px);
  }
  25% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=common.css.map */