@charset "UTF-8";
@import url("https://use.typekit.net/xqw4ulr.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #666666;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 20px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: #0068B6;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  background-color: #E50012;
  color: #E50012; /* アクティブなドットの色 */
  opacity: 1;
}

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 200px;
  height: 99px;
  background-image: url(../images/logo_expo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 100px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-image: linear-gradient(90deg, #0068B6, #E50012);
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

.wrapper {
  width: 100%;
  position: relative;
}
.wrapper::before {
  content: "";
  width: 5px;
  height: calc(100% - 40px);
  background-image: linear-gradient(180deg, #0068B6, #E50012);
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.wrapper::after {
  content: "";
  width: 5px;
  height: calc(100% - 40px);
  background-image: linear-gradient(180deg, #0068B6, #E50012);
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

header {
  width: 100%;
}
header::before {
  content: "";
  width: calc(100% - 40px);
  height: 5px;
  background-color: #0068B6;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
header h1 {
  width: 140px;
  height: 84px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 500;
}
header h1 span {
  width: 100px;
  height: 25px;
  background-image: url(../images/logo_expo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header ul {
  width: 1.2rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header ul li:not(:last-child) {
  margin-bottom: 5px;
}
header ul li span {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
header ul li a {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #000;
}

/* common credits------ */
.credits {
  width: 100%;
}
.credits > div {
  width: 100%;
}
.credits > div.item-d-none dl.items__credit dd {
  width: auto;
  border: none;
}
.credits > div.item-d-none dl.items__credit dd a {
  display: none;
}
.credits > div.item-d-none dl.items__credit dd a.line {
  color: #0068B6;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: underline;
  display: inline-block;
}
.credits > div.item-d-none dl.items__credit dd a.line:hover {
  color: #000;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div dl.items__credit {
  width: 100%;
  margin: 0 auto 0 0;
  padding-bottom: 10px;
  border-bottom: dashed 1px #0068B6;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl.items__credit dt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl.items__credit dt strong {
  color: #0068B6;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl.items__credit dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
.credits > div dl.items__credit dt strong span {
  font-weight: 400;
  padding: 0 0 0 10px;
}
.credits > div dl.items__credit dt strong span.items__price::after {
  content: none;
  color: #0068B6;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.05em;
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl.items__credit dt > span {
  color: #0068B6;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.05em;
}
.credits > div dl.items__credit dt > span:last-child {
  width: 100%;
  padding: 5px 0 0 0;
  font-size: 1.4rem;
}
.credits > div dl.items__credit dd {
  margin: 0 0 0 15px;
  padding: 4px 24px 1px;
  border: solid 1px #0068B6;
}
.credits > div dl.items__credit dd a {
  color: #0068B6;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl.items__credit dd a:hover {
  opacity: 0.5;
}
.credits > div dl.items__credit dd a.line {
  display: none;
}

/* -------------------- */
.frame {
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  border-top: solid 5px #0068B6;
  border-bottom: solid 5px #E50012;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
  pointer-events: none;
}
.frame::before {
  content: "";
  width: 5px;
  height: 100%;
  background-image: linear-gradient(180deg, #0068B6, #E50012);
  display: block;
}
.frame::after {
  content: "";
  width: 5px;
  height: 100%;
  background-image: linear-gradient(180deg, #0068B6, #E50012);
  display: block;
}

#visual {
  width: 100%;
}
#visual.on .inner .title {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#visual.on .inner .photo > div {
  opacity: 1;
}
#visual.on .inner .photo > div:nth-child(1), #visual.on .inner .photo > div:nth-child(2), #visual.on .inner .photo > div:nth-child(3), #visual.on .inner .photo > div:nth-child(4) {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#visual .inner {
  width: 100%;
  position: relative;
}
#visual .inner .title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
#visual .inner .title > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#visual .inner .title > div h2 {
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #E50012;
}
#visual .inner .title > div h2 span {
  width: 742px;
  height: 53px;
  background-image: url(../images/title1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#visual .inner .title > div h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 10px;
  background-color: #0068B6;
}
#visual .inner .title > div h3 span {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
}
#visual .inner .title > div h3 span:nth-child(1) {
  width: 450px;
  height: 40px;
  background-image: url(../images/title2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#visual .inner .photo {
  width: 100%;
  position: relative;
}
#visual .inner .photo > div {
  width: 100%;
  opacity: 0;
}
#visual .inner .photo > div:nth-child(1) {
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.4s ease-in 0s;
}
#visual .inner .photo > div:nth-child(2) {
  z-index: 2;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: all 0.3s ease-in 0.1s;
}
#visual .inner .photo > div:nth-child(3) {
  z-index: 3;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.2s;
}
#visual .inner .photo > div:nth-child(4) {
  z-index: 3;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: all 0.3s ease-in 0.3s;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main:not(:last-child) {
  margin-bottom: 60px;
}
main .sec {
  width: 100%;
  padding: 0px;
  opacity: 1;
  transition: opacity 0.5s ease-in 0.1s;
}
main .sec:not(:last-child) {
  margin-bottom: 60px;
}
main .sec.on {
  opacity: 1;
}
main .sec#lead {
  padding: 130px 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#lead h3 {
  padding-bottom: 30px;
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0em;
}
main .sec#lead h3 span {
  font-weight: 600;
  color: #E50012;
}
main .sec#lead p {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.4rem;
  letter-spacing: 0em;
}
main .sec#lead p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec#snap {
  padding: 0 0 150px 0;
  position: relative;
}
main .sec#snap .insec {
  width: calc(100% - 250px);
  max-width: 1120px;
  margin: 0 auto;
}
main .sec#snap .insec.snaps {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px 20px;
}
main .sec#snap .insec.snaps .snap {
  width: calc((100% - 20px) / 2);
}
main .sec#snap .insec.snaps .snap:nth-child(odd) .photo {
  border: solid 1px #0068B6;
}
main .sec#snap .insec.snaps .snap:nth-child(even) .photo {
  border: solid 1px #E50012;
}
main .sec#snap .insec.snaps .snap .photo {
  padding: 20px;
  position: relative;
}
main .sec#snap .insec.snaps .snap .photo .photo_inner {
  width: 100%;
  background-color: #FFF;
}
main .sec#snap .insec.snaps .snap .photo .dots_lt {
  width: 92px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main .sec#snap .insec.snaps .snap .photo .dots_rt {
  width: 40px;
  height: 92px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
main .sec#snap .insec.snaps .snap .photo .dots_lb {
  width: 40px;
  height: 92px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
main .sec#snap .insec.snaps .snap .photo .dots_rb {
  width: 92px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
main .sec#snap .insec.snaps .snap .text {
  width: 100%;
  text-align: left;
  padding-top: 20px;
}
main .sec#snap .insec.snaps .snap .text .name {
  color: #0068B6;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#snap .insec.snaps .snap .text .position {
  color: #E50012;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#snap .insec.snaps .snap .text .caption {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
  padding: 18px 0 50px;
}
main .sec#snap .insec.snaps .snap .text .caption.second {
  padding-top: 30px;
}
main .sec#snap .insec .more {
  width: 100%;
  padding: 50px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#snap .insec .more .btn {
  width: 360px;
}
main .sec#snap .insec .more .btn a {
  width: 100%;
  height: 64px;
  background-color: #FFF;
  border-radius: 32px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#snap .insec .more .btn a:hover span {
  color: #E50012;
}
main .sec#snap .insec .more .btn a span {
  color: #0068B6;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .sec#product {
  background-color: #0068B6;
  padding: 140px 0 215px 0;
  position: relative;
}
main .sec#product::after {
  content: "";
  width: 100%;
  height: 45px;
  background-color: #FFF;
  background-image: url(../images/border_dots.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
main .sec#product .myhead {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
main .sec#product .myhead dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
main .sec#product .myhead dl dt {
  width: 339px;
  height: 49px;
  background-image: url(../images/text_head1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
main .sec#product .myhead dl dd {
  width: 329px;
  height: 46px;
  background-image: url(../images/text_head2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .sec#product .myhead h3 {
  width: 100%;
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  padding-bottom: 20px;
}
main .sec#product .myhead h4 {
  width: 100%;
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
  padding-bottom: 30px;
}
main .sec#product .myhead p {
  width: 100%;
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: center;
}
main .sec#product .myhead p:not(:last-child) {
  padding-bottom: 10px;
}
main .sec#product .insec {
  width: calc(100% - 250px);
  min-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#product .insec .product {
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
}
main .sec#product .insec .product:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
main .sec#product .insec .product .ph {
  width: 100%;
  margin-bottom: 10px;
}
main .sec#product .insec .photo {
  width: 800px;
  margin: 0 auto;
}
main .sec#product .insec .more {
  width: 100%;
  padding: 80px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#product .insec .more .btn {
  width: 360px;
  padding: 20px 0 15px;
  background-color: #FFF;
  border-radius: 32px;
}
main .sec#product .insec .more .btn a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#product .insec .more .btn a:hover span {
  color: #E50012;
}
main .sec#product .insec .more .btn a span {
  color: #0068B6;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .sec#info {
  padding: 120px 0 90px 0;
  position: relative;
}
main .sec#info .ininfo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
main .sec#info .ininfo h3 {
  width: 563px;
  height: 63px;
  background-image: url(../images/text_info.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 100px;
}
main .sec#info .ininfo dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
main .sec#info .ininfo dl dt {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec#info .ininfo dl dd:nth-child(2) {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .sec#info .ininfo dl dd:nth-child(3) {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#info .ininfo .ph {
  width: 600px;
  margin-bottom: 60px;
}
main .sec#info .ininfo .ph > div {
  width: 100%;
  margin-bottom: 5px;
}
main .sec#info .ininfo .ph p {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: right;
}
main .sec#info .ininfo .date {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
main .sec#info .ininfo .date h4 {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-color: #0068B6;
  padding: 0 5px;
  margin-bottom: 40px;
}
main .sec#info .ininfo .date h5 {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .sec#info .ininfo .date p {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec#info .ininfo p.brand {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0 0 45px 0;
  margin: 0 auto;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  position: relative;
}
footer::before {
  content: "";
  width: calc(100% - 40px);
  height: 5px;
  background-color: #E50012;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
footer::after {
  content: "";
  width: 100%;
  height: 45px;
  background-image: url(../images/border_dots.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  display: block;
}
footer img {
  width: 100%;
  opacity: 0;
}
footer .pgtop {
  width: 100%;
}
footer .pgtop a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: 100%;
  background-color: #0068B6;
}
footer .infoot .inin {
  width: calc(100% - 250px);
  min-width: 1120px;
  padding: 55px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
footer .infoot .inin .set {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
footer .infoot .inin .set:nth-child(1) {
  padding-left: 30px;
}
footer .infoot .inin .set:nth-child(2) {
  margin-left: 100px;
}
footer .infoot .inin .set::before {
  content: "";
  width: 1px;
  background-color: #FFF;
  margin-left: 20px;
  display: block;
  order: 2;
}
footer .infoot .inin .set h3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  order: 1;
}
footer .infoot .inin .set h3.bcs {
  width: 100px;
  height: 26px;
  background-image: url(../images/logo_bcs.png);
}
footer .infoot .inin .set h3.expo {
  width: 100px;
  height: 25px;
  background-image: url(../images/logo_expo_foot.png);
}
footer .infoot .inin .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  order: 3;
}
footer .infoot .inin .set ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot .inin .set ul li a {
  color: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot .inin .cp {
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .infoot .inin .cp p {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot .inin .cp p:not(:last-child) {
  margin-bottom: 10px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  .wrapper {
    width: 100%;
    position: relative;
  }
  .wrapper::before {
    width: 3px;
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    z-index: 2;
  }
  .wrapper::after {
    width: 3px;
    height: calc(100% - 20px);
    top: 10px;
    right: 10px;
  }
  header {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
  }
  header::before {
    width: calc(100% - 20px);
    height: 3px;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  header h1 {
    width: 140px;
    height: 84px;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  header h1 span {
    width: 100px;
    height: 25px;
    background-image: url(../images/logo_expo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  header ul {
    width: 1.2rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  header ul li span {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
  }
  header ul li a {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
    transition: all 0.25s ease-in 0s;
  }
  header ul li a:hover {
    color: #000;
  }
  /* common credits------ */
  .credits > div {
    width: 100%;
  }
  .credits > div.item-d-none dl.items__credit dd {
    width: auto;
    border: none;
  }
  .credits > div.item-d-none dl.items__credit dd a {
    display: none;
  }
  .credits > div.item-d-none dl.items__credit dd a.line {
    color: #0068B6;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: underline;
    display: inline-block;
  }
  .credits > div.item-d-none dl.items__credit dd a.line:hover {
    color: #000;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div dl.items__credit {
    width: 100%;
    margin: 0 auto 0 0;
    padding-bottom: 10px;
    border-bottom: dashed 1px #0068B6;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl.items__credit dt {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl.items__credit dt strong {
    color: #0068B6;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl.items__credit dt strong:not(:first-child) {
    margin: 0 0 0 5px;
  }
  .credits > div dl.items__credit dt strong span {
    font-weight: 400;
    padding: 0 0 0 10px;
  }
  .credits > div dl.items__credit dt strong span.items__price::after {
    content: none;
    color: #0068B6;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.05em;
    margin-left: 5px;
    display: inline-block;
  }
  .credits > div dl.items__credit dt > span {
    color: #0068B6;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.05em;
  }
  .credits > div dl.items__credit dt > span:last-child {
    width: 100%;
    padding: 5px 0 0 0;
    font-size: 1.4rem;
  }
  .credits > div dl.items__credit dd {
    margin: 0 0 0 15px;
    padding: 4px 20px 1px;
    border: solid 1px #0068B6;
  }
  .credits > div dl.items__credit dd a {
    color: #0068B6;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl.items__credit dd a:hover {
    opacity: 0.5;
  }
  .credits > div dl.items__credit dd a.line {
    display: none;
  }
  /* -------------------- */
  .frame {
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    border-top: solid 5px #0068B6;
    border-bottom: solid 5px #E50012;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 100;
    pointer-events: none;
  }
  .frame::before {
    content: "";
    width: 5px;
    height: 100%;
    background-image: linear-gradient(180deg, #0068B6, #E50012);
    display: block;
  }
  .frame::after {
    content: "";
    width: 5px;
    height: 100%;
    background-image: linear-gradient(180deg, #0068B6, #E50012);
    display: block;
  }
  #visual {
    width: 100%;
    margin-bottom: 0;
  }
  #visual.on .inner .title {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  #visual.on .inner .photo > div {
    opacity: 1;
  }
  #visual.on .inner .photo > div:nth-child(1), #visual.on .inner .photo > div:nth-child(2), #visual.on .inner .photo > div:nth-child(3), #visual.on .inner .photo > div:nth-child(4) {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  #visual .inner {
    width: 100%;
    position: relative;
  }
  #visual .inner .title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in 1s;
  }
  #visual .inner .title > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #visual .inner .title > div h2 {
    width: calc((100% - 50px) * 1);
    padding: 0px;
    margin-bottom: 10px;
    background-color: transparent;
  }
  #visual .inner .title > div h2 span {
    width: 100%;
    height: calc((100vw - 50px) * 0.2762);
    background-image: url(../images/title1_sp.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  #visual .inner .title > div h3 {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    background-color: transparent;
  }
  #visual .inner .title > div h3 span {
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  #visual .inner .title > div h3 span:nth-child(1) {
    width: calc(100% - 50px);
    height: calc((100vw - 50px - 10px) * 0.1);
    background-image: url(../images/title2_sp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #visual .inner .photo {
    overflow: hidden;
  }
  #visual .inner .photo > div {
    width: 100%;
    opacity: 0;
    position: relative;
    z-index: -1;
  }
  #visual .inner .photo > div:not(:first-child) {
    width: 100%;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec {
    width: 100%;
    padding: 0px;
    opacity: 1;
    transition: opacity 0.5s ease-in 0.1s;
  }
  main .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec.on {
    opacity: 1;
  }
  main .sec#lead {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 45px 0 40px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#lead h3 {
    padding-bottom: 30px;
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0em;
  }
  main .sec#lead h3 span {
    font-weight: 600;
    color: #E50012;
  }
  main .sec#lead p {
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  main .sec#lead p:not(:last-child) {
    margin-bottom: 15px;
  }
  main .sec#snap {
    padding: 0 0 0 0;
    position: relative;
  }
  main .sec#snap .insec {
    width: calc(100% - 60px);
    max-width: inherit;
    margin: 0 auto;
  }
  main .sec#snap .insec.snaps {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px 20px;
  }
  main .sec#snap .insec.snaps .snap {
    width: 100%;
  }
  main .sec#snap .insec.snaps .snap .photo {
    padding: 16px;
    position: relative;
  }
  main .sec#snap .insec.snaps .snap .photo .photo_inner {
    width: 100%;
    background-color: #FFF;
  }
  main .sec#snap .insec.snaps .snap .photo .dots_lt {
    width: 62px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  main .sec#snap .insec.snaps .snap .photo .dots_rt {
    width: 27px;
    height: 62px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  main .sec#snap .insec.snaps .snap .photo .dots_lb {
    width: 27px;
    height: 62px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  main .sec#snap .insec.snaps .snap .photo .dots_rb {
    width: 62px;
    height: 27px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  main .sec#snap .insec.snaps .snap .text {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }
  main .sec#snap .insec.snaps .snap .text .name {
    color: #0068B6;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#snap .insec.snaps .snap .text .position {
    color: #E50012;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#snap .insec.snaps .snap .text .caption {
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0em;
    padding: 18px 0 50px;
  }
  main .sec#snap .insec.snaps .snap .text .caption.second {
    padding-top: 30px;
  }
  main .sec#snap .insec .more {
    width: 100%;
    padding: 50px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec#snap .insec .more .btn {
    width: 360px;
  }
  main .sec#snap .insec .more .btn a {
    width: 100%;
    height: 64px;
    background-color: #FFF;
    border-radius: 32px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec#snap .insec .more .btn a:hover span {
    color: #E50012;
  }
  main .sec#snap .insec .more .btn a span {
    color: #0068B6;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main .sec#product {
    padding: 45px 0 45px 0;
  }
  main .sec#product::after {
    width: 100%;
    height: 45px;
  }
  main .sec#product .myhead {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }
  main .sec#product .myhead dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  main .sec#product .myhead dl dt {
    width: 300px;
    height: 38px;
    background-image: url(../images/text_head1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
  }
  main .sec#product .myhead dl dd {
    width: 252px;
    height: 35px;
    background-image: url(../images/text_head2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main .sec#product .myhead h3 {
    width: calc(100% - 40px);
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 20px;
  }
  main .sec#product .myhead h4 {
    width: calc(100% - 40px);
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 30px;
  }
  main .sec#product .myhead p {
    width: calc(100% - 40px);
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    text-align: center;
  }
  main .sec#product .myhead p:not(:last-child) {
    padding-bottom: 10px;
  }
  main .sec#product .insec {
    width: calc(100% - 50px);
    min-width: calc(100% - 50px);
    margin: 0 auto 45px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#product .insec .product {
    width: 100%;
    margin-bottom: 0px;
  }
  main .sec#product .insec .product:not(:nth-child(3n+1)) {
    margin-left: 0px;
  }
  main .sec#product .insec .product:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec#product .insec .product .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  main .sec#product .insec .photo {
    width: 100%;
    margin: 0 auto;
  }
  main .sec#product .insec .more {
    width: 100%;
    padding: 40px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec#product .insec .more .btn {
    width: 100%;
    padding: 15px 0 10px;
    background-color: #FFF;
    border-radius: 20px;
  }
  main .sec#product .insec .more .btn a {
    width: 100%;
  }
  main .sec#product .insec .more .btn a:hover span {
    color: #E50012;
  }
  main .sec#product .insec .more .btn a span {
    color: #0068B6;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main .sec#info {
    padding: 0 0 0 0;
  }
  main .sec#info .ininfo {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
  }
  main .sec#info .ininfo h3 {
    width: 263px;
    height: 30px;
    margin-bottom: 50px;
  }
  main .sec#info .ininfo dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 30px;
  }
  main .sec#info .ininfo dl dt {
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  main .sec#info .ininfo dl dd:nth-child(2) {
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .sec#info .ininfo dl dd:nth-child(3) {
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#info .ininfo .ph {
    width: 100%;
    margin: 0 auto 45px;
  }
  main .sec#info .ininfo .ph p {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  main .sec#info .ininfo .date {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  main .sec#info .ininfo .date h4 {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-color: #0068B6;
    padding: 0 5px;
    margin-bottom: 40px;
  }
  main .sec#info .ininfo .date h5 {
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .sec#info .ininfo .date p {
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec#info .ininfo .date p br {
    display: none;
  }
  main .sec#info .ininfo p.brand {
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  footer {
    text-align: left;
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0 auto;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    position: relative;
  }
  footer::before {
    width: calc(100% - 20px);
    height: 3px;
    bottom: 10px;
    left: 10px;
  }
  footer::after {
    content: "";
    width: 100%;
    height: 45px;
    background-image: url(../images/border_dots.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    display: block;
  }
  footer img {
    width: 100%;
    opacity: 0;
  }
  footer .pgtop {
    width: 100%;
  }
  footer .pgtop a {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    width: 100%;
    height: 55px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  footer .pgtop a:hover {
    color: #666666;
  }
  footer .infoot {
    width: 100%;
    background-color: #0068B6;
  }
  footer .infoot .inin {
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
    padding: 45px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot .inin .set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  footer .infoot .inin .set:nth-child(1) {
    padding-left: 0px;
    margin-bottom: 30px;
  }
  footer .infoot .inin .set:nth-child(2) {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  footer .infoot .inin .set::before {
    content: "";
    width: 1px;
    background-color: #FFF;
    margin-left: 20px;
    display: block;
    order: 2;
  }
  footer .infoot .inin .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    order: 3;
  }
  footer .infoot .inin .set ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot .inin .set ul li a {
    color: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot .inin .cp {
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot .inin .cp p {
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot .inin .cp p:not(:last-child) {
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=style.css.map */