/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #40992E;
  outline-offset: 2px;
}

br:not(.sp-br) {
  display: none;
}
@media (min-width: 600px) {
  br:not(.sp-br) {
    display: block;
  }
}

.pcOnly {
  display: none !important;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block !important;
  }
}

.spOnly {
  display: block !important;
}
@media (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.none {
  display: none !important;
}

body {
  font-size: 1rem;
}

:root {
  --color-bg: #f8f8f8;
  --color-text: #333;
  --color-border: #ccc;
  --color-green: #5EC929;
  --text-green: #40992E;
}

ol, ul {
  list-style: none;
}

@-webkit-keyframes illust-in-right {
  0% {
    -webkit-transform: translateX(120%) rotate(6deg);
            transform: translateX(120%) rotate(6deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(-8%) rotate(-5deg);
            transform: translateX(-8%) rotate(-5deg);
  }
  73% {
    -webkit-transform: translateX(5%) rotate(3deg);
            transform: translateX(5%) rotate(3deg);
  }
  85% {
    -webkit-transform: translateX(-3%) rotate(-2deg);
            transform: translateX(-3%) rotate(-2deg);
  }
  94% {
    -webkit-transform: translateX(1%) rotate(1deg);
            transform: translateX(1%) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
    opacity: 1;
  }
}

@keyframes illust-in-right {
  0% {
    -webkit-transform: translateX(120%) rotate(6deg);
            transform: translateX(120%) rotate(6deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(-8%) rotate(-5deg);
            transform: translateX(-8%) rotate(-5deg);
  }
  73% {
    -webkit-transform: translateX(5%) rotate(3deg);
            transform: translateX(5%) rotate(3deg);
  }
  85% {
    -webkit-transform: translateX(-3%) rotate(-2deg);
            transform: translateX(-3%) rotate(-2deg);
  }
  94% {
    -webkit-transform: translateX(1%) rotate(1deg);
            transform: translateX(1%) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes illust-in-left {
  0% {
    -webkit-transform: translateX(-120%) rotate(-6deg);
            transform: translateX(-120%) rotate(-6deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(8%) rotate(5deg);
            transform: translateX(8%) rotate(5deg);
  }
  73% {
    -webkit-transform: translateX(-5%) rotate(-3deg);
            transform: translateX(-5%) rotate(-3deg);
  }
  85% {
    -webkit-transform: translateX(3%) rotate(2deg);
            transform: translateX(3%) rotate(2deg);
  }
  94% {
    -webkit-transform: translateX(-1%) rotate(-1deg);
            transform: translateX(-1%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
    opacity: 1;
  }
}
@keyframes illust-in-left {
  0% {
    -webkit-transform: translateX(-120%) rotate(-6deg);
            transform: translateX(-120%) rotate(-6deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(8%) rotate(5deg);
            transform: translateX(8%) rotate(5deg);
  }
  73% {
    -webkit-transform: translateX(-5%) rotate(-3deg);
            transform: translateX(-5%) rotate(-3deg);
  }
  85% {
    -webkit-transform: translateX(3%) rotate(2deg);
            transform: translateX(3%) rotate(2deg);
  }
  94% {
    -webkit-transform: translateX(-1%) rotate(-1deg);
            transform: translateX(-1%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
    opacity: 1;
  }
}
@media (hover: hover) {
  .off a:hover {
    opacity: 1;
  }
}
.off a {
  pointer-events: none;
}

.cal.off {
  color: #666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 217, 206, 0.5)), to(rgba(206, 217, 206, 0.5))), url(../img/bg-cal.webp) !important;
  background-image: linear-gradient(rgba(206, 217, 206, 0.5), rgba(206, 217, 206, 0.5)), url(../img/bg-cal.webp) !important;
  background-size: 150px 150px;
}
.cal.off .info {
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
}
.cal.off .info img[src$=".svg"] {
  /* External SVG in <img> cannot be recolored via fill, so use a gray filter in off state. */
  -webkit-filter: brightness(0) saturate(0) invert(40%);
          filter: brightness(0) saturate(0) invert(40%);
}
.cal.off .info::after {
  display: none;
}
.cal.off.special-insert-card h3 {
  background-color: rgba(206, 217, 206, 0.5) !important;
  color: #666 !important;
}
.cal.off.special-insert-card h3::after {
  display: none;
}
.cal.off.special-insert-card h3 span {
  color: #666 !important;
}
.cal.off.special-insert-card .img {
  background-color: rgba(206, 217, 206, 0.5) !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--color-text);
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.75;
  opacity: 0;
  -webkit-animation: fadein 0.5s ease 1s forwards;
          animation: fadein 0.5s ease 1s forwards;
}

@-webkit-keyframes fadein {
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  to {
    opacity: 1;
  }
}
#page {
  overflow-x: clip;
  background: url(../img/bg-main-sp.webp) repeat-y;
  background-size: 100% auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #page {
    background: url(../img/bg-main.webp) repeat-y;
    background-size: 100% auto;
  }
}

header {
  border-bottom: 2px solid;
  padding: 8px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  header {
    width: 100%;
  }
}
@media (max-width: 600px) {
  header {
    padding: 0;
  }
}
header .inner {
  max-width: 944px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 600px) {
  header .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header a {
  display: block;
}
@media (max-width: 600px) {
  header .logo {
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
  header .logo img {
    width: 56.7307692308vw;
    margin: 0 auto;
  }
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 2px;
}
@media (max-width: 600px) {
  header .right {
    width: 100%;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background-color: #EBEBEB;
    margin-top: 0;
    padding: 6px 8px;
  }
}
header .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 600px) {
  header .sns {
    gap: 10px;
  }
}
header .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
header .sns p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1;
}

@media (min-width: 768px) {
  #mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#top {
  width: 100%;
  padding-top: 168%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #539653;
}
@media (min-width: 768px) {
  #top {
    padding-top: 56.25%;
  }
}
#top::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/bg-top-sp.webp) no-repeat;
  background-size: contain !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  #top::after {
    background: url(../img/bg-top.webp) no-repeat;
    z-index: 0;
  }
}
#top h1 {
  position: absolute;
  width: 63.9423076923vw;
  top: 14.2427884615vw;
  left: 18.0288461538vw;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 768px) {
  #top h1 {
    width: 33.3333333333vw;
    top: 8.3333333333vw;
    left: 33.3333333333vw;
  }
}
#top h1 img {
  width: 100%;
}
#top .news {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 57.6923076923vw;
  height: auto;
  z-index: 1;
  border-radius: 24px;
}
@media (min-width: 768px) {
  #top .news {
    width: 41.6666666667vw;
    height: 20.2777777778vw;
    top: 21.9444444444vw;
    left: 29.1666666667vw;
    -webkit-transform: none;
            transform: none;
    right: auto;
  }
}
#top .news .inner {
  background-color: #fff;
  border-radius: 24px;
}
#top .news .inner > a {
  display: block;
}
#top .news .inner .yokoku-text {
  width: 17.0673076923vw;
  top: 51.9230769231vw;
  right: -18.9903846154vw;
  position: absolute;
}
@media (min-width: 768px) {
  #top .news .inner .yokoku-text {
    width: 9.9305555556vw;
    top: 0.0694444444vw;
    right: -5.6944444444vw;
  }
}
#top .news .inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .news .inner .title-main {
  color: #fff;
}
@media (min-width: 768px) {
  #top .news .inner .title-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.1111111111vw;
  }
}
#top .news .inner .title-main .title-wrap {
  padding: 1.9230769231vw 3.8461538462vw;
}
@media (min-width: 768px) {
  #top .news .inner .title-main .title-wrap {
    width: calc(100% - 21.3888888889vw);
    padding: 0;
  }
}
#top .news .inner .title-main .title {
  color: #40992E;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  font-size: 5.7692307692vw;
  line-height: 1.25;
  text-align: left;
  margin: 0.9615384615vw 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #top .news .inner .title-main .title {
    font-size: 2.7777777778vw;
    margin: 1.1111111111vw 0 0;
  }
}
#top .news .inner .title-main .img {
  border: none;
}
#top .news .inner .title-main.special .start {
  padding-top: 3.2vw;
  padding-bottom: 2vw;
}
@media (min-width: 768px) {
  #top .news .inner .title-main.special .start {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.8vw;
  }
}
#top .credit {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
}

#top .news .inner .info p:nth-of-type(1) img {
  height: 4.2067307692vw;
}
@media (min-width: 768px) {
  #top .news .inner .info p:nth-of-type(1) img {
    height: 1.6458333333vw;
  }
}

#top .news .inner .info p:nth-of-type(2) img {
  height: 3.6057692308vw;
}
@media (min-width: 768px) {
  #top .news .inner .info p:nth-of-type(2) img {
    height: 1.5972222222vw;
  }
}

#top .news .inner .title-main .title span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: var(--color-text);
  font-size: 3.8461538462vw;
  line-height: 1.25;
  margin-top: 0.9615384615vw;
}
@media (min-width: 768px) {
  #top .news .inner .title-main .title span {
    font-size: 1.25vw;
    line-height: 1.25;
    margin-top: 1.1111111111vw;
  }
}
#top .news .inner .title-main .title span.regular {
  font-size: 3.8461538462vw;
  font-weight: 900;
}
@media (min-width: 768px) {
  #top .news .inner .title-main .title span.regular {
    font-size: 1.6666666667vw;
  }
}

#top .news .inner .title-main .img img {
  width: 100%;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 768px) {
  #top .news .inner .title-main .img img {
    width: 20.2777777778vw;
    margin: 0 auto;
    border-radius: 24px 0 0 24px;
  }
}

#top .news .inner .title-main.special .start span {
  font-size: 5.2vw;
}
@media (min-width: 768px) {
  #top .news .inner .title-main.special .start span {
    font-size: 3.3vw;
    padding-bottom: 1vw;
  }
}

@media (min-width: 768px) {
  #top .news .inner .title-main.special .start span.small {
    font-size: 2.5vw;
    padding-bottom: 0;
  }
}

/* ===============================================================================
Main Contents
=============================================================================== */
.title-main .img {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.title-main .title {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  text-wrap: initial;
  padding: 8px;
}
.title-main .title span {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .title-main.special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.title-main.special .title span {
  display: block;
  position: relative;
  margin-top: -1vw;
}
@media (min-width: 768px) {
  .title-main.special .title span {
    margin-top: 0;
  }
}

.release {
  background-color: var(--color-green);
  padding: 16px 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.release img {
  max-width: 490px;
  width: 85.576vw;
}

[class*=button] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 14px;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 600px) {
  [class*=button] {
    margin-top: 16px;
    font-size: min(3.8461538462vw, 1rem);
    padding: 9px 8px;
  }
}
[class*=button] .mdi {
  font-size: 1.125rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  position: relative;
  padding-bottom: 280px;
}
@media (min-width: 600px) {
  main {
    padding-bottom: 675px;
  }
}
main section {
  position: relative;
}
main .title-green {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(4.8076923077vw, 1.25rem);
  line-height: 150%;
  color: var(--text-green);
}
@media (min-width: 768px) {
  main .title-green {
    font-size: 1.5rem;
  }
}
main::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  background: url(../img/bg-main-foot-sp.webp) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 45.875vw;
}
@media (min-width: 768px) {
  main::after {
    background: url(../img/bg-main-foot.webp) no-repeat;
    background-size: 100% auto;
  }
}
main p[class^=illust] {
  position: absolute;
  width: 128px;
  opacity: 0;
}
@media (min-width: 768px) {
  main p[class^=illust] {
    width: 280px;
  }
}
main p[class^=illust].is-animated {
  -webkit-animation: illust-in-right 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: illust-in-right 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
main p[class^=illust].illust01.is-animated, main p[class^=illust].illust03.is-animated, main p[class^=illust].illust06.is-animated, main p[class^=illust].illust08.is-animated, main p[class^=illust].illust10.is-animated, main p[class^=illust].illust13.is-animated, main p[class^=illust].illust15.is-animated {
  -webkit-animation-name: illust-in-left;
          animation-name: illust-in-left;
}
@media (max-width: 600px) {
  main p[class^=illust].illust06.is-animated {
    -webkit-animation-name: illust-in-right;
            animation-name: illust-in-right;
  }
}
@media (max-width: 600px) {
  main p[class^=illust].illust15.is-animated {
    -webkit-animation-name: illust-in-right;
            animation-name: illust-in-right;
  }
}
@media (prefers-reduced-motion: reduce) {
  main p[class^=illust].is-animated {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
  }
}
main p.illust01 {
  left: -18.0555555556vw;
  bottom: -40px;
}
@media (max-width: 1280px) {
  main p.illust01 {
    display: none;
  }
}
main p.illust02 {
  right: -18.0555555556vw;
  bottom: 70px;
}
@media (max-width: 1280px) {
  main p.illust02 {
    display: none;
  }
}
main p.illust03 {
  left: -22.2222222222vw;
  bottom: -150px;
}
@media (max-width: 1280px) {
  main p.illust03 {
    display: none;
  }
}
main p.illust04 {
  right: -19.4444444444vw;
  top: 250px;
}
@media (max-width: 1280px) {
  main p.illust04 {
    right: -6.9444444444vw;
    top: 500px;
  }
}
@media (max-width: 600px) {
  main p.illust04 {
    right: 0;
    top: -260px;
  }
}
main p.illust05 {
  bottom: 0;
  right: -1.9230769231vw;
}
@media (min-width: 600px) {
  main p.illust05 {
    display: none;
  }
}
main p.illust06 {
  left: -13.8888888889vw;
  top: -210px;
}
@media (max-width: 1280px) {
  main p.illust06 {
    display: none;
  }
}
@media (max-width: 600px) {
  main p.illust06 {
    display: block;
    left: auto;
    right: 0;
    top: -140px;
  }
}
main p.illust07 {
  right: -18.0555555556vw;
  top: -10px;
}
@media (max-width: 1280px) {
  main p.illust07 {
    display: none;
  }
}
main p.illust08 {
  left: -18.0555555556vw;
  bottom: -20px;
}
@media (max-width: 1280px) {
  main p.illust08 {
    display: none;
  }
}
main p.illust09 {
  right: -18.0555555556vw;
  top: 0;
}
@media (max-width: 1280px) {
  main p.illust09 {
    display: none;
  }
}
main p.illust10 {
  left: -18.0555555556vw;
  top: -120px;
}
@media (max-width: 1280px) {
  main p.illust10 {
    display: none;
  }
}
main p.illust11 {
  right: -1.9230769231vw;
  bottom: -100px;
}
@media (min-width: 600px) {
  main p.illust11 {
    display: none;
  }
}
main p.illust12 {
  right: -18.0555555556vw;
  bottom: 120px;
}
@media (max-width: 820px) {
  main p.illust12 {
    display: none;
  }
}
@media (max-width: 600px) {
  main p.illust12 {
    display: block;
    right: -1.9230769231vw;
    bottom: -180px;
  }
}
main p.illust13 {
  left: -18.0555555556vw;
  top: -70px;
}
@media (max-width: 1280px) {
  main p.illust13 {
    display: none;
  }
}
main p.illust14 {
  right: -18.0555555556vw;
  bottom: 20px;
}
@media (max-width: 1280px) {
  main p.illust14 {
    display: none;
  }
}
main p.illust15 {
  left: -18.0555555556vw;
  bottom: -280px;
}
@media (max-width: 600px) {
  main p.illust15 {
    left: auto;
    right: 0;
    bottom: -120px;
  }
}
main #yodogawa {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(3.8461538462vw, 1rem);
  line-height: 175%; /* 31.5px */
  padding-top: 40px;
}
@media (min-width: 768px) {
  main #yodogawa {
    padding-top: 80px;
    font-size: 1.125rem;
  }
}
main #yodogawa .inner > div {
  padding: 0 13px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  main #yodogawa .inner > div {
    padding: 0 20px;
  }
}
main #yodogawa .inner .text {
  position: relative;
}
main #yodogawa .inner .top .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (min-width: 992px) {
  main #yodogawa .inner .top .text {
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 500px);
    -webkit-column-gap: 54px;
       -moz-column-gap: 54px;
            column-gap: 54px;
    row-gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
main #yodogawa .inner .top .text > div {
  width: 100%;
  max-width: 432px;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  position: relative;
}
@media (min-width: 992px) {
  main #yodogawa .inner .top .text > div {
    padding: 40px;
  }
}
main #yodogawa .inner .top .text > div:nth-of-type(1) {
  width: 81.7307692308vw;
  font-size: min(3.8461538462vw, 1rem);
  line-height: 150%; /* 36px */
  color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  main #yodogawa .inner .top .text > div:nth-of-type(1) {
    max-width: 400px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  main #yodogawa .inner .top .text > div:nth-of-type(1) {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
main #yodogawa .inner .top .text > div:nth-of-type(2) {
  width: 82.6923076923vw;
  background-color: #E2F2DA;
  margin-top: -28px;
  margin-left: 10vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  main #yodogawa .inner .top .text > div:nth-of-type(2) {
    max-width: 515px;
    margin-top: 80px;
    margin-left: -60px;
    z-index: 1;
  }
}
main #yodogawa .inner .top .text > div:nth-of-type(3) {
  max-width: 560px;
  width: 86.0576923077vw;
  margin-top: -32px;
}
@media (min-width: 992px) {
  main #yodogawa .inner .top .text > div:nth-of-type(3) {
    grid-column: 1/span 2;
    margin-top: -130px;
  }
}
main #yodogawa .inner .topics {
  margin-top: 40px;
}
@media (max-width: 600px) {
  main #yodogawa .inner .topics {
    margin-top: 32px;
  }
}
main #yodogawa .inner .topics > div {
  position: relative;
}
main #yodogawa .inner .topics dl {
  max-width: 720px;
  margin: 80px auto 0;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  main #yodogawa .inner .topics dl {
    margin-top: 40px;
    padding: 24px 0 0;
  }
}
main #yodogawa .inner .topics dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  main #yodogawa .inner .topics dl dt {
    margin-bottom: 12px;
  }
}
main #yodogawa .inner .topics dl dd {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: min(3.8461538462vw, 1rem);
  line-height: 1.5;
}
main #yodogawa .inner .cal {
  margin-top: 56px;
}
main #yodogawa .btn-link {
  max-width: 960px;
  margin: 80px auto;
  background-color: #E2F2DA;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
main #yodogawa .btn-link .button {
  margin: 40px 0;
}
@media (max-width: 600px) {
  main #yodogawa .btn-link {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
main #yodogawa .inner .top .text > div:nth-of-type(1) .en {
  margin-bottom: 0;
}
main #yodogawa .inner .top .text > div:nth-of-type(1) p {
  margin: 14px 0;
}
@media (min-width: 992px) {
  main #yodogawa .inner .top .text > div:nth-of-type(1) p {
    margin: 16px 0;
  }
}
main #yodogawa .inner .top .text > div dd {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(3.8461538462vw, 1rem);
  line-height: 150%;
  margin-top: 16px;
}
main #yodogawa .inner .top .text > div dd span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
}
main #yodogawa .inner .topics dl > .title-green,
main #yodogawa .inner .topics dl .meta {
  padding-left: min(8.3333333333vw, 120px);
}
@media (max-width: 600px) {
  main #yodogawa .inner .topics dl > .title-green,
  main #yodogawa .inner .topics dl .meta {
    padding-left: 32px;
  }
}
main #yodogawa .inner .topics dl dt img {
  margin-top: -2px;
  margin-top: -2px;
  margin-left: 0.5em;
}
@media (max-width: 600px) {
  main #yodogawa .inner .topics dl dt img {
    width: 73px;
  }
}
@media (max-width: 600px) {
  main #yodogawa .inner .topics dl dd.meta {
    padding: 0 32px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
}
main #yodogawa .inner .topics dl dd.meta p {
  margin-top: 8px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  main #yodogawa .inner .topics dl dd.meta p {
    max-width: 480px;
  }
}
@media (max-width: 600px) {
  main #yodogawa .inner .topics dl dd.meta p {
    font-size: min(3.8461538462vw, 1rem);
    line-height: 1.5;
    padding-bottom: 16px;
  }
}
main #yodogawa .inner .topics dl dd.meta span {
  margin-bottom: 0;
}
main #yodogawa .inner .topics dl dd span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
main #yodogawa .inner .topics dl dd.video {
  padding-bottom: 0;
}
main #yodogawa .inner .topics dl dd.video .content > div {
  line-height: 0;
}
main #yodogawa .inner .topics dl dd.video .content > div iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main #yodogawa .inner .topics dl dd.video .content p {
  display: none !important;
}
main #yodogawa .inner .topics dl dd.video .archive-button {
  margin-top: 40px;
}
@media (max-width: 600px) {
  main #yodogawa .inner .topics dl dd.video .archive-button {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
main .cal {
  position: relative;
  z-index: 0;
}
main .cal.special {
  max-width: 720px;
  margin: 80px auto 0;
}
@media (max-width: 600px) {
  main .cal.special {
    margin: 56px auto 0;
  }
}
main .cal.special.top {
  max-width: 736px;
  margin: 0 auto 80px;
  padding: 0 8px;
}
@media (max-width: 600px) {
  main .cal.special.top {
    margin: 0 auto 56px;
  }
}
main .cal.special.top .news-copy {
  display: block;
}
main .cal.special.top .news-copy .inner {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
main .cal.special.top .news-copy .title-main.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
main .cal.special.top .news-copy .title-main .img {
  border: 0;
  max-width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  main .cal.special.top .news-copy .title-main .img {
    width: 45%;
  }
}
main .cal.special.top .news-copy .title-wrap {
  width: 50%;
  padding: 10px 0 0;
}
@media (max-width: 600px) {
  main .cal.special.top .news-copy .title-wrap {
    padding: 0;
    width: 55%;
  }
}
main .cal.special.top .news-copy .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid rgba(51, 51, 51, 0.6);
  padding: 16px 40px;
}
@media (max-width: 600px) {
  main .cal.special.top .news-copy .info {
    padding: 8px 16px;
  }
}
main .cal.special.top .news-copy .info p {
  line-height: 1;
}
main .cal.special.top .news-copy .info .mdi {
  color: #40992E;
  font-size: 1.25rem;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
main .cal.special.top .news-copy .title-main.special .title {
  color: #40992E;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.25;
  padding: 40px 40px 30px 40px;
}
@media (max-width: 600px) {
  main .cal.special.top .news-copy .title-main.special .title {
    font-size: min(4.3269230769vw, 1.125rem);
    padding: min(3.8461538462vw, 1rem);
  }
}
@media (min-width: 768px) {
  main .cal .info {
    padding: 8px 0 8px 16px;
  }
}
main .cal .title-main.special .title {
  text-align: left;
  line-height: 175%; /* 31.5px */
  font-size: 4.326vw;
  white-space: normal;
}
@media (min-width: 768px) {
  main .cal .title-main.special .title {
    font-size: 1.125rem;
  }
}
main .cal .title-main.special .title.f-bold {
  line-height: 150%;
}
@media (min-width: 768px) {
  main .cal .title-main.special .img img {
    width: 208px;
  }
}
main .cal.special.top .news-copy .title-main .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .cal.special.top .news-copy .info p:nth-of-type(1) img {
  height: 20px;
}
main .cal.special.top .news-copy .title-main.special .title span {
  display: block;
  margin-top: 10px;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 600px) {
  main .cal.special.top .news-copy .title-main.special .title span {
    margin-top: 1.9230769231vw;
    font-size: 3.8461538462vw;
  }
}
main .cal .title-main.special .title.f-bold span {
  margin-top: 8px;
}
main .cal .title-main.special .title span {
  font-size: 10.09vw;
  line-height: 150%;
}
@media (min-width: 768px) {
  main .cal .title-main.special .title span {
    font-size: 2.5rem;
    padding-bottom: 8px;
  }
}
main .cal .title-main.special .title span::before {
  white-space: pre;
}
main .cal .title-main.special .title span.small {
  font-size: 7.692vw;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  main .cal .title-main.special .title span.small {
    font-size: 2rem;
    -webkit-text-stroke-width: 0.6px;
  }
}
main .break {
  margin: 56px 0;
  position: relative;
}
@media (min-width: 768px) {
  main .break {
    margin: 80px 0;
  }
}
main .break img {
  width: 56px;
  margin: 0 auto;
}
main .list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 8px;
}
@media (min-width: 600px) {
  main .list {
    padding: 0 20px;
  }
}
main .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px 8px;
  padding: 40px 0 0;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  main .list ul {
    gap: 40px;
    margin-bottom: 80px;
  }
}
main .list ul a {
  display: block;
  margin: 0;
  -webkit-transition: none;
  transition: none;
}
main .list ul li.illust-slot {
  display: contents;
}
main .list ul li {
  width: calc((100% - 8px) / 2);
  background-color: #fff;
  background-size: 150px 150px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  main .list ul li {
    width: calc((100% - 80px) / 3);
  }
}
main .list ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
main .list ul li .info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 8px 6px 16px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.6);
}
main .list ul li .info::after {
  content: "\f054";
  color: #40992E;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Material Design Icons";
  font-weight: 400;
  font-style: normal;
}
main .list ul li .info p {
  line-height: 0;
}
main .list ul li .info img {
  height: 18px;
  width: auto;
}
main .list ul li .title-main {
  display: contents;
}
main .list ul li .title-main .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: 0;
  background: #fff;
  aspect-ratio: 1/1;
  overflow: hidden;
}
main .list ul li .title-main h3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 8px 16px 16px 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: min(3.8461538462vw, 1rem);
  line-height: 1.5;
}
main .list ul li.special-insert-card {
  background-image: url(../img/bg-cal.webp);
  background-size: 150px 150px;
}
main .list ul li.special-insert-card .title-main h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 12px 8px 16px 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: min(5.7692307692vw, 1.5rem);
  line-height: 1.25;
  color: #40992E;
  background-color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  main .list ul.column2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main .list .inner > .cal.special {
  max-width: 960px;
  margin: 0 auto;
  background: none !important;
}
main .list .inner > .cal.special .special-banner-link {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
main .list .inner > .cal.special .special-banner-on-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: url(../img/bg-cal.webp);
  background-size: 150px 150px;
}
main .list .inner > .cal.special .special-banner-image {
  width: 44%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  aspect-ratio: 1/1;
}
main .list .inner > .cal.special .special-banner-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
main .list .inner > .cal.special .special-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
main .list .inner > .cal.special .special-banner-copy {
  width: 56%;
  background: #fff;
}
main .list .inner > .cal.special .special-banner-meta {
  margin: 0;
  padding: 18px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid rgba(51, 51, 51, 0.6);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1;
}
main .list .inner > .cal.special .special-banner-meta .special-banner-date {
  margin-right: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
}
main .list .inner > .cal.special .special-banner-meta span:nth-child(2) {
  font-size: 1.25rem;
}
main .list .inner > .cal.special .special-banner-meta .mdi {
  margin-left: auto;
  color: #6f995c;
  font-size: 1.125rem;
}
main .list .inner > .cal.special .special-banner-copy h3 {
  margin: 0;
  padding: 40px 40px 0;
  color: #40992E;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.25;
}
main .list .inner > .cal.special .special-banner-sub {
  margin: 0;
  padding: 16px 40px 40px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5;
}
main .list .inner > .cal.special.off .special-banner-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 217, 206, 0.5)), to(rgba(206, 217, 206, 0.5))), url(../img/bg-cal.webp) !important;
  background-image: linear-gradient(rgba(206, 217, 206, 0.5), rgba(206, 217, 206, 0.5)), url(../img/bg-cal.webp) !important;
  background-size: 150px 150px;
}
main .list .inner > .cal.special.off .special-banner-meta {
  border-bottom-color: rgba(51, 51, 51, 0.2);
}
main .list .inner > .cal.special.off .special-banner-meta .special-banner-date,
main .list .inner > .cal.special.off .special-banner-meta span:nth-child(2) {
  color: #666;
}
main .list .inner > .cal.special.off .special-banner-meta .mdi {
  display: none;
}
main .list .inner > .cal.special.off .special-banner-meta img[src$=".svg"] {
  -webkit-filter: brightness(0) saturate(0) invert(40%);
          filter: brightness(0) saturate(0) invert(40%);
}
main .list .inner > .cal.special.off .special-banner-copy h3,
main .list .inner > .cal.special.off .special-banner-sub {
  color: #666;
}
@media (max-width: 600px) {
  main .list .inner > .cal.special .special-banner-link {
    border-radius: 16px;
  }
  main .list .inner > .cal.special .special-banner-on-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .list .inner > .cal.special .special-banner-image,
  main .list .inner > .cal.special .special-banner-copy {
    width: 100%;
  }
  main .list .inner > .cal.special .special-banner-image {
    border-right: 0;
    border-bottom: 2px solid rgba(51, 51, 51, 0.2);
    aspect-ratio: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    container-type: inline-size;
  }
  main .list .inner > .cal.special .special-banner-image picture {
    height: auto;
  }
  main .list .inner > .cal.special .special-banner-image img {
    width: 100%;
    height: clamp(80cqw, 100cqw, 42svh);
  }
  main .list .inner > .cal.special .special-banner-meta {
    padding: 18px 32px;
  }
  main .list .inner > .cal.special .special-banner-meta .special-banner-date {
    margin-right: 6px;
  }
  main .list .inner > .cal.special .special-banner-meta .mdi {
    font-size: 1rem;
  }
  main .list .inner > .cal.special .special-banner-copy h3 {
    padding: 32px 32px 0;
    font-size: min(7.6923076923vw, 2rem);
    line-height: 1.25;
  }
  main .list .inner > .cal.special .special-banner-sub {
    padding: 16px 32px 32px;
    font-size: min(5.7692307692vw, 1.5rem);
  }
}
main .list ul li .title-main .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .list ul li.special-insert-card .live-card-media img {
  width: 100%;
  height: auto;
  display: block;
}
main .list ul li.special-insert-card .title-main h3::after {
  content: "\f054";
  color: #40992E;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Material Design Icons";
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 15px;
  right: 8px;
}
main .list ul li.special-insert-card .title-main h3 span {
  display: block;
  margin-top: 6px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: min(3.8461538462vw, 1rem);
  line-height: 1.5;
}
main .title-section {
  background: transparent;
  margin: 0 auto;
  min-height: 0;
  display: block;
}
@media (max-width: 600px) {
  main .title-section {
    padding: 0 8px;
  }
}
main .title-section > div {
  width: 100%;
}
main .title-section .title {
  text-align: left;
  width: auto;
  padding-top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
main .title-section .title span {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  background: #3D9E33;
  border-radius: 24px;
  padding: 16px 16px 12px;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media (max-width: 600px) {
  main .title-section .title span {
    font-size: min(5.7692307692vw, 1.5rem);
    padding: 16px;
    border-radius: 16px;
  }
}
main .title-section .text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 12px 22px;
  margin-top: 24px;
  background: #3D9E33;
  border-radius: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 600px) {
  main .title-section .text {
    font-size: min(3.8461538462vw, 1rem);
    margin-top: 16px;
    padding: 16px;
  }
}
main .donguri {
  position: absolute;
  top: 200px;
  left: 0;
  pointer-events: none;
  will-change: top, left;
}
main .donguri img {
  width: min(12.6388888889vw, 182px);
}
@media (max-width: 600px) {
  main .donguri img {
    width: 14.4230769231vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  main .donguri {
    display: none;
  }
}

.tolink {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 0;
  z-index: 10;
}
@media (min-width: 600px) {
  .tolink {
    position: sticky;
    left: auto;
    right: auto;
    bottom: 16px;
    margin-bottom: 16px;
  }
}

.tolink-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 96.153vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tolink-inner a {
  display: block;
}
.tolink-inner::after {
  content: "";
  background: url(../img/btn-hoboid.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -18px;
  left: 0;
  width: 51.6826923077vw;
  height: 7.4519230769vw;
}
@media (min-width: 600px) {
  .tolink-inner::after {
    width: 215px;
    height: 31px;
  }
}
@media (min-width: 600px) {
  .tolink-inner {
    width: 240px;
    right: 16px;
    left: auto;
    margin: 0;
    display: block;
  }
}

.tolink.active .tolink-inner {
  opacity: 1;
  visibility: visible;
}

/* ===============================================================================
Footer
=============================================================================== */
a[target=_blank].open-in-new::after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 90%;
  position: relative;
  top: -0.2em;
  text-decoration: none;
  display: inline-block;
}

#link_footer {
  color: #000;
  background-color: #fff;
  border-top: 2px solid;
  position: relative;
}
@media (min-width: 600px) {
  #link_footer::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 16px;
    background-color: #fff;
  }
}
#link_footer .inner {
  padding: 0 0 32px;
  text-align: center;
}
@media (min-width: 768px) {
  #link_footer .inner {
    padding: 80px 0;
  }
}
#link_footer .inner > div {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 92.3vw;
  margin: 0 auto;
}
#link_footer .btn-note {
  max-width: 960px;
  margin: 32px auto;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #link_footer .btn-note {
    margin: 0 auto;
  }
}
#link_footer .btn-note .button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 4px 12px 4px;
  text-align: left;
}
@media (min-width: 768px) {
  #link_footer .btn-note .button {
    width: 400px;
    padding: 10px 14px;
    text-align: center;
  }
}
#link_footer .lineup {
  max-width: 560px;
  width: 93.2692307692vw;
  margin: 0 auto 32px;
  line-height: 0;
}
@media (min-width: 768px) {
  #link_footer .lineup {
    margin: 80px auto 58px;
  }
}
#link_footer .lineup a {
  display: inline-block;
}
#link_footer .lineup a img {
  width: 100%;
  margin: 0 auto;
}
#link_footer .index {
  max-width: 960px;
  margin: -16px auto 32px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #link_footer .index {
    margin: 32px auto 80px;
  }
}
#link_footer .index.pre {
  margin-top: 0;
}
#link_footer .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  #link_footer .share ul {
    margin-top: 58px;
  }
}
#link_footer .share ul a {
  display: inline-block;
}
#link_footer .share ul:before {
  content: "Share";
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
}
#link_footer .credit {
  font-size: 0.875rem;
  padding-top: 32px;
  line-height: 1;
}
@media (min-width: 768px) {
  #link_footer .credit {
    padding-top: 80px;
  }
}

[class*=mdi-]:before {
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Material Design Icons";
}

footer {
  padding: 0 16px 64px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border-top: 2px solid;
}
@media (min-width: 1024px) {
  footer {
    padding-bottom: 56px;
  }
}

section.social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  section.social > div > ul:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
section.social > div > ul:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 16px 0 8px;
}
@media (min-width: 1024px) {
  section.social > div > ul:nth-of-type(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  section.social > div > ul:first-of-type li + li {
    margin-left: 36px;
  }
}
section.social > div > ul:nth-of-type(2):before {
  content: attr(data-title) "";
  display: block;
  font-size: min(2.8846153846vw, 0.75rem);
  line-height: 1.5;
  margin: 3px 0 0 0;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  section.social > div > ul:nth-of-type(2):before {
    width: auto;
    margin: 0 8px 0 0;
    text-align: center;
    opacity: 1;
  }
}
section.social > div > ul:nth-of-type(2) li {
  margin-left: 3.3653846154vw;
}
@media (min-width: 1024px) {
  section.social > div > ul:nth-of-type(2) li {
    margin-left: 8px;
  }
}
section.social > div > ul:first-of-type li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.social > div > ul:first-of-type li a:before {
  font-size: 18px;
  margin-right: 4px;
  display: block;
}
section.social > div > ul:first-of-type li a span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

section.social > div > ul:nth-of-type(2) li a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
}
section.social > div > ul:nth-of-type(2) li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 24px;
}

section.social > div > ul:nth-of-type(2) li a > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.01;
  -webkit-transform: scale(1, 1.6);
          transform: scale(1, 1.6);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.mdi-youtube-play:before {
  content: "\f5c3";
}

.mdi-email-outline:before {
  content: "\f1f0";
}

.mdi-facebook-box:before {
  display: none;
}

.hb-hobonichi-logo {
  font-size: 70px;
  margin-left: -10px;
}

section.bottom > div {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.5;
}
section.bottom > div:last-of-type {
  padding-top: 46px;
  position: relative;
}
section.bottom > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  section.bottom > div ul:last-of-type {
    margin-left: 32px;
  }
}

ul[role=translate] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  ul[role=translate] {
    position: absolute;
    right: 0;
  }
}
ul[role=translate] li a.btn-translate, ul[role=translate] li span.btn-translate {
  cursor: pointer;
}
ul[role=translate] li + li {
  margin-left: 12px !important;
  padding-left: 12px;
  border-left: 1px solid;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  ul[role=translate] li + li {
    margin-bottom: 0;
  }
}
ul[role=translate] li a, ul[role=translate] li span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin: -10px 0;
  padding: 10px 0;
}
ul[role=translate] li a:not(.btn-translate), ul[role=translate] li span:not(.btn-translate) {
  opacity: 0.4;
}

@media (min-width: 1024px) {
  section.social > div > ul:nth-of-type(2) {
    margin-left: 80px;
  }
  section.bottom > div ul li + li {
    margin-left: 32px;
  }
  section .copyright {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 1023px) {
  section.social > div {
    display: block;
    padding-top: 30px;
  }
  section.social > div > ul:first-of-type {
    padding-bottom: 16px;
  }
  section.social > div > ul li:first-of-type {
    padding-bottom: 8px;
  }
  section ul[role=translate] {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    margin-top: 16px;
  }
  section.social > div {
    width: 92.3vw;
  }
  section.bottom > div {
    display: block;
    padding-top: 50px;
  }
  section.bottom > div ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 10vw;
  }
  section.bottom > div ul:nth-of-type(2) {
    display: block;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  section.bottom > div ul:nth-of-type(2) li + li {
    padding-top: 1.3em;
  }
  section.bottom > div:last-of-type {
    width: 92.3vw;
    padding-top: 8px;
  }
  section.bottom > div:last-of-type ul {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.bottom > div:last-of-type .hb-hobonichi-logo {
    font-size: 80px;
    margin-left: 0;
  }
  section.bottom > div ul[role=translate] {
    gap: 0;
  }
  section.bottom > div .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}/*# sourceMappingURL=index.css.map */