@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
/* common reset ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
  color: #000;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* common ==== */
@-ms-viewport {
  width: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto !important;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

button,
input,
select,
textarea,
option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type="text"]:focus,
button {
  outline: 0;
}

:root {
  --btn01-color: #eb0d0c;
  --btn02-color: #01dd6e;
  --nagoya-color: #fad733;
  --tokyo-color: #fa021b;
  --osaka-color: #00cdc5;
}

.content,
.of {
  overflow: hidden;
}


/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
/*
header
------------------------------------- */
.haed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #000;
  color: #fff;
  font-size: 1.037vw;

}

.g-navi .active a,
.g-navi li a:hover,
.g-navi .pulldown:hover,
.g-navi .pulldown:hover li a:hover {
  color: #01dd6e;
}

.sub-navi .bt-mypage a,
.sub-navi .bt-entry span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 0.1vw;
  width: 9.63vw;
  height: 2.6666vw;
  border-radius: 100px;
  text-align: center;
  transition: .3s;
  letter-spacing: 0;
}

.sub-navi .bt-mypage a {
  background: var(--btn01-color);
}

.sub-navi .bt-entry span {
  background: var(--btn02-color);
  cursor: pointer;
}

/*
content
------------------------------------- */
.page-mv {
  position: relative;
  height: 26.5185vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-mv .mv-inner {
  width: 76.296vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-mv .logo-area {
  width: 30.814vw;
}

.page-mv .date-area {
  width: 41.185vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-mv .area-box {
  background: #fff;
  width: 32.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.222vw 0 1.481vw;
}

.page-mv .area-txt {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 2.666vw;
  padding-bottom: 0.25vw;
}

.page-mv .nagoya .area-txt {
  background: linear-gradient(transparent 85%, var(--nagoya-color) 85%);
}

.page-mv .osaka .area-txt {
  background: linear-gradient(transparent 85%, var(--osaka-color) 85%);
}

.page-mv .tokyo .area-txt {
  background: linear-gradient(transparent 85%, var(--tokyo-color) 85%);
}

.page-mv .date-txt {
  font-weight: 500;
  font-size: 1.037vw;
  margin: 1.481vw 0 1.333vw;
}

.page-mv .date-txt em {
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 2.37vw;
  position: relative;
  bottom: -0.25vw;
}

.page-mv .place-txt {
  font-weight: 600;
  display: flex;
  font-size: 1.037vw;
  line-height: 1.28;
}

.page-mv .place-txt::before {
  content: "";
  display: block;
  aspect-ratio: 11 / 17;
  width: 0.8148vw;
  background: url(/updata/2025/common/img/ico_place.svg) 0 0 / contain no-repeat;
  flex-shrink: 0;
  margin-right: 0.444vw;
}

.page-mv h1 {
  text-align: center;
  font-size: 2.222vw;
  letter-spacing: 0.04em;
  margin-top: 2.962vw;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.5vw 0 0.7vw;
}

.cont-area>* {
  position: relative;
  z-index: 1;
}

/*ボタン*/
.btn button,
.btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 60px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}

.btn span {
  font-weight: 500;
}


/*
footer
------------------------------------- */
footer {
  color: #fff;
  font-size: 1.037vw;
}

.f-inner {
  display: flex;
  justify-content: space-between;
  padding: 4.74vw 13.7vw 4.74vw 4.74vw;
  background: #000;
}


.f-outline h2 {
  font-weight: 600;
  font-size: 1.851vw;
  letter-spacing: 0.06em;
  margin-bottom: 3.1vw;
}

.f-outline dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}

.f-outline dt {
  font-weight: 500;
  width: 5.5em;
  flex-shrink: 0;
  font-weight: 600;
  margin-bottom: 1vw;
}

.f-outline dd {
  width: calc(100% - 5.5em);
  margin-bottom: 1vw;
}

.f-top__contact {
  width: 33.3333vw;
}

.f-top__contact dt {
  font-size: 2.37vw;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 1.851vw;
}

.f-top__contact dd {
  line-height: 2.14;

}

.f-top__contact dd a {
  text-decoration: underline;
  color: #fff;
  transition: .3s;
}

.f-top__share dt {
  color: #dddddd;
  font-size: 0.888vw;
  margin-bottom: 2.9629vw;
}

.f-top__share ul {
  display: flex;
  gap: 0 1.9259vw;
}

.f-top__share li {
  width: 3.703vw;
}

.f-top__share-hashutag {
  margin-top: 5vw;
}

.f-top__share-hashutag dd a {
  font-size: 2.222vw;
  text-decoration: underline;
  color: #fff;
  transition: .3s;
  font-family: 'Poppins';
}

.f-bot .f-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.777vw;
  background: #0f0f0f;
}

.f-bot .f-logo {
  width: 8.888vw;
}

.copy {
  color: #b7b7b7;
  font-size: 0.74vw;
}

/*All END*/
/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～
---------------------------------------------------- */
@media screen and (min-width: 961px) {
  .sp-only {
    display: none !important;
  }

  /*
	ここからheader
	------------------------------------- */
  .head-inner {
    height: 5.9259vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.777vw;
    transition: .3s;
  }

  .haed .logo {
    width: 9.037vw;
    flex-shrink: 0;
  }

  .hamburger {
    display: none;
  }

  .main-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .g-navi {
    margin-left: 5vw;
  }

  .g-navi>ul {
    display: flex;
    align-items: center;
    gap: 0 3.55vw;
  }

  .g-navi ul>li {
    height: 5.9259vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: -0.05em;
    font-weight: 500;
  }

  .g-navi li>a {
    height: 5.9259vw;
  }

  .g-navi li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
  }


  .g-navi>li+li {
    margin-left: 40px;
  }

  .main-navi .pulldown {
    position: relative;
  }

  .main-navi.pulldown span {
    font-weight: 500;
  }

  .main-navi .pulldown ul {
    width: 8vw;
    position: absolute;
    top: 5vw;
    background: #fff;
    border: 1px solid #000;
    padding: 1vw 1vw 1.5vw;
    text-align: center;
    opacity: 0;
    z-index: -3;
    visibility: hidden;
    transition: .3s;
    height: auto;
    display: block;
  }

  .main-navi .pulldown ul>li {
    height: 1em;
    justify-content: center;
  }

  .main-navi .pulldown li+li {
    margin-top: 1.5em;
  }

  .main-navi .pulldown ul>li>a {
    color: #000;
    height: 1em;
    text-decoration: none;
    font-weight: 500;
  }

  .main-navi .pulldown ul>li>a:hover {
    color: var(--btn02-color);
  }

  .main-navi .pulldown:hover ul {
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }

  .sub-navi {
    width: 20.444vw;
    margin-left: 3.55vw;
  }

  .sub-navi ul {
    display: flex;
    justify-content: flex-end;
    gap: 0 1.185vw;
    height: 100%;
  }

  .sub-navi ul li {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .sub-navi .bt-entry.pulldown ul {
    width: 100%;
  }

  /*is-show*/
  .haed.is-show {
    animation: header 0.4s;
  }

  .haed.is-hide {
    animation: header02 0.4s;
  }

  .haed.is-show .logo {
    width: 7vw;
  }

  .haed.is-show .head-inner,
  .haed.is-show .g-navi>li,
  .haed.is-show .g-navi>li>a {
    height: 4.444vw;
  }

  .haed.is-show .g-navi .pulldown ul {
    top: 4.5vw;

  }


  @keyframes header {
    0% {
      transform: translateY(-100px)
    }

    100% {
      transform: translateY(0)
    }
  }

  @keyframes header02 {
    0% {
      transform: translateY(-100px)
    }

    100% {
      transform: translateY(0)
    }
  }

  /*
	---ここまでheader
	------------------------------------- */


  main {
    padding-top: 5.9259vw;
  }

  .is-show+main {
    padding-top: 4.444vw;
  }

  /*tablet PC END*/
}

/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {

  .g-navi>li a::before,
  .subnavi>li a,
  .page-mv a,
  footer a,
  .btn button,
  .btn a {
    transition: .3s;
  }

  .g-navi>li a:hover::before {
    width: 100%;
  }

  .subnavi>li a:hover,
  footer a:hover,
  .btn button:hover,
  .btn a:hover,
  .sub-navi a:hover {
    opacity: 0.7;
    text-align: center;
  }

  .f-top__share-hashutag dd a:hover {
    opacity: .5;
  }

}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
  .pc-only {
    display: none;
  }

  /*
	ここからheader
	------------------------------------- */
  .haed {
    background: none;
  }

  .head-inner {
    position: relative;
    width: 100%;
    background: #000;
  }

  .hamburger {
    position: absolute;
    width: 6.25vw;
    height: 5.3125vw;
    padding: 0;
    font-size: 0;
    z-index: 10000;
    top: 4.375vw;
    right: 5.3125vw;
  }

  .hamburger span {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    height: 0.625vw;
    top: 0;
    transition: .3s;
  }

  .hamburger span:nth-of-type(2) {
    top: 2.34375vw;
  }

  .hamburger span:nth-of-type(3) {
    top: 4.6875vw;
  }

  .hamburger.active span:nth-of-type(1) {
    transform: rotate(-135deg);
  }

  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-of-type(3) {
    transform: rotate(135deg);
  }

  .hamburger.active span:nth-of-type(1),
  .hamburger.active span:nth-of-type(3) {
    top: 2vw;
  }

  .haed .logo {
    width: 28.4375vw;
    padding: 3.125vw 0;
    margin: 0 3.125vw;
  }

  .main-navi {
    height: 0;
    transform: translateY(-500vh);
    transition: .3s;
  }

  .main-navi.open {
    height: 100vh;
    transform: translateY(0);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40vw;
  }

  .g-navi {
    padding: 6vw 8vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .g-navi li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .g-navi li a,
  .main-navi .pulldown,
  .main-navi .pulldown li a {
    display: block;
    color: #fff;
    position: relative;
    padding: 5vw 2vw;
    font-size: 4.375vw;
    text-decoration: none;
  }

  .g-navi li a::before,
  .main-navi .pulldown li a::after {
    content: "";
    position: absolute;
    display: block;
    width: 3vw;
    height: 3vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2vw;
  }

  .main-navi .pulldown::before,
  .main-navi .pulldown::after {
    content: "";
    position: absolute;
    display: block;
    width: 4vw;
    height: 0.4vw;
    background: #fff;
    right: 1vw;
    top: 7vw;
    z-index: 1;
  }

  .main-navi .pulldown::after {
    transform: rotate(90deg);
    transition: .3s;
  }

  .main-navi .pulldown.open::after {
    transform: rotate(0);
  }

  .main-navi .pulldown ul {
    display: none;
    padding: 0;
    margin: 4vw -2vw 0 0;
  }

  .main-navi .pulldown li a {
    padding: 3vw 0;
    color: #fff;
    text-decoration: none;
  }

  .main-navi .pulldown li+li {
    border: none;
  }

  .sub-navi>ul>li {
    margin: 0 8vw 6vw;
  }

  .sub-navi .bt-mypage a,
  .sub-navi .bt-entry span {
    width: 100%;
    height: 13.75vw;
    font-size: 4.375vw;
    margin: 0 auto;
    position: relative;
    font-weight: 500;
  }

  .sub-navi .bt-entry {
    padding: 0;
  }

  .sub-navi .bt-entry::before,
  .sub-navi .bt-entry::after {
    right: 6vw;
    top: 6.8vw;
  }

  .sub-navi .bt-entry ul {
    width: 80%;
    margin: 4vw auto 0;
    justify-content: center;
    display: none;
  }


  .sub-navi .bt-entry li {
    width: 33%;
  }

  .sub-navi .bt-entry li a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-navi .bt-entry li a::after {
    width: 2vw;
    height: 2vw;
    position: relative;
    inset: auto;
    margin: 0.5vw 0 0 1.3vw;
    flex-shrink: 0;
  }

  .haed.is-show {
    animation: header-sp 0.4s;
  }

  .haed.is-hide {
    animation: header-sp02 0.4s;
  }


  @keyframes header-sp {
    0% {
      transform: translateY(-20vw)
    }

    100% {
      transform: translateY(0)
    }
  }

  @keyframes header-sp02 {
    0% {
      transform: translateY(-20vw)
    }

    100% {
      transform: translateY(0)
    }
  }

  /*
	ここまでheader
	------------------------------------- */
  /*
  content
  ------------------------------------- */
  main {
    padding-top: 13.703125vw;
    font-size: 3.75vw;
  }

  .page-mv {
    height: 89.6875vw;
    padding: 0 4.6875vw;
    position: relative;
    display: block;
  }

  .page-mv .mv-inner {
    width: 100%;
    display: block;
  }

  .page-mv img {
    max-width: none;
    width: 100%;
  }

  .page-mv .logo-area {
    display: block;
    width: 59.375vw;
    margin: 0 auto;
    padding: 11.25vw 0 3.90625vw;
  }

  .page-mv .date-area {
    width: 100%;
  }

  .page-mv .area-box {
    width: 32.75%;
    padding: 3.125vw 0 1.5625vw;
  }

  .page-mv .area-txt {
    font-size: 5.625vw;
    padding-bottom: 0.5vw;
  }

  .page-mv .date-txt {
    font-size: 3.125vw;
    margin: 1.5625vw 0 2.34375vw;
  }

  .page-mv .date-txt em {
    font-size: 5.3125vw;
    bottom: -0.7vw;
  }

  .page-mv .place-txt {
    font-size: 3.125vw;
    line-height: 1.3;
  }

  .page-mv .place-txt::before {
    width: 2.5vw;
    margin-right: 1.09375vw;
  }

  .page-mv h1 {
    width: 90.625vw;
    position: absolute;
    font-size: 5.625vw;
    bottom: 11.25vw;
    left: 0;
    right: 0;
    margin: auto;
    padding: 1.5625vw 0 1.8vw;
  }

  /*ボタン*/
  .btn button,
  .btn a {
    font-size: 4.375vw;
    padding-bottom: 0;
    margin: 0 auto;
    border-radius: 30vw;
  }


  /*
	footer
	------------------------------------- */
  .f-inner {
    padding: 7.8125vw 6.25vw;
    width: 100%;
    display: block;
  }

  .f-outline dt {
    margin-bottom: 3.125vw;
  }

  .f-top__contact {
    width: 100%;
    margin-top: 7.8125vw;
  }

  .f-top__contact dt {
    font-size: 7.1875vw;
    margin-bottom: 4.6875vw;
  }

  .f-top__contact dd {
    line-height: 2;
    font-size: 3.75vw;
  }

  .f-top__share dt {
    font-size: 3.85vw;
    margin-top: 12.5vw;
  }

  .f-top__share dd {
    margin-top: 6.25vw;
  }

  .f-top__share li {
    width: 15.625vw;
  }

  .f-top__share li:not(:first-child) {
    margin-left: 6.25vw
  }

  .f-top__share-hashutag dd a {
    font-size: 5.3125vw;
  }

  .f-bot .f-inner {
    padding: 7.8125vw 6.25vw;
    display: block;
  }

  .f-bot .f-logo {
    width: 40.625vw;
  }

  .copy {
    margin-top: 6.25vw;
    font-size: 3.125vw;
  }



  /*smartPhone END*/
}