@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
  line-height: 1.5;
}

body {
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
  font-size: 16px;
  background-color: #fff;
  word-wrap: break-word;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 14px;
  }
}
body.noscroll {
  pointer-events: none;
}
body.active {
  height: 100%;
  overflow: hidden;
}

a, button {
  text-decoration: none;
  color: #231815;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  outline: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

input[type="text"]:focus {
  outline: 0;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.inner {
  max-width: 1240px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .only_pc {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  .only_pctb {
    display: none;
  }
}

.only_tbsp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .only_tbsp {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  section.only_tbsp, div.only_tbsp {
    display: block;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .only_sp {
    display: inline;
  }
}

@media screen and (max-width: 896px) {
  section.only_sp, div.only_sp {
    display: block;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

@media screen and (max-width: 896px) {
  .center_sp {
    text-align: center;
  }

  .right_sp {
    text-align: right;
  }

  .left_sp {
    text-align: left;
  }
}
.caution {
  font-size: 12px;
}

.more_link a {
  padding: 10px 60px 10px 20px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.more_link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url("/img/link_arrow.svg") no-repeat right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}
.more_link a:hover::after {
  -moz-animation: more_link 0.4s forwards;
  -webkit-animation: more_link 0.4s forwards;
  animation: more_link 0.4s forwards;
}
@-moz-keyframes more_link {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes more_link {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes more_link {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.back_link {
  margin-top: 60px;
}
.back_link a {
  padding: 10px 10px 10px 60px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.back_link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url("/img/link_arrow_left.svg") no-repeat left bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}
.back_link a:hover::after {
  -moz-animation: back_link 0.4s forwards;
  -webkit-animation: back_link 0.4s forwards;
  animation: back_link 0.4s forwards;
}
@-moz-keyframes back_link {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes back_link {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes back_link {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: 92%;
  max-height: 86%;
  overflow-y: auto;
}

#sp_nav {
  display: none;
  overflow: auto;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  padding-bottom: 200px;
}
#sp_nav #header_nav_sp {
  width: 100%;
}
#sp_nav #header_nav_sp .nav_sp-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 180px;
}
@media screen and (max-width: 896px) {
  #sp_nav #header_nav_sp .nav_sp-ul {
    padding: 0 20px;
  }
}
#sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  #sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li:not(:last-child) {
    margin-bottom: 12px;
  }
}
#sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li p {
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}
#sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li a {
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}
#sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li .arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/img/ico_arrow_s_next.svg) no-repeat center center;
  background-size: contain;
  margin-left: .5rem;
}
#sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li .ticket-btn {
  text-align: center;
  background-color: #FFCC00;
  border: 3px solid #231815;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 16px;
  width: 100%;
  max-width: 300px;
  border-radius: 50px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  #sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li .ticket-btn {
    font-size: 18px;
  }
}
#sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li ul li {
  margin-left: 1rem;
}
#sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li ul li a {
  font-size: 14px;
  font-weight: 100;
  text-indent: -1rem;
  margin-left: 1rem;
}
#sp_nav #header_nav_sp .nav_sp-ul .nav_sp-li ul li a::before {
  content: "-";
  margin-right: .5rem;
}
#sp_nav #header_nav_sp .nav_sp-ul .wdith100 {
  width: 100%;
}
#sp_nav #header_nav_sp .nav_sp-ul .wdith50 {
  width: 50%;
}
@media screen and (max-width: 896px) {
  #sp_nav #header_nav_sp .nav_sp-ul .wdith50 {
    width: 100%;
  }
}
#sp_nav #header_nav_sp .nav_sp-ul .wdith30 {
  width: 30%;
}
@media screen and (max-width: 896px) {
  #sp_nav #header_nav_sp .nav_sp-ul .wdith30 {
    width: 100%;
  }
}
#sp_nav #header_nav_sp ul li .pickup {
  margin-top: 20px;
  background-color: #231815;
  color: #fff;
  padding: 14px 30px;
  display: inline-block;
  text-align: center;
  transition-duration: .3s;
  border: 3px solid #231815;
}
#sp_nav #header_nav_sp ul li .pickup::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/img/ico_arrow_s_next_wh.svg) no-repeat center center;
  background-size: contain;
  margin-left: .5rem;
}
#sp_nav #header_subnav_sp {
  border-top: 1px #766965 solid;
  padding: 10px 0;
  width: 100%;
}
#sp_nav #header_subnav_sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
#sp_nav #header_subnav_sp ul li a {
  padding: 6px 16px;
  display: block;
  font-size: 12px;
}
#sp_nav #header_subnav_sp #language_sp select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 12px;
  padding: 6px 16px 6px 0px;
  background: url("/img/ico_arrow_s_bottom.svg") no-repeat right center;
  background-size: 10px auto;
}

/*------------------------------------------------------------------*/
main {
  margin-bottom: 120px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  main {
    margin-bottom: 50px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  main {
    margin-top: 0;
  }
}

/*-----------------------------改修ヘッダー---------------------------------*/
header.UpMove {
  animation: UpAnime 0.5s forwards;
}

.float_number_nav.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
header.DownMove {
  animation: DownAnime 0.5s forwards;
}

.float_number_nav.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#sp_nav_btn {
  display: none;
}
@media screen and (max-width: 1240px) {
  #sp_nav_btn {
    display: block;
    z-index: 1000;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    position: relative;
  }
  #sp_nav_btn span, #sp_nav_btn::before, #sp_nav_btn::after {
    display: block;
    content: "";
    background-color: #231815;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  #sp_nav_btn span {
    opacity: 1;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  #sp_nav_btn::before {
    margin-top: -8px;
  }
  #sp_nav_btn::after {
    margin-top: 8px;
  }
  #sp_nav_btn.active span {
    opacity: 0;
  }
  #sp_nav_btn.active::before {
    -moz-animation: sp_nav_btn01 1s forwards;
    -webkit-animation: sp_nav_btn01 1s forwards;
    animation: sp_nav_btn01 1s forwards;
  }
  @-moz-keyframes sp_nav_btn01 {
    0% {
      margin-top: -8px;
    }
    50% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  @-webkit-keyframes sp_nav_btn01 {
    0% {
      margin-top: -8px;
    }
    50% {
      margin-top: 0px;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: 0px;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  @keyframes sp_nav_btn01 {
    0% {
      margin-top: -8px;
    }
    50% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  #sp_nav_btn.active::after {
    -moz-animation: sp_nav_btn02 1s forwards;
    -webkit-animation: sp_nav_btn02 1s forwards;
    animation: sp_nav_btn02 1s forwards;
  }
  @-moz-keyframes sp_nav_btn02 {
    0% {
      margin-top: 8px;
    }
    50% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
    }
  }
  @-webkit-keyframes sp_nav_btn02 {
    0% {
      margin-top: 8px;
    }
    50% {
      margin-top: 0px;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: 0px;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
    }
  }
  @keyframes sp_nav_btn02 {
    0% {
      margin-top: 8px;
    }
    50% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
    }
  }
  #sp_nav_btn.close::before {
    -moz-animation: sp_nav_btn01_close 1s forwards;
    -webkit-animation: sp_nav_btn01_close 1s forwards;
    animation: sp_nav_btn01_close 1s forwards;
  }
  @-moz-keyframes sp_nav_btn01_close {
    0% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }
    50% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: -8px;
    }
  }
  @-webkit-keyframes sp_nav_btn01_close {
    0% {
      margin-top: 0px;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }
    50% {
      margin-top: 0px;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: -8px;
    }
  }
  @keyframes sp_nav_btn01_close {
    0% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }
    50% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: -8px;
    }
  }
  #sp_nav_btn.close::after {
    -moz-animation: sp_nav_btn02_close 1s forwards;
    -webkit-animation: sp_nav_btn02_close 1s forwards;
    animation: sp_nav_btn02_close 1s forwards;
  }
  @-moz-keyframes sp_nav_btn02_close {
    0% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    50% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: 8px;
    }
  }
  @-webkit-keyframes sp_nav_btn02_close {
    0% {
      margin-top: 0px;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    50% {
      margin-top: 0px;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: 8px;
    }
  }
  @keyframes sp_nav_btn02_close {
    0% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    50% {
      margin-top: 0px;
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      margin-top: 8px;
    }
  }
}

.emergencyNews {
  width: 100%;
  background-color: #FFCC00;
  padding: 8px;
}
.emergencyNews p {
  text-align: center;
  font-weight: bold;
}

header {
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
header .header_nav {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
header .header_nav .emergency_news {
  background-color: #cd1d33;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 14px;
  line-height: 1rem;
}
header .header_nav .emergency_news p:not(:last-child), header .header_nav .emergency_news a:not(:last-child) {
  margin-bottom: .5rem;
}
header .header_nav .emergency_news a {
  text-decoration: underline;
  color: #fff;
}
header .header_nav h1 {
  width: 180px;
  height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  header .header_nav h1 {
    width: 100px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  header .header_nav h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
  }
}
header .header_nav h1 a {
  transition-duration: .4s;
}
header .header_nav h1 a:hover {
  opacity: .6;
  transform: scale(1.05);
}
header .header_nav h1 a img {
  width: 100%;
  max-width: 120px;
}
header .header_nav .pc_nav {
  width: calc(100% - 180px);
  height: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  header .header_nav .pc_nav {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  header .header_nav .pc_nav {
    width: 100%;
  }
}
header .header_nav .pc_nav nav {
  display: flex;
  align-items: center;
  width: 100%;
}
header .header_nav .pc_nav nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .header_nav .pc_nav .topNav {
  height: 45%;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  justify-content: space-between;
}
header .header_nav .pc_nav .bottomNavBlock {
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  header .header_nav .pc_nav .bottomNavBlock {
    display: flex;
    justify-content: space-between;
  }
}
header .header_nav .pc_nav .bottomNavBlock .bottomNav {
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  header .header_nav .pc_nav .bottomNavBlock .bottomNav {
    width: inherit;
  }
}

.nav-business {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .nav-business {
    margin-left: 14px;
  }
}
.nav-business a {
  margin-right: 4px;
  height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  transition-duration: .2s;
}
.nav-business a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: -2px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-business a:hover {
  opacity: .6;
}
.nav-business a:hover::after {
  width: 100%;
}
.nav-business a img {
  width: 100%;
  max-width: 18px;
}
.nav-business a span {
  margin-left: 4px;
}

.btn-nav {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.nav-sns ul {
  display: flex;
  align-items: center;
}
.nav-sns ul li {
  margin-right: 14px;
}
.nav-sns ul li a {
  display: flex;
  align-items: center;
  transition-duration: .2s;
}
.nav-sns ul li a:hover {
  opacity: .6;
}
.nav-sns ul li a img {
  display: block;
  height: 20px;
}
.nav-sns ul li a .yt {
  height: 16px;
}
.nav-sns ul li a p {
  margin-left: 4px;
  display: inline;
}
@media screen and (max-width: 480px) {
  .nav-sns ul li a p {
    display: none;
  }
}

.nav-sns_sp {
  padding: 10px 180px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .nav-sns_sp {
    padding: 10px 20px;
  }
}
.nav-sns_sp ul {
  display: flex;
  align-items: center;
}
.nav-sns_sp ul li {
  margin-right: 28px;
}
@media screen and (max-width: 896px) {
  .nav-sns_sp ul li {
    margin-right: 20px;
  }
}
.nav-sns_sp ul li p {
  font-weight: bold;
  font-size: 14px;
}
.nav-sns_sp ul li a {
  display: block;
}
.nav-sns_sp ul li a img {
  display: block;
  height: 20px;
}
.nav-sns_sp ul li a .yt {
  height: 16px;
}

.nav-ticket {
  display: flex;
  margin-right: -3px;
}
@media screen and (max-width: 896px) {
  .nav-ticket {
    display: none;
  }
}
.nav-ticket a {
  font-weight: bold;
  border: 3px solid #231815;
  background-color: #FFCC00;
  height: 38px;
  display: flex;
  padding: 0 16px;
  align-items: center;
  margin-right: 4px;
  border-radius: 50px;
  transition-duration: .2s;
}
.nav-ticket a:hover {
  color: #FFCC00;
  background-color: #231815;
}
.nav-ticket .black-btn {
  background-color: #231815;
  color: #fff;
  border-radius: 0;
  font-weight: 100;
  margin-right: 6px;
  transition-duration: .2s;
}
.nav-ticket .black-btn:hover {
  color: #231815;
  background-color: #fff;
}

.nav-main {
  font-size: 14px;
}
.nav-main li {
  margin-right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 630px) {
  .nav-main li {
    display: none;
  }
}
.nav-main li a {
  position: relative;
  transition-duration: .2s;
}
.nav-main li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: -2px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-main li a:hover {
  opacity: .6;
}
.nav-main li a:hover::after {
  width: 100%;
}

.nav-sub {
  font-size: 12px;
  justify-content: end;
}
@media screen and (max-width: 1240px) {
  .nav-sub {
    font-size: 10px;
  }
}
.nav-sub li {
  border-left: 1px solid #cccccc;
  padding: 0 12px;
}
.nav-sub li a {
  position: relative;
  transition-duration: .2s;
}
.nav-sub li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: -2px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-sub li a:hover {
  opacity: .6;
}
.nav-sub li a:hover::after {
  width: 100%;
}
.nav-sub li#language select {
  display: flex;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 12px;
  padding: 0 20px 0 0;
  background: url("/img/ico_arrow_s_bottom.svg") no-repeat right 0px center;
  background-size: 10px auto;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .nav-sub li#language select {
    font-size: 10px;
  }
}
.nav-sub li#language select:hover {
  opacity: .6;
}

@media screen and (max-width: 1380px) {
  .pc_m_none {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .pc_s_none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tb_none {
    display: none !important;
  }
}

@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .sp_s_none {
    display: none !important;
  }
}

.float_link_ver2 {
  display: none;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .float_link_ver2 {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    z-index: 888;
  }
}
.float_link_ver2 .ticket a {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  background-color: #FFCC00;
  padding: 14px;
  font-size: 18px;
  border-radius: 50px;
  border: 3px solid #231815;
}
.float_link_ver2 .ticket a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/img/ico_arrow_s_next.svg) no-repeat center center;
  background-size: contain;
  margin-left: .5rem;
}

@media screen and (max-width: 896px) {
  .en .nav-main li, .cn .nav-main li, .tw .nav-main li, .kr .nav-main li {
    display: none !important;
  }
}
.en .wdith50, .cn .wdith50, .tw .wdith50, .kr .wdith50 {
  width: 100% !important;
}
.en .wdith30, .cn .wdith30, .tw .wdith30, .kr .wdith30 {
  width: 100% !important;
}

/*----------------------------ここまで--------------------------------------*/
.main-mb-0 {
  margin-bottom: 0;
}

#pagetop {
  padding: 6px 60px 6px 10px;
  font-weight: bold;
  position: relative;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 0px;
  font-size: 14px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  cursor: pointer;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  #pagetop {
    display: none;
  }
}
#pagetop.on {
  bottom: 160px;
}
#pagetop::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url("/img/link_arrow.svg") no-repeat right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1240px) {
  footer {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}
footer #footer_linkarea {
  -webkit-flex: 1;
  flex: 1;
  background-color: #f7f3de;
  font-size: 14px;
  -webkit-order: 2;
  order: 2;
}
@media screen and (max-width: 1240px) {
  footer #footer_linkarea {
    width: 100%;
    -webkit-order: 1;
    order: 1;
    -webkit-flex: initial;
    flex: initial;
  }
}
footer #footer_linkarea .toggle_btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  footer #footer_linkarea .toggle_btn {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: relative;
    background-color: #231815;
    padding: 16px 40px 16px 0;
    color: #fff;
    border-bottom: 1px #766965 solid;
  }
  footer #footer_linkarea .toggle_btn::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("/img/ico_arrow_s_top_wh.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    right: 4vw;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  footer #footer_linkarea .toggle_btn.open::after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
}
footer #footer_linkarea .toggle_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 100px 6%;
}
@media screen and (max-width: 1024px) {
  footer #footer_linkarea .toggle_detail {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    display: none;
    padding: 40px 4vw 20px;
  }
}
footer #footer_linkarea .footer_link {
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  footer #footer_linkarea .footer_link {
    width: 100%;
    -webkit-flex: initial;
    flex: initial;
  }
}
footer #footer_linkarea .footer_link > li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  footer #footer_linkarea .footer_link > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 896px) {
  footer #footer_linkarea .footer_link > li {
    width: 100%;
  }
}
footer #footer_linkarea .footer_link > li > a {
  display: inline-block;
  font-weight: bold;
  padding: 4px 0;
  position: relative;
}
footer #footer_linkarea .footer_link > li > a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 10px;
  margin-right: 8px;
  background-color: #231815;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
footer #footer_linkarea .footer_link > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: 0px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer #footer_linkarea .footer_link > li > a:hover::after {
  width: 100%;
}
footer #footer_linkarea .footer_link > li .footer_link_s {
  margin-left: 12px;
  margin-top: 4px;
}
footer #footer_linkarea .footer_link > li .footer_link_s > li a {
  display: inline-block;
  padding: 4px 0;
  position: relative;
}
footer #footer_linkarea .footer_link > li .footer_link_s > li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: 0px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer #footer_linkarea .footer_link > li .footer_link_s > li a:hover::after {
  width: 100%;
}
footer #footer_addressarea {
  background-color: #231815;
  color: #fff;
  text-align: center;
  position: relative;
  width: 300px;
  -webkit-order: 1;
  order: 1;
}
@media screen and (max-width: 1240px) {
  footer #footer_addressarea {
    width: 100%;
    -webkit-order: 2;
    order: 2;
    padding: 30px 0;
  }
}
@media screen and (max-width: 896px) {
  footer #footer_addressarea {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}
footer #footer_addressarea #footer_addressarea_in {
  position: relative;
  top: 46%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 1240px) {
  footer #footer_addressarea #footer_addressarea_in {
    top: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
footer #footer_addressarea #footer_addressarea_in #footer_logo {
  margin-bottom: 40px;
}
footer #footer_addressarea #footer_addressarea_in #footer_logo img {
  width: 170px;
}
@media screen and (max-width: 1240px) {
  footer #footer_addressarea #footer_addressarea_in #footer_logo {
    text-align: right;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  footer #footer_addressarea #footer_addressarea_in #footer_logo img {
    width: 140px;
  }
}
footer #footer_addressarea #footer_addressarea_in #footer_address {
  font-size: 14px;
  padding: 0 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  footer #footer_addressarea #footer_addressarea_in #footer_address {
    font-size: 12px;
  }
}
footer #footer_addressarea #footer_addressarea_in #footer_address_link {
  margin-bottom: 40px;
}
@media screen and (max-width: 1240px) {
  footer #footer_addressarea #footer_addressarea_in #footer_address_link {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 896px) {
  footer #footer_addressarea #footer_addressarea_in #footer_address_link {
    width: 100%;
    margin-left: 0px;
  }
}
footer #footer_addressarea #footer_addressarea_in #footer_address_link a {
  display: block;
  padding: 6px;
  border: 1px #fff solid;
  color: #fff;
  width: 180px;
  margin: 0 auto;
  font-size: 14px;
}
footer #footer_addressarea #footer_addressarea_in #footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  footer #footer_addressarea #footer_addressarea_in #footer_sns {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 896px) {
  footer #footer_addressarea #footer_addressarea_in #footer_sns {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
footer #footer_addressarea #footer_addressarea_in #footer_sns li {
  margin: 0 14px;
}
footer #footer_addressarea #footer_addressarea_in #footer_sns li a:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
footer #footer_addressarea #footer_addressarea_in #footer_sns li a img {
  width: 30px;
}
footer #footer_addressarea #footer_copy {
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  footer #footer_addressarea #footer_copy {
    position: relative;
    bottom: 0;
  }
}

#mainvisual {
  margin-bottom: 20px;
  opacity: 0;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #mainvisual {
    opacity: 1;
  }
}
@media screen and (max-width: 896px) {
  #mainvisual {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual {
    padding-bottom: 0;
  }
}
#mainvisual.on {
  opacity: 1;
}
#mainvisual .mainvisual_slide li {
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  #mainvisual .mainvisual_slide li {
    padding: 0;
  }
}
#mainvisual .mainvisual_slide li a {
  border: 6px #231815 solid;
  display: block;
  position: relative;
}
#mainvisual .mainvisual_slide li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px #231815 solid;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mainvisual .mainvisual_slide li a:hover::after {
  border: 8px #231815 solid;
}
@media screen and (max-width: 480px) {
  #mainvisual .mainvisual_slide li a {
    border: none;
  }
}
#mainvisual .mainvisual_slide li a img {
  width: 100%;
}
#mainvisual .mainvisual_slide .slick-arrow {
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position: center center;
  background-color: #231815;
  cursor: pointer;
}
#mainvisual .mainvisual_slide .slick-arrow:hover {
  width: 80px;
  height: 80px;
}
#mainvisual .mainvisual_slide .slick-arrow.slick-prev {
  background-image: url("/img/ico_arrow_prev_wh.svg");
  left: 120px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mainvisual .mainvisual_slide .slick-arrow.slick-next {
  background-image: url("/img/ico_arrow_next_wh.svg");
  right: 120px;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#mainvisual .mainvisual_slide:hover .slick-arrow {
  opacity: 1;
}

#float_link {
  position: fixed;
  right: 16px;
  top: 80px;
  z-index: 851;
}
@media screen and (max-width: 1024px) {
  #float_link {
    position: relative;
    top: 0;
    right: 0;
    padding: 16px 3vw;
    background-color: #e9e9e9;
  }
}
@media screen and (max-width: 1024px) {
  #float_link .float_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#float_link .float_link_list li {
  margin-bottom: 16px;
}
#float_link .float_link_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #float_link .float_link_list li {
    -webkit-flex: 1;
    flex: 1;
    margin-bottom: 0px;
  }
  #float_link .float_link_list li:nth-child(2n-1) {
    margin-right: 3vw;
  }
}
#float_link .float_link_list li a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  padding: 30px 10px;
  border: 3px #231815 solid;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFCC00;
}
@media screen and (max-width: 1024px) {
  #float_link .float_link_list li a {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0.02em;
    display: block;
    text-align: center;
    padding: 8px 0px;
    font-size: 12px;
  }
}
#float_link .float_link_list li a:hover {
  background-color: #231815;
  color: #fff;
}

/*
@-webkit-keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
@keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
*/
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

#important_news {
  background-color: #231815;
  color: #fff;
  padding: 18px 0;
}
@media screen and (max-width: 896px) {
  #important_news {
    padding: 10px 0;
  }
}
#important_news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  #important_news .inner {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}
#important_news h2 {
  width: 160px;
}
@media screen and (max-width: 896px) {
  #important_news h2 {
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
#important_news .important_news_list {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  #important_news .important_news_list {
    -webkit-order: 3;
    order: 3;
    -webkit-flex: initial;
    flex: initial;
    width: 100%;
    margin-right: 0px;
    margin-top: 6px;
  }
}
#important_news .important_news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
#important_news .important_news_list li:last-child {
  margin-bottom: 0;
}
#important_news .important_news_list li .important_news_date {
  font-size: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  #important_news .important_news_list li .important_news_date {
    margin-right: 10px;
  }
}
#important_news .important_news_list li .important_news_text {
  -webkit-flex: 1;
  flex: 1;
}
#important_news .important_news_list li .important_news_text a {
  color: #fff;
  display: inline-block;
  position: relative;
}
#important_news .important_news_list li .important_news_text a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#important_news .important_news_list li .important_news_text a:hover::after {
  width: 100%;
}
@media screen and (max-width: 896px) {
  #important_news .important_news_link {
    -webkit-order: 2;
    order: 2;
  }
}
#important_news .important_news_link a {
  display: block;
  padding-left: 20px;
  border: 1px #fff solid;
  padding: 6px 20px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #important_news .important_news_link a {
    font-size: 12px;
    padding: 6px 12px;
  }
}
#important_news .important_news_link a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/img/ico_arrow_s_next_wh.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #important_news .important_news_link a::before {
    margin-right: 6px;
  }
}
#important_news .important_news_link a:hover {
  background-color: #fff;
  color: #231815;
}
#important_news .important_news_link a:hover::before {
  background: url("/img/ico_arrow_s_next.svg") no-repeat center center;
  background-size: contain;
}

#topic {
  background-color: #e9e9e9;
  color: #231815;
  padding: 18px 0;
  margin-bottom: 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 896px) {
  #topic {
    padding: 10px 0;
  }
}
#topic .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  #topic .inner {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}
#topic h2 {
  width: 160px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  #topic h2 {
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
#topic .topic_list {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  #topic .topic_list {
    -webkit-order: 3;
    order: 3;
    -webkit-flex: initial;
    flex: initial;
    width: 100%;
    margin-right: 0px;
    margin-top: 6px;
  }
}
#topic .topic_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
#topic .topic_list li:last-child {
  margin-bottom: 0;
}
#topic .topic_list li .topic_date {
  font-size: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  #topic .topic_list li .topic_date {
    margin-right: 10px;
  }
}
#topic .topic_list li .topic_text {
  -webkit-flex: 1;
  flex: 1;
}
#topic .topic_list li .topic_text a {
  color: #231815;
  display: inline-block;
  position: relative;
}
#topic .topic_list li .topic_text a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: -2px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topic .topic_list li .topic_text a:hover::after {
  width: 100%;
}
@media screen and (max-width: 896px) {
  #topic .topic_link {
    -webkit-order: 2;
    order: 2;
  }
}
#topic .topic_link a {
  display: block;
  padding-left: 20px;
  border: 1px #231815 solid;
  padding: 6px 20px;
  font-size: 14px;
  color: #231815;
}
@media screen and (max-width: 1024px) {
  #topic .topic_link a {
    font-size: 12px;
    padding: 6px 12px;
  }
}
#topic .topic_link a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/img/ico_arrow_s_next.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #topic .topic_link a::before {
    margin-right: 6px;
  }
}
#topic .topic_link a:hover {
  background-color: #231815;
  color: #fff;
}
#topic .topic_link a:hover::before {
  background: url("/img/ico_arrow_s_next_wh.svg") no-repeat center center;
  background-size: contain;
}

.event_none {
  margin: 100px auto;
  font-weight: bold;
  font-size: 20px;
}

#pickup_event {
  padding: 60px 0 50px 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background: url("/img/bg_color_r.svg") no-repeat 30vw top;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #pickup_event {
    padding: 30px 0 30px 4vw;
  }
}
#pickup_event h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-size: 28px;
  font-weight: bold;
  margin-right: 80px;
  height: 24rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #pickup_event h2 {
    height: 20rem;
    font-size: 18px;
    margin-right: 3vw;
  }
}
#pickup_event .event_list {
  overflow: hidden;
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  #pickup_event .event_list {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  #pickup_event .event_list > li {
    -webkit-flex: none;
    flex: none;
    width: 200px;
    margin-bottom: 0;
    margin-right: 2%;
  }
  #pickup_event .event_list > li:last-child {
    width: calc(140px + 4vw);
    padding-right: 4vw;
  }
}
@media screen and (max-width: 896px) {
  #pickup_event .event_list > li {
    width: 140px;
  }
}
#pickup_event .event_list .slick-list {
  width: 110%;
  padding-bottom: 80px;
}
@media screen and (max-width: 896px) {
  #pickup_event .event_list .slick-list {
    padding-bottom: 50px;
  }
}
#pickup_event .event_list .slick-list .slick-track > li {
  margin-right: 40px;
}
@media screen and (max-width: 896px) {
  #pickup_event .event_list .slick-list .slick-track > li {
    margin-right: 12px;
  }
}
#pickup_event .event_list .slick-arrow {
  background-color: #231815;
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  position: absolute;
  bottom: 10px;
  z-index: 1;
}
#pickup_event .event_list .slick-arrow:hover {
  background-color: #766965;
}
#pickup_event .event_list .slick-arrow.slick-prev {
  background-image: url("/img/ico_arrow_prev_wh.svg");
  left: 0;
}
#pickup_event .event_list .slick-arrow.slick-next {
  background-image: url("/img/ico_arrow_next_wh.svg");
  left: 50px;
}
#pickup_event .more_link {
  position: absolute;
  right: 100px;
  bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #pickup_event .more_link {
    right: 4vw;
    bottom: 20px;
  }
}

#pickup_floorguide {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #pickup_floorguide {
    padding: 30px 0;
  }
}
#pickup_floorguide::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #f7f3de;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #pickup_floorguide::before {
    height: 400px;
  }
}
#pickup_floorguide h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 4vw 30px;
}
@media screen and (max-width: 1024px) {
  #pickup_floorguide h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#pickup_floorguide .pickup_floor_list {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #pickup_floorguide .pickup_floor_list {
    padding-bottom: 60px;
  }
}
#pickup_floorguide .pickup_floor_list .slick-arrow {
  background-color: #231815;
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
#pickup_floorguide .pickup_floor_list .slick-arrow:hover {
  background-color: #766965;
}
#pickup_floorguide .pickup_floor_list .slick-arrow.slick-prev {
  background-image: url("/img/ico_arrow_prev_wh.svg");
  left: 4vw;
}
#pickup_floorguide .pickup_floor_list .slick-arrow.slick-next {
  background-image: url("/img/ico_arrow_next_wh.svg");
  left: calc(4vw + 50px);
}
#pickup_floorguide .pickup_floor_list li {
  margin: 0 20px;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_img {
  width: 60%;
  border: 6px #231815 solid;
}
@media screen and (max-width: 896px) {
  #pickup_floorguide .pickup_floor_list li .pickup_floor_img {
    width: 90%;
  }
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_img img {
  width: 100%;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea {
  width: 65%;
  background-color: #fff;
  margin: -240px 0 0 auto;
  padding: 40px 40px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  #pickup_floorguide .pickup_floor_list li .pickup_floor_textarea {
    width: 60%;
    margin: -250px 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #pickup_floorguide .pickup_floor_list li .pickup_floor_textarea {
    margin: -150px 0 0 auto;
  }
}
@media screen and (max-width: 896px) {
  #pickup_floorguide .pickup_floor_list li .pickup_floor_textarea {
    width: 90%;
    margin: -60px 0 0 auto;
    padding: 20px 20px 30px;
  }
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_textarea_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea h3 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  color: #231815;
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
  min-width: 1.5em;
}
@media screen and (max-width: 1024px) {
  #pickup_floorguide .pickup_floor_list li .pickup_floor_textarea h3 {
    font-size: 16px;
    margin-right: 14px;
  }
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail {
  -webkit-flex: 1;
  flex: 1;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail p {
    font-size: 14px;
    margin-top: 0px;
  }
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .text-box.-en {
  overflow: scroll;
  height: 250px;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .btnArea {
  display: flex;
  flex-wrap: wrap;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 8px;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s a {
  width: 100%;
  max-width: 150px;
  display: inline-block;
  font-weight: bold;
  border: 3px #231815 solid;
  padding: 6px 15px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s a {
    font-size: 12px;
  }
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/img/ico_arrow_s_next.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s a:hover {
  background-color: #231815;
  color: #fff;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s a:hover::before {
  background: url("/img/ico_arrow_s_next_wh.svg") no-repeat center center;
  background-size: contain;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s.-black a {
  background-color: #231815;
  width: 100%;
  max-width: 190px;
  color: #fff;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s.-black a::before {
  content: "";
  background: url("/img/ico_arrow_s_next_wh.svg") no-repeat center center;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s.-black a:hover {
  background-color: #fff;
  color: #231815;
}
#pickup_floorguide .pickup_floor_list li .pickup_floor_textarea .pickup_floor_text_detail .more_s.-black a:hover::before {
  background: url("/img/ico_arrow_s_next.svg") no-repeat center center;
}
#pickup_floorguide .more_link {
  position: absolute;
  right: 100px;
  bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #pickup_floorguide .more_link {
    right: 4vw;
    bottom: 30px;
  }
}

#pickup_guide {
  padding: 30px 0;
  background-color: #f7f3de;
}
@media screen and (max-width: 896px) {
  #pickup_guide {
    padding: 10px 0;
  }
}
#pickup_guide .pickup_guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  #pickup_guide .pickup_guide_list {
    display: block;
  }
}
#pickup_guide .pickup_guide_list li {
  width: 380px;
  border-top: 3px #231815 solid;
  border-bottom: 3px #231815 solid;
  border-left: 3px #231815 solid;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #pickup_guide .pickup_guide_list li {
    width: 92%;
    margin: 0 auto;
    border-bottom: none;
    border-right: 3px #231815 solid;
  }
  #pickup_guide .pickup_guide_list li:last-child {
    border-bottom: 3px #231815 solid;
  }
}
#pickup_guide .pickup_guide_list li:last-child {
  border-right: 3px #231815 solid;
}
#pickup_guide .pickup_guide_list li a {
  display: block;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #pickup_guide .pickup_guide_list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 896px) {
  #pickup_guide .pickup_guide_list li a {
    padding: 15px;
    text-align: left;
  }
}
#pickup_guide .pickup_guide_list li a:hover {
  background-image: url("/img/bg_line.png");
}
#pickup_guide .pickup_guide_list li a:hover img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#pickup_guide .pickup_guide_list li a img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 896px) {
  #pickup_guide .pickup_guide_list li a img {
    width: 24px;
  }
}

#pickup_museum {
  padding: 60px 0;
  background-color: #f7f3de;
}
@media screen and (max-width: 1024px) {
  #pickup_museum {
    padding: 30px 0;
  }
}
#pickup_museum .pickup_museum_img_slide {
  width: 60vw;
  min-width: 900px;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1240px) {
  #pickup_museum .pickup_museum_img_slide {
    min-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_img_slide {
    min-width: inherit;
    width: inherit;
    margin-right: 4vw;
  }
}
#pickup_museum .pickup_museum_img_slide li {
  position: relative;
}
#pickup_museum .pickup_museum_img_slide li img {
  width: 100%;
}
#pickup_museum .pickup_museum_img_slide li p {
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 10px;
  color: #939393;
}
#pickup_museum .pickup_museum_img_slide li .c_fff {
  color: #fff;
}
#pickup_museum .pickup_museum_textarea {
  background-color: #fff;
  width: 60vw;
  min-width: 900px;
  margin: -400px 0 0 auto;
  position: relative;
  z-index: 1;
  padding: 80px 180px 80px 80px;
}
@media screen and (max-width: 1240px) {
  #pickup_museum .pickup_museum_textarea {
    margin-top: -200px;
    padding: 80px 100px 80px 80px;
    min-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_textarea {
    min-width: inherit;
    width: inherit;
    margin-top: -40px;
    margin-left: 4vw;
    padding: 30px;
  }
}
#pickup_museum .pickup_museum_textarea h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_textarea h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#pickup_museum .pickup_museum_textarea p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_textarea p {
    margin-bottom: 20px;
  }
}
#pickup_museum .pickup_museum_textarea .more_s {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_textarea .more_s {
    margin-bottom: 20px;
  }
}
#pickup_museum .pickup_museum_textarea .more_s a {
  display: inline-block;
  padding-left: 20px;
  font-weight: bold;
  border: 3px #231815 solid;
  padding: 6px 20px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_textarea .more_s a {
    font-size: 12px;
  }
}
#pickup_museum .pickup_museum_textarea .more_s a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/img/ico_arrow_s_next.svg") no-repeat center center;
  margin-right: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#pickup_museum .pickup_museum_textarea .more_s a:hover {
  background-color: #231815;
  color: #fff;
}
#pickup_museum .pickup_museum_textarea .more_s a:hover::before {
  background: url("/img/ico_arrow_s_next_wh.svg") no-repeat center center;
}
#pickup_museum .pickup_museum_textarea .pickup_museum_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_textarea .pickup_museum_btn_list {
    display: block;
  }
}
#pickup_museum .pickup_museum_textarea .pickup_museum_btn_list li {
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_textarea .pickup_museum_btn_list li {
    margin-bottom: 20px;
  }
}
#pickup_museum .pickup_museum_textarea .pickup_museum_btn_list li:nth-child(2n-1) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_textarea .pickup_museum_btn_list li:nth-child(2n-1) {
    margin-right: 0;
  }
}
#pickup_museum .pickup_museum_textarea .pickup_museum_btn_list li a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 3px #231815 solid;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#pickup_museum .pickup_museum_textarea .pickup_museum_btn_list li a:hover {
  background-image: url("/img/bg_line.png");
}
#pickup_museum .pickup_museum_textarea .pickup_museum_btn_list li a img {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  #pickup_museum .pickup_museum_textarea .pickup_museum_btn_list li a img {
    width: 80px;
  }
}
#pickup_museum .pickup_museum_textarea .pickup_museum_btn_list li a span {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}

#pickup_education {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #pickup_education {
    padding: 30px 0;
  }
}
#pickup_education::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #f7f3de;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #pickup_education::before {
    height: 200px;
  }
}
#pickup_education h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pickup_education h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
#pickup_education .education_list {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #pickup_education .education_list {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-bottom: 40px;
    padding-left: 4vw;
  }
  #pickup_education .education_list > li {
    -webkit-flex: none;
    flex: none;
    width: 180px;
    margin-left: 0 !important;
    margin-right: 50px !important;
    margin-bottom: 0px !important;
  }
  #pickup_education .education_list > li:last-child {
    width: calc(180px + 50px);
    padding-right: 50px;
  }
  #pickup_education .education_list > li:last-child .education_list_category {
    right: 10px;
  }
}
#pickup_education .education_list .slick-arrow {
  background-color: #231815;
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
#pickup_education .education_list .slick-arrow:hover {
  background-color: #766965;
}
#pickup_education .education_list .slick-arrow.slick-prev {
  background-image: url("/img/ico_arrow_prev_wh.svg");
  left: 4vw;
}
#pickup_education .education_list .slick-arrow.slick-next {
  background-image: url("/img/ico_arrow_next_wh.svg");
  left: calc(4vw + 50px);
}
#pickup_education .education_list li {
  margin: 0 30px;
  position: relative;
}
#pickup_education .more_link {
  position: absolute;
  right: 100px;
  bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #pickup_education .more_link {
    right: 4vw;
    bottom: 30px;
  }
}

#pickup_news {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  #pickup_news {
    padding: 30px 0;
  }
}
#pickup_news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #pickup_news .inner {
    padding-bottom: 60px;
  }
}
#pickup_news .inner h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-size: 28px;
  font-weight: bold;
  margin-right: 80px;
  width: 1.5em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #pickup_news .inner h2 {
    font-size: 18px;
    margin-right: 3vw;
  }
}
#pickup_news .inner .pickup_news_listarea {
  -webkit-flex: 1;
  flex: 1;
  margin-top: 40px;
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  #pickup_news .inner .pickup_news_listarea {
    margin-top: -20px;
    margin-right: 0;
  }
}
#pickup_news .inner .more_link {
  position: absolute;
  right: 60px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #pickup_news .inner .more_link {
    right: 0;
  }
}

#bnr_link {
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  #bnr_link {
    padding: 20px 0;
  }
}
#bnr_link .bnr_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#bnr_link .bnr_link_list li {
  margin: 0 30px;
}
@media screen and (max-width: 1024px) {
  #bnr_link .bnr_link_list li {
    margin: 0 10px;
  }
}
#bnr_link .bnr_link_list li a {
  display: block;
}
#bnr_link .bnr_link_list li a:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#bnr_link .bnr_link_list li a img {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  #bnr_link .bnr_link_list li a img {
    height: 40px;
  }
}

.bnr_link_list_big {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .bnr_link_list_big {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .bnr_link_list_big {
    display: block;
  }
}
.bnr_link_list_big li {
  margin: 0 30px;
}
@media screen and (max-width: 1024px) {
  .bnr_link_list_big li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .bnr_link_list_big li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.bnr_link_list_big li a {
  display: block;
}
.bnr_link_list_big li a:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.bnr_link_list_big li a img {
  height: 90px;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .bnr_link_list_big li a img {
    height: 60px;
    margin: 5px;
  }
}
@media screen and (max-width: 480px) {
  .bnr_link_list_big li a img {
    margin: 0 auto;
    height: 80px;
  }
}

.logolist_title {
  position: relative;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: bold;
}
.logolist_title:before, .logolist_title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}
.logolist_title:before {
  margin-left: -65px;
}
.logolist_title:after {
  margin-left: 20px;
}

.logolist_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  /*.logollist*/
}
.logolist_box .logollist {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  /*.supporter_logo*/
}
.logolist_box .logollist .supporter_logo {
  box-sizing: border-box;
  width: 100%;
  max-width: 140px;
  height: 90px;
  /*a*/
}
@media screen and (max-width: 896px) {
  .logolist_box .logollist .supporter_logo {
    max-width: 100px;
    height: 60px;
  }
}
.logolist_box .logollist .supporter_logo a {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  /*img*/
}
.logolist_box .logollist .supporter_logo a img {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
}

/*.logolist_box*/
.page_title {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .page_title {
    margin-bottom: 20px;
  }
}
.page_title h2 {
  z-index: 1;
  max-width: 1240px;
  width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .page_title h2 {
    background-color: #fff;
    width: inherit;
    font-size: 16px;
    padding: 16px 10vw 16px 6vw;
    display: inline-block;
    left: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 0% 100%);
    -ms-clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 0% 100%);
  }
}
.page_title .page_title_img {
  position: relative;
  width: 56vw;
  margin: 0 0 0 auto;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .page_title .page_title_img {
    width: 100vw;
    -webkit-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
.page_title .page_title_img p {
  position: absolute;
  left: 12px;
  bottom: 4px;
  font-size: 10px;
}
.page_title .page_title_img .c_fff {
  color: #fff;
}
.page_title .page_title_img .c_000 {
  color: #000;
}

.page_title_s {
  max-width: 1240px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .page_title_s {
    padding-top: 20px;
  }
}
.page_title_s h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px #231815 solid;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .page_title_s h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.subpage_link {
  border-bottom: 3px #231815 solid;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .subpage_link {
    margin-bottom: 40px;
  }
}
.subpage_link .subpage_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1240px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .subpage_link .subpage_link_list {
    max-width: 100%;
    width: 100%;
    padding: 0 4vw;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
}
.subpage_link .subpage_link_list li {
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .subpage_link .subpage_link_list li {
    -webkit-flex: none;
    flex: none;
  }
  .subpage_link .subpage_link_list li:last-child {
    padding-right: 4vw;
  }
}
.subpage_link .subpage_link_list li .active {
  padding: 6px 20px;
  background-color: #231815;
  color: #fff;
  border: 3px #231815 solid;
  border-bottom: none;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .subpage_link .subpage_link_list li .active {
    padding: 6px 10px;
  }
}
.subpage_link .subpage_link_list li a {
  display: block;
  padding: 6px 20px;
  border: 3px #231815 solid;
  border-bottom: none;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .subpage_link .subpage_link_list li a {
    padding: 6px 10px;
  }
}
.subpage_link .subpage_link_list li a:hover {
  background-color: #f7f3de;
}

.textbox_center {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .textbox_center {
    text-align: left;
  }
}
.textbox_center p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .textbox_center p {
    margin-bottom: 20px;
  }
}
.textbox_center p:last-child {
  margin-bottom: 0;
}
.textbox_center p.text_l {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .textbox_center p.text_l {
    font-size: 16px;
  }
}
.textbox_center p a {
  display: inline-block;
  padding: 1px 4px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}
.textbox_center p a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: -1px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.textbox_center p a:hover::after {
  -moz-animation: text_link 0.4s forwards;
  -webkit-animation: text_link 0.4s forwards;
  animation: text_link 0.4s forwards;
}

@-moz-keyframes text_link {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes text_link {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes text_link {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.category_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .category_link {
    margin-bottom: 20px;
  }
}
.category_link h3 {
  margin-right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .category_link h3 {
    margin-right: 10px;
  }
}
.category_link .category_link_list {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 1024px) {
  .category_link .category_link_list {
    display: none;
  }
}
.category_link .category_link_list li {
  margin: 0 8px 8px 0;
}
.category_link .category_link_list li .active {
  padding: 6px 20px;
  background-color: #231815;
  color: #fff;
  border: 3px #231815 solid;
  font-weight: bold;
  font-size: 14px;
}
.category_link .category_link_list li a {
  display: block;
  padding: 6px 20px;
  border: 3px #231815 solid;
  font-weight: bold;
  font-size: 14px;
}
.category_link .category_link_list li a:hover {
  background-color: #f7f3de;
}
.category_link .category_link_list_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .category_link .category_link_list_sp {
    display: block;
  }
}
.category_link .category_link_list_sp select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: 3px #231815 solid;
  font-size: 14px;
  padding: 6px 16px 6px 0px;
  background-size: 10px auto;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
  padding: 10px 20px 10px 10px;
}

.news_list li {
  border-bottom: 1px #231815 solid;
}
.news_list li:last-child {
  border-bottom: none;
}
.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .news_list li a {
    display: block;
    padding: 20px 0;
  }
}
.news_list li a:hover {
  background-color: #f7f3de;
}
@media screen and (max-width: 480px) {
  .news_list li a:hover {
    background-color: inherit;
  }
}
.news_list li a:hover .news_list_tmb::after {
  border: 8px #231815 solid;
}
.news_list li a .news_list_tmb {
  width: 260px;
  height: 120px;
  position: relative;
  border: 6px #231815 solid;
  overflow: hidden;
  margin-right: 20px;
}
.news_list li a .news_list_tmb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px #231815 solid;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .news_list li a .news_list_tmb {
    width: 208px;
    height: 96px;
  }
}
@media screen and (max-width: 480px) {
  .news_list li a .news_list_tmb {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.news_list li a .news_list_tmb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.news_list li a .news_list_textarea {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .news_list li a .news_list_textarea {
    padding: 0;
  }
}
.news_list li a .news_list_textarea .news_list_category {
  font-size: 12px;
  margin-right: 20px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1024px) {
  .news_list li a .news_list_textarea .news_list_category {
    font-size: 10px;
  }
}
.news_list li a .news_list_textarea .news_list_time {
  font-size: 12px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1024px) {
  .news_list li a .news_list_textarea .news_list_time {
    font-size: 10px;
  }
}
.news_list li a .news_list_textarea .news_list_title {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .news_list li a .news_list_textarea .news_list_title {
    font-size: 14px;
  }
}

.event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.event_list > li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 60px;
}
.event_list > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .event_list > li {
    width: 32%;
  }
  .event_list > li:nth-child(4n) {
    margin-right: 2%;
  }
  .event_list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  .event_list > li {
    width: 30%;
    margin-bottom: 30px;
  }
  .event_list > li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .event_list > li {
    width: 49%;
  }
  .event_list > li:nth-child(2n) {
    margin-right: 0;
  }
}
.event_list li a:hover .event_list_tmb img {
  opacity: .7;
  transition: .5s;
}
.event_list li a .event_list_tmb {
  position: relative;
}
.event_list li a .event_list_tmb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px #231815 solid;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.event_list li a .event_list_tmb img {
  width: 100%;
  height: 280px;
  background-color: #231815;
  object-fit: contain;
  margin-bottom: 10px;
  transition: .5s;
}
@media screen and (max-width: 1240px) {
  .event_list li a .event_list_tmb img {
    height: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .event_list li a .event_list_tmb img {
    height: 220px;
  }
}
@media screen and (max-width: 896px) {
  .event_list li a .event_list_tmb img {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .event_list li a .event_list_tmb img {
    height: 150px;
  }
}
.event_list li a .event_list_textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.event_list li a .event_list_textarea .event_list_name {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2px;
}
@media screen and (max-width: 896px) {
  .event_list li a .event_list_textarea .event_list_name {
    font-size: 14px;
  }
}
.event_list li a .event_list_textarea .event_list_data .event_list_date {
  font-size: 12px;
  padding-left: 3em;
  position: relative;
}
.event_list li a .event_list_textarea .event_list_data .event_list_date::before {
  content: "期間";
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .event_list li a .event_list_textarea .event_list_data .event_list_date {
    font-size: 10px;
  }
}
.event_list li a .event_list_textarea .event_list_data .event_list_date.-en::before {
  content: "Date";
}
.event_list li a .event_list_textarea .event_list_data .event_list_place {
  font-size: 12px;
  padding-left: 3em;
  position: relative;
}
.event_list li a .event_list_textarea .event_list_data .event_list_place::before {
  content: "場所";
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .event_list li a .event_list_textarea .event_list_data .event_list_place {
    font-size: 10px;
  }
}
.event_list li a .event_list_textarea .event_list_data .event_list_place.-en::before {
  content: "Place";
}

.event_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.event_category_list li {
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 2px;
  background-color: #766965;
  color: #fff;
  padding: 2px 5px;
}
@media screen and (max-width: 896px) {
  .event_category_list li {
    font-size: 10px;
  }
}
.event_category_list li.category01 {
  background-color: #231815;
}
.event_category_list li.category02 {
  background-color: #766965;
}
.event_category_list li.category03 {
  background-color: #b2b2b2;
}
.event_category_list li.category11 {
  background-color: #f36536;
}
.event_category_list li.category12 {
  background-color: #38b9e1;
}
.event_category_list li.category13 {
  background-color: #905ed3;
}
.event_category_list li.category14 {
  /*background-color: #32cd32;*/
  background-color: #4ABF23;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.pager .pager_prev a {
  display: block;
  font-weight: bold;
  padding: 6px 20px 6px 36px;
  background: url("/img/ico_arrow_prev.svg") no-repeat 10px center;
}
@media screen and (max-width: 1024px) {
  .pager .pager_prev a {
    text-indent: -1000px;
    overflow: hidden;
    padding: 6px 0px 6px 0px;
    width: 30px;
    background: url("/img/ico_arrow_prev.svg") no-repeat 0px center;
  }
}
.pager .pager_prev a:hover {
  background: url("/img/ico_arrow_prev.svg") no-repeat 0px center;
}
.pager .pager_next a {
  display: block;
  font-weight: bold;
  padding: 6px 36px 6px 20px;
  background: url("/img/ico_arrow_next.svg") no-repeat right 10px center;
}
@media screen and (max-width: 1024px) {
  .pager .pager_next a {
    text-indent: -1000px;
    overflow: hidden;
    padding: 6px 0px 6px 0px;
    width: 30px;
    background: url("/img/ico_arrow_next.svg") no-repeat right 0px center;
  }
}
.pager .pager_next a:hover {
  background: url("/img/ico_arrow_next.svg") no-repeat right 0px center;
}
.pager .pager_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .pager .pager_num {
    -webkit-flex: 1;
    flex: 1;
  }
}
.pager .pager_num li {
  margin: 0 4px;
}
.pager .pager_num li .active {
  font-weight: bold;
  padding: 6px 10px;
  border: 3px #231815 solid;
  background-color: #231815;
  color: #fff;
}
.pager .pager_num li a {
  font-weight: bold;
  padding: 6px 10px;
  border: 3px #231815 solid;
}
.pager .pager_num li a:hover {
  background-color: #f7f3de;
}

.news_detail {
  margin-bottom: 40px;
}
.news_detail .news_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  border-bottom: 6px #231815 solid;
  margin: 0 auto;
  margin-bottom: 80px;
  padding-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .news_detail .news_header {
    margin-bottom: 50px;
  }
}
.news_detail .news_header .news_detail_category {
  font-size: 12px;
  margin-right: 20px;
  margin-bottom: 0;
}
.news_detail .news_header .news_detail_date {
  font-size: 12px;
  margin-bottom: 0;
}
.news_detail .news_header .news_detail_title {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .news_detail .news_header .news_detail_title {
    font-size: 20px;
  }
}
.news_detail .event_detail_data {
  background-color: #e9e9e9;
  padding: 40px;
  margin: 40px auto;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .news_detail .event_detail_data {
    padding: 20px;
  }
}
.news_detail .event_detail_data table {
  width: 100%;
  word-break: break-word;
}
.news_detail .event_detail_data table th {
  font-weight: bold;
  border-bottom: 1px #766965 solid;
  padding: 18px 20px 18px 10px;
  font-size: 14px;
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .news_detail .event_detail_data table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 18px 0 0 0;
  }
}
.news_detail .event_detail_data table td {
  border-bottom: 1px #766965 solid;
  padding: 14px;
}
@media screen and (max-width: 1024px) {
  .news_detail .event_detail_data table td {
    width: 100%;
    display: block;
    padding: 0 0 14px 0;
  }
}
.news_detail .event_detail_data table tr:last-child th, .news_detail .event_detail_data table tr:last-child td {
  border-bottom: none;
}
.news_detail .event_detail_data a {
  text-decoration: underline;
}
.news_detail .news_footer {
  text-align: center;
  clear: both;
}

.event_detail {
  margin-bottom: 40px;
}
.event_detail .event_header {
  border-bottom: 3px #231815 solid;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.event_detail .event_header .event_category_list {
  margin-bottom: 10px;
}
.event_detail .event_header .event_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .event_detail .event_header .event_title {
    font-size: 20px;
  }
}
.event_detail .event_header .event_date {
  font-size: 14px;
}
.event_detail .event_detail_data {
  background-color: #e9e9e9;
  padding: 40px;
  margin: 40px auto;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .event_detail .event_detail_data {
    padding: 20px;
  }
}
.event_detail .event_detail_data table {
  width: 100%;
  word-break: break-word;
}
.event_detail .event_detail_data table th {
  font-weight: bold;
  border-bottom: 1px #766965 solid;
  padding: 18px 20px 18px 10px;
  font-size: 14px;
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .event_detail .event_detail_data table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 18px 0 0 0;
  }
}
.event_detail .event_detail_data table td {
  border-bottom: 1px #766965 solid;
  padding: 14px;
}
@media screen and (max-width: 1024px) {
  .event_detail .event_detail_data table td {
    width: 100%;
    display: block;
    padding: 0 0 14px 0;
  }
}
.event_detail .event_detail_data table tr:last-child th, .event_detail .event_detail_data table tr:last-child td {
  border-bottom: none;
}
.event_detail .event_detail_data a {
  text-decoration: underline;
}
.event_detail .event_footer {
  text-align: center;
  clear: both;
  margin-top: 50px;
}

.free_html {
  margin-bottom: 40px;
}
.free_html .free_box {
  clear: both;
}
.free_html p {
  margin-bottom: 20px;
}
.free_html pre {
  margin-bottom: 20px;
}
.free_html img.alignright {
  clear: both;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 34%;
}
.free_html img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.free_html img.alignleft {
  clear: both;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 34%;
}
@media screen and (max-width: 896px) {
  .free_html img.alignright, .free_html img.alignleft {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.free_html ul {
  margin-bottom: 20px;
}
.free_html ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.free_html ul li::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0.55em;
  left: 5px;
  width: 4px;
  height: 4px;
  background-color: #231815;
  vertical-align: middle;
}
.free_html ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.free_html ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.free_html table {
  width: auto;
  margin-bottom: 20px;
  border-top: 1px solid #766965;
  border-left: 1px solid #766965;
}
.free_html table th, .free_html table td {
  border-right: 1px solid #766965;
  border-bottom: 1px solid #766965;
  padding: 10px;
}
.free_html em {
  font-style: italic;
}
.free_html h1 {
  margin-bottom: 20px;
  padding: 5px 0 12px 20px;
  border-bottom: 2px #231815 solid;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .free_html h1 {
    font-size: 20px;
  }
}
.free_html h1::before {
  content: "";
  display: block;
  background-color: #231815;
  width: 4px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .free_html h1::before {
    height: 24px;
  }
}
.free_html h2 {
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #231815;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .free_html h2 {
    font-size: 18px;
  }
}
.free_html h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  .free_html h3 {
    font-size: 18px;
  }
}
.free_html h4 {
  font-size: 20px;
  font-weight: bold;
  color: #231815;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #e9e9e9;
}
@media screen and (max-width: 1024px) {
  .free_html h4 {
    font-size: 16px;
  }
}
.free_html h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .free_html h5 {
    font-size: 16px;
  }
}
.free_html h5::before, .free_html h5::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #231815;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.free_html h5::before {
  left: 0;
}
.free_html h5::after {
  right: 0;
}
.free_html h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 12px;
  color: #231815;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .free_html h6 {
    font-size: 16px;
  }
}
.free_html h6::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #231815;
}

.edit_html {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
}
.edit_html .free_box {
  clear: both;
}
.edit_html sup {
  font-size: .5em;
  vertical-align: super;
}
.edit_html sub {
  font-size: .5em;
  margin-bottom: -10px;
  vertical-align: sub;
}
.edit_html code {
  background-color: #eee;
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 12px;
  font-family: monospace;
}
.edit_html code sub {
  font-size: 12px;
  margin-bottom: 0;
  vertical-align: inherit;
}
.edit_html strong {
  font-weight: bold;
}
.edit_html p span[style="text-decoration:underline;"] {
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
}
.edit_html p span[style*="background-color"] {
  padding: 0 4px 2px;
}
.edit_html p:has(> iframe) {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.edit_html p:has(> iframe) iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.edit_html a {
  font-weight: bold;
  border-bottom: 2px solid currentColor;
  cursor: pointer;
  position: relative;
}
.edit_html a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: 0px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.edit_html a:hover::before {
  width: 100%;
}
.edit_html a:has(> span) {
  border-bottom: none;
}
.edit_html a:has(> span)::before, .edit_html a:has(> span)::after {
  display: none !important;
}
.edit_html a:has(> span):hover {
  transition-duration: .3s;
  opacity: .5;
}
.edit_html a:has(> span):hover::before, .edit_html a:has(> span):hover::after {
  display: none !important;
}
.edit_html a:has(> img):hover {
  transition-duration: .3s;
  opacity: .5;
}
.edit_html a:has(> img):hover::before, .edit_html a:has(> img):hover::after {
  display: none !important;
}
.edit_html a[href$=".pdf"]::after {
  content: "";
  position: relative;
  bottom: -4px;
  background-image: url("../img/ico_pdf.svg");
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transition-duration: .3s;
}
.edit_html a[href$=".pdf"]:hover::after {
  transform: scale(1.1, 1.1);
}
.edit_html a[target="_blank"]::after {
  content: "";
  position: relative;
  background-image: url("../img/ico_tab.svg");
  width: 20px;
  height: 18px;
  bottom: -3px;
  margin-left: 4px;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transition-duration: .3s;
}
.edit_html a[target="_blank"]:hover::after {
  transform: scale(1.1, 1.1);
}
.edit_html blockquote {
  margin-left: 1em;
}
.edit_html blockquote p {
  display: inline-block;
}
.edit_html blockquote p::before, .edit_html blockquote p::after {
  display: inline-block;
  font-weight: bold;
}
.edit_html blockquote p::before {
  content: "“";
  margin-right: 0.5em;
}
.edit_html blockquote p::after {
  content: "”";
  margin-left: 0.5em;
}
.edit_html p {
  margin-bottom: 20px;
  clear: both;
}
.edit_html p img {
  height: auto;
}
.edit_html p img[style*="float:left;"] {
  margin-right: 20px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .edit_html p img[style*="float:left;"] {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 630px) {
  .edit_html p img[style*="float:left;"] {
    max-width: inherit;
    float: inherit;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 100% !important;
  }
}
.edit_html p img[style*="float:right;"] {
  margin-left: 20px;
  max-width: 100%;
  margin-bottom: 20px;
  height: auto;
}
@media screen and (max-width: 896px) {
  .edit_html p img[style*="float:right;"] {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .edit_html p img[style*="float:right;"] {
    max-width: inherit;
    float: inherit;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100% !important;
  }
}
.edit_html p img[style*="float: left;"] {
  margin-right: 20px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .edit_html p img[style*="float: left;"] {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .edit_html p img[style*="float: left;"] {
    max-width: inherit;
    float: inherit;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100% !important;
  }
}
.edit_html p img[style*="float: right;"] {
  margin-left: 20px;
  max-width: 100%;
  margin-bottom: 20px;
  height: auto;
}
@media screen and (max-width: 896px) {
  .edit_html p img[style*="float: right;"] {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .edit_html p img[style*="float: right;"] {
    max-width: inherit;
    float: inherit;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100% !important;
  }
}
.edit_html p img[style*="margin-left:auto;margin-right:auto;"] {
  display: inline-block !important;
  max-width: calc(50% - 10px);
  height: auto;
}
.edit_html p img[style*="margin-left:auto;margin-right:auto;"]:nth-child(2n+1):last-child {
  display: block !important;
  max-width: 100%;
}
.edit_html p img[style*="margin-left:auto;margin-right:auto;"]:nth-child(even) {
  margin-left: 20px !important;
}
@media screen and (max-width: 480px) {
  .edit_html p img[style*="margin-left:auto;margin-right:auto;"]:nth-child(even) {
    margin-left: inherit !important;
  }
}
@media screen and (max-width: 480px) {
  .edit_html p img[style*="margin-left:auto;margin-right:auto;"] {
    width: 100%;
    max-width: 100%;
  }
  .edit_html p img[style*="margin-left:auto;margin-right:auto;"]:not(:first-child) {
    margin-top: 20px;
  }
}
.edit_html p img[style*="margin-left: auto;margin-right: auto;"] {
  display: inline-block;
  max-width: calc(50% - 10px);
  height: auto;
}
.edit_html p img[style*="margin-left: auto;margin-right: auto;"]:nth-child(2n+1):last-child {
  display: block;
  max-width: 100%;
}
.edit_html p img[style*="margin-left: auto;margin-right: auto;"]:nth-child(even) {
  margin-left: 20px !important;
}
@media screen and (max-width: 480px) {
  .edit_html p img[style*="margin-left: auto;margin-right: auto;"]:nth-child(even) {
    margin-left: inherit !important;
  }
}
@media screen and (max-width: 480px) {
  .edit_html p img[style*="margin-left: auto;margin-right: auto;"] {
    width: 100%;
    max-width: 100%;
  }
  .edit_html p img[style*="margin-left: auto;margin-right: auto;"]:not(:first-child) {
    margin-top: 20px;
  }
}
.edit_html p a:has(> img) {
  border-bottom: none;
  display: inline-block;
  max-width: calc(50% - 10px);
  height: auto;
}
.edit_html p a:has(> img):nth-child(2n+1):last-child {
  display: block;
  max-width: 100%;
}
.edit_html p a:has(> img):nth-child(even) {
  margin-left: 20px !important;
}
@media screen and (max-width: 480px) {
  .edit_html p a:has(> img):nth-child(even) {
    margin-left: inherit !important;
  }
}
@media screen and (max-width: 480px) {
  .edit_html p a:has(> img) {
    width: 100%;
    max-width: 100%;
  }
  .edit_html p a:has(> img):not(:first-child) {
    margin-top: 20px;
  }
}
.edit_html pre {
  margin-bottom: 20px;
}
.edit_html ul {
  list-style: inherit;
  margin-bottom: 20px;
  clear: both;
}
.edit_html ul li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 1.5em;
}
.edit_html ul ul {
  margin-left: 1.5em;
}
.edit_html ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.edit_html ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.edit_html table {
  width: auto;
  margin-bottom: 20px;
  border-top: 1px solid #766965;
  border-left: 1px solid #766965;
}
.edit_html table th, .edit_html table td {
  border-right: 1px solid #766965;
  border-bottom: 1px solid #766965;
  padding: 10px;
}
.edit_html em {
  font-style: italic;
}
.edit_html h1 {
  margin-bottom: 20px;
  line-height: 1.8rem;
  margin-bottom: 40px;
  margin-top: 100px;
  padding: 0 20px 8px;
  border-bottom: 4px #231815 solid;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html h1 {
    margin-top: 60px;
  }
}
.edit_html h1::before {
  content: "";
  display: block;
  background-color: #231815;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.edit_html h1[style="text-align:center;"]::before {
  display: none;
}
.edit_html h1[style="text-align:right;"]::before {
  left: inherit;
  right: 0;
}
.edit_html h2 {
  margin-bottom: 40px;
  margin-top: 100px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7rem;
  border-bottom: 2px solid #333;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html h2 {
    margin-top: 60px;
  }
}
.edit_html h3 {
  margin-bottom: 40px;
  margin-top: 100px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6rem;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html h3 {
    margin-top: 60px;
  }
}
.edit_html h4 {
  margin-bottom: 40px;
  margin-top: 100px;
  font-size: 18px;
  padding: 8px 14px;
  line-height: 1.4rem;
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html h4 {
    margin-top: 60px;
  }
}
.edit_html h5 {
  margin-bottom: 40px;
  margin-top: 100px;
  font-size: 18px;
  padding: 8px 14px;
  line-height: 1.4rem;
  color: #fff;
  background-color: #231815;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html h5 {
    margin-top: 60px;
  }
}
.edit_html h6 {
  margin-bottom: 40px;
  margin-top: 100px;
  font-size: 18px;
  line-height: 1.4rem;
  padding: 8px 14px;
  background-color: #e9e9e9;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html h6 {
    margin-top: 60px;
  }
}
.edit_html .headline_07 {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 20px;
}
.edit_html .headline_07 span {
  position: relative;
  display: inline-block;
  padding: 6px 20px;
  line-height: 1.2rem;
}
.edit_html .headline_07 span::before, .edit_html .headline_07 span::after {
  position: absolute;
  top: 0;
  content: "";
  width: 10px;
  height: 100%;
  display: inline-block;
}
.edit_html .headline_07 span::before {
  border-left: solid 2px black;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  left: 0;
}
.edit_html .headline_07 span::after {
  border-top: solid 2px black;
  border-right: solid 2px black;
  border-bottom: solid 2px black;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .edit_html .headline_07 {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html .headline_07 {
    margin-top: 60px;
  }
}
.edit_html .headline_08 {
  font-size: 16px;
  margin-top: 100px;
  margin-bottom: 20px;
}
.edit_html .headline_08 span {
  position: relative;
  display: inline-block;
  padding: 6px 20px;
  line-height: 1.2rem;
}
.edit_html .headline_08 span::before, .edit_html .headline_08 span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 40%;
  display: inline-block;
}
.edit_html .headline_08 span::before {
  border-left: solid 2px black;
  border-top: solid 2px black;
  left: 0;
  top: 0;
}
.edit_html .headline_08 span::after {
  border-right: solid 2px black;
  border-bottom: solid 2px black;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .edit_html .headline_08 {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html .headline_08 {
    margin-top: 60px;
  }
}
.edit_html .headline_09 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 100px;
}
.edit_html .headline_09 span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  line-height: 1.2rem;
}
.edit_html .headline_09 span::before, .edit_html .headline_09 span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #231815;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.edit_html .headline_09 span::before {
  left: 0;
}
.edit_html .headline_09 span::after {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .edit_html .headline_09 {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html .headline_09 {
    margin-top: 60px;
  }
}

.edit_html.-black {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
}
.edit_html.-black .free_box {
  clear: both;
}
.edit_html.-black sup {
  font-size: .5em;
  vertical-align: super;
}
.edit_html.-black sub {
  font-size: .5em;
  margin-bottom: -10px;
  vertical-align: sub;
}
.edit_html.-black code {
  background-color: #eee;
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 12px;
  font-family: monospace;
}
.edit_html.-black code sub {
  font-size: 12px;
  margin-bottom: 0;
  vertical-align: inherit;
}
.edit_html.-black strong {
  font-weight: bold;
}
.edit_html.-black p {
  color: #fff;
}
.edit_html.-black p span[style="text-decoration:underline;"] {
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
}
.edit_html.-black p span[style*="background-color"] {
  padding: 0 4px 2px;
}
.edit_html.-black p:has(> iframe) {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.edit_html.-black p:has(> iframe) iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.edit_html.-black a {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid currentColor;
  cursor: pointer;
  position: relative;
}
.edit_html.-black a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.edit_html.-black a:hover::before {
  width: 100%;
}
.edit_html.-black a[href$=".pdf"]::after {
  content: "";
  position: relative;
  bottom: -4px;
  background-image: url("../img/ico_pdf_wh.svg");
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transition-duration: .3s;
}
.edit_html.-black a[href$=".pdf"]:hover::after {
  transform: scale(1.1, 1.1);
}
.edit_html.-black a[target="_blank"]::after {
  content: "";
  position: relative;
  background-image: url("../img/ico_tab_wh.svg");
  width: 20px;
  height: 18px;
  bottom: -3px;
  margin-left: 4px;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transition-duration: .3s;
}
.edit_html.-black a[target="_blank"]:hover::after {
  transform: scale(1.1, 1.1);
}
.edit_html.-black blockquote {
  margin-left: 1em;
}
.edit_html.-black blockquote p {
  display: inline-block;
}
.edit_html.-black blockquote p::before, .edit_html.-black blockquote p::after {
  display: inline-block;
  font-weight: bold;
}
.edit_html.-black blockquote p::before {
  content: "“";
  margin-right: 0.5em;
}
.edit_html.-black blockquote p::after {
  content: "”";
  margin-left: 0.5em;
}
.edit_html.-black p {
  margin-bottom: 20px;
  clear: both;
}
.edit_html.-black p img {
  height: auto;
}
.edit_html.-black p img[style*="float:left;"] {
  margin-right: 20px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .edit_html.-black p img[style*="float:left;"] {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 630px) {
  .edit_html.-black p img[style*="float:left;"] {
    max-width: inherit;
    float: inherit;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 100% !important;
  }
}
.edit_html.-black p img[style*="float:right;"] {
  margin-left: 20px;
  max-width: 100%;
  margin-bottom: 20px;
  height: auto;
}
@media screen and (max-width: 896px) {
  .edit_html.-black p img[style*="float:right;"] {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .edit_html.-black p img[style*="float:right;"] {
    max-width: inherit;
    float: inherit;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100% !important;
  }
}
.edit_html.-black p img[style*="float: left;"] {
  margin-right: 20px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .edit_html.-black p img[style*="float: left;"] {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .edit_html.-black p img[style*="float: left;"] {
    max-width: inherit;
    float: inherit;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100% !important;
  }
}
.edit_html.-black p img[style*="float: right;"] {
  margin-left: 20px;
  max-width: 100%;
  margin-bottom: 20px;
  height: auto;
}
@media screen and (max-width: 896px) {
  .edit_html.-black p img[style*="float: right;"] {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .edit_html.-black p img[style*="float: right;"] {
    max-width: inherit;
    float: inherit;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100% !important;
  }
}
.edit_html.-black p img[style*="margin-left:auto;margin-right:auto;"] {
  display: inline-block !important;
  max-width: calc(50% - 10px);
  height: auto;
}
.edit_html.-black p img[style*="margin-left:auto;margin-right:auto;"]:nth-child(2n+1):last-child {
  display: block !important;
  max-width: 100%;
}
.edit_html.-black p img[style*="margin-left:auto;margin-right:auto;"]:nth-child(even) {
  margin-left: 20px !important;
}
@media screen and (max-width: 480px) {
  .edit_html.-black p img[style*="margin-left:auto;margin-right:auto;"]:nth-child(even) {
    margin-left: inherit !important;
  }
}
@media screen and (max-width: 480px) {
  .edit_html.-black p img[style*="margin-left:auto;margin-right:auto;"] {
    width: 100%;
    max-width: 100%;
  }
  .edit_html.-black p img[style*="margin-left:auto;margin-right:auto;"]:not(:first-child) {
    margin-top: 20px;
  }
}
.edit_html.-black p img[style*="margin-left: auto;margin-right: auto;"] {
  display: inline-block;
  max-width: calc(50% - 10px);
  height: auto;
}
.edit_html.-black p img[style*="margin-left: auto;margin-right: auto;"]:nth-child(2n+1):last-child {
  display: block;
  max-width: 100%;
}
.edit_html.-black p img[style*="margin-left: auto;margin-right: auto;"]:nth-child(even) {
  margin-left: 20px !important;
}
@media screen and (max-width: 480px) {
  .edit_html.-black p img[style*="margin-left: auto;margin-right: auto;"]:nth-child(even) {
    margin-left: inherit !important;
  }
}
@media screen and (max-width: 480px) {
  .edit_html.-black p img[style*="margin-left: auto;margin-right: auto;"] {
    width: 100%;
    max-width: 100%;
  }
  .edit_html.-black p img[style*="margin-left: auto;margin-right: auto;"]:not(:first-child) {
    margin-top: 20px;
  }
}
.edit_html.-black pre {
  margin-bottom: 20px;
}
.edit_html.-black ul {
  list-style: inherit;
  margin-bottom: 20px;
  clear: both;
}
.edit_html.-black ul li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 1.5em;
}
.edit_html.-black ul ul {
  margin-left: 1.5em;
}
.edit_html.-black ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.edit_html.-black ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.edit_html.-black table {
  width: auto;
  margin-bottom: 20px;
  border-top: 1px solid #766965;
  border-left: 1px solid #766965;
}
.edit_html.-black table th, .edit_html.-black table td {
  border-right: 1px solid #766965;
  border-bottom: 1px solid #766965;
  padding: 10px;
}
.edit_html.-black em {
  font-style: italic;
}
.edit_html.-black h1 {
  margin-bottom: 20px;
  line-height: 1.8rem;
  margin-bottom: 40px;
  margin-top: 100px;
  padding: 0 20px 8px;
  border-bottom: 4px #fff solid;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html.-black h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html.-black h1 {
    margin-top: 60px;
  }
}
.edit_html.-black h1::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.edit_html.-black h1[style="text-align:center;"]::before {
  display: none;
}
.edit_html.-black h1[style="text-align:right;"]::before {
  left: inherit;
  right: 0;
}
.edit_html.-black h2 {
  margin-bottom: 40px;
  margin-top: 100px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7rem;
  border-bottom: 2px solid #fff;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html.-black h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html.-black h2 {
    margin-top: 60px;
  }
}
.edit_html.-black h3 {
  margin-bottom: 40px;
  margin-top: 100px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6rem;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html.-black h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html.-black h3 {
    margin-top: 60px;
  }
}
.edit_html.-black h4 {
  margin-bottom: 40px;
  margin-top: 100px;
  font-size: 18px;
  padding: 8px 14px;
  line-height: 1.4rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html.-black h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html.-black h4 {
    margin-top: 60px;
  }
}
.edit_html.-black h5 {
  margin-bottom: 40px;
  margin-top: 100px;
  font-size: 18px;
  padding: 8px 14px;
  line-height: 1.4rem;
  color: #231815;
  background-color: #fff;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html.-black h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html.-black h5 {
    margin-top: 60px;
  }
}
.edit_html.-black h6 {
  margin-bottom: 40px;
  margin-top: 100px;
  font-size: 18px;
  line-height: 1.4rem;
  padding: 8px 14px;
  background-color: #666666;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .edit_html.-black h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .edit_html.-black h6 {
    margin-top: 60px;
  }
}

.book_edit .edit_html {
  width: 90%;
  max-width: 1240px;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.share li {
  margin: 0 4px;
}
.share .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.education_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.education_list > li {
  width: 30%;
  margin-left: 0;
  margin-right: 5%;
  margin-bottom: 80px;
}
.education_list > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .education_list > li {
    width: 46%;
    margin-right: 6%;
  }
  .education_list > li:nth-child(3n) {
    margin-right: 6%;
  }
  .education_list > li:nth-child(2n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 896px) {
  .education_list > li {
    width: 90%;
    margin-right: 0;
  }
}
.education_list li {
  position: relative;
}
.education_list li a {
  display: block;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .education_list li a {
    padding-top: 30px;
  }
}
.education_list li a:hover .education_list_tmb::after {
  border: 8px #231815 solid;
}
.education_list li a .education_list_tmb {
  border: 6px #231815 solid;
  margin-bottom: 10px;
  position: relative;
}
.education_list li a .education_list_tmb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px #231815 solid;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.education_list li a .education_list_tmb img {
  width: 100%;
}
.education_list li a .education_list_textarea .education_list_place {
  font-size: 12px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1024px) {
  .education_list li a .education_list_textarea .education_list_place {
    font-size: 10px;
  }
}
.education_list li a .education_list_textarea .education_list_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 1024px) {
  .education_list li a .education_list_textarea .education_list_name {
    font-size: 14px;
  }
}
.education_list li a .education_list_textarea .education_list_date {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .education_list li a .education_list_textarea .education_list_date {
    font-size: 10px;
  }
}
.education_list li .education_list_category {
  background: url("/img/education_label.svg") no-repeat center center;
  background-size: contain;
  width: 126px;
  height: 110px;
  position: absolute;
  top: 20px;
  right: -40px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .education_list li .education_list_category {
    top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .education_list li .education_list_category {
    width: 100px;
    height: 88px;
  }
}
.education_list li .education_list_category:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.education_list li .education_list_category span {
  display: block;
  background: url("/img/ico_hatena.svg") no-repeat center top;
  background-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 24px;
  line-height: 1.3;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .education_list li .education_list_category span {
    font-size: 11px;
  }
}

@media screen and (max-width: 896px) {
  .education_list_category_list li .modal_bg {
    background: rgba(0, 0, 0, 0.8) url("/img/ico_close_wh.svg") no-repeat right 10px top 10px !important;
  }
}
@media screen and (max-width: 896px) {
  .education_list_category_list li .modal_content {
    width: 400px;
  }
}
.education_list_category_list li .modal_content .modal_content_sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .education_list_category_list li .modal_content .modal_content_sc {
    display: block;
  }
}
.education_list_category_list li .modal_content .modal_content_sc .education_list_category_cont_textarea {
  -webkit-flex: 1;
  flex: 1;
  padding: 40px;
}
@media screen and (max-width: 896px) {
  .education_list_category_list li .modal_content .modal_content_sc .education_list_category_cont_textarea {
    padding: 20px;
  }
}
.education_list_category_list li .modal_content .modal_content_sc .education_list_category_cont_textarea h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .education_list_category_list li .modal_content .modal_content_sc .education_list_category_cont_textarea h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.education_list_category_list li .modal_content .modal_content_sc .education_list_category_cont_img {
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .education_list_category_list li .modal_content .modal_content_sc .education_list_category_cont_img {
    width: 400px;
  }
}
@media screen and (max-width: 896px) {
  .education_list_category_list li .modal_content .modal_content_sc .education_list_category_cont_img {
    width: 100%;
  }
}
.education_list_category_list li .modal_content .js_modal_close {
  width: 60px;
  height: 60px;
  background: url("/img/ico_close.svg") no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .education_list_category_list li .modal_content .js_modal_close {
    display: none;
  }
}

.form {
  background-color: #e9e9e9;
  padding: 40px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 896px) {
  .form {
    padding: 20px;
  }
}
.form table {
  margin-bottom: 30px;
  width: 100%;
  word-break: break-word;
}
.form table tbody tr th {
  padding: 16px 20px 16px 0;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  .form table tbody tr th {
    display: block;
    width: 100%;
    padding-bottom: 6px;
  }
}
.form table tbody tr th .require {
  background-color: #e52843;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  padding: 0 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 4px;
  vertical-align: middle;
}
.form table tbody tr td {
  padding: 16px 0;
  width: 100%;
  max-width: 500px;
  display: grid;
}
@media screen and (max-width: 896px) {
  .form table tbody tr td {
    padding: 0;
    max-width: 760px;
  }
}
.form input, .form textarea {
  border: 3px #766965 solid;
  font-size: 16px;
  padding: 6px 10px;
  width: 100%;
}
.form textarea {
  height: 300px;
  max-width: 500px;
}
@media screen and (max-width: 896px) {
  .form textarea {
    max-width: 760px;
  }
}
.form select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/img/ico_arrow_s_bottom.svg") no-repeat right 10px center;
  background-size: 10px auto;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 3px #766965 solid;
  font-size: 16px;
  padding: 6px 30px 6px 10px;
}

.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 896px) {
  .btn_area {
    display: block;
  }
}
.btn_area .btn {
  display: block;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  border: none;
  width: 100%;
  max-width: 240px;
  margin: 0 20px;
  font-weight: bold;
  font-size: 18px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 896px) {
  .btn_area .btn {
    margin: 0 auto 16px;
    font-size: 16px;
  }
}
.btn_area .btn.btn_main {
  background-color: #231815;
  color: #fff;
}
.btn_area .btn.btn_sub {
  background-color: #766965;
  color: #fff;
}
.btn_area .btn:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#load_video {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 7.5px, transparent 0, transparent 15px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
}

@media screen and (max-width: 896px) {
  #load_video {
    display: none;
  }
}

#load_video #load_video_in {
  width: 100%;
  max-width: 800px;
  height: 450px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
}
@media screen and (max-width: 896px) {
  #load_video #load_video_in {
    max-width: 540px;
    height: 390px;
  }
}
@media screen and (max-width: 480px) {
  #load_video #load_video_in {
    max-width: 350px;
    height: 250px;
  }
}

#load_video #load_video_in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: 4px solid #fff;
}

#load_video #load_video_in #load_video_close {
  color: #fff;
  background: url("../img/ico_close.svg") no-repeat center center;
  background-size: 30px auto;
  background-color: #fff;
  position: absolute;
  top: -6%;
  right: -28px;
  z-index: 1002;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (max-width: 896px) {
  #load_video #load_video_in #load_video_close {
    top: -10%;
    right: -3%;
  }
}

.policy_text .policy_text_title {
  font-weight: bold;
  font-size: 20px;
  padding-top: 10px;
}
.policy_text .mt10 {
  margin-top: 10px;
}
.policy_text .mt20 {
  margin-top: 20px;
}
.policy_text .policy_text_title_s {
  font-weight: bold;
}
.policy_text span {
  display: block;
}
.policy_text a {
  display: inline-block;
  position: relative;
}
.policy_text a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: 0px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.policy_text a:hover::after {
  width: 100%;
}

#maintenance {
  padding: 80px 0;
  max-width: 1280px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
#maintenance h1 {
  text-align: center;
  margin-bottom: 40px;
}
#maintenance h1 img {
  width: 80%;
  max-width: 300px;
}
#maintenance .paragraph {
  text-align: center;
  line-height: 1.6em;
}
#maintenance .paragraph:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 896px) {
  #maintenance .paragraph:not(:last-child) {
    margin-bottom: .6rem;
  }
}
#maintenance .time {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: .10rem;
}
@media screen and (max-width: 896px) {
  #maintenance .time {
    font-size: 18px;
  }
}
#maintenance .ticket-btn {
  width: 100%;
  max-width: 240px;
  text-align: center;
  background-color: #231815;
  padding: 16px 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  border: 2px solid #231815;
}
#maintenance .ticket-btn:hover {
  transition-duration: .3s;
  background-color: #fff;
  color: #231815;
}
#maintenance #maintenance_footer {
  text-align: center;
  font-size: 10px;
  color: gray;
  margin-top: 60px;
}

.none_content {
  display: none !important;
}
