﻿@charset "utf-8";
/* =======================================

CommonElements

======================================= */
/*  common  */
h1 span {
  display: none;
}
.link01, .link02 {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  margin: 0;
  transition: 0.5s;
}
.link01 {
  color: #fff;
  background: #248AD2;
  border: 1px solid #248AD2;
  padding: 15px 25px;
}
.link01:hover {
  opacity: 1;
  color: #248AD2;
  background: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#70ffffff, EndColorStr=#70ffffff); /* IE7以下 */
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#70ffffff, EndColorStr=#70ffffff); /* IE8以上 */
}
.link01:hover:not(:target) {
  filter: none;
  -ms-filter: none;
}
.link02 {
  color: #333;
  font-size: 14px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: #eee;
  border: 2px solid #A5CB0B;
  border-radius: 30px;
  padding: 7px 20px;
}
.link02:hover {
  opacity: 1;
  background: #A5CB0B;
}
.ul01 li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 5px;
}
.ul01 li::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #248AD2;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: -1.1em;
}
.ul_link {
  margin-left: 20px;
}
.ul_link li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.ul_link li::after, .ul_link li::before {
  display: block;
  content: '';
  position: absolute;
}
.ul_link li::after {
  top: 5px;
  left: -18px;
  width: 20px;
  height: 20px;
  background-color: #a5cb0a;
  border-radius: 100%;
}
.ul_link li::before {
  z-index: 2;
  top: 11px;
  left: -13px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ul_link li a {
  display: inline-block;
  word-break: break-word;
  /* margin-left: 20px; */
  padding: 2px 5px;
}
.ul_link li a:hover {
  color: #a5cb0a;
  text-decoration: none;
  opacity: 1;
}
.ul_notice01 {
  font-size: 14px;
  margin-left: 16px;
}
.ul_notice01 li {
  color: #bbb;
  line-height: 1.6;
  padding-left: 2px;
  margin-bottom: 5px;
}
.ul_notice01 li::before {
  content: "※";
  display: block;
  float: left;
  margin-left: -16px;
}
.ol01 li {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 0.5em;
}
.text_st01 {
  color: #2BA7FF;
  font-size: 18px;
  font-weight: bold;
}
.text_st02 {
  font-weight: bold;
  font-size: 14px;
}
.text_st03 {
  color: #A5CB0B;
  font-weight: bold;
}
.dl01 dt {
  display: inline-block;
  float: left;
  color: #555;
  font-weight: bold;
  border: 1px solid;
  background: #eee;
  padding: 0 15px;
}
.dl01 dd {
  margin: 15px;
}
.table01 {
  width: 100%;
  border-top: 1px solid #999;
  background: #eee;
  color: #050a24;
  line-height: 1.8;
}
.table01 th, .table01 td {
  padding: 20px;
  border-bottom: 1px solid #999;
}
.table01 th {
  background: #ddd;
}
.dl_schedule {
  position: relative;
  margin-top: 30px;
  padding-left: 10px;
  border-left: solid 1px #999;
}
.dl_schedule dt {
  display: inline-block;
  padding: 2px 5px;
  background-color: #ddd;
  color: #050a24;
  font-weight: bold;
}
.dl_schedule dd {
  margin: 15px 0;
}
.divbox01 {
  width: 100%;
  margin: auto;
  border: 1px solid #555;
  padding: 25px 40px;
}
/* fadein */
.fadein {
  opacity: 0;
  transform: translate(0, 45px);
  -webkit-transform: translate(0, 45px);
  transition: all 1.5s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
#sec_spirit_legality .fadein:nth-of-type(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/*  common end */
/* contents-parts */
header .inner {
  position: relative;
  padding: 15px 0 0;
}
.inner {
  width: 980px;
  margin: 0 auto;
}
/*お問い合わせページに遷移するとフワッと表示される*/
body.outline, body.faci, body.contact, body.contact {
  animation: fadeIn3 2s ease 0s 1 normal;
  -webkit-animation: fadeIn3 2s ease 0s 1 normal;
}
@keyframes fadeIn3 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn3 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* 	スマホ版メニュー */
.bt_menu_sp, .bt_menu_sp span {
  box-sizing: border-box;
  display: inline-block;
  transition: all .4s;
}
.bt_menu_sp {
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 5%;
}
.bt_menu_sp span {
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
.bt_menu_sp span:nth-of-type(1) {
  top: 0;
}
.bt_menu_sp span:nth-of-type(2) {
  top: 10px;
}
.bt_menu_sp span:nth-of-type(3) {
  bottom: 0;
}
.bt_menu_sp:not(.active):hover span:nth-of-type(2) {
  width: 70%;
}
.bt_menu_sp:not(.active):hover span:nth-of-type(3) {
  width: 35%;
}
.bt_menu_sp.active {
  z-index: 1000;
  position: fixed;
}
.bt_menu_sp.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.bt_menu_sp.active span:nth-of-type(2) {
  opacity: 0;
}
.bt_menu_sp.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.open #gloval_nav {
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.open #gloval_nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
}
#contentsmain {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.contentsmain .main {
  background: rgba(5, 10, 36, 0.7);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#70551036, EndColorStr=#70551036); /* IE7以下 */
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#70551036, EndColorStr=#70551036); /* IE8以上 */
}
.contentsmain .main:not(:target) {
  filter: none;
  -ms-filter: none;
}
/* contents-parts end */
/* index */
/*エンドロール*/
.box #concept {
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  -moz-animation: linear-gradient(transparent, #000 2em, #000 calc(100% - 3em), transparent);
  -webkit-mask-image: linear-gradient(transparent, #000 2em, #000 calc(100% - 3em), transparent);
  mask-image: linear-gradient(transparent, #000 2em, #000 calc(100% - 3em), transparent);
}
.box .roll-text {
  text-align: left;
  margin: auto;
  padding: 0 10%;
  position: absolute;
  top: auto;
}
.box .roll-text p {
  color: #fff;
  line-height: 2;
}
.box .endcredit {
  text-align: right;
}
/*エンドロールを終了する動作*/
.box .roll-stop {
  margin: 0 1%;
  position: absolute;
  left: 5%;
  top: 45%;
  z-index: 7;
}
.box .roll-stop a {
  display: inline-block;
  width: 75px;
  height: 75px;
  color: #248AD2;
  border: 1px solid;
  background: none;
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
  padding: 17% 1% 0;
  transition: .6s ease;
}
.box .roll-stop a i {
  font-size: 14px;
}
.box .roll-stop:hover a {
  color: #fff;
  border: 1px solid #fff;
  text-shadow: 0 0 10px #fff;
}
.box .roll-stop, .box .roll-text {
  transition-property: opacity;
  transition-duration: 1s;
  opacity: 1;
}
.box .roll-stop.stop, .box .roll-text.stop {
  pointer-events: none;
  opacity: 0;
}
/*センター名とボタンが現れる*/
.box .div_hnrc {
  position: relative;
  display: block;
  text-align: center;
}
.box .div_hnrc img {
  opacity: 0;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.box .div_hnrc .im_slogan01.move {
  -webkit-animation-name: fadeIn 3s ease forwards;
  animation: fadeIn 3s ease forwards;
}
.box .div_hnrc .im_slogan02.move {
  -webkit-animation-name: fadeIn_late 3s ease forwards;
  animation: fadeIn_late 3s ease forwards;
}
.box .link01 {
  visibility: hidden;
  opacity: 0;
}
.box .link01.move {
  -webkit-animation-name: fadeIn_late2 3s ease forwards;
  animation: fadeIn_late2 3s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  25% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  25% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn_late {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  25% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn_late {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  25% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn_late2 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  25% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn_late2 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  25% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/*黒い透過背景が消える*/
/*#pagetop header{
background: none;
}
#pagetop header.move{
-webkit-animation-name: fadeIn-back1 1s ease forwards;
animation: fadeIn-back1 1s ease forwards;
}
@keyframes fadeIn-back1 {
to {
background: #fff;
}
}
@-webkit-keyframes fadeIn-back1 {
to {
background: #fff;
}
}*/
#pagetop .box {
  height: 100vh;
}
#pagetop .box_inner .topmain {
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#70000000, EndColorStr=#70000000); /* IE7以下 */
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#70000000, EndColorStr=#70000000); /* IE8以上 */
}
#pagetop .box_inner .topmain:not(:target) {
  filter: none;
  -ms-filter: none;
}
#pagetop .box_inner .topmain.move {
  -webkit-animation-name: fadeIn-back2 1s ease forwards;
  animation: fadeIn-back2 1s ease forwards;
}
@keyframes fadeIn-back2 {
  to {
    background: none;
  }
}
@-webkit-keyframes fadeIn-back2 {
  to {
    background: none;
  }
}
#pagetop .box_inner {
  height: 100vh;
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE7以下 */
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE8以上 */
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#pagetop .box_inner:not(:target) {
  filter: none;
  -ms-filter: none;
}
#pagetop .box_inner .topmain {
  height: 100%;
  width: 100%;
  padding: 130px 0 90px;
}
#pagetop .box_inner .topmain {
  padding: 120px 0 90px;
}
header .ul_link {
  margin-left: 45px;
}
#pagetop .featherlight .featherlight-content {
  padding: 0;
  margin: auto;
  width: 80%;
}
#pagetop .featherlight-close {
  z-index: 1000;
}
#pagetop .lightbox {
  position: relative;
  z-index: 999;
  padding: 55px 50px 40px;
}
/*  index end */
@media (min-width: 680px) {
  /*  common  */
  header {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE7以下 */
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE8以上 */
    z-index: 999;
  }
  header:not(:target) {
    filter: none;
    -ms-filter: none;
  }
  header .header_logo {
	width: 19%;
  }
  header .header_logo .logo_top {
    display: block;
    width: 100%;
    max-width: 307px;
  }
  .bt_menu_sp {
    display: none;
  }
  #gloval_nav {
    width: 77%;
    position: absolute;
    right: 0;
    top: 55px;
  }
  #gloval_nav .header_logo {
    display: none;
  }
  #gloval_nav ul {
    display: flex;
    justify-content: space-between;
  }
  #gloval_nav li {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    text-align: center;
  }
  #gloval_nav li a {
    display: inline-block;
    width: 100%;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border-left: 1px solid #fff;
    padding: 5px 0;
    position: relative;
  }
  #gloval_nav li:last-of-type a {
    border-right: 1px solid #fff;
  }
  #gloval_nav li a:hover {
    opacity: 1;
    color: #fff;
    background: #248AD2;
  }
  .contentsmain_wrap {
    width: 100%;
    min-width: 980px;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE7以下 */
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE8以上 */
    z-index: 1;
  }
  .contentsmain_wrap:not(:target) {
    filter: none;
    -ms-filter: none;
  }
  .contentsmain {
    margin: 0;
    padding: 150px 0 0;
  }
  #gotop_wrap {
    width: 100%;
    min-width: 980px;
    margin: 40px auto 20px;
    position: relative;
    z-index: 1000;
  }
  #gotop {
    text-align: right;
    padding-right: 20px;
  }
  #gotop img {
    width: 90px;
    height: auto;
  }
  footer {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE7以下 */
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE8以上 */
    border-top: 1px solid #050a24;
    position: relative;
    color: #fff;
  }
  footer:not(:target) {
    filter: none;
    -ms-filter: none;
  }
  footer > a img {
    width: 160px;
    margin: 25px auto 5px;
  }
  footer > p {
    line-height: 23px;
    margin: 0;
  }
  footer > p span {
    font-weight: bold;
    font-size: 14px;
  }
  .footer_main, footer .footer_nav ul {
    width: 100%;
    max-width: 980px;
    margin: 10px auto 20px;
  }
  .footer_main ul, footer .footer_nav ul {
    display: flex;
    max-width: 830px;
    text-align: left;
    margin: auto;
  }
  .footer_main ul {
    justify-content: space-between;
  }
  footer .footer_nav ul {
    justify-content: space-around;
  }
  .footer_main ul li {
    width: 32%;
  }
  .footer_main ul li span {
    border: 1px solid;
    padding: 1px 5px;
    margin-right: 5px;
  }
  footer .footer_nav {
    background: #248AD2;
    padding: 5px 0;
  }
  footer .footer_nav ul {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin: auto;
  }
  footer .footer_nav ul a {
    color: #fff;
  }
  footer .copy {
    font-size: 10px;
    text-align: center;
    color: #fff;
    padding: 5px 0;
  }
  /*  common end */
  /* contents-parts */
  .contentsmain h2 {
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1.5;
    font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", serif;
    margin: auto;
    padding: 30px 0;
    position: relative;
    top: -135px;
    z-index: 9;
  }
  .contentsmain h2 span {
    display: block;
    font-size: 15px;
  }
  .contentsmain section:nth-of-type(n+2) h2 {
    top: -50px;
  }
  .contentsmain h3, #pagetop .lightbox h3 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .div_h3 h3 {
    display: inline-block;
    padding: 0 20px;
    position: relative;
  }
  .div_h3 h3:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
  }
  section {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto 40px;
    padding: 0 0 5%;
    position: relative;
  }
  section:last-of-type {
    margin-bottom: 0;
  }
  .art_contents {
    display: block;
    max-width: 980px;
    height: 100%;
    margin: -40px auto 70px;
    position: relative;
    overflow: hidden;
  }
  .art_contents > div {
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }
  /* contents-parts end */
  /* index */
  #pagetop header {
    background: none;
    position: absolute;
    top: 0;
    z-index: 9;
  }
  #pagetop .contentsmain_wrap {
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE7以下 */
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000); /* IE8以上 */
  }
  #pagetop .contentsmain_wrap:not(:target) {
    filter: none;
    -ms-filter: none;
  }
  #pagetop .contentsmain {
    padding: 0;
  }
  #pagetop .contentsmain .main {
    border-top: none;
  }
  .box .sec_contents {
    max-width: 980px;
    background: none;
    padding: 170px 2% 90px;
  }
  .box {
    height: 90%;
    overflow: hidden;
  }
  .box h3, #pagetop .lightbox h3 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .box h3 {
    color: #fff;
    text-align: center;
    line-height: 35px;
  }
  .box .div_hnrc {
    width: 100%;
    max-width: 980px;
    text-align: left;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .box .div_hnrc .im_slogan01 {
    margin-bottom: 70px;
  }
  .box .div_hnrc .im_slogan02 {
    -moz-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    -ms-transition-delay: 2s;
  }
  .box a.link01 {
    width: 100%;
    letter-spacing: 1px;
    margin: auto;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 8;
    font-size: 18px;
    max-width: 170px;
  }
  .box .lightbox {
    display: none;
  }
  #pagetop .lightbox h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  #pagetop .lightbox p {
    line-height: 1.6;
  }
  /* spirit_legality */
  #sec_spirit_legality {
    display: inline-block;
  }
  #sec_spirit_legality article {
    padding-bottom: 0;
    margin-top: 60px;
  }
  #sec_spirit_legality article:last-of-type {
    margin-bottom: 0;
  }
  #sec_spirit_legality #art_legality {
    margin-top: 0;
  }
  #sec_spirit_legality #art_legality .divbox01 {
    max-width: 960px;
  }
  #sec_spirit_legality #art_topics .ul01 li {
    margin-bottom: 8px;
  }
  #sec_spirit_legality .scene_img {
    display: block;
    max-width: 300px;
    float: right;
  }
  .scene_con {
    display: flex;
    flex-wrap: wrap;
  }
  .scene_con li {
    flex: 0 0 33%;
    padding: 1em;
  }
  .scene_con li img {
    display: block;
    width: 100%;
  }
  /* spirit_legality end */
  /* index end */
  /* outline */
  .outline #sec_outline .table01 th {
    width: 20%;
    letter-spacing: 1px;
  }
  .outline #sec_outline .logo_top {
    display: block;
    width: 150px;
    margin-bottom: 5px;
  }
  /* outline end */
  /* faci */
  .faci #sec_faci #art_faci .div_h3 .swiper-container img {
    width: 100%;
    height: 100%;
  }
  .faci #sec_faci #art_faci .div_h3 .ul01 {
    margin-top: 30px;
  }
  .faci #sec_faci #art_faci .ul01 + .ul_notice01 {
    font-size: 16px;
  }
  .faci #sec_access #art_access .div_h3 {
    display: flex;
    justify-content: normal;
  }
  .faci #sec_access #art_access .div_h3 iframe {
    width: 50%;
  }
  .faci #sec_access #art_access .div_h3 > div {
    margin-top: 15px;
    margin-left: 30px;
    position: relative;
  }
  .faci #sec_access #art_access .div_h3 p {
    font-size: 20px;
    font-weight: bold;
  }
  .faci #sec_access #art_access .div_h3 .dl01 {
    margin-bottom: 25px;
  }
  .faci #sec_access #art_access .div_h3 .dl01 dd {
    margin-left: 80px;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex .sns_fb {
    margin: 15px 0;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex .sns_fb a {
    display: inline-block;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex .sns_fb img {
    width: 40px;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex .sns_insta img {
    width: 40px;
    margin: 15px;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex {
    display: flex;
  }
  .faci #sec_access #art_access .div_h3 .sns_line a img {
    width: 150px;
  }
  .faci #sec_access #art_access .fly_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    margin: 0 auto 30px auto;
    justify-content: space-between;
  }
  .faci #sec_access #art_access .fly_info a {
    width: 48%;
    background: #248AD2;
  }
  .faci #sec_access #art_access .fly_info p {
    padding: 10px 0;
    text-align: center;
  }
  /*20220613*/
  .eq-btn {
    display: inline-block;
    background-color: #007aff;
    padding: 15px;
    text-align: center;
    min-width: 250px;
    margin-bottom: 20px;
  }
  /* faci end */
  /* contact */
  .contact #sec_contact #art_contact p.f_b, .contact #sec_contact #art_contact p.text_st01 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .contact #sec_contact #art_contact p.f_b {
    font-size: 21px;
  }
  .contact .contact_form, .event .contact_form {
    text-align: center;
    margin-top: 60px;
  }
  .contact .contact_form div, .event .contact_form div {
    display: flex;
    justify-content: normal;
    font-size: 18px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  .contact .contact_form div label, .event .contact_form div label {
    width: 25%;
    font-size: 16px;
    font-weight: bold;
  }
  .contact .contact_form div .answer_con, .event .contact_form div .answer_con {
    width: 75%;
  }
  .contact .contact_form div input, .contact .contact_form div textarea, .event .contact_form div input, .event .contact_form div textarea {
    width: 70%;
    color: #000;
    font-size: 18px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border-radius: 2px;
    border: none;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#50ffffff, EndColorStr=#50ffffff); /* IE7以下 */
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#50ffffff, EndColorStr=#50ffffff); /* IE8以上 */
  }
  .contact .contact_form div input:not(:target), .contact .contact_form div textarea:not(:target), .event .contact_form div input:not(:target), .event .contact_form div textarea:not(:target) {
    filter: none;
    -ms-filter: none;
  }
  .contact .contact_form div.w_45 input, .contact .contact_form div.w_45 textarea, .event .contact_form div.w_45 input, .event .contact_form div.w_45 textarea {
    width: 45%;
  }
  .event .contact_form div input[type=checkbox], .event .contact_form div input[type=radio] {
    width: 50px;
  }
  .event .contact_form div.checkbox dd, .event .contact_form div.radio dd {
    line-height: 30px;
    width: 80%;
  }
  .event .contact_form div input#chance-text01, .event .contact_form div input#chance-text02 {
    margin-left: 1em;
  }
  .contact .contact_form .link01, .event .contact_form .link01 {
    display: inline-block;
    width: 20%;
    min-width: 130px;
    font-size: 16px;
    cursor: pointer;
    margin: auto;
  }
  .contact #art_contact > h2 {
    font-size: 22px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 1px;
    padding: 0;
    margin-left: -35px;
    margin-bottom: 20px;
    top: 0;
  }
  .contact #art_contact > h2::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #248AD2;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
  }
  .contact #art_contact > p {
    text-align: left;
    width: 390px;
    margin: auto;
  }
  /* contact end */
  /* event */
  .event .div_h3 {
    margin-top: 50px;
    border-top: 1px solid #fff;
    padding-top: 15px;
  }
  .event .img_con {
    max-width: 230px;
    margin: 30px 0 15px 20px;
    float: right;
  }
  .event .img_con img {
    width: 100%;
  }
  .event .img_con p {
    text-align: right;
  }
  .dl_schedule .dl_schedule_notice {
    position: absolute;
    top: 0;
    left: 5em;
    margin: 0;
  }
  .event .div_link {
    display: flex;
  }
  .event .div_link .rightbox {
    width: 350px;
    padding-left: 50px;
	margin-bottom: 30px;
  }
  .event .div_link .wrap {
    border-bottom: 1px solid #fff;
  }
  .event .div_link .wrap:first-of-type {
    border-top: 1px solid #fff;
  }
  .event .div_link input {
    display: none;
  }
  .event .div_link label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
  }
  .event .div_link .icon {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.5s;
  }
  .event .div_link .icon::before,
  .event .div_link .icon::after {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background-color: #fff;
    position: absolute;
  }
  .event .div_link .icon::before {
    left: 0;
    transform: rotate(45deg);
  }
  .event .div_link .icon::after {
    right: 0;
    transform: rotate(-45deg);
  }
  .event .div_link .ul01 {
    margin: 0;
	padding: 0;
  }
  .event .div_link .ul01 li {
    height: 0;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 17px;
    margin: 0;
    overflow-y: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .event .div_link input:checked ~ .ul01 li {
    height: auto;
	margin-bottom: 5px;
    opacity: 1;
  }
  .event .div_link input:checked ~ .ul01 li:last-of-type {
	margin-bottom: 15px !important;
  }
  .event .div_link input:checked ~ label .icon {
    transform: rotate(180deg);
  }
  .event .div_link .ul01 li::after {
    width: 5px;
    height: 5px;
    top: 7px;
	left: 0;
  }
  /* event end */
}
@media screen and (min-width: 680px) and (max-width: 1070px) {
  header .header_logo {
    width: 65%;
    min-width: 520px;
    margin-left: 15px;
  }
  header .header_logo .logo_top {
    width: 25%;
  }
}
@media screen and (min-width: 680px) and (max-width: 1000px) {
  /* contents-parts */
  header .inner {
    width: 100%;
  }
  .bt_menu_sp {
    display: block;
  }
  #gloval_nav {
    width: 100%;
    background: #050a24;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval_nav .header_logo {
    display: block;
    top: 2%;
    left: 20px;
  }
  #gloval_nav nav {
    top: auto;
    right: auto;
    position: relative;
  }
  #gloval_nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
  }
  #gloval_nav ul {
    list-style: none;
    display: block;
  }
  #gloval_nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease;
  }
  #gloval_nav ul li:nth-child(2) {
    transition-delay: .15s;
  }
  #gloval_nav ul li:nth-child(3) {
    transition-delay: .3s;
  }
  #gloval_nav ul li:nth-child(4) {
    transition-delay: .45s;
  }
  #gloval_nav ul li:nth-child(5) {
    transition-delay: .6s;
  }
  #gloval_nav li a, #gloval_nav li:last-of-type a {
    border: none;
    font-size: 30px;
    margin-bottom: 25px;
  }
  #gloval_nav li a:hover {
    background: none;
    color: #248AD2;
  }
  .bt_menu_sp {
    top: 36%;
    margin: 0;
  }
  .contentsmain_wrap {
    width: 100%;
    min-width: auto;
    z-index: 1;
  }
  .footer_main {
    display: block;
    text-align: center;
    padding: 0 3%;
  }
  .footer_main p {
    text-align: center;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .footer_main p span {
    font-size: 16px;
  }
  .footer_main ul {
    width: 100%;
    max-width: 980px;
    margin: auto;
  }
  section {
    width: 100%;
  }
  .art_contents {
    padding: 0 3%;
  }
  /* contents-parts end */
  /* index */
  .box .roll-stop {
    left: 0;
  }
  .box .div_hnrc {
    width: 90%;
  }
  .box .div_hnrc img {
    max-width: max-content;
    width: 100%;
  }
  /* spirit_legality */
  #sec_spirit_legality #art_spirit {
    padding-top: 15%;
  }
  #sec_spirit_legality #art_legality {
    padding-top: 0;
  }
  /* index end */
  /* faci */
  .faci #sec_access #art_access .div_h3 {
    display: block;
  }
  .faci #sec_access #art_access .div_h3 iframe {
    width: 100%;
    height: 300px;
  }
  .faci #sec_access #art_access .div_h3 div {
    margin-left: 0;
  }
  /* faci end */
}
@media (max-width: 679px) {
  /*  common  */
  .ul01 li {
    margin-left: 20px;
  }
  .ul01 li::after {
    top: 9px;
  }
  /*  common end */
  /* contents-parts */
  body {
    background: none;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/common/back01.jpg) center no-repeat;
    background-size: cover;
  }
  header {
    width: 100%;
    background: #00000052;
    z-index: 999;
  }
  header .inner {
    width: 100%;
    padding: 15px 0;
  }
  header .header_logo {
    display: inline-block;
    width: 80%;
    margin-left: 15px;
  }
  header .header_logo a {}
  header .header_logo .logo_top {
    display: inline-block;
    width: 45%;
    max-width: 200px;
    margin-right: 2%;
    vertical-align: middle;
  }
  /*header .header_logo .headerlogo{
  display: none;
  width: 80%;
  max-width: 600px;
  vertical-align: middle;
}*/
  .bt_menu_sp {
    display: block;
    margin-top: 10%;
    top: 0;
    right: 10%;
  }
  #gloval_nav {
    background: #050a24;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility 5s ease;
  }
  #gloval_nav .header_logo {
    margin: 0 auto 20px;
  }
  #gloval_nav .header_logo .logo_top {
    width: 45%;
    max-width: 284px;
  }
  #gloval_nav a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-decoration: none;
    padding: 5px 0;
    transition: color .6s ease;
  }
  #gloval_nav ul {
    list-style: none;
  }
  #gloval_nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease;
  }
  #gloval_nav ul li:nth-child(2) {
    transition-delay: .15s;
  }
  #gloval_nav ul li:nth-child(3) {
    transition-delay: .3s;
  }
  #gloval_nav ul li:nth-child(4) {
    transition-delay: .45s;
  }
  #gloval_nav ul li:nth-child(5) {
    transition-delay: .6s;
  }
  #gloval_nav ul li:nth-child(6) {
    transition-delay: .75s;
  }
  .contentsmain_wrap {
    width: 100%;
    background: #00000052;
    z-index: 1;
  }
  .contentsmain {
    margin: 0;
    padding: 110px 0 0;
  }
  #gotop_wrap {
    width: 100%;
    margin: 40px auto 20px;
    position: relative;
    z-index: 1000;
  }
  #gotop {
    text-align: right;
    padding-right: 20px;
  }
  #gotop img {
    width: 25%;
    height: auto;
  }
  footer {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #050a24;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#30000000, EndColorStr=#30000000);
    position: relative;
  }
  footer:not(:target) {
    filter: none;
    -ms-filter: none;
  }
  footer > a img {
    width: 160px;
    margin: 20px 0 5px;
  }
  footer > p {
    line-height: 23px;
    margin: 0 10px 15px;
  }
  footer > p span {
    font-weight: bold;
    font-size: 14px;
  }
  .footer_main, footer .footer_nav ul {
    margin: 5px 5% 15px;
  }
  .footer_main ul, footer .footer_nav ul {
    text-align: left;
  }
  .footer_main ul li {
    margin-bottom: 10px;
  }
  .footer_main ul li span {
    display: block;
    width: max-content;
    border: 1px solid;
    padding: 0 10px;
    margin-right: 5px;
  }
  footer .footer_nav {
    background: #248AD2;
    padding: 5px;
  }
  footer .footer_nav ul {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin: auto;
  }
  footer .footer_nav ul li {
    width: 50%;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  footer .footer_nav ul li:nth-of-type(2n) {
    border-right: none;
  }
  footer .footer_nav ul li:last-of-type {
    border-bottom: none;
  }
  footer .footer_nav ul a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px 0;
  }
  footer .copy {
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    margin: 0;
  }
  .contentsmain h2 {
    display: block;
    color: #fff;
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 1.5;
    font-family: "游明朝", "ヒラギノ明朝 Pro W3", serif;
    margin: auto;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .contentsmain section:nth-of-type(n+2) h2 {
    top: -30px;
  }
  .contentsmain h2 span {
    display: block;
    font-size: 15px;
  }
  .contentsmain h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .div_h3 h3 {
    display: inline-block;
    padding: 0;
    margin-left: 20px;
    position: relative;
  }
  .div_h3 h3:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fff;
    margin-left: -15px;
    position: relative;
    top: -7px;
    left: -5px;
  }
  section {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    padding: 60px 5% 5%;
    position: relative;
  }
  .art_contents {
    display: block;
    height: 100%;
    margin: 0 auto 60px;
    position: relative;
    overflow: hidden;
  }
  .art_contents > div {
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: left;
  }
  /* contents-parts end */
  /* index */
  #pagetop header {
    background: none;
    position: absolute;
    top: 0;
  }
  #pagetop .contentsmain_wrap {
    background: rgba(0, 0, 0, 0.3);
  }
  #pagetop .contentsmain {
    padding: 0;
  }
  #pagetop .box_inner {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  #pagetop .box_inner .topmain {
    padding: 30% 0 180px;
  }
  header .ul_link {
    margin-top: 10px;
    margin-left: 35px;
    line-height: 22px;
  }
  #sec_concept #art_concept {
    height: 80%;
    overflow: hidden;
  }
  .box .roll-stop {
    width: 10%;
    min-width: 130px;
    margin: auto;
    top: auto;
    bottom: 125px;
    right: 0;
    left: 0;
  }
  .box .roll-stop a {
    width: 100%;
    height: auto;
    padding: 2% 1%;
  }
  .box .roll-text {
    padding: 0;
    margin: 0 5%;
  }
  .box .roll-text h3, #pagetop .lightbox h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }
  .box .roll-text p {
    font-size: 16px;
  }
  .box .div_hnrc {
    width: 100%;
    text-align: left;
    padding: 0 2%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .box .div_hnrc img {
    width: 100%;
  }
  .box .div_hnrc .im_slogan01 {
    margin-bottom: 10%;
    width: 75%;
  }
  .box a.link01 {
    width: 25%;
    min-width: 130px;
    text-align: center;
    letter-spacing: 2px;
    margin: auto;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .box .lightbox {
    display: none;
  }
  .box h3, #pagetop .lightbox h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  #pagetop .lightbox p {
    line-height: 1.6;
  }
  /* spirit_legality */
  #pagetop .contentsmain .main {
    border-top: none;
  }
  #sec_spirit_legality #art_legality {
    padding: 0;
  }
  #sec_spirit_legality .divbox01 {
    padding: 20px 25px;
  }
  #sec_spirit_legality .scene_con li img {
    max-width: 100%;
  }
  #pagetop .featherlight .featherlight-content {
    padding: 0;
    margin: auto;
    width: 85%;
    max-height: 90%;
  }
  #pagetop .lightbox {
    padding: 40px 20px 35px;
  }
  /* index end */
  /* outline */
  #sec_outline #art_outline .logo_top {
    display: block;
    width: 60%;
    max-width: 150px;
    margin-bottom: 5px;
  }
  #sec_outline #art_outline .table01 th, #sec_outline #art_outline .table01 td {
    padding: 10px;
  }
  #sec_outline #art_outline .table01 th {
    width: 30%;
    min-width: 135px;
  }
  /* outline end */
  /* faci */
  /*#sec_faci{
  width: 90%;
}*/
  #sec_faci .swiper-container-autoheight {
    padding-bottom: 20px;
  }
  #sec_faci .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  #sec_faci .swiper-pagination-bullet {
    background: #fff;
  }
  #sec_faci .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  #sec_faci #art_faci .div_h3 .swiper-container img {
    width: 100%;
    height: 100%;
  }
  .faci #sec_faci #art_faci .div_h3 .ul01 {
    margin-top: 15px;
  }
  .faci #sec_access #art_access .div_h3 {
    display: block;
  }
  .faci #sec_access #art_access .div_h3 iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
  }
  .faci #sec_access #art_access .div_h3 p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .faci #sec_access #art_access .div_h3 .dl01 {
    margin-bottom: 25px;
  }
  .faci #sec_access #art_access .div_h3 .dl01 dd {
    margin-left: 75px;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex .sns_fb {
    margin: 15px 0;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex .sns_fb a {
    display: inline-block;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex .sns_fb img {
    width: 40px;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex .sns_insta img {
    width: 40px;
    margin: 15px;
  }
  .faci #sec_access #art_access .div_h3 .sns_flex {
    display: flex;
  }
  .faci #sec_access #art_access .fly_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 15px;
  }
  .faci #sec_access #art_access .fly_info a {
    width: 100%;
    background: #248AD2;
    margin-bottom: 10px;
  }
  .faci #sec_access #art_access .fly_info p {
    padding: 10px 0;
    text-align: center;
  }
  .eq-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #007aff;
    padding: 15px;
    margin-bottom: 20px;
  }
  /* faci end */
  /* contact */
  .contact #sec_contact #art_contact p {
    margin-bottom: 10px;
  }
  .contact #sec_contact #art_contact p.f_b, .contact #sec_contact #art_contact p.text_st01 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .contact .contact_form, .event .contact_form {
    text-align: center;
    margin: 30px auto;
  }
  .contact .contact_form div, .event .contact_form div {
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: left;
  }
  .contact .contact_form div label, .event .contact_form div label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: .5em;
  }
  .contact .contact_form div input, .contact .contact_form div textarea, .event .contact_form div input, .event .contact_form div textarea {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background: #ffffffff;
    border-radius: 2px;
    border: none;
    padding: 10px;
  }
  .event .contact_form div input[type=checkbox], .event .contact_form div input[type=radio] {
    width: 50px;
  }
  .event .contact_form div.checkbox dd, .event .contact_form div.radio dd {
    line-height: 30px;
    width: 100%;
  }
  .event .contact_form div input#chance-text01, .event .contact_form div input#chance-text02 {
    margin-left: 1em;
  }
  .contact .contact_form .link01, .event .contact_form .link01 {
    display: inline-block;
    width: 20%;
    min-width: 130px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: auto;
  }
  .contact .contact_form input[type="submit"], .event .contact_form input[type="submit"] {
    -webkit-appearance: none;
  }
  .contact #art_contact > h2 {
    font-size: 20px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 15px;
    top: 0;
  }
  .contact #art_contact > h2::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #248AD2;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
  }
  .contact #art_contact > p {
    text-align: left;
    font-size: 16px;
  }
  /* about end */
  /* event */
  .event .div_h3 {
    margin-top: 50px;
    border-top: 1px solid #fff;
    padding-top: 15px;
  }
  .event .img_con {
    display: block;
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .event .img_con img {
    width: 100%;
  }
  .event .div_link .leftbox {
	margin-bottom: 20px;
  }
  .event .div_link .rightbox {
	margin-bottom: 30px;
  }
  .event .div_link .wrap {
    border-bottom: 1px solid #fff;
  }
  .event .div_link .wrap:first-of-type {
    border-top: 1px solid #fff;
  }
  .event .div_link input {
    display: none;
  }
  .event .div_link label {
    display: block;
    font-weight: bold;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
  }
  .event .div_link .icon {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.5s;
  }
  .event .div_link .icon::before,
  .event .div_link .icon::after {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background-color: #fff;
    position: absolute;
  }
  .event .div_link .icon::before {
    left: 0;
    transform: rotate(45deg);
  }
  .event .div_link .icon::after {
    right: 0;
    transform: rotate(-45deg);
  }
  .event .div_link .ul01 {
    margin: 0;
	padding: 0;
  }
  .event .div_link .ul01 li {
    height: 0;
    font-size: 13px;
    line-height: 1.4;
    padding-left: 17px;
    margin: 0;
    overflow-y: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .event .div_link input:checked ~ .ul01 li {
    height: auto;
	margin-bottom: 5px;
    opacity: 1;
  }
  .event .div_link input:checked ~ .ul01 li:last-of-type {
	margin-bottom: 15px !important;
  }
  .event .div_link input:checked ~ label .icon {
    transform: rotate(180deg);
  }
  .event .div_link .ul01 li::after {
    width: 5px;
    height: 5px;
    top: 7px;
	left: 0;
  }
  /* event end */
}