@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Ropa+Sans:ital@0;1&display=swap");
:root {
  --jp-primary-font: "Noto Sans JP", sans-serif;
  --jp-secondary-font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --red:#fc5956;
  --blue:#0075c1;
  --lightyellow:#fbfbf9;
  --lightblue:#7afaff;
  --yellow:#eefd00;
  --mg-xxxxl:150px;
  --mg-xxxl:110px;
  --mg-xxl:90px;
  --mg-xl:70px;
  --mg-l:50px;
  --mg-lm:40px;
  --mg-m:30px;
  --mg-s:20px;
  --mg-xs:10px;
  --mg--m:-30px;
  --fs-32:32px;
  --fs-30:30px;
  --fs-28:28px;
  --fs-26:26px;
  --fs-24:24px;
  --fs-22:22px;
  --fs-20:20px;
  --fs-18:18px;
  --fs-16:16px;
  --fs-14:14px;
  --fs-12:12px;
}

@media screen and (max-width: 640px) {
  :root {
    --mg-xxxxl:15%;
    --mg-xxxl:14%;
    --mg-xxl:12%;
    --mg-xl:10%;
    --mg-l:5%;
    --mg-lm:4%;
    --mg-m:3%;
    --mg-s:2%;
    --mg-xs:1%;
    --mg--m:-3%;
    --fs-32:20px;
    --fs-30:20px;
    --fs-28:20px;
    --fs-26:18px;
    --fs-24:18px;
    --fs-22:18px;
    --fs-20:16px;
    --fs-18:16px;
    --fs-16:14px;
    --fs-14:12px;
    --fs-12:11px;
  }
}
@media screen and (min-width: 641px) {
  html .pc-only {
    display: block;
  }
  html .sp-only {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  html .pc-only {
    display: none;
  }
  html .sp-only {
    display: block;
  }
}

.scroll-fade {
  opacity: 0;
  transition: all 2s;
}

.scroll-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
}

.load-up.delay1 {
  transform: translateY(60px);
  transition: all 0.8s;
}

.load-up.delay2 {
  transform: translateY(20px);
  transition: all 0.6s;
}

.load-up.delay3 {
  transform: translateY(40px);
  transition: all 1.2s;
}

.load-up.done,
.load-up.delay1.done,
.load-up.delay2.done,
.load-up.delay3.done,
.load-fade.delay.done {
  opacity: 1;
  transform: translate(0, 0);
}

#breadcrumb {
  background-color: #fff;
}

.event2025-contents {
  color: #333;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: var(--fs-16);
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .event2025-contents {
    background-image: none;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents {
    font-size: 14px;
  }
}
.event2025-contents *, .event2025-contents *::before, .event2025-contents *::after {
  box-sizing: border-box;
}
.event2025-contents section {
  padding: var(--mg-m) calc(50% - 500px);
}
@media screen and (max-width: 1000px) {
  .event2025-contents section {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents section {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.event2025-contents p {
  font-size: var(--fs-16);
  line-height: 2;
  margin-bottom: 0;
}
.event2025-contents p.note {
  font-size: 80%;
}
.event2025-contents a {
  color: var(--blue);
}
.event2025-contents img {
  width: 100%;
  vertical-align: bottom;
}
.event2025-contents .event2025-contents__inner {
  width: 100%;
  margin: 0;
  background-color: #f8f8f8;
}
.event2025-contents .fukidashi {
  position: absolute;
  font-size: var(--fs-14);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 1.5em 2em 2em;
  border: 1px solid #333;
  border-radius: 48%;
  background-color: #fff;
  box-shadow: 2px 2px var(--yellow);
}
.event2025-contents .fukidashi::after {
  background: url(../image/fukidashi-gray.svg) no-repeat 0 0/contain;
  content: "";
  display: inline-block;
  position: absolute;
}
.event2025-contents .fukidashi.f01 {
  max-width: 220px;
  top: 4%;
  left: 65%;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .event2025-contents .fukidashi.f01 {
    font-size: 1.9vw;
    max-width: 30vw;
    top: 13vw;
    left: 15vw;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .fukidashi.f01 {
    max-width: 12em;
    top: 20%;
    left: auto;
    right: 52%;
  }
}
.event2025-contents .fukidashi.f01::after {
  height: 10px;
  right: 84.5%;
  top: 83.5%;
  transform: rotate(124deg);
  width: 10px;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .event2025-contents .fukidashi.f01::after {
    right: -1.1vw;
    top: 49%;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .fukidashi.f01::after {
    right: -6%;
    top: 50%;
    transform: rotate(0deg);
  }
}
.event2025-contents .fukidashi.f02 {
  max-width: 250px;
  top: 24%;
  left: 37%;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .event2025-contents .fukidashi.f02 {
    font-size: 1.9vw;
    max-width: 32vw;
    top: 11vw;
    left: 28vw;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .fukidashi.f02 {
    font-size: 10px;
    max-width: 19em;
    top: 9%;
    left: auto;
    right: 40%;
  }
}
.event2025-contents .fukidashi.f02::after {
  height: 10px;
  right: -9px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
}
.event2025-contents .fukidashi.f03 {
  max-width: 210px;
  top: 20%;
  left: 42%;
  padding: 2.5em 2.5em 2.5em 2em;
  box-shadow: 2px 2px var(--lightblue);
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .event2025-contents .fukidashi.f03 {
    top: auto;
    bottom: 35vw;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .fukidashi.f03 {
    padding: 1.2em 1.5em 1.2em 2em;
    max-width: 13em;
    top: auto;
    bottom: 60%;
    left: 35%;
  }
}
.event2025-contents .fukidashi.f03::after {
  height: 10px;
  left: 50%;
  bottom: 0;
  width: 10px;
  transform: rotate(90deg) translate(70%, 0);
}
@media screen and (max-width: 640px) {
  .event2025-contents .fukidashi.f03::after {
    top: 89%;
  }
}
.event2025-contents .col2 {
  display: flex;
  justify-content: space-between;
  margin: var(--mg-m) 0 var(--mg-xs);
}
@media screen and (max-width: 640px) {
  .event2025-contents .col2 {
    display: block;
  }
}
.event2025-contents .col2 > * {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .event2025-contents .col2 > * {
    width: 100%;
  }
  .event2025-contents .col2 > *:first-of-type {
    margin-bottom: 5%;
  }
}
.event2025-contents .arrow {
  margin-bottom: 60px !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .event2025-contents .arrow {
    margin-bottom: 35px !important;
  }
}
.event2025-contents .arrow::after {
  background: url(../image/arrow-yellow.png) no-repeat 0 0/contain;
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  bottom: -47px;
  left: calc(50% - 25px);
  width: 50px;
}
@media screen and (max-width: 640px) {
  .event2025-contents .arrow::after {
    height: 15px;
    bottom: -27px;
    left: calc(50% - 12.5px);
  }
}
.event2025-contents .arrow.line {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 640px) {
  .event2025-contents .arrow.line {
    margin-bottom: 20px !important;
  }
}
.event2025-contents .arrow.line::after {
  bottom: -27px;
}
@media screen and (max-width: 640px) {
  .event2025-contents .arrow.line::after {
    bottom: -10px;
  }
}
.event2025-contents .center {
  text-align: center;
}
.event2025-contents .mgb {
  margin-bottom: 3em !important;
}
.event2025-contents .mgb4 {
  margin-bottom: 4em !important;
}
@media screen and (max-width: 640px) {
  .event2025-contents .mgb_sp {
    margin-bottom: 3em !important;
  }
}

.event2025-contents .mv {
  position: relative;
  background: #eee url(../image/mv_bg_grid.png);
  overflow-x: hidden;
}
.event2025-contents .mv_tit {
  position: absolute;
  top: 50px;
  left: calc(50% - 500px);
  max-width: 1000px;
}
@media screen and (max-width: 1200px) {
  .event2025-contents .mv_tit {
    width: 96%;
    left: 2%;
    top: 20px;
  }
}
.event2025-contents .mv_kirei {
  position: relative;
  max-width: 900px;
  margin: 0 auto 0;
  padding-top: 230px;
}
@media screen and (max-width: 1200px) {
  .event2025-contents .mv_kirei {
    padding-top: 200px;
    width: 70%;
    margin-inline: 15%;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .mv_kirei {
    padding-top: 30vw;
  }
}
.event2025-contents .mv_deco {
  position: absolute;
}
.event2025-contents .mv_deco img {
  width: 100%;
}
.event2025-contents .mv_deco.photo {
  width: 232px;
  top: 420px;
  left: calc(50% - 700px);
}
@media screen and (max-width: 1200px) {
  .event2025-contents .mv_deco.photo {
    width: 15vw;
    top: 45vw;
    left: 1vw;
  }
}
.event2025-contents .mv_deco.kirei {
  width: 224px;
  top: 220px;
  left: calc(50% + 510px);
}
@media screen and (max-width: 1200px) {
  .event2025-contents .mv_deco.kirei {
    width: 15vw;
    top: 30vw;
    left: 82vw;
  }
}
.event2025-contents .mv_deco.c_left {
  width: 129px;
  top: 150px;
  left: calc(50% - 550px);
}
@media screen and (max-width: 1200px) {
  .event2025-contents .mv_deco.c_left {
    width: 15vw;
    top: 30vw;
    left: 5vw;
  }
}
.event2025-contents .mv_deco.c_right {
  width: 159px;
  top: 220px;
  left: calc(50% + 360px);
}
@media screen and (max-width: 1200px) {
  .event2025-contents .mv_deco.c_right {
    width: 12vw;
    top: 20vw;
    left: 80vw;
  }
}
.event2025-contents .mv_deco.s_left {
  width: 43px;
  top: 250px;
  left: calc(50% - 550px);
}
@media screen and (max-width: 1200px) {
  .event2025-contents .mv_deco.s_left {
    width: 4vw;
    top: 24vw;
    left: 15vw;
  }
}
.event2025-contents .mv_deco.s_right {
  width: 34px;
  top: 350px;
  left: calc(50% + 420px);
}
@media screen and (max-width: 1200px) {
  .event2025-contents .mv_deco.s_right {
    width: 4vw;
    top: 25vw;
    left: 80vw;
  }
}
.event2025-contents .mv .mv_bg_town {
  position: absolute;
  bottom: 0;
  background: url(../image/mv_bg_town.png) repeat-x;
  background-position: bottom;
  height: 250px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .event2025-contents .mv .mv_bg_town {
    background-size: 200%;
  }
}

.event2025-contents h1 {
  font-size: 30px;
  line-height: 1.5;
  padding: 50px 0 40px;
  font-weight: bold;
  color: #d60057;
  background-color: #fff;
  padding-left: calc(50% - 600px);
}
@media screen and (max-width: 1200px) {
  .event2025-contents h1 {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents h1 {
    font-size: 22px;
    padding: 30px 3% 20px;
  }
}
.event2025-contents .lead {
  padding: var(--mg-s) calc(50% - 450px) var(--mg-m);
}
.event2025-contents .lead p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  .event2025-contents .lead {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.event2025-contents .profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.event2025-contents .profile div {
  padding: 0 3%;
  width: 40%;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .event2025-contents .profile div {
    min-width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .event2025-contents .profile div {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .profile div {
    width: 100%;
    min-width: auto;
  }
}
.event2025-contents .profile div figure {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .event2025-contents .profile div figure {
    width: 120px;
  }
}
.event2025-contents .profile div figure img {
  width: 100%;
  border: 1px solid #333;
  border-radius: 50%;
}
.event2025-contents .profile div .prof-name {
  font-size: 16px;
  margin-top: var(--mg-s);
  font-weight: bold;
  line-height: 1.4;
}
.event2025-contents .profile div .prof-name span {
  display: block;
  font-size: 80%;
}
.event2025-contents .profile div .prof-txt {
  text-align: left;
  margin-top: var(--mg-xs);
  line-height: 1.7;
  font-size: 0.9rem;
}
.event2025-contents .profile div.l {
  border-right: 2px dotted #ccc;
}
@media screen and (max-width: 640px) {
  .event2025-contents .profile div.l {
    padding-bottom: 3%;
    border-right: none;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 5%;
  }
}
.event2025-contents .profile div.l figure img {
  box-shadow: 3px 3px var(--lightblue);
}
@media screen and (max-width: 640px) {
  .event2025-contents .profile div.r {
    padding-bottom: 0;
  }
}
.event2025-contents .profile div.r figure img {
  box-shadow: 3px 3px var(--yellow);
}
@media screen and (max-width: 640px) {
  .event2025-contents {
    background-position-y: 30%;
  }
}
.event2025-contents .index {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 3px 3px var(--lightblue);
}
@media screen and (max-width: 640px) {
  .event2025-contents .index {
    margin: 0 auto 10px;
    padding: 5px 0;
  }
}
.event2025-contents .index h2 {
  color: var(--lightblue);
  font-weight: 900;
  margin-bottom: 10px;
  -webkit-text-stroke: 1px black;
  text-shadow: 2px 2px #333;
  width: 20%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .event2025-contents .index h2 {
    font-size: 14px;
    text-shadow: 1px 1px #333;
  }
}
.event2025-contents .index ul {
  width: 80%;
  border-left: 1px solid #333;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .event2025-contents .index ul {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.event2025-contents .index ul li {
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .event2025-contents .index ul li {
    margin-bottom: 0;
  }
}
.event2025-contents .index ul li::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/arrow-down.png) no-repeat;
  background-size: 20px;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .event2025-contents .index ul li::after {
    right: 0;
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
.event2025-contents .index ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 0.3em 1em;
}
@media screen and (max-width: 640px) {
  .event2025-contents .index ul li a {
    font-size: 13.8px;
    letter-spacing: -0.05em;
    padding: 0.3em 2.5em 0.3em 1em;
  }
}
.event2025-contents .index ul li a:hover {
  color: var(--lightblue);
  opacity: 1 !important;
  -webkit-text-stroke: 1px black;
  text-shadow: 2px 2px #333;
  paint-order: stroke;
}

.event2025-contents .line {
  margin: 0 auto;
  padding-top: 1em;
}
.event2025-contents .line div {
  display: flex;
  margin: 5px 0;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .event2025-contents .line div {
    margin: 2% 0;
  }
}
.event2025-contents .line div:last-of-type {
  margin-bottom: 0;
}
.event2025-contents .line div img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #333;
}
@media screen and (max-width: 640px) {
  .event2025-contents .line div img {
    width: 50px;
    height: 50px;
  }
}
.event2025-contents .line div p {
  position: relative;
  padding: 16px 16px 16px 18px;
  border-radius: 10px;
  max-width: 800px;
  background-color: #fff;
  margin-bottom: var(--mg-xs);
  line-height: 1.7;
  border: 1px solid #333;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
  .event2025-contents .line div p {
    padding: 10px 12px 10px 15px;
  }
}
.event2025-contents .line div p::after {
  background: url(../image/fukidashi-gray.svg) no-repeat 0 0/contain;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 20px;
  width: 10px;
}
@media screen and (max-width: 640px) {
  .event2025-contents .line div p::after {
    top: 15px;
  }
}
.event2025-contents .line div p span {
  font-size: 80%;
  display: block;
  position: absolute;
  top: 105%;
}
.event2025-contents .line .l img {
  margin-left: 0;
  margin-right: var(--mg-s);
  box-shadow: 3px 3px var(--lightblue);
}
@media screen and (max-width: 640px) {
  .event2025-contents .line .l img {
    box-shadow: 2px 2px var(--lightblue);
  }
}
.event2025-contents .line .l p {
  margin-right: 175px;
  box-shadow: 3px 3px var(--lightblue);
}
@media screen and (max-width: 640px) {
  .event2025-contents .line .l p {
    margin-right: 30px;
    box-shadow: 2px 2px var(--lightblue);
  }
}
.event2025-contents .line .l p::after {
  left: -9px;
  transform: rotate(180deg);
}
.event2025-contents .line .l p::before {
  content: "Ki-Re-i店長";
  font-size: var(--fs-14);
  font-weight: bold;
  position: absolute;
  top: -2em;
  left: 0;
}
.event2025-contents .line .r {
  justify-content: flex-end;
}
.event2025-contents .line .r img {
  margin-left: var(--mg-s);
  margin-right: 0;
  box-shadow: 3px 3px var(--yellow);
}
@media screen and (max-width: 640px) {
  .event2025-contents .line .r img {
    box-shadow: 2px 2px var(--yellow);
  }
}
.event2025-contents .line .r p {
  margin-left: 175px;
  box-shadow: 3px 3px var(--yellow);
}
@media screen and (max-width: 640px) {
  .event2025-contents .line .r p {
    margin-left: 30px;
    box-shadow: 2px 2px var(--yellow);
  }
}
.event2025-contents .line .r p::after {
  right: -9px;
}
.event2025-contents .line .r p::before {
  content: "若手社員S";
  font-size: var(--fs-14);
  font-weight: bold;
  position: absolute;
  top: -2em;
  right: 0;
}

.event2025-contents .column {
  border-radius: 20px;
  border: 1px solid #333;
  position: relative;
  margin-top: 10%;
  background-image: url(../image/bg_column.png);
}
@media screen and (max-width: 640px) {
  .event2025-contents .column {
    margin-top: 15%;
  }
}
.event2025-contents .column.bg-y {
  background-color: var(--yellow);
}
.event2025-contents .column.bg-y::before {
  background-image: url(../image/column-deco_blue.png);
  background-size: 100%;
}
.event2025-contents .column.bg-y::after {
  background-image: url(../image/column-pin_blue.png);
  background-size: 100%;
}
.event2025-contents .column.bg-b {
  background-color: var(--lightblue);
}
.event2025-contents .column.bg-b::before {
  background-image: url(../image/column-deco_yellow.png);
  background-size: 100%;
}
.event2025-contents .column.bg-b::after {
  background-image: url(../image/column-pin_yellow.png);
  background-size: 100%;
}
.event2025-contents .column::before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 400px;
  height: 90px;
  left: -30px;
  top: -50px;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column::before {
    width: 70%;
    left: 0;
    top: -40px;
  }
}
.event2025-contents .column::after {
  content: "";
  background-image: url(../image/column-pin_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  width: 30px;
  height: 50px;
  right: -10px;
  top: -30px;
}
.event2025-contents .column.deco-none {
  margin-top: 2%;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column.deco-none {
    margin-top: 5%;
  }
}
.event2025-contents .column.deco-none::before {
  background-image: none;
}
.event2025-contents .column h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-block: 0 30px;
  margin-inline: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column h3 {
    font-size: 16px;
    padding-block: 0 10px;
  }
}
.event2025-contents .column h3 .q {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-right: 1em;
  line-height: 1;
}
.event2025-contents .column h3 .q::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #000;
  left: -0.3em;
  top: -0.1em;
  z-index: -1;
}
.event2025-contents .column ul {
  position: relative;
  min-height: 350px;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column ul {
    min-height: auto;
  }
}
.event2025-contents .column ul.c02 {
  min-height: 280px;
}
.event2025-contents .column ul li {
  font-size: 20px;
  position: absolute;
  font-weight: bold;
  padding: 0.5em 2em;
  border: 1px solid #333;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 5px 5px #fff;
}
@media screen and (max-width: 1200px) {
  .event2025-contents .column ul li {
    font-size: 16px;
    position: relative;
    left: 5% !important;
    width: 90%;
    margin-bottom: 2%;
  }
}
.event2025-contents .column ul li::after {
  background: url(../image/fukidashi-gray.svg) no-repeat 0 0/contain;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 10px;
  transform: rotate(90deg);
}
.event2025-contents .column ul li:nth-child(1) {
  top: 0%;
  left: 15%;
}
.event2025-contents .column ul li:nth-child(2) {
  top: 10%;
  left: 50%;
}
.event2025-contents .column ul li:nth-child(3) {
  top: 28%;
  left: 10%;
}
.event2025-contents .column ul li:nth-child(4) {
  top: 45%;
  left: 59%;
}
.event2025-contents .column ul li:nth-child(5) {
  top: 60%;
  left: 15%;
}
.event2025-contents .column ul li:nth-child(6) {
  top: 80%;
  left: 40%;
}
.event2025-contents .column ul.c02 li:nth-child(1) {
  top: 0%;
  left: 12%;
}
.event2025-contents .column ul.c02 li:nth-child(2) {
  top: 10%;
  left: 47%;
}
.event2025-contents .column ul.c02 li:nth-child(3) {
  top: 35%;
  left: 35%;
}
.event2025-contents .column ul.c02 li:nth-child(4) {
  top: 60%;
  left: 5%;
}
.event2025-contents .column ul.c02 li:nth-child(5) {
  top: 63%;
  left: 60%;
}
.event2025-contents .column figure {
  width: 60%;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column figure {
    width: 80%;
  }
}
.event2025-contents .column.bizscene {
  margin-bottom: var(--mg-m);
}
.event2025-contents .column.bizscene .scenes {
  display: flex;
  justify-content: space-between;
  padding-inline: 3%;
  margin-bottom: 3%;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column.bizscene .scenes {
    flex-wrap: wrap;
  }
}
.event2025-contents .column.bizscene .scenes .scene {
  width: 32.5%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 40px 0;
  align-items: center;
  vertical-align: baseline;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column.bizscene .scenes .scene {
    width: 48%;
    margin-inline: auto;
    margin-bottom: 10px;
    padding: 40px 0 20px;
  }
}
.event2025-contents .column.bizscene .scenes .scene p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column.bizscene .scenes .scene p {
    font-size: 16px;
  }
}
.event2025-contents .column.bizscene .scenes .scene figure {
  width: 90%;
  margin-top: auto;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column.bizscene .scenes .scene figure {
    width: 80%;
  }
}
.event2025-contents .column.bizscene .scenes .scene.s02 p {
  transform: translateY(0.7em);
}
@media screen and (max-width: 640px) {
  .event2025-contents .column.bizscene .scenes .scene.s02 p {
    transform: translateY(0);
  }
}
.event2025-contents .column.graph figure {
  width: 50%;
  margin: 50px 20% 50px 30%;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column.graph figure {
    width: 70%;
    margin: 20px 10% 30px 20%;
  }
}
.event2025-contents .column.graph p {
  text-align: right;
  margin-bottom: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .event2025-contents .column.graph p {
    font-size: 12px;
  }
}

.event2025-contents .contents {
  position: relative;
}
@media screen and (max-width: 960px) {
  .event2025-contents .contents {
    background-image: none;
  }
}
.event2025-contents .contents h2 {
  font-size: var(--fs-28);
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin: 0;
  margin-bottom: 60px;
  text-align: center;
  -webkit-text-stroke: 4px #333;
  text-stroke: 4px #333;
  paint-order: stroke;
  text-shadow: 3px 3px 1px #333, 3px 3px 1px #333, 3px 3px 1px #333, 3px 3px 1px #333, 3px 3px 1px #333, 3px 3px 1px #333, 3px 3px 1px #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 5%;
    -webkit-text-stroke: 2px #333;
    text-stroke: 2px #333;
    text-shadow: 1px 1px 0 #333;
  }
}
.event2025-contents .contents h2.anc {
  padding-top: var(--mg-lm);
}
.event2025-contents .contents h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  width: 60px;
  left: calc(50% - 30px);
  height: 3px;
  background-color: #666;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents h2::after {
    bottom: -10px;
    width: 40px;
    height: 2px;
    left: calc(50% - 20px);
  }
}
.event2025-contents .contents h3 {
  font-size: 24px;
  font-weight: bold;
  margin-block: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents h3 {
    font-size: 18px;
  }
}
.event2025-contents .contents p:not(:last-child) {
  margin-bottom: 1.5em;
}
.event2025-contents .contents p.note {
  margin-bottom: 0;
}
.event2025-contents .contents p.caption {
  font-size: 90%;
  line-height: 1.5;
  margin-bottom: var(--mg-l);
}
.event2025-contents .contents .photo {
  position: relative;
}
.event2025-contents .contents .photo figure {
  max-width: 800px;
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
  margin: var(--mg-m) auto;
}
.event2025-contents .contents .photo figure.w1000 {
  max-width: 1000px;
}
.event2025-contents .contents .photo figure figcaption {
  font-size: 90%;
  margin-top: var(--mg-xs);
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents#prlg {
    margin-top: 5%;
  }
}
.event2025-contents .contents#prlg h2 span {
  color: var(--lightblue);
}
.event2025-contents .contents#prlg .photo figure {
  box-shadow: 4px 4px var(--lightblue);
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents#prlg .photo figure {
    box-shadow: 2px 2px var(--lightblue);
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents#try {
    margin-top: 5%;
  }
}
.event2025-contents .contents#try h2 span {
  color: var(--yellow);
}
.event2025-contents .contents#try .photo figure {
  box-shadow: 4px 4px var(--yellow);
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents#try .photo figure {
    box-shadow: 2px 2px var(--yellow);
  }
}
.event2025-contents .contents#try .movie {
  margin-bottom: 5%;
}
.event2025-contents .contents#try .movie iframe {
  max-width: 1000px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 1px solid #454545;
  box-sizing: unset;
  padding-bottom: 1px;
}
.event2025-contents .contents#try .portrait {
  margin-top: 10%;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .event2025-contents .contents#try .portrait {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents#try .portrait {
    margin-top: 15%;
  }
}
.event2025-contents .contents#try .portrait figure {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .event2025-contents .contents#try .portrait figure {
    width: 50%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents#try .portrait figure {
    width: 50%;
    margin-inline: auto;
  }
}
.event2025-contents .contents#try .portrait figure::before {
  content: "";
  background-image: url(../image/portrait.deco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  width: 225px;
  height: 100px;
  right: -30px;
  top: -50px;
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents#try .portrait figure::before {
    width: 70%;
    top: -40px;
  }
}
.event2025-contents .contents#try .portrait .line {
  width: 65%;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .event2025-contents .contents#try .portrait .line {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents#try .portrait .line {
    width: 100%;
  }
}
.event2025-contents .contents#try .present {
  max-width: 50%;
  margin-inline: auto;
}
.event2025-contents .contents#fin h2 span {
  color: var(--yellow);
}
.event2025-contents .contents#fin .photo figure {
  box-shadow: 4px 4px var(--lightblue);
}
@media screen and (max-width: 640px) {
  .event2025-contents .contents#fin .photo figure {
    box-shadow: 2px 2px var(--lightblue);
  }
}

.event2025-contents {
  overflow: visible;
}
.event2025-contents .contents {
  overflow: visible;
}
.event2025-contents .contents .side_deco_wrap {
  position: relative;
  visibility: visible;
  overflow: visible;
  height: auto;
  width: 100%;
}
.event2025-contents .contents .side_deco_wrap .side_deco {
  position: sticky;
}
.event2025-contents .contents .side_deco_wrap .side_deco.r01 {
  width: 180px;
  top: 0;
  left: 100%;
  transform: translateX(220px);
}
.event2025-contents .contents .side_deco_wrap .side_deco.l02 {
  width: 200px;
  top: 0;
  left: 0;
  transform: translateX(-230px);
}
.event2025-contents .contents .side_deco_wrap .side_deco.l02 + div {
  margin-top: -130px;
}
@media screen and (max-width: 1200px) {
  .event2025-contents .contents .side_deco_wrap .side_deco.l02 + div {
    margin-top: 15%;
  }
}
.event2025-contents .contents .side_deco_wrap .side_deco.l01 {
  width: 150px;
  top: 0;
  left: 0;
  transform: translateX(-150px);
}
.event2025-contents .contents .side_deco_wrap .side_deco.l01 + h2 {
  margin-top: -300px;
}
@media screen and (max-width: 1200px) {
  .event2025-contents .contents .side_deco_wrap .side_deco.l01 + h2 {
    margin-top: 0;
  }
}
.event2025-contents .contents .side_deco_wrap .side_deco.r02 {
  width: 190px;
  top: 0;
  left: 100%;
  transform: translateX(220px);
}
.event2025-contents .contents .side_deco_wrap .side_deco.r03 {
  width: 200px;
  top: 0;
  left: 100%;
  transform: translateX(200px);
}
.event2025-contents .contents .side_deco_wrap .side_deco img {
  width: 100%;
  height: auto;
}
.event2025-contents .contents .side_deco_wrap .side_deco + * {
  margin-top: -200px;
}
@media screen and (max-width: 1200px) {
  .event2025-contents .contents .side_deco_wrap .side_deco + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .event2025-contents .side_deco {
    display: none;
  }
}

.event2025-contents .recommend {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .event2025-contents .recommend {
    padding-top: 9%;
  }
}
.event2025-contents .recommend h2 {
  font-size: var(--fs-24);
  text-align: center;
  margin-bottom: var(--mg-m);
  font-weight: bold;
  color: #444;
}
@media screen and (max-width: 640px) {
  .event2025-contents .recommend h2 {
    margin-bottom: 9%;
  }
}
.event2025-contents .recommend .bnr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .event2025-contents .recommend .bnr {
    display: block;
  }
}
.event2025-contents .recommend .bnr > a {
  display: block;
  width: 48%;
  text-decoration: none !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .event2025-contents .recommend .bnr > a {
    width: 94%;
  }
}
.event2025-contents .recommend .bnr > a:first-of-type {
  margin-right: 30px;
}
.event2025-contents .recommend .bnr > a .thumb-link {
  border: 1px solid #ccc;
}
.event2025-contents .recommend .bnr > a .thumb-link img {
  vertical-align: bottom;
}
.event2025-contents .recommend .bnr > a h3 {
  font-weight: bold;
  margin-top: 15px;
  color: #444;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .event2025-contents .recommend .bnr > a h3 {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .recommend .bnr > a {
    width: 100%;
  }
  .event2025-contents .recommend .bnr > a:first-of-type {
    margin-right: auto;
    margin-bottom: 10%;
  }
}

.event2025-contents .cv .col2 {
  background-color: #fff;
  border: 2px solid var(--blue);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .event2025-contents .cv .col2 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 641px) {
  .event2025-contents .cv .col2 {
    background: url(../image/cv-img.png) no-repeat;
    background-position: right center;
    background-size: 50%;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .cv .col2 {
    display: block;
  }
}
.event2025-contents .cv .col2 .l {
  width: 55%;
  padding: var(--mg-m) var(--mg-l);
}
@media screen and (max-width: 1000px) and (min-width: 641px) {
  .event2025-contents .cv .col2 .l {
    padding: 3%;
  }
}
@media screen and (max-width: 640px) {
  .event2025-contents .cv .col2 .l {
    margin-top: var(--mg-l);
    width: 100%;
  }
}
.event2025-contents .cv .col2 .l h2 {
  font-size: var(--fs-26);
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 0.5em;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
.event2025-contents .cv .col2 .l p {
  margin-bottom: 1.5em;
  letter-spacing: -0.03em;
}
.event2025-contents .cv .col2 .l a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  width: 100%;
  font-weight: bold;
}
.event2025-contents .cv .col2 .l a::after {
  content: "＞";
  position: absolute;
  right: 0.5em;
  transform: scaleX(0.8);
}
.event2025-contents .cv .col2 .l a:hover {
  opacity: 1;
}
.event2025-contents .cv .col2 .l a.bl {
  border-radius: 40px;
  font-size: 120%;
  padding: 0.4em 2em;
  color: #fff;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  margin-bottom: 15px;
}
.event2025-contents .cv .col2 .l a.bl:hover {
  background-color: #fff;
  color: var(--blue);
}
.event2025-contents .cv .col2 .l a.bl:first-child {
  margin-right: 1%;
}
@media screen and (max-width: 640px) {
  .event2025-contents .cv .col2 .l a.bl {
    padding: 0.2em 1em;
  }
}
.event2025-contents .cv .col2 .l a.wh {
  font-size: 13px;
  border-radius: 20px;
  color: #333;
  padding: 0.2em 2em;
  background-color: #fff;
  border: 1px solid #333;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .event2025-contents .cv .col2 .l a.wh {
    width: 100%;
    padding: 0.2em 1em;
  }
}
.event2025-contents .cv .col2 .l a.wh:hover {
  border: 1px solid var(--blue);
  color: var(--blue);
}
.event2025-contents .cv .col2 .r {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .event2025-contents .cv .col2 .r {
    width: 100%;
  }
}
.event2025-contents .cv .col2 .r img {
  width: 100%;
}/*# sourceMappingURL=event2025.css.map */