@charset "UTF-8";
/*--------------------------------------------------------------
colors
--------------------------------------------------------------*/
:root {
  --cl-gold:#d0b867;
  --cl-goldL:#ece2c2;
  --cl-goldS:#7d6411;
  --cl-purple:#3259bf;
  --cl-grayDD:#2a2a2a;
  --cl-grayD:#777;
  --cl-gray:#ccc;
  --cl-grayL:#e6e6e6;
  --cl-grayLL:#f5f5f5;
  --cl-white:#fff;
  --cl-black:#111;
  --cl-red:#b21e28;
  --ncc:no-repeat center center;
}

/*--------------------------------------------------------------
easing
--------------------------------------------------------------*/
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .3s var(--easing);
}

/*--------------------------------------------------------------
sp-size
--------------------------------------------------------------*/
:root {
  --sp-s: 10px;
  --sp-xs: calc(var(--sp-s) / 2);
  --sp-m: calc(var(--sp-s) * 2);
  --sp-l: calc(var(--sp-s) * 4);
  --sp-xl: calc(var(--sp-s) * 8);
  --sp-xxl: calc(var(--sp-s) * 12);
  --sp-xxxl: calc(var(--sp-s) * 16);
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
col-width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
max-width
--------------------------------------------------------------*/
:root {
  --mxw-sm: 480px;
  --mxw-ms: 560px;
  --mxw-md: 800px;
  --mxw-lg: 1200px;
  --mxw-xl: 1800px;
}

/*--------------------------------------------------------------
fontsize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
z-index
--------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
  width: 100%;
  margin: 0 0 6%;
  border-top: 1px solid var(--cl-grayL);
}
table tr {
  width: 100%;
  line-height: 1.6;
  border-bottom: 1px solid var(--cl-grayL);
}
table tr th {
  padding: 8px;
  display: block;
  width: 100%;
  text-align: left;
  background: #f5f5f5;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  table tr th {
    padding: 15px;
    display: table-cell;
    width: auto;
    max-width: 30%;
  }
}
table tr td {
  padding: 12px 8px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 640px) {
  table tr td {
    padding: 15px;
    display: table-cell;
    width: auto;
  }
}

html {
  font-size: 100%;
}

body {
  line-height: 1;
  font-size: 100%;
  line-height: 1;
  color: var(--cl-black);
  -webkit-text-size-adjust: 100%;
  font-family: Roboto, "Droid Sans", "Helvetica Neue", Arial, "Noto Sans", "Noto Sans CJK JP", "source-han-serif-japanese", "NotoSans", "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body.education div.pagebody article div.topeducate h4 {
  border: none;
  padding: 0;
  font-size: 100%;
  margin-bottom: 0;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

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

:focus-visible {
  outline: 2px solid var(--cl-purple) !important;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .container {
    padding: 0 20px;
  }
}

.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin: 0 auto;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .span_1 {
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 1000px) {
  .span_2 {
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 1000px) {
  .span_3 {
    width: 25%;
  }
}

@media screen and (min-width: 1000px) {
  .span_4 {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 1000px) {
  .span_5 {
    width: 41.6666666667%;
  }
}

@media screen and (min-width: 1000px) {
  .span_6 {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .span_7 {
    width: 58.3333333333%;
  }
}

@media screen and (min-width: 1000px) {
  .span_8 {
    width: 66.6666666667%;
  }
}

@media screen and (min-width: 1000px) {
  .span_9 {
    width: 75%;
  }
}

@media screen and (min-width: 1000px) {
  .span_10 {
    width: 83.3333333333%;
  }
}

@media screen and (min-width: 1000px) {
  .span_11 {
    width: 91.6666666667%;
  }
}

@media screen and (min-width: 1000px) {
  .span_12 {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .gutters .col {
    margin-left: 2%;
  }
}
.gutters .col:first-child {
  margin-right: 0;
}
@media screen and (min-width: 1000px) {
  .gutters .col:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_1 {
    width: 6.5%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_2 {
    width: 15%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_3 {
    width: 23.5%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_4 {
    width: 32%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_5 {
    width: 40.5%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_6 {
    width: 49%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_7 {
    width: 57.5%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_8 {
    width: 66%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_9 {
    width: 74.5%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_10 {
    width: 83%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_11 {
    width: 91.5%;
  }
}
@media screen and (min-width: 1000px) {
  .gutters .span_12 {
    width: 100%;
  }
}

.reverse .col {
  float: right;
}
@media screen and (min-width: 1000px) {
  .reverse .gutters .col {
    margin-left: 0;
    margin-right: 2%;
  }
}
@media screen and (min-width: 1000px) {
  .reverse .gutters .col:first-child {
    margin-right: 0;
  }
}

/*.sortBlock*/
.sortBlock {
  border-radius: 8px;
  border: solid 1px #d3d9db;
  margin: 10px 0;
}
.sortBlock dl {
  border-bottom: solid 1px #d3d9db;
}
@media screen and (min-width: 768px) {
  .sortBlock dl {
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
}
.sortBlock dl dt {
  width: 100%;
  box-sizing: border-box;
  background-color: #e6e9ec;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .sortBlock dl dt {
    width: 10em;
  }
}
.sortBlock dl:first-child dt {
  border-top-left-radius: 8px;
}
.sortBlock dl:last-child {
  border-bottom: none;
}
.sortBlock dl:last-child dt {
  border-bottom-left-radius: 8px;
}
.sortBlock dl:last-of-type {
  border-bottom: none;
}
.sortBlock dt, .sortBlock dd, .sortBlock li {
  display: inline-block;
}
.sortBlock dt, .sortBlock dd {
  padding: 8px;
}
@media screen and (min-width: 480px) {
  .sortBlock dt, .sortBlock dd {
    display: table-cell;
  }
}
@media screen and (min-width: 480px) {
  .sortBlock dd {
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.fb {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tdn {
  text-decoration: none;
}

.tdu {
  text-decoration: underline;
}

.trans {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.notrans {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}

.bgsc {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.inline {
  display: -moz-inline-box;
  display: inline-block;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

html {
  height: 100%;
}

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

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf {
  *zoom: 1;
}
.cf:after {
  clear: both;
}

a:link {
  color: var(--cl-purple);
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:visited {
  color: var(--cl-purple);
  text-decoration: underline;
}
a:hover {
  color: var(--cl-gray);
  text-decoration: underline;
}
a:active {
  color: var(--cl-purple);
  text-decoration: underline;
}
a img {
  border: none;
  text-decoration: none;
}
a img:hover {
  border: none;
  opacity: 0.6;
  text-decoration: none;
}

em {
  background: linear-gradient(transparent 60%, var(--cl-gold) 60%);
}

strong {
  font-weight: bold;
}

.wf {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

.attention {
  color: var(--cl-red);
}

.italic {
  font-style: italic;
}

.small {
  font-size: 80% !important;
}

.large {
  font-size: 139% !important;
}

::selection {
  background: var(--cl-gold);
  color: var(--cl-white);
}

::-moz-selection {
  background: var(--cl-gold);
  color: var(--cl-white);
}

button#menubtn {
  position: fixed;
  right: 0;
  top: 0;
  line-height: 50px;
  height: 50px;
  width: 50px;
  z-index: 980;
}
button#menubtn.active {
  position: fixed;
}

button.btn {
  background-color: var(--cl-black);
  color: var(--cl-white);
  border: none;
  cursor: pointer;
  outline-offset: -2px;
}
@media screen and (min-width: 768px) {
  button.btn {
    display: none;
  }
}
button.btn .fa {
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
}
button.active {
  background-color: var(--cl-white);
  color: var(--cl-black);
}

div#spnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 970;
}
div#spnav nav {
  padding: 68px 0 0;
}
div#spnav nav ul {
  font-size: 1rem;
  text-align: center;
}
div#spnav nav ul li {
  width: 50%;
  float: left;
  letter-spacing: 1px;
  display: block;
}
div#spnav nav ul li a {
  display: block;
  padding: 20px 0;
}
div#spnav nav ul li a:link {
  color: var(--cl-white);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
div#spnav nav ul li a:visited {
  color: var(--cl-white);
  text-decoration: none;
}
div#spnav nav ul li a:hover {
  color: var(--cl-gold);
  text-decoration: none;
}
div#spnav nav ul li a:active {
  color: var(--cl-white);
  text-decoration: none;
}

header {
  z-index: 9;
  width: 100%;
  height: 50px;
  padding: 10px 0 0;
  position: relative;
  background: rgba(255, 255, 255, 0.97);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  height: auto;
  padding: 15px;
}
header h1 {
  z-index: 10;
  position: relative;
  width: 180px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 240px;
  }
}
header h1 a {
  display: block;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 15px;
}
header.fixed h1 {
  width: 160px;
}
header div.mainnav {
  z-index: 30;
  position: relative;
}
header div.mainnav nav {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
header div.mainnav nav ul {
  margin: 15px auto 0;
}
header div.mainnav nav ul li {
  display: -moz-inline-box;
  display: inline-block;
  letter-spacing: 0.5px;
  z-index: 30;
}
header div.mainnav nav ul li a {
  display: block;
  padding: var(--sp-xs) var(--sp-s);
}
header div.mainnav nav ul li a:link {
  color: var(--cl-black);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
header div.mainnav nav ul li a:visited {
  color: var(--cl-black);
  text-decoration: none;
}
header div.mainnav nav ul li a:hover {
  color: var(--cl-grayD);
  text-decoration: none;
}
header div.mainnav nav ul li a:active {
  color: var(--cl-black);
  text-decoration: none;
}

div.langnav {
  z-index: 990;
  position: fixed;
  top: 0;
  left: 8px;
  font-size: 85%;
  left: auto;
}
@media screen and (min-width: 1000px) {
  div.langnav {
    right: 42px;
    font-size: 100%;
  }
}
div.langnav a {
  padding: 8px 10px 10px;
  display: block;
  background: var(--cl-goldS);
  border-radius: 0 0 6px 6px;
}
div.langnav a:link {
  color: var(--cl-white);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
div.langnav a:visited {
  color: var(--cl-white);
  text-decoration: none;
}
div.langnav a:hover {
  color: var(--cl-white);
  text-decoration: none;
  background: var(--cl-grayD);
}
div.langnav a:active {
  color: var(--cl-white);
  text-decoration: none;
}
div#topSlider {
  height: 100vh;
}
div#topSlider .swiper-wrapper {
  height: 95vh;
}
div#topSlider .swiper-wrapper .swiper-slide {
  height: 95vh;
}
div#topSlider .swiper-wrapper .swiper-slide article {
  height: 95vh;
  position: relative;
  text-align: center;
}
div#topSlider .swiper-wrapper .swiper-slide article a {
  position: absolute;
  top: 75%;
  right: 5%;
  padding: 15px;
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.95);
  display: block;
  font-weight: bold;
  box-shadow: var(--cl-gold) 7px 7px 0;
  width: auto;
  min-width: 211px;
}
@media screen and (min-width: 1000px) {
  div#topSlider .swiper-wrapper .swiper-slide article a {
    top: 80%;
    right: 5%;
    padding: 25px;
    font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
    letter-spacing: 3px;
    box-shadow: var(--cl-gold) 12px 12px 0;
    width: auto;
    min-width: 280px;
  }
}
div#topSlider .swiper-wrapper .swiper-slide article a:link {
  color: var(--cl-black);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
div#topSlider .swiper-wrapper .swiper-slide article a:visited {
  color: var(--cl-black);
  text-decoration: none;
}
div#topSlider .swiper-wrapper .swiper-slide article a:hover {
  color: var(--cl-black);
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  div#topSlider .swiper-wrapper .swiper-slide article a:hover {
    color: var(--cl-white);
    background: var(--cl-gold);
    box-shadow: var(--cl-gold) 0px 0px 0;
  }
}
div#topSlider .swiper-wrapper .swiper-slide article a:active {
  color: var(--cl-black);
  text-decoration: none;
}
div#topSlider .swiper-wrapper .swiper-slide.slider01 {
  background: url("../_img/slider/01.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#topSlider .swiper-wrapper .swiper-slide.slider02 {
  background: url("../_img/slider/02.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#topSlider .swiper-wrapper .swiper-slide.slider03 {
  background: url("../_img/slider/03.jpg") no-repeat left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#topSlider .swiper-wrapper .swiper-slide.slider04 {
  background: url("../_img/top/mainvisual_movie.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#topSlider .swiper-wrapper .swiper-slide.slider05 {
  background: url("../_img/top/mainvisual_mco100.jpg") no-repeat 50% center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#topSlider .swiper-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 1vh;
  right: 0;
  left: 0;
}
div#topSlider .swiper-control .swiper-pagination {
  width: max-content;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  height: 10px;
}
div#topSlider .swiper-control .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
div#topSlider .swiper-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
div#topSlider .swiper-control .swiper-btn {
  cursor: pointer;
}
div.topbox {
  margin: 0 auto;
  padding: 6% 4%;
  margin: 0 auto;
  padding: 6% 4%;
}
div.topbox h2 {
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  letter-spacing: 1px;
  border-bottom: 3px solid var(--cl-grayL);
  font-weight: bold;
  margin: 0 0 4%;
  padding: 20px 0 20px 50px;
  background: url("../_img/bg/hbg.png") no-repeat left center;
  background-size: 36px 36px;
}
@media screen and (min-width: 1000px) {
  div.topbox h2 {
    font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
    letter-spacing: 2px;
  }
}
div.topbox h2.wf {
  font-weight: normal;
}
div.topmv {
  margin: 0 auto;
  padding: 12% 4%;
  background: url("../_img/bg/topbg.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 10% 0;
  background: url("../_img/bg/topbg.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
div.topmv article {
  width: 60%;
  margin: 0 auto;
}
div.topeducate {
  padding: 8% 0 8%;
  background: var(--cl-white) url("../_img/bg/topeducate.jpg") no-repeat top center;
  background-size: contain;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5% 0;
}
div.topeducate h2 {
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  letter-spacing: 1px;
  margin: 0 0 6%;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  padding: 0;
  margin: 0 0 6%;
  letter-spacing: 2px;
}
div.topeducate h2 p {
  background: linear-gradient(transparent 60%, var(--cl-goldL) 60%);
  padding: 0 5px;
  padding: 0 10px;
}
div.topeducate ul {
  margin: 0 4% 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
div.topeducate ul li {
  display: block;
  padding: 0 0 2%;
  margin: 0 0 2%;
  border-bottom: 1px dashed var(--cl-grayL);
  width: 31.3333333%;
  margin: 0 1% 0;
  padding: 0;
  border-bottom: none;
}
div.topeducate ul li a {
  display: block;
}
div.topeducate ul li a article {
  line-height: 1.7;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: block;
}
div.topeducate ul li a article section {
  width: 40%;
  width: 100%;
}
div.topeducate ul li a article section img {
  border: 1px solid #f5f5f5;
  border: none;
}
div.topeducate ul li a article section p {
  color: var(--cl-gray);
  color: var(--cl-gold);
  font-size: 85%;
}
div.topeducate ul li a article section span {
  display: block;
  font-size: 80%;
}
div.topeducate ul li a article section:last-child {
  width: 56%;
  width: 100%;
}
div.topeducate ul li a article p {
  margin-bottom: 0px !important;
}
div.topeducate ul li a:link {
  color: var(--cl-black);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
div.topeducate ul li a:visited {
  color: var(--cl-black);
  text-decoration: none;
}
div.topeducate ul li a:hover {
  color: var(--cl-gold);
  text-decoration: none;
}
div.topeducate ul li a:active {
  color: var(--cl-black);
  text-decoration: none;
}
div.topeducate ul li:last-child {
  margin: 0;
  margin: 0 1% 0;
}
div.topeducate .trimming {
  position: relative;
  overflow: hidden;
}
div.topeducate .trimming img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.topeducate .trimming:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
div.topsponsor {
  padding: 4% 0 2%;
  padding: 4% 0 3%;
}
div.topsponsor h2 {
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  letter-spacing: 1px;
  margin: 0 0 4%;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  div.topsponsor h2 {
    font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
    letter-spacing: 2px;
  }
}
div.topsponsor h2 span {
  background: linear-gradient(transparent 60%, var(--cl-goldL) 60%);
  padding: 0 5px;
  padding: 0 10px;
}
div.topsponsor ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: center;
}
div.topsponsor ul li {
  margin: 2%;
  margin: 2% 5px;
}
div.topsponsor .text li {
  margin-right: 1%;
}
div.topdiv {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0 0 8%;
}
@media screen and (min-width: 1000px) {
  div.topdiv {
    padding-bottom: 18%;
  }
}
@media screen and (min-width: 1480px) {
  div.topdiv {
    padding-bottom: 8%;
  }
}
div.topdiv section {
  display: block;
}
div.topdiv section h2 {
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  margin: 0 0 4%;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 1000px) {
  div.topdiv section h2 {
    font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
    margin: 0 0 4%;
    text-align: left;
  }
}
div.topdiv section p {
  line-height: 1.7;
  margin: 0 0 4%;
  margin: 0 0 6%;
}
div.topdiv section ul {
  text-align: center;
}
div.topdiv section ul li {
  margin: 0 auto 3%;
  width: 60%;
  margin: 0 auto 4%;
}
div.topdiv section ul li a {
  padding: 10px;
  display: block;
  border: 2px solid var(--cl-goldS);
  padding: 15px;
}
div.topdiv section ul li a:link {
  color: var(--cl-goldS);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
div.topdiv section ul li a:visited {
  color: var(--cl-goldS);
  text-decoration: none;
}
div.topdiv section ul li a:hover {
  color: var(--cl-white);
  text-decoration: none;
  background: var(--cl-goldS);
}
div.topdiv section ul li a:active {
  color: var(--cl-goldS);
  text-decoration: none;
}
div.topdiv section ul li:last-child {
  margin: 0 auto;
  margin: 0 auto;
}
div.topdiv section:first-child {
  z-index: 7;
  position: relative;
}
@media screen and (min-width: 1000px) {
  div.topdiv section:first-child {
    z-index: 8;
    width: 60%;
  }
}
div.topdiv section:last-child {
  z-index: 8;
  position: relative;
  width: 90%;
  padding: 4%;
  background: var(--cl-white);
  margin: -6% auto 8%;
}
@media screen and (min-width: 1000px) {
  div.topdiv section:last-child {
    z-index: 7;
    width: 85%;
    position: absolute;
    top: 15%;
    right: 0;
    padding: 6% 6% 6% 50%;
    margin: 0 0 6%;
  }
}
@media screen and (min-width: 1000px) {
  div.topdiv.altver {
    margin: 0;
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 1000px) {
  div.topdiv.altver section:first-child {
    float: right;
  }
}
@media screen and (min-width: 1000px) {
  div.topdiv.altver section:last-child {
    right: auto;
    left: 0;
    padding: 6% 50% 6% 6%;
  }
}
div.introbox {
  width: 100%;
  background: url("../_img/bg/00.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 0 6%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 60px;
}
div.introbox .pagetitle {
  padding: 60px 0;
  text-align: center;
  font-weight: bold;
  padding: 160px 0;
}
div.introbox .pagetitle h2 {
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  letter-spacing: 2px;
  color: var(--cl-white);
  text-shadow: 1px 1px 3px var(--cl-black);
}
@media screen and (min-width: 1000px) {
  div.introbox .pagetitle h2 {
    font-size: clamp(2.5rem, 2.1795rem + 1.3675vw, 3rem);
    letter-spacing: 8px;
  }
}
div.midashibox {
  padding: 6%;
  background: #f5f5f5;
  margin: 0 0 6%;
  text-align: center;
}
div.midashibox p {
  line-height: 1.7;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.7;
}
div.pagebody article {
  margin-bottom: 6%;
  padding: 0;
}
div.pagebody article .postdate {
  color: var(--cl-goldS);
}
div.pagebody article div.postbody {
  background: var(--cl-white);
  padding: 0 6% 6%;
  word-wrap: break-word;
  line-height: 1.7;
}
div.pagebody article div.postbody h3 {
  font-size: 139%;
  margin: 0 0 4%;
  padding: 3% 0 3%;
  border-top: 1px solid var(--cl-grayD);
  border-bottom: 1px solid var(--cl-grayD);
  letter-spacing: 1px;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  margin-bottom: 30px;
  letter-spacing: 2px;
  padding: 20px 0 20px;
}
div.pagebody article div.postbody h4 {
  font-size: 1rem;
  margin-bottom: 4%;
  padding: 0 0 1%;
  border-bottom: 3px double var(--cl-grayL);
  background: none;
  font-weight: bold;
  font-size: 131%;
  margin-bottom: 15px;
  padding: 0 0 10px;
}
div.pagebody article div.postbody section {
  margin-bottom: 4%;
}
div.pagebody article div.postbody section:last-child {
  margin-bottom: 0;
}
div.pagebody article div.postbody img {
  margin: 0 0 4%;
  margin: 0 0 20px;
}
div.pagebody article div.postbody img.alignleft + br {
  display: none;
}
div.pagebody article div.postbody img.alignright + br {
  display: none;
}
div.pagebody article div.postbody p {
  margin-bottom: 4%;
  line-height: 1.7;
  margin-bottom: 20px;
}
div.pagebody article div.postbody p > img {
  margin: 0;
}
div.pagebody article div.postbody > section {
  margin-bottom: 50px;
}
div.pagebody article div.postbody .size-thumbnail {
  width: 320px;
  height: auto;
}
div.pagebody article div.postbody .size-medium {
  width: 320px;
  height: auto;
}
div.pagebody article div.postbody .size-large {
  width: 640px;
  height: auto;
}
div.pagebody article div.postbody .aligncenter {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 0 auto 20px;
}
div.pagebody article div.postbody .alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: -moz-inline-box;
  display: inline-block;
}
div.pagebody article div.postbody .alignright {
  float: right;
  margin: 0 0 20px 20px;
  display: -moz-inline-box;
  display: inline-block;
}
div.pagebody article:last-child {
  margin-bottom: 0;
}
div.schedule {
  background: var(--cl-purple);
  color: var(--cl-white);
  line-height: 1.7;
  padding: 5px 10px;
  margin: 0 0 2%;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: bold;
  font-size: 124%;
  margin: 0 0 1%;
}
div.voicelist ul {
  padding: 0 6% 6%;
  padding: 0 0 6%;
}
div.voicelist ul li {
  text-align: center;
  margin: 0 0 4%;
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
}
div.voicelist ul li a {
  display: block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 124%;
  letter-spacing: 1px;
  border: 1px solid var(--cl-grayD);
  display: block;
  padding: 20px 0;
  letter-spacing: 2px;
}
div.voicelist ul li a:link {
  color: var(--cl-black);
  text-decoration: none;
}
div.voicelist ul li a:visited {
  color: var(--cl-black);
  text-decoration: none;
}
div.voicelist ul li a:hover {
  color: var(--cl-gold);
  text-decoration: none;
  border: 1px solid var(--cl-gold);
}
div.voicelist ul li a:active {
  color: var(--cl-black);
  text-decoration: none;
}
div.voicelist ul li:nth-child(3n) {
  margin: 0 0 2% 0;
}
div.pagenation {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
div.pagenation a {
  display: block;
  margin: 0 auto 0;
}
div.pagenation a:link {
  color: var(--cl-white);
  text-decoration: none;
}
div.pagenation a:visited {
  color: var(--cl-white);
  text-decoration: none;
}
div.pagenation a:hover {
  color: var(--cl-white);
  text-decoration: none;
}
div.pagenation a:active {
  color: var(--cl-white);
  text-decoration: none;
}
div.pagenation a div {
  background: var(--cl-goldS);
  display: block;
  padding: 10px;
  margin: 0 0 6%;
  padding: 12px 15px;
  border-radius: 8px;
  transition: 0.2s;
}
div.pagenation a div:hover {
  background: var(--cl-black);
}
div.pagenation div.next {
  float: right;
}
div.pagenation div.prev {
  float: left;
}
div.backtolist {
  margin: 2% auto 8%;
  width: 60%;
  margin: 0 auto 4%;
}
div.backtolist a div {
  border-radius: 8px;
  padding: 15px;
}
div.educatelist ul {
  margin: 0 4% 6%;
  margin: 0 0 6%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
div.educatelist ul li {
  display: block;
  padding: 0 0 2%;
  margin: 0 0 2%;
  border-bottom: 1px dashed var(--cl-grayL);
  width: 32%;
  margin: 0 2% 2% 0;
  padding: 0;
  border-bottom: none;
  text-align: center;
}
div.educatelist ul li a {
  display: block;
  font-weight: bold;
}
div.educatelist ul li a article {
  line-height: 1.7;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  display: block;
}
div.educatelist ul li a article section {
  width: 40%;
  width: 100%;
}
div.educatelist ul li a article section img {
  border: 1px solid #f5f5f5;
  border: none;
}
div.educatelist ul li a article section span {
  color: var(--cl-gray);
  color: var(--cl-gray);
  font-size: 85%;
}
div.educatelist ul li a article section:last-child {
  width: 56%;
  width: 100%;
  padding: 10px;
  background: var(--cl-purple);
}
div.educatelist ul li a:link {
  color: var(--cl-black);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: var(--cl-white);
  text-decoration: none;
}
div.educatelist ul li a:visited {
  color: var(--cl-black);
  text-decoration: none;
  color: var(--cl-white);
  text-decoration: none;
}
div.educatelist ul li a:hover {
  color: var(--cl-gold);
  text-decoration: none;
  color: var(--cl-white);
  text-decoration: none;
  opacity: 0.7;
}
div.educatelist ul li a:active {
  color: var(--cl-black);
  text-decoration: none;
  color: var(--cl-white);
  text-decoration: none;
}
div.educatelist ul li:last-child {
  margin: 0;
}
div.educatelist ul li:nth-child(3n) {
  margin: 0 0 2% 0;
}
div.message a {
  display: block;
  background: var(--cl-goldS);
}
div.message a:link {
  color: var(--cl-white);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
div.message a:visited {
  color: var(--cl-white);
  text-decoration: none;
}
div.message a:hover {
  color: var(--cl-white);
  text-decoration: none;
  background: var(--cl-black);
}
div.message a:active {
  color: var(--cl-white);
  text-decoration: none;
}
div.message div.messagebtn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
div.message div.messagebtn section {
  width: 40%;
  margin: 0 !important;
}
div.message div.messagebtn section img {
  margin-bottom: 0 !important;
}
div.message div.messagebtn section:last-child {
  width: 56%;
  padding: 0 10px 0 0;
}
div.aboutbox {
  margin: 0 0 6%;
}
div.aboutbox ul {
  margin: 0 0 4%;
  width: 100%;
  height: 100%;
}
div.aboutbox ul li {
  width: 66.6%;
  float: left;
}
div.aboutbox ul li:nth-child(2n) {
  float: right;
  width: 33%;
  margin: 0 0 0.4%;
}
div.aboutbox ul li:nth-child(3n) {
  float: right;
  width: 33%;
  margin: 0;
}
div.aboutbox div.aboutdesc h4 {
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  letter-spacing: 3px;
  border-bottom: 2px solid var(--cl-black);
  padding: 0 0 10px;
  margin: 0 auto 4%;
  text-align: center;
  width: 80%;
}
div.aboutbox div.aboutdesc p {
  background: var(--cl-white);
  padding: 6%;
  line-height: 1.8;
  font-weight: bold;
}
div.lightbox {
  margin: 2% auto 0;
  line-height: 1.7;
  text-shadow: 1px 1px 1px var(--cl-black);
  width: 80%;
}
div.lightbox img {
  max-width: 320px;
  margin: 0 auto 4%;
  display: block;
  margin: 0 auto 3%;
}
div.lightbox h1 {
  color: var(--cl-white);
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  margin: 0 auto 4%;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  margin: 0 auto 3%;
}
div.lightbox p {
  color: var(--cl-white);
  margin: 0 auto 4%;
  margin: 0 auto 3%;
}
div.footnav nav {
  margin: 0 0 10px;
}
div.footnav nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
div.footnav nav ul li {
  width: 50%;
  border-bottom: 1px solid var(--cl-grayDD);
}
div.footnav nav ul li a {
  display: block;
  padding: 10px 0;
}
div.footnav nav ul li:nth-child(odd) {
  border-right: 1px solid var(--cl-grayDD);
}
div.topmapbox .ggmap {
  padding-bottom: 100%;
}
div.educatelist2 li {
  line-height: 1.6;
  margin-bottom: 5%;
}
@media screen and (min-width: 1000px) {
  div.educatelist2 li > div {
    display: flex;
  }
}
div.educatelist2 li p {
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  div.educatelist2 li p {
    line-height: 1.6;
  }
}
div.educatelist2 li h2 {
  font-size: 150%;
  margin-bottom: 15px;
  font-weight: bold;
}
div.educatelist2 li .midashi {
  font-size: 130%;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  div.educatelist2 li .pic {
    width: 40%;
    margin-right: 3%;
  }
}
@media screen and (min-width: 1000px) {
  div.educatelist2 li .textBlock {
    width: 67%;
  }
}

#layer {
  width: 100%;
  position: relative;
  background: var(--cl-white);
  clear: both;
}

.home #layer {
  z-index: 4;
  margin-top: 100vh;
}

div#sliderbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  height: 100vh;
}

article.topconcert {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
article.topconcert section {
  width: 30%;
  width: 36%;
}
article.topconcert section img {
  border: 1px solid #f5f5f5;
}
article.topconcert section:first-child {
  width: 66%;
  line-height: 1.7;
  width: 58%;
}
article.topconcert section:first-child h3 {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 1px;
}
article.topconcert section:first-child h3 span {
  display: block;
  font-size: 80%;
}
article.topconcert div.readmore {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 4% 0 0;
  width: 60%;
  margin: 6% 0 0;
}
article.topconcert div.readmore a {
  display: block;
  padding: 8px;
  border: 2px solid var(--cl-goldS);
  padding: 10px;
}
article.topconcert div.readmore a:link {
  color: var(--cl-goldS);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
article.topconcert div.readmore a:visited {
  color: var(--cl-goldS);
  text-decoration: none;
}
article.topconcert div.readmore a:hover {
  color: var(--cl-white);
  text-decoration: none;
  background: var(--cl-goldS);
}
article.topconcert div.readmore a:active {
  color: var(--cl-goldS);
  text-decoration: none;
}

ul.topnews li {
  padding: 0 0 2%;
  margin: 0 0 2%;
  border-bottom: 1px dashed var(--cl-grayL);
  line-height: 1.7;
  padding: 0 0 2%;
  margin: 0 0 2%;
  border-bottom: 1px dashed var(--cl-grayL);
  line-height: 1.7;
}
ul.topnews li span {
  color: var(--cl-gray);
  color: var(--cl-gray);
}
ul.topnews li a:link {
  color: var(--cl-black);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: var(--cl-black);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
ul.topnews li a:visited {
  color: var(--cl-black);
  text-decoration: none;
  color: var(--cl-black);
  text-decoration: none;
}
ul.topnews li a:hover {
  color: var(--cl-gold);
  text-decoration: none;
  color: var(--cl-gold);
  text-decoration: none;
}
ul.topnews li a:active {
  color: var(--cl-black);
  text-decoration: none;
  color: var(--cl-black);
  text-decoration: none;
}
ul.newslist {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  ul.newslist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
ul.newslist li {
  display: block;
  padding: 0 6%;
  margin: 0 0 6%;
}
@media screen and (min-width: 640px) {
  ul.newslist li {
    width: 48%;
    padding: 0;
    margin: 0 4% 4% 0;
  }
}
ul.newslist li a {
  display: block;
}
ul.newslist li a:link {
  color: var(--cl-black);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
ul.newslist li a:visited {
  color: var(--cl-black);
  text-decoration: none;
}
ul.newslist li a:hover {
  color: var(--cl-gray);
  text-decoration: none;
}
ul.newslist li a:active {
  color: var(--cl-black);
  text-decoration: none;
}
ul.newslist li article {
  padding: 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
ul.newslist li article section:first-child {
  width: 32%;
  margin: 0 4% 0 0;
  width: 30%;
  margin: 0 4% 0 0;
}
ul.newslist li article section:last-child {
  width: 64%;
  width: 66%;
}
ul.newslist li article section h3 {
  font-weight: bold;
}
ul.newslist li:nth-child(2n) {
  margin: 0 0 4% 0;
}
ul.btnlist li.linkbtn {
  margin: 0 0 4%;
}
@media screen and (min-width: 1000px) {
  ul.btnlist li.linkbtn {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
  }
}
ul.btnlist li.linkbtn:last-child {
  margin: 0;
}

.about div.introbox {
  background: url("../_img/bg/about.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about div.postbody a {
  display: block;
}

.concert div.introbox {
  background: url("../_img/bg/concert.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ticket div.introbox {
  background: url("../_img/bg/ticket.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.education div.introbox {
  background: url("../_img/bg/education.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.archive div.introbox {
  background: url("../_img/bg/archive.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.archive ul.newslist li article {
  background: #fcfbf6;
  -webkit-align-items: center;
  align-items: center;
}
.archive ul.newslist li article section span {
  font-size: 85%;
  display: block;
}
.archive ul.newslist li article section h3 {
  font-size: 108%;
  letter-spacing: 1px;
}
.archive ul.newslist li article section img {
  border: 1px solid #f5f5f5;
}

.product div.introbox {
  background: url("../_img/bg/product.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.product ul.newslist li article section span {
  font-size: 85%;
}
.product ul.newslist li article section p {
  font-size: 85%;
}
.product ul.newslist li article section img {
  border: 1px solid #f5f5f5;
}

.voice div.introbox {
  background: url("../_img/bg/voice.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact div.introbox {
  background: url("../_img/bg/contact.jpg") var(--ncc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.linkbtn {
  margin: 0;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .linkbtn {
    width: 40%;
    margin: 0 auto;
    letter-spacing: 1px;
  }
}
.linkbtn a {
  padding: 12px 0;
  background: var(--cl-goldS);
  display: block;
  padding: 20px 0;
}
.linkbtn a:link {
  color: var(--cl-white);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.linkbtn a:visited {
  color: var(--cl-white);
  text-decoration: none;
}
.linkbtn a:hover {
  color: var(--cl-white);
  text-decoration: none;
  background: var(--cl-goldL);
}
.linkbtn a:active {
  color: var(--cl-white);
  text-decoration: none;
}
.linkbtn .thin {
  padding: 10px 0;
}

.vbox-close {
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 4px 0 0;
  display: block;
  overflow: hidden;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1050;
  color: var(--cl-white);
  top: 8%;
  right: 8%;
  width: 76px;
  height: 76px;
  padding: 0;
  font-size: 64px;
  line-height: 64px;
}

footer {
  z-index: 3;
  position: relative;
  background: var(--cl-black);
  color: var(--cl-white);
  padding: 0 0 10px;
  text-align: center;
  padding: 20px 0;
}
footer a:link {
  color: var(--cl-white);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
footer a:visited {
  color: var(--cl-white);
  text-decoration: none;
}
footer a:hover {
  color: var(--cl-gray);
  text-decoration: none;
}
footer a:active {
  color: var(--cl-white);
  text-decoration: none;
}
footer small {
  font-size: 75%;
}
footer div.footreserve {
  width: 300px;
  margin: 0 auto;
  padding: 30px 15px 20px;
}
footer div.footright {
  position: absolute;
  bottom: 8%;
  right: 2%;
  text-align: right;
}
footer div.footright img {
  width: 100px;
}
footer div.footleft {
  position: absolute;
  bottom: 8%;
  left: 2%;
  text-align: left;
}

div#back {
  z-index: 55;
  position: fixed;
  bottom: 36px;
  right: 12px;
}
div#back a {
  background: var(--cl-gold);
  padding: 21px 15px 19px;
  border-radius: 100%;
  text-decoration: none;
}
div#back a i {
  font-size: 150%;
  color: var(--cl-white);
}
div#back a:hover {
  opacity: 0.6;
}

.ggmap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 75%;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  display: inline-block;
  cursor: pointer;
  border: 1px solid var(--cl-grayL);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 6px;
  background-color: var(--cl-black);
}

@media screen and (min-width: 1000px) {
  .leftbox {
    padding-right: 4%;
  }
}

@media screen and (min-width: 1000px) {
  .rightbox {
    padding-left: 4%;
  }
}

.vbox-prev {
  left: 16% !important;
}

.vbox-next {
  right: 16% !important;
}

.spmb {
  margin-bottom: 4%;
}

div.video_box {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
div.video_box iframe,
div.video_box object,
div.video_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption {
  font-size: clamp(0.625rem, 0.5449rem + 0.3419vw, 0.75rem);
  margin-top: -10px;
}

.pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0;
}
.pager li {
  display: inline-block;
  background-color: var(--cl-goldS);
  color: var(--cl-white);
  padding: 10px 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.pager li.non {
  background-color: transparent;
  color: #000;
}
.pager li.non:hover {
  background-color: transparent;
  color: #000;
  cursor: default;
  opacity: 1;
}
.pager li:last-child {
  margin-right: 0;
}
.pager li:hover {
  cursor: pointer;
  background-color: #000;
  color: var(--cl-white);
}
.pager .active {
  background-color: #000;
  color: var(--cl-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

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

/*=====================================================================
swiperSlider
=====================================================================*/
.swiper {
  padding-bottom: 40px;
}
.swiper .swiper-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
}
.swiper .swiper-control .swiper-pagination {
  width: max-content;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  height: 10px;
}
.swiper .swiper-control .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper .swiper-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.swiper .swiper-control .swiper-btn {
  cursor: pointer;
}

#sliderSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  padding-left: var(--sp-m);
  padding-right: var(--sp-m);
}
@media screen and (min-width: 768px) {
  #sliderSwiper .swiper-wrapper .swiper-slide {
    width: auto;
    padding-left: var(--sp-m);
    padding-right: var(--sp-m);
  }
}
#sliderSwiper .swiper-wrapper .swiper-slide a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #sliderSwiper .swiper-wrapper .swiper-slide a {
    width: max-content;
  }
}
#sliderSwiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #sliderSwiper .swiper-wrapper .swiper-slide a img {
    height: 200px;
    width: auto;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
/* micormodal */
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide .modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.micromodal-slide .modal__overlay .modal__container {
  background-color: transparent;
  max-height: 80vh;
  max-width: 640px;
  overflow-y: auto;
  padding: 20px;
  width: calc(100% - 40px);
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 769px) {
  .micromodal-slide .modal__overlay .modal__container {
    width: 80%;
  }
}
.micromodal-slide .modal__overlay .modal__container .modal__header {
  align-items: flex-start;
  gap: 40px;
  display: flex;
  justify-content: flex-end;
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  position: relative;
}
.micromodal-slide .modal__overlay .modal__container .modal__header .modal__title {
  flex-grow: 1;
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  line-height: 1.5;
}
.micromodal-slide .modal__overlay .modal__container .modal__header .modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  border-radius: 5px;
  font-size: clamp(1.125rem, 0.8846rem + 1.0256vw, 1.5rem);
  color: var(--cl-black);
}
.micromodal-slide .modal__overlay .modal__container .modal__header .modal__close:focus, .micromodal-slide .modal__overlay .modal__container .modal__header .modal__close:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.micromodal-slide .modal__overlay .modal__container .modal__header .modal__close:focus-visible {
  outline: 2px solid #5475cc;
}
.micromodal-slide .modal__overlay .modal__container .modal__content {
  width: 100%;
  min-width: unset;
  padding-bottom: 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.micromodal-slide .modal__overlay .modal__container .modal__content p {
  line-height: 1.7em;
}
.micromodal-slide .modal__overlay .modal__container .modal__btn {
  font-size: 100%;
  background-color: transparent;
  color: var(--cl-black);
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0 auto;
  display: block;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.micromodal-slide .modal__overlay .modal__container .modal__btn:focus, .micromodal-slide .modal__overlay .modal__container .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.micromodal-slide .modal__overlay .modal__container .modal__btn:focus-visible {
  outline: 1px solid #5475cc;
  border: none;
}
.micromodal-slide .modal__overlay .modal__container .modal__footer {
  padding: 0;
  background-color: transparent;
}
.micromodal-slide .modal__overlay .modal__container .modal__footer .modal__btn {
  border: 1px solid var(--cl-black);
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__content, .micromodal-slide .modal__overlay {
  will-change: transform;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}