<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
}

.pc {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #000;
}

/* main
==================================*/
main {
  display: block;
  padding: 55px 0 0;
}
main .under_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  background: #f8f8f8;
  margin-bottom: 45px;
}
main .under_title h2 {
  font-size: 27px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
main .under_title h2 span {
  display: block;
  text-align: center;
  color: #b60033;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 11px;
  margin-bottom: 5px;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 55px;
  /* .global_box
  ==================================*/
  /* .mega_nav_lists
  ==================================*/
}
header .header_inner {
  display: flex;
  justify-content: space-between;
}
header .header_inner h1 {
  margin: 16px 0 0 12px;
}
header .header_inner h1 img {
  width: 215px;
  height: auto;
}
header .header_inner nav {
  display: flex;
}
header .header_inner nav ul {
  display: none;
}
header .header_inner nav .en_link {
  margin: 12px 5px 0 0;
}
header .header_inner nav .en_link .slide_trigger a {
  display: inline-block;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 10px;
  width: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #e8e8e8;
  position: relative;
  position: relative;
}
header .header_inner nav .en_link .slide_wrap {
  display: none;
}
header .header_inner nav .en_link .slide_wrap a {
  display: inline-block;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 10px;
  width: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #e8e8e8;
  position: relative;
}
header .header_inner nav .en_link .slide_wrap a::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header .header_inner nav .en_link .slide_wrap a span {
  position: relative;
  top: 2px;
}
header .header_inner nav .menu {
  position: relative;
  box-sizing: border-box;
  background: #b60033;
  width: 70px;
  height: 30px;
  margin: 12px 12px 0 0;
  border: 1px solid #b60033;
  transition: 0.3s;
  cursor: pointer;
}
header .header_inner nav .menu.show {
  background: #fff;
}
header .header_inner nav .menu.show p {
  color: #b60033;
}
header .header_inner nav .menu.show span {
  background-color: #b60033;
}
header .header_inner nav .menu p {
  padding: 11px 0 0 8px;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 10px;
  color: #fff;
}
header .header_inner nav .menu span {
  position: absolute;
  top: 11px;
  left: 41px;
  display: inline-block;
  background: #fff;
  width: 22px;
  height: 1px;
  transition: 0.3s;
}
header .header_inner nav .menu span.line-t.show {
  top: 14px;
  transform: rotate(19deg);
}
header .header_inner nav .menu span.line-b {
  top: 17px;
  width: 12px;
}
header .header_inner nav .menu span.line-b.show {
  top: 14px;
  width: 22px;
  transform: rotate(-19deg);
}
header .nav_box {
  display: none;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header .nav_box .inner {
  padding: 18px 10px 50px;
}
header .nav_box nav &gt; ul &gt; li {
  border-bottom: 1px solid #eee;
  font-weight: 700;
}
header .nav_box nav &gt; ul &gt; li &gt; a {
  display: block;
  padding: 12px 12px;
  font-size: 14px;
}
@media (max-width: 340px) {
  header .nav_box nav &gt; ul &gt; li &gt; a {
    font-size: 13px;
  }
}
header .nav_box nav &gt; ul li.first &gt; a span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 16px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}
header .nav_box nav &gt; ul li.first &gt; a.open span {
  margin: 0 0 -2px 16px;
  transform: rotate(-135deg);
}
header .nav_box nav .second_wrap {
  display: none;
}
header .nav_box nav ul.second {
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
  padding: 0 12px;
}
header .nav_box nav ul.second li {
  width: 50%;
}
header .nav_box nav ul.second li a {
  color: #474747;
  font-weight: 400;
  font-size: 14px;
  line-height: 37px;
}
@media (max-width: 340px) {
  header .nav_box nav ul.second li a {
    font-size: 12px;
  }
}
header .nav_box nav ul.second li a:visited {
  color: #474747;
}
header .nav_box nav ul.nav02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .nav_box nav ul.nav02 li {
  width: calc(50% - 6px);
}
header .nav_box ul.sns {
  display: flex;
  align-items: center;
  margin: 30px 0 20px 12px;
}
header .nav_box ul.sns li {
  margin: 0 10px 0 0;
}
header .nav_box ul.sns li a:hover {
  opacity: 0.6;
}
header .nav_box ul.sns li.link04 {
  width: 17px;
}
header .nav_box ul.sns li.link04 img {
  width: 100%;
}
header .nav_box .other {
  margin: 0 0 0 12px;
  color: #919191;
  font-size: 12px;
  font-weight: 700;
}
header .nav_box .other a {
  color: #919191;
}
header .nav_box .other a:hover {
  color: #b60033;
}
header .global_box {
  display: none !important;
}
header .mega_nav_lists {
  display: none !important;
}

/* footer
==================================*/
footer .footer_bnr {
  padding: 75px 15px 30px;
}
footer .footer_bnr ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_bnr ul li {
  width: calc((100% - 11px) / 2);
  margin: 0 11px 11px 0;
}
footer .footer_bnr ul li:nth-child(2n) {
  margin-right: 0;
}
footer .footer_bnr ul li a img {
  width: 100%;
}
footer .footer_contact {
  background: #272727;
  padding: 35px 12px;
  text-align: center;
}
footer .footer_contact * {
  color: #fff;
}
footer .footer_contact p.tl {
  position: relative;
  margin: 0 0 20px;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 27px;
  letter-spacing: 0.06em;
}
footer .footer_contact .tel_box {
  margin: 0 0 11px;
}
footer .footer_contact .tel_box a {
  font-family: "Overpass";
  font-weight: 800;
  font-size: 16px;
}
footer .footer_contact .tel_box a span {
  font-size: 25px;
}
footer .footer_contact .tel_box p {
  padding: 5px 0 0;
  font-family: "Overpass";
  font-weight: 400;
  font-size: 12px;
}
footer .footer_contact .tel_box p span {
  font-size: 15px;
}
footer .footer_contact a.btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 250px;
  height: 53px;
  margin: auto;
  padding: 16px 30px;
  border: 1px solid #fff;
  font-weight: 700;
}
footer .footer_contact a.btn::before {
  content: "";
  position: absolute;
  top: 13px;
  right: -1px;
  background: #272727;
  width: 2px;
  height: 31px;
}
footer .footer_contact a.btn::after {
  content: "";
  position: absolute;
  top: 31px;
  right: -19px;
  background: #fff;
  width: 40px;
  height: 1px;
}
footer .footer_info {
  padding: 30px 23px;
}
footer .footer_info .inner .right_box nav &gt; ul &gt; li {
  font-size: 14px;
  font-weight: 700;
  line-height: 37px;
}
footer .footer_info .inner .right_box nav ul.second {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_info .inner .right_box nav ul.second li {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 37px;
}
footer .footer_info .inner .right_box nav ul.second li a {
  color: #474747;
}
footer .footer_info .inner .right_box .nav02, footer .footer_info .inner .right_box .nav03 {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_info .inner .right_box .nav02 li, footer .footer_info .inner .right_box .nav03 li {
  width: 50%;
}
footer .footer_info .inner .left_box {
  margin: 50px 0 0;
}
footer .footer_info .inner .left_box .logo a img {
  padding: 0 0 14px;
  max-width: 265px;
  width: 100%;
}
footer .footer_info .inner .left_box .address p {
  font-size: 14px;
  line-height: 20px;
}
footer .footer_info .inner .left_box ul.sns {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
footer .footer_info .inner .left_box ul.sns li {
  margin: 0 18px 0 0;
}
footer .footer_info .inner .left_box ul.sns li a:hover {
  opacity: 0.6;
}
footer .footer_info .inner .left_box ul.sns li.link04 {
  width: 17px;
}
footer .footer_info .inner .left_box ul.sns li.link04 img {
  width: 100%;
}
footer .footer_info .inner .left_box .other {
  display: block;
  color: #919191;
  margin: 40px 0 0;
  font-size: 12px;
  font-weight: 700;
}
footer .footer_info .inner .left_box .other a {
  color: #919191;
}
footer .footer_info .inner .left_box .other a:hover {
  color: #b60033;
}
footer .footer_info .inner .left_box .copy {
  margin: 15px 0 0;
}
footer .footer_info .inner .left_box .copy small {
  color: #919191;
  font-family: "Overpass";
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.04em;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  position: relative;
  right: 15px;
  bottom: 15px;
  display: block;
  color: #5e5e5e;
  padding: 37px 0 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 12px;
}
#pageTop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  background: #b60033;
  width: 1px;
  height: 30px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  transform: translate(0, 20px);
  opacity: 0;
  transition: 0.4s;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .c-anim-sp {
    transform: translate(0, 20px);
    opacity: 0;
    transition: 0.4s;
  }
  .move {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#lightcase-sequenceInfo {
  display: none !important;
}

#Top {
  /*.modal
  -----------------------*/
  /*.youtube_area
  -----------------------*/
}
#Top main img {
  width: 100%;
}
#Top main h2 {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 16px;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 27px;
  letter-spacing: 0.04em;
  text-align: center;
}
#Top main h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b60033;
  width: 32px;
  height: 3px;
  margin: auto;
}
#Top main .bnr {
  width: 100%;
  max-width: 345px;
  margin: 0 auto 40px;
  padding: 0 15px;
  box-sizing: border-box;
}
#Top main .bnr a img {
  width: 100%;
}
#Top main .bnr a:hover {
  opacity: 1;
}
#Top main .event_list {
  padding: 0 15px;
  text-align: center;
}
#Top main .event_list ul li {
  position: relative;
  margin: 0 0 40px;
}
#Top main .event_list ul li p.day {
  position: absolute;
  top: 0;
  left: 6px;
  color: #919191;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 15px;
}
#Top main .event_list ul li .photoimg {
  position: relative;
  padding: 0 10px 0 30px;
}
#Top main .event_list ul li .photoimg img {
  width: 100%;
  height: auto;
}
#Top main .event_list ul li .photoimg p.cate {
  background: #b60033;
  color: #fff;
  font-size: 14px;
  font-family: "Overpass";
  font-weight: 800;
  display: block;
  width: 80px;
  height: 28px;
  line-height: 31px;
  position: absolute;
  left: 0;
  bottom: -16px;
  text-transform: uppercase;
}
#Top main .event_list ul li p.text {
  padding: 25px 0 0 30px;
  line-height: 24px;
  text-align: left;
  transition: 0.3s;
  word-break: break-all;
  overflow-wrap: break-word;
}
#Top main .event_list ul li:hover p.text {
  color: #000;
  text-decoration: none;
}
#Top main .btn_more {
  text-align: center;
}
#Top main .btn_more a {
  position: relative;
  display: inline-block;
  background: url(../images/common/icon_arrow_bk.svg) no-repeat top 41% right;
  padding: 0 28px 1px 0;
  font-family: "Overpass";
  font-weight: 400;
  font-size: 23px;
}
#Top main .btn_more a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 1px;
}
#Top main .heroArea {
  margin-bottom: 20px;
}
#Top main .heroArea .slider {
  display: none;
}
#Top main .heroArea .slider.slick-initialized {
  display: block;
}
#Top main .heroArea ul#main_slide li {
  position: relative;
}
#Top main .heroArea ul#main_slide li img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
#Top main .heroArea ul#main_slide .slick-list .slick-current {
  filter: opacity(100%);
}
#Top main .heroArea ul#main_slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border-top: 1px solid #000;
}
#Top main .heroArea ul#main_slide .slick-arrow.prev {
  display: none !important;
  left: 12px;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
#Top main .heroArea ul#main_slide .slick-arrow.next {
  display: none !important;
  right: 12px;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
#Top main .heroArea ul#thumb_slide {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
#Top main .heroArea ul#thumb_slide li {
  background: #000;
  width: 60px;
  margin: 0 5px;
  cursor: pointer;
}
#Top main .heroArea ul#thumb_slide li img {
  opacity: 0.5;
}
#Top main .heroArea ul#thumb_slide li.current img {
  opacity: 1;
}
#Top main .supporter {
  padding: 60px 15px 29px;
  text-align: center;
}
#Top main .supporter .pickup_wrap {
  margin-bottom: 40px;
}
#Top main .supporter .pickup_wrap a figure {
  width: 80%;
  margin: 0 auto 10px;
}
#Top main .supporter .pickup_wrap a figure img {
  max-width: 100%;
}
#Top main .supporter .pickup_wrap a p {
  line-height: 1.4;
  text-align: left;
}
#Top main .supporter ul {
  display: flex;
  flex-wrap: wrap;
}
#Top main .supporter ul li {
  width: calc((100% - 11px) / 2);
  margin: 0 11px 11px 0;
}
#Top main .supporter ul li:nth-child(2n) {
  margin-right: 0;
}
#Top main .information {
  padding: 0px 15px 0;
  margin-top: 60px;
}
#Top main .information h2 {
  margin: 0;
}
#Top main .information ul li {
  position: relative;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #c6c6c6;
}
#Top main .information ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
#Top main .information ul li p.tag {
  position: relative;
  background: #b60033;
  width: 72px;
  height: 22px;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #fff;
}
#Top main .information ul li p.tag span {
  position: absolute;
  top: 0;
  right: -85px;
  display: inline-block;
  color: #919191;
  padding: 2px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 14px;
}
#Top main .information ul li a {
  display: block;
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 24px;
}
#Top main .information .btn_more {
  margin: 30px auto 0;
}
#Top main .entry {
  padding: 80px 15px 60px;
}
#Top main .entry &gt; a {
  display: block;
}
#Top main .entry figure {
  position: relative;
}
#Top main .entry figure img {
  width: 100%;
  height: 100%;
}
#Top main .entry .btn_more {
  margin: 30px auto 0;
}
#Top main .insta_sec {
  padding: 60px 0;
  text-align: center;
  background-color: #f8f8f8;
}
#Top main .insta_sec .inner {
  padding: 0px 15px;
}
#Top main .insta_sec .inner h2::after {
  right: 0;
  margin: auto;
}
#Top main .insta_sec .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
#Top main .insta_sec .inner ul li {
  width: calc(50% - 7px);
  margin-bottom: 15px;
}
#Top main .insta_sec .inner ul li:nth-of-type(n + 7) {
  display: none;
}
#Top main .insta_sec .inner ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#Top main .insta_sec .inner ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#Top main .insta_sec .inner .btn_more {
  margin-top: 30px;
}
#Top main .contents {
  padding: 60px 15px 0;
}
#Top main .contents ul li {
  margin: 0 0 35px;
}
#Top main .contents ul li:last-child {
  margin-bottom: 50px;
}
#Top main .contents ul li p {
  color: #919191;
  font-size: 14px;
  line-height: 24px;
}
#Top main .contents ul li p.tl {
  position: relative;
  color: #000;
  padding: 10px 0 2px;
  font-size: 20px;
}
#Top main .contents ul li p.tl::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
#Top main .contents ul.jaycee_bnr {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px; /* No Supporter */
}
#Top main .contents ul.jaycee_bnr li {
  width: calc((100% - 11px) / 2);
  margin: 0 11px 11px 0;
}
#Top main .contents ul.jaycee_bnr li:nth-child(2n) {
  margin-right: 0;
}
#Top footer .footer_bnr {
  display: none;
}
#Top .modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#Top .youtube_area {
  position: fixed;
  display: none;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 90%;
  height: auto;
}
#Top .youtube_area .youtube {
  background-color: #fff;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#Top .youtube_area .youtube .cross_area {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #b60033;
  right: -12px;
  top: -12px;
  cursor: pointer;
  display: flex;
}
#Top .youtube_area .youtube .cross_area img {
  transform: translate(7px, 3px);
  width: 13px;
  display: inline-block;
}
#Top .youtube_area .youtube .iframe_area {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
#Top .youtube_area .youtube .iframe_area .iframe_wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
#Top .youtube_area .youtube .iframe_area .iframe_wrap iframe {
  width: 100%;
  height: 100%;
}

/*==================================
  Admission
==================================*/
#Admission main img {
  width: 100%;
}
#Admission main .intro h3 {
  max-width: 313px;
}
#Admission main .intro .text {
  padding: 0 15px;
}
#Admission main .intro .text p {
  margin: 24px 0 30px;
  line-height: 24px;
}
#Admission main .info {
  padding: 76px 15px 0;
}
#Admission main .info .box {
  margin: 0 0 70px;
}
#Admission main .info .box h3 {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 16px;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
#Admission main .info .box h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b60033;
  width: 32px;
  height: 3px;
  margin: auto;
}
#Admission main .info .box ul li {
  line-height: 24px;
}
#Admission main .info .box01 ul li {
  padding-left: 23px;
  text-indent: -23px;
}
#Admission main .info .box02 ul li {
  padding-left: 62px;
  text-indent: -62px;
}
#Admission main .info .box03 p {
  line-height: 24px;
}
#Admission main .info .box03 p.att {
  margin: 3px 0 10px;
  padding-left: 12px;
  text-indent: -12px;
  font-size: 14px;
  line-height: 22px;
}
#Admission main .info .box03 p.att a {
  text-decoration: underline;
}
#Admission main .info .box03 a.btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 250px;
  height: 53px;
  margin: 30px auto 0;
  padding: 17px 45px;
  border: 1px solid #000;
  font-weight: 700;
}
#Admission main .info .box03 a.btn img {
  width: 16px;
  padding: 0 5px 0 0;
}
#Admission main .info .box03 a.btn::before {
  content: "";
  position: absolute;
  top: 13px;
  right: -2px;
  background: #fff;
  width: 3px;
  height: 26px;
}
#Admission main .info .box03 a.btn::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -19px;
  background: #000;
  width: 40px;
  height: 1px;
}
#Admission main .flow {
  background: #f8f8f8;
  padding: 60px 15px;
}
#Admission main .flow h3 {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 16px;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
#Admission main .flow h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b60033;
  width: 32px;
  height: 3px;
  margin: auto;
}
#Admission main .flow &gt; .wrap ol li {
  position: relative;
  display: flex;
  margin: 0 0 20px;
  padding: 0 0 26px;
}
#Admission main .flow &gt; .wrap ol li::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 19px;
  background: #000;
  width: 1px;
  height: 72%;
}
#Admission main .flow &gt; .wrap ol li.step06::after {
  content: none;
}
#Admission main .flow &gt; .wrap ol li .num {
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  width: 41px;
  height: 26px;
  text-align: center;
}
#Admission main .flow &gt; .wrap ol li .num img {
  width: auto;
  height: 100%;
}
#Admission main .flow &gt; .wrap ol li .text_wrap {
  margin-left: 12px;
}
#Admission main .flow &gt; .wrap ol li .text_wrap p.tl {
  padding: 0 0 12px;
  font-size: 20px;
}
#Admission main .flow &gt; .wrap ol li .text_wrap p.text {
  line-height: 24px;
}
#Admission main .flow .reception {
  background: #fff;
  margin: 35px 0 0;
  padding: 40px 20px 48px;
}
#Admission main .flow .reception p.tl {
  margin: 0 0 15px;
  font-size: 27px;
  text-align: center;
}
#Admission main .flow .reception address {
  max-width: 270px;
  margin: auto;
  line-height: 21px;
  font-style: normal;
}
#Admission main .flow .reception address strong {
  display: inline-block;
  padding: 0 0 3px;
  font-weight: 700;
}
#Admission main .flow .reception .tel_wrap {
  margin: 12px 0 0;
  text-align: center;
}
#Admission main .flow .reception .tel_wrap a {
  color: #b60033;
  font-family: "Overpass";
  font-weight: 800;
}
#Admission main .flow .reception .tel_wrap a span {
  font-size: 25px;
}
#Admission main .flow .reception .tel_wrap p {
  color: #b60033;
  padding: 4px 0 0;
  font-family: "Overpass";
  font-weight: 400;
  font-size: 11px;
}
#Admission main .flow .reception .tel_wrap p span {
  font-size: 15px;
}
#Admission main .flow .reception a.btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 250px;
  height: 53px;
  margin: 15px auto 0;
  padding: 17px 20px;
  border: 1px solid #000;
  font-weight: 700;
  text-align: center;
}
#Admission main .flow .reception a.btn::before {
  content: "";
  position: absolute;
  top: 13px;
  right: -2px;
  background: #fff;
  width: 3px;
  height: 26px;
}
#Admission main .flow .reception a.btn::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -19px;
  background: #000;
  width: 40px;
  height: 1px;
}

/*==================================
  Contact
==================================*/
#Contact main .ERR {
  color: #cc0303;
}
#Contact main p {
  line-height: 24px;
}
#Contact main p.lead {
  margin: 0 15px 40px;
}
#Contact main p.lead a {
  text-decoration: underline;
}
#Contact main .form_wrap {
  padding: 0 15px;
}
#Contact main .form_wrap table {
  width: 100%;
}
#Contact main .form_wrap table tr th {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  line-height: 24px;
}
#Contact main .form_wrap table tr th span {
  background: #b60033;
  color: #fff;
  width: 72px;
  height: 22px;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  margin-left: 1em;
}
#Contact main .form_wrap table tr td {
  display: block;
  line-height: 24px;
  margin-bottom: 30px;
  word-break: break-all;
}
#Contact main .form_wrap table tr td input.txt {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  background: #F3F3F3;
  font-size: 16px;
  padding: 10px;
}
#Contact main .form_wrap table tr td textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  background: #F3F3F3;
  font-size: 16px;
  padding: 10px;
}
#Contact main .form_wrap table tr td .select-box {
  position: relative;
  width: 180px;
}
#Contact main .form_wrap table tr td .select-box select {
  font-family: "Noto Sans JP";
  font-weight: 400;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  color: #000 !important;
  background: #F3F3F3;
  font-size: 16px;
  padding: 10px;
}
#Contact main .form_wrap table tr td .select-box::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
}
#Contact main .send_comp {
  padding: 0 15px;
}
#Contact main .send_comp p.contact_back {
  width: 250px;
  margin: 3em auto 0;
  line-height: 1;
}
#Contact main .send_comp p.contact_back a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 250px;
  height: 53px;
  padding: 16px 30px;
  border: 1px solid #000;
  font-weight: 700;
}
#Contact main .send_comp p.contact_back a img {
  padding: 0 5px 0 0;
}
#Contact main .send_comp p.contact_back a::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -1px;
  background: #fff;
  width: 2px;
  height: 31px;
}
#Contact main .send_comp p.contact_back a::after {
  content: "";
  position: absolute;
  top: 31px;
  left: -19px;
  background: #000;
  width: 40px;
  height: 1px;
}
#Contact main .submit_area {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}
#Contact main .submit_area .subbtn {
  width: 250px;
  position: relative;
  border: 1px solid #000;
}
#Contact main .submit_area .subbtn::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -1px;
  background: #fff;
  width: 2px;
  height: 31px;
}
#Contact main .submit_area .subbtn::after {
  content: "";
  position: absolute;
  top: 31px;
  right: -19px;
  background: #000;
  width: 40px;
  height: 1px;
}
#Contact main .submit_area .subbtn span {
  position: relative;
  display: block;
}
#Contact main .submit_area .subbtn span input.pushbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  background: none;
  width: 250px;
  height: 53px;
  padding: 16px 30px;
  font-weight: 700;
  transition: 0.3s;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  color: #000;
}
#Contact main .submit_area2 {
  margin: 30px auto 0;
  clear: both;
  overflow: hidden;
}
#Contact main .submit_area2 .ERR {
  text-align: center;
  margin-bottom: 1em;
}
#Contact main .submit_area2 .btn_back {
  width: 250px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #000;
}
#Contact main .submit_area2 .btn_back::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -1px;
  background: #fff;
  width: 2px;
  height: 31px;
}
#Contact main .submit_area2 .btn_back::after {
  content: "";
  position: absolute;
  top: 31px;
  left: -19px;
  background: #000;
  width: 40px;
  height: 1px;
}
#Contact main .submit_area2 .btn_back:hover::after {
  transform-origin: left;
  animation: more_under 0.4s ease;
}
#Contact main .submit_area2 .btn_back span {
  position: relative;
  display: block;
}
#Contact main .submit_area2 .btn_back span input.pushbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  background: none;
  width: 250px;
  height: 53px;
  padding: 16px 30px;
  font-weight: 700;
  transition: 0.3s;
  line-height: 1;
  cursor: pointer;
  text-align: left;
}
#Contact main .submit_area2 .txt_c {
  text-align: center;
}
#Contact main .submit_area2 .koumoku {
  width: 250px;
  margin: 1em auto 0;
}
#Contact main .submit_area2 .koumoku li {
  float: none;
  width: 250px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #000;
}
#Contact main .submit_area2 .koumoku li::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -1px;
  background: #fff;
  width: 2px;
  height: 31px;
}
#Contact main .submit_area2 .koumoku li::after {
  content: "";
  position: absolute;
  top: 31px;
  right: -19px;
  background: #000;
  width: 40px;
  height: 1px;
}
#Contact main .submit_area2 .koumoku li span {
  position: relative;
  display: block;
}
#Contact main .submit_area2 .koumoku li span input.pushbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  background: none;
  width: 250px;
  height: 53px;
  padding: 16px 30px;
  font-weight: 700;
  transition: 0.3s;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  color: #000;
}
#Contact main .submit_area2 .koumoku li.btn_back02 {
  margin-top: 1em;
}
#Contact main .submit_area2 .koumoku li.btn_back02::before {
  left: -1px;
}
#Contact main .submit_area2 .koumoku li.btn_back02::after {
  left: -19px;
}

/*==================================
  Privacy Policy
==================================*/
#Privacy main p {
  line-height: 24px;
}
#Privacy main p.lead {
  margin: 0 15px 70px;
}
#Privacy main p.lead a {
  text-decoration: underline;
}
#Privacy main section {
  margin: 0 15px 70px;
}
#Privacy main section h3 {
  position: relative;
  margin: 0 -2px 18px;
  padding: 0 0 16px;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
#Privacy main section h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b60033;
  width: 32px;
  height: 3px;
  margin: auto;
}
#Privacy main section .privacy_box p {
  position: relative;
  padding: 0 0 1em 34px;
}
#Privacy main section .privacy_box p span {
  position: absolute;
  left: 0;
  top: 0;
}
#Privacy main section .privacy_box p span.pc {
  position: relative;
}
#Privacy main section:last-child {
  margin-bottom: 0;
}
#Privacy main section:last-child .privacy_box p {
  padding-left: 0;
}
#Privacy main section:last-child .privacy_box p span {
  position: relative;
}
#Privacy main section .btn_more a {
  background-color: #e8e8e8;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 48px;
  line-height: 48px;
  max-width: 300px;
  margin-inline: auto;
  margin-top: 12px;
  position: relative;
}
#Privacy main section .btn_more a:hover {
  opacity: 0.7;
}

/*==================================
  Calendar
==================================*/
#Calendar .google-cal-area {
  padding: 0 15px;
}
#Calendar .google-cal-area .text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#Calendar .google-cal-area .text a {
  display: inline-block;
  padding: 0 4px;
  text-decoration: underline;
  color: #b60033;
}
#Calendar .google-cal-area .google-cal {
  width: 100%;
}

/*==================================
  About
==================================*/
/* common */
#About main p {
  line-height: 24px;
}
#About main section {
  padding: 0 15px 60px;
}
#About main section h3 {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 16px;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
#About main section h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b60033;
  width: 32px;
  height: 3px;
  margin: auto;
}
#About main section.lastsec {
  padding-bottom: 0;
}
#About main .lead {
  padding: 0 15px 60px;
}
#About main .bg_gray {
  width: 100%;
  padding: 60px 0 0;
  background: #f8f8f8;
  margin-bottom: 60px;
}
#About main .bg_gray.last-gray {
  margin-bottom: 0;
}

/* Director */
#About main#Director img {
  width: 100%;
  height: auto;
}
#About main#Director h3 {
  margin-bottom: 25px;
}
#About main#Director p.min_cen {
  width: 240px;
  margin: 0 auto 27px;
}
#About main#Director .bg_dire {
  background: url(../images/about/bg_director.jpg);
  margin-bottom: 60px;
  padding: 21px 15px 0 3px;
}
#About main#Director .bg_dire h3 {
  max-width: 181px;
  padding: 0;
  margin-bottom: 29px;
}
#About main#Director .bg_dire h3::after {
  display: none;
}
#About main#Director .bg_dire .dir_inner {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#About main#Director .bg_dire .dir_inner p.ph {
  width: 166px;
}
#About main#Director .bg_dire .dir_inner .dir_txt {
  padding: 0 0 0 11px;
}
#About main#Director .bg_dire .dir_inner .dir_txt dl {
  display: flex;
  align-items: center;
}
#About main#Director .bg_dire .dir_inner .dir_txt dl dt {
  font-size: 12px;
  margin-right: 14px;
}
#About main#Director .bg_dire .dir_inner .dir_txt dl dd img {
  width: auto;
  height: 15px;
}

/* Chart */
#About main#Chart .bg_gray {
  margin-bottom: 0;
}
#About main#Chart .bg_gray .chart_fig {
  padding: 0 15px 60px;
  position: relative;
}
#About main#Chart .bg_gray .chart_fig img {
  width: 100%;
  height: auto;
}
#About main#Chart .bg_gray .chart_fig ul.btns {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  background-size: 99.8%;
  background-repeat: no-repeat;
}
#About main#Chart .bg_gray .chart_fig ul.btns li {
  position: absolute;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn01 {
  width: 34.9333333333vw;
  left: 15.25%;
  top: 28.5%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn02 {
  width: 40vw;
  left: 56.25%;
  top: 28.5%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn03 {
  width: 34.9333333333vw;
  left: 15.25%;
  top: 32.5%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn04 {
  width: 40vw;
  left: 56.25%;
  top: 32.5%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn05 {
  width: 40vw;
  left: 9.5%;
  top: 41%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn06 {
  width: 40vw;
  left: 56.25%;
  top: 41%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn07 {
  width: 40vw;
  left: 9.5%;
  top: 61.9%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn08 {
  width: 40vw;
  left: 56.25%;
  top: 45%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn09 {
  width: 40vw;
  left: 9.5%;
  top: 74.45%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn10 {
  width: 40vw;
  left: 56.25%;
  top: 53.5%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn11 {
  width: 40vw;
  left: 56.25%;
  top: 61.9%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn12 {
  width: 40vw;
  left: 56.25%;
  top: 78.4%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn13 {
  width: 40vw;
  left: 56.25%;
  top: 65.9%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn14 {
  width: 40vw;
  left: 56.25%;
  top: 74.45%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn15 {
  width: 40vw;
  left: 9.5%;
  top: 86.75%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn16 {
  width: 40vw;
  left: 56.25%;
  top: 86.75%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn17 {
  width: 40vw;
  left: 56.25%;
  top: 90.8%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn18 {
  width: 40vw;
  left: 9.5%;
  top: 53.5%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn001 {
  width: 40vw;
  left: 9.5%;
  top: 49.5%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn002 {
  width: 40vw;
  left: 9.5%;
  top: 24.5%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn003 {
  width: 40vw;
  left: 9.5%;
  top: 37%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn004 {
  width: 40vw;
  left: 9.5%;
  top: 58%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn005 {
  width: 40vw;
  left: 9.5%;
  top: 82.9%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn006 {
  width: 31.3333333333vw;
  left: 0;
  top: 16%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn007 {
  width: 31.3333333333vw;
  left: 43%;
  top: 20%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn008 {
  width: 31.3333333333vw;
  left: 43%;
  top: 9.75%;
  position: absolute;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn008 img {
  width: 100%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn008 .link01 {
  position: absolute;
  top: 0;
  height: 62%;
  width: 100%;
  display: block;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn008 .link02 {
  position: absolute;
  height: 50%;
  width: 100%;
  display: block;
  top: 50%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn009 {
  width: 40vw;
  left: 9.5%;
  top: 70.5%;
}
#About main#Chart .bg_gray .chart_fig ul.btns li.btn010 {
  width: 31.3333333333vw;
  left: 43%;
  top: 16%;
}

/* Action */
#About main#Action section h4 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 12px;
}
#About main#Action section p.photo_c {
  text-align: center;
  margin-bottom: 20px;
}
#About main#Action section p.photo_c img {
  width: 100%;
  height: auto;
}
#About main#Action section p.link {
  margin-top: 1em;
}
#About main#Action section p.link a {
  color: #b60033;
}
#About main#Action section .photos {
  margin: 18px -8px 0;
  display: flex;
  flex-wrap: wrap;
}
#About main#Action section .photos dl {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
#About main#Action section .photos dl dt img {
  width: 100%;
  height: auto;
}
#About main#Action section .photos dl dd {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

/* History */
#About main#History section p {
  text-align: center;
  margin-bottom: 15px;
}
#About main#History section table {
  width: 100%;
  background: #FFFFFF;
  border: #d7d7d7 1px solid;
  border-bottom: none;
}
#About main#History section table tr th {
  width: 70px;
  line-height: 24px;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: #d3d3d3 1px solid;
  border-right: #d3d3d3 1px solid;
}
#About main#History section table tr td {
  line-height: 24px;
  padding: 10px;
  border-bottom: #d3d3d3 1px solid;
}
#About main#History section table tr td.day {
  border-right: #d3d3d3 1px solid;
  width: 60px;
}
#About main#History section table tr.bg_pink td {
  background: #f9dbdd;
}

/* Material */
#About main .mate_list {
  margin: 0 15px;
}
#About main .mate_list ul {
  border-top: #d7d7d7 1px solid;
  width: 100%;
}
#About main .mate_list ul li {
  line-height: 24px;
  border-bottom: #d3d3d3 1px solid;
  position: relative;
}
#About main .mate_list ul li a {
  display: block;
  padding: 8px 10px 8px 25px;
}
#About main .mate_list ul li a::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  border-top: 1px solid #b60033;
  border-right: 1px solid #b60033;
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
}
#About main .mate_list ul li:nth-child(odd) {
  background: #f9dbdd;
}

/* Member */
#About main#Member section {
  padding-bottom: 0;
}
#About main#Member section table {
  width: 100%;
  background: #FFFFFF;
  border: #d7d7d7 1px solid;
  border-bottom: none;
}
#About main#Member section table tr th {
  width: 54px;
  line-height: 24px;
  font-weight: 400;
  padding: 10px;
  border-bottom: #d3d3d3 1px solid;
  border-right: #d3d3d3 1px solid;
}
#About main#Member section table tr td {
  line-height: 24px;
  padding: 10px;
  border-bottom: #d3d3d3 1px solid;
  word-break: break-all;
}
#About main#Member section table tr td.com {
  border-right: #d3d3d3 1px solid;
}
#About main#Member section table tr.bg_pink th, #About main#Member section table tr.bg_pink td {
  background: #f9dbdd;
}

/*==================================
  Link
==================================*/
#Link main section {
  padding: 0 15px 50px;
}
#Link main section h3 {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 16px;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
#Link main section h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b60033;
  width: 32px;
  height: 3px;
  margin: auto;
}
#Link main section table {
  width: 100%;
}
#Link main section table tr th {
  display: block;
  line-height: 24px;
  text-align: left;
  background: #f9dbdd;
  padding: 10px;
  font-weight: 400;
}
#Link main section table tr td {
  display: block;
  line-height: 24px;
  padding: 10px 10px 30px;
  word-break: break-all;
}
#Link main section.c-anim-up {
  padding-bottom: 0;
}

/*==================================
  Information
==================================*/
#Info main p {
  line-height: 24px;
}
#Info main .cate {
  margin: 0 15px 15px;
  display: flex;
  align-items: center;
}
#Info main .cate p.tl {
  font-family: "Overpass";
  font-weight: 800;
  color: #b60033;
  margin-right: 10px;
}
#Info main .cate .cate_list {
  position: relative;
  width: 70%;
}
#Info main .cate .cate_list select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  color: #000;
  outline: none;
  border: none;
  background: #f9f9f9;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  padding: 8px 0 8px 15px;
  width: 100%;
  box-sizing: border-box;
}
#Info main .cate .cate_list select option {
  font-family: "Noto Sans JP";
  font-weight: 400;
}
#Info main .cate .cate_list::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #b60033 transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 0;
}
#Info main .infolist {
  padding: 0 15px;
}
#Info main .infolist ul li {
  position: relative;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #c6c6c6;
}
#Info main .infolist ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
#Info main .infolist ul li p.tag {
  position: relative;
  background: #b60033;
  width: 72px;
  height: 22px;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #fff;
}
#Info main .infolist ul li p.tag span {
  position: absolute;
  top: 0;
  right: -85px;
  display: inline-block;
  color: #919191;
  padding: 2px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 14px;
}
#Info main .infolist ul li p.raditag {
  color: #919191;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 14px;
}
#Info main .infolist ul li a {
  display: block;
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 24px;
}
#Info main .pager {
  text-align: center;
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Info main .pager .wp-pagenavi span.current {
  display: inline-block;
  background: #b60033;
  color: #fff;
  margin: 0 4px;
  padding: 6px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 22px;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  position: relative;
}
#Info main .pager .wp-pagenavi a {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 22px;
  position: relative;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
}
#Info main .pager .wp-pagenavi a:hover {
  background: #b60033;
  color: #fff;
}
#Info main .pager .wp-pagenavi a.previouspostslink {
  font-size: 18px;
  width: auto;
  margin-right: 17px;
  padding-left: 23px;
  background: url(../images/information/prev_bk.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Info main .pager .wp-pagenavi a.previouspostslink:hover {
  color: #b60033;
  background: url(../images/information/prev_ye.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Info main .pager .wp-pagenavi a.nextpostslink {
  font-size: 18px;
  width: auto;
  margin-left: 17px;
  padding-right: 23px;
  background: url(../images/information/next_bk.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Info main .pager .wp-pagenavi a.nextpostslink:hover {
  color: #b60033;
  background: url(../images/information/next_ye.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Info main .pager ul.comPageBtn {
  display: flex;
}
#Info main .pager ul.comPageBtn li {
  font-family: "Overpass";
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
#Info main .pager ul.comPageBtn li a:hover {
  color: #b60033;
}
#Info main .pager ul.comPageBtn li.back a {
  margin: 0 49px;
  padding-left: 28px;
  background: url(../images/talk/icon_bk.svg) no-repeat top left;
  background-size: 16px 16px;
}
#Info main .pager ul.comPageBtn li.back a:hover {
  background: url(../images/talk/icon_ye.svg) no-repeat top left;
  background-size: 16px 16px;
}
#Info main .pager ul.comPageBtn li.prev a {
  padding-left: 23px;
  background: url(../images/information/prev_bk.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Info main .pager ul.comPageBtn li.prev a:hover {
  background: url(../images/information/prev_ye.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Info main .pager ul.comPageBtn li.next a {
  padding-right: 23px;
  background: url(../images/information/next_bk.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Info main .pager ul.comPageBtn li.next a:hover {
  background: url(../images/information/next_ye.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Info main article {
  padding: 0 15px;
}
#Info main article p {
  text-align: left;
  line-height: 24px;
  margin-bottom: 40px;
  word-break: break-all;
  overflow-wrap: break-word;
}
#Info main article img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#Info main article iframe {
  max-width: 100%;
}
#Info main article .n_title {
  padding: 0 0 16px;
  margin: 0 0 32px;
  position: relative;
}
#Info main article .n_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b60033;
  width: 32px;
  height: 3px;
}
#Info main article .n_title p.tag {
  background: #b60033;
  color: #fff;
  width: 72px;
  height: 22px;
  margin: 0 0 16px 0;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
#Info main article .n_title p.tag span {
  position: absolute;
  left: 85px;
  display: inline-block;
  color: #919191;
  padding: 2px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 14px;
}
#Info main article .n_title p.tag2 {
  color: #919191;
  font-size: 14px;
  margin: 0;
}
#Info main article .n_title p.tag2 span {
  padding: 0 1em 0 0;
  font-family: "Overpass";
  font-weight: 800;
}
#Info main article .n_title h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

/*==================================
  Photo
==================================*/
#Photo main .photolist {
  padding: 0 15px;
  text-align: center;
}
#Photo main .photolist ul li {
  position: relative;
  margin: 0 0 40px;
}
#Photo main .photolist ul li p.day {
  position: absolute;
  top: 0;
  left: 6px;
  color: #919191;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 15px;
}
#Photo main .photolist ul li .photoimg {
  position: relative;
  padding: 0 10px 0 30px;
}
#Photo main .photolist ul li .photoimg img {
  width: 100%;
  height: auto;
}
#Photo main .photolist ul li .photoimg p.tag {
  content: "";
  background: url(../sp/images/top/icon_new.svg) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 54px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: -26px;
  text-indent: -9999px;
}
#Photo main .photolist ul li p.text {
  padding: 25px 0 0 30px;
  line-height: 24px;
  text-align: left;
  transition: 0.3s;
}
#Photo main .photolist ul li:hover p.text {
  color: #b60033;
}
#Photo main .pager {
  text-align: center;
  padding: 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Photo main .pager .wp-pagenavi span.current {
  display: inline-block;
  color: #fff;
  background: #b60033;
  margin: 0 4px;
  padding: 6px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 22px;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  position: relative;
}
#Photo main .pager .wp-pagenavi a {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 22px;
  position: relative;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
}
#Photo main .pager .wp-pagenavi a:hover {
  background: #b60033;
  color: #fff;
}
#Photo main .pager .wp-pagenavi a.previouspostslink {
  font-size: 18px;
  width: auto;
  margin-right: 17px;
  padding-left: 23px;
  background: url(../images/information/prev_bk.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Photo main .pager .wp-pagenavi a.previouspostslink:hover {
  color: #b60033;
  background: url(../images/information/prev_gr.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Photo main .pager .wp-pagenavi a.nextpostslink {
  font-size: 18px;
  width: auto;
  margin-left: 17px;
  padding-right: 23px;
  background: url(../images/information/next_bk.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Photo main .pager .wp-pagenavi a.nextpostslink:hover {
  color: #b60033;
  background: url(../images/information/next_gr.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Photo main .pager ul.comPageBtn {
  display: flex;
}
#Photo main .pager ul.comPageBtn li {
  font-family: "Overpass";
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
#Photo main .pager ul.comPageBtn li a:hover {
  color: #b60033;
}
#Photo main .pager ul.comPageBtn li.back a {
  margin: 0 49px;
  padding-left: 28px;
  background: url(../images/talk/icon_bk.svg) no-repeat top left;
  background-size: 16px 16px;
}
#Photo main .pager ul.comPageBtn li.back a:hover {
  background: url(../images/talk/icon_gr.svg) no-repeat top left;
  background-size: 16px 16px;
}
#Photo main .pager ul.comPageBtn li.prev a {
  padding-left: 23px;
  background: url(../images/information/prev_bk.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Photo main .pager ul.comPageBtn li.prev a:hover {
  background: url(../images/information/prev_gr.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Photo main .pager ul.comPageBtn li.next a {
  padding-right: 23px;
  background: url(../images/information/next_bk.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Photo main .pager ul.comPageBtn li.next a:hover {
  background: url(../images/information/next_gr.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Photo main .photodetail {
  padding: 0 15px;
  text-align: center;
}
#Photo main .photodetail h3.list-title {
  padding: 0 0 16px;
  margin: 0 0 32px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-align: left;
}
#Photo main .photodetail h3.list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b60033;
  width: 32px;
  height: 3px;
}
#Photo main .photodetail ul li {
  position: relative;
  margin: 0 0 40px;
}
#Photo main .photodetail ul li .photoimg {
  position: relative;
}
#Photo main .photodetail ul li .photoimg img {
  width: 100%;
  height: auto;
}
#Photo main .photodetail ul li .over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*==================================
  Gashi
==================================*/
#Gashi {
  background: url(../sp/images/policy/bg.jpg) repeat center top;
  background-size: contain;
}
#Gashi main {
  padding-top: 24px;
  background: url(../sp/images/policy/bg-top.jpg) no-repeat left top;
  background-size: contain;
}
#Gashi main h1 {
  width: 184px;
  margin: 0 auto 41px;
}
#Gashi main img {
  width: 100%;
  height: auto;
}
#Gashi main .page_title h2 {
  width: 260px;
  height: 105px;
  background: url(../sp/images/policy/title.png) no-repeat center top;
  background-size: 260px auto;
  margin: 0 auto 30px;
  text-indent: -9999px;
}
#Gashi main .page_title .SlideArea {
  width: 100%;
  margin: 0 0 92px;
}
#Gashi main .page_title .SlideArea ul#SlideList li {
  filter: opacity(100%);
}
#Gashi main .page_title .SlideArea ul#SlideList li img {
  transition: 0.3s;
}
#Gashi main .page_title .SlideArea ul#SlideList li a {
  outline: none;
}
#Gashi main .page_title .SlideArea ul#SlideList li a:hover img {
  opacity: 0.8;
}
#Gashi main .page_title .SlideArea ul#SlideList .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
  width: 14px;
  cursor: pointer;
  transition: 0.3s;
}
#Gashi main .page_title .SlideArea ul#SlideList .slick-arrow.prev {
  left: 9px;
}
#Gashi main .page_title .SlideArea ul#SlideList .slick-arrow.next {
  right: 9px;
}
#Gashi main .page_title .SlideArea ul#SlideList .slick-arrow:hover {
  opacity: 0.8;
}
#Gashi main .page_title .SlideArea ul#SlideList .slick-dots {
  bottom: -21px;
}
#Gashi main .page_title .SlideArea ul#SlideList .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 6px;
}
#Gashi main .page_title .SlideArea ul#SlideList .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
}
#Gashi main .page_title .SlideArea ul#SlideList .slick-dots li button::before {
  width: 6px;
  height: 6px;
  content: "";
  opacity: 1;
  background: #a39c6d;
}
#Gashi main .page_title .SlideArea ul#SlideList .slick-dots li.slick-active button::before {
  background: #000000;
}
#Gashi main section h3 {
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.24em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#Gashi main section h3 span {
  display: block;
  font-size: 10px;
  color: #948e68;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
#Gashi main section .MovieBox .ml {
  padding: 0 15px 50px;
}
#Gashi main section .MovieBox .ml .movie {
  width: calc(100% + 30px);
  position: relative;
  margin: 0 -15px;
}
#Gashi main section .MovieBox .ml .movie .m_inner {
  padding-top: 56.25%;
}
#Gashi main section .MovieBox .ml .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#Gashi main section .MovieBox .ml .movie_ttl {
  width: 100%;
  padding: 8px;
  text-align: center;
  background: url(../images/policy/center.svg) no-repeat center center #FFFFFF;
  background-size: auto 79px;
  box-sizing: border-box;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
#Gashi main section .MovieBox .ml .movie_ttl .tl_inner {
  border: #a39c6d 1px solid;
  position: relative;
}
#Gashi main section .MovieBox .ml .movie_ttl .tl_inner::before {
  content: "";
  background: url(../images/policy/cyuka_l.svg) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 6px;
  top: 6px;
}
#Gashi main section .MovieBox .ml .movie_ttl .tl_inner::after {
  content: "";
  background: url(../images/policy/cyuka_r.svg) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
#Gashi main section .MovieBox .ml .movie_ttl h4 {
  line-height: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 25px 0 26px;
}
#Gashi main section .MovieBox .ml .movie_ttl h4 span {
  display: block;
  font-size: 23px;
}
#Gashi main section .MovieBox .ml.message {
  flex-flow: row-reverse;
}
#Gashi main section.enquete {
  padding: 20px 15px 90px;
}
#Gashi main section.enquete h3 {
  letter-spacing: 0.1em;
}
#Gashi main section.enquete .btn a {
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  background: #918b66;
  padding: 10px 0;
  box-sizing: border-box;
}
#Gashi main section.enquete .btn a small {
  display: block;
  font-size: 14px;
}
#Gashi footer {
  background: #000000;
}
#Gashi footer .footer_info {
  padding: 50px 23px 24px;
  text-align: center;
}
#Gashi footer .footer_info p, #Gashi footer .footer_info a {
  color: #FFFFFF;
}
#Gashi footer .footer_info .left_box {
  margin: 0;
}
#Gashi footer .footer_info .right_box ul.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0 0;
}
#Gashi footer .footer_info .right_box ul.sns li {
  margin: 0 15px;
  width: 32px;
}
#Gashi footer .footer_info .right_box ul.sns li img {
  width: 100%;
  height: auto;
}
#Gashi footer .footer_info .right_box ul.sns li.link01 {
  width: 30px;
}
#Gashi footer .footer_info .right_box ul.sns li.link04 {
  width: 34px;
}
#Gashi footer .footer_info .right_box .copy {
  margin: 30px 0 0;
}
#Gashi footer .footer_info .right_box .copy small {
  color: #5e5e5e;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  letter-spacing: 0.04em;
}

/*==================================
  Information
==================================*/
#Event main p {
  line-height: 24px;
}
#Event main .cate_wrap {
  margin: 0 15px 30px;
  display: flex;
  align-items: center;
}
#Event main .cate_wrap p.tl {
  font-family: "Overpass";
  font-weight: 800;
  color: #b60033;
  margin-right: 10px;
}
#Event main .cate_wrap .cate_list {
  position: relative;
  width: 70%;
  height: 40px;
}
#Event main .cate_wrap .cate_list select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  color: #000;
  outline: none;
  border: none;
  background: #f9f9f9;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  padding: 8px 0 8px 15px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
#Event main .cate_wrap .cate_list select option {
  font-family: "Noto Sans JP";
  font-weight: 400;
}
#Event main .cate_wrap .cate_list::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #b60033 transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 0;
}
#Event main .event_list {
  padding: 0 15px;
  text-align: center;
}
#Event main .event_list ul li {
  position: relative;
  margin: 0 0 40px;
}
#Event main .event_list ul li p.day {
  position: absolute;
  top: 0;
  left: 6px;
  color: #919191;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 15px;
}
#Event main .event_list ul li .photoimg {
  position: relative;
  padding: 0 10px 0 30px;
}
#Event main .event_list ul li .photoimg img {
  width: 100%;
  height: auto;
}
#Event main .event_list ul li .photoimg p.cate {
  background: #b60033;
  color: #fff;
  font-size: 14px;
  font-family: "Overpass";
  font-weight: 800;
  display: block;
  width: 80px;
  height: 28px;
  line-height: 31px;
  position: absolute;
  left: 0;
  bottom: -16px;
  text-transform: uppercase;
}
#Event main .event_list ul li p.text {
  padding: 25px 0 0 30px;
  line-height: 24px;
  text-align: left;
  transition: 0.3s;
  word-break: break-all;
  overflow-wrap: break-word;
}
#Event main .event_list ul li:hover p.text {
  color: #000;
  text-decoration: none;
}
#Event main .pager {
  text-align: center;
  margin: 81px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Event main .pager .wp-pagenavi span.current {
  display: inline-block;
  background: #b60033;
  color: #fff;
  margin: 0 4px;
  padding: 6px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 22px;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  position: relative;
}
#Event main .pager .wp-pagenavi a {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 22px;
  position: relative;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
}
#Event main .pager .wp-pagenavi a:hover {
  background: #b60033;
  color: #fff;
}
#Event main .pager .wp-pagenavi a.previouspostslink {
  font-size: 18px;
  width: auto;
  margin-right: 37px;
  padding-left: 33px;
  background: url(../images/information/prev_bk.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Event main .pager .wp-pagenavi a.previouspostslink:hover {
  color: #b60033;
  background: url(../images/information/prev_gr.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Event main .pager .wp-pagenavi a.nextpostslink {
  font-size: 18px;
  width: auto;
  margin-left: 37px;
  padding-right: 33px;
  background: url(../images/information/next_bk.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Event main .pager .wp-pagenavi a.nextpostslink:hover {
  color: #b60033;
  background: url(../images/information/next_gr.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Event main .pager ul.comPageBtn {
  display: flex;
  justify-content: center;
  position: relative;
}
#Event main .pager ul.comPageBtn li {
  font-family: "Overpass";
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
#Event main .pager ul.comPageBtn li a:hover {
  color: #b60033;
}
#Event main .pager ul.comPageBtn li.back a {
  margin: 0 49px;
  padding-left: 28px;
  background: url(../images/information/icon_bk.svg) no-repeat top left;
  background-size: 16px 16px;
}
#Event main .pager ul.comPageBtn li.back a:hover {
  background: url(../images/information/icon_gr.svg) no-repeat top left;
  background-size: 16px 16px;
}
#Event main .pager ul.comPageBtn li.prev a {
  position: absolute;
  left: calc(50% - 160px);
  top: 0;
  padding-left: 33px;
  background: url(../images/information/prev_bk.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Event main .pager ul.comPageBtn li.prev a:hover {
  background: url(../images/information/prev_gr.svg) no-repeat top 41% left;
  background-size: 8px 10px;
}
#Event main .pager ul.comPageBtn li.next a {
  position: absolute;
  right: calc(50% - 160px);
  top: 0;
  padding-right: 33px;
  background: url(../images/information/next_bk.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Event main .pager ul.comPageBtn li.next a:hover {
  background: url(../images/information/next_gr.svg) no-repeat top 41% right;
  background-size: 8px 10px;
}
#Event main article {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  line-height: 28px;
  margin-bottom: 40px;
}
#Event main article p {
  line-height: 24px;
  margin-bottom: 40px;
  word-break: break-all;
  overflow-wrap: break-word;
}
#Event main article p:last-child {
  margin-bottom: 0;
}
#Event main article img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#Event main article iframe {
  max-width: 100%;
}
#Event main article .n_title {
  padding: 0 0 16px;
  margin: 0 0 51px;
  position: relative;
  word-break: break-all;
  overflow-wrap: break-word;
}
#Event main article .n_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b60033;
  width: 32px;
  height: 3px;
}
#Event main article .n_title p.cate {
  background: #b60033;
  color: #fff;
  width: 72px;
  height: 22px;
  white-space: nowrap;
  font-family: "Overpass";
  font-weight: 800;
  margin: 0 0 16px 0;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
#Event main article .n_title p.cate span {
  position: absolute;
  left: 92px;
  display: inline-block;
  color: #919191;
  padding: 2px 0 0;
  font-family: "Overpass";
  font-weight: 800;
  font-size: 14px;
}
#Event main article .n_title h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}</pre></body></html>