@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}

.win body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
a:hover {
  color: #000;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*
1：全体のレイアウト
------------------------------------------------------------
*/
header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 10px 80px 10px 130px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .header_box {
    padding: 10px 20px 10px 60px;
  }
}
@media screen and (max-width: 767px) {
  .header_box {
    height: 60px;
    padding: 10px 15px 10px 45px;
  }
}
@media screen and (min-width: 768px) {
  .header_box {
    transition: 0.2s;
  }
  .header_box::before {
    transition: 0.2s;
  }
  .header_box .header_left {
    transition: 0.2s;
  }
  .header_box.is-animation {
    height: 80px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header_box.is-animation {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .header_box.is-animation::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header_box.is-animation::before {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .header_box.is-animation .header_left {
    width: 200px;
  }
}
.header_box::before {
  content: "";
  width: 100px;
  height: 120px;
  background: #CA5393;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .header_box::before {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header_box::before {
    width: 30px;
    height: 60px;
  }
}

.header_left {
  width: 345px;
}
@media screen and (max-width: 1100px) {
  .header_left {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header_left {
    width: 172px;
    margin: auto;
  }
}
.header_left a {
  display: block;
}

.header_right {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .header_right {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-toggle-btn {
    float: right;
    height: 28px;
    width: 28px;
    background: url(../images/hmb.png) no-repeat center/cover;
    border: none;
  }
  .nav-toggle-btn.open {
    background: url(../images/close.png) no-repeat center/cover;
  }
  ul.menuList_sp {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 5;
    margin: 0 0 0 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
  ul.menuList_sp li {
    display: block;
    width: 100%;
    margin: 0;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    padding: 15px 0;
  }
  ul.menuList_sp li:last-child {
    border: none;
    margin-bottom: 1em;
  }
  ul.menuList_sp li a {
    display: block;
    color: #fff;
    font-size: 1.28em;
    line-height: 1.4;
  }
  ul.menuList_sp li span {
    display: block;
    font-size: 0.78em;
  }
  ul.menuList_sp li a {
    display: block;
  }
}
#container {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#content {
  padding: 0 0 0 0;
  margin: 0 auto 0;
  clear: both;
  overflow: hidden;
  width: 100%;
}

#footerWrap {
  clear: both;
  width: 100%;
  overflow: hidden;
}

#footer {
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  padding: 70px 3% 50px;
  background: #000;
  text-align: center;
}

.section {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}
.section.line {
  padding: 110px 0 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section.line {
    padding: 60px 0 50px;
  }
}
.section.line::before {
  content: "";
  width: 1px;
  height: 90px;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section.line::before {
    height: 50px;
  }
}

.section_contents:not(:last-child) {
  margin: 0 0 90px;
}
@media screen and (max-width: 767px) {
  .section_contents:not(:last-child) {
    margin: 0 0 50px;
  }
}

.inner {
  width: 100%;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.inner_lv2 {
  max-width: 1010px;
  margin: 0 auto;
}

.inner_s {
  width: 100%;
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto;
}

.pm10 {
  margin: 0 0 1em;
}
.pm15 {
  margin: 0 0 1.5em;
}
.pm20 {
  margin: 0 0 2em;
}

.bg_01 {
  background: url(../images/bg_01.jpg) repeat-y top center/100%;
}
@media screen and (max-width: 767px) {
  .bg_01 {
    background-size: 215%;
  }
}
.bg_02 {
  background-color: #f7f7f7;
}
.bg_gray {
  background: #e9e9ea;
}
.bg_beige {
  background: #f7f4ec;
}

@keyframes rotate {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.txt_s {
  font-size: 0.87em;
}
.txt_right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .txt_right {
    text-align: left;
  }
}
.txt_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}

/*
4:ナビゲーション系
------------------------------------------------------------
*/
#gnavi {
  font-family: "Noto Serif JP", serif;
}
#gnavi ul {
  display: flex;
  justify-content: flex-end;
}
#gnavi ul li {
  text-align: center;
  margin: 0 2.5em 0 0;
}
#gnavi ul li:last-child {
  margin: 0;
}
#gnavi ul li a {
  display: block;
  color: #fff;
  font-size: 1.42em;
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0 0 12px;
}
@media screen and (max-width: 1100px) {
  #gnavi ul li a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 900px) {
  #gnavi ul li a {
    font-size: 1em;
  }
}
#gnavi ul li a span {
  display: block;
  font-size: 0.65em;
}
#gnavi ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}
#gnavi ul li a:hover::after {
  bottom: -1px;
}

ul.snsList {
  margin-bottom: 30px;
}
ul.snsList li {
  display: inline-block;
  margin: 0 0.5em;
}
ul.snsList li a {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
ul.snsList li a:hover {
  color: #c7c7c7;
}
ul.snsList li img {
  width: 19px;
  margin-top: 3px;
}

#footer p {
  color: #fff;
  line-height: 2.3;
  margin-bottom: 30px;
}

ul.fNavi li {
  display: inline-block;
  margin-right: 1%;
}
ul.fNavi li a {
  color: #fff;
  text-decoration: underline;
}

.logo_50 {
  max-width: 200px;
  width: 40%;
  margin: 3em auto 0;
}

.copy {
  clear: both;
  padding: 0 4% 1em;
  text-align: center;
  line-height: 1.5;
  background: #000;
  color: #fff;
  font-size: 0.8em;
}

/*
------------------------------------------------------------
*/
.main_visual {
  background-color: #e95520;
  overflow: hidden;
}
.main_visual .mv_img img {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes mvdown {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fade {
  opacity: 0;
}
.fade.fade_in {
  animation: fadeIn 1s 0.75s forwards;
}

.mv_01 {
  opacity: 0;
  animation: mvdown 0.5s 1.5s forwards;
}

.mv_02 {
  opacity: 0;
  animation: mvdown 0.5s 1.75s forwards;
}

.date_box {
  background: #CA5393;
  padding: 1em 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .date_box {
    padding: 0.5em 0;
  }
}

.date_jp {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .date_jp {
    line-height: 1.2;
  }
}
.date_jp .small {
  font-size: 2.14em;
}
@media screen and (max-width: 1100px) {
  .date_jp .small {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .date_jp .small {
    font-size: 0.85em;
  }
}
.date_jp .medium {
  font-size: 2.85em;
}
@media screen and (max-width: 1100px) {
  .date_jp .medium {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .date_jp .medium {
    font-size: 1em;
  }
}
.date_jp .large {
  font-size: 5.7em;
}
@media screen and (max-width: 1100px) {
  .date_jp .large {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .date_jp .large {
    font-size: 2em;
  }
}

.date_en {
  font-family: "Asap Condensed", sans-serif;
  font-size: 2.14em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .date_en {
    font-size: 0.9em;
  }
}

#overview {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  #overview {
    padding: 50px 0;
  }
}

.main_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5em;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-align: center;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 1.75em;
    letter-spacing: 0.1em;
    margin: 0 0 1.25em;
  }
}
.main_ttl span {
  font-size: 0.5em;
  letter-spacing: 0.08em;
  display: block;
  margin: 0.25em 0 0;
}
.main_ttl.border {
  padding: 0 0 65px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_ttl.border {
    padding: 0 0 45px;
  }
}
.main_ttl.border::before {
  content: "";
  width: 1px;
  height: 55px;
  border-right: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main_ttl.border::before {
    height: 35px;
  }
}

.sub_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}

.lbl_heading {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background-color: #23294C;
  display: grid;
  place-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 70px;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .lbl_heading {
    margin-bottom: 50px;
    font-size: 1.5em;
    height: 60px;
  }
}

.overview_contents {
  max-width: 980px;
  margin: auto;
}
.overview_contents .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview_contents .txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .overview_contents .txt {
    margin-bottom: 1.5em;
  }
}

.box_txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .box_txt {
    width: 100%;
  }
}

.box_img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .box_img {
    width: 94%;
    margin: 0 auto 1.5em;
    position: relative;
    top: 0;
    left: 0;
  }
}

@keyframes scrollIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scroll_up {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scroll_left {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scroll_right {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.scroll, .scroll02, .scroll03 {
  opacity: 0;
  transform: translateY(10px);
}

.scroll.scroll_in {
  animation: scrollIn 0.8s forwards;
}

.scroll02.scroll_in {
  animation: scrollIn 0.8s 0.2s forwards;
}
@media screen and (max-width: 767px) {
  .scroll02.scroll_in {
    animation: scrollIn 0.8s forwards;
  }
}

.scroll03.scroll_in {
  animation: scrollIn 0.8s 0.4s forwards;
}
@media screen and (max-width: 767px) {
  .scroll03.scroll_in {
    animation: scrollIn 0.8s forwards;
  }
}

.scroll_up {
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.scroll_in {
  animation: scroll_up 0.5s forwards;
}

.scroll_left {
  transform: translateX(-30px);
  opacity: 0;
}
.scroll_left.scroll_in {
  animation: scroll_left 0.5s forwards;
}

.scroll_right {
  transform: translateX(30px);
  opacity: 0;
}
.scroll_right.scroll_in {
  animation: scroll_right 0.5s forwards;
}

.txt {
  font-size: 1.14em;
}
@media screen and (max-width: 767px) {
  .txt {
    font-size: 1em;
  }
}

.english_section {
  margin: 6em 0 0;
}
@media screen and (max-width: 767px) {
  .english_section {
    margin: 3em 0 0;
  }
}
.english_section dt {
  display: inline-block;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: 1.42em;
  padding: 0 20px 0 50px;
  position: relative;
}
.english_section dt::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 45%;
}
.english_section dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 45%;
  right: 0;
  transition: 0.3s;
}
.english_section dt.dropdown_toggle::after {
  transform: rotate(180deg);
}
.english_section dd {
  display: none;
  max-width: 980px;
  margin: 0 auto;
  padding: 2em 0 0;
}
.english_section .txt:not(:last-child) {
  margin-bottom: 1.5em;
}

.en_ttl {
  font-family: "Asap Condensed", sans-serif;
  font-size: 1.28em;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .en_ttl {
    font-size: 1em;
    margin: 0 0 1em;
  }
}
.en_ttl span {
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .en_ttl span {
    font-size: 1.8em;
    line-height: 1.2;
  }
}

.intro_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.21em;
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .intro_ttl {
    font-size: 1em;
    margin: 0 0 1.5em;
  }
}

.list_point {
  max-width: 980px;
  margin: auto;
}
.list_point li:nth-child(even) .wrap {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .list_point li:nth-child(even) .ttl {
    padding: 1em 0 0.5em 32px;
  }
}
@media screen and (min-width: 768px) {
  .list_point li:nth-child(even) .txt {
    padding: 0 0 0 32px;
  }
}
.list_point li:not(:last-child) {
  margin: 0 0 6em;
}
@media screen and (max-width: 767px) {
  .list_point li:not(:last-child) {
    margin: 0 0 3em;
  }
}
@media screen and (min-width: 768px) {
  .list_point li.point_01 .desc {
    width: 54%;
  }
}
@media screen and (min-width: 768px) {
  .list_point li.point_01 .img {
    width: 46%;
  }
}
.list_point li.point_01 figure:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .list_point li.point_02 .desc {
    width: 54%;
  }
}
@media screen and (min-width: 768px) {
  .list_point li.point_02 .img {
    width: 46%;
  }
}
@media screen and (min-width: 768px) {
  .list_point li.point_03 .desc {
    width: 54%;
  }
}
@media screen and (min-width: 768px) {
  .list_point li.point_03 .img {
    width: 46%;
  }
}
.list_point li.point_03 .img figure:nth-of-type(1) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .list_point li.point_04 .desc {
    width: 54%;
  }
}
@media screen and (min-width: 768px) {
  .list_point li.point_04 .img {
    width: 46%;
  }
}
.list_point .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_point .wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .list_point .desc {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .list_point .img {
    width: 100%;
  }
}
.list_point .num {
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .list_point .num {
    font-size: 1.28em;
    margin-bottom: 0.5em;
  }
}
.list_point .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  line-height: 1.5;
  padding: 1em 32px 0.5em 0;
  margin: 0 0 0.5em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .list_point .ttl {
    font-size: 1.5em;
    text-align: center;
    padding: 0 0 0.5em;
    margin: 0 0 0.75em;
  }
}
.list_point .txt {
  padding: 0 32px 0 0;
}
@media screen and (max-width: 767px) {
  .list_point .txt {
    padding: 0;
  }
}
.list_point .img_ttl {
  line-height: 1.5;
  margin: 0.5em 0 0;
}
@media screen and (max-width: 767px) {
  .list_point .img_ttl {
    font-size: 0.85em;
  }
}
.list_point .img_ttl_2 {
  line-height: 1.5;
  padding: 0.5em 1em 1em;
  text-align: center;
  background-color: #fff;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .list_point .img_ttl_2 {
    font-size: 0.85em;
  }
}

.list_special > li {
  background-color: #F7F7F7;
  padding: 60px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .list_special > li {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .list_special > li {
    padding: 20px 30px;
  }
}
.list_special > li:last-of-type {
  margin-bottom: 0;
}
.list_special > li:nth-of-type(1) .txt_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(1) .txt_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_special > li:nth-of-type(1) .txt_wrap .ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  position: relative;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(1) .txt_wrap .ttl_01 {
    font-size: 1.25em;
  }
}
.list_special > li:nth-of-type(1) .txt_wrap .ttl_01::after {
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  margin-top: 5px;
  background-color: #000000;
}
.list_special > li:nth-of-type(1) .txt_wrap .ttl_02 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(1) .txt_wrap .ttl_02 {
    font-size: 1.5em;
  }
}
.list_special > li:nth-of-type(1) .txt_wrap .ttl_02 > span {
  font-size: 0.68em;
}
.list_special > li:nth-of-type(1) .img_wrap_01 {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(1) .img_wrap_01 {
    width: 100%;
  }
}
.list_special > li:nth-of-type(1) .img_wrap_01 img {
  display: block;
}
.list_special > li:nth-of-type(1) .img_wrap_01 img:nth-of-type(1) {
  width: 43%;
}
.list_special > li:nth-of-type(1) .img_wrap_01 img:nth-of-type(2) {
  width: 52%;
}
.list_special > li:nth-of-type(2) .txt_wrap {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(2) .txt_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_special > li:nth-of-type(2) .txt_wrap .ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  position: relative;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(2) .txt_wrap .ttl_01 {
    font-size: 1.25em;
  }
}
.list_special > li:nth-of-type(2) .txt_wrap .ttl_01::after {
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  margin-top: 5px;
  background-color: #000000;
}
.list_special > li:nth-of-type(2) .txt_wrap .ttl_02 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(2) .txt_wrap .ttl_02 {
    font-size: 1.5em;
  }
}
.list_special > li:nth-of-type(2) .txt_wrap .ttl_02 > span {
  font-size: 0.68em;
}
.list_special > li:nth-of-type(2) .img_wrap_01 {
  width: 58%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(2) .img_wrap_01 {
    width: 100%;
  }
}
.list_special > li:nth-of-type(2) .img_wrap_01 img {
  display: block;
}
.list_special > li:nth-of-type(2) .img_wrap_01 img:nth-of-type(1) {
  width: 35%;
}
.list_special > li:nth-of-type(2) .img_wrap_01 img:nth-of-type(2) {
  width: 60%;
}
.list_special > li:nth-of-type(3) .txt_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(3) .txt_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_special > li:nth-of-type(3) .txt_wrap .ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  position: relative;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(3) .txt_wrap .ttl_01 {
    font-size: 1.25em;
  }
}
.list_special > li:nth-of-type(3) .txt_wrap .ttl_01::after {
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  margin-top: 5px;
  background-color: #000000;
}
.list_special > li:nth-of-type(3) .txt_wrap .ttl_02 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(3) .txt_wrap .ttl_02 {
    font-size: 1.5em;
  }
}
.list_special > li:nth-of-type(3) .txt_wrap .ttl_02 > span {
  font-size: 0.68em;
}
.list_special > li:nth-of-type(3) .img_wrap_01 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_special > li:nth-of-type(3) .img_wrap_01 {
    width: 100%;
  }
}

.m60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .m60 {
    margin-bottom: 2.5em;
  }
}

.m75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .m75 {
    margin-bottom: 3em;
  }
}

.txt_center {
  text-align: center;
}

.point_box {
  max-width: 980px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .point_box {
    margin: 3em auto 0;
  }
}
.point_box .img_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.point_box .img_wrap img {
  display: block;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .point_box .img_wrap img {
    width: 100%;
  }
  .point_box .img_wrap img:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
.point_box .text_wrap {
  font-size: 1.14em;
}

.box_events {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  width: 100%;
  padding: 3em 60px;
  margin: auto;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .box_events {
    padding: 25px 15px;
  }
}
.box_events > div {
  width: 100%;
}
.box_events .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8125em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .box_events .ttl {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.box_events .desc {
  font-size: 1.14em;
  line-height: 2;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .box_events .desc {
    line-height: 1.8;
  }
}

.box_events_1 {
  margin: 0 auto 40px;
}

.box_events_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.box_events_2 .img_wrap {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .box_events_2 .img_wrap {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.box_events_2 .img_wrap img {
  width: 100%;
}
.box_events_2 .contents_wrap {
  width: 69%;
}
@media screen and (max-width: 767px) {
  .box_events_2 .contents_wrap {
    width: 100%;
  }
}
.box_events_2 .contents_wrap .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8125em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .box_events_2 .contents_wrap .ttl {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}

.table_event {
  width: 100%;
}
.table_event tr th {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  width: 30%;
  text-align: center;
  border-right: solid 5px #F7F7F7;
  border-bottom: solid 5px #F7F7F7;
  font-size: 1.14em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table_event tr th {
    font-size: 1em;
    padding: 10px 10px;
  }
}
.table_event tr td {
  width: 70%;
  background-color: #fff;
  padding: 10px 20px;
  border-bottom: solid 5px #F7F7F7;
  font-size: 1.14em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table_event tr td {
    font-size: 1em;
    padding: 10px 10px;
  }
}
.table_event tr:last-of-type th, .table_event tr:last-of-type td {
  border-bottom: none;
}

.exhibition_works_img {
  margin: 0 0 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exhibition_works_img {
    margin: 0 0 10px;
  }
}
.exhibition_works_ttl {
  font-size: 1.14em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .exhibition_works_ttl {
    font-size: 0.87em;
    line-height: 1.5;
  }
}

.list_img {
  max-width: 980px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .list_img {
    margin: 0 auto 30px;
  }
}
.list_img figure {
  text-align: center;
}
.list_img a {
  display: block;
}
.list_img .ttl {
  font-size: 1.14em;
  line-height: 1.5;
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .list_img .ttl {
    font-size: 0.85em;
  }
}
.list_img.works_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .list_img.works_01 {
    gap: 30px;
  }
}
.list_img.works_01 figure {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .list_img.works_01 figure {
    width: 100%;
  }
}
.list_img.works_01 figure img {
  aspect-ratio: 450/310;
  -o-object-fit: contain;
     object-fit: contain;
}
.list_img.works_02 figure {
  width: calc(50% - 40px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_img.works_02 figure {
    width: 100%;
  }
}
.list_img.works_02 figure img {
  aspect-ratio: 450/310;
  -o-object-fit: contain;
     object-fit: contain;
}

.txt_ticket {
  text-align: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .txt_ticket {
    text-align: left;
    margin: 0 0 2em;
  }
}

.note_ticket {
  text-align: center;
  margin: 1em 0 0;
}

.museum_information {
  font-size: 1.14em;
  text-align: center;
  margin: 0 0 4em;
}
@media screen and (max-width: 767px) {
  .museum_information {
    font-size: 1em;
    margin: 0 0 3em;
  }
}

.table_information {
  width: 100%;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .table_information {
    margin: 0;
  }
}
.table_information th {
  width: 35%;
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  padding: 0 140px 2em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table_information th {
    display: block;
    width: 100%;
    padding: 0 0 0.5em;
  }
}
.table_information th::after {
  content: "";
  width: 120px;
  height: 1px;
  background: #323232;
  position: absolute;
  right: 0;
  top: 1.2em;
}
@media screen and (max-width: 767px) {
  .table_information th::after {
    bottom: 0;
    top: auto;
    width: 100%;
  }
}
.table_information th p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.71em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table_information th p {
    font-size: 1.5em;
  }
}
.table_information th span {
  font-family: "Asap Condensed", sans-serif;
  font-size: 0.8em;
  display: inline-block;
  margin: 0 0 0 0.2em;
}
.table_information td {
  padding: 0 0 2em 2.5em;
}
@media screen and (max-width: 767px) {
  .table_information td {
    display: block;
    width: 100%;
    padding: 0.8em 0 2.5em;
  }
}
.table_information td p {
  font-size: 1.14em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .table_information td p {
    font-size: 1em;
  }
}

.map {
  position: relative;
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .map {
    margin: 0 0 3em;
  }
}
.map::before {
  content: "";
  display: block;
  padding: 37% 0 0;
}
@media screen and (max-width: 767px) {
  .map::before {
    padding: 66% 0 0;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list_share {
  display: flex;
  justify-content: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .list_share {
    display: block;
  }
}
.list_share li {
  width: 46%;
  margin: 0 2%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .list_share li {
    width: 100%;
    margin: 0 auto;
  }
}
.list_share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em;
  font-size: 1.14em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_share li a {
    font-size: 1em;
  }
}
.list_share li span {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: sub;
  margin: 0 0.5em 0 0;
}
.list_share li span img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .list_share li span img {
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .list_share li.fb {
    margin: 0 auto 1em;
  }
}
.list_share li.fb a {
  border: 1px solid #3b5998;
}
@media screen and (max-width: 767px) {
  .list_share li.fb a {
    color: #fff;
    background: #3b5998;
  }
}
@media screen and (min-width: 768px) {
  .list_share li.fb a:hover {
    color: #fff;
    background: #3b5998;
  }
}
.list_share li.tw a {
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .list_share li.tw a:hover {
    background: #fff;
  }
}

.list_button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .list_button {
    display: block;
  }
}
.list_button li {
  width: 46%;
  margin: 0 2%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .list_button li {
    width: 100%;
    margin: 0 auto;
  }
  .list_button li:not(:last-child) {
    margin-bottom: 1em;
  }
}

/*
ボタン
------------------------------------------------------------
*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 36px;
  height: 78px;
  background: url(../images/pageTop.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 60px;
  }
}

a.btnB {
  display: block;
  max-width: 320px;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.14em;
  line-height: 1.5;
  padding: 1em 0.8em;
  margin: 0 auto;
  color: #fff;
  background: #000 url(../images/arrowW_r.svg) no-repeat center right 10px/5px;
}
a.btnB:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.6) url(../images/arrowB_r.svg) no-repeat center right 10px/5px;
}

a.btnDl {
  display: block;
  max-width: 320px;
  text-align: center;
  font-size: 1.14em;
  line-height: 1.5;
  padding: 0.8em;
  margin: 0 auto;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  a.btnDl {
    font-size: 1em;
  }
}
a.btnDl:hover {
  background: #d05726;
}
a.btnDl:not(:last-child) {
  margin: 0 auto 1em;
}
a.btnDl.pdf span {
  background-image: url(../images/icon_pdf.png);
}
a.btnDl.jpg span {
  background-image: url(../images/icon_jpg.png);
}
a.btnDl span {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 30px;
}
@media screen and (max-width: 767px) {
  a.btnDl span {
    padding: 0 0 0 25px;
    background-size: 20px;
  }
}

a.button_ticket {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: url(../images/arrow_down.svg) no-repeat center bottom 25px/16px 8px #23294C;
  position: fixed;
  bottom: 15px;
  right: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  a.button_ticket {
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: #23294C;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  a.button_ticket:hover {
    background-color: #C10021;
  }
}
a.button_ticket span {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.button_ticket span {
    font-size: 1em;
  }
}

/*loading
-------------------------------------------------------*/
#loader-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 10000;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.loading-logo {
  width: 200px;
  animation-name: scale;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .loading-logo {
    width: 150px;
    margin: 0 0 35%;
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=layout.css.map */