@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho&family=Noto+Sans+JP:wght@500;700&display=swap");
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  appearance: button;
}

[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-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* basic-tags */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  line-height: 1.3571428571;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  html, body {
    font-size: 21.4px; /* alphamedix */
  }
}

body {
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -ms-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}

ruby {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

/* --------------------
  common-classes
-------------------- */
.anchored::before {
  content: "";
  display: block;
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .anchored::before {
    margin-top: -100px;
    padding-top: 100px;
  }
}

span {
  letter-spacing: calc(-1em * var(--ls));
}

.text-red {
  color: #cb3a20;
}

/* --------------------
  utility-classes
-------------------- */
.sr-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .xs-and-ssm {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-only {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .ssm-only {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-over {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.no-bullet {
  list-style: none;
  padding: 0;
}

.no-margin {
  margin: 0;
}

.pagecontainer {
  background: url(../img/pc-bg-50@2x.jpg) 50% 0%/cover no-repeat;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pagelogo.sgr {
  display: none;
  height: 32px;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 116px;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .pagelogo.sgr {
    display: block;
  }
}

.pagelogo__link {
  background: url(../img/logo-sgr@2x.png) 0 0/contain no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .pagelogo__link {
    transition: filter 0.15s linear, transform 0.15s linear;
  }
  .pagelogo__link:hover {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
    transform: translateY(-1px);
  }
}

.pagecontent {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 600px;
  overflow-y: scroll;
  position: relative;
  scroll-behavior: smooth;
  width: 100%;
  z-index: 10;
}

.pageimages {
  display: none;
}

.intro__content {
  position: relative;
}

.intro__body {
  background: url(../img/intro-bg-20@2x.jpg) 50% 0%/cover no-repeat;
  height: 133.333vw;
  padding-top: 33.333vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .intro__body {
    height: 35.7142857143em;
    padding-top: 8.9285714286em;
  }
}

.intro__title {
  animation: 1.2s 1 1.9s ease-in-out both orn_anima;
  background: url(../img/intro-title@2x.png) 50% 0%/82.667vw auto no-repeat;
  height: 61.867vw;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .intro__title {
    height: 16.5714285714em;
    background-size: 22.1428571429em auto;
  }
}

.intro__lead {
  animation: 1.2s 1 2.5s ease-in-out both orn_anima;
  color: #fff;
  text-align: center;
  font-size: 4vw;
  margin-top: 2.6666666667em;
  line-height: 1.5333333333;
}
@media screen and (min-width: 600px) {
  .intro__lead {
    font-size: 1.0714285714em;
  }
}

.intro__header {
  align-items: center;
  background-color: #005fa0;
  display: flex;
  height: 1.5em;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.intro__header .link {
  background: url(../img/logo-psp@2x.png) center center/contain no-repeat;
  display: block;
  height: 0.6428571429em;
  width: 13.9285714286em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .intro__header .link {
    transition: filter 0.15s linear, transform 0.15s linear;
  }
  .intro__header .link:hover {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    transform: translateY(-1px);
  }
}

.intro__orns {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.intro__orns [class*=orn-] {
  animation: 1.2s 1 ease-in-out both orn_anima;
  animation-delay: calc(0.15s * var(--dl));
  display: block;
  height: auto;
  opacity: 0;
  position: absolute;
}
@keyframes orn_anima {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.intro__orns .orn-1 {
  left: 11.2%;
  top: 6.6%;
  width: 10.6666666667%;
}
.intro__orns .orn-2 {
  left: 79.7333333333%;
  top: 6%;
  width: 13.8666666667%;
}
.intro__orns .orn-3 {
  left: 71.2%;
  top: 13.6%;
  width: 2.9333333333%;
}
.intro__orns .orn-4 {
  left: 28.8%;
  top: 16.2%;
  width: 2.9333333333%;
}
.intro__orns .orn-5 {
  left: 5.8666666667%;
  top: 19.8%;
  width: 7.2%;
}
.intro__orns .orn-6 {
  left: 89.0666666667%;
  top: 22.8%;
  width: 5.3333333333%;
}
.intro__orns .orn-7 {
  left: 6.1333333333%;
  top: 60%;
  width: 4%;
}
.intro__orns .orn-8 {
  left: 88.2666666667%;
  top: 59.6%;
  width: 5.0666666667%;
}
.intro__orns .orn-9 {
  left: 6.1333333333%;
  top: 73.8%;
  width: 7.2%;
}
.intro__orns .orn-10 {
  left: 90.1333333333%;
  top: 77%;
  width: 2.9333333333%;
}
.intro__orns .orn-11 {
  left: 88%;
  top: 87.6%;
  width: 8.5333333333%;
}
.intro__orns .orn-12 {
  left: 79.7333333333%;
  top: 91.2%;
  width: 2.9333333333%;
}
.intro__orns .orn-13 {
  left: -1.8666666667%;
  top: 90.6%;
  width: 13.0666666667%;
}

.intro__footer {
  background-color: #e6f0ff;
  padding: 8vw 0;
}

.intro__footer-banner {
  height: 26.667vw;
  margin: 0 auto;
  width: 84vw;
}
@media screen and (min-width: 600px) {
  .intro__footer-banner {
    height: 7.1428571429em;
    width: 22.5em;
  }
}
.intro__footer-banner .banner-link {
  background: url(../img/intro-salebanner@2x.png) 0 0/cover no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .intro__footer-banner .banner-link {
    transition: filter 0.15s linear;
  }
  .intro__footer-banner .banner-link:hover {
    filter: saturate(200%) brightness(105%) drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.2));
  }
}

/* ==========
  .event__sect ...セクションの設定
  (各articleは `_event-post` )
========== */
.event__sect {
  padding-bottom: 11.733vw;
}
@media screen and (min-width: 600px) {
  .event__sect {
    padding-bottom: 3.1428571429em;
  }
}

.event__sect:focus-visible, .event__post:focus-visible {
  outline: none;
}

@supports not selector(:focus-visible) {
  .event__sect:focus, .event__post:focus {
    outline: none;
  }
}
.event__blue {
  background: linear-gradient(to bottom, #e6f0ff 0%, #d6e1ff 82%, #d6e1ff 100%);
}

.event__pink {
  background: linear-gradient(to bottom, #fff0f5 0%, #ffe1ff 82%, #ffe1ff 100%);
}

.event__fig {
  margin-bottom: 4vw;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .event__fig {
    margin-bottom: 1.0714285714em;
  }
}
.event__fig .fig-img {
  display: block;
  height: auto;
  width: 100%;
}

html.js-available .slide-in {
  margin-left: -100%;
  transition: margin-left 0.5s ease-out;
}
html.js-available .slide-in.active {
  margin-left: 0;
}

/* ==========
  .event__post
  event__sect 内の各 article の共通設定.
  (article内の臨時的設定は `_event-post-extras.scss` )
========== */
.event__post {
  font-size: 3.733vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .event__post {
    font-size: 1rem;
  }
}

.event__post.subpost {
  margin-top: 8vw;
}
@media screen and (min-width: 600px) {
  .event__post.subpost {
    margin-top: 2.1428571429em;
  }
}

.event__post-date {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 4vw;
  font-weight: bold;
  height: 2.3333333333em;
  line-height: 1;
  margin-bottom: 0.6666666667em;
}
@media screen and (min-width: 600px) {
  .event__post-date {
    font-size: 1.0714285714rem;
  }
}
.event__post-date .date {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 1.6em 0 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.event__post-date .date-content {
  display: block;
}
.event__post-date .date-content .num {
  font-size: 1.6em;
}

.event__blue .event__post-date {
  background: linear-gradient(to right, #377de4 0%, #377de4 25%, rgba(76, 107, 243, 0.2) 80%, rgba(111, 131, 243, 0));
}

.event__pink .event__post-date {
  background: linear-gradient(to right, #f069d2 0%, #f069d2 25%, rgba(255, 130, 195, 0.2) 80%, rgba(255, 167, 207, 0));
}

.event__post-fig {
  position: relative;
}
.event__post-fig .fig-img {
  display: block;
  width: 100%;
  height: auto;
}

.event__post-smry {
  padding: 0 2.1428571429em;
}

.post-smry-title {
  font-size: 8.533vw;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.15625;
  margin-bottom: 0.375em;
}
@media screen and (min-width: 600px) {
  .post-smry-title {
    font-size: 2.2857142857rem;
  }
}
@media screen and (min-width: 768px) {
  .post-smry-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.post-smry-title .small {
  font-size: 0.5em;
  letter-spacing: -0.03em;
}
.post-smry-title .small.block {
  display: block;
}
.event__blue .post-smry-title {
  color: #005fa0;
}
.event__pink .post-smry-title {
  color: #ff6487;
}
.subpost .post-smry-title {
  font-size: 7.467vw;
}
@media screen and (min-width: 600px) {
  .subpost .post-smry-title {
    font-size: 2rem;
  }
}
.post-smry-one-fig + .post-smry-title {
  margin-top: 3.2vw;
}
@media screen and (min-width: 600px) {
  .post-smry-one-fig + .post-smry-title {
    margin-top: 0.8571428571rem;
  }
}

.post-smry-desc {
  letter-spacing: -0.025em;
  line-height: 1.3333333333;
  margin-bottom: 1em;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.post-smry-desc .note {
  font-size: 0.9285714286em;
}

.event__post-dtls-about {
  display: flex;
  align-items: center; /* alphamedix */
}
.event__post-dtls-about .about-fig {
  flex: 0 0 47.619047619%;
}
.event__post-dtls-about .about-fig .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.event__post-dtls-about .about-desc {
  font-size: 0.9285714286em;
  line-height: 1.3076923077;
  margin: 0 0 0 0.6153846154em;
}
@media screen and (min-width: 600px) {
  .event__post-dtls-about .about-desc {
    font-size: 0.9285714286rem;
  }
}
.event__post-dtls-about .about-desc dt {
  color: #005fa0;
  font-weight: bold;
  margin-bottom: 0.3076923077em;
}
@media screen and (min-width: 768px) {
  .event__post-dtls-about .about-desc dt {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.event__post-dtls-about .about-desc dd {
  letter-spacing: -0.04em;
  text-align: justify;
  margin: 0;
}

.post-smry-data {
  align-items: flex-start;
  display: grid;
  font-size: 0.9285714286em;
  gap: 0.7692307692em 0.3076923077em;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  margin: 1.5384615385em 0 0.6923076923em;
}
@media screen and (min-width: 600px) {
  .post-smry-data {
    font-size: 0.9285714286rem;
  }
}
.post-smry-data > dt {
  color: #fff;
  font-size: 0.9230769231em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 0.3em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .post-smry-data > dt {
    font-size: 0.8571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .post-smry-data > dt {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.post-smry-data > dd {
  letter-spacing: -0.02em;
  line-height: 1.3076923077;
  margin: 0;
  padding: 0;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.post-smry-data .note {
  font-size: 0.7692307692em;
}
.post-smry-data .note.block {
  display: block;
  line-height: 1.2;
  margin-top: 0.25em;
}

.event__blue .post-smry-data > dt {
  background-color: #005fa0;
}

.event__pink .post-smry-data > dt {
  background-color: #ff6487;
}

.post-smry-notes {
  font-weight: 500;
  font-size: 0.7142857143em;
  line-height: 1.4;
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0;
  text-indent: -1em;
}
@media screen and (min-width: 600px) {
  .post-smry-notes {
    font-size: 0.7142857143rem;
  }
}
.post-smry-notes > li + li {
  margin-top: 0.1em;
}

.post-smry-desc + .post-smry-notes {
  margin-top: 2em;
}

.post-smry-banner {
  margin-top: 4.8vw;
}
@media screen and (min-width: 600px) {
  .post-smry-banner {
    margin-top: 1.2857142857em;
  }
}
.post-smry-banner .banner-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .post-smry-banner .banner-link {
    transition: filter 0.15s linear;
  }
  .post-smry-banner .banner-link:hover {
    filter: brightness(120%) drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.2666666667));
  }
}
.post-smry-banner .banner-img {
  display: block;
  height: auto;
  width: 100%;
}
.post-smry-one-fig + .post-smry-banner {
  margin-top: 2.667vw;
}
@media screen and (min-width: 600px) {
  .post-smry-one-fig + .post-smry-banner {
    margin-top: 0.7142857143em;
  }
}

.post-smry-badge-data-notes-wrapper {
  display: flex;
  margin-top: 4vw;
}
@media screen and (min-width: 600px) {
  .post-smry-badge-data-notes-wrapper {
    margin-top: 1.0714285714rem;
  }
}

.post-smry-badge-lead-title-wrapper {
  align-items: center;
  display: flex;
  gap: 0.7142857143em;
  margin-bottom: 1.1428571429em;
}
@media screen and (min-width: 600px) {
  .post-smry-badge-lead-title-wrapper {
    font-size: 1rem;
  }
}
.post-smry-badge-lead-title-wrapper .post-smry-title {
  margin-bottom: 0;
}

.post-smry-badge {
  align-items: center;
  background-color: #cb3a20;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 6.25em;
  flex-direction: column;
  font-size: 3.2vw;
  font-weight: bold;
  height: 6.25em;
  justify-content: center;
  line-height: 1.1666666667;
  text-align: center;
  width: 6.25em;
}
@media screen and (min-width: 600px) {
  .post-smry-badge {
    font-size: 0.8571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .post-smry-badge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.post-smry-badge.pink {
  background-color: #e1507d;
}
.post-smry-badge .small {
  font-size: 0.75em;
  font-weight: 500;
}
.post-smry-badge .large {
  font-size: 1.25em;
  font-weight: 500;
}

.post-smry-multi-badges {
  display: flex;
}
.post-smry-multi-badges .post-smry-badge + .post-smry-badge {
  margin-left: -1.333vw;
}
@media screen and (min-width: 600px) {
  .post-smry-multi-badges .post-smry-badge + .post-smry-badge {
    margin-left: -0.3571428571em;
  }
}

.event__post-smry-title-with-multi-badges {
  margin-top: 5.333vw;
}
@media screen and (min-width: 600px) {
  .event__post-smry-title-with-multi-badges {
    margin-top: 1.4285714286em;
  }
}
.event__post-smry-title-with-multi-badges .post-smry-title {
  margin-top: 2.133vw;
}
@media screen and (min-width: 600px) {
  .event__post-smry-title-with-multi-badges .post-smry-title {
    margin-top: 0.25em;
  }
}

.event__post-smry-title-with-badge {
  align-items: center;
  display: flex;
  gap: 2.667vw;
  margin-bottom: 2.667vw;
}
@media screen and (min-width: 600px) {
  .event__post-smry-title-with-badge {
    gap: 0.7142857143em;
    margin-bottom: 0.7142857143em;
  }
}
.event__post-smry-title-with-badge .post-smry-title {
  margin-bottom: 0;
}

.post-smry-two-figs {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.post-smry-two-figs .fig-img {
  display: block;
  flex: 0 0 47.619047619%;
  height: auto;
  width: 47.619047619%;
}

.post-smry-one-fig {
  width: 100%;
  margin-top: 4.267vw;
}
@media screen and (min-width: 600px) {
  .post-smry-one-fig {
    margin-top: 1.1428571429rem;
  }
}
.post-smry-one-fig .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.event__post-date + .event__post-smry > .post-smry-one-fig:first-of-type {
  margin-top: 0;
}

.event__post-dtls {
  margin-top: 1.7142857143em;
}
.event__post-dtls .dtls-head-title {
  background-color: #005fa0;
  color: #fff;
  font-size: 1.0714285714em;
  font-weight: 500;
  line-height: 1.7333333333;
  margin: 0 2em 0.8em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event__post-dtls .dtls-head-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}

/*==========
  event__post-date リボンアニメーションの設定
==========*/
.event__blue .event__post-date, .event__pink .event__post-date {
  background: none;
}

.event__blue .event__post-date::before {
  background: linear-gradient(to right, #377de4 0%, #377de4 25%, rgba(76, 107, 243, 0.2) 80%, rgba(111, 131, 243, 0));
}

.event__pink .event__post-date::before {
  background: linear-gradient(to right, #f069d2 0%, #f069d2 25%, rgba(255, 130, 195, 0.2) 80%, rgba(255, 167, 207, 0));
}

.event__post-date {
  position: relative;
  width: 100%;
}
.event__post-date > .date {
  position: relative;
  z-index: 2;
}

.slidein.event__post-date:before {
  animation: 2.6s ease-out 0.1s 1 normal both eventdate_anim;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: 0% 0%;
  width: 100%;
  z-index: 1;
}

@keyframes eventdate_anim {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    opacity: 1;
    transform: scaleX(1) translateX(0%);
  }
  100% {
    opacity: 1;
    transform: scaleX(1) translateX(0%);
  }
}
.event__post-date > .date {
  opacity: 0;
  transition: opacity 0.8s 0.1s linear;
  position: relative;
  z-index: 2;
}

.slidein.event__post-date > .date {
  opacity: 1;
}

/* ==========
  ポストごとの臨時設定
========== */
.cmn-prof-header {
  display: flex;
}
.cmn-prof-header .fig {
  flex: 0 0 41.867vw;
  width: 41.867vw;
}
@media screen and (min-width: 600px) {
  .cmn-prof-header .fig {
    flex-basis: 11.2142857143em;
    width: 11.2142857143em;
  }
}
.cmn-prof-header .fig .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.cmn-prof-header .title {
  font-size: 2.667vw;
  font-weight: bold;
  padding-left: 1em;
}
@media screen and (min-width: 600px) {
  .cmn-prof-header .title {
    font-size: 0.7142857143em;
  }
}
.cmn-prof-header .title > span {
  display: block;
}
.cmn-prof-header .title .lead1 {
  font-size: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 2.3333333333em;
}
.cmn-prof-header .title .lead2 {
  font-size: 1.6em;
  letter-spacing: -0.05em;
  margin-bottom: 0.25em;
}
.cmn-prof-header .title .name-ja {
  font-size: 2.8em;
  margin-bottom: 0.275em;
  letter-spacing: 0.025em;
}
.cmn-prof-header .title .name-en {
  letter-spacing: 0.025em;
}

.event__blue .cmn-prof-header .title {
  color: #005fa0;
}

.event__pink .cmn-prof-header .title {
  color: #ff6487;
}

.event__post.post-caked-1 .post-smry-title .limit {
  font-size: 0.875em;
  letter-spacing: -0.075em;
}
.event__post.post-caked-1 .post-smry-title .limit.block {
  display: block;
  margin-top: 0.1em;
}

.event__post.post-caked-2 {
  margin-top: 6.667vw;
}
@media screen and (min-width: 600px) {
  .event__post.post-caked-2 {
    margin-top: 1.7857142857em;
  }
}
.event__post.post-caked-2 .post-smry-data {
  font-size: 0.7142857143em;
  gap: 0.3em 0.1em;
  margin-bottom: 1.75em;
}
.event__post.post-caked-2 .post-smry-data dt {
  background-color: transparent;
  color: inherit;
  font-weight: inherit;
}
.event__post.post-caked-2 .post-smry-notes li + li {
  margin-top: 0.15em;
}

.post-music-1 .post-smry-badge .large {
  font-size: 5.333vw;
}
@media screen and (min-width: 600px) {
  .post-music-1 .post-smry-badge .large {
    font-size: 1.4285714286rem;
  }
}

.event__sect.music .event__post.subpost .post-smry-desc {
  font-size: 0.9285714286em;
}

/* ==========
  .event__post-dtls-items オンリー
========== */
.event__post-dtls-items {
  padding: 0 2.1428571429em;
  text-align: justify;
}
.event__post-dtls-items.ptn-checker .dtls-item {
  display: flex;
  font-size: 3.467vw;
  gap: 0.7692307692em;
  line-height: 1.3076923077;
}
@media screen and (min-width: 600px) {
  .event__post-dtls-items.ptn-checker .dtls-item {
    font-size: 0.9285714286rem;
    gap: 0.7142857143rem;
  }
}
.event__post-dtls-items.ptn-checker .dtls-item + .dtls-item {
  margin-top: 5.333vw;
}
@media screen and (min-width: 600px) {
  .event__post-dtls-items.ptn-checker .dtls-item + .dtls-item {
    margin-top: 1.4285714286rem;
  }
}
.event__post-dtls-items.ptn-checker .item-fig {
  flex: 0 0 47.619%;
  order: 1;
}
.event__post-dtls-items.ptn-checker .item-fig .fig-img {
  height: auto;
  width: 100%;
}
.event__post-dtls-items.ptn-checker .item-body {
  order: 2;
}
.event__post-dtls-items.ptn-checker .item-body-title {
  color: #005fa0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.1538461538;
  margin: 0 0 0.5em;
}
.event__post-dtls-items.ptn-checker .item-body-desc {
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: justify;
}
.event__post-dtls-items.ptn-checker .dtls-item:nth-of-type(even) .item-fig {
  order: 2;
}
.event__post-dtls-items.ptn-checker .dtls-item:nth-of-type(even) .item-body {
  order: 1;
  width: 50%; /* alphamedix */
}
.event__post-dtls-items.ptn-member .dtls-item {
  margin-top: 6.4vw;
}
@media screen and (min-width: 600px) {
  .event__post-dtls-items.ptn-member .dtls-item {
    margin-top: 1.7142857143rem;
  }
}
.event__post-dtls-items.ptn-member .item-title {
  color: #005fa0;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 600px) {
  .event__post-dtls-items.ptn-member .item-title {
    font-size: 0.8571428571rem;
  }
}
.event__post-dtls-items.ptn-member .item-body {
  display: flex;
}
.event__post-dtls-items.ptn-member .item-body-fig {
  margin-right: 2.133vw;
}
@media screen and (min-width: 600px) {
  .event__post-dtls-items.ptn-member .item-body-fig {
    margin-right: 0.5714285714rem;
  }
}
.event__post-dtls-items.ptn-member .item-body-fig .fig-img {
  display: block;
  height: auto;
  width: 40vw;
}
@media screen and (min-width: 600px) {
  .event__post-dtls-items.ptn-member .item-body-fig .fig-img {
    width: 10.7142857143rem;
  }
}
.event__post-dtls-items.ptn-member .item-body-desc {
  font-size: 2.933vw;
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .event__post-dtls-items.ptn-member .item-body-desc {
    font-size: 0.7857142857rem;
  }
}
.event__post-dtls-items.ptn-shops .dtls-item {
  display: flex;
}
.event__post-dtls-items.ptn-shops .dtls-item .item-fig {
  flex: 0 0 10.7142857143em;
  margin-right: 1.3571428571em;
}
.event__post-dtls-items.ptn-shops .dtls-item .item-fig .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.event__post-dtls-items.ptn-shops .dtls-item .item-desc .item-desc-title {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .event__post-dtls-items.ptn-shops .dtls-item .item-desc .item-desc-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.event__post-dtls-items.ptn-shops .dtls-item .item-desc .item-desc-body {
  font-size: 0.8571428571em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .event__post-dtls-items.ptn-shops .dtls-item .item-desc .item-desc-body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.event__post-dtls-items.ptn-shops .dtls-item.fig > .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.event__post-dtls-items.ptn-shops .dtls-item.texts {
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.event__post-dtls-items.ptn-shops .dtls-item + .dtls-item {
  margin-top: 0.7142857143em;
}
.event__post-dtls-items.ptn-memberlist {
  color: #cb3a20;
  font-size: 1em;
  line-height: 1.7857142857;
  list-style: none;
  margin: 0;
}
.event__post-dtls-items.ptn-memberlist .member-item .inst {
  color: #603813;
}
.event__post-dtls-items.ptn-memberlist .member-item .name-en {
  color: #8c6239;
  font-size: 0.8571428571em;
}

.footer__sect {
  background-color: #005fa0;
}

.footer__content {
  color: #fff;
  font-size: 12px;
  line-height: 1.65;
  padding: 4.1666666667em 2.5em 8.3333333333em;
}
@media screen and (min-width: 600px) {
  .footer__content {
    font-size: 14px;
    padding-bottom: 122px;
  }
}

.footer__event-notes {
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0 0 1em 0;
  padding: 1em;
}
.footer__event-notes dt {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
.footer__event-notes dd {
  margin: 0;
  padding: 0;
}
.footer__event-notes ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.footer__event-notes ul li + li {
  margin-top: 0.75em;
}

.footer__general-notes {
  margin: 2em auto;
}

.footer__sns-links {
  display: grid;
  justify-content: center;
  gap: 24px;
  grid-template-columns: repeat(3, 38px);
  grid-template-rows: 38px;
  list-style: none;
  margin: 2em auto;
  padding: 0;
}
.footer__sns-links .item > a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  opacity: 1;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .footer__sns-links .item > a {
    transition: filter 0.15s linear, transform 0.15s linear;
  }
  .footer__sns-links .item > a:hover {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    transform: translateY(-1px);
  }
}
.footer__sns-links .item.tw > a {
  background-image: url(../img/sns-tw-w@2x.png);
}
.footer__sns-links .item.fa > a {
  background-image: url(../img/sns-fa-w@2x.png);
}
.footer__sns-links .item.in > a {
  background-image: url(../img/sns-in-w@2x.png);
}

.footer__colophon {
  font-size: 11px;
  text-align: center;
}

.floatnav {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
}
.floatnav.active {
  animation: floats_fadein 0.5s linear both;
}
.floatnav.active.closing {
  animation: floats_fadeout 0.5s linear both;
}
.floatnav .nav_r-item,
.floatnav .nav_b-item {
  pointer-events: all;
}

.floatnav__content {
  height: 100%;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  width: 100%;
}

.floatnav__right {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 4vw;
  top: 4vw;
}
@media screen and (min-width: 600px) {
  .floatnav__right {
    right: 1.0714285714em;
    top: 1.0714285714em;
  }
}
.floatnav__right .nav_r-item {
  height: 16vw;
  margin-bottom: 2.667vw;
  width: 16vw;
}
@media screen and (min-width: 600px) {
  .floatnav__right .nav_r-item {
    height: 4.2857142857em;
    margin-bottom: 0.7142857143em;
    width: 4.2857142857em;
  }
}
.floatnav__right .nav_r-item > .item-link {
  background-color: rgba(255, 255, 255, 0.7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0.267vw solid #005fa0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .floatnav__right .nav_r-item > .item-link {
    border-width: 0.0714285714em;
  }
}
@media screen and (min-width: 768px) {
  .floatnav__right .nav_r-item > .item-link {
    transition: filter 0.15s linear, background-color 0.15s linear;
  }
  .floatnav__right .nav_r-item > .item-link:hover {
    background-color: #fff;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
  }
}
.floatnav__right .nav_r-item.eventmenu > .item-link {
  background-image: url(../img/nav-event-btn-label-open@3x.png);
  background-size: 9.333vw auto;
}
@media screen and (min-width: 600px) {
  .floatnav__right .nav_r-item.eventmenu > .item-link {
    background-size: 2.5em auto;
  }
}
.floatnav__right .nav_r-item.saleinfo > .item-link {
  background-image: url(../img/nav-sale-btn-label@3x.png);
  background-size: 11.2vw auto;
}
@media screen and (min-width: 600px) {
  .floatnav__right .nav_r-item.saleinfo > .item-link {
    background-size: 3em auto;
  }
}
.floatnav__right .nav_r-item.eventmap > .item-link {
  background-image: url(../img/nav-map-btn-label-open@3x.png);
  background-size: 10.933vw auto;
}
@media screen and (min-width: 600px) {
  .floatnav__right .nav_r-item.eventmap > .item-link {
    background-size: 2.9285714286em auto;
  }
}

.floatnav__bottom {
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 12vw;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .floatnav__bottom {
    grid-template-rows: 3.2142857143em;
  }
}
.floatnav__bottom .nav_b-item > .item-link {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .floatnav__bottom .nav_b-item > .item-link {
    transition: filter 0.15s linear;
  }
  .floatnav__bottom .nav_b-item > .item-link:hover {
    filter: brightness(1.15);
  }
}
.floatnav__bottom .insta > .item-link {
  background-image: url(../img/nav-insta-banner@2x.png);
}
.floatnav__bottom .linec > .item-link {
  background-image: url(../img/nav-linec-banner@2x.png);
}

@keyframes floats_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floats_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.eventmenu__list {
  background: #f07dc8 url(../img/nav-event-bg@2x.png) right 8vw bottom 8vw/31.2vw auto no-repeat;
  font-weight: bold;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 9.6vw 8vw 0;
  pointer-events: all;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  display: none;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .eventmenu__list {
    background-position: right 48px bottom 48px;
    background-size: 188px auto;
    padding: 58px 48px 0;
  }
}
.eventmenu__list.active {
  animation: floats_fadein 0.15s linear both;
  display: block;
}
.eventmenu__list.active.closing {
  animation: floats_fadeout 0.15s linear both;
}
.eventmenu__list li {
  display: flex;
  position: relative;
}
.eventmenu__list li + li {
  margin-top: 4.533vw;
}
@media screen and (min-width: 600px) {
  .eventmenu__list li + li {
    margin-top: 1.2142857143rem;
  }
}
.eventmenu__list li > a {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .eventmenu__list li > a {
    transition: filter 0.15s linear;
  }
  .eventmenu__list li > a:hover {
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.3333333333));
  }
}
.eventmenu__list .eventmenu__item-date {
  color: #ff0;
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  .eventmenu__list .eventmenu__item-date {
    font-size: 0.8571428571rem;
  }
}
.eventmenu__list .eventmenu__item-date .num {
  font-size: 1.8333333333em;
}
.eventmenu__list .eventmenu__item-label {
  color: #fff;
  font-size: 5.6vw;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 600px) {
  .eventmenu__list .eventmenu__item-label {
    font-size: 1.5rem;
  }
}
.eventmenu__list > .eventmenu__list-close-btn {
  background: rgba(255, 255, 255, 0.6) url(../img/nav-event-btn-label-close@3x.png) 50% 50%/2.2666666667em auto no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 4vw;
  height: 4em;
  margin-top: 0;
  pointer-events: all;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 4em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .eventmenu__list > .eventmenu__list-close-btn {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 768px) {
  .eventmenu__list > .eventmenu__list-close-btn {
    transition: filter 0.15s linear, background-color 0.15s linear;
  }
  .eventmenu__list > .eventmenu__list-close-btn:hover {
    background-color: #fff;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
  }
}

.eventmap__area {
  align-items: center;
  background-color: #8cbefa;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: all;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
  display: none;
  opacity: 0;
}
.eventmap__area.active {
  animation: floats_fadein 0.15s linear both;
  display: flex;
}
.eventmap__area.active.closing {
  animation: floats_fadeout 0.15s linear both;
}

.eventmap__area-fig {
  width: 91.733%;
}
.eventmap__area-fig > img {
  display: block;
  height: auto;
  width: 100%;
}

.eventmap__area-close-btn {
  background: rgba(255, 255, 255, 0.6) url(../img/nav-map-btn-label-close@3x.png) 50% 50%/2.2666666667em auto no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 4vw;
  height: 4em;
  margin-top: 0;
  pointer-events: all;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 4em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .eventmap__area-close-btn {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 768px) {
  .eventmap__area-close-btn {
    transition: filter 0.15s linear, background-color 0.15s linear;
  }
  .eventmap__area-close-btn:hover {
    background-color: #fff;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
  }
}

.salepop {
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.25s linear;
  width: 100%;
  z-index: 500;
}
.salepop.active {
  animation: floats_fadein 0.5s linear both;
  display: block;
}
.salepop.active.closing {
  animation: floats_fadeout 0.25s linear both;
}

.salepop__content {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  width: 100%;
}

.salepop__wrapper {
  position: relative;
  width: 84%;
}

.salepop__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .salepop__link {
    transition: filter 0.15s linear;
  }
  .salepop__link:hover {
    filter: saturate(1.1) brightness(1.1) drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.6));
  }
}

.salepop__img {
  display: block;
  height: auto;
  width: 100%;
}

.salepop__closebtn {
  background: url(../img/sale-pop-close-label@3x.png) 50% 50%/62.5% auto no-repeat;
  cursor: pointer;
  height: 10.667vw;
  position: absolute;
  right: 0;
  top: 0;
  width: 10.667vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .salepop__closebtn {
    height: 2.8571428571rem;
    width: 2.8571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .salepop__closebtn {
    transition: filter 0.15s linear;
  }
  .salepop__closebtn:hover {
    filter: invert(0.75);
  }
}
