@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;500;600;700");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #141414;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #bebebb;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

a {
  color: #cc0000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.lnk-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 20px 12px 20px;
  max-width: 300px;
  background-color: #535353;
  margin-left: auto;
  margin-right: auto;
}

.lnk-btn a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.25;
}

.lnk-btn span {
  font-size: 0.75rem;
  line-height: 1;
}

iframe {
  padding: 0;
  overflow: hidden;
  text-align: center;
}

video {
  padding: 0;
}

.uline-dotted {
  border-bottom: 1px dashed;
  padding-bottom: 0.125rem;
}

.uline {
  text-decoration: underline;
}

.is-black-text {
  color: black;
}

.is-gray-87-text {
  color: #222222;
}

.is-gray-73-text {
  color: #444444;
}

.is-gray-50-text {
  color: #808080;
}

.is-gray-35-text {
  color: #a5a5a5;
}

.is-gray-15-text {
  color: #d9d9d9;
}

.is-gray-02-text {
  color: #f7f9f9;
}

.is-white-text {
  color: white;
}

.is-brand-key-text {
  color: #fc0;
}

.is-brand-sub-text {
  color: #ff4800;
}

.is-subttl-text {
  color: #c1c8e6;
}

.is-subttlg-text {
  color: #d8eefd;
}

.is-caution-text {
  color: #d10059;
}

.is-cautions-text {
  color: #773800;
}

.is-negative-text {
  color: #fdded8;
}

.is-negatives-text {
  color: #b12a0b;
}

.is-attention-text {
  color: #f5ebde;
}

.is-attentions-text {
  color: #ff6d33;
}

.small-size-font {
  font-size: 14px;
}

.midium-size-font {
  font-size: 0.75rem;
}

.large-size-font {
  font-size: 2rem;
}

.is-weight-700 {
  font-weight: 700;
}

.is-weight-600 {
  font-weight: 500;
}

.is-weight-500 {
  font-weight: 500;
}

.is-weight-400 {
  font-weight: 400;
}

.is-weight-200 {
  font-weight: 200;
}

.is-bgcolor-brand-key {
  background-color: #fc0;
}

.is-bgcolor-brand-sub {
  background-color: #ff4800;
}

.is-bgcolor-black {
  background-color: black;
}

.is-bgcolor-gray-87 {
  background-color: #222222;
}

.is-bgcolor-gray-73 {
  background-color: #444444;
}

.is-bgcolor-gray-50 {
  background-color: #808080;
}

.is-bgcolor-gray-35 {
  background-color: #a5a5a5;
}

.is-bgcolor-gray-15 {
  background-color: #d9d9d9;
}

.is-bgcolor-gray-02 {
  background-color: #f7f9f9;
}

.is-bgcolor-white {
  background-color: white;
}

.is-bgcolor-transparent {
  background-color: transparent;
}

.is-framecolor-black {
  border: 1px solid black;
}

.is-framecolor-bland-key {
  border: 1px solid #fc0;
}

.is-framecolor-bland-sub {
  border: 1px solid #ff4800;
}

.b-l, .b-frame {
  border-left: 1px solid #d3d3d3;
}

.b-r, .b-frame {
  border-right: 1px solid #d3d3d3;
}

.b-t, .b-frame {
  border-top: 1px solid #d3d3d3;
}

.b-b, .b-frame {
  border-bottom: 1px solid #d3d3d3;
}

.is-neutral-subttl {
  background-color: #c1c8e6;
}

.is-neutral-subttlg {
  background-color: #d8eefd;
}

.is-neutral-caution {
  background-color: #d10059;
}

.is-neutral-cautions {
  background-color: #773800;
}

.is-neutral-negative {
  background-color: #fdded8;
}

.is-neutral-negatives {
  background-color: #b12a0b;
}

.is-neutral-attention {
  background-color: #f5ebde;
}

.is-neutral-attentions {
  background-color: #ff6d33;
}

.ctr-txt {
  text-align: center;
}

.rtl-txt {
  text-align: right;
}

.ltr-txt {
  text-align: left;
}

.ltr-tategaki-txt {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.indent-1 {
  margin-left: 1rem;
}

.ctr {
  margin-left: auto;
  margin-right: auto;
}

.m0 {
  margin: 0;
}

.mtl, .mvl, .ml {
  margin-top: 5rem;
}

.mbl, .mvl, .ml {
  margin-bottom: 5rem;
}

.mtm, .mvm, .mm {
  margin-top: 2rem;
}

.mbm, .mvm, .mm {
  margin-bottom: 2rem;
}

.mts, .mvs, .ms {
  margin-top: 0.5rem;
}

.mbs, .mvs, .ms {
  margin-bottom: 0.5rem;
}

.mll, .mhl, .ml {
  margin-left: 5rem;
}

.mlm, .mhm, .mm {
  margin-left: 2rem;
}

.mls, .mhs, .ms {
  margin-left: 0.5rem;
}

.mrl, .mhl, .ml {
  margin-right: 5rem;
}

.mrm, .mhm, .mm {
  margin-right: 2rem;
}

.mrs, .mhs, .ms {
  margin-right: 0.5rem;
}

.mtss, .mtss, .mss {
  margin-top: 0.25rem;
}

.mbss, .mbss, .mss {
  margin-bottom: 0.25rem;
}

.mrss, .mhss, .mss {
  margin-right: 0.25rem;
}

.mlss, .mlss, .mss {
  margin-left: 0.25rem;
}

.p0 {
  padding: 0;
}

.ptl, .pvl, .pl {
  padding-top: 5rem;
}

.pbl, .pvl, .pl {
  padding-bottom: 5rem;
}

.ptm, .pvm, .pm {
  padding-top: 2rem;
}

.pbm, .pvm, .pm {
  padding-bottom: 2rem;
}

.pts, .pvs, .ps {
  padding-top: 0.5rem;
}

.pbs, .pvs, .ps {
  padding-bottom: 0.5rem;
}

.pll, .phl, .pl {
  padding-left: 5rem;
}

.prl, .phl, .pl {
  padding-right: 5rem;
}

.plm, .phm, .pm {
  padding-left: 2rem;
}

.prm, .phm, .pm {
  padding-right: 2rem;
}

.pls, .phs, .ps {
  padding-left: 0.5rem;
}

.prs, .phs, .ps {
  padding-right: 0.5rem;
}

.col-25 {
  width: 25%;
}

.col-33 {
  width: 33.3333333333%;
}

.col-50 {
  width: 50%;
}

.col-66 {
  width: 66.666%;
}

.col-75 {
  width: 75%;
}

.is-corner-rounded-l {
  border-radius: 10px;
}

.is-corner-rounded-m {
  border-radius: 5px;
}

.is-corner-rounded-s {
  border-radius: 3px;
}

.sat {
  padding-top: env(safe-area-inset-top);
}

.sar {
  padding-right: env(safe-area-inset-left);
}

.sal {
  padding-left: env(safe-area-inset-left);
}

.sab {
  padding-bottom: env(safe-area-inset-bottom);
}

.fixed {
  position: fixed;
}

.list-caution {
  list-style: none !important;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

header {
  width: 100%;
  color: #fafafa;
  background-color: #fff;
  text-align: center;
  padding: 17px 20px 17px 20px;
}

.logo {
  display: block;
}

.logo img {
  height: 30px;
}

header a {
  color: #fafafa;
  text-decoration: none;
}

header li {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2vw;
}

.menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}

.head-link-item::after {
  content: "";
  width: 1px;
  height: 1rem;
  border-right: 1px solid gray;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}

.hamburger span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
}

.hamburger span:first-of-type {
  margin-top: -10px;
}

.hamburger span:last-of-type {
  margin-top: 10px;
}

header.headerSite {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #000000;
  position: absolute;
}

#title {
  background-image: url(../img/bg-title.jpg);
  background-size: cover;
  background-position: 50% 10%;
  padding: 140px 2rem 140px 2rem;
}

.frame-full {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  width: calc(80% + 50px);
  margin-left: auto;
  margin-right: auto;
}

.box-title h1 {
  font-size: 3rem;
}

.box-title h1 img {
  width: 90%;
  max-width: 600px;
  margin-bottom: 1rem;
}

.box-title p {
  line-height: 2;
}

.layout-boxes-row-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  border-radius: 0.25rem;
}

#title h2 {
  color: #222;
  font-size: 1.25vw;
}

#title ul {
  list-style: none;
}

.thumb img {
  width: 100%;
}

.caution {
  line-height: 2;
  margin-top: 2rem;
}

.play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.play::after {
  content: "";
  background-image: url(../img/icn-play-whi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(-50%);
  left: calc(50% - 25px);
  -webkit-transition: 0.35s;
  transition: 0.35s;
  opacity: 0.7;
  pointer-events: none;
}

.play:hover::after {
  margin-top: 7px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

footer {
  width: calc(80% + 50px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}

.box-bnr-footer ul {
  list-style: none;
}

.box-bnr-footer li img {
  width: 100%;
  margin-bottom: 1rem;
}

.columnBb .photo::after {
  content: "";
  background-image: url(../img/icn-play-whi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0.7;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(-50%);
  left: calc(50% - 25px);
  -webkit-transition: 0.35s;
  transition: 0.35s;
  pointer-events: none;
}

.columnBb .flex-boxes {
  width: calc(80% + 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.columnBb .flex-col {
  width: calc(25% - 24px);
  margin: 0 12px 24px 12px;
  background-color: #222;
  padding: 14px;
  border: 1px solid #3c3c3c;
}

.columnBb .flex-col h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.columnBb .flex-col img {
  width: 100%;
}

.columnBb .flex-col .modal_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  padding: 0 20px;
  display: none;
}
.columnBb .flex-col .modal_box .mvbox {
  width: calc(100% - 40px) !important;
  max-width: 900px;
  margin: -250px auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.columnBb .flex-col .modal_box .mvbox .bg {
  width: 100%;
  display: block;
}
.columnBb .flex-col .modal_box .mvbox .icon_close_modal {
  width: 12px !important;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
}
.columnBb .flex-col .modal_box .mvbox iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .columnBb .flex-col .modal_box .mvbox {
    margin: calc((100vw - 40px) * -0.28) auto 0;
  }
}
.columnBb .year {
  font-size: 0.75em;
  margin-left: 0.5em;
}

.columnBb .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  margin-bottom: 0.5em;
  position: relative;
}

.columnBb .photo a {
  width: 100%;
}

.columnBb .photo .modal_photo {
  width: 100%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
}
.columnBb .photo .modal_photo:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .columnBb .flex-boxes, .columnBb .flex-col {
    width: 100%;
  }
  .columnBb .flex-col {
    margin: 0 0 60px 0;
  }
}
.tabs {
  width: 100%;
  position: relative;
}

.tab-buttons {
  width: calc(80% + 50px);
  margin-left: auto;
  margin-right: auto;
}

.tab-lamps {
  position: relative;
}

.tab-buttons span {
  font: 400 1rem "open sans", sans-serif;
  color: #fff;
  cursor: pointer;
  width: 12.5%;
  display: block;
  float: left;
  text-align: center;
  height: 46px;
  line-height: 1.5;
  border-left: 1px solid #484848;
  margin-bottom: 40px;
}

.tab-buttons span:last-of-type {
  border-right: 1px solid #484848;
}

.tab-content {
  padding-top: 15px;
}

#lamp {
  width: 12.5%;
  height: 2px;
  background: red;
  display: block;
  position: absolute;
  top: -10px;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#lamp.content1, #lamp.content2, #lamp.content3, #lamp.content4, #lamp.content5, #lamp.content6, #lamp.content7, #lamp.content8 {
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#lamp.content1 {
  left: 0;
}

#lamp.content2 {
  left: 12.5%;
}

#lamp.content3 {
  left: 25%;
}

#lamp.content4 {
  left: 37.5%;
}

#lamp.content5 {
  left: 50%;
}

#lamp.content6 {
  left: 62.5%;
}

#lamp.content7 {
  left: 75%;
}

#lamp.content8 {
  left: 87.5%;
}

span.content1, span.content2, span.content3, span.content4, span.content5, span.content6 {
  padding-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .narrow {
    display: none !important;
  }
  .columnBb .photo:hover::after {
    margin-top: 7px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #title .col-25, #title .col-75, #title .col-33, .frame-full-narrow, .col-33.frame-full-narrow {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .wide {
    display: none !important;
  }
  .box-title h1 {
    font-size: 2rem;
  }
  #title {
    padding: 40px 0.75rem 40px 0.75rem;
  }
  #title .phs {
    padding-left: 0;
    padding-right: 0;
  }
  #guide .frame-full {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #guide .caution {
    line-height: 1.5;
    margin-top: 1rem;
    font-size: 1rem;
  }
  .columnBb .flex-col {
    margin: 0 0 25px 0;
  }
  #lamp {
    display: none;
  }
  #title .narrow-col.layout-boxes-row-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  #title .col-25, #title .col-75, #title .col-33, .frame-full-narrow, .col-33.frame-full-narrow {
    width: 100%;
  }
  #title li {
    margin-bottom: 2rem;
  }
  #title h2 {
    font-size: 1.25rem;
  }
  .tab-content {
    padding: 1rem;
  }
  .tab-buttons span {
    width: 33%;
  }
  .tab-buttons span:nth-child(3), .tab-buttons span:nth-child(6) {
    border-right: 1px solid #484848;
  }
  footer {
    margin-top: 0;
  }
  footer .mtm {
    margin-top: unset;
  }
  footer .mbl {
    margin-bottom: 2rem;
  }
}