@charset "UTF-8";
/* ==============================================================================================
   Base styles: opinionated defaults
   ============================================================================================== */
html {
  color: #333;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #0c2451;
  background-image: -moz-linear-gradient(top, #0a479d 0%, #0a479d 4.9%, #0c2451 5%, #0c2451 100%);
  background-image: -webkit-linear-gradient(top, #0a479d 0%, #0a479d 4.9%, #0c2451 5%, #0c2451 100%);
  background-image: linear-gradient(to bottom, #0a479d 0%, #0a479d 4.9%, #0c2451 5%, #0c2451 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a479d', endColorstr='#0c2451', GradientType=0 );
}

body {
  min-width: 760px;
}
body.uaIe {
  overflow-x: hidden;
}
@media screen and (max-width: 670px) {
  body {
    min-width: 320px;
    background-image: url(../img/img_bg_head_kv.png);
    background-repeat: no-repeat;
    background-position: center 55px;
    background-size: 670px;
  }
}
@media screen and (max-width: 480px) {
  body {
    background-size: 480px;
  }
}
@media screen and (max-width: 320px) {
  body {
    background-position: center 85px;
    background-size: 380px;
  }
}

::-moz-selection {
  text-shadow: none;
  background-color: #b3d4fc;
}

::selection {
  text-shadow: none;
  background-color: #b3d4fc;
}

em {
  font-weight: 600;
  font-style: normal;
}

hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

img,
svg,
video,
audio,
canvas,
iframe {
  vertical-align: middle;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

textarea {
  resize: vertical;
}

/* ==============================================================================================
   Author's custom styles
   ============================================================================================== */
/* general styles
   ========================================================================== */
.fwn {
  font-weight: 400;
}

.fwb {
  font-weight: 600;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dflx {
  display: flex;
}

.diflx {
  display: inline-flex;
}

.rltv {
  position: relative;
}

.absl {
  position: absolute;
}

.fxd {
  position: fixed;
}

.btnToTop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: 40px;
  transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1), visibility 700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btnToTop_lnk {
  width: 62px;
  height: 30px;
  border-radius: 3px;
  background-color: #0c2451;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnToTop_lnk .imgTxt {
  height: 16px;
}
.btnToTop.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 670px) {
  .btnToTop {
    bottom: 15px;
    right: 10px;
  }
}

/* main header styles
   ========================================================================== */
.headMain {
  height: calc(90vw - 80px);
  max-height: 1000px;
  padding-top: 80px;
  background-image: url(../img/img_bg_head_curtain.png);
  background-repeat: no-repeat;
  background-position: center -5px;
  position: relative;
}
.headMain_ttlX1Logo {
  max-width: 290px;
  margin: 0 auto;
}
.headMain_boxDetail, .headMain_imgKv, .headMain::after {
  position: absolute;
}
.headMain_boxDetail, .headMain::after {
  left: 50%;
  transform: translate(-50%, 0);
}
.headMain_boxDetail {
  width: 100%;
  top: calc(90vw / 1.2);
}
.headMain_txt {
  max-width: 580px;
  margin: 0 auto;
}
.headMain_txt .boxTxt {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.headMain_txt .boxTxt .imgTxt {
  height: 18px;
}
.headMain .lstSns {
  max-width: 205px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.headMain .lstSns_itm .lnkLogoInsta {
  width: 20px;
  height: 20px;
}
.headMain_imgKv {
  width: 100%;
  top: calc(50% + 62px);
  left: 0;
  z-index: -1;
  transform: translate(0, -50%);
}
.headMain::after {
  content: '';
  width: 100%;
  height: 500px;
  background-image: url(../img/img_bg_star01.png);
  background-repeat: no-repeat;
  background-position: center top;
  top: calc(90vw / 1.2 - 270px);
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .headMain_boxDetail {
    top: calc(65% + 20.8vw);
  }
  .headMain::after {
    top: calc(65% + 20.8vw - 270px);
  }
}
@media screen and (max-width: 860px) {
  .headMain {
    background-size: 1220px;
  }
  .headMain_ttlX1Logo {
    max-width: 240px;
  }
}
@media screen and (max-width: 670px) {
  .headMain {
    height: 780px;
    padding-top: 50px;
    background-size: 1000px;
  }
  .headMain_ttlX1Logo {
    max-width: 200px;
  }
  .headMain_boxDetail {
    top: auto;
    bottom: 0;
  }
  .headMain_txt {
    max-width: 580px;
    text-align: center;
  }
  .headMain_txt,
  .headMain_txt > .imgTxt {
    margin: 0 auto;
  }
  .headMain_txt > .imgTxt {
    height: 104px;
  }
  .headMain_txt .boxTxt,
  .headMain_txt .boxTxt .imgTxt {
    display: block;
  }
  .headMain_txt .boxTxt .imgTxt {
    margin: 0 auto;
  }
  .headMain_txt .boxTxt .imgTxt:last-child {
    margin-top: 10px;
  }
  .headMain::after {
    height: 400px;
    top: auto;
    bottom: 22px;
    background-position: center;
    background-size: 820px;
  }
}
@media screen and (max-width: 480px) {
  .headMain {
    height: 650px;
    padding-top: 30px;
    background-size: 750px;
  }
  .headMain_ttlX1Logo {
    max-width: 170px;
  }
}
@media screen and (max-width: 320px) {
  .headMain {
    height: 600px;
  }
  .headMain_txt > .imgTxt {
    height: 95px;
  }
  .headMain_txt .boxTxt .imgTxt {
    height: 16px;
  }
  .headMain::after {
    bottom: 18px;
    background-size: 680px;
  }
}

/* main nav styles
   ========================================================================== */
/* main footer styles
   ========================================================================== */
/* main contents styles
   ========================================================================== */
.contMain {
  margin-top: calc(306px - 13vw);
  padding-bottom: 120px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  background-image: url(../img/img_bg_star02.png);
  background-repeat: repeat-y;
  background-position: center top;
}
@media screen and (min-width: 1201px) {
  .contMain {
    margin-top: calc(20vw - 90px);
  }
}
@media screen and (max-width: 670px) {
  .contMain {
    margin-top: 70px;
    padding: 0 15px 80px;
    font-size: 1.3rem;
    background-size: 135%;
  }
}

.artDetail {
  text-align: center;
}
.artDetail_txtCatch {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.artDetail_txtCatch .imgTxt {
  height: 30px;
}
.artDetail_ttlX2 {
  max-width: 540px;
  margin: 40px auto 0;
  position: relative;
}
.artDetail_ttlX2 .imgTxt {
  height: 20px;
}
.artDetail_ttlX2::before, .artDetail_ttlX2::after {
  content: '';
  width: calc((100% - 330px) / 2);
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 9px;
}
.artDetail_ttlX2::before {
  left: 0;
}
.artDetail_ttlX2::after {
  right: 0;
}
.artDetail_txtIntro {
  margin-top: 20px;
  letter-spacing: 3.2px;
}
.artDetail .wrapPict {
  max-width: 740px;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.artDetail_boxPict {
  width: calc((100% - 26px) / 3);
}
.artDetail_boxPict .txtCapt {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.artDetail_txtSchedule {
  max-width: 400px;
  margin: 80px auto 0;
  padding: 20px 15px;
  border: solid 1px #fff;
}
.artDetail_txtSchedule .imgTxt {
  width: 340px;
}
.artDetail_sec {
  font-size: 1.3rem;
  line-height: 1.5;
}
.artDetail_sec .ttlX3 {
  margin-bottom: 15px;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 4px;
}
.artDetail_sec .ttlX3 ~ .ttlX3 {
  margin-top: 40px;
}
.artDetail_btnOfficial {
  max-width: 420px;
  margin: 50px auto 0;
  padding: 12px 37px;
  line-height: 1.3;
  border: solid 1px #fff;
  border-radius: 5px;
  position: relative;
  transition: color 650ms cubic-bezier(0.23, 1, 0.32, 1), background-color 650ms cubic-bezier(0.23, 1, 0.32, 1);
}
.artDetail_btnOfficial::after {
  content: '';
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent currentColor;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  transition: border-color 650ms cubic-bezier(0.23, 1, 0.32, 1);
}
.artDetail_btnOfficial:hover {
  color: #0c2451;
  background-color: #fff;
}
@media screen and (max-width: 670px) {
  .artDetail_txtCatch,
  .artDetail_txtCatch .imgTxt {
    display: block;
  }
  .artDetail_txtCatch .imgTxt {
    height: 23px;
    margin: 0 auto;
  }
  .artDetail_txtCatch .imgTxt:last-child {
    margin-top: 8px;
  }
  .artDetail_ttlX2 {
    max-width: 100%;
  }
  .artDetail_ttlX2 .imgTxt {
    height: 16px;
  }
  .artDetail_ttlX2::before, .artDetail_ttlX2::after {
    width: calc((100% - 260px) / 2);
    bottom: 7px;
  }
  .artDetail_txtIntro {
    margin-top: 15px;
    text-align: justify;
  }
  .artDetail .wrapPict {
    margin-top: 50px;
  }
  .artDetail_boxPict {
    width: calc(50% - 1vw);
  }
  .artDetail_boxPict:last-child {
    margin: 3.5vw auto 0;
  }
  .artDetail_txtSchedule {
    margin-top: 60px;
  }
  .artDetail_sec {
    font-size: 1.3rem;
  }
  .artDetail_sec .ttlX3 {
    font-size: 1.7rem;
  }
  .artDetail_sec .ttlX3 ~ .ttlX3 {
    margin-top: 30px;
  }
  .artDetail_btnOfficial {
    max-width: 380px;
    margin: 50px auto 0;
  }
  .artDetail_btnOfficial:hover {
    color: #fff;
    background-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  .artDetail_boxPict .txtCapt {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 374px) {
  .artDetail_txtCatch .imgTxt {
    height: 20px;
  }
  .artDetail_txtCatch .imgTxt:last-child {
    margin-top: 8px;
  }
}

.secSponsor,
.secInquiry {
  margin-top: 80px;
}
@media screen and (max-width: 670px) {
  .secSponsor,
  .secInquiry {
    margin-top: 60px;
  }
}

.secAccess {
  margin-top: 40px;
}
.secAccess .ttlMap {
  margin-top: 70px !important;
}
.secAccess_boxMap {
  max-width: 740px;
  height: 420px;
  margin: 30px auto 0;
  color: #333;
  text-align: justify;
}
.secAccess_boxMap .gm-style-iw {
  max-width: 240px;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, '游ゴシック体', 'Yu Gothic', '游ゴシック', Meiryo, 'メイリオ', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}
.secAccess_boxMap .gm-style-iw .ttlX4 {
  font-weight: 500;
}
.secAccess_boxMap .gm-style-iw .txt {
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 670px) {
  .secAccess .ttlMap {
    margin-top: 60px !important;
  }
  .secAccess_boxMap {
    height: 50vw;
    min-height: 240px;
    margin-top: 20px;
  }
}

.secSponsor .ttlX3 {
  margin-bottom: 25px;
}
.secSponsor .lstSponsor {
  max-width: 740px;
  margin: 0 auto;
  padding: 30px 60px 40px;
  background-color: #fff;
}
.secSponsor .lstSponsor_itm {
  display: flex;
  flex-wrap: wrap;
}
.secSponsor .lstSponsor_itm:nth-child(n+2) {
  margin-top: 14px;
}
.secSponsor .lstSponsor_itm .ttlX4 {
  width: 36px;
  margin-right: 10px;
  border: solid 1px #333;
  align-self: flex-start;
}
.secSponsor .lstSponsor_itm .ttlX4 .imgTxt {
  height: 20px;
}
.secSponsor .lstSponsorSub {
  width: calc(100% - 46px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.secSponsor .lstSponsorSub_itm,
.secSponsor .lstSponsorSub_itm .imgLogo {
  height: 20px;
}
.secSponsor .lstSponsorSub_itm:nth-child(n+2) {
  margin-left: 20px;
}
.secSponsor .lstSponsorSub.typ02 {
  height: 50px;
}
.secSponsor .lstSponsorSub.typ02 .lstSponsorSub_itm:nth-child(3) {
  margin-right: 200px;
}
.secSponsor .lstSponsorSub.typ02 .lstSponsorSub_itm:nth-child(4) {
  margin-left: 0;
}
.secSponsor .lstSponsorSub.typ05 {
  height: 80px;
  justify-content: space-between;
}
.secSponsor .lstSponsorSub.typ05 .lstSponsorSub_itm:nth-child(-n+9):not(:first-child) {
  margin-left: 17px;
}
.secSponsor .lstSponsorSub.typ05 .lstSponsorSub_itm:nth-child(n+11):nth-child(-n+17) {
  margin-left: 10px;
}
.secSponsor .lstSponsorSub.typ05 .lstSponsorSub_itm:nth-last-child(-n+6) {
  margin-left: 6px;
}
.secSponsor .lstSponsorSub.typ05 .lstSponsorSub_itm:nth-child(10), .secSponsor .lstSponsorSub.typ05 .lstSponsorSub_itm:nth-child(18) {
  margin-left: 0;
}
.secSponsor .lstSponsorSub.typ05 .lstSponsorSub_itm:last-child .imgLogo {
  height: 35px;
}
@media screen and (max-width: 670px) {
  .secSponsor .lstSponsor {
    padding: 20px 15px 40px;
  }
  .secSponsor .lstSponsor_itm {
    display: block;
  }
  .secSponsor .lstSponsor_itm .ttlX4 {
    margin: 0 auto 4px;
  }
  .secSponsor .lstSponsorSub {
    width: 100%;
    justify-content: center;
  }
  .secSponsor .lstSponsorSub_itm {
    margin: 4px 6px !important;
  }
  .secSponsor .lstSponsorSub.typ02, .secSponsor .lstSponsorSub.typ05 {
    height: auto;
  }
  .secSponsor .lstSponsorSub.typ02 {
    padding: 0 30px;
  }
  .secSponsor .lstSponsorSub.typ05 {
    justify-content: center;
  }
}
@media screen and (max-width: 610px) {
  .secSponsor .lstSponsorSub.typ02 {
    padding: 0;
  }
}

/* ==============================================================================================
   Helper classes
   ============================================================================================== */
/*
 * Anchor block
 */
.anchor_db a, a.anchor_db {
  display: block;
}

/*
 * Text break
 */
.br {
  display: inline-block;
}

/*
 * Text indent
 */
.indent {
  text-indent: 1em;
}

.indentMin {
  margin-left: 1em;
  text-indent: -1em;
}

/*
 * Image replacement
 */
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
 * Hover action
 */
.over {
  transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.over:hover {
  opacity: 0.4;
}
@media screen and (max-width: 670px) {
  .over:hover {
    opacity: 1;
  }
}

/*
 * Add pointer effect
 */
.pointer {
  cursor: pointer;
}

/*
 * Add inertial scroll to smartphone
 */
.inertialScroll {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/*
 * Change svg color (Use with desvg.min.js)
 */
.changeSvgCol {
  fill: currentColor;
}

/*
 * Clear fix
 */
.cf::before, .cf::after {
  content: '';
  display: table;
}
.cf::after {
  clear: both;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

.pch {
  display: none;
}

@media screen and (max-width: 670px) {
  .pch {
    display: block;
  }

  .sph {
    display: none;
  }
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyHidden, .visuallyHiddenFocusable {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyHiddenFocusable:active, .visuallyHiddenFocusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  clip: auto;
}

/* ==============================================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ============================================================================================== */
@media print {
  *, *::before, *::after, *::first-letter, *::first-line {
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    text-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: solid 1px #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
