@charset "UTF-8";
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

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

@media screen and (max-width: 768px) {
  main {
    width: 100%;
    overflow: hidden;
  }
  main img, main svg {
    width: 100%;
  }
}

.firstview {
  width: 100%;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .firstview {
    margin-top: 17.44vw;
  }
}
.firstview h1 {
  width: 100%;
  aspect-ratio: 1512/708;
  position: relative;
}
.firstview h1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .firstview h1 {
    aspect-ratio: 130/139;
  }
}

article {
  width: 100%;
  overflow: hidden;
}
article > section {
  position: relative;
  padding-bottom: 90px;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  article > section {
    padding-bottom: 16.67vw;
    position: relative;
    z-index: 1;
  }
  article > section ::-webkit-scrollbar {
    display: none;
  }
}
article > section .section-wrapper {
  width: 100%;
  position: relative;
  padding-top: 40px;
}
article > section .section-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -515px;
  width: 600px;
  height: 1000px;
  background: #fff;
  z-index: 1;
  transform: skewX(-11deg);
}
@media screen and (max-width: 768px) {
  article > section .section-wrapper::before {
    left: -66vw;
    width: 76.92vw;
    height: 153.85vw;
    transform: skewX(-11deg);
  }
}
article > section .section-wrapper > * {
  position: relative;
  z-index: 2;
}
article > section .section-title {
  width: 100%;
  padding: 28px 0 50px;
  background: #07b2ab;
  text-align: center;
  position: relative;
}
article > section .section-title p {
  margin-right: auto;
  margin-left: auto;
}
article > section .section-title p img {
  width: 100%;
}
article > section .section-title picture {
  position: relative;
  z-index: 2;
}
article > section .section-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -399px;
  width: 600px;
  height: 100%;
  background: #66C3BB;
  z-index: 1;
  transform: skewX(-11deg);
}
@media screen and (max-width: 768px) {
  article > section .section-title {
    padding: 10.26vw 0 10.26vw;
  }
  article > section .section-title::after {
    left: 0;
    width: 51.28vw;
    width: 31vw;
  }
}

.section01 .section-title p {
  max-width: 1063px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section01 .section-title p {
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section01 .section-title img {
    max-width: 83.08vw;
  }
}
.section01__catch {
  max-width: 1182px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section01__catch {
    max-width: none;
    width: 84.62vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.section01__catch .section-photo {
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section01__catch .section-photo {
    max-width: none;
    width: 84.62vw;
  }
}
.section01__catch h3 {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .section01__catch h3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.section01__catch h3 .num {
  display: inline-block;
  width: 58px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .section01__catch h3 .num {
    width: 6.92vw;
    margin-right: 1.28vw;
  }
}
.section01__catch h3 span {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section01__catch h3 span {
    font-size: clamp(1.875rem, -0.01rem + 3.92vw, 2.5rem);
  }
}
@media screen and (max-width: 768px) {
  .section01__catch h3 span {
    font-size: 5.13vw;
  }
}
@media screen and (max-width: 768px) {
  .section01__catch h3 {
    margin-top: 5.13vw;
  }
}
.section01 .point {
  max-width: 1182px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section01 .point {
    max-width: none;
    width: 84.62vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section01 .point {
    margin-top: 11.03vw;
  }
}
.section01 .point-item {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section01 .point-item {
    margin-bottom: 7.69vw;
  }
}
.section01 .point__sub {
  background: #07b2ab;
  width: 180px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  letter-spacing: 0.13em;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #07b2ab;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .section01 .point__sub {
    width: 33.33vw;
    height: 9.49vw;
    line-height: 9.49vw;
    font-size: 4.62vw;
    letter-spacing: 0.04em;
  }
}
.section01 .point .wrapper {
  width: 100%;
  background: #fff;
  border: 1px solid #07b2ab;
}
.section01 .point__title {
  text-align: center;
  padding: 35px 0;
  border-bottom: 1px solid #07b2ab;
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .section01 .point__title {
    padding: 7.69vw 0;
    margin-bottom: 4.87vw;
  }
  .section01 .point__title img {
    width: 67.69vw;
  }
}
.section01 .point .comm-dl {
  max-width: 680px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 768px) {
  .section01 .point .comm-dl {
    max-width: none;
    width: 74.36vw;
    margin: 0 auto 5.13vw;
  }
}
.section01 .point .tantoueki {
  max-width: 680px;
  margin: 16px auto 0;
  padding-bottom: 40px;
  text-align: center;
}
.section01 .point .tantoueki p {
  width: 100%;
  padding: 9px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .section01 .point .tantoueki .train {
    margin-bottom: 3.08vw;
  }
}
.section01 .point .tantoueki figure {
  margin-bottom: 10px;
}
.section01 .point .tantoueki figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section01 .point .tantoueki {
    max-width: none;
    width: 74.36vw;
    margin: 4.87vw auto 0;
    padding-bottom: 7.69vw;
    overflow: scroll;
  }
  .section01 .point .tantoueki p {
    font-size: 3.59vw;
  }
  .section01 .point .tantoueki figure {
    width: 100%;
    overflow: scroll;
  }
  .section01 .point .tantoueki figure img {
    width: 174.36vw;
  }
  .section01 .point .tantoueki figure .simplebar-scrollbar::before {
    background: #ffffff;
    border-radius: 0;
    height: 5px !important;
    margin-left: 2px;
    margin-top: 3px;
  }
  .section01 .point .tantoueki figure .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .section01 .point .tantoueki figure .simplebar-track {
    background: #f4f4f4;
    height: 4px !important;
  }
  .section01 .point .tantoueki figure .simplebar-track .simplebar-scrollbar, .section01 .point .tantoueki figure .simplebar-track .simplebar-scrollbar::before {
    background: #000000;
    opacity: 1;
  }
}
.section01 .point .caution-box {
  background: #f4f4f4;
  padding: 14px 30px 30px;
}
.section01 .point .caution-box p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 10px;
}
.section01 .point .caution-box ul li {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .section01 .point .caution-box {
    padding: 3.33vw 5.13vw 5.13vw;
  }
  .section01 .point .caution-box p {
    font-size: 4.1vw;
  }
  .section01 .point .caution-box ul {
    height: 30.77vw;
    overflow: scroll;
    position: relative;
    padding-right: 1em;
  }
  .section01 .point .caution-box ul li {
    font-size: 2.82vw;
  }
  .section01 .point .caution-box ul .simplebar-scrollba::before {
    background: #ffffff;
    border-radius: 0;
    width: 5px;
    margin-left: 3px;
    margin-top: 2px;
  }
  .section01 .point .caution-box ul .simplebar-scrollba.simplebar-visible::before {
    opacity: 1;
  }
  .section01 .point .caution-box ul .simplebar-track {
    background: #ffffff;
    width: 4px !important;
  }
  .section01 .point .caution-box ul .simplebar-track .simplebar-scrollbar, .section01 .point .caution-box ul .simplebar-track .simplebar-scrollbar::before {
    background: #000000;
    opacity: 1;
  }
}
.section01 .gridbox {
  width: 94.65%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 530px calc(50% - 49px);
  grid-template-rows: auto auto;
  gap: 20px 49px;
  margin-bottom: 37px;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .section01 .gridbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .gridbox {
    width: 74.36vw;
    display: flex;
    flex-wrap: wrap;
  }
}
.section01 .gridbox .fig {
  grid-row: 1/4;
  grid-column: 1/2;
  max-width: 530px;
}
.section01 .gridbox .fig img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section01 .gridbox .fig {
    width: 100%;
    order: 1;
    margin-bottom: 4.87vw;
  }
}
.section01 .gridbox .desc {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
}
.section01 .gridbox .desc > p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 27px;
}
.section01 .gridbox .desc .comm-dl {
  margin-bottom: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section01 .gridbox .desc .comm-dl {
    display: block;
  }
  .section01 .gridbox .desc .comm-dl .comm-dl__text {
    width: 100%;
    margin-top: 10px;
  }
}
.section01 .gridbox .desc .comm-dl .dates--small {
  flex-wrap: wrap;
}
.section01 .gridbox .desc .comm-dl .dates--small .year {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}
.section01 .gridbox .desc .comm-dl .dates--small .num {
  font-size: 43px;
}
.section01 .gridbox .desc .comm-dl .dates--small .daymonth {
  font-size: 24px;
}
.section01 .gridbox .desc .comm-dl .dates--small .week {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .section01 .gridbox .desc {
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }
  .section01 .gridbox .desc > p {
    font-size: 3.59vw;
    margin-bottom: 4.87vw;
  }
  .section01 .gridbox .desc .comm-dl__title {
    margin-right: 2.82vw;
  }
  .section01 .gridbox .desc .comm-dl .dates--small .year {
    font-size: 4.1vw;
  }
  .section01 .gridbox .desc .comm-dl .dates--small .num {
    font-size: 8.72vw;
  }
  .section01 .gridbox .desc .comm-dl .dates--small .daymonth {
    font-size: 4.87vw;
  }
  .section01 .gridbox .desc .comm-dl .dates--small .week {
    width: 4.1vw;
    height: 4.1vw;
    font-size: 2.56vw;
  }
  .section01 .gridbox .desc .comm-dl .dates--small i {
    margin: 0 1.79vw 0.51vw 1.79vw;
  }
}
.section01 .gridbox .linkarea {
  width: 100%;
  grid-column: 2/3;
  grid-row: 2/4;
}
.section01 .gridbox .linkarea .comm-linkarea {
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section01 .gridbox .linkarea .comm-linkarea {
    padding: 12px 15px 12px 20px;
  }
  .section01 .gridbox .linkarea .comm-linkarea span {
    font-size: clamp(0.75rem, -0.12rem + 1.81vw, 1rem);
  }
}
.section01 .gridbox .linkarea > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.section01 .gridbox .linkarea > p a {
  text-decoration: underline;
}
.section01 .gridbox .linkarea > p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section01 .gridbox .linkarea {
    width: 100%;
    order: 3;
    margin-top: 4.62vw;
  }
  .section01 .gridbox .linkarea > p {
    margin-top: 2.56vw;
    font-size: 2.82vw;
  }
}

.section02 .section-title p {
  max-width: 1038px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section02 .section-title p {
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section02 .section-title img {
    max-width: none;
    width: 86.15vw;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.section02 .section-wrapper::before {
  left: -521px;
}
@media screen and (max-width: 768px) {
  .section02 .section-wrapper::before {
    left: -68vw;
  }
}
.section02 .section-desc {
  margin-bottom: 40px;
  max-width: 740px;
  margin: 23px auto 40px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section02 .section-desc {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 5.13vw;
    padding: 0;
  }
}
.section02 .comm-dl {
  max-width: 740px;
  margin: 0 auto 22px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section02 .comm-dl {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 5.13vw;
    padding: 0;
  }
}
.section02 .comm-option {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section02 .comm-option {
    margin-top: 12.82vw;
  }
}
.section02 .comm-option figcaption {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .section02 .comm-option figcaption {
    font-size: 2.56vw;
    margin-top: 2.05vw;
  }
}
.section02 .linkarea {
  max-width: 740px;
  margin: 10px auto 0;
  padding: 0 30px 0 187px;
}
@media screen and (max-width: 768px) {
  .section02 .linkarea {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 0;
    padding: 0;
  }
}
.section02 .linkarea .comm-linkarea {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section02 .linkarea .comm-linkarea {
    margin-bottom: 2.56vw;
  }
}
.section02 .linkarea > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.section02 .linkarea > p a {
  text-decoration: underline;
}
.section02 .linkarea > p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section02 .linkarea > p {
    font-size: 3.59vw;
    line-height: 1.5;
  }
}

.section03 .section-title p {
  max-width: 713px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section03 .section-title p {
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section03 .section-title img {
    max-width: none;
    width: 87.44vw;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.section03 .section-wrapper::before {
  left: -516px;
}
@media screen and (max-width: 768px) {
  .section03 .section-wrapper::before {
    left: -63.2vw;
    height: 139.56vw;
  }
}
.section03 .section-desc {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .section03 .section-desc {
    margin-top: 4.36vw;
  }
}
.section03 .comm-dl {
  max-width: 740px;
  margin: 20px auto 22px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section03 .comm-dl {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 5.13vw;
    padding: 0;
  }
}

.section04 .section-title p {
  width: 345px;
}
@media screen and (max-width: 768px) {
  .section04 .section-title p {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .section04 .section-title img {
    width: 61.03vw;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.section04 .section-photo {
  position: relative;
}
.section04 .section-photo::after {
  content: "※イメージ";
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  bottom: 10px;
  right: 3em;
}
@media screen and (max-width: 768px) {
  .section04 .section-photo::after {
    font-size: 2.56vw;
    right: 1.5em;
  }
}
.section04 .section-photo img {
  border: 1px solid #f4f4f4;
}
.section04 .section-wrapper::before {
  left: -519px;
}
@media screen and (max-width: 768px) {
  .section04 .section-wrapper::before {
    left: -65.2vw;
  }
}
.section04 .comm-dl {
  max-width: 740px;
  margin: 20px auto 22px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section04 .comm-dl {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 5.13vw;
    padding: 0;
  }
}
.section04 .comm-dl.s0402 .comm-dl__text > * + * {
  margin-top: 18px;
}
.section04 .comm-dl.s0402 .comm-dl__text > dl {
  line-height: 1.6;
}
.section04 .comm-dl.s0402 .comm-dl__text > dl dt {
  font-size: 18px;
  font-weight: 600;
}
.section04 .comm-dl.s0402 .comm-dl__text > dl dd {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section04 .comm-dl.s0402 .comm-dl__text > dl {
    line-height: 1.6;
  }
  .section04 .comm-dl.s0402 .comm-dl__text > dl dt {
    font-size: 3.08vw;
    font-weight: 600;
  }
  .section04 .comm-dl.s0402 .comm-dl__text > dl dd {
    font-size: 2.56vw;
    font-weight: 400;
  }
}

.section05 .section-title p {
  width: 710px;
}
@media screen and (max-width: 768px) {
  .section05 .section-title p {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .section05 .section-title img {
    width: 79.49vw;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.section05 .section-wrapper::before {
  left: -521px;
}
@media screen and (max-width: 768px) {
  .section05 .section-wrapper::before {
    left: -68vw;
  }
}
.section05 .comm-dl {
  max-width: 740px;
  margin: 20px auto 22px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section05 .comm-dl {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 5.13vw;
    padding: 0;
  }
}

.section06 .section-title p {
  max-width: 1100px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section06 .section-title p {
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section06 .section-title img {
    max-width: none;
    width: 66.15vw;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.section06 .section-wrapper::before {
  left: -521px;
}
@media screen and (max-width: 768px) {
  .section06 .section-wrapper::before {
    left: -68vw;
  }
}
.section06 .section-desc {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .section06 .section-desc {
    margin-top: 4.36vw;
  }
}
.section06 .comm-dl {
  max-width: 740px;
  margin: 20px auto 22px;
  padding: 0 30px;
}
.section06 .comm-dl__text .dates {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section06 .comm-dl {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 5.13vw;
    padding: 0;
  }
}

.section07 .section-title p {
  max-width: 1224px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section07 .section-title p {
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section07 .section-title img {
    max-width: none;
    width: 89.74vw;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.section07 .comm-dl {
  max-width: 740px;
  margin: 20px auto 22px;
  padding: 0 30px;
}
.section07 .comm-dl__text .dates {
  flex-wrap: wrap;
}
.section07 .comm-dl.--last {
  margin-top: 23px;
  padding-top: 23px;
  border-top: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
  .section07 .comm-dl {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 5.13vw;
    padding: 0;
  }
}
.section07 .comm-sub {
  max-width: 740px;
  margin: 20px auto 0;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section07 .comm-sub {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 5.13vw;
    padding: 0;
  }
}
.section07 .notice {
  margin-top: 10px;
  max-width: 740px;
  margin: 20px auto 0;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.section07 .productimage {
  max-width: 740px;
  margin: 32px auto 80px;
  padding: 0 30px;
}
.section07 .productimage img {
  width: 100%;
  height: auto;
}
.section07 .productimage > p {
  width: 100%;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  padding: 9px 0;
  line-height: 1.5;
}
.section07 .comm-option {
  max-width: 1317px;
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .section07 .comm-option {
    margin-top: 11.54vw;
  }
}
.locatone {
  background: #f4f4f4;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 40px;
}
.locatone-wrapper {
  display: flex;
}
.locatone .logobox {
  width: 51.6%;
  margin-right: 29px;
}
.locatone .logobox .logo img {
  width: 174px;
}
.locatone .logobox .logo span {
  display: inline-block;
  margin-left: 7px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  top: -7px;
}
.locatone .logobox .locatone-desc {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.locatone .link {
  width: 48.4%;
  margin-top: 50px;
}
.locatone .link .caution {
  margin-top: 17px;
}
.locatone .link .caution li {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .locatone {
    display: block;
    padding: 0;
    padding: 5.13vw 0 10.26vw;
  }
  .locatone-wrapper {
    width: 91.72%;
    height: 48.46vw;
    overflow: scroll;
    margin-right: auto;
    margin-left: auto;
  }
  .locatone .simplebar-scrollba::before {
    background: #ffffff;
    border-radius: 0;
    width: 5px;
    margin-left: 3px;
    margin-top: 2px;
  }
  .locatone .simplebar-scrollba.simplebar-visible::before {
    opacity: 1;
  }
  .locatone .simplebar-track {
    background: #ffffff;
    width: 4px !important;
  }
  .locatone .simplebar-track .simplebar-scrollbar, .locatone .simplebar-track .simplebar-scrollbar::before {
    background: #000000;
    opacity: 1;
  }
  .locatone .logobox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.1vw;
  }
  .locatone .logobox .logo img {
    width: 32.31vw;
  }
  .locatone .logobox .logo span {
    font-size: 4.36vw;
    margin-left: 1.28vw;
  }
  .locatone .logobox .locatone-desc {
    font-size: 2.82vw;
    padding-right: 6.15vw;
  }
  .locatone .link {
    width: 100%;
    margin-top: 5.13vw;
  }
  .locatone .link .caution {
    margin-top: 2.56vw;
  }
  .locatone .link .caution li {
    font-size: 2.82vw;
    padding-right: 6.15vw;
  }
}

.rewards {
  max-width: 740px;
  margin: 20px auto 0;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .rewards {
    max-width: none;
    width: 84.62vw;
    margin: 7.18vw auto 0;
    padding: 0;
  }
}
.rewards > * + * {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .rewards > * + * {
    margin-top: 6.15vw;
  }
}
.rewards .reward {
  width: 100%;
}
.rewards .reward .ttl {
  width: 100%;
  display: flex;
  align-items: center;
  height: 54px;
  background: #F6EAF7;
  padding: 0 20px;
}
.rewards .reward .ttl .rank {
  color: #7e1084;
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid #7e1084;
}
.rewards .reward .ttl .rank b {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.rewards .reward .ttl .rank span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0 0.4em;
}
.rewards .reward .ttl .item {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .rewards .reward .ttl {
    height: 13.33vw;
    padding: 0 2.56vw;
  }
  .rewards .reward .ttl .rank {
    padding-right: 3.59vw;
    margin-right: 3.59vw;
  }
  .rewards .reward .ttl .rank b {
    font-size: 5.9vw;
  }
  .rewards .reward .ttl .rank span {
    font-size: 3.33vw;
  }
  .rewards .reward .ttl .item {
    width: 60%;
    font-size: 3.59vw;
  }
}

.reward__caution {
  max-width: 740px;
  margin: 20px auto 0;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .reward__caution {
    max-width: none;
    width: 84.62vw;
    margin: 3.33vw auto 0;
    padding: 0;
    font-size: 2.82vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.howto {
  max-width: 1182px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .howto {
    max-width: none;
    width: 84.62vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .howto {
    margin-top: 8.46vw;
  }
}
.howto > p {
  display: inline-block;
  height: 44px;
  width: 140px;
  background: #07b2ab;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.02em;
}
.howto > p::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 12px;
  height: 100%;
  background: #f4f4f4;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 768px) {
  .howto > p {
    width: 28.72vw;
    height: 8.46vw;
    font-size: 4.1vw;
  }
  .howto > p::after {
    width: 1.79vw;
  }
}
.howto .wrapper {
  width: 100%;
  border: 1px solid #07b2ab;
  padding: 27px 30px 30px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .howto .wrapper {
    padding: 5.13vw;
  }
}
.howto .wrapper .step {
  display: flex;
}
.howto .wrapper .step > * + * {
  margin-left: 6.7%;
}
.howto .wrapper .step > * + *::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%2230%22%20viewBox%3D%220%200%2021%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21%2015.2676L0%2029.557L0%200.978159L21%2015.2676Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .howto .wrapper .step > * + *::before {
    top: -25%;
    left: 50%;
    width: 4.87vw;
    height: 4.1vw;
    transform: translateX(-50%) rotate(90deg);
  }
}
.howto .wrapper .step .item {
  width: 19.81%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .howto .wrapper .step .item {
    width: 100%;
  }
}
.howto .wrapper .step .item .ttl {
  width: 100%;
  background: #f4f4f4;
  color: #07b2ab;
  font-size: 20px;
  letter-spacing: 0.13em;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  text-align: center;
  padding: 2px 0;
}
.howto .wrapper .step .item .ttl b {
  font-weight: 600;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .howto .wrapper .step .item .ttl {
    font-size: 5.13vw;
    padding: 0.51vw 0;
  }
  .howto .wrapper .step .item .ttl b {
    font-size: 7.44vw;
  }
}
.howto .wrapper .step .item:nth-child(1) figure img {
  width: 114px;
}
@media screen and (max-width: 768px) {
  .howto .wrapper .step .item:nth-child(1) figure img {
    width: 22.05vw;
  }
}
.howto .wrapper .step .item:nth-child(2) figure img {
  width: 107px;
}
@media screen and (max-width: 768px) {
  .howto .wrapper .step .item:nth-child(2) figure img {
    width: 20.51vw;
  }
}
.howto .wrapper .step .item:nth-child(3) figure img {
  width: 69px;
}
@media screen and (max-width: 768px) {
  .howto .wrapper .step .item:nth-child(3) figure img {
    width: 13.33vw;
    margin-left: 6.41vw;
  }
}
.howto .wrapper .step .item:nth-child(4) figure img {
  width: 126px;
}
@media screen and (max-width: 768px) {
  .howto .wrapper .step .item:nth-child(4) figure img {
    width: 22.05vw;
  }
}
.howto .wrapper .step .item figure {
  margin-top: 24px;
}
.howto .wrapper .step .item figure img {
  height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
}
.howto .wrapper .step .item figure figcaption {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .howto .wrapper .step .item figure {
    margin-top: 5.13vw;
    display: flex;
  }
  .howto .wrapper .step .item figure img {
    display: inline-block;
    height: auto;
    margin-right: 4.87vw;
  }
  .howto .wrapper .step .item figure figcaption {
    margin-top: 1.54vw;
    width: 50.77vw;
    font-size: 3.59vw;
  }
}
@media screen and (max-width: 768px) {
  .howto .wrapper .step {
    display: block;
  }
  .howto .wrapper .step > * + * {
    margin-left: 0;
    margin-top: 9.49vw;
  }
}
.howto .wrapper .comm-linkarea {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .howto .wrapper .comm-linkarea {
    margin: 5.13vw auto 0;
  }
}
.howto-caution {
  width: 340px;
  margin: 11px auto 0;
}
.howto-caution li {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .howto-caution {
    width: 100%;
    margin: 2.56vw auto 0;
  }
  .howto-caution li {
    font-size: 2.82vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.section-photo {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section-photo {
    max-width: none;
    width: 84.62vw;
    padding: 0;
  }
}
.section-photo img {
  width: 100%;
}

.section-desc {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .section-desc {
    font-size: 3.59vw;
    margin-top: 5.13vw;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 84.62vw;
  }
}

.comm-option {
  max-width: 1182px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .comm-option {
    max-width: none;
    width: 84.62vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .comm-option {
    width: 100%;
    padding: 0;
  }
}
.comm-option .option-title {
  width: calc(100% - 70px);
  position: relative;
  background: #7e1084;
  height: 65px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 45px;
}
.comm-option .option-title img {
  width: 100%;
}
.comm-option .option-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #7e1084;
}
.comm-option .option-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 15px;
  height: calc(100% + 1px);
  background: #f4f4f4;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 768px) {
  .comm-option .option-title {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
    padding: 0;
  }
  .comm-option .option-title::before, .comm-option .option-title::after {
    display: none;
  }
}
.comm-option .option-subtitle {
  margin-top: 15px;
  width: 50%;
  height: 65px;
  position: relative;
  background: #fff;
  line-height: 65px;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-right: 30px;
}
.comm-option .option-subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
}
.comm-option .option-subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 15px;
  height: 100%;
  background: #f4f4f4;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .comm-option .option-subtitle {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .comm-option .option-subtitle {
    margin-top: 1.54vw;
    width: 82.05vw;
    height: 9.23vw;
    line-height: 9.23vw;
    font-size: 4.1vw;
    padding-right: 4.1vw;
    margin-left: 7.95vw;
    text-align: left;
  }
  .comm-option .option-subtitle::after {
    width: 4.1vw;
  }
}
.comm-option .option-fig {
  max-width: 740px;
  margin: 30px auto 0;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .comm-option .option-fig {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 0;
    padding: 0;
  }
}

.modal-box a {
  display: block;
  max-width: 680px;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-box a {
    max-width: none;
    width: 84.62vw;
    margin: 5.13vw auto 0;
  }
}
.modal-box a::after {
  content: "";
  display: block;
  width: 111px;
  height: 111px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22112%22%20height%3D%22112%22%20viewBox%3D%220%200%20112%20112%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.75%22%20y%3D%220.77002%22%20width%3D%22111%22%20height%3D%22111%22%20rx%3D%2255.5%22%20fill%3D%22%2307B2A8%22%2F%3E%3Cpath%20d%3D%22M83.52%2056.27L42.615%2077.2532L42.615%2035.2869L83.52%2056.27Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .modal-box a::after {
    width: 15.64vw;
    height: 15.64vw;
  }
}
.modal-box a:hover::after {
  width: 122px;
  height: 122px;
}
.modal-box img {
  width: 100%;
  height: auto;
}
.modal-box .caption {
  margin-top: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .modal-box .caption {
    font-size: 4.1vw;
    text-align: center;
    margin-top: 3.08vw;
  }
}

.comm-linkarea {
  display: inline-block;
  padding: 12px 15px 12px 20px;
  border: 1px solid #7e1084;
  background: #F6EAF7;
  transition: all 0.3s ease;
}
.comm-linkarea:hover {
  background: #7e1084;
}
.comm-linkarea:hover span {
  color: #fff;
}
.comm-linkarea:hover i {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.4619%207.90916L0.531169%2015.2808L0.531169%200.537495L10.4619%207.90916Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
.comm-linkarea span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.09em;
  color: #7e1084;
  line-height: 1.6;
  margin-right: 16px;
}
.comm-linkarea i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2215%22%20viewBox%3D%220%200%2011%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.8208%207.43443L0.890056%2014.8061L0.890056%200.0627637L10.8208%207.43443Z%22%20fill%3D%22%237E1084%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .comm-linkarea {
    padding: 5.13vw 3.85vw 5.13vw 5.13vw;
  }
  .comm-linkarea span {
    font-size: 4.1vw;
    letter-spacing: 0.02em;
    margin-right: 5.13vw;
  }
  .comm-linkarea i {
    width: 2.82vw;
    height: 2.82vw;
  }
}

.comm-dl {
  display: flex;
}
.comm-dl__title {
  width: 140px;
  padding: 11px 0 13px;
  margin-right: 21px;
  background: #7e1084;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comm-dl__title span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .comm-dl__title {
    width: 11.79vw;
    padding: 1.28vw 2.56vw 1.54vw;
    margin-right: 2.56vw;
  }
  .comm-dl__title span {
    font-size: 3.08vw;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.comm-dl__text {
  width: calc(100% - 140px);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .comm-dl__text {
    width: calc(100% - 11.79vw);
    font-size: 3.59vw;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .comm-dl__text {
    width: calc(100% - 14.36vw);
    letter-spacing: 0;
  }
}
.comm-dl__text .dates {
  color: #7e1084;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .comm-dl__text .dates {
    flex-wrap: wrap;
  }
}
.comm-dl__text .dates .year {
  display: inline-block;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .comm-dl__text .dates .year {
    width: 100%;
    font-size: 4.1vw;
    letter-spacing: 0.02em;
  }
}
.comm-dl__text .dates .num {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .comm-dl__text .dates .num {
    font-size: 8.72vw;
  }
}
.comm-dl__text .dates .daymonth {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 768px) {
  .comm-dl__text .dates .daymonth {
    font-size: 4.87vw;
    letter-spacing: 0.02em;
  }
}
.comm-dl__text .dates .week {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.09em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #7e1084;
}
@media screen and (max-width: 768px) {
  .comm-dl__text .dates .week {
    width: 4.1vw;
    height: 4.1vw;
    font-size: 2.56vw;
  }
}
.comm-dl__text .dates i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 15px 4px 15px;
  background: #7e1084;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  .comm-dl__text .dates i {
    width: 2.31vw;
    height: 2.31vw;
    margin: 0 1.79vw 0.51vw 1.79vw;
  }
}
.comm-dl__text .dates .time {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.comm-dl__text .train {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
.comm-dl__text .caution {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
.comm-dl__text .small {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .comm-dl__text .small {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 768px) {
  .comm-dl.tour .comm-dl__title {
    font-size: 2.56vw;
  }
  .comm-dl.tour .comm-dl__title span {
    writing-mode: vertical-rl;
  }
}
.comm-dl .tour-txt b {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .comm-dl .tour-txt b {
    font-size: 3.59vw;
  }
}
.comm-dl .tour-txt small {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .comm-dl .tour-txt small {
    font-size: 2.82vw;
  }
}
.comm-dl .tour-txt > dl dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .comm-dl .tour-txt > dl dt {
    font-size: 3.59vw;
  }
}
.comm-dl .tour-txt > dl dd {
  display: flex;
}
@media screen and (max-width: 768px) {
  .comm-dl .tour-txt > dl dd {
    display: block;
  }
}
.comm-dl .tour-txt > dl dd p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.91;
}
@media screen and (max-width: 768px) {
  .comm-dl .tour-txt > dl dd p {
    font-size: 2.82vw;
  }
}
.comm-dl .tour-txt > dl dd figure {
  width: 39.3%;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .comm-dl .tour-txt > dl dd figure {
    width: 55.38vw;
    margin-left: 0;
    margin-top: 2.56vw;
  }
}
.comm-dl.mt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .comm-dl.mt {
    margin-top: 5.13vw;
  }
}

.comm-sub {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .comm-sub {
    margin-top: 1.03vw;
  }
}
.comm-sub__title {
  width: 140px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #7e1084;
}
.comm-sub__title span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.09em;
  color: #7e1084;
}
@media screen and (max-width: 768px) {
  .comm-sub__title {
    width: 14.36vw;
    height: 6.15vw;
  }
  .comm-sub__title span {
    font-size: 2.82vw;
    letter-spacing: 0.02em;
  }
}
.comm-sub__text {
  width: calc(100% - 140px);
  height: 100%;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.comm-sub__text p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .comm-sub__text {
    width: calc(100% - 14.36vw);
    height: 6.15vw;
    margin-left: 4.36vw;
    font-size: 3.59vw;
  }
  .comm-sub__text p {
    font-size: 3.59vw;
  }
}

.contact {
  width: 100%;
  height: 486px;
  background: #BEBEBE;
}
@media screen and (max-width: 768px) {
  .contact {
    height: 76.92vw;
  }
}

.tie-up {
  padding: 31px 0;
}
.tie-up h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.875;
  letter-spacing: 0;
}
.tie-up ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 896px;
  margin: 10px auto 0;
  padding: 0 30px;
}
.tie-up ul > * + * {
  margin-left: 38px;
}
@media screen and (max-width: 768px) {
  .tie-up {
    padding: 8.46vw 0;
  }
  .tie-up h3 {
    font-size: 4.1vw;
    line-height: 2.875;
  }
  .tie-up ul {
    max-width: none;
    width: 84.62vw;
    padding: 0;
    margin: 2.56vw auto 0;
    flex-wrap: wrap;
  }
  .tie-up ul > * + * {
    margin-left: 0;
  }
  .tie-up ul li {
    width: 45%;
    margin-bottom: 5.13vw;
    text-align: center;
  }
  .tie-up ul li img {
    width: 100%;
    height: auto;
  }
  .tie-up ul li:nth-child(odd) {
    margin-right: 10%;
  }
}

.header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    overflow: hidden;
    height: 17.44vw;
  }
}
.header-inner {
  padding: 0 30px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner .corp-logo {
  width: 61px;
}
.header-inner .right {
  display: flex;
  align-items: center;
}
.header-inner .right .lp-logo {
  max-width: 711px;
  margin-right: 38px;
}
.header-inner .right .lp-logo img {
  width: 100%;
}
.header-inner .right .menu-btn {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2246%22%20height%3D%2221%22%20viewBox%3D%220%200%2046%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.61317%200H36.4282L35.2433%204H0.428223L1.61317%200Z%22%20fill%3D%22%2307B2A8%22%2F%3E%3Cpath%20d%3D%22M1.61317%2016H36.4282L35.2433%2020H0.428223L1.61317%2016Z%22%20fill%3D%22%2307B2A8%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 36px;
  height: 20px;
  background-repeat: no-repeat;
}
.header-inner .right .menu-btn.on {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2246%22%20height%3D%2222%22%20viewBox%3D%220%200%2046%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.02522%200.592473L35.1759%2018L32.1497%2020.8716L1.99902%203.4641L5.02522%200.592473Z%22%20fill%3D%22%2307B2A8%22%2F%3E%3Cpath%20d%3D%22M3.02522%2017.4075L33.1759%200L34.1497%204.05657L3.99902%2021.4641L3.02522%2017.4075Z%22%20fill%3D%22%2307B2A8%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 3.85vw;
  }
  .header-inner .corp-logo {
    width: 13.33vw;
  }
  .header-inner .right .lp-logo {
    width: 47.18vw;
    margin-right: 5.9vw;
  }
  .header-inner .right .menu-btn {
    width: 9.23vw;
    height: 5.13vw;
  }
}
.header-nav {
  display: none;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header-nav {
    position: fixed;
    top: 17.44vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 17.44vw);
    z-index: 104;
  }
}
.header-nav .bg {
  display: none;
  opacity: 0;
  width: 100vw;
  height: calc(100vh - 75px);
  background: #979797;
  background: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 105;
}
@media screen and (max-width: 768px) {
  .header-nav .bg {
    top: 17.44vw;
    height: calc(100vh - 17.44vw);
  }
}
.header-nav > ul {
  opacity: 0;
  display: none;
  z-index: 106;
  width: 754px;
  position: absolute;
  right: 0;
  top: 0;
  background: #f4f4f4;
  display: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header-nav > ul {
    width: 100%;
    display: block;
    display: none;
    position: fixed;
    top: 17.44vw;
    height: 100%;
    overflow: scroll;
    padding-bottom: 25.64vw;
  }
  .header-nav > ul > * + * {
    border-top: 1px solid #e9e9e9;
  }
}
.header-nav > ul li {
  width: 50%;
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
  .header-nav > ul li {
    width: 100%;
    height: auto;
    padding: 5.13vw 0;
    border-bottom: none;
  }
}
.header-nav > ul li a {
  display: block;
  transition: all 0.3s ease;
  opacity: 1;
}
.header-nav > ul li a:hover {
  opacity: 0.7;
}
.header-nav > ul li a img {
  width: 100%;
  height: auto;
}
.header-nav > ul li:nth-child(odd) {
  border-right: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
  .header-nav > ul li:nth-child(odd) {
    border-right: none;
  }
}
.header-nav > ul li:nth-child(1) a {
  width: 57.64%;
}
@media screen and (max-width: 768px) {
  .header-nav > ul li:nth-child(1) a {
    width: 53.59vw;
  }
}
.header-nav > ul li:nth-child(2) a {
  width: 65.4155%;
}
@media screen and (max-width: 768px) {
  .header-nav > ul li:nth-child(2) a {
    width: 62.56vw;
  }
}
.header-nav > ul li:nth-child(3) a {
  width: 64.3431%;
}
@media screen and (max-width: 768px) {
  .header-nav > ul li:nth-child(3) a {
    width: 61.54vw;
  }
}
.header-nav > ul li:nth-child(4) a {
  width: 41.555%;
}
@media screen and (max-width: 768px) {
  .header-nav > ul li:nth-child(4) a {
    width: 39.74vw;
  }
}
.header-nav > ul li:nth-child(5) a {
  width: 50.3%;
  width: 88.74%;
}
@media screen and (max-width: 768px) {
  .header-nav > ul li:nth-child(5) a {
    width: 84.87vw;
  }
}
.header-nav > ul li:nth-child(6) a {
  width: 90.3%;
  width: 80.697%;
}
@media screen and (max-width: 768px) {
  .header-nav > ul li:nth-child(6) a {
    width: 72.56vw;
  }
}
.header-nav > ul li:nth-child(7) a {
  width: 84.55%;
  width: 74.799%;
}
@media screen and (max-width: 768px) {
  .header-nav > ul li:nth-child(7) a {
    width: 69.23vw;
  }
}
.header-nav .share-nav {
  display: block;
}
.header-nav .share-nav p {
  padding-top: 25px;
  width: 50px;
  margin: 0 auto;
}
.header-nav .share-nav p img {
  width: 100%;
  height: auto;
}
.header-nav .share-nav ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.header-nav .share-nav ul li {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 22px;
  border: none;
}
.header-nav .share-nav ul li a {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 1;
}
.header-nav .share-nav ul li a img {
  width: 100%;
}
.header-nav .share-nav ul li a:hover {
  opacity: 0.7;
}
.header-nav .share-nav ul li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .header-nav .share-nav {
    padding: 10.26vw 0 15.38vw;
  }
}

.share {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 215px;
}
@media screen and (max-width: 768px) {
  .share {
    padding-top: 7.69vw;
    padding-bottom: 12.82vw;
  }
}
.share-inner {
  width: 100%;
}
.share .ttl {
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .share .ttl {
    width: 12.82vw;
  }
}
.share .ttl img {
  width: 100%;
}
.share ul {
  width: 170px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .share ul {
    width: 43.59vw;
    margin: 5.13vw auto 0;
  }
}
.share ul li {
  display: inline-block;
  width: 38px;
  margin-right: 22px;
}
.share ul li a {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 1;
}
.share ul li a img {
  width: 100%;
}
.share ul li a:hover {
  opacity: 0.7;
}
.share ul li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .share ul li {
    width: 9.74vw;
    margin-right: 5.64vw;
  }
  .share ul li:nth-child(3) {
    margin-right: 0;
  }
}

.footer {
  width: 100%;
  text-align: center;
  height: 40px;
  background: #00823e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copy {
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 201;
}
.modal-inner {
  width: 60%;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 202;
}
.modal-inner .close {
  display: block;
  width: 46px;
  height: 22px;
  position: absolute;
  top: -36px;
  right: -1px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2246%22%20height%3D%2222%22%20viewBox%3D%220%200%2046%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.02522%200.592473L35.1759%2018L32.1497%2020.8716L1.99902%203.4641L5.02522%200.592473Z%22%20fill%3D%22%2307B2A8%22%2F%3E%3Cpath%20d%3D%22M3.02522%2017.4075L33.1759%200L34.1497%204.05657L3.99902%2021.4641L3.02522%2017.4075Z%22%20fill%3D%22%2307B2A8%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.modal-inner .video-box {
  width: 100%;
  height: 100%;
}
.modal-inner .video-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .modal-inner {
    width: 90%;
  }
  .modal-inner .close {
    top: -9.23vw;
    right: 0vw;
    width: 11.79vw;
    height: 5.64vw;
  }
}

.--intersection-root .disp {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */