@charset "UTF-8";
/*
Theme Name: SENSHU EXPO Template
Theme URL: http://hauss_support.co.jp/
Description: SENSHU EXPO Template Template 2023
Author: NAOHIRO FUKUMOTO
Version: 1.0
Tags:
License: GNU General Public License v2 or later
License URI: LICENSE
Template:
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  text-decoration: none;
  color: #000000; }

input[type=text],
input[type=submit] {
  -webkit-appearance: none; }

* {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

html {
  font-size: 625%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .14em;
  letter-spacing: .08em;
  line-height: 1.85; }

@media screen and (max-width: 781px) {
  .only-pc {
    display: none !important; } }
@media screen and (min-width: 781px) {
  .only-sp {
    display: none; }

  .only-pc {
    display: inherit; } }
body {
  color: #535353; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

@media screen and (min-width: 781px) {
  br.pc-none {
    display: none; } }

@media screen and (min-width: 781px) {
  .main-wrap {
    display: flex; } }

.pc-only-side-box {
  display: none; }
  @media screen and (min-width: 781px) {
    .pc-only-side-box {
      background-image: url("../images/dot_bg.png");
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 50vw;
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0; }
      .pc-only-side-box .contents {
        height: calc(100vh - 164px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
      .pc-only-side-box .pcmenu {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        font-size: .14rem; }
      .pc-only-side-box .vertical {
        transform: rotate(90deg);
        position: absolute;
        left: -60px;
        top: 50%;
        font-size: .1rem; }
      .pc-only-side-box .qrcode {
        display: flex;
        flex-direction: column-reverse;
        width: 100px;
        position: absolute;
        right: 20px;
        bottom: 166px; }
        .pc-only-side-box .qrcode figcaption {
          font-size: .1rem;
          text-align: center;
          font-weight: bold; }
      .pc-only-side-box .request-link {
        background-color: #BAA280;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 164px;
        width: 100%;
        padding: 0 34px; }
        .pc-only-side-box .request-link a {
          background-color: #ffffff;
          background-image: url(../images/polygon4-color.svg);
          background-repeat: no-repeat;
          background-position: calc(100% - 30px) 50%;
          width: 100%;
          max-width: 492px;
          height: 78px;
          margin: auto;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 39px;
          color: #BAA280;
          text-align: center;
          font-size: .14rem;
          font-weight: 500;
          box-shadow: 5px 5px 0px 0 #B1926D; } }

@media screen and (min-width: 781px) {
  .main-contents-area {
    max-width: 50vw;
    margin-left: 50vw;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10; } }

.all-btn {
  padding: 1em;
  width: 220px;
  line-height: 1;
  font-size: .14rem;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .all-btn:after {
    display: inline-block;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1em; }

@media screen and (min-width: 781px) {
  .button-motion {
    position: relative;
    overflow: hidden; }
    .button-motion:after {
      position: absolute;
      display: flex;
      content: "\f32b";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      font-size: .24rem;
      right: 4px;
      top: 0;
      height: 100%;
      align-items: center;
      line-height: 1;
      vertical-align: bottom;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -ms-transform: translate(100px, 0);
      -webkit-transform: translate(100px, 0);
      transform: translate(100px, 0); }
    .button-motion:hover:after {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.h2-default {
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  margin: 0 auto 1.5em; }
  @media screen and (min-width: 781px) {
    .h2-default {
      margin: 0 auto; } }
  .h2-default span {
    display: block;
    font-size: .14rem;
    font-weight: normal; }

.h2-default2 {
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  margin: 0 auto 1.5em; }
  @media screen and (min-width: 781px) {
    .h2-default2 {
      margin: 0 auto;
      font-size: .40rem; } }

.h3-default {
  font-size: 0.21rem;
  font-weight: 700;
  margin-bottom: 40px; }
  @media screen and (min-width: 781px) {
    .h3-default {
      font-size: 0.24rem; } }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #29d;
  pointer-events: none; }

body * {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s; }

body.view * {
  visibility: visible;
  opacity: 1; }

body {
  overflow-x: hidden; }
  body #top-area {
    visibility: visible;
    opacity: 1; }
    body #top-area * {
      visibility: visible;
      opacity: 1; }

header {
  width: 100%;
  position: fixed;
  z-index: 10000; }
  header .logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (min-width: 781px) {
      header .logo {
        height: 120px; } }
    header .logo .expo2025 {
      position: absolute;
      left: 0;
      height: 70px;
      width: auto; }
      @media screen and (min-width: 781px) {
        header .logo .expo2025 {
          height: 100px; } }
    header .logo h1 > img {
      width: 130px;
      height: auto;
      display: block;
      margin: auto; }
      @media screen and (min-width: 781px) {
        header .logo h1 > img {
          width: 152px; } }
    header .logo .countdown {
      text-align: center;
      line-height: 1.3;
      font-size: .1rem;
      font-weight: 700;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 24px; }
      @media screen and (min-width: 781px) {
        header .logo .countdown {
          font-size: .14rem; } }
      header .logo .countdown span {
        font-size: .24rem;
        font-weight: 700;
        color: #2B66B1; }
        @media screen and (min-width: 781px) {
          header .logo .countdown span {
            font-size: .32rem; } }
  header .pc {
    display: none; }
    @media screen and (min-width: 781px) {
      header .pc {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin: auto; }
        header .pc ul {
          height: 60px;
          display: flex;
          justify-content: space-around;
          align-items: center; }
          header .pc ul li a {
            font-size: .12rem;
            font-weight: 700; } }

#menu-open {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 27px;
  left: 20px;
  opacity: 0.7;
  color: #AC7746;
  transition: .2s;
  z-index: 9901;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  #menu-open i {
    vertical-align: bottom;
    margin-right: 5px; }
  #menu-open span:first-child {
    width: 30px;
    height: 1px;
    background-color: #AC7746;
    display: block; }
  #menu-open span:nth-child(2) {
    width: 30px;
    height: 1px;
    background-color: #AC7746;
    display: block;
    margin: 8px 0; }
  #menu-open span:nth-child(3) {
    width: 30px;
    height: 1px;
    background-color: #AC7746;
    display: block;
    margin-bottom: 12px; }
  #menu-open span:last-child {
    font-size: 10px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0); }
  #menu-open.close {
    left: 240px;
    background: none; }
    #menu-open.close span:first-child {
      width: 29px;
      height: 1px;
      background-color: #AC7746;
      display: block;
      transform: rotate(45deg); }
    #menu-open.close span:nth-child(2) {
      display: none; }
    #menu-open.close span:nth-child(3) {
      width: 29px;
      height: 1px;
      margin-top: -1px;
      background-color: #AC7746;
      display: block;
      margin-bottom: 12px;
      transform: rotate(-45deg); }
    #menu-open.close span:last-child {
      font-size: 10px;
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translate(-50%, 0); }

nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.85;
  transition: .2s;
  z-index: 9900; }
  nav #menu-close {
    display: block;
    cursor: pointer;
    padding: 10px;
    color: #ccc; }
  nav ul {
    color: #fff;
    width: 300px;
    height: 100vh;
    padding: 40px 0 0 20px; }
    @media screen and (min-width: 780px) {
      nav ul {
        padding: 100px 0 0 30px; } }
    nav ul li {
      font-size: 13px; }
      nav ul li a {
        display: block;
        padding: 10px 5px; }
  nav.close {
    left: -310px; }

> .icon-area {
  position: absolute;
  top: 30px;
  right: 27px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px; }
  > .icon-area img {
    width: auto;
    height: 24px; }

footer {
  width: 100%;
  background-color: #2B66B1; }
  footer .area {
    padding: 30px 24px; }
    @media screen and (min-width: 781px) {
      footer .area {
        max-width: 1200px;
        margin: auto;
        padding: 40px 24px;
        display: flex;
        align-items: flex-start;
        gap: 60px; } }
    footer .area .footer-logo {
      width: 189px;
      margin: 0 auto; }
      @media screen and (min-width: 781px) {
        footer .area .footer-logo {
          margin: 0; } }
    footer .area img {
      width: 189px;
      height: auto;
      margin: 0 auto 30px auto;
      display: block; }
    footer .area .info {
      color: #fff;
      font-weight: 700; }
      footer .area .info .senshu {
        margin-bottom: 30px; }
        footer .area .info .senshu span {
          font-size: .14rem; }
          @media screen and (min-width: 781px) {
            footer .area .info .senshu span {
              font-size: .18rem; } }
        footer .area .info .senshu p {
          font-size: .1;
          margin-left: 46px; }
          @media screen and (min-width: 781px) {
            footer .area .info .senshu p {
              font-size: .12rem;
              margin-left: 58px; } }
      footer .area .info .madoguchi {
        color: #fff;
        font-weight: 700;
        font-size: .12rem; }
        @media screen and (min-width: 781px) {
          footer .area .info .madoguchi {
            font-size: .14rem; } }
        footer .area .info .madoguchi p {
          margin-left: 3em; }

.loader1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 20000;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .loader1.show {
    transform: translate(0, -101vh); }

.loader2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F8B62D;
  z-index: 20001;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .loader2.show {
    transform: translate(0, -101vh); }

.loader3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 20002;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .loader3.show {
    transform: translate(0, -101vh); }

.loader4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20003;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .loader4.show {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px); }

.lottie {
  height: 100vh;
  width: auto;
  min-width: 1000px; }
  @media screen and (min-width: 781px) {
    .lottie {
      width: 100vw;
      height: auto; } }

#loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#top-area {
  width: 100%;
  height: 100vh;
  background-color: #F8B62D;
  background: linear-gradient(155deg, #f8b62d 0%, #f88c2d 100%);
  position: fixed;
  z-index: -1;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  #top-area h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .18rem;
    font-weight: 700;
    text-shadow: 2px 4px 10px black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99; }
    @media screen and (min-width: 781px) {
      #top-area h2 {
        font-size: .24rem; } }
    @media screen and (min-width: 781px) {
      #top-area h2 br.pc-none {
        display: none; } }
    #top-area h2 .day {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 190px;
      height: 100px;
      background-color: #fff;
      color: #2B66B1;
      font-size: .6rem;
      margin: 20px auto 0 auto;
      text-shadow: none;
      padding-bottom: 12px; }
      @media screen and (min-width: 781px) {
        #top-area h2 .day {
          width: 260px;
          height: 140px;
          font-size: 1rem;
          margin: 35px auto 0 auto;
          padding-bottom: 20px; } }
  #top-area > img {
    height: 100vh;
    width: auto;
    position: absolute;
    opacity: 0.85; }
    @media screen and (min-width: 781px) {
      #top-area > img {
        width: 100%;
        height: auto; } }
  #top-area .flower {
    top: 0;
    left: 0; }
  #top-area .crane {
    right: 0;
    bottom: 0; }
  #top-area .c1 {
    animation: loop 24s linear 0s infinite; }
  #top-area .c2 {
    animation: loop2 26s linear 0s infinite; }
  #top-area .c3 {
    animation: loop 28s linear 0s infinite; }
  #top-area .c4 {
    animation: loop2 28s linear 0s infinite; }
  #top-area .c5 {
    animation: loop 30s linear 0s infinite; }
  #top-area .c6 {
    animation: loop2 30s linear 0s infinite; }
  #top-area .c7 {
    animation: loop2 40s linear 0s infinite; }
  #top-area .c8 {
    animation: loop 40s linear 0s infinite; }
  #top-area .c9 {
    animation: loop 44s linear 0s infinite; }
  #top-area .c10 {
    animation: loop2 44s linear 0s infinite; }
  #top-area .c11 {
    animation: loop 46s linear 0s infinite; }
  #top-area .c12 {
    animation: loop2 46s linear 0s infinite; }
  #top-area .c13 {
    animation: loop2 48s linear 0s infinite; }
  #top-area .c14 {
    animation: loop 48s linear 0s infinite; }
  #top-area .c15 {
    animation: loop 50s linear 0s infinite; }
  #top-area .c16 {
    animation: loop2 50s linear 0s infinite; }

@keyframes loop {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(359deg); } }
@keyframes loop2 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-360deg); } }
@keyframes maintext {
  0% {
    transform: translate(-50%, -50%) rotateY(0); }
  90% {
    transform: translate(-50%, -50%) rotateY(0); }
  100% {
    transform: translate(-50%, -50%) rotateY(359deg); } }
#top-main {
  height: 100vh;
  min-height: 750px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #top-main .maintext {
    width: 90%;
    max-width: 508px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: maintext 7s linear 0s infinite; }
  #top-main .mansai {
    position: absolute;
    width: 120px;
    height: auto;
    max-width: 174px;
    right: calc(50% - 190px);
    top: calc(50% - 210px); }
    @media screen and (min-width: 781px) {
      #top-main .mansai {
        right: auto;
        left: calc(50% - 450px);
        top: calc(50% - 150px); } }
  #top-main .date {
    position: absolute;
    width: 66%;
    height: auto;
    max-width: 396px;
    left: 0;
    top: calc(50% - 270px); }
    @media screen and (min-width: 781px) {
      #top-main .date {
        top: calc(50% - 0px); } }
  #top-main .time {
    position: absolute;
    width: 60%;
    max-width: 348px;
    height: auto;
    left: 0;
    top: calc(50% - 200px); }
    @media screen and (min-width: 781px) {
      #top-main .time {
        top: calc(50% + 100px); } }
  #top-main .kitchencar {
    position: absolute;
    width: 90%;
    max-width: 255px;
    left: 0;
    top: calc(50% + 140px); }
    @media screen and (min-width: 781px) {
      #top-main .kitchencar {
        left: inherit;
        right: calc(50% - 550px);
        top: calc(50% - 0px); } }
  #top-main .place {
    position: absolute;
    width: 66%;
    max-width: 399px;
    top: calc(50% + 220px);
    right: -10px; }
    @media screen and (min-width: 781px) {
      #top-main .place {
        top: calc(50% + 100px); } }
  #top-main.inviews .maintext {
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.5s; }
  #top-main.inviews .mansai {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 1s; }
  #top-main.inviews .date {
    opacity: 0;
    transform: translate(-400px, 0);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1.2s; }
  #top-main.inviews .time {
    opacity: 0;
    transform: translate(-400px, 0);
    transition: 0.5s;
    transition-delay: 1.4s; }
  #top-main.inviews .kitchencar {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 1.6s; }
  #top-main.inviews .place {
    opacity: 0;
    transform: translate(400px, 0);
    transition: 0.5s;
    transition-delay: 1.8s; }
  #top-main.inviewed .maintext {
    opacity: 1; }
  #top-main.inviewed .mansai {
    opacity: 1;
    transform: translate(0, 0); }
  #top-main.inviewed .date {
    opacity: 1;
    transform: translate(0, 0); }
  #top-main.inviewed .time {
    opacity: 1;
    transform: translate(0, 0); }
  #top-main.inviewed .kitchencar {
    opacity: 1;
    transform: translate(0, 0); }
  #top-main.inviewed .place {
    opacity: 1;
    transform: translate(0, 0); }

#top-about {
  width: 100%;
  padding: 60px 24px; }
  @media screen and (min-width: 781px) {
    #top-about {
      max-width: 1200px;
      padding: 120px 24px;
      margin: auto; } }
  @media screen and (min-width: 781px) {
    #top-about > div {
      display: flex;
      flex-direction: row-reverse;
      gap: 70px; } }
  #top-about > div .text {
    background-image: url(../images/about-senshu-expo2023.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1px 0 60px 0; }
    #top-about > div .text h2 {
      font-size: .2rem;
      font-weight: 700;
      color: #D32D26;
      margin: 10px 0; }
      @media screen and (min-width: 781px) {
        #top-about > div .text h2 {
          font-size: .4rem;
          margin: 10px 0 20px 0; } }
    #top-about > div .text p {
      font-size: .12rem;
      line-height: 2.3;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 8px;
      padding: 1em; }
      @media screen and (min-width: 781px) {
        #top-about > div .text p {
          font-size: .16rem; } }
  #top-about > div > img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 781px) {
      #top-about > div > img {
        width: 490px; } }
  #top-about.inview .text {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.3s; }
  #top-about.inview img {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.6s; }
  #top-about.inviewed .text {
    opacity: 1;
    transform: translate(0, 0); }
  #top-about.inviewed img {
    opacity: 1;
    transform: translate(0, 0); }

#top-news {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 60px 24px; }
  @media screen and (min-width: 781px) {
    #top-news {
      padding: 120px 24px; } }
  #top-news .area {
    width: 100%; }
    @media screen and (min-width: 781px) {
      #top-news .area {
        max-width: 1200px;
        margin: auto; } }
    #top-news .area h2 {
      color: #D32D26;
      font-size: .2rem;
      font-weight: 700;
      background-image: url(../images/news.svg);
      background-repeat: no-repeat;
      background-size: contain;
      height: 45px;
      line-height: 1;
      display: flex;
      align-items: flex-end;
      margin-bottom: 30px; }
      @media screen and (min-width: 781px) {
        #top-news .area h2 {
          font-size: .4rem;
          margin-bottom: 60px;
          height: 70px; } }
    #top-news .area ul li img {
      width: 240px;
      height: auto;
      border-radius: 8px 8px 0 0; }
      @media screen and (min-width: 781px) {
        #top-news .area ul li img {
          width: 280px; } }
    #top-news .area ul li div {
      width: 240px;
      background-color: #fff;
      border-radius: 0 0 8px 8px;
      padding: 20px 24px 44px 24px;
      position: relative; }
      @media screen and (min-width: 781px) {
        #top-news .area ul li div {
          width: 280px; } }
      #top-news .area ul li div p {
        font-size: .12rem;
        line-height: 1.3; }
      #top-news .area ul li div > span {
        font-size: .1rem;
        position: absolute;
        right: 24px;
        bottom: 20px; }
  #top-news.inview h2 {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.3s; }
  #top-news.inview li {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.6s; }
  #top-news.inviewed h2 {
    opacity: 1;
    transform: translate(0, 0); }
  #top-news.inviewed li {
    opacity: 1;
    transform: translate(0, 0); }

#top-map {
  width: 100%;
  padding: 60px 24px; }
  @media screen and (min-width: 781px) {
    #top-map {
      max-width: 1200px;
      margin: auto;
      padding: 120px 24px; } }
  #top-map h2 {
    color: #D32D26;
    font-size: .2rem;
    font-weight: 700;
    background-image: url(../images/map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media screen and (min-width: 781px) {
      #top-map h2 {
        font-size: .4rem;
        margin-bottom: 60px;
        height: 70px; } }
  #top-map img {
    width: 100%;
    height: auto; }
  #top-map .map-list {
    margin-top: 32px; }
    #top-map .map-list ul {
      display: flex;
      flex-direction: column;
      gap: 2px; }
      @media screen and (min-width: 781px) {
        #top-map .map-list ul {
          display: grid;
          grid-template-columns: 1fr 1fr; } }
      #top-map .map-list ul li {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 1em;
        border-radius: 4px; }
        #top-map .map-list ul li dl {
          display: flex; }
          #top-map .map-list ul li dl dt {
            width: 60px; }
          #top-map .map-list ul li dl dd {
            width: calc(100% - 60px); }
  #top-map.inview h2 {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.3s; }
  #top-map.inview img {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.6s; }
  #top-map.inview li {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.6s; }
  #top-map.inviewed h2 {
    opacity: 1;
    transform: translate(0, 0); }
  #top-map.inviewed img {
    opacity: 1;
    transform: translate(0, 0); }
  #top-map.inviewed li {
    opacity: 1;
    transform: translate(0, 0); }

#top-excompany {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 60px 24px; }
  @media screen and (min-width: 781px) {
    #top-excompany {
      padding: 120px 24px; } }
  #top-excompany .area {
    width: 100%; }
    @media screen and (min-width: 781px) {
      #top-excompany .area {
        max-width: 1200px;
        margin: auto; } }
    #top-excompany .area h2 {
      color: #D32D26;
      font-size: .2rem;
      font-weight: 700;
      background-image: url(../images/exhibithing-company_pc.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left bottom;
      height: 45px;
      line-height: 1;
      display: flex;
      align-items: flex-end;
      margin-bottom: 30px; }
      @media screen and (min-width: 781px) {
        #top-excompany .area h2 {
          font-size: .4rem;
          margin-bottom: 60px;
          height: 70px; } }
    #top-excompany .area p {
      color: #fff; }
    #top-excompany .area ul {
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
      @media screen and (min-width: 781px) {
        #top-excompany .area ul {
          width: 100%; } }
      #top-excompany .area ul li {
        width: calc(100% / 2 - 12px); }
        @media screen and (min-width: 781px) {
          #top-excompany .area ul li {
            width: calc(100% / 4 - 12px); } }
        #top-excompany .area ul li img {
          width: 100%;
          height: auto;
          border-radius: 8px 8px 0 0; }
          @media screen and (min-width: 781px) {
            #top-excompany .area ul li img {
              width: 280px; } }
        #top-excompany .area ul li div {
          width: 100%;
          background-color: #fff;
          border-radius: 0 0 8px 8px;
          padding: 20px 24px 20px 24px;
          position: relative; }
          @media screen and (min-width: 781px) {
            #top-excompany .area ul li div {
              width: 280px; } }
          #top-excompany .area ul li div h3 {
            font-size: .14rem;
            font-weight: 700; }
            #top-excompany .area ul li div h3 span {
              font-size: .12rem;
              display: block; }
          #top-excompany .area ul li div p {
            font-size: .12rem;
            line-height: 1.3; }
  #top-excompany.inview h2 {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.3s; }
  #top-excompany.inview p {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.6s; }
  #top-excompany.inview li {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.6s; }
  #top-excompany.inviewed h2 {
    opacity: 1;
    transform: translate(0, 0); }
  #top-excompany.inviewed p {
    opacity: 1;
    transform: translate(0, 0); }
  #top-excompany.inviewed li {
    opacity: 1;
    transform: translate(0, 0); }

#top-food {
  width: 100%;
  padding: 60px 24px; }
  @media screen and (min-width: 781px) {
    #top-food {
      max-width: 1200px;
      margin: auto;
      padding: 120px 24px; } }
  #top-food h2 {
    color: #D32D26;
    font-size: .2rem;
    font-weight: 700;
    background-image: url(../images/food.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media screen and (min-width: 781px) {
      #top-food h2 {
        font-size: .4rem;
        margin-bottom: 60px;
        height: 70px; } }
  #top-food p {
    color: #fff; }
  #top-food ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    @media screen and (min-width: 781px) {
      #top-food ul {
        width: 100%; } }
    #top-food ul li {
      width: calc(100% / 2 - 12px); }
      @media screen and (min-width: 781px) {
        #top-food ul li {
          width: calc(100% / 4 - 12px); } }
      #top-food ul li img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 10px; }
        @media screen and (min-width: 781px) {
          #top-food ul li img {
            width: 280px; } }
      #top-food ul li h3 {
        font-size: .14rem;
        font-weight: 700;
        text-align: center; }
        @media screen and (min-width: 781px) {
          #top-food ul li h3 {
            font-size: .18rem; } }
  #top-food.inview h2 {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.3s; }
  #top-food.inview p {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.6s; }
  #top-food.inview li {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.6s; }
  #top-food.inviewed h2 {
    opacity: 1;
    transform: translate(0, 0); }
  #top-food.inviewed p {
    opacity: 1;
    transform: translate(0, 0); }
  #top-food.inviewed li {
    opacity: 1;
    transform: translate(0, 0); }

#top-activity {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 60px 24px; }
  @media screen and (min-width: 781px) {
    #top-activity {
      padding: 120px 24px; } }
  #top-activity .area {
    width: 100%; }
    @media screen and (min-width: 781px) {
      #top-activity .area {
        max-width: 1200px;
        margin: auto; } }
    #top-activity .area h2 {
      color: #D32D26;
      font-size: .2rem;
      font-weight: 700;
      background-image: url(../images/activity.svg);
      background-repeat: no-repeat;
      background-size: contain;
      height: 45px;
      line-height: 1;
      display: flex;
      align-items: flex-end;
      margin-bottom: 30px; }
      @media screen and (min-width: 781px) {
        #top-activity .area h2 {
          font-size: .4rem;
          margin-bottom: 60px;
          height: 70px; } }
      #top-activity .area h2.inview {
        opacity: 0;
        transform: translate(0, 20px);
        transition: 0.5s;
        transition-delay: 0.3s; }
      #top-activity .area h2.inviewed {
        opacity: 1;
        transform: translate(0, 0); }
    #top-activity .area .contents {
      margin-bottom: 70px; }
      @media screen and (min-width: 781px) {
        #top-activity .area .contents {
          display: flex;
          align-items: center;
          gap: 110px;
          margin-bottom: 140px;
          flex-direction: row-reverse; }
          #top-activity .area .contents.right {
            flex-direction: row; } }
      @media screen and (min-width: 781px) {
        #top-activity .area .contents .explain {
          width: calc(100% - 500px); } }
      #top-activity .area .contents .explain h3 {
        color: #D32D26;
        font-size: .18rem;
        font-weight: 700;
        margin-bottom: 15px; }
        @media screen and (min-width: 781px) {
          #top-activity .area .contents .explain h3 {
            font-size: .24rem;
            margin-bottom: 25px; } }
      #top-activity .area .contents .explain p {
        font-size: .12rem;
        margin-bottom: 10px;
        color: #fff; }
        @media screen and (min-width: 781px) {
          #top-activity .area .contents .explain p {
            font-size: .16rem; } }
      #top-activity .area .contents .explain div {
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        gap: 20px; }
        @media screen and (min-width: 781px) {
          #top-activity .area .contents .explain div {
            gap: 30px; } }
        #top-activity .area .contents .explain div a {
          background-color: #fff;
          color: #D32D26;
          border: 1px solid #D32D26;
          border-radius: 50px;
          width: 100%;
          height: 60px;
          font-size: .14rem;
          font-weight: 700;
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 1; }
          @media screen and (min-width: 781px) {
            #top-activity .area .contents .explain div a {
              max-width: 400px;
              font-size: .16rem; } }
      #top-activity .area .contents img {
        width: 100%;
        max-width: 500px;
        height: auto;
        border-radius: 30px; }
      #top-activity .area .contents.inview {
        opacity: 0;
        transform: translate(0, 20px);
        transition: 0.5s;
        transition-delay: 0.3s; }
      #top-activity .area .contents.inviewed {
        opacity: 1;
        transform: translate(0, 0); }

#top-information {
  width: 100%;
  padding: 60px 24px; }
  @media screen and (min-width: 781px) {
    #top-information {
      max-width: 1200px;
      margin: auto;
      padding: 120px 24px; } }
  #top-information h2 {
    color: #D32D26;
    font-size: .2rem;
    font-weight: 700;
    background-image: url(../images/information.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media screen and (min-width: 781px) {
      #top-information h2 {
        font-size: .4rem;
        margin-bottom: 60px;
        height: 70px; } }
    #top-information h2.inview {
      opacity: 0;
      transform: translate(0, 20px);
      transition: 0.5s;
      transition-delay: 0.3s; }
    #top-information h2.inviewed {
      opacity: 1;
      transform: translate(0, 0); }
  @media screen and (min-width: 781px) {
    #top-information .explain {
      display: flex;
      justify-content: space-between; } }
  #top-information .explain div.inview {
    opacity: 0;
    transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.3s; }
  #top-information .explain div.inviewed {
    opacity: 1;
    transform: translate(0, 0); }
  #top-information .explain div dl {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #fff; }
    @media screen and (min-width: 781px) {
      #top-information .explain div dl {
        margin-bottom: 50px; } }
    #top-information .explain div dl.top {
      align-items: flex-start; }
    #top-information .explain div dl dt {
      font-size: .12rem; }
      #top-information .explain div dl dt::after {
        content: "："; }
      @media screen and (min-width: 781px) {
        #top-information .explain div dl dt {
          font-size: .16rem; } }
    #top-information .explain div dl dd {
      font-size: .14rem; }
      @media screen and (min-width: 781px) {
        #top-information .explain div dl dd {
          font-size: .21rem; } }
      #top-information .explain div dl dd .day {
        font-size: .2rem; }
        @media screen and (min-width: 781px) {
          #top-information .explain div dl dd .day {
            font-size: .4rem; } }
      #top-information .explain div dl dd .time {
        font-size: .16rem;
        display: inline-block;
        margin-left: 10px; }
        @media screen and (min-width: 781px) {
          #top-information .explain div dl dd .time {
            font-size: .24rem; } }
  #top-information .explain iframe {
    width: 100%;
    height: 450px; }
    @media screen and (min-width: 781px) {
      #top-information .explain iframe {
        width: 573px; } }
    #top-information .explain iframe.inview {
      opacity: 0;
      transform: translate(0, 20px);
      transition: 0.5s;
      transition-delay: 0.3s; }
    #top-information .explain iframe.inviewed {
      opacity: 1;
      transform: translate(0, 0); }

#top-jc {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 60px 24px; }
  @media screen and (min-width: 781px) {
    #top-jc {
      padding: 120px 24px; } }
  #top-jc .area {
    width: 100%; }
    @media screen and (min-width: 781px) {
      #top-jc .area {
        max-width: 1200px;
        margin: auto; } }
    #top-jc .area h2 {
      color: #D32D26;
      font-size: .2rem;
      font-weight: 700;
      background-image: url(../images/jc.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left bottom;
      height: 45px;
      line-height: 1;
      display: flex;
      align-items: flex-end;
      margin-bottom: 30px; }
      @media screen and (min-width: 781px) {
        #top-jc .area h2 {
          font-size: .4rem;
          margin-bottom: 60px;
          height: 70px; } }
      #top-jc .area h2.inview {
        opacity: 0;
        transform: translate(0, 20px);
        transition: 0.5s;
        transition-delay: 0.3s; }
      #top-jc .area h2.inviewed {
        opacity: 1;
        transform: translate(0, 0); }
    @media screen and (min-width: 781px) {
      #top-jc .area > div {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 70px; } }
    #top-jc .area > div .explain p {
      font-size: .12rem;
      margin-bottom: 25px;
      color: #fff; }
      @media screen and (min-width: 781px) {
        #top-jc .area > div .explain p {
          font-size: .16rem; } }
    #top-jc .area > div .explain.inview {
      opacity: 0;
      transform: translate(0, 20px);
      transition: 0.5s;
      transition-delay: 0.3s; }
    #top-jc .area > div .explain.inviewed {
      opacity: 1;
      transform: translate(0, 0); }
    #top-jc .area > div img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 781px) {
        #top-jc .area > div img {
          width: 500px; } }
      #top-jc .area > div img.inview {
        opacity: 0;
        transform: translate(0, 20px);
        transition: 0.5s;
        transition-delay: 0.3s; }
      #top-jc .area > div img.inviewed {
        opacity: 1;
        transform: translate(0, 0); }

#contact {
  width: 100%;
  padding: 60px 24px; }
  @media screen and (min-width: 781px) {
    #contact {
      max-width: 1200px;
      margin: auto;
      padding: 120px 24px; } }
  #contact h2 {
    color: #D32D26;
    font-size: .2rem;
    font-weight: 700;
    background-image: url(../images/contact.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media screen and (min-width: 781px) {
      #contact h2 {
        font-size: .4rem;
        margin-bottom: 60px;
        height: 70px; } }
  #contact .content-wrap {
    max-width: 700px;
    margin: 0 auto; }
    #contact .content-wrap dl {
      margin-bottom: 2em; }
      #contact .content-wrap dl dt {
        font-size: .12rem;
        color: #fff;
        font-weight: bold; }
      #contact .content-wrap dl dd input {
        border: 0px solid #DFDFDF;
        border-radius: 4px;
        padding: 1em;
        width: 100%; }
      #contact .content-wrap dl dd textarea {
        border: 0px solid #DFDFDF;
        border-radius: 4px;
        padding: 1em;
        width: 100%; }
    #contact .content-wrap input[type="submit"] {
      background-color: #fff;
      color: #D32D26;
      border: 1px solid #D32D26;
      border-radius: 50px;
      width: 100%;
      height: 60px;
      font-size: .14rem;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      cursor: pointer; }
      #contact .content-wrap input[type="submit"]:hover {
        background-color: #D32D26;
        color: #fff; }

.photo-content-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 80px 40;
  z-index: 12000;
  color: #000;
  display: none; }
  .photo-content-modal h2 {
    text-align: center;
    font-size: .16rem;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (min-width: 781px) {
      .photo-content-modal h2 {
        font-size: .24rem; }
        .photo-content-modal h2 br {
          display: none; } }
  .photo-content-modal .modal-close {
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer; }
  .photo-content-modal > div {
    border-radius: 12px;
    background-color: #fff;
    padding: 24px;
    height: 100%;
    overflow-y: scroll;
    position: relative; }
    @media screen and (min-width: 781px) {
      .photo-content-modal > div {
        padding: 40px;
        max-width: 1000px;
        margin: auto; } }
    .photo-content-modal > div > dl {
      margin-bottom: 40px; }
      @media screen and (min-width: 781px) {
        .photo-content-modal > div > dl {
          margin-bottom: 60px; } }
      .photo-content-modal > div > dl dt {
        font-size: .14rem;
        font-weight: 700; }
        @media screen and (min-width: 781px) {
          .photo-content-modal > div > dl dt {
            font-size: .21rem; } }
      .photo-content-modal > div > dl dd {
        font-size: .12rem; }
        @media screen and (min-width: 781px) {
          .photo-content-modal > div > dl dd {
            font-size: .16rem; } }
    .photo-content-modal > div > div {
      margin-bottom: 40px; }
      @media screen and (min-width: 781px) {
        .photo-content-modal > div > div {
          width: 80%;
          margin: auto;
          margin-bottom: 80px; } }
      .photo-content-modal > div > div h3 {
        font-size: .14rem;
        font-weight: 700;
        text-align: center; }
        @media screen and (min-width: 781px) {
          .photo-content-modal > div > div h3 {
            font-size: .21rem; } }
      .photo-content-modal > div > div p {
        font-size: .12rem;
        margin-bottom: 10px; }
        @media screen and (min-width: 781px) {
          .photo-content-modal > div > div p {
            font-size: .16rem; } }
      .photo-content-modal > div > div dl {
        font-size: .12rem; }
        @media screen and (min-width: 781px) {
          .photo-content-modal > div > div dl {
            font-size: .16rem; } }
        .photo-content-modal > div > div dl dt {
          font-weight: 700; }
      .photo-content-modal > div > div span {
        font-weight: 700; }

.schedule-content-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 80px 40;
  z-index: 12000;
  color: #000;
  display: none; }
  .schedule-content-modal h2 {
    text-align: center;
    font-size: .16rem;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (min-width: 781px) {
      .schedule-content-modal h2 {
        font-size: .24rem; }
        .schedule-content-modal h2 br {
          display: none; } }
  .schedule-content-modal dl {
    margin-bottom: 40px; }
    @media screen and (min-width: 781px) {
      .schedule-content-modal dl {
        margin-bottom: 100px; } }
    .schedule-content-modal dl dt {
      width: 100%;
      font-size: .16rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      line-height: 1;
      margin-bottom: 20px; }
      @media screen and (min-width: 781px) {
        .schedule-content-modal dl dt {
          font-size: .21rem; } }
      .schedule-content-modal dl dt img {
        width: 18px;
        height: auto;
        margin-right: 5px; }
        @media screen and (min-width: 781px) {
          .schedule-content-modal dl dt img {
            width: 24px; } }
    .schedule-content-modal dl dd {
      display: flex;
      justify-content: space-between; }
      .schedule-content-modal dl dd div {
        width: calc(100% / 3);
        font-size: .1rem;
        font-weight: 700;
        text-align: center; }
        @media screen and (min-width: 781px) {
          .schedule-content-modal dl dd div {
            font-size: .16rem; } }
        .schedule-content-modal dl dd div img {
          width: 100%;
          height: auto; }
          @media screen and (min-width: 781px) {
            .schedule-content-modal dl dd div img {
              max-width: 220px; } }
  .schedule-content-modal .modal-close {
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer; }
  .schedule-content-modal > div {
    border-radius: 12px;
    background-color: #fff;
    padding: 24px;
    height: 100%;
    overflow-y: scroll;
    position: relative; }
    @media screen and (min-width: 781px) {
      .schedule-content-modal > div {
        padding: 40px;
        max-width: 1000px;
        margin: auto; } }

#news-single {
  margin-top: 100px; }
  @media screen and (min-width: 781px) {
    #news-single {
      margin-top: 280px; } }
  #news-single > h2 {
    font-size: .2rem;
    font-weight: 700;
    color: #D32D26;
    background-image: url(../images/news-g.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    line-height: 1;
    height: 45px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    @media screen and (min-width: 781px) {
      #news-single > h2 {
        font-size: .4rem;
        margin-bottom: 60px;
        height: 70px; } }
  #news-single .news-top {
    width: 100%;
    background-color: #2B66B1; }
    #news-single .news-top > img {
      width: 100%;
      height: auto;
      margin: auto;
      display: block; }
      @media screen and (min-width: 781px) {
        #news-single .news-top > img {
          max-width: 780px; } }
  #news-single .news-single-area {
    background-color: #EEEEEE;
    width: 100%;
    padding: 0 24px 60px 24px; }
    #news-single .news-single-area .area {
      background-color: #fff;
      padding: 24px;
      margin-bottom: 40px; }
      @media screen and (min-width: 781px) {
        #news-single .news-single-area .area {
          max-width: 780px;
          padding: 40px 30px;
          margin: 0 auto 40px auto; } }
      #news-single .news-single-area .area .data {
        font-size: .1rem; }
        @media screen and (min-width: 781px) {
          #news-single .news-single-area .area .data {
            font-size: .14rem; } }
      #news-single .news-single-area .area .title {
        font-size: .16rem;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.3; }
        @media screen and (min-width: 781px) {
          #news-single .news-single-area .area .title {
            font-size: .24rem; } }
      #news-single .news-single-area .area p {
        font-size: .12rem;
        margin-bottom: 20px; }
        @media screen and (min-width: 781px) {
          #news-single .news-single-area .area p {
            font-size: .14rem; } }
      #news-single .news-single-area .area h2 {
        font-size: .14rem;
        font-weight: 700;
        margin-bottom: 20px; }
        @media screen and (min-width: 781px) {
          #news-single .news-single-area .area h2 {
            font-size: .21rem; } }
      #news-single .news-single-area .area h3 {
        font-size: .12rem;
        font-weight: 700;
        margin-bottom: 20px; }
        @media screen and (min-width: 781px) {
          #news-single .news-single-area .area h3 {
            font-size: .18rem; } }
      #news-single .news-single-area .area img {
        width: 100%;
        height: auto; }
    #news-single .news-single-area > a {
      display: block;
      width: 100%;
      height: 60px;
      border: 1px solid #D32D26;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: .14rem;
      font-weight: 700;
      color: #D32D26;
      background-image: url(../images/angle-left.svg);
      background-repeat: no-repeat;
      background-position: left 20px center;
      margin: auto; }
      @media screen and (min-width: 781px) {
        #news-single .news-single-area > a {
          width: 400px;
          font-size: .16rem; } }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.textAnimation {
  opacity: 0;
  transform: translate(0, 1.4em); }

.textAnimationIn {
  animation: textanime 0.4s forwards;
  animation-delay: 0.3s; }

.imgAnimation {
  overflow: hidden; }
  .imgAnimation img {
    opacity: 0;
    transform: scale(1.05); }

.imgAnimationIn img {
  animation: imganime 0.4s forwards;
  animation-delay: 0.3s; }

@keyframes textanime {
  0% {
    opacity: 0;
    transform: translate(0, 1.4em); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes imganime {
  0% {
    opacity: 0;
    transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
