/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "A1 Gothic M JIS2004", sans-serif;
  font-size: 1.4rem;
  color: #000;
  overflow-x: hidden;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 641px) {
  body {
    font-size: 1.6rem;
    line-height: 32px; /* 200% */
  }
}

a {
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

@media (max-width: 640px) {
  br:not(.sp-br) {
    display: none;
  }
}

@media (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

img {
  max-width: 100%;
}

a[target=_blank]:has(img)::after {
  content: none;
}

.center {
  text-align: center;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  3% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  3% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
article {
  margin-bottom: 60px;
}
@media (min-width: 641px) {
  article {
    margin-bottom: 140px;
  }
}
article .yodogawa {
  text-align: left;
}
@media (max-width: 820px) {
  article .yodogawa {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 44px;
  }
}
@media (max-width: 640px) {
  article .yodogawa {
    width: 100%;
  }
}
@media (min-width: 820px) {
  article .yodogawa {
    padding-top: 30px;
    padding-bottom: 90px;
    padding-left: 266px;
  }
}
@media (max-width: 640px) {
  article .content {
    width: auto;
    padding: 0 12px;
  }
}
article .content + .content::before {
  display: none;
}
@media (min-width: 641px) {
  article h2 {
    width: 90%;
  }
}
article h2.top {
  background: none;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 640px) {
  article h2.top {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  article h2.top img {
    width: min(82.19vw, 300px);
  }
}
@media (min-width: 641px) {
  article h2 span.dome {
    top: -36px;
    left: 42px;
    width: 144px;
  }
}
@media (max-width: 640px) {
  article h2 span.dome {
    top: -8vw;
    left: 3vw;
    width: 20vw;
  }
}
article h2 span.dome.active {
  -webkit-animation: furufuru 5s ease-in-out infinite 2s;
          animation: furufuru 5s ease-in-out infinite 2s;
}
@media (min-width: 641px) {
  article h2 span.beer {
    top: -50px;
  }
}
@media (max-width: 640px) {
  article h2 span.beer {
    top: -9vw;
    left: -1vw;
    width: 12vw;
  }
}
@media (min-width: 641px) {
  article h2 span.bento {
    bottom: -15px;
  }
}
@media (max-width: 640px) {
  article h2 span.bento {
    bottom: -8vw;
  }
}
@media (min-width: 641px) {
  article h2 span.ball {
    top: 18px;
    left: 77px;
    width: 58px;
  }
}
@media (max-width: 640px) {
  article h2 span.ball {
    top: 4vw;
    left: 2vw;
    width: 9vw;
  }
}
article h2 span.ball.active {
  -webkit-animation: furufuru 4s ease-in-out infinite 2s;
          animation: furufuru 4s ease-in-out infinite 2s;
}
@media (min-width: 641px) {
  article h2 span.bat {
    top: -44px;
    right: 40px;
    width: 145px;
  }
}
@media (max-width: 640px) {
  article h2 span.bat {
    bottom: -6vw;
    right: 0;
    width: 19vw;
  }
}
article h2 span.bat.active {
  -webkit-animation: swing 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: swing 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
article h3 {
  padding-top: 30px;
  font-family: "A1 Gothic B JIS2004", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
}
@media (max-width: 640px) {
  article h3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
@media (min-width: 641px) {
  article h3 {
    padding-top: 54px;
    padding-bottom: 20px;
    font-size: 2.4rem;
    letter-spacing: 2.4px;
  }
}
article h3 span {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}
@media (min-width: 641px) {
  article h3 span {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
article .info2 {
  width: 95%;
  margin: 0 auto;
  background: #FFFDD2;
  color: #D92326;
  border-radius: 8px;
}
@media (min-width: 641px) {
  article .info2 {
    border-radius: 16px;
    padding-bottom: 52px;
  }
}
article .info2 dl {
  max-width: 460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  article .info2 dl {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    line-height: 2;
    gap: 0 10px;
    padding: 19px 0 28px;
  }
}
article .info2 dl dt {
  width: 108px;
  text-align: right;
  font-family: "A1 Gothic B JIS2004", sans-serif;
}
@media (max-width: 640px) {
  article .info2 dl dt {
    width: 5em;
  }
}
article .info2 dl dd {
  width: 332px;
}
@media (max-width: 640px) {
  article .info2 dl dd {
    width: 13em;
  }
}
article .info2 dl small {
  font-size: 1.4rem;
  line-height: 2;
  display: inline-block;
}
@media (max-width: 640px) {
  article .info2 dl small {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}
article .note {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  text-align: left;
}
@media (min-width: 641px) {
  article .note {
    margin-left: 160px;
  }
}
@media (min-width: 820px) {
  article .note {
    margin-left: 250px;
  }
}
@media (max-width: 640px) {
  article .note {
    font-size: 1.1rem;
    margin: 15px auto 0;
    text-align: center;
  }
}
article .note a {
  text-decoration: none;
}
article .text {
  margin: 46px 12px;
}
@media (min-width: 641px) {
  article .text {
    margin: 74px 0 74px 160px;
  }
}
@media (min-width: 821px) {
  article .text {
    margin-left: 250px;
  }
}
article .text.margin-min {
  margin-top: 24px;
}
@media (min-width: 641px) {
  article .text.margin-min {
    margin-top: 30px;
  }
}
article .text ul + span.note {
  color: #1C1564;
  font-size: 1rem;
  line-height: 32px;
  letter-spacing: 1px;
}
@media (min-width: 641px) {
  article .text ul + span.note {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}
article .text small {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}
@media (min-width: 641px) {
  article .text small {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
}
article .app {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 70px;
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  border-radius: 8px;
  background: rgba(233, 85, 19, 0.2);
}
@media (max-width: 640px) {
  article .app {
    width: 80%;
    padding: 18px 24px;
    margin-top: -2em;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 52px auto;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
article .app p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
}
@media (max-width: 640px) {
  article .app p {
    width: 52px;
    grid-column: 1;
    grid-row: 1;
  }
}
article .app p img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  article .app dl {
    display: contents;
  }
}
article .app dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  article .app dl dt {
    grid-column: 2;
    grid-row: 1;
  }
}
article .app dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
@media (max-width: 640px) {
  article .app dl dd {
    grid-column: 1/-1;
    grid-row: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    margin-top: 6px;
    justify-self: center;
  }
}
article .app dl dd a {
  display: block;
  width: 155px;
}
article .app dl dd a img {
  display: block;
  width: 100%;
  height: auto;
}
article .practice {
  background-color: #D2FFF7;
  border-radius: 16px;
  max-width: 544px;
  margin: 0 auto;
  padding: 54px 0 48px;
}
@media (max-width: 640px) {
  article .practice {
    padding: 30px 0;
    border-radius: 8px;
  }
}
article .practice h4 {
  text-align: center;
  font-family: "A1 Gothic B JIS2004", sans-serif;
  font-size: 2rem;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  article .practice h4 {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    padding-bottom: 14px;
  }
}
article .practice dl {
  max-width: 18em;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1em;
  font-size: 1.8rem;
  color: #363C4A;
}
@media (max-width: 640px) {
  article .practice dl {
    gap: 0 0.5em;
    font-size: 1.4rem;
  }
}
article .practice dl dt {
  width: 5em;
  font-family: "A1 Gothic B JIS2004", sans-serif;
}
article .practice dl dd {
  width: calc(100% - 6em);
}
article figcaption {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 1px;
  padding-top: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 640px) {
  article figcaption {
    width: 90%;
    padding-top: 8px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }
}
article .midashi02 {
  margin-top: -30px !important;
}
article .midashi02 .img {
  max-width: 516px;
}
article .midashi03 {
  margin-top: 102px;
}
@media (max-width: 640px) {
  article .midashi03 {
    margin-top: 72px !important;
  }
}
article .midashi03 h2 {
  padding: 25px 0 20px;
}
@media (max-width: 640px) {
  article .midashi03 h2 {
    padding: 13px 0;
  }
}
@media (max-width: 640px) {
  article .midashi03 h2 img {
    width: min(49.86vw, 182px);
  }
}
@media (max-width: 640px) {
  article .midashi03 .text {
    margin: 25px 16px 45px;
  }
}
@media (min-width: 641px) {
  article .midashi03 .text {
    margin-top: 40px;
  }
}
article .midashi03 .text a {
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  article .midashi03 .text a {
    font-size: 1.2rem;
  }
}
article .midashi03 .green {
  color: #008045;
  font-family: "A1 Gothic B JIS2004", sans-serif;
  font-size: 1.6rem;
}
@media (min-width: 641px) {
  article .midashi03 .green {
    font-size: 2rem;
  }
}
article .midashi03 a {
  text-decoration: none;
}
@media (max-width: 640px) {
  article .midashi03 a {
    font-size: 1rem;
  }
}
article .midashi03 .center {
  text-align: center;
  padding-top: 12px;
}
@media (max-width: 640px) {
  article .midashi03 .center {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  article .midashi04 h2 {
    margin: 60px 0 -10px;
  }
}
@media (max-width: 640px) {
  article .midashi04 h2 img {
    width: min(68.76vw, 251px);
  }
}
@media (min-width: 641px) {
  article .midashi04 .text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) {
  article .midashi05 h2 {
    padding: 25px 0 20px;
  }
}
@media (max-width: 640px) {
  article .midashi05 h2 {
    margin: 60px 0 -20px;
  }
}
@media (max-width: 640px) {
  article .midashi05 h2 img {
    width: min(51.23vw, 187px);
  }
}
@media (min-width: 641px) {
  article .midashi05 .text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
article .midashi08 {
  margin-top: 82px;
}
@media (max-width: 640px) {
  article .midashi08 {
    margin-top: 45px;
    padding: 0 14px;
  }
}
article .midashi08 p {
  text-align: center;
}
article .midashi08 .note {
  margin-left: auto;
}
@media (max-width: 640px) {
  article .midashi08 .note {
    font-size: 1rem;
    margin: 12px auto 0;
  }
}
@media (max-width: 640px) {
  article .midashi08 .info {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 641px) {
  article .midashi08 .info img.info-text {
    width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 640px) {
  article .midashi08 .info img.info-text {
    width: min(74.24vw, 271px);
  }
}
article .midashi08 .btn2 {
  max-width: 397px;
  width: 66.3vw;
  margin: 36px auto 0;
}
@media (min-width: 641px) {
  article .midashi08 .btn2 {
    margin-top: 80px;
  }
}
article .date {
  padding-top: 50px;
}
@media (min-width: 641px) {
  article .bat {
    top: -320px;
  }
}
article .copyright + .ill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.line {
  max-width: 696px;
  width: 95%;
  margin: 0 auto;
}

a[target=_blank]:not(.blank):after {
  display: none;
}

.banner.textlive {
  margin: -60px auto 65px;
}
@media (min-width: 641px) {
  .banner.textlive {
    margin: 118px auto 124px;
  }
}
.banner.textlive img {
  border-radius: 16px;
}/*# sourceMappingURL=yokoku2.css.map */