@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: 1.5rem;
  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;
}

/* ---------------------------------------------------------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 h4 {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: calc(100% - 20px);
}
.credits h4:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div {
  width: 100%;
}
.credits > div + h4 {
  padding-top: 10px;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  width: calc(100% - 70px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt span {
  text-align: left;
  display: inline-block;
}
.credits > div dl dt span:nth-child(1) {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
.credits > div dl dt span:nth-child(2) {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.credits > div dl dt span:nth-child(3) {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.credits > div dl dt span:nth-child(3)::before {
  content: "¥";
  font-size: 1.2rem;
}
.credits > div dl dd {
  width: 90px;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 38px;
  border: solid 1px #FFF;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  color: #E50012;
  border: solid 1px #E50012;
}
.credits > div dl dd span {
  display: none;
}
.credits .ilink {
  text-align: left;
  width: 100%;
  padding: 0px;
  background-image: none;
}
.credits .ilink a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits .ilink a:hover {
  text-decoration: underline;
}

/* -------------------- */
.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 {
  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) {
  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;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 1s;
}
#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: 35px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
#visual .inner .title > div h2 span {
  width: 741px;
  height: 53px;
  background-image: url(../images/title1.png);
  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;
}
#visual .inner .title > div h3 span {
  background-color: #FFF;
  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: 421px;
  height: 56px;
  background-image: url(../images/title_sub1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 393px 40px;
}
#visual .inner .title > div h3 span:nth-child(2) {
  width: 353px;
  height: 46px;
  background-image: url(../images/title_sub2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 330px 33px;
  margin-top: -7px;
}
#visual .inner .photo {
  width: 100%;
  position: relative;
}
#visual .inner .photo > div {
  width: 100%;
  opacity: 0;
}
#visual .inner .photo > div:not(:first-child) {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
}
#visual .inner .photo > div:nth-child(1) {
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
#visual .inner .photo > div:nth-child(2) {
  z-index: 2;
  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;
  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;
  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;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#lead p {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.4rem;
  letter-spacing: 0em;
}
main .sec#lead p:not(:last-child) {
  margin-bottom: 20px;
}
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: 732px;
  height: 64px;
  background-image: url(../images/text_date.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 .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 .more {
  width: 100%;
  padding: 50px 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;
}
main .sec#product .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#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: 5.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .sec#info .ininfo dl dd:nth-child(2) {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec#info .ininfo dl dd:nth-child(3) {
  color: #0068B6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 3rem;
  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;
  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;
  }

  .wrapper {
    width: 100%;
    position: relative;
  }
  .wrapper::before {
    width: 3px;
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  .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 h4 {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    width: calc(100% - 20px);
  }
  .credits h4:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div {
    width: 100%;
  }
  .credits > div + h4 {
    padding-top: 10px;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    width: calc(100% - 70px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt span {
    display: inline-block;
  }
  .credits > div dl dt span:nth-child(1) {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5 0em;
    letter-spacing: 0rem;
  }
  .credits > div dl dt span:nth-child(2) {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  .credits > div dl dt span:nth-child(3) {
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .credits > div dl dt span:nth-child(3)::before {
    content: "¥";
    font-size: 1.2rem;
  }
  .credits > div dl dd {
    width: 90px;
  }
  .credits > div dl dd a {
    color: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 38px;
    border: solid 1px #FFF;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    color: #E50012;
    border: solid 1px #E50012;
  }
  .credits > div dl dd span {
    display: none;
  }
  .credits .ilink {
    text-align: left;
    width: 100%;
    padding: 0px;
    background-image: none;
  }
  .credits .ilink a {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits .ilink a:hover {
    text-decoration: underline;
  }

  /* -------------------- */
  .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: 40px;
  }
  #visual.on .inner .title {
    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) {
    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;
    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);
    padding: 0px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
  }
  #visual .inner .title > div h2 span {
    width: 100%;
    height: calc((100vw - 50px) * 0.2762);
    background-color: transparent;
    background-image: url(../images/title1_sp.png);
    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;
  }
  #visual .inner .title > div h3 span {
    background-color: #FFF;
    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% - 65px);
    height: calc((100vw - 50px - 65px) * 0.1);
    background-image: url(../images/title_sub1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 0px;
  }
  #visual .inner .title > div h3 span:nth-child(2) {
    width: calc(100% - 110px);
    height: calc((100vw - 50px - 110px) * 0.0986);
    background-image: url(../images/title_sub2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 0px;
  }
  #visual .inner .photo {
    overflow: hidden;
  }
  #visual .inner .photo > div {
    width: 1268px;
    opacity: 0;
    position: relative;
    left: calc(50% - 634px);
  }
  #visual .inner .photo > div:not(:first-child) {
    width: 1268px;
    left: calc(50% - 634px);
  }

  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: 45px 25px 40px 25px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#lead p {
    color: #0068B6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec#lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec#lead p br {
    display: none;
  }
  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: 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: 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: 298px;
    height: 102px;
    background-image: url(../images/text_date_sp.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 .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 .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%;
  }
  main .sec#product .insec .more .btn a {
    width: 100%;
    height: 40px;
    border-radius: 20px;
  }
  main .sec#product .insec .more .btn a:hover span {
    color: #0068B6;
  }
  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: 60px 0 0 0;
  }
  main .sec#info .ininfo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
  }
  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-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: 10px;
  }
  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: 20px;
  }
  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-bottom: 45px;
  }
  main .sec#info .ininfo .ph p {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  main .sec#info .ininfo .date {
    width: calc(100% - 50px);
    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;
    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 */
