/*
Theme Name: kanesadaLP2026 Theme
Author: oacenter
Version: 1.0
*/
@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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*/
}

/* 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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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-top-width: 1px;
  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] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  scroll-padding-top: calc(0.65vw + 2.54rem + 1.05%);
}
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 12vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #3E3A39;
  font-size: clamp(1.4rem, 0.17vw + 1.27rem, 1.6rem);
}
@media screen and (max-width: 750px) {
  body {
    font-size: clamp(1.4rem, 4.27vw + 0rem, 3.2rem);
  }
}

img {
  max-width: 100%;
  height: auto;
}

p, dt, dd, time, li {
  line-height: 2;
  font-weight: 500;
  font-size: clamp(1.4rem, 0.17vw + 1.27rem, 1.6rem);
}
@media screen and (max-width: 750px) {
  p, dt, dd, time, li {
    font-size: clamp(1.4rem, 4.27vw + 0rem, 3.2rem);
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  line-height: 2;
}

table, th, td {
  vertical-align: middle;
  table-layout: fixed;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

*:focus {
  outline: none;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.recruit-page .js-animation {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.recruit-page .js-animation .js-ttl-01, .recruit-page .js-animation .js-ttl-02, .recruit-page .js-animation .js-ttl-03 {
  opacity: 0;
  transition: all 1s;
}
.recruit-page .js-animation.is-show .js-ttl-01, .recruit-page .js-animation.is-show .js-ttl-02, .recruit-page .js-animation.is-show .js-ttl-03 {
  animation: fadeUptitle 1s cubic-bezier(0.275, 0, 0, 1) 2s forwards;
}
.recruit-page .js-animation.is-show .js-ttl-01 {
  animation-delay: 0.5s;
}
.recruit-page .js-animation.is-show .js-ttl-02 {
  animation-delay: 1s;
}
.recruit-page .js-animation.is-show .js-ttl-03 {
  animation-delay: 1.5s;
}

@keyframes fadeUptitle {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 750px) {
  .l-pc {
    display: none!important;
  }
  .l-sp {
    display: block;
  }
  .tab-nav .l-sp{
    display: revert;
  }
}
@media screen and (min-width: 751px) {
  .l-pc {
    display: block;
  }
  .tab-nav .l-pc,.l-pc-revert{
    display: revert;
  }
  .l-sp {
    display: none!important;
  }
}
.sw-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  word-break: break-all;
}

.sw-font_green {
  color: #1B983A;
}

.sw-font_bold {
  font-weight: 600;
}

.sw-txt_center {
  text-align: center;
}

.sw-txt_pink {
  color: #DF3B64;
}

.sw-txt_uline {
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #FFE200 7px, transparent 7px), radial-gradient(circle at 7px calc(100% - 7px), #FFE200 7px, transparent 7px), linear-gradient(to bottom, #fff calc(100% - 14px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 7px, #FFE200 7px, #FFE200 calc(100% - 7px), transparent calc(100% - 7px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* box */
.sw-white-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 60px;
  background: #fff;
  padding: 1.85% 2% 3.5%;
  position: relative;
}

.sw-orange-box {
  background: #FBDACC;
  padding: 1.85% 2%;
  border-radius: 60px;
}

.sw-green-box {
  background: #CAE6E4;
  padding: 1.85% 2%;
  border-radius: 60px;
}

.sw-brown-box {
  background: #efe9e4;
  padding: 3.3% 2% 4.8%;
  border-radius: 60px;
}

.sw-yellow-box {
  background: #FCF9E8;
  border-radius: 60px;
}

.sw-scroll-box {
  max-height: 375px;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .sw-scroll-box {
    height: 72.5vh;
    max-height: 420px;
  }
}

.sw-attention-box {
  border: 2px solid #E00201;
  border-radius: 10px;
  padding: 1.5% 2%;
}
@media screen and (max-width: 750px) {
  .sw-attention-box {
    padding: 4.5% 5%;
  }
}
.sw-attention-box p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.sw-attention-box dl dt {
  padding-left: 2em;
  position: relative;
  font-size: clamp(1.2rem, 0.51vw + 0.82rem, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 750px) {
  .sw-attention-box dl dt {
    font-size: clamp(1.35rem, 4.8vw + 0rem, 3.6rem);
  }
}
.sw-attention-box dl dt:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(./img2025/icn-ex.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.sw-attention-box dl dt dd {
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .sw-attention-box dl dt dd {
    line-height: 1.5;
  }
}

.sw-campaign-box {
  width: 80%;
  max-width: 861px;
  border-radius: 20px;
  overflow: hidden;
  background: #EFE9E4;
  align-items: center;
}
.sw-campaign-box dt {
  background: #DF3B64;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: clamp(0.9rem, 0.77vw + 0.32rem, 1.8rem);
}
@media screen and (min-width: 751px) {
  .sw-campaign-box dt {
    width: 20%;
  }
}
@media screen and (max-width: 750px) {
  .sw-campaign-box dt {
    font-size: clamp(1.6rem, 4.27vw + 0rem, 3.2rem);
  }
}
.sw-campaign-box dd {
  font-size: clamp(1.4rem, 1.2vw + 0.5rem, 2.8rem);
}
@media screen and (min-width: 751px) {
  .sw-campaign-box dd {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .sw-campaign-box dd {
    text-align: center;
    font-size: clamp(1.6rem, 5.6vw + 0rem, 4.2rem);
  }
}
.sw-campaign-box dd span {
  font-size: clamp(2.1rem, 1.8vw + 0.75rem, 4.2rem);
}
@media screen and (max-width: 750px) {
  .sw-campaign-box dd span {
    font-size: clamp(2.1rem, 7.47vw + 0rem, 5.6rem);
  }
}

@media screen and (max-width: 750px) {
  .sw-youtube-box {
    width: 100%;
    margin: 0 auto;
  }
}
.sw-youtube-box iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

/* list */
.sw-dot-list > li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.9;
}
.sw-dot-list > li:before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.5em;
  background: #DF3B64;
}

.sw-dot-list-s > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.9;
}
.sw-dot-list-s > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.sw-step-list li {
  position: relative;
}
@media screen and (max-width: 750px) {
  .sw-step-list li {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 750px) {
  .sw-step-list li:last-child {
    margin-bottom: 1px;
  }
}
.sw-step-list li:after {
  content: "";
  position: absolute;
  background: url(./img2025/icn-arw.svg) no-repeat 50% 50%;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .sw-step-list li:after {
    width: 2.2em;
    height: 100%;
    top: 0;
    left: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sw-step-list li:after {
    height: 2.2em;
    width: 2.2em;
    left: calc(50% - 1.1em);
    top: 107%;
    transform: rotate(90deg);
  }
}
.sw-step-list li:last-child:after {
  display: none;
}
.sw-step-list li dl {
  text-align: center;
}
.sw-step-list li dt {
  background: #EFE9E3;
  text-align: center;
  border-radius: 2em;
  margin: 0 0 1em;
  display: inline-block;
  padding: 0 2em 0.3em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .sw-step-list li dt {
    width: 100%;
    margin: 0 0 0.5em;
  }
}
.sw-step-list li dt img {
  width: auto;
  height: 0.85em;
  vertical-align: middle;
}
.sw-step-list li dd {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sw-step-list li dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
  }
}
.sw-step-list li dd figure {
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: auto;
  box-sizing: border-box;
  height: 9em;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sw-step-list li dd figure {
    width: 50%;
    margin: 0;
  }
}
.sw-step-list li dd figure img {
  width: 79%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .sw-step-list li dd p {
    line-height: 1.4;
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 750px) {
  .sw-step-list li dd p {
    line-height: 1.5;
    width: 50%;
  }
}
.sw-step-list li dd p a {
  color: #DF3B64;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .sw-step-list.step-04 li {
    width: 23%;
  }
}
.sw-step-list.step-03 {
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .sw-step-list.step-03 li {
    width: 27%;
    margin: 0 3%;
  }
}

.sw-step-list-or li {
  position: relative;
}
@media screen and (min-width: 751px) {
  .sw-step-list-or li {
    width: 48%;
  }
}
.sw-step-list-or li dt {
  background: #92D0CA;
  text-align: center;
  border-radius: 2em;
  padding: 0 2em 0.3em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.sw-step-list-or li dt img {
  width: auto;
  height: 0.85em;
  vertical-align: middle;
}
.sw-step-list-or li dd{
  font-size: clamp(1.2rem, 0.51vw + 0.82rem, 1.8rem);
}
@media screen and (max-width: 750px) {
  .sw-step-list-or li dd {
    margin-bottom: 2.5em;
  }
}
.sw-step-list-or li dd a {
  text-decoration: underline;
}

.sw-point-list dd {
  margin-bottom: 6%;
}
@media screen and (max-width: 750px) {
  .sw-point-list dd {
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 750px) {
  .sw-point-list dd .sw-box p {
    line-height: 1.9;
    margin-top: 1.1em;
  }
}
.sw-point-list .l-flex {
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sw-point-list .l-flex {
    margin: 5% auto 8%;
  }
}
@media screen and (min-width: 751px) {
  .sw-point-list .l-flex .sw-img {
    width: 47%;
  }
}
@media screen and (min-width: 751px) {
  .sw-point-list .l-flex .sw-box {
    width: 47.5%;
  }
}

.sw-point-img-list {
  margin-bottom: 1%;
}
.sw-point-img-list li {
  width: 47%;
  margin: 3% 0;
}
@media screen and (max-width: 750px) {
  .sw-point-img-list li {
    width: 48%;
    margin: 3% 0 0;
  }
}

/* midashi */
.sw-midashi-red {
  background: #DF3B64;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 0.4em 2em;
  border-radius: 3em;
  margin-bottom: 1.3em;
  font-size: clamp(1.2rem, 0.51vw + 0.82rem, 1.8rem);
}
@media screen and (max-width: 750px) {
  .sw-midashi-red {
    font-size: clamp(1.35rem, 4.8vw + 0rem, 3.6rem);
  }
}

.sw-midashi-wrap {
  text-align: center;
}
.sw-midashi-wrap .sw-midashi {
  color: #DF3B64;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 1em 0;
}
.sw-midashi-wrap .sw-midashi:before, .sw-midashi-wrap .sw-midashi:after {
  content: "";
  width: 3em;
  height: 100%;
  position: absolute;
  top: 0;
}
.sw-midashi-wrap .sw-midashi:before {
  left: -3em;
  background: url(./img2025/bg-midashi-l@2x.webp) no-repeat 50% 50%;
  background-size: contain;
}
.sw-midashi-wrap .sw-midashi:after {
  right: -3em;
  background: url(./img2025/bg-midashi-r@2x.webp) no-repeat 50% 50%;
  background-size: contain;
}

.sw-midashi-01-wrap {
  font-size: clamp(2.4rem, 0.68vw + 1.89rem, 3.2rem);
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .sw-midashi-01-wrap {
    font-size: clamp(2.4rem, 8.53vw + 0rem, 6.4rem);
  }
}

.sw-midashi-02-wrap {
  text-align: center;
  margin: 7% auto 0%;
}
.sw-midashi-02-wrap .sw-midashi {
  margin-bottom: 2.2em;
}
@media screen and (max-width: 750px) {
  .sw-midashi-02-wrap .sw-midashi {
    margin-bottom: 1.1em;
    padding: 0 2%;
  }
}
.sw-midashi-02-wrap .sw-midashi img {
  height: 6.25em;
  width: auto;
}
.sw-midashi-02-wrap .sw-txt {
  text-align: center;
}
.sw-midashi-02-wrap .sw-txt span {
  background: #3E3A39;
  color: #fff;
  font-size: clamp(1.05rem, 0.3vw + 0.82rem, 1.4rem);
  padding: 0.1em 1em;
  border-radius: 3em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .sw-midashi-02-wrap .sw-txt span {
    padding: 2px 1.5em;
    font-size: clamp(1.05rem, 3.73vw + 0rem, 2.8rem);
  }
}

.sw-midashi-03 {
  text-align: center;
  font-size: clamp(2.4rem, 1.03vw + 1.63rem, 3.6rem);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .sw-midashi-03 {
    font-size: clamp(3.6rem, 9.6vw + 0rem, 7.2rem);
  }
}

.sw-midashi-wrap-04 {
  text-align: center;
  font-weight: 700;
  width: 94.2%;
  margin: auto;
}
.sw-midashi-wrap-04 .sw-midashi {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .sw-midashi-wrap-04 .sw-midashi {
    padding: 0em 4em 0em;
  }
    .sw-midashi-wrap-04 .sw-midashi p{
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 750px) {
  .sw-midashi-wrap-04 .sw-midashi {
    width: 90%;
    padding: 0.5em 0em 1.5em;
  }
}
.sw-midashi-wrap-04 .sw-midashi:before, .sw-midashi-wrap-04 .sw-midashi:after {
  content: "";
  width: 5.7em;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  .sw-midashi-wrap-04 .sw-midashi:before, .sw-midashi-wrap-04 .sw-midashi:after {
    width: 3em;
    height: 5.5em;
    top: 2em;
  }
}
.sw-midashi-wrap-04 .sw-midashi:before {
  left: 0;
  background: url(./img2025/bg-midashi-l@2x.webp) no-repeat 50% 10%;
  background-size: contain;
}
.sw-midashi-wrap-04 .sw-midashi:after {
  right: 0;
  background: url(./img2025/bg-midashi-r@2x.webp) no-repeat 50% 10%;
  background-size: contain;
}
.sw-midashi-wrap-04 .sw-midashi .sw-midashi_inner {
  font-size: clamp(2.4rem, 1.03vw + 1.63rem, 3.6rem);
  line-height: 1.4;
  color: #DF3B64;
}
@media screen and (max-width: 750px) {
  .sw-midashi-wrap-04 .sw-midashi .sw-midashi_inner {
    font-size: clamp(2.4rem, 8.53vw + 0rem, 6.4rem);
    line-height: 1.5;
    margin-top: 4%;
  }
}
.sw-midashi-wrap-04 p {
  font-size: clamp(1.8rem, 0.51vw + 1.42rem, 2.4rem);
  margin-bottom: -0.1em;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .sw-midashi-wrap-04 p {
    font-size: clamp(1.8rem, 6.4vw + 0rem, 4.8rem);
    line-height: 1.35;
    margin-bottom: 1em;
  }
}

.sw-midashi-05 {
  text-align: center;
  font-size: clamp(1.8rem, 0.51vw + 1.42rem, 2.4rem);
  font-weight: 700;
  margin: -0.4em auto 1.1em;
}
@media screen and (max-width: 750px) {
  .sw-midashi-05 {
    font-size: clamp(1.8rem, 6.4vw + 0rem, 4.8rem);
    margin: 3% auto 7.5%;
  }
}

/* btn */
.sw-btn a {
  background: #DF3B64;
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 480px;
  display: inline-block;
  padding: 0.76em 0;
  border-radius: 60px;
  font-size: clamp(2.1rem, 0.6vw + 1.65rem, 2.8rem);
  font-weight: 700;
  width: 100%;
  box-shadow: 0 0.4em 0px #AD0D35;
  transition: all 0.4s;
}
@media screen and (max-width: 750px) {
  .sw-btn a {
    padding: 1em 0;
    font-size: clamp(1.8rem, 6.4vw + 0rem, 4.8rem);
  }
}
.sw-btn a:after {
  content: "";
  width: 0.95em;
  height: 0.95em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1em 0 0.4em;
  background: url(./img2025/icn-tri@2x.webp) no-repeat 50% 50%;
  background-size: contain;
  position: relative;
}
.sw-btn a:hover {
  top: 2px;
}

.sw-address-box-wrap .sw-address-box {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .sw-address-box-wrap .sw-address-box {
    width: 48%;
  }
}
.sw-address-box-wrap .sw-address-box dt {
  font-size: clamp(1.57rem, 0.45vw + 1.24rem, 2.1rem);
  padding: 0.2em 0;
  font-weight: 700;
  background: #FBDACC;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 750px) {
  .sw-address-box-wrap .sw-address-box dt {
    font-size: clamp(1.6rem, 5.6vw + 0rem, 4.2rem);
  }
}
.sw-address-box-wrap .sw-address-box dd {
  font-size: clamp(1.05rem, 0.3vw + 0.82rem, 1.4rem);
  background: #EFE9E4;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 1.1em 0;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .sw-address-box-wrap .sw-address-box dd {
    font-size: clamp(1rem, 3.73vw + 0rem, 2.8rem);
  }
}

/* js */
.sw-btn-accordion {
  text-align: center;
  color: #DF3B64;
  position: relative;
  background: #fff;
  font-size: clamp(1.8rem, 6.4vw + 0rem, 4.8rem);
  font-weight: 700;
  height: 3.5em;
  transition: all 0.4s;
  line-height: 1.3;
}
@media screen and (min-width: 751px) {
  .sw-btn-accordion {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .sw-btn-accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
  }
}
.sw-btn-accordion:before {
  content: "";
  width: 1.35em;
  height: 100%;
  background: #DF3B64;
  position: absolute;
  right: 0;
  top: 0;
}
.sw-btn-accordion:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.265em;
  background: url(./img2025/icn-tri@2x.webp) no-repeat 50% 50%;
  background-size: contain;
  transform: rotate(90deg);
  transition: all 0.4s;
}
.sw-btn-accordion.is-active:after {
  transform: rotate(270deg);
}

@media screen and (min-width: 751px) {
  .sw-active-contents {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sw-active-contents {
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.4s;
  }
}
@media screen and (max-width: 750px) {
  .sw-active-contents.is-display {
    display: block;
    line-height: normal;
    height: auto;
    opacity: 1;
    padding: 42px 0;
  }
}

.l-inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-inner {
    width: 95%;
  }
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .l-flex.l-flex-pc {
    display: block;
  }
}
.l-flex.fd-column {
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .l-flex.fd-column-r-sp {
    flex-direction: column-reverse;
  }
}
.l-flex.jc-sb {
  justify-content: space-between;
}
.l-flex.jc-ct {
  justify-content: center;
}
.l-flex.jc-fs {
  justify-content: flex-start;
}
.l-flex.jc-fe {
  justify-content: flex-end;
}
.l-flex.ai-ct {
  align-items: center;
}
.l-flex.ai-fe {
  align-items: flex-end;
}
.l-flex.fd-rr {
  flex-direction: row-reverse;
}
@media screen and (min-width: 751px) {
  .l-flex.fd-rr-pc {
    flex-direction: row-reverse;
  }
}

.st-header {
  background: rgba(255, 255, 255, 0.9);
  padding: 0.45% 2% 0.6%;
  text-align: center;
  z-index: 10000;
  position: fixed;
  top: -7em;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
@media screen and (max-width: 750px) {
  .st-header {
    padding: 2.4% 2% 2.5%;
  }
}
.st-header.is-fixed.hide_header {
  top: 0;
}
.st-header h1 a {
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .st-header h1 a:hover {
    opacity: 0.7;
  }
}
.st-header h1 img {
  width: auto;
  height: 2em;
}
@media screen and (max-width: 750px) {
  .st-header h1 img {
    height: 1.6em;
  }
}

.st-footer {
  padding: 5.7% 0 calc(2% + 4.8em);
  background: #eaeaea url(./img2025/bg-gray.webp) repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 750px) {
  .st-footer {
    padding: 18.5% 0;
  }
}
.st-footer .sw-white-box {
  width: 90%;
  padding-bottom: 2.5%;
}
@media screen and (max-width: 750px) {
  .st-footer .sw-white-box {
    width: 100%;
    padding: 10.5% 4% 14.5%;
    border-radius: 0;
  }
}
.st-footer .f-box-01 .st-logo {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-01 .st-logo {
    width: 78%;
    margin: 0 auto;
  }
}
.st-footer .f-box-01 .sw-box_p {
  margin-top: 6.5%;
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-01 .sw-box_p {
    margin-top: 16%;
  }
}
.st-footer .f-box-01 .sw-box_p p {
  font-size: clamp(1.57rem, 0.45vw + 1.24rem, 2.1rem);
  text-align: center;
  line-height: 2.3;
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-01 .sw-box_p p {
    font-size: clamp(1rem, 4vw + 0rem, 3rem);
  }
}
.st-footer .f-box-01 .sw-img {
  margin-top: 3%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-01 .sw-img {
    margin-top: 18.5%;
  }
}
.st-footer .f-box-01 .sw-img img {
  position: relative;
}
.st-footer .f-box-02 {
  margin-top: 1.5%;;
  position: relative;
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-02 {
    margin-top: 20.5%;
  }
}
.st-footer .f-box-02 .st-logo {
  text-align: center;
}
.st-footer .f-box-02 .st-logo img {
  height: 3.5em;
  position: relative;
  left: -0.8em;
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-02 .st-logo img {
    left: 0;
  }
}
.st-footer .f-box-02 .sw-btn {
  margin-top: 3%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-02 .sw-btn {
    margin-top: 7.5%;
  }
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-02 .sw-btn a {
    width: 100%;
  }
}
.st-footer .f-box-02 .sw-link {
  margin-top: 4.2%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-02 .sw-link,.tab-contents .f-box-02 .sw-link {
    margin-top: 11.5%;
  }
}
.st-footer .f-box-02 .sw-link .sw-txt,.tab-contents .sw-link .sw-txt {
  display: inline-block;
  border-bottom: 1px solid #3E3A39;
  font-weight: 700;
}
.st-footer .f-box-02 .sw-link .sw-txt:hover,.tab-contents .sw-link .sw-txt:hover {
  border: none;
}
.st-footer .f-box-02 .sw-link.link-instagram:before,.tab-contents .sw-link.link-instagram:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background: url(./img2025/icn-instagram@2x.webp) no-repeat 50% 50%;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 0.6em 0 -0.7em;
}
.st-footer .f-box-02 .sw-address-box {
  margin-top: 3.2%;
}
@media screen and (max-width: 750px) {
  .st-footer .f-box-02 .sw-address-box {
    margin-top: 8%;
  }
}
@media screen and (min-width: 751px) {
  .st-footer .sw-btn-top {
    position: absolute;
    right: 2.2%;
    top: 82.5%;
    width: 24%;
    max-width: 131px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1300px) {
  .st-footer .sw-btn-top {
    position: relative;
    top: inherit;
    right: inherit;
    width: 90%;
    margin: 5% auto;
    max-width: 90%;
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  .st-footer .sw-btn-top {
    text-align: right;
    margin: 10.5% auto 0;
    width: 92%;
  }
}
.st-footer .sw-btn-top a {
  position: relative;
  transition: all 0.4s;
}
.st-footer .sw-btn-top a:hover {
  top: 2px;
}
@media screen and (min-width: 751px) and (max-width: 1300px) {
  .st-footer .sw-btn-top img {
    width: 24%;
    max-width: 131px;
  }
}
@media screen and (max-width: 750px) {
  .st-footer .sw-btn-top img {
    width: 27%;
    max-width: 186px;
  }
}
.st-footer .f-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.6% 0 1%;
  background: #eaeaea url(./img2025/bg-f-nav@2x.webp) repeat;
  background-size: 100% auto;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .st-footer .f-nav {
    padding: 2% 4%;
  }
}
.st-footer .f-nav ul {
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .st-footer .f-nav ul {
    justify-content: center;
    gap: 40px;
  }
}
.st-footer .f-nav ul li {
  width: 48%;
  max-width: 315px;
}
@media screen and (min-width: 751px) {
  .st-footer .f-nav ul li {
    width: 100%;
  }
}
.st-footer .f-nav ul li .sw-btn a {
  max-width: 100%;
  line-height: 1.3;
  padding: 0.3em 0 0.3em 0.4em;
  box-shadow: 0 0.2em 0px #AD0D35;
  position: relative;
}
@media screen and (min-width: 751px) {
  .st-footer .f-nav ul li .sw-btn a {
    font-size: clamp(2.1rem, 0.6vw + 1.65rem, 2.8rem);
    display: inline-block;
    width: 100%;
    padding: 0.3em;
  }
}
@media screen and (max-width: 750px) {
  .st-footer .f-nav ul li .sw-btn a {
    font-size: clamp(1rem, 3.47vw + 0rem, 2.6rem);
  }
}
/*.st-footer .f-nav ul li .sw-btn a:before {
  content: "";
  width: 3em;
  height: calc(100% - 20px);
  position: absolute;
  left: -2px;
  top: 11px;
}
@media screen and (min-width: 751px) {
  .st-footer .f-nav ul li .sw-btn a:before {
    width: 3em;
    height: calc(100% - 1em);
    position: absolute;
    left: 0.25em;
    top: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .st-footer .f-nav ul li .sw-btn a:before {
    height: calc(100% - 5px);
    left: 2.5px;
    top: 2.5px;
  }
}*/
.st-footer .f-nav ul li .sw-btn a:after {
  position: absolute;
  right: 6px;
  margin: 0;
  top: calc(50% - 0.5em);
}
/*.st-footer .f-nav ul li .sw-btn.btn-special-01 a::before {
  background: url(./img2025/icn-special-01.svg) no-repeat 50% 50%;
  background-size: contain;
}
.st-footer .f-nav ul li .sw-btn.btn-special-02 a::before {
  background: url(./img2025/icn-special-02.svg) no-repeat 50% 50%;
  background-size: contain;
}*/
.st-footer .f-copy {
  text-align: center;
  background: #DF3B64;
  color: #fff;
  font-size: clamp(1.05rem, 0.3vw + 0.82rem, 1.4rem);
  margin-top: 5.5%;
  padding: 1em 0 1.6em;
}
@media screen and (max-width: 750px) {
  .st-footer .f-copy {
    margin-top: 10%;
    padding: 1em 0 0.9em;
    font-size: clamp(1rem, 3.73vw + 0rem, 2.8rem);
  }
}

.lp-page {
  background: #eee url(./img2025/bg-gray.webp) repeat;
  background-size: 100% auto;
}
.lp-page #wrapper {
  background: url(./img/bg@2.webp) repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 750px) {
  .lp-page #wrapper {
    background: url(./img/sp/bg-sp@2x.webp) no-repeat 0 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1920px) {
  .lp-page .sec-mv {
    aspect-ratio: 1916 / 660;
  }
}
.lp-page .sec-mv .sw-logo {
  width: 100%;
  height: 100%;
  background: url(./img2025/bg-logo-mv@2x.webp) no-repeat 50% 50%;
  background-size: auto 92%;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-mv .sw-logo {
    background: none;
  }
}
@media screen and (min-width: 751px) {
  .lp-page .sec-mv .sw-logo:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: url(./img/bg-sec-mv@2x.webp) no-repeat 50% 100%;
    background-size: 100% auto;
  }
}
.lp-page .sec-mv .sw-logo .sw-logo-img {
  width: 100%;
}
.lp-page .sec-mv .sw-logo .sw-logo-img picture {
  display: block;
  width: 50%;
  margin: 1.5% auto 0;
  position: relative;
  z-index: 3;
  left: -2.3%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-mv .sw-logo .sw-logo-img picture {
    width: 100%;
    margin: 0% auto 8%;
    left: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1660px) {
  .lp-page .sec-mv .sw-logo .sw-logo-img picture {
    padding: 1.5% 5% 0;
  }
}
.lp-page .sec-mv .sw-logo .sw-logo-img img {
  width: 100%;
  height: auto;
}
.lp-page .sec-mv .sw-campaign-box {
  position: relative;
  z-index: 5;
  max-width: 880px;
  margin: 3% auto 0%;
  width: 60%;
}
@media screen and (min-width: 1500px) {
.lp-page .sec-mv .sw-campaign-box {
  width: 67%;
}
}

@media screen and (max-width: 750px) {
  .lp-page .sec-mv .sw-campaign-box {
    width: 90%;
    margin: -5% auto 2.5%;
  }
}
.lp-page .sec-mv .sw-campaign-box dt {
  line-height: 1.6;
  padding: 0.6em 1em;
}
@media screen and (min-width: 751px) {
  .lp-page .sec-mv .sw-campaign-box dt {
    width: 22.5%;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-mv .sw-campaign-box dt {
    padding: 0.5em 0;
  }
}
.lp-page .sec-mv .sw-campaign-box dd {
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .lp-page .sec-mv .sw-campaign-box dd {
    width: 77.5%;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-mv .sw-campaign-box dd {
    line-height: 1.3;
    padding: 0.2em 0 0.5em;
  }
}
.lp-page .sec-mv .sw-txt,.sec-howto .sw-txt{
  text-align: center;
}
.lp-page .sec-mv .sw-txt p,.sec-howto .sw-txt p{
  font-size: clamp(1.4rem, 0.34vw + 1.27rem, 1.8rem);
  font-weight: 700;
  text-indent: -2em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-mv .sw-txt p ,.lp-page .sec-mv .sw-txt p,.sec-howto .sw-txt p{
    text-indent: 0;
    line-height: 1.3;
    font-size: clamp(1.05rem, 3.73vw + 0rem, 2.8rem);
  }
}
.lp-page .sec-mv .sw-mv-link li {
  margin: 1% auto 9%;
  width: 94%;
}
.lp-page .sec-anniversary {
  padding: 0.5% 0 4.2%;
  margin: 3.3% auto 0 0;
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-page .sec-anniversary {
    background: url(./img/bg-sec-anniversary@2x.webp) no-repeat 50% 0%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-anniversary {
    padding-bottom: calc(85vw + 5%);
    margin-top: -3%;
  }
  .lp-page .sec-anniversary:before {
    content: "";
    position: absolute;
    bottom: 1.7%;
    left: 0;
    width: 100%;
    height: 85vw;
    background: url(./img/sp/bg-sec-anniversary-sp@2x.webp) no-repeat 30% 0%;
    background-size: 109% auto;
  }
}
.lp-page .sec-anniversary p {
  text-align: center;
  line-height: 3.55;
  font-size: clamp(1.2rem, 0.77vw + 0.32rem, 1.8rem);
  /* left: -1em; */
  position: relative;
  margin: 1.5% auto;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-anniversary p {
    margin-top: 4.5%;
    line-height: 2.25;
    font-size: clamp(1.4rem, 4.27vw + 0rem, 3.2rem);
  }
}
.lp-page .sec-anniversary .sw-midashi-wrap {
  text-align: center;
}
.lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi {
  color: #3E3A39;
  font-size: clamp(2.1rem, 0.6vw + 1.65rem, 2.8rem);
  line-height: 1.5;
  padding: 0.8em 5em;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi {
    font-size: clamp(2.1rem, 7.47vw + 0rem, 5.6rem);
    padding: 0;
    line-height: 1.45;
    width: 100%;
  }
}
.lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi:before, .lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi:after {
  width: 5em;
  top: 0.4em;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi:before, .lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi:after {
    width: 3.3em;
    top: 0.15em;
  }
}
.lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi:before {
  left: 0;
  background-image: url(./img2025/bg-midashi-anvl.svg);
}
.lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi:after {
  right: 0;
  background-image: url(./img2025/bg-midashi-anvr.svg);
}
.lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi .sw-ft-01 {
  font-size: clamp(2.4rem, 0.68vw + 1.89rem, 3.2rem);
}
@media screen and (max-width: 750px) {
  .lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi .sw-ft-01 {
    font-size: clamp(2.4rem, 8.53vw + 0rem, 6.4rem);
    line-height: 1.3;
  }
}
.lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi .sw-ft-02 {
  color: #DF3B64;
  font-size: clamp(3.05rem, 0.98vw + 2.31rem, 4.2rem);
}
@media screen and (max-width: 750px) {
  .lp-page .sec-anniversary .sw-midashi-wrap .sw-midashi .sw-ft-02 {
    font-size: clamp(3.6rem, 11.2vw + 0rem, 8.4rem);
    line-height: 2;
  }
}
.lp-page .sec-special-01 .sw-midashi-special,
.lp-page .sec-special-02 .sw-midashi-special {
  position: relative;
}
.lp-page .sec-special-01 .sw-txt-point,
.lp-page .sec-special-02 .sw-txt-point {
  position: absolute;
  right: -1%;
  bottom: 17%;
  width: 36%;
  height: auto;
  max-width: 368px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-txt-point,
  .lp-page .sec-special-02 .sw-txt-point {
    right: 0;
    bottom: 3%;
    width: 64%;
    height: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .l-inner,
  .lp-page .sec-special-02 .l-inner {
    width: 100%;
  }
}
.lp-page .sec-special-01 {
  background: #F2CBDB url(./img2025/bg-special-01-pk.webp) repeat;
  background-size: 100% auto;
  padding: 0.9% 0 4.2%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 {
    padding-bottom: 10.5%;
    margin-top: 7%;
  }
}
.lp-page .sec-special-01::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(./img2025/bg-special-01@2x.webp) no-repeat 50% 0;
  background-size: auto 38%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1920px) {
  .lp-page .sec-special-01::after {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01::after {
    background-image: url(./img2025/bg-special-01-sp@2x.webp);
    background-size: 100% auto;
  }
}
@media screen and (min-width: 751px) {
  .lp-page .sec-special-01::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(./img2025/bg2@2x.webp) repeat-y center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lp-page .sec-special-01 .sw-midashi-special{
    margin-bottom: -15.5%;
    width: 100%;
}
}
.lp-page .sec-special-01 > * {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sec-movie {
    margin-top: -9%;
  }
  .lp-page .sec-special-01 .sw-midashi-special {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10%;
  }
}
.lp-page .sec-special-01 .sw-white-box {
  padding: 2.5% 4%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-white-box {
    border-radius: unset;
    padding-bottom: 1.2%;
  }
}
.lp-page .sec-special-01 .sw-midashi-wrap .sw-midashi {
  font-size: clamp(2.4rem, 1.03vw + 1.63rem, 3.6rem);
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-midashi-wrap .sw-midashi {
    font-size: clamp(2.7rem, 9.6vw + 0rem, 7.2rem);
    padding: 1em 1.75em;
    margin-bottom: 0.4em;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-midashi-wrap .sw-midashi:before {
    width: 1.5em;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-midashi-wrap .sw-midashi:after {
    width: 1.5em;
    right: 0;
  }
}
.lp-page .sec-special-01 .sw-box_p {
  text-align: center;
  margin: 4% auto 0.5%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-box_p {
    margin: 9.5% auto 0.5%;
  }
}
.lp-page .sec-special-01 .sw-box_p p {
  margin-bottom: 1.6em;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.51vw + 0.82rem, 1.8rem);
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-box_p p {
    font-size: clamp(1.8rem, 4.8vw + 0rem, 3.6rem);
  }
}
.lp-page .sec-special-01 .sw-brown-box {
  width: 100%;
  margin: -1% auto 0;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-brown-box {
    margin: 0 auto;
    padding: 7.5% 0 15%;
  }
}
.lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 .sw-midashi {
  padding: 0;
}
.lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 .sw-midashi:before, .lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 .sw-midashi:after {
  display: none;
}
.lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 p {
  font-size: clamp(1.8rem, 0.51vw + 1.42rem, 2.4rem);
  line-height: 1.5;
  margin: 0.5em auto 1.6em;
}
.lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 p.sw-txt-01 {
  color: #DF3B64;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 p.sw-txt-01 {
    font-size: clamp(1.8rem, 6.4vw + 0rem, 4.8rem);
    line-height: 1.75;
    margin-bottom: 1.35em;
  }
}
.lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 p.sw-txt-02 {
  font-size: inherit;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 p.sw-txt-02 {
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 p {
    margin: 0.5em auto 1.1em;
  }
}
.lp-page .sec-special-01 .sw-brown-box .sw-midashi-wrap-04 .sw-txt_uline {
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #FFE200 7px, transparent 7px), radial-gradient(circle at 7px calc(100% - 7px), #FFE200 7px, transparent 7px), linear-gradient(to bottom, #efe9e4 calc(100% - 14px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 7px, #FFE200 7px, #FFE200 calc(100% - 7px), transparent calc(100% - 7px));
}
.lp-page .sec-special-02 {
  background: #96CCC4 url(./img2025/bg-special-02-gr.webp) repeat;
  background-size: 100% auto;
  padding: 2.5% 0 1%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 {
    padding: 0 0 8%;
  }
}
.lp-page .sec-special-02::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(./img2025/bg-special-02@2x.webp) no-repeat 50% -0.2%;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 751px) {
  .lp-page .sec-special-02::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(./img2025/bg2@2x.webp) repeat-y center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.lp-page .sec-special-02 .sw-midashi-special {
  width: 109%;
  right: 1%;
  margin-top: 1%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-midashi-special {
    width: 96%;
    margin: 0% auto;
  }
}
.lp-page .sec-special-02 .sw-txt-point {
    right: 6%;
    bottom: -19%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-txt-point {
    bottom: -19.5%;
    width: 63%;
    right: 0;
  }
}
.lp-page .sec-special-02 > * {
  position: relative;
  z-index: 3;
}
.lp-page .sec-special-02 .sw-orange-box,
.lp-page .sec-special-02 .sw-green-box {
  width: 96%;
  margin: 4% auto;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box,
  .lp-page .sec-special-02 .sw-green-box {
    border-radius: 20px;
    margin: 13% auto 4%;
  }
}
.lp-page .sec-special-02 .sw-orange-box .sw-btn,
.lp-page .sec-special-02 .sw-green-box .sw-btn {
  text-align: center;
  margin: 4.5% auto 7.5%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box .sw-white-box,
  .lp-page .sec-special-02 .sw-green-box .sw-white-box {
    border-radius: 20px;
  }
}
.lp-page .sec-special-02 .sw-orange-box {
  padding: 5% 4% 1%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box {
    padding: 7% 4% 5%;
    margin-top: 11%;
  }
}
.lp-page .sec-special-02 .sw-orange-box .sw-white-box {
  padding: 4.5% 5% 1px;
  margin: 3.5% auto;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box .sw-white-box {
    margin: 5.5% auto 1.9%;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box .sw-btn-accordion {
    margin: 16% 0 -6%;
  }
}
.lp-page .sec-special-02 .sw-orange-box #about .sw-btn-accordion {
  margin-bottom: 8%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box #about .sw-btn-accordion {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box #about .sw-white-box {
    margin-top: 5.5%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box #about .sw-active-contents.is-display {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box .sw-step-list .sw-item-04 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-orange-box .sw-step-list .sw-item-04 dd figure img {
    width: 86%;
  }
}
.lp-page .sec-special-02 .sw-green-box {
  padding: 5.5% 4% 4.8%;
  margin-bottom: 1.4%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-green-box {
    padding-top: 7%;
    padding-bottom: 5.8%;
    margin-bottom: 6%;
  }
}
.lp-page .sec-special-02 .sw-green-box .sw-white-box {
  padding: 3% 1%;
  margin: 5.5% auto 1.9%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-green-box .sw-white-box {
    padding: 5%;
  }
}
.lp-page .sec-special-02 .sw-green-box .sw-box_p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-green-box .sw-box_p {
    margin-top: 6.5%;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-green-box .sw-step-list .sw-item-01 dd figure {
    height: 6.5em;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-green-box .sw-step-list .sw-item-01 dd figure img {
    width: 79%;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-green-box .sw-step-list .sw-item-02 dd figure {
    height: 7em;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-green-box .sw-step-list .sw-item-02 dd figure img {
    width: 73%;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-green-box .sw-step-list .sw-item-03 dd figure {
    height: 8.5em;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-green-box .sw-step-list .sw-item-03 dd figure img {
    width: 67%;
  }
}
.lp-page .sec-special-02 .sw-preset-list {
  margin: 1.1% auto 0;
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-preset-list {
    justify-content: center;
    margin: 3.5% auto 8%;
    width: 100%;
  }
}
.lp-page .sec-special-02 .sw-preset-list li {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .lp-page .sec-special-02 .sw-preset-list {
  padding-left:2%;
}
  .lp-page .sec-special-02 .sw-preset-list li {
    width: 49%;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-preset-list li {
    margin-bottom: 2%;
  }
}
.lp-page .sec-special-02 .sec-howto .sw-txt {
  text-align: center;
  font-size: clamp(1.05rem, 0.3vw + 0.82rem, 1.4rem);
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-howto .sw-txt {
    line-height: 1.8;
    font-size: clamp(1.05rem, 3.73vw + 0rem, 2.8rem);
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 sec-howto .sw-white-box {
    border-radius: 0;
    padding-bottom: 13%;
  }
}
.lp-page .sec-special-02 .sec-howto {
  margin-top: 1%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-howto {
    margin-top: 11%;
  }
}
.lp-page .sec-special-02 .sec-howto .sw-midashi-wrap-04 p {
  line-height: 1.5;
  margin: 0.5em auto 0.3em;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-howto .sw-midashi-wrap-04 p {
    margin: 1em auto 1.1em;
    font-size: clamp(2.4rem, 6.4vw + 0rem, 4.8rem) !important;
  }
}
.lp-page .sec-special-02 .sec-howto .sw-campaign-box {
  width: 100%;
  margin: 2% auto 1%;
  max-width: 96%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-howto .sw-campaign-box {
    margin-bottom: 4%;
    margin-top: 5%;
    width: 91%;
  }
}
.lp-page .sec-special-02 .sec-howto .sw-campaign-box dt {
  width: 100%;
  line-height: 1.5;
  padding: 0.8em;
}
@media screen and (min-width: 751px) {
  .lp-page .sec-special-02 .sec-howto .sw-campaign-box dt {
    width: 22%;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-howto .sw-campaign-box dt {
    padding: 0.5em;
  }
}
.lp-page .sec-special-02 .sec-howto .sw-campaign-box dd {
  width: 100%;
  padding: 0 1.2em;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .lp-page .sec-special-02 .sec-howto .sw-campaign-box dd {
    width: 78%;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-howto .sw-campaign-box dd {
    line-height: 1.5;
    padding: 0.35em 0 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-howto .sw-campaign-box dd span {
    line-height: 1.25;
  }
}
@media screen and (min-width: 751px) {
  .lp-page .sec-special-02 .sw-step-list-or {
    margin: 0 auto 4%;
  }
  .lp-page .sec-special-02 .sw-step-list-or.sw-yellow-box {
    padding: 2.48% 6% 0%;
  }
 
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sw-step-list-or {
    padding: 0!important;
    border-radius: 20px;
    margin: 6.5% 0 8%;

  }
}
.lp-page .sec-special-02 .sec-howto .sw-point-list .sw-box .sw-dot-list li {
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-howto .sw-point-list .sw-box .sw-dot-list li {
    margin-top: 1.1em;
    line-height: 1.9;
  }
}
@media screen and (min-width: 751px) {
  .lp-page .sec-special-02 .sec-howto .sw-step-list-04-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4%;
  }
}
.lp-page .sec-special-02 .sec-howto .sw-step-list-04-wrap li {
  position: relative;
}
.lp-page .sec-special-02 .sec-howto .sw-step-list-04-wrap .sw-item-01 figure img {
  position: relative;
  width: 6.5em;
  top: -0.3em;
  left: -0.2em;
}
.lp-page .sec-special-02 .sec-howto .sw-step-list-04-wrap .sw-item-02 figure img {
  position: relative;
  width: 3.9em;
  left: -0.3em;
  top: -0.4em;
}
.lp-page .sec-special-02 .sec-howto .sw-step-list-04-wrap .sw-item-03 figure img {
  position: relative;
  width: 4.1em;
}
.lp-page .sec-special-02 .sec-howto .sw-step-list-04-wrap .sw-item-04 figure img {
  position: relative;
  width: 7.6em;
  left: -0.3em;
  top: -0.95em;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-howto .sw-white-box-inner {
    border-radius: 0;
    padding: 2% 2.5% !important;
  }
}
.lp-page .sec-special-02 .sec-terms {
  margin-top: 4%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-terms {
    margin-top: 6.5%;
  }
}
.lp-page .sec-special-02 .sec-terms .sw-midashi-02-wrap {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-terms .sw-midashi-02-wrap {
    margin-bottom: 0.7em;
  }
}
.lp-page .sec-special-02 .sec-terms .sw-midashi-02-wrap .sw-midashi {
  margin-bottom: -0.2em;
}
.lp-page .sec-special-02 .sec-terms .sw-white-box {
  padding: 3% 4%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-terms .sw-white-box {
    width: 90%;
    border-radius: 20px;
    padding: 8% 4%;
  }
}
.lp-page .sec-special-02 .sec-terms .sw-white-box dl {
  margin-top: 3.4%;
}
.lp-page .sec-special-02 .sec-terms .sw-white-box dl dd {
  margin-bottom: 1.9em;
}
.lp-page .sec-special-02 .sec-terms .sw-box_p p {
  text-align: center;
}
.lp-page .sec-special-02 .sec-accordion {
  margin-top: 6%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-accordion {
    margin-top: 6.5%;
  }
}
.lp-page .sec-special-02 .sec-accordion .sw-white-box {
  padding: 3.5% 4% 4%!important;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-accordion .sw-white-box {
    width: 90%;
    border-radius: 20px;
    padding: 10% 4% 10%;
  }
}
.lp-page .sec-special-02 .sec-accordion .sw-dot-list > li {
  padding-left: 2.5em;
  margin-bottom: 0;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-accordion .sw-dot-list > li {
    padding-left: 1.5em;
    line-height: 2;
  }
}
.lp-page .sec-special-02 .sec-contact {
  margin-top: 4%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-contact {
    margin-top: 6.5%;
  }
}
.lp-page .sec-special-02 .sec-contact .sw-white-box {
  padding: 3% 4%;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-contact .sw-white-box {
    width: 90%;
    border-radius: 20px;
    padding: 3% 4% 8%;
  }
}
.lp-page .sec-special-02 .sec-contact .sw-ttl {
  font-size: clamp(1.2rem, 0.51vw + 0.82rem, 1.8rem);
  line-height: 1.9;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-contact .sw-ttl {
    font-size: clamp(1.35rem, 4.8vw + 0rem, 3.6rem);
    line-height: 1.8;
  }
}
.lp-page .sec-special-02 .sec-contact .sw-tel {
  font-size: clamp(4.8rem, 1.37vw + 3.77rem, 6.4rem);
  font-weight: 700;
  color: #DF3B64;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-contact .sw-tel {
    font-size: clamp(3.6rem, 11.2vw + 0rem, 8.4rem);
    margin: 0.6em auto 0.65em;
  }
}
.lp-page .sec-special-02 .sec-contact .sw-tel a {
  font-size: clamp(4.8rem, 1.37vw + 3.77rem, 6.4rem);
  font-weight: 700;
  color: #DF3B64;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-contact .sw-tel a {
    font-size: clamp(3.6rem, 11.2vw + 0rem, 8.4rem);
  }
}
@media screen and (min-width: 751px) {
  .lp-page .sec-special-02 .sec-contact .sw-tel a {
    pointer-events: none;
    cursor: default;
  }
}
.lp-page .sec-special-02 .sec-contact p {
  line-height: 1.4;
  margin: 1em auto 0.7em;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-special-02 .sec-contact p {
    line-height: 1.5;
  }
}
.lp-page .sec-next {
  padding: 4.2% 0 4%;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .lp-page .sec-next {
    padding: 15% 0 22%;
  }
}
.lp-page .sec-next .sw-midashi-01-wrap {
  margin-top: 4%;
}
.lp-page .sec-next .sw-box_p {
  margin-top: 3.5%;
}
.lp-page .sec-next .sw-box_p p {
  line-height: 1.9;
  font-weight: 700;
}

.tab-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 61px;
}

.tab-nav li {
  cursor: pointer;
  background: #DF3B64;
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 293px;
  display: inline-block;
  padding: 0.2em 0;
  border-radius: 60px;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  box-shadow: 0 0.4em 0px #AD0D35;
  transition: all 0.4s;
  opacity: 0.5;
}

.tab-nav li.is-active {
opacity: 1;
}

.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}
.hukidashi{
  margin-bottom: 1em;
}
.hukidashi.hukidashi-top{
  justify-content: end;
}
.hukidashi.hukidashi-bottom{
  justify-content: center;
  margin-top: -2.7%;
  margin-bottom: 0.5%;
  position: relative;
  z-index: 1;
}
.hukidashi.hukidashi-top p{
  max-width: 65%;
}
.hukidashi p{
  display: inline-block;
  background: #3E3A39;
  color: #fff;
  max-width: 480px;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 20px;
  position: relative;
}
/* 下向き三角 */
.hukidashi p::before,
.hukidashi p::after{
  content: "";
  position: absolute;
  bottom: -12px;
  transform: translateX(-50%);
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: #3E3A39 transparent transparent transparent;
}
.hukidashi p::before{
  left: calc(50% - 100px);
}
.hukidashi p::after{
  left: calc(50% + 100px);
}
@media(max-width:750px){
  .hukidashi.hukidashi-top p{
    margin-top: -11%;
  }
  .hukidashi p{
    font-size: clamp(1.6rem, 4.27vw, 2.4rem) !important;
    padding: 15px;
    line-height: 1.2;
  }
  .hukidashi p::before{
    left: calc(50% - 60px);
  }
  .hukidashi p::after{
    left: calc(50% + 60px);
  }
}
@media(max-width:750px){
  .tab-nav {
    gap: 20px;
    padding: 0 4% 1%;
  }
  .tab-nav li {
    margin: 5px 0;
    text-align: center;
  }
  .hukidashi.hukidashi-sp{
    width: 92%;
    margin: 0 auto 1.5em;
    justify-content: center;
  }
  .hukidashi.hukidashi-sp p{
    line-height: 1.3;
    padding: 7.7% 0;
    margin-top: 10%;
  }
  .hukidashi.hukidashi-sp p::after {
    left: 75%;
  }
  .hukidashi.hukidashi-sp p:after{
  content:"";
  }
}
#april .sw-white-box{
  padding: 1.85% 4.4% 4.35%;
}
#april .sw-white-box.april-head{
  margin-top: 1%;
}
#april .sw-white-box.april-head .sw-txt{
  font-size: clamp(1.4rem, 0.657vw + 1.154rem, 2.1rem);
}
#april .contest-title{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:0.3em;
  font-size:24px;
  font-weight:bold;
  line-height:1.4;
  text-align:center;
  margin:0;
}
#april .contest-title .title-text{
  max-width:100%;
}
#april .contest-title .mark{
  flex-shrink:0;
  line-height:1.4;
}
@media (max-width: 750px){
  #april .contest-title{
    gap:0.2em;
    margin-top: 1em;
    font-size: clamp(2.4rem, 6.4vw + 0rem, 4.8rem);
  }
}
#april .mocchimochi{
  background: url(./img/bg-cloud.webp) no-repeat;
  flex-wrap: nowrap !important;
  background-size: contain;
  justify-content: center;
  padding: 0% 0% 0 4%;
  align-items: center;
  margin: 3% auto 5%;
  width: 100%;
}
#april .mocchimochi-dsc img{
    margin-bottom: 5%;
    width: clamp(202px, calc(2.65vw + 192px), 243px);
}
.mocchimochi-dsc p{
  font-size:16px;
}  
@media(min-width:751px){
  #april .sw-white-box{
  padding: 1.85% 2.5% 4.35%;
  }
  #april .mocchimochi-img{
    width: 38%
  }
  .mocchimochi-dsc p{
  padding-right: 8%;
  } 
  #april .mocchimochi-img img{
    width: 98%
  }
  #april .mocchimochi-dsc{
    width: 55%;
  }

  #april .mocchimochi-dsc{
    width: 62%;
    margin-top: -2%;
  }
}
@media(max-width:750px){
  #april .mocchimochi{
    background: url(./img/sp/bg-cloud-sp.webp) no-repeat;
    background-size: contain !important;
    padding: 9% 0 25%;
    margin: 11% auto 10%;
    width: 90%;
    }
  #april .mocchimochi-img{
    text-align:center;
  }
   #april .mocchimochi-dsc{
    margin: 1% auto;
    width: 78%;
  }
  .mocchimochi-dsc p{
    font-size: clamp(1.6rem, 4.27vw + 0rem, 3.2rem);
  } 
  #april .mocchimochi-img img{
    margin-top: -19%;
    width: 64%;
    margin-right: 0%;
  }
  #april .sw-midashi-wrap-04 .sw-midashi p{
    margin-bottom:0;
  }
  #april .sw-midashi-wrap-04{
    width: 100%!important;
    padding-top: 1%;
  }
  #april .sw-midashi-wrap-04 .sw-midashi:before,
   .sw-midashi-wrap-04 .sw-midashi:after {
    top: 0.5em !important;
    width: 3.5em;
  }
  #april .sec-howto .sw-txt_center{
    font-size: clamp(1.4rem, 4.27vw + 0rem, 3.2rem)!important;
  }
}
@media(max-width:750px){
  #april .sw-white-box.sw-white-box-inner {
    padding: 0 0 7% 0 !important;
    border-radius: 0!important;
  }
  #april .sw-btn-accordion.bg-gray{
    background: #EFE9E3!important;
  }
  #april .sec-accordion .sw-yellow-box{
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
  }
}
#april .sec-accordion.presents .present{
  margin: 1% 2% 3.5%;
  padding: 0.3% 3.5% 5.5%;
  text-align: center;
}
#april .sec-accordion.presents .sw-yellow-box > picture > img{
  margin-top: -8%;
}
#april .sw-midashi-wrap-04 .sw-midashi .sw-midashi_inner{
    font-size: clamp(2.4rem, 1.03vw + 1.63rem, 3.6rem)!important;
}
#april .sw-midashi .text-black{
  color: #000;
  font-size: clamp(1.8rem, 0.51vw + 1.42rem, 2.4rem);
}
#april .sec-accordion.presents{
  margin: 6.3% auto -7%;
}
@media(max-width:750px){
  #april .sw-midashi-wrap-04 .sw-midashi .sw-midashi_inner .sw-txt_uline,#april .sw-midashi-wrap-04 .sw-midashi .sw-midashi_inner.sw-txt_pink{
    font-size: clamp(2.4rem, 6.4vw, 4.8rem)!important;
  }
  #april .sec-accordion.presents,#april .sec-accordion.award{
    margin: 6% auto 0!important;
  }
  #april .sec-accordion.presents .sw-active-contents.is-display{
     padding: 42px 0 5%!important;
  }
  #april .sec-accordion.presents .sw-active-contents > figure{
    width: 86%;
    margin: auto;
  }
  #april .sec-accordion.presents .sw-yellow-box{
    margin: 6.5% auto 3.5%;
    padding: 4.3% 4.1% 1.3%;
  }
  #april .sec-accordion.presents .sw-preset-list li:first-child img{
    max-width: 114%;
    margin-left: -4.5%;
  }
  #april .sec-accordion.presents .sw-txt_center{
  width: 91%;
  margin: auto;
  font-size: clamp(1.4rem, 3.73vw + 0rem, 2.8rem)!important;
  }
  #april .sw-midashi .text-black{
  background: #fff;
  padding-bottom: 1%;
  }
  #april .sw-preset-list li:nth-child(2) img {
    max-width: 99.5%;
    margin-left: 1%;
    margin-top: 3%;
}
} 
#april .sec-accordion.award{
  margin-top: 13%;
}
#april .sec-accordion.award .sw-yellow-box{
  padding: 4.5% 5.5%;
}
#april .sec-accordion.award figure,#april .sec-accordion.oubo figure{
  margin-bottom: 3%;
  text-align: center;
}
#april .sec-accordion.award .sw-step-list-or dt{
  background: #df3b64;
  padding: 0.7em 0em 0.7em;
  border-radius: 20px;
  margin-bottom: 4%;
}
#april .sec-accordion.award .sw-step-list-or dd,#april .sec-accordion .sw-yellow-box p,#april .hashtag{
  font-size: 18px!important;
  line-height: 1.5;
}
#april .sec-accordion .sw-yellow-box p span,#april .sec-accordion.oubo .sw-dot-list{
  font-size: 14px;
}
#april .sec-accordion.award .award03{
  background: #fff;
  border-radius: 20px;
  margin-bottom: 2%;
  padding: 1.2% 0 1.5% !important;
}
#april .sec-accordion.award .sw-step-list-or li dt img{
  max-width: 210px;
  width: 100%;
  height: auto;
}
@media(max-width:750px){
  #april .sec-accordion.award .sw-step-list-or dd,#april .sec-accordion .sw-yellow-box p, #april .sec-accordion .sw-yellow-box p .hashtag {
  font-size: clamp(1.8rem, 4.8vw, 3.2rem) !important;
  }
  #april .sec-accordion.award .sw-step-list-or dd .sw-txt_pink{
  font-size: clamp(2.0rem, 5.33vw, 3.2rem) !important;
  }
  #april .sec-accordion .sw-yellow-box p span{
  font-size: clamp(1.4rem, 3.73vw, 2.4rem) !important;
  }
  #april .sec-accordion.award .sw-active-contents.is-display{
    padding: 42px 0 6%!important;
  }
  #april .sec-accordion.award figure{
    margin: -1% auto 7%;
    width: 98%;
  }
  #april .sec-accordion.award .sw-step-list-or li dt img,#april .sec-accordion.award .award03 img{
    max-width: 210px;
    width: 67%;
    height: auto;
  }
  #april .sec-accordion.award .award03{
  margin-bottom: 9%!important;
  padding: 3.8% 0 4.2% !important;
}
}
@media (min-width: 455px) and (max-width: 750px) {
    #april .sec-accordion.award .sw-step-list-or li dt img,#april .sec-accordion.award .award03 img{
    max-width: 350px;
  }
}
@media (max-width: 454px) {
    #april .sec-accordion.award .sw-step-list-or li dt img,#april .sec-accordion.award .award03 img{
    max-width: 210px;
  }
}
#april .sec-accordion.oubo .sw-yellow-box{
  margin: 0 auto 2%;
  padding: 3.5% 6% 0%;
}
#april .sec-accordion.oubo .sw-yellow-box dl{
  margin-bottom: 3em;
}
#april .sec-accordion.oubo .sw-yellow-box dd{
  font-size: clamp(1.2rem, 0.51vw + 0.82rem, 1.8rem);
}
#april .sec-accordion.oubo .sw-yellow-box dd ul li{
  width:100%;
  margin-bottom:0!important;
  line-height: 1.5;
  font-size: 14px;
}
#april .sec-accordion.oubo .sw-yellow-box dd ul li:first-child{
  margin-bottom:4%!important;
}
#april .sec-accordion.oubo .bnr-recipe{
  margin-top: 3%;
  margin-bottom: 0;
}
#april .sec-accordion.oubo .inst-oubo{
  padding: 2.45% 0;
  font-size: 24px;
  font-weight: bold;
  margin: 6% auto 3%;;
}

@media(max-width:750px){
  #april .sec-accordion.oubo figure{
    margin: 0% auto 2%;
    width: 92%;
  }
  #april .sec-accordion.oubo .sw-yellow-box{
    margin: 20px auto 2%!important;
    padding: 8% 6% 3% 6% !important;
  }
  #april .sec-accordion.oubo .sw-yellow-box p{
    line-height: 1.7!important;
    font-size: clamp(1.8rem, 4.8vw, 2.4rem) !important;
  }
  #april .sec-accordion.oubo .sw-yellow-box li{
    font-size: clamp(1.4rem, 3.73vw, 2.4rem) !important;
    margin-bottom: 13% !important;
  }
  #april .sec-accordion.oubo .sw-yellow-box li:last-child{
    margin-bottom: -6% !important;
  }
  #april .sec-accordion.oubo .sw-yellow-box dl {
    margin-bottom: 2.3em!important;
  }
  #april .sec-accordion.oubo .inst-oubo{
    margin: 6% auto 8% !important;
    border-radius: 50px;
    padding: 4% 0 5% 0 !important;
  }
  #april .sec-accordion.oubo .sw-btn{
    width: 89%;
  }
}
#april .bnr-recipe img{
  width: 97.5%;;
}
@media(max-width:750px){
  #april .sec-accordion.result{
  margin-top: 12.2%!important;
  }
  #april .sec-accordion.result .sw-active-contents.is-display,#april .sec-accordion.attention .sw-active-contents.is-display{
  padding: 4px 0!important;
  }
  #april .sec-accordion.result .sw-white-box,#april .sec-accordion.attention .sw-white-box{
  padding-top: 10% !important;
  padding-bottom: 12% !important;
  }
}
#april .sw-btn{
  margin: 0 auto 1%;
}
#april .sw-btn a{
  max-width:480px;  
}
@media (min-width: 751px) and (max-width: 1000px) {
#april .sw-btn.next a{
  max-width:350px!important;  
}
}
#april .sw-btn.l-sp.l-flex{
  align-items: center;
  gap: 16px;
  justify-content: center;
  flex-wrap: nowrap;
  width: 92%;
}
#april .sw-btn.l-sp.l-flex a{
  width: 100%;
  min-width: 165px;
  font-size: 28px;
  padding: 0.65em 0;
}
#april .sw-btn.next{
  margin-bottom: 9%;
}

.sw-link-wrap {
	display:flex;
	gap:2rem;
	justify-content:center;
}
.no-link{
  pointer-events: none;
  opacity: 0.5;
}
/* data-tab が空のタブを無効化 */
.tab-nav li[data-tab=""] {
  pointer-events: none;   /* クリック不可 */ 
  cursor: default;        /* 手のマークを出さない */
}

@media (max-width: 750px) {
  .sw-link-wrap {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}


/** 
 * .sw- (SiteWide)...サイト共通の汎用的なModule（リストやボタンなどの場所を選ばないもの）
 * .st- (Structure)...サイト共通の構造的なModule（ヘッダーやフッターのような場所が固定されるもの）
 * .l- (Layout)...コンテンツ内の余白やレイアウト専用のModule
 * .tp- (HomePage)...ホームページ（サイトトップページ）
 **//*# sourceMappingURL=style.css.map */