.top-cont3 a:hover {
  opacity: unset;
}

.inputwrap input {
  width: 100%;
}

.modalform {
  margin-top: 40px;
}

.modalform p {
  font-weight: bold;
  font-size: 12px;
}

.modal-wrapper2:not(:target) {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper2:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper,
.modal-wrapper2 {
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
  overflow-y: hidden;
  width: 100%;
  height: auto;
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: block;
  z-index: 20;
  position: fixed;
  height: auto;
  width: 70%;
  background: red;
  top: calc(50% - 75%/2);
  left: calc(50% - 70%/2);

  padding: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: bottom;
}

.modal-wrapper {
  background: rgba(0, 0, 0, 0.6);
}

.modal-wrapper2:not(:target) {
  opacity: 0;
  visibility: hidden;
  /*transition: opacity .3s, visibility .3s;*/
}

.modal-wrapper2:target {
  opacity: 1;
  visibility: visible;
  /*transition: opacity .4s, visibility .4s;*/
}

.modal-wrapper .modal-window2,
.modal-wrapper2 .modal-window2 {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  margin-top: 50px;
  height: 70%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content,
.modal-wrapper2 .modal-window2 .modal-content {
  max-height: 80vh;
  /*overflow-y: auto;*/
}

.modal-overlay {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close,
.modal-wrapper2 .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover,
.modal-wrapper2 .modal-close:hover {
  color: #2b2e38 !important
}

.modal-wrapper p.btn,
.modal-wrapper2 p.btn {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  letter-spacing: .3em;
  padding: 0 1em 0 1.5em;
  background: #ff7864;
  border-radius: 100px;
  cursor: pointer;
  margin: 10px;
}

.modal-content li {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.zone-cont {
  margin: 0 auto;
}

.zone-cont ul.tag {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.zone-cont ul.tag li {
  display: flex;
  float: left;
  width: 15.5%;
  min-height: 50px;
  margin-right: 1%;
  margin-bottom: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  vertical-align: middle;
}

.zone-cont ul.tag li:nth-child(6n) {
  margin-right: 0;
}

.zone-cont ul.tag li span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}



.title3 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 15px;
  background: #ff7864;
}



.no-margin {
  margin: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

/*Margins*/
.col-no-margin {
  padding: 0 !important;
}

.col-no-margin [class^="col-"] {
  margin: 0 !important;
  padding: 0 !important;
}

.row.col-no-margin {
  margin: 0 !important;
  padding: 0 !important;
}

.row.col-mdall-margins [class^="col-"] {
  margin: 0 0 20px 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-200 {
  padding: 200px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-b-110 {
  padding-bottom: 110px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.p-b-130 {
  padding-bottom: 130px !important;
}

.p-b-140 {
  padding-bottom: 140px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-t-110 {
  padding-top: 110px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-t-130 {
  padding-top: 130px !important;
}

.p-t-140 {
  padding-top: 140px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.b-r-2 {
  border-radius: 2px !important;
}

.b-r-3 {
  border-radius: 3px !important;
}

.b-r-4 {
  border-radius: 4px !important;
}

.b-r-5 {
  border-radius: 5px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-7 {
  border-radius: 7px !important;
}

.b-r-8 {
  border-radius: 8px !important;
}

.b-r-9 {
  border-radius: 9px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-radius {
  border-radius: 50% !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.fullwidth {
  width: 100% !important;
}

.zone-ad {
  clear: both;
}

.zone-ad ul.slider_ad .slick-dots {
  margin-top: -50px;
}

.zone-ad ul.slider_ad .slick-slide li {

  text-align: left;
  line-height: 1.4;
}

.zone-ad ul.slider_ad .slick-slide li img {
  margin: 0 auto 10px;
}

.zone-ad ul.slider_ad .slick-prev {
  position: absolute;
  left: 0;
  top: 35%;
  width: 20px;
  height: 20px;
  background: url(../images/prev.png) no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  z-index: 1;
}

.zone-ad ul.slider_ad .slick-next {
  position: absolute;
  right: 0;
  top: 35%;
  width: 20px;
  height: 20px;
  background: url(../images/next.png) no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  z-index: 1;
}

.zone-ad ul.slider_ad .slick-dots {
  top: 100%;
  width: 90%;
  padding-top: 10px;
}

.zone-ad ul.slider_ad .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}

.zone-ad ul.slider_ad .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 5px;
}

.zone-ad ul.slider_ad .slick-dots li button:before {
  background: #d2d7dd;
  border: 1px solid #d2d7dd;
}

.zone-ad ul.slider_ad .slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #ccc;
}

.zone-ad figure img {
  width: 22%;
  height: auto;
  float: right;
  margin-top: 50px;
}


.product-cont {
  padding-top: 20px;
  background: #f8f8f8;
  text-align: left;
}

.product-cont ul.tag {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-cont ul.tag li {
  display: flex;
  float: left;
  width: 22%;
  min-height: 70px;
  margin-right: 2.666666%;
  margin-bottom: 2.666666%;
  padding: 10px;
  font-size: 19px;
  line-height: 1.3;
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  vertical-align: middle;
}

.product-cont ul.tag li:nth-child(4n) {
  margin-right: 0;
}

.product-cont ul.tag li span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.product-cont .read {
  font-size: 19px;
  text-align: left;
  margin-bottom: 30px;
}

.product-cont h3 {
  margin-top: 20px;
  clear: both;
  font-size: 28px;
  font-weight: bold;
}

.product-cont h4 {
  clear: both;
  font-size: 20px;
  font-weight: lighter;
}

.product-left {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 1%;
}

.product-right {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 0px 0px 20px 20px;
  margin-left: 1%;
  height: 100%;
}

.pdf-slider-thumb ul {
  white-space: nowrap;
  overflow-x: scroll;
}

.pdf-slider-thumb li {
  width: 23%;
  display: inline-block;
  white-space: normal;
  margin-right: 1%;
}


.product-cont .btn {
  text-align: center;
  margin-bottom: 20px;
}

.product-cont .btn a {
  display: inline-block;
  width: 100%;
  max-width: 264px;
  color: #fff;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 60px;
  padding: 0 40px;
  background-size: 32px !important;
  box-shadow: 0px 2px 5px -1px #666;
}

.product-cont .spec-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-cont .spec {
  margin-top: 20px;
  clear: both;
}

.product-cont .spec .spec-title {
  color: #fff;
  background-color: #999;
  padding: 3px 8px 3px 8px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: bold;
}


.product-cont .spec .spec-text {
  font-size: 18px;
  font-weight: bold;
}

.product-cont .favorite {
  text-align: right;
}

.product-right-btn {
  display: block;
  right: 0;
}


.product-cont2 {
  padding-bottom: 10px;
}

.product-cont2 ul.tag {
  margin-bottom: 10px;
}

.product-cont2 ul.tag li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  min-height: 50px;
  font-size: 16px;
}

.product-cont2 .read {
  font-size: 16px;
}

.product-cont2 h3 {
  font-size: 24px;
}

.product-cont2wrap div {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}


.product-cont2 {
  padding-top: 20px;
  padding-bottom: .333333%;
}

.product-cont2 ul.tag {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-cont2 ul.tag li {
  display: flex;
  float: left;
  width: 22%;
  min-height: 70px;
  margin-right: 2.666666%;
  margin-bottom: 2.666666%;
  padding: 10px;
  font-size: 19px;
  line-height: 1.3;
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  vertical-align: middle;
}

.product-cont2 ul.tag li:nth-child(4n) {
  margin-right: 0;
}

.product-cont2 ul.tag li span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.product-cont2 .read {
  color: #000;
  font-size: 19px;
  text-align: left;
  margin-bottom: 30px;
}

.product-cont2 h3 {
  clear: both;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-cont2wrap {
  display: flex;
  flex-wrap: wrap;
}

.product-cont2wrap div {
  float: left;
  width: 22%;
  margin-right: 2.666666%;
  margin-bottom: 2.666666%;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -1px #666;
}

.product-cont2wrap div:nth-child(4n) {
  margin-right: 0;
}

.product-cont2wrap div h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.product-cont2wrap div figure {
  margin-bottom: 10px;
}

.product-cont2wrap div .note {
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 15px;
}

.product-cont2wrap div .btn {
  margin-bottom: 10px;
}

.product-cont2wrap div .favorite {
  text-align: left;
}

p.btn.to-booth {
  text-align: center;
  padding: 5px 0;
}

p.btn.to-booth button {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  line-height: 72px;
  letter-spacing: .3em;
  padding: 0 1em 0 1.5em;
  background: #55B04D;
  border-radius: 100px;
}

p.btn.to-booth button:hover {
  opacity: .5;
}

.leftbox.to-booth {
  width: 100%;
  vertical-align: top;
}

.morebtn button {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;

  text-align: center;
  line-height: 40px;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  background: #ff7864;
}

.morebtn p {
  color: #ff7864;
}


.morebtn img {
  width: 60px;
  cursor: pointer;
}



.rightcol {
  height: 100%;
  z-index: 10;
}


.snav .box1 .drawer-hide-btn {
  position: absolute;
  left: -30px;
  top: 10px;
  text-align: center;
  cursor: pointer;
  display: none;
}

.snav .box1 .drawer-hide-btn span {
  display: block;
  color: #fff;
  width: 20px;
  text-align: center;
  padding: 5px 0;
  background: #ff7864;
}

.snav .border {
  border-bottom: 1px solid #ff7864;
  position: relative;
}

.snav .box2 p.btn.reg button {
  background: #000046;
  letter-spacing: .1em;
}


.snav .box1 .drawer-hide-btn span:before {
  content: "▶︎";
}

.name-btn {
  background: url("../images/snav-icon.png") no-repeat left top;
  background-size: 22px auto;
  cursor: pointer;
}

.name-btn2 {
  background: url("../images/snav-icon2.png") no-repeat right top;
  background-size: 22px auto;
  cursor: pointer;
}


.drawer-disp {
  display: none;
}

.drawer-icon-closed {
  float: left;
  width: 46%;
  max-width: 180px;
  margin: 0 4% 10px 0;
  line-height: 1.4;
}

.drawer-icon-opened {
  float: left;
  width: 10%;
  max-width: 180px;
  margin: 0 1% 10px 0;
  line-height: 1.4;
}

.drawer-list,
.drawer-list-opened {
  display: inline-block !important;
  margin-right: 2%;
}


.drawer-list-disp {
  display: none;
}



/*チャットウィンドウ関係*/
#bms_messages_container {
  width: 50%;
  height: 50%;
  background-color: #fff;
  padding: 0px;
  position: fixed;
  bottom: 200px;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3);
  z-index: 9;
}

#bms_chat_header {
  padding: 6px;
  font-size: 16px;
  height: 38px;
  background: #ff7864;
  color: #fff;
  text-align: center;
  font-weight: bold;

  border-radius: 15px 15px 0px 0px;
}

#bms_chat_user_status {
  position: relative;
}

#bms_status_icon {

  line-height: 2em;
}

#bms_close_button {
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
}

#bms_chat_user_name {
  line-height: 20px;
  font-size: 20px;
  padding-left: 8px;
}

#bms_messages {
  overflow: auto;
  height: calc(100% - 116px);
  border-bottom: 3px solid #ECECEC;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2) inset;
}

.bms_message {
  margin: 0px;
  padding: 0 14px;
  font-size: 16px;
  word-wrap: break-word;
  white-space: normal;

}

.bms_left {
  float: left;
  line-height: 1.3em;
}

.bms_right {
  float: right;
  line-height: 1.3em;
}

.bms_clear {
  clear: both;

}

#bms_send {
  background-color: #fff;
  height: 78px;
  padding: 14px;
  border-radius: 0px 0px 15px 15px;
}

#bms_send_message {
  width: calc(100% - 75px);
  line-height: 16px;
  height: 48px;
  padding: 14px 6px 0px 6px;
  border: 2px solid #B2B2B2;
  border-radius: 4px;
  text-align: left;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
  box-sizing: border-box;

}

#bms_send_btn {
  width: 72px;
  height: 48px;
  font-size: 16px;
  line-height: 3em;
  float: right;
  color: #fff;
  font-weight: bold;
  background: #ff7864;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
}

#bms_send_btn:hover {
  background: #bcbcbc;
  cursor: pointer;
}

.bms_message_box {
  margin-top: 20px;
  max-width: 100%;
  font-size: 16px;
}

.bms_message_content {
  padding: 20px;
}


.bms_left {
  float: left;
  line-height: 1.3em;
  margin-left: 10px;
}

.bms_left .bms_message_box {
  color: #111;
  background: #FFE4E0;
  border-radius: 10px 10px 10px 10px;
  margin-right: 50px;
  position: relative;
}

.bms_left .bms_message_content:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #FFE4E0;
  -webkit-transform: rotate(165deg);
  transform: rotate(165deg);
}

.bms_right {
  float: right;
  line-height: 1.3em;
  margin-right: 10px;
}

.bms_right .bms_message_box {
  color: #111;
  background: #eee;

  border-radius: 10px 10px 10px 10px;
  margin-left: 50px;
  position: relative;
}

.bms_right .bms_message_content:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #eee;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}


/*チャットウィンドウ関係*/


/*カレンダー関係*/

table.tbl-cal {
  width: 100%;
}

.tbl-cal td,
.tbl-cal th {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 1.1rem;
  padding: 5px;
  text-align: center;
}

.tbl-cal .sun {
  color: #ff0000;
}

.tbl-cal .sat {
  color: #99ddff;
}

.tbl-cal .ttl2 {

  color: #666;
}


.blank_day {
  background: #eee;
}

#bms_messages_container {
  display: none;
}

.free-cont {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

.free-cont h1 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 15px;
  color: #ff7864;
}

.free-cont h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 15px;
  color: #465064;
}

.free-cont h3 {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  letter-spacing: .1em;
  margin-bottom: 15px;
  color: #465064;
}

.free-cont label {
  font-size: 16px;
}

.top-cont8 h3 a {
  color: #fff;
}

.newslist {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}

.pagenation {
  margin-bottom: 40px;
}

.pagenation li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

.pagenation li.pg_now {
  color: #ff7864;
  text-decoration: none;
}




/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Lower page settings
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
	/
----------------------------------------------------------------------------------------*/

.search-cont1 {
  position: relative;
}

.search-cont1wrap .news {
  position: absolute;
  left: 2%;
  bottom: 15px;
  width: 96%;
  max-width: 400px;
  font-size: 12px;
  text-align: left;
}

.search-cont1wrap .news h2 {
  display: inline-block;
  margin-left: 1em;
  color: #fff;
  font-weight: normal;
  padding: 0 .5em;
  background: #ff7864;
}

.search-cont1wrap .news div {
  padding: 10px;
  border-left: 2px solid #ff7864;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0px 2px 5px -3px #666;
}

.search-cont1wrap .news div dl {
  overflow: hidden;
  margin-bottom: 2px;
}

.search-cont1wrap .news div dl dt {
  float: left;
  width: 5em;
}

.search-cont1wrap .news div dl dd {
  overflow: hidden;
}

.search-cont1 .sub {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 25%;
  max-width: 350px;
}

.search-colwrap .leftcol {
  padding-top: 20px;
}

.leftcol {
  min-height: 1200px;
}


.search-colwrap .rightcol {
  padding-top: 100px;
}

.search-colwrap .search {
  text-align: left;
}

.search-colwrap .search input {
  width: 70%;
  height: 47px;
  padding: 0 62px 0 15px;

  font-family: noto-sans-cjk-jp, sans-serif;
  /*margin-right: 25px;
  background: url("../images/icon-search.png") no-repeat right center #fff;
  	background-size: 47px auto;*/
  background: none;

  border: 1px solid #465064;
  vertical-align: middle;
  margin-left: 1%;
}

.search-colwrap .search button.chk_toggle {
  width: 22%;
  float: right;
  margin-right: 1%;
  height: 47px;
  line-height: 45px;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 0 !important;
  background: #d8e1f0;
  border: none;
  border-radius: 5px;
  vertical-align: middle;
}

.search-colwrap .search button:hover {
  opacity: .7;
}

.search-cont2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 20px;
}

.search-cont2 ul {
  overflow: hidden;
}

.search-cont2 ul li.map1 {
  background: url("../images/top-cont2-map1-on.png") no-repeat;
  background-size: 100% auto !important;
}

.search-cont2 ul li.map2 {
  float: left;
  width: 46%;
  background: url("../images/top-cont2-map2-on.png") no-repeat;
  background-size: 100% auto !important;
}

.search-cont2 ul li.map3 {
  float: right;
  width: 54%;
  background: url("../images/top-cont2-map3-on.png") no-repeat;
  background-size: 100% auto !important;
}

.search-cont2 ul li.map4 {
  float: right;
  width: 54%;
  margin-top: -3%;
  background: url("../images/top-cont2-map4-on.png") no-repeat;
  background-size: 100% auto !important;
}

.search-cont2 ul li a:hover {
  opacity: 1;
}

.search-cont2 ul li a img {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.search-cont2 ul li a:hover img {
  opacity: 0;
}

.search-cont3 {
  float: left;
  width: 47.5%;
  text-align: left;
  margin-bottom: 20px;
}

.search-cont3 figure {
  position: relative;
}

.search-cont3 figure span {
  position: absolute;
  left: -7%;
  top: -2%;
  width: 93px;
}

.search-cont3 p.btn {
  margin-top: -1em;
  text-align: center;
  position: relative;
}

.search-cont3 p.title {
  clear: both;
  color: #465064;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 5px;
  border-left: 2px solid #465064;
}

.search-cont3 p.note1 {
  color: #465064;
  font-size: 16px;
  text-align: left;
  padding-left: 7px;
  margin-bottom: 10px;
}

.search-cont3 p.note2 {
  color: #465064;
  text-align: left;
  padding-left: 7px;
  margin-bottom: 10px;
}

.search-cont4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.search-cont4 div {
  float: left;
  width: 22%;
  padding: 10px;
  margin-right: 2.666666%;
  margin-bottom: 20px;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -1px #666;
}

.search-cont4 div:nth-child(4n) {
  margin-right: 0;
}

.search-cont4 div figure {
  text-align: center;
  margin-bottom: 5px;
}

.search-cont5 {}

.search-cont5 div {
  float: left;
  width: 16.666666%;
  text-align: center;
  position: relative;
}

.search-cont5 div img.icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33%;
}

.search-cont5 div p {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1.2;
}

.search-cont5 div p span {
  display: table-cell;
  vertical-align: middle;
}

.search-cont5 div p span strong {
  display: block;
  font-size: 2.5vw;
  margin-bottom: .2em;
}

.search-cont6 {
  margin-bottom: 20px;
}

.search-cont6 div {
  float: left;
  width: 16.666666%;
  text-align: center;
  position: relative;
}

.search-cont7 {
  clear: both;
  padding: 10px 3%;
  background: #dce6f3;
}

.search-cont7 h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}

.search-cont7 ul.slider {
  padding: 0 2%;
}

.search-cont7 ul.slider .slick-slide li {
  padding: 0 2.5%;
  text-align: left;
  line-height: 1.4;
}

.search-cont7 ul.slider .slick-slide li img {
  margin: 0 auto 10px;
}

.search-cont7 ul.slider .slick-prev {
  position: absolute;
  left: -1%;
  top: 35%;
  width: 16px;
  height: 27px;
  background: url(../images/prev.png) no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}

.search-cont7 ul.slider .slick-next {
  position: absolute;
  right: -1%;
  top: 35%;
  width: 16px;
  height: 27px;
  background: url(../images/next.png) no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}

.search-cont7 ul.slider .slick-dots {
  top: 100%;
  width: 90%;
  padding-top: 10px;
}

.search-cont7 ul.slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}

.search-cont7 ul.slider .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 5px;
}

.search-cont7 ul.slider .slick-dots li button:before {
  background: #d2d7dd;
  border: 1px solid #d2d7dd;
}

.search-cont7 ul.slider .slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #ccc;
}

.search-cont8 {
  display: flex;
  flex-wrap: wrap;
}

.search-cont8 div {
  float: left;
  width: 22%;
  margin-right: 2.666666%;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 2px 5px -1px #666;
}

.search-cont8 div:nth-child(4n) {
  margin-right: 0;
}

.search-cont8 div h3 {
  color: #fff;
  font-size: 1.3vw;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 5px 15px;
  margin-bottom: 10px;
  background: url("../images/top-cont8-bg.png") no-repeat center bottom;
}

.search-cont8 div figure {
  padding: 0 15% 5px;
}

.search-cont8 div .btn {
  padding: 0 5px;
  margin-bottom: 15px;
}

.search-cont9 {
  padding: 20px 3%;
}

.search-cont9 h3 {
  clear: both;
  color: #aa961e;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .1em;
  margin-bottom: 5px;
}

.search-cont9 .silver h3 {
  color: #738c9b;
}

.search-cont9 .bronze h3 {
  color: #c87350;
}

.search-cont9 .exhibiting h3 {
  color: #a0a0a0;
}

.search-cont9 ul {
  display: flex;
  flex-wrap: wrap;
}

.search-cont9 ul li {
  float: left;
  width: 25%;
  padding: 0 10px 10px;
}

.search-cont9 .silver ul li {
  width: 20%;
}

.search-cont9 .bronze ul li {
  width: 16.666666%;
}

.search-cont9 .exhibiting ul li {
  width: 14.285714%;
}


.search-box {
  position: relative;
}


.search_popup {
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  background-color: #d8e1f0;
  border: none;
  text-align: left;
  padding: 20px;
}

.search_popup2 {
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  background-color: #d8e1f0;
  border: none;
  text-align: left;
  padding: 20px;
  margin-bottom: 40px;
}

.search_popup h6,
.search_popup2 h6 {
  margin-top: 20px;
  float: left;
  font-size: 18px;
  font-weight: lighter;
  display: inline-block;
  color: #fff;
  background-color: #3f4658;
  padding: 3px 8px 3px 8px;
  font-weight: bold;
}

.search_area {
  width: 100%;
  background-color: #f8f8f8;
  border: none;
  text-align: left;
}

.search_area h6 {
  float: left;
  font-size: 18px;
  font-weight: lighter;
  display: inline-block;
  color: #fff;
  background-color: #3f4658;
  padding: 3px 8px 3px 8px;
  font-weight: bold;
}

.search-cont8 h3 a {
  color: #fff;
}



.chk_wrap {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.check_single {
  float: left;
}


input.searchchk[type=checkbox] {
  display: none;
  /* checkboxを非表示にする */
}

.searchchk_label {
  position: relative;
  /* ボックスの位置を指定する */
  padding: 0 0 0 42px;
  /* ボックス内側の余白を指定する */
  margin-right: 10px;
  font-size: 16px;
  white-space: pre-wrap !important;
  max-width: 100%;
  display: block;
}

.searchchk_label:hover:after {
  border-color: #aaa;
  /* ボックスの境界線を実線で指定する */
}

.searchchk_label:after,
.searchchk_label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */
}

.searchchk_label:after {
  left: 15px;
  /* 左から配置の基準位置を決める */
  margin-top: -10px;
  /* チェック枠の位置 */
  width: 15px;
  /* ボックスの横幅を指定する */
  height: 15px;
  /* ボックスの高さを指定する */
  border: 2px solid #aaa;
  /* ボックスの境界線を実線で指定する */
  border-radius: 6px;
  /* ボックスの角丸を指定する */
}

.searchchk_label:before {
  left: 21px;
  /* 左から配置の基準位置を決める */
  margin-top: -7px;
  /* チェックマークの位置 */
  width: 5px;
  /* ボックスの横幅を指定する */
  height: 9px;
  /* ボックスの高さを指定する */
  border-right: 3px solid #0171bd;
  /* 境界線（右）のスタイルを指定する */
  border-bottom: 3px solid #0171bd;
  /* 境界線（下）のスタイルを指定する */
  transform: rotate(45deg);
  /* 要素を回転させる */
  opacity: 0;
  /* 要素を透過指定する */
}

input.searchchk[type=checkbox]:checked+.searchchk_label:before {
  opacity: 1;
  /* 要素を表示する */
}


.search_btn {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .1em;
  padding: .2em 1em .3em 1.1em;
  margin: 0 20px 10px;
  background: #1B452B;
  border-radius: 100px;
}

.search_btn:hover {
  opacity: 0.7;
}

.center {
  text-align: center;
}

.search_popup {
  display: none;
}

.scwrap {

  display: block;
}

.search-cont3 {
  clear: both;
  display: table;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;

}

.search-cont3 div {
  display: table-cell;
  width: 40%;
  padding-right: 10px;
  text-align: left;
  vertical-align: middle;
  border-right: 2px solid #d2d7dd;
}

.search-cont3 div dl {
  display: table;
  width: 100%;
}

.search-cont3 div dl dd {
  display: table-cell;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 3%;
  vertical-align: middle;
  text-align: center;
}

.search-cont3 p {
  margin-left: 20px;
  text-align: left;
  font-size: 14px;
}

.glass_btn {
  border-radius: 0;
  height: 47px;
  min-width: 47px;
  width: 5.2%;
  background: url("../images/icon-search.png") no-repeat right center #fff;
  background-size: 47px auto;
  vertical-align: middle;
}

.search {
  width: 100%;
}

.top-colwrap .search_input {
  width: calc(100% - 205px);

}

header nav #gnav li.active {
  background: #55B04D;
}

header nav #gnav li.active a {
  color: #fff;
}

#download_pdf ul {
  vertical-align: top;
}

.booth-map {
  margin: 0 auto;
}

.booth-map ul.booth {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  /*overflow: hidden;*/
  margin-bottom: 20px;
}

.booth-map ul.booth li {
  display: flex;
  float: left;
  width: 16.66666%;
  height: 100%;
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  margin-bottom: 1%;
  padding: 10px;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 5px;
  vertical-align: middle;
}

.adjust-box {
  position: relative;
  width: 50%;
  height: auto;
  background: #EEE;
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner figure {
  width: 70%;
  text-align: center;
  margin-left: 17%;
  margin-top: 23%;
  /*width: 50%;
  text-align: center;
  margin-left: 27%;
  margin-top: 25%;*/
}

.adjust-box p {
  line-height: 1.5em;
}

.booth-map-bg:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 4:3 */
}

.booth-map-bg {
  width: 100%;
  height: 0;
  padding-top: calc(148 / 222 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url('../images/booth_icon.png') center center / cover no-repeat;
}

.booth-map ul.booth li span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}


.map-popup {
  display: none;
  width: 300px;
  position: absolute;
  bottom: 90%;
  left: -57%;
  border-radius: 15px;
  background: #fff;
  color: #333;
  font-weight: bold;
  z-index: 999;
  overflow: visible;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 16px;
}

.pop-title {
  border-radius: 15px 15px 0 0;
  background: #55B04D;
  padding: 12px;
}

.map-popup h4 {
  font-size: 18px;
  color: #fff;
}

.pop-left {
  float: left;
  width: 48%;
  margin-right: 1%;
}

.pop-right {
  float: right;
  width: 49%;
  text-align: left;
}

.pop-wrap {
  padding: 14px;
}

.booth-icon:hover+.map-popup {
  /*display: block;*/
}


.product-cont .wrap p.detail {
  margin: 20px;
  padding-bottom: 40px;
  font-size: 16px;
  text-align: left;
}

.pdf-slider-thumb img {
  vertical-align: middle;
}

.img_box,
.img_box_att {
  position: relative;
  width: 100%;
}

.mov_box {
  position: relative;
  width: 50%;
  float: left;
}

.zone_img_box {
  position: relative;
  width: 80%;
  margin: 20px auto;
}

.zone_img_box:before,
.img_box:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}


.img_box_att:before {
  content: "";
  display: block;
  padding-top: 55%;
  /* 高さを幅の55%に固定 */
}

.zone_img_box img,
.img_box img,
.mov_box img,
.img_box_att img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-height: 100%;
  z-index: 1;
}

.att_right {
  text-align: right;
  font-size: 1.1rem;
}

.iframe_box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iframe_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-height: 100%;
}

.iframe_box:before {
  content: "";
  display: block;
  padding-top: 56%;
  /* 高さを幅の75%に固定 */

}

.movie_text {
  padding-left: 20px;
}

.mov_box {
  position: relative;
  width: 50%;
  float: left;
}

.iframe_box2 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iframe_box2 .inneer {

  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-height: 100%;
}

.iframe_box2 .inneer iframe {
  width: 100%;
}

.iframe_box2:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* 高さを幅の75%に固定 */

}

.top-cont8 h3 {
  font-size: 20vw;
}

.note {
  overflow: hidden;
  height: 3.6em;
  /* 2em（行）x line-heightの1.8 */
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;

}

.note2 {
  overflow: hidden;
  /*min-height: 6.4em; */
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;

}

.products h4 {
  overflow: hidden;
  height: 3.6em;
  /* 2em（行）x line-heightの1.8 */
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.top-cont1,
.top-cont7 {
  max-width: 1600px;
  margin: 0 auto;
}

.chat div img.icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.default_hide {
  display: none;
}

.btn_default {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: .3em;
  padding: 0 1em 0 1.5em;
  background: #ff7864;
  border-radius: 100px;
  margin: 0 auto;
  cursor: pointer;
}

.btn-favorite-lg {
  height: 40px !important;
  line-height: 40px !important;
  font-size: 24px !important;
  padding-left: 50px !important;
  background-size: 42px !important;
}

.top-cont4 p {
  font-size: 1.1em;
  font-weight: bold;
}

a.linkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

a.linkbox_p {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: 100%;
}

.abs_box,
.abs_box2,
.abs_box3,
.chat_abs_box {
  position: absolute;
  top: 0;
  right: 1px;
}

.abs_box img,
.chat_abs_box img {
  width: 50%;
  float: right;
}

.abs_box2 img {
  width: 50%;
}

.abs_box3 img {
  width: 93.7%;
  margin-top: 5.4%;
  margin-left: 0.8%;
}

.abs_box3 img:hover {
  opacity: 0.6;
}

.rel_box {
  position: relative;
  margin-top: 20px;
}

.nopc {
  display: none;
}

.nosp {
  display: block;
}

.abs_img:hover {
  filter: brightness(150%);
  transition-duration: 0.5s;
}

.top-cont3 figure img:hover,
.top-cont4 figure img:hover,
.top-cont5 figure img:hover,
.top-cont7 figure img:hover {
  filter: brightness(150%);
  transition-duration: 0.5s;
}

.rel_box .chat {
  position: relative;
  bottom: 0;
}

.product_after_wrap {
  /*background-color:#f0f3e2;*/
}

.link_bk a {
  color: #111;
}

.standard-cont5 {
  margin-bottom: 1em;
}

.standard-cont5 .wrap div figure {
  width: 50%;
  height: 100%;
  min-height: 240px;
}

.standard-cont5 .wrap div figure iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
}


.btn-area {

  margin-top: 40px;
}

.modal-window h1,
.modal-window2 h1 {
  font-size: 28px;
  color: #ff7864;
}

.modal-window h2,
.modal-window2 h2 {
  font-size: 16px;
}



.modal-window2 .modal-dl {

  background: #000046;

}

.ind-modal-cont {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;

}

.modal-content {
  height: 80%;
  margin-top: 30px;
}

.ind-modal-cont .ind-inner {
  float: left;
  width: 15%;
  overflow: hidden;
  padding: 0px;
  margin-right: 1.5%;
  margin-bottom: 20px;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -1px #666;
  position: relative;
  background: #333;
  cursor: pointer;
  text-shadow: 1px 2px 3px #808080;
  max-height: 160px;
  max-width: 160px;
}

.ind-modal-cont .ind-inner p {
  color: #fff;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  font-size: 1vw;
  margin: 10px;
}

.ind-modal-cont .ind-inner img {
  width: 30%;
  float: right;
  margin: 6px;
}


.ind-modal-cont .ind-inner:hover::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.ind-modal-cont .ind-inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  opacity: 0;
  display: block
}

.ind-modal-cont .ind-inner:before {
  content: '';
  float: left;
  padding-top: 100%;
}


/*.ind-modal-cont .ind-inner:nth-child(6n){ margin-right: 0;}*/
.ind-modal-cont .ind-inner figure {
  text-align: center;
  margin-bottom: 5px;
}

.ind-modal-cont-wrap {
  overflow-y: scroll;
}


.search_popup {
  left: 0px;
  z-index: 9;
}


code {
  color: #ff7864;
  font-weight: bold;
}


.tag-list .tag-title {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background-color: #333;
  padding: 3px 8px 3px 8px;
  margin-right: 16px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 10px;

}

.tag-list .tag-title a {
  color: #fff;
}

.top-cont4 span {
  width: 100%;
}


.cont_lnk {
  text-decoration: underline;
  text-decoration-color: #999;
}


#prev,
#next {
  position: relative;
}

#next .prev,
#prev .next {
  position: absolute;
  right: 0;
  top: 0;
  color: #ff7864;
  font-size: 18px;
  cursor: pointer;
}

.chatbox {
  position: fixed;
  bottom: 256px;
  right: 295px;
  width: 165px;
}

.chatbox img {
  width: 99%;
}



.standard-cont4 span.h5 {
  font-size: 1.8em;
  font-weight: normal;
}

.standard-cont4 span.h6 {
  font-size: 1.4em;
  font-weight: normal;
}

.standard-cont4 span.strong {
  font-size: 1.4em;
  font-weight: normal;
}

.top-cont1wrap a:hover {
  opacity: 1;
}


.tag-list {
  text-align: left;
}

.formbtn {
  display: inline-block;
  width: 100%;
  max-width: 264px;
  color: #fff;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 60px;
  padding: 0 40px;
  background-size: 32px !important;
  box-shadow: 0px 2px 5px -1px #666;
  background: #ff7864;
}


.contents-page {
  text-align: left;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -1px #666;
  position: relative;
  font-size: 1.2em;
}

.contents-page h3 {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}





.top-conf-title {
  color: #465064;
  font-size: 16px;
  text-align: left;
  padding-left: 7px;
  margin-bottom: 10px;
  font-weight: bold;
}


.top-conf-title2 {
  font-size: 100%;
}


.scroll {
  margin: auto;
  width: 96%;
  /*font-size  : 140%;*/
  line-height: 1.5em;
  text-align: center;
  /*border     : 1px solid #666;*/
  /*overflow   : hidden;*/
}

.scroll span {
  display: inline-block;
  padding-left: 0%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollAnime 20s linear infinite;
}

.scroll span:before {
  content: "　";
}

.scroll span:after {
  content: "　";
}

@keyframes scrollAnime {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

@media screen and (min-width:769px) {


  .scroll {
    height: 1.5em;
    overflow: hidden;
  }

  .top-flex-box {
    display: flex;
  }

  .top-flex-cell {
    /*overflow-y: scroll;*/
    height: 2.6vw;
  }

  .top-flex-cell-inner {
    /*height: 0;*/
  }


  .pop_pc_0 {
    left: unset;
    right: 0px;
  }

  .pop_pc_1 {
    left: 0px;
  }
}

@media screen and (max-width:768px) {

  .standard-cont2wrap .btn4 {
    font-size: 17px;
    line-height: 36px;
  }


  .ind-modal-cont-wrap,
  .modal-content2 {
    overflow-y: scroll;
  }

  .scroll {

    overflow: hidden;
  }

  .products h4 {
    font-size: 14px;
    line-height: 14px;
  }

  .pop_sp_0 {
    left: unset;
    right: 0px;
  }

  .pop_sp_1 {
    left: 0px;
  }

  .top-cont1wrap .news {
    position: relative;
    left: unset;
    bottom: 15px;
    width: 96%;
    max-width: unset;
    font-size: 12px;
    text-align: left;
    margin: 15px auto 0px auto;
  }

  .leftcol {
    min-height: unset;
  }

  .modal-content h1 {
    font-size: 20px;
  }

  .modal-wrapper p.btn,
  .modal-wrapper2 p.btn {
    white-space: unset;
    font-size: 12px;
    height: unset;
    font-weight: normal;
    margin: 5px;
    max-width: 30%;
    line-height: 20px;
    min-height: 40px;
    vertical-align: middle;
    border-radius: 9px;
  }

  .modal-wrapper .modal-window {

    position: fixed;
    width: 100%;

    left: 0;
  }

  .modal-wrapper2 {

    padding: 0px 10px;

  }

  .modal-window {

    margin-top: 0px;
    padding: 20px;
  }

  .modal-content {
    padding-bottom: 10px;
  }

  .modal-window {
    background: rgba(255, 255, 255, 0.7);
  }


  .search-cont3 {
    clear: both;
    display: table;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn2 {
    font-size: 14px;
    line-height: 40px;

  }

  .top-cont8 div h3,
  .search-cont8 div h3 {
    font-size: 14px;
  }

  .map-popup {
    width: 240px;
  }

  .search {
    width: 100%;
  }

  .top-colwrap .search_input {
    width: calc(100% - 205px) !important;

  }

  .search-colwrap .search input {
    width: calc(100% - 54px) !important;
    margin-bottom: 10px;

  }

  .glass_btn {
    margin-bottom: 10px;
  }

  .booth_chat {
    clear: both;
    float: none !important;
    height: 140px;
  }

  .nopc {
    display: block;
  }

  .nosp {
    display: none;
  }

  .rightcol {
    display: none;
  }




  .top-cont8 .btn a,
  .search-cont8 .btn a {
    width: 80%;
    height: 50px;
    line-height: 45px;
  }

  .zone-cont ul.tag li {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .booth-map ul.booth li {
    width: 25%;
    margin-bottom: 1%;
    vertical-align: middle;
  }

  .standard-cont2wrap .products {
    width: 97%;
    margin-right: 1.5% !important;
    margin-left: 1.5%;
  }

  .btn4 {
    font-size: 16px;
    line-height: 40px;
  }


  .standard-cont2wrap div.bottom {
    width: 100%;
  }

  .standard-cont5 .wrap div figure {
    width: 100%;
    height: auto;
    min-height: 240px;
  }

  input[type="button"].btn-favorite2 {
    margin-top: 20px;
    height: 48px;
    line-height: 24px;
    font-size: 20px;
  }

  .standard-cont3 ul li {
    width: 100%;
    min-width: 220px;
    margin: 10px 0;
  }

  .product-left,
  .product-right {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .product-cont .product-right {
    padding: 10px;
  }

  .product-cont .favorite {
    /*position: absolute;*/
    right: 0;

  }

  p.btn.to-booth button {
    font-size: 16px;
  }

  .chat_abs_box {
    margin-top: 20px;
    position: relative;
  }

  .search-cont8 div {
    width: 48%;
    margin-right: 1.6%;
    margin-bottom: 20px;
  }



  .search-colwrap .search button.chk_toggle {
    width: 100%;
  }


  .search_popup {
    left: 0px;
    z-index: 9;
  }

  .searchchk_label {
    white-space: nowrap;
  }

  .modal-wrapper .modal-window2,
  .modal-wrapper2 .modal-window2 {
    width: 90%;

    height: 90%;

  }


  /*チャットウィンドウ関係*/
  #bms_messages_container {
    width: 100%;
    height: 90%;
    left: 0;
    top: 55px;
    background-color: #fff;
    padding: 0px;
    position: fixed;
    border-radius: 15px;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3);
    z-index: 9;
  }


  #bms_chat_header {
    padding: 6px;
    font-size: 16px;
    height: 38px;
    background: #ff7864;
    color: #fff;
    text-align: center;
    font-weight: bold;

    border-radius: 15px 15px 0px 0px;
  }

  #bms_chat_user_status {
    position: relative;
  }

  #bms_status_icon {

    line-height: 2em;
  }

  #bms_close_button {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 36px;
    cursor: pointer;
  }

  #bms_chat_user_name {
    line-height: 20px;
    font-size: 20px;
    padding-left: 8px;
  }

  #bms_messages {
    overflow: auto;
    height: calc(100% - 116px);
    border-bottom: 3px solid #ECECEC;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2) inset;
  }

  .bms_message {
    margin: 0px;
    padding: 0 14px;
    font-size: 16px;
    word-wrap: break-word;
    white-space: normal;

  }

  .bms_left {
    float: left;
    line-height: 1.3em;
  }

  .bms_right {
    float: right;
    line-height: 1.3em;
  }

  .bms_clear {
    clear: both;

  }

  #bms_send {
    background-color: #fff;
    height: 78px;
    padding: 14px;
    border-radius: 0px 0px 15px 15px;
  }

  #bms_send_message {
    width: calc(100% - 75px);
    line-height: 16px;
    height: 48px;
    padding: 14px 6px 0px 6px;
    border: 2px solid #B2B2B2;
    border-radius: 4px;
    text-align: left;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
    box-sizing: border-box;

  }

  #bms_send_btn {
    width: 72px;
    height: 48px;
    font-size: 16px;
    line-height: 3em;
    float: right;
    color: #fff;
    font-weight: bold;
    background: #ff7864;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
  }

  #bms_send_btn:hover {
    background: #bcbcbc;
    cursor: pointer;
  }

  .bms_message_box {
    margin-top: 20px;
    max-width: 100%;
    font-size: 16px;
  }

  .bms_message_content {
    padding: 20px;
  }


  .bms_left {
    float: left;
    line-height: 1.3em;
    margin-left: 10px;
  }

  .bms_left .bms_message_box {
    color: #111;
    background: #FFE4E0;
    border-radius: 10px 10px 10px 10px;
    margin-right: 50px;
    position: relative;
  }

  .bms_left .bms_message_content:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #FFE4E0;
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }

  .bms_right {
    float: right;
    line-height: 1.3em;
    margin-right: 10px;
  }

  .bms_right .bms_message_box {
    color: #111;
    background: #E5E5E5;

    border-radius: 10px 10px 10px 10px;
    margin-left: 50px;
    position: relative;
  }

  .bms_right .bms_message_content:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #E5E5E5;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }


  /*チャットウィンドウ関係*/


  .movie_text {
    padding-left: 0px;
  }


  .iframe_box2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .iframe_box2 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-height: 100%;
  }

  .iframe_box2:before {
    content: "";
    display: block;
    padding-top: 50%;
    /* 高さを幅の75%に固定 */

  }




  .movie_text {
    padding-left: 20px;
  }

  .mov_box {
    position: relative;
    width: 100%;
    float: unset;
  }


}


.cat-cont4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  overflow-y: hidden;
}

.cat-all {
  text-align: right;
  margin-left: 1%;
  margin-right: 1%;
}

.cat-all button {
  padding: 0;
  width: 50%;
  max-width: 340px;
  height: auto;
}


.cat-cont4 .btn {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  height: 40px;

  padding: 0 1em 0 1em;
  background: #ff7864;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 0px;
  width: 100%;
  white-space: nowrap;
}



.cat-cont4 .btn img,
.cat-cont4 .btn2 img {
  height: 16px;
  float: left;

}


.cat-cont4 p.cat_title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
  height: 60px;
  overflow: hidden;
}


.cat-all .btn img {
  /*height: 40px;*/
  float: left;
  margin-top: 4px;
}


.chk_toggle img {
  float: right;
}

@media (max-width: 768px) {

  .modal-window {
    background: rgba(255, 255, 255, 0.7);
  }

  .modal-wrapper .modal-window .modal-content,
  .modal-wrapper2 .modal-window2 .modal-content {
    overflow-y: auto;
    height: 80%;
  }


  .modal-window h1,
  .modal-window2 h1 {
    font-size: 4.5vw;
    color: #ff7864;
  }

  .modal-window h2,
  .modal-window2 h2 {
    font-size: 3.2vw;
  }


  .ind-modal-cont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;

  }

  .modal-wrapper {
    padding: 0;
  }

  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: block;
    z-index: 20;
    position: fixed;
    height: 90%;
    width: 90%;
    left: calc(50% - 90%/2);
    background: red;
    top: 53px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: bottom;
  }


  .modal-content {
    height: auto;
    max-height: 70vh !important;
  }

  .ind-modal-cont .ind-inner {
    float: left;
    width: 31%;
    overflow: hidden;
    padding: 10px;
    margin-right: 1.666666%;
    margin-bottom: 20px;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px -1px #666;
    position: relative;
    background: #333;
    cursor: pointer;
    text-shadow: 1px 2px 3px #808080;
  }

  .ind-modal-cont .ind-inner:nth-child(6n) {
    margin-right: 1.666666%;
  }

  .ind-modal-cont .ind-inner:nth-child(3n) {
    margin-right: 0;
  }

  .ind-modal-cont .ind-inner figure {
    text-align: center;
    margin-bottom: 5px;
  }

  .ind-modal-cont .ind-inner p {
    color: #fff;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    font-size: 1.3em;
    margin: 5px;
  }

  .ind-modal-cont .ind-inner img {
    width: 37%;
    float: right;
    margin: 0px;
  }


  .cat-cont4 div.btn {
    float: unset;
    margin-right: unset;
    margin-left: unset;
    margin-bottom: unset;
    box-shadow: unset;
    padding-top: 10px;
    text-align: center;
  }

  .cat-all button {
    width: 100%;
    max-width: unset;
  }


  .cat-cont4 .btn {
    display: inline-block;
    font-family: noto-sans-cjk-jp, sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    padding: 0 1em 0 1em;
    background: #ff7864;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 0px;
    width: 100%;
    white-space: nowrap;
  }

  .search-colwrap .search button.chk_toggle {
    margin-right: 0;
    float: unset;
  }

  .search-colwrap .search input {
    margin-left: 0;
  }

  .cat-all .btn img {
    height: auto;
    width: 100%;
    margin-top: 4px;
  }

  .glass_btn {
    height: 47px;
    width: 47px;
  }

  .modalform li {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
  }

  .cat-cont4 .btn img,
  .cat-cont4 .btn2 img {
    height: 16px;
    float: unset;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .cat-cont4 .img_box {
    max-height: 100px;
  }




  .btn4,
  .cat-cont4 .btn,
  .cat-cont4 .btn2 {
    font-size: 2.5vw;
    line-height: 3.0vw;
    text-align: center;
  }


  .cat-cont4 .btn {
    height: 60px;

    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px;
    width: 100%;
    white-space: nowrap;
  }


  .cat-cont4 p.cat_text {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1em;

    height: 8.5em;
    overflow: hidden;

    margin-top: 10px;
    margin-bottom: 10px;
  }




  .top-cont8 div h3 {
    font-size: 1.3vw;
  }

  .cat-cont4 div {
    float: left;
    width: 31%;
    height: 500px;
    padding: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px -1px #666;
  }


  .cat-cont4 p.cat_title {
    height: 6.4em;
  }




  .cat-all .btn img {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width:769px) and (max-width: 1299px) {

  .cat-cont4 div.btn {
    float: unset;
    margin-right: unset;
    margin-left: unset;
    margin-bottom: unset;
    box-shadow: unset;
    padding-top: 10px;
    text-align: center;
  }

  .btn4,
  .cat-cont4 .btn,
  .cat-cont4 .btn2 {
    font-size: 1.2vw;
    line-height: 2.0vw;
    text-align: center;
  }

  .cat-all button {
    width: 100%;
    max-width: unset;
  }

  .cat-cont4 .img_box {
    max-height: 120px;
  }

  .search-colwrap .search button.chk_toggle {
    width: 100%;
    margin-top: 10px;
    float: unset;
  }

  .modalform li {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
  }

  .search-colwrap .search input {
    width: 70%;
    margin-left: 0;

    width: calc(100% - 53px);
  }

  .top-cont8 div h3 {
    font-size: 1.3vw;
  }

  .cat-cont4 p.cat_text {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2em;
    height: 120px;
    overflow: hidden;

    margin-top: 10px;
    margin-bottom: 10px;
  }


  .cat-cont4 div {
    float: left;
    width: 22.9%;
    height: 500px;
    padding: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px -1px #666;
  }

  .cat-cont4 .btn img,
  .cat-cont4 .btn2 img {
    height: 16px;
    float: unset;
    margin-top: 0px;
    margin-bottom: 0px;
  }


  .cat-all .btn img {
    height: auto;
    width: 100%;
    margin-top: 4px;
  }

  .cat-cont4 .btn {
    height: 60px;

    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px;
    width: 100%;
    white-space: nowrap;
  }

  .cat-all .btn img {
    display: inline-block;
    width: 100%;
  }

}

@media (min-width: 1300px) {

  .cat-cont4 div.btn {
    float: unset;
    margin-right: unset;
    margin-left: unset;
    margin-bottom: unset;
    box-shadow: unset;
    padding-top: 10px;
    text-align: center;
  }

  .modalform li {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding: 5px;
    width: 33%;
  }

  .dlarea {
    margin-top: 20px;
  }


  .btn4,
  .cat-cont4 .btn,
  .cat-cont4 .btn2 {
    font-size: 18px;
    line-height: 18px;
    vertical-aligh: middle;
  }

  .top-cont8 div h3 {
    font-size: 20px;
  }


  .cat-cont4 p.cat_text {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2em;
    height: 7vw;
    max-height: 90px;
    overflow: hidden;

    margin-top: 5px;
    margin-bottom: 5px;
  }


  .cat-cont4 div {
    float: left;
    width: 22.9%;
    height: 500px;
    padding: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px -1px #666;
  }

  .cat-all .btn img {
    display: inline-block;
    width: 100%;
  }

}


header h1 img {
  vertical-align: middle;
}

header h1 a:hover {
  background: unset;
}


.cat-cont4 .btn2 {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  letter-spacing: .1em;
  padding: 0 1em 0 1.5em;
  background: #111;
  border-radius: 100px;
  cursor: pointer;
  width: 100%;
  margin: 0;
  margin-top: 10px;
  white-space: nowrap;
}

.cat-cont4 .btn a,
.cat-cont4 .btn2 a {
  color: #fff;
}

.cp_ipcheck {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

@keyframes click-wave {
  0% {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0.35;
  }

  100% {
    width: 200px;
    height: 200px;
    margin-top: -80px;
    margin-left: -80px;
    opacity: 0;
  }
}

.cp_ipcheck .option-input02 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  color: #da3c41 !important;
  border: none;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #666;
}

.cp_ipcheck .option-input02:hover {
  background: #eee;
}

.cp_ipcheck .option-input02:checked {
  background: #fff;
}

.cp_ipcheck .option-input02:checked::before {
  font-size: 15px;
  line-height: 24px;
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: '✔';
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.cp_ipcheck .option-input02.radio {
  border-radius: 50%;
}

.cp_ipcheck .option-input02.radio::after {
  border-radius: 50%;
}

.cp_ipcheck label {
  line-height: 40px;
  display: block;
  width: 40px;
  margin: 0 auto;
}

.cp_ipcheck .option-input02:disabled {
  cursor: not-allowed;
  background: #ddd;
}

.cp_ipcheck .option-input02:disabled::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '✖︎';
  text-align: center;
}




/*
  .cat-cont4 div:nth-child(4n){ margin-right: 0;}
  .cat-cont4 div figure{
    text-align: center;
    margin-bottom: 5px;
  }*/










.cat-all .btn a {
  color: #fff;
}

.dlarea .check_single {
  margin-top: 10px;
  margin-bottom: 10px;
}


.btn5 {
  display: inline-block;
  color: #111;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .25em;
  padding: .2em 1em .3em 1.25em;
  margin: 0 auto 10px;
  background: #ffff00;
  border: 1px solid #aaa;
  border-radius: 100px;
}


.conf_slide {
  background-color: unset;
}


.conf_slide ul.slider2 .slick-prev {
  position: absolute;
  left: -1%;
  top: 35%;
  width: 16px;
  height: 27px;
  background: url(../images/prev.png) no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}

.conf_slide ul.slider2 .slick-next {
  position: absolute;
  right: -1%;
  top: 35%;
  width: 16px;
  height: 27px;
  background: url(../images/next.png) no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}


.slick-dots li:nth-child(9) {
  display: none;
}

.slick-dots li:nth-child(10) {
  display: none;
}

.slick-dots li:nth-child(11) {
  display: none;
}

.slick-dots li:nth-child(12) {
  display: none;
}

.slick-dots li:nth-child(13) {
  display: none;
}

.slick-dots li:nth-child(14) {
  display: none;
}

.slick-dots li:nth-child(15) {
  display: none;
}

.slick-dots li:nth-child(16) {
  display: none;
}

.slick-dots li:nth-child(17) {
  display: none;
}

.slick-dots li:nth-child(18) {
  display: none;
}

.slick-dots li:nth-child(19) {
  display: none;
}

.slick-dots li:nth-child(20) {
  display: none;
}



.dl {
  background: #000046;
  letter-spacing: .1em;
}

.pdf-submit {
  cursor: pointer;
}

.ref_contents {
  font-size: 16px;
  text-align: left;
  margin: 20px;

  clear: both;
  padding: 20px;
  margin-bottom: 20px;

  box-shadow: 0px 2px 5px -1px #666;
}

.ref_title {
  margin: 20px;
}



/*モーダル関係*/

.modal-wrapper .ind-modal-window {
  padding: 10px 30px 30px 30px;
}

.modal-chk-input {
  appearance: none;
  position: absolute;
}

.modal-chk-text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12pt;
  font-weight: bold;
  padding: 5px;
  margin: 5px;
  text-align: left;
}

.modal-chk-text::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 2pt solid #383838;
  width: 12pt;
  height: 12pt;
  margin-right: 10px;
}


.ind-modal-cont-wrap h1 {
  color: #383838;
}

.modal-chk-input:checked+.modal-chk-text::after {
  content: '';
  position: absolute;
  left: 7.3pt;
  display: block;
  border-radius: 50%;
  width: 9pt;
  height: 9pt;
  background-color: #FF7964;
}

.modal-accordion {
  display: none;
  width: 100% !important;
  opacity: 1 !important;
}

.modal-accordion-btn::before {
  content: '▶︎';
  color: #FFFFFF;
  font-size: 14pt;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
}

.ind-modal-cont {
  width: 450px;
  margin: 0 auto;
}

.modal-accordion-btn {
  color: #FFFFFF;
  background-color: #383838;
  font-size: 14pt;
  font-weight: bold;
  padding: 2px;
  width: 100%;
  text-align: left;
  margin: 10px auto 0 auto;
  cursor: pointer;
}

.modal-accordion-btn.accordion-active {
  background-color: #FF7964;
}

.modal-accordion-btn.accordion-active::before {
  content: '▼';
}


.modal-button {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0.5em 2em 0.5em 2em;
  background: #55B04D;
  border-radius: 100px;
  white-space: nowrap;
  margin: 10px auto 0 auto;
  cursor: pointer;
}

.modal-button.btn-inactive {
  background: #cccccc !important;
}

.ind-modal-cont-wrap {
  overflow-y: scroll;
  height: 100%;
}

.ind-modal-window .note {
  width: 100%;
  font-size: 10px;
  color: #383838;
  margin-top: 10px;
  margin-bottom: 15px;
}

.ind-modal-window a {
  text-decoration: underline;
}

.ind-modal-window .modal-content {
  margin-top: 0px;
}



.modal-wrapper .ind-modal-window {
  height: 560px;
  top: calc(50% - 560px/2);
  width: 700px;
  left: calc(50% - 700px/2);
  box-shadow: none;
}

.ind-modal-window .modal-button {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0;
  /* padding: 0.5em 2em 0.5em 2em; */
  background: #ff7864;
  border-radius: 100px;
  white-space: nowrap;
  margin: 10px auto 0 auto;
  cursor: pointer;
  width: 150px;
  height: 50px;
  text-align: center;
  padding: 0;
}

.ind-modal-window h1 {
  font-size: 26pt;
  color: #383838;
  margin-bottom: 0px;
  margin-top: 20px;
}

.ind-modal-window h2 {
  font-size: 14pt;
  font-weight: normal;
  margin-bottom: 10px;
}

.modal-wrapper .ind-modal-window .modal-content {
  max-height: 400px;

}

#accordion-margin {
  height: 300px;
}

@media (max-width: 768px) {
  .ind-modal-cont {
    width: 100%;
  }

  .modal-wrapper .ind-modal-window {
    padding: 30px 20px 20px 20px;
  }

  .ind-modal-window h1 {
    font-size: 19pt;
    color: #383838;
    margin-bottom: 10px;
    margin-top: 0px;

  }


  .ind-modal-window .note {
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .modal-accordion-btn {
    font-size: 16px;
  }

  .modal-chk-text {
    font-size: 16px;
  }

  .modal-content {
    margin-top: 0px;
  }

  .ind-modal-window h2 {
    font-size: 10pt;
  }

  .modal-content {
    margin-top: 0px;
  }

  .modal-wrapper .ind-modal-window {
    height: 95%;
    top: 60px;
    width: 90%;
    left: 0;
    top: calc(50% - 95%/2);
    left: calc(50% - 90%/2);
  }

  .ind-modal-window .modal-button {
    font-size: 22px;
    line-height: 22px;
    border-radius: 50px;
    width: 130px;
    height: 40px;
  }

}

/* ===================================
add
===================================*/
/* -----------common----------- */
.img_hover:hover {
  filter: brightness(150%);
  transition-duration: 0.5s;
}

.nosp-i {
  display: block !important;
}

.nopc-i {
  display: none !important;
}

.contents-page {
  box-shadow: none;
}

.link_tri span {
  color: #55B04D;
}

.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_contain {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.img_block {
  width: 100%;
  object-fit: contain;
  display: block;
}

.dis_pc {
  display: block;
}

.dis_sp {
  display: none;
}

.title4 {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #333333;
}

.title5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.title5 .en {
  color: #55B04D;
  font-size: 24px;
  text-align: center;
  display: block;
  font-family: Avenir;
  margin-bottom: 10px;
}

.title5 .ja {
  color: white;
  font-size: 34px;
  font-weight: 700;
  background: #55B04D;
  box-shadow: 7px 7px 0 #d0cece;
  text-align: center;
  position: relative;
  width: 300px;
  height: 68px;
  line-height: 68px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.title5 .ja:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 20px solid #55B04D;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 8.5px);
}

.title5 .ja:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 20px solid #d0cece;
  position: absolute;
  bottom: -23px;
  left: calc(50% - 0px);
}

.btn_more {
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 19px;
  text-align: center;
  position: relative;
  display: block;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 9999px;
}

.btn_more:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
}

/* -----------header----------- */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

header h1 {
  padding-right: 5px;
}

header h1 a img {
  object-fit: contain;
  display: block;
  max-height: 42px;
  object-position: center;
}

.form_control {
  width: 100%;
}

.form_control+.form_control {
  margin-top: 20px;
}

.form_label {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

.form_text {
  width: 100%;
  font-size: 12px;
  padding: 10px;
  display: block;
}

.form_check {
  font-size: 12px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form_check input {
  margin: 0 6px 0 0;
}

/* -----------footer----------- */
.footer {
  padding: 27px 45px 25px;
  background: #f0f0f0;
}

.footer_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer_logo_1 {
  width: 294px;
  display: block;
}

.footer_logo_2 {
  display: block;
  width: 177px;
  margin-top: 26.5px;
}

.footer_menu li a {
  font-size: 12px;
  line-height: 2;
  display: block;
  text-align: left;
}

.copyright {
  margin-top: 28px;
  font-size: 12px;
  text-align: center;
}

/* -----------side----------- */
.side_mypage .btn_mypage {
  font-size: 14px;
  background: #55B04D;
  color: white;
  text-align: center;
  height: 35px;
  width: 100%;
  border-radius: 9999px;
  line-height: 35px;
  font-weight: 700;
  display: block;
}

.side_register p {
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}

.side_register .btn_this {
  text-decoration: underline;
  line-height: inherit;
}

.search_control {
  position: relative;
}

.search_control .c_input {
  border: 1px solid #1B452B;
  font-size: 12px;
  padding: 10px;
  height: 32px;
  width: 100%;
  border-radius: 0;
}

.search_control .c_btn_search {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1B452B;
  color: white;
  background: url(../images/icon-search.png) no-repeat right center #fff;
  background-size: 32px auto;
  width: 32px;
  height: 32px;
}

.side_search_form {
  margin-top: 30px;
}

.side_search_form .link_tri {
  text-align: right;
  margin-left: auto;
  display: block;
}

.side_title a {
  font-size: 14px;
  color: white;
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #1B452B;
  border-radius: 9999px;
  display: block;
}

.side_items {
  padding-left: 20px;
  margin-top: 15px;
}

.side_items li {
  margin: 0.3rem 0;
}

.side_items li a {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  display: block;
}

.side_items li a span {
  position: absolute;
  left: 0;
  top: 0;
}

.side_menu {
  margin-top: 27px;
}

.side_menu_detail+.side_menu_detail {
  margin-top: 20px;
}

.side_banner {
  margin-top: 30px;
}

.side_banner_link {
  display: block;
}

.side_banner_link+.side_banner_link {
  margin-top: 20px;
}

.side_slide {
  margin-top: 30px;
}

.side_slide h2 {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

/* -----------slider----------- */
.arrow_slide {
  clear: both;
  padding: 0;
}

.arrow_slide ul .slick-prev {
  position: absolute;
  left: 0;
  top: 35%;
  width: 16px;
  height: 27px;
  background: url(../images/prev.png) no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}

.arrow_slide ul .slick-next {
  position: absolute;
  right: 0;
  top: 35%;
  width: 16px;
  height: 27px;
  background: url(../images/next.png) no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}

.arrow_slide ul {
  padding: 0 25px;
}

.arrow_slide .slick-dotted.slick-slider {
  margin: 0;
}

.arrow_slide ul .slick-prev {
  position: absolute;
  left: -0%;
  top: 35%;
  width: 16px;
  height: 27px;
  background: url(../images/prev.png) no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}

.arrow_slide ul .slick-next {
  position: absolute;
  right: 0%;
  top: 35%;
  width: 16px;
  height: 27px;
  background: url(../images/next.png) no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}

.arrow_slide ul .slick-slide li .img_box {
  margin-bottom: 10px;
}

.arrow_slide ul .slick-slide li .img_box:beforee {
  padding-top: 50%;
}

.arrow_slide ul .slick-slide li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow_slide ul .slick-slide li {
  padding: 0 2.5%;
  text-align: left;
  line-height: 1.4;
  font-weight: bold;
  font-size: 14px;
}

.arrow_slide ul .slick-dots {
  position: static;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.arrow_slide ul .slick-dots li button:before {
  background: #d2d7dd;
  border: 1px solid #d2d7dd;
}

.arrow_slide ul .slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #ccc;
}

/* -----------top----------- */
.colwrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding: 30px 30px 60px;
  column-gap: 20px;
}

.colwrap .rightcol,
.colwrap .leftcol {
  padding: 0;
}

.colwrap .rightcol .snav {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.colwrap .leftcol,
.colwrap .rightcol {
  float: none;
}

.colwrap .leftcol {
  max-width: min(1030px, calc(100% - 270px));
  width: 100%;
  margin: 0;
}

.top_maps {
  width: 47.5%;
  margin-right: 5%;
}

.top_maps_menu {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.top_maps_menu li.map1,
.top_maps_menu li.map2 {
  width: 50%;
}

.top_maps_menu li.map3,
.top_maps_menu li.map5 {
  width: 32.9%;
}

.top_maps_menu li.map4 {
  width: 36%;
  margin: 0 -1%;
}

.top_maps_menu li.map6 {
  width: 100%;
}

.top_maps_menu li a,
.top_maps_menu li a img {
  display: block;
  width: 100%;
}

.top_maps_menu li a img {
  transition: all 0.2s linear;
}

.top_maps_menu li.map1 a:hover img {
  content: url("/common/images/top-cont2-map1-on.png");
}

.top_maps_menu li.map2 a:hover img {
  content: url("/common/images/top-cont2-map2-on.png");
}

.top_maps_menu li.map3 a:hover img {
  content: url("/common/images/top-cont2-map3-on.png");
}

.top_maps_menu li.map4 a:hover img {
  content: url("/common/images/top-cont2-map4-on.png");
}

.top_maps_menu li.map5 a:hover img {
  content: url("/common/images/top-cont2-map5-on.png");
}

.top_maps_menu li.map6 a:hover img {
  content: url("/common/images/top-cont2-map6-on.png");
}

.top_search_menu_content {
  width: 76.45%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.top-colwrap .leftcol {
  background: none;
}

.top-cont3-desc {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
}

.top_link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.top_booth_list {
  display: flex;
  column-gap: 37.5px;
  row-gap: 37.5px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.top_booth_item {
  width: calc(50% - 18.75px);
  padding: 14px 19px;
  border: 2px solid #1B452B;
  display: block;
  position: relative;
}

.top_booth_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top_booth_content {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.top_booth_content .img_box {
  width: 60%;
}

.top_booth_content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top_booth_text {
  font-size: 14px;
  width: calc(40% - 10px);
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top_booth_btn {
  color: white;
  font-size: 16px;
  width: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  background-color: #55B04D;
  position: absolute;
  right: -8px;
  bottom: -8px;
}

.top_booth_btn span {
  margin-left: 5px;
}

.top-cont7 {
  background: none;
}

.top-cont7 .title5 {
  margin-bottom: 50px;
}

.top_keyword_list ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.top_keyword_list ul li {
  display: block;
  margin: 10px;
}

.top_keyword_list ul li a {
  font-size: 18px;
  color: white;
  background-color: #1B452B;
  padding: 11px 32px;
  line-height: 1.2;
  display: inline-block;
  border-radius: 99999px;
  cursor: pointer;
}

.top_search_menu {
  width: 37.8%;
}

.top_search_map {
  width: 28.9%;
}

.top_search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top_search_map_item+.top_search_map_item {
  margin-top: 30px;
}

.top_search_map1 {
  order: 1;
}

.top_search_menu {
  order: 2;
}

.top_search_map2 {
  order: 3;
}

.top_search_menu_btn {
  width: 74.5%;
  display: block;
  margin: auto;
}

.top_search_menu_btn span {
  position: absolute;
  right: 10px;
  top: calc(50% - 0.5em);
  line-height: 1;
}

.top_search_map_item_title a {
  display: block;
}

.top_map_items {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
}

.top_map_items li {
  width: calc(50% - 10px);
}

.top_map_items li a {
  display: block;
}

.top_map_items li p {
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.top_map_items li span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
}

.top_map_items li span i {
  font-style: initial;
  margin-left: 2px;
}

.top_search_menu_btn {
  margin-top: 30px;
}

.top_search_menu_text {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
}

.top_exhibit_act {
  text-align: center;
  margin-top: 50px;
}

.top_exhibit_act p {
  font-size: 24px;
  margin-bottom: 18.4px;
}

.top_exhibit_btn {
  width: 280px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #1B452B;
  border-radius: 9999px;
  font-size: 28px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

.top_main {
  position: relative;
}

.top_main_media {
  width: 100%;
}

.top_main_logo {
  width: 53.64%;
  height: 26.4%;
  position: absolute;
  left: 23.2%;
  top: 2.3%;
}

.top_main_logo_area1,
.top_main_logo_area2 {
  position: absolute;
  top: 0;
  width: 28.9%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.top_main_logo_area1 {
  left: 0;
}

.top_main_logo_area2 {
  right: 0;
}

.top_main_log_item {
  background: white;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_main_log_1,
.top_main_log_2,
.top_main_log_3,
.top_main_log_4 {
  width: 17.6%;
  position: absolute;
  top: 0;
  height: 59.1%;
}

.top_main_log_1 {
  left: 0;
}

.top_main_log_2 {
  left: 17.75%;
}

.top_main_log_3 {
  right: 0;
}

.top_main_log_4 {
  left: 17.75%;
}

.top_main_log_5,
.top_main_log_6,
.top_main_log_7,
.top_main_log_8,
.top_main_log_9,
.top_main_log_10 {
  width: 11.7%;
  position: absolute;
  bottom: 0;
  height: 40%;
}

.top_main_log_5 {
  left: 0;
}

.top_main_log_6 {
  left: calc(11.85% * 1);
}

.top_main_log_7 {
  left: calc(11.85% * 2);
}

.top_main_log_8 {
  right: 0;
}

.top_main_log_9 {
  right: calc(11.85% * 1);
}

.top_main_log_10 {
  right: calc(11.85% * 2);
}

.top_main_logo_area_sub {
  width: 100%;
  display: flex;
}

.top_main_btn_mypage,
.top_main_btn_syuttenn {
  width: 7.61%;
  position: absolute;
  bottom: 21.428%;
  opacity: 1 !important;
}

.top_main_btn_mypage {
  left: 41.25%;
}

.top_main_btn_syuttenn {
  left: 51.25%;
}

.top-cont9 {
  padding: 0;
  margin-top: 50px;
}

.top_special .slide_list {
  display: none;
}

.top_koukoku {
  display: none;
}

/* -----------zone----------- */
.zone-cont ul.tag {
  column-gap: 25px;
  row-gap: 40px;
  overflow: initial;
  margin-bottom: 74px;
}

.zone-cont ul.tag li {
  width: calc(20% - 20px);
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  display: block;
}

.zone-cont ul.tag li:after {
  content: "▼";
  position: absolute;
  left: calc(50% - 0.5em);
  bottom: -24px;
}

.zone-cont ul.tag li span {
  font-size: 14px;
  color: white;
  background: #55B04D;
  border-radius: 5px;
  height: 60px;
  float: none;
}

.zone_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 20px;
}

.zone_item {
  width: calc(50% - 12.5px);
}

.zone_item a {
  border: 1px solid #1B452B;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.zone_item a .img_box,
.zone_item a .text {
  width: calc(50% - 7.5px);
}

.zone_item a .img_box:before {
  padding-top: 60%;
}

.zone_item a .text h3 {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zone_item a .text p {
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zone_sec .title4 {
  margin-top: 30px;
}

.booth-map ul.booth {
  column-gap: 25px;
  row-gap: 25px;
}

.booth-map ul.booth li {
  background: none;
  border: 1px solid #707070;
  height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 0;
  width: calc(100% / 6 - 125px / 6);
  border-radius: 0;
  height: 80px;
  position: relative;
}

.booth-icon-img {
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
}

.booth-icon-img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  display: block;
}

/* -----------login----------- */
.login {
  padding-top: 40px;
}

.login h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.login {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.login_forget_desc {
  margin-top: 30px;
  text-align: center;
}

.login_forget_desc,
.reigster_user_desc {
  font-size: 10px;
  margin-bottom: 10px;
}

.login_forget_desc a {
  text-decoration: underline;
}

.login_act {
  text-align: center;
}

.reigster_user_desc {
  margin-top: 30px;
}

.login_btn,
.registe_btn {
  width: 200px;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 9999px;
  display: inline-block;
  font-weight: 700;
}

.login_btn {
  background-color: #55B04D;
}

.registe_btn {
  background-color: #1B452B;
}

/* ----------- download form ----------- */
.modal-wrapper .custom-download-modal {
  top: auto;
  bottom: auto;
  position: relative;
  max-height: 80%;
  height: calc(100vh - 120px);
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  width: 1000px;
  max-width: 94%;
  left: auto;
  right: auto;
}

.custom-download-modal .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.custom-download-modal .modal-content {
  margin: 0;
  position: static;
  padding: 0;
  overflow: auto;
  max-height: 100% !important;
  height: initial !important;
}

.custom-download-modal .form-group label {
  font-size: 18px;
  font-weight: 700;
  width: 230px;
  display: block;
  text-align: left;
  margin-top: 8px;
}

.custom-download-modal .form-group label code {
  font-size: 12px;
  color: white;
  display: inline-block;
  margin-left: 13px;
  border-radius: 999px;
  background-color: #D30000;
  padding: 0 5px;
  position: relative;
  bottom: 3px;
}

.custom-download-modal .ind-modal-cont {
  width: 100%;
  display: block;
  padding-left: 100px;
  padding-right: 100px;
}

.custom-download-modal .ind-modal-cont-wrap {
  overflow-y: auto;
}

.custom-download-modal .form-input {
  width: calc(100% - 230px);
}

.custom-download-modal .form-group-row {
  display: block;
}
.custom-download-modal .form-group-row label,
.custom-download-modal .form-group-row .form-input {
  width: 100%;
}
.custom-download-modal .form-control {
  height: 40px;
  width: 100%;
}


.custom-download-modal textarea.form-control {
  width: 100%;
  height: 200px;
  resize: none;
}

.form-error {
  display: none;
  color: red;
  text-align: left;
  margin-top: 5px;
}

.custom-download-modal .form-control.err + .form-error {
  display: block;
}

.cus_pdf_items {
  column-gap: 50px;
  justify-content: center;
  overflow: initial;
}

.cus_pdf_items .ccell {
  width: calc(100% / 3 - 100px / 3);
  margin: 0;
  box-shadow: none;
  padding: 0;
}

.cus_pdf_items .hide_sel {
  display: none;
}

.cus_pdf_items div {
  float: none;
  width: 100%;
  height: initial;
}

.cp_ipcheck label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: initial;
}

.cp_ipcheck .modal-accept-chk {
  justify-content: center;
}

.cp_ipcheck .modal-accept-chk a {
  color: #001BAD;
}

.cus_pdf_items .pdf-modal-img {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 5px 0;
  position: relative;
}
.cus_pdf_items .pdf-modal-img:after {
  content: "";
  display: block;
  padding-top: 141.6%;
}

.cus_pdf_items .cat_title {
  font-size: 16px;
  box-shadow: none;
  padding: 0;
}

.custom-download-modal .ind-modal-cont-wrap .note {
  margin: 0;
}

.custom-download-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  margin: 0;
  padding: 0;
  color: #909090;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pdf-download-page h2 {
  font-size: 24px;
}

#modal-pdf-submit-all {
  background: #55B04D;
  color: white;
  border-radius: 999px;
  width: 280px;
  max-width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
}

.pdf-download-page .modalform {
  margin-top: 20px;
}

.cus_download_desc {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.dl-tbl {
  display: block;
  margin-top: 40px;
  max-height: 240px;
  overflow: auto;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dl-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 28px;
  background-color: #F0F0F0;
  height: 60px;
}

.dl-tbl-body>.dl-row:nth-child(2n) {
  background-color: #FAFAFA;
}

.dl-title {
  font-size: 18px;
  width: calc(100% - 150px);
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pdf-single-button {
  width: 150px;
  height: 40px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #55B04D;
  border-radius: 9999px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.pdf-dl-button-sq {
  background: #55B04D;
  color: white;
  width: 280px;
  max-width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.cus_add_download {
  margin-top: 40px;
  text-align: center;
}

#add-modal-pdf-form .ind-modal-cont {
  width: 750px;
  max-width: 100%;
}

.cus_add_download {
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
}

.cus_pdf_items .more-div {
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.cus_pdf_items .more-div h4 {
  font-size: 24px;
  cursor: pointer;
}

.pdf-more-button {
  background: #707070;
  color: white;
  border-radius: 999px;
  width: 400px;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 700;
  margin-top: 40px;
}

#add-modal-pdf-form .ind-modal-cont {
  display: block;
}

.pdf-back-button {
  font-size: 24px;
  text-align: center;
  border: 1px solid #303030;
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  border-radius: 9999px;
}

.cus_contact_faq {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 60px;
  margin-bottom: 40px;
}

.cus_contact_faq_item {
  width: calc(50% - 30px);
}

.cus_contact_faq_item h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.ccf_desc {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}

.ccf_list {
  text-align: left;
  margin-top: 10px;
}

.ccf_item {
  display: block;
  font-size: 16px;
}

.ccf_item input {
  margin: 0;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
  width: 15px;
  height: 15px;
}

/* --booth and product-- */
.cus_btn {
  background-color: #55B04D;
  padding: 0 10px 0 50px;
  display: inline-block;
  width: 350px;
  color: #fff;
  font-size: 23px;
  letter-spacing: auto;
  line-height: 60px;
  font-weight: bold;
  padding: 0 10px 0 40px;
  background-size: 32px !important;
  box-shadow: 0px 2px 5px -1px #666;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  white-space: nowrap;
  position: relative;
}

.cus_btn:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
}

.cus_btn__download:before {
  background-image: url(/common/images/standard-cont3-icon1.png);
}

.cus_btn__contact:before {
  background-image: url(/common/images/standard-cont3-icon4.png);
}

.cus_btn_act {
  display: flex;
  justify-content: center;
  align-items: center;
}

.standard-cont6 .list-inputtext li {
  background: #ffffff;
}

.standard-cont6 .btn button.view-pdf-modal,
.standard-cont6 .btn button.view-contact-modal {
  display: inline-block;
  width: 300px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: bold;
  padding: 0 40px;
  background-size: 32px !important;
  box-shadow: 0px 2px 5px -1px #666;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  white-space: nowrap;
}

.pdf-slider {
  width: calc(100% - 8px);
  padding: 0 40px;
  margin: 0 auto 40px;
}

.pdf-slider-item {
  padding: 0 36px;
}

.pdf-slider-item .cat_title {
  margin-top: 10px;
}

.pdf-slider .slick-prev:before,
.pdf-slider .slick-prev:before {
  content: none;
}

.pdf-slider .slick-prev {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 20px solid #C3C3C3;
  border-bottom: 14px solid transparent;
  left: 0;
}

.pdf-slider .slick-next {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 20px solid #C3C3C3;
  border-bottom: 14px solid transparent;
  right: 0;
}

.pdf-slider-thumb .slick-next {
  right: 0;
}

.pdf-slider-thumb .slick-prev {
  left: -5px;
}

#modal-contact .cat-cont4 div.pdf-modal-img,
.pdf-slider-item div.pdf-modal-img:before {
  content: "";
  display: block;
  padding-top: 141.6%;
}

.standard-cont6 {
  margin-bottom: 40px;
}

.standard-cont7 {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.standard-cont7 .leftbox {
  width: calc(100% - 170px);
  padding-right: 20px;
}

.standard-cont7 .leftbox,
.standard-cont7 .rightbox {
  float: none;
}
.cus_pdf_items div.more-div-2 {
  padding: 0;
  border: none;
  box-shadow: none;
  text-align: center;
  height: initial;
  margin: 0;
}
.cus_pdf_items div.more-div-2 img {
  margin-bottom: 0 !important;
}

/* - fv - */
.ec_area {
  position: relative;
}

.ec_area img {
  max-width: 100%
}

.ec_box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.ec_pop {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999999;
}

.ec_box img {
  position: absolute;
  top: 0;
  left: 0;
}

.ec_box_nc .abs_img:hover{
  filter: unset;
  transition-duration: unset;
}

.ec_ad1 img{
  margin-left: 40.2%;
  margin-top: 1.13%;
  width: 18.7%;
}


.ec_ad2 img{
  margin-left: 62.1%;
  margin-top: 1.5%;
  width: 10.4%;
}

.ec_ad3 img{
  margin-left: 62.1%;
  margin-top: 7.5%;
  width: 10.4%;
}
.ec_ad4 img{
  margin-left: 26.5%;
  margin-top: 1.52%;
  width: 5.25%;
}
.ec_ad5 img{
  margin-left: 31.8%;
  margin-top: 1.52%;
  width: 5.25%;
}

.ec_ad6 img{
  margin-left: 26.5%;
  margin-top: 4.45%;
  width: 5.25%;
}

.ec_ad7 img{
  margin-left: 31.8%;
  margin-top: 4.45%;
  width: 5.25%;
}

.ec_ad8 img{
  margin-left: 26.5%;
  margin-top: 7.35%;
  width: 5.25%;
}

.ec_ad9 img{
  margin-left: 31.8%;
  margin-top: 7.35%;
  width: 5.25%;
}

.ec_ad10 img{
  margin-left: 0.3%;
  margin-top: 6%;
  width: 25.25%;
}

.ec_ad11 img{
  margin-left: 82.6%;
  margin-top: 6.5%;
  width: 5.25%;
}


.ec_1 img{
  margin-left: 65%;
  margin-top: 29.6%;
  width: 6.8%;
}
.ec_4 img{
  margin-left: 46.7%;
  width: 6.5%;
  margin-top: 18%;
}

.ec_5 img{
  margin-left: 27.4%;
  width: 8.4%;
  margin-top: 18.1%;
}

.ec_6 img{
  margin-left: 37.3%;
  width: 8.4%;
  margin-top: 18.1%;
}

.ec_7 img{
  margin-left: 54.5%;
  width: 8.4%;
  margin-top: 18%;
}

.ec_8 img{
  margin-left: 64.4%;
  width: 8.4%;
  margin-top: 18.1%;
}


.ec_9 img{
  margin-left: 59%;
  width: 4.7%;
  margin-top: 26.6%;
}

.ec_10 img{
  margin-left: 50.9%;
  width: 8.7%;
  margin-top: 28.4%;
}

.ec_11 img{
  margin-left: 40.4%;
  width: 6.6%;
  margin-top: 28.4%;
}

.ec_12 img{
  margin-left: 35.5%;
  width: 29%;
  margin-top: 31.2%;
}

.ec_13 img{
  margin-left: 15.2%;
  width: 7%;
  margin-top: 18.7%;
}


.ec_pc_1 img{
  margin-left: 8.5%;
  width: 2.6%;
  margin-top: 0.5%;
}

.ec_pc_2 img{
  margin-left: 73.6%;
  width: 1.9%;
  margin-top: 21.4%;
}

.ec_pc_3 img{
  margin-left: 4.7%;
  width: 3.1%;
  margin-top: 2.8%;
}

.ec_pc_4 img{
  margin-left: 78.9%;
  width: 1.4%;
  margin-top: 21.5%;
}

.ec_pc_5 img{
  margin-left: 78.6%;
  width: 13.1%;
  margin-top: 1.9%;
}

.ec_pc_6 img{
  margin-left: 75.5%;
  width: 1.5%;
  margin-top: 21.5%;
}

.ec_pc_7 img{
  margin-left: 8.7%;
  width: 3.5%;
  margin-top: 23.2%;
}

.ec_pc_8 img{
  margin-left: 14.8%;
  width: 1.1%;
  margin-top: 21.3%;
}

.ec_pc_9 img{
  margin-left: 64.2%;
  width: 3.9%;
  margin-top: 24.8%;
}

.ec_pc_10 img{
  margin-left: 1.2%;
  width: 4.1%;
  margin-top: 22%;
}

.ec_pc_11 img{
  margin-left: 5.6%;
  width: 8.8%;
  margin-top: 20.5%;
}

.ec_pc_12 img{
  margin-left: 12.3%;
  width: 4.3%;
  margin-top: 2.3%;
}

.ec_pc_13 img{
  margin-left: 19.4%;
  width: 4.1%;
  margin-top: 5%;
}

.ec_pc_14 img{
  margin-left: 67.9%;
  width: 4%;
  margin-top: 24.8%;
}

.ec_pc_15 img{
  margin-left: 75.8%;
  width: 3.6%;
  margin-top: 24%;
}

.ec_pc_16 img{
  margin-left: 79.8%;
  width: 6.4%;
  margin-top: 2%;
}

.ec_pc_17 img{
  margin-left: 73.3%;
  width: 2.3%;
  margin-top: 24%;
}

.ec_pc_18 img{
  margin-left: 93.4%;
  width: 4.6%;
  margin-top: 23.5%;
}

.ec_pc_19 img{
  margin-left: 22.4%;
  width: 2.6%;
  margin-top: 23.3%;
}

.ec_pc_20 img{
  margin-left: 76.9%;
  width: 1.9%;
  margin-top: 21.6%;
}

.ec_pc_21 img{
  margin-left: 79.2%;
  width: 21%;
  margin-top: 15.5%;
}
.ec_pc_22 img{
  margin-left: 89.8%;
  width: 7%;
  margin-top: 0.5%;
}
.ec_pc_23 img{
  margin-left: 35.3%;
  width: 2.4%;
  margin-top: 23.9%;
}
.ec_pc_24 img{
  margin-left: 37.6%;
  width: 2.8%;
  margin-top: 23.8%;
}
.ec_pc_25 img{
  margin-left: 76.4%;
  width: 2.1%;
  margin-top: 5.3%;
}


.ec_pc_26 img{
  margin-left: 30.4%;
  width: 4%;
  margin-top: 24.7%;
}
.ec_pc_27 img{
  margin-left: 44.4%;
  width: 13%;
  margin-top: 25.8%;
}
.ec_pc_28 img{
  margin-left: 60.4%;
  width: 3.8%;
  margin-top: 21.9%;
}

.ec_pc_29 img{
  margin-left: 46.5%;
  width: 2.4%;
  margin-top: 22.7%;
}

.ec_pc_30 img{
  margin-left: 27.7%;
  width: 2.3%;
  margin-top: 22.3%;
}
.ec_pc_31 img{
  margin-left: 23.7%;
  width: 6.2%;
  margin-top: 13.9%;
}


.ec_pc_k img{
  margin-left: 64.6%;
  width: 6.5%;
  margin-top: 29%;
}

.ec_pc_l img{
  margin-left: 28%;
  width: 7.4%;
  margin-top: 31.4%;
}

.ec_pc_m img{
  margin-left: 36.7%;
  width: 3.6%;
  margin-top: 27.4%;
}

.ec_1_sp img{
  margin-left: 79%;
  width: 13.5%;
  margin-top: 82%;
}
.ec_4_sp img{
  margin-left: 43.3%;
  width: 13%;
  margin-top: 58.9%;
}

.ec_5_sp img{
  margin-left: 5.1%;
  width: 16.7%;
  margin-top: 59.4%;

}

.ec_6_sp img{
  margin-left: 24.6%;
  width: 16.7%;
  margin-top: 59.4%;
}

.ec_7_sp img{
  margin-left: 58.5%;
  width: 16.7%;
  margin-top: 59.4%;
}

.ec_8_sp img{
  margin-left: 78%;
  width: 16.7%;
  margin-top: 59.4%;
}


.ec_9_sp img{
  margin-left: 68%;
  width: 9%;
  margin-top: 76.2%;
}

.ec_10_sp img{
  margin-left: 51.5%;
  width: 17.4%;
  margin-top: 80%;
}

.ec_11_sp img{
  margin-left: 30.8%;
  width: 12.9%;
  margin-top: 80%;
}

.ec_12_sp img{
  margin-left: 21.1%;
  width: 56.8%;
  margin-top: 85.4%;
}


.ec_sp_k img{
  margin-left: 78.6%;
  width: 13%;
  margin-top: 81.2%;
}

.ec_sp_l img{
  margin-left: 6%;
  width: 15.4%;
  margin-top: 85.4%;
}


.ec_sp_ad1 img{
  margin-left: 31.6%;
  margin-top: 10.6%;
  width: 37%;
}


.ec_sp_ad2 img{
  margin-left: 74.3%;
  margin-top: 10.85%;
  width: 21.3%;
}

.ec_sp_ad3 img{
  margin-left: 74.3%;
  margin-top: 27.1%;
  width: 21.3%;
}
.ec_sp_ad4 img{
  margin-left: 4.5%;
  margin-top: 10.7%;
  width: 10.5%;
}
.ec_sp_ad5 img{
  margin-left: 15.15%;
  margin-top: 10.7%;
  width: 10.5%;
}

.ec_sp_ad6 img{
  margin-left: 4.5%;
  margin-top: 21.9%;
  width: 10.5%;
}

.ec_sp_ad7 img{
  margin-left: 15.15%;
  margin-top: 21.9%;
  width: 10.5%;
}

.ec_sp_ad8 img{
  margin-left: 4.5%;
  margin-top: 33%;
  width: 10.5%;
}

.ec_sp_ad9 img{
  margin-left: 15.15%;
  margin-top: 33%;
  width: 10.5%;
}

.ec_sp_ad10 img{
  margin-left: 28.5%;
  margin-top: 30%;
  width: 44.25%;
}

.ec_sp_ad11 img{
  margin-left: 88.4%;
  margin-top: 32.6%;
  width: 10.2%;
}

.regist_btn,
.regist_btn:hover {
  display: inline-block;
  padding: 12px 14px;
  background: #55B04D !important;
  color: white;
  margin: 0 auto;
  font-weight: 700;
  border: none !important;
}

@media screen and (max-width: 768px) {

  /* -----------common----------- */
  .dis_pc {
    display: none;
  }

  .dis_sp {
    display: block;
  }

  .nosp-i {
    display: none !important;
  }

  .nopc-i {
    display: block !important;
  }

  .link_tri {
    font-size: 3vw;
  }

  .btn_more {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .btn_more:after {
    right: 15px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
  }

  .title4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .title5 {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .title5 .ja {
    font-size: 20px;
    box-shadow: 5px 5px 0 #d0cece;
    width: 180px;
    height: 45px;
    line-height: 45px;
  }

  .title5 .ja:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #d0cece;
    bottom: -18px;
    left: calc(50% - 4px);
  }

  .title5 .ja:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #55B04D;
    bottom: -14px;
    left: calc(50% - 8.5px);
  }

  .arrow_slide.arrow_no_sp .slick-dotted.slick-slider {
    padding: 0;
  }

  /* -----------header----------- */
  header {
    justify-content: flex-start;
  }

  header h1 a {
    background: white;
  }

  header nav {
    background: none;
  }

  header nav #gnav {
    display: none;
  }

  header nav .snav {
    padding: 20px 15px;
    margin: 0;
    border-radius: 0;
    background: white;
  }

  .search_control .c_input {
    border: 1px solid #1B452B;
    font-size: 13px;
    height: 34px;
  }

  .search_control .c_btn_search {
    background-size: 34px auto;
    width: 34px;
    height: 34px;
  }

  .side_search_form .link_tri {
    margin-top: 6.5px;
  }

  .side_title a {
    font-size: 3vw;
    line-height: 2.5;
    height: initial;
  }

  .side_menu {
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;
  }

  .side_menu_detail {
    width: calc(50% - 7.5px);
  }

  .side_menu_detail+.side_menu_detail {
    margin: 0;
  }

  .side_items {
    padding-left: 3vw;
    margin-top: 3vw;
  }

  .snav_links {
    margin-top: 20px;
    display: block;
  }

  .snav_links a {
    font-size: 12px;
    padding: 0 8.5px;
    width: 200px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #1B452B;
    color: #1B452B;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 9999px;
  }

  .snav_links a+a {
    margin-top: 15px;
  }

  .side_search_form {
    margin-top: 20px;
  }

  .side_mypage .btn_mypage {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .colwrap {
    padding: 4vw 0 8vw;
    display: block;
  }

  .colwrap .leftcol {
    max-width: 100%;
    padding: 0;
  }

  /* -----------footer----------- */
  .footer {
    padding: 18px 18px 12px;
  }

  .footer_logo {
    width: 40%;
  }

  .footer_logo_1 {
    width: 100%;
  }

  .footer_logo_2 {
    width: 100%;
    margin-top: 15.3px;
  }

  .footer_menu li a {
    font-size: 8px;
  }

  .copyright {
    margin-top: 20px;
    font-size: 8px;
  }

  /* -----------slider----------- */
  .arrow_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow_slide li:nth-child(n + 5) {
    display: none;
  }

  .arrow_slide li a .img_box:before {
    padding-top: 55.3%;
  }

  /* -----------top----------- */
  .top-cont3 {
    margin-top: 30px;
  }

  .top-cont9 {
    margin-top: 30px;
  }

  .top_main_logo {
    width: 68.24%;
    top: 2.91%;
    left: 15.74%;
    height: 27.6%;
  }

  .top_main_log_1,
  .top_main_log_2,
  .top_main_log_3,
  .top_main_log_4 {
    width: 24.45%;
    position: absolute;
    top: 0;
    height: 36.5%;
  }

  .top_main_log_1 {
    left: 0;
  }

  .top_main_log_2 {
    right: 0;
    left: auto;
  }

  .top_main_log_3 {
    left: 0;
    top: 37.5%;
  }

  .top_main_log_4 {
    right: 0;
    top: 37.5%;
    left: auto;
  }

  .top_main_log_5,
  .top_main_log_6,
  .top_main_log_7,
  .top_main_log_8,
  .top_main_log_9,
  .top_main_log_10 {
    width: calc(99% / 6);
    position: absolute;
    bottom: 0;
    height: 25%;
  }

  .top_main_log_5 {
    left: 0;
  }

  .top_main_log_6 {
    left: calc(100% / 6 * 1);
  }

  .top_main_log_7 {
    left: calc(100% / 6 * 2);
  }

  .top_main_log_8 {
    right: 0;
  }

  .top_main_log_9 {
    right: calc(100% / 6 * 1);
  }

  .top_main_log_10 {
    right: calc(100% / 6 * 2);
  }

  .top_main_btn_mypage,
  .top_main_btn_syuttenn {
    width: 20%;
    bottom: 19.55%;
  }

  .top_main_btn_mypage {
    left: 26.26%;
  }

  .top_search_wrap {
    display: block;
    margin-top: -10px;
  }

  .top_search_menu,
  .top_search_map {
    width: 100%;
  }

  .top_search_map,
  .top_search_menu_content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .top_search_menu_content {
    margin-top: 30px;
    width: 100%;
  }

  .top_search_menu_content .top_search_map_item {
    margin-bottom: 30px;
  }

  .top_search_map {
    margin-top: 30px;
  }

  .top_search_map1 {
    margin-top: 20px;
  }

  .top_search_map_item+.top_search_map_item {
    margin-top: 30px;
  }

  .top_search_menu {
    padding: 0;
  }

  .top_map_items li span {
    font-size: 9px;
    width: 100px;
  }

  .top_maps {
    margin: 0;
    width: 100%;
  }

  .top-cont3-desc {
    font-size: 16px;
  }

  .top-cont7 #slider_news li+li {
    margin-top: 30px;
  }

  .top_booth_list {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
  }

  .top_booth_item {
    width: 100%;
    padding: 32px 15px 38px;
    display: block;
  }

  .top_booth_item+.top_booth_item {
    margin-top: 38px;
  }

  .top_booth_content {
    display: block;
  }

  .top_booth_content .img_box,
  .top_booth_text {
    width: 100%;
  }

  .top_booth_content .img_box:before {
    padding-top: 70%;
  }

  .top_booth_text {
    margin-top: 20px;
  }

  .top-colwrap .leftcol .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .top_booth_btn {
    font-size: 16px;
    width: 140px;
    height: 36px;
    right: -9px;
    bottom: -16px;
  }

  .top_search_map_item_title a,
  .top_search_menu_btn {
    width: 90.32%;
    margin: auto;
  }

  .top_search_map_item_title a span,
  .top_search_menu_btn span {
    position: absolute;
    right: 9px;
  }

  .top_exhibit_act p {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .top_exhibit_btn {
    width: 200px;
    height: 45px;
    font-size: 20px;
  }

  .top_exhibit_act {
    margin-top: 28px;
  }

  .top_special .slide_list {
    display: block;
  }

  #slider_news {
    padding-left: 0;
    padding-right: 0;
  }

  #slider_news li+li,
  .slide_list li+li {
    margin-top: 30px;
  }

  #slider_news li a,
  .slide_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #slider_news li a .img_box,
  #slider_news li a span,
  .slide_list li a .img_box,
  .slide_list li a span {
    width: calc(50% - 6px);
    text-align: left;
  }

  .slide_list li a .img_box:before {
    padding-top: 55.3%;
  }

  .arrow_slide ul#slider_special .slick-slide li {
    padding: 0;
  }

  .top_link {
    margin-top: 20px;
  }

  .top_keyword_list ul li a {
    font-size: 12px;
    padding: 9px 20px;
  }

  .top_keyword_list ul li {
    display: block;
    margin: 7.5px 5px;
  }

  .top_koukoku,
  .top_koukoku a {
    display: block;
  }

  .top_koukoku {
    margin: 30px 0 20px;
  }

  .top_search_menu_text {
    margin-top: 10px;
  }

  .booth-icon-img {
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
  }

  /* -----------zone----------- */
  .zone-cont ul.tag {
    column-gap: 16px;
    row-gap: 35px;
    margin-bottom: 45px;
  }

  .zone-cont ul.tag li {
    width: calc(100% / 3 - 32px / 3);
  }

  .zone-cont ul.tag li span {
    font-size: 10px;
    height: 38px;
  }

  .zone-cont ul.tag li:after {
    bottom: -6px;
    font-size: 10px;
  }

  .zone_item {
    width: 100%;
  }

  .zone_item a .img_box {
    width: calc(50% - 10px);
  }

  .zone_item a .text {
    width: calc(50% - 3px);
  }

  .zone_item a .text h3 {
    line-height: 1.3;
  }

  .booth-map ul.booth {
    column-gap: 18px;
    row-gap: 15px;
  }

  .booth-map ul.booth li {
    width: calc(100% / 3 - 12px);
    height: 50px;
  }

  /* -----------login----------- */
  .login {
    padding-top: 0;
  }

  /* -----------pdf download----------- */
  .modal-wrapper .custom-download-modal {
    padding: 20px 20px;
  }

  .custom-download-modal .ind-modal-cont {
    padding: 0;
  }

  .ccf_desc {
    margin-top: 10px;
  }

  .custom-download-modal .form-group label {
    font-size: 14px;
    width: 140px;
  }

  .custom-download-modal .form-group label code {
    font-size: 8px;
    margin-left: 5px;
    padding: 0 5px;
    bottom: 2px;
  }

  .custom-download-modal .form-input {
    width: calc(100% - 140px);
  }

  .custom-download-modal .modal-close {
    top: 15px;
    right: 15px;
    font-size: 30px;
    width: 15px;
    height: 15px;
  }

  .pdf-download-page h2 {
    font-size: 16px;
  }

  .cus_contact_faq {
    display: block;
  }

  .cus_contact_faq_item {
    width: 100%;
  }

  .cus_contact_faq_item+.cus_contact_faq_item {
    margin-top: 20px;
  }

  #modal-contact,
  #modal-pdf {
    padding: 60px 10px;
  }

  .modal-contact-label-6 {
    width: 100% !important;
  }

  .custom-download-modal textarea.form-control {
    height: 150px;
  }

  .custom-download-modal .ind-modal-cont-wrap .note {
    font-size: 12px;
  }

  .custom-download-modal .modal-button {
    height: 40px;
    font-size: 16px;
    padding: 0 30px;
  }

  .cus_pdf_items .ccell {
    width: calc(100% / 2 - 14px);
  }

  .cus_pdf_items {
    column-gap: 25px;
  }

  .cus_pdf_items div.more-div-2 img {
    width: 15px;
  }

  .cp_ipcheck .modal-accept-chk a {
    font-size: 2.5vw;
  }

  .cp_ipcheck .option-input02 {
    width: 5vw;
    height: 5vw;
  }

  .cp_ipcheck .option-input02:checked::before {
    font-size: 4vw;
    line-height: 5vw;
    width: 5vw;
    height: 5vw;
  }

  .pdf-more-button {
    max-width: 90%;
    height: 40px;
    font-size: 16px;
    margin-top: 30px;
    padding: 0 30px;
  }

  .pdf-back-button {
    font-size: 16px;
    width: initial;
    height: 40px;
    margin: 30px auto 0;
    padding: 0 30px;
    display: inline-flex;
  }

  .dl-row {
    padding: 12px 12px;
    height: 50px;
  }

  .pdf-single-button {
    width: 110px;
    height: 40px;
    font-size: 14px;
  }

  .dl-title {
    font-size: 14px;
  }

  .dl-tbl {
    margin-top: 30px;
    max-height: 200px;
  }

  .cus_download_desc {
    font-size: 14px;
    margin-top: 20px;
  }

  .pdf-dl-button-sq {
    width: 240px;
    max-width: 100%;
    height: 40px;
    font-size: 16px;
  }

  .cus_add_download {
    font-size: 16px;
    margin-top: 20px;
  }

  .cus_pdf_items .more-div h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  /* --booth and product-- */
  .cus_btn {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 60px;
    padding: 0 40px;
    background-size: 32px !important;
    box-shadow: 0px 2px 5px -1px #666;
    white-space: nowrap;
    max-width: 100%;
  }

  .pdf-slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pdf-slider-item div {
    width: 49%;
    display: inline-block;
    float: left;
  }

  .pdf-slider-item .cat_title {
    padding: 20px;
  }

  .pdf-slider-item {
    padding: 0;
  }

  .pdf-slider {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .pdf-slider-thumb .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
  }

  .pdf-slider-thumb .slick-dots li button {
    width: 2vw;
    height: 2vw;
    border-radius: 9999px;
    background: white;
    border: 1px solid #707070;
    padding: 0;
    color: transparent;
  }

  .pdf-slider-thumb .slick-dots li.slick-active button {
    background: #707070;
  }

  .pdf-slider-thumb .slick-dots li button:before {
    content: none;
  }

  .pdf-slider-thumb-item .img_box:before {
    padding-top: 141.6%;
  }

  #modal-contact .cat-cont4 div.pdf-modal-img,
  .pdf-slider-item .pdf-modal-img {
    width: 50%;
    height: 0;
    padding-top: calc(250/200 * 50%);
  }

  .pdf-slider {
    padding: 0 6.6vw;
    margin-bottom: 25px;
  }

  .pdf-slider-thumb {
    padding: 0 6.6vw;
    position: relative;
  }

  .pdf-slider-thumb-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .pdf-slider-thumb .slick-list {
    margin: 0 -10px;
  }

  .pdf-slider-thumb .slick-slide {
    display: block !important;
    margin: 0 10px;
  }

  .pdf-slider-thumb li {
    margin: 0;
  }

  .pdf-slider-thumb .slick-prev:before,
  .pdf-slider-thumb .slick-next:before {
    content: none;
  }

  .pdf-slider-thumb .slick-prev,
  .pdf-slider-thumb .slick-next {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #C3C3C3;
    border-left: 2px solid #C3C3C3;
  }

  .pdf-slider-thumb .slick-prev {
    left: 8px;
    transform: rotate(-45deg);
  }

  .pdf-slider-thumb .slick-next {
    right: 8px;
    transform: rotate(-225deg);
  }

  .pdf-slider-thumb .slick-dots {
    width: 100%;
    left: 0;
    right: 0;
  }
  button.view-pdf-modal,
  button.view-contact-modal {
    font-size: 16px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 40px;
    background-size: 30px;
  }

  .cus_btn:before {
    width: 25px;
    height: 25px;
  }

  .standard-cont7 {
    display: block;
    margin-bottom: 20px;
  }

  .standard-cont7 .leftbox {
    width: 100%;
    padding: 0;
  }

  .standard-cont7 .rightbox {
    width: 100%;
  }

  .rel_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-box .rel_box {
    display: block;
  }
}