@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea,
select,
option,
text {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  vertical-align: baseline;
  text-decoration: inherit;
  outline: none;
  letter-spacing: var(--ls);
  overflow-wrap: break-word;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
form {
  display: block;
}
html,
body {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html {
  --vw: 1vw;
  --ja_sans: "BIZ UDPGothic", sans-serif;
  --en_sans: greycliff-cf, "BIZ UDPGothic", sans-serif;
  --ls: 0;
  font-family: var(--ja_sans);
  font-weight: 400;
  scroll-behavior: smooth;
  scroll-padding-top: var(--hh);
}
@media (min-width: 769px) {
  html {
    --hh: clamp(0rem, var(--vw) * 3.697916666666667, 4.4375rem);
  }
}
@media (max-width: 768px) {
  html {
    --hh: clamp(0rem, 18.6046511627907vw, 5rem);
  }
}
body {
  line-height: 1;
  color: #5d5d5d;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-color: #fff;
  text-align: justify;
}
@media (min-width: 769px) {
  body {
    font-size: clamp(0.625rem, var(--vw) * 1.09375, 1.3125rem);
  }
}
@media (max-width: 768px) {
  body {
    font-size: clamp(0.625rem, 3.720930232558139vw, 1rem);
  }
}
ol,
ul,
li {
  display: block;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: none;
}
em {
  font-style: italic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
input,
button,
textarea,
select,
option {
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255,255,255,0);
  border-radius: 0;
  text-align: inherit;
  font: inherit;
}
input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
option::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-moz-placeholder,
button:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
option:-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-ms-input-placeholder,
button:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
option:-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}
input::placeholder,
button::placeholder,
textarea::placeholder,
select::placeholder,
option::placeholder {
  color: rgba(255,255,255,0.6);
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
img,
svg {
  display: block;
  height: auto;
  vertical-align: bottom;
}
img:not(.setWidth),
svg:not(.setWidth) {
  width: 100%;
}
img.setWidth,
svg.setWidth {
  width: auto;
}
iframe {
  vertical-align: bottom;
}
a,
button,
input[type="button"],
input[type="submit"],
input[type="file"],
label.hoverAction,
details summary {
  cursor: pointer;
}
button,
input[type="button"],
input[type="submit"],
input[type="file"],
label.hoverAction {
  display: block;
}
a {
  display: block;
}
a:hover,
a:focus {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.fadein {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.fadein.inviewed {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  will-change: opacity;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0vw;
}
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: inherit;
  overflow-wrap: break-word;
}
@media (min-width: 1440px) {
  .util_max1439 {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .util_min1440 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .util_pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .util_sp {
    display: none !important;
  }
}
@media (min-width: 375px) {
  .util_max374 {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .util_min375 {
    display: none !important;
  }
}
.ja_sans {
  font-family: var(--ja_sans);
}
.en_sans {
  font-family: var(--en_sans);
}
.mds_sans {
  font-family: mdss;
}
.visually_hidden {
  position: fixed !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  inset: 0 !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  contain: strict !important;
  pointer-events: none !important;
  visibility: visible !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: clip;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  min-height: 100%;
}
.main {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
}
.header {
  position: fixed;
  z-index: 10000;
  height: var(--hh);
  margin: auto;
  font-family: var(--en_sans);
  color: #5d5d5d;
  font-weight: 700;
  inset: 0 0 auto;
}
.header_logo_link svg {
  width: auto;
  height: 100%;
  fill: currentColor;
}
.header_logo_link:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.header_logo_link:hover svg {
  fill: #204d7b;
}
.header_nav_list_item_link_ja {
  --ls: 0.18em;
}
.header_nav_onlineshop_link {
  position: relative;
}
.header_nav_onlineshop_link_label {
  position: absolute;
  width: fit-content;
  height: 2lh;
  margin: auto;
  inset: 0;
  translate: 0 -0.1em;
}
@media (min-width: 769px) {
  .header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    font-size: clamp(0.625rem, var(--vw) * 0.729166666666667, 0.875rem);
    padding-left: clamp(0rem, var(--vw) * 1.302083333333333, 1.5625rem);
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .header_logo_link {
    height: clamp(0rem, var(--vw) * 1.979166666666667, 2.375rem);
  }
  .header_nav {
    position: relative;
  }
  .header_nav_list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .header_nav_list_item +.header_nav_list_item {
    border-left: 1px solid #5d5d5d;
  }
  .header_nav_list_item_link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    padding-inline: clamp(0rem, var(--vw) * 2.864583333333333, 3.4375rem);
  }
  .header_nav_list_item_link:hover {
    color: #204d7b;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .header_nav_list_item_link_en {
    font-size: clamp(0.625rem, var(--vw) * 1.09375, 1.3125rem);
    margin-right: 1em;
  }
  .header_nav_list_item_link_ja {
    font-size: clamp(0.625rem, var(--vw) * 0.9375, 1.125rem);
  }
  .header_nav_onlineshop {
    position: absolute;
    width: clamp(0rem, var(--vw) * 6.927083333333334, 8.3125rem);
    font-size: clamp(0.625rem, var(--vw) * 1.25, 1.5rem);
    line-height: clamp(0.625rem, var(--vw) * 1.5625, 1.875rem);
    inset: clamp(0rem, var(--vw) * 4.166666666666666, 5rem) clamp(0rem, var(--vw) * 1.666666666666667, 2rem) auto auto;
  }
  .header_nav_onlineshop_link {
    --tdu: 0.3s;
  }
  .header_nav_onlineshop_link .dropbg {
    overflow: visible;
    fill: #204d7b;
    stroke: #204d7b;
    stroke-width: 20px;
    -webkit-transition-duration: var(--tdu);
    -moz-transition-duration: var(--tdu);
    -o-transition-duration: var(--tdu);
    -ms-transition-duration: var(--tdu);
    transition-duration: var(--tdu);
    -webkit-transition-property: fill, stroke;
    -moz-transition-property: fill, stroke;
    -o-transition-property: fill, stroke;
    -ms-transition-property: fill, stroke;
    transition-property: fill, stroke;
    will-change: fill, stroke;
  }
  .header_nav_onlineshop_link_label {
    color: #fff;
    -webkit-transition-duration: var(--tdu);
    -moz-transition-duration: var(--tdu);
    -o-transition-duration: var(--tdu);
    -ms-transition-duration: var(--tdu);
    transition-duration: var(--tdu);
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;
    will-change: color;
  }
  .header_nav_onlineshop_link:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .header_nav_onlineshop_link:hover .dropbg {
    fill: #fff;
  }
  .header_nav_onlineshop_link:hover .header_nav_onlineshop_link_label {
    color: #204d7b;
  }
}
@media (max-width: 768px) {
  .header {
    font-size: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
  }
  .header_button {
    position: fixed;
    z-index: 10001;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: clamp(0rem, 18.13953488372093vw, 4.875rem);
    height: clamp(0rem, 18.6046511627907vw, 5rem);
    inset: 0 0 auto auto;
    mix-blend-mode: difference;
  }
  .header_button span {
    display: block;
  }
  .header_button_bar {
    position: absolute;
    right: 0;
    width: clamp(0rem, 6.511627906976744vw, 1.75rem);
    height: clamp(0rem, 0.465116279069767vw, 0.125rem);
    background-color: currentColor;
    -webkit-transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out;
    transition: top 0.5s ease-in-out, rotate 0.5s ease-in-out;
  }
  .header_button_bar_top {
    top: 0;
  }
  .header_button_bar_middle {
    top: clamp(0rem, 2.558139534883721vw, 0.6875rem);
  }
  .header_button_bar_bottom {
    top: clamp(0rem, 5.116279069767442vw, 1.375rem);
  }
  .header_button_bar_cntnr {
    position: relative;
    width: clamp(0rem, 6.511627906976744vw, 1.75rem);
    height: clamp(0rem, 5.581395348837209vw, 1.5rem);
    margin: auto;
  }
  .header_logo {
    width: fit-content;
    padding: clamp(0rem, 5.813953488372093vw, 1.5625rem);
  }
  .header_logo_link {
    height: clamp(0rem, 6.976744186046512vw, 1.875rem);
  }
  .header_onlineshop {
    position: absolute;
    width: clamp(0rem, 26.046511627906977vw, 7rem);
    inset: 50% clamp(0rem, 18.13953488372093vw, 4.875rem) auto auto;
    translate: 0 -50%;
  }
  .header_nav {
    padding-top: clamp(0rem, 26.51162790697674vw, 7.125rem);
  }
  .header_nav_cntnr {
    position: fixed;
    z-index: 10000;
    width: clamp(0rem, 67.44186046511628vw, 18.125rem);
    height: 100%;
    margin: auto;
    padding-inline: clamp(0rem, 14.418604651162791vw, 3.875rem);
    inset: 0 0 auto auto;
    background-color: rgba(251,235,132,0.9);
    border-left: 2px solid #fff;
    translate: 100%;
    visibility: hidden;
    -webkit-transition: translate 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -moz-transition: translate 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: translate 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -ms-transition: translate 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: translate 0.5s ease-in-out, visibility 0.5s ease-in-out;
    overflow-y: scroll;
    overscroll-behavior: none;
  }
  .header_nav_cntnr:after {
    display: block;
    height: 0.5px;
    content: "";
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .header_nav_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
  }
  .header_nav_wrapper:after {
    display: block;
    height: clamp(0rem, 11.162790697674419vw, 3rem);
    content: "";
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .header_nav_wrapper >* {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .header_nav_list_item +.header_nav_list_item {
    margin-top: clamp(0rem, 13.953488372093023vw, 3.75rem);
  }
  .header_nav_list_item_link_en {
    font-size: clamp(0.625rem, 4.186046511627907vw, 1.125rem);
    margin-bottom: clamp(0.625rem, 3.255813953488372vw, 0.875rem);
  }
  .header_nav_list_item_link_ja {
    font-size: clamp(0.625rem, 4.186046511627907vw, 1.125rem);
  }
  .header_nav_onlineshop {
    width: clamp(0rem, 27.44186046511628vw, 7.375rem);
    margin-top: clamp(0rem, 16.27906976744186vw, 4.375rem);
  }
  .header_nav_onlineshop_link .dropbg {
    fill: #fff;
  }
  .header_nav_onlineshop_link_label {
    font-size: clamp(0.625rem, 5.116279069767442vw, 1.375rem);
    line-height: clamp(0.625rem, 5.813953488372093vw, 1.5625rem);
  }
  .header_focustrap {
    display: none;
  }
  .header.opened .header_button {
    color: #5d5d5d;
    mix-blend-mode: normal;
  }
  .header.opened .header_button_bar {
    top: clamp(0rem, 2.558139534883721vw, 0.6875rem) !important;
  }
  .header.opened .header_button_bar_top,
  .header.opened .header_button_bar_bottom {
    rotate: 45deg;
  }
  .header.opened .header_button_bar_middle {
    rotate: 135deg;
  }
  .header.opened .header_nav_cntnr {
    translate: 0;
    visibility: visible;
  }
}
.section_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: fit-content;
  color: #204d7b;
  margin-inline: auto;
  border-bottom: 2px solid;
  font-weight: 700;
}
.section_head_en {
  margin: -0.1em 1em 0 0;
  font-family: var(--en_sans);
}
.section_head_ja {
  --ls: 0.2em;
  margin-right: calc((v_ls * -1));
}
@media (min-width: 769px) {
  .section_head {
    padding-bottom: clamp(0rem, var(--vw) * 0.520833333333333, 0.625rem);
  }
  .section_head_en {
    font-size: clamp(0.625rem, var(--vw) * 1.25, 1.5rem);
  }
}
@media (max-width: 768px) {
  .section_head {
    padding-bottom: clamp(0rem, 1.162790697674419vw, 0.3125rem);
  }
  .section_head_en {
    font-size: clamp(0.625rem, 4.883720930232558vw, 1.3125rem);
  }
  .section_head_ja {
    font-size: clamp(0.625rem, 4.186046511627907vw, 1.125rem);
  }
}
.dropbg {
  stroke-width: 8px;
}
.super {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: bottom;
  translate: 0 -0.5em;
}
.top {
  position: relative;
}
.top_image {
  height: 100dvh;
  -webkit-animation-name: top_fadein;
  -moz-animation-name: top_fadein;
  -o-animation-name: top_fadein;
  -ms-animation-name: top_fadein;
  animation-name: top_fadein;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.top_image img {
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.top_copy {
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  -webkit-animation-name: top_fadein;
  -moz-animation-name: top_fadein;
  -o-animation-name: top_fadein;
  -ms-animation-name: top_fadein;
  animation-name: top_fadein;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.top_copy img {
  height: 100%;
}
@media (min-width: 769px) {
  .top_copy {
    left: clamp(0rem, var(--vw) * 11.875, 14.25rem);
    height: clamp(0rem, var(--vw) * 2.34375, 2.8125rem);
  }
}
@media (max-width: 768px) {
  .top_copy {
    left: clamp(0rem, 5.813953488372093vw, 1.5625rem);
    height: clamp(0rem, 6.511627906976744vw, 1.75rem);
  }
}
.lead_block >* {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lead_image {
  overflow: hidden;
}
.lead_content {
  --ls: 0.14em;
  z-index: 1;
  background-color: rgba(251,235,132,0.65);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.lead_content p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -ms-transition-duration: 2s;
  transition-duration: 2s;
}
.lead_content p +p {
  margin-top: 1lh;
}
.lead_content p:nth-of-type(1) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
.lead_content p:nth-of-type(2) {
  -webkit-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  -ms-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.lead_content p:nth-of-type(3) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.lead_content p:nth-of-type(4) {
  -webkit-transition-delay: 3.25s;
  -moz-transition-delay: 3.25s;
  -o-transition-delay: 3.25s;
  -ms-transition-delay: 3.25s;
  transition-delay: 3.25s;
}
.lead_content p:nth-of-type(5) {
  -webkit-transition-delay: 4s;
  -moz-transition-delay: 4s;
  -o-transition-delay: 4s;
  -ms-transition-delay: 4s;
  transition-delay: 4s;
}
.lead_content_body {
  margin-block: calc((1em - 1lh) / 2);
}
.lead_content.inviewed p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (min-width: 769px) {
  .lead {
    padding: clamp(0rem, var(--vw) * 6.510416666666667, 7.8125rem) clamp(0rem, var(--vw) * 6.25, 7.5rem) clamp(0rem, var(--vw) * 6.510416666666667, 7.8125rem) 0;
  }
  .lead_block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
  }
  .lead_image {
    width: clamp(0rem, var(--vw) * 69.27083333333334, 83.125rem);
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-radius: clamp(0rem, var(--vw) * 2.083333333333333, 2.5rem);
  }
  .lead_content {
    padding: clamp(0rem, var(--vw) * 4.6875, 5.625rem) clamp(0rem, var(--vw) * 2.864583333333333, 3.4375rem) clamp(0rem, var(--vw) * 4.6875, 5.625rem) clamp(0rem, var(--vw) * 10.15625, 12.1875rem);
    line-height: clamp(0.625rem, var(--vw) * 2.239583333333333, 2.6875rem);
    margin-right: clamp(-23.125rem, var(--vw) * -19.270833333333336, 0rem);
    margin-bottom: clamp(0rem, var(--vw) * 3.125, 3.75rem);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-radius: 0 clamp(0rem, var(--vw) * 2.083333333333333, 2.5rem) clamp(0rem, var(--vw) * 2.083333333333333, 2.5rem) 0;
  }
}
@media (max-width: 768px) {
  .lead {
    padding: clamp(0rem, 13.953488372093023vw, 3.75rem) clamp(0rem, 5.813953488372093vw, 1.5625rem);
  }
  .lead_image {
    border-radius: clamp(0rem, 3.488372093023256vw, 0.9375rem);
  }
  .lead_content {
    margin: clamp(-11.25rem, -41.86046511627907vw, 0rem) clamp(0rem, 5.813953488372093vw, 1.5625rem) 0 clamp(-1.5625rem, -5.813953488372093vw, 0rem);
    padding: clamp(0rem, 11.627906976744185vw, 3.125rem) clamp(0rem, 5.813953488372093vw, 1.5625rem) clamp(0rem, 11.627906976744185vw, 3.125rem) clamp(0rem, 11.627906976744185vw, 3.125rem);
    line-height: clamp(0.625rem, 6.279069767441861vw, 1.6875rem);
    border-radius: 0 clamp(0rem, 3.488372093023256vw, 0.9375rem) clamp(0rem, 3.488372093023256vw, 0.9375rem) 0;
  }
}
.story_block {
  position: relative;
  z-index: 1;
  background-color: #fdf9da;
  overflow: hidden;
}
.story_deco {
  position: absolute;
  inset: 0 auto auto 0;
}
.story_content_body {
  --ls: 0.08em;
  padding-left: var(--ls);
  margin-block: calc((1em - 1lh) / 2);
}
.story_content_body p +p {
  margin-top: 1lh;
}
@media (min-width: 769px) {
  .story {
    padding: 0 0 clamp(0rem, var(--vw) * 5.208333333333334, 6.25rem) clamp(0rem, var(--vw) * 4.166666666666666, 5rem);
  }
  .story_block {
    padding: clamp(0rem, var(--vw) * 11.197916666666668, 13.4375rem) clamp(0rem, var(--vw) * 3.645833333333333, 4.375rem) clamp(0rem, var(--vw) * 5.208333333333334, 6.25rem);
    border-radius: clamp(0rem, var(--vw) * 4.166666666666666, 5rem) 0 0 clamp(0rem, var(--vw) * 4.166666666666666, 5rem);
  }
  .story_head {
    margin-bottom: clamp(0rem, var(--vw) * 5.208333333333334, 6.25rem);
  }
  .story_deco {
    width: clamp(0rem, var(--vw) * 48.69791666666667, 58.4375rem);
  }
  .story_content {
    padding-left: clamp(0rem, var(--vw) * 13.020833333333334, 15.625rem);
  }
  .story_content_body {
    line-height: clamp(0.625rem, var(--vw) * 2.239583333333333, 2.6875rem);
    text-align: center;
  }
}
@media (max-width: 768px) {
  .story {
    padding-bottom: clamp(0rem, 6.976744186046512vw, 1.875rem);
  }
  .story_block {
    padding: clamp(0rem, 43.02325581395349vw, 11.5625rem) clamp(0rem, 5.813953488372093vw, 1.5625rem) clamp(0rem, 27.906976744186046vw, 7.5rem);
    border-radius: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
  .story_head {
    margin-bottom: clamp(0rem, 11.627906976744185vw, 3.125rem);
  }
  .story_deco {
    width: clamp(0rem, 63.72093023255814vw, 17.125rem);
  }
  .story_content_body {
    line-height: clamp(0.625rem, 6.279069767441861vw, 1.6875rem);
  }
}
.story_carousel_cntnr {
  position: relative;
}
.story_carousel_slide {
  height: auto;
}
.story_carousel_slide,
.story_carousel_slide_photo {
  width: auto;
}
.story_carousel_slide_photo {
  margin-bottom: 0.25lh;
}
.story_carousel_slide_inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
}
.story_carousel_slide_inner >* {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.story_carousel_slide_inner:after {
  position: absolute;
  display: block;
  width: calc(100% - 0.25em);
  height: 0;
  content: "";
  border-bottom: 1px solid;
  inset: auto auto 0 0;
}
.story_carousel_slide_caption {
  margin-top: auto;
  padding-bottom: 0.25lh;
}
.story_carousel_slide_caption_year {
  font-weight: 700;
  margin-right: 0.25em;
}
.story_carousel_slide:last-child .story_carousel_slide_inner:before {
  position: absolute;
  display: block;
  width: 0.75em;
  height: 1px;
  content: "";
  background-color: currentColor;
  inset: auto 0 0 auto;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  translate: -6.19491510575% 0;
  rotate: 45deg;
}
.story_carousel_slide:last-child .story_carousel_slide_inner:after {
  width: 100%;
}
.story_carousel_arrow {
  position: static;
  height: auto;
  margin: 0;
}
.story_carousel_arrow:after {
  content: none;
}
.story_carousel_arrow_cntnr {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: fit-content;
}
@media (min-width: 769px) {
  .story_carousel_cntnr {
    margin-top: clamp(0rem, var(--vw) * 8.333333333333332, 10rem);
  }
  .story_carousel_slide {
    line-height: clamp(0.625rem, var(--vw) * 1.145833333333333, 1.375rem);
  }
  .story_carousel_slide_photo {
    height: clamp(0rem, var(--vw) * 13.072916666666668, 15.6875rem);
  }
  .story_carousel_slide_caption {
    font-size: clamp(0.625rem, var(--vw) * 0.833333333333333, 1rem);
  }
  .story_carousel_arrow {
    width: clamp(0rem, var(--vw) * 1.822916666666667, 2.1875rem);
  }
  .story_carousel_arrow:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .story_carousel_arrow_cntnr {
    padding-top: clamp(0rem, var(--vw) * 1.25, 1.5rem);
  }
  .story_carousel_arrow_next {
    margin-left: clamp(0rem, var(--vw) * 0.78125, 0.9375rem);
  }
}
@media (max-width: 768px) {
  .story_carousel_cntnr {
    margin-top: clamp(0rem, 13.953488372093023vw, 3.75rem);
  }
  .story_carousel_slide_photo {
    height: clamp(0rem, 44.18604651162791vw, 11.875rem);
  }
  .story_carousel_slide_caption {
    font-size: clamp(0.625rem, 2.790697674418605vw, 0.75rem);
    line-height: clamp(0.625rem, 3.953488372093023vw, 1.0625rem);
  }
  .story_carousel_arrow {
    width: clamp(0rem, 8.13953488372093vw, 2.1875rem);
  }
  .story_carousel_arrow_cntnr {
    padding-top: clamp(0rem, 5.581395348837209vw, 1.5rem);
    margin-inline: auto;
    inset-inline: 0;
  }
  .story_carousel_arrow_next {
    margin-left: clamp(0rem, 3.488372093023256vw, 0.9375rem);
  }
}
.aboutus {
  position: relative;
  z-index: 2;
}
.aboutus_nav_head {
  --ls: 0.26em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  font-weight: 700;
  text-indent: var(--ls);
}
.aboutus_nav_head .num {
  margin: -0.25em -0.2em 0 0;
  font-family: var(--en_sans);
}
.aboutus_nav_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.aboutus_nav_item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
}
.aboutus_nav_item:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.aboutus_nav_item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.aboutus_nav_item:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.aboutus_nav_item:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.aboutus_nav_item:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.aboutus_nav_item:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.aboutus_nav_item_arrow {
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  rotate: 45deg;
}
.aboutus_nav_item_arrow:before,
.aboutus_nav_item_arrow:after {
  position: absolute;
  display: block;
  content: "";
  background-color: currentColor;
  border-radius: 2px;
}
.aboutus_nav_item_arrow:before {
  width: 2px;
  height: 100%;
  inset: 0 0 0 auto;
}
.aboutus_nav_item_arrow:after {
  width: 100%;
  height: 2px;
  inset: auto 0 0 0;
}
.aboutus_nav_item_link {
  position: relative;
  font-weight: 700;
}
.aboutus_nav_item_link .dropbg {
  -webkit-transition-property: fill, stroke;
  -moz-transition-property: fill, stroke;
  -o-transition-property: fill, stroke;
  -ms-transition-property: fill, stroke;
  transition-property: fill, stroke;
  will-change: fill, stroke;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  fill: #decc44;
  stroke: #fff;
  stroke-width: 10px;
}
.aboutus_nav_item_link_inner {
  --ls: 0.12em;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  inset: 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
}
.aboutus_nav_item_link_inner:after {
  content: "";
}
.aboutus_nav_item_link dt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  padding-left: var(--ls);
}
.aboutus_nav_item_link dt .num {
  margin: -0.2em -0.3em 0 0.1em;
  font-family: var(--en_sans);
}
.aboutus_nav_item_link dd {
  padding-left: var(--ls);
}
.aboutus_nav_item_link:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.aboutus_nav_item_link:hover dt {
  color: #decc44;
}
.aboutus_nav_item_link:hover .dropbg {
  fill: #fff;
  stroke: #decc44;
}
.aboutus_nav.inviewed .aboutus_nav_item {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (min-width: 769px) {
  .aboutus_bg {
    height: 264.53125vw;
  }
  .aboutus_block {
    position: absolute;
    margin: auto;
    inset: 0;
    padding-top: clamp(0rem, var(--vw) * 10.572916666666666, 12.6875rem);
  }
  .aboutus_nav {
    margin-top: clamp(0rem, var(--vw) * 4.947916666666666, 5.9375rem);
  }
  .aboutus_nav_head {
    font-size: clamp(0.625rem, var(--vw) * 2.5, 3rem);
    margin-top: clamp(0rem, var(--vw) * 4.166666666666666, 5rem);
  }
  .aboutus_nav_head .num {
    font-size: clamp(0.625rem, var(--vw) * 5.729166666666666, 6.875rem);
  }
  .aboutus_nav_list {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
  }
  .aboutus_nav_item {
    width: clamp(0rem, var(--vw) * 12.5, 15rem);
  }
  .aboutus_nav_item +.aboutus_nav_item {
    margin-left: clamp(0rem, var(--vw) * 1.145833333333333, 1.375rem);
  }
  .aboutus_nav_item_arrow {
    bottom: clamp(0rem, var(--vw) * 2.083333333333333, 2.5rem);
    width: clamp(0rem, var(--vw) * 1.041666666666667, 1.25rem);
    height: clamp(0rem, var(--vw) * 1.041666666666667, 1.25rem);
  }
  .aboutus_nav_item_link_inner {
    padding-block: clamp(0rem, var(--vw) * 1.822916666666667, 2.1875rem) clamp(0rem, var(--vw) * 2.864583333333333, 3.4375rem);
  }
  .aboutus_nav_item dt .num {
    font-size: clamp(0.625rem, var(--vw) * 2.5, 3rem);
  }
  .aboutus_nav_item dd {
    line-height: clamp(0.625rem, var(--vw) * 1.666666666666667, 2rem);
  }
}
@media (max-width: 768px) {
  .aboutus {
    overflow: clip;
  }
  .aboutus_bg {
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    aspect-ratio: 5771/15603;
    inset: 0 auto auto 50%;
    translate: calc((-645 / 1443) * 100%) 0;
  }
  .aboutus_block {
    position: relative;
    z-index: 2;
    padding: clamp(0rem, 32.55813953488372vw, 8.75rem) 0 clamp(0rem, 18.6046511627907vw, 5rem);
  }
  .aboutus_nav {
    margin-top: clamp(0rem, 9.30232558139535vw, 2.5rem);
  }
  .aboutus_nav_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: clamp(0rem, 92.09302325581396vw, 24.75rem);
    margin-inline: auto;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .aboutus_nav_head {
    font-size: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
    margin-top: clamp(0rem, 18.6046511627907vw, 5rem);
  }
  .aboutus_nav_head .num {
    font-size: clamp(0.625rem, 15.11627906976744vw, 4.0625rem);
  }
  .aboutus_nav_item {
    width: clamp(0rem, 29.767441860465116vw, 8rem);
  }
  .aboutus_nav_item:nth-child(n+4) {
    margin-top: clamp(0rem, 1.395348837209302vw, 0.375rem);
  }
  .aboutus_nav_item_arrow {
    bottom: clamp(0rem, 4.651162790697675vw, 1.25rem);
    width: clamp(0rem, 2.325581395348837vw, 0.625rem);
    height: clamp(0rem, 2.325581395348837vw, 0.625rem);
  }
  .aboutus_nav_item_link_inner {
    padding-block: clamp(0rem, 4.186046511627907vw, 1.125rem) clamp(0rem, 5.813953488372093vw, 1.5625rem);
  }
  .aboutus_nav_item dt {
    font-size: clamp(0.625rem, 2.790697674418605vw, 0.75rem);
  }
  .aboutus_nav_item dt .num {
    font-size: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
  }
  .aboutus_nav_item dd {
    font-size: clamp(0.625rem, 3.488372093023256vw, 0.9375rem);
    line-height: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
  }
}
.aboutus_yasashisa_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  color: #decc44;
  font-weight: 700;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
}
.aboutus_yasashisa_head_label {
  --ls: 0.2em;
}
.aboutus_yasashisa_head_num {
  font-family: var(--en_sans);
  margin-top: -0.25em;
}
.aboutus_yasashisa_content_head {
  --ls: 0.2em;
  text-align: var(--ls);
  font-weight: 700;
}
.aboutus_yasashisa_content_body .note_1 {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.aboutus_yasashisa_content_body .note_1 span {
  padding: 0;
  text-indent: 0;
}
.aboutus_yasashisa_content_body .note_2 {
  margin-top: 0.5em;
}
.aboutus_yasashisa_content_body .note_2 li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.aboutus_yasashisa_content_body .note_2 li span {
  margin-right: 0.5em;
}
@media (min-width: 769px) {
  .aboutus_yasashisa {
    position: relative;
    width: clamp(0rem, var(--vw) * 47.760416666666664, 57.3125rem);
    height: clamp(0rem, var(--vw) * 47.552083333333336, 57.0625rem);
    text-align: center;
  }
  .aboutus_yasashisa_cntnr {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: clamp(0rem, var(--vw) * 88.54166666666666, 106.25rem);
    height: 208.28125000000003vw;
    margin-top: clamp(0rem, var(--vw) * 5.46875, 6.5625rem);
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .aboutus_yasashisa:nth-of-type(even) {
    margin: clamp(-25.9375rem, var(--vw) * -21.614583333333336, 0rem) 0 0 auto;
  }
  .aboutus_yasashisa:nth-of-type(odd):nth-of-type(n+3) {
    margin-top: clamp(-7.3125rem, var(--vw) * -6.09375, 0rem);
  }
  .aboutus_yasashisa_bg .dropbg {
    fill: #fff;
    stroke: #decc44;
  }
  .aboutus_yasashisa_inner {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
    inset: 0;
    padding-left: clamp(0rem, var(--vw) * 0.520833333333333, 0.625rem);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
  }
  .aboutus_yasashisa_head {
    position: absolute;
    padding: clamp(0rem, var(--vw) * 3.385416666666667, 4.0625rem) clamp(0rem, var(--vw) * 3.125, 3.75rem) 0 0;
    inset: 0 0 auto auto;
  }
  .aboutus_yasashisa_head_label {
    font-size: clamp(0.625rem, var(--vw) * 1.5625, 1.875rem);
  }
  .aboutus_yasashisa_head_num {
    width: clamp(0rem, var(--vw) * 5.208333333333334, 6.25rem);
    font-size: clamp(0.625rem, var(--vw) * 5.729166666666666, 6.875rem);
  }
  .aboutus_yasashisa_content {
    margin-top: clamp(0rem, var(--vw) * 1.666666666666667, 2rem);
  }
  .aboutus_yasashisa_content_head {
    font-size: clamp(0.625rem, var(--vw) * 1.5625, 1.875rem);
  }
  .aboutus_yasashisa_content_body {
    --ls: 0.04em;
    font-size: clamp(0.625rem, var(--vw) * 1.09375, 1.3125rem);
    line-height: clamp(0.625rem, var(--vw) * 2.291666666666667, 2.75rem);
    padding-left: var(--ls);
    margin-top: clamp(0rem, var(--vw) * 1.875, 2.25rem);
  }
  .aboutus_yasashisa_content .note_1 {
    font-size: clamp(0.625rem, var(--vw) * 0.833333333333333, 1rem);
    line-height: clamp(0.625rem, var(--vw) * 1.041666666666667, 1.25rem);
  }
  .aboutus_yasashisa_content .note_2 {
    font-size: clamp(0.625rem, var(--vw) * 0.572916666666667, 0.6875rem);
    line-height: clamp(0.625rem, var(--vw) * 0.9375, 1.125rem);
  }
  .aboutus_yasashisa_content .note_2 li {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
  }
  .aboutus_yasashisa_image {
    margin-top: clamp(0rem, var(--vw) * 2.916666666666667, 3.5rem);
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  #aboutus_yasashisa_4 .aboutus_yasashisa_content {
    margin-top: 0;
  }
  #aboutus_yasashisa_4 .aboutus_yasashisa_image {
    margin-top: clamp(0rem, var(--vw) * 1.770833333333333, 2.125rem);
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  #aboutus_yasashisa_3 .aboutus_yasashisa_content_body {
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .aboutus_yasashisa {
    padding: clamp(0rem, 4.883720930232558vw, 1.3125rem) clamp(0rem, 4.883720930232558vw, 1.3125rem) clamp(0rem, 11.162790697674419vw, 3rem);
    border: clamp(0rem, 0.930232558139535vw, 0.25rem) solid #decc44;
    background-color: #fff;
    border-radius: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
  .aboutus_yasashisa_cntnr {
    margin-top: clamp(0rem, 8.372093023255815vw, 2.25rem);
    padding-inline: clamp(0rem, 5.813953488372093vw, 1.5625rem);
  }
  .aboutus_yasashisa +.aboutus_yasashisa {
    margin-top: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
  .aboutus_yasashisa_head_label {
    font-size: clamp(0.625rem, 2.790697674418605vw, 0.75rem);
  }
  .aboutus_yasashisa_head_num {
    width: clamp(0rem, 7.906976744186046vw, 2.125rem);
    font-size: clamp(0.625rem, 8.372093023255815vw, 2.25rem);
    text-align: center;
    margin-right: -0.25em;
  }
  .aboutus_yasashisa_content {
    margin-top: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
  .aboutus_yasashisa_content_head {
    font-size: clamp(0.625rem, 4.883720930232558vw, 1.3125rem);
    text-align: center;
  }
  .aboutus_yasashisa_content_body {
    --ls: 0.02em;
    font-size: clamp(0.625rem, 3.720930232558139vw, 1rem);
    line-height: clamp(0.625rem, 6.279069767441861vw, 1.6875rem);
    margin-top: clamp(0rem, 3.488372093023256vw, 0.9375rem);
  }
  .aboutus_yasashisa_content_body br {
    display: none !important;
  }
  .aboutus_yasashisa_content .note_1 {
    font-size: clamp(0.625rem, 3.255813953488372vw, 0.875rem);
    line-height: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
  }
  .aboutus_yasashisa_content .note_2 {
    font-size: clamp(0.625rem, 2.558139534883721vw, 0.6875rem);
    line-height: clamp(0.625rem, 4.186046511627907vw, 1.125rem);
  }
  .aboutus_yasashisa_image {
    margin-top: clamp(0rem, 8.372093023255815vw, 2.25rem);
    max-width: 330px;
    margin-inline: auto;
  }
}
.products {
  position: relative;
  background-color: #ddcb3e;
  overflow: clip;
}
.products_bg {
  position: absolute;
  width: 100%;
}
.products_block {
  position: relative;
}
@media (min-width: 769px) {
  .products {
    margin-top: clamp(-19.75rem, var(--vw) * -16.458333333333332, 0rem);
  }
  .products_bg {
    max-width: 1920px;
    inset: 0 0 auto 0;
    margin-inline: auto;
  }
  .products_block {
    padding-block: clamp(0rem, var(--vw) * 27.500000000000004, 33rem) clamp(0rem, var(--vw) * 4.583333333333333, 5.5rem);
  }
}
@media (max-width: 768px) {
  .products {
    margin-top: clamp(-3.5625rem, -13.25581395348837vw, 0rem);
  }
  .products_bg {
    width: clamp(0rem, 178.6046511627907vw, 48rem);
    inset: 0 auto 0 50%;
    translate: -50% 0;
  }
  .products_block {
    padding: clamp(0rem, 30.930232558139537vw, 8.3125rem) clamp(0rem, 5.813953488372093vw, 1.5625rem) clamp(0rem, 20.46511627906977vw, 5.5rem);
    padding-inline: clamp(0rem, 5.813953488372093vw, 1.5625rem);
  }
  .products_head {
    margin-bottom: clamp(0rem, 127.90697674418605vw, 34.375rem);
  }
}
@media (max-width: 768px) and (min-width: 630px) {
  .products {
    margin-top: calc((-57 / 430) * 100%);
  }
}
@media (min-width: 1921px) {
  .products_bg:before,
  .products_bg:after {
    position: absolute;
    display: block;
    width: 10%;
    margin: auto;
    content: "";
    inset-block: 0;
  }
  .products_bg:before {
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(221,203,62,0), #ddcb3e);
    background-image: -moz-linear-gradient(left, rgba(221,203,62,0), #ddcb3e);
    background-image: -o-linear-gradient(left, rgba(221,203,62,0), #ddcb3e);
    background-image: -ms-linear-gradient(left, rgba(221,203,62,0), #ddcb3e);
    background-image: linear-gradient(to right, rgba(221,203,62,0), #ddcb3e);
  }
  .products_bg:after {
    left: 0;
    background-image: -webkit-linear-gradient(right, rgba(221,203,62,0), #ddcb3e);
    background-image: -moz-linear-gradient(right, rgba(221,203,62,0), #ddcb3e);
    background-image: -o-linear-gradient(right, rgba(221,203,62,0), #ddcb3e);
    background-image: -ms-linear-gradient(right, rgba(221,203,62,0), #ddcb3e);
    background-image: linear-gradient(to left, rgba(221,203,62,0), #ddcb3e);
  }
}
.products_chart {
  position: relative;
  container: products_chart/inline-size;
}
.products_chart_list {
  position: relative;
  width: 100%;
  height: 100%;
}
.products_chart_list_cntnr {
  position: absolute;
  margin: auto;
  inset: 0;
}
.products_chart_item {
  position: absolute;
}
.products_chart_item_soap {
  bottom: 12.409638554216867cqw;
  left: 8.674698795180722cqw;
  width: 8.012048192771084cqw;
}
.products_chart_item_bubblesoap {
  bottom: 4.939759036144578cqw;
  left: 24.457831325301203cqw;
  width: 7.650602409638554cqw;
}
.products_chart_item_liquidsoap {
  bottom: 4.939759036144578cqw;
  left: 16.686746987951807cqw;
  width: 7.650602409638554cqw;
}
.products_chart_item_shampoo {
  bottom: 32.53012048192771cqw;
  left: 16.686746987951807cqw;
  width: 7.650602409638554cqw;
}
.products_chart_item_lotion {
  bottom: 9.939759036144578cqw;
  left: 39.63855421686747cqw;
  width: 7.650602409638554cqw;
}
.products_chart_item_moistmilk {
  bottom: 9.939759036144578cqw;
  left: 48.493975903614455cqw;
  width: 7.650602409638554cqw;
}
.products_chart_item_cream {
  bottom: 9.939759036144578cqw;
  left: 57.59036144578313cqw;
  width: 7.650602409638554cqw;
}
.products_chart_item_oilspray {
  bottom: 1.44578313253012cqw;
  left: 81.86746987951807cqw;
  width: 10.481927710843374cqw;
}
.products_chart_item_oil1 {
  bottom: 32.53012048192771cqw;
  left: 73.3132530120482cqw;
  width: 7.650602409638554cqw;
}
.products_chart_item_oil2 {
  bottom: 11.867469879518072cqw;
  left: 73.3132530120482cqw;
  width: 7.650602409638554cqw;
}
.products_chart_item_link:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  filter: brightness(1.05);
}
@media (min-width: 769px) {
  .products_chart {
    width: clamp(0rem, var(--vw) * 86.45833333333334, 103.75rem);
    margin-top: clamp(0rem, var(--vw) * 58.59375, 70.3125rem);
    margin-inline: auto;
  }
  .products_chart_scrllr {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
  }
  .products_chart_scrllr.inviewed {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (max-width: 768px) {
  .products_chart {
    width: clamp(0rem, 252.32558139534885vw, 67.8125rem);
    height: clamp(0rem, 143.72093023255815vw, 38.625rem);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .products_chart_button {
    margin-inline: auto;
    max-width: clamp(0rem, 88.37209302325581vw, 23.75rem);
  }
  .products_chart_button.opened {
    display: none;
  }
  .products_chart_button.opened +.products_chart_scrllr {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .products_chart_scrllr {
    position: relative;
    display: none;
    overflow-x: auto;
    margin-inline: clamp(-1.5625rem, -5.813953488372093vw, 0rem);
  }
  .products_chart_scrllr:before,
  .products_chart_scrllr:after {
    display: block;
    width: clamp(0rem, 5.813953488372093vw, 1.5625rem);
    content: "";
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .products_chart_close {
    position: absolute;
    width: clamp(0rem, 9.30232558139535vw, 2.5rem);
    height: clamp(0rem, 9.30232558139535vw, 2.5rem);
    inset: clamp(0rem, 3.255813953488372vw, 0.875rem) clamp(0rem, 3.255813953488372vw, 0.875rem) auto auto;
    border-radius: 50%;
    background-color: #fff;
  }
  .products_chart_close:before,
  .products_chart_close:after {
    position: absolute;
    display: block;
    width: 50%;
    height: 1px;
    margin: auto;
    content: "";
    background-color: currentColor;
    inset: 0;
  }
  .products_chart_close:before {
    rotate: 45deg;
  }
  .products_chart_close:after {
    rotate: -45deg;
  }
}
@media (min-width: 769px) {
  .section_inner {
    width: clamp(0rem, var(--vw) * 82.29166666666666, 98.75rem);
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .section_inner {
    padding-inline: clamp(0rem, 5.813953488372093vw, 1.5625rem);
  }
}
.step_head {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
}
.step_head,
.step_head_inner {
  --ls: 0.2em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
}
.step_head_num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.step_head_inner {
  text-indent: var(--ls);
  margin-left: 1em;
  font-weight: 700;
}
.step_head_cat {
  border: 2px solid;
  line-height: calc(1lh - 4px);
  margin-left: 0.5em;
  padding-inline: 0.5em;
  border-radius: 9999px;
  margin-right: 0.75em;
}
.step_head_cat:last-child {
  margin-right: 0;
}
.step_head_cat_step1 {
  color: #84d3cf;
}
.step_head_cat_step2_1 {
  color: #a5b9e6;
}
.step_head_cat_step2_2 {
  color: #f5b371;
}
.step_lead {
  border-bottom: 2px solid;
  padding-bottom: 0.75em;
  text-align: center;
}
.step_product_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.step_product_content {
  text-align: center;
}
.step_product_name {
  --ls: 0.2em;
  color: #204d7b;
  font-weight: 700;
  text-indent: var(--ls);
}
.step_product_button {
  --ls: 0.2em;
  width: 100%;
  border: 2px solid #5d5d5d;
  color: #fff;
  background-color: #5d5d5d;
  border-radius: 9999px;
  text-indent: var(--ls);
}
.step_product_button:after {
  content: ">";
  margin-left: 0.5em;
}
.step_product_button:hover {
  color: #5d5d5d;
  background-color: #fff;
}
@media (min-width: 769px) {
  .step_head {
    line-height: clamp(0rem, var(--vw) * 1.875, 2.25rem);
  }
  .step_head_num {
    width: clamp(0rem, var(--vw) * 4.947916666666666, 5.9375rem);
  }
  .step_head_label {
    font-size: clamp(0.625rem, var(--vw) * 1.5625, 1.875rem);
  }
  .step_head_cat {
    font-size: clamp(0.625rem, var(--vw) * 1.40625, 1.6875rem);
  }
  .step_lead {
    --ls: 0.2em;
    font-size: clamp(0.625rem, var(--vw) * 1.25, 1.5rem);
    margin-top: clamp(0rem, var(--vw) * 1.145833333333333, 1.375rem);
    text-indent: var(--ls);
  }
  .step_product {
    width: clamp(0rem, var(--vw) * 40.88541666666667, 49.0625rem);
    margin-top: clamp(0rem, var(--vw) * 4.6875, 5.625rem);
  }
  .step_product_w100 {
    width: 100%;
  }
  .step_product_list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .step_product_image {
    border-radius: clamp(0rem, var(--vw) * 1.5625, 1.875rem);
  }
  .step_product_content {
    margin-top: clamp(0rem, var(--vw) * 1.666666666666667, 2rem);
  }
  .step_product_name {
    font-size: clamp(0.625rem, var(--vw) * 1.25, 1.5rem);
  }
  .step_product_summary {
    --ls: 0.08em;
    position: relative;
    font-size: clamp(0.625rem, var(--vw) * 0.9375, 1.125rem);
    line-height: 1.6;
    margin-top: clamp(0rem, var(--vw) * 1.041666666666667, 1.25rem);
    text-indent: var(--ls);
  }
  .step_product_summary .note {
    position: absolute;
    margin: auto;
    font-size: clamp(0.5rem, var(--vw) * 0.520833333333333, 0.625rem);
    inset: 100% 0 auto 0;
  }
  .step_product_button {
    line-height: clamp(0.625rem, var(--vw) * 3.4375, 4.125rem);
  }
  .step_product_button_cntnr {
    padding-inline: clamp(0rem, var(--vw) * 2.1875, 2.625rem);
    margin-top: clamp(0rem, var(--vw) * 1.822916666666667, 2.1875rem);
  }
  .step.step1 {
    margin-top: clamp(0rem, var(--vw) * 6.510416666666667, 7.8125rem);
  }
  .step.step2 {
    margin-top: clamp(0rem, var(--vw) * 8.333333333333332, 10rem);
  }
}
@media (max-width: 768px) {
  .step_head {
    -webkit-justify-content: center;
    justify-content: center;
    line-height: clamp(0.625rem, 6.046511627906977vw, 1.625rem);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    max-width: 380px;
    margin-inline: auto;
  }
  .step_head_inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
  }
  .step_head_num {
    width: clamp(0rem, 16.27906976744186vw, 4.375rem);
  }
  .step_head_label {
    font-size: clamp(0.625rem, 4.883720930232558vw, 1.3125rem);
  }
  .step_head_cat {
    font-size: clamp(0.625rem, 4.186046511627907vw, 1.125rem);
    line-height: calc(1lh - 4px);
  }
  .step_lead {
    font-size: clamp(0.625rem, 3.720930232558139vw, 1rem);
    line-height: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
    margin-top: clamp(0rem, 5.116279069767442vw, 1.375rem);
  }
  .step_product_list {
    margin-top: clamp(0rem, 10.465116279069768vw, 2.8125rem);
  }
  .step_product +.step_product {
    margin-top: clamp(0rem, 13.953488372093023vw, 3.75rem);
  }
  .step_product_image {
    border-radius: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
  .step_product_content {
    margin-top: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
  .step_product_name {
    font-size: clamp(0.625rem, 4.883720930232558vw, 1.3125rem);
  }
  .step_product_summary {
    font-size: clamp(0.625rem, 3.720930232558139vw, 1rem);
    line-height: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
    margin-top: clamp(0rem, 2.325581395348837vw, 0.625rem);
  }
  .step_product_summary .note {
    font-size: clamp(0.5rem, 2.325581395348837vw, 0.625rem);
  }
  .step_product_button {
    font-size: clamp(0.625rem, 4.186046511627907vw, 1.125rem);
    line-height: clamp(0.625rem, 15.348837209302326vw, 4.125rem);
  }
  .step_product_button_cntnr {
    margin-top: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
  .step.step1 {
    margin-top: clamp(0rem, 13.953488372093023vw, 3.75rem);
  }
  .step.step2 {
    margin-top: clamp(0rem, 20.930232558139537vw, 5.625rem);
  }
  .step.step2 .step_head_cat_step2_1 ~* {
    margin-top: clamp(0rem, 1.395348837209302vw, 0.375rem);
  }
}
.mystyle {
  background-color: #decc44;
}
.mystyle_content {
  position: relative;
}
.mystyle_content.inviewed .mystyle_item {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mystyle_item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
}
.mystyle_item:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.mystyle_item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mystyle_item:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mystyle_item:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mystyle_item:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mystyle_item_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255,255,255,0.75);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
}
.mystyle_item_title {
  --ls: 0.16em;
  color: #204d7b;
  font-weight: 700;
  border-bottom: 2px solid;
  padding-bottom: 1em;
}
.mystyle_item_title_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  padding-left: var(--ls);
  margin-inline: calc((v_ls * -1));
}
.mystyle_item_title_inner >* {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.mystyle_item_title_san {
  margin-left: 0.5em;
}
.mystyle_item_tag {
  --ls: 0.08em;
  color: #fff;
  border-radius: 9999px;
  padding-inline: 0.3em;
  text-indent: var(--ls);
}
.mystyle_item_tag_cntnr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  font-weight: 700;
}
.mystyle_item_tag_cntnr >* {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.mystyle_item_tag_x {
  margin-inline: 0.2em;
}
.mystyle_item_tag_soap {
  background-color: #84d3cf;
}
.mystyle_item_tag_milk {
  background-color: #a5b9e6;
}
.mystyle_item_tag_oil {
  background-color: #f5b371;
}
.mystyle_item_content {
  --ls: 0.04em;
}
@media (min-width: 769px) {
  .mystyle {
    margin-top: clamp(0rem, var(--vw) * 10.677083333333332, 12.8125rem);
    padding-bottom: clamp(0rem, var(--vw) * 7.03125, 8.4375rem);
  }
  .mystyle_lead {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
  }
  .mystyle_lead_content {
    --ls: 0.2em;
    line-height: clamp(0.625rem, var(--vw) * 2.239583333333333, 2.6875rem);
    text-align: center;
    padding-left: var(--ls);
    margin-left: clamp(-8.4375rem, var(--vw) * -7.03125, 0rem);
  }
  .mystyle_head {
    width: clamp(0rem, var(--vw) * 50.9375, 61.125rem);
    margin: -1px auto 0 clamp(-8.4375rem, var(--vw) * -7.03125, 0rem);
  }
  .mystyle_content {
    margin-top: clamp(0rem, var(--vw) * 3.75, 4.5rem);
  }
  .mystyle_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: clamp(0rem, var(--vw) * 0.729166666666667, 0.875rem);
  }
  .mystyle_item_inner {
    height: 100%;
    padding: clamp(0rem, var(--vw) * 2.083333333333333, 2.5rem) clamp(0rem, var(--vw) * 2.1875, 2.625rem) clamp(0rem, var(--vw) * 2.864583333333333, 3.4375rem);
    border: clamp(0rem, var(--vw) * 0.15625, 0.1875rem) solid #fff;
    border-radius: clamp(0rem, var(--vw) * 1.5625, 1.875rem);
  }
  .mystyle_item:nth-child(1) {
    grid-row: 1/2;
    grid-column: 2/4;
  }
  .mystyle_item:nth-child(2) {
    grid-row: 1/2;
    grid-column: 4/6;
  }
  .mystyle_item:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .mystyle_item:nth-child(4) {
    grid-row: 2/3;
    grid-column: 3/5;
  }
  .mystyle_item:nth-child(5) {
    grid-row: 2/3;
    grid-column: 5/7;
  }
  .mystyle_item_title_nickname {
    font-size: clamp(0.625rem, var(--vw) * 1.5625, 1.875rem);
  }
  .mystyle_item_tag_cntnr {
    font-size: clamp(0.625rem, var(--vw) * 1.40625, 1.6875rem);
    line-height: clamp(0.625rem, var(--vw) * 2.083333333333333, 2.5rem);
    margin-top: clamp(0rem, var(--vw) * 2.34375, 2.8125rem);
  }
  .mystyle_item_content {
    font-size: clamp(0.625rem, var(--vw) * 0.9375, 1.125rem);
    line-height: clamp(0.625rem, var(--vw) * 2.083333333333333, 2.5rem);
    margin-block: clamp(0rem, var(--vw) * 1.5625, 1.875rem) clamp(0rem, var(--vw) * 1.302083333333333, 1.5625rem);
  }
  .mystyle_item_image {
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .mystyle {
    margin-top: clamp(0rem, 20.930232558139537vw, 5.625rem);
    padding-bottom: clamp(0rem, 14.883720930232558vw, 4rem);
  }
  .mystyle_lead_content {
    --ls: 0.08em;
    line-height: clamp(0.625rem, 6.279069767441861vw, 1.6875rem);
    margin-top: clamp(0rem, 9.30232558139535vw, 2.5rem);
  }
  .mystyle_head {
    margin: -1px clamp(-1.5625rem, -5.813953488372093vw, 0rem) 0;
  }
  .mystyle_head_inner {
    max-width: 430px;
    margin-inline: auto;
  }
  .mystyle_list {
    margin-top: clamp(0rem, 7.441860465116279vw, 2rem);
  }
  .mystyle_list_cntnr {
    overflow: visible;
    margin-inline: clamp(-0.375rem, -1.395348837209302vw, 0rem);
  }
  .mystyle_list_pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: clamp(0rem, 9.30232558139535vw, 2.5rem);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
  }
  .mystyle_list_pagination .swiper-pagination-bullet {
    width: clamp(0rem, 2.325581395348837vw, 0.625rem);
    height: clamp(0rem, 2.325581395348837vw, 0.625rem);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    border-radius: 50%;
    margin-inline: clamp(0rem, 1.162790697674419vw, 0.3125rem);
    background-color: #fff;
  }
  .mystyle_list_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .mystyle_item {
    height: auto;
    padding-inline: clamp(0rem, 1.395348837209302vw, 0.375rem);
  }
  .mystyle_item_inner {
    height: 100%;
    padding: clamp(0rem, 6.976744186046512vw, 1.875rem) clamp(0rem, 5.116279069767442vw, 1.375rem);
    border: clamp(0rem, 0.697674418604651vw, 0.1875rem) solid #fff;
    border-radius: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
  .mystyle_item_title_nickname {
    font-size: clamp(0.625rem, 4.883720930232558vw, 1.3125rem);
  }
  .mystyle_item_tag_cntnr {
    font-size: clamp(0.625rem, 4.883720930232558vw, 1.3125rem);
    line-height: clamp(0.625rem, 6.511627906976744vw, 1.75rem);
    margin-top: clamp(0rem, 6.976744186046512vw, 1.875rem);
  }
  .mystyle_item_content {
    font-size: clamp(0.625rem, 3.720930232558139vw, 1rem);
    line-height: clamp(0.625rem, 6.511627906976744vw, 1.75rem);
    margin-block: clamp(0rem, 3.720930232558139vw, 1rem) clamp(0rem, 3.720930232558139vw, 1rem);
  }
  .mystyle_item_image {
    margin: auto auto 0;
    max-width: 330px;
  }
  .mystyle_guide {
    position: absolute;
    z-index: 1;
    width: clamp(0rem, 30.23255813953488vw, 8.125rem);
    inset: clamp(0rem, 48.837209302325576vw, 13.125rem) 0;
    margin-inline: auto;
    pointer-events: none;
    -webkit-transition-property: visibility, opacity;
    -moz-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    -ms-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    will-change: visibility, opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .mystyle_guide.hide {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.qna {
  position: relative;
}
.qna_bg {
  position: absolute;
}
.qna_inner {
  position: relative;
}
.qna_lead a {
  text-decoration: underline;
  font-weight: 700;
}
@media (min-width: 769px) {
  .qna {
    padding-block: clamp(0rem, var(--vw) * 9.895833333333332, 11.875rem) clamp(0rem, var(--vw) * 8.333333333333332, 10rem);
  }
  .qna_bg {
    width: clamp(0rem, var(--vw) * 40.625, 48.75rem);
    inset: clamp(0rem, var(--vw) * 4.947916666666666, 5.9375rem) auto auto 50%;
  }
  .qna_inner {
    padding-inline: clamp(0rem, var(--vw) * 4.6875, 5.625rem);
  }
  .qna_lead {
    --ls: 0.2em;
    line-height: clamp(0.625rem, var(--vw) * 2.239583333333333, 2.6875rem);
    margin-top: clamp(0rem, var(--vw) * 4.427083333333334, 5.3125rem);
    text-align: center;
    padding-left: var(--ls);
  }
  .qna_lead a {
    display: inline-block;
    margin-inline: 0.25em;
  }
}
@media (max-width: 768px) {
  .qna {
    padding-block: clamp(0rem, 25.581395348837212vw, 6.875rem) clamp(0rem, 16.27906976744186vw, 4.375rem);
  }
  .qna_bg {
    width: clamp(0rem, 113.72093023255813vw, 30.5625rem);
    inset: clamp(0rem, 10.465116279069768vw, 2.8125rem) clamp(-5.25rem, -19.53488372093023vw, 0rem) auto auto;
  }
  .qna_lead {
    --ls: 0.08em;
    line-height: clamp(0.625rem, 6.279069767441861vw, 1.6875rem);
    margin-top: clamp(0rem, 8.372093023255815vw, 2.25rem);
  }
  .qna_lead a {
    display: inline;
  }
}
.qna_domain {
  position: relative;
  z-index: 1;
  border: 2px solid;
  overflow: hidden;
  background-color: #fff;
}
.qna_domain_summary_inner,
.qna_domain_content_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.qna_domain_summary_icon,
.qna_domain_content_icon {
  font-family: var(--en_sans);
  text-align: right;
  margin-right: 0.5lh;
  translate: 0 -0.1em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.qna_domain_summary {
  position: relative;
  display: block;
  font-weight: 700;
  list-style: none;
}
.qna_domain_summary_arrow {
  position: relative;
  width: 1lh;
  height: 1lh;
  margin-left: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.qna_domain_summary_arrow:after {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  margin: auto;
  content: "";
  inset: 0;
  rotate: 45deg;
  translate: 0 -35%;
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.qna_domain_summary::marker,
.qna_domain_summary::-webkit-details-marker {
  display: none;
}
.qna_domain_content {
  font-weight: 500;
}
.qna_domain_content_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition-property: grid-template-rows;
  -moz-transition-property: grid-template-rows;
  -o-transition-property: grid-template-rows;
  -ms-transition-property: grid-template-rows;
  transition-property: grid-template-rows;
  will-change: grid-template-rows;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.qna_domain_content_inner {
  border-top: 1px solid;
}
.qna_domain_content_hiding {
  overflow: hidden;
}
.qna_domain_content_icon {
  font-weight: 300;
}
.qna_domain_content_body {
  --ls: 0.1em;
}
.qna_domain.opened .qna_domain_content_wrapper {
  grid-template-rows: 1fr;
}
.qna_domain.opened .qna_domain_summary_arrow:after {
  rotate: 225deg;
  translate: 0 35%;
}
@media (min-width: 769px) {
  .qna_domain {
    line-height: clamp(0.625rem, var(--vw) * 1.5625, 1.875rem);
    border-radius: clamp(0rem, var(--vw) * 1.822916666666667, 2.1875rem);
  }
  .qna_domain_cntnr {
    margin-top: clamp(0rem, var(--vw) * 4.166666666666666, 5rem);
  }
  .qna_domain +.qna_domain {
    margin-top: clamp(0rem, var(--vw) * 1.041666666666667, 1.25rem);
  }
  .qna_domain_summary,
  .qna_domain_content {
    padding-inline: clamp(0rem, var(--vw) * 1.666666666666667, 2rem);
  }
  .qna_domain_summary_inner,
  .qna_domain_content_inner {
    padding-block: clamp(0rem, var(--vw) * 0.78125, 0.9375rem);
  }
  .qna_domain_summary_icon,
  .qna_domain_content_icon {
    width: clamp(0rem, var(--vw) * 2.34375, 2.8125rem);
  }
  .qna_domain_summary_label {
    --ls: 0.2em;
  }
  .qna_domain_summary_icon {
    font-size: clamp(0.625rem, var(--vw) * 1.770833333333333, 2.125rem);
  }
  .qna_domain_content_icon {
    font-size: clamp(0.625rem, var(--vw) * 1.5625, 1.875rem);
  }
  .qna_domain_content_body {
    font-size: clamp(0.625rem, var(--vw) * 0.9375, 1.125rem);
  }
}
@media (max-width: 768px) {
  .qna_domain {
    line-height: clamp(0rem, 6.279069767441861vw, 1.6875rem);
    border-radius: clamp(0rem, 3.488372093023256vw, 0.9375rem);
  }
  .qna_domain_cntnr {
    margin-top: clamp(0rem, 6.511627906976744vw, 1.75rem);
  }
  .qna_domain +.qna_domain {
    margin-top: clamp(0rem, 2.325581395348837vw, 0.625rem);
  }
  .qna_domain_summary,
  .qna_domain_content {
    padding-inline: clamp(0rem, 3.720930232558139vw, 1rem);
  }
  .qna_domain_summary_inner,
  .qna_domain_content_inner {
    padding-block: clamp(0rem, 3.720930232558139vw, 1rem);
  }
  .qna_domain_summary_icon,
  .qna_domain_content_icon {
    width: clamp(0rem, 5.813953488372093vw, 1.5625rem);
  }
  .qna_domain_summary_label {
    --ls: 0.08em;
  }
  .qna_domain_summary_icon {
    font-size: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
  }
  .qna_domain_content_icon {
    font-size: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
  }
  .qna_domain_content_body {
    font-size: clamp(0.625rem, 3.255813953488372vw, 0.875rem);
    line-height: clamp(0.625rem, 5.581395348837209vw, 1.5rem);
  }
}
.oshimatsubaki {
  background-size: cover;
  background-position: center;
}
.oshimatsubaki_part_head {
  --ls: 0.2em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: fit-content;
  color: #204d7b;
  margin-inline: auto;
  border-bottom: 2px solid;
  font-weight: 700;
  text-indent: var(--ls);
}
.oshimatsubaki_part_block {
  background-color: #fff;
}
.oshimatsubaki_part_content {
  --ls: 0.08em;
}
.oshimatsubaki_part_content p {
  margin-block: calc((1em - 1lh) / 2);
}
@media (min-width: 769px) {
  .oshimatsubaki {
    padding-block: clamp(0rem, var(--vw) * 9.895833333333332, 11.875rem) clamp(0rem, var(--vw) * 13.020833333333334, 15.625rem);
    background-image: url("../images/oshimatsubaki_bg.jpg");
  }
  .oshimatsubaki_part +.oshimatsubaki_part {
    margin-top: clamp(0rem, var(--vw) * 7.604166666666666, 9.125rem);
  }
  .oshimatsubaki_part_head {
    padding-bottom: clamp(0rem, var(--vw) * 0.520833333333333, 0.625rem);
  }
  .oshimatsubaki_part_block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: clamp(0rem, var(--vw) * 72.91666666666666, 87.5rem);
    margin: clamp(0rem, var(--vw) * 1.354166666666667, 1.625rem) auto 0;
    padding: clamp(0rem, var(--vw) * 4.166666666666666, 5rem) clamp(0rem, var(--vw) * 3.385416666666667, 4.0625rem);
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    border-radius: clamp(0rem, var(--vw) * 0.78125, 0.9375rem);
  }
  .oshimatsubaki_part_content {
    width: clamp(0rem, var(--vw) * 41.92708333333333, 50.3125rem);
    line-height: clamp(0.625rem, var(--vw) * 2.291666666666667, 2.75rem);
  }
  .oshimatsubaki_part_image {
    width: clamp(0rem, var(--vw) * 21.09375, 25.3125rem);
  }
}
@media (max-width: 768px) {
  .oshimatsubaki {
    padding-block: clamp(0rem, 16.27906976744186vw, 4.375rem) clamp(0rem, 39.53488372093023vw, 10.625rem);
    background-image: url("../images/sp/oshimatsubaki_bg.jpg");
  }
  .oshimatsubaki_part +.oshimatsubaki_part {
    margin-top: clamp(0rem, 17.441860465116278vw, 4.6875rem);
  }
  .oshimatsubaki_part_head {
    font-size: clamp(0.625rem, 4.883720930232558vw, 1.3125rem);
    padding-bottom: clamp(0rem, 2.325581395348837vw, 0.625rem);
  }
  .oshimatsubaki_part_block {
    padding: clamp(0rem, 5.813953488372093vw, 1.5625rem);
    margin-top: clamp(0rem, 6.976744186046512vw, 1.875rem);
    border-radius: clamp(0rem, 2.325581395348837vw, 0.625rem);
  }
  .oshimatsubaki_part_content {
    line-height: clamp(0.625rem, 6.279069767441861vw, 1.6875rem);
  }
  .oshimatsubaki_part_image {
    margin-top: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
}
.footer {
  position: relative;
  background-color: #decc44;
}
.footer_toTop {
  position: absolute;
}
.footer_toTop_vector {
  overflow: visible;
}
.footer_toTop_vector * {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -ms-transition-property: fill;
  transition-property: fill;
  will-change: fill;
}
.footer_toTop_vector_drop {
  fill: #decc44;
  stroke: #decc44;
  stroke-width: 2px;
}
.footer_toTop_vector_arrow {
  fill: #fff;
}
.footer_toTop:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer_toTop:hover .footer_toTop_vector_drop {
  fill: #fff;
}
.footer_toTop:hover .footer_toTop_vector_arrow {
  fill: #decc44;
}
.footer_nav_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
}
.footer_nav_list_link {
  text-indent: var(--ls);
}
.footer_oshimatsubaki_link {
  margin-inline: auto;
}
.footer_sns_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
}
.footer_sns_item_link img {
  height: 100%;
}
@media (min-width: 769px) {
  .footer {
    padding-block: clamp(0rem, var(--vw) * 3.90625, 4.6875rem);
  }
  .footer_toTop {
    top: clamp(-9.375rem, var(--vw) * -7.8125, 0rem);
    right: clamp(0rem, var(--vw) * 3.489583333333333, 4.1875rem);
    width: clamp(0rem, var(--vw) * 4.270833333333333, 5.125rem);
  }
  .footer_nav_item +.footer_nav_item {
    border-left: 1px solid;
  }
  .footer_nav_item_link {
    --ls: 0.18em;
    padding-inline: clamp(0rem, var(--vw) * 3.125, 3.75rem);
  }
  .footer_oshimatsubaki {
    margin-top: clamp(0rem, var(--vw) * 2.708333333333333, 3.25rem);
  }
  .footer_oshimatsubaki_link {
    width: clamp(0rem, var(--vw) * 8.958333333333334, 10.75rem);
  }
  .footer_sns {
    margin-top: clamp(0rem, var(--vw) * 1.875, 2.25rem);
  }
  .footer_sns_item +.footer_sns_item {
    margin-left: clamp(0rem, var(--vw) * 1.25, 1.5rem);
  }
  .footer_sns_item_link {
    height: clamp(0rem, var(--vw) * 1.822916666666667, 2.1875rem);
  }
}
@media (max-width: 768px) {
  .footer {
    padding-block: clamp(0rem, 7.441860465116279vw, 2rem);
  }
  .footer_toTop {
    top: clamp(-7.5rem, -27.906976744186046vw, 0rem);
    right: clamp(0rem, 5.813953488372093vw, 1.5625rem);
    width: clamp(0rem, 16.27906976744186vw, 4.375rem);
  }
  .footer_nav_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
  }
  .footer_nav_list:before {
    width: 100%;
    content: "";
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .footer_nav_item:nth-child(odd) {
    border-right: 1px solid;
  }
  .footer_nav_item:nth-child(n+3) {
    margin-top: clamp(0rem, 3.488372093023256vw, 0.9375rem);
  }
  .footer_nav_item:nth-child(1),
  .footer_nav_item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .footer_nav_item:nth-child(3),
  .footer_nav_item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .footer_nav_item_link {
    --ls: 0.2em;
    font-size: clamp(0.625rem, 2.790697674418605vw, 0.75rem);
    padding-inline: clamp(0rem, 4.651162790697675vw, 1.25rem);
  }
  .footer_oshimatsubaki {
    margin-top: clamp(0rem, 6.511627906976744vw, 1.75rem);
  }
  .footer_oshimatsubaki_link {
    width: clamp(0rem, 29.767441860465116vw, 8rem);
  }
  .footer_sns {
    margin-top: clamp(0rem, 5.813953488372093vw, 1.5625rem);
  }
  .footer_sns_item +.footer_sns_item {
    margin-left: clamp(0rem, 5.581395348837209vw, 1.5rem);
  }
  .footer_sns_item_link {
    height: clamp(0rem, 8.13953488372093vw, 2.1875rem);
  }
}
.modal {
  position: fixed;
  z-index: 20000;
  margin: auto;
  inset: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -ms-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  will-change: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: rgba(255,255,255,0.7);
  overflow: clip;
}
.modal_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  overflow-y: scroll;
  overscroll-behavior: none;
}
.modal_wrapper:after {
  display: block;
  height: 1px;
  content: "";
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal_block {
  background-color: #fdf9da;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal_block_cntnr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  overflow-y: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal_block_cntnr:before,
.modal_block_cntnr:after {
  display: block;
  content: "";
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal_close {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
}
.modal_close:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.modal_close:before,
.modal_close:after {
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  margin: auto;
  content: "";
  background-color: currentColor;
  inset: 0;
}
.modal_close:before {
  rotate: 45deg;
}
.modal_close:after {
  rotate: -45deg;
}
.modal_close_cntnr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.modal_product_head {
  --ls: 0.2em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: fit-content;
  color: #204d7b;
  border-bottom: 2px solid;
  margin-inline: auto;
  border-bottom: 2px solid;
  font-weight: 700;
  text-indent: var(--ls);
}
.modal_product_refill_head {
  --ls: 0.1em;
  width: fit-content;
  padding: 0.25em 0.5em;
  border: 2px solid;
  color: #204d7b;
  border-radius: 9999px;
  text-indent: var(--ls);
  font-weight: 700;
  margin-inline: auto;
}
.modal_product_data {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  font-weight: 700;
}
.modal_product_data_refilltag {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid;
  border-radius: 9999px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
}
.modal_product_data_price,
.modal_product_data_capacity {
  font-family: var(--en_sans);
  margin-bottom: -0.08em;
}
.modal_product_data_price,
.modal_product_data_capacity {
  --ls: 0.02em;
}
.modal_product_data_price_unit,
.modal_product_data_add {
  --ls: 0.1em;
}
.modal_product_data_price,
.modal_product_data_add {
  margin-right: 0.1em;
}
.modal_product_data_price {
  white-space: nowrap;
}
.modal_link {
  --ls: 0.2em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid #204d7b;
  color: #fff;
  background-color: #204d7b;
  border-radius: 9999px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  text-indent: var(--ls);
  font-weight: 700;
}
.modal_link:after {
  content: ">";
  margin-left: 0.5em;
}
.modal_link:hover {
  color: #204d7b;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-color: #fff;
}
.modal.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media (min-width: 769px) {
  .modal_wrapper {
    width: calc(100% + 20px);
  }
  .modal_block {
    width: clamp(0rem, var(--vw) * 41.66666666666667, 50rem);
    padding: clamp(0rem, var(--vw) * 1.5625, 1.875rem) clamp(0rem, var(--vw) * 3.90625, 4.6875rem) clamp(0rem, var(--vw) * 3.645833333333333, 4.375rem);
    margin-inline: auto;
    border-radius: clamp(0rem, var(--vw) * 0.260416666666667, 0.3125rem);
  }
  .modal_block_cntnr:before,
  .modal_block_cntnr:after {
    height: clamp(0rem, var(--vw) * 1.979166666666667, 2.375rem);
  }
  .modal_product +.modal_product {
    margin-top: clamp(0rem, var(--vw) * 6.770833333333333, 8.125rem);
  }
  .modal_product_head {
    font-size: clamp(0.625rem, var(--vw) * 1.5625, 1.875rem);
    padding-bottom: clamp(0rem, var(--vw) * 0.520833333333333, 0.625rem);
  }
  .modal_product_image {
    width: 80%;
    margin-inline: auto;
  }
  .modal_product_data {
    -webkit-justify-content: center;
    justify-content: center;
    font-size: clamp(0.625rem, var(--vw) * 0.9375, 1.125rem);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
  }
  .modal_product_data:has(+.modal_product_data_refill):before {
    display: block;
    width: 6.5em;
    content: "";
    margin-right: 0.5em;
  }
  .modal_product_data_refill {
    margin-top: clamp(0rem, var(--vw) * 0.520833333333333, 0.625rem);
  }
  .modal_product_data:has(+.modal_product_data_refill) .modal_product_data_price,
  .modal_product_data_refill .modal_product_data_price {
    width: clamp(0rem, var(--vw) * 5.833333333333333, 7rem);
  }
  .modal_product_data_refilltag {
    width: 6.5em;
    height: clamp(0rem, var(--vw) * 1.5625, 1.875rem);
    margin-right: 0.5em;
    margin-bottom: -2px;
  }
  .modal_product_data_capacity {
    font-size: clamp(0.625rem, var(--vw) * 1.666666666666667, 2rem);
    margin-right: clamp(0rem, var(--vw) * 1.5625, 1.875rem);
  }
  .modal_product_data_price {
    font-size: clamp(0.625rem, var(--vw) * 2.395833333333333, 2.875rem);
  }
  .modal_product_data_add {
    font-size: clamp(0.625rem, var(--vw) * 1.354166666666667, 1.625rem);
  }
  .modal_link {
    line-height: clamp(0.625rem, var(--vw) * 3.125, 3.75rem);
  }
  .modal_link +.modal_link {
    margin-top: clamp(0rem, var(--vw) * 0.625, 0.75rem);
  }
  .modal_link_cntnr {
    margin-top: clamp(0rem, var(--vw) * 2.8125, 3.375rem);
  }
  .modal_close {
    width: clamp(0rem, var(--vw) * 2.604166666666667, 3.125rem);
  }
  .modal_close_cntnr {
    margin-right: clamp(-3rem, var(--vw) * -2.5, 0rem);
  }
}
@media (max-width: 768px) {
  .modal_block {
    padding: clamp(0rem, 3.255813953488372vw, 0.875rem) clamp(0rem, 5.813953488372093vw, 1.5625rem) clamp(0rem, 8.13953488372093vw, 2.1875rem);
    border-radius: clamp(0rem, 1.162790697674419vw, 0.3125rem);
  }
  .modal_block_cntnr {
    padding-inline: clamp(0rem, 5.813953488372093vw, 1.5625rem);
  }
  .modal_block_cntnr:before,
  .modal_block_cntnr:after {
    height: clamp(0rem, 6.976744186046512vw, 1.875rem);
  }
  .modal_content {
    margin-top: clamp(0rem, 3.255813953488372vw, 0.875rem);
  }
  .modal_product +.modal_product {
    margin-top: clamp(0rem, 18.6046511627907vw, 5rem);
  }
  .modal_product_head {
    font-size: clamp(0.625rem, 4.883720930232558vw, 1.3125rem);
    padding-bottom: clamp(0rem, 1.162790697674419vw, 0.3125rem);
  }
  .modal_product_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
  }
  .modal_product_image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .modal_product_data {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
  }
  .modal_product_data_add,
  .modal_product_data_capacity {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .modal_product_data_price,
  .modal_product_data_price_unit {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .modal_product_data:before {
    display: block;
    width: 100%;
    height: clamp(0rem, 1.86046511627907vw, 0.5rem);
    content: "";
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .modal_product_data:has(+.modal_product_data_refill) .modal_product_data_price,
  .modal_product_data_refill .modal_product_data_price {
    width: clamp(0rem, 21.3953488372093vw, 5.75rem);
  }
  .modal_product_data_capacity {
    font-size: clamp(0.625rem, 4.883720930232558vw, 1.3125rem);
  }
  .modal_product_data_price {
    font-size: clamp(0.625rem, 7.906976744186046vw, 2.125rem);
  }
  .modal_product_data_price_unit {
    font-size: clamp(0.625rem, 3.720930232558139vw, 1rem);
    margin-right: -1em;
  }
  .modal_product_data_add {
    font-size: clamp(0.625rem, 3.720930232558139vw, 1rem);
  }
  .modal_product_data_refilltag {
    width: clamp(0rem, 24.651162790697676vw, 6.625rem);
    font-size: clamp(0.625rem, 3.720930232558139vw, 1rem);
    line-height: clamp(0.625rem, 4.651162790697675vw, 1.25rem);
    margin-bottom: clamp(0rem, 1.86046511627907vw, 0.5rem);
  }
  .modal_product_data_refill {
    margin-top: clamp(0.625rem, 5.813953488372093vw, 1.5625rem);
  }
  .modal_product_data_refill:before {
    display: block;
    width: 100%;
    content: "";
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .modal_product_data_refill .modal_product_data_refilltag {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .modal_product_data_refill .modal_product_data_capacity {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .modal_product_data_refill:before {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .modal_product_data_refill .modal_product_data_price,
  .modal_product_data_refill .modal_product_data_price_unit {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .modal_link {
    line-height: clamp(0.625rem, 13.023255813953488vw, 3.5rem);
  }
  .modal_link +.modal_link {
    margin-top: clamp(0rem, 2.790697674418605vw, 0.75rem);
  }
  .modal_close {
    width: clamp(0rem, 9.30232558139535vw, 2.5rem);
  }
  .modal_close_cntnr {
    margin-right: clamp(-0.625rem, -2.325581395348837vw, 0rem);
  }
  .modal#modal_soap .modal_product_inner {
    margin-top: clamp(0rem, 22.093023255813954vw, 5.9375rem);
  }
  .modal#modal_soap .modal_product_image {
    width: clamp(0rem, 40.69767441860465vw, 10.9375rem);
  }
  .modal#modal_soap .modal_product_data {
    width: clamp(0rem, 36.04651162790697vw, 9.6875rem);
  }
  .modal#modal_soap .modal_link_cntnr {
    margin-top: clamp(0rem, 18.13953488372093vw, 4.875rem);
  }
  .modal#modal_bubblesoap .modal_product_inner,
  .modal#modal_liquidsoap .modal_product_inner,
  .modal#modal_shampoo .modal_product_inner {
    margin-top: clamp(0rem, 9.30232558139535vw, 2.5rem);
  }
  .modal#modal_bubblesoap .modal_product_image,
  .modal#modal_liquidsoap .modal_product_image,
  .modal#modal_shampoo .modal_product_image {
    width: clamp(0rem, 34.883720930232556vw, 9.375rem);
  }
  .modal#modal_bubblesoap .modal_product_data,
  .modal#modal_liquidsoap .modal_product_data,
  .modal#modal_shampoo .modal_product_data {
    width: clamp(0rem, 41.86046511627907vw, 11.25rem);
  }
  .modal#modal_bubblesoap .modal_link_cntnr,
  .modal#modal_liquidsoap .modal_link_cntnr,
  .modal#modal_shampoo .modal_link_cntnr {
    margin-top: clamp(0rem, 8.13953488372093vw, 2.1875rem);
  }
  .modal#modal_lotion .modal_product_inner,
  .modal#modal_moistmilk .modal_product_inner {
    margin-top: clamp(0rem, 10.465116279069768vw, 2.8125rem);
  }
  .modal#modal_lotion .modal_product_image,
  .modal#modal_moistmilk .modal_product_image {
    width: clamp(0rem, 32.55813953488372vw, 8.75rem);
  }
  .modal#modal_lotion .modal_product_data,
  .modal#modal_moistmilk .modal_product_data {
    width: clamp(0rem, 44.18604651162791vw, 11.875rem);
  }
  .modal#modal_lotion .modal_link_cntnr,
  .modal#modal_moistmilk .modal_link_cntnr {
    margin-top: clamp(0rem, 8.372093023255815vw, 2.25rem);
  }
  .modal#modal_cream .modal_product_inner,
  .modal#modal_oilspray .modal_product_inner {
    margin-top: clamp(0rem, 12.790697674418606vw, 3.4375rem);
  }
  .modal#modal_cream .modal_product_image,
  .modal#modal_oilspray .modal_product_image {
    width: clamp(0rem, 32.55813953488372vw, 8.75rem);
  }
  .modal#modal_cream .modal_product_data,
  .modal#modal_oilspray .modal_product_data {
    width: clamp(0rem, 44.18604651162791vw, 11.875rem);
  }
  .modal#modal_cream .modal_link_cntnr,
  .modal#modal_oilspray .modal_link_cntnr {
    margin-top: clamp(0rem, 10.465116279069768vw, 2.8125rem);
  }
  .modal#modal_oil .modal_product_inner {
    margin-top: clamp(0rem, 18.6046511627907vw, 5rem);
  }
  .modal#modal_oil .modal_product_image {
    width: clamp(0rem, 37.906976744186046vw, 10.1875rem);
  }
  .modal#modal_oil .modal_product_data {
    width: clamp(0rem, 38.83720930232558vw, 10.4375rem);
  }
  .modal#modal_oil .modal_link_cntnr {
    margin-top: clamp(0rem, 16.74418604651163vw, 4.5rem);
  }
}
@-moz-keyframes top_fadein {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes top_fadein {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes top_fadein {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes top_fadein {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
