@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: #F6F3ED;
  color: #fff;
  scroll-behavior: smooth;
}

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

.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.bl {
  position: fixed;
  right: 34px;
  top: 34px;
  width: 106px;
  height: 14px;
  z-index: 110;
  cursor: pointer;
  background-image: url("../img/menu_act.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%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
#wrapper .bg_ptn {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow-x: hidden;
  background-image: url(../img/bg.webp);
  background-repeat: repeat;
  background-size: 720px 540px;
  background-position: top left;
  background-attachment: fixed;
  opacity: 0.95;
}
#wrapper .bg_base {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  height: 100vh;
  background-image: url(../img/bg_over.webp);
  background-size: 1920px 1588px;
  background-repeat: no-repeat;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  overflow-x: hidden;
  background-blend-mode: multiply;
}
#wrapper .exhibitor {
  position: fixed;
  top: 432px;
  left: 0;
  width: 83px;
  height: 277px;
  z-index: 100;
  background-image: url(../img/2026exhibitor.webp);
  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%;
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .exhibitor:hover {
    background-image: url(../img/2026exhibitor_on.webp);
    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 .kv {
  width: 100%;
  max-width: 1920px;
  height: 749px;
  background-image: url(../img/kv.webp);
  background-image: image-set(url(../img/kv.webp) 1x, url(../img/kv@2x.webp) 2x);
  background-image: -webkit-image-set(url(../img/kv.webp) 1x, url(../img/kv@2x.webp) 2x);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: relative;
  z-index: 4;
}
#wrapper .umbrella_wh {
  background-image: url(../img/umbrella_wh.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: rotate-umbrella-wh 36s linear infinite;
}
@keyframes rotate-umbrella-wh {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wrapper .umbrella_red {
  background-image: url(../img/umbrella_red.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: rotate-umbrella-red 36s linear infinite;
}
@keyframes rotate-umbrella-red {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#wrapper .cloud {
  background-image: url(../img/cloud.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .u01 {
  position: fixed;
  top: 90px;
  left: calc(50% - 640px);
  width: 201px;
  height: 201px;
  z-index: 5;
}
#wrapper .u02 {
  position: fixed;
  top: 338px;
  left: calc(50% - 920px);
  width: 473px;
  height: 473px;
  z-index: 5;
}
#wrapper .u03 {
  position: fixed;
  top: -31px;
  left: calc(50% + 594px);
  width: 286px;
  height: 286px;
  z-index: 5;
}
#wrapper .u04 {
  position: fixed;
  top: 435px;
  left: calc(50% + 502px);
  width: 200px;
  height: 200px;
  z-index: 5;
}
#wrapper .r01 {
  position: fixed;
  top: 139px;
  left: calc(50% - 740px);
  width: 151px;
  height: 151px;
  z-index: 6;
}
#wrapper .r02 {
  position: fixed;
  top: 164px;
  left: calc(50% + 614px);
  width: 151px;
  height: 151px;
  z-index: 6;
}
#wrapper .r03 {
  position: fixed;
  top: 362px;
  left: calc(50% + 446px);
  width: 151px;
  height: 151px;
  z-index: 6;
}
#wrapper .cl01 {
  position: fixed;
  top: 302px;
  left: calc(50% - 664px);
  width: 122px;
  height: 34px;
  z-index: 7;
}
#wrapper .cl02 {
  position: fixed;
  top: 429px;
  left: calc(50% + 601px);
  width: 122px;
  height: 34px;
  z-index: 7;
}
#wrapper .contact {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  margin: 0 auto 185px;
}
#wrapper .contact .inner {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
  z-index: 8;
}
#wrapper .contact .inner h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
#wrapper .contact .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 10px;
}
#wrapper .contact .inner ul li {
  flex-basis: 482px;
  text-align: center;
}
#wrapper .contact .inner ul li h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}
#wrapper .contact .inner ul li .blue {
  background-image: url(../img/btn_blue_bg.svg);
  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 .contact .inner ul li .blue p {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: -19px auto 0;
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .contact .inner ul li .blue:hover p {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .contact .inner ul li .blue:hover:after {
    right: 20px;
  }
}
#wrapper .contact .inner ul li .blue:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/btn_arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 37px;
  right: 30px;
  transition: all 0.5s;
}
#wrapper .contact .inner ul li .red {
  background-image: url(../img/btn_red_bg.svg);
  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 .contact .inner ul li .red p {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: -19px auto 0;
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .contact .inner ul li .red:hover p {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .contact .inner ul li .red:hover:after {
    right: 20px;
  }
}
#wrapper .contact .inner ul li .red:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/btn_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 37px;
  right: 30px;
  transition: all 0.5s;
}
#wrapper .contact .inner h3 {
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
#wrapper .contact .inner p {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#wrapper .contact: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 .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wrapper .inner h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #8C6D28;
  text-align: center;
  margin: 0 auto 20px;
  text-align: center;
}
#wrapper .inner h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: #8C6D28;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative;
}
#wrapper .inner h3 span {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
  margin: 20px auto 0;
  text-align: center;
}
#wrapper .inner h3:before {
  content: "";
  background-image: url(../img/h3_before.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 99px;
  height: 88px;
  position: absolute;
  top: -40px;
  left: -135px;
}
#wrapper .inner h3:after {
  content: "";
  background-image: url(../img/h3_after.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -10px;
  right: -115px;
}
#wrapper .inner h5 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: #BEA061;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
}
#wrapper .inner h5 span {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 20px auto 0;
  text-align: center;
}
#wrapper .inner h5 .icon {
  width: 282px;
  height: 200px;
  position: absolute;
  top: -100px;
  left: 15px;
}
#wrapper .inner h5:after {
  content: "";
  background-image: url(../img/h5_after.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 887px;
  height: 541px;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#wrapper .inner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: #1f1f1f;
  text-align: center;
  margin: 0 auto 40px;
  text-align: center;
}
#wrapper .inner .box_head {
  width: 960px;
  height: 21px;
  background-image: url(../img/bx_head.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}
#wrapper .inner .box_foot {
  width: 960px;
  height: 20px;
  background-image: url(../img/bx_foot.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}
#wrapper .s1 {
  width: 100%;
  margin: 0 auto 170px;
  position: relative;
  padding: 0;
  z-index: 50;
}
#wrapper .s1 .s1_bx_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: -10px auto 0;
}
#wrapper .s1 .s1_bx_flex .s1_bx {
  flex-basis: 304px;
  height: 262px;
  background-image: url(../img/s1_bx_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#wrapper .s1 .s1_bx_flex .s1_bx .num {
  position: absolute;
  top: 17px;
  left: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #C2A262;
}
#wrapper .s1 .s1_bx_flex .s1_bx .ttl_s {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #C2A262;
}
#wrapper .s1 .s1_bx_flex .s1_bx .ttl_s span {
  font-size: 24px;
}
#wrapper .s1 .s1_bx_flex .s1_bx .summary {
  top: 72px;
  left: 25px;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #1f1f1f;
  writing-mode: vertical-rl;
  letter-spacing: -0.02em;
  text-align: left;
}
#wrapper .s1 .s1_bx_flex .s1_bx .summary span {
  font-size: 30px;
  color: #8C6D28;
}
#wrapper .s1 .s1_bx_flex .s1_bx .summary .mark {
  font-size: 20px;
  color: #8C6D28;
}
#wrapper .s1 .s1_bx_flex .s1_bx .ico01 {
  position: absolute;
  top: 83px;
  left: 141px;
}
#wrapper .s1 .s1_bx_flex .s1_bx .ico01 img {
  max-width: 144px;
}
#wrapper .s1 .s1_bx_flex .s1_bx .ico02 {
  position: absolute;
  top: 85px;
  left: 173px;
}
#wrapper .s1 .s1_bx_flex .s1_bx .ico02 img {
  max-width: 93px;
}
#wrapper .s1 .s1_bx_flex .s1_bx .ico03 {
  position: absolute;
  top: 79px;
  left: 142px;
}
#wrapper .s1 .s1_bx_flex .s1_bx .ico03 img {
  max-width: 147px;
}
#wrapper .s2 {
  width: 100%;
  margin: 0 auto 170px;
  position: relative;
  padding: 0;
  z-index: 50;
}
#wrapper .s2 .s2_bx_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 55px auto 0;
}
#wrapper .s2 .s2_bx_flex li {
  flex-basis: 230px;
  text-align: center;
  margin-bottom: 20px;
  min-height: 132px;
}
#wrapper .s2 .s2_bx_flex li .s2_img {
  margin: 0 auto;
}
#wrapper .s2 .s2_bx_flex li .s2_img img {
  max-width: 100%;
}
#wrapper .s2 .s2_bx_flex li p {
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 1.5;
  margin: 10px auto 0;
}
#wrapper .s2 .s2_bx_flex li p span {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: inline;
}
#wrapper .s2 .s2_bx_flex li:nth-child(12),
#wrapper .s2 .s2_bx_flex li:nth-child(15),
#wrapper .s2 .s2_bx_flex li:nth-child(4),
#wrapper .s2 .s2_bx_flex li:nth-child(8) {
  border-right: none;
}
#wrapper .s3 {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  padding: 0;
  z-index: 50;
}
#wrapper .s3 .s3_bx_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 40px auto;
}
#wrapper .s3 .s3_bx_flex .s3_bx {
  flex-basis: 304px;
  height: 244px;
  background-image: url(../img/s3_bx_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#wrapper .s3 .s3_bx_flex .s3_bx .summary {
  top: 23px;
  left: 15px;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #8C6D28;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: left;
}
#wrapper .s3 .s3_bx_flex .s3_bx .summary span {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
  text-align: left;
  line-height: 1.1;
  margin: 0 0 0 -5px;
}
#wrapper .s3 .s3_bx_flex .s3_bx .summary .rotate {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #8C6D28;
  display: inline;
  letter-spacing: -0.4em;
}
#wrapper .s3 .s3_bx_flex .s3_bx .ico01 {
  position: absolute;
  top: 41px;
  left: 130px;
}
#wrapper .s3 .s3_bx_flex .s3_bx .ico01 img {
  max-width: 166px;
}
#wrapper .s3 .s3_bx_flex .s3_bx .ico02 {
  position: absolute;
  top: 16px;
  left: 139px;
}
#wrapper .s3 .s3_bx_flex .s3_bx .ico02 img {
  max-width: 145px;
}
#wrapper .s3 .s3_bx_flex .s3_bx .ico03 {
  position: absolute;
  top: 19px;
  left: 138px;
}
#wrapper .s3 .s3_bx_flex .s3_bx .ico03 img {
  max-width: 129px;
}
#wrapper .s4 {
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
  padding: 200px 0 0;
  z-index: 50;
}
#wrapper .s4 .charm_flex {
  display: flex;
  flex-direction: column;
}
#wrapper .s4 .charm_flex .charm_bx {
  background-image: url(../img/s4_bx_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 960px;
  height: 104px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2px;
}
#wrapper .s4 .charm_flex .charm_bx .num {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 0 0 0 40px;
  letter-spacing: -0.2em;
}
#wrapper .s4 .charm_flex .charm_bx .num span {
  font-size: 32px;
  display: block;
  letter-spacing: -0.02em;
}
#wrapper .s4 .charm_flex .charm_bx .ico {
  margin: 0 30px 0 50px;
}
#wrapper .s4 .charm_flex .charm_bx .txt p {
  font-size: 26px;
  font-weight: 600;
  color: #8C6D28;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
#wrapper .s4 .charm_flex .charm_bx .txt span {
  font-size: 15px;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 1;
  margin: 0;
  display: block;
  text-align: left;
}
#wrapper .s5 {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  padding: 200px 0 0;
  z-index: 50;
}
#wrapper .s5 .reason_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 30px auto 150px;
  position: relative;
  z-index: 10;
}
#wrapper .s5 .reason_flex .reason_bx {
  flex-basis: 464px;
  height: 296px;
  background-image: url("../img/s5_bx_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 28px;
}
#wrapper .s5 .reason_flex .reason_bx02 {
  flex-basis: 464px;
  height: 326px;
  background-image: url("../img/s5_bx_bg02.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 28px;
}
#wrapper .s5 .reason_flex .ttl_s {
  font-size: 22px;
  font-weight: 600;
  color: #C2A262;
  text-align: center;
  margin: 16px auto 0;
}
#wrapper .s5 .reason_flex .reason_img {
  margin: 0 auto;
  text-align: right;
}
#wrapper .s5 .reason_flex .reason_img img {
  max-width: 428px;
  margin: 30px 5px 0 0;
}
#wrapper .s5 .reason_flex p {
  font-size: 17px;
  font-weight: 500;
  color: #141414;
  line-height: 1.6;
  text-align: center;
  margin: 10px auto 0;
  padding: 0 20px;
}
#wrapper .s5 .reason_flex p span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
#wrapper .s5 .reason_flex span {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 10px 20px 0 0;
  color: #141414;
}
#wrapper .s6 {
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
  padding: 100px 0 0;
  z-index: 50;
}
#wrapper .s6 .plax_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 20px auto 0;
  position: relative;
  z-index: 10;
}
#wrapper .s6 .plax_flex .plan_bx01 {
  flex-basis: 960px;
  height: 312px;
  background-image: url("../img/s6_bx_bg01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  position: relative;
}
#wrapper .s6 .plax_flex .plan_bx02 {
  flex-basis: 960px;
  height: 312px;
  background-image: url("../img/s6_bx_bg02.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  position: relative;
}
#wrapper .s6 .plax_flex .plan_bx03 {
  flex-basis: 960px;
  height: 312px;
  background-image: url("../img/s6_bx_bg03.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  position: relative;
}
#wrapper .s6 .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 .s6 .plax_flex .s_ttl_s span {
  font-size: 18px;
}
#wrapper .s6 .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 .s6 .plax_flex .price p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #626262;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}
#wrapper .s6 .plax_flex .price p span {
  font-size: 22px;
}
#wrapper .s6 .plax_flex .price p .tax {
  font-size: 16px;
}
#wrapper .s6 .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 .s6 .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 .s6 .plax_flex .price .big {
  font-size: 43px;
  margin-bottom: 18px;
}
#wrapper .s6 .plax_flex .price .tax02 {
  font-size: 16px;
  color: #8C6D28;
}
#wrapper .s6 .plax_flex ul {
  position: absolute;
  top: 135px;
  left: 365px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 560px;
}
#wrapper .s6 .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;
  text-align: left;
}
#wrapper .s6 .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 .s6 .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 .s6 p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #141414;
  line-height: 1;
  margin: 0;
}
#wrapper .s7 {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  padding: 200px 0 0;
  z-index: 50;
}
#wrapper .s7 .event_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 20px auto 140px;
  position: relative;
  z-index: 10;
}
#wrapper .s7 .event_flex .event_bx {
  flex-basis: 464px;
  height: 222px;
  background-image: url("../img/s7_bx_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  text-align: center;
}
#wrapper .s7 .event_flex .event_bx .s_ttl {
  font-size: 22px;
  color: #C2A262;
  font-weight: 600;
  text-align: center;
  margin: 16px auto 0;
}
#wrapper .s7 .event_flex .event_bx .s_ttl span {
  font-size: 15px;
}
#wrapper .s7 .event_flex .event_bx .s_ttl_s {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 40px auto 15px;
}
#wrapper .s7 .event_flex .event_bx .s_ttl_s .ico01 {
  width: 47px;
}
#wrapper .s7 .event_flex .event_bx .s_ttl_s .ico02 {
  width: 44px;
}
#wrapper .s7 .event_flex .event_bx .s_ttl_s .ico03 {
  width: 54px;
}
#wrapper .s7 .event_flex .event_bx .s_ttl_s .ico04 {
  width: 54px;
}
#wrapper .s7 .event_flex .event_bx .s_ttl_s .ico05 {
  width: 58px;
}
#wrapper .s7 .event_flex .event_bx .s_ttl_s .ico06 {
  width: 52px;
}
#wrapper .s7 .event_flex .event_bx .s_ttl_s p {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  color: #8C6D28;
  margin: 0;
}
#wrapper .s7 .event_flex .event_bx .s_ttl_s p span {
  font-size: 49px;
}
#wrapper .s7 .event_flex .event_bx .summary {
  margin: 0 auto;
}
#wrapper .s7 .event_flex .event_bx .summary p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #141414;
  text-align: center;
}
#wrapper .s7 .event_flex .event_bx .summary p span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #141414;
  display: inline;
}
#wrapper .s8 {
  width: 100%;
  margin: 0 auto 160px;
  position: relative;
  padding: 100px 0 0;
  z-index: 50;
}
#wrapper .s8 .location {
  width: 960px;
  height: auto;
  background-image: url("../img/bx_bg.webp");
  background-repeat: repeat-y;
  background-size: contain;
  margin: -1px auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
#wrapper .s8 .location ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 864px;
  margin: 0 auto;
  padding: 35px 0;
}
#wrapper .s8 .location ul .summary {
  flex-basis: 368px;
  text-align: left;
  margin-bottom: 20px;
}
#wrapper .s8 .location ul .summary .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #8C6D28;
  text-align: left;
  margin-bottom: 10px;
}
#wrapper .s8 .location ul .summary .address {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #141414;
  text-align: left;
  margin-bottom: 0;
}
#wrapper .s8 .location ul .photo {
  flex-basis: 496px;
  margin-bottom: 20px;
}
#wrapper .s8 .location ul .photo img {
  max-width: 100%;
}
#wrapper .s8 .location ul .map {
  flex-basis: 864px;
  position: relative;
  width: 100%;
  height: 275px;
}
#wrapper .s8 .location ul .map iframe {
  width: 100%;
  height: 100%;
}
#wrapper .s8 .location:after {
  content: "";
  display: block;
  width: 375px;
  height: 162px;
  background-image: url(../img/bx_after.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: -1;
}
#wrapper .s9 {
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
  padding: 100px 0 0;
  z-index: 50;
}
#wrapper .s9 .qa {
  width: 960px;
  margin: 29px auto;
}
#wrapper .footer {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 70px;
}
#wrapper .footer .inner {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  position: relative;
  z-index: 8;
}
#wrapper .footer .inner .black {
  background-image: url(../img/btn_black_bg.svg);
  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;
  margin: -60px auto 100px;
}
#wrapper .footer .inner .black p {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: -19px auto 0;
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .footer .inner .black:hover p {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  #wrapper .footer .inner .black:hover:after {
    right: 20px;
  }
}
#wrapper .footer .inner .black:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/btn_arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 37px;
  right: 30px;
  transition: all 0.5s;
}
#wrapper .footer .inner .ctext {
  text-align: center;
}
#wrapper .footer .inner h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  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: #000;
}
#wrapper .footer .inner h4:before {
  content: "";
  display: block;
  width: 118px;
  height: 74px;
  background-image: url(../img/h4_before.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/h4_after.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: #000;
  margin-top: 25px;
  position: relative;
}
#wrapper .footer .inner .company li p a {
  text-decoration: underline;
  color: #000;
}
#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: #000;
}
#wrapper .footer .inner .security p a {
  text-decoration: underline;
  color: #000;
}
#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: #000;
  margin: 0;
}
#wrapper .footer .inner .sns_flex ul li img {
  max-width: 27px;
}
#wrapper .footer .inner .sns_flex ul li:first-child {
  border-right: 1px solid #000;
  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: #000;
}
#wrapper .footer .inner .copyright p span {
  display: inline;
}

@media (max-width: 780px) {
  #gnav ul {
    display: flex;
    justify-content: flex-start;
    position: fixed;
    left: 2vw;
    top: -1px;
    width: 50vw;
    z-index: 110;
  }
  #gnav ul .link {
    list-style: none;
    flex-basis: 20vw;
    height: 10vw;
    background-color: #9F9F9F;
    border-radius: 0 0 0.7692307692vw 0.7692307692vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gnav ul .link p {
    font-size: 2.5641025641vw;
    font-weight: bold;
    color: #fff;
  }
  #gnav ul .link a {
    text-decoration: none;
    color: #fff;
  }
  #gnav ul .active {
    list-style: none;
    flex-basis: 29vw;
    height: 12.5vw;
    background-color: #17288A;
    border-radius: 0 0 0.7692307692vw 0.7692307692vw;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    margin-right: 1vw;
  }
  #gnav ul .active p {
    font-size: 3.2051282051vw;
    font-weight: bold;
    color: #fff;
  }
  #gnav ul .active a {
    text-decoration: none;
    color: #fff;
  }
  #entry_section {
    position: fixed;
    top: 5vw;
    left: calc(100% - 32vw);
    z-index: 130;
  }
  #entry_section ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    right: 27vw;
    top: 4vw;
    width: auto;
    z-index: 110;
  }
  #entry_section li:last-child {
    flex-basis: 120px;
  }
  #entry_section li:last-child span {
    font-size: 3.0769230769vw;
    font-weight: 500;
    line-height: 1;
  }
  #entry_section li:last-child span a {
    text-decoration: none;
    color: #fff;
  }
  #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;
  }
  #entry_section .menu.bl {
    position: fixed;
    right: 3vw;
    top: 5vw;
    width: 20vw;
    height: 5vw;
    z-index: 110;
    cursor: pointer;
    background-image: url("../img/menu_act.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #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 {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
  }
  #wrapper .bg_ptn {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow-x: hidden;
    background-image: url(../img/bg-s.webp);
    background-repeat: repeat;
    background-size: 100% auto;
    background-position: top center;
    background-attachment: fixed;
    opacity: 0.95;
  }
  #wrapper .bg_base {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    height: 100vh;
    background-image: url(../img/bg_over-s.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    overflow-x: hidden;
    background-blend-mode: multiply;
  }
  #wrapper .exhibitor {
    position: fixed;
    top: calc(100vh - 13.8461538vw);
    top: calc(100dvh - 13.8461538vw);
    left: 15vw;
    right: 15vw;
    width: 70vw;
    height: 13.8461538vw;
    z-index: 100;
    background-image: url(../img/2026exhibitor-s.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
  }
  #wrapper .exhibitor a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapper .kv {
    width: 100%;
    max-width: 100%;
    height: 141.02564vw;
    background-image: url(../img/kv-s.webp);
    background-image: image-set(url(../img/kv-s.webp) 1x, url(../img/kv-s.webp) 2x);
    background-image: -webkit-image-set(url(../img/kv-s.webp) 1x, url(../img/kv-s.webp) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 4;
  }
  #wrapper .umbrella_wh {
    background-image: url(../img/umbrella_wh.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: rotate-umbrella-wh 30s linear infinite;
  }
  #wrapper .umbrella_red {
    background-image: url(../img/umbrella_red.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: rotate-umbrella-red 30s linear infinite;
  }
  #wrapper .cloud {
    background-image: url(../img/cloud.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #wrapper .u01 {
    position: fixed;
    top: 8vw;
    left: -2vw;
    width: 20vw;
    height: 20vw;
    z-index: 5;
  }
  #wrapper .u02 {
    position: fixed;
    top: 103vw;
    left: -30vw;
    width: 50vw;
    height: 50vw;
    z-index: 5;
  }
  #wrapper .u03 {
    position: fixed;
    top: -21vw;
    left: 86vw;
    width: 42vw;
    height: 42vw;
    z-index: 5;
  }
  #wrapper .u04 {
    position: fixed;
    top: 99vw;
    left: 90vw;
    width: 28vw;
    height: 28vw;
    z-index: 5;
  }
  #wrapper .r01 {
    position: fixed;
    top: 18vw;
    left: -7vw;
    width: 14vw;
    height: 14vw;
    z-index: 6;
  }
  #wrapper .r02 {
    position: fixed;
    top: 4vw;
    left: 80vw;
    width: 22vw;
    height: 22vw;
    z-index: 6;
  }
  #wrapper .r03 {
    position: fixed;
    top: 94vw;
    left: 86vw;
    width: 19vw;
    height: 19vw;
    z-index: 6;
  }
  #wrapper .cl01 {
    position: fixed;
    top: 302px;
    left: calc(50% - 664px);
    width: 122px;
    height: 34px;
    z-index: 7;
  }
  #wrapper .cl02 {
    position: fixed;
    top: 429px;
    left: calc(50% + 601px);
    width: 122px;
    height: 34px;
    z-index: 7;
  }
  #wrapper .contact {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    position: relative;
    margin: -17vw auto 0;
  }
  #wrapper .contact .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 7vw 0 0;
    position: relative;
    z-index: 8;
  }
  #wrapper .contact .inner h2 {
    font-size: 4.8717948718vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5vw;
    color: #fff;
  }
  #wrapper .contact .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 82.3076923077vw;
    margin: 0 auto 0;
  }
  #wrapper .contact .inner ul li {
    flex-basis: 84vw;
    text-align: center;
    margin-bottom: 3vw;
  }
  #wrapper .contact .inner ul li h6 {
    font-size: 3.0769230769vw;
    font-weight: 500;
    margin-bottom: 1.5vw;
    color: #fff;
  }
  #wrapper .contact .inner ul li .blue {
    background-image: url(../img/btn_blue_bg-s.svg);
    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 .contact .inner ul li .blue p {
    font-size: 4.1025641026vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-top: -2.8vw;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  #wrapper .contact .inner ul li .blue:hover p {
    opacity: 0.7;
  }
}
@media (max-width: 780px) {
  #wrapper .contact .inner ul li .blue:after {
    content: "";
    display: block;
    width: 4.5vw;
    height: 4.5vw;
    background-image: url(../img/btn_arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5.5vw;
    right: 7vw;
    transition: all 0.5s;
  }
  #wrapper .contact .inner ul li .red {
    background-image: url(../img/btn_red_bg-s.svg);
    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 .contact .inner ul li .red p {
    font-size: 4.1025641026vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-top: -2.8vw;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  #wrapper .contact .inner ul li .red:hover p {
    opacity: 0.7;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  #wrapper .contact .inner ul li .red:hover:after {
    right: 20px;
  }
}
@media (max-width: 780px) {
  #wrapper .contact .inner ul li .red:after {
    content: "";
    display: block;
    width: 4.5vw;
    height: 4.5vw;
    background-image: url(../img/btn_arrow_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5.5vw;
    right: 7vw;
    transition: all 0.5s;
  }
  #wrapper .contact .inner h3 {
    font-size: 6.4102564103vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3vw;
    color: #fff;
  }
  #wrapper .contact .inner p {
    font-size: 3.0769230769vw;
    text-align: center;
    color: #fff;
  }
  #wrapper .contact .inner .ctext {
    text-align: center;
  }
  #wrapper .contact .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 .contact .inner h4 span {
    font-size: 3.0769230769vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }
  #wrapper .contact .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 .contact .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 .contact .inner .company {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    width: 100vw;
    margin: 0 auto 10vw;
  }
  #wrapper .contact .inner .company li {
    flex-basis: 50vw;
    text-align: center;
  }
  #wrapper .contact .inner .company li img {
    max-width: 45vw;
    height: 6.11vw;
  }
  #wrapper .contact .inner .company li p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 4vw 0 0 -3vw;
    position: relative;
  }
  #wrapper .contact .inner .company li p a {
    text-decoration: underline;
    color: #fff;
  }
  #wrapper .contact .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 .contact .inner .security {
    margin: 0 auto;
    text-align: center;
  }
  #wrapper .contact .inner .security p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
  }
  #wrapper .contact .inner .security p a {
    text-decoration: underline;
    color: #fff;
  }
  #wrapper .contact .inner .copyright {
    margin: 15vw auto 0;
    text-align: center;
  }
  #wrapper .contact .inner .copyright p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 2.1;
    color: #fff;
  }
  #wrapper .contact .inner .copyright p span {
    display: none;
  }
  #wrapper .contact: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 .inner {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #wrapper .inner h2 {
    font-size: 5.8974358974vw;
    font-weight: 600;
    line-height: 1.4;
    color: #8C6D28;
    text-align: center;
    margin: 0 auto 20px;
    text-align: center;
  }
  #wrapper .inner h3 {
    text-align: center;
    font-size: 5.8974358974vw;
    font-weight: 600;
    line-height: 1;
    color: #8C6D28;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative;
  }
  #wrapper .inner h3 span {
    display: block;
    font-family: "Noto Sans JP", serif;
    font-size: 2.5641025641vw;
    font-weight: 500;
    line-height: 1;
    color: #1f1f1f;
    margin: 3vw auto 0;
    text-align: center;
  }
  #wrapper .inner h3:before {
    content: "";
    background-image: url(../img/h3_before.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14.1025641026vw;
    height: 12.5641025641vw;
    position: absolute;
    top: -5.1282051282vw;
    left: -17.9487179487vw;
  }
  #wrapper .inner h3:after {
    content: "";
    background-image: url(../img/h3_after.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: -1.2820512821vw;
    right: -15.3846153846vw;
  }
  #wrapper .inner h5 {
    font-size: 5.8974358974vw;
    font-weight: 600;
    line-height: 1;
    color: #BEA061;
    text-align: center;
    position: relative;
    margin: 0 auto 14vw;
  }
  #wrapper .inner h5 span {
    display: block;
    font-family: "Noto Sans JP", serif;
    font-size: 2.5641025641vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin: 1vw auto 0;
    text-align: center;
  }
  #wrapper .inner h5 .icon {
    width: 30.7692307692vw;
    height: auto;
    position: absolute;
    top: -10vw;
    left: -5vw;
  }
  #wrapper .inner h5 .icon img {
    max-width: 100%;
  }
  #wrapper .inner h5:after {
    content: "";
    background-image: url(../img/h5_after-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 76.1538vw;
    position: absolute;
    top: -25vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #wrapper .inner p {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1.9;
    color: #1f1f1f;
    text-align: center;
    margin: 0 auto 40px;
    text-align: center;
  }
  #wrapper .inner .box_head {
    width: 90vw;
    height: 6.5vw;
    background-image: url(../img/bx_head-s.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
  }
  #wrapper .inner .box_foot {
    width: 90vw;
    height: 6.5vw;
    background-image: url(../img/bx_foot-s.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
  }
  #wrapper .s1 {
    width: 100%;
    margin: 0 auto 15vw;
    position: relative;
    padding: 15vw 0 0;
    z-index: 50;
  }
  #wrapper .s1 .s1_bx_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx {
    flex-basis: 90vw;
    height: 59.1025vw;
    background-image: url(../img/s1_bx_bg-s.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 4vw;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .num {
    position: absolute;
    top: 3vw;
    left: 13vw;
    font-size: 4.8717948718vw;
    font-weight: 600;
    color: #C2A262;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .ttl_s {
    position: absolute;
    top: 2.4vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.8717948718vw;
    font-weight: 600;
    color: #C2A262;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .ttl_s span {
    font-size: 5.641025641vw;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .summary {
    top: 16vw;
    left: 11vw;
    position: absolute;
    font-size: 4.2307692308vw;
    font-weight: 600;
    line-height: 1.5;
    writing-mode: vertical-rl;
    letter-spacing: -0.04em;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .summary span {
    font-size: 6.6666666667vw;
    color: #8C6D28;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .summary .under {
    font-size: 22px;
    background-color: rgba(194, 162, 98, 0.4);
    padding: 2px 0;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .ico01 {
    position: absolute;
    top: 18vw;
    left: 45vw;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .ico01 img {
    max-width: 35vw;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .ico02 {
    position: absolute;
    top: 18vw;
    left: 50vw;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .ico02 img {
    max-width: 23vw;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .ico03 {
    position: absolute;
    top: 18vw;
    left: 45vw;
  }
  #wrapper .s1 .s1_bx_flex .s1_bx .ico03 img {
    max-width: 36vw;
  }
  #wrapper .s2 {
    width: 100%;
    margin: 0 auto 15vw;
    position: relative;
    padding: 0;
    z-index: 50;
  }
  #wrapper .s2 .s2_bx_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    gap: 0;
    width: 90vw;
    margin: 10vw auto 0;
  }
  #wrapper .s2 .s2_bx_flex li {
    flex-basis: 42.6vw;
    text-align: center;
    margin-bottom: 5vw;
    min-height: auto;
  }
  #wrapper .s2 .s2_bx_flex li .s2_img {
    margin: 0 auto;
  }
  #wrapper .s2 .s2_bx_flex li .s2_img img {
    max-width: 100%;
  }
  #wrapper .s2 .s2_bx_flex li p {
    font-size: 3.3333333333vw;
    font-weight: 500;
    color: #1f1f1f;
    line-height: 1.5;
    margin: 1vw auto 0;
  }
  #wrapper .s2 .s2_bx_flex li p span {
    font-size: 2.5641025641vw;
    font-weight: 400;
    margin: 0;
    display: inline;
  }
  #wrapper .s2 .s2_bx_flex li:nth-child(12),
  #wrapper .s2 .s2_bx_flex li:nth-child(15),
  #wrapper .s2 .s2_bx_flex li:nth-child(4),
  #wrapper .s2 .s2_bx_flex li:nth-child(8) {
    border-right: none;
  }
  #wrapper .s2 .more-btn-wrap {
    margin-top: 10vw;
  }
  #wrapper .s2 .more-btn-wrap button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #1f1f1f;
    width: 70vw;
    margin: 0 auto;
    padding: 4vw 0;
    text-align: center;
    font-size: 3.3333333333vw;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
  }
  #wrapper .s3 {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    padding: 0;
    z-index: 50;
  }
  #wrapper .s3 .s3_bx_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 90vw;
    margin: 4vw auto;
    box-sizing: border-box;
  }
  #wrapper .s3 .s3_bx_flex .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 .s3_bx_flex .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 .s3_bx_flex .s3_bx .summary span {
    font-size: 3.4615384615vw;
    font-weight: 600;
    color: #141414;
    text-align: left;
    margin: 0 0 0 1vw;
  }
  #wrapper .s3 .s3_bx_flex .s3_bx .summary .rotate {
    font-size: 2.5641025641vw;
    font-weight: 600;
    line-height: 1;
    color: #8C6D28;
    display: inline;
    letter-spacing: -0.4em;
  }
  #wrapper .s3 .s3_bx_flex .s3_bx .ico01 {
    position: absolute;
    top: 10vw;
    left: 45vw;
  }
  #wrapper .s3 .s3_bx_flex .s3_bx .ico01 img {
    max-width: 39vw;
  }
  #wrapper .s3 .s3_bx_flex .s3_bx .ico02 {
    position: absolute;
    top: 0;
    left: 36vw;
  }
  #wrapper .s3 .s3_bx_flex .s3_bx .ico02 img {
    max-width: 36vw;
  }
  #wrapper .s3 .s3_bx_flex .s3_bx .ico03 {
    position: absolute;
    top: 2.5vw;
    left: 38vw;
  }
  #wrapper .s3 .s3_bx_flex .s3_bx .ico03 img {
    max-width: 32vw;
  }
  #wrapper .s4 {
    width: 100%;
    margin: 0 auto 10vw;
    position: relative;
    padding: 30vw 0 0;
    z-index: 50;
  }
  #wrapper .s4 .charm_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 95vw;
    margin: 6vw 5vw 5vw -5vw;
  }
  #wrapper .s4 .charm_flex .charm_bx {
    background-image: url(../img/s4_bx_bg-s.webp);
    background-repeat: no-repeat;
    background-size: contain;
    flex-basis: 95vw;
    width: 95vw;
    height: 25.384615vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1vw;
  }
  #wrapper .s4 .charm_flex .charm_bx .num {
    font-size: 2.9487179487vw;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin: 0 0 0 5vw;
    letter-spacing: -0.2em;
    white-space: nowrap;
  }
  #wrapper .s4 .charm_flex .charm_bx .num span {
    font-size: 5.8974358974vw;
    display: block;
    letter-spacing: -0.01em;
  }
  #wrapper .s4 .charm_flex .charm_bx .ico {
    margin: 0 3.8461538462vw 0 7.6923076923vw;
  }
  #wrapper .s4 .charm_flex .charm_bx .ico img {
    max-width: 10vw;
  }
  #wrapper .s4 .charm_flex .charm_bx .txt {
    padding-right: 2vw;
  }
  #wrapper .s4 .charm_flex .charm_bx .txt p {
    font-size: 3.8461538462vw;
    font-weight: 600;
    color: #8C6D28;
    line-height: 1.4;
    text-align: left;
    margin: 0;
  }
  #wrapper .s4 .charm_flex .charm_bx .txt span {
    font-size: 2.8205128205vw;
    font-weight: 400;
    color: #1f1f1f;
    line-height: 1;
    margin: 2vw 0 0 0;
    display: block;
    text-align: left;
  }
  #wrapper .s5 {
    width: 100%;
    margin: 0 auto 10vw;
    position: relative;
    padding: 30vw 0 0;
    z-index: 50;
  }
  #wrapper .s5 .reason_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90vw;
    margin: 5vw auto 0;
    position: relative;
    z-index: 10;
  }
  #wrapper .s5 .reason_flex .reason_bx {
    flex-basis: 90vw;
    height: 67.564vw;
    background-image: url("../img/s5_bx_bg-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 3vw;
  }
  #wrapper .s5 .reason_flex .reason_bx02 {
    flex-basis: 90vw;
    height: 67.564vw;
    background-image: url("../img/s5_bx_bg-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 3vw;
  }
  #wrapper .s5 .reason_flex .ttl_s {
    font-size: 4.6153846154vw;
    font-weight: 600;
    color: #C2A262;
    text-align: center;
    margin: 2.8vw auto 0;
  }
  #wrapper .s5 .reason_flex .reason_img {
    margin: 0 auto;
    text-align: right;
  }
  #wrapper .s5 .reason_flex .reason_img img {
    max-width: 80vw;
    margin: 8vw 1vw 0 0;
  }
  #wrapper .s5 .reason_flex p {
    font-size: 3.5897435897vw;
    font-weight: 500;
    color: #141414;
    line-height: 1.6;
    text-align: center;
    margin: 3vw auto 0;
    padding: 0 20px;
  }
  #wrapper .s5 .reason_flex p span {
    font-size: 2.3076923077vw;
    font-weight: 500;
    margin-right: 20px;
  }
  #wrapper .s5 .reason_flex span {
    display: block;
    text-align: right;
    font-size: 2.5641025641vw;
    font-weight: 400;
    line-height: 1;
    margin: 1vw 5vw 0 0;
    color: #141414;
  }
  #wrapper .s6 {
    width: 100%;
    margin: 0 auto 30vw;
    position: relative;
    padding: 30vw 0 0;
    z-index: 50;
  }
  #wrapper .s6 .plax_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90vw;
    margin: 6vw auto 0;
    position: relative;
    z-index: 10;
  }
  #wrapper .s6 .plax_flex .plan_bx01 {
    flex-basis: 90vw;
    height: 136.28205vw;
    background-image: url("../img/s6_bx_bg01-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
    position: relative;
  }
  #wrapper .s6 .plax_flex .plan_bx02 {
    flex-basis: 95vw;
    height: 136.28205vw;
    background-image: url("../img/s6_bx_bg02-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
    position: relative;
  }
  #wrapper .s6 .plax_flex .plan_bx03 {
    flex-basis: 95vw;
    height: 136.28205vw;
    background-image: url("../img/s6_bx_bg03-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 2vw;
    position: relative;
  }
  #wrapper .s6 .plax_flex .plan_bx03 .price p {
    letter-spacing: -0.06em;
  }
  #wrapper .s6 .plax_flex .s_ttl_s {
    position: absolute;
    top: 2.8vw;
    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 .s6 .plax_flex .s_ttl_s span {
    font-size: 3.8461538462vw;
  }
  #wrapper .s6 .plax_flex .price {
    position: absolute;
    top: 70vw;
    left: 5vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 3.3333333333vw;
    font-weight: 600;
    color: #8C6D28;
    white-space: nowrap;
  }
  #wrapper .s6 .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 .s6 .plax_flex .price p span {
    font-size: 3.5897435897vw;
  }
  #wrapper .s6 .plax_flex .price p .tax {
    font-size: 2.9487179487vw;
  }
  #wrapper .s6 .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 .s6 .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 .s6 .plax_flex .price .big {
    font-size: 8.2051282051vw;
    margin-bottom: 3vw;
  }
  #wrapper .s6 .plax_flex .price .tax02 {
    font-size: 3.0769230769vw;
    color: #8C6D28;
    margin-top: 2vw;
  }
  #wrapper .s6 .plax_flex ul {
    position: absolute;
    top: 83vw;
    left: 5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80vw;
  }
  #wrapper .s6 .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 .s6 .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 .s6 .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 .s6 p {
    text-align: left;
    font-size: 2.8205128205vw;
    font-weight: 400;
    color: #141414;
    line-height: 1;
    margin: 0;
    text-align: right;
  }
  #wrapper .s7 {
    width: 100%;
    margin: 0 auto 10vw;
    position: relative;
    padding: 30vw 0 0;
    z-index: 50;
  }
  #wrapper .s7 .event_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90vw;
    margin: 6vw auto 0;
    position: relative;
    z-index: 10;
  }
  #wrapper .s7 .event_flex .event_bx {
    flex-basis: 90vw;
    height: 47.43589vw;
    background-image: url("../img/s7_bx_bg-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4vw;
    text-align: center;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl {
    font-size: 4.6153846154vw;
    color: #C2A262;
    text-align: center;
    margin: 2.8vw auto 0;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl span {
    font-size: 3.8461538462vw;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    margin: 9vw auto 3vw;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico01 {
    flex-basis: 11vw;
    width: 9.5vw;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico01 img {
    max-width: 100%;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico02 {
    flex-basis: 8.5vw;
    width: 8.5vw;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico02 img {
    max-width: 100%;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico03 {
    flex-basis: 11vw;
    width: 11vw;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico03 img {
    max-width: 100%;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico04 {
    flex-basis: 11vw;
    width: 11vw;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico04 img {
    max-width: 100%;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico05 {
    flex-basis: 12vw;
    width: 12vw;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico05 img {
    max-width: 100%;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico06 {
    flex-basis: 10.5vw;
    width: 10.5vw;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s .ico06 img {
    max-width: 100%;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s p {
    font-size: 4.8717948718vw;
    font-weight: 500;
    line-height: 1;
    color: #8C6D28;
  }
  #wrapper .s7 .event_flex .event_bx .s_ttl_s p span {
    font-size: 8.9743589744vw;
  }
  #wrapper .s7 .event_flex .event_bx .summary {
    margin: 0 auto;
  }
  #wrapper .s7 .event_flex .event_bx .summary p {
    font-size: 3.2051282051vw;
    font-weight: 600;
    line-height: 1.75;
    color: #141414;
    text-align: center;
  }
  #wrapper .s7 .event_flex .event_bx .summary p span {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #141414;
    display: inline;
  }
  #wrapper .s8 {
    width: 100%;
    margin: 0 auto 10vw;
    position: relative;
    padding: 30vw 0 0;
    z-index: 50;
  }
  #wrapper .s8 .location {
    width: 90vw;
    height: auto;
    background-image: url("../img/bx_bg-s.webp");
    background-repeat: repeat-y;
    background-size: contain;
    margin: -1px auto;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  #wrapper .s8 .location ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80vw;
    margin: 0 auto;
    padding: 0 0;
  }
  #wrapper .s8 .location ul .summary {
    flex-basis: 80vw;
    text-align: left;
    margin-bottom: 23vw0px;
  }
  #wrapper .s8 .location ul .summary .ttl {
    font-size: 4.358974359vw;
    font-weight: 600;
    line-height: 1.6;
    color: #8C6D28;
    text-align: left;
    margin-bottom: 1vw;
  }
  #wrapper .s8 .location ul .summary .address {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1.75;
    color: #141414;
    text-align: left;
    margin-bottom: 0;
  }
  #wrapper .s8 .location ul .photo {
    flex-basis: 80vw;
    margin-bottom: 20px;
  }
  #wrapper .s8 .location ul .photo img {
    max-width: 100%;
  }
  #wrapper .s8 .location ul .map {
    flex-basis: 80vw;
    position: relative;
    width: 100%;
    height: 275px;
  }
  #wrapper .s8 .location ul .map iframe {
    width: 100%;
    height: 100%;
  }
  #wrapper .s8 .location:after {
    content: "";
    display: block;
    width: 55.256vw;
    height: 23.846vw;
    background-image: url(../img/bx_after-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -6.5vw;
    right: 0;
    z-index: -1;
  }
  #wrapper .s9 {
    width: 100%;
    margin: 0 auto 10vw;
    position: relative;
    padding: 30vw 0 0;
    z-index: 50;
  }
  #wrapper .s9 .qa {
    width: 90vw;
    margin: 0 auto 30vw;
  }
  #wrapper .footer {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 10vw;
  }
  #wrapper .footer .inner {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0 0;
    position: relative;
    z-index: 8;
  }
  #wrapper .footer .inner .black {
    background-image: url(../img/btn_black_bg-s.svg);
    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;
    margin: 0 auto 20vw;
  }
  #wrapper .footer .inner .black p {
    font-size: 4.1025641026vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-top: -2.8vw;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  #wrapper .footer .inner .black:hover p {
    opacity: 0.7;
  }
}
@media (max-width: 780px) {
  #wrapper .footer .inner .black:after {
    content: "";
    display: block;
    width: 4.5vw;
    height: 4.5vw;
    background-image: url(../img/btn_arrow_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5.5vw;
    right: 7vw;
    transition: all 0.5s;
  }
  #wrapper .footer .inner .ctext {
    text-align: center;
  }
  #wrapper .footer .inner h4 {
    font-size: 3.5897435897vw;
    font-weight: 600;
    line-height: 1;
    color: #000;
    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: #000;
  }
  #wrapper .footer .inner h4:before {
    content: "";
    display: block;
    width: 17.4358974359vw;
    height: 11.0256410256vw;
    background-image: url(../img/h4_before.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/h4_after.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: center;
    gap: 0;
    width: 90vw;
    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.6923076923vw;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin-top: 3vw;
    position: relative;
    margin-left: -3vw;
  }
  #wrapper .footer .inner .company li p a {
    text-decoration: underline;
    color: #000;
  }
  #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: 2.8vw;
    height: 2.8vw;
    position: absolute;
    top: 50%;
    right: 2vw;
    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: #000;
  }
  #wrapper .footer .inner .security p a {
    text-decoration: underline;
    color: #000;
  }
  #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: #000;
  }
  #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 #000;
    padding-right: 5vw;
  }
  #wrapper .footer .inner .copyright {
    margin: 0 auto 10vw;
    text-align: center;
  }
  #wrapper .footer .inner .copyright p {
    font-size: 2.3076923077vw;
    font-weight: 400;
    color: #000;
    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: 16px !important;
  font-weight: 400 !important;
  line-height: 2 !important;
  padding-left: 85px;
  position: relative;
  text-align: left !important;
  margin: 0 !important;
}
.cp_actab-content__inner p a {
  text-decoration: underline;
  color: #102d8a;
}
.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 !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
    padding-left: 13vw !important;
    padding-right: 6vw !important;
    position: relative;
  }
  .cp_actab-content__inner p a {
    text-decoration: none;
    color: #102d8a;
  }
  .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=common.css.map */