/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 16px;
}

body {
  color: #2e2e2e;
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
}

.container {
  background: #eef4f4;
}

.main-contents {
  width: 100%;
  max-width: 53vh;
  min-width: 385px;
  position: relative;
  z-index: 1000;
  border-left: solid 5px #fff;
  border-right: solid 5px #fff;
  background: #fff;
  margin: 0 calc(45% - 385px) 0 auto;
}
@media (max-width: 1120px) {
  .main-contents {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-contents {
    max-width: none;
    border: none;
  }
}

.header {
  width: 110px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 20px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 20px;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero {
  position: relative;
  margin-bottom: 60px;
}
.hero__heading {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 1;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
  margin: 0 0 30px 30px;
}
@media screen and (min-width: 768px) {
  .hero__heading {
    display: none;
  }
}
.hero__img {
  margin: 0 20px 25px 0;
}
@media screen and (min-width: 768px) {
  .hero__img {
    padding-top: 20px;
  }
}
.hero__img img {
  border-radius: 0 10px 10px 0;
}
.hero__catch {
  position: absolute;
  top: 6vh;
  right: 13%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.25rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  .hero__catch {
    display: none;
  }
}
.hero__copy {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  margin-left: 30px;
  line-height: 2;
}

.wrapping {
  background: #e9f3f3;
  padding: 60px 0 60px 20px;
}
.wrapping__title {
  font-family: "Montserrat";
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.wrapping__copy {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-right: 20px;
}
.wrapping__swiper {
  margin-bottom: 60px;
  padding-right: 20px;
}
.wrapping__name {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.wrapping__price {
  font-family: "Zen Kaku Gothic New";
  text-align: center;
}

.yen {
  font-size: 0.875rem;
}

.tax {
  font-size: 0.625rem;
}

.wrapping1,
.wrapping2 {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 40px;
}
.wrapping1__swiper,
.wrapping2__swiper {
  overflow: hidden;
}
.wrapping1__slide,
.wrapping2__slide {
  margin-bottom: 30px;
}
.wrapping1__slide img,
.wrapping2__slide img {
  display: block;
  margin-bottom: 15px;
}

.swiper-slide-thumb-active {
  border: 2px solid #a0a0a0;
  transform: scale(1.05);
  transition: transform 0.3s;
}

.other__wrapper {
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
  padding: 20px 20px 40px;
}
.other__wrapper img {
  display: block;
  margin-bottom: 20px;
}
.other__wrapper h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.other__wrapper p {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  line-height: 1.4;
}

.about {
  margin: 60px 40px 80px;
}
.about__title {
  border-bottom: 1px solid #2e2e2e;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.service {
  margin-bottom: 60px;
}
.service__text {
  font-size: 0.875rem;
  margin-bottom: 1em;
}

.howto li {
  margin-bottom: 40px;
}
.howto h4 {
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.howto img {
  border: 1px solid #a0a0a0;
}
.howto p {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.footer {
  background: #e9f3f3;
  padding: 60px 20px 30px;
}
.footer__logo {
  border-bottom: 1px solid #2e2e2e;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.footer__logo img {
  width: 140px;
}
.footer__sns {
  margin-bottom: 50px;
}
.footer__sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footer__sns-list li {
  width: 30px;
}
.footer__cl {
  text-align: center;
}
.footer__cl small {
  font-family: "Montserrat";
  font-size: 0.625rem;
}

@media (max-width: 1120px) {
  .heading {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .heading {
    width: 220px;
    position: fixed;
    top: max(50vh - 90px, 0px);
    left: calc(33% - min(28vh, 220px));
    z-index: 2;
  }
}
.heading__title {
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.heading__catch {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
}