@charset "UTF-8";
@font-face {
  font-family: "bananas";
  src: url(../font/YDWbananaslipplus.otf) format("opentype");
}
@font-face {
  font-family: "century_gothic";
  src: url(../font/CenturyGothicBold.otf) format("opentype");
}
@font-face {
  font-family: "kozuka_gothic";
  src: url(../font/kozukaGothic.otf) format("opentype");
}
/* -----------------------------------------
Reaet
----------------------------------------- */
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

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%;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

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

td,
th {
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}

i {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  outline: 0;
}
a:before, a:after {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  overflow: visible;
  text-transform: none;
}
button:focus {
  outline: none;
}

select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  vertical-align: middle;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

select {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* -----------------------------------------
Scaffolding
----------------------------------------- */
.wrapper {
  position: relative;
  font-family: "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  line-height: 1.35;
}
.wrapper * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.wrapper a {
  position: relative;
}
.wrapper a:hover, .wrapper a:active, .wrapper a:focus {
  text-decoration: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@keyframes ani-slide-top1 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes ani-slide-top2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-200%);
  }
}
@keyframes ani-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes ani-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ani-slide-left1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ani-slide-left2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes ani-floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes ani-typing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ani-blink-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-passing-txt {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-bg-opacity {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-bg-horizon {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes ani-overlay-in {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes ani-overlay-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(102%);
  }
}
@keyframes ani-flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* -----------------------------------------
Page Contetns
----------------------------------------- */
.link-over {
  opacity: 1;
  transition: opacity 0.4s;
}
.link-over:hover {
  opacity: 0.8;
}

.target-y {
  animation: ani-floating-y 2s ease-in-out infinite alternate-reverse;
}

.hidden {
  visibility: hidden;
}

.fadein-ttl span {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.fadein-ttl span b {
  opacity: 0;
}
.fadein-ttl span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  animation-fill-mode: both;
}
.fadein-ttl.active span b {
  animation: ani-blink-opacity 0.1s 0.5s forwards;
  animation-fill-mode: both;
}
.fadein-ttl.active span:after {
  animation: ani-overlay-in 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), ani-overlay-out 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-fill-mode: both;
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wrapper {
  font-family: "kozuka_gothic", sans-serif;
  overflow: hidden;
  background-image: url(../img/fixed-backgound-london-img.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper {
    background-image: none;
    background-color: #020182;
  }
}
.wrapper.fixed {
  height: 100vh;
}

.select-menu {
  position: fixed;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #020182;
  background-image: url(../img/select-menu-back-img.png);
  background-size: 100%;
  background-position: 50%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .select-menu {
    background-size: cover;
  }
}
.select-menu .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 0 20px;
}
.select-menu .heading {
  font-family: "Nikkyou Sans", sans-serif;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 60px;
  font-style: italic;
  text-align: center;
}
@media (max-width: 767px) {
  .select-menu .heading {
    font-size: 2.4rem;
  }
}
.select-menu .heading span {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .select-menu .heading span {
    font-size: 3rem;
  }
}
.select-menu .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-menu .btn span,
.select-menu .btn a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 48%;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .select-menu .btn span,
  .select-menu .btn a {
    font-size: 1.2rem;
  }
}
.select-menu .btn span b,
.select-menu .btn a b {
  font-family: "bananas", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .select-menu .btn span b,
  .select-menu .btn a b {
    font-size: 3rem;
  }
}
.select-menu .btn span:before,
.select-menu .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border: 6px solid #000000;
  border-radius: inherit;
  z-index: -1;
  margin: 0 auto;
  box-sizing: border-box;
  transform: translate3d(0, 0.9rem, 0rem);
}
.select-menu .btn span:after,
.select-menu .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border: 6px solid #000000;
  border-radius: inherit;
  z-index: -1;
  margin: 0 auto;
  box-sizing: border-box;
}
.select-menu .btn span.nomal:before,
.select-menu .btn a.nomal:before {
  background-color: #4e67ff;
}
.select-menu .btn span.nomal:after,
.select-menu .btn a.nomal:after {
  background-color: #4e67ff;
}
.select-menu .btn span.strong:before,
.select-menu .btn a.strong:before {
  background-color: #f65c26;
}
.select-menu .btn span.strong:after,
.select-menu .btn a.strong:after {
  background-color: #f65c26;
}
.select-menu .btn span:hover,
.select-menu .btn a:hover {
  transform: translate(0, 0.2rem);
}
.select-menu .btn span:hover:before,
.select-menu .btn a:hover:before {
  transform: translate3d(0, 0.6rem, 0rem);
}

.loading {
  position: fixed;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  height: 100vh;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #020182;
  transition: all 0.3s;
}
.loading .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 0 20px;
}
.loading .heading {
  margin-bottom: 60px;
  text-align: center;
}
.loading .heading img {
  width: 90%;
}
.loading .progress {
  position: relative;
  width: 100%;
  text-align: center;
}
.loading .progress .bar {
  background-color: #020182;
  position: relative;
  height: 4px;
}
.loading .progress .progress-bar {
  display: block;
  position: relative;
  top: 0;
  height: 4px;
  width: 0%;
  background-color: #fff;
}
.loading .progress .progress-text {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
}
.header .inner {
  position: relative;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .logo {
  width: 180px;
}
@media (max-width: 767px) {
  .header .logo {
    width: 140px;
  }
}
.header .btn a {
  display: inline-block;
  background-color: #f01855;
  color: #fff;
  font-size: 1rem;
  padding: 8px 16px;
  border-radius: 30px;
}
.header .nav {
  width: 140px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -40px;
  right: -40px;
  cursor: pointer;
  transition: all 0.4s;
}
.header .bar {
  position: absolute;
  top: calc(50% + 14px);
  left: calc(50% - 20px);
  transform: translateY(-50%) translateX(-50%);
  width: 50px;
  height: 14px;
}
.header .bar .line {
  display: inline-block;
  background-color: #071937;
  height: 3px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
}
.header .bar .line.line1 {
  width: 100%;
  top: 0;
}
.header .bar .line.line2 {
  width: 80%;
  bottom: 0;
}
.header.active .nav {
  background-color: transparent;
}
.header.active .bar .line {
  background-color: #fff;
}
.header.active .bar .line.line1 {
  top: 50%;
  transform: rotate(30deg);
}
.header.active .bar .line.line2 {
  top: 50%;
  width: 100%;
  transform: rotate(-30deg);
}

.g-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 8rem;
  background: url(../img/g-menu-back-img.png) no-repeat center bottom, #15cf4c;
  background-size: 100% auto;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 98;
}
.g-nav .list li {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .g-nav .list li {
    font-size: 1.2rem;
  }
}
.g-nav .list li a {
  color: #fff;
}
.g-nav .btn {
  text-align: center;
  padding: 0 20px;
}
.g-nav .btn a {
  display: inline-block;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 30px;
  color: #15cf4c;
}
@media (max-width: 767px) {
  .g-nav .btn a {
    font-size: 1.2rem;
  }
}

.fixed-btn {
  display: none;
  position: fixed;
  z-index: 9;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixed-btn .inner {
  padding: 20px 40px;
  background-color: #404040;
}

.lp-page {
  opacity: 0;
  background-color: #020182;
  position: relative;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
}
.lp-page .fv {
  position: relative;
  overflow: hidden;
}
.lp-page .fv .inner {
  position: relative;
  overflow: hidden;
  padding: 200px 20px 40px;
}
@media (max-width: 767px) {
  .lp-page .fv .inner {
    padding: 160px 20px 40px;
  }
}
.lp-page .fv .headline {
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .lp-page .fv .headline {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.lp-page .fv .headline b {
  font-family: "century_gothic", sans-serif;
  font-size: 2.8rem;
}
.lp-page .fv h1 {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 5rem;
}
.lp-page .fv h1 img {
  width: 90%;
}
@media (max-width: 767px) {
  .lp-page .fv h1 img {
    max-width: 400px;
    width: 90%;
  }
}
.lp-page .fv .txt {
  font-family: "din-2014", sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .lp-page .fv .txt {
    font-size: 1.2rem;
  }
}
.lp-page .fv .number-list {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.lp-page .fv .number-list li {
  font-family: "din-2014", sans-serif;
  color: #fff;
  width: 33.3333333333%;
  text-align: center;
  margin: 2rem 0;
  padding: 0px 0.4rem;
}
.lp-page .fv .number-list li b {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .lp-page .fv .number-list li b {
    font-size: 2.4rem;
  }
}
.lp-page .fv .number-list li p {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .lp-page .fv .number-list li p {
    font-size: 1rem;
  }
}
.lp-page .fv .txt-list {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.lp-page .fv .txt-list li {
  font-family: "din-2014", sans-serif;
  color: #fff;
  width: calc((100% - 20px) / 3);
  text-align: center;
  padding: 0 0.4rem;
  background-image: url(../img/tiktok-back-img.png);
  background-size: cover;
  background-position: center;
  font-size: 1.4rem;
  font-weight: 600;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lp-page .fv .txt-list li {
    font-size: 1rem;
    background-size: contain;
  }
}
.lp-page .fv .img-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 140%;
  height: 120%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.lp-page .fv .img-wrap .img {
  width: 110%;
}
.lp-page .fv .img-wrap .img1,
.lp-page .fv .img-wrap .img3 {
  animation: ani-slide-right 50s linear infinite;
}
.lp-page .fv .img-wrap .img2,
.lp-page .fv .img-wrap .img4 {
  animation: ani-slide-left 50s linear infinite;
}
.lp-page .fv .border {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lp-page .fv .border {
    width: 60px;
  }
}
.lp-page .fv .border img {
  transform: translateY(0);
  width: 140%;
  height: 80%;
  object-fit: cover;
}
.lp-page .fv .border.left {
  left: 0;
}
.lp-page .fv .border.left .ani1 {
  animation: ani-slide-bottom1 50s -25s linear infinite;
}
.lp-page .fv .border.left .ani2 {
  animation: ani-slide-bottom2 50s linear infinite;
}
.lp-page .fv .border.right {
  right: 0;
}
.lp-page .fv .border.right .ani3 {
  animation: ani-slide-top1 50s -25s linear infinite;
}
.lp-page .fv .border.right .ani4 {
  animation: ani-slide-top2 50s linear infinite;
}
.lp-page .fv .back-img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.lp-page .what .inner {
  padding: 40px;
}
@media (max-width: 767px) {
  .lp-page .what .inner {
    padding: 40px 20px;
  }
}
.lp-page .what h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .lp-page .what h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.lp-page .what h2 span:first-of-type img {
  height: 50px;
}
.lp-page .what h2 span:last-of-type img {
  height: 60px;
}
.lp-page .what h2.active span:last-of-type:after {
  animation: ani-overlay-in 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1), ani-overlay-out 0.6s 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-fill-mode: both;
}
.lp-page .what h2.active span:last-of-type img {
  animation: ani-blink-opacity 0.1s 0.7s forwards;
  animation-fill-mode: both;
}
.lp-page .what .txt {
  color: #fff;
  margin-bottom: 3rem;
  line-height: 1.9;
  font-size: 1.2rem;
}
.lp-page .what .txt p {
  margin-bottom: 60px;
  line-height: 1.9;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .lp-page .what .txt p {
    margin-bottom: 40px;
    font-size: 1rem;
  }
}
.lp-page .what .txt .cover-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.lp-page .what .txt .cover-txt .inner-txt {
  opacity: 0;
}
.lp-page .what .txt .cover-txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  animation-fill-mode: both;
}
.lp-page .what .txt .cover-txt.active:after {
  animation: ani-overlay-in 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), ani-overlay-out 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-fill-mode: both;
}
.lp-page .what .txt .cover-txt.active .inner-txt {
  animation: ani-blink-opacity 0.1s 0.5s forwards;
  animation-fill-mode: both;
}
.lp-page .what .scroll {
  width: calc(100% + 80px);
  margin-left: -40px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.lp-page .what .list {
  animation: ani-flowing 50s linear infinite;
  display: flex;
  width: max-content;
}
.lp-page .what .list li {
  width: 140px;
  margin: 0 1rem;
}
.lp-page .what .btn {
  text-align: center;
}
.lp-page .what .btn a {
  display: inline-block;
  background-color: #f01855;
  color: #fff;
  padding: 18px 40px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 700;
}
.lp-page .belong {
  background-color: #020182;
}
.lp-page .belong .inner {
  padding: 40px 40px;
}
@media (max-width: 767px) {
  .lp-page .belong .inner {
    padding: 100px 20px;
  }
}
.lp-page .belong h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .lp-page .belong h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.lp-page .belong h2 span:first-of-type img {
  height: 50px;
}
.lp-page .belong h2 span:last-of-type img {
  height: 60px;
}
.lp-page .belong h2.active span:last-of-type:after {
  animation: ani-overlay-in 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1), ani-overlay-out 0.6s 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-fill-mode: both;
}
.lp-page .belong h2.active span:last-of-type img {
  animation: ani-blink-opacity 0.1s 0.7s forwards;
  animation-fill-mode: both;
}
.lp-page .belong .list .img {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-page .belong .list .img img {
  width: 55%;
}
.lp-page .belong .list .info {
  width: 45%;
  padding: 0 1rem;
}
.lp-page .belong .list .info .top-label {
  width: 160px;
  margin-left: -3rem;
  margin-bottom: 1rem;
}
.lp-page .belong .list .info .top-label img {
  width: 100%;
}
.lp-page .belong .list .info .name {
  font-family: "din-2014", sans-serif;
  font-size: 2.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .lp-page .belong .list .info .name {
    font-size: 2.4rem;
  }
}
.lp-page .belong .list .info .follower {
  font-family: "din-2014", sans-serif;
  font-size: 1.3rem;
  color: #fff;
  margin: 0.4rem 0;
}
@media (max-width: 767px) {
  .lp-page .belong .list .info .follower {
    font-size: 1.1rem;
  }
}
.lp-page .belong .list .info .num {
  font-family: "din-2014", sans-serif;
  font-size: 3rem;
  color: #fff;
}
.lp-page .belong .list .txt {
  font-family: "din-2014", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.9;
  width: fit-content;
}
@media (max-width: 767px) {
  .lp-page .belong .list .txt {
    font-size: 1.2rem;
  }
}
.lp-page .member .inner {
  padding: 0;
}
.lp-page .member .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0;
  column-gap: 0;
}
.lp-page .member .list li {
  position: relative;
}
.lp-page .member .list li a {
  color: #fff;
  display: block;
}
.lp-page .member .list .name {
  position: absolute;
  width: 90%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.4rem;
  bottom: 20px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .lp-page .member .list .name {
    font-size: 1.2rem;
    padding: 10px;
    display: block;
  }
}
.lp-page .join .inner {
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .lp-page .join .inner {
    padding: 40px 20px;
  }
}
.lp-page .join h2 {
  color: #020182;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-page .join h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.lp-page .join h2 span:first-of-type img {
  height: 50px;
}
.lp-page .join h2 span:last-of-type img {
  height: 60px;
}
.lp-page .join h2.active span:last-of-type:after {
  animation: ani-overlay-in 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1), ani-overlay-out 0.6s 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-fill-mode: both;
}
.lp-page .join h2.active span:last-of-type img {
  animation: ani-blink-opacity 0.1s 0.7s forwards;
  animation-fill-mode: both;
}
.lp-page .join .box {
  background-color: #fff;
  padding: 20px 20px 40px;
  border-radius: 10px;
  background-image: url(../img/logo-icon-back-img.png);
  background-position: center;
  background-size: contain;
}
.lp-page .join .box .list {
  margin-bottom: 4rem;
}
.lp-page .join .box .list li {
  margin-bottom: 2rem;
  color: #020182;
  font-size: 1.3rem;
  padding-left: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .lp-page .join .box .list li {
    font-size: 1.2rem;
  }
}
.lp-page .join .box .list li:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/logo-icon-img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
}
.lp-page .join .box .btn {
  text-align: center;
}
.lp-page .join .box .btn a {
  display: inline-block;
  background-color: #f01855;
  color: #fff;
  padding: 18px 40px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 700;
}
.lp-page .recruit .inner {
  padding: 0 40px 60px;
}
@media (max-width: 767px) {
  .lp-page .recruit .inner {
    padding: 40px 20px;
  }
}
.lp-page .recruit h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-page .recruit h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.lp-page .recruit h2 span:first-of-type img {
  height: 50px;
}
.lp-page .recruit h2 span:last-of-type img {
  height: 60px;
}
.lp-page .recruit h2.active span:last-of-type:after {
  animation: ani-overlay-in 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1), ani-overlay-out 0.6s 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-fill-mode: both;
}
.lp-page .recruit h2.active span:last-of-type img {
  animation: ani-blink-opacity 0.1s 0.7s forwards;
  animation-fill-mode: both;
}
.lp-page .recruit .list li {
  margin-bottom: 2rem;
}
.lp-page .recruit .list h3 {
  border: 2px solid #fff;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .lp-page .recruit .list h3 {
    font-size: 1.4rem;
  }
}
.lp-page .recruit .list p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.75;
}
.lp-page .offer {
  position: relative;
}
.lp-page .offer .inner {
  position: relative;
  padding: 40px 40px 100px;
}
@media (max-width: 767px) {
  .lp-page .offer .inner {
    padding: 40px 20px 100px;
  }
}
.lp-page .offer .headline {
  font-family: "din-2014", sans-serif;
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .lp-page .offer .headline {
    font-size: 2rem;
  }
}
.lp-page .offer .img {
  text-align: center;
  margin: 2rem 0;
}
.lp-page .offer .img img {
  width: 120px;
}
@media (max-width: 767px) {
  .lp-page .offer .img img {
    width: 90px;
  }
}
.lp-page .offer p {
  text-align: center;
  margin: 2rem 0 4rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lp-page .offer p {
    font-size: 1.4rem;
  }
}
.lp-page .offer .btn {
  text-align: center;
}
.lp-page .offer .btn a {
  display: inline-block;
  background-color: #f01855;
  color: #fff;
  padding: 18px 40px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 700;
}

.liver-popup {
  max-width: 34rem;
  margin: 0 auto;
  position: relative;
  border-radius: 14px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .liver-popup {
    padding: 10px;
  }
}
.liver-popup .mfp-close {
  width: 50px;
  height: 50px;
  top: 30px;
  right: 30px;
  opacity: 1;
  transition: 0.4s;
  color: #fff;
  font-size: 2.8rem;
  background-color: #020182;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .liver-popup .mfp-close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    font-size: 2.5rem;
  }
}
.liver-popup .pop-img {
  border-radius: 14px 14px 0 0;
  background-color: #fff;
  padding: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .liver-popup .pop-img {
    padding: 40px 30px;
  }
}
.liver-popup .pop-img img {
  width: 100%;
  max-width: 100%;
}
.liver-popup .pop-img .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .liver-popup .pop-img .info {
    bottom: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
  }
}
.liver-popup .pop-img .info p {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .liver-popup .pop-img .info p {
    margin-top: 6px;
    font-size: 0.9rem;
  }
}
.liver-popup .txt {
  background-color: #020182;
  padding: 30px;
  border-radius: 0 0 14px 14px;
}
@media (max-width: 767px) {
  .liver-popup .txt {
    padding: 20px;
  }
}
.liver-popup .txt .pop-ttl {
  background-color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 600;
  padding: 14px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .liver-popup .txt .pop-ttl {
    font-size: 1rem;
  }
}
.liver-popup .txt .desc {
  line-height: 1.9;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 20px 0;
  color: #fff;
}
.liver-popup .txt .pop-btn {
  text-align: center;
}
.liver-popup .txt .pop-btn a {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  padding: 16px 80px 16px 26px;
  border-radius: 30px;
  border: 3px solid #000;
  position: relative;
  background-image: url(../img/icon-img.png);
  background-size: 20px;
  background-position: 93% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .liver-popup .txt .pop-btn a {
    padding: 16px 60px 16px 20px;
  }
}