@charset "UTF-8";

html {
  font-size: 16px;
  color: #0b59ab;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: static;
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "DIN Alternate", "Noto Sans JP", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #f8f8f8;
  padding: 0;
  margin: 0;
}

canvas {
  vertical-align: top;
}
table {
  width: 100%;
  border-collapse: collapse;
}

p {
  font-size: inherit;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1f3438;
  word-break: break-all;
}

img {
  width: 100%;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
}

.is-pc {
  display: block;
}
.is-sp {
  display: none;
}
.sup-txt {
  font-size: 50%;
  vertical-align: top;
}
@media screen and (max-width: 1079px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.is-pc-map {
  display: block;
}
.is-sp-map {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-pc-map {
    display: none;
  }
  .is-sp-map {
    display: block;
  }
}
.top-mv {
  position: relative;
  background-color: #0b59ab;
  color: #fff;
  z-index: 0;
}
img.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 650px;
}
/* .top-mv .mv-img {
  height: 650px;
  object-fit: cover;
} */
.logo-img {
  position: absolute;
  top: 25px;
  left: 127px;
  width: 70px;
  transition: 0.3s;
}
.logo-img:hover {
  opacity: 0.7;
}
.top-event-info {
  position: absolute;
  bottom: 190px;
  left: 8%;
  font-weight: bold;
}
.section-block {
  position: relative;
  z-index: 1;
}
.first-section-content {
  position: relative;
  padding: 80px 20px 0;
}
.first-section-ttl {
  font-size: 80px;
  position: relative;
  padding-top: 22%;
}
.first-section-txt {
  text-align: center;
  margin-bottom: 60px;
}
.section-txt {
  line-height: 1.75;
}
.section-txt:not(:last-child) {
  margin-bottom: 32px;
}
.area-name {
  font-weight: bold;
  line-height: 2.25;
}
@media screen and (max-width: 1079px) {
  .top-mv .ofi {
    object-position: 40% 50%;
  }
  .logo-img {
    top: 20px;
    left: 20px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv .ofi {
    height: auto;
    object-fit: unset;
    font-family: "object-fit: unset;";
  }
  .logo-img {
    transition: none;
  }
  .logo-img:hover {
    opacity: unset;
  }
  .first-section-bg {
    top: -30%;
  }
  .first-section-content {
    padding: 60px 20px 0px;
  }
  .first-section-txt {
    text-align: left;
    font-size: 14px;
  }
}
.section-container {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
.second-section {
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.second-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewY(-6.4deg);
  transform: skewY(-6.4deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #0b59ab;
}
.second-section-diagonal {
  position: absolute;
  width: 100%;
  top: 9px;
  right: 0;
}
.second-section-en {
  position: absolute;
  top: 80px;
  right: 0;
}
.second-section-ttl {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 240px;
  margin-bottom: 80px;
}
.second-section-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}
.second-section-info table {
  width: calc(100% - 460px);
  margin-right: 15px;
}
.event-info th {
  position: relative;
  padding-top: 15px;
  padding-right: 18px;
  width: 85px;
  vertical-align: top;
}
.event-info th:after {
  position: absolute;
  content: ":";
  top: 15px;
  right: 8px;
}
.event-info td {
  font-weight: bold;
}
.event-info tr:not(:first-child) td {
  padding-top: 15px;
}
.event-info .large-txt {
  font-size: 40px;
}
.event-info .middle-txt {
  font-size: 24px;
}
.event-info .small-txt {
  font-size: 12px;
}
.event-info .place-name,
.event-info .event-time {
  font-size: 28px;
  line-height: 1;
}
.event-info .event-address {
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-top: 12px;
}
.map-img-wrap {
  width: 460px;
  position: relative;
}
.btn-map-wrap {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.btn-map {
  background-color: #0b59ab;
  color: #fff;
  font-size: 12px;
  width: 100%;
  max-width: 154px;
  padding: 10px 13px;
  display: block;
  position: relative;
  transition: 0.3s;
}
.btn-map:hover {
  opacity: 0.7;
}
.btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 12px;
}
@media screen and (max-width: 1079px) {
  .second-section-ttl {
    margin-bottom: 60px;
  }
  .second-section-info {
    display: block;
  }
  .second-section-info table {
    width: 100%;
  }
  .map-img-wrap {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  /* .second-section:after {
    width: 100%;
    top: -20px;
    background-size: cover;
    background-position: top;
    height: 10%;
  } */
  .second-section-diagonal {
    /* height: 140px; */
    top: 6px;
  }
  .second-section-en {
    top: 50px;
  }
  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .second-section-ttl {
    font-size: 40px;
    padding-top: 150px;
  }
  .event-info th {
    font-size: 14px;
    width: 58px;
    padding-right: 20px;
  }
  .event-info td {
    font-size: 13px;
  }
  .event-info tr:first-of-type td {
    padding-top: 6px;
  }
  .event-info tr:nth-of-type(2) td {
    padding-top: 20px;
  }
  .event-info .large-txt {
    font-size: 24px;
  }
  .event-info .middle-txt {
    font-size: 14px;
  }
  .event-info .place-name {
    font-size: 13px;
  }
  .event-info .event-address {
    font-size: 14px;
    margin-top: 7px;
  }
  .event-info .event-time {
    font-size: 24px;
  }
}
@media screen and (max-width: 395px) {
  .event-info .large-txt {
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 375px) {
  .second-section:before {
    -webkit-transform: skewY(-6.7deg);
    transform: skewY(-6.7deg);
  }
  .second-section-en {
    top: 40px;
  }
  .second-section-diagonal {
    top: -25px;
  }
  .second-section-diagonal img {
    height: 100px;
    object-fit: cover;
  }
}

.third-section {
  margin-top: 210px;
  padding-bottom: 120px;
}
.third-section-ttl {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
}
.product-block {
  display: flex;
  margin-top: 120px;
  align-items: center;
}
.about-product {
  position: relative;
  width: calc(100% - 500px);
}
.about-product-number {
  position: relative;
}
.about-product-number img {
  width: auto;
  height: 144px;
}
.product-name-wrap {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.product-name {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  word-break: break-word;
}
.product-name-sub {
  font-weight: bold;
}
.product-detail {
  line-height: 1.75;
}
.product-detail:first-of-type {
  padding-top: 40px;
}
.product-detail:not(:last-child) {
  margin-bottom: 20px;
}
.product-block:nth-of-type(odd) .about-product {
  margin-right: 40px;
}
.product-block:nth-of-type(even) .about-product {
  margin-left: 40px;
}
.about-product-img {
  width: 100%;
  max-width: 460px;
}
.product-block:nth-of-type(3) .about-product-img {
  box-shadow: 0 0 20px 0 rgba(17, 37, 75, 0.03);
}
.annotation-list {
  counter-reset: count 0;
  font-size: 12px;
}
.annotation-list li {
  position: relative;
  padding-left: 28px;
}
.annotation-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: baseline;
  content: "※" counter(count);
  counter-increment: count 1;
}
@media screen and (max-width: 1079px) {
  .product-block {
    display: block;
  }
  .about-product {
    width: 100%;
  }
  .product-block:nth-of-type(odd) .about-product {
    margin-right: 0;
  }
  .product-block:nth-of-type(even) .about-product {
    margin-left: 0;
  }
  .about-product-img {
    max-width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .third-section {
    margin-top: 100px;
  }
  .third-section-ttl {
    font-size: 40px;
  }
  .product-block {
    margin-top: 80px;
  }
  .about-product-number img {
    height: 100px;
  }
  .product-name-wrap {
    bottom: 10px;
    left: 20px;
  }
  .product-name {
    font-size: 32px;
  }
  .product-name-sub {
    font-size: 14px;
  }
  .product-detail {
    font-size: 14px;
  }
}

.l-footer {
  width: 100%;
  background-color: #0b59ab;
}
.footer-inner {
  color: #fff;
  text-align: center;
  padding: 20px;
}
