@charset "UTF-8";
/* rest */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

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

/* Unique rest */
body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
  flex-shrink: 0;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.25s;
}
a:focus, a:hover {
  opacity: 0.7;
}
a.el_link {
  text-decoration: underline;
}

/* layout */
.ly_container {
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .ly_container.mo__md {
    width: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .ly_container {
    padding-right: 0;
    padding-left: 0;
  }
  .ly_container.mo__mdx {
    width: 820px;
  }
}

@media screen and (max-width: 767px) {
  .ly_row > .ly_col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly_row {
    display: flex;
    flex-wrap: wrap;
  }
  .ly_row.mo__col2 > .ly_col {
    flex: calc(50% - 10px);
    margin-right: 20px;
  }
  .ly_row.mo__col2 > .ly_col:nth-of-type(even) {
    margin-right: 0;
  }
  .ly_row.mo__col3 > .ly_col {
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 30px;
  }
  .ly_row.mo__col3 > .ly_col:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* el_txt */
.el_nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
  font-size: inherit;
}

.el_em {
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}

.el_hd01 {
  color: #333;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  background-color: #fff;
  border: 1px solid #333;
  padding: 10px 50px;
  width: auto;
  display: table;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .el_hd01 {
    font-size: 2.4rem;
  }
}

.el_hd02 {
  color: #333;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 2rem;
}
@media screen and (min-width: 1200px) {
  .el_hd02 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.el_hd03 {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .el_hd03 {
    font-size: 2.4rem;
  }
}

.el_hd04 {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 1.4rem;
}
@media screen and (min-width: 1200px) {
  .el_hd04 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.el_lead {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 1.6rem;
}
@media screen and (min-width: 1200px) {
  .el_lead {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}

.el_p {
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0 0 1.3rem;
}
@media screen and (min-width: 1200px) {
  .el_p {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}

.el_noteList {
  margin: 0 0 1rem 1rem;
}
.el_noteList > li {
  color: #333;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  padding: 2px 0;
}
.el_noteList > li:before {
  content: "※";
  margin-left: -1rem;
}
@media screen and (min-width: 1200px) {
  .el_noteList {
    margin-bottom: 1.2rem;
  }
  .el_noteList > li {
    font-size: 1.2rem;
  }
  .el_noteList > li:before {
    margin-left: -1rem;
  }
}

.el_txt01 {
  text-align: center;
  margin: 0 0 1.6rem;
}
.el_txt01_txt {
  color: #004da0;
  font-size: 2.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffdf00 60%);
  display: inline;
  padding: 0 5px;
}
@media screen and (min-width: 1200px) {
  .el_txt01 {
    margin-bottom: 2.4rem;
  }
  .el_txt01_txt {
    font-size: 3.2rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.el_txt02 {
  color: #333;
  font-size: 2.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.4rem;
}
@media screen and (min-width: 1200px) {
  .el_txt02 {
    font-size: 3.2rem;
  }
}

.el_txt03 {
  color: #333;
  font-size: 2.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: -1rem 0 2rem;
}
@media screen and (min-width: 1200px) {
  .el_txt03 {
    font-size: 2.8rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
  }
}

.el_fukidaashi {
  text-align: center;
}
.el_fukidaashi_txt {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.6rem;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.el_fukidaashi_txt:before, .el_fukidaashi_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #666;
}
.el_fukidaashi_txt:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.el_fukidaashi_txt:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (min-width: 1200px) {
  .el_fukidaashi_txt {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}

.el_fig {
  text-align: center;
  margin: 0 0 1.3rem;
}
@media screen and (min-width: 1200px) {
  .el_fig {
    margin-bottom: 1.4rem;
  }
}
.el_fig.m__radius img {
  border-radius: 50%;
}

.el_badge {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: -40px;
  left: -20px;
  background-color: #0074bb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  padding: 10px;
  width: 80px;
  height: 80px;
  transform: rotate(-30deg);
}
@media screen and (min-width: 1200px) {
  .el_badge {
    font-size: 1.8rem;
    left: -30px;
    width: 100px;
    height: 100px;
  }
}

.el_illust {
  position: relative;
  text-align: center;
  margin: 0 0 1.3rem;
}
.el_illust img {
  width: 90px;
  padding-right: 10px;
  padding-left: 10px;
}
.el_illust img.mo__xl {
  width: 190px;
}
.el_illust img.mo__lg {
  width: 140px;
}
.el_illust img.mo__md {
  width: 80px;
}
@media screen and (min-width: 1200px) {
  .el_illust {
    margin-bottom: 1.4rem;
  }
}
.el_illust.mo__ani01 {
  animation: upDown01 2s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.el_illust.mo__ani02 {
  animation: upDown01 1.5s ease-in-out 1s infinite normal;
  animation-fill-mode: forwards;
}
.el_illust.mo__ani03 {
  animation: rotate01 1s ease-in-out 1s infinite normal;
  animation-fill-mode: forwards;
}

/* el_btn */
.el_btnWrapper {
  text-align: center;
}

.el_btn {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  min-width: 280px;
  max-width: 100%;
  padding: 20px 30px;
  background-color: #ffdf00;
  border: 2px solid #333;
  transition: 0.25s;
}
.el_btn:focus, .el_btn:hover {
  opacity: 0.7;
}
.el_btn.mo_lg {
  font-size: 2rem;
}
@media screen and (min-width: 1200px) {
  .el_btn {
    font-size: 1.8rem;
  }
  .el_btn.mo_lg {
    font-size: 2.4rem;
  }
}

.el_btn02 {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  max-width: 100%;
  transition: 0.25s;
}
.el_btn02:focus, .el_btn02:hover {
  opacity: 0.7;
}
.el_btn02.mo_lg {
  font-size: 2rem;
}
@media screen and (min-width: 1200px) {
  .el_btn02 {
    font-size: 1.8rem;
  }
  .el_btn02.mo_lg {
    font-size: 2.4rem;
  }
}

/* bl_cardMovie */
.bl_cardMovie {
  background-color: #fff;
  border: 1px solid #333;
  height: 100%;
}
.bl_cardMovie > *:last-child {
  margin-bottom: 0;
}
.bl_cardMovie_movie a {
  display: block;
  position: relative;
}
.bl_cardMovie_movie a::after {
  content: "";
  display: block;
  position: absolute;
  margin-top: -28px;
  margin-left: -28px;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C0C114.62%2C0%2C0%2C114.62%2C0%2C256s114.62%2C256%2C256%2C256%2C256-114.63%2C256-256S397.37%2C0%2C256%2C0ZM351.06%2C258.9l-144%2C85.95c-1.03.63-2.34.66-3.41.03-1.03-.59-1.69-1.7-1.69-2.94v-171.89c0-1.22.66-2.34%2C1.69-2.94%2C1.06-.61%2C2.38-.58%2C3.41.03l144%2C85.96c1.03.59%2C1.64%2C1.72%2C1.64%2C2.89s-.61%2C2.31-1.64%2C2.91Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_cardMovie_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_cardMovie_body {
  padding: 15px;
}
.bl_cardMovie_body > *:last-child {
  margin-bottom: 0;
}
.bl_cardMovie_hd {
  font-size: 16px;
  margin: 0 0 10px;
}
.bl_cardMovie_hd a {
  padding: 6px 9px 9px 11px;
  display: inline-block;
  background-color: #00489d;
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .bl_cardMovie_hd a {
    font-size: 18px;
  }
}
.bl_cardMovie_hd a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 0 0 6px;
  background-image: url(../../img/common/icon_externalLink02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: 0.1rem;
  opacity: 0.7;
}
.bl_cardMovie_txt {
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  border-left: 6px solid #ffdf00;
  padding: 0 0 0 10px;
}
.bl_cardMovie_performer {
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  display: inline-block;
  background-color: #eee;
  margin: 0 0 1rem;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .bl_cardMovie {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_cardMovie_hd {
    font-size: 2rem;
  }
  .bl_cardMovie_txt {
    font-size: 1.4rem;
  }
  .bl_cardMovie_performer {
    font-size: 1.4rem;
  }
}

@keyframes fadeInCard {
  0% {
    transform: translateY(56px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#itemWrapper .ly_col {
  opacity: 0;
  animation: fadeInCard 0.7s ease-in-out 0.4s normal forwards;
}

#videoModal {
  padding: 22px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 234, 89, 0.9);
  visibility: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
#videoModal.open-modal {
  z-index: 10;
  visibility: visible;
}
#videoModal.open-modal .modal-wrapper {
  position: relative;
  width: 100%;
  max-width: 768px;
}
#videoModal.open-modal #videoWrapper {
  padding-top: 56.25%;
  position: relative;
}
#videoModal.open-modal #videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videoModal .modal-content .close {
  position: absolute;
  top: -66px;
  right: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #000;
  color: #fff;
  font-size: 28px;
}

.el_video_filter {
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .el_video_filter {
    justify-content: flex-start;
  }
}
.el_video_filter li {
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .el_video_filter li {
    margin-right: 13px;
    margin-bottom: 13px;
  }
}
.el_video_filter li a {
  border: 1px solid #000;
  padding: 8px 13px;
  display: inline-flex;
  background-color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .el_video_filter li a {
    padding: 13px 22px;
    font-size: 16px;
  }
}
.el_video_filter li a:hover, .el_video_filter li a:focus {
  opacity: 1;
}
.el_video_filter li.is-active a {
  background-color: #000;
  color: #fff;
}

/* bl_box */
.bl_box {
  background-color: #fff;
  border: 1px solid #333;
  padding: 20px;
  width: 100%;
}
.bl_box > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bl_box {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_box {
    padding: 30px;
  }
}

.bl_onlineExhibitionWrapper {
  margin-top: 40px;
}
.bl_onlineExhibitionWrapper .bl_box {
  margin-bottom: 0;
}

.bl_onlineExhibition {
  text-align: center;
}
.bl_onlineExhibition .el_lead {
  margin-top: 1.6rem;
}

/* bl_box02 */
.bl_box02 {
  position: relative;
  background-color: #fff;
  margin: 0 0 20px;
  border: 1px solid #333;
  height: calc(100% - 20px);
}
.bl_box02_body {
  padding: 20px;
}
.bl_box02_body > *:last-child {
  margin-bottom: 0;
}
.bl_box02_footer {
  border-top: 1px solid #333;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 0 30px;
}
.bl_box02_footer > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .bl_box02 {
    margin-bottom: 40px;
    height: calc(100% - 40px);
  }
  .bl_box02::after {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(51, 51, 51) 10px, rgb(51, 51, 51) 12px);
    right: -10px;
    bottom: -10px;
  }
}

/* bl_link */
.bl_linkListTxt > li {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
.bl_linkListTxt > li > a {
  position: relative;
  margin: 0 0 8px;
  padding: 8px 0 8px 14px;
  border-bottom: 1px dotted #999;
}
.bl_linkListTxt > li > a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../../img/common/icon_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.bl_linkListTxt > li > a[target=_blank]:after {
  content: "";
  top: 12px;
  left: 0;
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 14px;
  background-image: url(../../img/common/icon_externalLink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bl_linkListTxt > li > a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .bl_linkListTxt > li > a {
    display: inline-block;
  }
  .bl_linkListTxt.mo__row {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_linkListTxt.mo__row > li {
    white-space: nowrap;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_linkListTxt > li {
    font-size: 1.6rem;
  }
  .bl_linkListTxt > li > a::before {
    top: 16px;
  }
}

.bl_linkListImg {
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .bl_linkListImg > li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .bl_linkListImg.mo__row {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_linkListImg.mo__row > li {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .bl_linkListImg.mo__row > li:nth-of-type(even) {
    margin-right: 0;
  }
}

.bl_linkBnr {
  margin-bottom: 22px;
  padding: 22px !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #0074bb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 9px 6px 11px;
  display: inline-block;
  background-color: #0074bb !important;
  color: #fff;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .bl_linkBnr {
    padding: 35px !important;
    font-size: 22px;
  }
}
.bl_linkBnr::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 13px;
  background-image: url(../../img/common/icon_externalLink02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: 0.1rem;
  opacity: 0.7;
}

/* bl_siteHeader */
.bl_siteHeader {
  position: relative;
  background-color: #ffdf00;
  height: 100vh;
  overflow: hidden;
}

.bl_siteID {
  position: absolute;
  background-color: #fff;
  opacity: 0;
  animation: fadeInT01 1s ease-in-out 5.5s 1 normal;
  animation-fill-mode: forwards;
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .bl_siteID {
    top: 0;
    padding: 10px;
    width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_siteID {
    top: 0;
    left: 0;
    padding: 20px;
  }
  .bl_siteID img {
    width: 200px;
  }
}

.bl_gotoJukenseiTop {
  position: absolute;
  top: 2%;
  right: 3%;
  opacity: 0;
  animation: fadeInT01 1s ease-in-out 5.5s 1 normal;
  animation-fill-mode: forwards;
  z-index: 5;
}
.bl_gotoJukenseiTop a {
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  padding: 15px 0 0;
  width: 110px;
  height: 110px;
  background-color: #0074bb;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
}
.bl_gotoJukenseiTop a span {
  display: block;
  font-size: inherit;
  line-height: 1.3;
}
.bl_gotoJukenseiTop a:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 5px auto 0;
  background-image: url(../../img/common/icon_externalLink02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* bl_mainImg */
.bl_mainImg {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.bl_mainImg img {
  width: auto;
}
.bl_mainImg_cBg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.bl_mainImg_cBgInner {
  position: relative;
}
.bl_mainImg_cBg01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeInT01 2s ease-in-out 2s 1 normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cBg02 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: zoomT02 2s ease-in-out 2s infinite normal, fadeInT01 2s ease-in-out 2.5s 1 normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  opacity: 0;
  animation: fadeInT01 2s ease-in-out 3s 1 normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCircleInner {
  position: relative;
}
.bl_mainImg_cCircle01 {
  position: absolute;
  top: -25%;
  left: 65%;
  animation: zoomT01 2s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCircle02 {
  position: absolute;
  top: 40%;
  left: -5%;
  animation: zoomT01 1.5s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCircle03 {
  position: absolute;
  top: -20%;
  left: 20%;
  animation: zoomT01 1s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCircle04 {
  position: absolute;
  top: -5%;
  left: 30%;
  animation: zoomT01 1.3s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCircle05 {
  position: absolute;
  top: 15%;
  left: 100%;
  animation: zoomT01 1.6s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCircle06 {
  position: absolute;
  top: -45%;
  left: 75%;
  animation: zoomT01 1.9s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCloud {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  opacity: 0;
  animation: fadeInT01 2s ease-in-out 3.3s 1 normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCloudInner {
  position: relative;
}
.bl_mainImg_cCloud01 {
  position: absolute;
  top: -10%;
  left: 90%;
  animation: upDownT01 2s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCloud02 {
  position: absolute;
  top: -15%;
  left: -8%;
  animation: upDownT01 1.5s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCloud03 {
  position: absolute;
  top: -38%;
  left: 30%;
  animation: upDownT01 1s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCloud04 {
  position: absolute;
  top: 10%;
  left: 20%;
  animation: upDownT01 1.3s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCloud05 {
  position: absolute;
  top: -25%;
  left: 70%;
  animation: upDownT01 1.6s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cCloud06 {
  position: absolute;
  top: 5%;
  left: 65%;
  animation: upDownT01 1.9s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cThunder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  opacity: 0;
  animation: fadeInT01 2s ease-in-out 3.6s 1 normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cThunderInner {
  position: relative;
}
.bl_mainImg_cThunder01 {
  position: absolute;
  top: -30%;
  left: 50%;
  animation: rotateT01 2s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cThunder02 {
  position: absolute;
  top: -25%;
  left: 8%;
  animation: rotateT01 1.5s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cThunder03 {
  position: absolute;
  top: 15%;
  left: -10%;
  animation: rotateT01 1s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_cThunder04 {
  position: absolute;
  top: 0%;
  left: 80%;
  animation: rotateT01 1.3s ease-in-out 0s infinite normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.bl_mainImg_titleInner {
  position: relative;
}
.bl_mainImg_title01 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) scale(1.4);
  opacity: 0;
  animation: zoomOutT01 2s ease-in-out 4s 1 normal, fadeInT01 2s ease-in-out 5s 1 normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_title02 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) scale(1.4);
  opacity: 0;
  animation: zoomOutT01 2s ease-in-out 4.5s 1 normal, fadeInT01 2s ease-in-out 5.5s 1 normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_title03 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%) scale(0.6);
  opacity: 0;
  animation: zoomOutT02 2s ease-in-out 5s 1 normal, fadeInT01 2s ease-in-out 6s 1 normal;
  animation-fill-mode: forwards;
}
.bl_mainImg_l {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.bl_mainImg_r {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .bl_mainImg_cBg {
    top: 60%;
  }
  .bl_mainImg_cBgInner {
    width: 360px;
    height: 100px;
  }
  .bl_mainImg_cBg02 {
    top: 100%;
  }
  .bl_mainImg_cCircle {
    top: 60%;
  }
  .bl_mainImg_cCircleInner {
    width: 400px;
    height: 250px;
  }
  .bl_mainImg_cCloud {
    top: 60%;
  }
  .bl_mainImg_cCloudInner {
    width: 400px;
    height: 250px;
  }
  .bl_mainImg_cThunder {
    top: 60%;
  }
  .bl_mainImg_cThunderInner {
    width: 400px;
    height: 250px;
  }
  .bl_mainImg_title {
    top: 60%;
  }
  .bl_mainImg_titleInner {
    width: 300px;
    height: 125px;
  }
  .bl_mainImg_title01 {
    top: -20%;
  }
  .bl_mainImg_title02 {
    top: 20%;
  }
  .bl_mainImg_title03 {
    top: 150%;
  }
}
@media screen and (max-width: 1199px) {
  .bl_mainImg_l {
    opacity: 0;
    animation: fadeInT02 2s ease-in-out 0s 1 normal;
    animation-fill-mode: forwards;
  }
  .bl_mainImg_r {
    opacity: 0;
    animation: fadeInT02 2s ease-in-out 1s 1 normal;
    animation-fill-mode: forwards;
  }
}
@media screen and (min-width: 768px) {
  .bl_mainImg_cBgInner {
    width: 620px;
    height: 200px;
  }
  .bl_mainImg_cCircleInner {
    width: 500px;
    height: 250px;
  }
  .bl_mainImg_cCloudInner {
    width: 500px;
    height: 250px;
  }
  .bl_mainImg_cThunderInner {
    width: 500px;
    height: 250px;
  }
  .bl_mainImg_titleInner {
    width: 500px;
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_mainImg_l {
    opacity: 0;
    animation: fadeInT01 2s ease-in-out 0s 1 normal;
    animation-fill-mode: forwards;
    margin-left: -450px;
  }
  .bl_mainImg_r {
    opacity: 0;
    animation: fadeInT01 2s ease-in-out 1s 1 normal;
    animation-fill-mode: forwards;
    margin-left: 450px;
  }
}

@keyframes fadeInT01 {
  100% {
    opacity: 1;
  }
}
@keyframes fadeInT02 {
  50% {
    opacity: 1;
  }
}
@keyframes zoomT01 {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes zoomT02 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes upDownT01 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 50%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotateT01 {
  60% {
    transform: rotate(10deg);
  }
  70% {
    transform: rotate(0);
  }
  80% {
    transform: rotate(-10deg);
  }
  90% {
    transform: rotate(0);
  }
  95% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes zoomOutT01 {
  0% {
    transform: translateX(-50%) scale(1.4);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@keyframes zoomOutT02 {
  0% {
    transform: translateX(-50%) scale(0.6);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
/* bl_fbContainer */
.bl_fbContainer {
  background-color: #fff;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .bl_fbContainer {
    padding: 10px;
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .bl_fbContainer {
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    width: 560px;
    height: 560px;
  }
}

/* bl_sns */
.bl_snsShare_hd {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 6px;
}
.bl_snsShare_btn {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background-color: #333;
  transition: 0.25s;
}
.bl_snsShare_btn:focus, .bl_snsShare_btn:hover {
  opacity: 0.6;
}
.bl_snsShare_btn.mo__fb {
  background-color: #3f61a7;
}
.bl_snsShare_btn.mo__fb img {
  width: 11px;
}
.bl_snsShare_btn.mo__li {
  background-color: #27ac3a;
}
.bl_snsShare_btn.mo__li img {
  width: 22px;
}
.bl_snsShare_btn.mo__tw {
  background-color: #3496d4;
}
.bl_snsShare_btn.mo__tw img {
  width: 22px;
}
.bl_snsShare_btn img {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .bl_snsShare {
    margin-bottom: 30px;
  }
  .bl_snsShare_hd {
    text-align: center;
  }
  .bl_snsShare_btn {
    display: block;
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .bl_snsShare_btnWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bl_snsShare_btn {
    width: 33.33%;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_snsShare_hd {
    font-size: 1.6rem;
  }
}

.bl_snsOfficial_hd {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 6px;
}
.bl_snsOfficial_btnWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.bl_snsOfficial_btn {
  text-align: center;
  text-decoration: none;
  flex: 50%;
  transition: 0.25s;
}
.bl_snsOfficial_btn:focus, .bl_snsOfficial_btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .bl_snsOfficial_hd {
    text-align: center;
  }
  .bl_snsOfficial_btnWrapper {
    width: 160px;
  }
  .bl_snsOfficial_btn img {
    width: 56px;
  }
}
@media screen and (min-width: 768px) {
  .bl_snsOfficial_hd {
    text-align: center;
  }
  .bl_snsOfficial_btnWrapper {
    width: 80%;
  }
  .bl_snsOfficial_btn img {
    width: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_snsOfficial_hd {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .bl_snsWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .bl_snsWrapper .bl_snsShare {
    flex: 70%;
    margin-right: 5%;
  }
  .bl_snsWrapper .bl_snsOfficial {
    flex: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .bl_snsWrapper .bl_snsShare {
    flex: 70%;
    margin-right: 10%;
  }
  .bl_snsWrapper .bl_snsOfficial {
    flex: 15%;
  }
}

/* bl_siteFooter */
.bl_cta {
  text-align: center;
}
.bl_cta a img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  width: 40px;
}
@media screen and (max-width: 1199px) {
  .bl_cta {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_cta {
    padding: 80px 0;
  }
}

.bl_btmSiteInfo {
  padding: 40px 0;
}
.bl_btmSiteInfo_id img {
  display: inline;
}
.bl_btmSiteInfo_data {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .bl_btmSiteInfo_data {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .bl_btmSiteInfo {
    text-align: center;
  }
  .bl_btmSiteInfo_id {
    margin-bottom: 30px;
  }
  .bl_btmSiteInfo_id img {
    width: 180px;
  }
  .bl_btmSiteInfo_data span {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .bl_btmSiteInfo_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .bl_btmSiteInfo_id img {
    width: 200px;
  }
  .bl_btmSiteInfo_data span {
    margin-left: 20px;
  }
}

.bl_copyright {
  color: #999;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
}
.sec_base {
  background-color: #ffea59;
}
.sec_base:nth-child(even) {
  background-color: #ffdf00;
}
@media screen and (max-width: 1199px) {
  .sec_base {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .sec_base {
    padding: 80px 0;
  }
}
.sec_base_ttl {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 20px;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
}

/* ホーム */
.sec_movie .el_lead {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .sec_movie .el_lead {
    margin-bottom: 40px;
  }
}

/* ホーム */
.sec_gotoJukensei {
  background-image: url("../../img/bg_image.png");
}
.sec_gotoJukensei_bnr {
  display: table;
  background-color: #fff;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec_gotoJukensei {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .sec_gotoJukensei {
    padding: 80px 0;
  }
}
