@charset "UTF-8";
@media screen and (min-width:768px) {
  .p-top-other__item, .p-top-access__tel__label a, .p-top-about__link__item, a.p-top-supporter__company__item, .p-top-news--topics .p-top-news__image a, a.p-top-news, .p-top-information__notice a, .p-schedule-article__title a, .p-breadcrumb-list > li a, .c-calender-control__item, .c-calender-table-row__item:link, .c-calender-month__item, .c-calender__year__link, .c-cv__tel, .c-pager__control, .c-news__item, .c-slider .slick-arrow, .c-imgcover:link, .c-button, .p-footer-logo a, .p-footer-tel__link, .p-footer-button, .p-fixnav-scrolltop, .p-fixnav-sns__item, .p-fixnav__item, .p-header-subnav--pc > ul > li > a, .p-header-gnav__seachButton, .p-header-gnav__head__list__item a, .p-header-gnav__head__brand, .p-header-alert__close {
    transition: ease opacity 0.3s;
  }
  .p-top-other__item:hover, .p-top-access__tel__label a:hover, .p-top-about__link__item:hover, a.p-top-supporter__company__item:hover, .p-top-news--topics .p-top-news__image a:hover, a.p-top-news:hover, .p-top-information__notice a:hover, .p-schedule-article__title a:hover, .p-breadcrumb-list > li a:hover, .c-calender-control__item:hover, .c-calender-table-row__item:hover:link, .c-calender-month__item:hover, .c-calender__year__link:hover, .c-cv__tel:hover, .c-pager__control:hover, .c-news__item:hover, .c-slider .slick-arrow:hover, .c-imgcover:hover:link, .c-button:hover, .p-footer-logo a:hover, .p-footer-tel__link:hover, .p-footer-button:hover, .p-fixnav-scrolltop:hover, .p-fixnav-sns__item:hover, .p-fixnav__item:hover, .p-header-subnav--pc > ul > li > a:hover, .p-header-gnav__seachButton:hover, .p-header-gnav__head__list__item a:hover, .p-header-gnav__head__brand:hover, .p-header-alert__close:hover {
    opacity: 0.7;
  }
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.538;
  color: #111111;
  font-feature-settings: "palt";
}
@media screen and (min-width:768px) {
  body {
    min-width: 1280px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    background: url(/assets/img/common/page_bg01.png) 50% 0% no-repeat;
    background-attachment: fixed;
  }
  body#top {
    background: none;
  }
}

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

html, body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

@media screen and (min-width:768px) {
  body .u-block {
    margin: 0 auto;
    width: 1120px;
  }
}
@media screen and (max-width:767px) {
  body .u-block {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body .u-block > :first-child {
  margin-top: 0;
}
body .u-block > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  body .u-show-pc {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  body .u-show-sp {
    display: none !important;
  }
}
body .u-text-left {
  text-align: left !important;
}
body .u-text-center {
  text-align: center !important;
}
body .u-text-right {
  text-align: right !important;
}
body .u-font-bold {
  font-weight: 700 !important;
}
body .u-font-normal {
  font-weight: 500 !important;
}
body .u-pt-0 {
  padding-top: 0 !important;
}
body .u-pb-0 {
  padding-bottom: 0 !important;
}
body .u-mt-0 {
  margin-top: 0 !important;
}
body .u-mt-1e {
  margin-top: 1em !important;
}
body .u-mt-2e {
  margin-top: 2em !important;
}
body .u-mb-0 {
  margin-bottom: 0 !important;
}
@media screen and (min-width:768px) {
  body .u-pt-0--pc {
    padding-top: 0 !important;
  }
  body .u-pt-10--pc {
    padding-top: 10px !important;
  }
  body .u-pt-20--pc {
    padding-top: 20px !important;
  }
  body .u-pt-30--pc {
    padding-top: 30px !important;
  }
  body .u-pt-40--pc {
    padding-top: 40px !important;
  }
  body .u-pt-50--pc {
    padding-top: 50px !important;
  }
  body .u-pt-60--pc {
    padding-top: 60px !important;
  }
  body .u-pt-70--pc {
    padding-top: 70px !important;
  }
  body .u-pt-80--pc {
    padding-top: 80px !important;
  }
  body .u-pt-90--pc {
    padding-top: 90px !important;
  }
  body .u-pt-100--pc {
    padding-top: 100px !important;
  }
  body .u-pb-0--pc {
    padding-bottom: 0 !important;
  }
  body .u-pb-10--pc {
    padding-bottom: 10px !important;
  }
  body .u-pb-20--pc {
    padding-bottom: 20px !important;
  }
  body .u-pb-30--pc {
    padding-bottom: 30px !important;
  }
  body .u-pb-40--pc {
    padding-bottom: 40px !important;
  }
  body .u-pb-50--pc {
    padding-bottom: 50px !important;
  }
  body .u-pb-60--pc {
    padding-bottom: 60px !important;
  }
  body .u-pb-70--pc {
    padding-bottom: 70px !important;
  }
  body .u-pb-80--pc {
    padding-bottom: 80px !important;
  }
  body .u-pb-90--pc {
    padding-bottom: 90px !important;
  }
  body .u-pb-100--pc {
    padding-bottom: 100px !important;
  }
  body .u-mt-0--pc {
    margin-top: 0 !important;
  }
  body .u-mt-10--pc {
    margin-top: 10px !important;
  }
  body .u-mt-20--pc {
    margin-top: 20px !important;
  }
  body .u-mt-30--pc {
    margin-top: 30px !important;
  }
  body .u-mt-40--pc {
    margin-top: 40px !important;
  }
  body .u-mt-50--pc {
    margin-top: 50px !important;
  }
  body .u-mt-60--pc {
    margin-top: 60px !important;
  }
  body .u-mt-70--pc {
    margin-top: 70px !important;
  }
  body .u-mt-80--pc {
    margin-top: 80px !important;
  }
  body .u-mt-90--pc {
    margin-top: 90px !important;
  }
  body .u-mt-100--pc {
    margin-top: 100px !important;
  }
  body .u-mb-0--pc {
    margin-bottom: 0 !important;
  }
  body .u-text-left--pc {
    text-align: left !important;
  }
  body .u-text-center--pc {
    text-align: center !important;
  }
  body .u-text-right--pc {
    text-align: right !important;
  }
  body .u-w-10p--pc {
    width: 10% !important;
  }
  body .u-w-20p--pc {
    width: 20% !important;
  }
  body .u-w-30p--pc {
    width: 30% !important;
  }
  body .u-w-40p--pc {
    width: 40% !important;
  }
  body .u-w-50p--pc {
    width: 50% !important;
  }
  body .u-w-60p--pc {
    width: 60% !important;
  }
  body .u-w-70p--pc {
    width: 70% !important;
  }
  body .u-w-80p--pc {
    width: 80% !important;
  }
  body .u-w-90p--pc {
    width: 90% !important;
  }
  body .u-w-100p--pc {
    width: 100% !important;
  }
}
@media screen and (max-width:767px) {
  body .u-pt-0--sp {
    padding-top: 0 !important;
  }
  body .u-pt-10--sp {
    padding-top: 10px !important;
  }
  body .u-pt-20--sp {
    padding-top: 20px !important;
  }
  body .u-pt-30--sp {
    padding-top: 30px !important;
  }
  body .u-pt-40--sp {
    padding-top: 40px !important;
  }
  body .u-pt-50--sp {
    padding-top: 50px !important;
  }
  body .u-pt-60--sp {
    padding-top: 60px !important;
  }
  body .u-pt-70--sp {
    padding-top: 70px !important;
  }
  body .u-pt-80--sp {
    padding-top: 80px !important;
  }
  body .u-pt-90--sp {
    padding-top: 90px !important;
  }
  body .u-pt-100--sp {
    padding-top: 100px !important;
  }
  body .u-pb-0--sp {
    padding-bottom: 0 !important;
  }
  body .u-pb-10--sp {
    padding-bottom: 10px !important;
  }
  body .u-pb-20--sp {
    padding-bottom: 20px !important;
  }
  body .u-pb-30--sp {
    padding-bottom: 30px !important;
  }
  body .u-pb-40--sp {
    padding-bottom: 40px !important;
  }
  body .u-pb-50--sp {
    padding-bottom: 50px !important;
  }
  body .u-pb-60--sp {
    padding-bottom: 60px !important;
  }
  body .u-pb-70--sp {
    padding-bottom: 70px !important;
  }
  body .u-pb-80--sp {
    padding-bottom: 80px !important;
  }
  body .u-pb-90--sp {
    padding-bottom: 90px !important;
  }
  body .u-pb-100--sp {
    padding-bottom: 100px !important;
  }
  body .u-mt-0--sp {
    margin-top: 0 !important;
  }
  body .u-mt-10--sp {
    margin-top: 10px !important;
  }
  body .u-mt-20--sp {
    margin-top: 20px !important;
  }
  body .u-mt-30--sp {
    margin-top: 30px !important;
  }
  body .u-mt-40--sp {
    margin-top: 40px !important;
  }
  body .u-mt-50--sp {
    margin-top: 50px !important;
  }
  body .u-mt-60--sp {
    margin-top: 60px !important;
  }
  body .u-mt-70--sp {
    margin-top: 70px !important;
  }
  body .u-mt-80--sp {
    margin-top: 80px !important;
  }
  body .u-mt-90--sp {
    margin-top: 90px !important;
  }
  body .u-mt-100--sp {
    margin-top: 100px !important;
  }
  body .u-mb-0--sp {
    margin-bottom: 0 !important;
  }
  body .u-text-left--sp {
    text-align: left !important;
  }
  body .u-text-center--sp {
    text-align: center !important;
  }
  body .u-text-right--sp {
    text-align: right !important;
  }
  body .u-w-10p--sp {
    width: 10% !important;
  }
  body .u-w-20p--sp {
    width: 20% !important;
  }
  body .u-w-30p--sp {
    width: 30% !important;
  }
  body .u-w-40p--sp {
    width: 40% !important;
  }
  body .u-w-50p--sp {
    width: 50% !important;
  }
  body .u-w-60p--sp {
    width: 60% !important;
  }
  body .u-w-70p--sp {
    width: 70% !important;
  }
  body .u-w-80p--sp {
    width: 80% !important;
  }
  body .u-w-90p--sp {
    width: 90% !important;
  }
  body .u-w-100p--sp {
    width: 100% !important;
  }
}

@media screen and (min-width:768px) {
  .u-contents--880 {
    margin: 0 auto;
    width: 880px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider * {
  outline: none !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.l-contents {
  padding: 120px 0 80px;
}
@media screen and (max-width:767px) {
  .l-contents {
    padding: 75px 0 40px;
  }
}
.has-header-alert .l-contents {
  transition: none;
  padding-top: 190px;
}
@media screen and (max-width:767px) {
  .has-header-alert .l-contents {
    padding-top: 140px;
  }
}
@media screen and (min-width:768px) {
  .l-contents.has-localnav {
    padding-top: 0;
  }
}
@media screen and (max-width:767px) {
  .l-contents.has-localnav.is-spshow-localnav {
    padding-top: 0;
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.p-header-alert {
  position: relative;
  z-index: 5;
  background-color: #FFEB0F;
  text-align: center;
}

.header-alert__inner {
  position: relative;
  margin: 0 auto;
  padding: 17px 40px;
  max-width: 1280px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .header-alert__inner {
    display: flex;
    padding: 10px 10px;
  }
}

.p-header-alert__text {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-header-alert__text {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width:767px) {
  .p-header-alert__text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-left: 40px;
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-header-alert__text a:hover {
  text-decoration: underline;
}
.p-header-alert__text:before {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 0;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  background: url(/assets/img/common/icon_notice.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .p-header-alert__text:before {
    top: calc(50% - 12px);
  }
}

.p-header-alert__close {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width:768px) {
  .p-header-alert__close {
    position: absolute;
    z-index: 5;
    top: calc(50% - 20px);
    right: 0;
  }
}
@media screen and (max-width:767px) {
  .p-header-alert__close {
    margin-left: 10px;
    flex-shrink: 0;
  }
}
.p-header-alert__close:before {
  z-index: 2;
  content: "";
  margin: 4px 0 4px;
  width: 12px;
  height: 12px;
  display: block;
  background: url(/assets/img/common/icon_close.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-header-gnav {
  position: relative;
}
@media screen and (min-width:768px) {
  .p-header-gnav {
    margin: 0 auto;
    width: 1280px;
  }
}
@media screen and (max-width:767px) {
  .p-header-gnav {
    margin: 0 10px;
  }
}

.p-header-gnav__head {
  position: relative;
  z-index: 20;
  border-radius: 0 0 20px 20px;
  padding: 23px 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width:767px) {
  .p-header-gnav__head {
    border-radius: 0 0 15px 15px;
    padding: 8px 10px;
    height: 60px;
  }
}

@media screen and (min-width:768px) {
  .p-header-gnav__head__brand {
    width: 330px;
  }
}

.p-header-gnav__head__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .p-header-gnav__head__list {
    display: none;
  }
}

.p-header-gnav__head__list__item {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  font-size: 2.5rem;
}
.p-header-gnav__head__list__item:not(:last-child) {
  margin-right: 30px;
}
.p-header-gnav__head__list__item a {
  display: flex;
  align-items: center;
}
.p-header-gnav__head__list__item.is-icon01 a:before, .p-header-gnav__head__list__item.is-icon02 a:before, .p-header-gnav__head__list__item.is-icon03 a:before, .p-header-gnav__head__list__item.is-icon04 a:before {
  content: "";
  margin-right: 10px;
  display: block;
}
.p-header-gnav__head__list__item.is-icon01 a:before {
  background: url(/assets/img/common/gnav_ic01.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 54px;
  height: 54px;
}
.p-header-gnav__head__list__item.is-icon02 a:before {
  background: url(/assets/img/common/gnav_ic02.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 66px;
  height: 38px;
}
.p-header-gnav__head__list__item.is-icon03, .p-header-gnav__head__list__item.is-icon04 {
  font-size: 1.8rem;
}
.p-header-gnav__head__list__item.is-icon03 a:before {
  background: url(/assets/img/common/gnav_ic03.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.p-header-gnav__head__list__item.is-icon04 a:before {
  background: url(/assets/img/common/gnav_ic04.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.p-header-gnav__head__util {
  display: flex;
}

@media screen and (min-width:768px) {
  .p-header-gnav__gnavButton {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .p-header-gnav__gnavButton {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    border: 1px solid #111111;
    background: #fff url(/assets/img/common/icon_hamburger.svg) 50% 50% no-repeat;
  }
  .is-gnav-open .p-header-gnav__gnavButton {
    background: #fff url(/assets/img/common/icon_close.svg) 50% 50% no-repeat;
    background-size: 12px auto;
  }
}

.p-header-gnav__seachButton {
  border-radius: 15px;
  border: 1px solid #148cf0;
  height: 40px;
  width: 40px;
  background: #fff url(/assets/img/common/icon_search.svg) 50% 50% no-repeat;
  background-size: 20px auto;
}
@media screen and (min-width:768px) {
  .p-header-gnav__seachButton {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width:767px) {
  .p-header-gnav__seachButton {
    margin-right: 10px;
  }
}
.is-search-open .p-header-gnav__seachButton {
  background: #fff url(/assets/img/common/icon_close_blue.svg) 50% 50% no-repeat;
  background-size: 12px auto;
}

.p-header-gnav__pickup {
  margin-right: 10px;
  border-radius: 15px;
  height: 40px;
  width: 40px;
  padding-top: 2px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (min-width:768px) {
  .p-header-gnav__pickup {
    display: none;
  }
}
.p-header-gnav__pickup.is-access {
  background: #fff url(/assets/img/common/sidenav_ic01.png?v=2) 50% 50% no-repeat;
  background-size: contain;
}
.p-header-gnav__pickup.is-seat {
  background: #fff url(/assets/img/common/sidenav_ic02.png) 50% calc(100% - 6px) no-repeat;
  background-size: 26px auto;
}

.p-header-search,
.p-header-contents--pc,
.p-header-contents--sp {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: calc(100% - 20px);
  left: 0;
  padding: 30px 10px 10px;
  border-radius: 0 0 30px 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:767px) {
  .p-header-search,
  .p-header-contents--pc,
  .p-header-contents--sp {
    top: 0;
    width: calc(100% + 20px);
    padding: 70px 10px 10px;
    border-radius: 0 0 20px 20px;
    left: -10px;
  }
}

.p-header-search {
  z-index: 5;
}

.p-header-contents__scroll {
  overflow-y: auto;
  max-height: calc(100vh - 70px - 80px);
}

.p-header-search-form {
  position: relative;
  margin-left: auto;
  width: 620px;
}
@media screen and (min-width:768px) {
  .p-header-search-form {
    font-weight: 600;
  }
}
@media screen and (max-width:767px) {
  .p-header-search-form {
    width: auto;
  }
}

.p-header-search-input {
  border-radius: 20px;
  padding: 16px 100px 16px 20px;
  background-color: #fff;
  width: 100%;
  font-size: 1.2rem;
}

.p-header-search-submit {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding-right: 5px;
  width: 80px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
}
.p-header-search-submit:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 5px);
  right: 10px;
  z-index: 2;
  content: "";
  width: 12px;
  height: 10px;
  display: block;
  background: url(/assets/img/common/icon_arrow02.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-header-menu {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}

.p-header-menu__item {
  width: 50%;
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-header-menu__item:nth-child(n+3) {
  border-top: 1px solid #F0F2F3;
  padding: 10px;
  text-align: center;
}
.p-header-menu__item:before {
  content: "";
  display: block;
  background: #fff url(/assets/img/common/icon_hamburger.svg) 50% 50% no-repeat;
}

.p-header-menu__image {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-header-menu__image.is-cat01 img {
  width: 48px;
}
.p-header-menu__image.is-cat02 img {
  width: 60px;
}
.p-header-menu__image.is-cat03 img {
  width: 45px;
}
.p-header-menu__image.is-cat04 img {
  width: 45px;
}

.p-header-menu__text {
  display: block;
  margin-top: 6px;
  font-size: 2rem;
  line-height: 1;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-header-menu__text {
    font-weight: 600;
  }
}
.is-sub .p-header-menu__text {
  font-size: 1.5rem;
}

.p-header-subnav--pc {
  display: flex;
  justify-content: flex-end;
}
.p-header-subnav--pc > ul {
  position: relative;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 30px;
}
.p-header-subnav--pc > ul.is-pos01:after {
  right: 290px;
}
.p-header-subnav--pc > ul.is-pos02:after {
  right: 110px;
}
.p-header-subnav--pc > ul:after {
  position: absolute;
  top: -16px;
  content: "";
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.p-header-subnav--pc > ul > li:not(:last-child) {
  margin-right: 22px;
}
.p-header-subnav--pc > ul > li > a {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}
.p-header-subnav--pc > ul > li > a:after {
  position: relative;
  top: -1px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/icon_arrow04.svg) 0 0 no-repeat;
}

.p-header-subnav--sp {
  display: none;
  position: relative;
  margin-top: 10px;
  border-radius: 15px;
  background-color: #fff;
}
.p-header-subnav--sp.is-pos01:after {
  left: calc(25% - 10px);
}
.p-header-subnav--sp.is-pos02:after {
  left: calc(75% - 10px);
}
.p-header-subnav--sp:after {
  position: absolute;
  top: -16px;
  content: "";
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.p-header-subnav--sp li:first-child {
  border-radius: 15px 15px 0 0;
}
.p-header-subnav--sp li:last-child {
  border-radius: 0 0 15px 15px;
}
.p-header-subnav--sp li:nth-child(n+2) {
  border-top: 1px solid #F0F2F3;
}
.p-header-subnav--sp li a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-header-subnav--sp li a:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 8px);
  right: 20px;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(/assets/img/common/icon_arrow04.svg) 0 0 no-repeat;
}

.p-header-othernav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 12px 20px;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .p-header-othernav {
    font-weight: 600;
  }
}
.p-header-othernav li {
  margin: 5px 1em 5px 0;
  font-size: 1rem;
}

.p-header-sns {
  margin-top: 10px;
  padding: 10px 10px;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-header-sns__item {
  margin: 0 8px;
  width: 30px;
}

.l-fixnav {
  position: fixed;
  z-index: 100;
  display: block;
}
@media screen and (min-width:768px) {
  .l-fixnav {
    bottom: 30px;
    right: 0;
  }
}
@media screen and (max-width:767px) {
  .l-fixnav {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .l-fixnav__inner {
    width: 100%;
    min-height: 60px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width:768px) {
  .p-fixnav-list {
    border-radius: 20px 0 0 20px;
    background-color: #fff;
  }
}
@media screen and (max-width:767px) {
  .p-fixnav-list {
    border-radius: 15px 15px 0 0;
    order: 1;
    display: flex;
  }
}

.p-fixnav__item {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width:767px) {
  .p-fixnav__item {
    display: none;
  }
}
.p-fixnav__item.is-item01 {
  background: #fff url(/assets/img/common/sidenav_ic01.png) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (min-width:768px) {
  .p-fixnav__item.is-item01 {
    border-radius: 20px 0 0 0;
  }
}
.p-fixnav__item.is-item02 {
  background: #fff url(/assets/img/common/sidenav_ic02.png) 50% calc(100% - 15px) no-repeat;
  background-size: 40px;
}
.p-fixnav__item.is-ticket {
  margin: 0 0 20px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 100px;
  background: #FFEB0F url(/assets/img/common/sidenav_ic03.svg) 50% 64px no-repeat;
  background-size: 42px auto;
}
@media screen and (max-width:767px) {
  .p-fixnav__item.is-ticket {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 15px 15px 0 0;
    width: 200px;
    height: 60px;
    background-position: 15px 50%;
    background-size: 36px auto;
  }
  .p-fixnav__item.is-ticket:after {
    position: absolute;
    z-index: 5;
    right: 12px;
    top: calc(50% - 5px);
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url(/assets/img/common/icon_blank_b.svg) 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width:768px) {
  .p-fixnav__item.is-ticket .p-fixnav__title {
    font-size: 1.8rem;
    line-height: 1.111;
  }
}
@media screen and (max-width:767px) {
  .p-fixnav__item.is-ticket .p-fixnav__title {
    font-size: 1.4rem;
    line-height: 1.111;
  }
}
.p-fixnav__item--sns {
  position: relative;
  display: block;
  padding: 5px;
  width: 80px;
  height: 160px;
  background-color: #F6F7F8;
}
@media screen and (min-width:768px) {
  .p-fixnav__item--sns {
    border-radius: 0 0 0 20px;
  }
}
@media screen and (max-width:767px) {
  .p-fixnav__item--sns {
    display: none;
  }
}

.p-fixnav__title {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-fixnav__title {
    position: static;
    top: 5px;
    font-size: 1.3rem;
    padding-left: 60px;
    text-align: left;
  }
}

.p-fixnav-sns {
  margin: 10px -4px 0;
  text-align: center;
}
.p-fixnav-sns a {
  display: block;
  margin: 4px auto;
}

.p-fixnav-sns__item {
  margin: 0 4px;
}
.p-fixnav-sns__item.is-twitter img {
  max-width: 27px;
  height: auto;
}

.p-fixnav-sns__title {
  margin-top: 5px;
  text-align: center;
}

.p-fixnav-scrolltop {
  margin-left: auto;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/img/common/icon_scrolltop.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (min-width:768px) {
  .p-fixnav-scrolltop {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-fixnav-scrolltop {
    margin-top: 10px;
    order: 3;
  }
}

.l-footer {
  padding-bottom: 20px;
}
@media screen and (max-width:767px) {
  .l-footer {
    padding-bottom: 10px;
  }
}

.p-footer {
  color: #fff;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .p-footer {
    border-radius: 40px;
    background: #0E2340 url(/assets/img/common/footer_bg01.png) 50% 100% no-repeat;
    background-size: 100% auto;
    width: calc(100% - 60px);
    max-width: 1400px;
  }
}
@media screen and (max-width:767px) {
  .p-footer {
    border-radius: 20px;
    background: #0E2340 url(/assets/img/common/footer_bg01_sp.png) 50% 100% no-repeat;
    background-size: 100% auto;
    margin: 0 10px;
  }
}

.p-footer__inner {
  padding: 40px 10px;
  margin: 0 auto;
  max-width: 720px;
}
@media screen and (max-width:767px) {
  .p-footer__inner {
    padding: 20px;
  }
}

.p-footer-copy {
  margin: 0 0 15px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-footer-copy {
    margin: 0 0 8px;
    font-size: 1.1rem;
    line-height: 1.272;
  }
}

.p-footer-button-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 580px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .p-footer-button-wrap {
    justify-content: space-between;
    width: auto;
  }
}

.p-footer-button {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 35px;
  background-color: #fff;
  color: #111111;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
}
@media screen and (min-width:768px) {
  .p-footer-button {
    margin: 0 5px 10px;
    width: calc(25% - 10px);
    min-height: 50px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width:767px) {
  .p-footer-button {
    flex-direction: column;
    margin: 0 0 4px;
    width: calc(25% - 2px);
    min-height: 50px;
    font-size: 1rem;
  }
}
@media screen and (min-width:768px) {
  .is-three-col .p-footer-button:not(.is-wide) {
    width: calc(33.33333% - 10px);
  }
}
@media screen and (max-width:767px) {
  .is-three-col .p-footer-button:not(.is-wide) {
    width: calc(33.33333% - 2px);
  }
}
.p-footer-button.is-wide {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .p-footer-button.is-wide {
    flex-direction: row;
    width: 100%;
    font-size: 1.2rem;
  }
}

.p-footer-button__icon {
  flex-shrink: 0;
  width: 32px;
}
@media screen and (max-width:767px) {
  .p-footer-button__icon {
    margin: 0 0 2px;
    width: 25px;
  }
}
@media screen and (min-width:768px) {
  .is-magazine .p-footer-button__icon {
    width: 28px;
  }
}
.p-footer-button__icon img {
  width: 100%;
}

.p-footer-button__label {
  flex-grow: 1;
}

@media screen and (min-width:768px) {
  .p-footer-brand {
    margin: 15px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 696px;
  }
}
@media screen and (max-width:767px) {
  .p-footer-brand {
    margin: 30px auto 0;
    display: block;
  }
}

.p-footer-brand__logo {
  max-width: 322px;
}
@media screen and (max-width:767px) {
  .p-footer-brand__logo {
    margin: 0 auto;
    max-width: 220px;
  }
}

.p-footer-brand__label {
  margin-top: 8px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .p-footer-brand__label {
    font-size: 1rem;
  }
}

.p-footer-tel {
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}
@media screen and (max-width:767px) {
  .p-footer-tel {
    margin-top: 18px;
    font-size: 1rem;
  }
}

.p-footer-tel__label {
  font-weight: 500;
}

.p-footer-tel__link {
  position: relative;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .p-footer-tel__link {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.p-footer-tel__link:before {
  flex-shrink: 0;
  content: "";
  margin-right: 8px;
  width: 35px;
  height: 36px;
  vertical-align: middle;
  display: inline-block;
  background: url(/assets/img/common/icon_tel01.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .p-footer-tel__link:before {
    margin-right: 4px;
    width: 20px;
    height: 21px;
  }
}

.p-footer-util {
  margin: 20px auto 0;
}
@media screen and (min-width:768px) {
  .p-footer-util {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 570px;
    letter-spacing: 0.02em;
  }
}

.p-footer-nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .p-footer-nav {
    justify-content: center;
  }
}
.p-footer-nav li {
  font-size: 1rem;
}
.p-footer-nav li:not(:last-child) {
  margin-right: 1em;
}
.p-footer-nav li a {
  font-weight: 500;
}
.p-footer-nav li a:hover {
  text-decoration: underline;
}

.p-footer-copyright {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .p-footer-copyright {
    margin-top: 10px;
    text-align: center;
  }
}

.p-footer-logo {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-footer-logo {
    margin: 35px auto 0;
    width: 102px;
  }
}

.c-headline-v1 {
  position: relative;
  margin: 0 0 38px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .c-headline-v1 {
    margin: 0 0 10px;
  }
}
.c-headline-v1.has-bg {
  margin: 58px 0 90px;
}
@media screen and (max-width:767px) {
  .c-headline-v1.has-bg {
    margin: 29px 0 27px;
  }
}
.c-headline-v1.has-bg:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 210px;
  height: 165px;
  background: url(/assets/img/top/index_about_bg01.svg);
  background-size: contain;
  background-position: center/center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .c-headline-v1.has-bg:after {
    width: 70px;
    height: 65px;
  }
}

.c-headline-v1__sub {
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .c-headline-v1__sub {
    font-size: 1.2rem;
  }
}

.c-headline-v1__main {
  font-size: 3.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .c-headline-v1__main {
    font-size: 2.6rem;
  }
}

.c-headline-v2 {
  margin: 80px 0 30px;
  padding: 1px 5px;
  border-radius: 30px;
  background-color: #111111;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .c-headline-v2 {
    margin: 40px 0 0;
    padding: 3px;
    font-size: 1.1rem;
  }
}
.c-headline-v2 em {
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (max-width:767px) {
  .c-headline-v2 em {
    font-size: 2rem;
  }
}

.p-headline-v3 {
  margin: 30px 0 15px;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 500;
  background-color: #0E2340;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
  .p-headline-v3 {
    margin: 20px 0 10px;
    padding: 3px 15px;
    font-size: 1.4rem;
  }
}
.p-headline-v3 + * {
  margin-top: 0 !important;
}

.c-paragraph, .entry-body p {
  margin: 1em 0 0;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.15em;
}
@media screen and (max-width:767px) {
  .c-paragraph, .entry-body p {
    font-size: 1.3rem;
  }
}

.c-normallist li,
.c-normallist-v2 li,
.entry-body ul li,
.c-normallist-v3 li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .c-normallist li,
  .c-normallist-v2 li,
  .entry-body ul li,
  .c-normallist-v3 li {
    font-size: 1.4rem;
  }
}
.c-normallist li:not(:first-child),
.c-normallist-v2 li:not(:first-child),
.entry-body ul li:not(:first-child),
.c-normallist-v3 li:not(:first-child) {
  margin-top: 1.8em;
}
.c-normallist li:before,
.c-normallist-v2 li:before,
.entry-body ul li:before,
.c-normallist-v3 li:before {
  position: absolute;
  z-index: 2;
  top: 0.8em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}

@media screen and (min-width:768px) {
  .c-normallist-v2 li, .entry-body ul li {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.08em;
  }
}
.c-normallist-v2 li:before, .entry-body ul li:before {
  top: 0.8em;
  width: 6px;
  height: 6px;
  background-color: #DCDEDF;
}
.c-normallist-v2 li:not(:first-child), .entry-body ul li:not(:first-child) {
  margin-top: 1em;
}

.c-normallist-v3.has-mt {
  margin-top: 30px;
}
.c-normallist-v3 li {
  font-weight: 600;
}
@media screen and (min-width:768px) {
  .c-normallist-v3 li {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
.c-normallist-v3 li:before {
  top: 0.4em;
  width: 6px;
  height: 6px;
  background-color: #DCDEDF;
}
.c-normallist-v3 li:not(:first-child) {
  margin-top: 0.8em;
}

.c-notelist {
  margin-top: 1em;
  font-weight: normal;
}
.c-notelist li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.c-notelist li:not(:first-child) {
  margin-top: 0.3em;
}
@media screen and (max-width:767px) {
  .c-notelist li {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.c-notelist li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※";
}

.c-button-wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.c-button-wrap--center {
  justify-content: center;
}

.c-button-wrap--right {
  justify-content: right;
}

.c-button-wrap--2col .c-button {
  width: 48%;
  min-width: 48%;
}
.c-button-wrap--2col .c-button:nth-child(even) {
  margin-left: 4%;
}

@media screen and (max-width:767px) {
  .c-button-wrap--2col--sp .c-button {
    width: 48%;
    min-width: 48%;
  }
  .c-button-wrap--2col--sp .c-button:nth-child(even) {
    margin-left: 4%;
  }
}

.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 50px;
  padding: 0 45px 0 35px;
  font-size: 1.2rem;
  font-weight: 500;
  border: 3px solid #000;
  background-color: #000;
  color: #fff;
  min-width: 160px;
}
.c-button:after {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(/assets/img/common/icon_arrow02.svg) 0 0 no-repeat;
  background-size: contain;
}
.c-button.is-blank:after {
  background-image: url(/assets/img/common/icon_blank.svg);
}
.c-button.is-prev {
  padding: 0 35px 0 45px;
}
.c-button.is-prev:after {
  transform: rotate(180deg);
  right: auto;
  left: 20px;
}

.c-button--outline {
  color: #111111;
  background-color: transparent;
}
.c-button--outline:after {
  background-image: url(/assets/img/common/icon_arrow03.svg);
}
.c-button--outline.is-blank:after {
  background-image: url(/assets/img/common/icon_blank_b.svg);
}

.c-button--outline--white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.c-button--yellow {
  border-color: #FFEB0F;
  background-color: #FFEB0F;
  color: #111111;
}
.c-button--yellow:after {
  background-image: url(/assets/img/common/icon_arrow03.svg);
}
.c-button--yellow.is-blank:after {
  background-image: url(/assets/img/common/icon_blank_b.svg);
}

@media screen and (max-width:767px) {
  .c-button--text--small {
    font-size: 1.1rem;
  }
}

.c-attention-buttton {
  margin: 20px 0 0;
  display: flex;
}
.c-attention-buttton--center {
  justify-content: center;
}
@media screen and (max-width:767px) {
  .c-attention-buttton {
    margin: 15px 0 0;
  }
}

.c-attention-buttton__link {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border-radius: 20px;
  height: 30px;
  background-color: #FFDBDC;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .c-attention-buttton__link {
    height: 40px;
    transition: ease opacity 0.3s;
  }
  .c-attention-buttton__link:hover {
    opacity: 0.7;
  }
}
.c-attention-buttton__link.is-download {
  width: 64%;
}
.c-attention-buttton__link.is-download:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: url(/assets/img/common/icon_download.svg);
}
@media screen and (min-width:768px) {
  .c-attention-buttton__link.is-download:after {
    right: 32px;
  }
}

.c-imgcover {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 280px;
  height: 280px;
  overflow: hidden;
  display: block;
}
.c-imgcover img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-imgcover.is-landscape img {
  width: 100%;
  height: auto;
}
.c-imgcover.is-portrait img {
  width: auto;
  max-width: none;
  height: 100%;
}
.c-slider .slick-dots {
  display: flex;
  justify-content: center;
}
.c-slider .slick-dots li {
  margin: 0 4px;
  width: auto;
  height: auto;
}
.c-slider .slick-dots li button {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  height: 10px;
  width: 10px;
  transition: ease all 0.3s;
}
.c-slider .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #111111;
  opacity: 0.2;
  transition: ease all 0.3s;
}
.c-slider .slick-dots li.slick-active button {
  width: 30px;
}
.c-slider .slick-dots li.slick-active button:before {
  border-radius: 5px;
  width: 30px;
  opacity: 1;
}
.c-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
}
@media screen and (max-width:767px) {
  .c-slider .slick-arrow {
    width: 50px;
    height: 70px;
  }
}
.c-slider .slick-arrow:before {
  border-radius: 15px;
  position: static;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.9) url(/assets/img/common/icon_arrow02.svg) 50% 50% no-repeat;
  background-size: 12px auto;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .c-slider .slick-arrow:before {
    border-radius: 40px;
  }
}
.c-slider .slick-arrow.slick-disabled {
  opacity: 0.2 !important;
}
.c-slider .slick-arrow.slick-prev:before {
  transform: rotateY(180deg);
}

.c-category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

.c-category__item {
  border-radius: 20px;
  border: 1px solid #111111;
  margin-bottom: 5px;
  padding: 6px 8px;
  min-width: 100px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width:767px) {
  .c-category__item {
    min-width: 90px;
    font-size: 1rem;
  }
}
.c-category__item:not(:last-child) {
  margin-right: 5px;
}
.c-category__item.is-onsale {
  border-color: #FFEB0F;
  background-color: #FFEB0F;
  color: #111;
}
.c-category__item.is-soldout {
  border-color: #ECEEEF;
  background-color: #ECEEEF;
  color: #111;
}
.c-category__item.is-alert {
  border-color: #FF595E;
  background-color: #FF595E;
  color: #fff;
}
.c-category__item.is-self {
  border-color: #148CF0;
  background-color: #148CF0;
  color: #fff;
}

.c-inlinelink, .entry-body a {
  text-decoration: underline;
  color: #148CF0;
  word-break: break-all;
}
.c-inlinelink:hover, .entry-body a:hover {
  text-decoration: none;
}

@media screen and (min-width:768px) {
  .c-news-row {
    margin: 0 auto;
    max-width: 720px;
  }
}

.c-news__item {
  position: relative;
  display: flex;
  margin: 0 0 40px;
}
@media screen and (max-width:767px) {
  .c-news__item {
    margin: 0 0 25px;
  }
}

.c-news__image {
  position: relative;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .c-news__image {
    margin-right: 40px;
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width:767px) {
  .c-news__image {
    margin-right: 15px;
    width: 60px;
    height: 60px;
  }
}
.c-news__image img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.c-news__detail {
  flex-grow: 1;
  align-self: center;
  overflow: hidden;
}

.c-news__date {
  margin-bottom: 0.2em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .c-news__date {
    font-size: 1.2rem;
  }
}

.c-news__title {
  position: relative;
  padding-right: 35px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .c-news__title {
    padding-right: 30px;
    font-size: 1.3rem;
  }
}
.c-news__title:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/icon_arrow04.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .c-news__title:after {
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
}

.c-iframe {
  margin: 50px 0 45px;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 0;
  padding: 0 0 56%;
}
@media screen and (max-width:767px) {
  .c-iframe {
    margin: 35px 0 20px;
  }
}
.c-iframe iframe {
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.c-pager {
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .c-pager {
    margin: 40px 0 0;
  }
}

.c-pager__inner {
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width:767px) {
  .c-pager__inner {
    padding: 0 43px;
  }
}

.c-pager__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

.c-pager__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40%;
  border: 2px solid #fff;
  margin: 0 2px 5px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width:768px) {
  .c-pager__item {
    height: 40px;
    width: 40px;
    font-size: 1.6rem;
    transition: ease all 0.3s;
  }
  .c-pager__item:hover {
    color: #fff;
    border-color: #111;
    background-color: #111;
  }
}
@media screen and (max-width:767px) {
  .c-pager__item {
    height: 30px;
    width: 30px;
    font-size: 1.4rem;
  }
}
.c-pager__item.is-current {
  pointer-events: none;
  border-color: #111;
}

.c-pager__control {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40%;
  background-color: #111111;
}
@media screen and (min-width:768px) {
  .c-pager__control {
    top: calc(50% - 20px);
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width:767px) {
  .c-pager__control {
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
  }
}
.c-pager__control:before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url(/assets/img/common/icon_arrow02.svg) 50% 50% no-repeat;
  background-size: contain;
}
.c-pager__control.is-prev {
  left: 0;
}
.c-pager__control.is-prev:before {
  transform: rotateY(180deg);
}
.c-pager__control.is-next {
  right: 0;
}
.c-pager__control.is-disable {
  pointer-events: none;
  background-color: #ECEEEF;
}

.c-cv {
  border-radius: 20px;
  background-color: rgba(255, 237, 238, 0.4);
}
@media screen and (min-width:768px) {
  .c-cv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 720px;
    margin: 50px auto 0;
    padding: 20px 60px;
  }
}
@media screen and (max-width:767px) {
  .c-cv {
    margin: 30px auto 0;
    padding: 20px 15px;
  }
}

.c-cv__title {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width:767px) {
  .c-cv__title {
    margin: 0 0 10px;
    justify-content: center;
    font-size: 2rem;
  }
}
.c-cv__title:before {
  content: "";
  flex-shrink: 0;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 32px;
  background: url(/assets/img/common/icon_tel02.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .c-cv__title:before {
    margin-right: 6px;
    width: 21px;
    height: 22px;
  }
}

.c-cv__label {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .c-cv__label {
    font-size: 1.3rem;
  }
}

.c-cv__detail {
  padding-right: 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .c-cv__detail {
    padding: 0;
  }
}

.c-cv__tel {
  font-size: 4.6rem;
  color: #FF595E;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .c-cv__tel {
    margin-top: 0.1em;
    font-size: 3.4rem;
  }
}

.c-cv__date {
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .c-cv__date {
    margin-top: 0.4em;
    font-size: 1.2rem;
  }
}

@media screen and (min-width:768px) {
  .c-calender {
    margin: 70px auto 0;
    width: 720px;
  }
}
@media screen and (max-width:767px) {
  .c-calender {
    margin: 40px auto 0;
  }
}

.c-calender__year {
  position: relative;
  margin: 0 0 20px;
  background-color: #111111;
  border-radius: 30px;
  text-align: center;
  padding: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.c-calender__year em {
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width:767px) {
  .c-calender__year em {
    font-size: 2.6rem;
  }
}

.c-calender__year__link {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.c-calender__year__link.is-prev {
  left: 15px;
}
.c-calender__year__link.is-prev:before {
  margin-right: 8px;
  flex-shrink: 0;
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background: url(/assets/img/common/icon_arrow02.svg) 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.c-calender__year__link.is-next {
  right: 15px;
}
.c-calender__year__link.is-next:after {
  margin-left: 8px;
  flex-shrink: 0;
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background: url(/assets/img/common/icon_arrow02.svg) 50% 50% no-repeat;
  background-size: contain;
}

.c-calender-month {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .c-calender-month {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-calender-month__item {
  border-radius: 15px;
  border: 2px solid #fff;
  width: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .c-calender-month__item {
    width: 16.66%;
    line-height: 1.2;
  }
  .c-calender-month__item:nth-child(n+7) {
    margin-top: 8px;
  }
}
.c-calender-month__item.is-current {
  border-color: #111111;
  pointer-events: none;
}
.c-calender-month__item.is-comingsoon {
  pointer-events: none;
  opacity: 0.2 !important;
}
.c-calender-month__item em {
  font-size: 2.4rem;
  font-style: normal;
}

.c-calender-view {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .c-calender-view {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .c-calender-view__header {
    position: relative;
    text-align: center;
  }
}

.c-calender-view__ym {
  line-height: 1.1;
}
@media screen and (min-width:768px) {
  .c-calender-view__ym {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
  }
}

.c-calender-view__year {
  font-size: 1.2rem;
  font-weight: 600;
}

.c-calender-view__month {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .c-calender-view__month {
    font-size: 1.6rem;
  }
}
.c-calender-view__month em {
  font-style: normal;
  font-size: 6.4rem;
}
@media screen and (max-width:767px) {
  .c-calender-view__month em {
    font-size: 5rem;
  }
}

.c-calender-table {
  margin-left: 100px;
}
@media screen and (max-width:767px) {
  .c-calender-table {
    margin: 10px 0 0;
  }
}

.c-calender-table-week {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
@media screen and (max-width:767px) {
  .c-calender-table-week {
    padding: 0 3vw;
  }
}

.c-calender-table-week__item {
  border: 1px solid #111111;
  padding: 4px 7px;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111111;
}
@media screen and (max-width:767px) {
  .c-calender-table-week__item {
    padding: 2px 5px;
    font-size: 1.2rem;
  }
}
.c-calender-table-week__item.is-holiday {
  border-color: #CC2936;
  color: #CC2936;
}

.c-calender-table-row {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .c-calender-table-row {
    margin-top: 5px;
  }
}

.c-calender-table-row__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 70px;
  width: 12.9%;
  line-height: 1;
  background-color: #F0F8FF;
}
@media screen and (max-width:767px) {
  .c-calender-table-row__item {
    height: 50px;
  }
}
.c-calender-table-row__item.is-blank {
  background-color: #F5F7F8;
}
.c-calender-table-row__item.is-holiday {
  background-color: #FFEDEE;
}

.c-calender-table-row__day {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .c-calender-table-row__day {
    font-size: 1.6rem;
  }
}

.c-calender-table-row__state {
  margin-top: 5px;
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .c-calender-table-row__state {
    margin-top: 2px;
    font-size: 1.4rem;
  }
}

.c-calender-table__aside {
  margin-top: 18px;
}
.c-calender-table__aside .c-notelist {
  color: #DB1C1C;
}
.c-calender-table__aside .c-notelist li {
  font-weight: 700;
  font-size: 1.4rem;
}

.c-calender-table__update {
  margin-top: 15px;
  text-align: right;
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width:767px) {
  .c-calender-control {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

@media screen and (min-width:768px) {
  .c-calender-control__item {
    position: absolute;
    z-index: 5;
    top: 220px;
  }
}
@media screen and (max-width:767px) {
  .c-calender-control__item {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (min-width:768px) {
  .c-calender-control__item.is-prev {
    left: -80px;
  }
}
@media screen and (max-width:767px) {
  .c-calender-control__item.is-prev {
    left: 0;
  }
}
.c-calender-control__item.is-prev .c-calender-control__icon:before {
  transform: rotateY(180deg);
}
@media screen and (min-width:768px) {
  .c-calender-control__item.is-next {
    right: -80px;
  }
}
@media screen and (max-width:767px) {
  .c-calender-control__item.is-next {
    right: 0;
    flex-direction: row-reverse;
  }
}

.c-calender-control__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40%;
  width: 40px;
  height: 40px;
  background-color: #111111;
}
@media screen and (max-width:767px) {
  .c-calender-control__icon {
    width: 30px;
    height: 30px;
  }
}
.c-calender-control__icon:before {
  flex-shrink: 0;
  content: "";
  width: 12px;
  height: 10px;
  display: block;
  background: url(/assets/img/common/icon_arrow02.svg) 50% 50% no-repeat;
  background-size: contain;
}

.c-calender-control__label {
  margin-top: 0.5em;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .c-calender-control__label {
    margin: 0;
  }
}

.entry-body em {
  font-style: normal;
  color: #d95959;
}
.entry-body ul {
  margin-top: 1.5em;
}
.entry-body u {
  text-decoration: none;
  background: linear-gradient(transparent 70%, #FFEB0F 70%);
}

/* breadcrumb.scss */
@media screen and (min-width:768px) {
  .p-breadcrumb {
    padding-bottom: 25px;
  }
}
@media screen and (max-width:767px) {
  .p-breadcrumb {
    padding-bottom: 8px;
    z-index: 10;
    line-height: 1.6;
  }
}

.p-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #111111;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-breadcrumb-list {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .p-breadcrumb-list {
    font-size: 1.2rem;
  }
}
.p-breadcrumb-list > li br {
  display: none !important;
}
.p-breadcrumb-list > li font {
  font-size: inherit !important;
}
@media screen and (max-width:767px) {
  .p-breadcrumb-list > li {
    flex-shrink: 0;
    max-width: 100%;
  }
  .p-breadcrumb-list > li:last-child {
    padding-right: 15px;
  }
}
.p-breadcrumb-list > li > * {
  color: #111111;
}
.is-white .p-breadcrumb-list > li > * {
  color: #fff;
}
.p-breadcrumb-list > li:not(:last-child):after {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  top: -1px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  content: "";
  display: inline-block;
}
@media screen and (max-width:767px) {
  .p-breadcrumb-list > li:not(:last-child):after {
    margin: 0 10px 0 6px;
    top: -1px;
    width: 6px;
    height: 6px;
  }
}
.is-white .p-breadcrumb-list > li:not(:last-child):after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.p-breadcrumb-list > li:last-of-type > * {
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .p-schedule-pager {
    margin: 0 -15px;
  }
}
.p-schedule-pager.is-top {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-schedule-pager.is-top {
    margin-bottom: 10px;
  }
}
.p-schedule-pager.is-bottom {
  margin-top: 110px;
}
@media screen and (max-width:767px) {
  .p-schedule-pager.is-bottom {
    margin-top: 50px;
  }
}

.p-schedule-pager__title {
  margin: 0 0 25px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width:767px) {
  .p-schedule-pager__title {
    font-size: 1.4rem;
  }
}

.p-schedule-pager__notice {
  display: flex;
  align-items: center;
  margin: 0 15px 15px;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
}
.p-schedule-pager__notice:before {
  position: relative;
  top: 1px;
  z-index: 2;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 29px;
  height: 20px;
  display: block;
  background: url(/assets/img/common/icon_touch.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-schedule-pager-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .p-schedule-pager-list {
    justify-content: flex-start;
    padding: 0 15px;
    overflow-x: auto;
  }
}
.p-schedule-pager-list + .p-schedule-month > :first-child {
  margin-top: 0 !important;
}

.p-schedule-pager__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .p-schedule-pager__item {
    width: 80px;
    height: 70px;
    transition: ease opacity 0.3s;
  }
  .p-schedule-pager__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-pager__item {
    width: 50px;
    height: 60px;
  }
}
.p-schedule-pager__item.is-comingsoon {
  pointer-events: none;
  opacity: 0.2 !important;
}
.p-schedule-pager__item:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .p-schedule-pager__item:not(:last-child) {
    margin-right: 15px;
  }
}

.p-schedule-pager__year {
  font-size: 1rem;
}
.p-schedule-pager__year em {
  font-style: normal;
  font-size: 1.1rem;
}

.p-schedule-pager__month {
  margin-top: 5px;
  font-size: 1.3rem;
}
.p-schedule-pager__month em {
  font-style: normal;
  font-size: 4.8rem;
}
@media screen and (max-width:767px) {
  .p-schedule-pager__month em {
    font-size: 3.1rem;
  }
}

.p-schedule-article__section {
  position: relative;
  display: block;
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid #707070;
  padding: 20px 30px 20px 40px;
  background-color: #fff;
}
@media screen and (min-width:768px) {
  .is-update .p-schedule-article__section {
    padding-left: 70px;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-article__section {
    overflow: hidden;
    border-radius: 15px;
    margin-top: 20px;
    padding: 15px 10px;
  }
}

.p-schedule-article__update {
  position: absolute;
  z-index: 5;
  top: -1px;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  width: 60px;
  height: 60px;
  background-color: #FF595E;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-schedule-article__update {
    width: 40px;
    height: 40px;
    border-radius: 15px 0 15px 0;
    line-height: 1.2;
    font-size: 1rem;
    white-space: nowrap;
  }
}

.p-schedule-article__layout {
  display: flex;
}
@media screen and (max-width:767px) {
  .p-schedule-article__layout {
    flex-wrap: wrap;
  }
}

.p-schedule-article__visual {
  flex-shrink: 0;
  align-self: flex-start;
}
@media screen and (min-width:768px) {
  .p-schedule-article__visual {
    margin-right: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-article__visual {
    margin: 0 4vw 0 0;
  }
  .is-update .p-schedule-article__visual {
    margin-top: 32px;
  }
}
@media screen and (min-width:768px) {
  .p-schedule-article__visual .c-imgcover {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-article__visual .c-imgcover {
    width: 29.33vw;
    height: 29.33vw;
  }
}

.p-schedule-article__detail {
  flex-grow: 1;
}
@media screen and (max-width:767px) {
  .p-schedule-article__detail {
    flex-grow: 0;
    width: 52vw;
  }
}
.p-schedule-article__detail .c-category {
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .p-schedule-article__detail .c-category {
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-article__detail .c-category__item {
    font-size: 1rem;
    min-width: 76px;
    padding: 2px 3px;
  }
}

.p-schedule-article__action {
  flex-shrink: 0;
  align-self: flex-end;
  margin-left: 15px;
}
@media screen and (max-width:767px) {
  .p-schedule-article__action {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width:768px) {
  .p-schedule-article__action .c-button-wrap {
    flex-direction: column;
  }
  .p-schedule-article__action .c-button-wrap .c-button:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-article__action .c-button-wrap:not(.c-button-wrap--2col--sp) .c-button {
    width: 100%;
  }
}

.p-schedule-article__subtitle {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.06em;
}
@media screen and (max-width:767px) {
  .p-schedule-article__subtitle {
    font-size: 1rem;
  }
}

.p-schedule-article__title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.06em;
}
@media screen and (max-width:767px) {
  .p-schedule-article__title {
    font-size: 1.3rem;
  }
}
.p-schedule-article__date {
  margin-top: 0px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .p-schedule-article__date {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
.p-schedule-article__date em {
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .p-schedule-article__date em {
    font-size: 1.3rem;
  }
}
.p-schedule-article__date strong {
  font-size: 3rem;
}
@media screen and (max-width:767px) {
  .p-schedule-article__date strong {
    font-size: 1.3rem;
  }
}

.p-schedule-article__date02 {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-schedule-article__date02 {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}

.p-schedule-article__data {
  margin-top: 13px;
}
@media screen and (max-width:767px) {
  .p-schedule-article__data {
    margin-top: 10px;
  }
}

.p-schedule-article__desc {
  margin-bottom: 8px;
  display: flex;
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  .p-schedule-article__desc {
    margin-bottom: 6px;
    display: block;
    font-size: 1rem;
  }
}
.p-schedule-article__desc dt {
  padding-right: 5px;
  min-width: 73px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-schedule-article__desc dt {
    text-align: center;
  }
}
.p-schedule-article__desc dd {
  flex-grow: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .p-schedule-article__desc dd {
    margin-top: 0.1em;
    font-size: 1rem;
  }
}
.p-schedule-article__desc dd .c-notelist {
  margin-top: 0;
}

.p-schedule-article__appearance {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-schedule-article__appearance {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1rem;
    overflow: hidden;
  }
}

.p-schedule-detail {
  padding-top: 20px;
}
@media screen and (max-width:767px) {
  .p-schedule-detail {
    padding-top: 0px;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-detail .c-attention-buttton__link {
    height: 40px;
  }
}

@media screen and (min-width:768px) {
  .p-schedule-hero {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width:768px) {
  .p-schedule-hero__visual {
    width: 560px;
  }
  .is-noimage .p-schedule-hero__visual {
    display: none;
  }
}

.p-schedule-hero__visual__item + .p-schedule-hero__visual__item {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .p-schedule-hero__visual__item + .p-schedule-hero__visual__item {
    margin-top: 15px;
  }
}
.p-schedule-hero__visual__item img {
  width: 100%;
}

.p-schedule-hero__detail__header {
  margin: 0 0 20px;
}

@media screen and (min-width:768px) {
  .p-schedule-hero__detail {
    width: 500px;
    padding-right: 30px;
  }
  .is-noimage .p-schedule-hero__detail {
    padding: 0;
    width: 880px;
    margin: 0 auto;
  }
  .p-schedule-hero__detail .c-button {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-hero__detail {
    margin-top: 30px;
  }
  .p-schedule-hero__detail .c-button-wrap--2col {
    margin-top: 15px;
  }
}

.p-schedule-detail__subtitle {
  margin: 0 0 6px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-schedule-detail__subtitle {
    margin: 0 0 4px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

.p-schedule-detail__title {
  margin: 0 0 20px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-schedule-detail__title {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
}

.p-schedule-hero__section {
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .p-schedule-hero__section {
    margin-top: 20px;
  }
}

.p-schedule-hero__section__title {
  position: relative;
  margin: 0 0 15px;
  padding: 6px 14px;
  padding-left: 40px;
  border-radius: 20px;
  background-color: #F5F7F8;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
.p-schedule-hero__section__title + * {
  margin-top: 0 !important;
}
@media screen and (max-width:767px) {
  .p-schedule-hero__section__title {
    margin: 0 0 10px;
    padding: 5px 10px;
    padding-left: 33px;
    font-size: 1.4rem;
  }
}
.p-schedule-hero__section__title small {
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  .p-schedule-hero__section__title small {
    font-size: 1rem;
  }
}
.p-schedule-hero__section__title:before {
  position: absolute;
  z-index: 5;
  top: calc(50% - 10px);
  left: 12px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .p-schedule-hero__section__title:before {
    top: calc(50% - 8px);
    left: 10px;
    width: 16px;
    height: 16px;
  }
}
.p-schedule-hero__section__title.is-schedule:before {
  background-image: url(/assets/img/common/icon_calendar.svg);
}
.p-schedule-hero__section__title.is-clock:before {
  background-image: url(/assets/img/common/icon_clock.svg);
}
.p-schedule-hero__section__title.is-ticket:before {
  background-image: url(/assets/img/common/icon_ticket.svg);
}
.p-schedule-hero__section__title.is-tel:before {
  background-image: url(/assets/img/common/icon_tel.svg);
}
.p-schedule-hero__section__title.is-relation:before {
  background-image: url(/assets/img/common/icon_window.svg);
}

@media screen and (min-width:768px) {
  .p-schedule-block {
    margin: 0 auto;
    max-width: none;
    padding: 0 10px;
  }
  .p-schedule-block .c-paragraph, .p-schedule-block .entry-body p, .entry-body .p-schedule-block p {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-block {
    padding: 0 5px;
  }
}
.p-schedule-block > :first-child {
  margin-top: 0;
}

.p-schedule-hero__section__text {
  margin-top: 0.8em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
  .p-schedule-hero__section__text {
    font-size: 1.5rem;
  }
}

.p-schedule-spec {
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .p-schedule-spec {
    margin: 50px auto 0;
    width: 880px;
  }
}
@media screen and (max-width:767px) {
  .p-schedule-spec {
    margin: 30px auto 0;
  }
}
.p-schedule-spec > :first-child {
  margin-top: 0;
}

.p-schedule-notice {
  border-top: 3px solid #111111;
  margin: 40px 0;
  padding-top: 16px;
}
@media screen and (max-width:767px) {
  .p-schedule-notice {
    margin: 30px 0 0;
  }
}
@media screen and (min-width:768px) {
  .p-schedule-notice .c-notelist li {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-schedule-notice__title {
  margin: 0 0 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-schedule-notice__title {
    margin: 0 0 10px;
  }
}

.p-schedule-month {
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .p-schedule-month {
    margin-bottom: 40px;
  }
}
.p-schedule-month .c-headline-v2 {
  margin-top: 0;
}

.p-mailmagazine {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.p-mailmagazine .contents {
  margin-bottom: 30px;
}
.p-mailmagazine .p-mailmagazine-merit > li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin: 0 auto 10px;
  padding: 10px;
  background-color: #f5f7f8;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
  .p-mailmagazine .p-mailmagazine-merit > li {
    font-size: 1.3rem;
  }
}
.p-mailmagazine .p-mailmagazine-merit > li span:nth-of-type(1) {
  width: 40px;
  height: 40px;
  background-color: #2BB8D3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  .p-mailmagazine .p-mailmagazine-merit > li span:nth-of-type(1) {
    width: 30px;
    height: 30px;
  }
}
.p-mailmagazine .p-mailmagazine-merit > li span:nth-of-type(2) {
  width: 100%;
  flex: 1;
  padding-left: 15px;
}
@media screen and (max-width:767px) {
  .p-mailmagazine .p-mailmagazine-merit > li span:nth-of-type(2) {
    padding-left: 10px;
  }
}
.p-mailmagazine .p-mailmagazine-body {
  padding-top: 40px;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .p-mailmagazine .p-mailmagazine-body {
    padding-top: 20px;
  }
}
.p-mailmagazine .p-mailmagazine-body .hm_title {
  display: none;
}
.p-mailmagazine .p-mailmagazine-body #hm_upper_msg {
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .p-mailmagazine .p-mailmagazine-body #hm_upper_msg {
    font-size: 1.6rem;
  }
}
.p-mailmagazine .p-mailmagazine-body #hm_required_msg {
  font-size: 1.4rem;
}
.p-mailmagazine .p-mailmagazine-body #hm_required_msg .required {
  color: #FF595E;
}
.p-mailmagazine .p-mailmagazine-body .inputform {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width:767px) {
  .p-mailmagazine .p-mailmagazine-body .inputform {
    display: block;
  }
  .p-mailmagazine .p-mailmagazine-body .inputform > tbody, .p-mailmagazine .p-mailmagazine-body .inputform > tbody > tr, .p-mailmagazine .p-mailmagazine-body .inputform > tbody > tr > td, .p-mailmagazine .p-mailmagazine-body .inputform > tbody > tr > th {
    display: block;
  }
}
.p-mailmagazine .p-mailmagazine-body .inputform .column {
  width: 200px;
  background-color: #F5F7F8;
  vertical-align: middle;
  padding: 30px 20px;
  border-top: 1px solid #CCCECF;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-mailmagazine .p-mailmagazine-body .inputform .column .required {
  color: #FF595E;
}
@media screen and (max-width:767px) {
  .p-mailmagazine .p-mailmagazine-body .inputform .column {
    width: 100%;
    padding: 10px 5px;
  }
}
.p-mailmagazine .p-mailmagazine-body .inputform .data {
  background-color: #fff;
  vertical-align: middle;
  padding: 30px 20px;
  border-top: 1px solid #CCCECF;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-mailmagazine .p-mailmagazine-body .inputform .data {
    padding: 15px 5px;
  }
}
.p-mailmagazine .p-mailmagazine-body .inputform .data .hm_comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #4A4A4A;
}
.p-mailmagazine .p-mailmagazine-body .inputform .data table {
  display: block;
  font-size: 1.6rem;
}
.p-mailmagazine .p-mailmagazine-body .inputform .data table tbody {
  display: block;
}
.p-mailmagazine .p-mailmagazine-body .inputform .data table tbody tr {
  display: inline-block;
}
.p-mailmagazine .p-mailmagazine-body .inputform .data table tbody td {
  display: inline-block;
  padding: 0 2rem 0 0;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .p-mailmagazine .p-mailmagazine-body .inputform .data table tbody td {
    padding: 5px 2rem 5px 0;
  }
}
.p-mailmagazine .p-mailmagazine-body .inputform .submit {
  text-align: center;
  padding: 50px 0 20px;
  border-top: 1px solid #CCCECF;
}
.p-mailmagazine .p-mailmagazine-body .inputform .hm_submit_btn {
  border: 3px solid #111111;
  width: 160px;
  height: 50px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1.3rem;
  cursor: pointer;
}
.p-mailmagazine .p-mailmagazine-body .inputform .hm_submit_btn:hover {
  opacity: 0.8;
}
.p-mailmagazine .p-mailmagazine-body .inputform input[type=text], .p-mailmagazine .p-mailmagazine-body .inputform input[type=email] {
  background-color: #fff;
  border: 1px solid #CCCECF;
  height: 40px;
  padding: 2px 5px;
  width: 100%;
  font-size: 1.6rem;
}
.p-mailmagazine .p-mailmagazine-body .inputform input[type=radio] {
  margin-right: 5px;
}
.p-mailmagazine .p-mailmagazine-body .inputform input[type=checkbox] {
  margin-right: 5px;
}
.p-mailmagazine .p-mailmagazine-body .inputform select {
  border: 1px solid #CCCECF;
  height: 40px;
  padding: 2px 10px;
  width: 100%;
  font-size: 1.6rem;
  background: #fff url(/assets/img/common/select_arrow.svg) no-repeat right 10px center/9px auto;
}
.p-mailmagazine .p-mailmagazine-body .inputform select option:first-child {
  color: #808080 !important;
}
.p-mailmagazine .p-mailmagazine-body .hm_backBtn_pos {
  text-align: center;
}
.p-mailmagazine .p-mailmagazine-body .hm_backBtn_pos a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #ededed;
  width: 160px;
  height: 50px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1.3rem;
  cursor: pointer;
}
.p-mailmagazine .p-mailmagazine-body .hm_backBtn_pos a:hover {
  opacity: 0.8;
}
.p-mailmagazine .error_list {
  margin: 1em 0;
  padding-left: 2.5em;
  list-style-type: disc;
  color: #ff0000;
}

@media screen and (min-width:768px) {
  .p-single {
    margin: 0 auto;
    max-width: 880px;
  }
  .p-single .c-paragraph, .p-single .entry-body p, .entry-body .p-single p {
    line-height: 2.153;
  }
}

.p-single__header {
  margin: 0 0 70px;
}
@media screen and (max-width:767px) {
  .p-single__header {
    margin: 0 0 20px;
  }
}

.p-single__date {
  margin: 0 0 15px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-single__date {
    margin: 0 0 4px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.p-single__title {
  font-size: 3.2rem;
  line-height: 1.75;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width:767px) {
  .p-single__title {
    line-height: 1.6;
    font-size: 1.8rem;
  }
}

.p-single__contents {
  margin-bottom: 60px;
  display: flex;
}
@media screen and (max-width:767px) {
  .p-single__contents {
    margin-bottom: 30px;
    display: block;
  }
}

.p-single__image {
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .p-single__image {
    margin: 0 0 30px;
  }
}
@media screen and (min-width:768px) {
  .p-single__image .c-imgcover {
    width: 200px;
    height: 200px;
  }
}

.p-single__detail {
  flex-grow: 1;
}
.p-single__detail > :first-child {
  margin-top: 0;
}
.p-single__detail .c-attention-buttton {
  margin-top: 55px;
}
@media screen and (max-width:767px) {
  .p-single__detail .c-attention-buttton {
    margin-top: 30px;
  }
}

.p-top {
  padding-bottom: 50px;
}
@media screen and (max-width:767px) {
  .p-top {
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.p-top-headline {
  text-align: center;
}

.p-top-headline__icon {
  margin: 0 0 10px;
  text-align: center;
}
.p-top-headline__icon.is-news img {
  width: 26px;
}
.p-top-headline__icon.is-topics img {
  width: 33px;
}

.p-top-headline__sub {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #6C6E6F;
}
@media screen and (max-width:767px) {
  .p-top-headline__sub {
    font-size: 1.1rem;
  }
}

.p-top-headline__main {
  font-size: 4rem;
  font-weight: 700;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .p-top-headline__main {
    font-size: 2.6rem;
  }
}

.p-top-mv {
  overflow: hidden;
  padding: 130px 0 40px;
  background: url(/assets/img/top/index_mv_bg01.jpg) 50% 50% no-repeat;
  background-size: cover;
  transition: ease padding 0.5s;
}
@media screen and (max-width:767px) {
  .p-top-mv {
    background-position: 0% 50%;
    padding: 80px 0 10px;
  }
}
.has-header-alert .p-top-mv {
  padding-top: 190px;
  transition: none;
}
@media screen and (max-width:767px) {
  .has-header-alert .p-top-mv {
    padding-top: 140px;
  }
}
@media screen and (max-width:767px) {
  .p-top-mv .slick-prev {
    left: 10px;
  }
}
@media screen and (max-width:767px) {
  .p-top-mv .slick-next {
    right: 10px;
  }
}

.p-top-mv-slider {
  position: relative;
  margin-bottom: 20px !important;
}
@media screen and (min-width:768px) {
  .p-top-mv-slider .slick-arrow {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width:767px) {
  .p-top-mv-slider .slick-arrow {
    width: 50px;
    height: 70px;
  }
}
.p-top-mv-slider .slick-arrow:before {
  border-radius: 50px;
}
@media screen and (max-width:767px) {
  .p-top-mv-slider .slick-arrow:before {
    border-radius: 40px;
  }
}
@media screen and (min-width:768px) {
  .p-top-mv-slider .slick-prev {
    left: 130px;
  }
}
@media screen and (min-width:768px) {
  .p-top-mv-slider .slick-next {
    right: 130px;
  }
}

.p-top-mv-slider__cotrol {
  display: flex;
  justify-content: center;
}
.p-top-mv-slider__cotrol .slick-dots {
  position: static;
  width: auto;
  padding: 5px 8px;
  border-radius: 20px;
  background-color: #111111;
}
.p-top-mv-slider__cotrol .slick-dots li button:before {
  background-color: #fff;
}

.p-top-mv-slider__item {
  margin: 0 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width:767px) {
  .p-top-mv-slider__item {
    margin: 0 40px;
  }
}
.p-top-mv-slider__item:nth-child(n+2) {
  display: none;
}
.slick-initialized .p-top-mv-slider__item:nth-child(n+2) {
  display: block;
}

.p-top-mv-slider__link {
  margin: 0 auto;
  height: auto !important;
  display: block;
}
@media screen and (min-width:768px) {
  .p-top-mv-slider__link .c-imgcover {
    transition: ease opacity 0.3s;
  }
  .p-top-mv-slider__link:hover .c-imgcover {
    opacity: 0.7;
  }
}

.p-top-mv-slider__alert {
  margin-bottom: 5px;
  padding: 3px;
  background-color: #FF595E;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  .p-top-mv-slider__alert {
    padding: 3px 5px;
  }
}

.p-top-mv-slider__image {
  padding-top: 10px;
}
@media screen and (min-width:768px) {
  .p-top-mv-slider__image {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-top-mv-slider__image .c-imgcover {
  width: 450px;
  height: 450px;
}
@media screen and (max-width:767px) {
  .p-top-mv-slider__image .c-imgcover {
    margin: 0 auto;
    height: 65vw;
    width: 65vw;
  }
}

.p-top-mv-slider__detail {
  margin-top: 20px;
  padding: 0 20px 20px;
}
@media screen and (max-width:767px) {
  .p-top-mv-slider__detail {
    padding: 0 15px 10px;
  }
}

.p-top-mv-slider__spec {
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .p-top-mv-slider__spec {
    display: block;
  }
}

.p-top-mv-slider__left {
  flex-grow: 1;
}
.p-top-mv-slider__left .c-category {
  width: 100%;
  margin-bottom: 8px;
}
.p-top-mv-slider__left .c-category__item {
  min-width: 80px;
}

.p-top-mv__label {
  margin: 0 0 3px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-top-mv__label {
    margin: 0 0 4px;
    line-height: 1.4;
    font-size: 1rem;
  }
}

.p-top-mv__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-top-mv__title {
    line-height: 1.4;
    font-size: 1.6rem;
  }
}

.p-top-mv-slider__right {
  margin-left: 20px;
  flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .p-top-mv-slider__right {
    margin: 6px 0 0;
  }
}

.p-top-mv-schedule {
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-top-mv-schedule {
    display: flex;
  }
}
.p-top-mv-schedule li {
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}
.p-top-mv-schedule li:nth-child(2):before {
  content: "";
  margin: 2px auto;
  display: block;
  width: 1px;
  height: 10px;
  background-color: #111111;
}
@media screen and (max-width:767px) {
  .p-top-mv-schedule li:nth-child(2):before {
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 1px;
  }
}
.p-top-mv-schedule li span {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-top-mv-schedule li span {
    font-size: 1.3rem;
  }
}
.p-top-mv-schedule li em {
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width:767px) {
  .p-top-mv-schedule li em {
    font-size: 1.5rem;
  }
}

.p-top-mv-nav {
  margin: 30px 10px 0;
  display: flex;
  justify-content: space-between;
}

.p-top-mv-nav__item {
  height: 110px;
  border-radius: 20px;
  width: calc(50% - 5px);
  background: rgba(255, 255, 255, 0.9);
}

.p-top-mv__image img {
  display: block;
  height: 65px;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-top-mv__text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
}

.p-top-mv-slider .slick-track {
  display: flex;
}
.p-top-mv-slider .slick-slide {
  height: auto !important;
}

.p-top-today {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width:768px) {
  .p-top-today {
    margin: 30px auto 0;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1120px;
    padding: 30px 30px 30px 40px;
  }
}
@media screen and (max-width:767px) {
  .p-top-today {
    margin: 10px 10px 0;
    border-radius: 20px;
    padding: 20px;
  }
}

.p-top-today__top {
  width: 220px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-top-today__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
  }
}

.p-top-today__headline {
  position: relative;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-top-today__headline {
    padding: 0 50px 0;
  }
}
.p-top-today__headline:before, .p-top-today__headline:after {
  position: absolute;
  z-index: 2;
  top: 0;
  content: "";
  width: 53px;
  height: 48px;
  display: block;
  background: url(/assets/img/common/icon_spotlight.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .p-top-today__headline:before, .p-top-today__headline:after {
    width: 38px;
    height: 30px;
  }
}
.p-top-today__headline:before {
  left: 5px;
}
.p-top-today__headline:after {
  transform: rotateY(180deg);
  right: 5px;
}

.p-top-today__headline__label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  .p-top-today__headline__label {
    margin-bottom: 5px;
    font-size: 1rem;
  }
}

.p-top-today__headline__main {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width:767px) {
  .p-top-today__headline__main {
    font-size: 3rem;
  }
}

.p-top-today__date {
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .p-top-today__date {
    margin-top: 5px;
  }
}

.p-top-today__date__day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .p-top-today__date__day {
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
.p-top-today__date__day span {
  font-size: 2.2rem;
}
@media screen and (max-width:767px) {
  .p-top-today__date__day span {
    font-size: 1.6rem;
  }
}
.p-top-today__date__day em {
  font-size: 3.2rem;
  font-style: normal;
}
@media screen and (max-width:767px) {
  .p-top-today__date__day em {
    font-size: 2.4rem;
  }
}

.p-top-today__date__time {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-top-today__date__time {
    font-size: 2rem;
  }
}

.p-top-today__alert {
  margin: 20px 5px 0;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #FF595E;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .p-top-today__alert {
    margin: 10px 0 0;
    font-size: 1.1rem;
  }
}

.p-top-today__middle {
  width: 280px;
}
@media screen and (max-width:767px) {
  .p-top-today__middle {
    margin-top: 15px;
    width: auto;
  }
}
@media screen and (min-width:768px) {
  .p-top-today__middle .c-imgcover {
    height: 300px;
  }
}
@media screen and (max-width:767px) {
  .p-top-today__middle .c-imgcover {
    margin: 0 auto;
    height: auto;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .p-top-today__middle .c-imgcover img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 80%;
    height: auto;
  }
}

.p-top-today__bottom {
  width: 500px;
}
@media screen and (max-width:767px) {
  .p-top-today__bottom {
    margin-top: 18px;
    width: auto;
  }
}
.p-top-today__bottom .c-notelist {
  margin-top: 0;
}
.p-top-today__bottom .c-category {
  margin-top: 8px;
}
@media screen and (min-width:768px) {
  .p-top-today__bottom .c-button-wrap {
    margin-top: 20px;
  }
  .p-top-today__bottom .c-button:not(:last-child) {
    margin-right: 10px;
  }
  .p-top-today__bottom .c-button:after {
    right: 15px;
  }
}
@media screen and (max-width:767px) {
  .p-top-today__bottom .c-button-wrap {
    margin-top: 20px;
    justify-content: space-between;
  }
  .p-top-today__bottom .c-button {
    padding: 5px 12px 5px 0;
    min-width: auto;
    width: calc(33.3% - 3px);
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
  .p-top-today__bottom .c-button:after {
    right: 5px;
  }
}

.p-top-today__label {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .p-top-today__label {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.p-top-today__title {
  margin: 0 0 5px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width:767px) {
  .p-top-today__title {
    line-height: 1.5;
    font-size: 2rem;
  }
}

.p-top-today__price {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-top-today__price {
    font-size: 1.2rem;
  }
}

.p-top-today__note {
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.p-top-today__contact {
  margin-top: 12px;
  font-weight: 700;
}
.p-top-today__contact dt {
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .p-top-today__contact dt {
    font-size: 1.1rem;
  }
}
.p-top-today__contact dd {
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  .p-top-today__contact dd {
    font-size: 1.2rem;
  }
}

.p-top-today__link {
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: 700;
}
.p-top-today__link a:hover {
  text-decoration: underline;
}
.p-top-today__link a:after {
  margin-left: 10px;
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/assets/img/common/icon_arrow04.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-top-contents {
  min-height: 260px;
  background-image: url(/assets/img/top/index_intro_bg01.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 500px) top;
  background-size: 799px 260px;
}

.p-top-information {
  position: relative;
  padding-top: 70px;
}
.p-top-information .p-top-block {
  position: relative;
  z-index: 5;
}

.p-top-information__notice {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .p-top-information__notice {
    margin-top: 10px;
  }
}
.p-top-information__notice a {
  position: relative;
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #0E2340;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .p-top-information__notice a {
    margin: 0 auto;
    padding: 10px 20px;
    max-width: 100%;
    width: 300px;
    font-size: 1.2rem;
    display: block;
    line-height: 1.4;
  }
}
.p-top-information__notice a:before {
  position: absolute;
  z-index: 2;
  top: calc(50% - 10px);
  left: 10px;
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  background: url(/assets/img/common/icon_notice.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .p-top-information__notice a:before {
    top: calc(50% - 8px);
    left: 10px;
    width: 16px;
    height: 16px;
  }
}
.p-top-information__notice a:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 7px);
  right: 10px;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background: url(/assets/img/common/icon_arrow.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .p-top-information__notice a:after {
    right: 10px;
  }
}

.p-top-information__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width:768px) {
  .p-top-information__list {
    margin: 50px auto 0;
    width: 800px;
  }
}
@media screen and (max-width:767px) {
  .p-top-information__list {
    flex-wrap: wrap;
    margin: 30px 0 0;
    padding: 0 20px;
    justify-content: center;
  }
}

.p-top-information__list__item {
  width: 240px;
}
@media screen and (max-width:767px) {
  .p-top-information__list__item {
    width: 50%;
  }
  .p-top-information__list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}

.p-top-information__list__title {
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-top-information__list__title {
    font-size: 1.3rem;
  }
}
.p-top-information__list__title span {
  display: inline;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #FFEB0F 70%);
}

.p-top-information__list__icon {
  margin: 20px auto 0;
  max-width: 208px;
}
@media screen and (max-width:767px) {
  .p-top-information__list__icon {
    max-width: 33.5vw;
  }
}

.p-top-article {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .p-top-article {
    margin-top: -10px;
    padding-top: 60px;
  }
}
.p-top-article:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 816px;
  width: 478px;
  background: url(/assets/img/top/index_info_bg01.png) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .p-top-article:after {
    width: 80%;
  }
}
.p-top-article .p-top-block {
  position: relative;
  z-index: 5;
}
.p-top-article .p-top-headline {
  margin: 0 0 30px;
}
.p-top-article .p-top-headline__main {
  font-size: 3.6rem;
}
@media screen and (max-width:767px) {
  .p-top-article .p-top-headline__main {
    font-size: 2.6rem;
  }
}

.p-top-article__layout {
  position: relative;
}
@media screen and (min-width:768px) {
  .p-top-article__layout {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1200px;
  }
  .p-top-article__layout.is-single .p-top-article__grid {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
  }
  .p-top-article__layout.is-single .p-top-article__grid .p-top-news--row,
  .p-top-article__layout.is-single .p-top-article__grid .p-top-article__grid__inner {
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  .p-top-article__layout {
    display: block;
  }
}

.p-top-article__grid {
  position: relative;
  width: 50%;
}
@media screen and (min-width:768px) {
  .p-top-article__grid:nth-child(1) .p-top-article__grid__inner {
    margin: 0 auto;
    max-width: 480px;
  }
  .p-top-article__grid:nth-child(2) .p-top-article__grid__inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 520px;
  }
  .p-top-article__grid:nth-child(2) .p-top-article__grid__inner:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -2px;
    content: "";
    display: block;
    border-radius: 5px;
    height: 80%;
    width: 4px;
    background-color: #111111;
    transform: translateY(-50%);
  }
}
@media screen and (min-width:768px) and (max-width:767px) {
  .p-top-article__grid:nth-child(2) .p-top-article__grid__inner:before {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .p-top-article__grid {
    width: auto;
  }
  .p-top-article__grid:nth-child(1) {
    padding: 0 20px;
  }
  .p-top-article__grid:nth-child(2) {
    margin-top: 45px;
  }
}

.p-top-news > :first-child {
  margin-top: 0;
}

.p-top-news--row {
  margin-top: 20px;
  max-width: 480px;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.p-top-news--row .p-top-news__date {
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-top-news--row .p-top-news__date {
    font-size: 1.2rem;
  }
}
.p-top-news--row .p-top-news__title {
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-top-news--row .p-top-news__title {
    margin-top: 5px;
    line-height: 1.538;
  }
}
.p-top-news--row .p-top-news__image {
  position: relative;
  margin-right: 30px;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .p-top-news--row .p-top-news__image {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width:767px) {
  .p-top-news--row .p-top-news__image {
    height: 60px;
    width: 60px;
    margin-right: 20px;
  }
}
.p-top-news--row .p-top-news__image img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.p-top-news--row .p-top-news__detail {
  flex-grow: 1;
}

@media screen and (max-width:767px) {
  .p-top-topics {
    margin-bottom: 70px !important;
  }
}
.p-top-topics .slick-dots {
  bottom: -40px;
}
.p-top-topics .slick-prev {
  left: 0;
}
@media screen and (max-width:767px) {
  .p-top-topics .slick-prev {
    left: 10px;
  }
}
.p-top-topics .slick-next {
  right: 0;
}
@media screen and (max-width:767px) {
  .p-top-topics .slick-next {
    right: 10px;
  }
}

.p-top-news--topics {
  padding: 0 80px;
}
.p-top-news--topics .p-top-news__date {
  font-size: 1.3rem;
  font-weight: 700;
}
.p-top-news--topics .p-top-news__title {
  margin-top: 13px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-top-news--topics .p-top-news__title {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-top-news--topics .p-top-news__image {
  margin: 0 auto;
  max-width: 320px;
}
.p-top-news--topics .p-top-news__detail {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .p-top-news--topics .p-top-news__detail {
    margin-top: 15px;
  }
}
.p-top-news--topics .p-top-news__text {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .p-top-news--topics .p-top-news__text {
    margin-top: 10px;
  }
}

.p-top-news__image.-video {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-top-news__image.-video iframe {
  width: 100%;
  height: 100%;
}

.p-top-supporter {
  margin: 50px 20px;
  color: #fff;
}
@media screen and (max-width:767px) {
  .p-top-supporter {
    margin: 30px 10px 40px;
  }
}
.p-top-supporter .p-top-headline__sub {
  margin: 0 0 7px;
  color: #fff;
}
.p-top-supporter .p-top-headline__main {
  line-height: 1.2;
}
@media screen and (min-width:768px) {
  .p-top-supporter .p-top-headline__main {
    font-size: 3.6rem;
  }
}
.p-top-supporter .p-top-headline__main .c-small {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width:767px) {
  .p-top-supporter .p-top-headline__main .c-small {
    font-size: 1.8rem;
  }
}

.p-top-supporter__contents {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 50px;
  background: url(/assets/img/top/index_support_bg01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .p-top-supporter__contents {
    padding: 30px 15px;
    border-radius: 20px;
  }
}

.p-top-supporter__company {
  width: 1100px;
  height: 300px;
  margin: 40px auto 45px;
  padding: 40px 0;
  background-color: #fff;
  display: block;
  overflow-y: scroll;
}
@media screen and (max-width:767px) {
  .p-top-supporter__company {
    display: none;
  }
}
.p-top-supporter__company .support_logo_content_50 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.p-top-supporter__company .support_logo_content_50 .logo_50 {
  width: 48%;
  height: 60px;
  margin: 0 1% 1.5%;
  text-align: center;
}
.p-top-supporter__company .support_logo_content_50 img {
  max-width: 100%;
  height: auto;
}
.p-top-supporter__company .support_logo_content_30 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.p-top-supporter__company .support_logo_content_30 .logo_30 {
  width: 32%;
  height: 55px;
  margin: 0 0.5% 1.5%;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
}
.p-top-supporter__company .support_logo_content_30 img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}
.p-top-supporter__company .support_logo_content_25 {
  display: flex;
  flex-wrap: wrap;
}
.p-top-supporter__company .support_logo_content_25 .logo_25 {
  width: 24%;
  height: 45px;
  margin: 0 0.5% 1.5%;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
}
.p-top-supporter__company .support_logo_content_25 img {
  max-width: 100%;
  height: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}
.p-top-supporter__company .logo__half {
  width: 50%;
}
.p-top-supporter__company .logo__large {
  width: 65%;
}

.p-top-supporter__lead {
  margin: 20px 0 0;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
  .p-top-supporter__lead {
    font-size: 1.1rem;
  }
}

@media screen and (min-width:768px) {
  .p-top-about {
    margin: 70px 0 0;
    background: url(/assets/img/top/index_about_bg01.svg) no-repeat;
    background-position: calc(50% + 500px) 0%;
  }
}
@media screen and (max-width:767px) {
  .p-top-about {
    margin: 40px 0 0;
    padding: 0 10px;
  }
}

.p-top-about-layout {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width:767px) {
  .p-top-about-layout {
    width: auto;
  }
}

@media screen and (min-width:768px) {
  .p-top-about__left {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: -280px;
  }
}
@media screen and (max-width:767px) {
  .p-top-about__left {
    position: relative;
    margin-top: 10px;
  }
  .p-top-about__left:before {
    position: absolute;
    z-index: 2;
    right: 5vw;
    top: 29.5vw;
    content: "";
    display: block;
    width: 37.5vw;
    height: 35.5vw;
    background: url(/assets/img/top/index_about_bg01.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}

.p-top-about__visual {
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .p-top-about__visual {
    margin-left: -10px;
    width: 60vw;
  }
}
.p-top-about__visual img {
  border-radius: 30px;
}
@media screen and (max-width:767px) {
  .p-top-about__visual img {
    border-radius: 0 30px 30px 0;
  }
}

.p-top-about__right {
  margin-left: auto;
}
@media screen and (min-width:768px) {
  .p-top-about__right {
    padding-top: 115px;
    width: 520px;
  }
}
.p-top-about__right .p-top-headline {
  text-align: left;
}
@media screen and (max-width:767px) {
  .p-top-about__right .p-top-headline {
    padding: 0 20px;
  }
}
.p-top-about__right .p-top-headline__main {
  font-size: 4.8rem;
  line-height: 1.166;
}
@media screen and (max-width:767px) {
  .p-top-about__right .p-top-headline__main {
    font-size: 3.2rem;
  }
}

.p-top-about__lead {
  margin: 25px 0 0;
  max-width: 500px;
  font-weight: 500;
  line-height: 2.153;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-feature-settings: normal;
}
@media screen and (max-width:767px) {
  .p-top-about__lead {
    margin: 10px 0 0;
    padding: 0 20px;
  }
}

.p-top-about__link {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .p-top-about__link {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width:768px) {
  .p-top-about__link__item {
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:767px) {
  .p-top-about__link__item {
    display: block;
    border-radius: 20px;
    padding: 10px;
    width: calc(50% - 5px);
    border: 1px solid #DDDDDD;
  }
}

.p-top-about__link__icon {
  flex-shrink: 0;
  width: 160px;
}
@media screen and (max-width:767px) {
  .p-top-about__link__icon {
    margin: 0 auto 10px;
    width: 60px;
  }
}

.p-top-about__link__detail {
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-top-about__link__detail {
    margin: 0;
  }
}

.p-top-about__link__title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width:767px) {
  .p-top-about__link__title {
    text-align: center;
    font-size: 2rem;
  }
}

.p-top-about__link__label {
  position: relative;
  margin: 20px auto 0;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #111111;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-top-about__link__label {
    display: none;
  }
}
.p-top-about__link__label:after {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(/assets/img/common/icon_arrow02.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-top-access {
  position: relative;
}
@media screen and (min-width:768px) {
  .p-top-access {
    margin-top: 80px;
    padding-left: 120px;
  }
  .p-top-access:before {
    position: absolute;
    z-index: 2;
    top: -170px;
    left: 0;
    content: "";
    width: 337px;
    height: 674px;
    display: block;
    background: url(/assets/img/top/index_access_bg02.png) 0 0 no-repeat;
    pointer-events: none;
  }
}
@media screen and (max-width:767px) {
  .p-top-access {
    margin-top: 50px;
    padding-left: 10px;
  }
}

.p-top-access__box-wrap {
  position: relative;
  z-index: 5;
  background-color: #C8E6F5;
}
@media screen and (min-width:768px) {
  .p-top-access__box-wrap {
    padding: 40px 0px 40px 40px;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width:767px) {
  .p-top-access__box-wrap {
    padding: 10px 0px 10px 10px;
    border-radius: 30px 0 0 30px;
  }
}

.p-top-access__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/assets/img/top/index_access_bg01.svg) 50% 50% no-repeat;
}
@media screen and (min-width:768px) {
  .p-top-access__title {
    margin: 0 0 45px;
    padding-top: 30px;
    justify-content: center;
    border-radius: 60px;
    width: 200px;
    height: 180px;
    background-size: contain;
  }
}
@media screen and (max-width:767px) {
  .p-top-access__title {
    margin: 0;
    border-radius: 0 0 30px 0;
    justify-content: flex-end;
    padding-bottom: 10px;
    width: 45vw;
    height: 120px;
    background-position: 50% 20%;
    background-size: cover;
  }
}

.p-top-access__title__sub {
  display: block;
  font-size: 1.2rem;
  color: #6C6E6F;
}
@media screen and (max-width:767px) {
  .p-top-access__title__sub {
    font-size: 1.1rem;
  }
}

.p-top-access__title__main {
  display: block;
  font-weight: 700;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width:767px) {
  .p-top-access__title__main {
    font-size: 2.6rem;
  }
}

.p-top-access__box {
  border-radius: 20px 0 0 20px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width:768px) {
  .p-top-access__box__layout {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
  }
}

.p-top-access__box__left {
  flex-shrink: 0;
  padding: 40px;
}
@media screen and (max-width:767px) {
  .p-top-access__box__left {
    padding: 0 10px;
  }
}

@media screen and (max-width:767px) {
  .p-top-access__header {
    margin: 0 -10px 25px;
    display: flex;
  }
}

.p-top-access__header__detail {
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width:767px) {
  .p-top-access__header__detail {
    padding: 20px 20px 0;
  }
}

.p-top-access__address {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width:767px) {
  .p-top-access__address {
    font-size: 1.3rem;
  }
}

@media screen and (min-width:768px) {
  .p-top-access__tel {
    position: relative;
    margin-top: 15px;
    padding-left: 40px;
    display: inline-block;
  }
}
@media screen and (max-width:767px) {
  .p-top-access__tel {
    margin-top: 10px;
  }
}
.p-top-access__tel:before {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 0;
  flex-shrink: 0;
  content: "";
  margin-right: 8px;
  width: 35px;
  height: 36px;
  vertical-align: middle;
  display: inline-block;
  background: url(/assets/img/common/icon_tel02.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .p-top-access__tel:before {
    display: none;
  }
}

.p-top-access__tel__label {
  position: relative;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-top-access__tel__label {
    font-size: 1.8rem;
  }
}
.p-top-access__tel__aside {
  margin: 0.5em 0 0;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-top-access__tel__aside {
    font-size: 1rem;
    text-align: left;
  }
}

.p-top-access__station {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .p-top-access__station {
    margin-top: 20px;
  }
}

.p-top-access__station__item {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .p-top-access__station__item {
    margin-top: 8px;
  }
}

.p-top-access__station__icon {
  flex-shrink: 0;
  margin-right: 20px;
  width: 60px;
}
@media screen and (max-width:767px) {
  .p-top-access__station__icon {
    margin-right: 10px;
    width: 40px;
  }
}

.p-top-access__station__detail {
  flex-grow: 1;
}

.p-top-access__station__title {
  font-size: 2.3rem;
  line-height: 1.153;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
}
@media screen and (max-width:767px) {
  .p-top-access__station__title {
    font-size: 1.8rem;
  }
}

.p-top-access__station__label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #148CF0;
}
@media screen and (max-width:767px) {
  .p-top-access__station__label {
    font-size: 1.1rem;
  }
}

@media screen and (min-width:768px) {
  .p-top-access__box__right {
    max-width: 61.29%;
  }
}
@media screen and (max-width:767px) {
  .p-top-access__box__right {
    padding: 0 0 20px;
  }
}

@media screen and (min-width:768px) {
  .p-top-access__gmap {
    margin-bottom: 30px;
  }
}
.p-top-access__gmap iframe {
  max-width: 100%;
  width: 760px;
  height: 440px;
}
@media screen and (min-width:768px) {
  .p-top-access__gmap iframe {
    border-radius: 0 0 0 20px;
  }
}
@media screen and (max-width:767px) {
  .p-top-access__gmap iframe {
    height: 80vw;
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .p-top-access__box__group {
    max-width: 100%;
    padding-bottom: 40px;
    padding-right: 40px;
    width: 600px;
  }
}
@media screen and (min-width:768px) {
  .p-top-access__box__group .c-button-wrap {
    margin-top: 20px;
    justify-content: flex-end;
  }
}
@media screen and (max-width:767px) {
  .p-top-access__box__group .c-button-wrap {
    margin-top: 15px;
    justify-content: center;
  }
}

.p-top-access__desc {
  font-size: 1.3rem;
}
.p-top-access__desc dt {
  width: 180px;
  margin: 0 0 15px;
  padding: 6px;
  border-radius: 15px;
  background-color: #FFEB0F;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.p-top-access__desc dd {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-top-access__desc dd:before {
  position: absolute;
  z-index: 5;
  top: 0.6em;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #DCDEDF;
}
.p-top-access__desc dd + dd {
  margin-top: 10px;
}
.p-top-access__desc dd em {
  font-style: normal;
  color: #148CF0;
}

.p-top-other {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
}
@media screen and (max-width:767px) {
  .p-top-other {
    margin-top: 10px;
    padding-right: 10px;
  }
}

.p-top-other__item {
  width: 48.07%;
}