





@charset "UTF-8";
/* ==========================================================================
Base
========================================================================== */

/*!
 * @acab/reset.css
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  font-family: system-ui, sans-serif;
  line-height: 1.5;
  block-size: 100%;
  block-size: 100dvb;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: var(--color-text);
  font-weight: 500;
}

@media print, screen and (width <=1023px) {
  .-pc-only {
    display: none !important;
  }
}

@media print, screen and (width >=1024px) {
  .-sp-only {
    display: none !important;
  }
}


#tokyudept-seibu{
  padding: 0 0 50px;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
  color: #000;
  /* overflow: hidden; */
  position: relative;
  background: #000;
}
section.lead-wrap figure {
    max-width: 500px;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0 0 23px #000;
    background: transparent;
    position: relative;
}
@media screen and (max-width:768px){
  section.lead-wrap figure {
    width:60%
}
}
section.lead-wrap h1 {
    text-align: center;
    font-size: clamp(16px, 2.0vw, 19px);
}
section.lead-wrap h1 span.main {
    font-size: clamp(25px, 4vw, 34px);
    display: block;
    margin: 14px 0 0;
}
section.lead-wrap figure figcaption.kome {
    background: transparent;
    color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: -30px;
    width: max-content;
    font-size: clamp(13px,2.0vw,21px);
}
section.lead-wrap p {
    display: grid;
    gap: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8;
    max-width: 900px;
    padding: 0 30px;
    margin: 40px auto 0;
}

section.lead-wrap {
    padding: 80px 30px 80px;
    color: #fff;
    background: #FFFF;
    background: linear-gradient(0deg, rgb(237 246 255) 47%, rgba(0, 64, 152, 1) 78%, rgba(0, 121, 195, 1) 100%);
    background: #FFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 21%, rgba(0, 121, 195, 1) 50%, rgba(0, 64, 152, 1) 100%);
}
ul.sp-list > li {
    padding: 136px 50px 50px;
    color: #fff;
    font-size: clamp(14px,2.0vw,19px);
}
ul.sp-list li .inner{
    display: grid;
    grid-template-columns: 1fr 50px;
    gap: 5%;
    max-width: 900px;
    margin: 0 auto;
}

ul.sp-list li.present {
    padding: 150px 50px 100px;
    background: #004098;
    background: linear-gradient(180deg, rgb(237 246 255) 0%, rgba(0, 64, 152, 1) 6%);
}
@media screen and (max-width:768px){
  ul.sp-list > li, ul.sp-list li.present {
    padding: 150px 11px 100px 20px;
}
ul.sp-list li .inner p br:first-of-type{
  display:none
}
}
li.xcampaign {
    background: #0079c3;
}
ul.sp-list li.xcampaign .inner{
    grid-template-columns: 1fr 100px;
}
ul.sp-list li h2 {
    writing-mode: vertical-rl;
    position: relative;
    order: 2;
    letter-spacing: 0.1em;
    font-weight: 900;
}
ul.sp-list li h2::before{
  content:"01";
  display:inline-block;
  writing-mode:rl;
  font-size: clamp(50px,7vw,93px);
  position: absolute;
  top: -26px;
  transform: translateY(-100%) translateX(-50%);
  left: 67%;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
ul.sp-list li.xcampaign h2::before{
  content:"02";
  left: 50%;
}
ul.sp-list li h2 span.mini {
    font-size: clamp(15px,1.8vw,18px);
    display: block;
}
ul.sp-list li h2 span.x {
    writing-mode: rl;
    text-align: center;
}
ul.sp-list li .inner figure{
  max-width:500px;
  margin:0 auto 50px;
  display: block;
}
ul.sp-list li .inner picture{
  max-width:800px;
  margin:0 auto 50px;
  display: block;
}
ul.sp-list li p .important {
  font-size: x-large;
}
@media screen and (max-width:768px){
  ul.sp-list li p .important {
  /* display:block; */
  font-size: clamp(18px,4vw,24px);
  border-bottom: 2px solid;
  margin: 0 5px;
}
}
ul.sp-list li p a{
  word-break:break-all;
}
ul.sp-list li dl {
    margin:20px 0 0;
    padding: 20px;
    background: #00000047;
}
@media screen and (max-width:768px){
  ul.sp-list li dl {
    padding: 20px 10px;
}
}
ul.sp-list li dl dt {
    margin: 0 0 15px;
    font-size: clamp(16px,2.0vw,19px);
    border-bottom: 2px solid;
}
ul.sp-list li dl dd {
    margin: 0 0 30px;
    font-size: clamp(14px,2.5vw,19px);
}
ul.sp-list li dl dd:last-of-type{
    margin:0
}
ul.sp-list li.present dd:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr 206px;
    gap: 30px;
}
@media screen and (max-width:768px){
  ul.sp-list li.present dd:nth-of-type(2) {
    grid-template-columns: 1fr;
  }
  ul.sp-list li.present dd:nth-of-type(2) div{
    padding:0 10px
  }
}
ul.sp-list li.present dd div span {
    display: block;
    margin: 0 0 10px;
background: #00000073;
    color: #ffffff;
    padding: 2px 13px 5px;
    font-size: clamp(16px, 1.5vw, 22px);
}
ul.sp-list li dl dd span {
  font-size: clamp(22px,2.0vw,25px);
}
ul.sp-list li dl dd span.youbi{
  margin: 0 9px 3px 5px;
  width: 27px;
  height: 27px;
  font-size: clamp(12px,1vw,15px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  line-height: 3.0;
}
@media screen and (max-width:768px){
  ul.sp-list li dl dd span.youbi{
  width: 20px;
  height: 20px;
}
}


.campaign-bt {
  width: 77%;
  margin: 14px auto;
  position: relative;
  max-width: 350px;
  cursor: pointer;
}
.campaign-bt a {
  padding: 13px 0;
  background: #000;
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration:none;
  border-radius:100vh;
  box-shadow: 0 4px 0 #000;
  transition:0.3s;
  font-size:clamp(16px,2.0vw,20px);
  line-height:1.0
}
.campaign-bt a span{
  font-size:13px;
}
.campaign-bt a:hover{
  box-shadow:0 0 0;
  transform: translateY(2px);
}
.campaign-bt::after {
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(135deg) translateY(50%);
  z-index: 12;
  visibility: visible;
}

.js-modal-close{
  width:40px;
  height:40px;
  position: relative;
  background: transparent;
  border: none
}
.js-modal-close span{
  width:100%;
  height: 2px;
  background:#333;
  position: absolute;
  top: 0;
  right: 0;
}
.js-modal-close span:nth-of-type(1){
  transform: rotate(45deg);
}
.js-modal-close span:nth-of-type(2){
  transform: rotate(-45deg);
}
.modal {
  display: none;
  position: fixed;
  z-index: 999 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 0 20px; */
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.7);
  color: #000;
}
/* modal-body */
.modal-body {
  width: 85%;
  margin: 50px auto 50px;
  min-height: 80%;
  background: #ffffff;
  color: #000;
}

.modal-header {
  margin-right: 20px;
  padding-top: 18px;
  display: flex;
  justify-content: flex-end;
  height: 40px;
}
.modal-header > .close-button {
  width: 30px;
  height: 30px;
  background: transparent;
  position: relative;
  border: none;
}
.modal-header > .close-button span{
  width: 30px;
  height: 2px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  border: none;
}
.modal-header > .close-button span:first-of-type{
  transform: rotate(45deg) translateY(-50%);
  right: 0;
}
.modal-header > .close-button span:last-of-type{
  transform: rotate(-45deg) translateY(-50%);
  left: 1px;
}
.modal-main {
  padding: 2% 40px;
  color: #000;
}
/* モーダル内リスト */
.modal-main h4 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 25px;
}
.modal-main h4 span{
    font-size: 16px;
}
#artfestival .modal-main > p {
    margin-bottom: 20px;
    text-align: right;
}
#artfestival .modal-main p a{
    color:blue;
}
.modal-menu_list{
  margin: 30px 0 0;
  list-style: none;
  color: #000;
}
li.modal-menu_item {
    margin-bottom: 18px;
    font-weight: 500;
}
li.modal-menu_item > span{
    font-weight:600;
  font-size: 20px;
}
li.modal-menu_item .rule{
    margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap:10px;
}
li.modal-menu_item .kome{
  margin-top: 15px;
  font-size: 14px;
}
mark {
    background: #fbff85;
}
@media screen and (max-width:800px){
  .modal-body {
    margin: 40px auto;
    width: 90%;
  }
  .modal-main {
    padding: 20px 20px 10px;
  }
  .modal-header {
    padding-top: 18px;
  }
  .oshichoco-bt:hover, .bt-wrap .oshichoco-bt:hover {
    transform: translateY(0);
  }
  .modal-main h4 {
    font-size: 17px;
  }
  .modal-main h4 span{
      font-size: 13px;
  }
  .modal-menu_list {
    padding: 0;
  }
  li.modal-menu_item > span {
    font-weight: 600;
    font-size: 17px;
  }
  li.modal-menu_item .kome {
    margin-top: 9px;
    font-size: 12px;
  }
}

figure.tokyu-top {
    text-align: center;
    margin: 50px auto 0;
    width: max-content;
    max-width: 58%;
}



