@charset "utf-8";

/* =============================================================
  exhibition archive
 =============================================================== */
.archiveItem {
  display: block;
  text-decoration: none;
  color: #000;
  transition: var(--hover-transition);
}
.archiveItem:hover {
  opacity: var(--hover-opacity);
}
.archiveItem__image {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.archiveItem__image img {
  width: 100%;
  height: auto;
}
.archiveItem__category {
  display: inline-flex;
  padding: 5px;
  color: #fff;
  background: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.archiveItem__category.live {
  background-color: #0e9b79;
}
.archiveItem__category.future {
  background-color: #002f70;
}
.archiveItem__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.pastExhibitions {
  background-color: #ededed;
}
.pastExhibitions .list-Wrapper {
  padding: 40px 20px;
  margin: 0 auto;
}
.pastExhibitions-heading {
  color: #333333;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.pastExhibitions-btn-container {
  text-align: center;
  margin-top: 30px;
}
.btn--more {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  padding: 10px 25px;
  border-radius: 20px;
}
.btn--more::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20width%3D%222%22%20height%3D%2210%22%20fill%3D%22white%22%2F%3E%0A%3Crect%20y%3D%226%22%20width%3D%222%22%20height%3D%2210%22%20transform%3D%22rotate(-90%200%206)%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
  transform: translateY(1px);
}

.list-Wrapper .pastExhibitionsList:not([hidden]) {
  display: block;
}
.list-Wrapper .pastExhibitionsList:first-of-type {
  margin-top: 30px;
}
.list-Wrapper .pastExhibitionsList:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .list-Wrapper .pastExhibitionsList {
    width: 100%;
    padding-bottom: 0;
  }
}
.list-Wrapper .pastExhibitionsList li {
  font-size: 16px;
  line-height: 1.2;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  margin: 0;
}
.list-Wrapper .pastExhibitionsList li + li {
  margin-top: 10px;
}
.list-Wrapper .pastExhibitionsList li a {
  padding: 13px 40px 12px 20px;
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}
.list-Wrapper .pastExhibitionsList li a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 4px;
  background: url(/assets/images/icon_arrow01.svg) no-repeat center center;
  background-size: 15px 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* =============================================================
  exhibition detail
 =============================================================== */
.exhibitionDetail .c-pageTitle01 {
  overflow: hidden;
}
.exhibitionDetail .c-pageTitle01__inner {
  position: absolute;
  left: 30px;
  bottom: 0px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  padding-right: 30px;
  text-align: left;
}
.exhibitionDetail .c-pageTitle01__inner img {
  max-width: 100%;
  height: auto;
}

.exhibitionDetail #contents {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .exhibitionDetail #contents {
    padding-bottom: 100px;
  }
}
.exhibitionDetail .visualArea {
  position: relative;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.exhibitionDetail .visualArea .kvImg {
  width: 100%;
  height: auto;
}
.exhibitionDetail .visualArea .title {
  position: absolute;
  left: 30px;
  bottom: 50px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  padding-right: 30px;
}
.exhibitionDetail .visualArea .title img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .exhibitionDetail .visualArea .title {
    width: 100%;
    left: 0;
    padding: 0 20px;
    bottom: 20px;
  }
  .exhibitionDetail .visualArea {
    height: 180px;
  }
}

.exhibitionDetail .thanksArea {
  background: #333333;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.exhibitionDetail .thanksArea .text {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .exhibitionDetail .thanksArea {
    background: #333333;
    padding: 20px;
    text-align: center;
  }
  .exhibitionDetail .thanksArea .text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
}

.exhibitionDetail .topLeadArea .text {
  font-size: 16px;
  line-height: 2.25;
}

.exhibitionDetail .sectionBlock {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .exhibitionDetail .sectionBlock {
    margin-top: 60px;
  }
}

.exhibitionDetail .sectionTitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .exhibitionDetail .sectionTitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.exhibitionDetail .reportImgList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: -60px;
}
.exhibitionDetail .reportImgList::after {
  content: '';
  display: block;
  width: 29.090909%;
}
.exhibitionDetail .reportImgList > li {
  width: 29.090909%;
  margin-top: 60px;
  background: #ddd;
}
.exhibitionDetail .reportImgList > li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 75%;
  transition: none;
  overflow: hidden;
}
.exhibitionDetail .reportImgList > li button:hover {
  opacity: 0.6;
}
.exhibitionDetail .reportImgList > li button > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  width: 100%;
  max-height: initial;
  height: auto;
  transform: translate(-50%, -50%);
}
/*横長画像の場合*/
.exhibitionDetail .reportImgList > li button > img.widthLong {
  max-width: initial;
  width: auto;
  height: 100%;
}
.exhibitionDetail .reportImgList > li button .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #002f70;
}
.exhibitionDetail .reportImgList > li button .icon img {
  width: 15px;
  height: 20px;
}
.exhibitionPictModalWrap {
  border-radius: 0;
  width: 620px;
  padding: 50px 10px 10px;
}
.exhibitionPictModalWrap .exhibitionPictModalContainer {
  margin: 0;
  text-align: center;
  background: #ddd;
}
.exhibitionPictModalWrap .exhibitionPictModalContainer img {
  max-width: 100%;
  width: auto;
  max-height: 450px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .exhibitionDetail .reportImgList {
    margin-top: -20px;
  }
  .exhibitionDetail .reportImgList::before {
    display: none;
  }
  .exhibitionDetail .reportImgList::after {
    display: none;
  }
  .exhibitionDetail .reportImgList > li {
    width: 48%;
    margin-top: 20px;
    background: #ddd;
  }
}

.exhibitionDetail .overviewTable {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
}
.exhibitionDetail .overviewTable th,
.exhibitionDetail .overviewTable td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 18px;
  padding: 16px 24px;
  box-sizing: border-box;
}
.exhibitionDetail .overviewTable th {
  font-weight: normal;
  text-align: center;
  background: #f5f5f5;
  width: 300px;
}
.exhibitionDetail .overviewTable a {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .exhibitionDetail .overviewTable {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
  }
  .exhibitionDetail .overviewTable th,
  .exhibitionDetail .overviewTable td {
    display: block;
    font-size: 16px;
    padding: 12px 20px;
  }
  .exhibitionDetail .overviewTable th {
    text-align: left;
    width: auto;
  }
}

.exhibitionDetail .productsBlock {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.exhibitionDetail .productsBlock + .productsBlock {
  margin-top: 60px;
}
.exhibitionDetail .productsBlock .images {
  width: 280px;
}
.exhibitionDetail .productsBlock .images img {
  width: 100%;
  height: auto;
}
.exhibitionDetail .productsBlock .images button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: none;
}
.exhibitionDetail .productsBlock .images button:hover {
  opacity: 0.6;
}
.exhibitionDetail .productsBlock .images button > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.exhibitionDetail .productsBlock .images button .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #002f70;
}
.exhibitionDetail .productsBlock .images button .icon img {
  width: 15px;
  height: 20px;
}

.exhibitionDetail .productsBlock .textArea {
  box-sizing: border-box;
  flex: 1;
  padding-left: 30px;
}
.exhibitionDetail .productsBlock .textArea .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.exhibitionDetail .productsBlock .textArea .text {
  font-size: 16px;
  line-height: 1.81;
  margin-bottom: 20px;
}
.exhibitionDetail .productsBlock .textArea .linkList {
  letter-spacing: -0.4em;
  margin-top: -20px;
}
.exhibitionDetail .productsBlock .textArea .linkList > li {
  display: inline-block;
  letter-spacing: normal;
  margin: 20px 20px 0 0;
}
.exhibitionDetail .productsBlock .textArea .linkList > li a,
.exhibitionDetail .productsBlock .textArea .linkList > li button {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  height: 40px;
  padding: 0 20px 0 60px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  position: relative;
  transition: none;
  color: #000;
  text-decoration: none;
}
.exhibitionDetail .productsBlock .textArea .linkList > li a:hover,
.exhibitionDetail .productsBlock .textArea .linkList > li button:hover {
  opacity: 0.6;
}
.exhibitionDetail .productsBlock .textArea .linkList > li .movieIcon::before {
  content: '';
  display: block;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -6px;
  background: url(/assets/images/icon_video.svg) no-repeat center center;
  background-size: 20px 12px;
}
.exhibitionDetail
  .productsBlock
  .textArea
  .linkList
  > li
  .downloadIcon::before {
  content: '';
  display: block;
  width: 25px;
  height: 15px;
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -8px;
  background: url(/assets/images/icon_download.svg) no-repeat center center;
  background-size: 25px 15px;
}
@media screen and (max-width: 767px) {
  .exhibitionDetail .productsBlock {
    display: block;
    width: 100%;
  }
  .exhibitionDetail .productsBlock + .productsBlock {
    margin-top: 40px;
  }
  .exhibitionDetail .productsBlock .images {
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .exhibitionDetail .productsBlock .textArea {
    padding-left: 0px;
  }
  .exhibitionDetail .productsBlock .textArea .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .exhibitionDetail .productsBlock .textArea .text {
    font-size: 14px;
    line-height: 1.81;
    margin-bottom: 20px;
  }
  .exhibitionDetail .productsBlock .textArea .linkList {
    letter-spacing: -0.4em;
    margin-top: -20px;
  }
  .exhibitionDetail .productsBlock .textArea .linkList > li {
    display: inline-block;
    letter-spacing: normal;
    margin: 20px 20px 0 0;
  }
}

.exhibitionDetail .oneMovieArea {
  width: 640px;
  margin: 0 auto;
}
.exhibitionDetail .oneMovieArea .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.exhibitionDetail .oneMovieArea .video iframe,
.exhibitionDetail .oneMovieArea .video > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .exhibitionDetail .oneMovieArea {
    width: 100%;
    margin: 0 auto;
  }
}

.exhibitionDetail .textBox img {
  height: auto;
}

/* =============================================================
  CEATEC 2022 page styles
 =============================================================== */
.ceatec2022Page .topInfoArea {
  margin-top: 100px;
  padding: 80px 20px;
  text-align: center;
}
.ceatec2022Page .topInfoArea .infoTitle {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}
.ceatec2022Page .topInfoArea .caption {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .ceatec2022Page .topInfoArea {
    margin-top: 60px;
    padding: 40px 20px;
    text-align: center;
  }
  .ceatec2022Page .topInfoArea .infoTitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .ceatec2022Page .topInfoArea .caption {
    font-size: 18px;
    margin-top: 10px;
  }
}
.ceatec2022Page .ancList {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.ceatec2022Page .ancList li {
  width: 31.8181%;
}
.ceatec2022Page .ancList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 70px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border: 1px solid #002f70;
  border-bottom: 5px solid #002f70;
  color: #002f70;
}
.ceatec2022Page .ancList li a span {
  position: relative;
  padding-right: 26px;
}
.ceatec2022Page .ancList li a span::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 2px solid #002f70;
  border-right: 2px solid #002f70;
  transform: rotate(135deg);
}
.ceatec2022Page .ancList li a:hover {
  opacity: 1;
  background: #002f70;
  border: 1px solid #fff;
  border-bottom: 5px solid #fff;
  color: #fff;
}
.ceatec2022Page .ancList li a:hover span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .ceatec2022Page .ancList {
    display: block;
    padding-bottom: 40px;
  }
  .ceatec2022Page .ancList li {
    width: 100%;
    margin-bottom: 10px;
  }
  .ceatec2022Page .ancList li a {
    padding: 0 10px;
    height: 50px;
    font-size: 16px;
  }
}
.ceatec2022Page .areaSection {
  padding: 100px 0;
}
.ceatec2022Page .areaSection .maxWidthWrap01 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
.ceatec2022Page .areaSection .areaTitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
}
.ceatec2022Page .areaSection .movieArea {
  width: 640px;
  margin: 0 auto 80px;
}
.ceatec2022Page .areaSection .movieArea .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ceatec2022Page .areaSection .movieArea .video iframe,
.ceatec2022Page .areaSection .movieArea .video > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ceatec2022Page .areaSection .prodList .box {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.ceatec2022Page .areaSection .prodList .box .imageArea {
  width: 280px;
}
.ceatec2022Page .areaSection .prodList .box .imageArea img {
  height: auto;
}
.ceatec2022Page .areaSection .prodList .box .textArea {
  flex: 1;
  padding-left: 30px;
}
.ceatec2022Page .areaSection .prodList .box .textArea h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.ceatec2022Page .areaSection .prodList .box .textArea p {
  font-size: 16px;
  line-height: 1.81;
}
.ceatec2022Page .areaSection .prodList .box .textArea p.txt-s {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}
.ceatec2022Page .areaSection .prodList .box .textArea .flexHeadList {
  margin-top: 16px;
}
.ceatec2022Page .areaSection .prodList .box .textArea .flexHeadList li {
  display: flex;
}
.ceatec2022Page .areaSection .prodList .box .textArea .flexHeadList li span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.ceatec2022Page .areaSection .prodList .box .textArea .flexHeadList li .head {
  width: 40px;
}
.ceatec2022Page .areaSection .prodList .box .textArea .flexHeadList li .text {
  flex: 1;
}
.ceatec2022Page .areaSection .imageArea a {
  font-size: 1.2rem;
  color: #333;
}
.ceatec2022Page .areaSection .others {
  padding: 30px;
  border: 1px solid #ccc;
  line-height: 1.81;
}
.ceatec2022Page .areaSection .others dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ceatec2022Page .areaSection .others dd {
  font-size: 16px;
}
.ceatec2022Page .areaSection .backIndex {
  text-align: right;
  margin-top: 40px;
}
.ceatec2022Page .areaSection .backIndex a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  padding: 0 14px;
}
.ceatec2022Page .areaSection .backIndex a span {
  position: relative;
  padding-right: 14px;
}
.ceatec2022Page .areaSection .backIndex a span::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #002f70;
  border-right: 1px solid #002f70;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .ceatec2022Page .areaSection {
    padding: 60px 0;
  }
  .ceatec2022Page .areaSection .areaTitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ceatec2022Page .areaSection .movieArea {
    width: 100%;
    margin: 0 auto 60px;
  }
  .ceatec2022Page .areaSection .prodList .box {
    margin-bottom: 60px;
    display: block;
  }
  .ceatec2022Page .areaSection .prodList .box .imageArea {
    width: 100%;
    margin-bottom: 20px;
  }
  .ceatec2022Page .areaSection .prodList .box .imageArea img {
    width: 100%;
    height: auto;
  }
  .ceatec2022Page .areaSection .prodList .box .textArea {
    padding-left: 0px;
  }
  .ceatec2022Page .areaSection .prodList .box .textArea h4 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .ceatec2022Page .areaSection .prodList .box .textArea p {
    font-size: 14px;
  }
  .ceatec2022Page .areaSection .prodList .box .textArea p.txt-s {
    font-size: 12px;
  }
  .ceatec2022Page .areaSection .prodList .box .textArea .flexHeadList li span {
    font-size: 12px;
  }
  .ceatec2022Page .areaSection .others {
    padding: 20px;
  }
  .ceatec2022Page .areaSection .others dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ceatec2022Page .areaSection .others dd {
    font-size: 14px;
  }
  .ceatec2022Page .areaSection .backIndex {
    margin-top: 30px;
  }
}

.ceatec2022Page .esgArea {
  padding: 100px 0;
}
.ceatec2022Page .esgArea .areaTitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
}
.ceatec2022Page .esgArea .col3List {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 100px;
}
.ceatec2022Page .esgArea .col3List::after {
  content: '';
  display: block;
  width: 30.90909%;
}
.ceatec2022Page .esgArea .col3List li {
  width: 30.90909%;
}
.ceatec2022Page .esgArea .col3List li .image {
  margin-bottom: 16px;
}
.ceatec2022Page .esgArea .col3List li .image img {
  height: auto;
}
.ceatec2022Page .esgArea .col3List li .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.81;
}
.ceatec2022Page .esgArea .col3List li .detail {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .ceatec2022Page .esgArea {
    padding: 60px 0;
  }
  .ceatec2022Page .esgArea .areaTitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ceatec2022Page .esgArea .col3List {
    display: block;
    margin-bottom: 60px;
  }
  .ceatec2022Page .esgArea .col3List::after {
    display: none;
  }
  .ceatec2022Page .esgArea .col3List li {
    width: 100%;
    margin-bottom: 50px;
  }
  .ceatec2022Page .esgArea .col3List li .image {
    margin-bottom: 16px;
  }
  .ceatec2022Page .esgArea .col3List li .image img {
    width: 100%;
  }
  .ceatec2022Page .esgArea .col3List li .title {
    font-size: 16px;
  }
  .ceatec2022Page .esgArea .col3List li .detail {
    margin-top: 10px;
    font-size: 14px;
  }
}
.ceatec2022Page .esgArea .sdgsList {
  text-align: center;
}
.ceatec2022Page .esgArea .sdgsList li {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  margin: 8px;
}
.ceatec2022Page .esgArea .sdgsList li img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .ceatec2022Page .esgArea .sdgsList li {
    display: inline-block;
    vertical-align: middle;
    margin: 6px 4px;
  }
}
