@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;0,600;0,700;1,500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*!
 * Bootstrap Reboot v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/* header
------------------------------------------------------------*/
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  padding: 5px 0;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 27px 0;
  }
}
@media screen and (max-width: 750px) {
  .header.is-open:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9;
  }
}
@media screen and (max-width: 750px) {
  .header.is-open .header-logo img {
    display: none;
  }
  .header.is-open .header-logo img.active {
    display: block;
  }
}
.header.is-open .header-right {
  z-index: 100;
}
.header.is-open .navi-anchor a {
  color: #fff;
}
.header.is-open .navi-mypage a {
  background-color: #fff;
  color: #000;
}
.header.is-open .navi-login .item {
  color: #fff;
}
.header.is-open .navi-login .item:after {
  background-image: url(../img/icon-arrow-white.svg);
}
.header.is-open .bugerIcon i {
  background-color: #fff;
  height: 2px;
}
.header.is-open .bugerIcon i:nth-child(1) {
  top: 13px;
  width: 0;
  left: 50%;
}
.header.is-open .bugerIcon i:nth-child(2) {
  transform: rotate(45deg);
}
.header.is-open .bugerIcon i:nth-child(3) {
  transform: rotate(-45deg);
}
.header.is-open .bugerIcon i:nth-child(4) {
  top: 13px;
  width: 0;
  left: 50%;
}
.header.is-open .circleIcon {
  transform: scale(1);
}
@media screen and (min-width: 751px) {
  .header.is-open .circleIcon {
    width: 116.1458333333vw;
    height: 116.1458333333vw;
    right: -67.7083333333vw;
    top: -56.7708333333vw;
  }
}
@media screen and (max-width: 750px) {
  .header.is-open .circleIcon {
    transform: scale(15);
    width: 200px;
    height: 200px;
  }
}
.header.is-open .header-nav {
  visibility: visible;
}
.header.is-open .header-nav .menu-inner {
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transform: translateY(0);
  opacity: 1;
}
.header.is-open .header-nav .head-sns {
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transform: translateY(0);
  opacity: 1;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 751px) {
  .header .inner {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .header .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .header .inner {
    padding: 0 42px 0 32px;
  }
}
.header-logo {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .header-logo {
    position: relative;
    z-index: 10;
  }
}
.header-logo a {
  font-size: 0;
  display: block;
}
@media screen and (min-width: 751px) {
  .header-logo img {
    width: 418px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .header-logo img {
    width: 295px;
  }
}
@media screen and (max-width: 750px) {
  .header-logo img {
    width: 512px;
  }
}
.header-logo img.active {
  display: none;
}
@media screen and (min-width: 751px) {
  .header-right {
    width: 710px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header-right p, .header-right ul {
  margin-bottom: 0;
}
.header .navi {
  display: flex;
  align-items: center;
  padding-bottom: 0px;
  margin-top: 1px;
}
.header .navi-anchor {
  display: flex;
  align-items: center;
}
.header .navi-anchor a {
  font-family: "Jost", sans-serif;
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #282828;
  cursor: pointer;
}
.header .navi-anchor a:not(:last-child) {
  margin-right: 2.7083333333vw;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .header .navi-anchor a:not(:last-child) {
    margin-right: 22px;
  }
}
.header .navi-mypage {
  display: flex;
  align-items: center;
  margin-inline: 3.6458333333vw 1.4583333333vw;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .header .navi-mypage {
    margin-inline: 20px;
  }
}
.header .navi-mypage a {
  color: #fff;
  background-color: #282828;
  padding: 8px 1.5104166667vw;
  letter-spacing: 0.1em;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 13px;
}
.header .navi-mypage a:not(:last-child) {
  margin-right: 1.25vw;
}
.header .bugerIcon {
  position: relative;
  padding: 18px 0;
}
@media screen and (min-width: 751px) {
  .header .bugerIcon {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .header .bugerIcon {
    padding: 0;
    top: 2px;
  }
}
.header .bugerIcon-inner {
  display: block;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  transform: rotate(0deg);
  width: 28px;
  height: 24px;
}
@media screen and (max-width: 750px) {
  .header .bugerIcon-inner {
    width: 40px;
    height: 40px;
  }
}
.header .bugerIcon i {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #282828;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  left: 0;
}
@media screen and (max-width: 750px) {
  .header .bugerIcon i {
    height: 3px;
  }
}
.header .bugerIcon i:nth-child(1) {
  top: 0;
}
.header .bugerIcon i:nth-child(2), .header .bugerIcon i:nth-child(3) {
  top: 11px;
}
@media screen and (max-width: 750px) {
  .header .bugerIcon i:nth-child(2), .header .bugerIcon i:nth-child(3) {
    top: 18px;
  }
}
.header .bugerIcon i:nth-child(4) {
  top: 22px;
}
@media screen and (max-width: 750px) {
  .header .bugerIcon i:nth-child(4) {
    top: 35px;
  }
}
.header .circleIcon {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: #000;
  width: 0;
  height: 0;
  transition: all 440ms cubic-bezier(0.6, 0, 0, 1);
  transform: scale(0);
  width: 60px;
  height: 60px;
  top: 0;
}
@media screen and (min-width: 751px) {
  .header .circleIcon {
    right: 25px;
  }
}
@media screen and (max-width: 750px) {
  .header .circleIcon {
    right: 30px;
  }
}
.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  overflow: scroll;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .header-nav {
    width: 36.4583333333vw;
  }
}
.header-nav a {
  color: #fff;
}
.header-nav .wrap {
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .header-nav .wrap {
    margin-top: 17.8125vw;
    padding-right: 5.1041666667vw;
  }
}
@media screen and (max-width: 750px) {
  .header-nav .wrap {
    padding: 234px 0;
    width: 304px;
    margin: 0 auto;
  }
}
.header-nav .menu-inner {
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(100%);
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .header-nav .menu-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .header-nav .menu-inner__col:not(:last-child) {
    margin-bottom: 86px;
  }
}
.header-nav .menu-inner .ttl {
  font-size: 1.4583333333vw;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 1.6666666667vw;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .header-nav .menu-inner .ttl {
    font-size: 39px;
    margin-bottom: 41px;
  }
}
.header-nav .menu-inner li:not(:last-child) {
  margin-bottom: 1.3020833333vw;
}
@media screen and (max-width: 750px) {
  .header-nav .menu-inner li:not(:last-child) {
    margin-bottom: 23px;
  }
}
.header-nav .menu-inner a {
  font-weight: 600;
  letter-spacing: 0.04em;
  word-break: break-all;
  font-size: 0.9895833333vw;
}
@media screen and (max-width: 750px) {
  .header-nav .menu-inner a {
    font-size: 25px;
  }
}
.header-nav .menu-inner a.txt-en {
  font-family: "Jost", sans-serif;
}
.header-nav .head-sns {
  margin-top: 7.8125vw;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(100%);
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .header-nav .head-sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .header-nav .head-sns {
    margin-top: 80px;
  }
}
.header-nav .head-sns .txt {
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  .header-nav .head-sns .txt {
    margin-right: 1.1979166667vw;
  }
}
@media screen and (max-width: 750px) {
  .header-nav .head-sns .txt {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.header-nav .head-sns .icons a {
  width: 2.1354166667vw;
  font-size: 0;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .header-nav .head-sns .icons a {
    width: 58px;
  }
}
.header-nav .head-sns .icons a:not(:last-child) {
  margin-right: 0.4166666667vw;
}
@media screen and (max-width: 750px) {
  .header-nav .head-sns .icons a:not(:last-child) {
    margin-right: 7px;
  }
}
.header-nav .head-sns .icons a:first-child {
  width: 2.1354166667vw;
}
@media screen and (max-width: 750px) {
  .header-nav .head-sns .icons a:first-child {
    width: 61px;
  }
}

/* footer
------------------------------------------------------------*/
/* footer */
.footer-top {
  background-color: #F5F5F5;
}
@media screen and (min-width: 751px) {
  .footer-top {
    padding: 90px 0 111px;
  }
}
@media screen and (max-width: 750px) {
  .footer-top {
    padding: 76px 0 73px;
  }
}
@media screen and (min-width: 751px) {
  .footer-top .inner {
    padding: 0 20px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  .footer-top .inner {
    padding: 0 14px 0 70px;
  }
}
.footer-top__sns {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .footer-top__sns {
    margin-top: 120px;
  }
}
.footer-top__sns .txt {
  font-weight: 600;
  margin-right: 18px;
}
@media screen and (max-width: 750px) {
  .footer-top__sns .txt {
    font-size: 26px;
    margin-right: 33px;
  }
}
.footer-top__sns .icons {
  display: flex;
  align-items: center;
}
.footer-top__sns .icons a {
  display: inline-block;
  font-size: 0;
  width: 41px;
}
@media screen and (max-width: 750px) {
  .footer-top__sns .icons a {
    width: 66px;
  }
}
.footer-top__sns .icons a:first-child {
  width: 44px;
}
@media screen and (max-width: 750px) {
  .footer-top__sns .icons a:first-child {
    width: 70px;
  }
}
.footer-top__sns .icons a:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .footer-top__sns .icons a:not(:last-child) {
    margin-right: 15px;
  }
}
.footer-top__navi {
  display: flex;
}
@media screen and (min-width: 751px) {
  .footer-top__navi {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .footer-top__navi {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.footer-top__navi .ttl {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  margin-bottom: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .footer-top__navi .ttl {
    font-size: 35px;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
  }
}
.footer-top__navi li:not(:last-child) {
  margin-bottom: 13px;
}
.footer-top__navi a {
  font-weight: 600;
  letter-spacing: 0.04em;
  word-break: break-all;
  color: #282828;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .footer-top__navi a {
    font-size: 24px;
  }
}
.footer-top__navi a.txt-en {
  font-family: "Jost", sans-serif;
}
.footer-top__navi a span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 751px) {
  .footer-top__navi a span {
    font-size: 19px;
  }
}
@media screen and (min-width: 751px) {
  .footer-top__navi .col:not(:last-child) {
    margin-right: 117px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  .footer-top__navi .col:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1450px) {
  .footer-top__navi .col:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .footer-top__navi .col {
    width: 50%;
  }
  .footer-top__navi .col:nth-child(n+3) {
    margin-top: 97px;
  }
}
.footer-top__navi .col--other {
  font-size: 19px;
}
.footer-top__navi .col--other li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .footer-top__navi .col--other li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.footer-top__navi .col--other a {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .footer-top__navi .col--other a {
    font-size: 29px;
  }
}
.footer-mid {
  padding-top: 24px;
}
@media screen and (max-width: 750px) {
  .footer-mid {
    padding-top: 32px;
  }
}
.footer-mid .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer-mid .inner {
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 60px;
  }
}
.footer-mid .left {
  position: relative;
}
@media screen and (min-width: 751px) {
  .footer-mid .left {
    display: flex;
    align-items: center;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .footer-mid .left {
    width: 50%;
  }
}
@media screen and (min-width: 751px) {
  .footer-mid .left:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .footer-mid .left .img {
    margin-right: 25px;
  }
}
@media screen and (max-width: 750px) {
  .footer-mid .left .img {
    margin: -14px 0 -4px;
  }
}
@media screen and (max-width: 750px) {
  .footer-mid .left .img img {
    width: 309px;
  }
}
@media screen and (min-width: 751px) {
  .footer-mid .right {
    display: flex;
    align-items: center;
    padding-left: 31px;
  }
}
@media screen and (max-width: 750px) {
  .footer-mid .right {
    width: 50%;
  }
}
@media screen and (min-width: 751px) {
  .footer-mid .right .img {
    margin-right: 21px;
  }
}
@media screen and (max-width: 750px) {
  .footer-mid .right .img img {
    width: 232px;
    margin-left: -12px;
  }
}
@media screen and (max-width: 750px) {
  .footer-mid .right a.footer-link {
    margin-top: 30px;
  }
}
.footer-mid .img {
  margin: 0;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .footer-mid .img {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  .footer-mid .list {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .footer-mid .list li {
    margin: 0 0 18px;
  }
}
@media screen and (min-width: 751px) {
  .footer-mid .list li:not(:last-child) {
    margin-right: 21px;
  }
}
.footer-mid a {
  font-size: 15px;
  font-weight: 500;
  color: #282828;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .footer-mid a {
    font-size: 26px;
    line-height: 1.45;
    align-items: flex-end;
  }
}
.footer-mid a i {
  font-size: 0;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .footer-mid a i {
    width: 25px;
    margin-bottom: 6px;
  }
  .footer-mid a i img {
    width: 100%;
  }
}
.footer-mid a.footer-link {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .footer-mid a.footer-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .footer-mid a.footer-link {
    font-size: 20px;
  }
}
.footer-bottom {
  text-align: center;
  padding: 24px 0 20px;
}
@media screen and (max-width: 750px) {
  .footer-bottom {
    padding: 62px 0 30px;
  }
}
.footer .copyright {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 750px) {
  .footer .copyright {
    font-size: 20px;
    letter-spacing: -0.01em;
  }
}

html {
  height: -webkit-fill-available;
}
html.is-ipad .kv__video {
  height: calc(100vh - 104px);
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #282828;
  line-height: 1.5;
  overflow-x: hidden;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 28px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
body.is-menu, body.is-modal, body.is-loading {
  overflow: hidden;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .trans {
    transition: 0.3s ease-in-out;
  }
  .trans:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 751px) {
  .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

.owl-carousel .owl-nav button:focus {
  outline: none;
}

.popup-wrap {
  width: 450px;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 1002;
}
@media screen and (max-width: 750px) {
  .popup-wrap {
    width: 650px;
  }
}
.popup-overlay {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-close {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 17px;
  right: 12px;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .popup-close {
    width: 39px;
    height: 39px;
    top: 25px;
    right: 21px;
  }
}
.popup-close:before, .popup-close:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: 14px;
}
.popup-close:before {
  transform: rotate(45deg);
}
.popup-close:after {
  transform: rotate(-45deg);
}
.popup-content {
  padding: 93px 20px 84px;
}
@media screen and (max-width: 750px) {
  .popup-content {
    padding: 90px 10px 100px;
  }
}
.popup-content .ttl {
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 47px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .popup-content .ttl {
    font-size: 38px;
    line-height: 2;
    margin-bottom: 73px;
  }
}
.popup-content .list {
  text-align: center;
}
.popup-content .list-txt {
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (min-width: 751px) {
  .popup-content .list-txt {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
.popup-content .list-btn {
  text-align: center;
}
.popup-content .list-btn a {
  display: inline-block;
  width: 300px;
  padding: 17px 3px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #707070;
  background-color: #fff;
  color: #282828;
  line-height: 1.35;
}
@media screen and (min-width: 751px) {
  .popup-content .list-btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .popup-content .list-btn a {
    width: 400px;
    padding: 31px 5px;
  }
}
.popup-content .list li:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .popup-content .list li:not(:last-child) {
    margin-bottom: 55px;
  }
}
.popup-content .list li:last-child .list-btn a {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.popup-content .txt {
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .popup-content .txt {
    font-size: 18px;
  }
}
.popup-content .btns {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.popup-content .btns li {
  width: 50%;
  padding: 0 10px;
}
.popup-content .btns li:first-child a {
  background-color: #000;
  color: #fff;
}
.popup-content .btns a {
  display: block;
  padding: 17px 3px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #707070;
  background-color: #fff;
  color: #282828;
  line-height: 1.35;
}
@media screen and (min-width: 751px) {
  .popup-content .btns a {
    font-size: 18px;
  }
}
.popup-new-feature-wrap {
  width: 650px;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 1002;
}
.popup-wrap-large {
  max-width: 80%;
  max-height: 60%;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 1002;
}
@media screen and (max-width: 750px) {
  .popup-wrap-large {
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
    max-height: 900px;
  }
  .popup-wrap-large .ul {
    max-height: 30%;
  }
}
.popup-policy-content {
  padding: 10px 20px 0 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.main {
  min-height: calc(100vh - 470px);
}
@media screen and (min-width: 751px) {
  .main {
    overflow-x: hidden;
    min-height: calc(100vh - 332px);
  }
}

.comment-policy {
  max-width: 900px;
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
  padding: 10px;
  margin: 0 auto;
}
.comment-policy .text {
  background-color: #fff;
  line-height: 1.35;
  padding: 6px 10px;
  height: 280px;
  overflow: auto;
  color: #666666;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .comment-policy .text {
    line-height: 1.5;
    padding: 13px 18px;
    font-size: 24px;
    height: auto;
    max-height: 600px;
  }
}

.policy-button {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

.confirm02-button {
  display: flex;
  align-items: center;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 750px) {
  .confirm02-button {
    flex-direction: column;
  }
}
.confirm02-button li {
  width: 50%;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .confirm02-button li {
    padding: 0;
    margin-bottom: 10px;
  }
  .confirm02-button li button {
    padding: 5px;
  }
}

/* component
------------------------------------------------------------*/
/* component */
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.ttl01 {
  position: relative;
  line-height: 0.85;
  text-align: center;
  padding-bottom: 28px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 750px) {
  .ttl01 {
    padding-bottom: 40px;
    font-size: 36px;
  }
}
.ttl01:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 55px;
  height: 1px;
  background-color: #000;
}

.ttl02 {
  text-align: center;
  position: relative;
  font-size: 28px;
  padding-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .ttl02 {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) {
  .ttl02 {
    font-size: 36px;
    padding-bottom: 30px;
  }
}
.ttl02:after {
  content: "";
  width: 55px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.item-primary {
  width: 313px;
}
@media screen and (max-width: 750px) {
  .item-primary {
    width: 477px;
  }
}
.item-primary__img {
  margin-bottom: 24px;
}
@media screen and (min-width: 751px) {
  .item-primary__img {
    min-height: 313px;
  }
}
@media screen and (max-width: 750px) {
  .item-primary__img {
    min-height: 477px;
    margin-bottom: 36px;
  }
}
.item-primary__img img {
  border-radius: 100%;
}
@media screen and (max-width: 750px) {
  .item-primary__img img {
    width: 100%;
  }
}
.item-primary__ttl {
  color: #282828;
  margin-bottom: 22px;
  position: relative;
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  .item-primary__ttl {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.item-primary__ttl a {
  display: block;
  color: inherit;
}
.item-primary__hashtag {
  display: flex;
  flex-wrap: wrap;
}
.item-primary__hashtag a {
  color: #3C3C3C;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  padding: 4px 20px;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .item-primary__hashtag a {
    font-size: 20px;
    padding: 6px 30px;
  }
}

/*------------------------------------------------------------
button
------------------------------------------------------------*/
@keyframes lds-dual-ring {
  0% {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #000000;
  border: 1px solid #000;
  padding: 16px 5px;
  color: #fff;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
}
.button:focus {
  outline: none;
}
.button:hover {
  color: #fff;
}
@media screen and (min-width: 751px) {
  .button {
    font-size: 18px;
    width: 420px;
  }
}
@media screen and (max-width: 750px) {
  .button {
    padding: 29px 5px;
    display: block;
    width: 100%;
  }
}
.button--white {
  background-color: #fff;
  color: #000;
}
.button--white:hover {
  color: #000;
}
.button.loading {
  position: relative;
}
.button.loading i {
  display: inline-block;
  animation: fa-spin 2s linear infinite;
  margin-left: 5px;
}

/*------------------------------------------------------------
formSignup
------------------------------------------------------------*/
@media screen and (min-width: 751px) {
  .formSignup-field {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
}
.formSignup-field:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .formSignup-field:not(:last-child) {
    margin-bottom: 40px;
  }
}
.formSignup-field--child .field-name {
  font-weight: 500 !important;
}
@media screen and (min-width: 751px) {
  .formSignup-field--child .field-name {
    padding-left: 70px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup-field--child .select {
    width: 304px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup-field--child .select.small {
    width: 170px;
  }
}
.formSignup .field-name {
  color: #666666;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .formSignup .field-name {
    width: 272px;
    padding-right: 30px;
    padding-top: 9px;
  }
}
@media screen and (max-width: 750px) {
  .formSignup .field-name {
    margin-bottom: 20px;
  }
}
.formSignup .field-input {
  margin-bottom: 0;
  color: #666;
}
@media screen and (min-width: 751px) {
  .formSignup .field-input {
    width: calc(100% - 272px);
  }
}
.formSignup .lbRequired {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .formSignup .lbRequired {
    font-size: 24px;
    padding: 2px 16px;
  }
}
.formSignup .inputControl {
  height: 40px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 0;
  color: #000;
  font-family: noto, sans-serif;
}
@media screen and (max-width: 750px) {
  .formSignup .inputControl {
    height: 80px;
  }
}
.formSignup .inputControl:focus {
  border: 1px solid #000;
  outline: none;
}
.formSignup .inputControl::-webkit-input-placeholder {
  color: #aaa;
}
.formSignup .inputControl::-moz-placeholder {
  color: #aaa;
}
.formSignup .inputControl:-ms-input-placeholder {
  color: #aaa;
}
.formSignup .inputControl:-moz-placeholder {
  color: #aaa;
}
@media screen and (min-width: 751px) {
  .formSignup .inputControl--name {
    width: 270px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup .inputControl--code {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  .formSignup .inputControl--code {
    width: 245px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup .inputControl--pass {
    width: 305px;
  }
}
.formSignup .radio {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.formSignup .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formSignup .radio input:checked ~ .radio-mark:after {
  display: block;
}
.formSignup .radio-mark {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #707070;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .formSignup .radio-mark {
    width: 30px;
    height: 30px;
  }
}
.formSignup .radio-mark:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #707070;
  border-radius: 100%;
  top: 3px;
  left: 3px;
  display: none;
}
@media screen and (max-width: 750px) {
  .formSignup .radio-mark:after {
    height: 14px;
    width: 14px;
    top: 14px;
    left: 8px;
  }
}
.formSignup .radio-text {
  padding-left: 9px;
}
.formSignup .checkBox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: 500;
  margin-top: 7px;
}
@media screen and (max-width: 750px) {
  .formSignup .checkBox {
    font-size: 29px;
    padding-left: 50px;
    margin-top: 0;
  }
}
.formSignup .checkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formSignup .checkBox input:checked ~ .checkBox-mark:after {
  display: block;
}
.formSignup .checkBox-mark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #707070;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .formSignup .checkBox-mark {
    width: 35px;
    height: 35px;
    top: 4px;
  }
}
.formSignup .checkBox-mark:after {
  content: "";
  position: absolute;
  left: 4px;
  top: -2px;
  width: 11px;
  height: 16px;
  border: solid #707070;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;
}
@media screen and (max-width: 750px) {
  .formSignup .checkBox-mark:after {
    left: 11px;
    top: 2px;
    width: 11px;
    height: 22px;
    border-width: 0 5px 5px 0;
  }
}
.formSignup .select-inner {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 40px;
  background: url(../img/bg_select.png) no-repeat center right;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 35px 5px 5px;
  color: #000;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .formSignup .select-inner {
    height: 80px;
    background: url(../img/bg_select_sp.png) no-repeat center right;
  }
}
.formSignup .select-inner:focus {
  outline: none;
}
.formSignup .select-inner::-ms-expand {
  display: none;
}
.formSignup .select-inner:disabled {
  background-color: #F5F5F5;
}
@media screen and (min-width: 751px) {
  .formSignup .listInput {
    display: flex;
    align-items: flex-start;
    margin: 0 -10px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup .listInput li {
    width: 50%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .formSignup .listInput li:not(:last-child) {
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup .listInput .txt {
    padding-right: 5px;
  }
}
@media screen and (max-width: 750px) {
  .formSignup .listInput .txt {
    display: block;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup .listInput .err-box {
    padding-left: 25px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup .listSelect .select {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  .formSignup .listSelect .select {
    width: 260px;
    display: inline-block;
  }
}
.formSignup .listSelect--second {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .formSignup .listSelect--second {
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .formSignup .listSelect--second li:not(:last-child) {
    margin-right: 22px;
  }
}
.formSignup .listSelect--third {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .formSignup .listSelect--third {
    flex-wrap: wrap;
    margin: 0 -27px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup .listSelect--third li {
    width: 33.333%;
  }
}
@media screen and (max-width: 750px) {
  .formSignup .listSelect--third li {
    width: 50%;
    padding: 0 27px;
  }
}
@media screen and (min-width: 751px) {
  .formSignup .listSelect--third li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .formSignup .listSelect--third li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.formSignup .listSelect li {
  display: flex;
  align-items: flex-start;
}
.formSignup .listSelect .txt {
  padding: 9px 0 0 8px;
}
@media screen and (max-width: 750px) {
  .formSignup .listSelect .txt {
    padding: 20px 0 0 10px;
  }
}
.formSignup .gender {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .formSignup .gender {
    padding-top: 10px;
  }
}
.formSignup .gender li:not(:last-child) {
  margin-right: 22px;
}
@media screen and (max-width: 750px) {
  .formSignup .gender li:not(:last-child) {
    margin-right: 70px;
  }
}
.formSignup .code {
  display: inline-block;
  margin-right: 19px;
}
@media screen and (max-width: 750px) {
  .formSignup .code {
    margin: 0 0 20px 0;
  }
}
.formSignup .code-word {
  padding: 0 19px;
}
@media screen and (max-width: 750px) {
  .formSignup .code-word {
    padding: 0 22px;
  }
}
.formSignup .zipCode {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  padding: 10px 18px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .formSignup .zipCode {
    padding: 19px 40px;
  }
}
.formSignup .note {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .formSignup .note {
    font-size: 24px;
    margin: 0 0 11px;
    display: inline-block;
  }
}
.formSignup .note u {
  font-size: 14px;
  font-weight: 500;
  margin-right: 26px;
  text-decoration: none;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 750px) {
  .formSignup .note u {
    font-size: 28px;
    margin: 0 0 10px;
  }
}

.err-box {
  margin: 10px 0 0;
  color: #f00;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .err-box {
    font-size: 24px;
  }
}

.psText {
  color: rgba(51, 51, 51, 0.6);
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .psText {
    font-size: 24px;
  }
}

.field-group {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .field-group {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
}
.field-group:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .field-group:not(:last-child) {
    margin-bottom: 30px;
  }
}
.field-group .name {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .field-group .name {
    width: 180px;
    padding-right: 5px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 750px) {
  .field-group .name {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.field-group .control {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .field-group .control {
    width: calc(100% - 180px);
  }
}
.field-group .control-input {
  width: 100%;
  height: 40px;
  padding: 5px;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .field-group .control-input {
    height: 80px;
  }
}
.field-group .control-input:focus {
  outline: none;
}

.errRequired {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .errRequired {
    margin-top: 25px;
  }
}
.errRequired p {
  color: #FF0000;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .errRequired p {
    font-size: 20px;
  }
}
.errRequired p:not(:last-child) {
  margin-bottom: 5px;
}

/*------------------------------------------------------------
blockBanner
------------------------------------------------------------*/
.blockBanner {
  background-color: #F9F9F9;
  padding: 86px 0;
}
@media screen and (max-width: 750px) {
  .blockBanner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 751px) {
  .blockBanner .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 751px) {
  .blockBanner-banner {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .blockBanner-banner:not(:last-child) {
    margin-bottom: 30px;
  }
}
.blockBanner-banner a {
  display: block;
}
.blockBanner-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.note2 {
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 0;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 750px) {
  .note2 {
    font-size: 24px;
    padding-left: 25px;
  }
}
.note2:before {
  content: "※";
  margin-left: -15px;
}
.note2 a {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .text-center-sp {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .text-center-sp {
    text-align: inherit;
  }
}
@media screen and (max-width: 750px) {
  .text-center-pc {
    text-align: inherit;
  }
}
@media screen and (min-width: 751px) {
  .text-center-pc {
    text-align: center;
  }
}

.ol-title-tag {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  display: block;
}
.ol-title-tag:before {
  content: "#";
}

.ol-hastag {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 0;
  padding: 50px 50px 0 50px;
}
.ol-hastag-list {
  margin: 0px 0 0 0;
  overflow: hidden;
}
.ol-hastag-li {
  margin: 10px 0 0 0;
  float: left;
  margin: 10px 20px 0 0;
}
.ol-hastag-li > a, .ol-hastag-li > span {
  color: inherit;
  background: rgba(204, 204, 204, 0.3);
  padding: 5px 10px;
  display: inline-block;
  border-radius: 0.6em;
  font-weight: 300;
  font-size: 0.8em;
}
.ol-hastag-li > a::before, .ol-hastag-li > span::before {
  content: "#";
}

.ol-ranking {
  position: relative;
  padding-bottom: 100px;
}
.ol-ranking-list {
  flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .ol-ranking-list {
    display: flex;
    align-items: flex-start;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 751px) {
  .ol-ranking-list .item {
    width: 33.333%;
    padding: 0 20px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
  }
}
.ol-ranking-list .item-wrap .number {
  position: absolute;
  top: 20px;
  left: -15px;
  width: 50px;
  height: 50px;
  background: #ccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  z-index: 1;
  color: #fff;
  border: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .ol-ranking-list .item-wrap .number {
    width: 80px;
    height: 80px;
  }
}
.ol-ranking-list .item-wrap .ttl {
  margin: 0.76em 0 0 0;
}
.ol-ranking-list .item-wrap-small {
  display: flex;
}
@media screen and (min-width: 751px) {
  .ol-ranking-list .item-wrap-small {
    font-size: 16px;
  }
}
.ol-ranking-list .item-wrap-small .item-frame {
  width: 40%;
  margin: 0;
}
.ol-ranking-list .item-wrap-small .item-content {
  width: 60%;
  padding-left: 10px;
  margin: 0;
}
.ol-ranking-list .item-wrap-small .wishlist {
  position: absolute;
  left: 100%;
  bottom: 0;
  margin: 0;
  width: 55px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .ol-ranking-list .item-wrap-small .wishlist {
    width: 100px;
  }
}
.ol-ranking-list .item-wrap-small .item-head {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ol-ranking-list .item-wrap-small .ttl {
  margin: 0;
  padding: 0.76em 0 0 0;
}
.ol-ranking-list .item-wrap-small .ttl a {
  font-size: 1em;
  line-height: 1.25;
}
.ol-ranking-list .item-wrap-small .name {
  font-size: 0.875em;
  margin: 0;
}
.ol-ranking-list .item-wrap-small .name::before {
  display: none;
}
.ol-ranking-list .item-wrap-small .name span {
  font-size: inherit;
}
.ol-ranking-list .item-wrap-small .number {
  top: 0px;
  left: 0;
  background-color: #dedede;
  color: #000;
}
@media screen and (min-width: 751px) {
  .ol-ranking-list .item-wrap-small .number {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-right: 1px solid #272727;
    border-bottom: 1px solid #272727;
  }
}
@media screen and (max-width: 750px) {
  .ol-ranking-list .item-wrap-small .number {
    border-right: 2px solid #272727;
    border-bottom: 2px solid #272727;
    width: 50px;
    height: 50px;
  }
}
.ol-ranking .inner {
  position: relative;
}
.ol-ranking .last-item-button {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .ol-ranking .last-item-button {
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 33.333%;
    padding-left: 18px;
  }
}
@media screen and (max-width: 750px) {
  .ol-ranking .last-item-button {
    margin-top: 50px;
  }
}

.ol-btn-viewmore {
  display: inline-block;
  border: 3px solid #DEF278;
  background-color: #fff;
  width: 240px;
  padding: 13px 5px;
  font-size: 24px;
  line-height: 1.2;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .ol-btn-viewmore {
    width: 400px;
    font-size: 34px;
    padding: 27px 5px;
  }
}

.info-job, .info-job-small {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #000;
  min-width: 10em;
  text-align: center;
  padding: 9px 3px;
  margin-bottom: 0;
}
.info-job-small {
  min-width: 8em;
  padding: 0.4em 0.8em;
}
@media screen and (max-width: 750px) {
  .info-job, .info-job-small {
    width: 220px;
    font-size: 26px;
    line-height: 1.32;
    padding: 13px 3px;
  }
}

.btn-arrow-next {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.25;
  position: relative;
  padding-bottom: 0px;
  display: inline-block;
  overflow: hidden;
  color: #282828 !important;
}
@media screen and (max-width: 750px) {
  .btn-arrow-next {
    font-size: 34px;
    text-align: center;
  }
}
.btn-arrow-next span {
  display: block;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .btn-arrow-next span {
    text-align: left;
  }
}
.btn-arrow-next i {
  position: relative;
  bottom: 10px;
  width: 165px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .btn-arrow-next i {
    width: 300px;
  }
}
.btn-arrow-next i svg {
  width: 100%;
  height: auto;
}

@keyframes jump {
  0% {
    top: 0%;
  }
  50% {
    top: -100%;
  }
  100% {
    top: 0%;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1111;
  height: 100vh;
}
.loading__wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading__icon {
  display: flex;
}
.loading__icon img {
  height: 23px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .loading__icon img {
    height: 46px;
  }
}
.loading__icon.is-active img {
  animation: jump 0.5s ease-in-out;
}
.loading__icon .icon {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 750px) {
  .loading__icon .icon {
    margin: 0 10px;
  }
}
.loading__icon .icon:nth-child(2) img {
  animation-delay: 0.5s;
}
.loading__icon .icon:nth-child(3) img {
  animation-delay: 1s;
}
.loading__icon .icon:nth-child(4) img {
  animation-delay: 1.5s;
}
.loading__txt img {
  width: 63px;
}
@media screen and (max-width: 750px) {
  .loading__txt img {
    width: 126px;
  }
}

.viewMore {
  display: inline-block;
  background-color: #282828;
  width: 240px;
  padding: 17px 5px;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  border-radius: 999px;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .viewMore {
    width: 280px;
    font-size: 36px;
    padding: 28px 5px;
  }
}
.viewMore:hover {
  color: #fff;
}/*# sourceMappingURL=main.css.map */