@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1160px) {
  html {
    font-size: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

:root {
  scroll-padding-top: 9rem;
}
@media (max-width: 767px) {
  :root {
    scroll-padding-top: 9.4rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.0555555556;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  /* macOS用 */
  -moz-osx-font-smoothing: grayscale;
  /* macOS用 */
  font-smooth: always;
  /* Windows用 */
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

#container {
  width: 100%;
  position: relative;
}

.main {
  margin-top: min(5.46875vw, 70px);
}
@media (max-width: 767px) {
  .main {
    margin-top: 8rem;
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
a {
  text-decoration: none;
  transition: all 0.4s;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}

.sec-inner {
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

.font-bold {
  font-weight: 500;
}

.sec-link-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 2;
  animation: btn-poyopoyo 2s ease-in-out infinite;
}
.sec-link-btn img {
  display: block;
  width: 100%;
}
.sec-link-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.7) 50%, transparent 100%);
  transform: skewX(-25deg);
  animation: btn-shine 2.5s infinite;
  pointer-events: none;
}

@keyframes btn-poyopoyo {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.06, 0.94);
  }
  25% {
    transform: scale(0.96, 1.04);
  }
  40% {
    transform: scale(1.03, 0.97);
  }
  55% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btn-shine {
  0% {
    left: -75%;
  }
  35% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
/* --------------------------------
top-fv
----------------------------------- */
.top-fv {
  position: relative;
  width: 100%;
}

.top-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  left: 50%;
  top: 25.5vw;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-cta {
    top: 156.6666666667vw;
  }
}

.cta-box {
  width: 18.15vw;
  padding: 0.5vw;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
  padding: 5px;
}
@media (max-width: 767px) {
  .cta-box {
    width: 45.3333333333vw;
    padding: 1.3333333333vw;
  }
}

.cta-date {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.cta-date .cta-year-text {
  font-size: 1.15vw;
  font-weight: 500;
  margin-right: 10px;
  line-height: 1.4;
  padding-inline: 8px;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .cta-date .cta-year-text {
    font-size: 2.8vw;
    padding-inline: 2px;
  }
}
.cta-date .cta-year-text span {
  font-size: 0.85vw;
}
@media (max-width: 767px) {
  .cta-date .cta-year-text span {
    font-size: 2.1333333333vw;
  }
}
.cta-date .cta-date-text {
  font-size: 2.35vw;
  font-weight: bold;
  margin-right: 0.8rem;
}
@media (max-width: 767px) {
  .cta-date .cta-date-text {
    font-size: 6vw;
  }
}
.cta-date .cta-date-text span {
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  .cta-date .cta-date-text span {
    font-size: 3.8666666667vw;
  }
}
.cta-date .cta-week-text {
  font-size: 0.9vw;
  font-weight: bold;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .cta-date .cta-week-text {
    font-size: 3.8666666667vw;
  }
}
.cta-date .cta-date-wrap {
  display: flex;
  align-items: center;
}

.cta-name {
  text-align: center;
  font-size: 2.45vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .cta-name {
    font-size: 6.1333333333vw;
    margin-bottom: 0.3rem;
  }
}

.cta-box-inner {
  padding: 0.8vw 0.6vw;
  border-radius: 10px;
}

.green-border {
  border: 1px solid #11ab27;
}

.cta-box-inner-green {
  border: 1px solid #11ab27;
  border-radius: 10px;
}

.cta-box-inner-green {
  color: #11ab27;
}

.cta-week-text-green {
  background-color: #11ab27;
  height: 2vw;
  width: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .cta-week-text-green {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}

.pink-border {
  border: 1px solid #f63570;
}

.cta-box-inner-pink {
  border: 1px solid #f63570;
  border-radius: 10px;
}

.cta-box-inner-pink {
  color: #f63570;
}

.cta-week-text-pink {
  background-color: #f63570;
  height: 2vw;
  width: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .cta-week-text-pink {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}

.cta-box {
  position: relative;
}

.cta-box-inner {
  position: relative;
  overflow: hidden;
}

.sec-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.sec-link__text {
  justify-content: center;
  position: relative;
  z-index: 1;
}

.cta-comingsoon {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-color: #fff;
  color: #f63570;
  font-size: 1.9vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .cta-comingsoon {
    font-size: 3.7333333333vw;
  }
}

.is-coming-soon {
  pointer-events: none;
}
.is-coming-soon .sec-link__text {
  opacity: 0.35;
}

.sec-link-btn {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 3px;
}

.top-information {
  position: absolute;
  left: 50%;
  bottom: 1.5vw;
  width: 37.5vw;
  height: auto;
  transform: translateX(-50%);
  border: #aa8626 1px solid;
  border-radius: 10px;
  font-size: 0.8vw;
  padding: 3px;
}
@media (max-width: 767px) {
  .top-information {
    width: 92.4vw;
    height: auto;
    font-size: 2.4vw;
    bottom: auto;
    top: 192vw;
  }
}

.top-information-inner {
  border: #aa8626 1px solid;
  padding: 0.75vw 2vw;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .top-information-inner {
    padding: 2vw 5.3333333333vw;
  }
}

.top-information-title {
  text-align: center;
  width: 8.35vw;
  margin: 0 auto;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .top-information-title {
    width: 29.4666666667vw;
  }
}

.sec-link__text {
  font-size: 0.9vw;
  color: #aa8626;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .sec-link__text {
    font-size: 2.4vw;
  }
}

.top-information-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-information-link {
  display: flex;
  align-items: baseline;
  gap: 15px;
  color: inherit;
  text-decoration: none;
  padding: 0.4em 0;
}

.top-information-date {
  flex-shrink: 0;
  color: #aa8626;
}

.top-information-text {
  margin: 0;
  line-height: 1.5;
}

.top-information-empty {
  text-align: center;
  margin: 0;
}

.page-fukui__content {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.f-fv {
  background: radial-gradient(120% 60% at 85% 10%, rgba(232, 224, 214, 0.55), rgba(255, 255, 255, 0) 60%), radial-gradient(120% 50% at 8% 45%, rgba(233, 226, 219, 0.5), rgba(255, 255, 255, 0) 55%), linear-gradient(180deg, #faf8f6, #f7f4f0);
  padding-bottom: min(12.5333333333vw, 94px);
}

.f-fv__header {
  width: 100%;
}

.f-fv__catch {
  width: min(86.5333333333vw, 649px);
  margin: min(4.1333333333vw, 31px) auto 0;
}

.f-fv__date {
  width: min(98.8vw, 741px);
  margin: calc(-1 * min(3.4666666667vw, 26px)) auto 0;
}

.f-fv__venue {
  width: min(98.6666666667vw, 740px);
  margin: calc(-1 * min(6.1333333333vw, 46px)) auto 0;
}

.f-fv__info {
  position: relative;
  margin: calc(-1 * min(1.3333333333vw, 10px)) min(3.7333333333vw, 28px) 0;
  border: 1px solid #cdb96e;
  padding: min(4.8vw, 36px) min(2.6666666667vw, 20px) min(5.0666666667vw, 38px);
}
.f-fv__info::before {
  content: "";
  position: absolute;
  inset: min(0.6666666667vw, 5px);
  border: 1px solid #cdb96e;
  pointer-events: none;
}

.f-fv__info-title {
  width: min(36.4vw, 273px);
  margin: 0 auto min(5.0666666667vw, 38px);
}

.f-fv__info-list {
  display: flex;
  flex-direction: column;
  gap: min(2.1333333333vw, 16px);
  min-height: min(23.4666666667vw, 176px);
}

.f-fv__info-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(1.0666666667vw, 8px) min(4.8vw, 36px);
  font-size: min(4.1333333333vw, 31px);
  font-weight: 500;
  line-height: 1.5483870968;
  letter-spacing: 0.05em;
}

.f-fv__info-date {
  flex-shrink: 0;
}

.f-fv__pict {
  width: min(97.0666666667vw, 728px);
  margin-top: min(3.6vw, 27px);
}

.f-fv__lead {
  width: min(89.6vw, 672px);
  margin: min(4.9333333333vw, 37px) auto 0;
}

.f-sec01 {
  position: relative;
}

.f-sec01-box {
  position: absolute;
  top: min(36vw, 270px);
  background-color: #fff;
  margin-inline: min(2.6666666667vw, 20px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}

.f-sec01-box-title {
  font-size: min(4.8vw, 36px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  background-color: #356eae;
  height: min(8.8vw, 66px);
  width: min(58.1333333333vw, 436px);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  margin: 0 auto;
}

.f-sec01-box-list {
  font-size: min(4.2666666667vw, 32px);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: min(2.1333333333vw, 16px);
}

.f-sec01-box-item {
  display: flex;
  gap: min(2.9333333333vw, 22px);
  align-items: center;
}

.f-sec01-box-item__title {
  width: min(27.6vw, 207px);
  height: min(6.8vw, 51px);
  background-color: #c0dbfa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: min(8.8vw, 66px);
}

.f-sec01-guide {
  font-size: min(4.8vw, 36px);
  line-height: 1.5;
  font-weight: 700;
  color: #356eae;
  border: #356eae 1px solid;
  padding: 3px 1px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(57.3333333333vw, 430px);
  height: min(16.6666666667vw, 125px);
  margin-block: min(4vw, 30px);
}

.f-sec01-text01 {
  font-size: min(4.2666666667vw, 32px);
  line-height: 1.6875;
  padding: 0 min(2.6666666667vw, 20px) min(5.3333333333vw, 40px);
  letter-spacing: 0.12em;
}
.f-sec01-text01 span {
  font-weight: 500;
  color: #356eae;
}

.f-sec02 {
  background-color: #356eae;
  position: relative;
  padding: min(2.6666666667vw, 20px) min(2.6666666667vw, 20px) 0;
}

.f-sec02-item {
  display: flex;
  border-bottom: #356eae 1px solid;
}

.f-sec02-item__title {
  background-color: #c0dbfa;
  font-size: min(5.3333333333vw, 40px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  width: min(24.5333333333vw, 184px);
  flex-shrink: 0;
  text-align: center;
}

.f-sec02-item__title06 {
  letter-spacing: 0.1em;
}

.f-sec02-item__text {
  font-size: min(5.3333333333vw, 40px);
  font-weight: 500;
  padding: min(6.6666666667vw, 50px) 0 min(6.6666666667vw, 50px) min(4vw, 30px);
  letter-spacing: 0.1em;
  background-color: #fff;
  flex: 1;
}
.f-sec02-item__text a {
  color: #4040dd;
  font-size: min(3.7333333333vw, 28px);
  letter-spacing: 0.05em;
}

.f-sec02-item__text02 {
  font-size: min(4.2666666667vw, 32px);
  font-weight: 500;
}

.f-sec02-item__text03 {
  font-size: min(4.2666666667vw, 32px);
  font-weight: 700;
}

.f-sec02-item__text04 {
  font-size: min(4.2666666667vw, 32px);
  font-weight: 500;
  line-height: 1.6875;
  padding: 0;
}

.f-sec02-item__text-set {
  font-size: min(4.2666666667vw, 32px);
  padding-block: min(4vw, 30px);
  background-color: #fff;
  padding-left: min(2.6666666667vw, 20px);
  background-image: radial-gradient(circle, #356eae 2px, transparent 2px);
  background-size: 12px 4px;
  /* 横の間隔・高さ */
  background-repeat: repeat-x;
  background-position: left bottom;
}

.f-sec02-item__text-set04 {
  background-image: none;
  font-size: min(4vw, 30px);
  font-weight: 400;
}

.f-sec02-item__text-set02 {
  font-weight: 700;
}
.f-sec02-item__text-set02 span {
  font-weight: 500;
}

.f-sec02-item__text-set03 {
  font-size: min(3.7333333333vw, 28px);
  line-height: 1.3928571429;
  font-weight: 400;
}

.f-sec02-box-list {
  font-size: min(4vw, 30px);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: min(2.1333333333vw, 16px);
}

.f-sec02-box-item {
  display: flex;
  gap: min(2vw, 15px);
  align-items: center;
}

.f-sec02-box-item__title {
  width: min(24.9333333333vw, 187px);
  height: min(6.2666666667vw, 47px);
  background-color: #c0dbfa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(3.7333333333vw, 28px);
  letter-spacing: 0.1em;
  flex-shrink: 0;
}

.f-sec02-box-item__text {
  font-size: min(4vw, 30px);
  font-weight: 500;
}
.f-sec02-box-item__text span {
  margin-inline: min(-1.3333333333vw, -10px);
}

.f-sec02-box-item__text02 {
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
}

.f-sec02-box-item04 {
  align-items: flex-start;
}

.sec02-item07__text {
  font-size: min(4vw, 30px);
  font-weight: 500;
  color: #2a2ad9;
  border-bottom: #2a2ad9 1px solid;
  line-height: 1.8;
  display: inline-block;
}

.sec02-item07__text02 {
  font-size: min(4vw, 30px);
  letter-spacing: -0.01em;
}

.f-sec02-item__title02 {
  font-size: min(4.8vw, 36px);
  letter-spacing: 0.02em;
}

.f-sec02-item__title03 {
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.f-sec02-item__text03 {
  font-size: min(3.7333333333vw, 28px);
}

.f-sec02-item__text05 {
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
}
.f-sec02-item__text05 .f-sec02-item__text-span01 {
  letter-spacing: 0.05em;
}
.f-sec02-item__text05 .f-sec02-item__text-span02 {
  font-size: fw(25);
  letter-spacing: -0.05em;
  margin-inline: min(-1.3333333333vw, -10px);
}
.f-sec02-item__text05 a {
  color: #4040dd;
  text-decoration: underline;
  font-size: min(2.6666666667vw, 20px);
  letter-spacing: 0.05em;
}

.f-sec02-item__sub-text {
  background-color: #fff;
  padding: min(5.3333333333vw, 40px) min(3.3333333333vw, 25px);
  display: flex;
  flex-direction: column;
  gap: min(5.3333333333vw, 40px);
  font-size: min(4vw, 30px);
  font-weight: 400;
}

.f-sec02-item__sub-text02 span {
  color: #fe4200;
  font-weight: 500;
}

.f-sec02-item__sub-text04 span {
  font-weight: 700;
}

.f-sec03 {
  background-color: #356eae;
}

.f-access {
  padding: min(9.3333333333vw, 70px) 0 min(6.9333333333vw, 52px);
}

.f-access__title {
  width: min(36.8vw, 276px);
  margin: 0 auto min(3.6vw, 27px);
}

.map {
  width: 100%;
  height: min(64.5333333333vw, 484px);
}
.map iframe {
  width: 100%;
  height: 100%;
}

.f-address {
  font-size: min(5.0666666667vw, 38px);
  color: #fff;
  padding-top: min(4.9333333333vw, 37px);
  padding-left: min(7.8666666667vw, 59px);
}

.f-sec01-text01 a,
.f-sec02-item__sub-text02 a {
  text-decoration: underline;
  color: #4040dd;
  font-weight: 400;
}

.page-okinawa__content {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.o-fv {
  background: radial-gradient(120% 60% at 85% 10%, rgba(232, 224, 214, 0.55), rgba(255, 255, 255, 0) 60%), radial-gradient(120% 50% at 8% 45%, rgba(233, 226, 219, 0.5), rgba(255, 255, 255, 0) 55%), linear-gradient(180deg, #faf8f6, #f7f4f0);
  padding-bottom: min(8.9333333333vw, 67px);
}

.o-fv__header {
  width: 100%;
}

.o-fv__catch {
  width: min(86.5333333333vw, 649px);
  margin: min(1.0666666667vw, 8px) auto 0;
}

.o-fv__date {
  width: min(98.5333333333vw, 739px);
  margin: calc(-1 * min(2.1333333333vw, 16px)) auto 0;
}

.o-fv__venue {
  width: 100%;
  margin-top: calc(-1 * min(8.2666666667vw, 62px));
}

.o-fv__info {
  position: relative;
  margin: min(0.5333333333vw, 4px) min(4vw, 30px) 0;
  border: 1px solid #cdb96e;
  padding: min(4.8vw, 36px) min(2.6666666667vw, 20px) min(5.0666666667vw, 38px);
}
.o-fv__info::before {
  content: "";
  position: absolute;
  inset: min(0.6666666667vw, 5px);
  border: 1px solid #cdb96e;
  pointer-events: none;
}

.o-fv__info-title {
  width: min(36.4vw, 273px);
  margin: 0 auto min(5.0666666667vw, 38px);
}

.o-fv__info-list {
  display: flex;
  flex-direction: column;
  gap: min(2.1333333333vw, 16px);
  min-height: min(23.4666666667vw, 176px);
}

.o-fv__info-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(1.0666666667vw, 8px) min(4.8vw, 36px);
  font-size: min(4.1333333333vw, 31px);
  font-weight: 500;
  line-height: 1.5483870968;
  letter-spacing: 0.05em;
}

.o-fv__info-date {
  flex-shrink: 0;
}

.o-fv__pict {
  width: min(97.0666666667vw, 728px);
  margin-top: min(3.7333333333vw, 28px);
}

.o-fv__lead {
  width: min(89.6vw, 672px);
  margin: min(1.0666666667vw, 8px) auto 0;
}

.o-sec02 {
  position: relative;
  padding: min(2.6666666667vw, 20px) min(2.6666666667vw, 20px) 0;
}

.o-sec02-item {
  display: flex;
  border-bottom: #fec9d9 1px solid;
}

.o-sec02-item__title {
  background-color: #fee9f0;
  font-size: min(5.3333333333vw, 40px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  width: min(24.5333333333vw, 184px);
  flex-shrink: 0;
  text-align: center;
}

.o-sec02-item__title06 {
  letter-spacing: 0.1em;
}

.o-sec02-item__text {
  font-size: min(5.3333333333vw, 40px);
  font-weight: 500;
  padding: min(6.6666666667vw, 50px) 0 min(6.6666666667vw, 50px) min(4vw, 30px);
  letter-spacing: 0.1em;
  background-color: #fff;
  flex: 1;
}
.o-sec02-item__text a {
  color: #4040dd;
  font-size: min(3.7333333333vw, 28px);
  letter-spacing: 0.05em;
}

.o-sec02-item__text02 {
  font-size: min(4.2666666667vw, 32px);
  font-weight: 500;
}

.o-sec02-item__text03 {
  font-size: min(4.2666666667vw, 32px);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.o-sec02-item__text04 {
  font-size: min(4.2666666667vw, 32px);
  font-weight: 500;
  line-height: 1.6875;
  padding: 0;
}

.o-sec02-item__text-set {
  font-size: min(4.2666666667vw, 32px);
  padding-block: min(4vw, 30px);
  background-color: #fff;
  padding-left: min(2.6666666667vw, 20px);
  background-image: radial-gradient(circle, #fee9f0 2px, transparent 2px);
  background-size: 12px 4px;
  /* 横の間隔・高さ */
  background-repeat: repeat-x;
  background-position: left bottom;
}

.o-sec02-item__text-set03 {
  padding-right: min(2.6666666667vw, 20px);
}
.o-sec02-item__text-set03 span {
  font-weight: 700;
  color: #fe4200;
  margin-left: min(16.1333333333vw, 121px);
}
.o-sec02-item__text-set03 .o-sec02-item__text-set03-text01 {
  margin-bottom: min(4vw, 30px);
}
.o-sec02-item__text-set03 .o-sec02-item__text-set03-text02 {
  margin-bottom: min(3.2vw, 24px);
}

.o-sec02-item__text-set04 {
  background-image: none;
  font-size: min(4vw, 30px);
  font-weight: 400;
}

.o-sec02-item__text-set02 {
  font-weight: 700;
}
.o-sec02-item__text-set02 span {
  font-weight: 500;
}

.o-sec02-item__text-set03 {
  font-size: min(3.7333333333vw, 28px);
  line-height: 1.3928571429;
  font-weight: 400;
}

.o-sec02-item06__text {
  font-size: min(4.2666666667vw, 32px);
}

.o-sec02-item__text-sub-text {
  font-size: min(3.4666666667vw, 26px);
  font-weight: 400;
  line-height: 1.3928571429;
  margin-top: min(2.6666666667vw, 20px);
  letter-spacing: 0.05em;
}

.sec02-item07__text {
  font-size: min(4vw, 30px);
  font-weight: 500;
  color: #2a2ad9;
  border-bottom: #2a2ad9 1px solid;
  line-height: 1.8;
  display: inline-block;
}

.sec02-item07__text02 {
  font-size: min(4vw, 30px);
  letter-spacing: -0.01em;
}

.o-sec02-item__title02 {
  font-size: min(4.8vw, 36px);
  letter-spacing: 0.02em;
}

.o-sec02-item__title03 {
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.o-sec02-item__text03 {
  font-size: min(3.7333333333vw, 28px);
}

.o-sec02-item__text05 {
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
}
.o-sec02-item__text05 .o-sec02-item__text-span01 {
  letter-spacing: 0.05em;
}
.o-sec02-item__text05 .o-sec02-item__text-span02 {
  font-size: fw(25);
  letter-spacing: -0.05em;
  margin-inline: min(-1.3333333333vw, -10px);
}
.o-sec02-item__text05 a {
  color: #4040dd;
  text-decoration: underline;
  font-size: min(2.6666666667vw, 20px);
  letter-spacing: 0.05em;
}

.o-sec02-item__sub-text {
  background-color: #fff;
  padding: min(5.3333333333vw, 40px) min(3.3333333333vw, 25px);
  display: flex;
  flex-direction: column;
  gap: min(5.3333333333vw, 40px);
  font-size: min(4vw, 30px);
  font-weight: 400;
}

.o-sec02-item__sub-text02 span {
  color: #fe4200;
  font-weight: 500;
}

.o-sec02-item__sub-text04 span {
  font-weight: 700;
}

.o-sec02-links {
  display: flex;
  gap: min(2vw, 15px);
  align-items: center;
}

.sec02-item07__link-h {
  width: min(7.4666666667vw, 56px);
}

.sec02-item07__link-x {
  width: min(6.5333333333vw, 49px);
}

.sec02-item07__link-i {
  width: min(6.8vw, 51px);
}

.sec02-item07__link-y {
  width: min(8.6666666667vw, 65px);
}

.sec02-item07__link-f {
  width: min(6.4vw, 48px);
  margin-right: min(0.4vw, 3px);
}

.sec02-item07__text-links-text {
  width: min(18.2666666667vw, 137px);
  line-height: 1.8;
}

.o-sec02-links-ina {
  margin-bottom: min(2.6666666667vw, 20px);
}

.o-sec02-item__text-span02 {
  font-size: fw(22);
  font-weight: 400;
}

.o-section-bg {
  background-image: url(../img/okinawa/bg.webp);
}

.o-address {
  font-size: min(5.0666666667vw, 38px);
  padding-top: min(4.9333333333vw, 37px);
  padding-left: min(7.8666666667vw, 59px);
}

.o-sec02-item06__text-title {
  margin-bottom: min(2.6666666667vw, 20px);
}

.o-fv-info {
  position: relative;
}

.o-info-btn {
  position: absolute;
  bottom: min(10vw, 75px);
  padding-inline: min(5.3333333333vw, 40px);
}
.o-info-btn .sec-link-btn {
  width: 100%;
}
