@charset "UTF-8";
:root {
  --themeColor:#04bcd2;
  --themeColor-lt:#fcf1ed;
  --pointColor:#f0ff00;
  --linkColor:#87eaf9;
  --bgColor:#f7f7f7;
  --fontColor: #000;
  --w:1000px;
  --widthXL:1100px;
  --widthLG:980px;
  --widthTab:768px;
  --font-go-base: "Hiragino Kaku Gothic Pro" ,"游ゴシック体", "Yu Gothic Medium" , "Yu Gothic", Meiryo ,sans-serif;
  --font-mi-base: "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-jost: "Jost", var(--font-go-base);
  --font-pt: "PT Sans Narrow", var(--font-go-base);
  --side: calc((100vw - var(--w)) / 2);
  --headerHeight: 170px;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

html:has(.is-android) {
  font-size: 90%;
}

body {
  font-size: 0.875rem;
  color: var(--fontColor);
  font-family: var(--font-go-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

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

@media (min-width: 980px) {
  .for-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-tab {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

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

a {
  text-decoration: none;
  transition: all 0.3s;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
}
p + p {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: var(--linkColor);
  }
}
@media (max-width: 767px) {
  p a:active {
    color: var(--linkColor);
  }
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  appearance: none;
  padding: 12px 10px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 1rem;
    padding: 8px 8px;
  }
}

select {
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

textarea {
  width: 100%;
  height: 200px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.btn-round {
  appearance: none;
  border: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: var(--pointColor);
  border-radius: 40px;
  padding: 4px 140px 4px 30px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}
@media (max-width: 767px) {
  .btn-round {
    padding-right: 70px;
    padding-left: 20px;
  }
}
@media (hover: hover) {
  .btn-round:hover {
    background: #c4ff03;
  }
}
.btn-round::before {
  content: "";
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 20px;
  background: url(../img/common/hand.png) center center/contain no-repeat;
}
.btn-round::after {
  content: "";
  display: inline-block;
  height: 80%;
  position: absolute;
  right: 8px;
  top: 10%;
  aspect-ratio: 0.92;
  margin-left: 20px;
  background: url(../img/common/icon-arrow-r.png) center center/contain no-repeat;
}
.btn-round-sub {
  font-size: 0.5625rem;
  position: absolute;
  top: calc(50% - 0.6em);
  right: 55px;
}
@media (max-width: 767px) {
  .btn-round-sub {
    display: none;
  }
}

.btn-simpleRound {
  appearance: none;
  border: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: #fff100;
  border-radius: 40px;
  padding: 4px 30px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  color: #000;
}
@media (hover: hover) {
  .btn-simpleRound:hover {
    background: #ffc803;
  }
}

.btn-pdf {
  position: relative;
  display: flex;
  gap: 15px;
  padding: 12px;
  background: #f0ff00;
  border-radius: 5px;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: 0 0 0 4px rgb(255, 255, 255);
}
@media (hover: hover) {
  .btn-pdf:hover {
    background: #fff200;
  }
}
.btn-pdf::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 41px;
  margin-right: 10px;
  background: url(../img/common/icon-pdf.png) center center/contain no-repeat;
}
.btn-pdf::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 78px;
  height: 24px;
  margin-top: 10px;
  background: url(../img/common/icon-arrow-r-hand.png) center center/contain no-repeat;
}

.col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .col.is-sp-flex {
    display: flex;
  }
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
@media (max-width: 767px) {
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-2 .col-contents {
  max-width: 48%;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
@media (max-width: 767px) {
  .flImgContents-img {
    max-width: 100%;
  }
}
.flImgContents-img.is-s {
  max-width: 200px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-s {
    max-width: 100%;
  }
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flImgContents-img.is-l {
  max-width: 47%;
}
@media (max-width: 767px) {
  .flImgContents-img.is-l {
    max-width: 100%;
  }
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--themeColor);
}

.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.list-disc {
  padding-left: 1.2rem;
}
.list-disc > li {
  list-style: disc;
  margin: 0 0 10px;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.icon-outlink::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 10px;
  margin-bottom: -5px;
  background: url(../img/common/icon-outlink.png) center center/contain no-repeat;
}

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: var(--w);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table-1 tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.431372549);
}
.table-1 th, .table-1 td {
  padding: 20px 13px;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    padding: 10px 8px;
    font-size: 0.8125rem;
  }
}
.table-1 th {
  display: flex;
}
.table-1 th::before {
  content: "-";
  margin-right: 10px;
}
.table-1 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 10px 0;
  }
  .table-1.is-sideTitle td {
    padding: 20px 0;
  }
}

.table-2 {
  border-collapse: collapse;
}
.table-2 caption {
  font-weight: bold;
}
.table-2 caption::before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
  color: var(--themeColor);
  background: url(../img/common/icon-table.png) center center/contain no-repeat;
}
.table-2 tr:nth-child(even) {
  background: #f0f2f2;
}
.table-2 th, .table-2 td {
  padding: 15px 13px;
  border: 1px solid #000;
  line-height: 1.6;
  font-family: var(--font-jost);
}
@media (max-width: 767px) {
  .table-2 th, .table-2 td {
    padding: 10px 8px;
    font-size: 0.8125rem;
  }
}
.table-2 th {
  font-weight: bold;
  background: #c2faf7;
}
.table-2 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-2.is-sideTitle th {
    padding: 10px 0;
  }
  .table-2.is-sideTitle td {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

.title-bold {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-mark {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.title-mark::after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 11px;
  background: url(../img/common/line-nami.png) center center/100% 100% no-repeat;
}
.title-mark-i {
  display: inline-block;
  width: 83px;
  margin: 0 auto;
}
.title-mark-main {
  display: block;
  margin-bottom: 10px;
  font-size: 2.75rem;
  color: var(--pointColor);
  font-family: var(--font-pt);
}
.title-mark-sub {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

.title-m {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .title-m {
    font-size: 1rem;
  }
}

.title-center {
  text-align: center;
}

.title-dog {
  color: var(--pointColor);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .title-dog {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.title-dog::before {
  content: "";
  display: inline-block;
  width: 63px;
  height: 51px;
  background: url(../img/common/illust-1.png) center center/contain no-repeat;
}
.title-dog-main {
  font-size: 2.5rem;
  font-family: var(--font-pt);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .title-dog-main {
    margin-bottom: 0;
  }
}
.title-dog-sub {
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .title-dog-sub {
    font-size: 0.875rem;
  }
}
.title-dog-text {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-dog-text {
    font-size: 1.25rem;
  }
}
.title-dog.is-noIcon::before {
  display: none;
}

#container {
  background: linear-gradient(70deg, #04bcd2 65%, #033b95);
  color: #fff;
}

@media (min-width: 768px) {
  .main {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  #top .main {
    padding-top: var(--headerHeight);
  }
}

.pageTitle-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  padding-bottom: 50px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .pageTitle-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .pageTitle-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .pageTitle-main {
    padding-top: 40px;
  }
}
.pageTitle-main-en {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 3.8125rem;
  font-family: var(--font-jost);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pageTitle-main-en {
    font-size: 1.75rem;
  }
}
.pageTitle-main-en::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 33px;
  background: url(../img/common/hand-white-2.png) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .pageTitle-main-en::after {
    width: 20px;
    height: 20px;
  }
}
.pageTitle-main-ja {
  display: block;
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .pageTitle-main-ja {
    font-size: 1rem;
  }
}
.pageTitle-catch {
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 40%;
}
@media (max-width: 767px) {
  .pageTitle-catch {
    max-width: 70%;
    bottom: -70px;
    right: -20px;
  }
}

.contents {
  background: linear-gradient(70deg, #04bcd2 65%, #04a9d2);
}
@media (max-width: 767px) {
  .contents {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .contents.is-spTopPd {
    padding-top: 100px;
  }
}

.footer {
  padding: 80px 0;
  background: url(../img/common/bg-footer.jpg) center center/cover no-repeat;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footer-inner {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.footerContactWrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContactWrap {
    flex-wrap: wrap;
    gap: 30px 50px;
  }
}
@media (max-width: 767px) {
  .footerContactWrap {
    flex-direction: column;
    gap: 30px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .footerContact {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footerContact {
    text-align: center;
  }
}
.footerContact-main {
  font-size: 3.8125rem;
  font-family: var(--font-pt);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .footerContact-main {
    font-size: 2.5rem;
  }
}
.footerContact-sub {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

.footerContactPanel-wrap {
  display: flex;
  gap: 30px;
  font-family: "arial", var(--font-go-base);
}
@media (max-width: 767px) {
  .footerContactPanel-wrap {
    flex-direction: column;
  }
}

.footerContactPanel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 20px 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContactPanel {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .footerContactPanel {
    flex-direction: column;
  }
}
.footerContactPanel.is-blue {
  flex-grow: 1;
  position: relative;
  max-width: 310px;
  width: 310px;
  color: #fff;
  background: var(--themeColor);
  border: none;
}
@media (max-width: 767px) {
  .footerContactPanel.is-blue {
    width: 100%;
    max-width: 100%;
  }
}
.footerContactPanel.is-blue::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  pointer-events: none;
}
.footerContactPanel-tel {
  font-size: 1.625rem;
}
.footerContactPanel-tel-num {
  font-family: var(--font-jost);
}
.footerContactPanel-tel a {
  color: #fff;
}
.footerContactPanel-businessTime {
  font-size: 0.8125rem;
}
.footerContactPanel-title {
  font-size: 0.75rem;
  font-weight: bold;
}
.footerContactPanel-main {
  font-size: 1.75rem;
  font-family: var(--font-pt);
  line-height: 1;
}
@media (hover: hover) {
  .footerContactPanel[href]:hover {
    opacity: 0.7;
  }
}

.footerBottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .footerBottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .footerAddress {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .footerAddress {
    text-align: center;
  }
}
.footerAddress-logo {
  width: 195px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footerAddress-logo {
    margin: 0 auto 20px;
  }
}
.footerAddress-jusho {
  line-height: 2.3;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerAddress-jusho {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .footerAddress-jusho {
    font-size: 0.6875rem;
  }
}

.footerNavi {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .footerNavi {
    margin-bottom: 30px;
  }
}
.footerNavi-ul {
  display: flex;
  gap: 35px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerNavi-ul {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footerNavi-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0;
  }
}
.footerNavi-ul-li a {
  display: block;
  text-align: center;
  padding: 0 10px;
  color: #fff;
}
.footerNavi-ul-li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 2px;
  background: url(../img/common/hand-white.png) center center/contain no-repeat;
}
@media (hover: hover) {
  .footerNavi-ul-li a:hover {
    opacity: 0.7;
  }
}
.footerNavi-ul-li-ja {
  display: block;
  margin-bottom: 8px;
}
.footerNavi-ul-li-en {
  display: block;
  font-size: 0.6875rem;
}

.footerAside {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}
@media (max-width: 767px) {
  .footerAside {
    justify-content: center;
    margin-top: 50px;
  }
}
.footerAside-link a {
  color: #fff;
}

.footerContactSns {
  display: flex;
  gap: 20px;
}
.footerContactSns-li {
  width: 22px;
}

.footerCopy {
  margin-top: 80px;
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 5;
}
@media (min-width: 768px) {
  .header {
    height: 140px;
  }
}
.is-scroll .header {
  background-color: rgba(0, 0, 0, 0.2);
}
.header-inner {
  display: flex;
  justify-content: space-between;
}
.header-logo {
  width: 408px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header-logo {
    width: 22%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    margin-right: 20px;
  }
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.headerR {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3%;
  width: 100%;
}
@media (max-width: 767px) {
  .headerR {
    width: auto;
  }
}

@media (max-width: 767px) {
  .headerContact {
    padding-top: 23px;
  }
}

.headerContactSns {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .headerContactSns {
    justify-content: flex-start;
  }
}

.headerOrder {
  width: 220px;
  height: 36px;
  margin-top: 20px;
  background: url(../img/common/bg-ribbon.png) center left/auto 100% no-repeat;
  text-align: center;
}
@media (max-width: 767px) {
  .headerOrder {
    width: 200px;
    height: 20px;
    margin-top: 10px;
  }
}
.headerOrder a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #008494;
  font-weight: bold;
}
@media (hover: hover) {
  .headerOrder a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .gNavi {
    position: fixed;
    left: 100%;
    top: 0;
    width: 70%;
    height: 100vh;
    margin: 0;
    padding: 100px 6% 10px;
    background: linear-gradient(135deg, #fff 0%, #f1f1f1 100%);
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.78, 0.01, 0.18, 1);
    transform: scale(0.9);
    z-index: 5;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    max-height: 100vh;
    overflow: scroll;
    transform: translateX(0);
  }
}
.gNavi::-webkit-scrollbar {
  width: 4px;
  border-radius: 0;
}
.gNavi::-webkit-scrollbar-button {
  display: none;
}
.gNavi::-webkit-scrollbar-thumb {
  overflow: hidden;
  border-radius: 0;
  background: #da911b;
}
.gNavi::-webkit-scrollbar-corner {
  background: transparent;
}
.dwMenu-active .gNavi {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  .dwMenu-active .gNavi {
    transform: translateX(-100%);
  }
}
.gNavi:focus-within {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.gNavi-ul {
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gNavi-ul {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .gNavi-ul {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gNavi-ul-li {
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
}
.gNavi-ul-li a {
  display: block;
  text-align: center;
  padding: 0 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .gNavi-ul-li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    color: #000;
  }
}
.gNavi-ul-li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 2px;
  background: url(../img/common/hand-white.png) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .gNavi-ul-li a::before {
    background-image: url(../img/common/hand.png);
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .gNavi-ul-li a:hover {
    opacity: 0.7;
  }
}
.gNavi-ul-li-ja {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .gNavi-ul-li-ja {
    text-align: left;
    margin-bottom: 0;
  }
}
.gNavi-ul-li-en {
  display: block;
  font-size: 0.6875rem;
}

.filter {
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 1;
}
.dwMenu-active .filter {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.wpArticle {
  word-break: break-all;
  font-size: 1rem;
}
.wpArticle p {
  margin-bottom: 20px;
}
.wpArticle p a {
  text-decoration: underline;
}
.wpArticle em {
  font-style: italic;
  color: initial;
}
.wpArticle ol {
  margin: 10px 20px;
  padding: 0;
}
.wpArticle ul {
  margin: 10px 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}
.wpArticle ul li {
  list-style: unset;
}
.wpArticle blockquote p {
  font-size: 1.125rem;
}
.wpArticle h1 {
  margin: 50px 40px;
  padding: 10px 15px;
  background: #eef1f3;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .wpArticle h1 {
    margin-bottom: 30px;
  }
}
.wpArticle h2 {
  gap: 10px;
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wpArticle h2 {
    margin-bottom: 20px;
    font-size: 0.125rem;
  }
}
.wpArticle h2 em {
  font-weight: bold;
}
.wpArticle h2::before {
  content: "";
  display: inline-block;
  width: 30px;
  min-width: 30px;
  margin-right: 12px;
  margin-bottom: -4px;
  height: 30px;
  background: var(--pointColor);
}
@media (max-width: 767px) {
  .wpArticle h2::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-bottom: -2px;
  }
}
.wpArticle h3 {
  margin: 50px auto 20px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid var(--themeColor);
  font-size: 1.125rem;
  font-weight: bold;
}
.wpArticle h4 {
  margin: 50px auto 5px;
  font-size: 1rem;
  font-weight: bold;
}
.wpArticle img {
  height: auto;
}
@media (max-width: 767px) {
  .wpArticle img {
    display: block;
    margin: 10px auto;
  }
}
.wpArticle table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.wpArticle table a {
  text-decoration: underline;
}
.wpArticle table th,
.wpArticle table td {
  padding: 10px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .wpArticle table th,
  .wpArticle table td {
    font-size: 0.8125rem;
  }
}
.wpArticle table th {
  background: #eee;
}
.wpArticle cite {
  font-size: 0.875rem;
  color: #999;
}
.wpArticle .wp-block-button__link {
  font-size: 0.875rem;
}
.wpArticle .more-link {
  color: var(--linkColor);
}
.wpArticle .wp-caption {
  max-width: 100%;
}
.wpArticle .wp-block-pullquote,
.wpArticle .wp-block-quote {
  background: var(--bgColor);
  padding: 30px;
  text-align: left;
}
.wpArticle .wp-block-pullquote p,
.wpArticle .wp-block-quote p {
  font-size: 0.875rem;
}
.wpArticle .wp-block-pullquote cite,
.wpArticle .wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: #999;
}
.wpArticle .wp-block-columns {
  gap: 30px;
}
.wpArticle .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wpArticle .wp-block-gallery img {
  margin: 0;
}
.wpArticle .wp-block-image .alignright {
  float: right;
  margin: 0 0 20px 30px;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignright {
    float: none;
    margin: 10px auto;
  }
}
.wpArticle .wp-block-image .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignleft {
    float: none;
    margin: 10px auto;
  }
}
.wpArticle .aligncenter {
  display: block;
  margin: 0 auto;
}

.pagination {
  margin: 70px 0;
}
.pagination-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination-box li {
  font-size: 0.8125rem;
}
.pagination-box li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  background: var(--themeColor);
  width: 40px;
  height: 40px;
  margin: 0 5px 5px 0;
  color: #fff;
  border: 1px solid var(--themeColor);
}
@media (max-width: 767px) {
  .pagination-box li:not(.page-of) {
    width: 30px;
    height: 30px;
  }
}
.pagination-box li.page-of {
  margin-right: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .pagination-box li.page-of {
    padding-top: 7px;
  }
}
.pagination-box li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: var(--themeColor);
}
@media (hover: hover) {
  .pagination-box li a:hover {
    background: #f8f3e3;
  }
}

.dwMenu {
  appearance: none;
  position: fixed;
  top: 60px;
  right: 4%;
  display: inline-block;
  background: none;
  width: 40px;
  height: 40px;
  border: none;
  z-index: 150;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dwMenu {
    display: none;
  }
}
@media (max-width: 767px) {
  .dwMenu {
    top: 12px;
  }
}
.dwMenu > span {
  position: absolute;
  left: 2px;
  display: block;
  height: 1px;
  background: #000;
  transition: background-color 0.3s 0.2s;
}
.dwMenu.is-white span {
  background: #f5f5f5;
}
.dwMenu-active .dwMenu > span {
  background: #000;
}
.dwMenu-top {
  top: 10px;
  width: 36px;
  transform-origin: right;
  animation: dwmenu-top-off 0.8s forwards;
}
.dwMenu-active .dwMenu-top {
  animation: dwmenu-top 0.8s forwards;
}
.dwMenu-middle {
  top: 20px;
  width: 26px;
  animation: dwmenu-middle-off 0.8s forwards;
}
.dwMenu-active .dwMenu-middle {
  animation: dwmenu-middle 0.8s 0.1s forwards;
}
.dwMenu-bottom {
  top: 30px;
  width: 16px;
  transform-origin: left;
  animation: dwmenu-bottom-off 0.8s forwards;
}
.dwMenu-active .dwMenu-bottom {
  animation: dwmenu-bottom 0.8s 0.1s forwards;
}

@keyframes dwmenu-top {
  0% {
    transform: scaleX(1) translateY(0) rotate(0);
  }
  20% {
    transform: translateX(0) scaleX(0) rotate(0);
  }
  80% {
    transform: translateX(-5px) translateY(21.5px) scaleX(0) rotate(0);
  }
  100% {
    transform: translateX(-5px) translateY(21.5px) scaleX(1) rotate(45deg);
  }
}
@keyframes dwmenu-middle {
  0% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
@keyframes dwmenu-bottom {
  0% {
    transform: translateX(0) scaleX(1) rotate(0);
  }
  20% {
    transform: translateX(0) scaleX(0) rotate(0);
  }
  80% {
    transform: translate(5px, 1px) scaleX(0) rotate(0);
  }
  100% {
    width: 36px;
    transform: translate(5.5px, 1px) scaleX(1) rotate(-45deg);
  }
}
@keyframes dwmenu-top-off {
  0% {
    transform: translateX(-5px) translateY(21.5px) scaleX(1) rotate(45deg);
  }
  20% {
    transform: translateX(0) translateY(21.5px) scaleX(0) rotate(0);
  }
  80% {
    transform: translateX(0) translateY(0) scaleX(0) rotate(0);
  }
  100% {
    transform: scaleX(1) translateY(0) rotate(0);
  }
}
@keyframes dwmenu-middle-off {
  0% {
    transform: scaleX(0);
  }
  80% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes dwmenu-bottom-off {
  0% {
    width: 36px;
    transform: translateX(5px) scaleX(1) rotate(-45deg);
  }
  80% {
    transform: translateX(0) scaleX(0) rotate(0);
  }
  100% {
    transform: translateX(0) scaleX(1) rotate(0);
  }
}
.mv {
  display: flex;
  align-items: center;
  gap: 5%;
  padding-left: calc((100vw - 1440px) / 2);
}
@media screen and (max-width: 1540px) {
  .mv {
    padding-left: 3%;
  }
}
@media (max-width: 767px) {
  .mv {
    flex-direction: column;
    gap: 20px;
    padding: 40px 5% 0;
    overflow: hidden;
  }
}
.mv-video {
  width: 50%;
  max-height: calc(100vh - var(--headerHeight));
  aspect-ratio: 1;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .mv-video {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .mv-video {
    width: 100%;
    margin-right: -10vw;
  }
}
.mv-video video {
  width: 100%;
  height: auto;
  max-height: none;
  overflow: hidden;
  display: block;
}

.mvDes {
  flex: 1;
}
@media (max-width: 767px) {
  .mvDes {
    width: 100%;
  }
}
.mvDes-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background: url(../img/common/bg-ribbon.png) center left/100% 100% no-repeat;
  height: 35px;
  width: fit-content;
  padding: 5px 35px;
  color: #008494;
  font-weight: bold;
  font-size: 1.0625rem;
  font-size: min(17px, 1.4vw);
}
@media (max-width: 767px) {
  .mvDes-sub {
    height: auto;
    margin-inline: auto;
    font-size: 3.2vw;
  }
}
.mvDes-en {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: var(--font-jost);
  font-size: 1rem;
}
.mvDes-main {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mvDes-main {
    width: 80%;
    margin: 20px auto 30px;
  }
}
.mvDes-copy {
  font-size: 2.8125rem;
  margin-left: 2vw;
  margin-bottom: 10px;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .mvDes-copy {
    font-size: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mvDes-copy {
    margin-left: 0;
    font-size: 3.6vw;
  }
}
@media (max-width: 767px) {
  .mvDes-copy {
    margin-left: 5%;
    font-size: 7vw;
    font-weight: bold;
  }
}
.mvDes-copy .text-s {
  display: block;
  font-size: 65%;
}
.mvDes-cloths {
  text-align: right;
}

.topCustom {
  position: relative;
  display: flex;
  margin-top: 60px;
  gap: 5%;
  padding-right: var(--side);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .topCustom {
    padding-right: 5%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .topCustom {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .topCustom {
    flex-direction: column;
    margin-bottom: 100px;
  }
}
.topCustom::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.47;
  background: url(../img/common/foot.png) center center/1150px auto no-repeat;
  pointer-events: none;
}
.topCustom::before {
  top: 30%;
}
.topCustom-img {
  position: relative;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topCustom-img {
    width: 80%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .topCustom-img {
    width: 80%;
  }
}
.topCustom-des {
  position: relative;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topCustom-des {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) and (min-width: 768px) and (max-width: 1099px) {
  .topCustom-des {
    max-width: 90%;
    width: 90%;
  }
}
.topCustom-des-title {
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  text-align: right;
  font-size: min(4rem, 5vw);
  font-weight: bold;
  color: var(--pointColor);
  font-family: var(--font-pt);
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topCustom-des-title {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .topCustom-des-title {
    position: static;
    margin: 30px auto 20px;
    font-size: 8vw;
    font-weight: bold;
    line-height: 1.3;
  }
}
.topCustom-des-text {
  margin-top: 120px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .topCustom-des-text {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.topCustom-des-text p {
  line-height: 2.3;
}
@media (max-width: 767px) {
  .topCustom-des-text p {
    line-height: 2;
  }
}
.topCustom-des-text p + p {
  margin-top: 30px;
}
.topCustom-des-text .text-l {
  font-size: 140%;
  line-height: 1.8;
}
.topCustom-des-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .topCustom-des-btn {
    width: 80%;
    margin: 40px auto 0;
    text-align: center;
  }
}

.topLineup {
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 0 5%;
  margin-top: 80px;
}
.topLineup::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.47;
  background: url(../img/common/foot-2.png) center center/900px no-repeat;
  pointer-events: none;
  z-index: 0;
}
.topLineup::before {
  top: 70%;
  background-size: 879.5px auto;
}
.topLineup-lead {
  max-width: 900px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .topLineup-lead {
    text-align: left;
  }
}
.topLineup-imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  max-width: 1440px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .topLineup-imgs {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .topLineup-imgs {
    gap: 40px 8%;
  }
}
@media (max-width: 767px) {
  .topLineup-imgs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.topLineup-imgs-item {
  border-radius: 15px;
  overflow: hidden;
}
.topLineup-kv {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  margin-bottom: 20px;
  max-width: 1440px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .topLineup-kv {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .topLineup-kv {
    gap: 40px 8%;
  }
}
@media (max-width: 767px) {
  .topLineup-kv {
    grid-template-columns: repeat(1, 1fr);
  }
}
.topLineup-kv.is-2 {
  display: flex;
  gap: 20px;
}
.topLineup-kv-item {
  border-radius: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.topLineup-kv-item img {
  width: 100%;
  height: auto;
}
.topLineup-btn {
  margin-top: 40px;
  text-align: center;
}

.topFlow {
  position: relative;
  display: flex;
  gap: 5%;
}
@media (max-width: 767px) {
  .topFlow {
    display: block;
  }
}
.topFlow-des {
  flex: 1;
  padding-left: var(--side);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .topFlow-des {
    padding-left: 3%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .topFlow-des {
    padding-inline: 5%;
  }
}
@media (max-width: 767px) {
  .topFlow-des {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.topFlow-des-lead {
  font-weight: bold;
  margin-bottom: 40px;
}
.topFlow-des-lead p {
  line-height: 2.2;
}
@media (max-width: 767px) {
  .topFlow-des-btn {
    margin-bottom: 30px;
    text-align: center;
  }
}
.topFlow-img {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topFlow-img {
    position: absolute;
    top: -12vw;
    right: 0;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .topFlow-img {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.topInsta {
  margin-block: 20px 140px;
}
@media (max-width: 767px) {
  .topInsta {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin: 30px auto 80px;
  }
}
.topInsta .title-center {
  margin-bottom: 30px;
}
.topInsta-content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  max-width: 1440px;
  padding-inline: 3%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .topInsta-content {
    max-width: 90%;
    width: 90%;
  }
}

.contactWrapper {
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contactWrapper {
    padding-top: 80px;
  }
}
.contactWrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.47;
  background: url(../img/common/foot.png) center center/1150px auto no-repeat;
  pointer-events: none;
}
.contactWrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.47;
  background: url(../img/common/foot-2.png) center center/900px no-repeat;
  pointer-events: none;
  z-index: 0;
}
.contactWrapper::after {
  top: 1000px;
  z-index: 0;
}

.contactSummary {
  margin-bottom: 60px;
  text-align: center;
  padding-inline: 5%;
}
.contactSummary-title {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contactSummary-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.contactSummary-text {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}

.contactForm {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  padding-bottom: 80px;
  z-index: 1;
}
.contactForm-privacy {
  text-align: center;
}
.contactForm-privacy input {
  border: none;
}
.contactForm-privacy-sub {
  font-size: 0.75rem;
}
.contactForm-btn {
  text-align: center;
  margin-top: 40px;
}
.contactForm-btn .btn-round {
  color: #000;
  padding-left: 60px;
  background-image: url("../img/contact/txt-sendmail.png"), url("../img/common/hand.png");
  background-position: right 8px center, left 20px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px, 17px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .contactForm-btn .btn-round {
    width: 90%;
    text-align: left;
  }
}
.contactForm-error {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contactForm-error {
    margin-bottom: 90px;
  }
}

.contactTableWrap {
  background: #fff;
  color: #000;
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 40px 80px;
}
@media (max-width: 767px) {
  .contactTableWrap {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .contactTableWrap table tr {
    padding: 15px 0;
  }
}
.contactTableWrap table tr + tr {
  border-top: 1px solid #04bcd2;
}
.contactTableWrap table th, .contactTableWrap table td {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .contactTableWrap table th, .contactTableWrap table td {
    padding: 5px 0;
  }
}
.contactTableWrap table th {
  font-weight: bold;
  position: relative;
  width: 220px;
}
.contactTableWrap table th::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../img/common/hand.png) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .contactTableWrap .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 10px;
  }
}

.addressWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.addressWrap input {
  width: 100%;
}
.addressWrap-postcode {
  gap: 10px;
  display: flex;
  align-items: center;
}
.addressWrap-postcode input {
  width: 120px;
}
.addressWrap-address {
  width: 100%;
}
@media (min-width: 768px) {
  .addressWrap-address {
    flex: 1;
  }
}

#container .wpcf7-response-output {
  padding: 20px;
  border: 2px solid #f2f2f2;
  position: fixed;
  top: calc(50% - 50px);
  left: 5%;
  width: 90%;
  z-index: 10;
  background: #cf1414;
  color: #fff;
  text-align: center;
  pointer-events: none;
  animation: hideMsg 4s forwards;
}

@keyframes hideMsg {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.collectionSummary {
  display: grid;
  grid-template: "title img" auto "text img" 1fr/60% 1fr;
  margin-left: var(--side);
  gap: 0 20px;
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .collectionSummary {
    margin-left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .collectionSummary {
    grid-template: "title img" auto "text text" 1fr/40% 1fr;
    gap: 30px 0;
  }
}
@media (max-width: 767px) {
  .collectionSummary {
    grid-template: "img" auto "title" auto "text" 1fr/100%;
    margin-left: 0;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.collectionSummary-title {
  grid-area: title;
  margin-block: 80px 40px;
  color: var(--pointColor);
  font-weight: 500;
  font-family: var(--font-pt);
  font-size: 1.75rem;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .collectionSummary-title {
    margin-block: 100px 0;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .collectionSummary-title {
    font-size: 1.25rem;
    margin-block: 40px 20px;
  }
}
.collectionSummary-img {
  grid-area: img;
}
@media (min-width: 768px) {
  .collectionSummary-img {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .collectionSummary-img {
    margin-top: 30px;
  }
}
.collectionSummary-text {
  grid-area: text;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .collectionSummary-text {
    margin-right: 5%;
  }
}
.collectionSummary-text p + p {
  margin-top: 2em;
}

.basicStyle {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .basicStyle {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .basicStyle {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.basicStyle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.47;
  background: url(../img/common/foot.png) center center/1150px auto no-repeat;
  pointer-events: none;
}
.basicStyle::before {
  top: 12%;
}
.basicStyle-inner {
  position: relative;
}
.basicStyle-heading {
  margin-bottom: 40px;
}
@media (min-width: 980px) {
  .basicStyle-heading {
    display: flex;
    gap: 40px;
  }
}
.basicStyle-heading .title-dog {
  white-space: nowrap;
}
.basicStyle-heading-text {
  font-weight: bold;
  font-size: 0.8125rem;
}
.basicStyle-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .basicStyle-imgs {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .basicStyle-imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
    margin-bottom: 20px;
  }
}
.basicStyle-imgs-item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.basicStyle-imgs-item-title {
  margin-block: 10px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--pointColor);
}
@media (max-width: 767px) {
  .basicStyle-imgs-item-title {
    font-size: 0.8125rem;
  }
}
.basicStyle-imgs-item-text {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .basicStyle-imgs-item-text {
    font-size: 0.6875rem;
  }
}

.kodawari {
  background-image: url(../img/common/waku-top.png), url(../img/common/waku-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  margin-bottom: 80px;
  padding-block: 50px 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .kodawari {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 980px) and (max-width: 1099px) {
  .kodawari {
    padding-block: 4vw 2vw;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .kodawari {
    background: #fff;
    border: 4px solid #c2faf7;
    border-radius: 10px;
    padding-block: 30px 20px;
  }
}
@media (max-width: 767px) {
  .kodawari {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    background: #fff;
    border: 4px solid #c2faf7;
    border-radius: 10px;
  }
}
.kodawari-inner {
  padding: 1px 30px 0;
  background: url(../img/common/waku-middle.png) center center/100% auto repeat-y;
}
@media (min-width: 980px) {
  .kodawari-inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 979px) {
  .kodawari-inner {
    background: #fff;
  }
}
.kodawari-title {
  text-align: center;
  width: fit-content;
  margin: -20px auto 40px;
  font-size: 1.25rem;
  padding-inline: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .kodawari-title {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .kodawari-title {
    padding-inline: 0;
    margin-bottom: 20px;
  }
}
.kodawari-lead {
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .kodawari-lead {
    text-align: center;
  }
}
.kodawari-btn {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .kodawari-btn {
    margin-bottom: 30px;
  }
}
.kodawari-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .kodawari-imgs {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .kodawari-imgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.kodawari-imgs-item {
  border-radius: 20px;
  overflow: hidden;
}
.kodawari-imgs-item img {
  width: 100%;
  height: auto;
}
.kodawari-imgs-item-text {
  margin-block: 10px;
  text-align: center;
  padding-inline: 10px;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .kodawari-imgs-item-text {
    padding-inline: 0;
  }
}

.styleSample {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .styleSample {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .styleSample {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.styleSample-text {
  font-weight: bold;
}

.anchorNav {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .anchorNav {
    max-width: 90%;
    width: 90%;
  }
}
.anchorNav-list {
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .anchorNav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.anchorNav-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
}
@media (max-width: 767px) {
  .anchorNav-list-item {
    padding: 10px 0;
    border-bottom: 0.5px solid #fff;
  }
}
@media (hover: hover) {
  .anchorNav-list-item:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
.anchorNav-list-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: calc(50% - 7px);
  width: 14px;
  height: 8px;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.anchorNav-list-item-en {
  color: var(--pointColor);
  font-weight: bold;
  font-family: var(--font-pt);
}
.anchorNav-list-item-ja {
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .anchorNav-list-item-ja {
    font-size: 0.6875rem;
  }
}

.styleArea {
  background: url(../img/common/bg-hand-repeat.png) center 100px/1190px auto repeat-y;
}
@media (min-width: 768px) {
  .styleArea {
    margin-bottom: 80px;
  }
}

.styleSection {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  display: grid;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .styleSection {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .styleSection {
    grid-template: "title title" auto "slider imgs" 1fr/490px 1fr;
    gap: 20px 20px;
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .styleSection {
    grid-template: "title title" auto "slider slider" auto "imgs imgs" auto/1fr 50%;
    gap: 30px 40px;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .styleSection {
    grid-template: "title" auto "slider" auto "imgs" 1fr/100%;
    gap: 10px 0;
    padding: 40px 5%;
  }
}
.styleSection-slider {
  grid-area: slider;
}
@media (min-width: 768px) and (max-width: 979px) {
  .styleSection-slider {
    width: 80%;
    margin-inline: auto;
  }
}
.styleSection-title {
  grid-area: title;
  display: flex;
  align-items: center;
  height: fit-content;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .styleSection-title {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px;
  }
}
.styleSection-title-main {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--font-pt);
  color: var(--pointColor);
}
.styleSection-title-sub {
  font-weight: bold;
}
@media (min-width: 768px) {
  .styleSection-title-sub {
    margin-top: 15px;
  }
}
.styleSection-imgs {
  grid-area: imgs;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: fit-content;
}
@media (min-width: 768px) and (max-width: 979px) {
  .styleSection-imgs {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 767px) {
  .styleSection-imgs {
    gap: 4px;
  }
}
.styleSection-imgs-img {
  padding: 0;
  border: none;
  background: #fff;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .styleSection-imgs-img {
    border-radius: 4px;
  }
}
@media (hover: hover) {
  .styleSection-imgs-img:hover {
    opacity: 0.8;
  }
}
.styleSection-imgs-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.styleSectionSlide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .styleSectionSlide {
    border-radius: 4px;
    aspect-ratio: 1;
  }
}
.styleSectionSlide-item {
  aspect-ratio: 1;
}
.styleSectionSlide-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .styleSectionSlide .splide__arrow {
    top: calc(50% - 40px);
  }
}
.styleSectionSlide .splide__arrow.splide__arrow--prev {
  background: url(../img/common/icon-slider-arrow-l.png) center center/contain no-repeat;
}
.styleSectionSlide .splide__arrow.splide__arrow--next {
  background: url(../img/common/icon-slider-arrow-r.png) center center/contain no-repeat;
}
.styleSectionSlide .splide__arrow svg {
  display: none;
}

.orderLead {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  padding-block: 50px 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .orderLead {
    max-width: 90%;
    width: 90%;
  }
}
.orderLead::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.47;
  background: url(../img/common/foot.png) center center/1150px auto no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .orderLead {
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.orderLead::before {
  top: 100px;
}
.orderLead-text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .orderLead-text {
    margin-bottom: 20px;
  }
}

.flowStepSection {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .flowStepSection {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .flowStepSection {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.flowStepSection + .flowStepSection {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .flowStepSection + .flowStepSection {
    margin-top: 60px;
  }
}
.flowStepSection-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding: 8px;
  background: #fff;
  border-radius: 50px;
  height: 62px;
  color: var(--themeColor);
  font-weight: bold;
}
@media (max-width: 767px) {
  .flowStepSection-title {
    height: auto;
    padding: 10px 4px;
    gap: 10px;
  }
}
.flowStepSection-title-step {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 40px;
  border: 1px solid var(--themeColor);
  background: #f0ff00;
  width: 147px;
  font-family: var(--font-pt);
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .flowStepSection-title-step {
    width: auto;
    padding: 4px 10px;
    font-size: 1rem;
  }
}
.flowStepSection-title-text {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .flowStepSection-title-text {
    font-size: 0.875rem;
    font-weight: bold;
  }
}
.flowStepSection-text {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1rem;
}
.flowStepSection-text p {
  line-height: 2.2;
}
.flowStepSection-btn {
  text-align: center;
}
@media (min-width: 768px) {
  .flowStepSection-btn .btn-round {
    padding-right: 170px;
  }
}

.dogTypes {
  background-image: url(../img/order/waku-top.png), url(../img/order/waku-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  padding-block: 50px 30px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .dogTypes {
    background: #fff;
    border: 4px solid #c2faf7;
    border-radius: 10px;
    padding-block: 30px 20px;
  }
}
@media (max-width: 767px) {
  .dogTypes {
    background: #fff;
    border: 4px solid #c2faf7;
    border-radius: 10px;
    padding-block: 20px 10px;
  }
}
.dogTypes-inner {
  padding: 1px 30px 0;
  background: url(../img/order/waku-middle.png) center center/100% auto repeat-y;
}
@media (min-width: 980px) and (max-width: 1099px) {
  .dogTypes-inner {
    background: #fff;
  }
}
@media (max-width: 979px) {
  .dogTypes-inner {
    background: #fff;
  }
}
.dogTypes-title {
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  .dogTypes-title {
    margin-top: -30px;
  }
}
.dogTypes-title-main {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--themeColor);
}
.dogTypes-title-text {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .dogTypes-title-text {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.dogTypes-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 90%;
  height: fit-content;
  border-bottom: 1px solid var(--themeColor);
  padding-bottom: 25px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dogTypes-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 767px) {
  .dogTypes-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    width: 100%;
  }
}
.dogTypes-list-ul {
  width: 100%;
}
.dogTypes-list-ul-li {
  display: flex;
  gap: 10px;
}
.dogTypes-list-ul-li + .dogTypes-list-ul-li {
  margin-top: 15px;
}
.dogTypes-list-ul-li::before {
  content: "";
  display: inline-block;
  min-width: 15px;
  width: 15px;
  height: 13px;
  background: url(../img/common/hand-blue.png) center center/cover no-repeat;
}
.dogTypes-bottom {
  width: 90%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .dogTypes-bottom {
    width: 100%;
  }
}

.onegai-wrap {
  padding-bottom: 40px;
}
.onegai-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.47;
  background: url(../img/common/foot-2.png) center center/900px no-repeat;
  pointer-events: none;
  z-index: 0;
}
.onegai-wrap::after {
  top: 1000px;
}

.onegai {
  position: relative;
  margin-top: 40px;
}
.onegai + .onegai {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .onegai + .onegai {
    margin-top: 60px;
  }
}
.onegai-headingGrid {
  display: grid;
  grid-template: "title pdf" auto "text text" auto/1fr 290px;
}
@media (max-width: 767px) {
  .onegai-headingGrid {
    grid-template: "title" auto "text" auto "pdf" auto/1fr;
  }
}
.onegai-supportGrid {
  display: grid;
  grid-template: "lead img1" auto "text img1" auto "img2 img2" 1fr/1fr 1fr;
  gap: 0 10px;
}
@media (max-width: 767px) {
  .onegai-supportGrid {
    grid-template: "lead" auto "img1" auto "text" auto "img2" auto/1fr;
  }
}
.onegai-lead {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1rem;
}
.onegai-title {
  grid-area: title;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .onegai-title {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
  }
}
.onegai-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 11px;
  background: url(../img/common/line-nami.png) center center/100% 100% no-repeat;
}
.onegai-title-main {
  display: inline-block;
  padding-inline: 10px;
  font-size: 1.3125rem;
  font-weight: bold;
  color: var(--pointColor);
  background: #037481;
}
@media (max-width: 767px) {
  .onegai-title-main {
    font-size: 1rem;
  }
}
.onegai-title-text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  color: #f0ff00;
}
@media (max-width: 767px) {
  .onegai-title-text {
    font-size: 1.125rem;
  }
}
.onegai-pdf {
  grid-area: pdf;
}
@media (max-width: 767px) {
  .onegai-pdf {
    margin-block: 30px;
  }
}
.onegai-text {
  grid-area: text;
  font-weight: bold;
}
.onegai-saisun {
  position: relative;
  width: 100%;
  margin-top: -40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .onegai-saisun {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .onegai-saisun {
    margin-block: 0 60px;
  }
}
.onegai-saisun-text {
  position: absolute;
  top: 100px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .onegai-saisun-text {
    top: 50px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .onegai-saisun-text {
    position: static;
  }
}
.onegai-btn {
  text-align: center;
  margin-block: 40px;
}
@media (min-width: 768px) {
  .onegai-btn .btn-round {
    padding-right: 170px;
  }
}
.onegai-img1 {
  grid-area: img1;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .onegai-img1 {
    margin-bottom: 20px;
  }
}
.onegai-img1-item img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
.onegai-img2 {
  grid-area: img2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .onegai-img2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.onegai-img2-item img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

.saisunStep-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 40px;
}
@media (max-width: 767px) {
  .saisunStep-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 65px 4px;
  }
}

.saisunStep {
  position: relative;
}
.saisunStep-step {
  position: absolute;
  top: -60px;
  left: -20px;
  background: #fff;
  color: var(--themeColor);
  font-size: 1.5625rem;
  width: 176px;
  height: 176px;
  padding-top: 20px;
  border-radius: 50%;
  text-align: center;
  font-family: var(--font-pt);
  font-weight: bold;
}
@media (max-width: 767px) {
  .saisunStep-step {
    left: -10px;
  }
}
.saisunStep-step::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin-right: 8px;
  margin-left: -25px;
  margin-bottom: -2px;
  background: url(../img/common/hand-blue.png) center center/contain no-repeat;
}
.saisunStep-panel {
  position: relative;
  background: #fff;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #000;
}
.saisunStep-panel-img img {
  width: 100%;
}
.saisunStep-panel-title {
  text-align: center;
  margin-block: 15px;
  font-weight: bold;
}
.saisunStep-panel-text {
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}

.saisunSizeList {
  margin-top: 60px;
  background: #fff;
  border: 4px solid #c2faf7;
  border-radius: 5px;
  padding: 30px 40px;
  box-shadow: 0 0 0 1px rgb(0, 0, 0);
  color: #000;
}
@media (max-width: 767px) {
  .saisunSizeList {
    padding: 20px 10px;
  }
}
.saisunSizeList-table {
  table-layout: fixed;
}
.saisunSizeList-table th, .saisunSizeList-table td {
  text-align: center;
}
@media (max-width: 767px) {
  .saisunSizeList-table th, .saisunSizeList-table td {
    padding: 3px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .saisunSizeList-table th {
    font-size: 0.6875rem;
  }
}

.suitePrice {
  margin-bottom: 120px;
}
.suitePrice-table {
  font-weight: bold;
}
@media (min-width: 768px) {
  .suitePrice-table {
    margin-top: 60px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .suitePrice-table {
    width: 100%;
  }
}
.suitePrice-table tr {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.5490196078);
}
.suitePrice-table th, .suitePrice-table td {
  padding: 10px 0;
}
.suitePrice-table th {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .suitePrice-table th {
    font-size: 0.875rem;
  }
}
.suitePrice-table td {
  font-weight: bold;
  font-size: 1.3125rem;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .suitePrice-table td {
    padding-left: 10px;
    font-size: 0.8125rem;
  }
}
.suitePrice-table td .num {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: var(--font-pt);
}
@media (max-width: 767px) {
  .suitePrice-table td .num {
    font-size: 150%;
  }
}

.faqSectionArea {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w);
  width: 100%;
  padding-block: 50px 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .faqSectionArea {
    max-width: 90%;
    width: 90%;
  }
}
.faqSectionArea::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1.47;
  background: url(../img/common/foot.png) center center/1150px auto no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .faqSectionArea {
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.faqSection {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #000;
}
.faqSection + .faqSection {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .faqSection + .faqSection {
    margin-top: 20px;
  }
}
.faqSection-title {
  display: flex;
  gap: 10px;
  padding: 30px 30px 20px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid var(--themeColor);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .faqSection-title {
    padding: 20px 20px 15px;
  }
}
.faqSection-title::before {
  content: "";
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 16px;
  background: url(../img/common/hand.png) center center/contain no-repeat;
}
.faqSection-text {
  padding: 30px 56px;
  color: #000;
}
@media (max-width: 767px) {
  .faqSection-text {
    padding: 20px 20px;
  }
}
.faqSection-text p {
  line-height: 2;
}
.faqSection-text p a {
  text-decoration: underline;
  color: #000;
}
