@media all and (min-width: 768px) {
  body.mypage header {
    height: 100px; }
  body.mypage .pageList {
    padding-top: 120px; }
  header {
    height: 60px; }
    header .header-inner {
      height: 60px; }
    header .event-menuButton {
      width: 60px; }
      header .event-menuButton:hover {
        cursor: pointer; }
      header .event-menuButton span {
        width: 24px;
        left: 18px; }
        header .event-menuButton span:nth-of-type(1) {
          top: 21px; }
        header .event-menuButton span:nth-of-type(2) {
          top: 29px; }
        header .event-menuButton span:nth-of-type(3) {
          top: 37px; }
      header .event-menuButton.open span:nth-of-type(1) {
        top: 21px;
        transform: none; }
      header .event-menuButton.open span:nth-of-type(2) {
        opacity: 1; }
      header .event-menuButton.open span:nth-of-type(3) {
        top: 37px;
        transform: none; }
    header .event-searchButton {
      display: none; }
    header h1 {
      left: 70px !important;
      width: calc(100% - 415px); }
      header h1 span {
        font-size: 15px; }
        header h1 span strong {
          font-size: 20px; }
    header .event-name {
      position: absolute;
      right: 145px;
      top: 0;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 210px;
      height: 100%; }
      header .event-name p {
        text-align: right;
        font-size: 14px;
        line-height: 1.2;
        color: #fff; }
        header .event-name p span {
          margin: 0 5px;
          font-size: 18px;
          font-weight: 700;
          color: #fff; }
    header .event-logout {
      right: 15px;
      top: 15px;
      width: 110px;
      height: 30px;
      transition: background 0.3s; }
      header .event-logout span {
        display: block;
        margin-left: 7px;
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        color: #fff; }
      header .event-logout:hover {
        cursor: pointer;
        background-color: #f39800; }
    header .mypage-link {
      justify-content: flex-end;
      align-items: flex-start;
      top: 60px; }
      header .mypage-link li {
        padding: 0;
        margin-right: 15px; }
        header .mypage-link li a {
          padding: 8px;
          font-size: 16px;
          transition: background 0.5s; }
          header .mypage-link li a:hover {
            background-color: #f39800; }
  .event-menuArea {
    position: fixed;
    z-index: 20;
    width: 60px;
    height: 100vh;
    left: 0;
    top: 0;
    border-right: solid 1px #aaaaaa;
    background-color: #ffffff;
    overflow: hidden; }
    .event-menuArea .bannerArea {
      display: none; }
    .event-menuArea.wide {
      width: 250px;
      left: -250px; }
      .event-menuArea.wide .event-menuArea-inner {
        width: 220px;
        height: 100%;
        padding: 0 40px 0 15px;
        overflow-y: scroll;
        overscroll-behavior: none; }
        .event-menuArea.wide .event-menuArea-inner div:last-child {
          padding-bottom: 80px; }
      .event-menuArea.wide .bannerArea.pc {
        display: block; }
      .event-menuArea.wide.open {
        transition: left 0.3s cubic-bezier(0.8, 0, 0.2, 1);
        left: 0; }
        .event-menuArea.wide.open .searchList h3:hover {
          cursor: default; }
          .event-menuArea.wide.open .searchList h3:hover svg {
            fill: #666666; }
          .event-menuArea.wide.open .searchList h3:hover span {
            color: #333333; }
      .event-menuArea.wide .pageList {
        width: 220px; }
        .event-menuArea.wide .pageList ul li a {
          display: flex;
          flex-direction: row;
          justify-content: flex-start; }
        .event-menuArea.wide .pageList ul li span {
          margin-top: 0;
          margin-left: 15px;
          text-align: left;
          font-size: 14px;
          line-height: 1; }
          .event-menuArea.wide .pageList ul li span br {
            display: none; }
        .event-menuArea.wide .pageList ul li + li {
          margin-top: 15px; }
      .event-menuArea.wide .searchList {
        width: 220px;
        margin-top: 25px;
        padding: 25px 0 0; }
        .event-menuArea.wide .searchList::before {
          width: 220px;
          left: 0; }
        .event-menuArea.wide .searchList h3 {
          display: flex;
          flex-direction: row;
          justify-content: flex-start; }
          .event-menuArea.wide .searchList h3 svg {
            width: 24px;
            height: 24px;
            margin-left: 3px; }
          .event-menuArea.wide .searchList h3 span {
            margin-top: 0;
            margin-left: 18px;
            text-align: left;
            font-size: 14px;
            line-height: 1; }
            .event-menuArea.wide .searchList h3 span br {
              display: none; }
        .event-menuArea.wide .searchList ul {
          display: block; }
  .pageList {
    position: relative;
    width: 60px;
    height: auto;
    padding: 80px 0 0;
    background-color: transparent;
    transition: left 0s;
    overflow-y: visible; }
    .pageList.hide {
      left: 0; }
    .pageList ul li a {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .pageList ul li a:hover svg {
        fill: #999999; }
      .pageList ul li a:hover span {
        color: #999999; }
    .pageList ul li svg, .pageList ul li img {
      width: 30px;
      height: 30px;
      transition: fill 0.5s; }
    .pageList ul li span {
      margin-top: 3px;
      margin-left: 0;
      text-align: center;
      font-size: 10px;
      line-height: 1.2;
      font-weight: 400;
      transition: color 0.5s; }
      .pageList ul li span br {
        display: inline; }
    .pageList ul li + li {
      margin-top: 15px; }
  .searchList {
    position: relative;
    width: 60px;
    height: auto;
    margin-top: 20px;
    padding: 20px 0 0;
    left: 0;
    top: 0;
    background-color: transparent;
    transition: left 0s;
    overflow-y: visible; }
    .searchList::before {
      position: absolute;
      content: '';
      width: 40px;
      height: 1px;
      left: 10px;
      top: 0;
      background-color: #aaaaaa; }
    .searchList.hide {
      left: 0; }
    .searchList h3 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px; }
      .searchList h3 svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: #666666;
        transition: fill 0.5s; }
      .searchList h3 span {
        margin-top: 5px;
        text-align: center;
        font-size: 10px;
        line-height: 1.2;
        font-weight: 400;
        transition: color 0.5s; }
        .searchList h3 span br {
          display: inline; }
      .searchList h3:hover {
        cursor: pointer; }
        .searchList h3:hover svg {
          fill: #999999; }
        .searchList h3:hover span {
          color: #999999; }
    .searchList ul {
      display: none; }
      .searchList ul li {
        margin-bottom: 8px; }
        .searchList ul li span {
          height: 12px;
          padding: 4px;
          font-size: 12px;
          transition: color 0.5s,background 0.5s; }
        .searchList ul li:hover {
          cursor: pointer; }
          .searchList ul li:hover span {
            background: #fffeef;
            color: #333; }
  main {
    width: calc(100% - 61px);
    margin: 0 0 0 auto; }
    main h2 {
      margin-top: 60px;
      margin-bottom: 40px;
      font-size: 30px; }
  .carousel {
    position: relative;
    height: 0;
    padding-top: 36%; }
    .carousel .swiper-container {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .carousel .swiper-slide {
      display: block;
      width: 64%;
      pointer-events: none; }
      .carousel .swiper-slide > div {
        position: relative;
        z-index: 5;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #fff; }
        .carousel .swiper-slide > div img {
          opacity: 0.3;
          transform: scale(0.8);
          transition: opacity 0.5s,transform 0.8s; }
      .carousel .swiper-slide.swiper-slide-active {
        pointer-events: auto; }
        .carousel .swiper-slide.swiper-slide-active > div img {
          opacity: 1;
          transform: scale(1); }
    .carousel.single .swiper-slide {
      pointer-events: auto; }
      .carousel.single .swiper-slide > div img {
        opacity: 1; }
  .linkArea {
    margin-top: 50px; }
    .linkArea ul {
      flex-wrap: nowrap;
      justify-content: center;
      width: 100%; }
      .linkArea ul li {
        width: 23%;
        max-width: 180px;
        box-sizing: border-box;
        margin: 0 1%; }
        .linkArea ul li a span {
          font-size: 14px;
          font-weight: 700;
          transition: color 0.5s; }
        .linkArea ul li a:hover span {
          color: #999999; }
  .linkArea2 {
    margin: 40px auto 60px; }
    .linkArea2 ul {
      display: flex;
      justify-content: space-between;
      width: 95%;
      max-width: 900px; }
      .linkArea2 ul.item2 li {
        width: 47%; }
      .linkArea2 ul.item3 li {
        width: 32%; }
      .linkArea2 ul li {
        margin: 0 10px; }
        .linkArea2 ul li a {
          justify-content: center;
          padding: 20px; }
          .linkArea2 ul li a span {
            font-size: 20px;
            transition: color 0.5s; }
          .linkArea2 ul li a small {
            margin-left: 10px;
            font-size: 15px; }
          .linkArea2 ul li a:hover span {
            color: #999999; }
  .item-container {
    display: flex;
    flex-wrap: wrap; }
    .item-container.item2 li {
      width: calc(50% - 20px); }
    .item-container.item3 li {
      width: calc(33.3% - 20px); }
    .item-container.item4 li {
      width: calc(25% - 20px); }
    .item-container.item5 li {
      width: calc(20% - 20px); }
  .topButton {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 30px;
    border-radius: 25px; }
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 61px);
    margin: 0 0 0 auto;
    padding: 40px 0 20px; }
    footer .footer-logo {
      width: 45%;
      max-width: 400px;
      box-sizing: border-box;
      padding-right: 20px; }
      footer .footer-logo img {
        height: 105px;
        margin: 0 auto; }
    footer .footer-text {
      width: 45%;
      max-width: 400px;
      margin: 0;
      text-align: left; }
    footer .footer-text1 {
      margin-bottom: 10px; }
    footer .footer-text2 {
      margin-bottom: 15px;
      font-size: 18px; }
    footer .footer-link {
      font-size: 15px; }
      footer .footer-link:hover {
        text-decoration: underline; }
    footer .footer-copyright {
      width: 100%;
      margin-top: 35px;
      font-size: 12px; }
  .caution-overlay > div {
    height: 100%; }
  .caution-overlay .caution-text {
    width: 600px;
    padding: 20px; }
    .caution-overlay .caution-text h4 {
      font-size: 20px; }
    .caution-overlay .caution-text p {
      font-size: 15px; }
    .caution-overlay .caution-text ul li {
      font-size: 15px; }
    .caution-overlay .caution-text .caution-button {
      transition: background 0.5s; }
      .caution-overlay .caution-text .caution-button:hover {
        cursor: pointer;
        background-color: #f39800; }
  .session-navigation-wrapper {
    height: 50px;
    margin-bottom: 40px; }
  .session-navigation {
    height: 47px; }
    .session-navigation.fixed {
      top: 60px; }
    .session-navigation ul {
      border-bottom-width: 3px1; }
      .session-navigation ul li {
        height: 47px;
        padding: 0 40px;
        font-size: 22px;
        transition: color 0.5s; }
        .session-navigation ul li:not(.current):hover {
          cursor: pointer;
          color: #999999; }
  .session-pickup {
    margin: 60px auto; }
    .session-pickup h3 {
      font-size: 24px; }
    .session-pickup .item-container {
      flex-wrap: nowrap; }
    .session-pickup .swiper-nav {
      width: 30px;
      height: 30px;
      border-radius: 15px; }
  .session-day .sessionlist {
    width: 94%;
    margin: 0 auto 40px; }
    .session-day .sessionlist h3 {
      margin-left: 10px;
      text-align: left;
      font-size: 32px; }
    .session-day .sessionlist .session-item {
      margin: 0 10px 20px; }
  .sessionlist .session-item {
    transition: transform 0.5s,box-shadow 0.5s,border 0.5s; }
    .sessionlist .session-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      border-color: #aaaaaa; }
  .sessionlist .session-speaker > div {
    font-size: 12px; }
  .sessionlist .session-link a:hover {
    cursor: pointer; }
    .sessionlist .session-link a:hover svg {
      fill: #f39800; }
    .sessionlist .session-link a:hover span {
      color: #f39800; }
  .sessionlist .session-button {
    transition: background 0.5s; }
    .sessionlist .session-button:hover {
      background-color: #f39800; }
  .session-overlay > div {
    height: 100%; }
  .session-overlay .session-item {
    width: 750px;
    padding: 20px; }
  .session-overlay .session-title {
    font-size: 20px; }
  .session-overlay .session-category span {
    height: 12px;
    padding: 4px;
    margin: 0 8px 8px 0;
    font-size: 12px; }
  .session-overlay .flexWrap {
    display: flex;
    justify-content: space-between; }
  .session-overlay .session-summary {
    width: 364px;
    margin: 0;
    padding-right: 20px;
    border-right: solid 1px #aaaaaa; }
  .session-overlay .speaker-container {
    width: 300px; }
  .session-overlay .session-overlay-close {
    transition: background 0.5s; }
    .session-overlay .session-overlay-close:hover {
      cursor: pointer;
      background-color: #f39800; }
  .boothlist {
    width: 94%;
    margin: 0 auto 60px; }
    .boothlist h3 {
      margin: 0 10px 30px;
      padding: 15px 10px 23px;
      text-align: left;
      font-size: 30px; }
      .boothlist h3::after {
        height: 8px; }
    .boothlist .boothlist-item {
      width: 100%;
      margin: 0 10px 20px;
      transition: transform 0.5s,box-shadow 0.5s; }
      .boothlist .boothlist-item a {
        transition: border 0.3s;
        padding: 25px 20px 20px; }
      .boothlist .boothlist-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
        .boothlist .boothlist-item:hover a {
          border-color: #aaaaaa; }
    .boothlist .boothlist-name {
      margin: 20px 0 15px; }
    .boothlist .boothlist-text {
      font-size: 13px; }
  .document {
    margin-bottom: 60px; }
    .document h3 {
      width: 94%;
      max-width: 900px;
      margin: 0 auto 25px;
      text-align: left;
      font-size: 32px; }
    .document .document-item {
      position: relative;
      width: 94% !important;
      max-width: 900px;
      min-height: 100px;
      transition: transform 0.5s,box-shadow 0.5s; }
      .document .document-item a {
        height: 100%;
        padding: 10px 25px 10px 15px;
        transition: border 0.5s; }
      .document .document-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
        .document .document-item:hover a {
          border-color: #aaaaaa; }
    .document .document-img {
      width: 140px; }
    .document .document-text {
      width: calc(100% - 240px);
      margin: 0 20px; }
    .document .document-title {
      font-size: 18px; }
    .document .document-company {
      margin-top: 8px; }
    .document .document-download {
      width: 60px; }
      .document .document-download svg {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 auto 5px; }
      .document .document-download span {
        display: block;
        text-align: center;
        font-size: 10px;
        line-height: 1; }
  .booth-header {
    margin-bottom: 60px;
    padding: 40px 0; }
    .booth-header .booth-header-inner {
      display: flex;
      width: 94%;
      max-width: 1000px;
      margin: 0 auto; }
    .booth-header .logoArea {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 10px; }
      .booth-header .logoArea .booth-logo {
        min-width: 160px;
        padding: 20px 10px; }
        .booth-header .logoArea .booth-logo img {
          width: auto;
          height: 80px; }
      .booth-header .logoArea .booth-enquete {
        position: relative;
        left: 0;
        bottom: 0;
        transform: none;
        transition: opacity 0.5s; }
        .booth-header .logoArea .booth-enquete:hover {
          opacity: 0.6; }
    .booth-header .textArea {
      margin-top: 0;
      margin-left: 40px;
      padding: 0; }
    .booth-header .booth-name {
      margin: 0 0 25px;
      font-size: 30px; }
    .booth-header .booth-category {
      margin-bottom: 15px; }
      .booth-header .booth-category span {
        height: 12px;
        padding: 4px;
        margin: 0 8px 8px 0;
        font-size: 12px; }
    .booth-header .booth-inquiry p {
      font-size: 14px; }
    .booth-header .booth-inquiry a {
      font-size: 14px;
      transition: color 0.3s; }
      .booth-header .booth-inquiry a:hover {
        color: #f39800; }
  .booth-point {
    margin-bottom: 60px; }
    .booth-point .flexWrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 94%;
      max-width: 1000px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 20px; }
      .booth-point .flexWrap div + div {
        margin-top: 0;
        margin-left: 30px; }
    .booth-point .booth-point-img {
      flex-shrink: 0;
      width: 40%;
      max-width: 360px; }
    .booth-point .booth-point-text p strong {
      font-size: 28px; }
    .booth-point .booth-point-text p + p {
      margin-top: 1.5em; }
  .booth-movie {
    margin-bottom: 60px; }
    .booth-movie .item-container {
      width: 94%;
      margin: 0 auto; }
    .booth-movie .booth-movie-item {
      margin: 0 10px 20px;
      transition: transform 0.5s,box-shadow 0.5s; }
      .booth-movie .booth-movie-item a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        transition: border 0.3s;
        padding: 25px 20px 20px; }
      .booth-movie .booth-movie-item:not(.end):hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
        .booth-movie .booth-movie-item:not(.end):hover a {
          border-color: #aaaaaa; }
        .booth-movie .booth-movie-item:not(.end):hover .booth-movie-button {
          background-color: #f39800; }
    .booth-movie .booth-movie-button {
      margin-top: auto;
      transition: background 0.3s; }
  .booth-document {
    margin-bottom: 60px; }
    .booth-document .booth-doc-item {
      position: relative;
      width: 94% !important;
      max-width: 900px;
      min-height: 100px;
      transition: transform 0.5s,box-shadow 0.5s; }
      .booth-document .booth-doc-item a {
        height: 100%;
        padding: 10px 25px 10px 15px;
        transition: border 0.5s; }
      .booth-document .booth-doc-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
        .booth-document .booth-doc-item:hover a {
          border-color: #aaaaaa; }
    .booth-document .booth-doc-img {
      width: 140px; }
    .booth-document .booth-doc-text {
      width: calc(100% - 240px);
      margin: 0 20px; }
    .booth-document .booth-doc-title {
      font-size: 18px; }
    .booth-document .booth-doc-company {
      margin-top: 8px; }
    .booth-document .booth-doc-download {
      width: 60px; }
      .booth-document .booth-doc-download svg {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 auto 5px; }
      .booth-document .booth-doc-download span {
        display: block;
        text-align: center;
        font-size: 10px;
        line-height: 1; }
  .movie-wrapper {
    max-width: 1400px;
    margin: 0 auto; }
  .movie-A {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 0; }
    .movie-A .movie-main {
      width: calc(100% - 400px); }
      .movie-A .movie-main.nochat {
        width: 100%;
        margin: 0 auto; }
    .movie-A .movie-chat {
      flex-shrink: 0;
      display: block;
      width: 250px;
      height: 100%;
      box-sizing: border-box;
      padding: 15px;
      border: solid 1px #aaaaaa;
      background-color: #ffffff;
      overflow: hidden; }
  .movie-B {
    margin-bottom: 60px;
    padding: 0 30px; }
    .movie-B .movie-text {
      position: relative;
      width: 100%; }
      .movie-B .movie-text .movie-title {
        padding-right: 180px; }
      .movie-B .movie-text h2 {
        font-size: 24px; }
      .movie-B .movie-text .movie-date {
        font-size: 16px; }
    .movie-B .movie-enquete {
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      transition: opacity 0.5s; }
      .movie-B .movie-enquete:hover {
        opacity: 0.6; }
    .movie-B .movie-info {
      display: flex;
      justify-content: space-between; }
    .movie-B .movie-tab {
      overflow: hidden; }
      .movie-B .movie-tab > div {
        display: flex;
        justify-content: space-between;
        width: 200%;
        height: 100%; }
      .movie-B .movie-tab .movie-item {
        width: 50%; }
        .movie-B .movie-tab .movie-item h3 {
          width: 50%;
          text-align: center;
          transition: color 0.3s; }
          .movie-B .movie-tab .movie-item h3 span {
            transition: color 0.3s; }
          .movie-B .movie-tab .movie-item h3.movie-summary-h3.nodocument {
            text-align: left; }
            .movie-B .movie-tab .movie-item h3.movie-summary-h3.nodocument span {
              display: none; }
          .movie-B .movie-tab .movie-item h3.movie-document-h3:hover {
            cursor: pointer;
            color: #f39800; }
            .movie-B .movie-tab .movie-item h3.movie-document-h3:hover span {
              color: #f39800; }
        .movie-B .movie-tab .movie-item .toggleArea {
          padding-top: 15px; }
      .movie-B .movie-tab.p2 .movie-item h3 {
        background-color: #f9f9f9; }
        .movie-B .movie-tab.p2 .movie-item h3.movie-summary-h3:hover {
          cursor: pointer;
          color: #f39800; }
          .movie-B .movie-tab.p2 .movie-item h3.movie-summary-h3:hover span {
            color: #f39800; }
        .movie-B .movie-tab.p2 .movie-item h3.movie-document-h3:hover {
          cursor: default;
          color: #333333; }
          .movie-B .movie-tab.p2 .movie-item h3.movie-document-h3:hover span {
            color: #333333; }
      .movie-B .movie-tab.p2 .movie-item .toggleArea {
        transform: translateX(-100%); }
      .movie-B .movie-tab.p2 .movie-document-space h3 {
        background-color: #ffffff; }
    .movie-B .movie-item {
      margin: 0;
      background-color: #ffffff; }
      .movie-B .movie-item h3 {
        font-size: 18px; }
        .movie-B .movie-item h3 span {
          float: none;
          display: inline-block;
          margin-left: 10px;
          transition: none;
          transform: scale(0.7) rotate(90deg); }
      .movie-B .movie-item .toggleArea {
        display: block !important;
        opacity: 1; }
    .movie-B .movie-document-space h3 {
      margin: 0 0 0 auto;
      background-color: #f9f9f9;
      transform: translateX(-200%); }
    .movie-B .movie-document .movie-doc-item a {
      transition: border 0.3s; }
    .movie-B .movie-document .movie-doc-title,
    .movie-B .movie-document .movie-doc-company {
      transition: color 0.3s; }
    .movie-B .movie-document .movie-doc-download svg {
      transition: fill 0.3s; }
    .movie-B .movie-document .movie-doc-item:hover .movie-doc-title,
    .movie-B .movie-document .movie-doc-item:hover .movie-doc-company {
      color: #f39800; }
    .movie-B .movie-document .movie-doc-item:hover .movie-doc-download svg {
      fill: #f39800; }
    .movie-B .movie-speaker-space {
      flex-shrink: 0;
      width: 275px;
      margin-left: 30px; }
      .movie-B .movie-speaker-space h3 span {
        display: none; }
    .movie-B .movie-related {
      width: 100%; }
      .movie-B .movie-related .movie-related-item li a .movie-related-date,
      .movie-B .movie-related .movie-related-item li a .movie-related-title {
        transition: color 0.3s; }
      .movie-B .movie-related .movie-related-item li a:hover .movie-related-date,
      .movie-B .movie-related .movie-related-item li a:hover .movie-related-title {
        color: #f39800; }
  .entrance-news {
    margin-bottom: 60px; }
    .entrance-news ul {
      width: 94%;
      max-width: 1000px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 5px 20px; }
      .entrance-news ul li {
        display: flex;
        max-width: 800px;
        margin: 0 auto;
        padding: 20px 0; }
      .entrance-news ul .news-date {
        flex-shrink: 0;
        width: 5em;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.6; }
      .entrance-news ul .news-text {
        font-size: 15px;
        line-height: 1.6; }
  .entrance-carousel {
    width: 100%; }
    .entrance-carousel:hover .swiper-button-prev,
    .entrance-carousel:hover .swiper-button-next {
      transform: translateX(0) scale(1);
      opacity: 1; }
    .entrance-carousel .entrance-carousel-inner {
      margin-bottom: 80px;
      margin-left: 7%; }
    .entrance-carousel .swiper-slide {
      display: block;
      width: 64%;
      pointer-events: none; }
      .entrance-carousel .swiper-slide.swiper-slide-active {
        pointer-events: auto; }
        .entrance-carousel .swiper-slide.swiper-slide-active > div img {
          transition: transform 0.5s; }
        .entrance-carousel .swiper-slide.swiper-slide-active:hover > div img {
          transform: scale(1.08); }
        .entrance-carousel .swiper-slide.swiper-slide-active:hover .recommend-title {
          color: #f39800; }
    .entrance-carousel .recommend-category {
      padding: 4px;
      font-size: 12px; }
    .entrance-carousel .recommend-title {
      margin-top: 10px;
      font-size: 18px; }
    .entrance-carousel .recommend-text {
      margin-top: 10px;
      font-size: 14px; }
    .entrance-carousel .swiper-pagination-fraction {
      right: 22%;
      top: 0;
      font-size: 40px;
      text-shadow: 1px 1px 5px white; }
      .entrance-carousel .swiper-pagination-fraction span {
        text-shadow: 1px 1px 5px white; }
        .entrance-carousel .swiper-pagination-fraction span.swiper-pagination-current {
          font-size: 60px; }
    .entrance-carousel .swiper-button-prev,
    .entrance-carousel .swiper-button-next {
      display: block;
      width: 44px;
      opacity: 0;
      transition: 0.3s;
      border-radius: 22px;
      background-color: #004ea2;
      background-size: 20px 30px; }
    .entrance-carousel .swiper-button-prev {
      left: -6%;
      transform: translateX(30px) scale(0); }
    .entrance-carousel .swiper-button-next {
      transform: translateX(-30px) scale(0); }
    .entrance-carousel.single .swiper-slide {
      pointer-events: auto; }
      .entrance-carousel.single .swiper-slide > div img {
        opacity: 1; }
  .entrance-carousel2 {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 80px;
    padding-top: 45%; }
    .entrance-carousel2:hover .swiper-button-prev,
    .entrance-carousel2:hover .swiper-button-next {
      transform: translateX(0) scale(1);
      opacity: 1; }
    .entrance-carousel2 .swiper-container {
      position: absolute;
      width: 80%;
      height: 100%;
      left: 10%;
      top: 0; }
    .entrance-carousel2 .swiper-slide {
      display: block;
      pointer-events: none; }
      .entrance-carousel2 .swiper-slide > div {
        position: relative;
        z-index: 5;
        width: 100%;
        height: 100%;
        overflow: hidden; }
    .entrance-carousel2 .swiper-button-prev,
    .entrance-carousel2 .swiper-button-next {
      display: block;
      width: 44px;
      opacity: 0;
      transition: 0.3s;
      border-radius: 22px;
      background-color: #004ea2;
      background-size: 20px 30px; }
    .entrance-carousel2 .swiper-button-prev {
      transform: translateX(30px) scale(0); }
    .entrance-carousel2 .swiper-button-next {
      transform: translateX(-30px) scale(0); }
    .entrance-carousel2.single .swiper-slide {
      pointer-events: auto; }
      .entrance-carousel2.single .swiper-slide > div img {
        opacity: 1; }
  .entrance-point {
    margin-bottom: 60px; }
    .entrance-point .flexWrap {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center;
      width: 94%;
      max-width: 1000px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 20px; }
      .entrance-point .flexWrap div + div {
        margin-top: 0; }
    .entrance-point .booth-point-img {
      max-width: 40%; }
      .entrance-point .booth-point-img img:not([src='']) {
        margin-bottom: 0; }
    .entrance-point .booth-point-text {
      max-width: 720px;
      padding: 0 30px; }
      .entrance-point .booth-point-text p strong {
        font-size: 28px; }
      .entrance-point .booth-point-text p + p {
        margin-top: 1.5em; }
  .mypage-header {
    padding: 60px 0 30px;
    text-align: left; }
    .mypage-header .flexWrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 90%;
      max-width: 1000px;
      margin: 0 auto; }
    .mypage-header .mypage-lead {
      width: 55%;
      margin: 0; }
      .mypage-header .mypage-lead p {
        font-size: 16px; }
    .mypage-header .mypage-button {
      position: relative;
      display: inline-block;
      height: 40px;
      padding: 5px 5px 5px 45px; }
      .mypage-header .mypage-button svg {
        width: 40px;
        height: 40px; }
      .mypage-header .mypage-button span {
        display: inline-block;
        height: 18px;
        padding: 11px 20px;
        font-size: 18px;
        transition: color 0.5s; }
      .mypage-header .mypage-button:hover span {
        color: #999999; }
  .mypage-info {
    margin-bottom: 60px; }
    .mypage-info table {
      max-width: 1000px;
      border: solid 1px #aaaaaa; }
      .mypage-info table .ss_mypage_responsive_hide {
        display: table-cell; }
      .mypage-info table tr {
        display: table-row;
        margin: 0;
        border: none;
        border-bottom: solid 1px #aaaaaa; }
      .mypage-info table tr:first-child {
        text-align: center;
        background-color: #004ea2; }
        .mypage-info table tr:first-child th {
          padding: 15px 0;
          font-size: 15px; }
          .mypage-info table tr:first-child th.ss_mypage_responsive_show {
            display: table-cell; }
      .mypage-info table td {
        display: table-cell;
        padding: 20px;
        text-align: center;
        border: none; }
        .mypage-info table td:first-child {
          text-align: left; }
        .mypage-info table td .ss_mypage_application_startdate {
          font-size: 16px; }
        .mypage-info table td .ss_mypage_application_title {
          margin-bottom: 15px;
          font-size: 18px; }
        .mypage-info table td .ss_mypage_application_document li {
          font-size: 15px; }
        .mypage-info table td .ss_mypage_application_document li + li {
          margin-top: 15px; }
        .mypage-info table td a {
          min-width: 8em;
          padding: 7px;
          font-size: 14px;
          line-height: 1.3;
          transition: background 0.5s; }
          .mypage-info table td a.entrance-link {
            min-width: 6em; }
          .mypage-info table td a:not([href='']):hover {
            background-color: #f39800; }
          .mypage-info table td a br {
            display: inline; }
  .mypage-note {
    max-width: 1000px;
    margin: 20px auto 0; } }

@media all and (min-width: 1024px) {
  body.norelated .movie-B .movie-text {
    width: 100%;
    margin: 0 auto; }
  .movie-B {
    display: flex;
    justify-content: space-between; }
    .movie-B .movie-text {
      width: calc(100% - 280px);
      margin: 0; }
    .movie-B .movie-related {
      width: 250px;
      margin: 0; } }

@media all and (min-width: 1080px) {
  main.wide, footer.wide {
    width: calc(100% - 251px); }
  .event-menuArea.wide.open {
    transition: left 0s; } }

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