@charset "UTF-8";

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

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

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

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

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

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

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

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

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

:where(address) {
  font-style: inherit;
}

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

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

:where(b, strong) {
  font-weight: bolder;
}

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

:where(small) {
  font-size: 80%;
}

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

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

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

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

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

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

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: auto;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  background-color: #fff;
  color: #595757;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  font-family: sans-serif;
  font-family: "Zen Old Mincho", serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  line-break: strict;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

:where(a) {
  color: #85cdd7;
}

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

.contentsBody {
  margin-left: auto;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .contentsBody {
    margin-top: clamp(0px, 7.8125vh, 128px);
    max-width: 393px;
  }
}

.contentsBody-wrap {
  padding: 0 24px;
}
@media screen and (max-width: 320px) {
  .contentsBody-wrap {
    padding: 0 10px;
  }
  }

.main {
  position: relative;
  z-index: 1;
}

.wrap {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 0;
  }
}

.wf-hannari {
  font-family: "Hannari";
}

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

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

.cv {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 769px) {
  .cv {
    position: fixed;
    right: 32px;
    bottom: 60px;
    z-index: 10;
    width: 120px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .cv {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    width: 70px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.cv.cv-hidden {
  opacity: 0;
}

.title-section {
  color: #03A1BE;
  font-weight: 300;
  font-size: 2.4rem;
  text-align: center;
}

.title-section+.title-section-item {
  margin-top: 32px;
}

.title-section-item {
  margin-bottom: 16px;
  color: #717071;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.btn-border-red-tiny,
.btn-border-red-small,
.btn-border-red-normal,
.btn-border-secondary-small,
.btn-border-secondary-normal,
.btn-border-primary-small,
.btn-border-primary-normal,
.btn-border-dark-tiny,
.btn-border-dark-small,
.btn-border-dark-normal,
.btn-white-small,
.btn-white-normal,
.btn-dark-tiny,
.btn-dark-small,
.btn-dark-normal,
.btn-secondary-normal,
.btn-primary-normal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 100px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-border-red-tiny:hover,
.btn-border-red-small:hover,
.btn-border-red-normal:hover,
.btn-border-secondary-small:hover,
.btn-border-secondary-normal:hover,
.btn-border-primary-small:hover,
.btn-border-primary-normal:hover,
.btn-border-dark-tiny:hover,
.btn-border-dark-small:hover,
.btn-border-dark-normal:hover,
.btn-white-small:hover,
.btn-white-normal:hover,
.btn-dark-tiny:hover,
.btn-dark-small:hover,
.btn-dark-normal:hover,
.btn-secondary-normal:hover,
.btn-primary-normal:hover {
  opacity: 0.7;
}

.btn-border-red-normal,
.btn-border-secondary-normal,
.btn-border-primary-normal,
.btn-border-dark-normal,
.btn-white-normal,
.btn-dark-normal,
.btn-secondary-normal,
.btn-primary-normal {
  height: 64px;
}

@media screen and (min-width: 769px) {

  .btn-border-red-normal,
  .btn-border-secondary-normal,
  .btn-border-primary-normal,
  .btn-border-dark-normal,
  .btn-white-normal,
  .btn-dark-normal,
  .btn-secondary-normal,
  .btn-primary-normal {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {

  .btn-border-red-normal,
  .btn-border-secondary-normal,
  .btn-border-primary-normal,
  .btn-border-dark-normal,
  .btn-white-normal,
  .btn-dark-normal,
  .btn-secondary-normal,
  .btn-primary-normal {
    font-size: 1.6rem;
  }
}

.btn-border-red-normal small,
.btn-border-secondary-normal small,
.btn-border-primary-normal small,
.btn-border-dark-normal small,
.btn-white-normal small,
.btn-dark-normal small,
.btn-secondary-normal small,
.btn-primary-normal small {
  font-size: 1.2rem;
}

.btn-border-red-small,
.btn-border-secondary-small,
.btn-border-primary-small,
.btn-border-dark-small,
.btn-white-small,
.btn-dark-small {
  height: 46px;
}

@media screen and (min-width: 769px) {

  .btn-border-red-small,
  .btn-border-secondary-small,
  .btn-border-primary-small,
  .btn-border-dark-small,
  .btn-white-small,
  .btn-dark-small {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {

  .btn-border-red-small,
  .btn-border-secondary-small,
  .btn-border-primary-small,
  .btn-border-dark-small,
  .btn-white-small,
  .btn-dark-small {
    font-size: 1.4rem;
  }
}

.btn-border-red-tiny,
.btn-border-dark-tiny,
.btn-dark-tiny {
  height: 38px;
}

@media screen and (min-width: 769px) {

  .btn-border-red-tiny,
  .btn-border-dark-tiny,
  .btn-dark-tiny {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {

  .btn-border-red-tiny,
  .btn-border-dark-tiny,
  .btn-dark-tiny {
    font-size: 1.6rem;
  }
}

.btn-primary-normal {
  background-color: #85cdd7;
  color: #fff;
}

.btn-primary-normal.arrow {
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-primary-normal.back-arrow {
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}

.btn-primary-normal:hover {
  text-decoration: none;
}

.btn-secondary-normal {
  background-color: #ef8100;
  color: #fff;
}

.btn-secondary-normal.arrow {
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-secondary-normal.back-arrow {
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}

.btn-secondary-normal:hover {
  text-decoration: none;
}

.btn-dark-normal {
  background-color: #1a1a1a;
  color: #fff;
}

.btn-dark-normal.f16 {
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .btn-dark-normal.wide {
    max-width: 380px;
  }
}

.btn-dark-normal.arrow {
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-dark-normal.back-arrow {
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}

.btn-dark-normal[target=_blank] {
  background-image: url(../img/common/icon-blank-w.svg);
  background-position: right 20px center;
  background-size: 12px auto;
}

.btn-dark-normal:hover {
  text-decoration: none;
}

.btn-dark-small {
  background-color: #1a1a1a;
  color: #fff;
}

.btn-dark-small:disabled {
  background-color: #999;
  pointer-events: none;
}

.btn-dark-small:hover {
  text-decoration: none;
}

.btn-dark-tiny {
  background-color: #1a1a1a;
  color: #fff;
}

.btn-dark-tiny:disabled {
  background-color: #999;
  pointer-events: none;
}

.btn-dark-tiny:hover {
  text-decoration: none;
}

.btn-white-normal {
  background-color: #fff;
  color: #1a1a1a;
}

.btn-white-normal.arrow {
  background-image: url(../img/common/arrow-right-dark.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-white-normal.back-arrow {
  background-image: url(../img/common/arrow-left-dark.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}

.btn-white-normal:hover {
  text-decoration: none;
}

.btn-white-small {
  background-color: #fff;
  color: #1a1a1a;
}

.btn-white-small:hover {
  text-decoration: none;
}

.btn-border-dark-normal {
  border: 1px solid #1a1a1a;
  background-color: #fff;
  color: #1a1a1a;
}

.btn-border-dark-normal.arrow {
  background-image: url(../img/common/arrow-right-dark.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-border-dark-normal.back-arrow {
  background-image: url(../img/common/arrow-left-dark.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}

.btn-border-dark-normal:hover {
  text-decoration: none;
}

.btn-border-dark-small {
  border: 1px solid #1a1a1a;
  background-color: #fff;
  color: #1a1a1a;
}

.btn-border-dark-small.add {
  background-image: url(../img/common/icon-plus-dark.svg);
  background-position: right 16px center;
  background-size: 11px auto;
}

.btn-border-dark-small:hover {
  text-decoration: none;
}

.btn-border-dark-tiny {
  border: 1px solid #1a1a1a;
  background-color: #fff;
  color: #1a1a1a;
}

.btn-border-dark-tiny:hover {
  text-decoration: none;
}

.btn-border-primary-normal {
  border: 1px solid #85cdd7;
  background-color: #fff;
  color: #85cdd7;
}

.btn-border-primary-normal.arrow {
  background-image: url(../img/common/arrow-right-primary.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-border-primary-normal.back-arrow {
  background-image: url(../img/common/arrow-left-primary.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}

.btn-border-primary-normal:hover {
  text-decoration: none;
}

.btn-border-primary-small {
  border: 1px solid #85cdd7;
  background-color: #fff;
  color: #85cdd7;
}

.btn-border-primary-small.add {
  background-image: url(../img/common/icon-plus-primary.svg);
  background-position: right 16px center;
  background-size: 11px auto;
}

.btn-border-primary-small.arrow {
  background-image: url(../img/common/arrow-right-primary.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-border-primary-small.back-arrow {
  background-image: url(../img/common/arrow-left-primary.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}

.btn-border-primary-small:hover {
  text-decoration: none;
}

.btn-border-secondary-normal {
  border: 1px solid #ef8100;
  background-color: #fff;
  color: #ef8100;
}

.btn-border-secondary-normal.arrow {
  background-image: url(../img/common/arrow-right-secondary.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-border-secondary-normal.back-arrow {
  background-image: url(../img/common/arrow-left-secondary.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}

.btn-border-secondary-normal:hover {
  text-decoration: none;
}

.btn-border-secondary-small {
  border: 1px solid #ef8100;
  background-color: #fff;
  color: #ef8100;
}

.btn-border-secondary-small.add {
  background-image: url(../img/common/icon-plus-secondary.svg);
  background-position: right 16px center;
  background-size: 11px auto;
}

.btn-border-secondary-small.arrow {
  background-image: url(../img/common/arrow-right-secondary.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-border-secondary-small.back-arrow {
  background-image: url(../img/common/arrow-left-secondary.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}

.btn-border-secondary-small:hover {
  text-decoration: none;
}

.btn-border-red-normal {
  border: 1px solid #d6082e;
  background-color: #fff;
  color: #85cdd7;
}

.btn-border-red-normal.arrow {
  background-image: url(../img/common/arrow-right-red.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-border-red-normal:hover {
  text-decoration: none;
}

.btn-border-red-small {
  border: 1px solid #85cdd7;
  background-color: #fff;
  color: #85cdd7;
}

.btn-border-red-small.arrow {
  background-image: url(../img/common/arrow-right-red.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}

.btn-border-red-small:hover {
  text-decoration: none;
}

.btn-border-red-tiny {
  border: 1px solid #d6082e;
  background-color: #fff;
  color: #d6082e;
}

.btn-border-red-tiny.arrow2 {
  background-image: url(../img/common/arrow2-right-red.svg);
  background-position: right 10px center;
  background-size: 6px auto;
}

.btn-border-red-tiny.moveOut {
  position: relative;
}

.btn-border-red-tiny.moveOut::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 8px;
  display: block;
  margin: auto;
  height: 20px;
  aspect-ratio: 1;
  background-image: url(../img/common/icon-move-out.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-border-red-tiny:disabled {
  background-color: #999;
  pointer-events: none;
}

.btn-border-red-tiny:hover {
  text-decoration: none;
}

.img-section-item {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.note {
  margin-top: 24px;
  color: #3e3a39;
  counter-reset: item;
}

.note-section {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
}

.note-section::before {
  content: "※";
  position: absolute;
  left: 0;
  counter-increment: item;
}

.note-section-num {
  position: relative;
  padding-left: 2em;
  font-weight: 400;
  font-size: 1rem;
}

.note-section-num::before {
  content: "※" counter(item);
  position: absolute;
  left: 0;
  counter-increment: item;
}

.bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .bg {
    display: none;
  }
}

.bg.bg-top img:nth-child(2) {
  opacity: 0;
}

.bg.bg-top img:nth-child(3) {
  opacity: 0;
}

.bg.bg-middle img:nth-child(2) {
  opacity: 1;
}

.bg.bg-bottom img:nth-child(3) {
  opacity: 1;
}

.bg img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.bg img:nth-child(2) {
  opacity: 0;
}

.bg img:nth-child(3) {
  opacity: 0;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.loading.loaded {
  visibility: hidden;
  opacity: 0;
}

.loading-logo {
  margin: 0 auto;
  width: 190px;
}

.loading-icon {
  position: relative;
  margin: 0 auto;
  margin-top: 64px;
  width: 150px;
  height: 150px;
}

.loading-icon img {
  position: relative;
  z-index: 1;
}

.loading-icon-water {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 10px;
  background-color: #85cdd7;
}

.loading-text {
  margin-top: 16px;
  font-family: "Bebas Neue", sans-serif;
}

.loading-text-num {
  font-size: 5.5rem;
}

.loading-text-small {
  font-size: 3rem;
}

.bnr {
  padding: 24px 0 0;
}

.bnr-item {
  position: relative;
}

.bnr-item img {
  width: 100%;
}

.bnr-item-badge {
  position: absolute;
  top: -8px;
  left: -24px;
  max-width: 58px;
}

.bnr-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
  height: 52px;
  border-radius: 5px;
  background-color: #2088ba;
  -webkit-box-shadow: 8px 8px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 8px 8px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}

@media screen and (min-width: 769px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    padding: 20px 0;
    height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 769px) {
  .header-wrap {
    margin: auto;
    padding: 88px 12px 56px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap {
    padding: 0 12px;
  }
}

@media screen and (min-width: 769px) {
  .header-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .header-logo {
    margin-top: auto;
    margin-left: 28px;
    padding-top: 24px;
    width: 40vw;
    pointer-events: auto;
    pointer-events: none;
  }

  .header-logo img {
    display: none;
  }
}

.header-logo-link {
  display: block;
}

@media screen and (min-width: 769px) {
  .header-logo-link {
    pointer-events: auto;
  }

  .header-logo-link::before {
    content: "";
    display: block;
    max-width: 610px;
    max-height: clamp(80px, 19vh, 240px);
    width: auto;
    height: auto;
    aspect-ratio: 61/24;
    background-image: url(../img/common/logo-pc.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.header-qr {
  margin-top: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-qr {
    display: none;
  }
}

.header-qr-text {
  margin-top: 4px;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.2;
}

.header-btn {
  display: block;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .header-btn.insta {
    margin-top: 24px;
    margin-left: 28px;
    pointer-events: auto;
  }

  .header-btn.insta::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/common/icon-insta-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .header-btn.insta img {
    display: none;
  }
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-right: 10px;
}

@media screen and (min-width: 769px) {
  .header-dialog {
    display: contents;
  }

  .header-dialog .header-wrap {
    display: none;
  }

  .header-dialog[open] {
    position: fixed;
    padding: 0;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .header-dialog::-ms-backdrop {
    display: none;
  }

  .header-dialog::backdrop {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    margin: auto;
    padding: 20px 0 30px 0;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    -webkit-animation: fadeIn 0.2s ease-in-out;
    animation: fadeIn 0.2s ease-in-out;
  }

  .header-dialog::-ms-backdrop {
    top: auto;
  }

  .header-dialog::backdrop {
    top: auto;
  }
}

.footer {
  padding: 12px 0;
  background-color: #fff;
  text-align: center;
}
.footer-company {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-copy {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

.gNav-btn {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #595757;
  text-indent: -9999px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .gNav-btn {
    display: none;
  }
}

.gNav-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.gNav-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.gNav-btn-close {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #595757;
  text-indent: -9999px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .gNav-btn-close {
    display: none;
  }
}

.gNav-btn-close::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gNav-btn-close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




@media screen and (min-width: 769px) {
  .gNav-list {
    margin-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .gNav-list {
    overflow-y: auto;
    padding: 24px 20px 40px;
    width: 100%;
    background-color: #fff;
    pointer-events: auto;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .gNav-list-item {
    border-bottom: 1px solid #C5E6EB;
  }
  .gNav-list-item:nth-of-type(1) {
    border-bottom: none;
  }
  .gNav-list-item2 {
    border-bottom: 1px solid #C5E6EB;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .gNav-list-item-en {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .gNav-list-item-en {
    font-weight: 400;
    font-size: 1.6rem;
    font-family: "Pacifico", cursive;
    line-height: 1.2;
    color: #C5E6EB;
  }
}

@media screen and (min-width: 769px) {
  .gNav-list-item-ja,
  .gNav-list-item-ja2 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .gNav-list-item-ja {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
  }
  .gNav-list-item-ja2 {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    color: #595757;
    padding-left: 30px;

  }
}

@media screen and (min-width: 769px) {
  .gNav-list-item-link {
    color: #fff;
    font-size: clamp(1.6rem, 3.2vh, 3rem);
    line-height: 2;
    pointer-events: auto;
  }

  .gNav-list-item-link::before {
    content: attr(data-pc-text);
  }
  .gNav-list-item-link2 {
    color: #fff;
    font-size: clamp(1.2rem, 1.8vh, 1.8rem);
    line-height: 1.5;
    pointer-events: auto;
    padding-left: 20px;
  }
  .gNav-list-item-link2::before {
    content: attr(data-pc-text);
  }
}

@media screen and (max-width: 768px) {
  .gNav-list-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: last baseline;
    -ms-flex-align: last baseline;
    align-items: last baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    color: #595757;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 769px) {
  .gNav-list-item-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .gNav-list-item-btn-txt {
    color: #595757;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }

  .gNav-list-item-btn {
    text-align: center;
  }

  .gNav-list-item-btn+.gNav-list-item-btn {
    margin-top: 20px;
  }

  .gNav-list-item-btn a {
    width: 280px;
    display: inline-block;
    padding: 10px 0px;
    background-color: #03A1BE;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    border-radius: 50px;
    position: relative;
  }

  .gNav-list-contact-time {
    display: block;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #595757;
  }
}

/* トップスライド*/

.topMv {
  position: relative;
  width: 100%;
  height: 730px;
}

.topMv #top-slider {
  height: 730px;
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
  width: 100%;
}

.topMv #top-slider div {
  height: 730px;
}

.topMv #top-slider div img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 元々あったコードそのまま残している */
.topMv .video-js :not(video) {
  display: none;
}


@media screen and (max-width: 768px) {
  .topMv {
    height: calc(100svh - 70px);
  }

  .topMv #top-slider {
    height: 100%;
    margin-inline: auto;
    overflow: hidden;
    width: 100%;
  }

  .topMv #top-slider div {
    height: 100%;
    width: 100%;
  }

  .topMv #top-slider div img {
    text-align: center;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}


/* フェード設定 */
@keyframes zoomUp1 {
  0% {
    transform: scale(1);
    transform-origin: center center;
    /* 変形の基準点を中心に設定 */
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
    transform-origin: center center;
    /* 変形の基準点を中心に設定 */
  }
}

.add-animation1 {
  animation: zoomUp1 5s ease-in-out 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.1);
    transform-origin: center center;
    /* 変形の基準点を中心に設定 */
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
    transform-origin: center center;
    /* 変形の基準点を中心に設定 */
  }
}

.add-animation {
  animation: zoomUp 5s ease-in-out 0s normal both;
}

/* copy */
.topCopytxt {
  position: absolute !important;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  font-size: 3rem;
  white-space: nowrap;
  font-weight: 900;
  text-align: center;
}
.topCopytxt span {
  padding-left: 20px;
}

/* scroll */
.topMv .topScroll {
  position: absolute !important;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.topMv .topScroll .scroll-line {
  width: 0.75px;
  height: 40px;
  background: #fff;
  animation: scrollDown 4s ease infinite;
}

@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }

  45% {
    transform-origin: top;
    transform: scaleY(1);
  }

  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

/* イントロ */

.topIntroduction {
  padding: 30px 0 250px;
  background-image: url(../img/topIntroduction/bg_lead.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
}

.topIntroduction-title {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 22px;
  line-height: 2;
  letter-spacing: -0.1em;
  text-shadow: 0px 0px 10px #0e79a6;
}

.topIntroduction-txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 15px #0e79a6;
}

.topIntroduction-btn a {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 35px 10px 15px;
  line-height: 1;
  position: relative;
  margin-top: 10px;
  letter-spacing: -0.1em;
  transition: .3s
}

.topIntroduction-btn a::after {
  content: '';
  display: block;
  background-image: url(../img/topIntroduction/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 4px;
  position: absolute;
  top: 16px;
  right: 11px;
}

@media screen and (min-width: 769px) {
  .topIntroduction-btn a:hover {
    opacity: .7;
  }
}

/* キャンペーン */
.campaign {
  padding: 20px 20px 30px;
  background-image: url(../img/topIntroduction/campaign_bg.png);
  width: 100%;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.campaign::before {
  content: '';
  background-image: url(../img/topIntroduction/flower_left.png);
  width: 132px;
  height: 74px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -16px;
}

.campaign::after {
  content: '';
  background-image: url(../img/topIntroduction/flower_right.png);
  width: 92px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -21px;
  z-index: -1;
}

.campagin-title {
  color: #03A1BE;
  font-size: 2.8rem;
  position: relative;
  font-weight: 900;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.3;
}

.campagin-title::after {
  content: '';
  display: block;
  background-image: url(../img/topIntroduction/campaign_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 330px;
  height: 50px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.campagin-img {
  width: 326px;
  margin: 0 auto;
}

.entry-btn a {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  background-color: #f59229;
  border-radius: 50px;
  padding: 15px 20px;
  line-height: 1;
  position: relative;
  transition: .3s;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.20);
}

@media screen and (min-width: 769px) {
  .entry-btn a:hover {
    opacity: .7;
  }
}

.campagin-date {
  font-size: 1.6rem;
  color: #03A1BE;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
}
.attention {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.1;
  padding-left: 1em;
  text-indent: -1em;
}

/* ウォーターサーバー */
.topProduct {
  background-color: #fff;
}

.topProduct-title {
  background-image: url(../img/topProduct/title_server.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 303px;
  text-align: center;
  color: #fff;
  position: relative;
}

.topProduct-title .title-en {
  padding-top: 100px;
}

.topProduct-title01 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.topProduct-title01 span {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-size: 3.6rem;
  font-weight: 500;
}

.topProduct-title02 {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 13px;
}

.topProduct-title03 {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.arrow-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
}

.topProductBox a {
  display: block;
  background-image: linear-gradient(180deg, #8ddfeb, #85cdd7);
  width: 330px;
  background-size: cover;
  border-radius: 15px;
  padding: 22px 0 22px;
  text-align: center;
  margin: 30px auto;
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  transition: .3s;
}
@media screen and (max-width: 320px) {
.topProductBox a {
  width: 100%;
}
}

@media screen and (min-width: 769px) {
  .topProductBox a:hover {
    opacity: .9;
  }
}

.topProduct-copy {
  display: block;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 26px;
  position: relative;
  line-height: 1.4;
}

.topProduct-copy::after {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.topProduct-name {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

.topProduct-img {
  width: 112px;
  margin-bottom: 20px;
}

.topProduct-img2 {
  width: 129px;
  margin-bottom: 20px;
}

.topProduct-price {
  width: 119px;
  position: absolute;
  bottom: 93px;
  right: 9px;
  text-shadow: 5px 5px #558abb;
}

.price03 {
  right: 1px;
}

.topProduct-no1 {
  width: 72px;
  position: absolute;
  top: 165px;
  left: 58px;
}

.topProduct-suiso {
  width: 97px;
  position: absolute;
  top: 165px;
  left: 17px;
}

.topProduct-btn p {
  display: inline-block;
  font-size: 1.6rem;
  color: #85CDD7;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 35px 10px 15px;
  line-height: 1;
  position: relative;
  transition: .3s;
}

.topProduct-btn p::after {
  content: '';
  display: block;
  background-image: url(../img/topProduct/arrow_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 4px;
  position: absolute;
  top: 16px;
  right: 15px;
}

@media screen and (min-width: 769px) {
  .topProduct-btn p:hover {
    opacity: 0.7;
  }
}

.topProduct-en {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

.en02 {
  width: 80px;
}

/* ピュアハワイアンボトル */

.topProduct-bottle {
  background-image: url(../img/topProduct/bg_bottle.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title-en {
  font-size: 2rem;
  color: #C5E6EB;
  font-family: "Pacifico", cursive;
  text-align: center;
  font-weight: 500;
}

.sec-title {
  font-size: 2.8rem;
  color: #03A1BE;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
  font-weight: 900;
}

.color_w {
  color: #fff;
}

.topProduct-bottletxt {
  font-size: 1.6rem;
  color: #595757;
  padding: 0 20px;
  margin-bottom: 30px;
}

.topProduct-bottle-flex {
  display: flex;
  padding: 0 20px;
  justify-content: center;
}

.topProduct-bottle-flexbox {
  text-align: center;
}

.topProduct-bottlename {
  font-size: 2.8rem;
  margin-bottom: 10px;
  color: #03A1BE;
}

.topProduct-bottlename span {
  display: block;
  font-size: 1.6rem;
}

.topProduct-bottleprice {
  font-size: 2.4rem;
}

.topProduct-bottleprice span,
.topProduct-bottleprice02 {
  font-size: 1.6rem;
}

/* 商品スペック一覧 */
/* スライダー */
#standard {
  position: relative;
  background-color: #fff;
}

.slide-arrow {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

.prev-arrow {
  transform: scale(-1, 1);
  position: absolute;
  left: 20px;
  z-index: 2;
}

.next-arrow {
  position: absolute;
  right: 20px;
  z-index: 2;
}

.slick-dots {
  bottom: -26px !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}


.productSpecs-img {
  width: 100%;
}

.productSpecs-bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/productDetail/bg_specs.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.productSpecs-titlebox {
  background-image: linear-gradient(180deg, #8ddfeb, #85cdd7);
}
.productSpecs-copy {
  padding-top: 20px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}

.productSpecs-copy:after {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.productSpecs-name {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  color: #fff;
}

.productSpecs-point {
  text-align: center;
  font-size: 1.2rem;
  color: #85CDD7;
  letter-spacing: 0.1em;
  margin-right: 10px;
}

.productSpecs-point span {
  font-size: 3rem;
}

.productSpecs-point-title {
  font-size: 2.4rem;
  color: #85CDD7;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.productSpecs-point-text {
  margin-bottom: 20px;
}
.productSpecs-detail-box {
  margin-bottom: 40px;
}
.productSpecs-detail-title {
  font-size: 2.8rem;
  color: #717071;
  text-align: center;
  margin: 30px auto 20px;
}

table {
  margin-bottom: 20px;
  width: 100%;
}

table,
td {
  border-bottom: 1px solid #85CDD7;
  border-collapse: collapse;
}

td {
  padding: 8px 0;
  height: 25px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  width: 50%;
  font-weight: 300;
  vertical-align: middle;
}

tr td:nth-child(2) {
  font-weight: 400;
}

.attention-no {
  font-size: 1.2rem;
}

.productSpecs-btn1 {
  text-align: center;
  margin-bottom: 40px;
}

.productSpecs-btn1 a {
  font-size: 2rem;
  color: #fff;
  background-color: #03A1BE;
  padding: 10px 25px;
  line-height: 1;
  border-radius: 50px;
  transition: .3s;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.20);
}

@media screen and (min-width: 769px) {
  .productSpecs-btn1 a:hover {
    opacity: .7;
  }
}

.productSpecs-btn2 {
  text-align: center;
  padding-bottom: 40px;
}

.productSpecs-btn2 a {
  font-size: 1.6rem;
  color: #717071;
  background-color: #fff;
  padding: 10px 35px 10px 25px;
  line-height: 1;
  border-radius: 50px;
  border: 1px solid #717071;
  position: relative;
  transition: .3s;
}

.productSpecs-btn2 a::after {
  content: '';
  display: block;
  background-image: url(../img/topProduct/arrow_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 4px;
  position: absolute;
  top: 19px;
  right: 14px;
}

@media screen and (min-width: 769px) {
  .productSpecs-btn2 a:hover {
    opacity: .7;
  }
}

/* 商品スペック一覧ここまで */

.cv-btn {
  filter: drop-shadow(0px 0px 2px #565656);
}


/* 安心 */
.topSafety {
  background-image: linear-gradient(180deg, #fff 80%, #feffc6);
  width: 100%;
  padding: 50px 0 80px;
}

.topSafety .text-section-item {
  margin-bottom: 30px;
}

.topSafety .img-section-item {
  width: 300px;
  filter: drop-shadow(0px 0px 2px rgba(126, 126, 126, 0.2));
}


/* 品質管理 */

.topQuality {
  background-image: linear-gradient(180deg, #85d7e4, #85cdd7);
  width: 100%;
  padding: 50px 0;
  color: #fff;
  position: relative;
}

.topQuality::before {
  content: '';
  display: block;
  width: 180px;
  height: 80px;
  background-image: url(../img/topQuality/quality_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 50px;
}

.topQuality .title-section-item {
  color: #fff;
}

.topQuality .text-section-item {
  margin-bottom: 30px;
}

.topQuality .img-section-item {
  width: 300px;
  filter: drop-shadow(0px 0px 2px rgba(211, 211, 211, 0.2));
}
@media screen and (max-width: 320px) {
  .topSafety .img-section-item,
  .topQuality .img-section-item {
    width: 100%;
  }
  }

.topQuality-item {
  margin-bottom: 40px;
}

.topQuality-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}

/* ご利用料金 */

.topOthers {
  padding: 50px 0;
  background-color: #fff;
}

.topOthers .text-section-item {
  margin-bottom: 30px;
}

.price-list {
  background-image: linear-gradient(180deg, #8ddfeb, #85cdd7);
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
  width: 300px;
  height: 68px;
  padding: 0 21px;
  justify-content: space-between;
}


.price-list02 {
  background-color: #FDF7EF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin: 30px auto 10px;
  width: 300px;
  height: 68px;
  padding: 0 21px;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 320px) {
  .price-list,
  .price-list02 {
    width: 100%;
  }
  }

.type02 {
  padding: 0 0px 0 21px;
}

.price-list02::before {
  content: '';
  display: block;
  background-image: url(../img/topProduct/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 70px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.price-list-title {
  color: #fff;
  font-size: 2rem;

}
.type02 .price-list-title {
  letter-spacing: -0.1em;
}
.price-img1 {
  width: 100px;
}
.price-img2 {
  width: 100px;
}
.color_b {
  color: #03A1BE;
}

.price-list-title span {
  font-size: 1.2rem;
}

.price-list-price {
  color: #FDF47A;
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-size: 3.8rem;
  vertical-align: bottom;
  line-height: 1;
  padding-top: 5px;
}

.price-list-price span {
  font-size: 66px;
  font-weight: 600;
}
.price-attention li {
  font-size: 1.2rem;
  letter-spacing: -0.1em;
  padding-left:1em;
  text-indent:-1em;
  line-height: 1.2;
}
/* 配送 */

.topDelivery {
  padding: 50px 0;
  background-color: #C5E6EB;
}

.topDelivery .title-section {
  position: relative;
  border-bottom: 2px solid #03A1BE;
}
.topDelivery-map {
  display: block;
  width: 280px;
  margin: 0 auto 20px;

}
.topDelivery-area-box {
  margin-bottom: 30px;
}
.topDelivery-area {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 6px;
}
.area01 {
  background-color: #03A1BE;

}
.area02 {
  background-color: #AACA50

}
.area03 {
  background-color: #F397A5;

}

.topDelivery-table {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 330px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300
}
.topDelivery-table dt {
  width: 100px;
  margin-right: 50px;
  margin-bottom: 10px;
  text-align: center;
  color: #03A1BE;
  font-weight: 400
}
.topDelivery-table dd {
  width: 180px;
  margin-bottom: 10px;
  font-weight: 400
}
.delivery-attention {
  font-size: 1.2rem;
  line-height: 1.1;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 320px) {
  .topDelivery-table {
    width: 100%;
  }
  }

/* FAQ */

.topQuestion {
  padding: 50px 0;
  background-color: #fff;
}

.toggle_switch {
  position: relative;
  cursor: pointer;
  transition: .3s;
  display: flex;
  justify-content: space-between;
}

.toggle_switch-txt {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  padding: 10px 45px 10px 20px;
  font-weight: 700;
  line-height: 1.5;
  text-indent: -3em;
  padding-left: 3em;
  position: relative;
}

.toggle_switch-txt span {
  color: #03A1BE;
  font-size: 1.8rem;
  padding-left: 20px;
  padding-right: 10px;
  font-family: "Edu AU VIC WA NT Hand", cursive;
}
.toggle_switch::after {
  content: '';
  background-image: url(../img/common/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.toggle_switch.open:after {
  background-image: url(../img/common/minus.png);
}
.toggle_switch.open {
  border-bottom: 1px solid #03A1BE;
}
.toggle_switch:hover {
  background-color: #C5E6EB;
}
.toggle_contents {
  display: none;
  padding: 5px 20px;
}
.toggle_contents-txt {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.faqw-txt {
  text-align: center;
  margin-top: 20px;
}

.faqw-txt a {
  text-align: center;
  transition: .3s;
  color: #03A1BE;
  position: relative;
}

.faqw-txt a::after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/window.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: -18px;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .faqw-txt:hover {
    opacity: .7;
  }
}

.topEntry {
  padding: 50px 0 120px;
  background-color: #85cdd7;
  color: #fff;
  position: relative;
}

.topEntry::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(../img/common/ft_illust.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topEntry-item {
  text-align: center;
}

.topEntry-item-text {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 30px;
}

.topEntry-item-btn+.topEntry-item-btn {
  margin-top: 20px;
}

.topEntry-item-btn a {
  width: 280px;
  display: inline-block;
  padding: 10px 0px;
  background-color: #03A1BE;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  border-radius: 50px;
  position: relative;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .topEntry-item-btn a:hover {
    opacity: .7;
  }
}

.btn02 a {
  background-color: #2088ba;
  position: relative;
  letter-spacing: 0.1em;
}

.btn02 a::before {
  content: '';
  background-image: url(../img/common/phone.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 39px;
}

.topEntry-contact-time {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFF;
}





/* 元々あったコード */
.topEntry-item-share {
  margin-top: 16px;
}

.topEntry-item-share-title {
  font-weight: 400;
  font-size: 2rem;
  font-family: "Hahmlet", serif;
}

.topEntry-item-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.topEntry-item-share-list-item {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
}

.gotoToppage {
  width: 100%;
  height: 200px;
  background-image: url(../movie/04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.gotoToppage a {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  color: #595757;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .gotoToppage a:hover {
    opacity: .7;
  }
}

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

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  -webkit-animation: fadeInDown;
  animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  -webkit-animation: fadeInRight;
  animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay-2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay-3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay-4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.delay-5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.delay-6 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.delay-7 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.delay-8 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.delay-9 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.delay-10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}