@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: rem(16);
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "りいポップ角 R";
  src: url("../fonts/RiiPopkkR.woff") format("woff");
}
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  font-variant-ligatures: none;
  overflow-x: hidden;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #484848;
  font-weight: 500;
}

@media (max-width: 768px) {
  main {
    padding-top: 11.1979166667vw;
    overflow-x: clip;
  }
}

.gothic {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.riiPop {
  font-family: "りいポップ角 R";
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

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

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 3.125vw;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  font-size: 72px;
  letter-spacing: 0.2rem;
}
@media (max-width: 1280px) {
  .section-title {
    gap: 0.9375vw;
    font-size: 5.625vw;
  }
}
@media (max-width: 768px) {
  .section-title {
    align-items: flex-end;
    font-size: 8.59375vw;
  }
}
.section-title::before, .section-title::after {
  content: "";
  width: 58px;
  height: 53px;
  background: url(../images/section-title-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .section-title::before, .section-title::after {
    width: 4.53125vw;
    height: 4.140625vw;
  }
}
@media (max-width: 768px) {
  .section-title::before, .section-title::after {
    width: 6.25vw;
    height: 5.859375vw;
    margin-bottom: 1.0416666667vw;
  }
}

.section-sub {
  margin-top: 16px;
  padding: 20px 26px;
  color: #fff;
  font-family: "りいポップ角 R";
  font-size: 32px;
  background: url(../images/section-sub-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .section-sub {
    margin-top: 1.25vw;
    padding: 1.5625vw 2.03125vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .section-sub {
    position: relative;
    padding: 2.34375vw 3.125vw;
    font-size: 3.6458333333vw;
    background: url(../images/section-sub-bg-tab.png) no-repeat;
    background-size: 100%;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp.show-fadeUp {
  -webkit-animation: fadeUp 1.2s ease-in-out forwards;
          animation: fadeUp 1.2s ease-in-out forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.show-fadeIn {
  -webkit-animation: fadeIn 2s ease-in-out forwards;
          animation: fadeIn 2s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound {
  opacity: 0;
}

.bound.show-bound {
  -webkit-animation: bound 2s linear forwards;
          animation: bound 2s linear forwards;
}

@-webkit-keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
.party {
  opacity: 0;
}

.party.show-party {
  -webkit-animation: party 2s linear forwards;
          animation: party 2s linear forwards;
}

@-webkit-keyframes party {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes party {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
.footer {
  padding: 48px 0 0;
  color: #fff;
  background: #f08167;
}
@media (max-width: 1280px) {
  .footer {
    padding: 3.75vw 0 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 20.703125vw;
  }
}
@media (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__nav__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 26px;
}
@media (max-width: 1280px) {
  .footer__nav__list li {
    gap: 0.625vw;
    font-size: 2.03125vw;
  }
}
.footer__nav__list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
}
@media (max-width: 1280px) {
  .footer__nav__list li::before {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
.footer-logo {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 1280px) {
  .footer-logo {
    margin-top: 3.75vw;
  }
}
@media (max-width: 1280px) {
  .footer-logo img {
    width: 23.359375vw;
  }
}
@media (max-width: 768px) {
  .footer-logo img {
    width: 38.9322916667vw;
  }
}
.footer-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
  gap: 16px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media (max-width: 1280px) {
  .footer-sub {
    margin-top: 0.625vw;
    gap: 1.25vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .footer-sub {
    margin-top: 1.0416666667vw;
    font-size: 3.3854166667vw;
  }
}
.footer-sub::before, .footer-sub::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
}
@media (max-width: 1280px) {
  .footer-sub::before, .footer-sub::after {
    width: 0.78125vw;
    height: 0.15625vw;
  }
}
.footer-copy {
  margin-top: 32px;
  padding: 12px 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1rem;
  text-align: center;
  background: #f6b8a9;
}
@media (max-width: 1280px) {
  .footer-copy {
    margin-top: 2.5vw;
    padding: 0.9375vw 0;
    font-size: 1.40625vw;
  }
}
.footer-tabInfo {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.125vw 5%;
  color: #484848;
  background: #fff;
  z-index: 10;
}
@media (max-width: 768px) {
  .footer-tabInfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer-tabInfo dl {
  position: relative;
  width: 26%;
  padding: 7.2916666667vw 0 1.5625vw;
  border-radius: 3.6458333333vw;
  box-shadow: 0.78125vw 0.78125vw 0.78125vw #999999;
}
.footer-tabInfo dl:nth-of-type(1) {
  border: 1.3020833333vw solid #ffa132;
}
.footer-tabInfo dl:nth-of-type(1) dt {
  width: 7.2916666667vw;
}
.footer-tabInfo dl:nth-of-type(2) {
  border: 1.3020833333vw solid #35d144;
}
.footer-tabInfo dl:nth-of-type(2) dt {
  width: 8.8541666667vw;
}
.footer-tabInfo dl:nth-of-type(3) {
  border: 1.3020833333vw solid #3fb4f7;
}
.footer-tabInfo dl:nth-of-type(3) dt {
  width: 10.9375vw;
}
.footer-tabInfo dl:hover {
  top: -0.5208333333vw;
  box-shadow: 1.171875vw 1.171875vw 1.0416666667vw #999999;
}
.footer-tabInfo dl:active {
  top: 0.5208333333vw;
  box-shadow: none;
}
.footer-tabInfo dl dt {
  position: absolute;
  top: -3.125vw;
  left: 50%;
  transform: translateX(-50%);
}
.footer-tabInfo dl dd {
  font-size: 2.6041666667vw;
  font-weight: 600;
  text-align: center;
}

.header {
  padding: 48px 0 32px;
  color: #fff;
  background: #f08167;
}
@media (max-width: 1280px) {
  .header {
    padding: 3.75vw 0 2.5vw;
  }
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.8645833333vw 0;
    z-index: 100;
  }
}
.header-logo {
  text-align: center;
}
@media (max-width: 768px) {
  .header-logo {
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .header-logo img {
    width: 23.359375vw;
  }
}
.header-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
  gap: 16px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media (max-width: 1280px) {
  .header-sub {
    margin-top: 0.625vw;
    gap: 1.25vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .header-sub {
    display: none;
  }
}
.header-sub::before, .header-sub::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
}
@media (max-width: 1280px) {
  .header-sub::before, .header-sub::after {
    width: 0.78125vw;
    height: 0.15625vw;
  }
}
.header__nav {
  margin-top: 48px;
}
@media (max-width: 1280px) {
  .header__nav {
    margin-top: 3.75vw;
  }
}
.header__nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__nav__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 26px;
}
@media (max-width: 1280px) {
  .header__nav__list li {
    gap: 0.625vw;
    font-size: 2.03125vw;
  }
}
.header__nav__list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
}
@media (max-width: 1280px) {
  .header__nav__list li::before {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
.header__tabNav {
  position: fixed;
  top: 11.1979166667vw;
  left: -100%;
  width: 100%;
  height: calc(100vh - 11.1979166667vw);
  background: #f08167;
  transition: 0.6s all ease-out;
  z-index: 10;
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  gap: 10.4166666667vw 0;
  transform: translate(-50%, -50%);
}
.header__tabNav__list li {
  position: relative;
  color: #fff;
  font-size: 4.6875vw;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 440px) {
  .header__tabNav__list li {
    font-size: 5.2272727273vw;
  }
}
.header__tabNav__list li a {
  display: inline-block;
  width: 60%;
  padding: 0.5208333333vw 0;
}
.header__tabNav-active {
  left: 0 !important;
}
.header__tabButton {
  position: fixed;
  display: block;
  width: 5.7291666667vw;
  height: 4.1666666667vw;
  right: 4.1666666667vw;
  top: 3.6458333333vw;
  z-index: 10;
}
.header__tabButton span {
  position: absolute;
  left: 0px;
  top: 1.8229166667vw;
  width: 100%;
  height: 0.390625vw;
  border-radius: 5px;
  background: #fff;
  transition: 0.3s all ease-in-out;
}
.header__tabButton span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1.8229166667vw;
  width: 100%;
  height: 0.390625vw;
  border-radius: 5px;
  background: #fff;
  transition: 0.3s all ease-in-out;
}
.header__tabButton span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 1.8229166667vw;
  width: 100%;
  height: 0.390625vw;
  border-radius: 5px;
  background: #fff;
  transition: 0.3s all ease-in-out;
}
.header__tabButton-active {
  background: none !important;
}
.header__tabButton-active::before {
  top: 0px !important;
  transform: rotate(45deg);
  background: #fff;
}
.header__tabButton-active::after {
  top: 0 !important;
  transform: rotate(-45deg);
  background: #fff;
}

.top {
  background: url(../images/top-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .top {
    background-size: 156.25vw 93.75vw;
  }
}
@media (max-width: 768px) {
  .top {
    background: url(../images/top-bg-tab.png) no-repeat;
    background-size: 100%;
  }
}
.top .topContainer {
  position: relative;
  height: 1200px;
}
@media (max-width: 1280px) {
  .top .topContainer {
    height: 93.75vw;
  }
}
.top-img1 {
  padding-top: 148px;
  text-align: center;
}
@media (max-width: 1280px) {
  .top-img1 {
    padding-top: 11.5625vw;
  }
}
@media (max-width: 1280px) {
  .top-img1 img {
    width: 88.828125vw;
  }
}
@media (max-width: 768px) {
  .top-img1 img {
    width: 83.3333333333vw;
  }
}
.top-img2, .top-img3, .top-img4 {
  position: absolute;
}
.top-img2 {
  bottom: 74px;
  left: 6px;
}
@media (max-width: 1280px) {
  .top-img2 {
    bottom: 5.78125vw;
    left: 0.46875vw;
    width: 33.515625vw;
  }
}
.top-img3 {
  bottom: 222px;
  left: 442px;
  width: 800px;
}
@media (max-width: 1280px) {
  .top-img3 {
    bottom: 17.34375vw;
    left: 34.53125vw;
    width: 62.5vw;
  }
}
.top-img4 {
  bottom: 134px;
  left: 460px;
  width: 420px;
}
@media (max-width: 1280px) {
  .top-img4 {
    bottom: 10.46875vw;
    left: 35.9375vw;
    width: 32.8125vw;
  }
}

.salary {
  padding-top: 32px;
}
@media (max-width: 1280px) {
  .salary {
    padding-top: 2.5vw;
  }
}
@media (max-width: 768px) {
  .salary {
    padding-top: 11.1979166667vw;
    margin-top: -11.1979166667vw;
  }
}
.salary__head {
  position: relative;
  padding: 154px 7% 40px;
  background: url(../images/salary-head-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .salary__head {
    padding: 12.03125vw 7% 3.125vw;
  }
}
@media (max-width: 768px) {
  .salary__head {
    padding: 13.5416666667vw 5% 1.875vw;
  }
}
.salary__head-text {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .salary__head-text {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .salary__head-text {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
    line-height: 1.3;
    text-align: justify;
  }
}
.salary__head img {
  position: absolute;
  bottom: 0;
  right: 28px;
}
@media (max-width: 1280px) {
  .salary__head img {
    right: 2.1875vw;
    width: 39.140625vw;
  }
}
@media (max-width: 768px) {
  .salary__head img {
    right: -10.15625vw;
    width: 39.0625vw;
  }
}
.salary__contents {
  padding: 68px 8% 44px;
  background: url(../images/salary-contents-bg.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .salary__contents {
    padding: 5.3125vw 8% 3.4375vw;
  }
}
@media (max-width: 768px) {
  .salary__contents {
    position: relative;
    padding: 3.125vw 5% 2.6041666667vw;
    background: url(../images/salary-contents-bg-tab.png) no-repeat;
    background-size: cover;
  }
}
.salary__contents h3 {
  text-align: center;
}
@media (max-width: 1280px) {
  .salary__contents h3 img {
    width: 43.046875vw;
  }
}
@media (max-width: 768px) {
  .salary__contents h3 img {
    width: 66.796875vw;
  }
}
.salary__contents__list {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 12px;
}
@media (max-width: 1280px) {
  .salary__contents__list {
    margin-top: 4.6875vw;
    gap: 0.9375vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__list {
    margin-top: 2.6041666667vw;
  }
}
.salary__contents__list dl {
  display: flex;
  justify-content: space-between;
  padding: 12px 7%;
  font-size: 34px;
  letter-spacing: 0.1rem;
  box-shadow: 0 0 4px #888888;
  background: url(../images/salary-contents-list-bg.png);
}
@media (max-width: 1280px) {
  .salary__contents__list dl {
    padding: 0.9375vw 7%;
    font-size: 2.65625vw;
    box-shadow: 0 0 0.3125vw #888888;
  }
}
@media (max-width: 768px) {
  .salary__contents__list dl {
    flex-direction: column;
    text-align: center;
    padding: 1.0416666667vw 1%;
    font-size: 3.6458333333vw;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
}
.salary__contents__list dl:nth-of-type(1) {
  flex-direction: column;
  font-size: 62px;
}
@media (max-width: 1280px) {
  .salary__contents__list dl:nth-of-type(1) {
    font-size: 4.53125vw;
  }
}
.salary__contents__list dl:nth-of-type(1) span {
  font-size: 90px;
}
@media (max-width: 1280px) {
  .salary__contents__list dl:nth-of-type(1) span {
    font-size: 7.03125vw;
  }
}
.salary__contents__list dl:nth-of-type(1) p {
  margin-top: 22px;
  padding: 12px 0;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.02rem;
  background: url(../images/salary-contents-list-text-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .salary__contents__list dl:nth-of-type(1) p {
    margin-top: 1.71875vw;
    padding: 0.9375vw 0;
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__list dl:nth-of-type(1) p {
    font-size: 2.2135416667vw;
    font-weight: 300;
    border-top: 1px dotted #888888;
  }
}
.salary__contents__list dl span {
  color: #ff5d5d;
  font-size: 44px;
}
@media (max-width: 1280px) {
  .salary__contents__list dl span {
    font-size: 3.4375vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__list dl span {
    font-size: 5.46875vw;
  }
}
.salary__contents-desc {
  margin-top: 22px;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08rem;
}
@media (max-width: 1280px) {
  .salary__contents-desc {
    margin-top: 1.71875vw;
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .salary__contents-desc {
    font-size: 2.34375vw;
  }
}
.salary__contents-desc span {
  color: #ff5d5d;
  font-size: 28px;
}
@media (max-width: 1280px) {
  .salary__contents-desc span {
    font-size: 2.1875vw;
  }
}
@media (max-width: 768px) {
  .salary__contents-desc span {
    font-size: 3.3854166667vw;
  }
}

.guara {
  position: relative;
  padding-top: 32px;
  background: #fef6d9;
}
@media (max-width: 1280px) {
  .guara {
    padding-top: 2.5vw;
  }
}
@media (max-width: 768px) {
  .guara {
    padding-top: 13.8020833333vw;
    margin-top: -11.1979166667vw;
  }
}
.guara::before, .guara::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 160px;
  background: #fef6d9;
}
@media (max-width: 1280px) {
  .guara::before, .guara::after {
    height: 12.5vw;
  }
}
.guara::before {
  top: -160px;
  border-radius: 100% 100% 0 0;
  z-index: -1;
}
@media (max-width: 1280px) {
  .guara::before {
    top: -12.5vw;
  }
}
.guara::after {
  bottom: -160px;
  border-radius: 0 0 100% 100%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .guara::after {
    bottom: -12.5vw;
  }
}
.guara__head {
  position: relative;
  padding: 178px 1% 22px;
  text-align: right;
  background: url(../images/guara-head-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .guara__head {
    padding: 13.90625vw 1% 1.71875vw;
  }
}
@media (max-width: 768px) {
  .guara__head {
    padding: 4.1666666667vw 5% 1.875vw;
    background: none;
  }
}
.guara__head-deco {
  display: none;
}
@media (max-width: 768px) {
  .guara__head-deco {
    display: block;
    text-align: right;
  }
}
.guara__head-deco img {
  position: relative !important;
  width: 41.6666666667vw;
}
.guara__head .section-title {
  justify-content: flex-end;
}
.guara__head .section-title::before, .guara__head .section-title::after {
  background: url(../images/guara-title-bg.png) no-repeat;
  background-size: 100%;
}
.guara__head .section-sub {
  width: 78%;
  margin-left: auto;
  padding: 13px 22px 13px 0px;
}
@media (max-width: 1280px) {
  .guara__head .section-sub {
    padding: 1.015625vw 1.71875vw 1.015625vw 0;
  }
}
@media (max-width: 768px) {
  .guara__head .section-sub {
    width: 100%;
    padding: 2.34375vw 3.125vw;
  }
}
.guara__head-text {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .guara__head-text {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .guara__head-text {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
    line-height: 1.3;
    text-align: justify;
  }
}
.guara__head img {
  position: absolute;
  bottom: 0;
  right: 28px;
}
@media (max-width: 1280px) {
  .guara__head img {
    right: 2.1875vw;
  }
}
@media (max-width: 768px) {
  .guara__head img {
    left: -4.9479166667vw;
    width: 39.0625vw;
  }
}
.guara__contents h3 {
  margin-top: 90px;
  text-align: center;
}
@media (max-width: 1280px) {
  .guara__contents h3 {
    margin-top: 7.03125vw;
  }
}
@media (max-width: 1280px) {
  .guara__contents h3 img {
    width: 63.046875vw;
  }
}
@media (max-width: 768px) {
  .guara__contents h3 img {
    width: 100%;
  }
}
.guara__contents__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 1280px) {
  .guara__contents__list {
    margin-top: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .guara__contents__list {
    flex-direction: column;
    margin-top: 10.4166666667vw;
    padding: 0 5%;
    gap: 7.8125vw;
  }
}
.guara__contents__list dl {
  width: 31%;
  padding: 120px 0 44px;
  background: url(../images/guara-contents-list-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .guara__contents__list dl {
    padding: 9.375vw 0 3.4375vw;
  }
}
@media (max-width: 768px) {
  .guara__contents__list dl {
    position: relative;
    width: 100%;
    padding: 2.0833333333vw 0 1.5625vw;
    background: url(../images/guara-contents-list-bg-tab.png) no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1280px) {
  .guara__contents__list dl:nth-of-type(1) .price img {
    width: 17.1875vw;
  }
}
@media (max-width: 768px) {
  .guara__contents__list dl:nth-of-type(1) dd p:nth-of-type(1) {
    -ms-writing-mode: initial;
        writing-mode: initial;
  }
}
.guara__contents__list dl dt {
  color: #624c33;
  font-size: 38px;
  text-align: center;
  background: -webkit-linear-gradient(-45deg, #624c33, #cca374, #624c33, #2c1e0e, #867b6e);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1280px) {
  .guara__contents__list dl dt {
    font-size: 2.96875vw;
  }
}
@media (max-width: 768px) {
  .guara__contents__list dl dt {
    position: absolute;
    top: -5.2083333333vw;
    left: -5.7291666667vw;
    width: 24.4791666667vw;
  }
}
@media (max-width: 768px) {
  .guara__contents__list dl dd .tabFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 15.625vw;
    gap: 2.0833333333vw;
  }
}
.guara__contents__list dl dd .price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 4px;
}
@media (max-width: 1280px) {
  .guara__contents__list dl dd .price {
    margin-top: 4.6875vw;
    gap: 0.3125vw;
  }
}
@media (max-width: 768px) {
  .guara__contents__list dl dd .price {
    align-items: flex-end;
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .guara__contents__list dl dd .price img {
    width: 8.90625vw;
  }
}
.guara__contents__list dl dd .price p {
  font-size: 54px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 1280px) {
  .guara__contents__list dl dd .price p {
    font-size: 4.21875vw;
  }
}
@media (max-width: 768px) {
  .guara__contents__list dl dd .price p {
    font-size: 5.46875vw;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .guara__contents__list dl dd .price p:nth-of-type(2) {
    -ms-writing-mode: initial;
        writing-mode: initial;
  }
}
.guara__contents__list dl dd .text-middle {
  margin: 16px 10% 0;
  font-size: 26px;
  font-style: italic;
  letter-spacing: 0.06rem;
  background: url(../images/guara-contents-text-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .guara__contents__list dl dd .text-middle {
    margin: 1.25vw 10% 0;
    font-size: 2.03125vw;
  }
}
@media (max-width: 768px) {
  .guara__contents__list dl dd .text-middle {
    margin: 0;
    font-size: 2.6041666667vw;
    transform: rotate(-5deg);
  }
}
.guara__contents__list dl dd .text-bottom {
  margin-top: 28px;
  padding: 0 5%;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
@media (max-width: 1280px) {
  .guara__contents__list dl dd .text-bottom {
    margin-top: 2.1875vw;
    font-size: 1.484375vw;
  }
}
@media (max-width: 768px) {
  .guara__contents__list dl dd .text-bottom {
    margin-top: 1.5625vw;
    padding: 0 5%;
    font-size: 2.9947916667vw;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .guara__contents__list dl dd .text-bottom {
    padding: 0 3%;
  }
}
.guara__contents__list dl dd .text-bottom span {
  color: #ec0000;
}
.guara__contents-img {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 1280px) {
  .guara__contents-img {
    margin-top: 3.75vw;
  }
}
@media (max-width: 1280px) {
  .guara__contents-img img {
    width: 83.75vw;
  }
}

.treat {
  padding: 280px 0 0;
  background: url(../images/treat-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}
@media (max-width: 1280px) {
  .treat {
    padding: 21.875vw 0 0;
  }
}
@media (max-width: 768px) {
  .treat {
    padding-top: 32.03125vw;
    margin-top: -11.1979166667vw;
  }
}
.treat .treatContainer {
  position: relative;
  height: 3229px;
}
@media (max-width: 1280px) {
  .treat .treatContainer {
    height: 252.265625vw;
  }
}
.treat-title {
  text-align: center;
}
@media (max-width: 1280px) {
  .treat-title img {
    width: 70.390625vw;
  }
}
.treat__list .party {
  position: absolute;
}
.treat__list .party:nth-of-type(1) {
  top: 504px;
  left: 0px;
  width: 350px;
  height: 350px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(1) {
    top: 39.375vw;
    left: 0;
    width: 27.34375vw;
    height: 27.34375vw;
  }
}
.treat__list .party:nth-of-type(1) .treat-ball {
  width: 350px;
  height: 350px;
  font-size: 60px;
  transform: rotate(-15deg);
  background: #70c9fc;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(1) .treat-ball {
    width: 27.34375vw;
    height: 27.34375vw;
    font-size: 4.6875vw;
  }
}
.treat__list .party:nth-of-type(2) {
  top: 474px;
  left: 500px;
  width: 350px;
  height: 350px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(2) {
    top: 37.03125vw;
    left: 39.0625vw;
    width: 27.34375vw;
    height: 27.34375vw;
  }
}
.treat__list .party:nth-of-type(2) .treat-ball {
  width: 350px;
  height: 350px;
  font-size: 60px;
  transform: rotate(10deg);
  background: #ff85ad;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(2) .treat-ball {
    width: 27.34375vw;
    height: 27.34375vw;
    font-size: 4.6875vw;
  }
}
.treat__list .party:nth-of-type(3) {
  top: 560px;
  right: 40px;
  width: 280px;
  height: 280px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(3) {
    top: 43.75vw;
    right: 3.125vw;
    width: 21.875vw;
    height: 21.875vw;
  }
}
.treat__list .party:nth-of-type(3) .treat-ball {
  width: 280px;
  height: 280px;
  font-size: 60px;
  transform: rotate(10deg);
  background: #ff85ad;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(3) .treat-ball {
    width: 21.875vw;
    height: 21.875vw;
    font-size: 4.21875vw;
  }
}
.treat__list .party:nth-of-type(4) {
  top: 900px;
  left: 80px;
  width: 280px;
  height: 280px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(4) {
    top: 70.3125vw;
    left: 6.25vw;
    width: 21.875vw;
    height: 21.875vw;
  }
}
.treat__list .party:nth-of-type(4) .treat-ball {
  width: 280px;
  height: 280px;
  font-size: 54px;
  transform: rotate(-20deg);
  background: #61da66;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(4) .treat-ball {
    width: 21.875vw;
    height: 21.875vw;
    font-size: 4.21875vw;
  }
}
.treat__list .party:nth-of-type(5) {
  top: 920px;
  left: 400px;
  width: 220px;
  height: 220px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(5) {
    top: 71.875vw;
    left: 31.25vw;
    width: 17.1875vw;
    height: 17.1875vw;
  }
}
.treat__list .party:nth-of-type(5) .treat-ball {
  width: 220px;
  height: 220px;
  font-size: 42px;
  transform: rotate(-20deg);
  background: #f585ff;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(5) .treat-ball {
    width: 17.1875vw;
    height: 17.1875vw;
    font-size: 3.28125vw;
  }
}
.treat__list .party:nth-of-type(6) {
  top: 940px;
  right: 300px;
  width: 260px;
  height: 260px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(6) {
    top: 73.4375vw;
    right: 23.4375vw;
    width: 20.3125vw;
    height: 20.3125vw;
  }
}
.treat__list .party:nth-of-type(6) .treat-ball {
  width: 260px;
  height: 260px;
  font-size: 48px;
  transform: rotate(15deg);
  background: #ffb385;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(6) .treat-ball {
    width: 20.3125vw;
    height: 20.3125vw;
    font-size: 3.75vw;
  }
}
.treat__list .party:nth-of-type(7) {
  top: 920px;
  right: -20px;
  width: 260px;
  height: 260px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(7) {
    top: 71.875vw;
    right: -1.5625vw;
    width: 20.3125vw;
    height: 20.3125vw;
  }
}
.treat__list .party:nth-of-type(7) .treat-ball {
  width: 260px;
  height: 260px;
  font-size: 48px;
  transform: rotate(15deg);
  background: #f585ff;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(7) .treat-ball {
    width: 20.3125vw;
    height: 20.3125vw;
    font-size: 3.75vw;
  }
}
.treat__list .party:nth-of-type(8) {
  top: 1200px;
  left: 300px;
  width: 280px;
  height: 280px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(8) {
    top: 93.75vw;
    left: 23.4375vw;
    width: 21.875vw;
    height: 21.875vw;
  }
}
.treat__list .party:nth-of-type(8) .treat-ball {
  width: 280px;
  height: 280px;
  font-size: 54px;
  transform: rotate(-20deg);
  background: #ffb385;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(8) .treat-ball {
    width: 21.875vw;
    height: 21.875vw;
    font-size: 4.21875vw;
  }
}
.treat__list .party:nth-of-type(9) {
  top: 1220px;
  right: 200px;
  width: 220px;
  height: 220px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(9) {
    top: 95.3125vw;
    right: 15.625vw;
    width: 17.1875vw;
    height: 17.1875vw;
  }
}
.treat__list .party:nth-of-type(9) .treat-ball {
  width: 220px;
  height: 220px;
  font-size: 42px;
  transform: rotate(15deg);
  background: #70c9fc;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(9) .treat-ball {
    width: 17.1875vw;
    height: 17.1875vw;
    font-size: 3.28125vw;
  }
}
.treat__list .party:nth-of-type(10) {
  top: 1500px;
  left: 60px;
  width: 260px;
  height: 260px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(10) {
    top: 117.1875vw;
    left: 4.6875vw;
    width: 20.3125vw;
    height: 20.3125vw;
  }
}
.treat__list .party:nth-of-type(10) .treat-ball {
  width: 260px;
  height: 260px;
  font-size: 48px;
  transform: rotate(-15deg);
  background: #70c9fc;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(10) .treat-ball {
    width: 20.3125vw;
    height: 20.3125vw;
    font-size: 3.75vw;
  }
}
.treat__list .party:nth-of-type(11) {
  top: 1400px;
  right: 420px;
  width: 220px;
  height: 220px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(11) {
    top: 109.375vw;
    right: 31.25vw;
    width: 17.1875vw;
    height: 17.1875vw;
  }
}
.treat__list .party:nth-of-type(11) .treat-ball {
  width: 220px;
  height: 220px;
  font-size: 42px;
  transform: rotate(15deg);
  background: #61da66;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(11) .treat-ball {
    width: 17.1875vw;
    height: 17.1875vw;
    font-size: 3.28125vw;
  }
}
@media (max-width: 768px) {
  .treat__list .party:nth-of-type(11) .treat-ball {
    font-size: 3.125vw;
  }
}
.treat__list .party:nth-of-type(12) {
  top: 1500px;
  right: 0;
  width: 260px;
  height: 260px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(12) {
    top: 117.1875vw;
    right: 0;
    width: 20.3125vw;
    height: 20.3125vw;
  }
}
.treat__list .party:nth-of-type(12) .treat-ball {
  width: 260px;
  height: 260px;
  font-size: 36px;
  transform: rotate(15deg);
  background: #ff85ad;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(12) .treat-ball {
    width: 20.3125vw;
    height: 20.3125vw;
    font-size: 2.8125vw;
  }
}
.treat__list .party:nth-of-type(13) {
  top: 1620px;
  left: 340px;
  width: 260px;
  height: 260px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(13) {
    top: 126.5625vw;
    left: 26.5625vw;
    width: 20.3125vw;
    height: 20.3125vw;
  }
}
.treat__list .party:nth-of-type(13) .treat-ball {
  width: 260px;
  height: 260px;
  font-size: 54px;
  transform: rotate(-15deg);
  background: #ff85ad;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(13) .treat-ball {
    width: 20.3125vw;
    height: 20.3125vw;
    font-size: 4.21875vw;
  }
}
.treat__list .party:nth-of-type(14) {
  top: 1700px;
  right: 280px;
  width: 260px;
  height: 260px;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(14) {
    top: 132.8125vw;
    right: 21.875vw;
    width: 20.3125vw;
    height: 20.3125vw;
  }
}
.treat__list .party:nth-of-type(14) .treat-ball {
  width: 260px;
  height: 260px;
  font-size: 48px;
  transform: rotate(15deg);
  background: #f585ff;
}
@media (max-width: 1280px) {
  .treat__list .party:nth-of-type(14) .treat-ball {
    width: 20.3125vw;
    height: 20.3125vw;
    font-size: 3.75vw;
  }
}
.treat-ball {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-family: "りいポップ角 R";
  font-weight: 600;
  text-align: center;
  border-radius: 100%;
}
.treat-ball::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border: 8px solid #fff;
  border-radius: 100%;
}
@media (max-width: 1280px) {
  .treat-ball::after {
    border: 0.625vw solid #fff;
  }
}
@media (max-width: 768px) {
  .treat-ball::after {
    border: 0.78125vw solid #fff;
  }
}
.treat-img {
  position: absolute;
  bottom: 82px;
  left: 50%;
  width: 1196px;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .treat-img {
    bottom: 6.40625vw;
    width: 93.4375vw;
  }
}
.treat-img img {
  width: 1196px;
}
@media (max-width: 1280px) {
  .treat-img img {
    width: 93.4375vw;
  }
}

.welcome {
  padding: 60px 0 260px;
  background: url(../images/welcome-bg.png);
}
@media (max-width: 1280px) {
  .welcome {
    padding: 4.6875vw 0 20.3125vw;
  }
}
@media (max-width: 768px) {
  .welcome {
    position: relative;
    padding-top: 19.0104166667vw;
    padding-bottom: 36.4583333333vw;
    margin-top: -11.1979166667vw;
    z-index: -1;
  }
}
.welcome__head {
  position: relative;
  padding: 154px 7% 40px;
  background: url(../images/welcome-head-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .welcome__head {
    padding: 12.03125vw 7% 3.125vw;
  }
}
@media (max-width: 768px) {
  .welcome__head {
    padding: 13.5416666667vw 5% 1.875vw;
  }
}
@media (max-width: 768px) {
  .welcome__head .section-title {
    font-size: 7.03125vw;
  }
}
.welcome__head-text {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .welcome__head-text {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .welcome__head-text {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
    line-height: 1.3;
    text-align: justify;
  }
}
.welcome__head img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .welcome__head img {
    width: 40.859375vw;
  }
}
@media (max-width: 768px) {
  .welcome__head img {
    right: -10.15625vw;
    width: 39.0625vw;
  }
}
.welcome-img {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 1280px) {
  .welcome-img {
    margin-top: 2.5vw;
  }
}
@media (max-width: 1280px) {
  .welcome-img img {
    width: 86.40625vw;
  }
}
@media (max-width: 768px) {
  .welcome-img img {
    width: 100%;
  }
}
.welcome__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 60px 0;
}
@media (max-width: 1280px) {
  .welcome__contents {
    margin-top: 4.6875vw;
    gap: 4.6875vw 0;
  }
}
@media (max-width: 768px) {
  .welcome__contents {
    flex-direction: column;
    margin-top: 7.8125vw;
  }
}
.welcome__contents dl {
  width: 49%;
}
@media (max-width: 768px) {
  .welcome__contents dl {
    width: 100%;
  }
}
.welcome__contents dl:nth-of-type(1) {
  padding: 80px 6% 60px;
  background: url(../images/welcome-contents-bg1.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .welcome__contents dl:nth-of-type(1) {
    padding: 6.25vw 6% 4.6875vw;
  }
}
@media (max-width: 768px) {
  .welcome__contents dl:nth-of-type(1) {
    padding: 8.3333333333vw 8% 10.4166666667vw;
  }
}
.welcome__contents dl:nth-of-type(2) {
  padding: 80px 6% 100px;
  background: url(../images/welcome-contents-bg2.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .welcome__contents dl:nth-of-type(2) {
    padding: 6.25vw 6% 7.8125vw;
  }
}
@media (max-width: 768px) {
  .welcome__contents dl:nth-of-type(2) {
    padding: 15.3645833333vw 8% 10.4166666667vw;
  }
}
.welcome__contents dl:nth-of-type(3) {
  padding: 100px 6% 140px;
  background: url(../images/welcome-contents-bg3.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .welcome__contents dl:nth-of-type(3) {
    padding: 7.8125vw 6% 10.9375vw;
  }
}
@media (max-width: 768px) {
  .welcome__contents dl:nth-of-type(3) {
    padding: 15.3645833333vw 11% 13.5416666667vw;
  }
}
.welcome__contents dl:nth-of-type(4) {
  padding: 100px 6% 60px;
  background: url(../images/welcome-contents-bg4.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .welcome__contents dl:nth-of-type(4) {
    padding: 7.8125vw 6% 10.9375vw;
  }
}
@media (max-width: 768px) {
  .welcome__contents dl:nth-of-type(4) {
    padding: 15.3645833333vw 10% 14.0625vw;
  }
}
.welcome__contents dl dt {
  margin: 0 5%;
  padding: 24px 0 36px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.04rem;
  background: url(../images/welcome-contents-title.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .welcome__contents dl dt {
    padding: 1.875vw 0 2.8125vw;
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .welcome__contents dl dt {
    padding: 5.2083333333vw 0;
    font-size: 4.4270833333vw;
  }
}
.welcome__contents dl dt h4 {
  letter-spacing: -3.4px;
}
@media (max-width: 1280px) {
  .welcome__contents dl dt h4 {
    letter-spacing: -0.265625vw;
  }
}
.welcome__contents dl dt h4 .orange {
  color: #fd9f46;
}
.welcome__contents dl dt h4 .brown {
  color: #9c8073;
}
.welcome__contents dl dt h4 .green {
  color: #44bfa3;
}
.welcome__contents dl dt h4 .pink {
  color: #f7747b;
}
.welcome__contents dl dt h4 .black {
  color: #484848;
}
.welcome__contents dl dd {
  margin-top: 8px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.03rem;
}
@media (max-width: 1280px) {
  .welcome__contents dl dd {
    margin-top: 0.625vw;
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .welcome__contents dl dd {
    margin-top: 1.0416666667vw;
    font-size: 3.125vw;
  }
}
.welcome__contents dl dd .red {
  color: #f41212;
}
.welcome__contents dl dd .green {
  border-bottom: 8px solid #35f6ca;
}
@media (max-width: 1280px) {
  .welcome__contents dl dd .green {
    border-bottom: 0.3125vw solid #35f6ca;
  }
}
.welcome__contents dl dd .yellow {
  color: #fd9f46;
}

.voice {
  position: relative;
  padding-bottom: 28px;
  background: url(../images/voice-bg.png);
}
@media (max-width: 1280px) {
  .voice {
    padding-bottom: 2.1875vw;
  }
}
@media (max-width: 768px) {
  .voice {
    padding-top: 11.1979166667vw;
    margin-top: -11.1979166667vw;
  }
}
.voice::before, .voice::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 190px;
  background: url(../images/voice-bg.png);
}
@media (max-width: 1280px) {
  .voice::before, .voice::after {
    height: 14.84375vw;
  }
}
.voice::before {
  top: -190px;
  border-radius: 100% 100% 0 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  .voice::before {
    top: -14.84375vw;
  }
}
.voice::after {
  bottom: -190px;
  border-radius: 0 0 100% 100%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .voice::after {
    bottom: -14.84375vw;
  }
}
.voice__head {
  position: relative;
  padding: 178px 1% 22px;
  text-align: right;
  background: url(../images/voice-head-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .voice__head {
    padding: 13.90625vw 1% 1.71875vw;
  }
}
@media (max-width: 768px) {
  .voice__head {
    padding: 4.1666666667vw 5% 1.875vw;
    background: none;
  }
}
.voice__head-deco {
  display: none;
}
@media (max-width: 768px) {
  .voice__head-deco {
    display: block;
    text-align: right;
  }
}
.voice__head-deco img {
  position: relative !important;
  width: 100% !important;
}
.voice__head .section-title {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .voice__head .section-title {
    font-size: 7.2916666667vw;
  }
}
.voice__head .section-title::before, .voice__head .section-title::after {
  width: 71px;
  height: 95px;
  background: url(../images/voice-title-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .voice__head .section-title::before, .voice__head .section-title::after {
    width: 5.546875vw;
    height: 7.421875vw;
  }
}
.voice__head .section-title::after {
  transform: scale(-1, 1);
}
.voice__head .section-sub {
  width: 78%;
  margin-left: auto;
  padding: 13px 22px 13px 0px;
}
@media (max-width: 1280px) {
  .voice__head .section-sub {
    padding: 1.015625vw 1.71875vw 1.015625vw 0;
  }
}
@media (max-width: 768px) {
  .voice__head .section-sub {
    width: 100%;
    padding: 2.34375vw 3.125vw;
  }
}
.voice__head-text {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .voice__head-text {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .voice__head-text {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
    line-height: 1.3;
    text-align: justify;
  }
}
@media (max-width: 440px) {
  .voice__head-text {
    font-size: 4.5454545455vw;
  }
}
.voice__head img {
  position: absolute;
  bottom: 0;
  right: 28px;
}
@media (max-width: 1280px) {
  .voice__head img {
    right: 2.1875vw;
  }
}
@media (max-width: 768px) {
  .voice__head img {
    left: -4.9479166667vw;
    width: 39.0625vw;
  }
}
.voice__cmt {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 32px;
}
@media (max-width: 1280px) {
  .voice__cmt {
    margin-top: 2.5vw;
    gap: 2.5vw;
  }
}
@media (max-width: 768px) {
  .voice__cmt {
    flex-direction: row;
  }
}
@media (max-width: 440px) {
  .voice__cmt {
    flex-direction: column;
    margin-top: 7.2727272727vw;
  }
}
.voice__cmt dl {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}
@media (max-width: 1280px) {
  .voice__cmt dl {
    gap: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .voice__cmt dl {
    flex-direction: column;
    width: 50%;
  }
}
@media (max-width: 440px) {
  .voice__cmt dl {
    width: 90%;
    margin: 0 auto;
  }
}
.voice__cmt dl:nth-of-type(1) {
  padding: 64px 3% 30px;
  background: url(../images/voice-cmt-bg1.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .voice__cmt dl:nth-of-type(1) {
    padding: 5vw 3% 2.34375vw;
  }
}
@media (max-width: 768px) {
  .voice__cmt dl:nth-of-type(1) {
    padding: 0vw 6% 11.1979166667vw;
    background: url(../images/voice-cmt-bg1-tab.png) no-repeat;
    background-size: 100%;
    background-position-y: 5.2083333333vw;
    background-position-x: -2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .voice__cmt dl:nth-of-type(1) {
    padding: 0vw 6% 19.5454545455vw;
  }
}
.voice__cmt dl:nth-of-type(2) {
  padding: 20px 3% 40px;
  background: url(../images/voice-cmt-bg2.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .voice__cmt dl:nth-of-type(2) {
    padding: 1.5625vw 3% 10.15625vw;
  }
}
@media (max-width: 768px) {
  .voice__cmt dl:nth-of-type(2) {
    padding: 0vw 6% 3.90625vw;
    background: url(../images/voice-cmt-bg2-tab.png) no-repeat;
    background-size: 100%;
    background-position-y: 5.2083333333vw;
    background-position-x: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .voice__cmt dl:nth-of-type(2) {
    padding: 0vw 6% 27.2727272727vw;
  }
}
@media (max-width: 768px) {
  .voice__cmt dl:nth-of-type(2) dt {
    order: -1;
  }
}
.voice__cmt dl:nth-of-type(2) dd {
  text-align: right;
}
@media (max-width: 768px) {
  .voice__cmt dl:nth-of-type(2) dd {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .voice__cmt dt {
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .voice__cmt dt img {
    width: 25.859375vw;
  }
}
@media (max-width: 440px) {
  .voice__cmt dt img {
    width: 45.4545454545vw;
  }
}
.voice__cmt dd h3 {
  color: #ff587a;
  font-size: 56px;
}
@media (max-width: 1280px) {
  .voice__cmt dd h3 {
    font-size: 4.375vw;
  }
}
@media (max-width: 768px) {
  .voice__cmt dd h3 {
    font-family: "りいポップ角 R";
    font-size: 4.1666666667vw;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .voice__cmt dd h3 {
    font-size: 6.3636363636vw;
  }
}
.voice__cmt dd p {
  margin-top: 12px;
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .voice__cmt dd p {
    margin-top: 0.9375vw;
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .voice__cmt dd p {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .voice__cmt dd p {
    padding: 0 10%;
    font-size: 4.5454545455vw;
  }
}

.corona {
  position: relative;
  padding: 280px 0 0;
  background: url(../images/corona-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .corona {
    padding: 21.875vw 0 0;
  }
}
.corona .coronaContainer {
  position: relative;
  height: 2035px;
}
@media (max-width: 1280px) {
  .corona .coronaContainer {
    height: 158.984375vw;
  }
}
@media (max-width: 768px) {
  .corona .coronaContainer {
    height: 177.0833333333vw;
  }
}
.corona-title {
  text-align: center;
}
@media (max-width: 1280px) {
  .corona-title img {
    width: 74.140625vw;
  }
}
.corona-sub {
  margin-top: 12px;
  color: #045393;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  text-shadow: 5px 5px 0 #fff, -5px -5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff, 0px 5px 0 #fff, 0 -5px 0 #fff, -5px 0 0 #fff, 5px 0 0 #fff;
}
@media (max-width: 1280px) {
  .corona-sub {
    margin-top: 0.9375vw;
    font-size: 2.96875vw;
    text-shadow: 0.390625vw 0.390625vw 0 #fff, -0.390625vw -0.390625vw 0 #fff, -0.390625vw 0.390625vw 0 #fff, 0.390625vw -0.390625vw 0 #fff, 0px 0.390625vw 0 #fff, 0 -0.390625vw 0 #fff, -0.390625vw 0 0 #fff, 0.390625vw 0 0 #fff;
  }
}
@media (max-width: 768px) {
  .corona-sub {
    font-size: 3.6458333333vw;
  }
}
.corona-text {
  margin-top: 8px;
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
@media (max-width: 1280px) {
  .corona-text {
    margin-top: 0.625vw;
    font-size: 2.03125vw;
  }
}
@media (max-width: 768px) {
  .corona-text {
    font-size: 2.8645833333vw;
  }
}
.corona-ball {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 350px;
  height: 350px;
  color: #ff90b4;
  font-size: 60px;
  font-family: "りいポップ角 R";
  font-weight: 600;
  text-align: center;
  border-radius: 100%;
  border: 8px solid #ff90b4;
}
@media (max-width: 1280px) {
  .corona-ball {
    width: 27.34375vw;
    height: 27.34375vw;
    font-size: 4.6875vw;
    border: 0.625vw solid #ff90b4;
  }
}
@media (max-width: 768px) {
  .corona-ball {
    width: 32.5520833333vw;
    height: 32.5520833333vw;
    font-size: 5.46875vw;
    border: 1.0416666667vw solid #ff90b4;
  }
}
.corona-ball::before {
  content: "";
  position: absolute;
}
.corona-ball:nth-of-type(1) {
  top: 624px;
  left: 150px;
  transform: rotate(-10deg);
  background: #fff;
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(1) {
    top: 48.75vw;
    left: 11.71875vw;
  }
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(1) {
    top: 51.875vw;
  }
}
.corona-ball:nth-of-type(1)::before {
  top: -48px;
  left: -48px;
  width: 141px;
  height: 201px;
  background: url(../images/corona-ball1.png) no-repeat;
  background-size: 100%;
  transform: rotate(10deg);
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(1)::before {
    top: -3.75vw;
    left: -3.75vw;
    width: 11.015625vw;
    height: 15.703125vw;
  }
}
.corona-ball:nth-of-type(2) {
  top: 780px;
  right: 200px;
  transform: rotate(15deg);
  background: #fff;
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(2) {
    top: 60.9375vw;
    right: 15.625vw;
  }
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(2) {
    top: 64.0625vw;
  }
}
.corona-ball:nth-of-type(2)::before {
  top: 40px;
  right: -136px;
  width: 194px;
  height: 199px;
  background: url(../images/corona-ball2.png) no-repeat;
  background-size: 100%;
  transform: rotate(-10deg);
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(2)::before {
    top: 3.125vw;
    right: -10.625vw;
    width: 15.15625vw;
    height: 15.546875vw;
  }
}
.corona-ball:nth-of-type(3) {
  top: 1204px;
  left: 208px;
  transform: rotate(-10deg);
  background: #fff;
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(3) {
    top: 94.0625vw;
    left: 16.25vw;
  }
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(3) {
    top: 97.1875vw;
  }
}
.corona-ball:nth-of-type(3)::before {
  bottom: -88px;
  left: -58px;
  width: 243px;
  height: 186px;
  background: url(../images/corona-ball3.png) no-repeat;
  background-size: 100%;
  transform: rotate(10deg);
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(3)::before {
    bottom: -6.875vw;
    left: -4.53125vw;
    width: 18.984375vw;
    height: 14.53125vw;
  }
}
.corona-ball:nth-of-type(4) {
  top: 1330px;
  right: 136px;
  font-size: 48px;
  transform: rotate(10deg);
  background: #fff;
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(4) {
    top: 103.90625vw;
    right: 10.625vw;
    font-size: 3.75vw;
  }
}
@media (max-width: 768px) {
  .corona-ball:nth-of-type(4) {
    top: 107.03125vw;
  }
}
.corona-ball:nth-of-type(4)::before {
  bottom: 40px;
  right: -102px;
  width: 163px;
  height: 203px;
  background: url(../images/corona-ball4.png) no-repeat;
  background-size: 100%;
  transform: rotate(-5deg);
}
@media (max-width: 1280px) {
  .corona-ball:nth-of-type(4)::before {
    bottom: 3.125vw;
    right: -7.96875vw;
    width: 12.734375vw;
    height: 15.859375vw;
  }
}
.corona-desc {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  background: #045393;
}
@media (max-width: 1280px) {
  .corona-desc {
    bottom: 7.03125vw;
    padding: 0.9375vw 0;
    font-size: 2.1875vw;
  }
}
@media (max-width: 768px) {
  .corona-desc {
    padding: 1.5625vw 10%;
    font-size: 3.125vw;
  }
}

.contact {
  padding: 80px 0;
}
@media (max-width: 1280px) {
  .contact {
    padding: 6.25vw 0;
  }
}
@media (max-width: 768px) {
  .contact {
    padding-top: 13.8020833333vw;
    margin-top: -11.1979166667vw;
  }
}
.contact-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 64px;
}
@media (max-width: 1280px) {
  .contact-title {
    gap: 0.625vw;
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .contact-title {
    font-size: 5.46875vw;
  }
}
.contact-title::before, .contact-title::after {
  content: "";
  width: 89px;
  height: 79px;
  background: url(../images/contact-title.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .contact-title::before, .contact-title::after {
    width: 6.953125vw;
    height: 6.171875vw;
  }
}
.contact-title::after {
  transform: scale(-1, 1);
}
.contact-desc {
  margin-top: 22px;
  padding: 12px 0;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: center;
  border-top: 10px dotted #efc392;
  border-bottom: 10px dotted #efc392;
}
@media (max-width: 1280px) {
  .contact-desc {
    margin-top: 1.71875vw;
    padding: 0.9375vw 0;
    font-size: 1.875vw;
    border-top: 0.78125vw dotted #efc392;
    border-bottom: 0.78125vw dotted #efc392;
  }
}
@media (max-width: 768px) {
  .contact-desc {
    font-size: 2.8645833333vw;
  }
}
.contact-form {
  margin-top: 60px;
  padding: 80px 5% 40px;
  border: 10px solid #000;
  border-radius: 72px;
  box-shadow: 8px 8px 8px #999999;
}
@media (max-width: 1280px) {
  .contact-form {
    margin-top: 4.6875vw;
    padding: 10.4166666667vw 5% 5.2083333333vw;
    border: 0.78125vw solid #000;
    border-radius: 5.625vw;
    box-shadow: 0.625vw 0.625vw 0.625vw #999999;
  }
}
.contact__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .contact__info {
    margin-top: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .contact__info {
    display: none;
  }
}
.contact__info dl {
  position: relative;
  width: 30%;
  border-radius: 28px;
  box-shadow: 6px 6px 6px #999999;
}
@media (max-width: 1280px) {
  .contact__info dl {
    border-radius: 2.1875vw;
    box-shadow: 0.46875vw 0.46875vw 0.46875vw #999999;
  }
}
.contact__info dl:nth-of-type(1) {
  border: 14px solid #ffa132;
}
@media (max-width: 1280px) {
  .contact__info dl:nth-of-type(1) {
    border: 1.09375vw solid #ffa132;
  }
}
.contact__info dl:nth-of-type(1)::after {
  top: -54px;
  right: -18px;
  width: 107px;
  height: 134px;
  background: url(../images/tel-logo.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .contact__info dl:nth-of-type(1)::after {
    top: -4.21875vw;
    right: -1.40625vw;
    width: 8.359375vw;
    height: 10.46875vw;
  }
}
.contact__info dl:nth-of-type(2) {
  border: 14px solid #35d144;
}
@media (max-width: 1280px) {
  .contact__info dl:nth-of-type(2) {
    border: 1.09375vw solid #35d144;
  }
}
.contact__info dl:nth-of-type(2)::after {
  top: -60px;
  right: -28px;
  width: 131px;
  height: 125px;
  background: url(../images/line-logo.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .contact__info dl:nth-of-type(2)::after {
    top: -4.6875vw;
    right: -2.1875vw;
    width: 10.234375vw;
    height: 9.765625vw;
  }
}
.contact__info dl:nth-of-type(3) {
  border: 14px solid #3fb4f7;
}
@media (max-width: 1280px) {
  .contact__info dl:nth-of-type(3) {
    border: 1.09375vw solid #3fb4f7;
  }
}
.contact__info dl:nth-of-type(3)::after {
  top: -60px;
  right: -48px;
  width: 148px;
  height: 94px;
  background: url(../images/mail-logo.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .contact__info dl:nth-of-type(3)::after {
    top: -4.6875vw;
    right: -3.75vw;
    width: 11.5625vw;
    height: 7.34375vw;
  }
}
.contact__info dl:hover {
  top: -4px;
  box-shadow: 9px 9px 8px #999999;
}
.contact__info dl:active {
  top: 4px;
  box-shadow: none;
}
.contact__info dl::after {
  content: "";
  position: absolute;
}
.contact__info dl a {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
}
@media (max-width: 1280px) {
  .contact__info dl a {
    padding: 0.9375vw 1.25vw;
  }
}
.contact__info dl dt {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .contact__info dl dt {
    font-size: 2.34375vw;
  }
}
.contact__info dl dd {
  margin-top: 4px;
  font-size: 24px;
}
@media (max-width: 1280px) {
  .contact__info dl dd {
    margin-top: 0.3125vw;
    font-size: 1.875vw;
  }
}
.contact-link {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 1280px) {
  .contact-link {
    margin-top: 9.375vw;
  }
}
.contact-link a {
  position: relative;
  display: inline-block;
  width: 800px;
  padding: 32px 0;
  color: #fff;
  font-size: 34px;
  border-radius: 24px;
  background: #ff6f9b;
  box-shadow: 6px 6px 6px #999999;
}
@media (max-width: 1280px) {
  .contact-link a {
    width: 62.5vw;
    padding: 2.5vw 0;
    font-size: 2.65625vw;
    border-radius: 1.875vw;
  }
}
@media (max-width: 768px) {
  .contact-link a {
    width: 78.125vw;
    padding: 3.125vw 0;
    font-size: 3.6458333333vw;
  }
}
.contact-link a:hover {
  top: -4px;
  box-shadow: 9px 9px 8px #999999;
}
.contact-link a:active {
  top: 4px;
  box-shadow: none;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 52px 0;
  font-size: 22px;
  text-align: left;
}
@media (max-width: 1280px) {
  .form {
    gap: 4.0625vw 0;
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .form {
    gap: 3.3854166667vw;
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .form {
    gap: 5vw;
    font-size: 4.0909090909vw;
  }
}
.form-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .form-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2604166667vw;
  }
}
.form-box-label {
  width: 35%;
  padding: 8px 0;
  letter-spacing: 0.2rem;
}
@media (max-width: 1280px) {
  .form-box-label {
    padding: 0.625vw 0;
  }
}
@media (max-width: 768px) {
  .form-box-label {
    width: 100%;
    text-align: center;
  }
}
.form-box-label-text {
  width: 100px;
}
@media (max-width: 1280px) {
  .form-box-label-text {
    width: 7.8125vw;
  }
}
.form-box .hissu::after {
  content: "※必須";
  margin-left: -4px;
  padding: 6px 10px;
  color: #ff0078;
  font-size: 22px;
  border-radius: 8px;
}
@media (max-width: 1280px) {
  .form-box .hissu::after {
    margin-left: -0.3125vw;
    padding: 0.46875vw 0.78125vw;
    font-size: 1.71875vw;
    border-radius: 0.625vw;
  }
}
@media (max-width: 440px) {
  .form-box .hissu::after {
    font-size: 4.0909090909vw;
  }
}
.form-box .idDesc::after {
  content: "当日お持ちになる身分証明書を記入してください。\a※運転免許、保険証、住民票、外国人登録証など";
  display: block;
  margin-top: 8px;
  font-size: 20px;
  color: #888888;
  white-space: pre-wrap;
}
@media (max-width: 1280px) {
  .form-box .idDesc::after {
    margin-top: 0.625vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .form-box .idDesc::after {
    margin-left: 1.0416666667vw;
    font-size: 2.34375vw;
  }
}
@media (max-width: 440px) {
  .form-box .idDesc::after {
    font-size: 3.6363636364vw;
  }
}
.form-box-input {
  width: 60%;
}
@media (max-width: 768px) {
  .form-box-input {
    width: 100%;
    text-align: center;
  }
}
.form-box-input-date {
  position: relative;
  width: 100%;
}
.form-box-input-date::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-box-input input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .form-box-input input {
    padding: 0.625vw 0.9375vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 768px) {
  .form-box-input input {
    padding: 1.0416666667vw 1.5625vw;
    border-radius: 0.5208333333vw;
    text-align: left;
  }
}
.form-box-input-img {
  border: none !important;
}
.form-box-input textarea {
  width: 100%;
  height: 260px;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 4px;
  resize: none;
}
@media (max-width: 1280px) {
  .form-box-input textarea {
    height: 20.3125vw;
    padding: 0.625vw 0.9375vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 768px) {
  .form-box-input textarea {
    height: 44.2708333333vw;
    margin-top: 2.8645833333vw;
    border-radius: 0.5208333333vw;
  }
}
.form-box-input .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .form-box-input .wpcf7-not-valid-tip {
    margin-top: 0.625vw;
    font-size: 1.09375vw;
  }
}
@media (max-width: 440px) {
  .form-box-input .wpcf7-not-valid-tip {
    font-size: 2.7272727273vw;
  }
}
.form-box-input select {
  margin: 0 8px;
  padding: 4px 12px;
  border: 1px solid #000;
  border-radius: 4px;
}
.form-box .small input {
  width: 16%;
  margin-right: 8px;
}
@media (max-width: 1280px) {
  .form-box .small input {
    margin-right: 0.625vw;
  }
}
@media (max-width: 768px) {
  .form-box .small input {
    width: 21%;
    margin-right: 1.5625vw;
  }
}
.form-radio {
  width: 60%;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .form-radio {
    width: 100%;
  }
}
.form-radio input {
  width: auto;
}
.form-textarea {
  align-items: flex-start;
}
.form-submit {
  position: relative;
  margin: 34px auto 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .form-submit {
    margin: 2.65625vw auto 0;
  }
}
@media (max-width: 768px) {
  .form-submit {
    margin: 5.2083333333vw;
  }
}
.form-submit input {
  position: relative;
  width: 100%;
  padding: 24px 320px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3rem;
  text-align: center;
  border-radius: 16px;
  background: #ff973b;
  box-shadow: 6px 6px 6px #999999;
}
@media (max-width: 1280px) {
  .form-submit input {
    padding: 1.875vw 25vw;
    font-size: 2.03125vw;
    border-radius: 1.25vw;
  }
}
@media (max-width: 768px) {
  .form-submit input {
    padding: 2.34375vw 3.6458333333vw;
    font-size: 4.6875vw;
  }
}
.form-submit input:hover {
  top: -4px;
  box-shadow: 9px 9px 8px #999999;
}
.form-submit input:active {
  top: 4px;
  box-shadow: none;
}

.wpcf7-response-output {
  margin-top: 8px;
  color: #dc3232;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .wpcf7-response-output {
    margin-top: 0.625vw;
    font-size: 1.40625vw;
  }
}
@media (max-width: 440px) {
  .wpcf7-response-output {
    font-size: 3.6363636364vw;
  }
}

.wpcf7 .wpcf7-not-valid {
  background: #f4c6cb;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}/*# sourceMappingURL=style.css.map */