@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #CC132C;
  background: linear-gradient(90deg, rgb(214, 0, 29) 0%, rgb(113, 0, 7) 100%);
  color: #fff;
  scroll-behavior: smooth;
}
body.active {
  position: fixed;
  width: 100%;
  background: #CC132C;
  background: linear-gradient(90deg, rgb(214, 0, 29) 0%, rgb(113, 0, 7) 100%);
  position: relative;
  z-index: 1;
}

[id^=pa] {
  scroll-margin-top: 80px;
}

.serif {
  font-family: "Zen Old Mincho", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

sup {
  font-size: 1.1rem;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}

b {
  font-weight: bold;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .sp-nav {
    display: none;
  }
}
.btn {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

/*---------------------------
Global Nav
---------------------------*/
#gnav ul {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  left: 50px;
  top: -2px;
  width: 280px;
  z-index: 110;
}
#gnav ul .link {
  list-style: none;
  flex-basis: 110px;
  height: 54px;
  background-color: #9F9F9F;
  border-radius: 0 0 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gnav ul .link p {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
#gnav ul .link a {
  text-decoration: none;
  color: #fff;
}
#gnav ul .active {
  list-style: none;
  flex-basis: 156px;
  height: 76px;
  background-color: #17288A;
  border-radius: 0 0 6px 6px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  margin-right: 4px;
}
#gnav ul .active p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#gnav ul .active a {
  text-decoration: none;
  color: #fff;
}

#entry_section ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  right: 160px;
  top: 31px;
  width: auto;
  z-index: 110;
}
#entry_section li:last-child {
  flex-basis: 120px;
}
#entry_section li:last-child span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#entry_section li:last-child span a {
  text-decoration: none;
  color: #fff;
}
#entry_section .menu {
  position: fixed;
  right: 34px;
  top: 34px;
  width: 106px;
  height: 14px;
  z-index: 110;
  cursor: pointer;
  background-image: url("../img/menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#entry_section .menu.active {
  position: fixed;
  right: 34px;
  top: 34px;
  width: 106px;
  height: 14px;
  z-index: 130;
  cursor: pointer;
  background-image: url("../img/menu_close.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
#wrapper .bg_base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_pt.svg);
  background-repeat: repeat;
  background-size: 296px 299px;
  z-index: 2;
  opacity: 0.06;
  mix-blend-mode: multiply;
}
#wrapper #entry_section {
  position: fixed;
  top: 26px;
  left: 120px;
  z-index: 130;
}
#wrapper #entry_section ul {
  display: flex;
  gap: 0;
}
#wrapper .mark01 {
  position: fixed;
  top: 0;
  left: calc(50% - 1043px);
  width: 593px;
  height: 288px;
  z-index: 4;
}
#wrapper .mark01 img {
  max-width: 100%;
}
#wrapper .mark02 {
  position: fixed;
  top: 442px;
  left: calc(50% + 450px);
  width: 694px;
  height: 610px;
  z-index: 5;
}
#wrapper .mark02 img {
  max-width: 100%;
}
#wrapper .exhibitor {
  position: fixed;
  top: 432px;
  left: 0;
  width: 83px;
  height: 277px;
  z-index: 100;
  background-image: url(../img/2025exhibitor.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transition: 0.9s;
  overflow: hidden;
}
#wrapper .exhibitor .mark_bx {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 82px;
  height: 52px;
  overflow: hidden;
  animation: 1s linear rotation1;
}
#wrapper .exhibitor .mark_bx .bnr_mark {
  position: absolute;
  top: -92px;
  right: -27px;
  width: 140px;
  height: 134px;
  z-index: 100;
  transition: 1s;
}
#wrapper .exhibitor .mark_bx .bnr_mark img {
  max-width: 140px;
  padding: 1px 1px 0 0;
}
#wrapper .exhibitor a {
  display: block;
  width: 100%;
  height: 100%;
}
#wrapper .exhibitor:hover {
  background-image: url(../img/2025exhibitor_on.png);
  transition: 0.9s;
}
#wrapper .exhibitor:hover .bnr_mark {
  transform: rotate(165deg);
  transition: 1s;
}
#wrapper .exhibitor:hover .bnr_mark img {
  max-width: 140px;
  padding: 1px 1px 0 0;
}
#wrapper .sale_contents {
  position: fixed;
  right: 0;
  top: 515px;
  max-width: 301px;
  max-height: 222px;
  width: 301px;
  height: 222px;
  z-index: 100;
}
#wrapper .sale_contents .sale_box_close {
  position: absolute;
  top: 31px;
  left: 194px;
  cursor: pointer;
}
@media (max-width: 780px) {
  #wrapper .exhibitor {
    position: fixed;
    top: inherit;
    left: 15vw;
    right: 15vw;
    bottom: 0;
    width: 70vw;
    height: 13.8461538vw;
    z-index: 100;
    background-image: url(../img/2025exhibitor-s.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
  }
  #wrapper .exhibitor a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapper .sale_contents {
    position: fixed;
    right: -5vw;
    left: 68vw;
    bottom: 16.66vw;
    top: inherit;
    max-width: 38.5897435897vw;
    max-height: 28.4615384615vw;
    width: 38.5897435897vw;
    height: 28.4615384615vw;
    z-index: 100;
  }
  #wrapper .sale_contents img {
    max-width: 100%;
  }
  #wrapper .sale_contents .sale_box_close {
    position: absolute;
    top: inherit;
    bottom: 20.5vw;
    left: 25vw;
    cursor: pointer;
  }
  #wrapper .sale_contents .sale_box_close img {
    max-width: 6vw;
  }
}
#wrapper .kv {
  width: 100%;
  max-width: 1920px;
  height: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#wrapper .kv:before {
  content: "";
  width: 100%;
  max-width: 1920px;
  height: 702px;
  margin: 0 auto;
  background-image: url(../img/kv_head.webp);
  height: 458px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.07;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper .kv_inner {
  width: 100%;
  max-width: 1920px;
  height: 750px;
  margin: 0 auto;
  background-image: url(../img/kv.webp);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrapper .kv_inner {
    background-image: url(../img/kv@2x.webp);
    background-size: auto 100%;
    background-position: bottom center;
  }
}
#wrapper #pa01,
#wrapper #pa02,
#wrapper #pa03,
#wrapper #pa04,
#wrapper #pa05,
#wrapper #pa06,
#wrapper #pa07,
#wrapper #pa08,
#wrapper #pa09,
#wrapper #pa11,
#wrapper #pa12,
#wrapper #pa13,
#wrapper #pa14,
#wrapper #pa15 {
  padding-top: 40px;
  margin-top: -40px;
}
#wrapper .s1 {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  margin: 0 auto 185px;
}
#wrapper .s1 .inner {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
  z-index: 8;
}
#wrapper .s1 .inner h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
#wrapper .s1 .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 10px;
}
#wrapper .s1 .inner ul li {
  flex-basis: 482px;
  text-align: center;
}
#wrapper .s1 .inner ul li h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}
#wrapper .s1 .inner ul li .blue {
  background-image: url(../img/btn_blue_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 484px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}
#wrapper .s1 .inner ul li .blue p {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-top: -19px;
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .s1 .inner ul li .blue:hover p {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .s1 .inner ul li .blue:hover:after {
    right: 20px;
  }
}
#wrapper .s1 .inner ul li .blue:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/btn_blue_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 37px;
  right: 30px;
  transition: all 0.5s;
}
#wrapper .s1 .inner ul li .red {
  background-image: url(../img/btn_red_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 484px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}
#wrapper .s1 .inner ul li .red p {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-top: -19px;
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .s1 .inner ul li .red:hover p {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .s1 .inner ul li .red:hover:after {
    right: 20px;
  }
}
#wrapper .s1 .inner ul li .red:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/btn_red_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 37px;
  right: 30px;
  transition: all 0.5s;
}
#wrapper .s1 .inner .deadline {
  background-color: rgba(20, 20, 20, 0.6);
  width: 800px;
  margin: 0 auto 70px;
  padding: 14px 20px;
  box-sizing: border-box;
}
#wrapper .s1 .inner .deadline ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
#wrapper .s1 .inner .deadline ul li h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
#wrapper .s1 .inner .deadline ul li h6 span {
  font-size: 32px;
}
#wrapper .s1 .inner .deadline ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: left;
  padding-left: 10px;
}
#wrapper .s1 .inner .deadline ul li:first-child {
  border-right: 1px solid #fff;
  padding-right: 30px;
}
#wrapper .s1 .inner h3 {
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
#wrapper .s1 .inner p {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#wrapper .s1 .inner .black {
  background-color: #141414;
  width: 383px;
  height: 68px;
  border-radius: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 90px;
}
#wrapper .s1 .inner .black p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
}
#wrapper .s1 .inner .black p:after {
  content: "";
  background-image: url(../img/icn_outer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  right: 30px;
}
#wrapper .s1 .inner .info26 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
#wrapper .s1 .inner .info26 .info26_bx {
  flex-basis: 482px;
  background-image: url(../img/info26_bx_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 484px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}
#wrapper .s1 .inner .info26 .info26_bx .info26_pdf {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-top: -16px;
  width: 100%;
  position: relative;
}
#wrapper .s1 .inner .info26 .info26_bx .info26_pdf:after {
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background-image: url(../img/info26_icon_dl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 30px;
}
#wrapper .s1 .inner .info26 .info26_bx .info26_pdf:before {
  content: "";
  display: block;
  width: 25px;
  height: 28px;
  background-image: url(../img/info26_icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 14px);
  left: 30px;
  transition: all 0.5s;
}
#wrapper .s1 .inner .info26 .info26_bx .info26_youtube {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-top: -16px;
  width: 100%;
  position: relative;
}
#wrapper .s1 .inner .info26 .info26_bx .info26_youtube:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/info26_icon_outer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
}
#wrapper .s1 .inner .info26 .info26_bx .info26_youtube:before {
  content: "";
  display: block;
  width: 77px;
  height: 17px;
  background-image: url(../img/info26_icon_youtube.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8.5px);
  left: 30px;
  transition: all 0.5s;
}
#wrapper .s1 .inner .info26 .info26_bx:hover {
  background-image: url(../img/info26_bx_bg_hover.webp);
}
#wrapper .s1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/s1_before.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
  width: 100%;
  min-height: 526px;
  z-index: 7;
  margin: 0 auto;
}
#wrapper h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  color: #D2B16C;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  display: block;
  text-align: center;
}
#wrapper h3 span {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  display: block;
  margin-top: 15px;
}
#wrapper h3:before {
  content: "";
  display: block;
  width: 118px;
  height: 74px;
  background-image: url(../img/ttl_side_mark_l.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -205px;
}
#wrapper h3:after {
  content: "";
  display: block;
  width: 112px;
  height: 29px;
  background-image: url(../img/ttl_side_mark_r.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  right: -215px;
}
#wrapper .s2 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 142px;
  position: relative;
  z-index: 8;
}
#wrapper .s2 .inner {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
}
#wrapper .s2 .inner h3:before {
  content: "";
  display: block;
  width: 118px;
  height: 74px;
  background-image: url(../img/ttl_side_mark_l.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  left: -45px;
}
#wrapper .s2 .inner h3:after {
  content: "";
  display: block;
  width: 112px;
  height: 29px;
  background-image: url(../img/ttl_side_mark_r.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: -35px;
}
#wrapper .s2 .inner .s2_bx_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: -10px auto 0;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx {
  flex-basis: 304px;
  height: 262px;
  background-image: url(../img/s2_bx_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .num {
  position: absolute;
  top: 17px;
  left: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #C2A262;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .ttl_s {
  position: absolute;
  top: 15px;
  left: 120px;
  font-size: 23px;
  font-weight: 600;
  color: #C2A262;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .ttl_s span {
  font-size: 27px;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .summary {
  top: 72px;
  left: 25px;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #8C6D28;
  writing-mode: vertical-rl;
  letter-spacing: -0.02em;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .summary span {
  font-size: 30px;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .summary .under {
  font-size: 22px;
  background-color: rgba(194, 162, 98, 0.4);
  padding: 2px 0;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .ico01 {
  position: absolute;
  top: 79px;
  left: 145px;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .ico01 img {
  max-width: 144px;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .ico02 {
  position: absolute;
  top: 85px;
  left: 173px;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .ico02 img {
  max-width: 93px;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .ico03 {
  position: absolute;
  top: 79px;
  left: 142px;
}
#wrapper .s2 .inner .s2_bx_flex .s2_bx .ico03 img {
  max-width: 147px;
}
#wrapper .s3 {
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  height: 1160px;
  z-index: 6;
}
#wrapper .s3 .inner {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 230px;
}
#wrapper .s3 .inner .ttl {
  display: block;
  text-align: center;
}
#wrapper .s3 .inner .ttl h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  color: #D2B16C;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  text-align: center;
}
#wrapper .s3 .inner .ttl h3:before {
  content: "";
  display: block;
  width: 118px;
  height: 74px;
  background-image: url(../img/ttl_side_mark_l.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -221px;
}
#wrapper .s3 .inner .ttl h3:after {
  content: "";
  display: block;
  width: 112px;
  height: 29px;
  background-image: url(../img/ttl_side_mark_r.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  right: -228px;
}
#wrapper .s3 .inner .ttl h4 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  color: #D2B16C;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  text-align: center;
}
#wrapper .s3 .inner .ttl h4:before {
  content: "";
  display: block;
  width: 118px;
  height: 74px;
  background-image: url(../img/ttl_side_mark_l.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -171px;
}
#wrapper .s3 .inner .ttl h4:after {
  content: "";
  display: block;
  width: 112px;
  height: 29px;
  background-image: url(../img/ttl_side_mark_r.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -18px;
  right: -128px;
}
#wrapper .s3 .inner .s3_bx_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  margin: 55px auto 0;
}
#wrapper .s3 .inner .s3_bx_flex li {
  flex-basis: 224px;
  text-align: center;
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  min-height: 132px;
}
#wrapper .s3 .inner .s3_bx_flex li .s1_icobx {
  height: 58px;
  margin: 10px auto;
}
#wrapper .s3 .inner .s3_bx_flex li p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin-top: 15px;
}
#wrapper .s3 .inner .s3_bx_flex li p span {
  font-size: 15px;
  margin: 0;
}
#wrapper .s3 .inner .s3_bx_flex li:nth-child(12),
#wrapper .s3 .inner .s3_bx_flex li:nth-child(15),
#wrapper .s3 .inner .s3_bx_flex li:nth-child(4),
#wrapper .s3 .inner .s3_bx_flex li:nth-child(8) {
  border-right: none;
}
#wrapper .s3 .inner span {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 0 auto 120px;
}
#wrapper .s3 .inner .s3_bx_flex02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 40px auto;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx {
  flex-basis: 304px;
  height: 238px;
  background-image: url(../img/s3_bx_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx .summary {
  top: 23px;
  left: 20px;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #8C6D28;
  writing-mode: vertical-rl;
  letter-spacing: -0.02em;
  text-orientation: upright;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx .summary span {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
  text-align: left;
  margin: 0 0 0 5px;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx .summary .rotate {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #8C6D28;
  display: inline;
  letter-spacing: -0.4em;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico01 {
  position: absolute;
  top: 41px;
  left: 138px;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico01 img {
  max-width: 166px;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico02 {
  position: absolute;
  top: 16px;
  left: 139px;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico02 img {
  max-width: 145px;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico03 {
  position: absolute;
  top: 19px;
  left: 138px;
}
#wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico03 img {
  max-width: 129px;
}
#wrapper .s3:before {
  content: "";
  position: absolute;
  top: -360px;
  left: 0;
  right: 0;
  background-image: url(../img/s3_before.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  min-height: 360px;
  z-index: 7;
  margin: 0 auto;
}
#wrapper .s3:after {
  content: "";
  position: absolute;
  bottom: -360px;
  left: 0;
  right: 0;
  background-image: url(../img/s3_after.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 5;
  width: 100%;
  min-height: 360px;
  z-index: 7;
  margin: 0 auto;
}
#wrapper .s4 {
  width: 100%;
  max-width: 1920px;
  margin: 320px auto 142px;
  position: relative;
  z-index: 8;
}
#wrapper .s4 .inner {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
}
#wrapper .s4 .inner h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  color: #D2B16C;
  text-align: center;
  margin: 10px auto 0;
  position: relative;
  display: block;
  text-align: center;
}
#wrapper .s4 .inner h3 span {
  font-size: 15px;
  font-weight: 500;
  color: #D2B16C;
  text-align: center;
  margin: 10px auto 0;
  position: relative;
  display: block;
  text-align: center;
}
#wrapper .s4 .inner h3:before {
  content: "";
  display: block;
  width: 118px;
  height: 74px;
  background-image: url(../img/ttl_side_mark_l.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: 135px;
}
#wrapper .s4 .inner h3:after {
  content: "";
  display: block;
  width: 963px;
  height: 441px;
  background-image: url(../img/ttl_side_mark_r_graph.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -205px;
  right: -478px;
}
#wrapper .s4 .inner .charm_flex {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 25px auto 150px;
}
#wrapper .s4 .inner .charm_flex .charm01 {
  flex-basis: 960px;
  height: 104px;
  background-image: url("../img/charm_bg_01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 8px;
}
#wrapper .s4 .inner .charm_flex .charm02 {
  flex-basis: 960px;
  height: 104px;
  background-image: url("../img/charm_bg_02.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 8px;
}
#wrapper .s4 .inner .charm_flex .charm03 {
  flex-basis: 960px;
  height: 104px;
  background-image: url("../img/charm_bg_03.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 8px;
}
#wrapper .s4 .inner .charm_flex .charm04 {
  flex-basis: 960px;
  height: 104px;
  background-image: url("../img/charm_bg_04.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 8px;
}
#wrapper .s4 .inner .charm_flex .txt {
  position: absolute;
  top: 48%;
  left: 217px;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
}
#wrapper .s4 .inner .charm_flex p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  color: #8C6D28;
  text-align: left;
  margin-bottom: 0;
}
#wrapper .s4 .inner .charm_flex span {
  font-size: 15px;
  font-weight: 500;
  color: #141414;
  line-height: 1;
  text-align: left;
}
#wrapper .s4 .inner .reason_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 30px auto 150px;
  position: relative;
  z-index: 10;
}
#wrapper .s4 .inner .reason_flex .reason01 {
  flex-basis: 464px;
  height: 324px;
  background-image: url("../img/reason_bg01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 28px;
}
#wrapper .s4 .inner .reason_flex .reason02 {
  flex-basis: 464px;
  height: 324px;
  background-image: url("../img/reason_bg02.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 28px;
}
#wrapper .s4 .inner .reason_flex .reason03 {
  flex-basis: 464px;
  height: 366px;
  background-image: url("../img/reason_bg03.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
#wrapper .s4 .inner .reason_flex .reason04 {
  flex-basis: 464px;
  height: 366px;
  background-image: url("../img/reason_bg04.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
#wrapper .s4 .inner .reason_flex .reason04 span {
  display: block;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 10px 20px 0 0;
  color: #141414;
}
#wrapper .s4 .inner .reason_flex .ttl_s {
  font-size: 22px;
  font-weight: 600;
  color: #C2A262;
  text-align: center;
  margin: 16px auto 0;
}
#wrapper .s4 .inner .reason_flex p {
  font-size: 17px;
  font-weight: 500;
  color: #141414;
  line-height: 1.9;
  text-align: center;
  margin: 180px auto 0;
  padding: 0 20px;
}
#wrapper .s4 .inner .reason_flex p span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}
#wrapper .s4 .inner .plax_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 20px auto 0;
  position: relative;
  z-index: 10;
}
#wrapper .s4 .inner .plax_flex .plan_bx01 {
  flex-basis: 960px;
  height: 312px;
  background-image: url("../img/plan_bg01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 28px;
  position: relative;
}
#wrapper .s4 .inner .plax_flex .plan_bx02 {
  flex-basis: 960px;
  height: 312px;
  background-image: url("../img/plan_bg02.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 28px;
  position: relative;
}
#wrapper .s4 .inner .plax_flex .plan_bx03 {
  flex-basis: 960px;
  height: 312px;
  background-image: url("../img/plan_bg03.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  position: relative;
}
#wrapper .s4 .inner .plax_flex .s_ttl_s {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 24px;
  font-weight: 600;
  color: #C2A262;
  line-height: 1;
  white-space: nowrap;
}
#wrapper .s4 .inner .plax_flex .s_ttl_s span {
  font-size: 18px;
}
#wrapper .s4 .inner .plax_flex .price {
  position: absolute;
  top: 75px;
  left: 365px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  color: #8C6D28;
}
#wrapper .s4 .inner .plax_flex .price p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #626262;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}
#wrapper .s4 .inner .plax_flex .price p span {
  font-size: 22px;
}
#wrapper .s4 .inner .plax_flex .price p .tax {
  font-size: 16px;
}
#wrapper .s4 .inner .plax_flex .price p:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #961427;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
}
#wrapper .s4 .inner .plax_flex .price .icon {
  background-image: url(../img/price_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  margin: 0 20px;
}
#wrapper .s4 .inner .plax_flex .price .big {
  font-size: 43px;
  margin-bottom: 18px;
}
#wrapper .s4 .inner .plax_flex .price .tax02 {
  font-size: 16px;
  color: #8C6D28;
}
#wrapper .s4 .inner .plax_flex ul {
  position: absolute;
  top: 135px;
  left: 365px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 560px;
}
#wrapper .s4 .inner .plax_flex ul li {
  flex-basis: 262px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #141414;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #141414;
  padding-left: 10px;
  position: relative;
}
#wrapper .s4 .inner .plax_flex ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #8C6D28;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
}
#wrapper .s4 .inner .plax_flex .info {
  display: block;
  position: absolute;
  top: 232px;
  left: 365px;
  font-size: 14px;
  color: #141414;
  line-height: 2;
  text-align: left;
  margin-bottom: 0;
}
#wrapper .s4 .inner .info {
  margin: 0 auto 140px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: left;
  display: block;
}
#wrapper .s5 {
  width: 100%;
  max-width: 1920px;
  margin: 220px auto 120px;
  position: relative;
  z-index: 8;
}
#wrapper .s5 .inner {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
}
#wrapper .s5 .inner h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  color: #D2B16C;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
}
#wrapper .s5 .inner h3 span {
  font-size: 15px;
  font-weight: 500;
  color: #D2B16C;
  text-align: center;
  margin: 10px auto 0;
  position: relative;
  display: block;
  text-align: center;
}
#wrapper .s5 .inner h3 .small {
  display: inline;
  font-size: 24px;
  margin: 0;
  line-height: 1;
}
#wrapper .s5 .inner h3:before {
  content: "";
  display: block;
  width: 118px;
  height: 74px;
  background-image: url(../img/ttl_side_mark_l.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: 135px;
}
#wrapper .s5 .inner h3:after {
  content: "";
  display: block;
  width: 963px;
  height: 441px;
  background-image: url(../img/ttl_side_mark_r_graph.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -205px;
  right: -478px;
}
#wrapper .s5 .inner .event_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 20px auto 140px;
  position: relative;
  z-index: 10;
}
#wrapper .s5 .inner .event_flex .event_bx {
  flex-basis: 464px;
  height: 217px;
  background-image: url("../img/event_bx_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 28px;
  text-align: center;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl {
  font-size: 22px;
  color: #C2A262;
  font-weight: 600;
  text-align: center;
  margin: 16px auto 0;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl span {
  font-size: 15px;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl_s {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  margin: 40px auto 15px;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico01 {
  width: 47px;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico02 {
  width: 44px;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico03 {
  width: 54px;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico04 {
  width: 54px;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico05 {
  width: 58px;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico06 {
  width: 52px;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl_s p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #8C6D28;
}
#wrapper .s5 .inner .event_flex .event_bx .s_ttl_s p span {
  font-size: 49px;
}
#wrapper .s5 .inner .event_flex .event_bx .summary {
  margin: 0 auto;
}
#wrapper .s5 .inner .event_flex .event_bx .summary p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #141414;
  text-align: center;
}
#wrapper .s5 .inner .event_flex .event_bx .summary p span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #141414;
  display: inline;
}
#wrapper .s5 .inner .location {
  width: 980px;
  height: 289px;
  background-image: url("../img/location_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto 170px;
  text-align: center;
  position: relative;
  z-index: 10;
}
#wrapper .s5 .inner .location ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 864px;
  margin: 0 auto;
  padding: 35px 0;
}
#wrapper .s5 .inner .location ul .summary {
  flex-basis: 400px;
  text-align: left;
}
#wrapper .s5 .inner .location ul .summary .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #8C6D28;
  text-align: left;
  margin-bottom: 10px;
}
#wrapper .s5 .inner .location ul .summary .address {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #141414;
  text-align: left;
  margin-bottom: 0;
}
#wrapper .s5 .inner .location ul .map {
  flex-basis: 448px;
  position: relative;
  width: 100%;
  height: 220px;
}
#wrapper .s5 .inner .location ul .map iframe {
  width: 100%;
  height: 100%;
}
#wrapper .s5 .inner .situation {
  width: 960px;
  height: 1800px;
  background-image: url("../img/situation_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto 230px;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 38px 45px;
  box-sizing: border-box;
}
#wrapper .s5 .inner .situation .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#wrapper .s5 .inner .situation .youtube iframe {
  width: 100%;
  height: 100%;
}
#wrapper .s5 .inner .situation .move_btn {
  width: 864px;
  height: 62px;
  border-radius: 70px;
  border: 1px solid #141414;
  overflow: hidden;
  position: relative;
  transition: all 3s ease 0s;
  cursor: pointer;
}
#wrapper .s5 .inner .situation .move_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 210px;
  height: 62px;
  background: #141414;
  transform: skewX(-45deg);
  transition: all 0.3s ease 0s;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .s5 .inner .situation .move_btn:hover:before {
    left: -30px;
    width: 120%;
    background: #141414;
  }
  #wrapper .s5 .inner .situation .move_btn:hover P {
    color: #fff;
  }
}
#wrapper .s5 .inner .situation .material_btn01 {
  position: absolute;
  top: 1435px;
  left: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .s5 .inner .situation .material_btn01 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #141414;
  width: 864px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 2;
}
#wrapper .s5 .inner .situation .material_btn01 p:before {
  content: "";
  background-image: url("../img/situation_icon_report.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 92px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrapper .s5 .inner .situation .material_btn01 p:after {
  content: "";
  background-image: url("../img/situation_icon_dl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .s5 .inner .situation .material_btn01:hover p:after {
    content: "";
    background-image: url("../img/situation_icon_dl_w.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
#wrapper .s5 .inner .situation .material_btn02 {
  position: absolute;
  top: 1515px;
  left: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .s5 .inner .situation .material_btn02 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #141414;
  width: 864px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 2;
}
#wrapper .s5 .inner .situation .material_btn02 p:before {
  content: "";
  background-image: url("../img/situation_icon_web.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrapper .s5 .inner .situation .material_btn02 p:after {
  content: "";
  background-image: url("../img/situation_icon_outer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .s5 .inner .situation .material_btn02:hover p:after {
    content: "";
    background-image: url("../img/situation_icon_outer_w.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #wrapper .s5 .inner .situation .material_btn02:hover p span {
    color: #fff;
  }
}
#wrapper .s5 .inner .situation .material_btn03 {
  position: absolute;
  top: 1593px;
  left: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .s5 .inner .situation .material_btn03 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #141414;
  width: 864px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 2;
}
#wrapper .s5 .inner .situation .material_btn03 p:before {
  content: "";
  background-image: url("../img/situation_icon_web.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrapper .s5 .inner .situation .material_btn03 p:after {
  content: "";
  background-image: url("../img/situation_icon_outer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .s5 .inner .situation .material_btn03:hover p:after {
    content: "";
    background-image: url("../img/situation_icon_outer_w.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
#wrapper .s5 .inner .situation .material_btn04 {
  position: absolute;
  top: 1671px;
  left: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .s5 .inner .situation .material_btn04 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #141414;
  width: 864px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 2;
}
#wrapper .s5 .inner .situation .material_btn04 p:before {
  content: "";
  background-image: url("../img/situation_icon_youtube.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 77px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrapper .s5 .inner .situation .material_btn04 p:after {
  content: "";
  background-image: url("../img/situation_icon_outer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .s5 .inner .situation .material_btn04:hover p:after {
    content: "";
    background-image: url("../img/situation_icon_outer_w.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
#wrapper .s5 .inner .qa {
  width: 960px;
  margin: 29px auto;
}
#wrapper .footer {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  margin: -60px auto 0;
  padding-bottom: 100px;
  background-image: url(../img/s1_bottom.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom -100px center;
}
#wrapper .footer .sponsor {
  width: 960px;
  height: 223px;
  margin: 0 auto;
  padding: 0 0 100px;
  background-image: url(../img/sponsor_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 10;
}
#wrapper .footer .sponsor .s_ttl {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 22px;
  font-weight: 600;
  color: #C2A262;
  line-height: 1;
  white-space: nowrap;
}
#wrapper .footer .sponsor .sponsor_logo {
  z-index: 10;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#wrapper .footer .sponsor .sponsor_logo img {
  max-width: 211px;
}
#wrapper .footer .inner {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
  z-index: 8;
}
#wrapper .footer .inner .ctext {
  text-align: center;
}
#wrapper .footer .inner h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  display: inline-block;
}
#wrapper .footer .inner h4 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
#wrapper .footer .inner h4:before {
  content: "";
  display: block;
  width: 118px;
  height: 74px;
  background-image: url(../img/ttl_side_mark_l.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -205px;
}
#wrapper .footer .inner h4:after {
  content: "";
  display: block;
  width: 112px;
  height: 29px;
  background-image: url(../img/ttl_side_mark_r.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  right: -215px;
}
#wrapper .footer .inner .company {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  width: auto;
}
#wrapper .footer .inner .company li {
  flex-basis: 26%;
  text-align: center;
}
#wrapper .footer .inner .company li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-top: 25px;
  position: relative;
}
#wrapper .footer .inner .company li p a {
  text-decoration: underline;
  color: #fff;
}
#wrapper .footer .inner .company li p:after {
  content: "";
  background-image: url(../img/icn_outer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}
#wrapper .footer .inner .security {
  margin: 40px auto 0;
  text-align: center;
}
#wrapper .footer .inner .security p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
#wrapper .footer .inner .security p a {
  text-decoration: underline;
  color: #fff;
}
#wrapper .footer .inner .sns_flex {
  margin: 70px auto;
  text-align: center;
}
#wrapper .footer .inner .sns_flex ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
#wrapper .footer .inner .sns_flex ul li p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
#wrapper .footer .inner .sns_flex ul li img {
  max-width: 27px;
}
#wrapper .footer .inner .sns_flex ul li:first-child {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
#wrapper .footer .inner .copyright {
  margin: 70px auto 0;
  text-align: center;
}
#wrapper .footer .inner .copyright p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
#wrapper .footer .inner .copyright p span {
  display: inline;
}

@media (max-width: 780px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
  }
  #wrapper .bg_base {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_pt-s.svg);
    background-repeat: repeat;
    background-size: 41.0256410256vw 41.4102564103vw;
    z-index: 2;
    opacity: 0.06;
    mix-blend-mode: multiply;
  }
  #wrapper #entry_section {
    position: fixed;
    top: 5vw;
    left: calc(100% - 32vw);
    z-index: 130;
  }
  #wrapper #entry_section ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    right: 27vw;
    top: 4vw;
    width: auto;
    z-index: 110;
  }
  #wrapper #entry_section li:last-child {
    flex-basis: 120px;
  }
  #wrapper #entry_section li:last-child span {
    font-size: 3.0769230769vw;
    font-weight: 500;
    line-height: 1;
  }
  #wrapper #entry_section li:last-child span a {
    text-decoration: none;
    color: #fff;
  }
  #wrapper #entry_section .menu {
    position: fixed;
    right: 3vw;
    top: 5vw;
    width: 20vw;
    height: 5vw;
    z-index: 110;
    cursor: pointer;
    background-image: url("../img/menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #wrapper #entry_section .menu.active {
    position: fixed;
    right: 3vw;
    top: 3vw;
    width: 16.5vw;
    height: 5.9vw;
    z-index: 130;
    cursor: pointer;
    background-image: url("../img/menu_close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
  #wrapper .mark01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 22.5641025641vw;
    height: 30.2564102564vw;
    z-index: 2;
  }
  #wrapper .mark01 img {
    max-width: 100%;
  }
  #wrapper .mark02 {
    position: fixed;
    top: 90.2564102564vw;
    left: inherit;
    right: 0;
    width: 7.4358974359vw;
    height: 53.8461538462vw;
    z-index: 5;
  }
  #wrapper .mark02 img {
    max-width: 100%;
  }
  #wrapper .kv {
    width: 100%;
    max-width: 100%;
    height: 122.179487vw;
    margin: 0 auto;
    position: relative;
    z-index: 4;
  }
  #wrapper .kv:before {
    content: "";
    width: 100%;
    max-width: 100%;
    height: 122.179487vw;
    margin: 0 auto;
    background-image: url(../img/kv_head-s.webp);
    height: 100vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.07;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #wrapper .kv_inner {
    width: 100%;
    max-width: 100%;
    height: 122.179487vw;
    margin: 0 auto;
    background-image: url(../img/kv-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
  }
}
@media (max-width: 780px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 780px) and (min-resolution: 192dpi) {
  #wrapper .kv_inner {
    background-image: url(../img/kv-s.webp);
    background-size: auto 100%;
    background-position: top center;
  }
}
@media (max-width: 780px) {
  #wrapper .s1 {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  #wrapper .s1 .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 7vw 0 0;
    position: relative;
    z-index: 8;
  }
  #wrapper .s1 .inner h2 {
    font-size: 4.8717948718vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5vw;
    color: #fff;
  }
  #wrapper .s1 .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 82.3076923077vw;
    margin: 0 auto 0;
  }
  #wrapper .s1 .inner ul li {
    flex-basis: 84vw;
    text-align: center;
    margin-bottom: 3vw;
  }
  #wrapper .s1 .inner ul li h6 {
    font-size: 3.0769230769vw;
    font-weight: 500;
    margin-bottom: 1.5vw;
    color: #fff;
  }
  #wrapper .s1 .inner ul li .blue {
    background-image: url(../img/btn_blue_bg-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 82.3076923077vw;
    height: 18.4615384615vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
  }
  #wrapper .s1 .inner ul li .blue p {
    font-size: 4.1025641026vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-top: -1.6vw;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  #wrapper .s1 .inner ul li .blue:hover p {
    opacity: 0.7;
  }
}
@media (max-width: 780px) {
  #wrapper .s1 .inner ul li .blue:after {
    content: "";
    display: block;
    width: 4.5vw;
    height: 4.5vw;
    background-image: url(../img/btn_blue_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5.5vw;
    right: 7vw;
    transition: all 0.5s;
  }
  #wrapper .s1 .inner ul li .red {
    background-image: url(../img/btn_red_bg-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 82.3076923077vw;
    height: 18.4615384615vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
  }
  #wrapper .s1 .inner ul li .red p {
    font-size: 4.1025641026vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-top: -1.6vw;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  #wrapper .s1 .inner ul li .red:hover p {
    opacity: 0.7;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  #wrapper .s1 .inner ul li .red:hover:after {
    right: 20px;
  }
}
@media (max-width: 780px) {
  #wrapper .s1 .inner ul li .red:after {
    content: "";
    display: block;
    width: 4.5vw;
    height: 4.5vw;
    background-image: url(../img/btn_red_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5.5vw;
    right: 7vw;
    transition: all 0.5s;
  }
  #wrapper .s1 .inner .deadline {
    background-color: rgba(20, 20, 20, 0.6);
    width: 80vw;
    margin: 0 auto 12vw;
    padding: 1.5vw 2vw;
    box-sizing: border-box;
  }
  #wrapper .s1 .inner .deadline ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0 auto;
    width: 76vw;
  }
  #wrapper .s1 .inner .deadline ul li {
    flex-basis: 35vw;
    margin-bottom: 0;
  }
  #wrapper .s1 .inner .deadline ul li h6 {
    font-size: 3.3333333333vw;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    white-space: wrap;
  }
  #wrapper .s1 .inner .deadline ul li h6 span {
    font-size: 4.8717948718vw;
  }
  #wrapper .s1 .inner .deadline ul li p {
    font-size: 2.5641025641vw;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    text-align: left;
    padding-left: 4vw;
    white-space: wrap;
  }
  #wrapper .s1 .inner .deadline ul li:first-child {
    border-right: 1px solid #fff;
    padding-right: 0;
    flex-basis: 40vw;
  }
  #wrapper .s1 .inner .info26 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 80vw;
    margin: 0 auto;
  }
  #wrapper .s1 .inner .info26 .info26_bx {
    flex-basis: 80vw;
    background-image: url(../img/info26_bx_bg-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80vw;
    height: 16.9230769231vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
  }
  #wrapper .s1 .inner .info26 .info26_bx .info26_pdf {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-top: -1.5vw;
    width: 100%;
    position: relative;
  }
  #wrapper .s1 .inner .info26 .info26_bx .info26_pdf:after {
    content: "";
    display: block;
    width: 2.5641025641vw;
    height: 2.8205128205vw;
    background-image: url(../img/info26_icon_dl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 1.5vw);
    right: 4vw;
  }
  #wrapper .s1 .inner .info26 .info26_bx .info26_pdf:before {
    content: "";
    display: block;
    width: 5.3846153846vw;
    height: 6.1538461538vw;
    background-image: url(../img/info26_icon_pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 3vw);
    left: 4vw;
  }
  #wrapper .s1 .inner .info26 .info26_bx .info26_youtube {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-top: -1.5vw;
    width: 100%;
    position: relative;
  }
  #wrapper .s1 .inner .info26 .info26_bx .info26_youtube:after {
    content: "";
    display: block;
    width: 2.5641025641vw;
    height: 2.8205128205vw;
    background-image: url(../img/info26_icon_outer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 1.5vw);
    right: 4vw;
  }
  #wrapper .s1 .inner .info26 .info26_bx .info26_youtube:before {
    content: "";
    display: block;
    width: 5.1282051282vw;
    height: 3.5897435897vw;
    background-image: url(../img/info26_icon_youtube-s.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 1.5vw);
    left: 4vw;
  }
  #wrapper .s1 .inner .info26 .info26_bx:hover {
    background-image: url(../img/info26_bx_bg_hover.webp);
  }
  #wrapper .s1 .inner h3 {
    font-size: 6.4102564103vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3vw;
    color: #fff;
  }
  #wrapper .s1 .inner p {
    font-size: 3.0769230769vw;
    text-align: center;
    color: #fff;
  }
  #wrapper .s1 .inner .black {
    background-color: #141414;
    width: 70vw;
    height: 13.3333vw;
    border-radius: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4vw auto 20vw;
  }
  #wrapper .s1 .inner .black p {
    font-size: 3.0769230769vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
  }
  #wrapper .s1 .inner .black p:after {
    content: "";
    background-image: url(../img/icn_outer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 2.8vw;
    height: 2.8vw;
    top: calc(50% - 1.4vw);
    right: 5vw;
  }
  #wrapper .s1 .inner .ctext {
    text-align: center;
  }
  #wrapper .s1 .inner h4 {
    font-size: 3.5897435897vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 0 auto 9vw;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
  }
  #wrapper .s1 .inner h4 span {
    font-size: 3.0769230769vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }
  #wrapper .s1 .inner h4:before {
    content: "";
    display: block;
    width: 15vw;
    height: 5.8vw;
    background-image: url(../img/ttl_side_mark-s.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -1vw;
    left: -5vw;
  }
  #wrapper .s1 .inner h4:after {
    content: "";
    display: block;
    width: 15vw;
    height: 5.8vw;
    background-image: url(../img/ttl_side_mark-s.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1vw;
    right: -4vw;
  }
  #wrapper .s1 .inner .company {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    width: 100vw;
    margin: 0 auto 10vw;
  }
  #wrapper .s1 .inner .company li {
    flex-basis: 50vw;
    text-align: center;
  }
  #wrapper .s1 .inner .company li img {
    max-width: 45vw;
    height: 6.11vw;
  }
  #wrapper .s1 .inner .company li p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 4vw 0 0 -3vw;
    position: relative;
  }
  #wrapper .s1 .inner .company li p a {
    text-decoration: underline;
    color: #fff;
  }
  #wrapper .s1 .inner .company li p:after {
    content: "";
    background-image: url(../img/icn_outer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 2.6vw;
    height: 2.6vw;
    position: absolute;
    top: calc(50% - 1.3vw);
    right: 3.5vw;
    transform: none;
  }
  #wrapper .s1 .inner .security {
    margin: 0 auto;
    text-align: center;
  }
  #wrapper .s1 .inner .security p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
  }
  #wrapper .s1 .inner .security p a {
    text-decoration: underline;
    color: #fff;
  }
  #wrapper .s1 .inner .copyright {
    margin: 15vw auto 0;
    text-align: center;
  }
  #wrapper .s1 .inner .copyright p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 2.1;
    color: #fff;
  }
  #wrapper .s1 .inner .copyright p span {
    display: none;
  }
  #wrapper .s1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-height: 79.3589vw;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 58.46153vw, 0 79.3589vw);
            clip-path: polygon(0 0, 100% 0, 100% 58.46153vw, 0 79.3589vw);
    background: #B88F41;
    z-index: 7;
    margin: 0 auto;
  }
  #wrapper h3 {
    font-size: 5.8974358974vw;
    font-weight: 600;
    line-height: 1.78;
    color: #D2B16C;
    text-align: center;
    margin: 0 auto 5vw;
    position: relative;
    display: block;
    text-align: center;
  }
  #wrapper h3 span {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 2;
    color: #fff;
    display: block;
    margin-top: 3vw;
  }
  #wrapper h3:before {
    content: "";
    display: block;
    width: 17.4358974359vw;
    height: 11.0256410256vw;
    background-image: url(../img/ttl_side_mark_l-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10vw;
    left: -12vw;
  }
  #wrapper h3:after {
    content: "";
    display: block;
    width: 16.5384615385vw;
    height: 4.2307692308vw;
    background-image: url(../img/ttl_side_mark_r-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5vw;
    right: -12vw;
  }
  #wrapper .s2 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 12vw;
    position: relative;
    z-index: 8;
  }
  #wrapper .s2 .inner {
    max-width: 90vw;
    width: 100%;
    margin: 15vw auto 0;
  }
  #wrapper .s2 .inner h3:before {
    content: "";
    display: block;
    width: 17.4358974359vw;
    height: 11.0256410256vw;
    background-image: url(../img/ttl_side_mark_l-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10vw;
    left: -12vw;
  }
  #wrapper .s2 .inner h3:after {
    content: "";
    display: block;
    width: 16.5384615385vw;
    height: 4.2307692308vw;
    background-image: url(../img/ttl_side_mark_r-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5vw;
    right: -12vw;
  }
  #wrapper .s2 .inner .s2_bx_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx {
    flex-basis: 90vw;
    height: 60.2564vw;
    background-image: url(../img/s2_bx_bg-s.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 4vw;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .num {
    position: absolute;
    top: 4vw;
    left: 13vw;
    font-size: 4.8717948718vw;
    font-weight: 600;
    color: #C2A262;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .ttl_s {
    position: absolute;
    top: 3.8vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.8717948718vw;
    font-weight: 600;
    color: #C2A262;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .ttl_s span {
    font-size: 5.641025641vw;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .summary {
    top: 16vw;
    left: 11vw;
    position: absolute;
    font-size: 4.2307692308vw;
    font-weight: 600;
    line-height: 1.5;
    color: #8C6D28;
    writing-mode: vertical-rl;
    letter-spacing: -0.04em;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .summary span {
    font-size: 6.6666666667vw;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .summary .under {
    font-size: 22px;
    background-color: rgba(194, 162, 98, 0.4);
    padding: 2px 0;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .ico01 {
    position: absolute;
    top: 18vw;
    left: 45vw;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .ico01 img {
    max-width: 35vw;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .ico02 {
    position: absolute;
    top: 18vw;
    left: 50vw;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .ico02 img {
    max-width: 23vw;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .ico03 {
    position: absolute;
    top: 18vw;
    left: 45vw;
  }
  #wrapper .s2 .inner .s2_bx_flex .s2_bx .ico03 img {
    max-width: 36vw;
  }
  #wrapper .s3 {
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    height: auto;
    z-index: 6;
  }
  #wrapper .s3 .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0 0;
  }
  #wrapper .s3 .inner .ttl {
    display: block;
    text-align: center;
  }
  #wrapper .s3 .inner .ttl h3 {
    font-size: 5.8974358974vw;
    font-weight: 600;
    line-height: 1;
    color: #D2B16C;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  #wrapper .s3 .inner .ttl h3:before {
    content: "";
    display: block;
    width: 17.4358974359vw;
    height: 11.0256410256vw;
    background-image: url(../img/ttl_side_mark_l.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -1vw;
    left: -23vw;
  }
  #wrapper .s3 .inner .ttl h3:after {
    content: "";
    display: block;
    width: 16.5384615385vw;
    height: 4.2307692308vw;
    background-image: url(../img/ttl_side_mark_r.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -1vw;
    right: -23vw;
  }
  #wrapper .s3 .inner .ttl h4 {
    font-size: 5.8974358974vw;
    font-weight: 600;
    line-height: 1;
    color: #D2B16C;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  #wrapper .s3 .inner .ttl h4:before {
    content: "";
    display: block;
    width: 17.4358974359vw;
    height: 11.0256410256vw;
    background-image: url(../img/ttl_side_mark_l.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -1vw;
    left: -20vw;
  }
  #wrapper .s3 .inner .ttl h4:after {
    content: "";
    display: block;
    width: 16.5384615385vw;
    height: 4.2307692308vw;
    background-image: url(../img/ttl_side_mark_r.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -1vw;
    right: -18vw;
  }
  #wrapper .s3 .inner .s3_bx_flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    margin: 8vw auto 4vw;
    width: 94vw;
    box-sizing: border-box;
  }
  #wrapper .s3 .inner .s3_bx_flex li {
    flex-basis: 23vw;
    text-align: center;
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    margin-bottom: 4vw;
    min-height: 10vw;
  }
  #wrapper .s3 .inner .s3_bx_flex li .s1_icobx {
    height: 11vw;
    margin: 1vw auto;
  }
  #wrapper .s3 .inner .s3_bx_flex li .s1_icobx img {
    max-height: 10vw;
  }
  #wrapper .s3 .inner .s3_bx_flex li p {
    font-size: 3.3333333333vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-top: 1.5vw;
  }
  #wrapper .s3 .inner .s3_bx_flex li p span {
    font-size: 2.5641025641vw;
    margin: 0;
  }
  #wrapper .s3 .inner .s3_bx_flex li:nth-child(12),
  #wrapper .s3 .inner .s3_bx_flex li:nth-child(15),
  #wrapper .s3 .inner .s3_bx_flex li:nth-child(4),
  #wrapper .s3 .inner .s3_bx_flex li:nth-child(8) {
    border-right: none;
  }
  #wrapper .s3 .inner span {
    font-size: 3.0769230769vw;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto 22vw;
  }
  #wrapper .s3 .inner .s3_bx_flex02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 90vw;
    margin: 4vw auto;
    box-sizing: border-box;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx {
    flex-basis: 90vw;
    height: 51.28205vw;
    background-image: url(../img/s3_bx_bg-s.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 4vw;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx .summary {
    top: 4vw;
    left: 7vw;
    position: absolute;
    font-size: 4.8717948718vw;
    font-weight: 600;
    line-height: 1.5;
    color: #8C6D28;
    writing-mode: vertical-rl;
    letter-spacing: -0.02em;
    text-orientation: upright;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx .summary span {
    font-size: 3.4615384615vw;
    font-weight: 600;
    color: #141414;
    text-align: left;
    margin: 0 0 0 1vw;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx .summary .rotate {
    font-size: 2.5641025641vw;
    font-weight: 600;
    line-height: 1;
    color: #8C6D28;
    display: inline;
    letter-spacing: -0.4em;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico01 {
    position: absolute;
    top: 10vw;
    left: 45vw;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico01 img {
    max-width: 39vw;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico02 {
    position: absolute;
    top: 0;
    left: 36vw;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico02 img {
    max-width: 36vw;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico03 {
    position: absolute;
    top: 2.5vw;
    left: 38vw;
  }
  #wrapper .s3 .inner .s3_bx_flex02 .s3_bx .ico03 img {
    max-width: 32vw;
  }
  #wrapper .s3:before {
    content: "";
    position: absolute;
    top: -35.1vw;
    left: 0;
    right: 0;
    background-image: url(../img/s3_before-s.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 35.1vw;
    z-index: 7;
    margin: 0 auto;
  }
  #wrapper .s3:after {
    content: "";
    position: absolute;
    bottom: -35.1vw;
    left: 0;
    right: 0;
    background-image: url(../img/s3_after-s.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 35.1vw;
    z-index: 7;
    margin: 0 auto;
  }
  #wrapper .s4 {
    width: 100%;
    max-width: 100%;
    margin: 50vw auto 0;
    position: relative;
    z-index: 8;
  }
  #wrapper .s4 .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #wrapper .s4 .inner h3 {
    font-size: 5.8974358974vw;
    font-weight: 600;
    line-height: 1;
    color: #D2B16C;
    text-align: center;
    margin: 1.3vw auto 0;
    position: relative;
    display: block;
    text-align: center;
  }
  #wrapper .s4 .inner h3 span {
    font-size: 2.5641025641vw;
    font-weight: 500;
    color: #D2B16C;
    text-align: center;
    margin: 1.3vw auto 0;
    position: relative;
    display: block;
    text-align: center;
  }
  #wrapper .s4 .inner h3:before {
    content: "";
    display: block;
    width: 17.4358974359vw;
    height: 11.0256410256vw;
    background-image: url(../img/ttl_side_mark_l-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2vw;
    left: 5vw;
  }
  #wrapper .s4 .inner h3:after {
    content: "";
    display: block;
    width: 55vw;
    height: 28.20512vw;
    background-image: url(../img/ttl_side_mark_r_graph-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -2vw;
    right: 0;
  }
  #wrapper .s4 .inner .charm_flex {
    display: flex;
    flex-wrap: wrap;
    width: 95vw;
    margin: 6vw 5vw 25vw 0;
  }
  #wrapper .s4 .inner .charm_flex .charm01 {
    flex-basis: 95vw;
    height: 25.3846vw;
    background-image: url("../img/charm_bg_01-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 8px;
  }
  #wrapper .s4 .inner .charm_flex .charm02 {
    flex-basis: 95vw;
    height: 25.3846vw;
    background-image: url("../img/charm_bg_02-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 8px;
  }
  #wrapper .s4 .inner .charm_flex .charm03 {
    flex-basis: 95vw;
    height: 25.3846vw;
    background-image: url("../img/charm_bg_03-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 8px;
  }
  #wrapper .s4 .inner .charm_flex .charm04 {
    flex-basis: 95vw;
    height: 33.07692vw;
    background-image: url("../img/charm_bg_04-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 8px;
  }
  #wrapper .s4 .inner .charm_flex .txt {
    position: absolute;
    top: 48%;
    left: 35vw;
    transform: translateY(-52%);
    -webkit-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    width: 55vw;
  }
  #wrapper .s4 .inner .charm_flex p {
    font-size: 4.358974359vw;
    font-weight: 600;
    line-height: 1.5;
    color: #8C6D28;
    text-align: left;
    margin-bottom: 0;
  }
  #wrapper .s4 .inner .charm_flex span {
    font-size: 2.8205128205vw;
    font-weight: 500;
    color: #141414;
    line-height: 1;
    text-align: left;
  }
  #wrapper .s4 .inner .reason_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90vw;
    margin: 6vw auto 25vw;
    position: relative;
    z-index: 10;
  }
  #wrapper .s4 .inner .reason_flex .reason01 {
    flex-basis: 90vw;
    height: 67.8205vw;
    background-image: url("../img/reason_bg01-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
  }
  #wrapper .s4 .inner .reason_flex .reason02 {
    flex-basis: 90vw;
    height: 67.8205vw;
    background-image: url("../img/reason_bg02-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
  }
  #wrapper .s4 .inner .reason_flex .reason03 {
    flex-basis: 90vw;
    height: 67.8205vw;
    background-image: url("../img/reason_bg03-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
  }
  #wrapper .s4 .inner .reason_flex .reason04 {
    flex-basis: 90vw;
    height: 79.35897vw;
    background-image: url("../img/reason_bg04-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #wrapper .s4 .inner .reason_flex .reason04 span {
    display: block;
    text-align: right;
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    margin: 1.3vw 5vw 0 0;
    color: #141414;
  }
  #wrapper .s4 .inner .reason_flex .ttl_s {
    font-size: 4.6153846154vw;
    font-weight: 600;
    color: #C2A262;
    text-align: center;
    margin: 4.5vw auto 0;
  }
  #wrapper .s4 .inner .reason_flex p {
    font-size: 3.5897435897vw;
    font-weight: 500;
    color: #141414;
    line-height: 1.9;
    text-align: center;
    margin: 37vw auto 0;
    padding: 0 20px;
  }
  #wrapper .s4 .inner .plax_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95vw;
    margin: 6vw 0 0 5vw;
    position: relative;
    z-index: 10;
  }
  #wrapper .s4 .inner .plax_flex .plan_bx01 {
    flex-basis: 95vw;
    height: 136.28205vw;
    background-image: url("../img/plan_bg01-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
    position: relative;
  }
  #wrapper .s4 .inner .plax_flex .plan_bx02 {
    flex-basis: 95vw;
    height: 136.28205vw;
    background-image: url("../img/plan_bg02-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
    position: relative;
  }
  #wrapper .s4 .inner .plax_flex .plan_bx03 {
    flex-basis: 95vw;
    height: 136.28205vw;
    background-image: url("../img/plan_bg03-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
    position: relative;
  }
  #wrapper .s4 .inner .plax_flex .plan_bx03 .price p {
    letter-spacing: -0.06em;
  }
  #wrapper .s4 .inner .plax_flex .s_ttl_s {
    position: absolute;
    top: 4vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 4.6153846154vw;
    font-weight: 600;
    color: #C2A262;
    line-height: 1;
    white-space: nowrap;
  }
  #wrapper .s4 .inner .plax_flex .s_ttl_s span {
    font-size: 3.8461538462vw;
  }
  #wrapper .s4 .inner .plax_flex .price {
    position: absolute;
    top: 70vw;
    left: 5vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 600;
    color: #8C6D28;
    white-space: nowrap;
  }
  #wrapper .s4 .inner .plax_flex .price p {
    font-size: 4.7435897436vw;
    font-weight: 600;
    line-height: 1;
    color: #626262;
    text-align: left;
    margin-bottom: 0;
    position: relative;
  }
  #wrapper .s4 .inner .plax_flex .price p span {
    font-size: 3.5897435897vw;
  }
  #wrapper .s4 .inner .plax_flex .price p .tax {
    font-size: 2.9487179487vw;
  }
  #wrapper .s4 .inner .plax_flex .price p:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #961427;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
  }
  #wrapper .s4 .inner .plax_flex .price .icon {
    background-image: url(../img/price_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5384615385vw;
    height: 2.3076923077vw;
    margin: 0 2.5vw;
  }
  #wrapper .s4 .inner .plax_flex .price .big {
    font-size: 8.2051282051vw;
    margin-bottom: 3vw;
  }
  #wrapper .s4 .inner .plax_flex .price .tax02 {
    font-size: 3.0769230769vw;
    color: #8C6D28;
    margin-top: 2vw;
  }
  #wrapper .s4 .inner .plax_flex ul {
    position: absolute;
    top: 83vw;
    left: 5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80vw;
  }
  #wrapper .s4 .inner .plax_flex ul li {
    flex-basis: 80vw;
    font-size: 3.5897435897vw;
    font-weight: 400;
    line-height: 1;
    color: #141414;
    margin-bottom: 1.6vw;
    padding-bottom: 1.6vw;
    border-bottom: 1px dotted #141414;
    padding-left: 3.0769230769vw;
    position: relative;
  }
  #wrapper .s4 .inner .plax_flex ul li:before {
    content: "";
    display: block;
    width: 1.0256410256vw;
    height: 1.0256410256vw;
    background-color: #8C6D28;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
  }
  #wrapper .s4 .inner .plax_flex .info {
    display: block;
    position: absolute;
    top: 118vw;
    left: 5vw;
    font-size: 2.8205128205vw;
    color: #141414;
    line-height: 2;
    text-align: left;
    margin: 0;
  }
  #wrapper .s4 .inner .info {
    margin: 0 5vw 25vw;
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: left;
    display: block;
  }
  #wrapper .s5 {
    width: 100%;
    max-width: 100%;
    margin: 25vw auto 15vw;
    position: relative;
    z-index: 8;
  }
  #wrapper .s5 .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #wrapper .s5 .inner h3 {
    font-size: 5.8974358974vw;
    font-weight: 600;
    line-height: 1;
    color: #D2B16C;
    text-align: center;
    margin: 1.3vw auto 0;
    position: relative;
    display: block;
    text-align: center;
  }
  #wrapper .s5 .inner h3 span {
    font-size: 2.5641025641vw;
    font-weight: 500;
    color: #D2B16C;
    text-align: center;
    margin: 1.3vw auto 0;
    position: relative;
    display: block;
    text-align: center;
  }
  #wrapper .s5 .inner h3:before {
    content: "";
    display: block;
    width: 17.4358974359vw;
    height: 11.0256410256vw;
    background-image: url(../img/ttl_side_mark_l-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2vw;
    left: 5vw;
  }
  #wrapper .s5 .inner h3:after {
    content: "";
    display: block;
    width: 55vw;
    height: 28.20512vw;
    background-image: url(../img/ttl_side_mark_r_graph-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -2vw;
    right: 0;
  }
  #wrapper .s5 .inner .event_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90vw;
    margin: 6vw auto 20vw;
    position: relative;
    z-index: 10;
  }
  #wrapper .s5 .inner .event_flex .event_bx {
    flex-basis: 90vw;
    height: 47.43589vw;
    background-image: url("../img/event_bx_bg-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
    text-align: center;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl {
    font-size: 4.6153846154vw;
    color: #C2A262;
    text-align: center;
    margin: 4vw auto 0;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl span {
    font-size: 3.8461538462vw;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    margin: 9vw auto 3vw;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico01 {
    flex-basis: 11vw;
    width: 9.5vw;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico01 img {
    max-width: 100%;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico02 {
    flex-basis: 8.5vw;
    width: 8.5vw;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico02 img {
    max-width: 100%;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico03 {
    flex-basis: 11vw;
    width: 11vw;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico03 img {
    max-width: 100%;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico04 {
    flex-basis: 11vw;
    width: 11vw;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico04 img {
    max-width: 100%;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico05 {
    flex-basis: 12vw;
    width: 12vw;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico05 img {
    max-width: 100%;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico06 {
    flex-basis: 10.5vw;
    width: 10.5vw;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s .ico06 img {
    max-width: 100%;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s p {
    font-size: 4.8717948718vw;
    font-weight: 500;
    line-height: 1;
    color: #8C6D28;
  }
  #wrapper .s5 .inner .event_flex .event_bx .s_ttl_s p span {
    font-size: 8.9743589744vw;
  }
  #wrapper .s5 .inner .event_flex .event_bx .summary {
    margin: 0 auto;
  }
  #wrapper .s5 .inner .event_flex .event_bx .summary p {
    font-size: 3.2051282051vw;
    font-weight: 600;
    line-height: 1.75;
    color: #141414;
    text-align: center;
  }
  #wrapper .s5 .inner .event_flex .event_bx .summary p span {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #141414;
    display: inline;
  }
  #wrapper .s5 .inner .location {
    width: 90vw;
    height: 87.17948vw;
    background-image: url("../img/location_bg-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 6vw auto 20vw;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  #wrapper .s5 .inner .location ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80vw;
    margin: 0 auto;
    padding: 0;
  }
  #wrapper .s5 .inner .location ul .summary {
    flex-basis: 80vw;
    text-align: left;
  }
  #wrapper .s5 .inner .location ul .summary .ttl {
    font-size: 4.358974359vw;
    font-weight: 600;
    line-height: 1.5;
    color: #8C6D28;
    text-align: left;
    margin: 5vw 0 1.5vw;
  }
  #wrapper .s5 .inner .location ul .summary .address {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1.9;
    color: #141414;
    text-align: left;
    margin-bottom: 4vw;
  }
  #wrapper .s5 .inner .location ul .map {
    flex-basis: 80vw;
    position: relative;
    width: 100%;
    height: 39.2307vw;
  }
  #wrapper .s5 .inner .location ul .map iframe {
    width: 100%;
    height: 100%;
  }
  #wrapper .s5 .inner .situation {
    width: 90vw;
    height: 410.51282vw;
    background-image: url("../img/situation_bg-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 6vw auto 10vw;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 5vw;
    box-sizing: border-box;
  }
  #wrapper .s5 .inner .situation .youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #wrapper .s5 .inner .situation .youtube iframe {
    width: 100%;
    height: 100%;
  }
  #wrapper .s5 .inner .situation .situation_sp_btn_lt {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 80vw;
    margin-bottom: 2vw;
    margin: 280vw auto 0;
  }
  #wrapper .s5 .inner .situation .situation_sp_btn_lt .btn_img {
    width: 100%;
  }
  #wrapper .s5 .inner .situation .situation_sp_btn_lt .btn_img img {
    max-width: 100%;
  }
  #wrapper .s5 .inner .qa {
    width: 90vw;
    margin: 6vw auto;
  }
  #wrapper .footer {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto 0;
    padding-bottom: 100px;
    background-image: url(../img/s1_bottom-s.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom -20.8505vw center;
  }
  #wrapper .footer .sponsor {
    width: 90vw;
    max-width: 100%;
    height: 55.26495vw;
    margin: 0 auto;
    padding: 0 0 10vw;
    background-image: url(../img/sponsor_bg-s.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 10;
  }
  #wrapper .footer .sponsor .s_ttl {
    position: absolute;
    top: 4.5vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 4.6153846154vw;
    font-weight: 600;
    color: #C2A262;
    line-height: 1;
    white-space: nowrap;
  }
  #wrapper .footer .sponsor .sponsor_logo {
    z-index: 10;
    position: absolute;
    top: 30vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #wrapper .footer .sponsor .sponsor_logo img {
    max-width: 40vw;
  }
  #wrapper .footer .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    position: relative;
    z-index: 8;
  }
  #wrapper .footer .inner .ctext {
    text-align: center;
  }
  #wrapper .footer .inner h4 {
    font-size: 3.5897435897vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 0 auto 10vw;
    position: relative;
    display: inline-block;
  }
  #wrapper .footer .inner h4 span {
    font-size: 3.0769230769vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }
  #wrapper .footer .inner h4:before {
    content: "";
    display: block;
    width: 17.4358974359vw;
    height: 11.0256410256vw;
    background-image: url(../img/ttl_side_mark_l-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -1vw;
    left: -22.5vw;
  }
  #wrapper .footer .inner h4:after {
    content: "";
    display: block;
    width: 16.5384615385vw;
    height: 4.2307692308vw;
    background-image: url(../img/ttl_side_mark_r-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -4vw;
    right: -22.5vw;
  }
  #wrapper .footer .inner .company {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    width: 100vw;
    margin: 0 auto;
  }
  #wrapper .footer .inner .company li {
    flex-basis: 48vw;
    text-align: center;
  }
  #wrapper .footer .inner .company li img {
    height: 6.1vw;
  }
  #wrapper .footer .inner .company li p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin-top: 3vw;
    position: relative;
    margin-left: -3vw;
  }
  #wrapper .footer .inner .company li p a {
    text-decoration: underline;
    color: #fff;
  }
  #wrapper .footer .inner .company li p:after {
    content: "";
    background-image: url(../img/icn_outer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    right: 1.8vw;
    transform: translateY(-50%);
  }
  #wrapper .footer .inner .security {
    margin: 8vw auto 10vw0;
    text-align: center;
  }
  #wrapper .footer .inner .security p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
  }
  #wrapper .footer .inner .security p a {
    text-decoration: underline;
    color: #fff;
  }
  #wrapper .footer .inner .sns_flex {
    margin: 12vw auto 14vw;
    text-align: center;
  }
  #wrapper .footer .inner .sns_flex ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    width: 84vw;
    margin: 0 auto;
  }
  #wrapper .footer .inner .sns_flex ul li p {
    font-size: 3.5897435897vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
  }
  #wrapper .footer .inner .sns_flex ul li img {
    max-width: 6.5vw;
  }
  #wrapper .footer .inner .sns_flex ul li:first-child {
    border-right: 1px solid #fff;
    padding-right: 5vw;
  }
  #wrapper .footer .inner .copyright {
    margin: 0 auto 10vw;
    text-align: center;
  }
  #wrapper .footer .inner .copyright p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    color: #fff;
    line-height: 2;
  }
  #wrapper .footer .inner .copyright p span {
    display: none;
  }
}
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 960px;
  margin: 15px auto 0;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  font-weight: bold;
  position: relative;
  display: block;
  padding: 25px 0;
  cursor: pointer;
  margin: 0;
  background: #141414;
  text-align: left;
}
.cp_actab label h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  position: relative;
  padding-left: 85px;
  text-align: left;
}
.cp_actab label h6:before {
  content: "";
  background-image: url("../img/faq_ico_q.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 37px;
  position: absolute;
  top: -4px;
  left: 18px;
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
  color: #fff;
}

.cp_actab-content__inner {
  padding: 20px 0;
}
.cp_actab-content__inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  padding-left: 85px;
  position: relative;
}
.cp_actab-content__inner p a {
  text-decoration: underline;
  color: #fff;
}
.cp_actab-content__inner p sup {
  font-size: 10px;
}
.cp_actab-content__inner p:before {
  content: "";
  background-image: url("../img/faq_ico_a.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
}

.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20000px;
}

.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
  display: block;
  width: 22px;
  height: 22px;
  /* -webkit-transition: all 0.35s;
  transition: all 0.35s; */
  text-align: center;
}

.cp_actab input[type=checkbox] + label::after {
  content: "";
  background-image: url("../img/ac_close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cp_actab input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url("../img/ac_open.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
  display: block;
  width: 22px;
  height: 22px;
}

@media (max-width: 780px) {
  .cp_actab {
    position: relative;
    overflow: hidden;
    width: 90vw;
    margin: 3vw auto 0;
  }
  .cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .cp_actab label {
    font-weight: bold;
    position: relative;
    display: block;
    padding: 4vw 0;
    cursor: pointer;
    margin: 0;
    background: #141414;
    text-align: left;
  }
  .cp_actab label h6 {
    font-size: 3.5897435897vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    position: relative;
    padding-left: 13vw;
    padding-right: 10vw;
    text-align: left;
  }
  .cp_actab label h6:before {
    content: "";
    background-image: url("../img/faq_ico_q.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.8vw;
    height: 5.5vw;
    position: absolute;
    top: 1vw;
    left: 3vw;
  }
  .cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s;
    color: #fff;
  }
  .cp_actab-content__inner {
    padding: 2.5vw 0;
  }
  .cp_actab-content__inner p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1.9;
    padding-left: 13vw;
    padding-right: 6vw;
    position: relative;
  }
  .cp_actab-content__inner p a {
    text-decoration: none;
    color: #fff;
  }
  .cp_actab-content__inner p sup {
    font-size: 2.3076923077vw;
  }
  .cp_actab-content__inner p:before {
    content: "";
    background-image: url("../img/faq_ico_a.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9.4vw;
    height: 9.4vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cp_actab input:checked ~ .cp_actab-content {
    max-height: 20000px;
  }
  .cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: calc(50% - 1.8vw);
    right: 3.6vw;
    display: block;
    width: 3.6vw;
    height: 3.6vw;
    /* -webkit-transition: all 0.35s;
    transition: all 0.35s; */
    text-align: center;
  }
  .cp_actab input[type=checkbox] + label::after {
    content: "";
    background-image: url("../img/ac_close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .cp_actab input[type=checkbox]:checked + label::after {
    content: "";
    background-image: url("../img/ac_open.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: calc(50% - 1.8vw);
    right: 3.6vw;
    display: block;
    width: 3.6vw;
    height: 3.6vw;
  }
}/*# sourceMappingURL=common02.css.map */