@charset "UTF-8";

/* ======= 共通 style ========== */
.product.c_section,
.workshop.c_section,
.briefing.c_section,
.catalog.c_section,
.movie.c_section,
.questionnaire.c_section {
  padding-top: 70px;
  padding-bottom: 0px;
}

.page_contact .c_section {
  padding-top: 70px;
}
.catalog.c_section+.questionnaire{
  margin-top: 70px;
}

.product.c_section {
  position: relative;
  z-index: 5;
}


.workshop.c_section {
  padding-bottom: 0px;
}

.page_products .product.c_section,
.page_workshop .workshop.c_section,
.page_briefing .briefing.c_section,
.page_catalog .catalog.c_section,
.page_privacy .c_section,
.page_meeting .conts.c_section,
.page_questionnaire .contents {
  padding-top: 50px;
  padding-bottom: 100px;
}

.page_workshop .workshop.c_section {
  padding-bottom: 0px;
}

@media screen and (max-width: 540px) {
  .product.c_section,
  .workshop.c_section,
  .briefing.c_section,
  .catalog.c_section,
  .movie.c_section,
  .questionnaire.c_section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .page_products .product.c_section {
    padding-bottom: 20px;
  }
}

/* ======= 背景 style ========== */
#main_contents {
  position: relative;
}

#headerarea.fixnavi + #main_contents {
  padding-top: 223px;
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  #main_contents {
    position: relative;
  }

  #headerarea.fixnavi + #main_contents {
    padding-top: 253px;
    margin-top: 0px;
  }
}

.page_workshop .contents,
.page_contact.conf_send #main_contents .contact_pageconts,
.page_contact.comp_send #main_contents .contact_pageconts {
  background-color: var(--cl-shadow-black);
}

/* 会場出展概要 */

.real {
  /* background-color: #ddeeff; */
}

.nagoya .real {
  /* background-color: var(--cl-contrast)4f9; */
}

.real .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
  padding-top: 35px;
  padding-bottom: 25px;
}

.p_eco .real .container {
  display: -webkit-block;
  display: -ms-block;
  display: block;
}

.real .container h3 {
  width: 100%;
  white-space: nowrap;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}

.real .container dl {
  width: calc(100% - 240px);
}

.real .container dl dt {
  padding-bottom: 0.5em;
}

.real .container .btns {
  width: 220px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .real .container {
    flex-direction: column;
  }

  .real .container dl {
    margin-left: 0px;
    margin-top: 1em;
    width: 100%;
  }

  .real .container dl dd {
    flex-wrap: wrap;
  }

  .real .container dl dd .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .real .container .btns {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
  }
}

/* 出展社TOP */

/* カタログ */

body.page_catalog #catalog .list_catalog {
  position: relative;
  z-index: 3;
}

/* アンケート */
body.page_questionnaire .contents .container {
  position: relative;
  z-index: 2;
  color: #000000;
}

.page_questionnaire .contents .container .btn {
  margin-top: 3em;
}

/* ======= page_nav style ========== */

.page_nav {
  width: 100%;
  max-width: 1980px;
  max-height: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--cl-contrast);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
  position: relative;
}

.page_nav a {
  display: block;
}

@media screen and (max-width: 739px) {
  .page_nav {
    max-height: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page_nav h2 {
  max-width: 65px;
  max-height: 65px;
  overflow: hidden;
}

.page_nav h2 a {
  /*  display: block;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100% - 5px);
  max-width: 55px;
  max-height: 55px;
  padding-top: 5px;
  padding-left: 5px;
}

.page_nav .page_nav_inner {
  margin-right: auto;
}

@media screen and (max-width: 740px) {
  .page_nav .page_nav_inner {
    margin-right: 0;
    width: calc(100% - 70px);
  }
}

.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/**/
.page_nav .attribute_list li {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 7px;
  color: var(--cl-contrast);
}

@media screen and (max-width: 640px) {
  .page_nav .attribute_list li {
    font-size: 9px;
  }
}

.page_nav .attribute_list .item_category.cat1 {
  color: #f0454e;
}

.page_nav .attribute_list .item_category.cat2 {
  color: #ff9f38;
}

.page_nav .attribute_list .item_category.cat3 {
  color: #7569cd;
}

.page_nav .attribute_list .item_category.cat4 {
  color: #007bd0;
}

.page_nav .attribute_list .item_category.cat5 {
  color: #00a07d;
}

.page_nav .attribute_list .item_category.cat6 {
  color: #e74c9b;
}

.page_nav .attribute_list .item_category.cat7 {
  color: #00c4dd;
}

.page_nav .attribute_list .item_venue {
  background-color: var(--cl-yokohama);
  padding: 0px;
  padding-left: 10px;
  margin-left: 3px;
}

.nagoya .page_nav .attribute_list .item_venue {
  background-color: var(--cl-nagoya);
}

.page_nav .attribute_list .item_venue span {
  display: inline-block;
  font-size: 1rem;
  background-color: var(--cl-yokohama-dark);
  padding: 5px 7px;
  margin-left: 5px;
}

.nagoya .page_nav .attribute_list .item_venue span {
  background-color: var(--cl-nagoya-dark);
}

.page_nav .attribute_list .item_online {
  background-color:var(--cl-online);
}

.page_nav .attribute_list .item_ex_name {
  color: #000;
}

@media screen and (max-width: 580px) {
  .page_nav .attribute_list .item_ex_name {
    width: 100%;
  }
}

/**/
.page_nav .page_nav_list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 7px;
}

.page_nav .page_nav_list li {
  margin-right: 15px;
}

.page_nav .page_nav_list li .sp_only {
  display: none;
}

@media screen and (max-width: 1085px) {
  .page_nav .page_nav_list li {
    line-height: 1.4;
    margin-right: 15px;
  }
}

@media screen and (max-width: 645px) {
  .page_nav .page_nav_list li .sp_only {
    display: block;
  }
}

.page_nav .page_nav_list li a {
  height: 100%;
  min-height: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  line-height: 1;
}
.page_nav .page_nav_list li.target_real a {
  color: var(--cl-contrast);
  height: auto;
  min-height: 20px;
  background-color: var(--cl-yokohama-dark);
  border-radius: 50px;
  font-size: 1.2rem;
  padding: 2px 15px;
  margin-bottom: 10px;
}
.nagoya .page_nav .page_nav_list li.target_real a {
  background-color: var(--cl-nagoya-dark);
}

.page_nav .page_nav_list li a.current,
.page_products .page_nav .page_nav_list li.anchor_product a,
.page_catalog .page_nav .page_nav_list li.anchor_catalog a,
.page_demo .page_nav .page_nav_list li.anchor_movie a,
.page_briefing .page_nav .page_nav_list li.anchor_briefing a,
.page_meeting .page_nav .page_nav_list li.anchor_meeting a,
.page_workshop .page_nav .page_nav_list li.anchor_workshop a {
  color: var(--cl-yokohama);
}

.nagoya .page_nav .page_nav_list li a.current,
.nagoya.page_products .page_nav .page_nav_list li.anchor_product a,
.nagoya.page_catalog .page_nav .page_nav_list li.anchor_catalog a,
.nagoya.page_demo .page_nav .page_nav_list li.anchor_movie a,
.nagoya.page_briefing .page_nav .page_nav_list li.anchor_briefing a,
.nagoya.page_meeting .page_nav .page_nav_list li.anchor_meeting a,
.nagoya.page_workshop .page_nav .page_nav_list li.anchor_workshop a {
  color: var(--cl-nagoya);
}

.page_nav .page_nav_list li a.current::after,
.page_products .page_nav .page_nav_list li.anchor_product a::after,
.page_catalog .page_nav .page_nav_list li.anchor_catalog a::after,
.page_demo .page_nav .page_nav_list li.anchor_movie a::after,
.page_briefing .page_nav .page_nav_list li.anchor_briefing a::after,
.page_meeting .page_nav .page_nav_list li.anchor_meeting a::after,
.page_workshop .page_nav .page_nav_list li.anchor_workshop a::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 3px;
  border-bottom: 3px solid var(--cl-yokohama);
}

.nagoya .page_nav .page_nav_list li a.current::after,
.nagoya.page_products .page_nav .page_nav_list li.anchor_product a::after,
.nagoya.page_catalog .page_nav .page_nav_list li.anchor_catalog a::after,
.nagoya.page_demo .page_nav .page_nav_list li.anchor_movie a::after,
.nagoya.page_briefing .page_nav .page_nav_list li.anchor_briefing a::after,
.nagoya.page_meeting .page_nav .page_nav_list li.anchor_meeting a::after,
.nagoya.page_workshop .page_nav .page_nav_list li.anchor_workshop a::after {
  border-bottom: 3px solid var(--cl-nagoya);
}

.page_nav .company_contact_list {
  width: 300px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1085px) {
  .page_nav .company_contact_list {
    width: 140px;
  }
}

@media screen and (max-width: 739px) {
  .page_nav .company_contact_list {
    width: 100%;
  }
}
.real .container .target_map_image a::after,
.fixed_scll li a::after,
.page_nav .company_contact_list li a::after {
  font-family: "Material Icons";
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.real .container .target_map_image a,
.fixed_scll li,
.page_nav .company_contact_list li {
  text-align: center;
  position: relative;
}
.real .container .target_map_image a,
.fixed_scll li a,
.page_nav .company_contact_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 65px;
  min-width: 75px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 3px 10px;
  position: relative;
  line-height: 1;
}
.real .container .target_map_image a {
  min-height: 85px;
  min-width: 90px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.fixed_scll li a span,
.page_nav .company_contact_list li a span {
  font-weight: normal;
}

.fixed_scll li.questionnaire a,
.page_nav .company_contact_list li.questionnaire a {
  background-color: #edad00;
}

.fixed_scll li.contact a,
.page_nav .company_contact_list li.contact a {
  background-color: #12a25a;
}

.fixed_scll li.favorite a,
.page_nav .company_contact_list li.favorite a {
  background-color: #e01d67;
}

.fixed_scll li.favorite.current a,
.page_nav .company_contact_list li.favorite.current a {
  background-color: #5d0035;
}

.real .container .target_map_image a,
.fixed_scll li.fieldtrip a,
.fixed_scll li.ViewexhMAP a{
  border-radius: 10px;
  margin-right: 5px;
  margin-top: 5px;
  margin-left: auto;
  width: 75px;
  height: 75px;
  background:var(--logo-cl-blue);
  background: var(--bg-logo-gradation-135deg);
  box-shadow: 0px 0px 16px -6px var(--cl-shadow-blue);
}
.real .container .target_map_image a {
  width: 100px;
  height: 100px;
}

.page_nav .company_contact_list li.fieldtrip.current a {
  background-color: #00248c;
}
.nagoya .page_nav .company_contact_list li.fieldtrip.current a {
  background-color: #9f0b00;
}

.page_nav .company_contact_list li a::after {
  font-size: 14px;
}

.page_nav .company_contact_list li.favorite a::after {
  content: "favorite";
}

.page_nav .company_contact_list li.favorite.current a::after {
  content: "favorite_border";
}

.page_nav .company_contact_list li.contact a::after {
  content: "mail";
}

.page_nav .company_contact_list li.questionnaire a::after {
  content: "edit_note";
  font-size: 18px;
  bottom: 8px;
}

.real .container .target_map_image.fieldtrip a::after,
.page_nav .company_contact_list li.fieldtrip a::after {
  content: "playlist_add";
  font-size: 16px;
  font-weight: normal;
  bottom: 10px;
}

.real .container .target_map_image.ViewexhMAP a::after,
.page_nav .company_contact_list li.ViewexhMAP a::after {
  content: "pin_drop";
  font-size: 16px;
  font-weight: normal;
  bottom: 10px;
}

@media screen and (max-width: 1050px) {
  .page_nav .page_nav_list li {
    min-height: 25px;
    margin-right: 7px;
  }

  .page_nav .page_nav_list li:last-child {
    margin-right: 0px;
  }

  .page_nav .page_nav_list li a {
    line-height: 1.2;
    font-size: 1.2rem;
  }

  .page_nav .company_contact_list li a {
    min-width: 45px;
  }

  .page_nav .company_contact_list span {
    display: none;
  }

  .page_nav .company_contact_list li a {
    display: block;
    padding-bottom: 0;
  }

  .page_nav .company_contact_list li.questionnaire a::after,
  .page_nav .company_contact_list li.ViewexhMAP a::after,
  .page_nav .company_contact_list li.fieldtrip a::after,
  .page_nav .company_contact_list li a::after {
    font-size: 1.6rem;
    left: 50%;
    bottom: 25%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 739px) {
  .page_nav .company_contact_list li {
    width: 100%;
    min-width: 25%;
  }

  .page_nav .company_contact_list li a {
    min-height: 30px;
  }

  .page_nav .company_contact_list li.questionnaire a::after,
  .page_nav .company_contact_list li.ViewexhMAP a::after,
  .page_nav .company_contact_list li.fieldtrip a::after,
  .page_nav .company_contact_list li a::after {
    bottom: 0;
  }

  .fixed_scll {
    display: none !important;
  }
}

/* ======= c_section nav_page_anchor style ========== */
.nav_page_anchor {
  width: 100%;
}

.nav_page_anchor ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}

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

.page_foot_nav li a,
.nav_page_anchor ul li a,
.page_nav_product_anchor ol a,
.page_nav_product_anchor ol a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 3px 18px 3px 0;
  color: var(--cl-yokohama);
  text-decoration: underline;
}

.nagoya .page_foot_nav li a,
.nagoya .nav_page_anchor ul li a,
.nagoya .page_nav_product_anchor ol a {
  color: var(--cl-nagoya-dark);
}


.en .page_foot_nav li a,
.en .nav_page_anchor ul li a {
  word-break: break-all;
}

.page_foot_nav li a::after,
.nav_page_anchor ul li a::after {
  font-family: "Material Icons";
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 12px;
  content: "arrow_forward_ios";
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.nav_page_anchor ul li a::after {
  transform: rotate(90deg);
  top: 5px;
}

@media screen and (max-width: 820px) {
  .nav_page_anchor ul li {
    width: 100%;
  }
}

.page_foot_nav .btn.btn_large {
  max-width: 400px;
  font-size: 1.8rem;
}

/* ======= ページフッターナビ style ========== */

.page_move_nav .btn {
  margin-top: 70px;
}

.page_move_nav .btn.prev {
  padding: 1.15em 0.75em 1.15em 1.5em;
}

.page_move_nav .prev::before {
  right: auto;
  left: 7px;
  background-color: #014796;
}

.nagoya.page_move_nav .prev::before {
  background-color: #8b0d00;
}

.page_move_nav .prev:hover::before {
  background-color: #b7c800;
}

.page_move_nav .prev::after {
  right: auto;
  left: 20px;
  content: "arrow_back_ios";
}

@media screen and (max-width: 640px) {
  .page_move_nav .btn {
    margin-top: 40px;
    font-size: 1.2rem;
    max-width: 170px;
  }

  .page_move_nav .btn::before {
    width: 30px;
    height: 30px;
  }
}

.exb_top {
  margin-bottom: 70px;
  max-width: 300px;
}

.real + .exb_top {
  margin-top: 70px;
}

.page_foot_nav {
  margin-top: 70px;
}

.page_foot_nav ul {
  max-width: 750px;
  margin: 30px auto;
}
.page_foot_nav ul {
  max-width: 750px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.page_foot_nav ul > li{
  width: calc(50% - 16px);
}

.page_link_products,
.page_link_catalog {
  padding-top: 70px;
  padding-bottom: 70px;
}

.list_link_under {
  padding-top: 40px;
  padding-bottom: 50px;
}

.list_link_under .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list_link_under .item + .item {
  margin-top: 50px;
}

.list_link_under .item dd {
  margin-top: 1em;
  font-size: 1.4rem;
}

.list_link_under .item .btn {
  margin-top: 1em;
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .page_link_products,
  .page_link_catalog {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .list_link_under .item .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.page_link_products .list_link_under li .thumbnail {
  width: 30%;
}

.page_link_products .list_link_under li .thumbnail figure {
  position: relative;
}

.page_link_products .list_link_under li .thumbnail figure::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  z-index: 4;
}

.page_link_products .list_link_under li .thumbnail figure::after {
  display: inline-block;
  font-family: "Material Icons";
  text-transform: none;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 30px;
  content: "arrow_forward_ios";
  z-index: 5;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.page_demo .page_link_products .list_link_under li .thumbnail figure::before,
.page_demo .page_link_products .list_link_under li .thumbnail figure::after {
  display: none;
}

.page_link_products .list_link_under li .conts {
  width: 65%;
}

@media screen and (max-width: 640px) {
  .page_link_products .list_link_under li .thumbnail {
    width: 100%;
  }

  .page_link_products .list_link_under li .conts {
    margin-top: 1.5em;
    width: 100%;
  }
}

.page_link_catalog .list_link_under li .thumbnail {
  width: 20%;
}

.page_link_catalog .list_link_under li figure {
  display: block;
  position: relative;
  max-width: 333px;
  max-height: 333px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  background:rgba(var(--cl-yokohama-rgb), 0.1);
}

.nagoya.page_link_catalog .list_link_under li figure {
  background:rgba(var(--cl-nagoya-rgb), 0.1);
}

.page_link_catalog .list_link_under li figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.page_link_catalog .list_link_under li figure img {
  position: absolute;
  width: 100%;
  max-width: 333px;
  height: 100%;
  max-height: 333px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.page_link_catalog .list_link_under li .conts {
  width: 75%;
}

@media screen and (max-width: 640px) {
  .page_link_catalog .list_link_under li .thumbnail {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .page_link_catalog .list_link_under li .conts {
    width: 100%;
  }
}

/* ======= visual style ========== */

.visual {
  position: relative;
  overflow: hidden;
}

.visual .mv_images {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  max-height: 675px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.visual .mv_images img {
  width: 100%;
  height: auto;
  max-width: 1200px;
  max-height: 675px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ======= real style ========== */
.target_real h3.c_title::after{
  display: none;
}
.target_real h3.c_title{
  padding-top: 0px;
}


/* ======= company_information style ========== */
.company_information {
  z-index: 5;
  position: relative;
  background-color: var(--cl-contrast);
}

.company_information .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company_information figure {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--cl-contrast);
  padding: 10px;
}

.company_information .company_information_text {
  width: 83%;
  overflow: hidden;
  padding: 10px 0;
  color: #000;
}
.company_information .company_information_text h2 {
  font-weight: 700;
  font-size: 1.8rem;
}

.company_information .company_information_text p {
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 820px) {
  .company_information .container {
    display: block;
  }

  .company_information figure {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 150px;
  }

  .company_information p {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* ======= c_section .detail product style ========== */
.detail .product .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail .product h3.c_title {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .detail .product .nav_page_anchor {
    margin-top: 20px;
    width: 100%;
  }
}

/* ======= c_section list_product style ========== */
.list_product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}

.detail .list_product {
  padding-bottom: 0px;
}

.list_product li {
  width: 46.5%;
  margin-top: 50px;
}

.list_product li.product_mainitem {
  width: 100%;
}

.page_products .list_product li.product_mainitem {
  margin-top: 0px;
}

@media screen and (max-width: 820px) {
  .list_product li {
    width: 100%;
  }
}

.list_product li figure {
  margin-bottom: 1.5em;
}

.list_product li .conts {
  margin-top: 0.75em;
  margin-bottom: 1em;
}

/* ======= c_section movie style ========== */

.page_demo .movie.c_section {
  position: relative;
  z-index: 5;
}

.movie .list_demo_movie {
  margin-top: 50px;
}

.movie .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

@media screen and (max-width: 820px) {
  .movie .item {
    display: block;
  }

  .movie .item + .item {
    margin-top: 2em;
  }
}

.movie .item .item_movie {
  width: 45%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  z-index: 3;
}

.movie .item .item_movie figure {
  position: relative;
  z-index: 3;
}

.movie .item .item_movie figure::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
}

.movie .item .item_movie figure::after {
  display: inline-block;
  font-family: "Material Icons";
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 30px;
  content: "arrow_forward_ios";
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: var(--cl-contrast);

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

.movie .item .demo_conts {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 820px) {
  .movie .item .item_movie {
    display: block;
    width: calc(100% - 15px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .movie .item .demo_conts {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.movie .item:nth-child(even) .item_movie {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.movie .item:nth-child(even) .demo_conts {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 820px) {
  .movie .item:nth-child(even) .item_movie {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .movie .item:nth-child(even) .demo_conts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.movie .item .demo_conts dt {
  margin-top: 1em;
  margin-bottom: 1em;
}
.workshop .item .btn,
.movie .item .demo_conts .btn,
.briefing .list_briefing .item .conts dd .btn {
  margin-top: 1em;
  margin-left: 0;
  padding: 0.75em 1.5em 0.65em 0.55em;
}


/* ======= c_section page_demo style ========== */

.page_demo .movie,
.page_briefing .movie,
.page_workshop .movie {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.page_demo .item_movie,
.page_demo .movie .demo_conts {
  width: 100%;
}

.page_demo .item_movie,
.page_briefing .item_movie,
.page_workshop .item_movie {
  margin-top: 40px;
  z-index: 1;
  position: relative;
}

.page_demo .demo_conts,
.page_briefing .demo_conts,
.page_workshop .demo_conts {
  margin-top: 2em;
  margin-bottom: 3em;
}

.page_demo .demo_conts dt,
.page_briefing .demo_conts dt,
.page_workshop .demo_conts dt {
  padding-bottom: 1em;
}

/* ======= c_section catalog style ========== */

.catalog .list_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.catalog .list_catalog .item {
  width: 31%;
  margin-bottom: 50px;
  margin-right: 1.3333%;
  margin-right: 1.3333%;
}

@media screen and (max-width: 820px) {
  .catalog .list_catalog .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 540px) {
  .catalog .list_catalog .item {
    display: block;
  }
}

.catalog .list_catalog .item figure {
  display: block;
  position: relative;
  max-width: 333px;
  max-height: 333px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  background: rgba(var(--cl-yokohama-rgb), 0.1);
}
.nagoya .catalog .list_catalog .item figure {
  background: rgba(var(--cl-nagoya-rgb), 0.1);
}

.catalog .list_catalog .item figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.catalog .list_catalog .item figure img {
  position: absolute;
  width: 100%;
  max-width: 333px;
  height: 100%;
  max-height: 333px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog .list_catalog .item dd {
  margin-top: 1em;
  font-size: 1.4rem;
}

.catalog .list_catalog .item dd .btn {
  margin-top: 1em;
}

/**/
.page_catalog .list_catalog .item dd h5 {
  font-size: 1.6rem;
  margin-top: 1em;
}

.page_catalog .list_catalog .item dd .list_related a {
  color: var(--cl-yokohama);
  font-size: 1.2rem;
  text-decoration: underline;
  position: relative;
}

.nagoya .page_navcatalog .list_catalog .item dd .list_related a {
  color: var(--cl-nagoya);
}

.page_catalog .list_catalog .item dd .list_related a::after {
  font-family: "Material Icons";
  line-height: 24px;
  position: absolute;
  right: -15px;
  font-size: 12px;
  content: "chevron_right";
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.page_catalog .list_catalog .item dd .list_related li {
  position: relative;
  width: 100%;
  padding-left: 20px;
}

.page_catalog .list_catalog .item dd .list_related li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--cl-yokohama);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 8px;
}

.nagoya.page_catalog .list_catalog .item dd .list_related li::before {
  background-color: var(--cl-nagoya);
}

@media screen and (max-width: 820px) {
  .catalog .list_catalog .item .thumbnail {
    width: 20%;
  }

  .catalog .list_catalog .item .catalog_conts {
    width: 75%;
  }

  .catalog .list_catalog .item dd .btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 540px) {
  .catalog .list_catalog .item .thumbnail {
    width: 80%;
    max-width: 250px;
  }

  .catalog .list_catalog .item .catalog_conts {
    width: 100%;
  }

  .catalog .list_catalog .item dd .btn {
    margin-left: auto;
  }
}

/* ======= c_section briefing style ========== */
.briefing {
  background-image: url(/asset/images/bg_briefing.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  color: var(--cl-contrast);
}
article.briefing .container {
  padding-bottom: 70px;
}
.briefing h3.c_title span {
  text-shadow: #333 0px 0 15px;
}

.briefing .list_briefing {
  margin-top: 50px;
}

.briefing .list_briefing .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.briefing .list_briefing .item:last-child {
  margin-bottom: 0px;
}

.briefing .list_briefing .item .conts {
  width: 47.5%;
}

.briefing .list_briefing .item .thumbnail {
  width: 47.5%;
  position: relative;
  z-index: 3;
}

.briefing .list_briefing .item .thumbnail figure {
  position: relative;
}

.briefing .list_briefing .item .thumbnail figure::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  z-index: 4;
}

.briefing .list_briefing .item .thumbnail figure::after {
  display: inline-block;
  font-family: "Material Icons";
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 30px;
  content: "arrow_forward_ios";
  z-index: 5;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.briefing .list_briefing .item .thumbnail img {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 820px) {
  .briefing .list_briefing .item .conts {
    width: 100%;
    margin-top: 2em;
    z-index: 1;
  }

  .briefing .list_briefing .item .thumbnail {
    width: calc(100% - 15px);
    margin-right: auto;
    margin-left: auto;
  }
}

.briefing .list_briefing .item .conts dt h4 {
  margin-bottom: 1em;
}

/* ======= c_section meeting style ========== */

.meeting {
  z-index: 0;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.meeting .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  min-height: 450px;
  border: 1px solid var(--cl-yokohama);
  color: var(--cl-contrast);
}
article.meeting .container h3 {
  color: var(--cl-contrast);
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 350px;
}

.meeting .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../asset/images/bg_meeting.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  z-index: 0;
}

.nagoya .meeting .container {
  border: 1px solid var(--cl-nagoya);
}

.meeting h3.c_title {
  margin-bottom: 1em;
}

.meeting .btn {
  position: relative;
  z-index: 2;
}

.meeting .container h4 {
  position: relative;
  z-index: 2;
  padding-top: 2em;
  letter-spacing: 0.05em;
}

.meeting .container .start {
  position: relative;
  z-index: 2;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.meeting .container .start span {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1120px) {
  .meeting::before,
  .meeting::after {
    width: 90%;
  }
}

@media screen and (max-width: 820px) {
  .meeting .container .start {
    margin-right: auto;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 50px;
  }
}

/* ======= c_section seminar style ========== */

.workshop {
  overflow: hidden;
}

#workshop_pages {
  padding-top: 150px;
}

@media screen and (max-width: 820px) {
  #workshop_pages .c_title {
    position: relative;
    z-index: 2;
  }
}

.list_workshop {
  margin-bottom: 50px;
  position: relative;
}

.workshop .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 3;
  position: relative;
}

.page_workshop .workshop .item .conts,
.workshop .item .conts {
  width: 50%;
}

.workshop .item .thumbnail {
  width: 45%;
  position: relative;
  z-index: 3;
}

.workshop .item .thumbnail figure::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  z-index: 4;
}

.workshop .item .thumbnail figure::after {
  display: inline-block;
  font-family: "Material Icons";
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 30px;
  content: "arrow_forward_ios";
  z-index: 5;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.workshop .item .thumbnail img {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 820px) {
  .workshop .item .conts {
    width: 100%;
    margin-top: 2em;
    z-index: 1;
  }

  .workshop .item .thumbnail {
    width: calc(100% - 15px);
    margin-right: auto;
    margin-left: auto;
  }
}

.page_workshop .demo_conts dt,
.workshop .item .conts dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.page_workshop .demo_conts dt h4,
.workshop .item .conts dt h4 {
  width: 100%;
}

.page_workshop .demo_conts dt figure,
.workshop .item .conts dt figure {
  width: 100px;
  height: 100px;
  margin-top: 1em;
  margin-right: 20px;
  border-radius: 200px;
  overflow: hidden;
  text-align: center;
  background-color: var(--cl-contrast);
}

.page_workshop .demo_conts dt figure img,
.workshop .item .conts dt figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  .page_workshop .demo_conts dt figure,
  .workshop .item .conts dt figure {
    margin-left: 0;
  }
}

.page_workshop .demo_conts dt div,
.workshop .item .conts dt div {
  width: calc(100% - 120px);
  font-size: 1.4rem;
}

.page_workshop .demo_conts dt p + p,
.workshop .item .conts dt p + p {
  margin-top: 0.25em;
}

.workshop .item .conts dt p span {
  font-size: 1.1rem;
}

/* ======= c_section questionnaire style ========== */

article.meeting.c_section,
article.questionnaire.c_section,
article.questionnaire {
  padding-top: 70px;
  padding-bottom: 0px;
  background: var(--cl-navy);
  line-height: 0;
}

article.questionnaire .container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid var(--cl-yokohama);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nagoya article.contact .container{
  color: var(--cl-nagoya);
}

article.questionnaire .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_questionnaire_all.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  opacity: 0.3;
  z-index: 0;
}

article.questionnaire .container h3 {
  color: var(--cl-contrast);
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 350px;
}

article.questionnaire .container .conts {
  width: 100%;
  max-width: 450px;
}

.gray article.questionnaire .container .conts,
.white article.questionnaire .container .conts {
  color: #000;
}

article.questionnaire .container .conts p {
  color: var(--cl-contrast);
  text-align: center;
  text-shadow: var(--cl-shadow-blue) 0px 0 8px;
  position: relative;
  z-index: 5;
}

article.questionnaire .container .btn {
  margin-top: 2em;
}

@media screen and (max-width: 1140px) {
  article.questionnaire {
    width: 90%;
  }
}

@media screen and (max-width: 1035px) {
  article.questionnaire .container .conts {
    max-width: 350px;
  }
}

/* ======= c_section contact style ========== */
article.contact {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  background: var(--cl-navy);
}

article.contact .container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  border-style: solid;
  border-width: 1px;
  border-color:var(--cl-yokohama);
  text-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.nagoya article.contact .container{
  color: var(--cl-nagoya);
}

article.contact .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../asset/images/bg_contact.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}

.page_products article.contact {
  padding-top: 0px;
  margin-top: 0px;
  background-color: var(--cl-navy);
}
.page_products article.contact .container {
  max-width: 100%;
  border-color:transparent;
}

.page_products article.contact .container::before {
  background-image: url(../../asset/images/bg_contact_ex.webp);
}

article.contact .container h3.c_title,
article.contact .container h4.c_title,
article.contact .container h4 span{
  color: var(--cl-contrast);
}


article.contact .container .btn {
  margin-top: 30px;
}

@media screen and (max-width: 1140px) {
  article.contact .container{
    width: 90%;
  }
  .page_products article.contact .container{
    width: 100%;
  }
  
}

/* ======= c_section third_party style ========== */

.third_party {
  padding-top: 30px;
  background: var(--cl-navy);
}

.third_party .container a {
  color: var(--cl-contrast);
  text-decoration: underline;
}

.third_party .container {
  background-color: var(--cl-yokohama-dark);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding:15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--cl-contrast);
}

.nagoya .third_party .container {
  background-color: var(--cl-nagoya-dark);
}

.third_party .container h5 {
  font-size: 2rem;
  font-weight: 700;
  padding-right: 2em;
}

@media screen and (max-width: 1140px) {
  .third_party {
    width: 90%;
  }
}

@media screen and (max-width: 940px) {
  .third_party .container {
    display: block;
  }

  .third_party .container h5 br {
    display: none;
  }
}

/* ======= 製品詳細 style ========== */

.page_nav_product_anchor {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.page_nav_product_anchor ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_nav_product_anchor ol li {
  width: 32%;
  margin-right: 1%;
}

@media screen and (max-width: 880px) {
  .page_nav_product_anchor ol li {
    width: 48%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .page_nav_product_anchor ol li {
    width: 98%;
    margin-right: 2%;
  }
}

.page_nav_product_anchor ol a {
  display: inline-block;
  padding: 0.5em 1.25em 0.5em 0.5em;
  position: relative;
  text-decoration: none;
  /* color: var(--cl-contrast); */
  line-height: 1.3;
  font-size: 1.2rem;
}

.page_nav_product_anchor ol a::before {
  display: inline-block;
  font-family: "Material Icons";
  position: absolute;
  right: 0px;
  font-size: 1.2rem;
  -webkit-transform: rotate(90deg) translate(0, 0%);
  -ms-transform: rotate(90deg) translate(0, 0%);
  transform: rotate(90deg) translate(0, 0%);
  content: "arrow_forward_ios";
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.page_products .product_mainitem {
  margin-top: 40px;
  margin-bottom: 3em;
  position: relative;
  z-index: 1;
}

.page_products .product_mainitem dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.page_products .product_mainitem dt figure {
  width: 100%;
  margin-bottom: 1em;
}

.page_products .product_mainitem dt .company_contact_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  margin-top: 0.5em;
}

@media screen and (max-width: 640px) {
  .page_products .product_mainitem dt .company_contact_list {
    flex-wrap: wrap;
  }

  .page_products .product_mainitem dt .company_contact_list li {
    width: 33.333333%;
  }
}

@media screen and (max-width: 440px) {
  .page_products .product_mainitem dt .company_contact_list li {
    width: 50%;
  }

  .page_products .product_mainitem dt .company_contact_list li:last-of-type {
    width: 100%;
  }
}

.page_products .product_mainitem dt .company_contact_list a {
  display: block;
  position: relative;
  padding: 5px 70px 5px 10px;
  color: var(--cl-contrast);
}

.page_products .product_mainitem dt .company_contact_list a::after {
  font-family: "Material Icons";
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.8rem;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.page_products .product_mainitem dt .company_contact_list a::before {
  content: "";
  display: block;
  height: 25px;
  width: 2px;
  position: absolute;
  right: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.5;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media screen and (max-width: 500px) {
  .page_products .product_mainitem dt .company_contact_list a {
    padding: 5px 30px 5px 10px;
  }

  .page_products .product_mainitem dt .company_contact_list a::after {
    font-size: 1.6rem;
  }

  .page_products .product_mainitem dt .company_contact_list a::before {
    right: 40px;
  }
}

.page_products .product_mainitem dt .company_contact_list .favorite a {
  background-color: #e29c00;
}

.page_products .product_mainitem dt .company_contact_list .favorite.current a {
  background-color: #c38a0c;
}

.page_products .product_mainitem dt .company_contact_list .contact a {
  background-color: #0096a3;
}

.page_products .product_mainitem dt .company_contact_list .favorite a::after {
  content: "loyalty";
}

.page_products .product_mainitem dt .company_contact_list .favorite.current a::after {
  content: "loyalty";
}

.page_products .product_mainitem dt .company_contact_list .contact a::after {
  content: "contact_support";
}

.is-real_sub_image li a,
.product_function ul li a {
  display: block;
  position: relative;
  text-align: center;
}

.is-real_sub_image li a::before,
.product_function ul li a::before {
  display: block;
  width: 30px;
  height: 30px;
  color: inherit;
  font-family: "Material Icons";
  font-weight: 700;
  content: "zoom_in";
  color: var(--cl-contrast);
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 2.1rem;
  font-weight: 700;
  z-index: 5;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.is-real_sub_image li a::after,
.product_function ul li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 4;
}

.blocktype_1 {
  width: 100%;
  margin-bottom: 1em;
}

.blocktype_w2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
}

.blocktype_w2 li {
  width: 49%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.blocktype_w2 li img {
  width: 100%;
  max-height: 303px;
  -o-object-fit: contain;
  object-fit: contain;
}

.blocktype_wh3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.blocktype_wh3 li {
  width: 32.3%;
  margin-right: 1%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.blocktype_wh3 li img {
  width: 100%;
  max-height: 303px;
  -o-object-fit: contain;
  object-fit: contain;
}

.box2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box2col p {
  width: 48%;
  margin-top: 0px;
}

.blocktype_h2 {
  width: 48%;
}

.blocktype_h2 li {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.blocktype_h2 li img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.blocktype_wh4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blocktype_wh4 li {
  width: 49%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.blocktype_wh8 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blocktype_wh8 li {
  width: 32%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.blocktype_wh8 li:first-of-type,
.blocktype_wh8 li:nth-of-type(2) {
  width: 49%;
}

.blocktype_wh8 li img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 820px) {
  .blocktype_wh3 li {
    width: 49%;
  }

  .blocktype_wh8 li {
    width: 49%;
  }
}

@media screen and (max-width: 580px) {
  .box2col p {
    width: 100%;
  }

  .box2col {
    display: block;
  }

  .blocktype_h2 {
    width: 100%;
  }
}

.product_function {
  padding: 0px 0 70px;
  overflow: hidden;
}

.product_function.c_section .c_title {
  font-weight: 700;
  padding-left: 1em;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 70px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  color: #008bd5;
}
.nagoya .product_function.c_section .c_title {
  color: var(--cl-nagoya);
}
.product_function.c_section .c_title span {
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
}

.product_function.c_section .c_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: var(--cl-yokohama);
}
.nagoya .product_function.c_section .c_title::before {
  background-color: var(--cl-nagoya);
}

.product_function p {
  line-height: 1.8;
}

/* ======= カラバリ style ========== */

/* ======= カラバリ style グレー ========== */
body.gray #main_contents {
  background-color: #e5e5e5;
}

/* .page_workshop.gray .contents,
.page_contact.conf_send.gray #main_contents .contact_pageconts,
.page_contact.comp_send.gray #main_contents .contact_pageconts {
  background-color: rgba(229, 229, 229, 0.75);
} */

/* ======= カラバリ style ホワイト ========== */
body.white #main_contents {
  background-color: var(--cl-contrast);
}

body.white .list_workshop::after {
  border-bottom: 1px solid #cddced;
}

body.white.nagoya .list_workshop::after {
  border-bottom: 1px solid var(--cl-nagoya);
}

body.white .workshop .item::after {
  border-top: 1px solid #cddced;
}

body.white.nagoya .list_workshop::after {
  border-top: 1px solid var(--cl-nagoya);
}

/* .page_workshop.white .contents,
.page_contact.conf_send.white #main_contents .contact_pageconts,
.page_contact.comp_send.white #main_contents .contact_pageconts {
  background-color: rgba(255, 255, 255, 0.75);
} */

/* ======= お問合わせ/アンケート注意書き ========== */

.cautionary {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cautionary .att {
  padding: 20px;
  text-align: center;
  border: 1px solid var(--cl-navy);
}
.gray .cautionary .att,
.white .cautionary .att {
  border: 1px solid #000;
}

@media screen and (max-width: 580px) {
  .cautionary .att {
    text-align: left;
  }
}

.cautionary h5 {
  margin-top: 1em;
}

.cautionary ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 1em;
}

.cautionary ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--cl-yokohama);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 7px;
}
.nagoya .cautionary ul li::before {
  background-color: var(--cl-nagoya);
}
.cautionary ul li h5 {
  font-size: 1.6rem;
}

.cautionary .note {
  font-size: 1.4rem;
}

/* くるくる */

.fixed_scll li.favorite.fav_loading,
.page_products .product_mainitem dt .company_contact_list .favorite.fav_loading {
  position: relative;
}

.fixed_scll li.favorite.fav_loading::before,
.page_products .product_mainitem dt .company_contact_list .favorite.fav_loading::before,
.page_nav .company_contact_list li.favorite.fav_loading::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
}

.page_products .product_mainitem dt .company_contact_list .favorite.fav_loading::before {
  background: transparent;
}

.fixed_scll li.favorite.fav_loading a::before,
.page_products .product_mainitem dt .company_contact_list .favorite.fav_loading a::before,
.page_nav .company_contact_list li.favorite.fav_loading a::before {
  font-family: "Material Icons";
  line-height: 1;
  content: "hourglass_top";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pagescll;
  animation-name: pagescll;
  background: transparent;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes pagescll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  12.5% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  37.5% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  62.5% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }

  75% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  87.5% {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
  }

  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@keyframes pagescll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  12.5% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  37.5% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  62.5% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }

  75% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  87.5% {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
  }

  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

/* ===== エコノミープラン用 ===== */
.eco_mv,
.eco_mv_detail,
.p_eco .is-real_main_image {
  margin-left: auto;
  margin-right: auto;
}

.eco_mv_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  position: relative;
  z-index: 10;
  padding: 10px 0 0;
}
.eco_mv_detail .venue_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eco_mv_detail .venue_detail > dt,
.eco_mv_detail .venue_detail > dd {
  padding-bottom: 10px;
}

.eco_mv_detail .venue_detail dt {
  width: 7em;
  font-size: 14px;
}

.eco_mv_detail .venue_detail dd {
  width: calc(100% - 8em);
  padding-left: 1em;
  font-size: 18px;
  font-weight: 700;
  border-left: 1px solid var(--cl-yokohama);
}

.nagoya .eco_mv_detail .venue_detail dd {
  border-left: 1px solid var(--cl-nagoya);
}

.eco_mv_detail .venue_detail > dt:last-of-type,
.eco_mv_detail .venue_detail > dd:last-of-type {
  padding-bottom: 0px;
}

/*  map */
.eco_mv_detail .venue_trip,
.eco_mv_detail .venue_maplink {
  position: relative;
  width: 100%;
  max-width: 110px;
  line-height: 1.4;
  text-align: center;
}

.eco_mv_detail .venue_trip::before,
.eco_mv_detail .venue_maplink::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* 見学 */
.eco_mv_detail .venue_maplink,
.eco_mv_detail .venue_trip {
  margin-left: 5px;
  border-radius: 10px;
  background: var(--logo-cl-blue);
    background: var(--bg-logo-gradation);
    box-shadow: 0px 0px 16px -6px var(--cl-shadow-blue);
}

.eco_mv_detail .venue_trip span,
.eco_mv_detail .venue_maplink span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--cl-contrast);
}

.eco_mv_detail .venue_maplink span {
  line-height: 1.4;
  font-size: 10px;
  padding-bottom: 30px;
  text-shadow: 0px 0px 16px -6px var(--cl-shadow-blue);
}
.eco_mv_detail .venue_maplink::after,
.eco_mv_detail .venue_trip::after {
  width: 30px;
  height: 30px;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-family: "Material Icons";
  font-weight: normal;
  content: "playlist_add";
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: var(--cl-contrast);
}
.eco_mv_detail .venue_maplink::after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  content: "pin_drop";
}

.eco_text_contents {
  margin-top: 2em;
  margin-bottom: 5em;
}

.is-real_sub_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.is-real_sub_image li {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.is-real_sub_image li a span {
  color: #000;
  font-size: 14px;
  text-align: left;
}

.is-real_sub_image li a::before {
  bottom: auto;
  top: 5px;
}

.is-real_sub_image li a::after {
  bottom: auto;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 0 0%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

@media screen and (max-width: 880px) {
  .eco_mv,
  .eco_mv_detail,
  .p_eco .is-real_main_image {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .eco_mv_detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .eco_mv_detail .venue_detail {
    width: 100%;
  }

  .eco_mv_detail .venue_detail dt {
    width: 100%;
    font-size: 12px;
  }

  .eco_mv_detail .venue_detail dd {
    width: 100%;
    padding-left: 0em;
    border-left: none;
    padding-top: 5px;
    border-top: 1px solid var(--cl-yokohama);
  }

  .nagoya .eco_mv_detail .venue_detail dd {
    border-top: 1px solid var(--cl-nagoya);
  }
  .nagoya .eco_mv_detail .venue_detail dd {
    border-left: none;
  }

  .eco_mv_detail .venue_maplink,
  .eco_mv_detail .venue_trip {
    margin-top: 1em;
    width: 50%;
    max-width: 120px;
    height: 120px;
  }

  .eco_mv_detail .venue_maplink img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
  }

  .eco_mv_detail .venue_maplink::before,
  .eco_mv_detail .venue_trip::before {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .is-real_sub_image li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 480px) {
  .eco_mv_detail .venue_trip span {
    padding-bottom: 20px;
    font-size: 11px;
    line-height: 1.2;
  }

  .eco_mv_detail .venue_maplink {
    background-size: 40%;
  }

  .eco_mv_detail .venue_maplink span {
    padding-bottom: 40px;
    font-size: 11px;
    line-height: 1.2;
  }

  .eco_mv_detail .venue_maplink::before,
  .eco_mv_detail .venue_trip::before {
    padding-top: 55%;
  }

  .eco_mv_detail .venue_trip::after {
    width: 20px;
    height: 20px;
    bottom: 15px;
    font-size: 15px;
  }
}
