@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: オークスベストフィットネス
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xxs {
  margin-bottom: 5px !important;
}

.mb-xs {
  margin-bottom: 10px !important;
}

.mb-sm {
  margin-bottom: 20px !important;
}

.mb-md {
  margin-bottom: 40px !important;
}

.mb-lg {
  margin-bottom: 60px !important;
}

.mb-xl {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 600px) {
  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-xxs {
    margin-bottom: 5px !important;
  }

  .sp_mb-xs {
    margin-bottom: 10px !important;
  }

  .sp_mb-sm {
    margin-bottom: 20px !important;
  }

  .sp_mb-md {
    margin-bottom: 40px !important;
  }

  .sp_mb-lg {
    margin-bottom: 60px !important;
  }

  .sp_mb-xl {
    margin-bottom: 80px !important;
  }
}
.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 10px !important;
}

.mt-sm {
  margin-top: 20px !important;
}

.mt-md {
  margin-top: 40px !important;
}

.mt-lg {
  margin-top: 60px !important;
}

.mt-xl {
  margin-top: 80px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 10px !important;
}

.pb-sm {
  padding-bottom: 20px !important;
}

.pb-md {
  padding-bottom: 40px !important;
}

.pb-lg {
  padding-bottom: 60px !important;
}

.pb-xl {
  padding-bottom: 80px !important;
}

.pt-xs {
  padding-top: 10px !important;
}

.pt-sm {
  padding-top: 20px !important;
}

.pt-md {
  padding-top: 40px !important;
}

.pt-lg {
  padding-top: 60px !important;
}

.pt-xl {
  padding-top: 80px !important;
}

@media screen and (max-width: 600px) {
  .mb-xl {
    margin-bottom: 50px !important;
  }

  .mt-xl {
    margin-top: 50px !important;
  }

  .pb-xl {
    padding-bottom: 50px !important;
  }

  .pt-xl {
    padding-top: 50px !important;
  }

  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-sm {
    margin-bottom: 20px !important;
  }
}
.pr-md {
  padding-right: 40px !important;
}

.pl-md {
  padding-left: 40px !important;
}

@media screen and (max-width: 600px) {
  .sp_pr-none {
    padding-right: 0 !important;
  }

  .sp_pl-none {
    padding-left: 0 !important;
  }
}
.mr-xs {
  margin-right: 10px !important;
}

.mr-sm {
  margin-right: 20px !important;
}

.mr-md {
  margin-right: 40px !important;
}

.mr-lg {
  margin-right: 60px !important;
}

.mr-xl {
  margin-right: 80px !important;
}

.ml-xs {
  margin-left: 10px !important;
}

.ml-sm {
  margin-left: 20px !important;
}

.ml-md {
  margin-left: 40px !important;
}

.ml-lg {
  margin-left: 60px !important;
}

.ml-xl {
  margin-left: 80px !important;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-sm {
  padding: 20px !important;
}

.fz-xl {
  font-size: 1.5em;
  line-height: 1;
}

.fz-lg {
  font-size: 1.2em !important;
}
@media screen and (max-width: 600px) {
  .fz-lg {
    font-size: 1em !important;
  }
}

.fz-sm {
  font-size: .8em !important;
}

.bold {
  font-weight: bold;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fln {
  float: none !important;
}

@media screen and (max-width: 600px) {
  .sp_fln {
    float: none !important;
  }
}
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

@media screen and (max-width: 600px) {
  .sp_tac {
    text-align: center !important;
  }

  .sp_tal {
    text-align: left !important;
  }

  .sp_tar {
    text-align: right !important;
  }
}
.vat {
  vertical-align: top !important;
}

.vab {
  vertical-align: bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  .tab-dn {
    display: none !important;
  }
}

.tab-db {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .tab-db {
    display: block !important;
  }
}

.w150 {
  width: 150px !important;
}

.w90 {
  width: 90px !important;
}

.w100p {
  width: 100% !important;
}

@media screen and (max-width: 600px) {
  .sp_w100p {
    width: 100%;
  }
}
.maxw400 {
  max-width: 400px;
}

.maxw700 {
  max-width: 700px;
}

.indent1em {
  margin-left: 1em;
  text-indent: -1em;
}

.color-primary {
  color: #e60012 !important;
}

.color-secondary {
  color: #13b5b1 !important;
}

.color-tertiary {
  color: #1d4e9e !important;
}

.font-en {
  font-family: "Cabin", "Noto Sans JP", sans-serif;
}

html,
body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #3c3c3c;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  word-break: break-all;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 25px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
}

video,
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #e60012;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

small {
  font-size: .7em;
}

table th, table td {
  vertical-align: top;
}

span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}

hr {
  margin: 20px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #E30113;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type="number"],
select,
textarea {
  padding: 4px 15px;
  height: auto;
  margin: 0 5px 0 0;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type="number"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
  opacity: .5;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type="number"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
  opacity: .5;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  opacity: .5;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
  opacity: .5;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #ffc800;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type="number"] {
  -webkit-appearance: none;
  height: 40px;
}

textarea {
  line-height: 1.4;
}

select {
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  height: 40px;
}

select.w-sm,
input[type='text'].w-sm,
input[type='password'].w-sm,
input[type='email'].w-sm,
input[type='search'].w-sm,
input[type='tel'].w-sm,
input[type="number"].w-sm,
input.text.w-sm,
textarea.w-sm {
  width: 200px;
}
select.w-xs,
input[type='text'].w-xs,
input[type='password'].w-xs,
input[type='email'].w-xs,
input[type='search'].w-xs,
input[type='tel'].w-xs,
input[type="number"].w-xs,
input.text.w-xs,
textarea.w-xs {
  width: 120px;
}
@media screen and (max-width: 600px) {
  select.w-xs,
  input[type='text'].w-xs,
  input[type='password'].w-xs,
  input[type='email'].w-xs,
  input[type='search'].w-xs,
  input[type='tel'].w-xs,
  input[type="number"].w-xs,
  input.text.w-xs,
  textarea.w-xs {
    width: 90px;
  }
}

.input-wrap {
  position: relative;
  display: inline-block;
}
.input-wrap input[type='text'],
.input-wrap input[type='password'],
.input-wrap input[type='email'],
.input-wrap input[type='search'],
.input-wrap input[type='tel'],
.input-wrap input[type="number"],
.input-wrap select,
.input-wrap textarea {
  position: relative;
  z-index: 2;
  background: none;
}
.input-wrap .input-attr {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.7em;
  color: #ccc;
  z-index: 1;
}

body {
  padding-top: 90px;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 60px;
  }
}

/*
 header
----------------------------*/
.header {
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .header {
    height: 60px;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  height: 90px;
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  .header .header-inner {
    height: 60px;
    padding: 0 10px;
  }
}
.header .header-inner .logo-wrap .logo {
  vertical-align: -10px;
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  .header .header-inner .logo-wrap .logo {
    width: 400px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .header .header-inner .logo-wrap .logo {
    width: calc(100vw - 710px);
  }
}
@media screen and (max-width: 600px) {
  .header .header-inner .logo-wrap .logo {
    width: 100px;
  }
}
.header .header-inner .logo-wrap .labels {
  display: inline-block;
}
.header .header-inner .logo-wrap .label-shop {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .header .header-inner .tel-wrap {
    display: none;
  }
}
.header .header-inner .tel-wrap .shop-tel {
  margin-left: 20px;
}

.label-shop {
  display: inline-block;
  padding: 5px 10px;
  background: #1d4e9e;
  color: #fff;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
}
.label-shop[data-shop="kamishizu"] {
  background: #13b5b1;
}
@media screen and (max-width: 600px) {
  .label-shop {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

a.label-shop {
  text-decoration: none;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
a.label-shop:hover {
  text-decoration: none;
  background: #153973;
}
a.label-shop:hover[data-shop="kamishizu"] {
  background: #0e8784;
}

.shop-tel {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  font-size: 15px;
}
.shop-tel .shop-name {
  display: block;
  margin-bottom: 5px;
}
.shop-tel .shop-phone {
  font-size: 27px;
}
.shop-tel .shop-phone i {
  transform: rotate(105deg);
  font-size: .65em;
  margin-right: 0.1em;
  vertical-align: 2px;
}

.gnav {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1001;
  padding-top: 10px;
  display: none;
}
body.home .gnav {
  display: block;
}
@media screen and (max-width: 600px) {
  .gnav {
    display: none;
  }
  body.home .gnav {
    display: none;
  }
}
.gnav li {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .gnav li {
    display: block;
  }
}
.gnav li a {
  color: #fff;
  line-height: 1;
  padding: 10px 30px;
  text-align: center;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gnav li a .icn {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}
.gnav li a .txt {
  font-weight: bold;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
}
.gnav li a:hover {
  opacity: .6;
  text-decoration: none;
}
.gnav .logo {
  display: none;
}
body[data-pagetop="header"] .gnav {
  margin-top: -80px;
  -moz-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
body.gnav-actived .gnav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  background: #fff;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  padding-right: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav ul {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
body.gnav-actived .gnav li a {
  color: rgba(230, 0, 18, 0.6);
}
body.gnav-actived .gnav li a .txt {
  color: #3c3c3c;
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav li a {
    display: block;
    padding: 20px 30px;
    text-align: left;
  }
  body.gnav-actived .gnav li a .icn {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-right: 5px;
    width: 25px;
    text-align: center;
  }
  body.gnav-actived .gnav li a .txt {
    display: inline-block;
    font-size: 16px;
  }
}
body.gnav-actived .gnav .logo {
  display: block;
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav .logo {
    margin-right: 60px;
    height: 60px;
    padding-right: 20px;
    padding-top: 10px;
    padding-left: 10px;
  }
}

.gnav-menu {
  display: block;
  top: -80px;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  position: fixed;
  right: 0;
  z-index: 1001;
}
body[data-pagetop="header"] .gnav-menu {
  top: 0;
}
@media screen and (max-width: 600px) {
  .gnav-menu {
    top: 0;
  }
}
.gnav-menu a {
  background: #e60012;
  height: 80px;
  width: 80px;
  text-align: center;
  display: block;
  position: relative;
  padding-top: 20px;
}
.gnav-menu a:hover {
  text-decoration: none;
}
.gnav-menu a .txt {
  display: block;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
}
.gnav-menu a .bd {
  width: 30px;
  border-bottom: 3px solid #fff;
  display: block;
  margin: 0 auto;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.gnav-menu a .bd:before, .gnav-menu a .bd:after {
  content: " ";
  display: block;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
}
body.gnav-actived .gnav-menu a .bd {
  width: 40px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: none;
  margin-top: 13px;
}
body.gnav-actived .gnav-menu a .bd:before {
  margin: 0;
  margin-bottom: -3px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.gnav-actived .gnav-menu a .bd:after {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .gnav-menu a {
    height: 60px;
    width: 60px;
    padding-top: 16px;
  }
  .gnav-menu a .txt {
    display: none;
  }
}

/*
 breadcrumbs
----------------------------*/
.breadcrumbs {
  background: #f0f1f6;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.17px;
}
.breadcrumbs .fa {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
  margin-left: 10px;
}
.breadcrumbs a {
  color: #3c3c3c;
}
.breadcrumbs a .fa {
  margin-left: 0;
}
.breadcrumbs span {
  display: inline;
}

.pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 900;
}
.pagetop a {
  display: block;
  padding: 25px 15px;
}
.pagetop a img {
  width: 10px;
}
body[data-footer="fixed"] .pagetop {
  position: fixed;
  bottom: 50px;
}

.footer {
  background: #f8f8f8;
}
.footer .footer-bar-wrap {
  height: 50px;
  position: relative;
}
.footer .footer-bar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
body[data-footer="fixed"] .footer .footer-bar {
  position: fixed;
}
.footer .footer-bar > li {
  width: 100%;
}
.footer .footer-bar > li a {
  border: none;
  display: block;
  padding: 0;
  width: 100%;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer .footer-bar > li a {
    padding-right: 10px;
    font-size: 15px;
    font-size: 4vw;
  }
}
.footer .logo {
  padding-top: 30px;
  margin-bottom: 30px;
}
.footer .link-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .footer .link-list {
    display: block;
  }
}
.footer .link-list .title {
  min-width: 7em;
  padding: 10px 15px;
  background: #fff;
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer .link-list .title {
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.footer .link-list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.footer .link-list .list > li > a {
  font-size: 15px;
  color: #0d0d0d;
}
@media screen and (max-width: 600px) {
  .footer .link-list .list > li > a {
    font-size: 12px;
  }
}
.footer .footer-bottom {
  background: #0d0d0d;
}
@media screen and (max-width: 600px) {
  .footer .footer-bottom {
    padding-bottom: 20px;
  }
}
.footer .footer-bottom a {
  font-size: 15px;
  padding: 25px 0;
  margin: 0 15px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer .footer-bottom a {
    font-size: 12px;
  }
}
.footer .footer-bottom .copy {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer .footer-bottom .copy {
    right: 10px;
    bottom: -10px;
  }
}

/*
 layout
----------------------------*/
html {
  position: relative;
  height: 100%;
}

body {
  height: 100%;
}

.container {
  position: relative;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.container.sm {
  max-width: 840px;
}
@media screen and (max-width: 1100px) {
  .container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .container.spfull {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section .section-header {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.section .section-header .txt {
  margin-top: 5px;
}

.column2 {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}
.column2 .article {
  width: 100%;
  width: calc(100% - 240px);
}
.column2 .aside {
  width: 200px;
  margin-left: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .column2 {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
  }
  .column2 .article {
    width: auto;
  }
  .column2 .aside {
    width: auto;
    margin: 0;
  }
}

.main {
  position: relative;
}

.header .header-inner .tel-wrap .shop-tel .shop-name {
  font-size: 12px;
}

.breadcrumbs {
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.page-entry {
  padding-bottom: 40px;
}
.page-entry .page-date {
  text-align: right;
  font-size: 14px;
}
.page-entry .page-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: 2px solid #cf1832;
  padding-bottom: 5px;
}

[data-inview] {
  opacity: 0;
}
[data-inview].inviewed {
  opacity: 1;
}

.animated {
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[data-inview="scaleScrollInRight"] {
  -webkit-transform: scale(1.1) translate(-30px, 0);
  transform: scale(1.1) translate(-30px, 0);
  opacity: 0;
}
[data-inview="scaleScrollInRight"].scaleScrollInRight {
  -webkit-transform: scale(1) translate(0, 0) !important;
  transform: scale(1) translate(0, 0) !important;
  opacity: 1 !important;
  transition: opacity .5s ease-in,-webkit-transform .5s;
  transition: transform .5s,opacity .5s linear;
  transition: transform .5s,opacity .5s linear,-webkit-transform 1s;
}

[data-inview="scaleScrollInLeft"] {
  -webkit-transform: scale(1.1) translate(30px, 0);
  transform: scale(1.1) translate(30px, 0);
  opacity: 0;
}
[data-inview="scaleScrollInLeft"].scaleScrollInLeft {
  -webkit-transform: scale(1) translate(0, 0) !important;
  transform: scale(1) translate(0, 0) !important;
  opacity: 1 !important;
  transition: opacity .5s ease-in,-webkit-transform .5s;
  transition: transform .5s,opacity .5s linear;
  transition: transform .5s,opacity .5s linear,-webkit-transform 1s;
}

/*
 btn
----------------------------*/
.btn {
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #ffffff;
  padding: 16px 60px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  position: relative;
  outline: none;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 16px;
    padding: 10px 40px;
  }
}
.btn .fa-chevron-right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .btn .fa-chevron-right {
    right: 10px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-default {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.btn.btn-default:hover {
  opacity: .6;
}
.btn.btn-primary {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
  border: none;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #b3000e;
  border-color: #b3000e;
}
.btn.btn-secondary {
  color: #fff;
  border-radius: 4px;
  border-color: #13b5b1;
  background: #13b5b1;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #0e8784;
  border-color: #0e8784;
}
.btn.btn-tertiary {
  color: #fff;
  border-color: #1d4e9e;
  background: #1d4e9e;
}
.btn.btn-tertiary:hover {
  color: #fff;
  background-color: #153973;
  border-color: #153973;
}
.btn.btn-member {
  color: #fff;
  border-color: #9c27b0;
  background: #9c27b0;
}
.btn.btn-member:hover {
  color: #fff;
  background-color: #771e86;
  border-color: #771e86;
}
.btn.btn-contact {
  color: #fff;
  border-color: #cbda39;
  background: #cbda39;
}
.btn.btn-contact:hover {
  color: #fff;
  background-color: #aebd23;
  border-color: #aebd23;
}
.btn.btn-trial {
  color: #fff;
  border-color: #ff9800;
  background: #ff9800;
}
.btn.btn-trial:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #cc7a00;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
}
.btn.btn-lg {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 100px;
}
@media screen and (max-width: 600px) {
  .btn.btn-lg {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
  }
}
.btn.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.link-img {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-img:hover {
  opacity: .6;
}

.link-txt {
  text-decoration: underline;
}
.link-txt:hover {
  text-decoration: none;
}

.link-tell {
  font-family: "Cabin", "Noto Sans JP", sans-serif;
  text-decoration: none;
  font-size: 32px;
  text-align: center;
  color: #000;
  font-weight: 600;
  line-height: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-tell .txt {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
.link-tell img {
  vertical-align: middle;
}

a.link-tell:hover {
  text-decoration: none;
  opacity: 0.6;
}

.link-tell-lg {
  display: block;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-tell-lg .link-header {
  display: block;
  background: #E60012;
  padding: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  padding: 2px;
  border-radius: 7px 7px 0 0;
}
.link-tell-lg .link-body {
  display: block;
  border: 1px solid #9D9D9D;
  border-top: none;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .link-tell-lg .link-body {
    display: block;
  }
}
.link-tell-lg .fz-sm {
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .link-tell-lg .fz-sm {
    font-size: 12px;
  }
}
.link-tell-lg .txt {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .link-tell-lg .txt {
    text-align: center;
  }
}
.link-tell-lg .link-tell {
  white-space: nowrap;
  font-size: 58px;
  width: 68%;
  flex-shrink: 0;
}
.link-tell-lg .link-tell img {
  width: 65px;
}
@media screen and (max-width: 600px) {
  .link-tell-lg .link-tell img {
    width: 60px;
    width: 16vw;
  }
}
@media screen and (max-width: 600px) {
  .link-tell-lg .link-tell {
    width: auto;
    font-size: 38px;
    font-size: 10.13333vw;
  }
}
.link-tell-lg:hover {
  text-decoration: none;
  opacity: 0.6;
}

/*
 list
----------------------------*/
.list-inline li {
  vertical-align: bottom;
  display: inline-block;
}

/*
 ページネーション
----------------------------*/
.pager ul.page-numbers {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
.pager ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pager ul.page-numbers a {
  color: #e60012;
}
.pager ul.page-numbers .dots,
.pager ul.page-numbers a.page-numbers,
.pager ul.page-numbers span.current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #e60012;
  height: 36px;
  line-height: 32px;
  min-width: 36px;
  padding: 0 10px;
  margin: 0 2px 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers .dots,
  .pager ul.page-numbers a.page-numbers,
  .pager ul.page-numbers span.current {
    min-width: 30px;
    height: 30px;
    line-height: 26px;
  }
}
.pager ul.page-numbers .dots.prev, .pager ul.page-numbers .dots.next,
.pager ul.page-numbers a.page-numbers.prev,
.pager ul.page-numbers a.page-numbers.next,
.pager ul.page-numbers span.current.prev,
.pager ul.page-numbers span.current.next {
  border: none;
  background-color: none;
}
.pager ul.page-numbers span.current,
.pager ul.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}
.pager ul.page-numbers a.prev:hover,
.pager ul.page-numbers a.next:hover {
  color: #e60012;
  background-color: #fff;
  border-color: #fff;
  opacity: .6;
}

/*
 table
----------------------------*/
.table-bd {
  table-layout: fixed;
}
.table-bd th {
  font-weight: bold;
}
.table-bd th, .table-bd td {
  border: 1px solid #e5e5e5;
  text-align: center;
}
.table-bd thead th,
.table-bd thead td {
  background: #f9f9f9;
  border-bottom-width: 2px !important;
}

.table-default th, .table-default td {
  padding: 20px 15px;
  vertical-align: middle;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.table-default th {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .table-default {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
  .table-default tbody, .table-default thead {
    display: block;
  }
  .table-default tr, .table-default th, .table-default td {
    width: auto !important;
    display: block;
    border: none;
    padding: 0;
  }
  .table-default tr {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
  }
  .table-default th, .table-default td {
    padding: 0 10px;
  }
  .table-default th {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

.table-main {
  border-collapse: separate;
  border-spacing: 4px;
}
.table-main > tbody > tr > th,
.table-main > tbody > tr > td {
  padding: 5px 10px;
  background: #fff;
  vertical-align: middle;
  line-height: 1.4;
}
.table-main > tbody > tr > th {
  font-weight: normal;
  text-align: center;
  background: #F5F5F5;
}
@media screen and (max-width: 600px) {
  .table-main {
    font-size: 14px;
    font-size: 3.73333vw;
    display: block;
  }
  .table-main > tbody,
  .table-main > thead,
  .table-main > tfoot {
    display: block;
  }
  .table-main > tbody > tr,
  .table-main > thead > tr,
  .table-main > tfoot > tr {
    display: block;
    margin-bottom: 10px;
  }
  .table-main > tbody > tr > th,
  .table-main > tbody > tr > td,
  .table-main > thead > tr > th,
  .table-main > thead > tr > td,
  .table-main > tfoot > tr > th,
  .table-main > tfoot > tr > td {
    display: block;
    text-align: left !important;
  }
  .table-main > tbody > tr > th,
  .table-main > tbody > tr > td {
    padding: 5px 10px;
  }
}

.table-option {
  margin-bottom: 30px;
}
.table-option th, .table-option td {
  padding: 10px 15px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 4px solid #fff;
}
.table-option th {
  font-weight: bold;
  text-align: center;
  background: #e8dfd1;
}
@media screen and (max-width: 600px) {
  .table-option {
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  .table-scroll {
    overflow-y: visible;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

/*
 label
----------------------------*/
.label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
}
.label.label-required {
  color: #fff;
  background: #d50000;
  float: right;
}
.label.label-new {
  color: #fff;
  background: #f44336;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.label.label-story {
  color: #fff;
  background: #13b5b1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  padding: 0 15px;
}
.label.label-default {
  font-weight: normal;
  display: inline-block;
  background: #f6f5f5;
  padding: 2px 5px;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  margin-bottom: 5px;
}
.label.label-default br {
  display: none;
}
.label.label-default i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  text-align: center;
}

.page-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .page-title {
    font-size: 26px;
    font-size: 6.93333vw;
  }
}

.title-primary {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.4;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 5px;
  position: relative;
  color: #e60012;
  font-weight: 500;
}
.title-primary:after {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #e60012;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .title-primary {
    font-size: 20px;
  }
}

.title-secondary {
  color: #3c3c3c;
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  line-height: 1.2;
}
.title-secondary:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #e60012;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 600px) {
  .title-secondary {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.title-main {
  color: #fff;
  background: #e60012;
  text-align: center;
  font-size: 24px;
  padding: 8px 0;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .title-main {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.title-article {
  color: #3c3c3c;
  font-size: 26px;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  line-height: 1.2;
}
.title-article:before {
  content: " ";
  display: block;
  width: 6px;
  background: #e60012;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .title-article {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

/*
 modal
----------------------------*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  padding: 25px 30px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 100px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

/*
 tab
----------------------------*/
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.marker {
  display: inline;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmU2NDYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, #ffe646));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #ffe646 70%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #ffe646 70%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #ffe646 70%);
}

@media screen and (min-width: 600px) {
  .pc-col2 {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
  }
  .pc-col2 > * {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
}
.btn-primary-shadow,
a.btn-primary-shadow,
button.btn-primary-shadow {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 5px;
}

.btn-primary-shadow-c-wrap {
  margin: 30px 0;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn-primary-shadow-c {
  font-size: 18px;
  width: 100%;
  position: relative;
  padding: 25px 20px 10px 20px;
  color: #fff;
  background: #f05252;
  -webkit-box-shadow: 0 5px 0 #ec2323;
  box-shadow: 0 5px 0 #ec2323;
}
a.btn-primary-shadow-c > span {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
a.btn-primary-shadow-c > span:before, a.btn-primary-shadow-c > span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.btn-primary-shadow-c > span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ec2323 transparent transparent transparent;
}
a.btn-primary-shadow-c > span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.btn-primary-shadow-c > span span {
  font-size: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding: 4px 20px;
  color: #ec2323;
  border: 2px solid #ec2323;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-primary-shadow-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #f05252;
  -webkit-box-shadow: 0 2px 0 #ec2323;
  box-shadow: 0 2px 0 #ec2323;
}

.btn-secondary-shadow,
a.btn-secondary-shadow,
button.btn-secondary-shadow {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 5px;
}

.btn-secondary-shadow-c-wrap {
  margin: 30px 0;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn-secondary-shadow-c {
  font-size: 18px;
  width: 100%;
  position: relative;
  padding: 25px 20px 10px 20px;
  color: #000;
  background: #d1b463;
  -webkit-box-shadow: 0 5px 0 #c5a13c;
  box-shadow: 0 5px 0 #c5a13c;
}
a.btn-secondary-shadow-c > span {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
a.btn-secondary-shadow-c > span:before, a.btn-secondary-shadow-c > span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.btn-secondary-shadow-c > span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #c5a13c transparent transparent transparent;
}
a.btn-secondary-shadow-c > span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.btn-secondary-shadow-c > span span {
  font-size: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding: 4px 20px;
  color: #000;
  border: 2px solid #c5a13c;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-secondary-shadow-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #000;
  background: #d1b463;
  -webkit-box-shadow: 0 2px 0 #c5a13c;
  box-shadow: 0 2px 0 #c5a13c;
}

.section-mv {
  position: relative;
  padding: 0;
  background: #000;
}
.section-mv .mv-entry {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 140px;
}
.section-mv .mv-entry .logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-entry .logo {
    margin-bottom: 30px;
  }
  .section-mv .mv-entry .logo img {
    max-width: 50vw;
  }
}
.section-mv .mv-entry .mv-btn {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-entry .mv-btn {
    max-width: 80vw;
  }
}
@media screen and (max-width: 600px) {
  .section-mv .mv-entry {
    padding-top: 0;
  }
}
.section-mv .mv-bg {
  position: relative;
  overflow: hidden;
  opacity: .5;
  min-height: 500px;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-bg {
    min-height: 0;
  }
}
.section-mv .mv-bg:after {
  content: " ";
  display: block;
  padding-top: 50%;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-bg:after {
    padding-top: 75%;
  }
}
.section-mv .mv-bg .mv-slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.section-mv .mv-bg .mv-slider .slick-list {
  height: 100%;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-bg .mv-slider {
    min-height: 0;
  }
}
.section-mv .mv-bg .mv-slider .img {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-bg .mv-slider .img {
    min-height: 0;
  }
}
.section-mv .mv-bg .mv-slider .img:after {
  content: " ";
  display: block;
  padding-top: 50%;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-bg .mv-slider .img:after {
    padding-top: 75%;
  }
}
.section-mv .mv-bg .mv-slider .img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .section-mv .mv-bg .mv-slider .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.section-mv .mv-bg video {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .section-mv .mv-bg video {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}

/*
 product/bb-design/
----------------------------*/
.page--bb-design {
  max-width: 710px;
  margin: 0 auto;
  text-align: left;
}
.page--bb-design * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 600px) {
  .page--bb-design .contents-inr {
    padding-left: 0;
    padding-right: 0;
  }
  .page--bb-design .price dl dd ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page--bb-design .price dl dd ul li,
  .page--bb-design .price dl dd ul li.line,
  .page--bb-design .price dl dd ul li.plus {
    float: none;
    width: auto;
  }
  .page--bb-design .price dl dd ul li.plus {
    height: auto;
    padding-top: 0;
  }
}

/*
 product/product01/
----------------------------*/
.page--product01 {
  background: #000;
}
.page--product01 * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.page--product01 .contents-inr {
  max-width: none;
}
.page--product01 #product01 .list1 {
  background-image: url(./images/prev/opti/product01_05.jpg);
}
.page--product01 #product01 .list1 li:nth-child(1) {
  background-image: url(./images/prev/opti/product01_list01_01.svg);
}
.page--product01 #product01 .list1 li:nth-child(2) {
  background-image: url(./images/prev/opti/product01_list01_02.svg);
}
.page--product01 #product01 .list1 li:nth-child(3) {
  background-image: url(./images/prev/opti/product01_list01_03.svg);
}
.page--product01 #product01 .list1 li:nth-child(4) {
  background-image: url(./images/prev/opti/product01_list01_04.svg);
}
.page--product01 #product01 .list1 li:nth-child(5) {
  background-image: url(./images/prev/opti/product01_list01_05.svg);
}
@media screen and (max-width: 600px) {
  .page--product01 #product01 .box,
  .page--product01 #product01 .list1,
  .page--product01 #product01 .list2,
  .page--product01 #product01 dl {
    padding: 0;
    width: auto;
    height: auto;
    min-height: 0;
  }
  .page--product01 #product01 figure:first-child {
    margin-left: -9%;
    margin-right: -9%;
  }
  .page--product01 #product01 h2 {
    font-size: 17px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .page--product01 #product01 .list1 {
    padding-top: 140%;
    background-size: contain;
    background-position: top center;
  }
  .page--product01 #product01 .list2,
  .page--product01 #product01 .list1 li {
    font-size: 15px;
  }
  .page--product01 #product01 .list2 li {
    position: relative;
    padding-left: 30px;
  }
  .page--product01 #product01 .list2 li span {
    width: 25px;
    margin-left: -25px;
  }
  .page--product01 #product01 dl dt,
  .page--product01 #product01 dl dd {
    float: none;
    width: auto;
    font-size: 15px;
  }
  .page--product01 #product01 dl dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
}

/*
 jobs/
----------------------------*/
.page--job {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .page--job #frame {
    border: none;
    padding: 20px 0;
  }
  .page--job #job h1 {
    font-size: 20px;
  }
  .page--job #job dl dt {
    margin-left: 0;
  }
  .page--job #job dl dd {
    padding-left: 0;
  }
  .page--job #job h3 {
    text-align: left;
    font-size: 16px;
  }
  .page--job #job .tanto p.photo {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
  .page--job #job ol {
    font-size: 16px;
  }
  .page--job #job h2 {
    font-size: 18px;
  }
  .page--job table {
    width: auto;
    font-size: 14px;
  }
}

/*
 jobs/arbeit/
----------------------------*/
.page--job-arbeit {
  text-align: left;
  padding-top: 10px;
}
.page--job-arbeit .txt14 {
  text-align: left;
  padding-bottom: 10px;
}
.page--job-arbeit table {
  width: 100%;
}
.page--job-arbeit table th, .page--job-arbeit table td {
  vertical-align: middle;
  font-size: 15px;
}
.page--job-arbeit table th[bgcolor="#FFFFF0"], .page--job-arbeit table td[bgcolor="#FFFFF0"] {
  background: #FFFFF0;
}
.page--job-arbeit table tr[bgcolor="#FFFFF0"] th,
.page--job-arbeit table tr[bgcolor="#FFFFF0"] td {
  background: #FFFFF0;
}
.page--job-arbeit table.g th, .page--job-arbeit table.g td {
  padding: 5px 10px;
}
.page--job-arbeit table.table-wide td {
  text-align: left;
}
.page--job-arbeit .table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media screen and (max-width: 600px) {
  .page--job-arbeit .table-wrap table {
    width: 500px;
  }
  .page--job-arbeit .table-wrap table th, .page--job-arbeit .table-wrap table td {
    padding: 5px;
    font-size: 12px;
  }
}
.page--job-arbeit table.g {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.page--job-arbeit table.g th,
.page--job-arbeit table.g td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.page--job-arbeit table.gr {
  border-top: 1px solid #8CBB00;
  border-left: 1px solid #8CBB00;
}
.page--job-arbeit table.gr th,
.page--job-arbeit table.gr td {
  border-right: 1px solid #8CBB00;
  border-bottom: 1px solid #8CBB00;
}
.page--job-arbeit table.re {
  border-top: 1px solid #CC0000;
  border-left: 1px solid #CC0000;
}
.page--job-arbeit table.re th,
.page--job-arbeit table.re td {
  border-right: 1px solid #CC0000;
  border-bottom: 1px solid #CC0000;
}
.page--job-arbeit table.bl {
  border-top: 1px solid #336699;
  border-left: 1px solid #336699;
}
.page--job-arbeit table.bl th,
.page--job-arbeit table.bl td {
  border-right: 1px solid #336699;
  border-bottom: 1px solid #336699;
}
.page--job-arbeit .reserve {
  text-decoration: underline;
}

/*
 page--utilize
----------------------------*/
.page--utilize {
  padding-top: 20px;
}
.page--utilize #main2 {
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .page--utilize #main2 {
    width: auto;
    margin-bottom: 20px;
  }
  .page--utilize #main2 #frame {
    padding: 0;
    border: none;
  }
  .page--utilize .kaihatsu dl dt,
  .page--utilize .kaihatsu dl dd {
    width: auto;
    float: none;
  }
  .page--utilize .kaihatsu ul li {
    width: 32.83%;
    margin: 0 .25%;
    font-size: 16px;
    padding: 10px 0;
  }
  .page--utilize .kaihatsu dl.info {
    padding: 0;
    margin: 0;
  }
  .page--utilize .kaihatsu dl.info dt {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 10px;
  }
  .page--utilize .kaihatsu dl.info dd {
    padding: 10px;
  }
  .page--utilize .table-resp {
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .page--utilize .table-resp tr, .page--utilize .table-resp th, .page--utilize .table-resp td {
    width: auto;
    display: block;
    border-bottom: none;
  }
  .page--utilize .table-resp th, .page--utilize .table-resp td {
    text-align: left;
    padding: 5px 10px;
  }
  .page--utilize .table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .page--utilize .table-wrap table {
    width: 500px;
  }
  .page--utilize .table-wrap table th, .page--utilize .table-wrap table td {
    padding: 5px;
    font-size: 12px;
  }
}

/*
 page--price
----------------------------*/
.page--price .price-info-inr {
  background: none;
}
.page--price .price-list li {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .page--price .price-list li {
    padding-bottom: 20px;
    border-bottom: 1px solid #C21827;
  }
}
.page--price .price-list {
  border-bottom: 1px solid #C21827;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .page--price .price-list {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.page--price .box02 {
  padding: 30px 30px 0;
  background: #efefef;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .page--price .box02 {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page--price .box02 h3 {
  text-align: center;
  margin-bottom: 30px;
}
.page--price .box02 .price-list {
  border-bottom: 1px dashed #231815;
}
@media screen and (max-width: 600px) {
  .page--price .box02 .price-list {
    border-bottom: none;
  }
  .page--price .box02 .price-list li {
    border-bottom: 1px dashed #231815;
  }
}
.page--price .box02 .price-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .page--price .box02 .price-list:last-child li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.page--price .box03 {
  padding: 30px 30px 0;
  background: #f9e8ea;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .page--price .box03 {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page--price .box03 h3 {
  text-align: center;
  margin-bottom: 30px;
}
.page--price .box03 p {
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-align: left;
}
.page--price .box03 .price-list {
  border-bottom: 1px dashed #231815;
}
@media screen and (max-width: 600px) {
  .page--price .box03 .price-list {
    border-bottom: none;
  }
  .page--price .box03 .price-list li {
    border-bottom: 1px dashed #231815;
  }
}
.page--price .box03 .price-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .page--price .box03 .price-list:last-child li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.page--price .price-join {
  margin-bottom: 0;
}

.price-list .price-box {
  color: #2f2521;
  width: 330px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.price-list .price-box .course-name {
  font-size: 14px;
  border: 1px solid #d45b66;
  color: #d45b66;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  padding: 10px 0;
  width: 145px;
  flex-shrink: 0;
}
.price-list .price-box .course-price {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.02em;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

/*
 form
----------------------------*/
.form-area {
  padding-top: 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .form-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form-area table.table-form {
  margin-bottom: 25px;
  width: 100%;
}
.form-area table.table-form th, .form-area table.table-form td {
  padding: 20px 0;
  vertical-align: middle;
  border: none;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  text-align: left;
}
.form-area table.table-form th {
  position: relative;
  white-space: nowrap;
}
.form-area table.table-form td {
  padding: 10px 0;
}
.form-area table.table-form td .wpcf7-not-valid-tip {
  display: none;
}
.form-area table.table-form td .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip {
  display: block;
}
@media screen and (max-width: 600px) {
  .form-area table.table-form {
    border-top: 1px solid #EAEAEA;
    display: block;
    padding: 0;
  }
  .form-area table.table-form tbody, .form-area table.table-form thead, .form-area table.table-form tr, .form-area table.table-form th, .form-area table.table-form td {
    display: block;
    padding: 0;
  }
  .form-area table.table-form th, .form-area table.table-form td {
    border: none;
  }
  .form-area table.table-form tr {
    padding: 17px 0;
    border-bottom: 1px solid #EAEAEA;
  }
  .form-area table.table-form th {
    padding: 0;
    margin-bottom: 15px;
  }
}
.form-area .btns {
  text-align: center;
}
.form-area input[type="text"],
.form-area input[type="email"],
.form-area input[type="date"],
.form-area input[type="number"],
.form-area textarea {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #4C4948;
  font-size: 16px;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: #fff;
  -webkit-appearance: none;
}
.form-area input[type="text"]:-moz-placeholder,
.form-area input[type="email"]:-moz-placeholder,
.form-area input[type="date"]:-moz-placeholder,
.form-area input[type="number"]:-moz-placeholder,
.form-area textarea:-moz-placeholder {
  color: #4C4948;
  opacity: .4;
}
.form-area input[type="text"]::-moz-placeholder,
.form-area input[type="email"]::-moz-placeholder,
.form-area input[type="date"]::-moz-placeholder,
.form-area input[type="number"]::-moz-placeholder,
.form-area textarea::-moz-placeholder {
  color: #4C4948;
  opacity: .4;
}
.form-area input[type="text"]:-ms-input-placeholder,
.form-area input[type="email"]:-ms-input-placeholder,
.form-area input[type="date"]:-ms-input-placeholder,
.form-area input[type="number"]:-ms-input-placeholder,
.form-area textarea:-ms-input-placeholder {
  color: #4C4948;
  opacity: .4;
}
.form-area input[type="text"]::-webkit-input-placeholder,
.form-area input[type="email"]::-webkit-input-placeholder,
.form-area input[type="date"]::-webkit-input-placeholder,
.form-area input[type="number"]::-webkit-input-placeholder,
.form-area textarea::-webkit-input-placeholder {
  color: #4C4948;
  opacity: .4;
}
.form-area input[type="text"].input-sm,
.form-area input[type="email"].input-sm,
.form-area input[type="date"].input-sm,
.form-area input[type="number"].input-sm,
.form-area textarea.input-sm {
  width: 100px;
}
.form-area input[type="text"].input-md,
.form-area input[type="email"].input-md,
.form-area input[type="date"].input-md,
.form-area input[type="number"].input-md,
.form-area textarea.input-md {
  width: 150px;
}
.form-area input[type="text"].wpcf7c-conf,
.form-area input[type="email"].wpcf7c-conf,
.form-area input[type="date"].wpcf7c-conf,
.form-area input[type="number"].wpcf7c-conf,
.form-area textarea.wpcf7c-conf {
  background: none;
  border-color: transparent;
}
.form-area input[type="text"].wpcf7c-conf:-moz-placeholder,
.form-area input[type="email"].wpcf7c-conf:-moz-placeholder,
.form-area input[type="date"].wpcf7c-conf:-moz-placeholder,
.form-area input[type="number"].wpcf7c-conf:-moz-placeholder,
.form-area textarea.wpcf7c-conf:-moz-placeholder {
  opacity: 0;
}
.form-area input[type="text"].wpcf7c-conf::-moz-placeholder,
.form-area input[type="email"].wpcf7c-conf::-moz-placeholder,
.form-area input[type="date"].wpcf7c-conf::-moz-placeholder,
.form-area input[type="number"].wpcf7c-conf::-moz-placeholder,
.form-area textarea.wpcf7c-conf::-moz-placeholder {
  opacity: 0;
}
.form-area input[type="text"].wpcf7c-conf:-ms-input-placeholder,
.form-area input[type="email"].wpcf7c-conf:-ms-input-placeholder,
.form-area input[type="date"].wpcf7c-conf:-ms-input-placeholder,
.form-area input[type="number"].wpcf7c-conf:-ms-input-placeholder,
.form-area textarea.wpcf7c-conf:-ms-input-placeholder {
  opacity: 0;
}
.form-area input[type="text"].wpcf7c-conf::-webkit-input-placeholder,
.form-area input[type="email"].wpcf7c-conf::-webkit-input-placeholder,
.form-area input[type="date"].wpcf7c-conf::-webkit-input-placeholder,
.form-area input[type="number"].wpcf7c-conf::-webkit-input-placeholder,
.form-area textarea.wpcf7c-conf::-webkit-input-placeholder {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .form-area input[type="text"].wpcf7c-conf,
  .form-area input[type="email"].wpcf7c-conf,
  .form-area input[type="date"].wpcf7c-conf,
  .form-area input[type="number"].wpcf7c-conf,
  .form-area textarea.wpcf7c-conf {
    padding: 0;
  }
}
.form-area input[type="date"] {
  width: auto;
}
.form-area textarea {
  max-height: 150px;
}
.form-area select {
  color: #4C4948;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: #fff;
  height: 36px;
}
.form-area .label {
  font-size: 12px;
  background: #EAEAEA;
  display: inline-block;
  padding: 0 5px;
  margin-left: 5px;
}
.form-area .label.label-danger {
  color: #fff;
  background: #cb182c;
}
.form-area .done {
  text-align: center;
  padding: 100px 0;
}
.form-area .form-title {
  text-align: center;
  font-size: 19px;
  margin-bottom: 40px;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
  background: #c9182c;
}

.wpcf7-form {
  position: relative;
  padding-bottom: 30px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #cb182c;
}
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-acceptance-missing {
  border: none;
  text-align: center;
  color: #cb182c;
  margin: 0;
  padding: 0;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.wpcf7-form .wpcf7-back,
.wpcf7-form .wpcf7-submit,
.wpcf7-form .wpcf7-confirm {
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 40px;
  min-width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  border: 2px solid #cb182c;
  background: #cb182c;
  margin: 0 20px 20px;
}
.wpcf7-form .wpcf7-back:hover,
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-confirm:hover {
  color: #fff;
  background: #980a1a;
  border: 2px solid #980a1a;
}
.wpcf7-form .wpcf7-back[disabled],
.wpcf7-form .wpcf7-submit[disabled],
.wpcf7-form .wpcf7-confirm[disabled] {
  opacity: .5;
  cursor: not-allowed;
  color: #fff;
  border: 2px solid #cb182c;
  background: #cb182c;
}
@media screen and (max-width: 600px) {
  .wpcf7-form .wpcf7-back,
  .wpcf7-form .wpcf7-submit,
  .wpcf7-form .wpcf7-confirm {
    margin: 0 auto 20px;
    display: block;
  }
}
.wpcf7-form .wpcf7-back {
  color: #cb182c;
  border: 2px solid #cb182c;
  background: #fff;
}
.wpcf7-form .wpcf7-back:hover {
  opacity: .5;
  color: #cb182c;
  border: 2px solid #cb182c;
  background: #fff;
}

.page-safety {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.page-safety .container {
  max-width: 1011px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-safety .title-page {
  background: #BE0505;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.15em;
  padding: .4em 20px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .page-safety .title-page {
    letter-spacing: 0;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.page-safety .title-page-sub {
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: left;
  color: #be0505;
  border-bottom: 1px solid #F90730;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .page-safety .title-page-sub {
    letter-spacing: 0;
    font-size: 18px;
  }
}
.page-safety .title-page-sub .img {
  width: 144px;
  position: absolute;
  top: -25%;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .page-safety .title-page-sub .img {
    width: 80px;
    top: -40%;
  }
}
.page-safety .title-page-sub .img:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.page-safety .title-page-sub .img.img-logo {
  background-color: #fff;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-background-size: 86%;
  -o-background-size: 86%;
  -webkit-background-size: 86%;
  background-size: 86%;
}
.page-safety .title-page-sub.img-right .img {
  right: 0;
}
.page-safety .title-page-sub.img-left {
  text-align: right;
  margin-bottom: 108px;
}
.page-safety .title-page-sub.img-left .img {
  left: 0;
}
@media screen and (max-width: 600px) {
  .page-safety .title-page-sub.img-left {
    margin-bottom: 60px;
  }
}
.page-safety .title-bold {
  font-weight: bold;
}
.page-safety ol {
  margin-bottom: 36px;
}
@media screen and (max-width: 600px) {
  .page-safety ol {
    margin-bottom: 20px;
  }
}
.page-safety ol li {
  position: relative;
  padding-left: 1.5em;
}
.page-safety ol li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-safety .img-float-right {
  width: 144px;
  float: right;
}
@media screen and (max-width: 600px) {
  .page-safety .img-float-right {
    width: 100px;
  }
}
.page-safety .section-mv img {
  width: 100%;
}
.page-safety .section-mv .txt {
  text-align: center;
  font-size: 30px;
  padding: .5em 20px;
}
@media screen and (max-width: 600px) {
  .page-safety .section-mv .txt {
    font-size: 16px;
    padding: 40px 20px;
    line-height: 1.8;
  }
}
.page-safety .section-01 {
  margin-bottom: 60px;
}
.page-safety .section-03,
.page-safety .section-04,
.page-safety .section-05 {
  padding-top: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .page-safety .section-03,
  .page-safety .section-04,
  .page-safety .section-05 {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.page-safety .iframes {
  padding-top: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.page-safety .iframes li {
  width: 46%;
}
@media screen and (max-width: 600px) {
  .page-safety .iframes {
    display: block;
    margin-bottom: 20px;
  }
  .page-safety .iframes li {
    margin-bottom: 10px;
    width: auto;
  }
}

.top-online {
  position: relative;
}
.top-online .entry {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url(/lp/online/img/01-mv.png) top center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.top-online .entry:last-child {
  background-image: url(/lp/online/img/02-mv.png);
  left: auto;
  right: 0;
}
.top-online .entry > .inner {
  padding-top: 180px;
}
@media screen and (max-width: 600px) {
  .top-online .entry > .inner {
    padding-top: 130px;
  }
}
.top-online .btn-cmn01 {
  z-index: 2;
  position: relative;
}
.top-online .ttl-cmn01 {
  z-index: 2;
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 600px) {
  .top-online .ttl-cmn01 {
    margin-bottom: 160px;
  }
}
.top-online .title {
  font-size: 26px;
  line-height: 1.5em;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .top-online .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-online .title {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.top-online .label {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: #B0242E;
  border: 1px solid #B0242E;
  display: inline-block;
  padding: 2px 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .top-online .label {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.top-online .entry:last-child .label {
  background: #0E321F;
  border-color: #707070;
}

.page-hader {
  background-image: url(/wp/wp-content/themes/oaksbest/images/sougou/company/img_main01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-hader .container {
  position: relative;
  min-height: 380px;
}
@media screen and (max-width: 600px) {
  .page-hader .container {
    min-height: 50vw;
  }
}
.page-hader .entry {
  background: #e60012;
  color: #fff;
  padding: 20px;
  min-width: 280px;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .page-hader .entry {
    min-width: 200px;
  }
}
.page-hader .entry .title {
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: .1em;
}
@media screen and (max-width: 600px) {
  .page-hader .entry .title {
    font-size: 22px;
  }
}
.page-hader .entry .title-en {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .page-hader .entry .title-en {
    font-size: 16px;
  }
}

.nav-page {
  text-align: center;
  padding: 20px 0;
  background: #f9f9f9;
}
.nav-page li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.nav-page li a {
  color: #222;
}
.nav-page li:after {
  content: " ";
  height: 16px;
  width: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.nav-page li:last-child:after {
  display: none;
}

.box-btns {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.box-btns .btn-main {
  margin-bottom: 20px;
}
.box-btns .btn-sub {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.box-btns .btn-sub > * {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.article-trial .section-first-about {
  padding: 80px 0;
}
.article-trial .section-first-about .btns {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 600px) {
  .article-trial .section-first-about .btns {
    margin-top: 10px;
  }
}
.article-trial .section-first-about .btns > * {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .article-trial .section-first-about .btns > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.article-trial .section-first-points .list-points .img {
  width: 37%;
}
@media screen and (max-width: 600px) {
  .article-trial .section-first-points .list-points .img {
    width: auto;
  }
}
.article-trial .section-first-points .list-points .img img {
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .article-trial .section-first-points .list-points .img img {
    border-radius: 10px;
  }
}
.article-trial .section-first-points .list-points .entry {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .article-trial .section-first-points .list-points .entry {
    width: auto;
  }
}
.article-trial .section-first-flow .list-steps .img {
  background: none;
}
.article-trial .section-first-flow .list-steps .img img {
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .article-trial .section-first-flow .list-steps .img img {
    border-radius: 10px;
  }
}
.article-trial .box-about {
  background: #fff;
  padding: 50px 40px;
  box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .article-trial .box-about {
    display: block;
    padding: 20px 15px;
  }
}
.article-trial .box-about .title {
  font-size: 24px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #e60012;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .article-trial .box-about .title {
    font-size: 20px;
  }
}
.article-trial .box-about .img {
  width: 40%;
  flex-shrink: 0;
}
.article-trial .box-about .img img {
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .article-trial .box-about .img {
    width: auto;
  }
  .article-trial .box-about .img img {
    border-radius: 10px;
  }
}
.article-trial .box-about .entry {
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .article-trial .box-about .entry {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.article-trial .section-note {
  padding-top: 0 !important;
  font-size: 14px;
}
.article-trial .section-note .container {
  max-width: 800px;
}

.section-store {
  overflow: hidden;
}
.section-store .list-stores .store-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail {
    margin-bottom: 75px;
    flex-direction: column-reverse !important;
  }
}
.section-store .list-stores .store-detail .slider-wrapper {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .slider-wrapper {
    width: 100vw;
    margin: 0px 0 20px;
  }
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider {
  position: absolute;
  width: 48vw;
  right: 0;
  top: 0;
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .img:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .section-store .list-stores .store-detail .slider-wrapper .store-slider .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .slider-wrapper .store-slider {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }
  .section-store .list-stores .store-detail .slider-wrapper .store-slider .store-slide {
    max-width: 100%;
    margin: 0 15px;
  }
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .slick-list {
  padding: 0 0 0 30% !important;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .slider-wrapper .store-slider .slick-list {
    padding: 0 !important;
  }
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider li {
  max-width: 520px;
  width: 100%;
  margin: 0 12px;
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .slick-prev, .section-store .list-stores .store-detail .slider-wrapper .store-slider .slick-next {
  top: inherit;
  bottom: 20px;
}
.section-store .list-stores .store-detail .slider-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .slider-arrow {
    position: static;
    padding-top: 0;
  }
}
.section-store .list-stores .store-detail .slider-arrow .minmax-slide > span {
  padding: 0 7px;
}
.section-store .list-stores .store-detail .info {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
.section-store .list-stores .store-detail .info .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .title {
    margin-bottom: 15px;
  }
}
.section-store .list-stores .store-detail .info .title h3 {
  font-size: 36px;
  color: #0d0d0d;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .title h3 {
    font-size: 26px;
  }
}
.section-store .list-stores .store-detail .info .title p {
  font-size: 15px;
  line-height: 1.6em;
  color: #e60012;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .title p {
    font-size: 13px;
  }
}
.section-store .list-stores .store-detail .info .address {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.66667em;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .address {
    font-size: 14px;
  }
}
.section-store .list-stores .store-detail .info .business-hours {
  background: #f7f7f7;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.section-store .list-stores .store-detail .info .business-hours table th, .section-store .list-stores .store-detail .info .business-hours table td {
  font-size: 18px;
  line-height: 1.66667em;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .business-hours table th, .section-store .list-stores .store-detail .info .business-hours table td {
    font-size: 14px;
  }
}
.section-store .list-stores .store-detail .info .business-hours table th {
  width: 6.5em;
}
.section-store .list-stores .store-detail .info .link {
  text-align: center;
}
.section-store .list-stores .store-detail:nth-child(even) {
  flex-direction: row-reverse;
}
.section-store .list-stores .store-detail:nth-child(even) .slider-wrapper .store-slider {
  right: inherit;
  left: 0;
}
.section-store .list-stores .store-detail:nth-child(even) .slider-wrapper .store-slider .slick-list {
  padding: 0 30% 0 0 !important;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail:nth-child(even) .slider-wrapper .store-slider .slick-list {
    padding: 0 !important;
  }
}

.section-faq dl {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.section-faq dl dt a {
  display: block;
  background: #fff;
  padding: 20px;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  color: #3c3c3c;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .section-faq dl dt a {
    padding: 15px;
    padding-left: 60px;
    padding-right: 40px;
  }
}
.section-faq dl dt a:before {
  content: "Q";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -25px;
  font-size: 25px;
  color: #e60012;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-faq dl dt a:before {
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
    margin: 0;
  }
}
.section-faq dl dt a > span {
  position: relative;
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
@media screen and (max-width: 600px) {
  .section-faq dl dt a > span {
    width: 20px;
    height: 20px;
  }
}
.section-faq dl dt a > span:after, .section-faq dl dt a > span:before {
  content: " ";
  background: #e60012;
  display: block;
  position: absolute;
}
.section-faq dl dt a > span:after {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -2px;
}
@media screen and (max-width: 600px) {
  .section-faq dl dt a > span:after {
    height: 2px;
    margin-top: -1px;
  }
}
.section-faq dl dt a > span:before {
  height: 100%;
  width: 4px;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -2px;
}
@media screen and (max-width: 600px) {
  .section-faq dl dt a > span:before {
    width: 2px;
    margin-left: -1px;
  }
}
.section-faq dl dd {
  background: #fff;
  padding: 20px;
  padding-left: 60px;
  position: relative;
  display: none;
}
@media screen and (max-width: 600px) {
  .section-faq dl dd {
    padding-left: 60px;
    padding-right: 20px;
  }
}
.section-faq dl dd:before {
  content: "A";
  width: 30px;
  height: 30px;
  display: block;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 25px;
}
@media screen and (max-width: 600px) {
  .section-faq dl dd:before {
    width: 20px;
    height: 20px;
    margin: 0;
    top: 20px;
  }
}
.section-faq dl.is-active dt a > span:before {
  display: none;
}
.section-faq dl.is-active dd {
  display: block;
}

.section-first-flow.section-entry-flow .num {
  display: inline-block;
  font-weight: 500;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  color: #e60012;
}
.section-first-flow.section-entry-flow .list-steps.list-steps-sm {
  justify-content: center;
}
.section-first-flow.section-entry-flow .list-steps.list-steps-sm li {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .section-first-flow.section-entry-flow .list-steps.list-steps-sm li {
    width: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.section-first-flow.section-entry-flow .list-steps.list-steps-sm .img {
  background: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.section-first-flow.section-entry-flow .list-steps.list-steps-sm .img:after {
  content: " ";
  display: block;
  padding-top: 65%;
}
.section-first-flow.section-entry-flow .list-steps.list-steps-sm .img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .section-first-flow.section-entry-flow .list-steps.list-steps-sm .img img {
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.section-first-flow.section-entry-flow .list-steps.list-steps-sm .title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}
.section-first-flow.section-entry-flow .list-steps.list-steps-sm .fa-chevron-right {
  right: -.4em;
  top: 25%;
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .section-first-flow.section-entry-flow .list-steps.list-steps-sm .fa-chevron-right {
    top: auto;
  }
}

.section-club-points.section-entry-points .list-points li {
  width: 33.33%;
}
@media screen and (max-width: 600px) {
  .section-club-points.section-entry-points .list-points li {
    width: auto;
  }
}
.section-club-points.section-entry-points .list-points .no {
  top: -10px;
  left: 10px;
}
.section-club-points.section-entry-points .list-points .title {
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.section-entry-form .box {
  border: 1px solid #ccc;
  padding: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  max-height: 320px;
}

.wp-content,
body#tinymce {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 200;
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}
.wp-content h1:first-child,
.wp-content h2:first-child,
.wp-content h3:first-child,
.wp-content h4:first-child,
.wp-content h5:first-child,
body#tinymce h1:first-child,
body#tinymce h2:first-child,
body#tinymce h3:first-child,
body#tinymce h4:first-child,
body#tinymce h5:first-child {
  margin-top: 0;
}
.wp-content h1,
body#tinymce h1 {
  font-size: 20px;
}
.wp-content h2,
body#tinymce h2 {
  font-size: 20px;
  padding: 0 0 0 10px;
  font-weight: bold;
  border-left: 5px solid #c9182c;
  margin-top: 30px;
  margin-bottom: 10px;
}
.wp-content h3,
body#tinymce h3 {
  font-size: 16px;
}
.wp-content h3:before,
body#tinymce h3:before {
  content: "■";
  color: #c9182c;
  font-size: 12px;
  vertical-align: 1px;
  padding-right: 5px;
}
.wp-content h4,
body#tinymce h4 {
  font-size: 15px;
}
.wp-content h5,
body#tinymce h5 {
  font-size: 14px;
}
.wp-content a,
body#tinymce a {
  text-decoration: underline;
}
.wp-content a:hover,
body#tinymce a:hover {
  text-decoration: none;
}
.wp-content .aligncenter,
body#tinymce .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-content .alignleft,
body#tinymce .alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
.wp-content .alignright,
body#tinymce .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
.wp-content .wp-caption-dd,
.wp-content .wp-caption-text,
body#tinymce .wp-caption-dd,
body#tinymce .wp-caption-text {
  margin-top: 5px;
  font-size: 12px;
  color: #383838;
  font-style: italic;
}
.wp-content ul,
body#tinymce ul {
  list-style: disc;
  margin-left: 1.5em;
}
.wp-content ol,
body#tinymce ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.wp-content li,
body#tinymce li {
  list-style: inherit !important;
}
.wp-content b, .wp-content strong, .wp-content em,
body#tinymce b,
body#tinymce strong,
body#tinymce em {
  font-weight: bold;
}
.wp-content hr,
body#tinymce hr {
  margin-top: 10px;
  border: none;
  border-top: 1px solid #c9c9c9;
}
.wp-content table,
body#tinymce table {
  margin: 0 auto;
}
.wp-content table th, .wp-content table td,
body#tinymce table th,
body#tinymce table td {
  font-size: 13px;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .wp-content table th, .wp-content table td,
  body#tinymce table th,
  body#tinymce table td {
    padding: 5px;
    font-size: 12px;
  }
}
.wp-content table th,
body#tinymce table th {
  white-space: nowrap;
}
.wp-content table thead th, .wp-content table thead td,
body#tinymce table thead th,
body#tinymce table thead td {
  text-align: center;
  background: #f3f3f3;
  font-weight: bold;
}

[data-wpview-text*="youtube"] .wpview-content,
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
[data-wpview-text*="youtube"] .wpview-content iframe,
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  max-width: 100%;
}

.gallery-images li a {
  height: 75px;
  overflow: hidden;
  display: block;
}
.gallery-images li.current a {
  height: 69px;
  border: 3px solid #ccc;
}

.gallery-item img {
  box-sizing: border-box;
}

body .main .topic-info-inr {
  background-image: url(./images/store/bg-kashiwa.jpg);
  background-position: center center;
  position: relative;
}
body .main .topic-info-inr:after {
  content: " ";
  display: block;
  background: #000;
  opacity: .5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
body .main .topic-info-inr .container {
  position: relative;
  z-index: 2;
}

.facility-list-sub h3 {
  position: relative;
}
.facility-list-sub h3 i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
}
@media screen and (max-width: 600px) {
  .facility-list-sub h3 i {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .facility-list-sub h3 {
    text-align: left;
  }
}
.facility-list-sub h3 img {
  height: 50px;
}
@media screen and (max-width: 600px) {
  .facility-list-sub h3 img {
    height: 5.6vw;
  }
}

.info-price-btn {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.info-price-btn .btn {
  padding: 8px;
  display: block;
  border-radius: 10px;
  border: 2px solid #d0555a;
  color: #d0555a;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

.info-price-btn .btn:after {
  content: "▶";
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  right: 20px;
  line-height: 1;
}

.facility-list-main .flex-cnt.facility-item {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .facility-list-main .flex-cnt.facility-item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.facility-list-main .flex-cnt.facility-item .facility-info-ph {
  position: relative;
  overflow: hidden;
}
.facility-list-main .flex-cnt.facility-item .facility-info-ph:after {
  content: " ";
  display: block;
  padding-top: 50%;
}
.facility-list-main .flex-cnt.facility-item .facility-info-ph img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .facility-list-main .flex-cnt.facility-item .facility-info-ph img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.facility-list-main .flex-cnt.facility-item .facility-info-about {
  background: url(./images/store/facility-traning-bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.facility-list-main .flex-cnt.facility-item .facility-info-about .entry {
  position: absolute;
  left: 30px;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .facility-list-main .flex-cnt.facility-item .facility-info-about .entry {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    padding: 20px;
    text-align: left;
  }
}
.facility-list-main .flex-cnt.facility-item .img-title {
  margin-bottom: 20px;
}
.facility-list-main .flex-cnt.facility-item .img-title img {
  height: 70px;
}
@media screen and (max-width: 600px) {
  .facility-list-main .flex-cnt.facility-item .img-title img {
    height: 15vw;
  }
}
.facility-list-main .flex-cnt.facility-item.facility-item-studio .facility-info-about {
  background-image: url(./images/store/facility-studio-bg.png);
}
.facility-list-main .flex-cnt.facility-item.facility-item-pool .facility-info-about {
  background-image: url(./images/store/facility-pool-bg.png);
}
.facility-list-main .flex-cnt.facility-item.facility-item-bouldering .facility-info-about {
  background-image: url(./images/store/facility-bouldering-bg.png);
}
.facility-list-main .flex-cnt.facility-item.facility-item-golf .facility-info-about {
  background-image: url(./images/store/facility-golf-bg.png);
}

.article .section {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .article .section {
    padding: 40px 0;
  }
}
.article .section .section-header {
  text-align: center;
  padding-bottom: 30px;
}
.article .section .section-header .title {
  font-size: 36px;
  font-weight: normal;
  display: inline-block;
  border-bottom: 2px solid #000;
  padding: 0 30px 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .article .section .section-header .title {
    font-size: 22px;
    font-size: 5.86667vw;
    border-bottom-width: 1px;
    padding: 0 20px 5px;
  }
}
.article .section .section-header .title-en {
  font-size: 20px;
  font-weight: normal;
  color: #e60012;
}
@media screen and (max-width: 600px) {
  .article .section .section-header .title-en {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.article .section.section-bg {
  background: #f5f5f5;
}

.section-first-mv {
  background: url(./images/first/mv-bg.jpg?v=1.01) center center no-repeat;
  background-size: cover;
}
.section-first-mv .entry {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .section-first-mv .entry {
    padding: 40px 20px;
  }
}

.article .section-first-about {
  background: url(./images/first/about-bg.png?v=1.01) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .article .section-first-about {
    padding: 35px 0;
  }
}
.article .section-first-about .title {
  font-size: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .article .section-first-about .title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 0;
  }
}
.article .section-first-about .logo {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .article .section-first-about .logo {
    width: 80%;
  }
}

.section-first-flow .list-steps {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .section-first-flow .list-steps {
    display: block;
  }
}
.section-first-flow .list-steps > * {
  width: 33.33%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-first-flow .list-steps > * {
    width: auto;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.section-first-flow .list-steps > * .fa-chevron-right {
  position: absolute;
  right: -.5em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  color: #e60012;
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .section-first-flow .list-steps > * .fa-chevron-right {
    transform: rotate(90deg);
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    top: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section-first-flow .list-steps .img {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
}
.section-first-flow .list-steps .no {
  color: #e60012;
  line-height: 1;
  margin-bottom: 10px;
}
.section-first-flow .list-steps .no .en {
  display: block;
  font-size: 12px;
}
.section-first-flow .list-steps .no .num {
  display: block;
  font-weight: 500;
  font-size: 44px;
  font-family: "Roboto", sans-serif;
}
.section-first-flow .list-steps .title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.section-first-flow .list-steps .txt {
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

.section-first-points .list-points {
  font-size: 16px;
}
.section-first-points .list-points li {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-first-points .list-points li:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points li {
    display: block;
    margin-bottom: 40px;
  }
}
.section-first-points .list-points .img {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points .img {
    width: auto;
    margin-top: 15px;
  }
}
.section-first-points .list-points .entry {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points .entry {
    width: auto;
  }
}
.section-first-points .list-points .num {
  display: block;
  font-weight: 500;
  font-size: 80px;
  font-family: "Roboto", sans-serif;
  color: #e60012;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points .num {
    font-size: 60px;
    font-size: 16vw;
    margin-bottom: 10px;
  }
}
.section-first-points .list-points .title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points .title {
    font-size: 20px;
    font-size: 5.33333vw;
    margin-bottom: 20px;
  }
}

.section-first-voice {
  background: url(./images/first/voice-bg.jpg?v=1.01) top center no-repeat;
  background-size: contain;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-first-voice {
    background-size: 140vw;
  }
}
.section-first-voice .nav-sotry > .inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 40px 5px;
}
@media screen and (max-width: 600px) {
  .section-first-voice .nav-sotry > .inner {
    padding: 15px 0 0;
    margin-top: -15px;
  }
}
.section-first-voice .section-header {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 80px;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .section-first-voice .section-header {
    padding: 5px 20px !important;
  }
}
.section-first-voice .list-voices {
  font-size: 17px;
}
.section-first-voice .list-voices li {
  border-radius: 20px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  display: flex;
  padding: 40px;
  text-align: left;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .section-first-voice .list-voices li {
    display: block;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.section-first-voice .list-voices .user {
  width: 200px;
  margin-right: 40px;
  text-align: center;
  flex-shrink: 0;
}
.section-first-voice .list-voices .user .img {
  margin-bottom: 10px;
}
.section-first-voice .list-voices .user .name {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .section-first-voice .list-voices .user {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-first-voice .list-voices .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.nav-sotry {
  margin-bottom: 20px;
  text-align: center;
}
.nav-sotry > .inner {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .nav-sotry > .inner {
    text-align: center;
  }
}
.nav-sotry .nav-item {
  margin-bottom: 20px;
  display: block;
}
.nav-sotry .nav-title {
  margin-right: 10px;
  display: inline-block;
  min-width: 5em;
}
@media screen and (max-width: 600px) {
  .nav-sotry .nav-title {
    min-width: none;
    margin-bottom: 10px;
    display: block;
  }
}
.nav-sotry .nav-title:after {
  content: "：";
  float: right;
}
@media screen and (max-width: 600px) {
  .nav-sotry .nav-title:after {
    display: none;
  }
}
.nav-sotry ul {
  display: inline-block;
}
.nav-sotry li {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .nav-sotry li {
    margin-bottom: 10px;
  }
}
.nav-sotry li a {
  display: inline-block;
  padding: 2px 25px;
  font-size: 18px;
  color: #fff;
  background: #13b5b1;
  text-decoration: none;
  border-radius: 6px;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  opacity: 1;
  background: #13b5b1;
}
.nav-sotry li a:hover, .nav-sotry li a.current {
  background: #095957;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .nav-sotry li a {
    font-size: 16px;
  }
}
.nav-sotry ul[data-term="story_age"] li a {
  background: #1d4e9e;
}
.nav-sotry ul[data-term="story_age"] li a:hover, .nav-sotry ul[data-term="story_age"] li a.current {
  background: #0d2348;
  text-decoration: none;
}

.section-first-story .story-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .section-first-story .story-list {
    display: block;
  }
}
.section-first-story .story-list li {
  padding: 0 10px;
}
.section-first-story .story-list li a {
  max-width: 340px;
  display: block;
  color: #3c3c3c;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.section-first-story .story-list li a:hover {
  text-decoration: none;
  opacity: .6;
}
.section-first-story .modal-story .info,
.section-first-story .story-list li .info {
  display: block;
  margin-bottom: 10px;
}
.section-first-story .modal-story .entry,
.section-first-story .story-list li .entry {
  display: block;
  padding: 15px 20px;
}
.section-first-story .modal-story .label,
.section-first-story .story-list li .label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.section-first-story .modal-story .title,
.section-first-story .story-list li .title {
  display: block;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  line-height: 1.6;
  height: 1.6em;
  font-weight: bold;
  margin-bottom: 1.6em;
}
.section-first-story .modal-story .txt,
.section-first-story .story-list li .txt {
  display: block;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  line-height: 1.6;
  height: 4.8em;
}
.section-first-story .modal-story .txt.txt-lg,
.section-first-story .story-list li .txt.txt-lg {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  height: 8em;
}
.section-first-story .modal-story .info,
.section-first-story .story-list li .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-first-story .modal-story .name,
.section-first-story .story-list li .name {
  font-size: 18px;
  color: #999999;
}
.section-first-story .modal-story .tag,
.section-first-story .story-list li .tag {
  display: inline-block;
  background: #e60012;
  padding: 4px 20px;
  line-height: 1.2;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
}
.section-first-story .modal-story .tag[data-tag="男性"],
.section-first-story .story-list li .tag[data-tag="男性"] {
  background: #1d4e9e;
}
.section-first-story .modal-story .tag[data-tag="夫婦"],
.section-first-story .story-list li .tag[data-tag="夫婦"] {
  background: #13b5b1;
}
.section-first-story .modal-story .img,
.section-first-story .story-list li .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-first-story .modal-story .img:after,
.section-first-story .story-list li .img:after {
  content: " ";
  display: block;
  padding-top: 58.82353%;
}
.section-first-story .modal-story .img img,
.section-first-story .story-list li .img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .section-first-story .modal-story .img img,
  .section-first-story .story-list li .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.section-first-story .modal-story.modal-dialog {
  max-width: 800px;
}
.section-first-story .modal-story .close {
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 15px;
  display: block;
  opacity: 1;
  color: #000;
  text-shadow: none;
}

.section-club-mv {
  text-align: center;
}
.section-club-mv img {
  width: 100%;
}

.section-about .box {
  display: flex;
}
.section-about .box .img {
  margin-top: -30px;
  width: 35%;
  flex-shrink: 0;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .section-about .box .img {
    display: none;
  }
}

.section-results .list-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-results .list-results > * {
  width: 31.33%;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 2px solid #e60012;
}
.section-results .list-results .title {
  background: #e60012;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 10px;
}
.section-results .list-results .no {
  line-height: 1;
  margin-bottom: 10px;
}
.section-results .list-results .no .num {
  display: block;
  display: inline-block;
  font-weight: 500;
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  color: #e60012;
}
.section-results .txt {
  background: #fff;
  padding: 5px 20px;
  display: inline-block;
}

.section-club-pattern .list-icns li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section-club-pattern .list-icns .img {
  width: 120px;
  flex-shrink: 0;
  background: #13b5b1;
  padding: 15px;
  border-radius: 50%;
}
.section-club-pattern .list-icns .entry {
  background: rgba(19, 181, 177, 0.1);
  padding: 25px 30px;
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-club-pattern .list-icns .entry {
    padding: 15px 20px;
  }
}
.section-club-pattern .list-icns .title {
  color: #13b5b1;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-club-points .list-points {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 600px) {
  .section-club-points .list-points {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-club-points .list-points > * {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .section-club-points .list-points > * {
    width: auto;
  }
}
.section-club-points .list-points li {
  padding: 20px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .section-club-points .list-points li {
    padding: 15px;
  }
}
.section-club-points .list-points li > .item {
  background: #fbf1f1;
  padding: 20px;
  position: relative;
  height: 100%;
}
.section-club-points .list-points .no {
  color: #fff;
  background: #e60012;
  line-height: 1;
  display: block;
  font-weight: 500;
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.section-club-points .list-points .title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 60px;
}
.section-club-points .list-points .title.title-sm {
  margin-bottom: 0;
  font-size: 15px;
}

.section-outline .box {
  border-radius: 15px;
  background: #fff;
  padding: 30px 60px 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section-outline .box .table {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-outline .box {
    padding: 15px 20px;
  }
}

.section-club-contact {
  background: url(./images/club/bg-contact.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.section-club-contact .title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-club-contact .title {
    font-size: 20px;
  }
}
.section-club-contact .labels {
  text-align: center;
  margin-bottom: 40px;
}
.section-club-contact .label {
  font-size: 16px;
  background: #ff800e;
  padding: 5px 20px;
  border-radius: 4px;
  margin: 0 4px 10px;
}
.section-club-contact .label.label-primary {
  background: #13b5b1;
}
.section-club-contact .txt {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 5px 80px 30px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .section-club-contact .txt {
    font-size: 13px;
    padding: 5px 20px 20px;
  }
}
.section-club-contact .txt a {
  color: #000;
}
