@charset "UTF-8";
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #4B4B4B;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1.5px;
  min-width: 1280px;
  height: 100%;
  word-break: break-all;
  font-feature-settings: "palt" 1;
  overflow: hidden;
}
body br {
  font-family: sans-serif;
}
body.is-loaded {
  height: auto;
  overflow: visible;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #2f9dd6;
  text-decoration: underline;
}
a:hover {
  color: #2f9dd6;
  text-decoration: none;
}
a, a img {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*=======================================
ヘッダー
=========================================*/
.l-nav {
  display: none;
}

.l-ticket {
  position: fixed;
  right: 0;
  bottom: 62px;
  z-index: 999;
}
.l-ticket a {
  display: block;
  content: "";
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 140%;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacign: 0.02em;
  background: #4B4B4B;
  padding: 27px 18px;
  text-align: center;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 86px;
  transform-origin: right bottom;
}
.l-ticket a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transform-origin: right bottom;
}

/*=======================================
ローディング
=========================================*/
.l-loading {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 19999;
  background: #fff;
}
.l-loading .title {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 2.12px;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  line-height: 120%;
  opacity: 1;
}
.l-loading .progress {
  position: absolute;
  left: 6%;
  bottom: 7%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  opacity: 1;
}
.l-loading .progress svg {
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
}
.l-loading .lead {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.2em;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  font-weight: 500;
  color: #363636;
  line-height: 180%;
  opacity: 0;
}
.l-loading .lead span {
  mix-blend-mode: multiply;
}
.l-loading .progressbar-text {
  position: static !important;
  left: 0 !important;
  top: 0 !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  width: 80px !important;
}
.l-loading.is-loaded .progress,
.l-loading.is-loaded .title {
  opacity: 0;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-loading.is-loaded .lead {
  opacity: 1;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}

/*=======================================
ページタイトル
=========================================*/
/*=======================================
コンテンツ
=========================================*/
.remodal {
  cursor: auto;
  padding: 80px 32px 32px;
  max-width: 684px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  cursor: auto;
}
.remodal-overlay {
  background-color: rgba(75, 75, 75, 0.7) !important;
}
.remodal-wrapper {
  cursor: pointer;
}
.remodal .inner {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.remodal .heading {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.remodal .heading .type {
  border: 1px solid #4B4B4B;
  padding: 10px 14px;
  margin-right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1.2px;
  line-height: 120%;
  font-weight: 500;
}
.remodal .heading .target {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1.2px;
  line-height: 120%;
  font-weight: 500;
}
.remodal .title {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.remodal .title .no {
  background: #D9D9D9;
  padding: 7px 12px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1.2px;
  line-height: 120%;
  margin-right: 18px;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  width: 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.remodal .title .name {
  font-weight: 400;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 138%;
  white-space: nowrap;
  width: calc(100% - 50px - 18px);
}
.remodal .lead {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  line-height: 178.75%;
  margin-bottom: 38px;
}
.remodal .spec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.remodal .spec li {
  flex-grow: 1;
  text-align: center;
  border-left: 1px solid #4B4B4B;
}
.remodal .spec li:first-child {
  border-left: 0;
}
.remodal .spec .h {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 1.2px;
  font-weight: 500;
  margin-bottom: 20px;
}
.remodal .spec .icon {
  margin-bottom: 24px;
}
.remodal .spec p {
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 1.2px;
  font-weight: 400;
}
.remodal-close {
  position: static;
  width: auto;
  height: auto;
  margin-left: auto;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 2px;
  line-height: 150%;
  font-weight: 500;
  opacity: 1;
  color: #4B4B4B;
}
.remodal-close:before {
  display: none;
}
.remodal-close span {
  display: block;
  background: url(../img/common/icon_close.svg) no-repeat right center;
  background-size: 18px 18px;
  padding-right: 33px;
}
.remodal.-pressed .heading .type {
  background-color: #D3E5ED;
  border-color: #90B6C6;
}
.remodal.-pressed .title .no {
  background-color: #90B6C6;
  color: #fff;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  margin-top: 175px;
  padding-bottom: 52px;
  position: relative;
}
.l-footer .c-wrap__1100 {
  position: relative;
}
.l-footer__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #A0A0A0;
  margin-bottom: 23px;
}
.l-footer__logo .logo {
  display: flex;
  align-items: center;
}
.l-footer__logo .logo h1 {
  margin-right: 30px;
}
.l-footer__logo .logo .sns {
  display: flex;
  align-items: center;
}
.l-footer__logo .logo .sns li {
  margin-right: 20px;
}
.l-footer__logo .logo .sns li:last-child {
  margin-right: 0;
}
.l-footer__logo .awards {
  display: flex;
  align-items: center;
}
.l-footer__logo .awards .benefit {
  margin-right: 40px;
}
.l-footer__logo .awards .achievement,
.l-footer__logo .awards .achievement a {
  display: flex;
  align-items: center;
}
.l-footer__logo .awards .achievement p {
  margin-right: 20px;
}
.l-footer__logo .awards .achievement p:last-child {
  margin-right: 0;
}
.l-footer__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__copyright .logo {
  display: flex;
  align-items: center;
}
.l-footer__copyright .logo p {
  margin-right: 38px;
}
.l-footer__copyright .logo p:last-child {
  margin-right: 0;
}
.l-footer__copyright .copyright {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.3px;
  font-weight: 500;
  line-height: 120%;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.l-footer__pagetop {
  position: absolute;
  top: 0;
  right: -88px;
}
.l-footer__pagetop a {
  display: block;
  color: #4B4B4B;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 110%;
  text-align: center;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.l-footer__pagetop span {
  display: block;
  padding-top: 63px;
  background: url(../img/common/pagetop.svg) no-repeat center top;
  background-size: 20px 55px;
}

/* ----------------------------- タブレット（769～1024px） */
/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 180%;
    min-width: initial;
  }

  .l-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8999;
    background: #fff;
  }
  .l-nav .wrap {
    padding: 30px 33px 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    height: 100vh;
  }
  .l-nav a {
    color: #4B4B4B;
    text-decoration: none;
  }
  .l-nav .logo {
    margin-bottom: 35px;
  }
  .l-nav .nav {
    margin-bottom: 52px;
  }
  .l-nav .nav li a {
    display: block;
    padding: 10px 28px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 140%;
    letter-spacing: 1.2px;
    font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 500;
  }
  .l-nav .nav li span {
    display: inline-block;
  }
  .l-nav .nav li ul {
    margin-bottom: 15px;
    padding-left: 37px;
  }
  .l-nav .nav li li a {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    padding: 4px 0 10px;
  }
  .l-nav .nav li li span {
    padding-left: 22px;
    position: relative;
  }
  .l-nav .nav li li span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid #4B4B4B;
    width: 16px;
  }
  .l-nav .nav li.ticket {
    margin-top: 15px;
    margin-left: 28px;
  }
  .l-nav .nav li.ticket a {
    background: #4B4B4B;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    padding: 12px 10px;
  }
  .l-nav .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 28px;
    margin-right: 28px;
  }
  .l-nav .foot .language {
    background: #fff;
    border: 1px solid #4b4b4b;
    padding: 4px 16px;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    color: #BDB8B8;
    letter-spacing: 1.5px;
  }
  .l-nav .foot .language .anchor {
    color: #4B4B4B;
  }
  .l-nav .foot .language a {
    color: #BDB8B8;
    text-decoration: none;
  }
  .l-nav .foot .sns {
    display: flex;
    align-items: center;
  }
  .l-nav .foot .sns li {
    margin-right: 30px;
  }
  .l-nav .foot .sns li:last-child {
    margin-right: 0;
  }

  .l-loading .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-loading .lead {
    font-size: 26px;
    font-size: 2.6rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .l-loading .lead img {
    width: 240px;
  }
  .l-loading .progress {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .remodal {
    cursor: auto;
    padding: 25px;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;
    cursor: auto;
  }
  .remodal-wrapper {
    padding: 15px 15px 0 !important;
  }
  .remodal.a1 .inner:before {
    content: "7";
  }
  .remodal.a4 .inner:before {
    content: "6";
  }
  .remodal.a5 .inner:before {
    content: "1";
  }
  .remodal.a6 .inner:before {
    content: "2";
  }
  .remodal.a7 .inner:before {
    content: "3";
  }
  .remodal.d1 .inner:before {
    content: "8";
  }
  .remodal.d2 .inner:before {
    content: "5";
  }
  .remodal.d3 .inner:before {
    content: "4";
  }
  .remodal .inner {
    padding: 30px 34px 0;
    position: relative;
  }
  .remodal .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #4B4B4B;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 500;
  }
  .remodal .heading .type {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 4px 6px;
    margin-right: 11px;
    letter-spacing: 0.6px;
  }
  .remodal .heading .target {
    letter-spacing: 0.6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .remodal .title {
    margin-bottom: 14px;
  }
  .remodal .title .no {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
    margin-right: 10px;
    width: 28px;
    text-align: center;
  }
  .remodal .title .name {
    font-size: 17px;
    font-size: 1.7rem;
    width: calc(100% - 38px);
    white-space: normal;
    line-height: 115%;
  }
  .remodal .lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 160%;
    letter-spacing: 0.1px;
  }
  .remodal .lead br {
    display: none;
  }
  .remodal .spec {
    margin-bottom: 22px;
  }
  .remodal .spec .h {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.68px;
    margin-bottom: 10px;
  }
  .remodal .spec .icon {
    margin-bottom: 8px;
  }
  .remodal .spec .icon img {
    width: 40px;
  }
  .remodal .spec p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.68px;
  }
  .remodal-close {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .remodal-close span {
    background-size: 9px 9px;
    padding-right: 18px;
  }

  .l-footer {
    margin-top: 90px;
    padding-bottom: 40px;
  }
  .l-footer .c-wrap__1100 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .l-footer__logo {
    padding-bottom: 30px;
    margin-bottom: 20px;
    display: block;
  }
  .l-footer__logo .logo {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .l-footer__logo .logo h1 {
    margin-right: 0;
    margin-top: 30px;
  }
  .l-footer__logo .logo h1 img {
    width: 133px;
  }
  .l-footer__logo .logo .sns li img {
    width: 20px;
  }
  .l-footer__logo .awards {
    justify-content: space-between;
  }
  .l-footer__logo .awards .benefit {
    margin-right: 30px;
  }
  .l-footer__logo .awards .achievement p {
    margin-right: 12px;
  }
  .l-footer__logo .awards .achievement p:last-child {
    margin-bottom: 0;
  }
  .l-footer__copyright {
    display: block;
  }
  .l-footer__copyright .logo {
    justify-content: center;
    margin-bottom: 30px;
  }
  .l-footer__copyright .logo p {
    margin-right: 33px;
  }
  .l-footer__copyright .logo p:first-child img {
    width: 93px;
  }
  .l-footer__copyright .logo p:nth-child(2) img {
    width: 115px;
  }
  .l-footer__copyright .logo p:lats-child {
    margin-right: 0;
  }
  .l-footer__copyright .copyright {
    @inclue fs(7);
    text-align: center;
  }
  .l-footer__pagetop {
    right: auto;
    left: 50%;
    margin-left: 106px;
  }
  .l-footer__pagetop a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 128%;
    letter-spacing: 1.5px;
  }
  .l-footer__pagetop span {
    background-image: url(../img/common/pagetop_sp.svg);
    background-size: 20px 40px;
    padding-top: 45px;
  }
}
/*=======================================
ページ
=========================================*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-col {
  color: #B44545;
}
.u-col__red {
  color: #F33;
}
.u-col__blue {
  color: #36F;
}

.u-mincho {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-gothic {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-style: bold;
}

.u-underline {
  font-style: underline;
}

.u-center {
  text-align: center !important;
}
.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}
.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}
.u-left th, .u-left td {
  text-align: left !important;
}

.u-top {
  vertical-align: top !important;
}
.u-top th, .u-top td {
  vertical-align: top !important;
}

.u-middle {
  vertical-align: middle !important;
}
.u-middle th, .u-middle td {
  vertical-align: middle !important;
}

.u-bottom {
  vertical-align: bottom !important;
}
.u-bottom th, .u-bottom td {
  vertical-align: bottom !important;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-anchor {
  position: relative;
  margin-top: -70px;
  padding-top: 70px;
}

.c-wrap {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__970 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__660 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.c-wrap-separate {
  padding-left: 90px;
  padding-right: 90px;
}

.u-bg1 {
  background: #f6f6f6;
}

.c-separate1 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.c-table1 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.c-table1 th,
.c-table1 td {
  line-height: 150%;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.c-table1 th {
  font-size: 20px;
  font-size: 2rem;
  background: #4fb3af;
  width: 228px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-table1 td {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
}

.c-table__nostyle {
  width: 100%;
}
.c-table__nostyle th, .c-table__nostyle td {
  padding: 2px 0 !important;
  border: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.js-tab__content {
  display: none;
}
.js-tab__content.is-active {
  display: block;
}

.u-googlemap-wrap {
  position: relative;
  padding-bottom: 67.3462%;
  height: 0;
  overflow: hidden;
}
.u-googlemap-wrap iframe,
.u-googlemap-wrap object,
.u-googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-googlecalendar-wrap {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.u-googlecalendar-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.u-youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animate {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animate.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.js-animate--delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.js-animate--delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.js-animate--delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.js-animate--delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.js-animate--delay5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.js-animate--delay6 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.js-animate--delay7 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.js-animate--delay8 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.js-animate--delay9 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.js-animate--delay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.js-animate--delay11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.js-animate--delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.js-animate--delay13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.js-animate--delay14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.js-animate--delay15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.js-animate--delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.js-animate--delay17 {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}
.js-animate--delay18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.js-animate--delay19 {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}
.js-animate--delay20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.js-animate--delay21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.js-animate--delay22 {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.js-animate--delay23 {
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}
.js-animate--delay24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.js-animate--delay25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.js-animate--delay26 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.js-animate--delay27 {
  -webkit-animation-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}
.js-animate--delay28 {
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.js-animate--delay29 {
  -webkit-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}
.js-animate--delay30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.js-animate--delay31 {
  -webkit-animation-delay: 3.1s !important;
  animation-delay: 3.1s !important;
}
.js-animate--delay32 {
  -webkit-animation-delay: 3.2s !important;
  animation-delay: 3.2s !important;
}
.js-animate--delay33 {
  -webkit-animation-delay: 3.3s !important;
  animation-delay: 3.3s !important;
}
.js-animate--delay34 {
  -webkit-animation-delay: 3.4s !important;
  animation-delay: 3.4s !important;
}
.js-animate--delay35 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}
.js-animate--delay36 {
  -webkit-animation-delay: 3.6s !important;
  animation-delay: 3.6s !important;
}
.js-animate--delay37 {
  -webkit-animation-delay: 3.7s !important;
  animation-delay: 3.7s !important;
}
.js-animate--delay38 {
  -webkit-animation-delay: 3.8s !important;
  animation-delay: 3.8s !important;
}
.js-animate--delay39 {
  -webkit-animation-delay: 3.9s !important;
  animation-delay: 3.9s !important;
}
.js-animate--delay40 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.js-animate--duration1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.js-animate--duration2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.js-animate--duration3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.js-animate--duration4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.4s !important;
}
.js-animate--duration5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.js-animate--duration6 {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.js-animate--duration7 {
  -webkit-animation-duration: 0.7s !important;
  animation-duration: 0.7s !important;
}
.js-animate--duration8 {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
}
.js-animate--duration9 {
  -webkit-animation-duration: 0.9s !important;
  animation-duration: 0.9s !important;
}
.js-animate--duration10 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.js-animate--duration11 {
  -webkit-animation-duration: 1.1s !important;
  animation-duration: 1.1s !important;
}
.js-animate--duration12 {
  -webkit-animation-duration: 1.2s !important;
  animation-duration: 1.2s !important;
}
.js-animate--duration13 {
  -webkit-animation-duration: 1.3s !important;
  animation-duration: 1.3s !important;
}
.js-animate--duration14 {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.js-animate--duration15 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}
.js-animate--duration16 {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
}
.js-animate--duration17 {
  -webkit-animation-duration: 1.7s !important;
  animation-duration: 1.7s !important;
}
.js-animate--duration18 {
  -webkit-animation-duration: 1.8s !important;
  animation-duration: 1.8s !important;
}
.js-animate--duration19 {
  -webkit-animation-duration: 1.9s !important;
  animation-duration: 1.9s !important;
}
.js-animate--duration20 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.js-animate--duration21 {
  -webkit-animation-duration: 2.1s !important;
  animation-duration: 2.1s !important;
}
.js-animate--duration22 {
  -webkit-animation-duration: 2.2s !important;
  animation-duration: 2.2s !important;
}
.js-animate--duration23 {
  -webkit-animation-duration: 2.3s !important;
  animation-duration: 2.3s !important;
}
.js-animate--duration24 {
  -webkit-animation-duration: 2.4s !important;
  animation-duration: 2.4s !important;
}
.js-animate--duration25 {
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
}
.js-animate--duration26 {
  -webkit-animation-duration: 2.6s !important;
  animation-duration: 2.6s !important;
}
.js-animate--duration27 {
  -webkit-animation-duration: 2.7s !important;
  animation-duration: 2.7s !important;
}
.js-animate--duration28 {
  -webkit-animation-duration: 2.8s !important;
  animation-duration: 2.8s !important;
}
.js-animate--duration29 {
  -webkit-animation-duration: 2.9s !important;
  animation-duration: 2.9s !important;
}
.js-animate--duration30 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.js-animate--duration31 {
  -webkit-animation-duration: 3.1s !important;
  animation-duration: 3.1s !important;
}
.js-animate--duration32 {
  -webkit-animation-duration: 3.2s !important;
  animation-duration: 3.2s !important;
}
.js-animate--duration33 {
  -webkit-animation-duration: 3.3s !important;
  animation-duration: 3.3s !important;
}
.js-animate--duration34 {
  -webkit-animation-duration: 3.4s !important;
  animation-duration: 3.4s !important;
}
.js-animate--duration35 {
  -webkit-animation-duration: 3.5s !important;
  animation-duration: 3.5s !important;
}
.js-animate--duration36 {
  -webkit-animation-duration: 3.6s !important;
  animation-duration: 3.6s !important;
}
.js-animate--duration37 {
  -webkit-animation-duration: 3.7s !important;
  animation-duration: 3.7s !important;
}
.js-animate--duration38 {
  -webkit-animation-duration: 3.8s !important;
  animation-duration: 3.8s !important;
}
.js-animate--duration39 {
  -webkit-animation-duration: 3.9s !important;
  animation-duration: 3.9s !important;
}
.js-animate--duration40 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInRight {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInRight.is--animate {
  -webkit-animation: fadeInRight 0.8s 1 ease-in-out;
  animation: fadeInRight 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し左へ */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInLeft {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInLeft.is--animate {
  -webkit-animation: fadeInLeft 0.8s 1 ease-in-out;
  animation: fadeInLeft 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animateFadeInUp {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInUp.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインのみ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-animateFadeIn {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeIn.is--animate {
  -webkit-animation: fadeIn 0.8s 1 ease-in-out;
  animation: fadeIn 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* ----------------------------- スマホ（～1040px） */
@media screen and (max-width: 1040px) {
  .c-table1 table,
  .c-table1 thead,
  .c-table1 tbody,
  .c-table1 tr,
  .c-table1 th,
  .c-table1 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-table1 tr {
    margin-bottom: 3px;
  }
  .c-table1 tr:last-child {
    margin-bottom: 0;
  }
  .c-table1 th {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }

  [class*="c-wrap"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  [class*="c-wrap"] [class*="c-wrap"] {
    padding-left: 0;
    padding-right: 0;
  }

  .js-table-xscroll__wrap {
    width: 100%;
    overflow-x: auto;
  }
  .js-table-xscroll__in {
    width: 1000px;
  }
}
/*=======================================
トップページ
=========================================*/
.p-top__kv {
  padding: 50px 73px 80px;
  margin-bottom: 200px;
  position: relative;
  background: url(../img/top/kv_bg1.jpg) no-repeat center;
  background-size: cover;
}
.p-top__kv .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.p-top__kv .logo h1 {
  font-weight: 400;
}
.p-top__kv .logo h1 img {
  margin-right: 18px;
}
.p-top__kv .logo h1 span {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 120%;
  letter-spacing: 1.5px;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-top__kv .logo h1 span a {
  color: #4b4b4b;
  text-decoration: none;
}
.p-top__kv .logo .language {
  background: #fff;
  border: 1px solid #4b4b4b;
  padding: 1px 14px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #BDB8B8;
  letter-spacing: 1.5px;
}
.p-top__kv .logo .language .anchor {
  color: #4B4B4B;
}
.p-top__kv .logo .language a {
  color: #BDB8B8;
  text-decoration: none;
}
.p-top__kv .movie {
  position: relative;
}
.p-top__kv .movie img,
.p-top__kv .movie video,
.p-top__kv .movie .js-movie {
  width: 100%;
}
.p-top__kv .movie .js-movie {
  padding-top: 55%;
}
.p-top__kv .movie .lead {
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.2em;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #363636;
  line-height: 180%;
}
.p-top__kv .movie .lead span {
  mix-blend-mode: multiply;
}
.p-top__kv .movie .lead img {
  width: 393px;
}
.p-top__kv .txt1 p {
  height: 291px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.p-top__kv .txt1 .pressed {
  left: 34px;
}
.p-top__kv .txt1 .powder {
  right: 34px;
}
.p-top__kv .scroll {
  position: absolute;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 1.5px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  padding-bottom: 60px;
  left: 50%;
  bottom: 65px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-top__kv .scroll:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-right: 1px solid #4B4B4B;
  height: 0;
  animation: 2s linear infinite bar;
}
@keyframes bar {
  0% {
    height: 0;
    bottom: 53px;
  }
  50% {
    height: 53px;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
.p-top__area {
  margin-bottom: 210px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.p-top__area .block1 {
  position: relative;
  width: 87.5549%;
  max-width: 1200px;
  margin-bottom: 20px;
}
.p-top__area .block1 .title {
  position: absolute;
  left: 36px;
  top: 36px;
  display: flex;
}
.p-top__area .block1 .title .h {
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 2px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.p-top__area .block1 .lead {
  position: absolute;
  top: -144px;
  right: -28px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.p-top__area .block1 .lead span {
  background: #fff;
  border: 1px solid #4B4B4B;
  margin-left: 14px;
  padding: 35px 24px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 5.5px;
}
.p-top__area .block1 .pin {
  position: absolute;
  margin-top: -33px;
  margin-left: -33px;
  opacity: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.p-top__area .block1 .pin.is-active {
  opacity: 1;
}
.p-top__area .block1 .pin a {
  display: block;
  position: relative;
  line-height: 100%;
  cursor: pointer;
}
.p-top__area .block1 .pin a img {
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.p-top__area .block1 .pin a:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  left: 50%;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: 2s linear infinite ripple;
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.p-top__area .block1 .pin p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px;
  line-height: 120%;
}
.p-top__area .block1 .pin.-pressed a:before {
  border-color: rgba(172, 227, 239, 0.65);
}
.p-top__area .block1 .pin.-pressed p {
  background: #D3E5ED;
  border-color: #90B6C6;
}
.p-top__area .block1 .pin.-powder a:before {
  border-color: rgba(88, 88, 88, 0.3);
}
.p-top__area .block1 .pin.-powder p {
  background: #fff;
  border-color: #D9D9D9;
}
.p-top__area .block1 .pin.a1 {
  left: 87.9669%;
  top: 47.1920%;
}
.p-top__area .block1 .pin.a4 {
  left: 46.4615%;
  top: 50.9191%;
}
.p-top__area .block1 .pin.a4 p {
  left: 80px;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.p-top__area .block1 .pin.a5 {
  left: 44.06210%;
  top: 36.9215%;
}
.p-top__area .block1 .pin.a5 p {
  left: 80px;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.p-top__area .block1 .pin.a6 {
  left: 34.8350%;
  top: 35.0621%;
}
.p-top__area .block1 .pin.a6 p {
  bottom: auto;
  top: -50px;
}
.p-top__area .block1 .pin.a7 {
  left: 68.335%;
  top: 43.0621%;
}
.p-top__area .block1 .pin.a7 p {
  bottom: auto;
  top: -50px;
}
.p-top__area .block1 .pin.d1 {
  left: 29.9718%;
  top: 86.8575%;
}
.p-top__area .block1 .pin.d1 p {
  bottom: auto;
  top: -50px;
}
.p-top__area .block1 .pin.d2 {
  left: 21.8537%;
  top: 46.2560%;
}
.p-top__area .block1 .pin.d3 {
  left: 35.2569%;
  top: 50.5143%;
}
.p-top__area .block1 .bg {
  width: 100%;
}
.p-top__area .tab {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  position: relative;
  left: 85px;
}
.p-top__area .tab-wrap {
  width: 87.5549vw;
  max-width: 1200px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-top__area .tab ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #4B4B4B;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-top__area .tab li {
  flex-grow: 1;
  text-align: center;
  padding: 14px 15px 17px;
  position: relative;
  color: #b6b6b6;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 1.02px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  cursor: pointer;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-top__area .tab li.is-active {
  color: #4B4B4B;
}
.p-top__area .tab li:hover {
  color: #90B6C6;
}
.p-top__area .tab li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 17px;
  border-right: 1px solid #b6b6b6;
}
.p-top__area .tab li:first-child:before {
  display: none;
}
.p-top__area .link {
  margin-bottom: 5px;
}
.p-top__area .link a {
  display: block;
  text-decoration: none;
  color: #4B4B4B;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.27px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__area .link a:hover {
  color: #90B6C6;
  opacity: 1;
}
.p-top__area .link span {
  display: block;
  background: url(../img/common/arrow_1.svg) no-repeat left center;
  background-size: 17px 20px;
  padding-left: 28px;
}
.p-top__data {
  display: flex;
  margin-bottom: 177px;
  position: relative;
}
.p-top__data-wrap {
  position: relative;
  z-index: 9;
}
.p-top__data-wrap .block-h {
  position: sticky;
  z-index: 9;
  margin-bottom: 27px;
  top: 64px;
  left: 40px;
  width: 25px;
  padding-top: 31px;
  background: url(../img/common/arrow_1-down.svg) no-repeat center top;
  background-size: 20px 17px;
  display: inline-block;
}
.p-top__data-wrap .block-h span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  left: 0;
  height: 150px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.p-top__data-wrap .block-h span.is-active {
  opacity: 1;
}
.p-top__data .block1 {
  background: #ECECEC;
  width: 73.2064%;
  position: relative;
  padding-top: 62px;
  padding-bottom: 62px;
}
.p-top__data .block1-inner {
  max-width: 682px;
  margin-left: calc(50vw - 485px);
}
.p-top__data .block1 .title {
  margin-bottom: 40px;
}
.p-top__data .block1 .title .h {
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.27px;
  padding-bottom: 6px;
  border-bottom: 1px solid #4B4B4B;
  margin-bottom: 11px;
}
.p-top__data .block1 .title .legend {
  display: flex;
  align-items: center;
}
.p-top__data .block1 .title .legend li {
  margin-right: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 500;
}
.p-top__data .block1 .title .legend li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 22px;
}
.p-top__data .block1 .title .legend li.t1:before {
  background: #969696;
  height: 4px;
}
.p-top__data .block1 .title .legend li.t2:before {
  background: #BFBFBF;
  height: 4px;
}
.p-top__data .block1 .title .legend li.t3:before {
  background: #83B4CD;
  height: 10px;
}
.p-top__data .block1 .lead {
  position: absolute;
  top: -58px;
  right: -140px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.p-top__data .block1 .lead span {
  background: #fff;
  border: 1px solid #4B4B4B;
  margin-left: 20px;
  padding: 35px 24px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 5.5px;
  white-space: nowrap;
}
.p-top__data .block1 .lead span:nth-child(2) {
  margin-top: 102px;
}
.p-top__data .block1 .img1 {
  margin-bottom: 30px;
}
.p-top__data .block1 .txt1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.2px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.p-top__data .block1 .link {
  color: #61899D;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 1px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__data .image {
  width: 26.7936%;
  height: 100%;
  flex-grow: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.p-top__data .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__course {
  background: url(../img/top/course_bg1.png) no-repeat center top;
  background-size: 100% auto;
}
.p-top__course-wrap {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.p-top__course-block1 {
  margin-bottom: 98px;
}
.p-top__course-block1 .lead {
  margin-bottom: 80px;
}
.p-top__course-block1 .lead .img1 {
  position: relative;
  margin-bottom: 55px;
}
.p-top__course-block1 .lead .img1 .h {
  position: absolute;
  left: -24px;
  top: 78.8461%;
  font-weight: 400;
}
.p-top__course-block1 .lead .img1 .h:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: -16px;
  bottom: -10px;
  background: url(../img/top/course_lead_bg1.png) no-repeat center top;
}
.p-top__course-block1 .lead .img1 .h span {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-size: 3rem;
  display: flex;
  line-height: 120%;
  background: #fff;
  position: relative;
  z-index: 2;
  display: block;
  padding: 23px 19px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.13em;
  border: 1px solid #4B4B4B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 76px;
}
.p-top__course-block1 .lead .img1 .h em {
  font-size: 43px;
  font-size: 4.3rem;
  font-weight: 400;
}
.p-top__course-block1 .lead .img1 .js-movie {
  height: 572px;
}
.p-top__course-block1 .lead .txt1 .t {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 23px;
}
.p-top__course-block1 .lead .txt1 .t span {
  padding: 8px 11px;
  background: #fff;
  border: 1px solid #4B4B4B;
  margin-bottom: 12px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.p-top__course-block1 .lead .txt1 p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2px;
  line-height: 205.5%;
  white-space: nowrap;
}
.p-top__course-block1 .point-inner {
  position: relative;
  margin-right: -35px;
}
.p-top__course-block1 .point .box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 290px;
}
.p-top__course-block1 .point .img1 {
  width: 41.2121%;
  position: relative;
  max-width: 272px;
}
.p-top__course-block1 .point .img1:before {
  display: block;
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/top/course_point_bg1.png) no-repeat center top;
  background-size: cover;
}
.p-top__course-block1 .point .img1 img {
  position: relative;
  z-index: 2;
  vertical-align: top;
}
.p-top__course-block1 .point .txt1 {
  width: 55.6363%;
}
.p-top__course-block1 .point .txt1 .h {
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 1.5px;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}
.p-top__course-block1 .point .txt1 .h span {
  display: inline-block;
  background: url(../img/top/course_point_bg2.png);
  padding: 9px 23px;
}
.p-top__course-block1 .point .txt1 .t {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 14px;
}
.p-top__course-block1 .point .txt1 .t strong {
  font-weight: 400;
}
.p-top__course-block1 .point .txt1 p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 170%;
}
.p-top__course-block1 .point .slick-arrow {
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 77px;
  height: 77px;
  left: -50px;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 100px;
  cursor: pointer;
}
.p-top__course-block1 .point .slick-arrow.slick-prev {
  background-image: url(../img/common/arrow_2-up.svg);
  bottom: 118px;
}
.p-top__course-block1 .point .slick-arrow.slick-next {
  background-image: url(../img/common/arrow_2-down.svg);
  bottom: 21px;
}
.p-top__course-block1 .point .slick-dots {
  display: flex;
  justify-content: flex-end;
}
.p-top__course-block1 .point .slick-dots li {
  position: relative;
}
.p-top__course-block1 .point .slick-dots li:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  height: 14px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 1px solid rgba(75, 75, 75, 0.5);
}
.p-top__course-block1 .point .slick-dots li:last-child:before {
  display: none;
}
.p-top__course-block1 .point .slick-dots li button {
  border: 0;
  cursor: pointer;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  background: transparent;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 10px 12px;
  line-height: 120%;
  opacity: 0.5;
  color: #4B4B4B;
}
.p-top__course-block1 .point .slick-dots li.slick-active button {
  opacity: 1;
}
.p-top__course-block1 .point .slick-counter {
  text-align: right;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-top__course-block1 .point .slick-counter span {
  display: inline-block;
}
.p-top__course-block1 .point .slick-counter .total {
  opacity: 0.5;
  position: relative;
  padding-left: 12px;
  margin-left: 12px;
}
.p-top__course-block1 .point .slick-counter .total:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  height: 14px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 1px solid rgba(75, 75, 75, 0.5);
}
.p-top__course-block1.-pressed .lead .h {
  left: auto;
  right: -29px;
}
.p-top__course-block1.-pressed .lead .h:before {
  background-image: url(../img/top/course_lead_bg2.png);
}
.p-top__course-block1.-pressed .lead .txt1 .t span {
  background-color: #D3E5ED;
  border-color: #D3E5ED;
}
.p-top__course-block1.-pressed .point .img1:before {
  background-image: url(../img/top/course_point_bg3.png);
}
.p-top__course-block1.-pressed .point .txt1 span {
  background-image: url(../img/top/course_point_bg4.png);
}
.p-top__skill {
  position: relative;
  margin-bottom: 180px;
}
.p-top__skill:before {
  display: block;
  content: "";
  position: absolute;
  top: 69px;
  left: 0;
  background: #D3E5ED;
  width: calc(50vw + 355px);
  height: calc(100% - 165px);
  max-width: 90%;
  z-index: 1;
}
.p-top__skill .wrap {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
}
.p-top__skill .heading {
  display: flex;
  align-items: flex-end;
}
.p-top__skill .heading .h {
  font-weight: 400;
  margin-right: 46px;
  position: relative;
}
.p-top__skill .heading .h:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: -16px;
  bottom: -15px;
  background: url(../img/top/skill_bg1.png) no-repeat center top;
}
.p-top__skill .heading .h span {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-size: 4.3rem;
  display: flex;
  line-height: 120%;
  background: #fff;
  position: relative;
  z-index: 2;
  display: block;
  padding: 23px 19px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.13em;
  border: 1px solid #4B4B4B;
  width: 92px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__skill .heading p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  line-height: 180%;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__skill .img1 {
  text-align: center;
  margin-top: 63px;
}
.p-top__skill .img1 .js-movie {
  padding-top: 60.5932%;
}
.p-top__ticket {
  background: #D3E5ED;
  padding: 25px 15px;
  margin-bottom: 74px;
}
.p-top__ticket a {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
  color: #4B4B4B;
  padding-top: 50px;
  padding-bottom: 57px;
  position: relative;
}
.p-top__ticket a:before, .p-top__ticket a:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  height: 100%;
  width: 55px;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-top__ticket a:before {
  left: 0;
  background-image: url(../img/top/ticket_icon-lt.svg), url(../img/top/ticket_icon-lb.svg);
  background-position: left top, left bottom;
}
.p-top__ticket a:after {
  right: 0;
  background-image: url(../img/top/ticket_icon-rt.svg), url(../img/top/ticket_icon-rb.svg);
  background-position: right top, right bottom;
}
.p-top__ticket a:hover {
  opacity: 1;
  color: #90B6C6;
  padding-top: 40px;
  padding-bottom: 67px;
}
.p-top__ticket a:hover:before, .p-top__ticket a:hover:after {
  height: calc(100% - 40px);
}
.p-top__ticket a:hover:before {
  left: 20px;
}
.p-top__ticket a:hover:after {
  right: 20px;
}
.p-top__ticket a:hover span {
  background-image: url(../img/common/arrow_3-blue.svg);
}
.p-top__ticket .h {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 500;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 4px;
  line-height: 120%;
  margin-bottom: 15px;
}
.p-top__ticket p {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 120%;
}
.p-top__ticket p span {
  display: inline-block;
  background: url(../img/common/arrow_3.svg) no-repeat right 14px;
  background-size: 13px 13px;
  padding-right: 24px;
}
.p-top__information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top__information .box1 {
  width: 30%;
  padding-top: 20px;
}
.p-top__information .box1 .h {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 1px;
  line-height: 140%;
  margin-bottom: 60px;
}
.p-top__information .box1 .h .t {
  font-size: 29px;
  font-size: 2.9rem;
  display: inline-block;
  margin-bottom: 50px;
  line-height: 120%;
}
.p-top__information .box1 .h .ruby {
  font-size: 17px;
  font-size: 1.7rem;
  position: absolute;
  left: 0;
  top: -20px;
  white-space: nowrap;
}
.p-top__information .box1 .h .ruby-wrap {
  position: relative;
  display: inline-block;
  padding-top: 20px;
}
.p-top__information .box1 .address {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 230%;
  letter-spacing: 0.2px;
  margin-bottom: 9px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__information .box1 .tel {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 0.2px;
}
.p-top__information .box1 .tel a {
  color: #4B4B4B;
  text-decoration: none;
}
.p-top__information .box1 .btn {
  margin-top: 22px;
}
.p-top__information .box1 .btn a {
  display: inline-block;
  border: 1px solid #4B4B4B;
  color: #4B4B4B;
  text-decoration: none;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 0.1px;
  padding: 4px 10px;
  line-height: 120%;
  position: relative;
}
.p-top__information .box1 .btn a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #90B6C6;
  z-index: 1;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-top__information .box1 .btn a:hover {
  color: #fff;
  opacity: 1;
  border-color: #90B6C6;
}
.p-top__information .box1 .btn a:hover:before {
  width: 100%;
}
.p-top__information .box1 .btn a:hover span {
  background-image: url(../img/common/arrow_3-white.svg);
}
.p-top__information .box1 .btn span {
  display: block;
  background: url(../img/common/arrow_3.svg) no-repeat right center;
  background-size: 13px 13px;
  padding-right: 21px;
  position: relative;
  z-index: 2;
}
.p-top__information .map {
  width: 63.63%;
}
.p-top__information .map iframe {
  filter: grayscale(1);
  vertical-align: top;
  width: 100%;
}
.p-top__information .official {
  width: 100%;
  text-align: center;
  margin-top: 36px;
}
.p-top__information .official a {
  display: inline-block;
  border: 1px solid #4B4B4B;
  padding: 20px 80px;
  text-decoration: none;
  color: #4B4B4B;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 1.5px;
  font-weight: 500;
  line-height: 120%;
  font-size: 23px;
  font-size: 2.3rem;
  position: relative;
}
.p-top__information .official a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #90B6C6;
  z-index: 1;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-top__information .official a:hover {
  color: #fff;
  opacity: 1;
  border-color: #90B6C6;
}
.p-top__information .official a:hover:before {
  width: 100%;
}
.p-top__information .official a:hover span {
  background-image: url(../img/common/arrow_3-white.svg);
}
.p-top__information .official span {
  display: inline-block;
  background: url(../img/common/arrow_3.svg) no-repeat right center;
  background-size: 13px 13px;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}

/* ----------------------------- タブレット（769～1024px） */
/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-top__kv {
    padding: 30px 33px 44px;
    margin-bottom: 111px;
    background-image: url(../img/top/kv_bg1_sp.jpg);
  }
  .p-top__kv .logo {
    margin-bottom: 6px;
  }
  .p-top__kv .logo h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-top__kv .logo h1 img {
    width: 126px;
  }
  .p-top__kv .logo h1 .btn {
    position: fixed;
    padding: 10px 15px;
    margin-right: -15px;
    right: 33px;
    top: 28px;
    z-index: 9999;
  }
  .p-top__kv .logo h1 .btn span {
    display: block;
    width: 40px;
    height: 12px;
    position: relative;
  }
  .p-top__kv .logo h1 .btn span:before, .p-top__kv .logo h1 .btn span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 1px solid #4B4B4B;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .p-top__kv .logo h1 .btn span:before {
    top: 0;
  }
  .p-top__kv .logo h1 .btn span:after {
    bottom: 0;
  }
  .p-top__kv .logo h1 .btn.is-open span:before {
    top: 50%;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  .p-top__kv .logo h1 .btn.is-open span:after {
    bottom: 50%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .p-top__kv .logo h1 > span {
    width: 100%;
    padding-top: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 140%;
    letter-spacing: 0.94px;
  }
  .p-top__kv .movie {
    overflow: hidden;
  }
  .p-top__kv .movie .lead {
    font-size: 26px;
    font-size: 2.6rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p-top__kv .movie .lead img {
    width: 240px;
  }
  .p-top__kv .movie video,
  .p-top__kv .movie .js-movie {
    vertical-align: top;
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .p-top__kv .movie .js-movie {
    padding-top: 172.078%;
  }
  .p-top__kv .movie .js-movie iframe.playerBox {
    -webkit-transform: translateY(-9.5%);
    transform: translateY(-9.5%);
  }
  .p-top__kv .txt1 img {
    width: 8px;
  }
  .p-top__kv .txt1 p {
    height: 99px;
  }
  .p-top__kv .txt1 .pressed {
    left: 10px;
  }
  .p-top__kv .txt1 .powder {
    right: 10px;
  }
  .p-top__area {
    margin-bottom: 128px;
  }
  .p-top__area .block1 {
    width: 100%;
    margin-bottom: 0;
  }
  .p-top__area .block1 .title {
    left: 18px;
    top: 26px;
  }
  .p-top__area .block1 .title .h {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 120%;
    padding-bottom: 13px;
  }
  .p-top__area .block1 .lead {
    top: -89px;
    right: 21px;
    align-items: flex-start;
  }
  .p-top__area .block1 .lead span {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 17px 13px 21px;
    margin-left: 6px;
    letter-spacing: 2.5px;
  }
  .p-top__area .block1 .pin {
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transform: translateY(6.5vw);
    transform: translateY(6.5vw);
  }
  .p-top__area .block1 .pin a {
    width: 28px;
    height: 28px;
  }
  .p-top__area .block1 .pin a:after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #4B4B4B;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 500;
  }
  .p-top__area .block1 .pin a img {
    display: none;
  }
  .p-top__area .block1 .pin p {
    display: none;
  }
  .p-top__area .block1 .pin.-pressed a:after {
    background: #D3E5ED;
    border-color: #90B6C6;
  }
  .p-top__area .block1 .pin.-powder a:after {
    background: #fff;
    border-color: #b6b6b6;
  }
  .p-top__area .block1 .pin.a1 a:after {
    content: "7";
  }
  .p-top__area .block1 .pin.a4 a:after {
    content: "6";
  }
  .p-top__area .block1 .pin.a5 a:after {
    content: "1";
  }
  .p-top__area .block1 .pin.a6 a:after {
    content: "2";
  }
  .p-top__area .block1 .pin.a7 a:after {
    content: "3";
  }
  .p-top__area .block1 .pin.d1 {
    top: 80.8575%;
  }
  .p-top__area .block1 .pin.d1 a:after {
    content: "8";
  }
  .p-top__area .block1 .pin.d2 {
    left: 12.8537%;
  }
  .p-top__area .block1 .pin.d2 a:after {
    content: "5";
  }
  .p-top__area .block1 .pin.d3 a:after {
    content: "4";
  }
  .p-top__area .block2 {
    margin-bottom: 15px;
  }
  .p-top__area .block2 .title {
    border-bottom: 1px solid #4B4B4B;
    padding: 18px 37px;
    padding-right: 25px;
    position: relative;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.09px;
  }
  .p-top__area .block2 .title:before, .p-top__area .block2 .title:after {
    display: block;
    content: "";
    width: 18px;
    border-top: 1px solid #4B4B4B;
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .p-top__area .block2 .title:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .p-top__area .block2 .title.is-open:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .p-top__area .block2 .title.is-open:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-top__area .block2 .content {
    display: none;
  }
  .p-top__area .block2 .content li {
    border-bottom: 1px solid #4B4B4B;
  }
  .p-top__area .block2 .content li a {
    display: flex;
    align-items: center;
    padding: 26px 38px;
    background: url(../img/common/arrow_4.svg) no-repeat calc(100% - 33px) center;
    background-size: 12px 17px;
    color: #4B4B4B;
    text-decoration: none;
  }
  .p-top__area .block2 .content li a:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid transparent;
    font-size: 20px;
    font-size: 2rem;
    font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    margin-right: 16px;
  }
  .p-top__area .block2 .content li span {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 110%;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    text-indent: -1.8em;
    padding-left: 1.8em;
  }
  .p-top__area .block2 .content li.a1 a:before {
    content: "7";
  }
  .p-top__area .block2 .content li.a4 a:before {
    content: "6";
  }
  .p-top__area .block2 .content li.a5 a:before {
    content: "1";
  }
  .p-top__area .block2 .content li.a6 a:before {
    content: "2";
  }
  .p-top__area .block2 .content li.a7 a:before {
    content: "3";
  }
  .p-top__area .block2 .content li.d1 a:before {
    content: "8";
  }
  .p-top__area .block2 .content li.d2 a:before {
    content: "5";
  }
  .p-top__area .block2 .content li.d3 a:before {
    content: "4";
  }
  .p-top__area .block2 li.-pressed .title {
    background: #D3E5ED;
  }
  .p-top__area .block2 li.-pressed .content a:before {
    background: #D3E5ED;
    border-color: #90B6C6;
  }
  .p-top__area .block2 li.-powder .title {
    background: #fff;
  }
  .p-top__area .block2 li.-powder .content a:before {
    background: #fff;
    border-color: #B6B6B6;
  }
  .p-top__area .tab-wrap {
    width: auto;
    display: block;
  }
  .p-top__area .link {
    margin-bottom: 0;
    margin-right: 17px;
    text-align: right;
  }
  .p-top__area .link a {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.27px;
  }
  .p-top__area .link span {
    padding-left: 20px;
    background-size: 12px 14px;
  }
  .p-top__data {
    flex-direction: column-reverse;
    margin-bottom: 88px;
  }
  .p-top__data-wrap .block-h {
    font-size: 14px;
    font-size: 1.4rem;
    background-size: 12px 9px;
    padding-top: 15px;
    left: 24px;
    width: 18px;
  }
  .p-top__data-wrap .block-h span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top__data .block1 {
    width: 100%;
    padding: 53px 21px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
  }
  .p-top__data .block1-inner {
    margin-left: 0;
    max-width: initial;
  }
  .p-top__data .block1 .title {
    margin-bottom: 15px;
  }
  .p-top__data .block1 .title .h {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 143%;
    letter-spacing: 0.14px;
    padding-bottom: 8px;
    text-align: center;
  }
  .p-top__data .block1 .title .legend li {
    font-size: 10px;
    font-size: 1rem;
    margin-right: 15px;
    letter-spacing: 0;
  }
  .p-top__data .block1 .title .legend li:last-child {
    margin-right: 0;
  }
  .p-top__data .block1 .title .legend li:before {
    margin-right: 4px;
  }
  .p-top__data .block1 .lead {
    align-items: flex-start;
    top: -78px;
    right: 32px;
  }
  .p-top__data .block1 .lead span {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 17px 13px 21px;
    margin-left: 10px;
    letter-spacing: 2.5px;
  }
  .p-top__data .block1 .lead span:nth-child(2) {
    margin-top: 0;
  }
  .p-top__data .block1 .txt1 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .p-top__data .block1 .link a {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.2px;
  }
  .p-top__data .image {
    width: 100%;
    position: static;
  }
  .p-top__course {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 157px;
  }
  .p-top__course-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top__course-block1 {
    margin-bottom: 128px;
  }
  .p-top__course-block1 .lead {
    margin-bottom: 63px;
  }
  .p-top__course-block1 .lead .img1 {
    margin-bottom: 46px;
  }
  .p-top__course-block1 .lead .img1 video,
  .p-top__course-block1 .lead .img1 .js-movie {
    width: 100%;
    height: 81.066vw;
    object-fit: cover;
  }
  .p-top__course-block1 .lead .img1 .h {
    left: 32px;
    top: 58.9333vw;
  }
  .p-top__course-block1 .lead .img1 .h:before {
    left: -10px;
    bottom: -6px;
  }
  .p-top__course-block1 .lead .img1 .h span {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 17px 10px;
    letter-spacing: 4px;
    white-space: nowrap;
    width: 48px;
  }
  .p-top__course-block1 .lead .img1 .h em {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 3px;
  }
  .p-top__course-block1 .lead .txt1 .t {
    margin-left: 82px;
  }
  .p-top__course-block1 .lead .txt1 .t span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 7px;
    padding: 0 6px;
  }
  .p-top__course-block1 .lead .txt1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 187.5%;
    letter-spacing: 0.2px;
    white-space: normal;
  }
  .p-top__course-block1 .point-inner {
    margin-right: 0;
  }
  .p-top__course-block1 .point .box1 {
    display: block;
    position: relative;
    padding-top: 18px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .p-top__course-block1 .point .img1 {
    width: auto;
    max-width: 309px;
    margin-bottom: 35px;
  }
  .p-top__course-block1 .point .img1:before {
    top: 10px;
    left: 10px;
  }
  .p-top__course-block1 .point .txt1 {
    width: auto;
  }
  .p-top__course-block1 .point .txt1 .h {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-size: 1.8rem;
    z-index: 6;
    letter-spacing: 1.19px;
    margin-bottom: 0;
  }
  .p-top__course-block1 .point .txt1 .h span {
    padding: 9px 19px;
    background-color: #fff;
  }
  .p-top__course-block1 .point .txt1 .t {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 140%;
    margin-bottom: 7px;
  }
  .p-top__course-block1 .point .txt1 p {
    line-height: 150%;
  }
  .p-top__course-block1 .point .slick-arrow {
    width: 50px;
    height: 50px;
    left: auto;
  }
  .p-top__course-block1 .point .slick-arrow.slick-prev {
    right: 66px;
    bottom: -25px;
  }
  .p-top__course-block1 .point .slick-arrow.slick-next {
    right: 0;
    bottom: -25px;
  }
  .p-top__course-block1 .point .slick-counter {
    margin-top: 25px;
    margin-left: 16px;
    font-size: 18px;
    font-size: 1.8rem;
    justify-content: flex-start;
  }
  .p-top__course-block1.-powder .point .box1 {
    min-height: 420px;
  }
  .p-top__course-block1.-pressed .lead .h {
    right: auto;
  }
  .p-top__course-block1.-pressed .lead .img1 .h {
    top: 68vw;
  }
  .p-top__course-block1.-pressed .lead .img1 .h span {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-top__course-block1.-pressed .point .box1 {
    min-height: 460px;
  }
  .p-top__skill {
    margin-bottom: 50px;
  }
  .p-top__skill:before {
    width: 100%;
    height: 100%;
    top: 0;
    max-width: 100%;
  }
  .p-top__skill .wrap {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top__skill .heading {
    width: 100%;
    display: block;
    padding: 28px 35px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__skill .heading .h {
    position: absolute;
    margin-right: 0;
    right: 37px;
    top: -72px;
  }
  .p-top__skill .heading .h:before {
    left: -10px;
    bottom: -10px;
  }
  .p-top__skill .heading .h span {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 20px 10px;
    width: 54px;
  }
  .p-top__skill .heading p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 190%;
  }
  .p-top__skill .img1 {
    width: 100%;
    margin-top: 0;
  }
  .p-top__skill .img1 video,
  .p-top__skill .img1 .js-movie {
    width: 100%;
  }
  .p-top__ticket {
    padding: 25px;
    margin-bottom: 50px;
  }
  .p-top__ticket .h {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 6px;
  }
  .p-top__ticket p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__ticket p span {
    background-position: calc(100% - 4px) 5px;
    background-size: 9px 9px;
    padding-right: 22px;
  }
  .p-top__ticket a {
    padding-top: 37px;
    padding-bottom: 34px;
  }
  .p-top__ticket a:hover {
    padding-top: 27px;
    padding-bottom: 44px;
  }
  .p-top__information {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-top__information .box1 {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
  }
  .p-top__information .box1 .h {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 25px;
    line-height: 100%;
  }
  .p-top__information .box1 .h .t {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 21px;
    line-height: 100%;
  }
  .p-top__information .box1 .h .ruby {
    font-size: 12px;
    font-size: 1.2rem;
    top: 0;
  }
  .p-top__information .box1 .h .ruby-wrap {
    padding-top: 28px;
  }
  .p-top__information .box1 .address {
    line-height: 175%;
  }
  .p-top__information .box1 .btn {
    margin-top: 16px;
  }
  .p-top__information .box1 .btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__information .box1 .btn span {
    background-size: 9px 9px;
  }
  .p-top__information .map {
    width: calc(100% + 32px);
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
  }
  .p-top__information .map iframe {
    height: 114.66vw;
  }
  .p-top__information .official {
    margin-top: 57px;
  }
  .p-top__information .official a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 14px 10px;
    letter-spacing: 3.65px;
    line-height: 125%;
  }
  .p-top__information .official span {
    display: block;
    background: none;
    padding-right: 0;
  }
  .p-top__information .official span:after {
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    background: url(../img/common/arrow_3.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 16px;
  }
}
/*=======================================
英語ページ
=========================================*/
.is-en {
  word-break: keep-all;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .l-ticket a {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__kv .movie .lead img {
  width: 402px;
}
.is-en .p-top__area .block1 .lead {
  top: -47px;
  left: 36px;
  right: auto;
}
.is-en .p-top__area .block1 .lead span {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 40px;
  font-size: 4rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 0.2px;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-left: 0;
}
.is-en .p-top__area .block1 .title {
  top: 64px;
}
.is-en .p-top__area .block1 .pin p {
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__area .tab li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  padding-top: 7px;
  padding-bottom: 10px;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__area .link a {
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__data .block1 {
  padding-top: 92px;
}
.is-en .p-top__data .block1 .lead {
  top: -57px;
  left: 134px;
  right: auto;
}
.is-en .p-top__data .block1 .lead span {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 40px;
  font-size: 4rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 0.2px;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-left: 0;
}
.is-en .p-top__data .block1 .title .h {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__data .block1 .title .legend li {
  letter-spacing: 0.2px;
}
.is-en .p-top__data .block1 .txt1,
.is-en .p-top__data .block1 .link {
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__course-block1 .lead .img1 {
  margin-bottom: 0;
}
.is-en .p-top__course-block1 .lead .img1 video {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.is-en .p-top__course-block1 .lead .txt1 {
  position: relative;
  margin-top: -20px;
  max-width: 760px;
}
.is-en .p-top__course-block1 .lead .txt1 p {
  white-space: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__course-block1 .point .box1 {
  min-height: 360px;
}
.is-en .p-top__course-block1 .point .txt1 .t {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 115%;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__course-block1 .point .txt1 p {
  line-height: 156%;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__skill:before {
  top: 34px;
}
.is-en .p-top__skill .heading {
  display: block;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.is-en .p-top__skill .heading .h {
  margin-right: 0;
  margin-bottom: 30px;
  display: flex;
}
.is-en .p-top__skill .heading .h:before {
  display: none;
}
.is-en .p-top__skill .heading .h span {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 33px;
  font-size: 3.3rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 0;
  padding: 6px 15px;
  margin-left: 0;
  width: auto;
  letter-spacing: 1.6px;
}
.is-en .p-top__skill .heading p {
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__skill .img1 {
  margin-top: 45px;
}
.is-en .p-top__ticket a {
  padding-top: 75px;
  padding-bottom: 82px;
}
.is-en .p-top__ticket .h {
  margin-bottom: 0;
}
.is-en .p-top__ticket .h span {
  display: inline-block;
  background: url(../img/common/arrow_3.svg) no-repeat right center;
  background-size: 16px 16px;
  padding-right: 36px;
}
.is-en .p-top__information .box1 .h {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 18px;
}
.is-en .p-top__information .box1 .address {
  line-height: 125%;
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .p-top__information .box1 .tel {
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.is-en .remodal {
  font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #4B4B4B;
}
.is-en .remodal .title .name {
  line-height: 110%;
}
.is-en .remodal .spec .h {
  line-height: 110%;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----------------------------- タブレット（769～1024px） */
/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .is-en .l-nav .nav li li a {
    font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  }
  .is-en .l-nav .nav li.ticket a {
    padding-right: 47px;
    padding-left: 47px;
    font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  }
  .is-en .p-top__kv .movie .lead img {
    width: 240px;
  }
  .is-en .p-top__area .block1 .title {
    top: 26px;
    letter-spacing: 0.5px;
  }
  .is-en .p-top__area .block1 .lead {
    left: 14px;
    top: -21px;
  }
  .is-en .p-top__area .block1 .lead span {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 8px;
  }
  .is-en .p-top__area .block2 .title {
    font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.5px;
  }
  .is-en .p-top__area .block2 .content li {
    letter-spacing: 0.5px;
  }
  .is-en .p-top__area .block2 .content li span {
    font-family: "EB Garamond", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  }
  .is-en .p-top__data .block1 {
    padding-top: 42px;
    padding-bottom: 26px;
  }
  .is-en .p-top__data .block1 .lead {
    left: auto;
    right: 18px;
    top: -42px;
  }
  .is-en .p-top__data .block1 .lead span {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 16px;
    line-height: 130%;
  }
  .is-en .p-top__data .block1 .title .h {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 126.8%;
  }
  .is-en .p-top__data .block1 .title .legend li {
    letter-spacing: 0;
    margin-right: 10px;
  }
  .is-en .p-top__data .block1 .title .legend li:last-child {
    margin-right: 0;
  }
  .is-en .p-top__course-block1 .lead .txt1 {
    margin-top: 46px;
  }
  .is-en .p-top__course-block1 .lead .txt1 .t {
    margin-left: 0;
    display: inline-block;
    padding: 7px 8px;
    border: 1px solid #4B4B4B;
  }
  .is-en .p-top__course-block1 .lead .txt1 .t span {
    font-size: 20px;
    font-size: 2rem;
    padding: 0;
    margin-bottom: 0;
    display: block;
    border: 0;
  }
  .is-en .p-top__course-block1.-pressed .lead .txt1 .t {
    background: #D3E5ED;
    border: 0;
  }
  .is-en .p-top__course-block1 .point .box1 {
    min-height: 520px;
    padding-left: 0;
    padding-right: 0;
  }
  .is-en .p-top__course-block1 .point .txt1 .t {
    font-size: 20px;
    font-size: 2rem;
  }
  .is-en .p-top__skill:before {
    top: 0;
  }
  .is-en .p-top__skill .heading .h {
    top: -24px;
    right: 30px;
    margin-bottom: 0;
  }
  .is-en .p-top__skill .heading .h span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 120%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .is-en .p-top__skill .heading p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 156%;
  }
  .is-en .p-top__skill .img1 {
    margin-top: 0;
    line-height: 100%;
  }
  .is-en .p-top__skill .img1 video {
    vertical-align: top;
  }
  .is-en .p-top__ticket a {
    padding-top: 45px;
    padding-bottom: 42px;
  }
  .is-en .p-top__information .box1 .h {
    line-height: 125%;
  }
  .is-en .p-top__information .official a {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .is-en .remodal .spec .h {
    font-size: 10px;
    font-size: 1rem;
  }
}
