@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

:root {
  --vw: 1vw;
  interpolate-size: allow-keywords;
}

html {
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* Forms
/* ---------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}

input {
  border-radius: 0;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

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

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

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button {
  text-transform: none;
  background-color: transparent;
  border-style: none;
  color: inherit;
}

input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  max-width: 100%;
  overflow: hidden;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* ---------------------------------------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------------------------------------- */
:root {
  --c-pink: #f7d3db;
  --c-green: #245f31;
  --c-base: #572a06;
  --c-hover: var(--c-pink);
  --c-accent: #f6ef9e;
}

html {
  height: 100%;
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #101010;
  text-align: center;
  font-feature-settings: "palt";
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 0.92em;
  }
}
@media print, screen and (min-width: 1200px) {
  body {
    font-size: 1em;
  }
}
.no-overflow {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.anime {
  transition: all 0.3s ease-in-out;
}

.flt-R {
  float: right;
}

.flt-L {
  float: left;
}

.flt-C {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-L {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.tb-R {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.clr-L {
  clear: left;
}

.clr-R {
  clear: right;
}

.clr-B {
  clear: both;
}

.aln-R {
  text-align: right;
}

.aln-C {
  text-align: center;
}

.aln-L {
  text-align: left;
}

.noshow {
  display: none;
}

.clearfix:after,
.row:after {
  content: " ";
  display: block;
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.linkbox .readmore,
.lkbx .readmore {
  display: none;
}

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

@media print, screen and (min-width: 768px) {
  .onlySMP {
    display: none;
  }
}
.noSMP,
.onlyPC {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .noSMP {
    display: inherit;
  }
}
@media print, screen and (min-width: 768px) {
  .onlyPC {
    display: inherit;
  }
}
@media print, screen and (min-width: 768px) {
  .noPC {
    display: none;
  }
}
.notice {
  font-weight: 700;
}

h3,
h4 {
  margin-bottom: 1em;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2em;
}

h5,
h6,
li,
dt,
dd {
  margin-bottom: 0.5em;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 2em;
}

@media print, screen and (min-width: 576px) {
  h1 {
    font-size: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
h2,
h3 {
  font-size: 1.5em;
}

@media print, screen and (min-width: 576px) {
  h2 {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 576px) {
  h3 {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 1.5em;
  }
}
h4 {
  font-size: 1.1em;
}

@media print, screen and (min-width: 576px) {
  h4 {
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 768px) {
  h4 {
    font-size: 1.1em;
  }
}
h5 {
  font-size: 1em;
}

@media print, screen and (min-width: 768px) {
  h5 {
    font-size: 1.05em;
  }
}
h6 {
  font-size: 0.92em;
}

.fntSS {
  font-size: 0.6875em;
  line-height: 1.5;
}

.fntS {
  font-size: 0.875em;
}

.fntL {
  font-size: 1.125em;
}

.fntLL {
  font-size: 1.375em;
}

.fntBold {
  font-weight: 700;
}

.dsp-b {
  display: block;
}

.dsp-ib {
  display: inline-block;
}

.dsp-tbl {
  display: table;
}
.dsp-tbl > .col {
  display: table-cell;
}

.dsp-fx {
  -js-display: flex;
  display: flex;
}

.list-ib {
  letter-spacing: -0.4em;
}
.list-ib > li,
.list-ib > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.list-ib.with-gap li:not(:last-child) {
  margin-right: 2em;
}

@-moz-document url-prefix() {
  .list-ib {
    word-spacing: 0.1em;
  }
}
.list-tbl {
  display: table;
}
.list-tbl > li {
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

nav a,
header a,
footer a {
  text-decoration: none;
}

a.no-underline {
  text-decoration: none;
}
a:active, a:hover {
  color: #888;
}

dt,
dd,
li,
th,
td {
  line-height: 1.5;
}

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

.no-list-style {
  list-style: none;
}

ol:not(:last-child),
ul:not(:last-child) {
  margin-bottom: 1em;
}

ol ol,
ol ul {
  margin-bottom: 0;
}

ul ul,
ul ol {
  margin-bottom: 0;
}

table ul,
table ol {
  margin-bottom: 0;
}

.list-norm {
  margin-left: 1.75em;
}

.page-single ul,
.page-single ol {
  margin-left: 1.75em;
}

.list-norm li {
  margin-bottom: 0.5em;
}

.page-single ul li,
.page-single ol li {
  margin-bottom: 0.5em;
}

.list-norm li ol,
.list-norm li ul {
  margin-top: 0.5em;
}

.page-single ul li ol,
.page-single ul li ul {
  margin-top: 0.5em;
}
.page-single ol li ol,
.page-single ol li ul {
  margin-top: 0.5em;
}

ol.list-norm,
.page-single ol {
  list-style: decimal;
}

ul.list-norm,
.page-single ul {
  list-style: disc;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
table p {
  margin-bottom: 0;
}

.tb-norm {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 0.92em;
}
.tb-norm.fullW {
  width: 100%;
}
.tb-norm th,
.tb-norm td {
  padding: 0.5em;
  border: 1px solid #ddd;
  vertical-align: top;
}
.tb-norm thead th {
  background-color: #eee;
}
.tb-norm tbody th {
  background-color: #f5f5f5;
}
.tb-norm .aln-C th,
.tb-norm .aln-C td {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .tb-norm th,
  .tb-norm td {
    padding: 1em;
  }
}
[class*=inner-wrap] {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  [class*=inner-wrap] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (max-width: 575px) {
  [class*=inner-wrap].small-space-smp {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.ff-arial {
  font-family: Arial !important;
}

.inner-wrap {
  box-sizing: content-box;
  max-width: 1180px;
}
.inner-wrap.aln-C {
  text-align: center;
}

.inner-wrap--semi {
  max-width: 928px;
}

.inner-wrap--narrow {
  max-width: 832px;
}

.inner-wrap--thin {
  max-width: 640px;
}

.inner-wrap--wide {
  max-width: 1408px;
}

[class*=swrap] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
[class*=swrap].mgn-bottom {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  [class*=swrap].mgn-bottom {
    margin-bottom: 2rem;
  }
}
.swrap {
  max-width: 1180px;
}

.swrap--semi {
  max-width: 960px;
}

.swrap--narrow {
  max-width: 767px;
}

.swrap--thin {
  max-width: 576px;
}

.swrap--wide {
  max-width: 1344px;
}

.with-bottom-border::before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0;
  content: " ";
  border-bottom: 1px solid #ccc;
}

#Mask-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2731;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.vd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.accordion {
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.accordion:not(:last-child) {
  margin-bottom: 2rem;
}
.accordion dt {
  position: relative;
  padding: 0.75em 0;
  margin: 0;
  padding-right: 2em;
  display: block;
  border-top: 1px solid #dddddd;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.accordion dt::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 0;
  height: 11px;
  content: " ";
  border-left: 1px solid #888;
}
.accordion dt::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 0;
  content: " ";
  border-top: 1px solid #888;
}
.accordion dt.active::before {
  display: none;
}
.accordion dd {
  border-top: 1px dotted #aaa;
  padding: 0;
  margin-bottom: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.accordion dd.active {
  padding: 0.75em 0 1.5em;
  visibility: visible;
  opacity: 1;
  max-height: 999999px;
}

/* ---------------------------------------------------------------------------------------- */
/* BUTTON
/* ---------------------------------------------------------------------------------------- */
.btn,
.btn--outline {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1.5em 1.25em;
  background-color: #00aeff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.btn.large,
.large.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  min-width: 12em;
}

@media print, screen and (min-width: 576px) {
  .btn.large,
  .large.btn--outline {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.btn.full,
.full.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  width: 100%;
}

.btn.xlarge,
.xlarge.btn--outline {
  font-size: 1.35em;
}

.btn.small,
.small.btn--outline {
  font-size: 0.875em;
  padding: 0.5em 1em;
}

.btn.negative,
.negative.btn--outline {
  background-color: #5e5e5e;
}

.btn.negative:hover,
.negative.btn--outline:hover {
  background-color: #919191;
}

.btn.disabled,
.disabled.btn--outline,
.btn:disabled,
.btn--outline:disabled {
  background-color: hsl(0, 0%, 95%);
  color: #aaa;
  pointer-events: none;
}

.btn:hover,
.btn--outline:hover {
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #008bcc;
}

.btn:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #33beff;
}

.btn--outline {
  background-color: #fff;
  border: 1px solid #00aeff;
  color: #00aeff;
}
.btn--outline:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #33beff;
}
.btn--outline:hover {
  color: #008bcc;
  border-color: #008bcc;
}
.btn--outline:active {
  color: #33beff;
  border-color: #33beff;
}

.wrap-btns {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.wrap-btns li {
  padding: 0.25em;
}

.wrap-btns--half-smp li {
  width: 50%;
}

@media print, screen and (min-width: 768px) {
  .wrap-btns--half-smp li {
    width: auto;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* FORM
/* ---------------------------------------------------------------------------------------- */
.form-group {
  position: relative;
  margin-bottom: 3rem;
  display: block;
}

.form-group--inner {
  display: block;
  width: 100%;
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid #dddddd;
}
.form-group--inner .col {
  display: block;
  width: auto;
}
.form-group--inner .col + .col {
  margin-top: 0.5em;
}
.form-group--inner .mst {
  position: relative;
  display: inline-block;
  font-size: 0.7em;
  vertical-align: middle;
  font-style: normal;
  color: #e64432;
  margin-left: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .form-group--inner {
    display: table;
    padding: 1em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .form-group--inner .col {
    display: table-cell;
    width: 12em;
    vertical-align: text-top;
  }
}
@media print, screen and (min-width: 768px) {
  .form-group--inner .col + .col {
    padding-top: 0;
    width: calc(100% - 12em);
  }
}
input,
textarea,
select {
  padding: 0.35em 1em;
}

textarea {
  min-height: 10em;
}

input,
textarea {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
}

input.ipt-S {
  width: 10em;
}
input.ipt-SS {
  width: 5em;
}
input:focus {
  border-color: #999;
  outline: 0;
}

textarea:focus,
select:focus {
  border-color: #999;
  outline: 0;
}

:disabled {
  opacity: 0.5;
}

[type=radio],
[type=checkbox] {
  width: auto;
  display: inline-block;
}
[type=radio] + label,
[type=checkbox] + label {
  width: auto;
  display: inline-block;
}

[type=radio],
[type=checkbox] {
  margin-right: 0.5em;
}

.wrap-select {
  position: relative;
  display: inline-block;
  width: auto;
}

select,
.list-group-team select {
  padding: 0.5em 1em;
  background-color: hsl(0, 0%, 94%);
  background: linear-gradient(0deg, #f2f2f2, #fff);
  padding-right: 32px;
  border: 1px solid #dddddd;
  cursor: pointer;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-group select {
  max-width: calc(100vw - 4rem - 32px);
}

@media print, screen and (min-width: 350px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 48px);
  }
}
@media print, screen and (min-width: 576px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 96px);
  }
}
@media print, screen and (min-width: 960px) {
  .form-group select {
    max-width: 100%;
  }
}
.list-group-team select {
  border: 1px solid #bbb;
}

.btn-label input[type=radio], .btn-label input[type=checkbox] {
  display: none;
}

.txt-label input[type=radio], .txt-label input[type=checkbox] {
  display: none;
}

.btn-label label {
  position: relative;
  padding: 0.5em 1em;
  border: 1px solid #aaa;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-left: -1px;
  margin-top: -1px;
}
.btn-label label:hover {
  background-color: #ccc;
  color: #111;
}
.btn-label.sort-item label {
  padding: 0.5em 0.5em;
  background-color: #fff;
  border-color: #ddd;
}
.btn-label.separated label {
  padding: 1em 0.5em;
  background-color: #fff;
  border-radius: 0;
}
.btn-label.separated label.btn-img label {
  padding: 0;
  background-color: #000;
  border-radius: 0;
  border: none;
}
.btn-label.full label {
  width: 100%;
}
.btn-label:not(:first-child) label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-label:not(:last-child) label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-label.separated :not(:last-child) label {
  border-right: 1px solid #aaa;
}
.btn-label.separated.btn-img :not(:last-child) label {
  border: none;
}

@media print, screen and (min-width: 350px) {
  .btn-label.sort-item label {
    padding: 0.5em 0.75em;
  }
}
.txt-label label {
  position: relative;
  padding: 0.25em 0;
  padding-left: 1em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.txt-label label::before {
  position: relative;
  content: "・";
  margin-left: -1em;
  margin-right: 0.5em;
  display: inline-block;
}
.txt-label label:hover {
  color: #111;
}

.btn-label input[type=radio]:checked + label, .btn-label input[type=checkbox]:checked + label {
  background-color: #555;
  color: #fff;
}
.btn-label.btn-img input[type=radio]:checked + label, .btn-label.btn-img input[type=checkbox]:checked + label {
  background-color: #000;
  border: 3px solid #e7cd00;
}
.btn-label.btn-img label img {
  transition: all 0.2s ease-in-out;
}
.btn-label.btn-img input[type=radio]:checked + label img, .btn-label.btn-img input[type=checkbox]:checked + label img {
  opacity: 0.5;
}

.txt-label input[type=checkbox]:checked + label {
  font-weight: bold;
}
.txt-label input[type=checkbox]:checked + label::before {
  content: "-";
}

.form-help {
  display: inline-block;
  font-size: 0.83em;
  line-height: 1.4;
  margin-top: 0.5em;
}

.error label,
.error .label {
  color: #c5b242;
}
.error input,
.error select,
.error .btn-label label {
  border-color: #c5b242;
}

.error-msg {
  display: block;
  color: #c5b242;
  margin-top: 0.5em;
}

.form-btns {
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
  margin-top: 2rem;
}
.form-btns ul {
  list-style: none;
  letter-spacing: -0.4em;
  display: block;
  width: 100%;
  margin: -0.25rem;
}
.form-btns ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: 0.25rem;
}

@media print, screen and (min-width: 960px) {
  .form-btns {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
.form-group--buttons {
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}
.form-group--buttons ul {
  list-style: none;
  letter-spacing: -0.4em;
  display: block;
  width: 100%;
  margin: -0.25rem;
}
.form-group--buttons ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: 0.25rem;
}

/* ---------------------------------------------------------------------------------------- */
/* LAYOUT-FLEXBOX
/* ---------------------------------------------------------------------------------------- */
.flex-container--no-space {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}

.flex-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin: -0.75rem;
}

@media print, screen and (min-width: 768px) {
  .flex-container {
    margin: -1rem;
  }
}
.flex-container--no-space {
  margin: 0;
}

.flex-container.sp-btm {
  margin-bottom: 1.5rem;
}
.flex-container.rev {
  flex-direction: row-reverse;
}
.flex-container > *[class^=col-] {
  position: relative;
  min-width: 2rem;
  padding: 0.75rem;
  word-wrap: break-word;
}

@media print, screen and (min-width: 768px) {
  .flex-container.sp-btm {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .flex-container > *[class^=col-] {
    padding: 1rem;
  }
}
.flex-container--no-space > *[class^=col-] {
  padding: 0;
}

.col-sm-1 {
  width: 16.6666666667%;
}

.col-sm-2 {
  width: 33.3333333333%;
}

.col-sm-3 {
  width: 50%;
}

.col-sm-4 {
  width: 66.6666666667%;
}

.col-sm-5 {
  width: 83.3333333333%;
}

.col-sm-6 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .col-xsm-1 {
    width: 12.5%;
  }
  .col-xsm-2 {
    width: 25%;
  }
  .col-xsm-3 {
    width: 37.5%;
  }
  .col-xsm-4 {
    width: 50%;
  }
  .col-xsm-5 {
    width: 62.5%;
  }
  .col-xsm-6 {
    width: 75%;
  }
  .col-xsm-7 {
    width: 87.5%;
  }
  .col-xsm-8 {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .col-md-1 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 25%;
  }
  .col-md-3 {
    width: 37.5%;
  }
  .col-md-4 {
    width: 50%;
  }
  .col-md-5 {
    width: 62.5%;
  }
  .col-md-6 {
    width: 75%;
  }
  .col-md-7 {
    width: 87.5%;
  }
  .col-md-8 {
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
.wrap-inline-scrl {
  padding: 4px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  font-size: 0.875em;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .wrap-inline-scrl {
    padding: 8px;
    margin-bottom: 3rem;
  }
}
.inline-scrl {
  position: relative;
  padding: 2rem;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #dddddd;
  background-color: #fafafa;
}

@media print, screen and (min-width: 768px) {
  .inline-scrl {
    padding: 3rem;
    height: 300px;
  }
}
#modalMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  z-index: 1002;
  display: block;
}
.modal .modalBtns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}
.modal .modalBtns a.modalBtn-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #444;
}
.modal .modalBtns a.modalBtn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.modal .modalBtns a.modalBtn-close span::before, .modal .modalBtns a.modalBtn-close span::after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  transition: all 0.1s ease-in-out;
}
.modal .modalBtns a.modalBtn-close span::before {
  margin-top: 10px;
  width: 21px;
  height: 0;
  border-top: 1px solid #fff;
}
.modal .modalBtns a.modalBtn-close span::after {
  margin-left: 10px;
  height: 21px;
  width: 0;
  border-left: 1px solid #fff;
}
.modal .modalBtns a.modalBtn-close:hover span {
  transform: scale(1.25) rotate(45deg);
}

#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}
#MdTrailer.md-ver {
  padding-top: 178%;
}
#MdTrailer.md-ver #vd-mpg {
  width: auto;
  height: 100%;
}
#MdTrailer iframe,
#MdTrailer #vd-mpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-paging {
  font-size: 0.875em;
  line-height: 1;
  font-family: "robotolight", sans-serif;
  letter-spacing: -0.4em;
}
.list-paging a {
  position: relative;
  text-decoration: none;
}
.list-paging a:hover {
  border-color: #aaa;
  background-color: #eee;
}
.list-paging a:active {
  border-color: #111;
  background-color: #444;
  color: #fff;
}
.list-paging li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 2px;
}
.list-paging li a,
.list-paging li span {
  text-align: center;
  display: block;
  padding: 0.35em;
  min-width: 2.5em;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.list-paging li .current {
  background-color: #222;
  color: #fff;
}
.list-paging li.prev a {
  padding-left: 24px;
}
.list-paging li.prev a::after {
  left: 4px;
  content: "\e912";
}
.list-paging li.prev a:hover::after {
  color: #555;
}
.list-paging li.prev a:active::after {
  color: #fff;
}
.list-paging li.next a {
  padding-right: 24px;
}
.list-paging li.next a::after {
  right: 4px;
  content: "\e910";
}
.list-paging li.next a:hover::after {
  color: #555;
}
.list-paging li.next a:active::after {
  color: #fff;
}
.list-paging li.prev a::after, .list-paging li.next a::after {
  font-family: "icons";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  color: #888;
  pointer-events: none;
}

.isInView {
  transition: all 0.5s ease-in-out;
}
.isInView.fast {
  transition: all 0.3s ease-in-out;
}
.isInView.faster {
  transition: all 0.2s ease-in-out;
}
.isInView.fastest {
  transition: all 0.1s ease-in-out;
}
.isInView.slow {
  transition: all 1s ease-in-out;
}
.isInView.slower {
  transition: all 2s ease-in-out;
}
.isInView.slowest {
  transition: all 3s ease-in-out;
}
.isInView.fadeIn {
  opacity: 0 !important;
}
.isInView.fadeIn.scrlin {
  opacity: 1 !important;
}
.isInView.slideIn {
  top: 2rem;
}
.isInView.slideIn.scrlin {
  top: 0;
}
.isInView.acco {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.isInView.acco.scrlin {
  visibility: visible;
  max-height: none;
  opacity: 1;
}
.isInView.shutter.open {
  overflow: hidden;
}
.isInView.shutter.open::after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  transition: all 0.8s ease-in-out;
}
.isInView.shutter.open.shutter-rev::after {
  left: 0;
}
.isInView.shutter.open.scrlin::after {
  width: 0;
}
.isInView.delay1 {
  transition-delay: 0.2s;
}
.isInView.delay2 {
  transition-delay: 0.4s;
}
.isInView.delay3 {
  transition-delay: 0.6s;
}
.isInView.delay4 {
  transition-delay: 0.8s;
}
.isInView.delay5 {
  transition-delay: 1s;
}
.isInView.delay6 {
  transition-delay: 1.2s;
}
.isInView.delay7 {
  transition-delay: 1.4s;
}
.isInView.delay8 {
  transition-delay: 1.6s;
}
.isInView.delay9 {
  transition-delay: 1.8s;
}
.isInView.delay10 {
  transition-delay: 2s;
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}
.tab-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  z-index: 1;
  width: 100%;
  margin: 2em -2px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tab-menu li {
  position: relative;
  cursor: pointer;
  width: calc(20% - 4px);
  margin: 0 2px;
  padding-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .tab-menu li {
    width: calc(10.125% - 4px);
    padding-bottom: 2rem;
  }
}
.tab-menu li:hover {
  opacity: 0.7;
}
.tab-menu li img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.tab-menu li.active::before {
  height: 3em;
}
.tab-menu li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: " ";
  z-index: 0;
  transition: all 0.1s ease-in-out;
  background-color: var(--c-pink);
}

.tab-content {
  position: relative;
  display: none;
  opacity: 0;
}
.tab-content.active {
  display: block;
  animation: atlFadeIn 1s forwards;
}

.wrap-tab-content {
  position: relative;
  width: 100%;
}

@keyframes atlFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.article-column .tab-menu li::before {
  display: none;
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl {
  display: block;
  width: 100%;
  border-top: 1px dotted #aaa;
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
  display: block;
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
  color: hsl(170, 100%, 17%);
  padding: 0.75em 0 0.5em;
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
  padding-bottom: 0.75em;
}

@media print, screen and (min-width: 768px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl {
    display: table;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
    display: table-cell;
    padding: 1em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
    width: 30%;
    padding-right: 2em;
    color: hsl(170, 100%, 17%);
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
    width: 70%;
  }
}
.wrap-tb {
  position: relative;
  width: 100%;
}
.wrap-tb.scrl-x {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.wrap-tb.scrl-x > .tb-norm.fullW {
  min-width: 720px;
}

@media print, screen and (min-width: 768px) {
  .wrap-tb.scrl-x {
    overflow-x: visible;
  }
  .wrap-tb.scrl-x > .tb-norm.fullW {
    min-width: inherit;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-HEADER
/* ---------------------------------------------------------------------------------------- */
.wrap-header {
  position: relative;
  width: 100%;
}
.wrap-header .inner-wrap {
  padding-top: 2.1875rem;
}
.wrap-header img {
  width: 100%;
  height: auto;
}
.wrap-header img.pc {
  display: none;
}
.wrap-header img.smp {
  display: block;
}
.wrap-header .exhi-details {
  position: relative;
  z-index: 2;
}
.wrap-header .exhi-details--date-venue {
  margin-bottom: 1.375rem;
}
.wrap-header .exhi-details--sponsors {
  margin-bottom: 2em;
  width: 72.3%;
}
.wrap-header .exhi-details-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-header .exhi-details--jri {
  width: 43.8144329897%;
}
@media print, screen and (min-width: 768px) {
  .wrap-header .exhi-details--jri {
    width: 23.4375%;
  }
}
.wrap-header .exhi-details--ef {
  border-radius: 0.5rem;
  border: solid 2px var(--c-base);
  padding: 0.5rem 0.625rem;
  color: var(--c-base);
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .wrap-header .exhi-details--ef {
    padding: 1.25rem 3.75rem;
    font-size: 1.5rem;
    border-radius: 1rem;
    border-width: 3px;
    letter-spacing: 0.04em;
  }
}
.wrap-header .img {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .wrap-header .img {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: solid 15px var(--c-accent);
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-header .img {
    left: min(66.796875vw, 50vw + 215px);
  }
}
.wrap-header .img .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  translate: calc(-100% - 2rem) 0;
  width: 21.25rem;
  text-align: left;
}
.wrap-header .img-frame {
  overflow: hidden;
}
.wrap-header .img--inner {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 392/520;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/header/top.jpg);
}
.wrap-header .img i {
  position: absolute;
  bottom: 50%;
  left: 0.5em;
  width: 112px;
  height: 112px;
  display: block;
}
.wrap-header .img i img {
  width: 100%;
  height: 100%;
}
.wrap-header .info-zadankai {
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}
.wrap-header .info-zadankai--inner {
  position: relative;
  overflow: hidden;
}
.wrap-header .info-zadankai--title {
  position: relative;
  width: 100%;
  background-color: var(--c-base);
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.wrap-header .info-zadankai--title span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.wrap-header .info-zadankai--text {
  padding: 0.75em;
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #fff;
  border: 1px solid var(--c-base);
}
.wrap-header .info-zadankai--text p {
  font-size: 0.75em;
  line-height: 1.6;
  font-feature-settings: "palt";
}
.wrap-header .info-zadankai--text p .fntBold {
  font-size: 1.25em;
}
.wrap-header .info-zadankai--btn {
  width: 100%;
}
.wrap-header .info-zadankai--btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--c-base);
  color: #fff;
  font-size: 0.92em;
  line-height: 1.5;
  text-align: center;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 0.75em 0.25em;
}
.wrap-header .info-zadankai--btn a span {
  position: relative;
  display: block;
  margin: center;
}

@media print, screen and (min-width: 768px) {
  .wrap-header .inner-wrap {
    padding-top: 4.0625rem;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-header img.pc {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-header img.smp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-header .exhi-details--date-venue {
    width: 100%;
    margin-bottom: 2.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-header .exhi-details--sponsors {
    width: 33.75%;
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-header .img {
    position: fixed;
    width: min(62.5vw, 800px);
    margin: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .wrap-header .img {
    max-width: 800px;
  }
}
@media print, screen and (min-width: 576px) {
  .wrap-header .img i {
    left: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-header .img i {
    width: 128px;
    height: 128px;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-header .img i {
    bottom: 34%;
    left: -24%;
    width: 144px;
    height: 144px;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-header .img i {
    bottom: 40%;
    left: -15%;
    width: 160px;
    height: 160px;
  }
}
@media print, screen and (min-width: 1650px) {
  .wrap-header .img i {
    bottom: 30%;
    left: -12%;
    width: 170px;
    height: 170px;
  }
}
@media print, screen and (max-width: 767px) {
  .wrap-header .global-navigation {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-header .info-zadankai {
    margin-bottom: 2em;
    width: 55%;
  }
}
@media print, screen and (min-width: 576px) {
  .wrap-header .info-zadankai--inner {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 576px) {
  .wrap-header .info-zadankai--title {
    width: 6em;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media print, screen and (min-width: 576px) {
  .wrap-header .info-zadankai--text {
    width: calc(100% - 6em);
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
@media print, screen and (min-width: 576px) {
  .wrap-header .info-zadankai--btn {
    width: 8em;
  }
}
@media print, screen and (min-width: 576px) {
  .wrap-header .info-zadankai--btn a {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
.global-header {
  position: relative;
  z-index: 2;
}
.global-header .h1 {
  position: relative;
  font-size: 1px;
  line-height: 1;
  margin: 0;
  display: block;
}

.global-header-ja {
  padding: 0 1rem;
  background-color: var(--c-pink);
  border-bottom: solid 15px var(--c-accent);
}
@media print, screen and (min-width: 768px) {
  .global-header-ja {
    padding: 0 2rem;
    border-bottom-width: 30px;
  }
}
.global-header-ja .inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.global-header-en {
  padding: 1.5625rem 1.25rem 0;
}
.global-header-en .inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-FOOTER
/* ---------------------------------------------------------------------------------------- */
.global-footer {
  position: relative;
  background-color: var(--c-base);
  padding-bottom: 3.75rem;
  border-top: solid 15px var(--c-accent);
}
@media print, screen and (min-width: 768px) {
  .global-footer {
    border-top-width: 30px;
  }
}
.global-footer .footer-title {
  position: relative;
  width: 100%;
  padding-top: 1.5625rem;
  padding-bottom: 3.75rem;
}
.global-footer .footer-title img {
  margin: 0 auto;
}
.global-footer .copyright {
  color: #fff;
  font-size: 2.75vw;
}

@media print, screen and (min-width: 768px) {
  .global-footer {
    padding-bottom: 3em;
  }
}
@media print, screen and (min-width: 576px) {
  .global-footer .footer-title {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .global-footer .footer-title {
    padding-top: 4.0625rem;
    padding-bottom: 6.25rem;
  }
}
@media print, screen and (min-width: 576px) {
  .global-footer .copyright {
    font-size: 0.92em;
  }
}
.pagetop {
  position: fixed;
  bottom: -6em;
  right: 0.5em;
  z-index: 100;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.pagetop.show {
  visibility: visible;
  opacity: 1;
  bottom: 0.5em;
}
.pagetop a {
  position: relative;
  display: block;
  width: 3em;
  height: 3em;
  padding: 0.5em;
  border-radius: 50%;
  background-color: var(--c-base);
}
.pagetop a img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .pagetop a {
    width: 4em;
    height: 4em;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
.global-navigation {
  position: relative;
  padding-top: 3.625rem;
  z-index: 2;
}
.global-navigation ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin: 0 -0.35em;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.global-navigation ul li {
  padding: 0 0.35em;
  margin: 0;
  width: 33.33333333%;
  font-size: 0.875rem;
}
.global-navigation ul li a {
  display: inline-block;
  padding: 0.8em 0.5em 1em;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
  background-color: var(--c-base);
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 0 0 1.875rem 1.875rem;
}
@media print, screen and (min-width: 768px) {
  .global-navigation ul li a {
    border-radius: 1.875rem 1.875rem 0 0;
  }
}
.global-navigation ul li a:hover {
  background-color: var(--c-hover);
}
.global-navigation.under-header {
  padding: 0 1rem;
}
.global-navigation.on-footer {
  padding: 3rem 0 0;
}
.global-navigation.on-footer ul li a {
  border-radius: 1.875rem 1.875rem 0 0;
}

@media print, screen and (min-width: 768px) {
  .global-navigation ul {
    margin: 0 -0.75em;
  }
}
@media print, screen and (max-width: 349px) {
  .global-navigation ul {
    margin: 0 -2px;
  }
}
@media print, screen and (min-width: 768px) {
  .global-navigation ul li {
    width: inherit;
    padding: 0 0.75em;
  }
}
@media print, screen and (max-width: 349px) {
  .global-navigation ul li {
    padding: 0 2px;
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .global-navigation ul li a {
    width: 9em;
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 768px) {
  .global-navigation.under-header {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .global-navigation.on-footer {
    padding: 4rem 0 0;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* PAGE - COMMON
/* ---------------------------------------------------------------------------------------- */
.content {
  position: relative;
  z-index: 1;
}

.sp-top {
  padding-top: 2rem;
}

@media print, screen and (min-width: 768px) {
  .sp-top {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-top {
    padding-top: 4rem;
  }
}
.sp-btm {
  padding-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .sp-btm {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-btm {
    padding-bottom: 4rem;
  }
}
.scn-norm,
.scn-home {
  position: relative;
  padding: 2.5rem 0;
}

@media print, screen and (min-width: 768px) {
  .scn-norm,
  .scn-home {
    padding: 3.5rem 0;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm,
  .scn-home {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm,
  .scn-home {
    padding: 5rem 0;
  }
}
.scn-norm.sp-top-dbl,
.scn-home.sp-top-dbl {
  padding-top: 2.25rem;
  padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .scn-norm.sp-top-dbl,
  .scn-home.sp-top-dbl {
    padding-top: 4.75rem;
  }
}
.scn-norm.last,
.scn-home.last {
  padding-bottom: 5rem;
}

@media print, screen and (min-width: 768px) {
  .scn-norm.last,
  .scn-home.last {
    padding-bottom: 7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm.last,
  .scn-home.last {
    padding-bottom: 8rem;
  }
}
.scn-norm.no-sp,
.scn-home.no-sp,
.scn-norm.no-sp-top,
.scn-home.no-sp-top {
  padding: 0;
}

.scn-norm.row-divide-half,
.scn-home.row-divide-half {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  width: 100%;
}

.scn-norm.row-divide-half.rev,
.scn-home.row-divide-half.rev {
  flex-direction: row-reverse;
}

.scn-norm.row-divide-half > .col,
.scn-home.row-divide-half > .col {
  position: relative;
  width: 50%;
}

.scn-norm .palt,
.scn-home .palt {
  font-feature-settings: "palt";
}

.scn-norm em,
.scn-home em {
  font-style: italic;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.scn-norm p,
.scn-home p {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - CONTENTS
/* ---------------------------------------------------------------------------------------- */
.scn-norm#Scn-intro p {
  font-size: 1.125em;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.scn-norm#Scn-intro p.lead {
  font-size: 6.976744186vw;
  line-height: 1.3333333333;
  text-indent: 0;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-intro p.lead {
    font-size: min(4.21875vw, 3.375rem);
  }
}
.scn-norm#Scn-intro .text {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Scn-intro .text {
    max-width: 60%;
    margin-top: 3.125rem;
    aspect-ratio: 100/84;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm#Scn-intro .text {
    max-width: 760px;
  }
}

@media print, screen and (max-width: 767px) {
  .scn-norm#Scn-intro p {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1em;
  }
}
.toc {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin: -0.7em;
}
@media print, screen and (max-width: 767px) {
  .toc {
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .toc {
    margin: -1em;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.toc--item {
  position: relative;
  width: calc(50% - 1.4em);
  margin: 1rem 0.7rem;
  border-top: 3px solid var(--c-base);
  border-bottom: 3px solid var(--c-base);
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 1rem 0 4rem;
}
.toc--item .ja {
  font-size: 1em;
  font-size: 3.625vw;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}
.toc--item .ja .label {
  font-size: 0.88em;
  display: block;
  font-weight: 500;
}
.toc--item .ja .title {
  margin-top: 0.5rem;
  min-height: 3.3em;
}
.toc--item .en {
  text-align: center;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
  color: var(--c-base);
  font-size: 2.5vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.toc--item .thumbnail {
  margin: 1em 0;
  aspect-ratio: 300/200;
}
.toc--item .thumbnail img {
  width: 100%;
  height: auto;
}
.toc--item .author {
  margin-top: 1rem;
  font-size: 1em;
  font-size: 3.625vw;
  font-weight: 700;
}
.toc--item .author .small {
  font-size: 0.75rem;
}
.toc--item .b {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 100%;
  text-align: center;
}
.toc--item .b a {
  display: inline-block;
  padding: 0.75rem 1.125rem;
  background-color: var(--c-base);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .toc--item .b a {
    padding: 0.875rem 1.875rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
}
.toc--item .b a:hover {
  background-color: var(--c-hover);
}
.toc--item.column {
  background-color: var(--c-pink);
}
.toc--item.column .thumbnail {
  margin: 0.75em 0;
}
.toc--item.column .thumbnail .portrait {
  position: relative;
  display: block;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0.625rem auto 0;
}
@media print, screen and (min-width: 768px) {
  .toc--item.column .thumbnail .portrait {
    width: 128px;
  }
}
.toc--item.column .thumbnail .portrait img {
  width: 100%;
  height: auto;
}
.toc--item.column .thumbnail .copyright {
  position: relative;
  font-size: 6px;
  text-align: center;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}
.toc--item.column .thumbnail .caption {
  font-size: 0.8125em;
  line-height: 1.5;
  display: block;
  text-align: center;
  margin-top: 0.5em;
}
.toc--item.column .thumbnail img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 576px) {
  .toc--item {
    padding: 1.5em 0 4.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .toc--item {
    width: calc(33.33333333% - 2em);
    margin: 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  .toc--item {
    width: calc(25% - 2em);
    margin: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .toc--item .ja,
  .toc--item .author {
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 768px) {
  .toc--item .ja,
  .toc--item .author {
    font-size: 1.375em;
  }
}
@media print, screen and (min-width: 768px) {
  .toc--item .en {
    font-size: 0.875em;
  }
}
@media print, screen and (min-width: 768px) {
  .toc--item .en {
    font-size: 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  .toc--item .thumbnail {
    margin: 1.5em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .toc--item .b {
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .toc--item .b a {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .toc--item.column .thumbnail {
    margin: 1em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .toc--item.column .thumbnail .copyright {
    font-size: 8px;
  }
}
.layout {
  position: relative;
  text-align: left;
}

@media print, screen and (min-width: 1650px) {
  .layout {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    align-items: stretch;
  }
}
.layout--main {
  max-width: 1216px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .layout--main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 1650px) {
  .layout--main {
    width: 1180px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.layout--hd {
  position: relative;
}
.layout--hd h2 {
  position: relative;
  font-size: 1em;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  background-color: var(--c-base);
  padding: 1em 2.5em 1em 2rem;
  margin-bottom: 1.5em;
}
@media print, screen and (max-width: 767px) {
  .layout--hd h2 {
    text-align: center;
    border-radius: 1.875rem 1.875rem 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .layout--hd h2 {
    display: inline-block;
    border-radius: 0 3.125rem 0 0;
  }
}

@media print, screen and (min-width: 1650px) {
  .layout--hd {
    width: calc((100% - 1180px) / 2);
    padding-right: 1em;
  }
}
@media print, screen and (min-width: 1650px) {
  .layout--hd .layout--hd---inner {
    position: sticky;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 1650px) {
  .layout--hd .layout--hd---inner.no-sticky {
    position: relative;
  }
}
@media print, screen and (max-width: 1649px) {
  .layout--hd .layout--hd---inner ul {
    display: none;
  }
}
@media print, screen and (min-width: 576px) {
  .layout--hd h2 {
    font-size: 1.25em;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout--hd h2 {
    font-size: 1.5em;
    padding-left: 56px;
  }
}
.layout--right {
  position: relative;
  display: none;
}

@media print, screen and (min-width: 1650px) {
  .layout--right {
    width: calc((100% - 1180px) / 2);
    display: block;
  }
}
.layout--hd---inner h2 {
  transition: background-color 0.15s ease-in-out;
}
.layout--hd---inner ul {
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
}
.layout--hd---inner ul li {
  margin-bottom: 0.5em;
}
.layout--hd---inner ul li a {
  position: relative;
  display: block;
  padding: 0.25em 0;
  padding-left: 56px;
}
.layout--hd---inner ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 50px;
  height: 25px;
  display: block;
  background-color: var(--c-base);
  transition: all 0.15s ease-in-out;
  opacity: 0;
  border-radius: 0 1.875rem 0 0;
}
.layout--hd---inner ul li a:hover i {
  opacity: 1;
}
.layout--hd---inner ul li a.region-column i {
  background-color: var(--c-pink);
}
.layout--hd---inner ul li.current a i {
  opacity: 1;
}

.wrap-articles {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .wrap-articles:not(.article-column)::after {
    content: "";
    display: block;
    height: 3.125rem;
    background-color: var(--c-accent);
    border-radius: 0 0 2.5rem 2.5rem;
    border-top: 5px solid var(--c-base);
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-articles {
    border-bottom: 5px solid var(--c-base);
  }
  .wrap-articles::after {
    content: "";
    position: absolute;
    left: calc(50% + 740px);
    top: 0;
    bottom: 0;
    width: calc(50 * var(--vw) - 740px);
    background-color: var(--c-accent);
    border-radius: 5rem 0 0 5rem;
  }
}
.wrap-articles:not(:last-child) {
  margin-bottom: 3em;
}
.wrap-articles .h1 {
  position: relative;
  display: block;
  border-bottom: 5px solid var(--c-base);
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .wrap-articles .h1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-articles .h1 {
    padding-bottom: 1rem;
  }
}
.wrap-articles .h1 .ja {
  font-size: 2em;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .wrap-articles .h1 .ja {
    padding-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-articles .h1 .ja {
    display: flex;
    align-items: center;
  }
}
.wrap-articles .h1 .ja .ch {
  font-size: 0.568em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 767px) {
  .wrap-articles .h1 .ja .ch {
    padding-bottom: 0.25em;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-articles .h1 .ja .ch {
    width: 9.375rem;
  }
}
.wrap-articles .h1 .ja .ti {
  display: inline-block;
}
.wrap-articles .h1 .ja .ti .small {
  font-size: 0.875rem;
}
.wrap-articles .h1 .en {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--c-base);
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .wrap-articles .h1 .en {
    font-size: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .article-column .h1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media print, screen and (min-width: 768px) {
  .wrap-articles:not(:last-child) {
    margin-bottom: 5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .wrap-articles:not(:last-child) {
    margin-bottom: 12.5rem;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-articles .h1 .ja {
    font-size: 2.25em;
  }
}
@media print, screen and (min-width: 1200px) {
  .wrap-articles .h1 .ja {
    font-size: 2.45em;
  }
}
@media print, screen and (min-width: 1650px) {
  .wrap-articles .h1 .ja {
    font-size: 2.75em;
  }
}
.atl-norm {
  position: relative;
}
.atl-norm .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.atl-norm .row .atl--img {
  width: 100%;
  margin-bottom: 1.5em;
}
.atl-norm .row .atl--img .img {
  position: relative;
  width: 100%;
  padding-top: 68.1%;
}
.atl-norm .row .atl--img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.atl-norm .row .atl--details {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.atl-norm h1,
.atl-norm h2 {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.035em;
  margin-bottom: 0.5em;
  color: #101010;
}
.atl-norm p {
  font-size: 0.92em;
  line-height: 1.65;
  letter-spacing: 0.035em;
}

@media print, screen and (min-width: 960px) {
  .atl-norm .row .atl--img {
    width: 50%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .atl-norm .row .atl--details {
    width: 50%;
    padding-left: 2em;
    padding-right: 0;
  }
}
.wrap-articles.article-column {
  --c-base: var(--c-pink);
}
.wrap-articles.article-column .tab-menu {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: inherit;
  margin: 2em auto 2em;
}
.wrap-articles.article-column .tab-menu li {
  width: inherit;
  margin: 0 0.25em;
  font-size: 1.75em;
  padding: 0 0.25em 0.5rem;
}
.wrap-articles.article-column .tab-menu li.active {
  background-color: transparent;
  color: var(--c-base);
}

@media print, screen and (min-width: 768px) {
  .wrap-articles.article-column .tab-menu {
    width: inherit;
    margin: 3em auto 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-articles.article-column .tab-menu li {
    margin: 0 0.5em;
    font-size: 2.15em;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-articles.article-column .tab-menu li {
    font-size: 2.75em;
  }
}
.atl-column {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1em;
}
.atl-column:has(.atl-column-image) {
  max-width: 1180px;
}
.atl-column h3 {
  letter-spacing: 0.05em;
}
.atl-column p {
  text-indent: 1em;
  line-height: 2;
  letter-spacing: 0.035em;
  margin-bottom: 0;
}
.atl-column p.column-name {
  font-size: 1.15em;
  font-weight: 500;
  text-indent: 0;
  margin-bottom: 2em;
}
.atl-column p.column-name .title {
  display: inline-block;
  font-size: 0.8em;
}
@media print, screen and (min-width: 769px) {
  .atl-column figure {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: end;
  }
}
.atl-column figcaption {
  font-size: 0.875rem;
  line-height: 24/14;
}
@media print, screen and (max-width: 767px) {
  .atl-column figcaption {
    margin-top: 1.25rem;
  }
}
@media print, screen and (min-width: 768px) {
  .atl-column figcaption {
    font-size: 0.9375rem;
    line-height: 25/15;
  }
}
.atl-column figcaption p {
  text-indent: 0;
}
.atl-column figcaption p + p {
  margin-top: 1.75rem;
}

/*# sourceMappingURL=style.css.map */