@charset "UTF-8";
:root {
  --color-bg: #fff;
  --color-bl:#015eb8;
  --color-ye: #f9ff00;
  --color-txt:#333;
}

/********************
    　　　共通
*********************/
html {
  width: 100%;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--color-txt);
  background-color:#fff;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
    opacity: 0.6;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
}

img, svg {
  max-width: 100%;
  height: auto;
}

.u-df {
  display: flex;
}

.u-df.-jc-sb {
    justify-content: space-between
}

.u-df.-ai-c {
    align-items: center
}

.u-df.-jc-c {
    justify-content: center
}

.u-tac {
    text-align: center
}

.l-inner,.l-inner__middle,.l-inner__small {
    padding: 0 clamp(.9375rem, .30405rem + 2.7027vw, 2.5rem);
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.u-tcy {
  color: var(--color-ye);
}

.u-tcr {
  color: #FF2600;
}

.u-br30 {
  border-radius: 30px;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media (max-width:768px) {
  .sp-only {
    display: block;
  }
  .pc-only{
    display: none;
  }
}

/*********************
     header&footer
***********************/

.l-header {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:clamp(.9375rem, .05068rem + 3.78378vw, 3.125rem);
}

.l-header figure {
    width: 12.8%;
}

.l-header p {
    font-size: 1.4rem;
    font-weight: 700;  
}

.l-footer {
    background: #19246E;
    color: #fff;
    padding-top: 56px;
    padding-bottom: 48px;
    font-size: 1.4rem;
    font-weight: 400;
}

.l-footer a {
    color: #fff;
    width: 100%
}

@media only screen and (min-width: 640px) {
    .l-footer a {
        width:auto
    }
}

.l-footer a:nth-of-type(n+2) {
    margin-top: 12px
}

@media only screen and (min-width: 640px) {
    .l-footer a:nth-of-type(n+2) {
        margin-top:0;
        margin-left: 20px
    }
}

@media (hover: hover) {
    .l-footer a:hover {
        text-decoration:underline !important
    }
}

.l-footer .copyright {
    font-size: 1.2rem;
    margin-top: 48px;
}

@media (max-width:768px) {
  .l-header p {
    font-size: 1.1rem;
}
.l-header figure {
    width: 25%;
}
.l-header {
    height: 56px;
}
.l-footer .u-df {
  flex-direction: column;
  align-items: flex-start;
}
}

/********************
        mv
*********************/

.mv {
  background-color: var(--color-bl); 
  background-image: url(../img/bg_grid.svg);
  background-position:center ;
  background-repeat: no-repeat;
  background-size: 140%;
}

.mv_wrap {
 padding: 120px 0 90px;
}

.mv_ttl {
  font-size: 4.6875vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

.mv_subttl {
  font-size: 4.1666667vw;
}

.mv-animate_wrap {
  width: calc(100vw * 1597 / 1920);
  height: auto;
  aspect-ratio: 2336 / 658;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

#animation_containerall,
#canvasall,
#dom_overlay_containerall{
  width: 100% !important;
  height: 100%;
  aspect-ratio: 2336 / 658;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width:768px) {
  .mv_ttl {
  font-size: 8.5vw;
}
.mv_subttl {
  font-size: 7.5vw;
}

.mv_wrap {
 padding: 100px 0 90px;
}

.mv {
  background-size: cover;
}
.mv-animate_wrap {
  width: 94%;
}
}

/********************
    現場知
*********************/

.genbachi_wrap {
  padding: 72px 0 100px calc(100vw * 191 / 1920);
  position: relative;
  background-color: none;
}
.genbachi_wrap::after {
  position: absolute;
  content: "";
  background-image: url(../img/img_dx.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: calc(100vw * 938 / 1920) auto;
  width: 100%;
  height: 100%; 
  bottom: 64px;
  right: calc(100vw * 106 / 1920);
  z-index: -1;
}

.teian {
  font-size: 2.22916vw;
  font-weight: 700;
  color: #fff;
  padding: 0.5em;
  width: calc(100vw * 1593 / 1920);
  background-color: var(--color-bl);
  border-radius: 24px;
  margin-bottom: 64px;
}

.genbachi_txt {
  color: var(--color-bl);
  line-height: 2;
  font-size: max(1.5rem, calc(100vw * 30 / 1920));
} 

.genbachi_txt h2 {
  margin-bottom: 42px;
  width: calc(100% * 660 / 1593);
}

.genbachi_txt .bold {
  font-weight: 600;
}

@media (max-width:768px) {
  .genbachi_wrap {
  padding: 80px 5%;
}
.teian {
  font-size: 1.8rem;
  padding: 1em;
  width: 100%;
  margin-bottom: 32px;
}

.genbachi_txt h2 {
  margin-bottom: 40px;
  width: 90%;
}

.genbachi_wrap::after {
  background-image: none;
}

.genbachi-sp_img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
}

/********************
    出店決定
*********************/

.sec-syutten {
  background: url(../img/dx.svg),
              linear-gradient( to bottom,rgb(0, 43 , 99), rgb(0, 188, 234));
  background-repeat: no-repeat,no-repeat;
  background-size: calc(100vw * 506 / 1280), contain;
  background-position: top left, center;
  padding: 138px 0 80px;
}

.syutten-ttl {
  width: calc(100% * 1550 / 1920);
  margin: 0 auto;
  margin-bottom: 64px;
}

.event-data_wrap {
  align-items: flex-start;
  justify-content: center;
  gap: 56px;
  margin-bottom: 42px;
}

.place {
  width: calc(100% * 693 /1920);
}

.date {
  width: calc(100% * 726 / 1920);
}

.event-img_wrap {
  margin: 0 auto;
  justify-content: center;
  width: calc(100% * 1580 / 1920);
  margin-bottom: 45px;
}

.booth-img,
.space-num {
  flex: 1;
}

.sec-syutten p {
  font-size: min(3.7rem, 1.927vw);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

@media (max-width:768px){
  .sec-syutten {
  background: url(../img/dx.svg),
              linear-gradient( to bottom,rgb(0, 43 , 99), rgb(0, 188, 234));
  background-repeat: no-repeat,no-repeat;
  background-size: 75vw, contain;
  background-position: top left, center;
  padding: 100px 5% 40px;
}

.sec-syutten h2 {
  width: 100%;
  margin-bottom: 40px;
}
.event-data_wrap {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  margin-bottom: 42px;
}
.place {
  width: 100%;
}

.date {
  width: 92%;
}

.event-img_wrap {
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

.sec-syutten p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
}

/********************
    チェックポイント
*********************/
.check-point_wrap {
  width: calc(100% * 1580 / 1920);
  margin: 0 auto;
  padding-top: 80px;
}

.check-point_ttl{
    font-weight: 600;
    line-height: 1.3;
    font-size: calc(100vw * 51 / 1280);
    margin-bottom: 36px;
}

.check-point-card {
  width: 100%;
  background-color: #fff;
  margin-bottom: 56px;
  display: grid;
  align-items: center;
  clip-path: polygon(clamp(4rem, 1.4rem + 5.18vw, 10rem) 0%, 100% 0%, 100% 100%, 0% 100%, 0% clamp(4rem, -1.3rem + 6.94vw, 12rem));
padding: 30px calc(100% * 27 / 1053) 24px calc(100% * 100 / 1053) ;
}

.check-point-card.--03 {
  margin-bottom: 0;
}

.check-point-card.--01 {
  grid-template-columns: 76% 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 0 3.7%; 
}
.card_box {
  position: relative;
}
.card_box::before {
  position: absolute;
  content: "";
  background-image: url(../img/point01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: calc(100% * 94 / 1053);
  min-width: 75px;
  aspect-ratio: 1 / 1;
  top: -30px;
  left: -12px;
  z-index: 1;
}
.card_box:nth-of-type(2)::before {
  background-image: url(../img/point02.svg);
}
.card_box:nth-of-type(3)::before {
  background-image: url(../img/point03.svg);
}
.cp-img.--01 {
  width: 92%;
  aspect-ratio: 1;
}
.check-desc02 {
  width: 88%;
}

.check-point-card.--02 {
  grid-template-columns: 1fr calc(100% * 280 / 930);
  gap: 0 calc(100% * 40 / 930);
}
.check-point-card.--03 {
  grid-template-columns: 1fr calc(100% * 342 / 930);
  gap: 0 calc(100% * 70 / 930);
}

.cp-ttl { grid-area: 1 / 1 / 2 / 2; }
.cp-img { grid-area: 1 / 2 / 3 / 3; }
.cp-txt { grid-area: 2 / 1 / 3 / 2; }

.check-point-card p {
  text-align: left;
  color: #333;
  font-size: max(1.4rem, calc(100vw * 14 / 1280));
  font-weight: 400;
}

.cp-ttl {
  text-align: left;
  font-size:max(2.6rem, calc(100vw * 26 / 1280));
  font-weight: 600;
  line-height:1.3;
  color: var(--color-bl);
  margin-bottom: .5em;
}

.check-point-card.--01 .cp-ttl {
  margin-bottom: 0;
}

.check-point-card .check-desc {
text-align: left;
font-size: max(1.7rem, calc(100vw * 17 / 1280));
color: var(--color-bl);
font-weight: 500;
margin-bottom: 1em;
}
.cp-txt {
  text-align: left;
  font-size: max(1.4rem, calc(100vw * 14 / 1280));
}

.cp-txt a {
  color: #0000EE;
  text-align: left;
  text-decoration: underline;
}
.cp-txt a:visited {
 color: #551A8B;
 text-decoration: underline;
}

.cp-txt a:active {
 color: #FF0000;
 text-decoration: underline;
}


@media (max-width:768px){
  .check-point-card.--01,
  .check-point-card.--02,
  .check-point-card.--03 {
    margin-bottom: 52px;
    grid-template-columns: repeat(1, auto);
    gap: 24px;
    padding: 30px calc(100% * 40 / 610);
    clip-path: polygon(clamp(5rem, 0.115rem + 10.18vw, 9rem) 0%, 100% 0%, 100% 100%, 0% 100%, 0% clamp(5rem, 0.115rem + 10.18vw, 9rem));
}
  .cp-ttl { grid-area: 1 / 1 / 2 / 2; }
  .cp-img { grid-area: 2 / 1 / 3 / 2; }
  .cp-txt { grid-area: 3 / 1 / 4 / 2; }

  .check-point_wrap {
    padding-top: 80px;
    width: 100%;
  }
  .check-point_ttl {
    font-size: 8.36vw;
  }
  .cp-ttl {
    font-size: max(2.0rem, 5.2459vw);
    color: var(--color-bl);
    text-align: center;
    margin-bottom: 0;
  }
  .check-point-card.--01 .cp-ttl {
  transform: translateX(1em);
}
  .check-desc {
    font-size: 2.1rem;
  }
  .cp-img {
    margin: 0 auto;
  }
  .cp-img.--01 {
    width: 44.7876%;
  }
  .check-desc02{
    width: 100%;
  }

  .card_box::before {
     width:calc(100vw * 90 / 610);
     min-width: 70px;
  }
}

/********************
    3つ
*********************/

.sec-three {
  padding: 100px calc(100% * 86 / 1920) 84px;
  background-color: #fff;
}

.three_ttl {
  font-size: min(9.6rem, 5vw);
  color: var(--color-bl);
  font-weight: 700;
}

.three_ttl .sm {
  font-size: 3.125vw;
  font-weight: 600;
}

.three_subttl {
  font-size: 3.3333vw;
  font-weight: 600;
  color: var(--color-bl);
  position: relative;
  display: inline-block;
}

.three_subttl::before,
.three_subttl::after {
  position: absolute;
  content: "";
  width: calc( 100% * 380 / 1920);
  height: 1px;
  background-color: var(--color-bl);
  top: 50%;
  transform: translateY(-50%);
}

.three_subttl::before {
  left: calc( -100% * 480 / 1920);
}
.three_subttl::after {
  right: calc( -100% * 480 / 1920) ;
}

.three_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(100vw * 28 / 1920);
    margin-top: 82px;
}

.three-box {
  display: flex;
  flex-direction: column;
  background-color: var(--color-bl);
  color: #fff;
  border-radius: 24px;
  align-items: center;
  padding-bottom: 32px;
  gap: 16px;
}

.three-box img {
  width: calc(100% * 454 / 556);
  margin-top: auto;
}
.three-box a {
  margin-top: auto;
}

.three-img_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 907 /480;
}
.three-img_wrap .img01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 90%; /* 幅いっぱいに拡大 */
  height: auto;
  aspect-ratio: 1437 / 1176 ;
}
#animation_container03,
#canvas03,
#dom_overlay_container03{
  width: 100% !important;
  height: auto;
  aspect-ratio: 550 / 450;
  position: absolute;
  top: -14%;
  left: 0;
}

.three-img_wrap .img02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 90%; /* 幅いっぱいに拡大 */
  height: auto;
  aspect-ratio: 550 /450 ;
}
#animation_container01,
#canvas01,
#dom_overlay_container01{
  width: 100% !important;
  aspect-ratio: 550 / 450;
  position: absolute;
  top: -14%;
  left: 0;
}

.three-img_wrap .img03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 90%; /* 幅いっぱいに拡大 */
  height: auto;
  aspect-ratio: 550 / 450 ;
}

#animation_container02,
#canvas02,
#dom_overlay_container02{
  width: 100% !important;
  height: auto;
  aspect-ratio: 838 / 686;
  position: absolute;
  top: -14%;
  left: 0;
}



.three-box h3 {
  font-weight: 700;
  font-size: 3.4357vw;
  line-height: 1.18;
}

.three-box h4 {
  margin: 0 36px;
  padding:18px 0 ;
  width: 86.51%;
  background-color: #08477c;
  border-radius: 16px;
  font-size: 1.9791vw;
  line-height: 1.2;
  font-weight: 600;
  height: auto;
}

.three-box p {
  text-align: left;
  width: 87%;
  font-size: max(1.5rem, 1.1458vw);
  font-weight: 400;
}

.three-box.b03 h4{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: calc(18px + 0.5em) 0;
  padding-right: 2rem;

}

.three-box.b03 h4::before {
  position: absolute;
  content: "";
  background-image: url(../img/badge.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 29.69%;
  aspect-ratio: 308 / 287;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

@media (max-width:768px) {
.sec-three {
  padding: 80px 5%;
}
.three_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
    margin-top: 80px;
}

.three_ttl {
  font-size: min(6.0rem, 12vw);
  line-height: 1.1;
  margin-bottom: 24px;
}

.three_ttl .sm {
  font-size:  min(3.8rem, 7vw);
}
.three_subttl {
  font-size:  min(3.6rem, 7vw);
}
.three-box h3 {
  font-size: min(4.8rem, 8vw);
}
.three-box h4 {
  margin: 0 36px;
  padding:18px 0 ;
  width: 86.51%;
  background-color: #08477c;
  border-radius: 16px;
  font-size: min(3rem, 6.5vw);
  line-height: 1.2;
  font-weight: 600;
  height: auto;
}
.three-box.b03 h4{
  padding: calc(18px + 0.5em) 0;
  padding-right: 6%;
}

.three_subttl {
  display: block;
}

.three_subttl::before,
.three_subttl::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 1px;
  background-color: var(--color-bl);
  top: 50%;
  transform: translateY(-50%);
}

.three_subttl::before {
  left: 0;
}
.three_subttl::after {
  right: 0 ;
}
.three-img_wrap .img01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 85%; /* 幅いっぱいに拡大 */
  height: auto;
  aspect-ratio: 550 / 450 ;
}
#animation_container03,
#canvas03,
#dom_overlay_container03{
  width: 100% !important;
  height: 100%;
  aspect-ratio: 550 / 450;
  position: absolute;
  top: -14%;
  left: 0;
}

.three-img_wrap .img02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 85%; /* 幅いっぱいに拡大 */
  height: auto;
  aspect-ratio: 550 /450 ;
}
#animation_container01,
#canvas01,
#dom_overlay_container01{
  width: 100% !important;
  height: 100%;
  aspect-ratio: 550 / 450;
  position: absolute;
  top: -14%;
  left: 0;
}
}

@media (min-width:480px) and (max-width:768px) {
.three-box.b03 h4{
    justify-content: center;
    align-items: center;
    padding-left: 3em;
}
.three-box.b03 h4::before {
  width: 26.69%;
  aspect-ratio: 308 / 287;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
}

/********************
    cta
*********************/
.sec-cta {
  background-color: var(--color-bl);
  padding: 48px 0;

}

.cta-btn {
  color: var(--color-bl);
  font-size: calc(100vw * 40 / 1920);

}
.cta_wrap {
 background-color: #f9e504;
  width: calc(100% * 1129 / 1920);
  margin: 0 auto;
  padding: 28px 0;
  border-radius: 30px;
  font-weight: 600;
  box-shadow:10px 10px 0 0  #00436D;
  transition: all 0.4s ease-in-out;
}

.cta-btn .big {
  font-weight: 700;
  font-size: calc(100vw * 56 / 1920);
}

.cta_wrap:hover {
  opacity: 0.8;
  box-shadow: 4px 4px 0 0 #00436D;
  transform: translate(4px, 4px);
}

@media (max-width:768px) {

.cta-btn {
  color: var(--color-bl);
  font-size:  min(1.8rem, 4.2vw);
}
.cta_wrap {
  width: 70%;
}

.cta-btn .big {
  font-size:  min(3.6rem, 6vw);
}
}

/********************
    最後
*********************/
.corp-section {
  background-color: #E9F7FD;
}

.corp_wrap{
  padding: 160px 8.4895% 130px;
}



.corp-section h2 {
  font-size: calc(100vw * 80 / 1920);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-bl);
  margin-bottom: 52px;
}

.corp-section__lead {
    font-size: min(40px, 1.9791vw);
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 40px;
}

.corp-section__btm{
  align-items: center;
  gap: 0 3.125%;
}

.corp-section__btm__text {
  font-weight: 500;
  line-height: 1.5;
  font-size:max(1.5rem, calc(100vw * 26 / 1920));
}

.corp-section__btm figure {
  width: 40%;
  text-align: center;
}

.corp_btn {
  display: inline-block;
  background-color:var(--color-bl);
  color: #fff;
  padding: 8px 16px;
  margin-top: 25px;
  border-radius: 8px;
}

@media (max-width:768px) {

.corp_wrap{
  padding: 40px 5% 80px;
}

.corp-section h2 {
  font-size: min(4.0rem , 10.6vw);
  margin-bottom: 40px;
}

.corp-section__lead {
    font-size: min(2.4rem, 6.4vw);
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 40px;
}

.corp-section__btm{
  flex-direction: column-reverse;
  gap: 24px;
}

.corp-section__btm__text {
  font-size:min(1.6rem, 4.2vw);
}

.corp-section__btm figure {
  width: 100%;
}

.corp_btn {
  display: inline-block;
  background-color:var(--color-bl);
  color: #fff;
  padding: 8px 16px;
  margin-top: 25px;
  border-radius: 8px;
}
}


.js-animation[data-type=fadeInUp] {
  transform: translate(0, 20px);
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=fadeInUp].is-show {
  transform: translate(0, 0);
  opacity: 1;
}