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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.115em;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

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

@font-face {
  font-family: "icomoon";
  src: url("/assets/font/icomoon.eot");
  src: url("/assets/font/icomoon.eot#iefix") format("embedded-opentype"), url("/assets/font/icomoon.ttf") format("truetype"), url("/assets/font/icomoon.woff") format("woff"), url("/assets/font/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apply::before {
  content: "\e900";
}

body {
  animation: loading 2s forwards;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-up-page {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.l-header__content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  padding: 2vw 2vw 0 2vw;
}

.c-productcopy {
  font-size: clamp(10px, 0.7666vw, 9999px);
  font-weight: 500;
  color: #fff;
}

.c-logo__corporate {
  width: 15%;
  max-width: 160px;
}
@media (max-width: 768px) {
  .c-logo__corporate {
    width: 20%;
    min-width: 60px;
  }
}

.page {
  position: relative;
}

.page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72.5vw;
  height: 15.5vw;
  background-color: #fe4f81;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -10;
}
@media (max-width: 768px) {
  .page::before {
    width: 85vw;
    height: 27.5vw;
  }
}

.p-section {
  width: 85vw;
  margin: auto;
  padding: 5vw 0;
}
@media (max-width: 768px) {
  .p-section {
    width: 92.5vw;
    padding: 4rem 0;
  }
}

.l-footer__content {
  margin: auto;
  padding: 5% 0 10%;
  text-align: center;
  position: relative;
}

.p-social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto 6rem;
}
@media (max-width: 480px) {
  .p-social {
    margin-bottom: 3rem;
  }
}
.p-social__item {
  max-width: 40px;
  margin: 1.25em;
}

.c-copyright {
  font-family: "Poppins", sans-serif;
  font-size: clamp(10px, 0.7666vw, 9999px);
  font-weight: 300;
  letter-spacing: 0.1em;
}

.l-footer__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72.5vw;
  height: 15.5vw;
  background-color: #fe4f81;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: -10;
  pointer-events: none;
}

.p-section__title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.8rem, 2.175vw, 9999px);
  font-weight: 200;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.075em;
  display: inline-block;
  position: relative;
  color: #fe4f81;
}
.p-section__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  width: 100vw;
  height: 1px;
  background: #000;
  transform: translateY(-50%);
}

.p-section__heading {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.5rem, 1.7vw, 9999px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #000;
  position: relative;
  padding-left: 1.25em;
}
.p-section__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #fe4f81 0%, #ffb4ca 100%);
}
.p-section__heading::after {
  content: "";
  position: absolute;
  left: 0.45em;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}

.c-button {
  display: block;
  width: 100%;
  max-width: 320px;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #fe4f81;
  border: solid 1px #fe4f81;
  border-radius: 250px;
  margin: auto;
  padding: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .c-button {
    font-size: 1.2rem;
  }
}
.c-button::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fe4f81;
  border-radius: 50%;
  position: absolute;
  right: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-button::after {
    right: 1.25em;
  }
}
.c-button:hover {
  background-color: #fe4f81;
  color: #fff;
}
.c-button:hover::after {
  background-color: #fff;
}

.c-button--large {
  display: block;
  width: 30%;
  min-width: 380px;
  font-size: clamp(1.6rem, 0.9333vw, 9999px);
  letter-spacing: 0.05em;
  background-color: #fe4f81;
  color: #fff;
  border: solid 1px #fe4f81;
  border-radius: 250px;
  margin: auto;
  padding: 1.25em;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .c-button--large {
    width: 100%;
    max-width: 420px;
    min-width: auto;
    font-size: 1.2rem;
  }
}
.c-button--large::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-button--large:hover {
  background-color: #fff;
  color: #fe4f81;
}
.c-button--large:hover::after {
  background-color: #fe4f81;
}

.u-color-black {
  color: #000;
}

.u-color-white {
  color: #fff;
}

.u-color-gray {
  color: #dedede;
}

.u-color-gray-light {
  color: #f8f8f6;
}

.u-bgcolor-black {
  background-color: #000;
}

.u-bgcolor-white {
  background-color: #fff;
}

.u-bgcolor-gray {
  background-color: #dedede;
}

.u-bgcolor-gray-light {
  background-color: #f8f8f6;
}

.u-fw-1 {
  font-weight: 100;
}
.u-fw-2 {
  font-weight: 200;
}
.u-fw-3 {
  font-weight: 300;
}
.u-fw-4 {
  font-weight: 400;
}
.u-fw-5 {
  font-weight: 500;
}
.u-fw-6 {
  font-weight: 600;
}
.u-fw-7 {
  font-weight: 700;
}
.u-fw-8 {
  font-weight: 800;
}

.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
.u-ta-j {
  text-align: justify;
}

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

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

.u-img-masking {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}
.u-img-masking img {
  width: 100%;
  height: auto;
  transition: all, 0.5s;
}
.u-img-masking:hover img {
  transform: scale(1.15);
  opacity: 0.7;
}

.u-note {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .u-note {
    font-size: 1.1rem;
  }
}

.u-ti-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.u-mt-0 {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .u-mt-0 {
    margin-top: 0px;
  }
}
.u-mb-0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .u-mb-0 {
    margin-bottom: 0px;
  }
}
.u-mr-0 {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .u-mr-0 {
    margin-right: 0px;
  }
}
.u-ml-0 {
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .u-ml-0 {
    margin-left: 0px;
  }
}
.u-mt-5 {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .u-mt-5 {
    margin-top: 3px;
  }
}
.u-mb-5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .u-mb-5 {
    margin-bottom: 3px;
  }
}
.u-mr-5 {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .u-mr-5 {
    margin-right: 3px;
  }
}
.u-ml-5 {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .u-ml-5 {
    margin-left: 3px;
  }
}
.u-mt-10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .u-mt-10 {
    margin-top: 6px;
  }
}
.u-mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .u-mb-10 {
    margin-bottom: 6px;
  }
}
.u-mr-10 {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .u-mr-10 {
    margin-right: 6px;
  }
}
.u-ml-10 {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .u-ml-10 {
    margin-left: 6px;
  }
}
.u-mt-15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .u-mt-15 {
    margin-top: 9px;
  }
}
.u-mb-15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .u-mb-15 {
    margin-bottom: 9px;
  }
}
.u-mr-15 {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .u-mr-15 {
    margin-right: 9px;
  }
}
.u-ml-15 {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .u-ml-15 {
    margin-left: 9px;
  }
}
.u-mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .u-mt-20 {
    margin-top: 13px;
  }
}
.u-mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb-20 {
    margin-bottom: 13px;
  }
}
.u-mr-20 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .u-mr-20 {
    margin-right: 13px;
  }
}
.u-ml-20 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .u-ml-20 {
    margin-left: 13px;
  }
}
.u-mt-25 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .u-mt-25 {
    margin-top: 16px;
  }
}
.u-mb-25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .u-mb-25 {
    margin-bottom: 16px;
  }
}
.u-mr-25 {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .u-mr-25 {
    margin-right: 16px;
  }
}
.u-ml-25 {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .u-ml-25 {
    margin-left: 16px;
  }
}
.u-mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .u-mt-30 {
    margin-top: 19px;
  }
}
.u-mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb-30 {
    margin-bottom: 19px;
  }
}
.u-mr-30 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .u-mr-30 {
    margin-right: 19px;
  }
}
.u-ml-30 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .u-ml-30 {
    margin-left: 19px;
  }
}
.u-mt-35 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .u-mt-35 {
    margin-top: 23px;
  }
}
.u-mb-35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .u-mb-35 {
    margin-bottom: 23px;
  }
}
.u-mr-35 {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .u-mr-35 {
    margin-right: 23px;
  }
}
.u-ml-35 {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .u-ml-35 {
    margin-left: 23px;
  }
}
.u-mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-mt-40 {
    margin-top: 26px;
  }
}
.u-mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb-40 {
    margin-bottom: 26px;
  }
}
.u-mr-40 {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .u-mr-40 {
    margin-right: 26px;
  }
}
.u-ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .u-ml-40 {
    margin-left: 26px;
  }
}
.u-mt-45 {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .u-mt-45 {
    margin-top: 29px;
  }
}
.u-mb-45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .u-mb-45 {
    margin-bottom: 29px;
  }
}
.u-mr-45 {
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  .u-mr-45 {
    margin-right: 29px;
  }
}
.u-ml-45 {
  margin-left: 45px;
}
@media screen and (max-width: 768px) {
  .u-ml-45 {
    margin-left: 29px;
  }
}
.u-mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .u-mt-50 {
    margin-top: 33px;
  }
}
.u-mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb-50 {
    margin-bottom: 33px;
  }
}
.u-mr-50 {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .u-mr-50 {
    margin-right: 33px;
  }
}
.u-ml-50 {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .u-ml-50 {
    margin-left: 33px;
  }
}
.u-mt-55 {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .u-mt-55 {
    margin-top: 36px;
  }
}
.u-mb-55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .u-mb-55 {
    margin-bottom: 36px;
  }
}
.u-mr-55 {
  margin-right: 55px;
}
@media screen and (max-width: 768px) {
  .u-mr-55 {
    margin-right: 36px;
  }
}
.u-ml-55 {
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .u-ml-55 {
    margin-left: 36px;
  }
}
.u-mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-mt-60 {
    margin-top: 39px;
  }
}
.u-mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb-60 {
    margin-bottom: 39px;
  }
}
.u-mr-60 {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .u-mr-60 {
    margin-right: 39px;
  }
}
.u-ml-60 {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .u-ml-60 {
    margin-left: 39px;
  }
}
.u-mt-65 {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .u-mt-65 {
    margin-top: 43px;
  }
}
.u-mb-65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .u-mb-65 {
    margin-bottom: 43px;
  }
}
.u-mr-65 {
  margin-right: 65px;
}
@media screen and (max-width: 768px) {
  .u-mr-65 {
    margin-right: 43px;
  }
}
.u-ml-65 {
  margin-left: 65px;
}
@media screen and (max-width: 768px) {
  .u-ml-65 {
    margin-left: 43px;
  }
}
.u-mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .u-mt-70 {
    margin-top: 46px;
  }
}
.u-mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb-70 {
    margin-bottom: 46px;
  }
}
.u-mr-70 {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .u-mr-70 {
    margin-right: 46px;
  }
}
.u-ml-70 {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .u-ml-70 {
    margin-left: 46px;
  }
}
.u-mt-75 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .u-mt-75 {
    margin-top: 49px;
  }
}
.u-mb-75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .u-mb-75 {
    margin-bottom: 49px;
  }
}
.u-mr-75 {
  margin-right: 75px;
}
@media screen and (max-width: 768px) {
  .u-mr-75 {
    margin-right: 49px;
  }
}
.u-ml-75 {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  .u-ml-75 {
    margin-left: 49px;
  }
}
.u-mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-mt-80 {
    margin-top: 53px;
  }
}
.u-mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb-80 {
    margin-bottom: 53px;
  }
}
.u-mr-80 {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .u-mr-80 {
    margin-right: 53px;
  }
}
.u-ml-80 {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .u-ml-80 {
    margin-left: 53px;
  }
}
.u-mt-85 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .u-mt-85 {
    margin-top: 56px;
  }
}
.u-mb-85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .u-mb-85 {
    margin-bottom: 56px;
  }
}
.u-mr-85 {
  margin-right: 85px;
}
@media screen and (max-width: 768px) {
  .u-mr-85 {
    margin-right: 56px;
  }
}
.u-ml-85 {
  margin-left: 85px;
}
@media screen and (max-width: 768px) {
  .u-ml-85 {
    margin-left: 56px;
  }
}
.u-mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .u-mt-90 {
    margin-top: 59px;
  }
}
.u-mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb-90 {
    margin-bottom: 59px;
  }
}
.u-mr-90 {
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .u-mr-90 {
    margin-right: 59px;
  }
}
.u-ml-90 {
  margin-left: 90px;
}
@media screen and (max-width: 768px) {
  .u-ml-90 {
    margin-left: 59px;
  }
}
.u-mt-95 {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .u-mt-95 {
    margin-top: 63px;
  }
}
.u-mb-95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .u-mb-95 {
    margin-bottom: 63px;
  }
}
.u-mr-95 {
  margin-right: 95px;
}
@media screen and (max-width: 768px) {
  .u-mr-95 {
    margin-right: 63px;
  }
}
.u-ml-95 {
  margin-left: 95px;
}
@media screen and (max-width: 768px) {
  .u-ml-95 {
    margin-left: 63px;
  }
}
.u-mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .u-mt-100 {
    margin-top: 66px;
  }
}
.u-mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb-100 {
    margin-bottom: 66px;
  }
}
.u-mr-100 {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .u-mr-100 {
    margin-right: 66px;
  }
}
.u-ml-100 {
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .u-ml-100 {
    margin-left: 66px;
  }
}

.u-pt-0 {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .u-pt-0 {
    padding-top: 0px;
  }
}
.u-pb-0 {
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .u-pb-0 {
    padding-bottom: 0px;
  }
}
.u-pr-0 {
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .u-pr-0 {
    padding-right: 0px;
  }
}
.u-pl-0 {
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .u-pl-0 {
    padding-left: 0px;
  }
}
.u-pt-5 {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .u-pt-5 {
    padding-top: 3px;
  }
}
.u-pb-5 {
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .u-pb-5 {
    padding-bottom: 3px;
  }
}
.u-pr-5 {
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .u-pr-5 {
    padding-right: 3px;
  }
}
.u-pl-5 {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .u-pl-5 {
    padding-left: 3px;
  }
}
.u-pt-10 {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .u-pt-10 {
    padding-top: 6px;
  }
}
.u-pb-10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .u-pb-10 {
    padding-bottom: 6px;
  }
}
.u-pr-10 {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .u-pr-10 {
    padding-right: 6px;
  }
}
.u-pl-10 {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .u-pl-10 {
    padding-left: 6px;
  }
}
.u-pt-15 {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .u-pt-15 {
    padding-top: 9px;
  }
}
.u-pb-15 {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .u-pb-15 {
    padding-bottom: 9px;
  }
}
.u-pr-15 {
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .u-pr-15 {
    padding-right: 9px;
  }
}
.u-pl-15 {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .u-pl-15 {
    padding-left: 9px;
  }
}
.u-pt-20 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .u-pt-20 {
    padding-top: 12px;
  }
}
.u-pb-20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-pb-20 {
    padding-bottom: 12px;
  }
}
.u-pr-20 {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .u-pr-20 {
    padding-right: 12px;
  }
}
.u-pl-20 {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .u-pl-20 {
    padding-left: 12px;
  }
}
.u-pt-25 {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .u-pt-25 {
    padding-top: 15px;
  }
}
.u-pb-25 {
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .u-pb-25 {
    padding-bottom: 15px;
  }
}
.u-pr-25 {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .u-pr-25 {
    padding-right: 15px;
  }
}
.u-pl-25 {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .u-pl-25 {
    padding-left: 15px;
  }
}
.u-pt-30 {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .u-pt-30 {
    padding-top: 18px;
  }
}
.u-pb-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-pb-30 {
    padding-bottom: 18px;
  }
}
.u-pr-30 {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .u-pr-30 {
    padding-right: 18px;
  }
}
.u-pl-30 {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .u-pl-30 {
    padding-left: 18px;
  }
}
.u-pt-35 {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .u-pt-35 {
    padding-top: 21px;
  }
}
.u-pb-35 {
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .u-pb-35 {
    padding-bottom: 21px;
  }
}
.u-pr-35 {
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .u-pr-35 {
    padding-right: 21px;
  }
}
.u-pl-35 {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .u-pl-35 {
    padding-left: 21px;
  }
}
.u-pt-40 {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-pt-40 {
    padding-top: 24px;
  }
}
.u-pb-40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-pb-40 {
    padding-bottom: 24px;
  }
}
.u-pr-40 {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .u-pr-40 {
    padding-right: 24px;
  }
}
.u-pl-40 {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .u-pl-40 {
    padding-left: 24px;
  }
}
.u-pt-45 {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .u-pt-45 {
    padding-top: 27px;
  }
}
.u-pb-45 {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .u-pb-45 {
    padding-bottom: 27px;
  }
}
.u-pr-45 {
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .u-pr-45 {
    padding-right: 27px;
  }
}
.u-pl-45 {
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .u-pl-45 {
    padding-left: 27px;
  }
}
.u-pt-50 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .u-pt-50 {
    padding-top: 30px;
  }
}
.u-pb-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-pb-50 {
    padding-bottom: 30px;
  }
}
.u-pr-50 {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .u-pr-50 {
    padding-right: 30px;
  }
}
.u-pl-50 {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .u-pl-50 {
    padding-left: 30px;
  }
}
.u-pt-55 {
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .u-pt-55 {
    padding-top: 33px;
  }
}
.u-pb-55 {
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .u-pb-55 {
    padding-bottom: 33px;
  }
}
.u-pr-55 {
  padding-right: 55px;
}
@media screen and (max-width: 768px) {
  .u-pr-55 {
    padding-right: 33px;
  }
}
.u-pl-55 {
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .u-pl-55 {
    padding-left: 33px;
  }
}
.u-pt-60 {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-pt-60 {
    padding-top: 36px;
  }
}
.u-pb-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-pb-60 {
    padding-bottom: 36px;
  }
}
.u-pr-60 {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .u-pr-60 {
    padding-right: 36px;
  }
}
.u-pl-60 {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .u-pl-60 {
    padding-left: 36px;
  }
}
.u-pt-65 {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .u-pt-65 {
    padding-top: 39px;
  }
}
.u-pb-65 {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .u-pb-65 {
    padding-bottom: 39px;
  }
}
.u-pr-65 {
  padding-right: 65px;
}
@media screen and (max-width: 768px) {
  .u-pr-65 {
    padding-right: 39px;
  }
}
.u-pl-65 {
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  .u-pl-65 {
    padding-left: 39px;
  }
}
.u-pt-70 {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .u-pt-70 {
    padding-top: 42px;
  }
}
.u-pb-70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-pb-70 {
    padding-bottom: 42px;
  }
}
.u-pr-70 {
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .u-pr-70 {
    padding-right: 42px;
  }
}
.u-pl-70 {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .u-pl-70 {
    padding-left: 42px;
  }
}
.u-pt-75 {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .u-pt-75 {
    padding-top: 45px;
  }
}
.u-pb-75 {
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .u-pb-75 {
    padding-bottom: 45px;
  }
}
.u-pr-75 {
  padding-right: 75px;
}
@media screen and (max-width: 768px) {
  .u-pr-75 {
    padding-right: 45px;
  }
}
.u-pl-75 {
  padding-left: 75px;
}
@media screen and (max-width: 768px) {
  .u-pl-75 {
    padding-left: 45px;
  }
}
.u-pt-80 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-pt-80 {
    padding-top: 48px;
  }
}
.u-pb-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-pb-80 {
    padding-bottom: 48px;
  }
}
.u-pr-80 {
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .u-pr-80 {
    padding-right: 48px;
  }
}
.u-pl-80 {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .u-pl-80 {
    padding-left: 48px;
  }
}
.u-pt-85 {
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  .u-pt-85 {
    padding-top: 51px;
  }
}
.u-pb-85 {
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .u-pb-85 {
    padding-bottom: 51px;
  }
}
.u-pr-85 {
  padding-right: 85px;
}
@media screen and (max-width: 768px) {
  .u-pr-85 {
    padding-right: 51px;
  }
}
.u-pl-85 {
  padding-left: 85px;
}
@media screen and (max-width: 768px) {
  .u-pl-85 {
    padding-left: 51px;
  }
}
.u-pt-90 {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .u-pt-90 {
    padding-top: 54px;
  }
}
.u-pb-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-pb-90 {
    padding-bottom: 54px;
  }
}
.u-pr-90 {
  padding-right: 90px;
}
@media screen and (max-width: 768px) {
  .u-pr-90 {
    padding-right: 54px;
  }
}
.u-pl-90 {
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .u-pl-90 {
    padding-left: 54px;
  }
}
.u-pt-95 {
  padding-top: 95px;
}
@media screen and (max-width: 768px) {
  .u-pt-95 {
    padding-top: 57px;
  }
}
.u-pb-95 {
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .u-pb-95 {
    padding-bottom: 57px;
  }
}
.u-pr-95 {
  padding-right: 95px;
}
@media screen and (max-width: 768px) {
  .u-pr-95 {
    padding-right: 57px;
  }
}
.u-pl-95 {
  padding-left: 95px;
}
@media screen and (max-width: 768px) {
  .u-pl-95 {
    padding-left: 57px;
  }
}
.u-pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .u-pt-100 {
    padding-top: 60px;
  }
}
.u-pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-pb-100 {
    padding-bottom: 60px;
  }
}
.u-pr-100 {
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .u-pr-100 {
    padding-right: 60px;
  }
}
.u-pl-100 {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .u-pl-100 {
    padding-left: 60px;
  }
}

.maintitle {
  width: 92vw;
  margin: 10% auto 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3.5em;
}
@media (max-width: 768px) {
  .maintitle {
    gap: 2em;
  }
}
@media (max-width: 480px) {
  .maintitle {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.maintitle img {
  width: 10vw;
  min-width: 120px;
}
@media (max-width: 768px) {
  .maintitle img {
    min-width: 100px;
  }
}
@media (max-width: 480px) {
  .maintitle img {
    min-width: 90px;
  }
}
.maintitle h1 {
  font-family: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(28px, 2vw, 9999px);
  font-weight: 500;
  flex: 1;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .maintitle h1 {
    font-size: clamp(21px, 2vw, 9999px);
    line-height: 1.6;
  }
}

.product-new .p-columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5%;
}
@media (max-width: 768px) {
  .product-new .p-columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-new .p-column {
  width: 47.5%;
}
@media (max-width: 768px) {
  .product-new .p-column {
    width: 100%;
  }
  .product-new .p-column:nth-of-type(1) {
    order: 2;
  }
  .product-new .p-column:nth-of-type(2) {
    order: 1;
  }
}
.product-new .p-lead {
  font-size: clamp(1.6rem, 0.97vw, 9999px);
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .product-new .p-lead {
    font-size: 1.3rem;
  }
}

.product-text {
  font-size: clamp(10px, 0.7666vw, 9999px);
  text-align: right;
  margin: 5px 0;
}

.productname {
  margin: 10% 0 8%;
}

.productname_hanari {
  display: inline-block;
  width: 50%;
  max-width: 380px;
}
@media (max-width: 768px) {
  .productname_hanari {
    max-width: 280px;
  }
}

.tag--new {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  background-color: #FF6A6A;
  color: #fff;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  border-radius: 250px;
  vertical-align: top;
  text-align: center;
  margin-left: 1.5em;
}
@media (max-width: 1080px) {
  .tag--new {
    font-size: 1.6rem;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
  }
}
@media (max-width: 768px) {
  .tag--new {
    font-size: 1.2rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
}

.product-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}
.product-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 2s ease;
}
.product-slideshow img.is-active {
  opacity: 1;
}

.p-section__title--movie {
  font-family: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2rem, 1.84rem + 0.8vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #fe4f81;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .p-section__title--movie {
    font-size: clamp(1.8rem, 3vw, 9999px);
  }
}

.movie-wrapper {
  width: 80%;
  margin: 3% auto;
}
@media (max-width: 1080px) {
  .movie-wrapper {
    width: 100%;
    margin: 2.5em auto;
  }
}

.movie-player {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.movie_play-button {
  max-width: 120px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .movie_play-button {
    width: 18%;
  }
}

.movie-thumbnail {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.movie-thumbnail:hover {
  filter: brightness(65%);
}

.product-information .p-lead {
  font-size: clamp(16px, 1.1vw, 9999px);
  font-weight: 600;
  margin: 3% auto;
}
@media (max-width: 1080px) {
  .product-information .p-lead {
    font-size: 1.45rem;
  }
}

.u-pl-2 {
  padding-left: 2px;
}

.u-pr-2 {
  padding-right: 2px;
}

.dbook, .website, .information {
  margin: 5% auto;
}
@media (max-width: 1080px) {
  .dbook, .website, .information {
    margin: 8% auto;
  }
}
@media (max-width: 768px) {
  .dbook, .website, .information {
    margin: 10% auto;
  }
}
@media (max-width: 768px) {
  .dbook, .website, .information {
    margin: 5rem auto;
  }
}

.dbook .p-columns, .website .p-columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3.5rem;
}
@media (max-width: 1080px) {
  .dbook .p-columns, .website .p-columns {
    margin-top: 2rem;
  }
}
.dbook .p-columns .p-column, .website .p-columns .p-column {
  width: calc((100% - 10px) / 3);
}
.dbook .p-columns .p-column:first-of-type, .website .p-columns .p-column:first-of-type {
  padding-right: 40px;
}
@media (max-width: 1080px) {
  .dbook .p-columns .p-column:first-of-type, .website .p-columns .p-column:first-of-type {
    width: 100%;
    padding: 0;
  }
}
.dbook .p-columns .p-column:not(:first-of-type), .website .p-columns .p-column:not(:first-of-type) {
  padding: 2em;
  background-color: #f8f8f6;
  text-align: center;
}
@media (max-width: 1080px) {
  .dbook .p-columns .p-column:not(:first-of-type), .website .p-columns .p-column:not(:first-of-type) {
    width: calc((100% - 5px) / 2);
  }
}
@media (max-width: 768px) {
  .dbook .p-columns .p-column:not(:first-of-type), .website .p-columns .p-column:not(:first-of-type) {
    padding: 2em 1.5em;
  }
}
@media (max-width: 480px) {
  .dbook .p-columns .p-column:not(:first-of-type), .website .p-columns .p-column:not(:first-of-type) {
    width: 100%;
  }
}
.dbook .p-columns .p-column p, .website .p-columns .p-column p {
  margin-bottom: 1.75rem;
}
.dbook .p-columns .p-column a, .website .p-columns .p-column a {
  display: block;
}
.dbook .p-columns .p-column img, .website .p-columns .p-column img {
  border: solid 1px #dedede;
  max-width: 280px;
  margin-bottom: 1.75rem;
  transition: all 0.3s;
}
.dbook .p-columns .p-column img:hover, .website .p-columns .p-column img:hover {
  opacity: 0.7;
}

.website .p-columns .p-column img {
  max-width: 280px;
  /*max-width: 340px;*/
  margin-top: 1.5em;
}

.information .p-columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3.5rem;
}
@media (max-width: 1080px) {
  .information .p-columns {
    margin-top: 2rem;
  }
}
.information .p-columns .p-column:first-of-type {
  width: calc((100% - 5px) / 3);
  padding-right: 40px;
}
@media (max-width: 1080px) {
  .information .p-columns .p-column:first-of-type {
    width: 100%;
    padding: 0;
  }
}
.information .p-columns .p-column:last-of-type {
  width: calc((100% - 5px) * 2 / 3);
}
@media (max-width: 1080px) {
  .information .p-columns .p-column:last-of-type {
    width: 100%;
  }
}
.information .p-columns .p-note {
  display: block;
  font-size: clamp(12px, 0.7666vw, 9999px);
  margin-bottom: 1.75rem;
}

.information .button-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
@media (max-width: 768px) {
  .information .button-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.information .button-group li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.information .button-group .link-button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 1;
  font-weight: 500;
  width: 100%;
  background-color: #fff;
  color: #fe4f81;
  border: solid 1px #fe4f81;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .information .button-group .link-button {
    line-height: 1.5;
    padding: 1rem 0.5rem;
  }
}
.information .button-group .link-button:hover {
  background-color: #fe4f81;
  color: #fff;
}

.naruhodo-columns, .users-voice, .banner-nws {
  margin: auto;
  padding: 6% 0;
}

.naruhodo-columns__head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .naruhodo-columns__head {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    margin-top: 5%;
  }
}
.naruhodo-columns__head img {
  width: 70%;
  max-width: 360px;
  margin-right: 3em;
}
.naruhodo-columns__head p {
  flex: 1;
  font-weight: 500;
}

.naruhodo-columns__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1080px) {
  .naruhodo-columns__content {
    gap: 40px 15px;
  }
}
.naruhodo-columns__content .column-item {
  transition: all 0.3s;
  width: calc((100% - 120px) / 4);
}
@media (max-width: 1080px) {
  .naruhodo-columns__content .column-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 480px) {
  .naruhodo-columns__content .column-item {
    width: 100%;
  }
}
.naruhodo-columns__content .column-item p {
  margin-top: 10px;
}
.naruhodo-columns__content .column-item:hover {
  opacity: 0.7;
}

.users-voice__head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .users-voice__head {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.users-voice__head img {
  width: 60%;
  max-width: 320px;
  margin-right: 3em;
}
.users-voice__head p {
  flex: 1;
  font-weight: 500;
  margin-top: 3em;
}
@media (max-width: 768px) {
  .users-voice__head p {
    margin-top: 1.5em;
  }
}

.users-voice__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f8f8f6;
}
.users-voice__content .user-img {
  width: 33.3333333333%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .users-voice__content .user-img {
    width: 100%;
  }
}
.users-voice__content .user-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 66.6666666667%;
  margin: auto;
  padding: 25px;
}
@media (max-width: 768px) {
  .users-voice__content .user-block {
    width: 100%;
  }
}
.users-voice__content .user-block__inner {
  max-width: 820px;
  margin: auto;
}
.users-voice__content .user-heading {
  font-family: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.users-voice__content .user-heading span {
  font-size: clamp(16px, 1.25vw, 9999px);
  font-weight: 600;
  text-decoration: underline;
}

.banner-nws__wrap {
  width: 50vw;
  max-width: 1200px;
  min-width: 600px;
  margin: auto;
  border: solid 1px #f3a21a;
  transition: all 0.3s;
  position: relative;
}
.banner-nws__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 1.8em solid transparent;
  border-bottom: 1.8em solid #f3a21a;
}
.banner-nws__wrap:hover {
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .banner-nws__wrap {
    width: 100%;
    min-width: auto;
  }
}