@charset "utf-8";

/* ==========================================================================
   Sections
========================================================================== */
.section {
  margin-top: 5em;
  margin-bottom: 5em;
}
.section-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}
.content {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width: 1200px) {
  .section {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .section-padding {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.container,
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: calc(88% + 1em) !important;
  padding-right: .5em;
  padding-left: .5em;
}
.row {
  margin-right: -.5em;
  margin-left: -.5em;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: .5em;
  padding-left: .5em;
}

@media (min-width: 1200px) {
  .container,
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: calc(88% + 2em) !important;
    padding-right: 1em;
    padding-left: 1em;
  }
  .row {
    margin-right: -1em;
    margin-left: -1em;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 1em;
    padding-left: 1em;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}



.wrapper {
  max-width: 57.5em;
  margin-right: auto;
  margin-left: auto;
}
.wrapper_M {
  max-width: 50em;
  margin-right: auto;
  margin-left: auto;
}
.wrapper_S {
  max-width: 32em;
  margin-right: auto;
  margin-left: auto;
}

/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease-in-out, background .2s ease-in-out, opacity .2s ease-in-out;
}
a.underline {
  text-decoration: underline;
}

/* ==========================================================================
   Typography
========================================================================== */
b, strong, th {
  font-weight: 700;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  line-height: 1.35em;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a,
a h1, a .h1, a h2, a .h2, a h3, a .h3, a h4, a .h4, a h5, a .h5 {
  text-decoration: none;
}

h1, .h1 {
  font-size: 3em;
}
h2, .h2 {
  font-size: 2.25em;
}
h3, .h3 {
  font-size: 1.5em;
}
h4, .h4 {
  font-size: 1.25em;
}
h5, .h5 {
  font-size: 1.125em;
}
h6, .h6 {
  font-size: 1em;
}

sup {
  font-size: .5em;
  vertical-align: top;
}
sub {
  font-size: .5em;
}

small, .small {
  font-size: .75em;
}
p small {
  display: inline-block;
  margin-top: .35em;
}
.large { font-size: 1.25em; }
.xlarge { font-size: 1.5em; }
.xxlarge { font-size: 1.75em; }

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

.read-txt {
  max-width: 35em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .read-txt {
    text-align: left;
  }
}


.font1,
.en_ttl {
  font-family: var(--font1);
  letter-spacing: .04em;
}

.fw-400,
.text-normal { font-weight: 400 !important; }
.fw-500,
.text-medium { font-weight: 500 !important; }
.fw-600,
.text-semibold { font-weight: 600 !important; }
.fw-700,
.text-bold { font-weight: 700 !important; }
.fw-900,
.text-black { font-weight: 900 !important; }

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}


.help {
  display: block;
  font-size: .75em;
  color: var(--gray);
}
.help i {
  color: var(--gray) !important;
}

.note {
  display: block;
  font-size: .813em;
  color: var(--d-gray);
}

.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}

ruby > rt {
  font-size: 40%;
}

/* ==========================================================================
   Form
========================================================================== */
::-webkit-input-placeholder {
    color: var(--border1); !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
:-moz-placeholder {
    color: var(--border1); !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
::-moz-placeholder {
    color: var(--border1); !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
:-ms-input-placeholder {
    color: var(--border1); !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* ==========================================================================
   Figures
========================================================================== */
.zoom figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.zoom figure .zoom-img {
  vertical-align: bottom;
  transform: scale(1.005);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zoom:hover figure .zoom-img {
  transform: scale(1.1);
}

/* ==========================================================================
   Images
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.spacer {
  width: 100% !important;
}
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  fill: currentColor;
}
.round {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.cover {
  background-position: center center;
  background-size: cover;
}
.avatar {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   Badge
========================================================================== */
.badge {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: .5em .75em;
  font-size: .6em;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  border: 2px solid var(--black);
  background-color: var(--black);
  color: var(--white);
}
.badge.off {
  background-color: var(--l-gray2);
  border-color: transparent;
  color: var(--gray);
}

a.badge {
  cursor: pointer;
  background-color: var(--color1);
  color: var(--white);
}

.badge-count {
  display: inline-block;
  line-height: 16px;
  min-width: 16px;
  margin: 0 0 0 5px;
  font-size: 10px;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  background-color: var(--color1);
  color: var(--white);
}

.badge-req {
  margin: 0 8px 0 0;
  padding: 0 4px;
  font-size: 10px;
  line-height: 16px;
  display: inline-block;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--red);
  color: var(--white);
  transform: translateY(-.15em);
}
.badge-any {
  margin: 0 8px 0 0;
  padding: 0 4px;
  font-size: 10px;
  line-height: 16px;
  display: inline-block;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--gray);
  color: var(--white);
  transform: translateY(-.15em);
}
.badge-public {
  margin: 0 8px 0 0;
  padding: 0 4px;
  font-size: 10px;
  line-height: 16px;
  display: inline-block;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--blue);
  color: var(--white);
  transform: translateY(-.15em);
}

/* ==========================================================================
   Buttons
========================================================================== */
.btn {
  color: var(--white);
  background-color: var(--black);
  border: 2px solid var(--black);
  width: 17.5em;
  max-width: 100%;
  margin: 5px 0;
  padding: 1em 1.5em;
  line-height: 1.5;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .075em;
  white-space: nowrap;
  text-align: center;
  border-radius: 4em;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
}

.btn.border-btn {
  color: var(--black);
  background-color: var(--white);
  border: 2px solid var(--black)!important;
}

.btn.btn-small {
  width: auto;
  padding: .5em 1.5em;
  font-size: .875em;
  letter-spacing: .05em;
  border-radius: 4px;
}
.btn.back {
  color: var(--d-gray);
  background-color: var(--border1);
  border: 2px solid var(--border1);
}
.btn.btn-w {
  color: var(--black);
  background-color: var(--white);
  border: 2px solid var(--white);
}
.btn.btn-b {
  color: var(--white);
  background-color: var(--black);
  border: 2px solid var(--black);
}
.btn.btn-ui {
  background-color: var(--ui-color1);
  border: 2px solid var(--ui-color1);
}
.btn.no-link,
.button.no-link {
  background-color: var(--l-gray2); !important;
  border-color: var(--l-gray2); !important;
}
.border-btn.no-link,
.button.no-link {
  background-color: transparent !important;
  color: var(--l-gray2); !important;
  border-color: var(--l-gray2); !important;
  cursor: default;
  pointer-events: none;
}
.btn.comingsoon {
  opacity: .4;
  cursor: not-allowed;
}

.btn.off,
.btn-small.off {
  border-color: transparent !important;
  box-shadow: none !important;
  background-color: rgba(0,0,0,0.1) !important;
  color: var(--gray) !important;
  pointer-events: none !important;
  cursor: not-allowed;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -1em;
  margin-left: -1em;
}

.buttons > * {
  padding: 0 1em;
  margin-top: 1em;
}
.buttons > .ttl {
  flex: 0 0 100%;
  text-align: center;
}
.buttons .label {
  display: block;
  text-align: center;
  font-size: .875em;
  margin-bottom: .25em;
}
.buttons .label::before,
.buttons .label::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 2em;
  background-color: currentColor;
  transform: rotate(-24deg) translate(-.75em, .5em);
}
.buttons .label::after {
  transform: rotate(24deg) translate(.75em, .5em);
}

.more-btn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font1);
  font-weight: 700;
  letter-spacing: .04em;
}
.more-btn span {
  margin: 0 1em 0 0;
}

span.arrow {
  display: inline-block;
  text-align: center;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-color: var(--color1);
  color: var(--white);
  position: relative;
  overflow: hidden;
  transition: transform .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
span.arrow i {
  display: block;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 1.1em;
  left: 1.1em;
}
span.arrow i::before {
  content: '';
  width: 75%;
  height: 75%;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 0;
  right: 0;
}
span.arrow i::after {
  content: '';
  width: 138%;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 1px;
  right: 1px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: right;
}
span.arrow:hover i,
a:hover span.arrow i {
  animation: diagonal-move .5s linear forwards;
}
@keyframes diagonal-move {
  0%,100% {
    opacity: 1;
    transform: translate(0,0);
  }
  40% {
    opacity: 1;
    transform: translate(100%,-100%);
  }
  41%,59% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    transform: translate(-100%,100%);
  }
}

/* ==========================================================================
   List
========================================================================== */
nav ul,
nav ol {
  list-style-type: none;
  padding-left: 0;
}
ul.disc {
  padding-left: 1.5em;
}
ul.disc li {
  list-style-type: disc;
}

/* ==========================================================================
   Modal
========================================================================== */
.modal {
  display: none;
}
.modaal-close:after,
.modaal-close:before {
  width: 2px;
  height: 24px;
  top: 50%;
  left: 50%;
  border-radius: 0;
  background-color: var(--white) !important;
}
.modaal-close:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
.modaal-close:after {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}
body .modaal-video-wrap {
  margin: auto;
}

/* ==========================================================================
   Scroll
========================================================================== */
.v-scroll {
  overflow-x: auto;
  overflow-y: hidden;  }

/* ==========================================================================
   iframe
========================================================================== */
.iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   Tables
========================================================================== */
table {
  text-align: left;
  width: 100%;
}
table thead,
table tbody,
table tr{
  width: 100%;
}
table th,
table td {
  padding: .5em;
  line-height: 1.25;
}
table th {
  white-space: nowrap;
}
table th > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
table th span.small {
  display: inline-block;
  font-weight: normal;
}
table.fixed-table {
  table-layout: fixed;
}
table.no-border,
table.no-border th,
table.no-border td {
  border: none;
}

table.adminListTable th,
table.adminListTable td {
  border: 1px solid currentColor;
}

/* ==========================================================================
   User nav
========================================================================== */
.tab-menu {
  background: var(--white);
  color: var(--border2);
  position: relative;
  z-index: 2;
}
.tab-menu ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
}
.tab-menu ul li {
  flex-basis: 0;
  flex-grow: 1;
  flex-basis: 50%;
  margin-bottom: -1px;
  position: relative;
  transition: background .2s, color .2s;
}
.tab-menu ul li:hover {
  color: var(--dd-gray);
}
.tab-menu ul li.current {
  color: var(--white);
  background: var(--dd-gray);
}
.tab-menu ul li.current::before {
  content: '';
  display: block;
  width: 1em;
  height: .65em;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: var(--dd-gray);
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -.5em;
}

.tab-menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em .75em;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
}
.tab-menu ul li a i {
  margin-right: .5em;
}
.tab-menu ul li a span {
  display: block;
  font-size: 1.25em;
}

/* ==========================================================================
   Tabs
========================================================================== */
.tabs,
.get-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 2px;
  overflow-x: auto;
}
.container .tabs,
.container .get-tabs {
  margin: 0 -2px;
  padding: 0;
}
.tabs .tab,
.get-tabs .tab {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 4px 2px 0;
  list-style-type: none !important;
}
.get-tabs .tab:first-of-type.current {
  border-left: none;
}
.get-tabs .tab:last-of-type.current {
  border-right: none;
}
.tabs .tab > span,
.tabs .tab > a,
.get-tabs .tab > a {
  display: block;
  color: var(--gray);
  background: var(--l-gray2);
  text-align: center;
  padding: 1em;
  font-size: .875em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
}
.tabs .tab.current > span,
.tabs .tab.current > a,
.get-tabs .tab.current > a  {
  color: var(--dd-gray);
  background: var(--white);
}

@media (min-width: 576px) {
  .tabs .tab,
  .get-tabs .tab {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
  }
}
@media (min-width: 768px) {
  .tabs .tab,
  .get-tabs .tab {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .tabs .tab,
  .get-tabs .tab {
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* ==========================================================================
   Accordion
========================================================================== */
.toggle .toggle__header {
  padding: 1em 3em 1em 1em;
  position: relative;
  cursor: pointer;
}
.toggle .toggle__header.current {
  font-weight: 600;
}
.toggle .toggle__header::before,
.toggle .toggle__header::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1px;
  width: 1em;
  height: 2px;
  background-color: var(--color1);
  transition: 0.2s;
}
.toggle .toggle__header::after {
  transform: rotate(90deg);
}
.toggle .toggle__header.current::after {
  opacity: 0;
}
.toggle .toggle__body {
  padding: 0;
  position: relative;
}
.toggle .toggle__body:not(.stay) {
  display: none;
}

.toggle-list .toggle__cat {
  padding: 1em;
  margin-bottom: 1em;
  background: var(--l-gray2);
  color: var(--dd-gray);
}

/* SP onry */
@media (max-width: 991px) {
  .sp-toggle .toggle__header {
    padding: 1em 3em 1em 1em;
    position: relative;
  }
  .sp-toggle .toggle__header.current {
    font-weight: 600;
  }
  .sp-toggle .toggle__header::before,
  .sp-toggle .toggle__header::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1px;
    width: 1em;
    height: 2px;
    background-color: var(--color1);
    transition: 0.2s;
  }
  .sp-toggle .toggle__header::after {
    transform: rotate(90deg);
  }
  .sp-toggle .toggle__header.current::after {
    opacity: 0;
  }
  .sp-toggle .toggle__body {
    padding: 0;
    position: relative;
  }
  .sp-toggle .toggle__body:not(.stay) {
    display: none;
  }
}
/* ==========================================================================
   FAQ
========================================================================== */
#faq .toggle {
  border-bottom: 1px solid var(--border1);
} 
#faq .toggle .toggle__body {
  padding: 0 3em 1em;
  font-size: .92em;
}
#faq .toggle__body a {
  color: var(--blue);
  text-decoration: underline;
}
.faq-q {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1em;
  margin-right: .25em;
  font-weight: 700;
  color: var(--color1);
}
.faq-a {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1em;
  margin-right: .25em;
  font-weight: 700;
  color: var(--border2);
}

/* ==========================================================================
   Alert
========================================================================== */
.alert {
  border: 2px solid var(--l-gray2);
  border-radius: 4px;
  padding: 15px;
  font-size: .83em;
  line-height: 1.5;
  color:  var(--dd-gray);
  position: relative;
}
.alert p:not(:last-of-type) {
  margin-bottom: .25em;
}
.alert p a {
  color: var(--d-gray);
}
.alert ul {
  list-style-type: disc;
  padding-left: 1em;
}
.alert ul li:not(:last-child) {
  margin-bottom: .5em;
}
.alert .alert_ttl {
  background-color: var(--l-gray2);
  color: var(--d-gray);
  position: absolute;
  top: 0;
  left: 0;
  font-size: .75em;
  font-weight: bold;
  padding: 0 .5em;
}
.alert .btn-small {
  color: var(--white);
  font-weight: 600;
}

.alert.error {
  color: var(--red);
  border-color: var(--red);
  border-width: 2px;
}
.alert.error .btn-small {
  background-color: var(--red);
  border-color: var(--red);
}

.alert.info {
  color: var(--blue);
  border-color: var(--blue);
}
.alert.success {
  color: var(--green);
  border-color: var(--green);
}

.alert-error {
  color: var(--red);
}
.alert-info {
  color: var(--blue);
}
.alert-success {
  color: var(--green);
}

.alert .small {
  font-size: .625em;
}

/* ==========================================================================
   List
========================================================================== */
ul.row,
ol.row,
.lists {
  list-style-type: none;
}

.lists.row {
  margin-right: -1.5em;
  margin-left: -1.5em;
}
.lists.row > .col,
.lists.row > [class*="col-"] {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
@media (min-width: 1200px) {
  .lists.row {
    margin-right: -2em;
    margin-left: -2em;
  }
  .lists.row > .col,
  .lists.row > [class*="col-"] {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.lists li.list,
.lists li a.list {
  line-height: 1.5;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.lists .list,
.lists .list a {
  display: block;
  padding: 1.25em 3em 1.25em 0;
  position: relative;
}
.lists .list .entry__meta {
  font-family: var(--font1);
}
.lists .list .ttl {
  line-height: 1.5;
}

.lists .list .arrow {
  background: var(--white);
  color: inherit;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  margin-top: -1.5em;
  transform: rotate(45deg);
}


.lists .list._banner {
  background: var(--highlight);
  color: var(--color1);
  margin: 2em 0;
  padding: 0;
  border-bottom: 0;
}
.lists .list._banner .list-body{
  padding: 1.25em 3em 1.25em 1.25em;
  position: relative;
}
.lists .list._banner .arrow {
  right: 1.25em;
}
.lists .list._banner .entry__meta {
  margin-bottom: .75em;
}
@media (min-width: 576px) {
  .lists .list._banner {
    font-size: 1.125em;
  }
  .lists .list._banner .arrow {
    right: 1.25em;
  }
}
@media (min-width: 768px) {
  .lists .list._banner {
    font-size: 1.25em;
  }
}

/* ==========================================================================
   Cards
========================================================================== */
.cards.grid.row {
  margin-right: -2px;
  margin-left: -2px;
}
.cards.grid.row [class*="col-"] {
  padding: 2px;
}

.cards.row > * {
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .cards.row > * {
    margin-bottom: 2em;
  }
}
.cards.row.no-gutters > *,
.cards.row.grid > * {
  margin-bottom: 0;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  line-height: 1.5;
  background-color: var(--white);
  border: 1px solid var(--border1);
  text-decoration: none;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.bg-l-gray .card {
  border: 0;
}
.card a {
  display: inline-block;
}

.card .card-header {
  width: 100%;
  height: 52px;
}
.card .card-thumbnail {
  aspect-ratio: 16/9;
  background-color: var(--l-gray2);
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.card .card-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card-thumbnail .no-img {
  width: 4em;
  height: 4em;
  background: url(../_img/logo/logo-mark-w.svg) no-repeat center center / 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.card .card-thumbnail .entry__meta {
  position: absolute;
  top: 20px;
  left: 20px;
}
.card .card-body {
  padding: 20px;
}
.cards:not(.grid) a.card .card-thumbnail + .card-body {
  padding: 20px 70px 20px 20px;
}
.card .card-thumbnail + .card-body .entry__meta {
  margin-top: calc((20px + 1em)*-1);
  margin-bottom: 20px;
}
.card .card-thumbnail + .card-body .entry__meta .badge {
  font-size: 1em;
  padding: .5em 1em;
  border-radius: 2em;
  border: 0;
}
.card .card-thumbnail + .card-body .arrow {
  font-size: .8em;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.card .avatar {
  border: 4px solid var(--white);
  display: inline-block;
  width: 104px;
  height: 104px;
  margin-top: -48px;
  margin-bottom: 10px;
}
.card .ttl {
  transition: color .2s;
}
.card * + .ttl {
  margin-top: 5px;
}
.card .card-meta {
  margin-top: .25em;
  font-size: .75em;
  line-height: 1.25;
  color: var(--gray);
}
.card .card-meta span {
  display: block;
}
.card .btnBox {
  background-color: var(--border1);
  padding: 10px 15px 15px;
}
.card .btnBox + .btnBox {
  border-top: 1px solid rgba(0,0,0,0.05);
}
.card .btnBox .btn {
  width: 100%;
  height: auto;
  margin: 5px 0 0;
}


a.card:hover .ttl {
  color: var(--color1);
}


.card .acf-form{
  padding: 0;
  max-width: calc(100% - 30px);
}
.card .acf-form .acf-fields > .acf-field {
  border-top: 0;
  padding: 8px 0;
}
.card .acf-form .acf-form-submit {
  margin: 14px 0 0;
}

/* ==========================================================================
   Ranking
========================================================================== */
.ranking .item .page__label._ranking {
  background: var(--color1);
}


.ranking .item .item-header .en_ttl {
  color: var(--color1);
  line-height: .75;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}
.ranking .item .item-header .name-plate {
  display: flex;
  align-items: center;
  margin: 1.5em 0;
}
.ranking .item .item-header .name-plate .imgBox {
  flex: 0 0 25%;
  max-width: 190px;
}
.ranking .item .item-header .name-plate .txtBox {
  padding-left: 1em;
  line-height: 1.375;
  font-weight: 700;
}
.ranking .item .item-header .name-plate .txtBox span {
  display: block;
}
.ranking .item .item-header .name-plate .txtBox .studio {
  font-weight: 900;
}
.ranking .item .item-header .name-plate .txtBox .team {
}
.ranking .item .item-header .name-plate .txtBox .team_copy {
  color: var(--gray);
  margin-top: .5em;
}
.ranking .item .team-info {
  margin-top: 2rem;
}
.ranking .item .team-info .card {
  background: var(--white);
  border: 2px solid var(--border1);
}
.ranking .item .team-info .card-header {
  background: var(--border1);
  height: auto;
  padding: .5em;
  font-size: .875rem;
  font-weight: 900;
}
.ranking .item .team-info .card img {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ranking .item .team-info .card .name {
  padding: .5em;
  font-size: .875rem;
  font-weight: 900;
}
.ranking .item .team-info .member {
  border: 2px solid var(--border1);
}
.ranking .item .team-info .member p {
  padding: 1.5em;
  line-height: 1.5;
}


.ranking .item.final_gp {
  background-image: linear-gradient(to bottom, var(--color3) 30%, var(--color1) 100%);
  overflow: hidden;
}
.ranking .item.final_gp .item-header .name-plate .txtBox .team_copy {
  color: var(--d-gray);
}
.ranking .item.final_gp .team-info .card,
.ranking .item.final_gp .team-info .member {
  border-color: var(--black);
}

@media (min-width: 576px) {
  .ranking .item .item-header .en_ttl {
    font-size: 2em;
  }
  .ranking .item .item-header .name-plate .txtBox {
    font-size: 1.25em;
  }
}


/* ==========================================================================
   Map
========================================================================== */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   YouTube
========================================================================== */
.youtube,
.wp-block-embed__wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.youtube iframe,
.wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   Slider
========================================================================== */
.splide__wrapper {
  position: relative;
}
.splide__track {
  overflow: visible;
}
.splide:not(.is-overflow) .splide__controls {
  display: none;
}
.splide__arrows .splide__arrow {
  font-size: inherit;
  color: inherit;
  background: transparent !important;
  opacity: 1;
}
.splide__arrows .splide__arrow:disabled {
  opacity: .5;
}
.splide__arrow svg {
  fill: currentColor;
}
@media (max-width: 767px) {
  .splide__wrapper._inset {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .splide__arrows.arrows_full .splide__arrow--next {
    right: -2.5em;
  }
  .splide__arrows.arrows_full .splide__arrow--prev {
    left: -2.5em;
  }
}
@media (min-width: 768px) {
  .splide__arrows.arrows_full {
    width: calc(100vw + 1.2em);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 7;
  }
}


.splide__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5em;
  position: relative;
  z-index: 5;
}
.splide__controls .splide__arrows {
  display: flex;
  align-items: center;
}
.splide__controls .splide__arrows .splide__arrow {
  position: static;
  transform: translateY(0);
}
.splide__controls .splide__arrows .splide__arrow--next {
  margin-left: 1em;
}
.splide__controls .splide__arrows .splide__arrow--prev {
  margin-right: 1em;
}
.splide__pagination__page,
.splide__pagination__page.is-active {
  margin: 3px 5px;
  background: var(--d-gray);
  opacity: 1;
}
.splide__pagination {
  position: static;
}


.splide__toggle {
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding: 0;
  width: 2em;
  z-index: 1;
}
.splide__toggle svg {
  fill: var(--d-gray);
  height: .75em;
  width: .75em;
}



/* プログレスバー */
.splide:has(.splide__counter){
  padding-bottom: 4em;
}
.splide__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  bottom: .5em;
  right: 50%;
  transform: translateX(50%);
}
.splide__progress {
  background: transparent;
  width: 100%;
  height: 2px;
  margin: 1.5em 0 0;
  position: relative;
}
.splide__counter .splide__progress {
  width: 122px;
  height: 1px;
  margin: 0 .5em;
}
.splide__progress::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
}
.splide__progress__bar {
  background: currentColor;
  height: 100%;
  transition: width .6s ease;
  width: 0;
}
.splide__counter span {
  display: block;
  font-size: .8em;
  font-weight: 400;
  font-family: var(--font1);
}
@media (min-width: 768px) {
  .splide:has(.splide__counter){
    padding-bottom: 1em;
  }
  .splide__counter {
    bottom: 100%;
    right: 0;
    margin-bottom: 2.5em;
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .splide__counter {
    margin-bottom: 3em;
  }
}


.splide .slide-bnr img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* ==========================================================================
   Hero
========================================================================== */
.hero {
  background-color: var(--dd-gray);
  color: var(--white);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--dd-gray);
  opacity: .5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 4em 10vw;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.hero.hero-full {
  height: 100dvh;
}
.hero__inner .headline .en_ttl {
  color: var(--white);
}


.simpleParallax {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.parallax {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   Title
========================================================================== */
.headline {

}
.headline .en_ttl {
  color: var(--black);
  text-transform: uppercase;
}
.headline .en_ttl em {
  display: inline-block;
  padding: 0 .5em;
  font-style: normal;
  position: relative;
}
.headline .en_ttl em::before,
.headline .en_ttl em::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  display: inline-block;
  width: 2em;
  height: 1px;
  background-color: currentColor;
}
.headline .en_ttl em::after { left: 100%; }

h1:before {
  left:0;
}
h1:after {
  right: 0;
}
.headline .ttl {
  display: block;
}



.page__header {
  color: var(--white);
  background-color: var(--l-gray);
  padding: 4em 0;
  text-align: center;
  position: relative;
}
/*
.page__header::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--dd-gray);
  opacity: .5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}*/
.page__header ._cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page__header .container {
  position: relative;
  z-index: 3;
}
.page__header .en_ttl {
  display: block;
  font-size: 4em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}
.page__header .en_ttl + .ttl {
  display: inline-block;
  font-size: .875em;
  letter-spacing: .08em;
  line-height: 1;
  padding: .5em 0;
}
.page__header .searchbox__menubar {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
  width: calc(100% + 30px);
  margin: 15px -15px 0;
}
.page__header .en_ttl span.season {
  display: inline-block;
  padding-left: 0.35em;
  position: relative;
}
.page__header .en_ttl sup {
  display: inline-block;
  font-size: 0.225em;
  line-height: 1;
  transform: rotate(-90deg) translate(-4%,100%);
  transform-origin: left center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page__header .ttl .label {
  display: inline-block;
  font-family: var(--font1);
  font-size: 1.25em;
}
.page__header .ttl .label::after {
  content: '';
  display: inline-block;
  width: 1.25em;
  height: 1px;
  background: currentColor;
  margin: 0 .3em 0 .5em;
  transform: translateY(-.25em);
}

@media (min-width: 992px) {
  .page__header .page__header_nav {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .page__header .searchbox__menubar {
    width: calc(100% + 90px);
    margin: 15px -45px 0;
  }
  .page__header .searchbox__menubar__inner {
    padding: 0 45px;
  }
}

.page__header.no-cover {
  text-align: center;
  background-color: var(--dd-gray);
  padding: 2.5em 0;
}
.page__header.no-cover::before {
  display: none;
}


.single-teams .page__header.no-cover {
  text-align: left;
  padding: 1.75em 0;
}
.single-teams .page__header .avatar-box {
  background-color: var(--white);
  width: 94px;
  max-width: 100%;
  aspect-ratio: 1/1;
  padding: 1px;
}
.single-teams .page__header .avatar-box .avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.single-teams .page__header .en_ttl {
  font-size: min(4em, 9vw);
}
.single-teams .page__header::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.5em;
  background-color: var(--color1);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 100%;
  left: 0;
}


.section__header {
  position: relative;
}
.section__header .en_ttl {
  display: block;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}
.section__header .en_ttl + .ttl {
  display: inline-block;
  font-size: .875em;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
  padding: .5em 0;
}
.section__header .en_ttl sub {
  display: inline-block;
  line-height: 1;
  font-size: .25em;
}


.relative {
  position: relative;
}
.separate-ttl {
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
@media print {
  .separate-ttl {
    position: static;
    margin-bottom: 1.5em;
    transform: translateY(0);
  }
}


.desc {
  margin: 0 0 30px;
}
.page__header .desc,
.section__header .desc {
  margin: 15px 0;
}
.desc h3 {
  margin-bottom: 15px;
}
.desc h3.h4 {
  letter-spacing: .05em;
  line-height: 2;
}
.desc p {
  font-size: .92em;
}

@media (max-width: 767px) {
  .desc h3.h4 {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .desc {
    margin: 0 0 45px;
  }
  .page__header .desc,
  .section__header .desc {
    margin: 15px 0;
  }
}


.page__label {
  background: var(--black);
  color: var(--white);
  font-family: var(--font1);
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  text-align: center;
  padding: .7em 1em .8em;
}
.page__label._result {
  color: var(--color3);
}



/* ==========================================================================
   Schedule - Cast
========================================================================== */
.single-schedule .ttl-label {
  line-height: 1.35;
  padding: .25em .5em;
  background: var(--black);
  color: var(--white);
}

.single-schedule .cast {
  line-height: 1.35;
  padding: 1em 0;
}
.single-schedule .cast .imgBox {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.single-schedule .cast .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.single-schedule .cast .txtBox{
  padding: .5em 0 0;
}
.single-schedule .cast .txtBox small {
  display: inline-block;
}
.single-schedule .cast .txtBox small.gray {
  display: block;
  text-align: left;
  margin-top: .5em;
}

@media (min-width: 576px) {
  .single-schedule .cast {
    display: flex;
    align-items: flex-start;
  }
  .single-schedule .cast  .txtBox{
    padding: 0 0 0 1em;
    align-self: center;
  }
  .single-schedule .cast .imgBox {
    flex: 0 0 50%;
    padding-top: 50%;
  }
}



/* ==========================================================================
   No Image
========================================================================== */
.no-thumb {
  width: 100%;
  position: relative;
}
.no-thumb::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.1);
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ==========================================================================
   Not Found
========================================================================== */
.error404 #main {
  text-align: center;
}
.error404 #main .headline {
  justify-content: center;
}


/* ==========================================================================
   Color
========================================================================== */
.bg-l-gray {
  background-color: var(--l-gray);
}
.bg-l-gray2 {
  background-color: var(--l-gray2);
}
.bg-d-gray {
  background-color: var(--d-gray);
  color: var(--white);
}
.bg-dd-gray {
  background-color: var(--dd-gray);
  color: var(--white);
}
.bg-black {
  background-color: var(--black);
  color: var(--white);
}
.bg-color1 {
  background-color: var(--color1);
  color: var(--white);
}

.color1 {
  color: var(--color1) !important;
}
.color2 {
  color: var(--color2) !important;
}
.color3 {
  color: var(--color3) !important;
}
.green {
  color: var(--green) !important;
}
.red {
  color: var(--red)!important;
}
.blue {
  color: var(--blue)!important;
}
.gray {
  color: var(--gray)!important;
}
.black {
  color: var(--black)!important;
}
.ui-color1 {
  color: var(--ui-color1)!important;
}

/* ==========================================================================
   Pagination (archive)
========================================================================== */
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li {
  margin: 2px;
}
.pagination li .page-numbers {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: var(--gray);
}
.pagination li .page-numbers.current {
  color: var(--black);
}
.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
  color: var(--black);
}

/* ==========================================================================
   Pagination (single)
========================================================================== */
.post-pagenation ul {
  width: 100%;
}
.post-pagenation ul li.prev > a {
  display: flex;
}
.post-pagenation ul li.next > a {
  display: flex;
  flex-direction: row-reverse;
}
.post-pagenation ul li.back {
  text-align: center;
}
.post-pagenation ul li .txtBox {
  margin: 0 1.5em;
}
.post-pagenation ul li .txtBox p {
  font-size: .92em;
  line-height: 1.5;
}

/* ==========================================================================
   Register
========================================================================== */

/* ==========================================================================
   Entry Content
========================================================================== */
.entry__header {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid var(--black);
}
.entry__footer p {
  margin: 0;
}
.entry__meta {
  display: flex;
  line-height: 1.65em;
  letter-spacing: .02em;
  margin-bottom: .35em;
  font-family: var(--font1);
}
.entry__header .entry__meta {
  margin-bottom: 1.5em;
}
.entry__meta span {
  display: block;
}
.entry__meta time {
  display: block;
  padding: 0 1em;
  background: var(--black);
  color: var(--white);
  border-radius: 2em;
}
.entry__meta .cat {
  display: flex;
}
.entry__meta .cat span {
  border: 1px solid currentColor;
  background-color: var(--white);
  padding: 0 1em;
  margin-left: .5em;
  font-size: .75em;
  letter-spacing: .08em;
  font-weight: 700;
  border-radius: 2em;
}
.entry__meta .cat span + span {
  border-left: 0;
}



.entry__content {
  line-height: 2;
}
.entry__content hr {
  border-top: 2px solid var(--border1);
}
.entry__content h2,
.entry__content h3,
.entry__content h4,
.entry__content h5,
.entry__content h6 {
  margin: 2.5em 0 1.5em;
}
.entry__content h2 {
  font-size: 1.75em;
  text-align: center;
  margin: 2.5em 0 1.5em;
  background-color: var(--l-gray);
  color: var(--color1);
  padding: .5em 1.25em;
  max-width: 100%;
  letter-spacing: .04em;
  position: relative;
}
.entry__content h2:before,
.entry__content h2:after{ 
  content:'';
  display: inline-block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  border-top: 3px solid var(--color1);
  border-bottom: 3px solid var(--color1);
}
.entry__content h2:before{
  border-left: 3px solid var(--color1);
  left: 0;
}
.entry__content h2:after{
  border-right: 3px solid var(--color1);
  right: 0;
}

.entry__content h2 { /* -- 印刷の改ページ設定 -- */
  display: block;
  break-before: page;
  page-break-before: always;
}

.entry__content h3 {
  font-size: 1.125em;
  letter-spacing: .04em;
  padding: .125em 1.5em;
  text-align: center;
  border: 2px solid var(--color1);
  background-color: var(--color1);
  color: var(--white);
  border-radius: 4em;
  position: relative;
}

.entry__content h4 {
  font-size: 1.125em;
  border-bottom: .125em solid var(--color1);
  padding: .5em 0;
  color: var(--d-gray);
}
.entry__content h5 {
  font-size: 1.125em;
}

.entry__content a {
  color: var(--blue);
  text-decoration: underline;
}

.entry__content p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.entry__content ul {
  margin-top: .75em;
  margin-bottom: 2em;
  padding-left: 1.25em;
  list-style-type: disc;
}
.entry__content ol {
  margin-top: .75em;
  margin-bottom: 2em;
  padding-left: 1.25em;
  list-style-type: decimal;
}
.entry__content ul li,
.entry__content ol li {
  line-height: 1.5;
  margin-bottom: .75em;
}
.entry__content ul ul,
.entry__content ol ul,
.entry__content ul ol,
.entry__content ol ol {
  margin-bottom: 1em;
}

.entry__content .badge-btn {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: .35em .75em;
  font-size: .813em;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  border: 2px solid var(--ui-color1);
  background-color: var(--ui-color1);
  color: var(--white);
}

.entry__content dl {
  margin-bottom: 2em;
}
.entry__content dl dt {
  font-size: 1.063em;
  line-height: 1.35;
  font-weight: 600;
  border: 2px solid var(--d-gray);
  background-color: var(--d-gray);
  color: var(--white);
  display: inline-block;
  padding: .125em .75em;
  max-width: 100%;
  border-radius: 2em;
  letter-spacing: .04em;
}
.entry__content dl dd {
  margin-top: 1em;
  margin-bottom: 2em;
}

.entry__content iframe {
  margin-bottom: 2em;
}

.entry__content table {
  margin: 2em 0;
}
.entry__content table th {
  padding: 1.5em;
  background-color: var(--color3);
  color: var(--black);
  border: 2px solid var(--black);
  vertical-align: middle;
}
.entry__content table td {
  padding: 1.5em;
  border: 2px solid var(--black);
  line-height: 1.75;
}
@media(max-width:575px){
  .entry__content table th,
  .entry__content table td {
    display: block;
    margin-top: -2px;
    padding: 1em;
  }
  .entry__content table th {
    text-align: center;
  }
}

.entry__content table.outline th {
  background-color: transparent;
  color: inherit;
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
.entry__content table.outline td {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
@media(max-width:575px){
  .entry__content table.outline th {
    background-color: var(--l-gray);
    padding: .5em 1em;
  }
  .entry__content table.outline td {
    padding-bottom: 2em;
  }
}
@media(min-width:576px){
  .entry__content table.outline th {
    color: var(--d-gray);
    border-bottom: 2px solid var(--border2);
    padding-bottom: .75em;
    line-height: 1.75;
    vertical-align: middle;
    text-align: right;
  }
  .entry__content table.outline td {
    border-bottom: 2px solid var(--border1);
    padding-left: 3em;
    padding-bottom: .75em;
  }
}


.entry__content .box {
  line-height: 1.75;
  border: 2px solid var(--border2);
  padding: 1.25em;
  margin: 2.5em 0;
  position: relative;
}
.entry__content .box > *:last-child {
  margin-bottom: 0;
}
.entry__content .box .box-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(2.5em + 4px);
  border-radius: 2.5em;
  border: 2px solid var(--color1);
  background: var(--color1);
  color: var(--white);
  position: absolute;
  top: calc((1.25em + 2px)*-1);
  left: 1.25em;
}
.entry__content .box .box-badge.center {
  left: 50%;
  transform: translateX(-50%);
}
.entry__content .box .box-badge i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 100%;
  background: var(--color1);
  color: var(--white);
}
.entry__content .box .box-badge span {
  padding: 0 1.125em;
}
.entry__content .box .box-badge i + span {
  padding-left: 0;
}
.entry__content .box .box-badge + * {
  margin-top: 1em;
}


.entry__content .box .box-label {
  display: inline-block;
  font-size: .813em;
  font-weight: 700;
  line-height: 1.5;
  padding: .25em .75em;
  border: 2px solid var(--color1);
  background: var(--color1);
  color: var(--white);
  position: absolute;
  top: calc((1em + 2px)*-1);
  left: -6px;
}

.entry__content .box.error {
  border-color: var(--red);
}
.entry__content .box.error .box-badge {
  border-color: var(--red);
  background: var(--red);
}
.entry__content .box.error .box-badge i {
  background: var(--red);
}


/* ===================================
   Flow list
=================================== */
ol.flow {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
ol.flow > li {
  position: relative;
  padding: .1em 0 0 2.75em;
  margin-bottom: 2em;
  line-height: 1.75;
}
ol.flow > li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 2em;
  height: 2em;
  border: 2px solid var(--d-gray);
  background: var(--d-gray);
  color: var(--white);
  border-radius: 50%;
  text-align: center;
  line-height: calc(2em - 4px);
  letter-spacing: 0;
}
ol.flow > li:not(:last-child)::after {
  content: '';
  display: block;
  width: 3px;
  background: var(--l-gray);
  position: absolute;
  top: 0;
  left: 1em;
  bottom: -4em;
  transform: translateX(-50%);
}
ol.flow > li > *:first-child {
  margin-top: 0;
}


/* ===================================
   Schedule list
=================================== */
.schedule-list .entry__meta time {
  background: var(--color1);
}
.schedule-list .entry__meta .cat {
  color: var(--color1);
}

/* ===================================
   Studio list
=================================== */

#studios .search-result {
  max-width: 66em;
  margin: 0 auto;
}

table.studio-list {
  width: 100%;
}
table.studio-list thead {
  background: var(--d-gray);
  color: var(--white);
  font-size: .75em;
  font-weight: 700;
  text-align: center;
}
table.studio-list td {
  border: 1px solid var(--border1);
  padding: .5em;
  line-height: 1.35;
  vertical-align: middle;
}
table.studio-list thead td {
  border-color: var(--d-gray);
}
table.studio-list td.img { padding: 0; width: 3.5em; text-align: center; }
table.studio-list td.img a { padding: 4px; display: block; }
table.studio-list td.img a img.avatar { vertical-align: bottom; }
table.studio-list td.name { width: auto; }
table.studio-list td.area { width: 5.1em; text-align: center; }
table.studio-list tbody td.area { font-size: .75em; }
table.studio-list td.license { width: 57px; text-align: center; }

table.studio-list td a:hover {
  color: var(--color1);
}

/* ===================================
   User Profile 
=================================== */
.user-hesder .avatar {
  width: 96px;
  height: 96px;
}
.user-hesder .section__header .en_ttl {
  font-size: 2.5em;
}
.user-hesder .section__header .en_ttl + .ttl {
  padding: 0 0 0 .16em;
  line-height: .85em;
}

#user-profiletab-teams .card .card-header {
  padding-top: 75%;
}

/* ===================================
   Team detail
=================================== */
.entry-detail dl dt {
  font-weight: 700;
  margin-top: 1.5em;
}
.entry-detail dl dd {
  margin-bottom: 1.5em;
}

.member-list .item {
  margin-bottom: 2em;
}
.member-list .name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 2.5em;
  padding: .75em 0 0;
  border-top: 2px solid currentColor;
  position: relative;
}
.member-list .card .name {
  border-top: 0;
}
.member-list .name span {
  display: inline-block;
  line-height: 1;
  margin-right: .5em;
}
.member-list .name small {
  font-size: .5em;
  opacity: .5;
}
.member-list .name .badges {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.member-list .name .badge {
  display: flex;
  align-items: center;
  font-family: var(--font1);
  border-radius: 1.5em;
  padding: .2em .6em;
}
.member-list .photo {
  margin: 1em 0;
  padding-top: 100%;
  background-color: var(--l-gray2);
  position: relative;
}
.member-list .photo img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}


table.detail {
  font-size: .75em;
}
table.detail th {
  width: 8em;
  color: var(--gray);
  border-bottom: 1px solid var(--border1);
  padding: .25rem;
}
table.detail th[colspan="2"] {
  border-bottom: 0;
  padding-bottom: 0;
}
table.detail td[colspan="2"] {
  border-top: 0;
  padding-top: 0;
}
table.detail td {
  border-bottom: 1px solid var(--border1);
  padding: .25rem;
  word-break: break-all;
}




button.slick-prev,
button.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(88vw/2);
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin-top: .5rem;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.9);
  text-align: center;
  z-index: 10;
}
button.slick-prev {
  left: -1rem;
}
button.slick-next {
  right: -1rem;
}
button.slick-prev:before,
button.slick-next:before {
  content: '';
  font-size: .5rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  color: var(--black);
  border-top: 2px solid currentColor;
}
button.slick-prev:before {
  border-left: 2px solid currentColor;
  transform: rotate(-45deg) translateX(10%);
}
button.slick-next:before {
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateX(-10%);
}
button.slick-prev.slick-disabled,
button.slick-next.slick-disabled {
  opacity: 0;
}
@media (min-width: 576px) {
  button.slick-prev,
  button.slick-next {
    top: calc(88vw/4);
  }
}
@media (min-width: 768px) {
  button.slick-prev,
  button.slick-next {
    top: calc(88vw/6);
  }
}

@media print {
  .member-list {
    padding-top: 0;
    padding-bottom: 0;
  }
  .member-list .photo {
    border: 1px solid #EEE;
  }
  .entry-detail {
    break-inside: avoid;
  }
  .member-list table.detail th,
  .member-list table.detail td {
    border: 1px solid #DDD;
  }
  .member-list td a:after {
    content: " (" attr(href) ")";
    font-size: .625em;
  }
  .slick-slider button {
    display: none;
  }
  .member-list .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }
  .member-list .slick-slide {
    float: none;
    flex: 0 0 calc(100%/3);
    margin-bottom: 3em;
    break-inside: avoid;
  }
  body.single-teams #content{ border: 0; }
  body.single-teams .breadcrumb-wrapper{ display: none; }
}
