@charset "UTF-8";
/*
Theme Name: Base Theme 2027
Theme URI: 
Author: kent design
Author URI: 
Description: Wordpress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/
html {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 16px;
  color: #333333;
}

/* @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  body{
    animation: fadeIn 4s forwards;
  } */
html, body {
  margin: 0;
  height: 100%;
}

a {
  color: #005277;
}
a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
a.link {
  padding-bottom: 0.2rem;
  border-bottom: 1px dotted #005277;
}

.wf-notosansjapanese {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

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

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 2.2rem;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: bold;
}

.h1 {
  font-size: 3.8rem;
}

.h2 {
  font-size: 3.4rem;
}

.h3 {
  font-size: 3rem;
}

.h4 {
  font-size: 2.6rem;
}

.h5 {
  font-size: 2.2rem;
}

p {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.lh-1 {
  line-height: 1;
}

.lh-18 {
  line-height: 1.8;
}

.text-large {
  font-size: 1.8rem;
  line-height: 1.8;
}

.text-xlarge {
  font-size: 2.4rem;
  line-height: 2;
}

.text-small {
  font-size: 1.3rem !important;
}

.text-xsmall {
  font-size: 1.2rem !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.text-underline {
  text-decoration: underline;
}

.text-line {
  border-bottom: solid #221816 1px;
}

.text-line2 {
  border-bottom: solid #221816 2px;
}

.color-main {
  color: #2c2a28;
}

.color-white {
  color: #ffffff;
}

.color-beige {
  color: #f7f2e9;
}

.color-blue {
  color: #005277;
}

.color-red {
  color: #a80619;
}

.color-green {
  color: #215754 !important;
}

.color-brown {
  color: #221816;
}

.color-gray {
  color: #999999;
}

.color-lightgray {
  color: #e4e4e4;
}

.bg-beige {
  background-color: #f7f2e9;
}

.bg-lightgray {
  background-color: #f0f0f0;
}

.bg-blue {
  background-color: #005277;
}

.bg-01 {
  background-color: #00c8ff;
}
.bg-02 {
  background-color: #0090f0;
}
.bg-03 {
  background-color: #f6ff00;
}
.bg-04 {
  background-color: #008b07;
}
.bg-05 {
  background-color: #e61502;
}
.bg-06 {
  background-color: #a50e0e;
}
.bg-07 {
  background-color: #d0bb98;
}
.bg-08 {
  background-color: #958470;
}
.colorbox{
  display: flex;
  justify-content: space-between;
}
.pd20{
  width: 12%;
  padding: 2rem;
}

.bg-11 {
  background-color: #115e00;
}
.bg-12 {
  background-color: #115e00;
}
.bg-13 {
  background-color: #89c27c;
}
.bg-14 {
  background-color: #e1f1dd;
}
.bg-15 {
  background-color: #00538b;
}
.bg-16 {
  background-color: #0072be;
}
.bg-17 {
  background-color: #0090f0;
}
.bg-18 {
  background-color: #6ebbee;
}
.bg-19 {
  background-color: #deedf6;
}


.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.border-1 {
  border: 1px solid #333333;
}

.border-2 {
  border: 2px solid #333333;
}

.border-3 {
  border: 3px solid #333333;
}

.border-gray-1 {
  border: 1px solid #999999;
}

.border-gray-2 {
  border: 2px solid #999999;
}

.border-gray-3 {
  border: 3px solid #999999;
}

.border-main-1 {
  border: 1px solid #2c2a28;
}

.border-main-2 {
  border: 2px solid #2c2a28;
}

.border-main-3 {
  border: 3px solid #2c2a28;
}

.border-radius-1 {
  border-radius: 1rem;
}

.border-radius-2 {
  border-radius: 2rem;
}

.border-radius-3 {
  border-radius: 3rem;
}

/* images */
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line */
hr.color-light {
  border-color: #cccccc;
}

/* .ankr-mt {
  padding-top: 80px;
  margin-top: -80px;
} */

/* display */
@media screen and (min-width: 768px) {
  .pc-dnone {
    display: none;
  }
}

/* title */
.ttl-1 {
  text-align: center;
  border-bottom: 2px solid #221816;
}

.indent-1 {
  margin: 0 0 0 1em;
  padding: 0;
  text-indent: -1em;
}

.indent1 {
  text-indent: 1em;
}

.indent-all{
  margin: 0 0 0 1em;
}

/* bottun */
.btn-details {
  padding: 0.8rem 1.4rem;
  margin: 3rem auto;
  display: block;
  font-weight: 700;
  color: #2c2a28;
  background-color: #ffffff;
  border-radius: 0.6rem;
}
.btn-details a {
  color: #ffffff;
}

.btn-details-main {
  padding: 0.8rem 1.4rem;
  margin: 2rem auto;
  display: block;
  font-weight: 700;
  color: #ffffff;
  background-color: #2c2a28;
  border-radius: 0.6rem;
}
.btn-details-main a {
  color: #ffffff;
}
.btn-details-main_large {
  padding: 1.2rem 2.4rem;
  margin: 2rem auto;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #2c2a28;
  border-radius: 0.6rem;
}
.btn-details-main_large a {
  color: #ffffff;
}

.btn-details-blue {
  padding: 0.8rem 1.4rem;
  margin: 2rem auto;
  display: block;
  font-weight: 700;
  color: #ffffff;
  background-color: #005277;
  border-radius: 0.6rem;
}
.btn-details-blue a {
  color: #ffffff;
}
.btn-details-blue_large {
  padding: 1.2rem 2.4rem;
  margin: 2rem auto;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #005277;
  border-radius: 0.6rem;
}
.btn-details-blue_large a {
  color: #ffffff;
}

.btn-details-gray {
  /* padding: 0.8rem 1.4rem; */
  width: 260px;
  padding: 1.2rem 2.4rem;
  margin: 3rem auto;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #999999;
  border-radius: 0.6rem;
}
.btn-details-gray a {
  color: #ffffff;
}

.btn-link {
  width: 380px;
  padding: 0.4rem 0.8rem;
  margin: 0.6rem 0 0.6rem auto;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  background-color: #2c2a28;
  border-radius: 50vh;
}
@media screen and (max-width: 1025px) {
  .btn-link {
    width: 320px;
    padding: 0.3rem 0.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-link {
    width: 280px;
    padding: 0.3rem 0.4rem;
    font-size: 1.6rem;
  }
}
.btn-link a {
  color: #ffffff;
}

.btn-button {
  width: 100%;
  max-width: 240px;
  min-width: 14rem;
  padding: 0.4rem 0.6rem;
  margin: 0.6rem auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  color: #ffffff;
  background-color: #005277;
  border-radius: 50vh;
}
.btn-button a {
  color: #ffffff;
}
.btn-button-base {
  width: 100%;
  max-width: 240px;
  min-width: 14rem;
  padding: 0.8rem 0.6rem;
  margin: 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  color: #005277;
  background-color: #eff6f9;
  border-radius: 50vh;
  border: 1px solid #005277;
}
.btn-button-base a {
  color: #005277;
}





/* SP改行削除 */
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 810px) {
  .br-pc {
    display: none;
  }
}

/* ページ内リンクで上マージン */
.header-fixed {
  display: block;
  padding-top: 140px;
  margin-top: -140px;
}

hr {
  margin: 1rem 0;
}

/* display flex; */
.d-flex {
  display: flex;
}
@media screen and (max-width: 480px) {
  .d-flex {
    flex-direction: column;
  }
}

.content {
  width: calc(100% - 2rem);
  padding: 0 1rem;
}

.contents {
  width: 100%;
  margin: 0;
}
.contents-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.contents__text {
  padding: 2rem 1rem;
}
.contents-blog {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10rem 1rem 2rem;
}
.contents-w800 {
  max-width: 800px;
  margin: 0 auto;
}

/* card */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin: 4rem 0 2rem 0;
  padding: 4rem;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2rem;
}
.card-imgtext {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .card-imgtext {
    display: block;
  }
}
.card-imgtext-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .card-imgtext-img {
    width: 100%;
  }
}
.card-imgtext-text {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .card-imgtext-text {
    padding: 2rem 0;
  }
}

.card-hilight {
  width: 100%;
  padding: 2rem;
  background-color: #f7f2e9;
  border-radius: 1rem;
}

/* box */
.box {
  width: 100%;
  max-width: 1000px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin: 0 auto;
  padding: 2rem 4rem 4rem;
}
.box-imgtext {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .box-imgtext {
    display: block;
  }
}
.box-imgtext_revers {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .box-imgtext_revers {
    display: inline;
  }
}
.box-imgtext-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .box-imgtext-img {
    width: 100%;
  }
}
.box-imgtext-text {
  width: 50%;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .box-imgtext-text {
    width: 100%;
    padding: 2rem 0;
  }
}

.box-list {
  margin: 0;
}
.box-list-item {
  padding: 0 0 1rem 1rem;
}
.box-list-item::before {
  content: "\f1b0";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 0.8rem;
  color: #958470;
}
.box-list-item span {
  padding-left: 2rem;
  font-size: 1.4rem;
}

.box-800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.box-attention {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  border: 2px solid #a80619;
  border-radius: 1rem;
}

/* table */
.table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.table td {
  font-size: 1.4rem;
  padding: 10px 20px;
  border: 1px solid #b0b0b0;
  vertical-align: middle;
}
.table td .w80 {
  width: 100%;
  max-width: 8rem;
}
.table td.w40 {
  width: 60px;
}
.table td.w20 {
  width: 30px;
}

.td-white {
  background-color: #ffffff;
}

.td-gray {
  background-color: #efefef;
}

.td-pink {
  background-color: #f3d8d2;
}

.td-blue {
  background-color: #005277;
}

.td-th {
  background-color: #f7f2e9;
}

.td-header {
  background-color: #dfd0b3;
}

.table-responsive {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    margin-inline: auto;
    overflow-x: auto;
  }
}

.d-line {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #b0b0b0 50%, #b0b0b0 calc(50% + 0.5px), transparent calc(50% + 1px));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.d-line_right {
  margin-left: auto;
}

.table-diagonal {
  border-collapse: collapse;
}
.table-diagonal td {
  font-size: 1.4rem;
  padding: 10px 20px;
  vertical-align: middle;
}

.diagonal tr:first-child td:first-child {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999999 50%, #cccccc calc(50% + 0.5px), transparent calc(50% + 1px));
  display: grid;
  /* width: max-content; */
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}

.col-header {
  grid-column-start: 2;
  text-align: right;
}

.row-header {
  grid-column-start: 1;
}

.table-scroll {
  overflow-x: auto;
}

/* トグル :::::::::: */
.exhibitorToggle .ttl {
  margin-bottom: 15px;
  cursor: pointer;
}
.exhibitorToggle .ttl .plus {
  display: inline-block;
}
.exhibitorToggle .ttl .minus {
  display: none;
}
.exhibitorToggle .ttl.clicked .plus {
  display: none;
}
.exhibitorToggle .ttl.clicked .minus {
  display: inline-block;
}
.exhibitorToggle .txt {
  display: none;
  margin-bottom: 50px;
}
.exhibitorToggle .table th,
.exhibitorToggle .table td {
  padding: 5px 20px;
}
.exhibitorToggle .table th {
  width: 15%;
}

.exhibitorToggle .ttl {
  margin-bottom: 15px;
  cursor: pointer;
}

.exhibitorToggle .ttl .plus {
  display: inline-block;
}

.exhibitorToggle .ttl .minus {
  display: none;
}

.exhibitorToggle .ttl.clicked .plus {
  display: none;
}

.exhibitorToggle .ttl.clicked .minus {
  display: inline-block;
}

.exhibitorToggle .txt {
  display: none;
  margin-bottom: 50px;
}

.exhibitorToggle .table th,
.exhibitorToggle .table td {
  padding: 5px 20px;
}

.exhibitorToggle .table th {
  width: 15%;
}

/* ------- header ------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f1eee5;
  color: #2c2a28;
  padding: 0;
  z-index: 10;
  border-bottom: 1px solid #595850;
}
.header a {
  color: #2e1a04;
}
.header a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.header-inner {
  width: 100%;
  height: 7rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
}
.header-title {
  width: 120px;
  margin-top: 1rem;
  margin-left: 3rem;
}
@media screen and (max-width: 480px) {
  .header-title {
    margin-left: 1rem;
  }
}
.header-nav {
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}
@media screen and (max-width: 1025px) {
  .header-nav {
    display: none;
  }
}
.header-nav-list {
  display: flex;
  justify-content: flex-end;
}
.header-nav-item {
  margin-right: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.header-nav-item:after {
  content: "";
  width: 1px;
  height: 60%;
  display: inline-block;
  margin-left: 0.5em;
  background-color: #999;
}
/*.header-nav-item:nth-last-of-type(2):after, .header-nav-item:last-of-type:after {
  display: none;
}
.header-nav-item:last-of-type {
  margin-left: 0.5em;
  margin-right: 0;
  padding: 0 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #a80619;
}
.header-nav-item:last-of-type a {
  color: #a80619;
} */
.header-nav-fix {
  display: flex;
  justify-content: flex-end;
  margin-right: 1rem;
}
.header-nav-fix_item {
  font-size: 1.6rem;
  padding-top: 0.4rem;
  padding-right: 2rem;
}

/* ハンバーガーメニュー */
.hamburger-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.hamburger-nav {
  position: fixed;
  left: 0;
  top: -120%;
  width: 100%;
  height: 28rem;
  padding-top: 0;
  background-color: #f7f2e9;
  transition: all 0.3s;
  z-index: 20;
  overflow-y: auto;
}
@media screen and (max-width: 1025px) {
  .hamburger-nav {
    height: 50rem;
  }
}
@media screen and (max-width: 480px) {
  .hamburger-nav {
    height: 56rem;
  }
}
.hamburger-nav-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .hamburger-nav-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .hamburger-nav-list {
    flex-direction: column;
  }
}
.hamburger-nav-list_child {
  padding: 0 0 0.2rem 0.2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .hamburger-nav-list_child {
    display: none;
  }
}
.hamburger-nav-item {
  padding: 1rem 0;
  width: 23%;
}
@media screen and (max-width: 1025px) {
  .hamburger-nav-item {
    width: 30%;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .hamburger-nav-item {
    width: 80%;
    padding-left: 2rem;
  }
}
.hamburger-nav-item a {
  display: block;
  color: #333333;
  width: 100%;
}

.hamburger {
  position: absolute;
  right: 3rem;
  top: 1rem;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 30;
  background-color: #2c2a28;
  border-radius: 1rem;
}
@media screen and (max-width: 480px) {
  .hamburger {
    right: 1rem;
  }
}
@media screen and (min-width: 1026px) {
  .hamburger {
    display: none;
  }
}
.hamburger_line {
  position: absolute;
  left: 8px;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.6s;
  border-radius: 50vh;
}
.hamburger_line_1 {
  top: 1.1rem;
}
.hamburger_line_2 {
  top: 2.1rem;
}
.hamburger_line_3 {
  top: 3.1rem;
}

.hamburger-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #333333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

.nav-open .hamburger-nav,
.hamburger-toggle:checked ~ .hamburger-nav {
  top: 0;
}

.nav-open .hamburger-bg,
.hamburger-toggle:checked ~ .hamburger-bg {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger_line_1,
.hamburger-toggle:checked + .hamburger .hamburger_line_1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger_line_2,
.hamburger-toggle:checked + .hamburger .hamburger_line_2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger_line_3,
.hamburger-toggle:checked + .hamburger .hamburger_line_3 {
  transform: rotate(-45deg);
  top: 20px;
}

.nav-open .hamburger_title {
  font-size: 0;
}

.nav-open .hamburger_title::before {
  font-size: 1.2rem;
  content: "CLOSE";
  left: 0.1rem;
}

/* Header top infomations */
.btn-top-info {
  /* width: 380px; */
  height: 26px;
  padding: 0.1rem 1.2rem;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  background-color: #005277;
  border-radius: 0.4rem;
}

.btn-top-2023 {
  height: 26px;
  padding: 0.1rem 1.6rem;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  background-color: #215754;
  border-radius: 0.4rem;
}

.btn-top-exhibitors {
  width: 184px;
  height: 26px;
  padding: 0.1rem 1.6rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #b5dbe0;
  border-radius: 0.6rem;
  line-height: 1.2;
}

.hamburger-bt-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hamburger-bt-wrap .btn-top-exhibitors {
  margin-right: 10px;
}

.sns-icons {
  padding-left: 1rem;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
}
.sns-icons-item {
  padding-right: 1rem;
}

.header-info {
  display: flex;
  justify-content: space-around;
}
.header-info__contact {
  font-size: 1.4rem;
}
.header-info__company {
  padding: 0 1rem;
}
.header-info__company-title {
  font-size: 1.6rem;
  font-weight: 400;
}
.header-info__company-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .header-info__company {
    display: none;
  }
}

/*** main ***/
main {
  padding-top: 100px;
}

/* .hero {
  width: 100%;
  height: 600px;
  margin: 70px 0 0;
  padding: 20px 0;
  background: url("assets/img/top/bg_hero_1.jpg") center / cover;
  background-color: #beead8;
} */
.hero {
  width: 100%;
  height: auto;
  position: relative;
}
/* .hero-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
} */
/* @media screen and (max-width: 767px) {
  .hero {
    height: 40rem;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    height: 58rem;
  }
  .hero-inner{
    display: block;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .hero {
    height: 48rem;
  }
}
.hero-poster{
  width: 46%;
} */

.hero-detail{
  position: absolute;
  top: 10%;
  right: 5%;
  width: 46%;
}
.heroimg-pc{
  display: block;
}
.heroimg-sp{
  display: none;
}
@media screen and (max-width: 480px){
  .hero-detail{
    top: 50%;
    left: 50%;
    transform: translatex(-50%);
  }
  .heroimg-pc{
    display: none;
  }
  .heroimg-sp{
    display: block;
  }
}
.hero-detail-title{
  width: 80%;
  background-color: #0000004e;
}
.hero-detail-title img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-detail-bnr{
  width: 80%;
  margin-top: 1rem;
  padding: 4rem 0;
}
.hero-detail-bnr_btn{
  width: 80%;
  margin: 1rem auto;
  padding: 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  color: #ffffff;
  background-color: #005277;
  border: 3px solid #ffffff;
  border-radius: 1rem;
}
.hero-detail-bnr_btn a{
  color: #ffffff;
}
.hero-detail-bnr_btn span{
  background-color: #fff675;
  color: #000;
  font-size: 1.4rem;
  padding: 4px 10px;
}
.hero-detail-bnr_sp{
  width: 80%;
  max-width: 680px;
  margin: 1rem auto;
}
@media screen and (min-width: 768px){
  .hero-detail-bnr_sp{
    display: none;
  }
}
@media screen and (max-width: 1020px){
  .hero-detail-bnr{
    padding: 0;
  }
  .hero-detail-bnr_btn{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero-poster {
    width: 40%;
  }
  .hero-detail{
    width: 58%;
  }
  .hero-detail-title{
    width: 100%;
  }
  .hero-detail-bnr{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hero-poster {
    width: 60%;
    margin: 0 auto 20px;
  }
  .hero-detail{
    width: 80%;
    margin: 0 auto;
  }
}





.top-information {
  width: 58%;
  background-color: #ffffff;
}
.top-information_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-information_wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.top-information_logo {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .top-information_logo {
    width: 80%;
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .top-information_logo {
    width: 88%;
  }
}
@media screen and (max-width: 400px) {
  .top-information_logo {
    width: 94%;
  }
}
.top-information_text {
  padding: 20px;
  background-color: #ffffff;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .top-information_text {
    width: 80%;
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .top-information_text {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .top-information_text {
    width: 94%;
    margin: 0 auto;
  }
}
.top-information_text_title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 400px) {
  .top-information_text_title {
    font-size: 1.6rem;
  }
}
.top-information_text_title span {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .top-information_text_title span {
    font-size: 2rem;
  }
}
.top-information_text_lead {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-information_text_lead {
    width: 80%;
    max-width: 40rem;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 480px) {
  .top-information_text_lead {
    width: 88%;
    font-size: 1.6rem;
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .top-information_text_lead {
    width: 94%;
    font-size: 1.4rem;
    margin: 0;
  }
}

.top-information_apply{
  padding: 20px;
  margin-top: 20px;
  background-color: #ffffff;
}

.top-about{
  width: 100%;
  padding: 4rem 0 4rem;
  margin-bottom: 6rem;
  /* background-color: #f8fff9; */
  /* color: #ffffff; */
  border-bottom: 1px solid #cccccc;
}
.top-about-inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .top-about-inner{
    width: 94%;
  }
}
.top-about-pix{
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.top-about-pix_img{
  width: 32%;
  /* width: calc(100% / 3); */
}
.top-about-link{
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}

.top-aply{
  width: 100%;
  padding: 3rem 0 5rem;
  margin: 0;
  background-color: #f1f3dd;
  border-bottom: 1px solid #cccccc;;
}
.top-aply-inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hero-detail-box{
  display: flex;
  border-radius: 8rem;
}
.hero-detail-box_lft{
  width: 27%;
  padding: 1rem 1rem;
  background-color: #fff675;
  border: 1px solid #666666;
  text-align: center;
}
.hero-detail-box_date{
  width: 52%;
  font-size: 1.6rem;
  padding: 0.6rem 1rem;
  background-color: #ffffff;
  border: 1px solid #666666;
  text-align: center;
  align-content: center;
}
.hero-detail-box_btn{
  width: 20%;
  display: inline-block;
  padding: 1rem;
  background-color: #a50e0e;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  align-content: center;
}
.hero-detail-box_btn a{
  color: #ffffff;
}
.hero-detail-box_btn2{
  width: 20%;
  display: inline-block;
  padding: 1rem;
  background-color: #7e7e7e;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  align-content: center;
}
.hero-detail-box_btn2 a{
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .top-aply{
    width: 100%;
  }
  .hero-detail-box {
    flex-direction: column;
  }
  .hero-detail-box_lft, .hero-detail-box_date, .hero-detail-box_btn, .hero-detail-box_btn2{
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hero-detail-box_date{
    font-size: 1.4rem;
  }
}




.hero_lside {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .hero_lside {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  .hero_lside {
    width: 80px;
  }
}
.hero_lside img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_rside {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .hero_rside {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  .hero_rside {
    width: 80px;
  }
}
.hero_rside img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



.top-apply {
  width: 100%;
  max-width: 1000px;
  margin: 7rem auto;
}

.box-red {
  background-color: #a80619;
  border-radius: 1rem;
  padding: 2.8rem;
}
.box-red_title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
  color: #ffffff;
}
@media screen and (max-width: 1025px) {
  .box-red {
    margin: 0 1rem;
  }
}

.table-apply {
  table-layout: auto;
  font-size: 1.6rem;
  width: 100%;
  /* max-width: 760px;
  margin: 0 auto 2rem auto; */
}
@media screen and (max-width: 810px) {
  .table-apply tr {
    display: block;
    background-color: transparent !important;
  }
}
.table-apply td {
  padding: 0.6rem;
  font-size: 1.8rem;
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  .table-apply td {
    display: list-item;
    list-style: none;
    width: 100%;
    text-align: center;
  }
}
.table-apply-btn {
  padding: 0.8rem 1.4rem;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #a80619;
  border-radius: 0.4rem;
  /* & gray {
      color: va.$color-red;
  } */
}
.table-apply-btn a {
  color: #ffffff;
}
.table-apply-btn span {
  font-size: 2.2rem;
}
.table-apply-btn_text {
  width: 100%;
  height: 100%;
}
.table-apply-btn_text _block {
  display: block;
}

/* .box-red{
    display: flex;
    background-color: va.$color-red;
    border-radius: 1rem;
    padding: 2.8rem;

    &-left{
        width: 50%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    &-right{
        width: 50%;

        & dl {
            display: flex;
            flex-flow: row wrap;
            width: 100%;
            color: va.$color-white;

            @include va.mq(sp) {
                flex-flow: column;
            }
        }

        & dt {
            flex-basis: 25%;
        }

        & dd {
            flex-basis: 75%;
        }
    }
} */
.box-beige {
  padding: 1.4rem 3rem;
  font-size: 3.2rem;
  font-weight: bold;
  background-color: #f7f2e9;
  color: #a80619;
  border-radius: 2rem;
  display: inline-block;
}

.info-topix {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.info-topix_title {
  margin-top: 2rem;
  font-weight: bold;
  text-align: center;
}
.info-topix_link {
  width: 180px;
  text-align: center;
}
.info-topix-inner {
  width: 100%;
  max-width: 940px;
  height: 180px;
  overflow-y: scroll;
  margin: 2rem auto;
  padding: 0;
  background-color: #f9f9f7;
  font-size: 1.4rem;
  color: #333333;
  border: 1px solid #999999;
}
.info-topix-list {
  margin: 0 3rem 1rem;
}
.info-topix-item {
  padding: 0.8rem 0 0.6rem;
  margin: 0.4rem 0.8rem;
  border-bottom: 1px dotted #2c2a28;
  display: flex;
}
.info-topix-item a {
  color: #333333;
}
.info-topix-item .topix_date {
  padding-top: 2px;
  padding-right: 1rem;
  color: #215754;
  font-size: 1.2rem;
}
.info-topix-item p {
  width: calc(100% - 80px);
  font-size: 1.4rem;
}

.top-access {
  width: 100%;
  padding: 3rem 0;
}
.top-access-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.top-bnr-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 8rem;
}

.top-bnr {
  width: 100%;
  max-width: 450px;
  height: 142px;
  padding: 15px;
  text-align: center;
  display: block;
  text-decoration: none !important;
  background-color: #f5f9f4;
  border: 2px solid #bbd1e4;
  border-radius: 8px;
  color: #232323;
}
.top-bnr .top-bnr-ttl {
  width: 250px;
  margin: 0 auto;
  padding: 7px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background-color: #a80619;
  display: block;
}
.top-bnr .top-bnr-txt {
  padding: 6px 0 0 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.top-bnr .top-bnr-small {
  font-size: 18px;
  line-height: 1;
}
.top-bnr.top-bnr-gray {
  background-color: #f0f0f0;
  border: 2px solid #b0c6d9;
  color: #a5a5a5;
}

.top-bnr-long {
  width: 100%;
  max-width: 600px;
  max-height: 142px;
  padding: 20px 10px 30px 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
  text-decoration: none !important;
  background-color: #f5f9f4;
  border: 2px solid #bbd1e4;
  border-radius: 8px;
  color: #232323;
}
.top-bnr-long .top-bnr-ttl {
  width: 250px;
  margin: 0 auto;
  padding: 7px;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background-color: #006940;
  display: block;
}
.top-bnr-long .top-bnr-txt {
  padding: 10px 0 0 0;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.top-bnr-long .top-bnr-small {
  font-size: 18px;
  line-height: 1;
}
.top-bnr-long.top-bnr-gray {
  background-color: #f0f0f0;
  border: 2px solid #b0c6d9;
  color: #a5a5a5;
}

.top-bnr-wrap02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 8rem auto;
}

.top-bnr-award {
  width: 100%;
  max-width: 600px;
  height: 142px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(20px, 2.8vw, 30px);
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.1);
  background: url(assets/img/top/bg_documents_top.jpg) no-repeat left center;
  background-size: cover;
  border-radius: 10px;
}

@media screen and (max-width: 777px) {
  .top-bnr {
    margin: 0 auto 15px auto;
  }
  .top-bnr-long {
    margin: 0 auto 30px auto;
  }
  .top-bnr-award {
    height: 100px;
  }
}
@media screen and (min-width: 778px) {
  .top-bnr-wrap {
    display: flex;
    justify-content: space-between;
  }
  .top-bnr {
    width: 48%;
  }
  .top-bnr-wrap02 {
    display: flex;
    justify-content: space-between;
  }
  .top-bnr-wrap02 .top-bnr-long {
    width: 64%;
  }
  .top-bnr-wrap02 .top-bnr-award {
    width: 34%;
  }
}
.top-visitor-vnr {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 8rem;
  text-align: center;
}

.main {
  margin: 7rem 0 0;
  padding: 0;
}

.haeder-pages {
  width: 100%;
  height: 160px;
  background-color: #1b2435;
  background: url(./assets/img/page/bg_pagetop01.jpg) #2c2a28 center bottom no-repeat;
}
.haeder-pages-title {
  text-align: center;
  color: #333333;
  font-weight: bold;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .haeder-pages-title {
    font-size: 3.2rem;
  }
}

/* **********************/
/* *** 本展について *** */
/* **********************/
/* 開催概要 */
.about-outline {
  width: 100%;
  padding: 4rem 1rem;
}
.about-outline dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-outline dl {
    flex-flow: column;
  }
}
.about-outline dt {
  flex-basis: 20%;
  padding: 20px;
  margin-bottom: 0.4rem;
  background-color: #958470;
  color: #ffffff;
  font-weight: normal;
}
.about-outline dd {
  flex-basis: 80%;
  padding: 20px;
  margin-bottom: 0.4rem;
  background-color: #f7f2e9;
}

/* ごあいさつ */
.about-greeting {
  width: 100%;
  padding: 4rem 1rem;
}
.about-greeting dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-greeting dl {
    flex-flow: column;
  }
}
.about-greeting dt {
  flex-basis: 28%;
  font-weight: normal;
}
.about-greeting dd {
  flex-basis: 66%;
}
.about-greeting_pics {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .about-greeting_pics {
    max-width: 24rem;
    margin: 0 auto 2rem;
  }
}

.about-date,
.about-history {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 1rem;
}
.about-date_pv,
.about-history_pv {
  width: 100%;
  max-width: 560px;
  height: 315px;
  margin: 0 auto;
}
.about-history_pv iframe{
  width: 100%;
  height: 100%;
}

.about-date_dl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.about-date_dl__box {
  width: 45%;
}
.about-date_dl__box_r{
  width: 30%;
}
@media screen and (max-width: 460px) {
  .about-date_dl__box {
    width: 100%;
  }
}

.table-history {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .table-history tr {
    display: block;
    background-color: transparent !important;
  }
}
.table-history .date-date {
  padding: 0.6rem;
}
@media screen and (max-width: 767px) {
  .table-history .date-date {
    display: list-item;
    list-style: none;
    width: 100%;
    background-color: #f0f0f0;
  }
}
.table-history .date-text {
  padding: 0.6rem;
}
@media screen and (max-width: 767px) {
  .table-history .date-text {
    padding-bottom: 1.8rem;
    width: 100%;
  }
}

/* **********************/
/* *** 出展者様へ *** */
/* **********************/
/* 出展のご案内 */
.exhibit-about {
  width: 100%;
  padding: 4rem 1rem;
}

/*タブ切り替え--------------------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #42cdff;
  display: block;
  order: -1;
}

.tab-label {
  color: #333333;
  background: #bdedff;
  font-size: 2.5rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 2rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label {
  background: #42cdff;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
}

.tab-switch {
  display: none;
}

.tab-switch:checked + .tab-label:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /* border-color: rgba(136, 183, 213, 0); */
  border-top-color: #42cdff;
  border-width: 20px;
  margin-left: -20px;
}

.tab-switch:checked + .tab-label {
  background: #42cdff;
  position: relative;
}

/* 出展要項 */
.guideline {
  margin: 2rem 0;
}
.guideline-box1 {
  display: flex;
  justify-content: space-between;
}
.guideline-box1-left {
  width: 58%;
}
.guideline-box1-right {
  width: 38%;
}

.box-guideline {
  width: 100%;
  padding: 4rem 1rem;
}
.box-guideline dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box-guideline dl {
    flex-flow: column;
  }
}
.box-guideline dt {
  flex-basis: 28%;
  padding: 1rem 2rem;
}
.box-guideline dd {
  flex-basis: 72%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .box-guideline dd {
    margin-bottom: 1.4rem;
  }
}
.box-guideline_point{
  padding: 4px 8px;
  color: #ffffff;
  background-color: #005eaf;
  border-radius: 0.4rem;
}
.box-guideline_pointred{
  padding: 4px 8px;
  color: #ffffff;
  background-color: #af1a00;
  border-radius: 0.4rem;
}
.bg-theday{
  color: #ffffff;
  background-color: #af1a00;
}
/* 出展応募 */
.exhibit-apply {
  width: 100%;
}

.exhibit-apply_content {
  display: none;
  overflow: hidden;
}

#boxappley1:checked ~ #exhibit-apply_content1,
#boxappley2:checked ~ #exhibit-apply_content2 {
  display: block;
}

#box-appley1:checked ~ #exhibit-apply-content1 {
  display: block;
}

/* 出展申込フォーム */
.apply-form {
  padding-bottom: 5rem;
}
.apply-form-heading {
  font-size: 2rem;
  font-weight: bold;
}
.apply-form p {
  text-indent: 3;
}

/* フォーム基本 :::::::::: */
.eontent-form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.contactTable {
  /*
  .vertical-item{
  	display: inline-block!important;
  	width: 46.5%;
  	margin-right: 3%;
  }
  span.mwform-checkbox-field-text,
  span.mwform-radio-field-text {
  	width: 100%;
  	padding: 5px;
  	border: 1px solid #AAAAAA;
  	background-color: #EEEEEE;
  	display: inline-block;
  	text-align: center;
  }
  input[type=checkbox],
  input[type=radio] {
  	display: none;
  }
  input[type=checkbox]:checked + span.mwform-checkbox-field-text,
  input[type=radio]:checked + span.mwform-radio-field-text{
  	background-color: $color-green;
  	color: #fff;
  	border: 1px solid $color-green;
  }
  input[type="text"].zip{
  	display: inline-block;
  }
  .zip-button{
  	padding: 5px 10px;
  	display: inline-block;
  	color: #fff;
  	background-color: #777777;
  	border: none;
  	border-radius: 4px;
  }*/
}
.contactTable p {
  margin: 0;
}
.contactTable input,
.contactTable textarea,
.contactTable select {
  padding: 0 5px;
  /*background-color: #f7f7f7;*/
  background-color: #fff;
  border: 1px solid #999;
}
.contactTable input::-moz-placeholder, .contactTable textarea::-moz-placeholder, .contactTable select::-moz-placeholder {
  color: #b4b4b4;
}
.contactTable input::placeholder,
.contactTable textarea::placeholder,
.contactTable select::placeholder {
  color: #b4b4b4;
}
.contactTable input.mini {
  max-width: 150px;
}
.contactTable input.count {
  max-width: 3em;
}
.contactTable input.maxw {
  width: 100%;
}
.contactTable .mwform-radio-field label,
.contactTable .mwform-checkbox-field label {
  padding-right: 20px;
}
.contactTable .checkMg .mwform-radio-field label,
.contactTable .checkMg .mwform-checkbox-field label {
  padding-right: 0;
}

/*
.mwform-checkbox-field label,
.mwform-radio-field label{
	display: block;
	width: 100%;
	margin-bottom: 12px!important;
}
*/
.contactMenu {
  margin-bottom: 15px;
}

.contactTh {
  padding: 5px 10px;
  background-color: #e4e4e4;
}

.contactThL {
  width: 60px;
  display: inline-block;
}

.contactThR {
  display: inline-block;
  vertical-align: bottom;
}

.contactTd {
  padding: 10px 10px 10px 74px;
}

.req {
  margin: -6px auto 0 auto;
  font-weight: normal;
  background-color: #a80619;
  color: #fff;
  padding: 0 8px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}

.contactRelease {
  color: #007abb;
}

.contactSeikyu .mwform-checkbox-field {
  display: block;
}
.contactSeikyu .mwform-checkbox-field label {
  display: block;
  padding-right: 0 !important;
}
.contactSeikyu .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.contactSeikyu .seikyubiko {
  display: block;
  padding-left: 1.5em;
}

.contactFormIdentical {
  margin-bottom: 15px;
  padding: 10px 20px;
  /*background-color: #ececec;*/
  background-color: #f7f2e9;
}

.contactFormIdentical2 {
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 5px solid #D12800;
}

.checkContents {
  margin-bottom: 50px;
}

.check03Wrap {
  margin-bottom: 30px;
}

.checkContents04 {
  padding: 20px 20px;
  background-color: #fff9e7;
}
.checkContents04 .contactTh {
  background-color: #fff1c7;
}

.contactTableIn01 th,
.contactTableIn01 td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.contactTableIn01 thead th,
.contactTableIn01 thead td {
  border: none;
}
.contactTableIn01 tbody th {
  color: #999;
  background-color: #ececec;
}
.contactTableIn01 input {
  max-width: 200px;
}

.formBt {
  margin: 0 auto;
  text-align: center;
}
.formBt input,
.formBt button,
.formBt a {
  max-width: 300px;
  width: 300px;
  padding: 10px;
  margin: 30px 10px 0 10px;
  text-align: center;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #005277;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
.formBt input.back,
.formBt button.back,
.formBt a.back {
  background-color: #999;
}
.formBt input.blue,
.formBt button.blue,
.formBt a.blue {
  background-color: #005481;
}
.formBt input:hover,
.formBt button:hover,
.formBt a:hover {
  opacity: 0.7;
}

.contactTableIn02 th,
.contactTableIn02 td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.contactTableIn02 thead th,
.contactTableIn02 thead td {
  border: none;
}
.contactTableIn02 tbody th {
  color: #999;
  background-color: #ececec;
}
.contactTableIn02 input,
.contactTableIn02 select {
  max-width: 100%;
}

.formBt {
  margin: 0 auto;
  text-align: center;
}
.formBt input,
.formBt button,
.formBt a {
  max-width: 300px;
  width: 300px;
  padding: 10px;
  margin: 30px 10px 0 10px;
  text-align: center;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #005277;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
.formBt input.back,
.formBt button.back,
.formBt a.back {
  background-color: #999;
}
.formBt input.blue,
.formBt button.blue,
.formBt a.blue {
  background-color: #005481;
}
.formBt input:hover,
.formBt button:hover,
.formBt a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .contactTable input[type=text],
  .contactTable input[type=email],
  .contactTable input[type=file],
  .contactTable textarea {
    width: 100%;
  }
  .contactTable .vertical-item {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .contactThL {
    width: auto;
    display: inline;
  }
  .contactTd {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contactSeikyu .mwform-checkbox-field {
    display: flex;
  }
  .contactSeikyu .mwform-checkbox-field label {
    width: 50%;
  }
  .contactSeikyu .mwform-checkbox-field .seikyubiko {
    width: 50%;
  }
}
/* エラー :::::::::: */
.mw_wp_form .error {
  padding: 0 5px;
  color: #a80619 !important;
  background-color: #ffbdbd;
  font-weight: bold;
  display: inline-block !important;
}

/* 確認画面 :::::::::: */
.contactConfDisp {
  display: none;
}

.mw_wp_form_preview .contactConfDisp {
  display: block;
}
.mw_wp_form_preview .contactRemarks {
  display: none;
}
.mw_wp_form_preview .contactKaraTrue {
  display: inline-block;
  width: 2em;
}
.mw_wp_form_preview .contactKaraTrueNone {
  display: none;
}

/* **********************/
/* *** プレスの方へ *** */
/* **********************/
.press-news {
  width: 100%;
  padding: 4rem 1rem 6rem;
}
.press-news-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.press-pics {
  width: 100%;
  padding: 4rem 1rem;
}

.photoalbum {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .photoalbum {
    flex-direction: column;
  }
}
.photoalbum_img {
  width: 48%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .photoalbum_img {
    width: 100%;
  }
}
.photoalbum_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-img-h300 {
  height: 300px;
  margin: 2rem 0;
}
.about-img-h300 img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
 * conpany
 */
.company {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.company dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company dl {
    flex-flow: column;
  }
}
.company dt {
  flex-basis: 20%;
  padding: 20px;
  background-color: #f1f1f1;
}
.company dd {
  flex-basis: 80%;
  padding: 20px;
  background-color: #fff;
}

/* フォーム */
.form-box {
  display: flex;
}
.form-box-title {
  width: 18rem;
}
.form-box-text {
  width: 100%;
}

.text,
textarea,
.dropdown,
.wpcf7-text {
  width: 100%;
  padding: 0.6rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

input {
  overflow: visible;
}

textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
}

.wpcf7 textarea[name=your-message] {
  width: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.visitorsBnrBig {
  width: calc(100% - 10px);
  height: 260px;
  margin: 0 auto 30px auto;
  background: url(assets/img/visitor/visitors_bnr01.jpg) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
.visitorsBnrBig:hover {
  opacity: 0.7;
}
.visitorsBnrBig a {
  width: 100%;
  height: 260px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  color: #333;
}
.visitorsBnrBig .ttl {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  padding: 18px 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.78);
  display: block;
  bottom: 80px;
  left: 0;
  position: absolute;
}
.visitorsBnrBig .font-big {
  font-size: 28px;
}

.visitorsBnr .inner {
  margin: 0 auto 30px auto;
}
.visitorsBnr .inner a {
  width: 100%;
  height: 150px;
  display: block;
  position: relative;
  color: #333;
}
.visitorsBnr .inner .ttl {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.78);
  z-index: 10;
}
.visitorsBnr .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .visitorsBnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .visitorsBnr .inner {
    width: 47%;
  }
}
.lecture-paid {
  padding: 0 2px;
  display: inline-block;
  font-weight: bold;
  background-color: #ffee00;
}

.lecture-advance {
  padding: 0 2px;
  display: inline-block;
  font-weight: bold;
  background-color: #b5dbe0;
}

.lecture-ttl-sub {
  margin-bottom: 20px;
  padding: 15px 30px 15px 30px;
  font-weight: bold;
  font-size: 20px;
  color: #005277;
  border-bottom: 1px solid #005277 !important;
}
.lecture-ttl-sub .small {
  font-size: 80%;
}

.lecture-ttl-sub .cate {
  color: #333;
  padding: 2px 8px;
  margin: 0 10px 0 0;
  font-size: 16px;
  border-radius: 4px;
  display: inline-block;
  background-color: #e5e5e5;
}

.lecture-ttl01 {
  padding: 5px 10px;
  margin: 0 auto 20px auto;
  font-size: 20px;
  color: #fff;
  background-color: #005277;
}

.lecture-day {
  padding: 5px 20px;
  margin: 0 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  background-color: #f7f2e9;
  border-top: 1px solid #dfd0b3;
  border-right: 1px solid #dfd0b3;
  border-left: 1px solid #dfd0b3;
  display: inline-block;
  border-radius: 4px 4px 0 0;
}
.lecture-day .small {
  font-size: 80%;
}

.lecture-box {
  margin-bottom: 50px;
  border: 1px solid #005277;
}

.lecture-box .inner {
  padding: 0 30px 30px 30px;
}

.lecture-pdf-btn {
  max-width: 200px;
  margin-bottom: 20px;
  padding: 8px 15px;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background-color: #005277;
  display: inline-block;
}

/* technical-award */

.awardBox {
  width: 100%;
}
.awardBox .inner {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 50px auto;
  font-size: 14px;
}
.awardBox dl {
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  line-height: 1.2;
  font-size: 16px;
  background-color: #e6d800;
}
.awardBox dt {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.awardBox dd {
  margin: 0;
  padding: 0;
}
.awardBox dl.product {
  background-color: #f5ed6c;
}
.awardBox .img {
  max-width: 640px;
  max-height: 380px;
  width: 100%;
  height: auto;
  position: relative;
}
.awardBox .img a {
  width: 204px;
  height: 35px;
  padding: 3px 5px;
  display: block;
  background-color: #fff;
  border: 1px solid #707070;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 2;
  color: #2970C3;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none !important;
}
.awardBox img {
  max-width: 640px;
  max-height: 380px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 992px) {
  .awardBox {
    width: 100%;
    display: grid;
    /* 2列 */
    grid-template-columns: repeat(2, 2fr);
    gap: 0 30px;
  }
  .awardBox .inner {
    max-width: 640px;
    width: 100%;
    margin-bottom: 50px;
    display: grid;
    /* 子グリッドを指定 */
    grid-template-rows: subgrid;
    /* 合計2行 */
    grid-row: span 3;
    /* 余白 */
    /*row-gap: 15px;*/
  }
  .awardBox dl {
    display: flex;
  }
  .awardBox dt {
    width: 154px;
    border-right: 2px solid #707070;
  }
  .awardBox dd {
    width: calc(100% - 154px);
    padding: 0 0 0 18px;
  }
}


.d-block {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
.visitor-reg-btn {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005277;
  border-radius: 10px;
}
.visitor-reg-btn .big {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 8px;
}
.visitor-reg-btn .big2 {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
}
.visitor-reg-btn .right {
  font-size: 30px;
  padding: 0 0 0 10px;
}

.faqBox {
  border-top: 1px solid #dee2e6;
}

.faqBox dl {
  width: 100%;
  padding: 10px;
  display: flex;
}

.faqBox .que {
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
}

.faqBox dt {
  width: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #005277;
  font-weight: bold;
  font-size: 18px;
}

.faqBox dd {
  width: calc(100% - 60px);
  padding: 3px 10px;
  margin: 0;
}

.faqBox dl.ans {
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.faqBox dl.ans dt {
  color: #a80619;
}

/* technical-award */
@media screen and (min-width: 0px) and (max-width: 991px) {
  .box01 .img {
    margin: 0 auto 20px auto;
  }
}
@media screen and (min-width: 992px) {
  .box01 {
    display: flex;
    justify-content: space-between;
  }
  .box01 .img {
    width: 46.5%;
  }
  .box01 .txt {
    width: 50%;
  }
}
.footer {
  width: 100%;
  height: 310px;
  margin: 0;
  padding: 2rem 0;
  background: url(./assets/img/common/bg_footer1.jpg) #2c2a28 center bottom no-repeat;
}
@media screen and (max-width: 1025px) {
  .footer {
    height: 10rem;
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    display: none;
  }
}
.footer-info {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.6rem 4rem 3rem;
  border-radius: 2rem;
  background-color: #f7f2e9;
  display: flex;
  justify-content: space-between;
}
.footer-info a {
  color: #333333;
}
@media screen and (max-width: 1025px) {
  .footer-info {
    display: none;
  }
}
.footer-copy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 1rem;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
.footer-copy_copylight {
  font-size: 1.4rem;
}
.footer-copy_jwma {
  width: 188px;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    display: block;
    text-align: center;
  }
}
.footer-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer-sp {
    display: none;
  }
}
.footer-sp_box1 {
  width: 50%;
  padding: 1rem 0;
  background-color: #0034c3;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.footer-sp_box1 a {
  color: #ffffff;
}
.footer-sp_box2 {
  width: 50%;
  padding: 1rem 0;
  background-color: #a80619;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.footer-sp_box2 a {
  color: #ffffff;
}

.footer-sp-copyright {
  position: fixed;
  padding: 1rem 0;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .footer-sp-copyright {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */

.comments{
	display: none;
}

.info-topix-item a {
  text-align: left;
  color: #333333;
}

.blog-post {
  padding: 2rem 2rem 4.8rem 2rem;
}
.blog-post-title {
  padding-bottom: 0.4rem;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 1px solid #0090f0;
}
.blog-post-meta {
  font-size: 1.4rem;
  color: #3cbd35;
  margin-bottom: 3rem;
}
.blog-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .blog-main {
    display: block;
  }
}

.blog-contents {
  width: 100%;
  max-width: 78rem;
  border-right: 1px solid #666666;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .blog-contents {
    border-right: none;
  }
}

.blog-sidebar {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .blog-sidebar {
    width: 100%;
  }
}


/* Global Menu */

/* =========================================================
   CEATEC STYLE GLOBAL SUB NAVIGATION
   MOKKiten 2027

   このブロックはグローバルサブメニューだけを制御します。
========================================================= */

/* ---------------------------------------------------------
   親メニュー
--------------------------------------------------------- */

.header-nav-item-parent {
  position: static;
}

.header-nav-item-parent > .header-nav-main-link {
  position: relative;
  transition: color 0.25s ease, opacity 0.25s ease;
}

/*
 * 親メニューの直下に10pxだけ透明なホバー領域を追加。
 * 各リンク自身の幅だけに限定するため、隣の親メニューを覆いません。
 */
.header-nav-item-parent > .header-nav-main-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 10px;
  background: transparent;
  pointer-events: auto;
}

.header-nav-item-parent:hover > .header-nav-main-link,
.header-nav-item-parent:focus-within > .header-nav-main-link,
.header-nav-item-parent.is-current-parent > .header-nav-main-link,
.header-nav-item-parent.is-top-open > .header-nav-main-link {
  color: #b28a4d;
}

/* TOPページでサブメニュー保持中も親リンクをhover状態の見た目に維持 */
.header-nav-item-parent.is-top-open > .header-nav-main-link {
  opacity: 0.5;
}

.header-nav-item-parent > .header-nav-main-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: #b28a4d;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.header-nav-item-parent:hover > .header-nav-main-link::after,
.header-nav-item-parent:focus-within > .header-nav-main-link::after,
.header-nav-item-parent.is-current-parent > .header-nav-main-link::after,
.header-nav-item-parent.is-top-open > .header-nav-main-link::after {
  width: 100%;
}


/* ---------------------------------------------------------
   サブメニュー帯

   親メニューリンク直下に10pxの透明ホバー領域を設けています。
   透明領域は各リンク自身の横幅だけなので、隣のメニューを覆いません。
   サブメニュー本体はheader直下へ1pxだけ重ねています。
--------------------------------------------------------- */

.header-subnav {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  z-index: 9999;
}

.header-nav-item-parent:hover > .header-subnav,
.header-nav-item-parent:focus-within > .header-subnav,
.header-nav-item-parent.is-top-open > .header-subnav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* /about ページでは「本展について」を常時表示 */
.header-nav-item-about.is-about-page > .header-subnav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* /guide-to-exhibit ページでは「出展について」を常時表示 */
.header-nav-item-exhibit.is-exhibit-page > .header-subnav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}


/* ---------------------------------------------------------
   サブメニュー内部
--------------------------------------------------------- */

.header-subnav-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.header-subnav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  min-height: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-subnav-item {
  margin: 0;
  padding: 0;
}

.header-subnav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 5px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: color 0.2s ease;
}

.header .header-subnav-link:hover,
.header .header-subnav-link.is-current {
  color: #b28a4d;
  opacity: 1;
}

.header .header-subnav-link.is-disabled {
  color: #999999;
  cursor: default;
  opacity: 1;
}

.header .header-subnav-link.is-disabled::after {
  display: none;
}

.header-subnav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #b28a4d;
  transform: translateX(-50%);
  transition: width 0.2s ease;
}

.header-subnav-link:hover::after,
.header-subnav-link.is-current::after {
  width: 100%;
}


/* ---------------------------------------------------------
   /about ページのコンテンツ位置
   既存 .main 7rem + 常時表示サブメニュー 5rem
--------------------------------------------------------- */

body.page-about .main {
  margin-top: 12rem;
}

/* /guide-to-exhibit ページ：固定サブメニュー分の余白 */
body.page-guide-to-exhibit .main {
  margin-top: 12rem;
}

#about1,
#about2,
#about3,
#about4 {
  scroll-margin-top: 13rem;
}


/* ---------------------------------------------------------
   タブレット / スマートフォン
   既存ハンバーガーメニューを使用
--------------------------------------------------------- */

@media screen and (max-width: 1025px) {
  .header-subnav {
    display: none !important;
  }

  /* PCナビが消える幅ではハンバーガーを必ず表示 */
  .hamburger {
    display: block;
  }

  body.page-about .main {
    margin-top: 7rem;
  }

  body.page-guide-to-exhibit .main {
    margin-top: 7rem;
  }

  #about1,
  #about2,
  #about3,
  #about4 {
    scroll-margin-top: 8rem;
  }
}
