@charset "UTF-8";
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 {
  background-color: #e6cb9e;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  height: 100%;
  line-height: 1.3333333333;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  html, body {
    font-size: 21.6px;
  }
}

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));
}

/* --------------------
  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 {
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateX(0);
  width: 100%;
}
@media screen and (min-width: 600px) {
  .pagecontainer {
    background-image: linear-gradient(to right, transparent, transparent calc((100% - 700px) * 0.5), #cf9d48 calc((100% - 700px) * 0.5), #cf9d48 calc((100% - 620px) * 0.5), #7c7733 calc((100% - 620px) * 0.5), #7c7733 calc((100% - 620px) * 0.5 + 620px), #cf9d48 calc((100% - 620px) * 0.5 + 620px), #cf9d48 calc((100% - 700px) * 0.5 + 700px), transparent calc((100% - 700px) * 0.5 + 700px)), url(../img/pc-bg-lt@2x.png), url(../img/pc-bg-rt@2x.png);
    background-repeat: no-repeat;
    background-position: left 0vw top 0vw, left 5.26vw top 5.313vw, right 9.219vw top 3.073vw;
    background-size: cover, 20.833vw auto, 18.177vw auto;
  }
}

.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(255, 255, 255, 0.5));
    transform: translateY(-1px);
  }
}

.pagecontent {
  background: url(../img/main-tex@2x.jpg) 0 0/cover repeat-y;
  display: block;
  height: 100vh;
  margin: 0 auto;
  max-width: 600px;
  overflow-y: scroll;
  position: relative;
  visibility: visible;
  width: 100%;
  z-index: 10;
}
.pagecontent:focus-within {
  scroll-behavior: smooth;
}
.pagecontent.waiting {
  visibility: hidden;
}

.pageimages {
  display: none;
}

.pageopening {
  height: 100vh;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 2s ease-in;
  width: 100%;
  z-index: 1000;
}
.pageopening.ending {
  opacity: 0;
}

.pageopening__content {
  background-color: #000;
  background-image: url(../img/page-title@2x.png), url(../img/page-bg-05@2x.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85.867vw auto, cover;
  height: 100%;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .pageopening__content {
    background-size: 515.2px auto, cover;
  }
}

.pageopening.ending .pageopening__content {
  background-image: none;
}

.pageopening__cover-1 {
  background-color: #222;
  left: -400%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(30deg);
  width: 300%;
  z-index: 1001;
}

.pageopening.starting .pageopening__cover-1 {
  animation: cover1_anim 0.5s ease-in both;
}

@keyframes cover1_anim {
  0% {
    left: -400%;
  }
  100% {
    left: -100%;
  }
}
.pageopening__cover-2 {
  background-color: #000;
  height: 100%;
  left: 200%;
  position: absolute;
  top: 0;
  transform: skew(-30deg);
  width: 300%;
  z-index: 1002;
}

.pageopening.starting .pageopening__cover-2 {
  animation: cover2_anim 0.5s ease-in 0.5s both;
}

@keyframes cover2_anim {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
  }
}
.content__nav {
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s linear;
  width: 100%;
  z-index: 100;
}
.content__nav.revealed {
  opacity: 1;
}

.content__nav-container {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.content__nav-toggle {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  cursor: pointer;
  display: flex;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.2vw;
  height: 9.067vw;
  justify-content: center;
  left: 0;
  line-height: 1;
  padding-top: 0.35em;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .content__nav-toggle {
    font-size: 1rem;
    height: 2.5185185185rem;
    transition: background-color 0.15s linear;
  }
  .content__nav-toggle:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.content__nav-toggle::after {
  content: "▲";
  font-size: 0.5em;
  margin-left: 0.5em;
}

.content__nav.revealed .content__nav-toggle {
  pointer-events: all;
}

.content__nav.active .content__nav-toggle::after {
  content: "▼";
}

.content__nav-list {
  display: grid;
  gap: 1.333vw;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  height: 23.2vw;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 11.2vw;
  position: relative;
  top: 23.2vw;
  width: 90.667vw;
  transition: top 0.25s ease-out;
}
@media screen and (min-width: 600px) {
  .content__nav-list {
    gap: 8px;
    height: 139.2px;
    padding-bottom: 67.2px;
    top: 139.2px;
    width: 544px;
  }
}
.content__nav-list > .item > .link {
  background-color: #fff000;
  color: #000;
  display: block;
  font-family: "DM Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.667vw;
  height: 5.333vw;
  padding-top: 0.1em;
  pointer-events: all;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .content__nav-list > .item > .link {
    font-size: 0.7407407407rem;
    height: 32px;
    background: linear-gradient(90deg, #ec6c00 0% 50%, #fff000 50% 100%);
    background-position: 100% 0%;
    background-size: 200% 100%;
    transition: background-position 0.25s ease-out, color 0.5s ease-out;
  }
  .content__nav-list > .item > .link:hover {
    background-position: 0% 0%;
    color: #fff;
  }
}
.content__nav-list > .item > .link > .num {
  font-size: 1.5em;
}

.content__nav.active .content__nav-list {
  top: 0;
}

.hero__content {
  height: 135.467vw;
  padding-top: 45.6vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .hero__content {
    height: 37.6296296296rem;
    padding-top: 12.6666666667rem;
  }
}

.hero__title {
  background: url(../img/title-img@3x.png) left 55% top/contain no-repeat;
  height: 19.1851851852em;
  position: relative;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.hero__header {
  align-items: center;
  background-color: rgba(115, 60, 0, 0.7);
  display: flex;
  height: 1.5555555556em;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__header .link {
  background: url(../img/logo-psp@2x.png) center center/contain no-repeat;
  display: block;
  height: 0.6666666667em;
  width: 14.4444444444em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .hero__header .link {
    transition: filter 0.15s linear, transform 0.15s linear;
  }
  .hero__header .link:hover {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    transform: translateY(-1px);
  }
}

.hero__orns {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__orns [class*=orn-] {
  display: block;
  height: auto;
  position: absolute;
  animation: 1.2s infinite ease-in-out alternate orn_anima_r;
  animation-delay: calc(0.2s * var(--dl));
}
.hero__orns .orn-3, .hero__orns .orn-5, .hero__orns .orn-7, .hero__orns .orn-9, .hero__orns .orn-11 {
  animation: 1.2s infinite ease-in-out alternate orn_anima_l;
}
@keyframes orn_anima_r {
  from {
    transform: rotate(0deg) translateY(0) translateX(0);
  }
  to {
    transform: rotate(7deg) translateY(8px) translateX(2px);
  }
}
@keyframes orn_anima_l {
  from {
    transform: rotate(0deg) translateY(0) translateX(0px);
  }
  to {
    transform: rotate(-7deg) translateY(8px) translateX(-2px);
  }
}
.hero__orns .orn-1 {
  left: 4%;
  top: 41.1417322835%;
  transform-origin: 68% 65%;
  width: 9.0666666667%;
}
.hero__orns .orn-2 {
  left: 6.9333333333%;
  top: 18.1102362205%;
  transform-origin: 30% 62%;
  width: 16%;
}
.hero__orns .orn-3 {
  left: 26.6666666667%;
  top: 14.5669291339%;
  transform-origin: 60% 45%;
  width: 19.2%;
}
.hero__orns .orn-4 {
  left: 50.9333333333%;
  top: 12.4015748031%;
  transform-origin: 56% 80%;
  width: 24.5333333333%;
}
.hero__orns .orn-5 {
  left: 79.4666666667%;
  top: 22.0472440945%;
  transform-origin: 54% 50%;
  width: 10.4%;
}
.hero__orns .orn-6 {
  left: 85.6%;
  top: 34.2519685039%;
  transform-origin: 55% 54%;
  width: 7.7333333333%;
}
.hero__orns .orn-7 {
  left: 81.6%;
  top: 44.8818897638%;
  transform-origin: 46% 57%;
  width: 10.1333333333%;
}
.hero__orns .orn-8 {
  left: 76%;
  top: 86.6141732283%;
  transform-origin: 55% 53%;
  width: 16%;
}
.hero__orns .orn-9 {
  left: 53.6%;
  top: 91.1417322835%;
  transform-origin: 40% 70%;
  width: 10.9333333333%;
}
.hero__orns .orn-10 {
  left: 25.3333333333%;
  top: 89.1732283465%;
  transform-origin: 52% 40%;
  width: 18.9333333333%;
}
.hero__orns .orn-11 {
  left: 2.9333333333%;
  top: 81.4960629921%;
  transform-origin: 0% 0%;
  width: 13.8666666667%;
}

.link__sect {
  font-size: 13.5px;
  margin-top: 2.8148148148em;
}
@media screen and (min-width: 600px) {
  .link__sect {
    font-size: 1rem;
  }
}

.link__title {
  color: #4d4d4d;
  font-size: 1.2222222222em;
  font-weight: bold;
  line-height: 1.4181818182em;
  text-align: center;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .link__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}

.link__slider {
  margin: 3.7037037037em auto 0;
  position: relative;
  width: 100%;
}

.link__slide-container {
  align-items: flex-start;
  display: flex;
  position: relative;
  padding-bottom: 2.8148148148em;
}

.link__slider-nav-lt,
.link__slider-nav-rt {
  background: #fff url(../img/link-nav-arrow@2x.png) 42% 50%/35.484% auto no-repeat;
  border: 0.2222222222em solid #754c24;
  border-radius: 50%;
  cursor: pointer;
  font-size: 3.6vw;
  height: 2.7407407407em;
  position: absolute;
  top: 4.6666666667em;
  width: 2.7407407407em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .link__slider-nav-lt,
.link__slider-nav-rt {
    font-size: 1rem;
    transition: background-color 0.15s linear;
  }
  .link__slider-nav-lt:hover,
.link__slider-nav-rt:hover {
    background-color: #cac57e;
  }
}

.link__slider-nav-lt {
  left: 0.8888888889em;
}

.link__slider-nav-rt {
  right: 0.8888888889em;
  transform: scaleX(-1);
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
}

.link__slide {
  background-color: #fff;
  border: 0.2222222222em solid #754c24;
  border-radius: 0.3703703704em;
  font-size: 3.6vw;
  margin: 0 auto;
  padding-bottom: 2.0740740741em;
  width: 23.4814814815em;
}
@media screen and (min-width: 600px) {
  .link__slide {
    font-size: 1rem;
  }
}

.link__slide-title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 8.8148148148em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.link__slide-item {
  margin: 0 auto;
  width: 18.8888888889em;
}
.link__slide-item + .link__slide-item {
  margin-top: 0.7407407407em;
}
.link__slide-item .item-link {
  background-color: #754c24;
  border-radius: 0.3703703704em;
  color: #fff;
  display: block;
  padding: 0.7407407407em 0.962962963em 0.6666666667em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .link__slide-item .item-link {
    transition: filter 0.15s linear;
  }
  .link__slide-item .item-link:hover {
    filter: brightness(1.3);
  }
}
.link__slide-item .item-dates {
  border-bottom: 0.1666666667em solid #c69c6d;
  font-family: "DM Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.3333333333em;
}
@media screen and (min-width: 600px) {
  .link__slide-item .item-dates {
    font-size: 0.8888888889rem;
  }
}
.link__slide-item .item-dates .lg {
  font-size: 1.5em;
}
.link__slide-item .item-dates .and {
  font-size: 1.25em;
}
.link__slide-item .item-title {
  font-size: 5.6vw;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.0842857143;
  margin-top: 0.3333333333em;
}
@media screen and (min-width: 600px) {
  .link__slide-item .item-title {
    font-size: 1.5555555556rem;
  }
}
@media screen and (min-width: 768px) {
  .link__slide-item .item-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}

.link__slide.slide-1 .link__slide-title {
  background-image: url(../img/grp1-title@3x.png);
  background-size: 59.486% auto;
}
.link__slide.slide-1 .link__slide-foot {
  background: url(../img/link-grp1-footx@3x.png) center center/contain no-repeat;
  height: 3.3333333333em;
  margin: 1.5555555556em auto 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.link__slide-item.item-1-1 .item-title,
.link__slide-item.item-1-2 .item-title,
.link__slide-item.item-1-3 .item-title {
  font-size: 4.533vw;
}
@media screen and (min-width: 600px) {
  .link__slide-item.item-1-1 .item-title,
.link__slide-item.item-1-2 .item-title,
.link__slide-item.item-1-3 .item-title {
    font-size: 1.2592592593rem;
  }
}
.link__slide-item.item-1-1 .item-title .lg,
.link__slide-item.item-1-2 .item-title .lg,
.link__slide-item.item-1-3 .item-title .lg {
  font-size: 1.4117647059em;
}

.link__slide-item.item-1-3 .item-title {
  letter-spacing: -0.085em;
}

.link__slide-item.item-1-4 .item-title {
  font-size: 4vw;
}
@media screen and (min-width: 600px) {
  .link__slide-item.item-1-4 .item-title {
    font-size: 1.1111111111rem;
  }
}
.link__slide-item.item-1-4 .item-title .lg {
  font-size: 1.6em;
}

.link__slide.slide-2 .link__slide-title {
  background-image: url(../img/grp2-title@3x.png);
  background-size: 70.74% auto;
}

.link__slide.slide-3 .link__slide-title {
  background-image: url(../img/link-grp3-title@3x.png);
  background-size: 74.116% auto;
}

.link__slide.slide-4 .link__slide-title {
  background-image: url(../img/grp4-title@3x.png);
  background-size: 62.701% auto;
}

.link__slide-item.item-4-1 .item-title {
  letter-spacing: normal;
}

.link__slide-item.item-4-3 .item-title,
.link__slide-item.item-4-4 .item-title {
  font-size: 6.4vw;
  letter-spacing: normal;
}
@media screen and (min-width: 600px) {
  .link__slide-item.item-4-3 .item-title,
.link__slide-item.item-4-4 .item-title {
    font-size: 1.7777777778rem;
  }
}

.even__content {
  border-top:solid 4px #7c7733;
}

.even__sect:focus-visible, .even__post:focus-visible {
  outline: none;
}

@supports not selector(:focus-visible) {
  .even__sect:focus, .even__post:focus {
    outline: none;
  }
}
.even__sect-title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 3.6vw;
  height: 14em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .even__sect-title {
    font-size: 1rem;
  }
}

.events-1 .even__sect-title {
  background-image: url(../img/grp1-title@3x.png);
  background-size: 19.4074074074em auto;
}

.events-2 .even__sect-title {
  background-image: url(../img/grp2-title@3x.png);
  background-size: 19.7777777778em auto;
}

.events-3 .even__sect-title {
  background-image: url(../img/grp3-title@2x.png);
  background-position: 50% 100%;
  background-size: 21.1111111111em auto;
  height: 14.4444444444em;
}

.events-4 .even__sect-title {
  background-image: url(../img/grp4-title@3x.png);
  background-size: 14.5185185185em auto;
}

html.js-available .slide-in {
  margin-left: -100%;
  transition: margin-left 0.5s ease-out;
}
html.js-available .slide-in.active {
  margin-left: 0;
}

.even__post {
  font-size: 3.6vw;
  position: relative;
  margin-bottom: 2.962962963em;
}
@media screen and (min-width: 600px) {
  .even__post {
    font-size: 1rem;
  }
}

.even__post-date {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "DM Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4vw;
  font-weight: bold;
  height: 2.0666666667em;
  line-height: 1;
  margin-bottom: 0.6666666667em;
}
@media screen and (min-width: 600px) {
  .even__post-date {
    font-size: 1.1111111111rem;
  }
}
.even__post-date::after {
  background: transparent url(../img/grp-date-edge@3x.png) 0 0/contain no-repeat;
  content: "";
  height: 100%;
  width: 1em;
}
.even__post-date .date {
  align-items: center;
  background-color: #7c7733;
  display: flex;
  height: 100%;
  padding: 0 1.6em 0 2em;
}
.even__post-date .date-content .num {
  font-size: 1.6em;
}

.even__post-fig {
  position: relative;
}
.even__post-fig .fig-img {
  display: block;
  width: 100%;
  height: auto;
}

.even__post-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-top: -18.133vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .even__post-head {
    margin-top: -108.8px;
  }
}
.even__post-head .head-dates {
  background-color: #000;
  color: #fff000;
  font-family: "DM Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  padding: 0.3333333333em 0 0 2em;
  position: relative;
  width: 15em;
  z-index: 2;
}
.even__post-head .head-dates .num {
  font-size: 1.6em;
}
.even__post-head .head-dates .sla {
  font-size: 1.2666666667em;
  display: inline-block;
  vertical-align: 0.1em;
}
@media screen and (min-width: 600px) {
  .even__post-head .head-dates {
    font-size: 1.1111111111rem;
  }
}
.even__post-head .head-title {
  background-color: #fff000;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 9.6vw;
  line-height: 0.975em;
  margin-top: -0.25em;
  padding: 0.4722222222em 0.4166666667em 0.1944444444em 0.8333333333em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .even__post-head .head-title {
    font-size: 2.6666666667rem;
  }
}
.even__post-head .head-title.ja {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 7.2vw;
  font-weight: 700;
  margin-top: -0.3333333333em;
  padding: 0.6296296296em 0.5555555556em 0.4444444444em 1.1111111111em;
  letter-spacing: -0.04em;
  line-height: 1.1111111111em;
}
@media screen and (min-width: 600px) {
  .even__post-head .head-title.ja {
    font-size: 2rem;
  }
}
.even__post-head .head-title .sub, .even__post-head .head-title .main {
  display: block;
}
.even__post-head .head-title .sub {
  font-size: 0.7941176471em;
}

.even__post-smry {
  margin-bottom: 1.3333333333em;
  padding: 1.037037037em 2.2222222222em 0;
}

.even__post-date + .even__post-smry {
  padding-top: 0.3703703704em;
}

.post-smry-title-lead {
  background-color: #000;
}

.post-smry-title {
  color: #754c24;
  font-size: 6.4vw;
  font-weight: bold;
  letter-spacing: -0.035em;
  line-height: 1.125;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 600px) {
  .post-smry-title {
    font-size: 1.7777777778rem;
  }
}
@media screen and (min-width: 768px) {
  .post-smry-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.post-smry-title .sm {
  font-size: 0.6875em;
}

.post-smry-desc {
  font-size: 3.6vw;
  letter-spacing: -0.04em;
  line-height: 1.3333333333;
  margin-bottom: 1em;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .post-smry-desc {
    font-size: 1rem;
  }
}

.post-smry-wstheme {
  margin: 0 0 1.1111111111em;
}
.post-smry-wstheme dt {
  background-color: #754c24;
  color: #fff;
  font-size: 0.8888888889em;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.5;
  margin-bottom: 0.35em;
  padding: 0 0.5em;
  width: fit-content;
}
@media screen and (min-width: 600px) {
  .post-smry-wstheme dt {
    font-size: 0.8888888889rem;
  }
}
@media screen and (min-width: 768px) {
  .post-smry-wstheme dt {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.post-smry-wstheme dd {
  color: #754c24;
  font-size: 1.3333333333em;
  line-height: 1.2222222222;
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .post-smry-wstheme dd {
    font-size: 1.3333333333rem;
  }
}
.post-smry-wstheme dd .sm {
  font-size: 0.7222222222em;
}

.even__post-dtls-about {
  display: flex;
  padding: 0 2.2222222222em;
}
.even__post-dtls-about .about-fig {
  flex: 0 0 8.962962963em;
}
.even__post-dtls-about .about-fig .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.even__post-dtls-about .about-desc {
  font-size: 0.8148148148em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0 0.9090909091em;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-about .about-desc {
    font-size: 0.8148148148rem;
  }
}
.even__post-dtls-about .about-desc dt {
  color: #754c24;
  font-size: 1.0909090909em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.4166666667em;
}
@media screen and (min-width: 768px) {
  .even__post-dtls-about .about-desc dt {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.even__post-dtls-about .about-desc dd {
  letter-spacing: -0.04em;
  text-align: justify;
  margin: 0;
}

.post-smry-notes-para {
  font-size: 2.4vw;
  line-height: 1.3333333333;
  margin: 1.5em 0;
}
@media screen and (min-width: 600px) {
  .post-smry-notes-para {
    font-size: 0.6666666667rem;
  }
}

.post-smry-data {
  align-items: flex-start;
  display: grid;
  font-size: 0.962962963em;
  gap: 0.7692307692em 0.3076923077em;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  margin: 1.0769230769em 0 0.6923076923em;
}
@media screen and (min-width: 600px) {
  .post-smry-data {
    font-size: 0.962962963rem;
  }
}
.post-smry-data > dt {
  background-color: #754c24;
  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.8888888889rem;
  }
}
@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 {
  color: #754c24;
  font-weight: 500;
  line-height: 1.2307692308;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.post-smry-data .note {
  font-size: 0.8333333333em;
}
.post-smry-data .note.yellow {
  color: #fff000;
}

.post-smry-notes {
  font-weight: 500;
  font-size: 0.7407407407em;
  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.7407407407rem;
  }
}
.post-smry-notes > li + li {
  margin-top: 0.1em;
}

.post-smry-desc + .post-smry-notes {
  margin-top: 2em;
}

.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.1111111111rem;
  }
}

.post-smry-badge-lead-title-wrapper {
  align-items: center;
  display: flex;
  gap: 0.7407407407em;
  margin-bottom: 1.1851851852em;
}
@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: #cb5520;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 5.5555555556em;
  font-size: 4.8vw;
  font-weight: bold;
  height: 5.5555555556em;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .post-smry-badge {
    font-size: 1.3333333333rem;
  }
}
@media screen and (min-width: 768px) {
  .post-smry-badge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.post-smry-badge.twolines {
  flex-basis: 6.25em;
  font-size: 3.2vw;
  height: 6.25em;
  line-height: 1.25;
  margin-left: 0.4166666667em;
  margin-right: 0.6666666667em;
}
@media screen and (min-width: 600px) {
  .post-smry-badge.twolines {
    font-size: 0.8888888889rem;
  }
}

.even__post-dtls {
  margin-top: 1.8518518519em;
}
.even__post-dtls .dtls-head-title {
  background-color: #754c24;
  color: #fff;
  font-size: 1.1111111111em;
  font-weight: 500;
  line-height: 1.7333333333;
  margin: 0 2em 0.6em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .even__post-dtls .dtls-head-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.even__post-dtls .dtls-head-title.member {
  background-color: transparent;
  color: #cb5520;
  font-family: "DM Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.4444444444em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 0 0.3em 0.9090909091em;
  text-align: left;
}

.even__post.post-1-3 .post-smry-badge.twolines {
  margin-right: 0;
}

.even__post.post-1-4 .post-smry-title > .logos {
  background: url(../img/grp1-4-titlex@3x.png) 0 0/contain no-repeat;
  display: inline-block;
  height: 1.3333333333em;
  margin-bottom: 0.35em;
  width: 10.2083333333em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.even__post-foot {
  background-color: #fff;
  font-size: 0.8888888889em;
  margin: 0 0 3.3333333333em;
  text-align: center;
  padding: 0.6666666667em 3em 0.4166666667em;
}
.even__post-foot dt {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.even__post-foot dd {
  background: url(../img/grp1-foot-imgx@3x.png) 50% 0/21.75em auto no-repeat;
  height: 2.5em;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.even__post.post-2-1 .even__post-fig .fig-img {
  margin: 0 auto;
  width: 19.7037037037em;
}
.even__post.post-2-1 .post-smry-title .sm {
  font-size: 0.8333333333em;
}

.post-smry-kuji {
  border: 1px solid #754c24;
  display: flex;
  margin: 0 2.2222222222em;
  padding: 1.037037037em 1.1851851852em;
}
.post-smry-kuji .kuji-badge {
  align-items: center;
  background-color: #cb5520;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 3.2352941176em;
  font-size: 1.2592592593em;
  height: 3.2352941176em;
  justify-content: center;
  margin-right: 0.5em;
  width: 3.2352941176em;
}
@media screen and (min-width: 768px) {
  .post-smry-kuji .kuji-badge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
@media screen and (min-width: 768px) {
  .post-smry-kuji .kuji-main {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.post-smry-kuji .kuji-title {
  color: #754c24;
  font-size: 1.4074074074em;
  font-weight: bold;
  letter-spacing: -0.075em;
  margin-bottom: 0.25em;
}
.post-smry-kuji kuji-body {
  line-height: 1.3333333333;
}
.post-smry-kuji .kuji-data {
  display: flex;
  font-size: 1.037037037em;
  margin: 0.7142857143em 0 0;
}
.post-smry-kuji .kuji-data dt {
  background-color: #754c24;
  color: #fff;
  flex: 0 0 2.5em;
  font-size: 0.8571428571em;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 0.35em;
  text-align: center;
}
.post-smry-kuji .kuji-data dd {
  color: #754c24;
  margin: 0;
}
.post-smry-kuji .kuji-data dd .note {
  color: #000;
  font-size: 0.7142857143em;
}

.post-smry-fig-with-cap {
  background-color: #fff;
  font-size: 0.8888888889em;
  margin-top: 0.6666666667em;
  padding: 1.6666666667em 1.8333333333em 1.1666666667em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-smry-fig-with-cap .fig-cap {
  color: #754c24;
  line-height: 1.1666666667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.post-smry-fig-with-cap .fig-img {
  display: block;
  height: auto;
}

.even__post.post-2-2 .even__post-fig .fig-img {
  margin: 0 auto;
  width: 19.7777777778em;
}
.even__post.post-2-2 .post-smry-title .sm {
  font-size: 0.8333333333em;
}
.even__post.post-2-2 .post-smry-fig-with-cap .fig-img {
  margin-right: 0.8333333333em;
  width: 11.75em;
}

.even__post.post-2-3 .post-smry-hint {
  display: flex;
  align-items: center;
  margin: 0;
}
.even__post.post-2-3 .post-smry-hint dt {
  align-items: center;
  background-color: #754c24;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 4.1481481481em;
  font-size: 1em;
  height: 4.1481481481em;
  justify-content: center;
}
.even__post.post-2-3 .post-smry-hint dd {
  color: #754c24;
  font-size: 1.1851851852em;
  margin: 0;
  padding-left: 0.5em;
}

.even__post.post-2-4 .post-smry-title .sm {
  font-size: 0.8333333333em;
}
.even__post.post-2-4 .post-smry-fig-with-cap {
  margin-top: 1.25em;
}
.even__post.post-2-4 .post-smry-fig-with-cap .fig-img {
  margin-right: 2.4166666667em;
  width: 8.3333333333em;
}
.even__post.post-2-4 .post-smry-fig-map {
  background-color: #fff;
  padding: 1.4074074074em 0 1.8518518519em 1.4074074074em;
  margin-top: 1.4814814815em;
}
.even__post.post-2-4 .post-smry-fig-map .fig-img {
  display: block;
  height: auto;
  width: 90.136%;
}

.even__post.post-4-1 .post-smry-title,
.even__post.post-4-2 .post-smry-title,
.even__post.post-4-4 .post-smry-title {
  font-size: 2em;
  letter-spacing: -0.015em;
}

.even__post.post-4-3 .post-smry-title {
  font-size: 2.2222222222em;
  letter-spacing: -0.015em;
}

.even__post.post-4-4 .even__post-dtls-about {
  margin-top: 2.962962963em;
}
.even__post.post-4-4 .even__post-dtls-about .about-fig {
  flex-basis: 11.1111111111em;
}
.even__post.post-4-4 .even__post-dtls-about .about-desc {
  margin-left: 1.8181818182em;
}

.even__post-dtls-items {
  padding: 0 2.2222222222em;
  text-align: justify;
}
.even__post-dtls-items.ptn-checker .dtls-item {
  display: flex;
  font-size: 3.2vw;
  gap: 1.6666666667em;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-checker .dtls-item {
    font-size: 0.8888888889rem;
    gap: 1.4814814815rem;
  }
}
.even__post-dtls-items.ptn-checker .dtls-item + .dtls-item {
  margin-top: 8.267vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-checker .dtls-item + .dtls-item {
    margin-top: 2.2962962963rem;
  }
}
.even__post-dtls-items.ptn-checker .item-fig {
  flex: 0 0 47.619%;
  order: 1;
}
.even__post-dtls-items.ptn-checker .item-fig .fig-img {
  height: auto;
  width: 100%;
}
.even__post-dtls-items.ptn-checker .item-body {
  order: 2;
}
.even__post-dtls-items.ptn-checker .item-body-title {
  color: #cb5520;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 0.5em;
}
.even__post-dtls-items.ptn-checker .item-body-title .inst {
  color: #754c24;
}
.even__post-dtls-items.ptn-checker .item-body-desc {
  font-size: 2.933vw;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-checker .item-body-desc {
    font-size: 0.8148148148rem;
  }
}
.even__post-dtls-items.ptn-checker .dtls-item:nth-of-type(even) .item-fig {
  order: 2;
}
.even__post-dtls-items.ptn-checker .dtls-item:nth-of-type(even) .item-body {
  order: 1;
}
.even__post-dtls-items.ptn-member .dtls-item {
  margin-top: 6.4vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-member .dtls-item {
    margin-top: 1.7777777778rem;
  }
}
.even__post-dtls-items.ptn-member .item-title {
  color: #754c24;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-member .item-title {
    font-size: 0.8888888889rem;
  }
}
.even__post-dtls-items.ptn-member .item-body {
  display: flex;
}
.even__post-dtls-items.ptn-member .item-body-fig {
  margin-right: 2.133vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-member .item-body-fig {
    margin-right: 0.5925925926rem;
  }
}
.even__post-dtls-items.ptn-member .item-body-fig .fig-img {
  display: block;
  height: auto;
  width: 40vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-member .item-body-fig .fig-img {
    width: 11.1111111111rem;
  }
}
.even__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) {
  .even__post-dtls-items.ptn-member .item-body-desc {
    font-size: 0.8148148148rem;
  }
}
.even__post-dtls-items.ptn-shops .dtls-item {
  display: flex;
}
.even__post-dtls-items.ptn-shops .dtls-item .item-fig {
  flex: 0 0 11.1111111111em;
  margin-right: 1.4074074074em;
}
.even__post-dtls-items.ptn-shops .dtls-item .item-fig .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.even__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) {
  .even__post-dtls-items.ptn-shops .dtls-item .item-desc .item-desc-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.even__post-dtls-items.ptn-shops .dtls-item .item-desc .item-desc-body {
  font-size: 0.8888888889em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .even__post-dtls-items.ptn-shops .dtls-item .item-desc .item-desc-body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
.even__post-dtls-items.ptn-shops .dtls-item.fig > .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.even__post-dtls-items.ptn-shops .dtls-item.texts {
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.even__post-dtls-items.ptn-shops .dtls-item + .dtls-item {
  margin-top: 0.7407407407em;
}
.even__post-dtls-items.ptn-memberlist {
  color: #cb5520;
  font-size: 1.037037037em;
  line-height: 1.7857142857;
  list-style: none;
  margin: 0;
}
.even__post-dtls-items.ptn-memberlist .member-item .inst {
  color: #603813;
}
.even__post-dtls-items.ptn-memberlist .member-item .name-en {
  color: #8c6239;
  font-size: 0.8571428571em;
}

.footer__sect {
  background-color: rgba(0, 0, 0, 0.5);
}

.footer__content {
  color: #fff;
  font-size: 12px;
  line-height: 1.65;
  padding: 4.1666666667em 2.5em 9.1666666667em;
}
@media screen and (min-width: 600px) {
  .footer__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .footer__content {
    padding-bottom: 30px;
  }
}

.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;
}
/*# sourceMappingURL=style.css.map */
