@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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", "Liberation 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 {
  -webkit-box-sizing: content-box;
          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[title],
abbr[data-original-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;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  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;
}

pre,
code,
kbd,
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;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
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;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          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;
}


@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.pc-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .pc-flex {
    display: none !important;
  }
}
.sp-flex {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.sp-inline {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-inline {
    display: inline !important;
  }
}
.sp-inlineblock {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1240px;
  overflow-x: auto;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #595757;
  font-family: "century gothic", "futura", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  html, body {
    min-width: 0;
  }
}
body {
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

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

a {
  color: #000300;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

a:hover {
  color: #000300;
  text-decoration: none;
  opacity: 0.7;
}

.main {
  margin-top: 0;
  margin-top: 60px;
}

.inner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}

.grad-link {
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  color: #fff;
  display: block;
  text-align: center;
  max-width: 265px;
  height: 43px;
  line-height: 43px;
  letter-spacing: 0.22em;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.grad-link:hover {
  color: #fff;
}

.en-title img {
  display: block;
  width: auto;
  max-height: 71px;
}

@media (max-width: 768px) {
  .en-title img {
    max-width: 100%;
    max-height: 30px;
  }
}
.en-title span {
  display: inline-block;
  background-color: #595757;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.22em;
}

@media (max-width: 768px) {
  .en-title span {
    font-size: 12px;
  }
}
.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  .news-list {
    display: block;
  }
}
.news-list li {
  width: calc(33.3333333333% - 23.3333333333px);
  margin-right: 35px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .news-list li {
    width: 100%;
    margin-right: auto;
  }
  .news-list li + li {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .news-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.news-list li .img-box {
  border: 7px solid #fff;
  position: relative;
}

.news-list li .img-box:after {
  content: "";
  display: block;
  width: 15px;
  height: calc(100% - 44px);
  position: absolute;
  right: -22px;
  bottom: -7px;
  z-index: 2;
  background-color: #fff;
}

.news-list li .img-box .tag {
  color: #fff;
  background-color: #f000a5;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 2px;
  line-height: 22.5px;
  font-size: 16px;
  position: absolute;
  right: -25px;
  top: 30px;
  border-radius: 3px;
  z-index: 3;
}

.news-list li .img-box .tag.area-tag {
  background-color: #fff;
  border: 1px solid #595757;
  color: #595757;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list li .img-box .tag.area-tag:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(../img/icon_area.svg);
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.news-list li .img-box .tag.area-tag a {
  color: #595757;
}

.news-list li .txt-box {
  background-color: #fff;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  padding: 25px 25px 32px 25px;
  padding-bottom: 32px;
  position: relative;
}

.news-list li .txt-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
}

.news-list li .txt-box h3 span {
  display: block;
  position: relative;
}

.news-list li .txt-box h3 span::first-line {
  color: #f000a5;
}

.news-list li .txt-box h3 span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  background-image: url(../img/icon_right_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 20px;
  background-size: contain;
}

.news-list li .txt-box .event-info {
  margin: 10px auto 20px;
}

.news-list li .txt-box .event-info > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list li .txt-box .event-info > div dt {
  width: 20px;
  text-align: center;
  margin-right: 8px;
}

.news-list li .txt-box .event-info > div dt img {
  width: auto;
  height: 17px;
}

.news-list li .txt-box .event-info > div dd {
  width: calc(100% - 20px - 8px);
}

.news-list li .txt-box .tags span {
  background-color: #f000a5;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 2px 12px 4px;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1;
}

.news-list li .txt-box .tags span a {
  color: #fff;
}

.news-list li .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news-list li .tags.news-col-tag {
  margin-top: 20px;
}
.news-list li .tags .tag {
  margin-right: 5px;
  margin-bottom: 5px;
}

.news-list li .tag a,
.news-list li .tag span {
  color: #fff;
  background-color: #595757;
  font-size: 16px;
  line-height: 22.5px;
  padding: 2px 12px 0px;
  border-radius: 3px;
}

.news-list li .tag.area-tag {
  background-color: #fff;
  border: 1px solid #595757;
  color: #595757;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list li .tag.area-tag a {
  background-color: #fff;
  padding-left: 0;
}

.news-list li .tag.area-tag:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(../img/icon_area.svg);
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
}

.purple {
  color: #f000a5;
}

.purple:hover {
  color: #f000a5;
}

.yellow {
  color: #fbcc00 !important;
}

.white {
  color: #fff !important;
}

.bg-white {
  background: rgba(255, 255, 255, 0.6509803922) !important;
  color: #595757 !important;
}

.pankuzu {
  padding-top: 50px;
}

.draw-border {
  border: 1px solid #ccc !important;
}

.header {
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  z-index: 100;
  min-width: 1100px;
}

.header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .inner .logo {
  width: 126px;
}

@media (max-width: 768px) {
  .header .inner .logo {
    position: fixed;
    z-index: 100;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 768px) {
  .header .inner .main-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #efeff4;
    width: 100%;
    min-height: 100vh;
    padding-top: 100px;
    z-index: 50;
  }
}
.header .inner .main-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header .inner .main-nav ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 769px) {
  .header .inner .main-nav ul li + li {
    margin-left: 55px;
  }
}
@media (max-width: 768px) {
  .header .inner .main-nav ul li + li {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .header .inner .main-nav ul li + li {
    margin-left: 40px;
  }
}
.header .inner .main-nav ul li a {
  letter-spacing: 0.228em;
}

@media (max-width: 768px) {
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
  }
  .menu-btn a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 12px 10px;
  }
  .menu-btn a > div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .menu-btn a > div span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000300;
    position: absolute;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .menu-btn a > div span.top {
    left: 0;
    top: 0;
    background: #ffda2c;
    background: -webkit-linear-gradient(313deg, #ffda2c 0%, #f100a6 100%);
    background: linear-gradient(137deg, #ffda2c 0%, #f100a6 100%);
  }
  .menu-btn a > div span.middle {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    background: #ffda2c;
    background: -webkit-linear-gradient(313deg, #ffda2c 0%, #f100a6 100%);
    background: linear-gradient(137deg, #ffda2c 0%, #f100a6 100%);
  }
  .menu-btn a > div span.bottom {
    left: 0;
    bottom: 0;
    background: #ffda2c;
    background: -webkit-linear-gradient(313deg, #ffda2c 0%, #f100a6 100%);
    background: linear-gradient(137deg, #ffda2c 0%, #f100a6 100%);
  }
}
.menu-btn.open a > div span.top {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-btn.open a > div span.middle {
  -webkit-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
  opacity: 0;
}

.menu-btn.open a > div span.bottom {
  bottom: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer {
  margin-top: 144px;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 70px;
  }
}
.footer-logo a {
  display: block;
  width: 190px;
}

@media (max-width: 768px) {
  .footer-logo a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.footer-link {
  background-color: #efeff4;
  margin-top: 10px;
}

.footer-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-link ul li + li {
  margin-left: 57px;
}

.footer-copy {
  background-color: #000300;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-copy .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .footer-copy .inner {
    display: block;
  }
}
.footer-copy .inner small, .footer-copy .inner a {
  color: #fff;
}

@media (max-width: 768px) {
  .footer-copy .inner small {
    display: block;
    text-align: center;
  }
}
.footer-copy .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-copy .inner ul li + li {
  margin-left: 20px;
}

.footer-copy .inner ul li a {
  font-size: 15px;
}

@media (max-width: 768px) {
  .index-mv .swiper-slide img {
    width: 100%;
    height: 30vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.index-mv .swiper-pagination {
  margin-top: 10px;
  position: static;
}

@media (max-width: 768px) {
  .index-mv .swiper-pagination {
    display: none;
  }
}
.index-mv .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #000300;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.index-mv .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 18px;
}

.index-mv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000300;
}

.index-mv .mv-message {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 100%;
  max-width: 1000px;
  z-index: 2;
}

@media (max-width: 768px) {
  .index-mv .mv-message {
    width: 100%;
    position: inherit;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
  }
}
.index-mv .mv-message > div {
  width: 500px;
  max-width: 100%;
  background-color: rgba(0, 3, 0, 0.8);
  padding: 60px 20px;
}

@media (max-width: 768px) {
  .index-mv .mv-message > div {
    background: #a7a7a7;
    width: 100%;
  }
}
.index-mv .mv-message > div h1 {
  max-width: 307px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .index-mv .mv-message > div h1 {
    width: 60%;
    margin-bottom: 30px;
  }
}
.index-mv .mv-message > div p {
  color: #fff;
  font-size: 18px;
  line-height: 2.33333;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.228em;
  margin-bottom: 50px;
  letter-spacing: 0.18em;
  text-align: justify;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .index-mv .mv-message > div p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.index-mv .scroll {
  position: absolute;
  bottom: 0;
  left: 7.08333%;
  z-index: 2;
  color: #f000a5;
  -webkit-transform: rotate(-90deg) translateX(20%);
          transform: rotate(-90deg) translateX(20%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

@media (max-width: 768px) {
  .index-mv .scroll {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: 60px;
  }
}
.index-mv .scroll span {
  line-height: 1;
  font-size: 22px;
}

@media (max-width: 768px) {
  .index-mv .scroll span {
    font-size: 14px;
  }
}
.index-mv .scroll:after {
  content: "";
  display: block;
  width: 243px;
  height: 1px;
  background-color: #f000a5;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .index-mv .scroll:after {
    width: 50px;
    margin-left: 10px;
  }
}
.index-about {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .index-about {
    margin-top: 70px;
  }
}
.index-about .inner {
  width: 100%;
  max-width: 1530px;
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .index-about .inner {
    display: block;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
.index-about .inner .txt-box {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 768px) {
  .index-about .inner .txt-box {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}
.index-about .inner .txt-box h2 {
  padding-bottom: 34px;
  margin-bottom: 60px;
  text-align: right;
  position: relative;
}

@media (max-width: 768px) {
  .index-about .inner .txt-box h2 {
    text-align: left;
    margin-bottom: 30px;
  }
}
.index-about .inner .txt-box h2 span {
  margin-top: 15px;
}

.index-about .inner .txt-box h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  opacity: 0.85;
}

.index-about .inner .txt-box h2 img {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 768px) {
  .index-about .inner .txt-box h2 img {
    margin-left: 0;
    margin-right: auto;
  }
}
.index-about .inner .txt-box p {
  line-height: 2.73333;
  letter-spacing: 0.06em;
  color: #595757;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .index-about .inner .txt-box p {
    margin-bottom: 40px;
  }
}
.index-about .inner .txt-box .grad-link {
  margin-right: 0;
}

@media (max-width: 768px) {
  .index-about .inner .txt-box .grad-link {
    margin-right: auto;
  }
}
.index-about .inner .img-box {
  max-width: 728px;
}

.index-news-column {
  margin-top: 170px;
  background-image: url(../img/bg_news_column.jpg);
  padding-top: 140px;
  padding-bottom: 140px;
}

@media (max-width: 768px) {
  .index-news-column {
    margin-top: 80px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.index-news-column .en-title {
  margin-bottom: 92px;
}

@media (max-width: 768px) {
  .index-news-column .en-title {
    margin-bottom: 45px;
    text-align: right;
  }
  .index-news-column .en-title img {
    margin-right: 0;
    margin-left: auto;
  }
}
.index-news-column .en-title span {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .index-news-column .en-title span {
    margin-top: 15px;
  }
}
.index-news-column .news-list {
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .index-news-column .news-list {
    margin-bottom: 60px;
  }
}
.index-search-place {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url(../img/bg_place.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 768px) {
  .index-search-place {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.index-search-place .inner {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 130px;
  background: -webkit-linear-gradient(315deg, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  background: linear-gradient(135deg, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
}

@media (max-width: 768px) {
  .index-search-place .inner {
    padding: 60px 30px;
  }
}
.index-search-place .inner .en-title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .index-search-place .inner .en-title {
    margin-bottom: 30px;
  }
}
.index-search-place .inner .en-title img {
  margin-left: auto;
  margin-right: auto;
}

.index-search-place .inner .en-title span {
  margin-top: 15px;
}

.index-search-place .inner p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.index-pickup {
  padding-top: 135px;
  padding-bottom: 157px;
  background-image: url(../img/bg_pickup.png);
  background-size: contain;
}

@media (max-width: 768px) {
  .index-pickup {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.index-pickup .en-title {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .index-pickup .en-title {
    margin-bottom: 45px;
  }
}
.index-pickup .en-title span {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .index-pickup .en-title span {
    margin-top: 15px;
  }
}
.index-pickup .news-list {
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .index-pickup .news-list {
    margin-bottom: 60px;
  }
}
.index-event-lesson {
  padding-top: 137px;
  padding-bottom: 157px;
  background-image: url(../img/bg_event.png);
  background-size: contain;
}

@media (max-width: 768px) {
  .index-event-lesson {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.index-event-lesson .en-title {
  text-align: right;
  margin-bottom: 95px;
}

@media (max-width: 768px) {
  .index-event-lesson .en-title {
    margin-bottom: 45px;
  }
}
.index-event-lesson .en-title img {
  margin-right: 0;
  margin-left: auto;
}

.index-event-lesson .en-title span {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .index-event-lesson .en-title span {
    margin-top: 15px;
  }
}
.index-event-lesson .news-list {
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .index-event-lesson .news-list {
    margin-bottom: 60px;
  }
}
.index-howto {
  background-color: #efeff4;
  padding-top: 220px;
  padding-bottom: 200px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .index-howto {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.index-howto .inner {
  margin-right: 0;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .index-howto .inner {
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.index-howto .inner .txt-box .en-title {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.index-howto .inner .txt-box .en-title img {
  margin-left: 0;
  margin-right: auto;
}

.index-howto .inner .txt-box .grad-link {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 768px) {
  .index-howto .inner .txt-box .grad-link {
    margin-left: auto;
  }
}
.add-monitor {
  background-image: url(../img/bg_add_monitor.jpg);
  padding-top: 147px;
  padding-bottom: 140px;
  text-align: center;
}

@media (max-width: 768px) {
  .add-monitor {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.add-monitor h2 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .add-monitor h2 {
    margin-bottom: 20px;
  }
}
.add-monitor p {
  text-align: left;
  line-height: 2.5;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .add-monitor p {
    margin-bottom: 40px;
  }
}
.add-monitor .add-monitor-link {
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  max-width: 254px;
  margin-left: auto;
  margin-right: auto;
}

.add-monitor .add-monitor-link a {
  display: block;
  background-color: #fff;
  padding: 10px;
}

.add-monitor .add-monitor-link a span {
  font-weight: bold;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.add-publish {
  padding-top: 208px;
  padding-bottom: 115px;
  background-image: url(../img/bg_publish.png);
}

@media (max-width: 768px) {
  .add-publish {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.add-publish .inner .grad-link {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 70px;
}

.add-publish .inner .grad-link img {
  width: 60px;
}

.add-publish .inner .grad-link span {
  margin-left: 42px;
  text-align: center;
}

.add-publish .inner .add-share > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-publish .inner .add-share > div dt {
  margin-right: 36px;
}

.add-publish .inner .add-share > div dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.add-publish .inner .add-share > div dd ul li a {
  display: block;
  width: 40px;
}

.add-publish .inner .add-share > div dd ul li + li {
  margin-left: 10px;
}

h2.page-title {
  margin: 50px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

h2.page-title:after {
  content: "";
  position: absolute;
  bottom: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 205, 25, 0.85)), to(rgba(240, 0, 165, 0.85)));
  background: -webkit-linear-gradient(left, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  background: linear-gradient(90deg, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  display: none;
}

@media (max-width: 768px) {
  h2.page-title:after {
    display: block;
  }
}
h2.page-title img {
  width: auto;
  height: 70px;
}

@media (max-width: 768px) {
  h2.page-title img {
    height: 40px;
    display: block;
  }
}
h2.page-title img.gym {
  width: 190px;
}

@media (max-width: 768px) {
  h2.page-title img.gym {
    width: 170px;
  }
}
h2.page-title span {
  vertical-align: bottom;
  padding-left: 50px;
  font-size: 14px;
}

@media (max-width: 768px) {
  h2.page-title span {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    display: block;
  }
}
h2.page-title span.gym {
  position: relative;
  top: -20px;
}

@media (max-width: 768px) {
  h2.page-title span.gym {
    top: 0;
  }
}
@media (max-width: 768px) {
  h2.long-bar:after {
    width: 140% !important;
  }
}
@media (max-width: 768px) {
  h2.long-bar2:after {
    width: calc(100vw - 20px) !important;
  }
}
.page-inner {
  max-width: 1240px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .page-inner {
    width: 100%;
  }
}
section.gradient-back {
  background: #f7f7f7;
  padding: 20px 0 90px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 205, 25, 0.85)), to(rgba(240, 0, 165, 0.85)));
  background: -webkit-linear-gradient(left, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  background: linear-gradient(90deg, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  margin: 60px 0 130px;
  position: relative;
}

@media (max-width: 768px) {
  section.gradient-back {
    padding: 0;
    padding-bottom: 50px;
  }
}
section.gradient-back:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.search-inner {
  padding: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: rgba(51, 51, 51, 0.8);
  font-size: 17px;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .search-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 20px;
  }
}
.search-inner .search-select {
  width: 30%;
}

@media (max-width: 768px) {
  .search-inner .search-select {
    width: 100%;
  }
}
.search-inner .search-select form label {
  display: block;
  margin-bottom: 20px;
}

.search-inner .search-select form select {
  display: block;
  padding: 7px 10px;
  border: 0px;
  border-radius: 5px;
  font-size: 15px;
  color: #777;
}

.search-inner .search-select form button {
  margin: 25px 0 50px;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  border-radius: 5px;
  font-size: 15px;
}

.search-inner .search-result {
  width: 70%;
}

@media (max-width: 768px) {
  .search-inner .search-result {
    width: 100%;
  }
}
.search-inner .search-result p.result {
  margin-bottom: 20px;
}

.search-inner .search-result ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}

.search-inner .search-result ul li div.image {
  width: 55%;
  height: auto;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .search-inner .search-result ul li div.image {
    width: 100%;
    padding: 0;
  }
}
.search-inner .search-result ul li div.image > div {
  position: relative;
}

.search-inner .search-result ul li div.image > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 205, 25, 0.85)), to(rgba(240, 0, 165, 0.85)));
  background: -webkit-linear-gradient(top, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  background: linear-gradient(180deg, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  z-index: 1;
}

.search-inner .search-result ul li div.image > div img {
  width: 100%;
  height: auto;
}

.search-inner .search-result ul li div.image a:hover {
  opacity: 0.9;
}

.search-inner .search-result ul li div.info {
  width: 45%;
}

@media (max-width: 768px) {
  .search-inner .search-result ul li div.info {
    width: 100%;
    margin-top: -15px;
  }
}
.search-inner .search-result ul li div.info .area {
  font-size: 16px;
  color: #f000a5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px 3px 30px;
  background: #fff;
  border: 1px solid #f000a5;
  border-radius: 3px;
  position: relative;
}

.search-inner .search-result ul li div.info .area:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-image: url(../img/page/area-icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.search-inner .search-result ul li div.info .area a {
  display: initial;
  margin: 0;
  padding: 0;
  background: none;
  color: #f000a5;
}

.search-inner .search-result ul li div.info .taglink {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: inherit;
}

.search-inner .search-result ul li div.info .taglink .tag {
  font-size: 14px;
  padding: 2px 10px;
  background: #595757;
  color: #fff;
  margin-right: 10px;
  border-radius: 3px;
}

.search-inner .search-result ul li div.info h3 {
  font-size: 26px;
  font-weight: normal;
  margin: 20px 0;
}

.search-inner .search-result ul li div.info h3 a {
  display: initial;
  margin: 0;
  padding: 0;
  background: none;
  color: #595757;
}

.search-inner .search-result ul li div.info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
}

.search-inner .search-result ul li div.info dl dt {
  width: 30%;
  font-weight: normal;
  text-align: justify;
}

.search-inner .search-result ul li div.info dl dd {
  width: 70%;
}

.search-inner .search-result ul li div.info dl dd a {
  display: initial;
  margin: 0;
  padding: 0;
  background: none;
}

.search-inner .search-result ul li div.info a {
  display: table;
  margin: 30px auto;
  padding: 5px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  border-radius: 5px;
  font-weight: 100;
  color: #fff;
}

@media (max-width: 768px) {
  .search-inner .search-result ul li .news-info {
    margin-top: 20px !important;
  }
}
.search-inner .search-result ul li div.info2 {
  width: 100%;
  margin: 20px 0 0;
  font-size: 14px;
}

.search-inner .search-result ul li div.info2 p {
  line-height: 2em;
  padding-bottom: 20px;
  position: relative;
}

.search-inner .search-result ul li div.info2 p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 205, 25, 0.85)), to(rgba(240, 0, 165, 0.85)));
  background: -webkit-linear-gradient(left, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  background: linear-gradient(90deg, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
}

.search-inner .search-result ul li div.info2 ul {
  margin-top: 20px;
}

.search-inner .search-result ul li div.info2 ul li {
  margin-bottom: 0;
  line-height: 2em;
  padding-left: 2em;
  position: relative;
}

.search-inner .search-result ul li div.info2 ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #f000a5;
}

.search-inner .search-result ul li div.info2 ul li a {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  color: #333;
}

.search-inner .search-result ul li div.info2 a {
  display: table;
  margin: 30px auto 0;
  padding: 5px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  border-radius: 5px;
  font-weight: 100;
  color: #fff;
}

.search-inner .search-result ul li.gym {
  padding: 35px;
  background: #fff;
  color: #333;
  position: relative;
}

.search-inner .search-result ul li.gym:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 205, 25, 0.85)), to(rgba(240, 0, 165, 0.85)));
  background: -webkit-linear-gradient(top, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  background: linear-gradient(180deg, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
}

@media (max-width: 768px) {
  .search-inner .search-result ul li.gym:before {
    width: 70%;
    height: 200px;
  }
}
.search-inner .search-result ul li.gym:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 205, 25, 0.85)), to(rgba(240, 0, 165, 0.85)));
  background: -webkit-linear-gradient(top, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  background: linear-gradient(180deg, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  z-index: -1;
}

.search-inner .search-result ul li.gym div.image {
  width: 55%;
  height: auto;
  padding-right: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .search-inner .search-result ul li.gym div.image {
    width: 100%;
    padding: 0;
  }
}
.search-inner .search-result ul li.gym div.image img {
  width: 100%;
  height: auto;
}

.search-inner .search-result ul li.gym h3 {
  padding-bottom: 20px;
  position: relative;
}

.search-inner .search-result ul li.gym h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 205, 25, 0.85)), to(rgba(240, 0, 165, 0.85)));
  background: -webkit-linear-gradient(left, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
  background: linear-gradient(90deg, rgba(255, 205, 25, 0.85) 0%, rgba(240, 0, 165, 0.85) 100%);
}

.search-inner .search-result ul li.gym dt {
  color: #f000a5;
}

.search-inner .search-result ul li.gym dd a {
  color: #333;
}

/* ジム個別ページ */
h2.single-title {
  display: none;
  position: relative;
  margin: 50px auto;
  width: 90%;
}

h2.single-title:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
}

@media (max-width: 768px) {
  h2.single-title {
    display: block;
  }
}
h2.single-title img {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  h2.single-title img {
    width: 120px !important;
    height: auto;
  }
}
h2.single-title span {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  display: block;
}

.single-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, white));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 20%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 20%);
}

@media (max-width: 768px) {
  .single-box-1 {
    display: block;
  }
}
.single-box-1 .left-box {
  width: 55%;
  background: #333;
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px 10%;
  color: #fff;
}

@media (max-width: 768px) {
  .single-box-1 .left-box {
    width: 100%;
    padding: 15px 15px 40px 15px;
  }
}
.single-box-1 .left-box:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 500px;
  top: -10px;
  right: -10px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  opacity: 0.8;
}

@media (max-width: 768px) {
  .single-box-1 .left-box:after {
    width: 80%;
    height: 90%;
    right: 0;
  }
}
.single-box-1 .left-box .single-swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-box-1 .left-box .single-swiper .swiper-wrapper img {
  width: 100%;
  height: auto;
}

.single-box-1 .left-box .sub-swiper {
  height: 130px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .single-box-1 .left-box .sub-swiper {
    height: 50px;
  }
}
.single-box-1 .left-box .sub-swiper .swiper-wrapper .swiper-slide img {
  height: auto;
}

.single-box-1 .left-box h3 {
  font-size: 22px;
  color: #fbcc00;
  margin: 40px 0 25px;
}

.single-box-1 .left-box p {
  font-size: 14px;
  line-height: 2em;
}

.single-box-1 .color-reverse {
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
}

.single-box-1 .color-reverse:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 60%;
  top: 0px;
  right: 0px;
  background: #333;
  opacity: 1;
}

@media (max-width: 768px) {
  .single-box-1 .color-reverse:after {
    width: 80%;
    height: 90%;
    right: 0;
  }
}
.single-box-1 .right-box {
  width: 45%;
  padding: 20px 0 20px 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .single-box-1 .right-box {
    width: 100%;
    padding: 20px;
    margin-top: -30px;
  }
}
.single-box-1 .right-box h2.event-lesson-name {
  width: 180px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .single-box-1 .right-box h2.event-lesson-name {
    display: none;
  }
}
.single-box-1 .right-box h2.event-lesson-name span {
  font-size: 14px;
}

.single-box-1 .right-box .area {
  font-size: 16px;
  color: #f000a5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px 3px 30px;
  background: #fff;
  border: 1px solid #f000a5;
  position: relative;
}

.single-box-1 .right-box .area:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-image: url(../img/page/area-icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.single-box-1 .right-box h3 {
  font-size: 37px;
  font-weight: normal;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .single-box-1 .right-box h3 {
    font-size: 32px;
  }
}
.single-box-1 .right-box .event-lesson-info {
  padding-top: 50px;
  border-top: 1px solid #fff;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#ffcd19), to(#f000a5));
  -webkit-border-image: -webkit-linear-gradient(right, #ffcd19 0%, #f000a5 100%);
       -o-border-image: linear-gradient(-90deg, #ffcd19 0%, #f000a5 100%);
          border-image: -webkit-gradient(linear, right top, left top, from(#ffcd19), to(#f000a5));
          border-image: linear-gradient(-90deg, #ffcd19 0%, #f000a5 100%);
  border-image-slice: 1;
}

.single-box-1 .right-box .event-lesson-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 15.5px;
  line-height: 2em;
  margin-bottom: 50px;
}

.single-box-1 .right-box .event-lesson-info dl dt {
  width: 30%;
  font-weight: normal;
  text-align: justify;
  color: #f000a5;
}

.single-box-1 .right-box .event-lesson-info dl dd {
  width: 70%;
  color: #555;
}

.single-box-1 .right-box .event-lesson-info dl dd a {
  margin: 0;
  padding: 0;
  background: none;
  color: #333;
  display: inline;
  /* border-bottom: 1px solid #777; */
  /* border-radius: 0; */
}

.single-box-1 .right-box .event-lesson-info h3 {
  font-size: 22px;
}

.single-box-1 .right-box .event-lesson-info p {
  font-size: 14px;
  line-height: 2em;
}

.single-box-1 .right-box .event-lesson-info a {
  display: table;
  margin: 30px 0;
  padding: 5px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  border-radius: 5px;
  font-weight: 100;
  color: #fff;
}

@media (max-width: 768px) {
  .single-box-1 .right-box .event-lesson-info a {
    margin: 60px auto 0px;
  }
}
/* シングル「持ち物」「アメニティ」「インストラクター」 「クーポン」*/
.single-box-2 {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  /* end content */
  /* end cupon-content */
}

@media (max-width: 768px) {
  .single-box-2 {
    width: calc(100% - 30px);
  }
}
.single-box-2:before {
  content: "";
  width: 100px;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
}

.single-box-2:after {
  content: "";
  width: 100px;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  right: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
}

.single-box-2 .content {
  background: #333;
  padding: 25px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media (max-width: 768px) {
  .single-box-2 .content {
    display: block;
    text-align: center;
    padding: 30px 15px 50px;
  }
}
.single-box-2 .content .content-name {
  width: 30%;
}

@media (max-width: 768px) {
  .single-box-2 .content .content-name {
    width: 100%;
    margin-bottom: 40px;
  }
}
.single-box-2 .content .content-name img {
  width: 86px;
  height: 16px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .single-box-2 .content .content-name img {
    margin: 0 auto 10px;
    width: 200px;
    height: auto;
  }
}
.single-box-2 .content p {
  width: 70%;
  margin-bottom: 0;
  line-height: 2em;
}

@media (max-width: 768px) {
  .single-box-2 .content p {
    width: 100%;
  }
}
.single-box-2 .content .instructor-image {
  width: 40%;
  padding: 20px;
  margin-right: 25px;
}

@media (max-width: 768px) {
  .single-box-2 .content .instructor-image {
    width: 100%;
  }
}
.single-box-2 .content .instructor-image img {
  width: 100%;
}

.single-box-2 .content .instructor-info {
  width: 60%;
  padding: 20px;
}

@media (max-width: 768px) {
  .single-box-2 .content .instructor-info {
    width: 100%;
    padding: 0;
  }
}
.single-box-2 .content .instructor-info p.instructor-title {
  color: #fbcc00;
  font-size: 16px;
  position: relative;
  padding-top: 26px;
  margin-bottom: 30px;
}

.single-box-2 .content .instructor-info p.instructor-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 12px;
  background-image: url(../img/page/instructor-icon.svg);
}

@media (max-width: 768px) {
  .single-box-2 .content .instructor-info p.instructor-title:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150px;
    height: 24px;
  }
}
.single-box-2 .content .instructor-info p.instructor-name {
  font-size: 29px;
  color: #fff;
  margin-bottom: 30px;
}

.single-box-2 .content .instructor-info p.instructor-comment {
  font-size: 14px;
  line-height: 2em;
  text-align: justify;
  color: #fff;
  width: 100%;
}

.single-box-2 .content .gym-map {
  width: 65%;
  padding: 20px;
  margin-right: 25px;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .single-box-2 .content .gym-map {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    height: 350px;
  }
}
.single-box-2 .content .gym-map iframe {
  width: 100%;
  overflow: hidden;
}

.single-box-2 .content .gym-page {
  width: 65%;
}

@media (max-width: 768px) {
  .single-box-2 .content .gym-page {
    width: 100%;
  }
}
.single-box-2 .content .gym-info {
  width: 45%;
  padding: 20px;
}

@media (max-width: 768px) {
  .single-box-2 .content .gym-info {
    width: 100%;
    padding: 0;
  }
}
.single-box-2 .content .gym-info p.gym-area {
  font-size: 16px;
  color: #f000a5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px 0px 30px;
  background: #fff;
  border: 1px solid #f000a5;
  border-radius: 3px;
  position: relative;
  margin-bottom: 40px;
}
.single-box-2 .content .gym-info .gym-access {
  width: 100%;
}

.single-box-2 .content .gym-info p.gym-area:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  background-image: url(../img/page/area-icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.single-box-2 .content .gym-info div.gym-type {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .single-box-2 .content .gym-info div.gym-type {
    margin-bottom: 0;
  }
}
.single-box-2 .content .gym-info div.gym-type img {
  margin-left: 20px;
}

.single-box-2 .content .gym-info p.gym-name {
  font-size: 29px;
  margin-bottom: 45px;
  width: 100%;
}

.single-box-2 .content .gym-info dl.gym-add {
  font-size: 15.5px;
  line-height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  .single-box-2 .content .gym-info dl.gym-add {
    text-align: left;
  }
}
.single-box-2 .content .gym-info dl.gym-add dt {
  width: 30%;
  color: #fbcc00;
}

.single-box-2 .content .gym-info dl.gym-add dd {
  width: 70%;
  padding-left: 20px;
  position: relative;
}
.single-box-2 .content .gym-info dl.gym-add dd::before {
  content: "：";
  position: absolute;
  left: 5px;
}

.single-box-2 .content .gym-info dl.gym-add dd a {
  color: #fff;
}

.single-box-2 .content .gym-access {
  width: calc(35% - 25px);
}

@media (max-width: 768px) {
  .single-box-2 .content .gym-access {
    width: 100%;
  }
}
.single-box-2 .content .gym-access h3.gym-access-title {
  font-size: 24px;
  position: relative;
  color: #fbcc00;
  padding-top: 20px;
  margin-bottom: 30px;
}

.single-box-2 .content .gym-access h3.gym-access-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 20px;
  background-image: url(../img/page/single-gym-access.svg);
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .single-box-2 .content .gym-access h3.gym-access-title:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.single-box-2 .content .gym-access p.gym-access-txt {
  font-size: 15px;
  text-align: left;
}

.single-box-2 .cupon-content {
  background: #fff;
  display: block;
  padding: 5px;
  /* end cupon-box */
}

.single-box-2 .cupon-content .cupon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  padding: 10px;
  border: 1px solid #333;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  -webkit-border-image: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
       -o-border-image: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
          border-image: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
          border-image: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  border-image-slice: 1;
  color: #555;
}

@media (max-width: 768px) {
  .single-box-2 .cupon-content .cupon-box {
    display: block;
  }
}
.single-box-2 .cupon-content .cupon-box .cupon-image {
  width: 240px;
}

@media (max-width: 768px) {
  .single-box-2 .cupon-content .cupon-box .cupon-image {
    display: none;
  }
}
.single-box-2 .cupon-content .cupon-box .cupon-info {
  width: calc(100% - 240px);
  padding-left: 50px;
}

@media (max-width: 768px) {
  .single-box-2 .cupon-content .cupon-box .cupon-info {
    width: 100%;
    padding-left: 0;
  }
}
.single-box-2 .cupon-content .cupon-box .cupon-info .cupon-title {
  font-size: 16px;
  color: #f000a5;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .single-box-2 .cupon-content .cupon-box .cupon-info .cupon-title {
    padding-top: 70px;
  }
}
.single-box-2 .cupon-content .cupon-box .cupon-info .cupon-title:after {
  content: "";
  position: absolute;
  left: 80px;
  top: 5px;
  width: 56px;
  height: 15px;
  background-image: url(../img/page/single-gym-cupon.svg);
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .single-box-2 .cupon-content .cupon-box .cupon-info .cupon-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 12px;
    width: 173px;
    height: 45px;
  }
}
.single-box-2 .cupon-content .cupon-box .cupon-info .cupon-read {
  font-size: 21px;
  margin-bottom: 30px;
}

.single-box-2 .cupon-content .cupon-box .cupon-info .cupon-caution {
  font-size: 14px;
}

/* end single-box-2

/* シングル「ジム個別新着イベントレッスン」 */
.single-box-4 {
  max-width: 1150px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .single-box-4 {
    width: calc(100% - 30px);
  }
}
.single-box-4:before {
  content: "";
  width: 100px;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
}

.single-box-4:after {
  content: "";
  width: 100px;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  right: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
}

.single-box-4 .content {
  position: relative;
  z-index: 1;
}

.single-box-4 .content .bg-gray {
  background: #333;
  padding: 140px 0 70px;
}

.single-box-4 .content .gym-event-title {
  font-size: 16px;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
  color: #fff;
}

.single-box-4 .content .gym-event-title:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 290px;
  height: 39px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/page/single-gym-event-lesson.svg);
  background-repeat: no-repeat;
}

/* シングル「ジム個別インストラクター一覧」 */
.single-box-5 {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .single-box-5 {
    width: calc(100% - 30px);
  }
}
.single-box-5 .content {
  position: relative;
  z-index: 1;
}

.single-box-5 .content .gym-instractor-title {
  font-size: 16px;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
  color: #333;
}

@media (max-width: 768px) {
  .single-box-5 .content .gym-instractor-title {
    margin-bottom: 50px;
  }
}
.single-box-5 .content .gym-instractor-title:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 210px;
  height: 39px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/page/single-gym-instractor.svg);
  background-repeat: no-repeat;
}

.single-box-5 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-box-5 .content ul li {
  width: calc(20% - 20px);
  margin-right: 10px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .single-box-5 .content ul li {
    width: calc(50% - 10px);
  }
  .single-box-5 .content ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.single-box-5 .content ul li:nth-child(5) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .single-box-5 .content ul li:nth-child(5) {
    margin-right: 10px;
  }
}
.single-box-5 .content ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.single-box-5 .content ul li p.instractor-name {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-box-5 .content ul li p.instractor-comment {
  font-size: 14px;
}

/* ページ内お申込みボタン */
.contact-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 130px auto 0;
  position: relative;
  z-index: 1;
}

.contact-btn a {
  display: table;
  margin: 30px 0;
  padding: 12px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  border-radius: 5px;
  font-weight: 100;
  color: #fff;
  font-size: 16px;
}

/* 固定ページ検索結果ページのみ */
@media (max-width: 768px) {
  .page-bottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* pc sp 表示有無 */
div.pc-only {
  display: block;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  div.pc-only {
    display: none;
  }
}
div.sp-only {
  display: none;
}

@media (max-width: 768px) {
  div.sp-only {
    display: block;
  }
}
@media (max-width: 768px) {
  .pb30 {
    padding-bottom: 30px;
  }
}
.event-none {
  margin: 0 auto;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #ccc;
}

.news-list li {
  margin-bottom: 35px;
}

.single-tags {
  margin: 60px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.single-tags a {
  margin-bottom: 15px;
  padding: 3px 10px;
  background: #595757;
  border-radius: 3px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
}

.eye-catch img {
  width: 100%;
}

.news-content {
  font-size: 14px;
  line-height: 1.8;
  margin: 50px 0;
}

.writer {
  padding: 40px 0 40px 40px;
  margin: 50px auto;
  border-left: 1px solid #f000a5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .writer {
    display: block;
    border-left: initial;
    border-top: 1px solid #f000a5;
    margin: 0 auto;
    padding: 40px 30px;
  }
}
.writer img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 160px;
}

@media (max-width: 768px) {
  .writer img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
  }
}
.writer .writer-info {
  width: calc(100% - 160px);
  padding-left: 20px;
}

@media (max-width: 768px) {
  .writer .writer-info {
    width: 100%;
    padding: 0;
  }
}
.writer .writer-info small {
  font-size: 12px;
}

.writer .writer-info h3 {
  color: #f000a5;
  font-size: 19px;
  margin: 20px 0 30px;
}

.writer .writer-info p {
  font-size: 14px;
}

.previous-next-post-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 130px 0 170px;
}

.previous-next-post-box .previous-post-btn {
  font-size: 14px;
}

.previous-next-post-box .previous-post-btn a {
  position: relative;
  padding-left: 50px;
}

.previous-next-post-box .previous-post-btn a:before {
  content: "◀";
  position: absolute;
  top: -5px;
  left: 0;
  padding: 3px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  border-radius: 5px;
  color: #fff;
}

.previous-next-post-box .next-post-btn {
  font-size: 14px;
}

.previous-next-post-box .next-post-btn a {
  position: relative;
  padding-right: 50px;
}

.previous-next-post-box .next-post-btn a:before {
  content: "▶";
  position: absolute;
  top: -5px;
  right: 0;
  padding: 3px 10px;
  background: -webkit-gradient(linear, right top, left top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(right, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(-90deg, #ffcd19 0%, #f000a5 100%);
  border-radius: 5px;
  color: #fff;
}

.other-posts-title {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 768px) {
  .other-posts-title {
    margin-bottom: 50px;
  }
}
.other-posts-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(right, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(-90deg, #ffcd19 0%, #f000a5 100%);
}

/* about page */
.about-title-width {
  width: 370px !important;
}

@media (max-width: 768px) {
  .about-title-width {
    width: 230px !important;
  }
}
.about-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 90px 0 150px;
}

@media (max-width: 768px) {
  .about-box-1 {
    margin: 60px 0 110px;
    display: block;
  }
}
.about-box-1 img {
  width: 730px;
}

.about-box-1 .about-box-txt {
  padding: 0 0 0 90px;
  line-height: 3;
  text-align: justify;
  font-size: 16px;
}

@media (max-width: 768px) {
  .about-box-1 .about-box-txt {
    width: 90%;
    margin: 30px auto;
    padding-left: 0;
  }
}
.about-box-2 {
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .about-box-2 {
    max-width: 80%;
  }
}
.about-box-2 h2 {
  text-align: center;
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  .about-box-2 h2 {
    margin-bottom: 35px;
  }
}
.about-box-2 .about-box-txt {
  text-align: center;
}

.about-box-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .about-box-2 ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.about-box-2 ul li {
  width: 170px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .about-box-2 ul li {
    width: 45%;
  }
}
.about-box-2 ul li div {
  height: 170px;
  position: relative;
  background: #f7f7f7;
}

.about-box-2 ul li div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-box-2 ul li p {
  margin-top: 20px;
}

.about-box-3 {
  background: #333633;
  color: #fff;
  padding: 110px 20%;
}

@media (max-width: 768px) {
  .about-box-3 {
    padding: 60px 10%;
  }
}
.about-box-3 h2 {
  text-align: center;
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  .about-box-3 h2 {
    margin-bottom: 35px;
  }
}
.about-box-3 .about-box-txt {
  text-align: center;
  margin-bottom: 100px;
  line-height: 2;
}

@media (max-width: 768px) {
  .about-box-3 .about-box-txt {
    margin-bottom: 70px;
  }
}
.about-box-3 .howto-read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .about-box-3 .howto-read {
    display: block;
    margin-bottom: 80px;
  }
}
.about-box-3 .howto-read img {
  max-width: 160px;
}

@media (max-width: 768px) {
  .about-box-3 .howto-read img {
    display: block;
    margin: 0 auto 30px;
  }
}
.about-box-3 .howto-read .howto-read-txt {
  padding-left: 30px;
  line-height: 2em;
}

@media (max-width: 768px) {
  .about-box-3 .howto-read .howto-read-txt {
    padding-left: 0;
  }
}
.about-box-3 .howto-read .howto-read-txt h3 {
  color: #fbcc00;
}

.about-box-3 .howto-read .howto-read-txt .margin-init {
  margin-left: inherit;
}

.admin-info {
  background-image: url(https://lth.pm-factory.org/wp-content/themes/lth/assets/img/page/about-image02.jpg);
  width: 100%;
  height: 700px;
  position: relative;
}

@media (max-width: 768px) {
  .admin-info {
    height: 138px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.admin-info h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 380px;
  height: 290px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 205, 25, 0.6666666667)), to(rgba(240, 0, 165, 0.6666666667)));
  background: -webkit-linear-gradient(left, rgba(255, 205, 25, 0.6666666667) 0%, rgba(240, 0, 165, 0.6666666667) 100%);
  background: linear-gradient(90deg, rgba(255, 205, 25, 0.6666666667) 0%, rgba(240, 0, 165, 0.6666666667) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media (max-width: 768px) {
  .admin-info h2 {
    width: 100%;
    height: 100%;
  }
}
.admin-txt {
  width: 70%;
  margin: 100px auto 150px;
}

.admin-inner {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .admin-inner {
    width: auto;
  }
}
.admin-inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .admin-inner div {
    display: block;
  }
}
.admin-inner div + * {
  margin-top: 20px;
}
.admin-inner div dt {
  width: 30%;
  font-weight: normal;
  text-align: justify;
  color: #f000a5;
}
@media (max-width: 768px) {
  .admin-inner div dt {
    width: auto;
  }
}
.admin-inner div dd {
  color: #555;
}

.wp-pagenavi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100px;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .wp-pagenavi {
    padding-top: 10px;
  }
}
.wp-pagenavi span {
  margin-right: 5px;
  padding: 5px 12px;
  color: #fff;
}

.wp-pagenavi span.current {
  color: #f000a5;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a {
  margin-right: 5px;
  padding: 5px 12px;
  color: #fff;
}

.wp-pagenavi a.nextpostslink {
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  padding: 5px 20px;
}

.wp-pagenavi a.previouspostslink {
  background: -webkit-gradient(linear, left top, right top, from(#ffcd19), to(#f000a5));
  background: -webkit-linear-gradient(left, #ffcd19 0%, #f000a5 100%);
  background: linear-gradient(90deg, #ffcd19 0%, #f000a5 100%);
  padding: 5px 20px;
}

.search-result .wp-pagenavi a {
  color: #fff;
}

.search-result .wp-pagenavi .nextpostslink {
  color: #fff;
}

.privacy .scroll {
  display: none;
}
@media (max-width: 768px) {
  .privacy .page-title::after {
    display: none;
  }
}
.privacy-block {
  line-height: 2;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .privacy-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.privacy-block .intro {
  margin-bottom: 60px;
}
.privacy-block h3 {
  margin-bottom: 45px;
}
.privacy-block .box + * {
  margin-top: 45px;
}
.privacy-block ul.parent > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.privacy-block ul.parent > li:nth-child(n+10) {
  padding-left: 2em;
  text-indent: -2em;
}
.privacy-block ul.parent ul {
  text-indent: 0;
}
.privacy-block ol.parent {
  padding-left: 0;
}
.privacy-block ol.parent > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

