/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/single_item.scss ***!
  \***************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/single_item.scss (1) ***!
  \*******************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap);
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/single_item.scss (2) ***!
  \*******************************************************************************************************************************/
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  margin-left: 1.5rem;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: middle;
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
    scroll-padding-top: 60px;
  }
}
html:has(.page) {
  font-size: min(1.3793103448vw, 16px);
}
@media screen and (max-width: 768px) {
  html:has(.page) {
    font-size: clamp(14px, 3.7333333333vw, 21px);
  }
}
html .home {
  color: #494f69;
}

body .is-layout-flex {
  display: flex;
}

.main {
  margin-bottom: min(13.8888888889vw, 200px);
}
@media screen and (max-width: 768px) {
  .main {
    margin-bottom: max(32vw, 120px);
  }
}
.main--index {
  margin-bottom: min(10.4166666667vw, 150px);
}

.inner {
  max-width: min(81.9444444444vw, 1180px);
  padding-inline: min(1.3888888889vw, 20px);
  padding-bottom: min(6.9444444444vw, 100px);
  margin: min(4.1666666667vw, 60px) auto 0;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding-inline: max(3.2vw, 12px);
    padding-bottom: 150px;
  }
}
.inner--index {
  max-width: min(79.1666666667vw, 1140px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner--index {
    max-width: max(80vw, 300px);
  }
  .inner--index:has(.about__wrap) {
    max-width: 100%;
  }
}
.inner--item {
  max-width: min(83.3333333333vw, 1200px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner--item {
    max-width: 100%;
    padding-inline: max(3.7333333333vw, 14px) max(3.4666666667vw, 13px);
  }
}
.inner--archive {
  max-width: min(86.1111111111vw, 1240px);
  padding-inline: min(1.3888888889vw, 20px);
  margin: min(2.7777777778vw, 40px) auto 0;
}
@media screen and (max-width: 768px) {
  .inner--archive {
    max-width: 100%;
    padding-inline: max(2.6666666667vw, 10px);
  }
}
.inner--breadcrumbs {
  max-width: min(79.1666666667vw, 1140px);
  margin-inline: auto;
}
.single-item .inner--breadcrumbs, .single-blog .inner--breadcrumbs {
  display: flex;
  align-items: center;
  height: min(4.0972222222vw, 59px);
}

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

.is--pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is--pc {
    display: none !important;
  }
}
.is--pc-in {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .is--pc-in {
    display: none !important;
  }
}
.is--pc-flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .is--pc-flex {
    display: none !important;
  }
}
.is--sp {
  display: none !important;
}
.is--sp-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is--sp {
    display: block !important;
  }
  .is--sp-flex {
    display: flex !important;
  }
  .is--sp-grid {
    display: grid !important;
  }
}

.font--bold-sp {
  font-weight: 700;
}

.btn--catalog-main {
  width: min(21.5517241379vw, 250px);
  height: min(4.3103448276vw, 50px);
}
@media screen and (max-width: 768px) {
  .btn--catalog-main {
    width: max(67.2vw, 252px);
    height: max(10.4vw, 39px);
  }
}
.btn--catalog-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: min(1.724137931vw, 20px);
  font-weight: 500;
  color: #fff;
  background: #a688c8;
  border: 1px solid #a688c8;
  border-radius: min(8.6206896552vw, 100px);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--catalog-main a {
    font-size: max(4.2666666667vw, 16px);
    font-weight: 400;
  }
}
.btn--catalog-main a:hover {
  color: #a688c8;
  background: #fff;
}
.btn--catalog-sub {
  width: min(21.5517241379vw, 250px);
  height: min(4.3103448276vw, 50px);
  margin-top: min(1.724137931vw, 20px) !important;
}
@media screen and (max-width: 768px) {
  .btn--catalog-sub {
    width: max(67.2vw, 252px);
    height: max(10.4vw, 39px);
    margin-top: max(5.3333333333vw, 20px) !important;
  }
}
.btn--catalog-sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.5517241379vw, 18px);
  border-radius: min(8.6206896552vw, 100px);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--catalog-sub a {
    font-size: max(4.2666666667vw, 16px);
    font-weight: 400;
  }
}
.btn--catalog-sub a:hover {
  background: #fff;
}
.btn--catalog-banner {
  position: absolute;
  right: min(9.4827586207vw, 110px);
  bottom: min(3.3620689655vw, 39px);
  width: min(31.0344827586vw, 360px);
}
@media screen and (max-width: 768px) {
  .btn--catalog-banner {
    right: initial;
    bottom: 0;
    width: max(84vw, 315px);
  }
}
.btn--catalog-banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(4.3103448276vw, 50px);
  color: #fff;
  background: #a688c8;
  border: 1px solid #a688c8;
  border-radius: min(8.6206896552vw, 100px);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--catalog-banner a {
    height: max(13.3333333333vw, 50px);
    border-radius: 0 0 max(2.6666666667vw, 10px) max(2.6666666667vw, 10px);
  }
}
.btn--catalog-banner a:hover {
  color: #a688c8;
  background: #fff;
}

.has-bg--blue {
  background: #c0dfe4;
}

.more__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(24.3055555556vw, 350px);
  height: min(4.8611111111vw, 70px);
  margin-inline: auto;
  font-family: "Alegreya Sans", sans-serif;
  font-size: min(2.2222222222vw, 32px);
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  border-radius: min(6.9444444444vw, 100px);
  transition: 0.5s;
}
.more__link:hover {
  background: rgb(87, 170, 182);
}
@media screen and (max-width: 768px) {
  .more__link {
    width: max(66.6666666667vw, 250px);
    height: max(13.3333333333vw, 50px);
    font-size: max(6.1333333333vw, 23px);
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: min(6.9444444444vw, 100px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    height: max(16vw, 60px);
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1340px;
  height: 100%;
  padding-inline: min(0.6944444444vw, 10px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    position: relative;
    padding-inline: max(5.3333333333vw, 20px);
  }
}
.header__logo {
  width: min(10.4166666667vw, 150px);
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: max(26.6666666667vw, 100px);
  }
  .header__logo img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-wrap {
    position: absolute;
    top: max(16vw, 60px);
    left: 0;
    width: 100%;
    height: calc(100vh - max(16vw, 60px));
    padding-top: max(5.3333333333vw, 20px);
    margin-right: initial;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    transition: 0.5s;
  }
}
.header__list {
  display: flex;
  column-gap: min(2.7777777778vw, 40px);
  align-items: center;
  margin-top: min(0.6944444444vw, 10px);
  margin-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .header__list {
    flex-direction: column;
    margin-top: 0;
  }
}
.header__list > li {
  position: relative;
  padding-bottom: min(0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .header__list > li {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__list > li {
    width: 100%;
    border-bottom: 0.5px solid #007bd0;
  }
  .header__list > li:has(.sub-menu) > a {
    padding-right: max(7.2vw, 27px);
  }
  .header__list > li:has(.sub-menu) > a::before, .header__list > li:has(.sub-menu) > a::after {
    display: block;
    width: max(5.8666666667vw, 22px);
    height: max(0.5333333333vw, 2px);
    content: "";
    background: url(../6b2f6b3c924d3bfed970.svg) no-repeat;
    background-size: contain;
  }
  .header__list > li:has(.sub-menu) > a::before {
    position: absolute;
    right: max(7.2vw, 27px);
    transition: 0.3s;
    transform: rotate(90deg);
  }
  .header__list > li:has(.sub-menu).is-open a::before {
    transform: rotate(0);
  }
  .header__list > li:not(:has(.sub-menu)) > a {
    padding-right: max(8.2666666667vw, 31px);
  }
  .header__list > li:not(:has(.sub-menu)) > a::after {
    display: block;
    width: max(2.9333333333vw, 11px);
    height: max(4.8vw, 18px);
    content: "";
    background: url(../88639de414fd03382917.svg) no-repeat;
    background-size: contain;
  }
  .header__list > li.is-open .sub-menu {
    display: block;
  }
}
.header__list > li > a {
  font-size: min(1.1111111111vw, 16px);
  color: #574f76;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .header__list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: max(16.8vw, 63px);
    padding-inline: max(10.6666666667vw, 40px) max(5.8666666667vw, 22px);
    font-size: max(4.2666666667vw, 16px);
    color: #473977;
  }
}
@media screen and (min-width: 769px) {
  .header__list > li:hover .sub-menu {
    display: block;
  }
}
.header__list > li:first-of-type ul {
  width: min(13.8888888889vw, 200px);
}
@media screen and (max-width: 768px) {
  .header__list > li:first-of-type ul {
    width: 100%;
  }
}
.header__list > li:nth-of-type(3) ul {
  width: min(12.8472222222vw, 185px);
}
@media screen and (max-width: 768px) {
  .header__list > li:nth-of-type(3) ul {
    width: 100%;
  }
}
.header__list > li:nth-of-type(6) ul {
  width: min(10.8333333333vw, 156px);
}
@media screen and (max-width: 768px) {
  .header__list > li:nth-of-type(6) ul {
    width: 100%;
  }
}
.header .sub-menu {
  position: absolute;
  left: min(-1.5277777778vw, -22px);
  z-index: 1;
  display: none;
  padding: min(1.3888888889vw, 20px) 0 min(1.3888888889vw, 20px) min(1.3888888889vw, 20px);
  margin-left: 0;
  list-style-type: none;
  background: #a688c8;
  transform: translateY(min(0.6944444444vw, 10px));
}
@media screen and (max-width: 768px) {
  .header .sub-menu {
    position: static;
    width: 100%;
    padding: max(5.3333333333vw, 20px) 0 max(5.3333333333vw, 20px) max(10.6666666667vw, 40px);
    background: #fff;
    border-top: 0.5px solid #007bd0;
    border-bottom: 0.5px solid #007bd0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .header .sub-menu li {
    overflow: hidden;
  }
}
.header .sub-menu li:not(:last-of-type) {
  margin-bottom: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .header .sub-menu li:not(:last-of-type) {
    margin-bottom: max(5.3333333333vw, 20px);
  }
}
.header .sub-menu li a {
  display: block;
  font-size: min(0.9722222222vw, 14px);
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .header .sub-menu li a {
    display: block;
    width: 100%;
    font-size: max(3.7333333333vw, 14px);
    line-height: 1.4;
    color: #5b5079;
  }
}
.header__hum-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hum-wrap {
    display: flex;
    flex-direction: column;
    row-gap: max(1.6vw, 6px);
    justify-content: center;
    width: max(8.5333333333vw, 32px);
    height: max(8.5333333333vw, 32px);
  }
  .header__hum-wrap::before, .header__hum-wrap::after {
    display: block;
    width: max(8vw, 30px);
    height: max(0.8vw, 3px);
    content: "";
    background: #007bd0;
    border-radius: max(0.8vw, 3px);
    transition: 0.3s;
  }
  .header__hum-wrap.is-active::before {
    transform: translateY(max(5.3333333333vw, 20px)) translateX(max(0.5333333333vw, 2px)) rotate(45deg);
    transform-origin: 100% 0;
  }
  .header__hum-wrap.is-active::after {
    transform: translateY(min(-5.0666666667vw, -19px)) rotate(-45deg);
    transform-origin: 100% 0;
  }
  .header__hum-wrap.is-active ~ .header__nav-wrap {
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
  }
}
.header__hum-line {
  width: max(8vw, 30px);
  height: max(0.8vw, 3px);
  background: #007bd0;
  border-radius: max(0.8vw, 3px);
  transition: 0.3s;
}
.is-active .header__hum-line {
  opacity: 0;
}
.header__hum-banner {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: max(1.3333333333vw, 5px);
  margin-top: max(3.2vw, 12px);
  margin-left: 0;
  list-style-type: none;
}

.breadcrumbs__allow {
  display: inline-block;
  margin-inline: min(0.6944444444vw, 10px);
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.item__count-types {
  position: absolute;
  bottom: min(0.6944444444vw, 10px);
  left: min(0.6944444444vw, 10px);
  display: flex;
  column-gap: min(0.4166666667vw, 6px);
}
@media screen and (max-width: 768px) {
  .item__count-types {
    bottom: max(1.6vw, 6px);
    left: max(1.6vw, 6px);
    column-gap: max(1.0666666667vw, 4px);
  }
  .single-item .item__count-types {
    bottom: max(2.1333333333vw, 8px);
    left: max(2.1333333333vw, 8px);
  }
}
.item__count-color {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(3.3333333333vw, 48px);
  height: min(3.3333333333vw, 48px);
  font-family: "Jost", sans-serif;
  font-size: min(1.7854166667vw, 25.71px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  background: #534860;
  border-radius: min(0.3472222222vw, 5px);
}
@media screen and (max-width: 768px) {
  .item__count-color {
    width: max(7.8826666667vw, 29.56px);
    height: max(7.8826666667vw, 29.56px);
    font-size: max(4.192vw, 15.72px);
    border-radius: max(0.8vw, 3px);
  }
  .single-item .item__count-color {
    width: max(9.6vw, 36px);
    height: max(9.6vw, 36px);
    font-size: max(5.0666666667vw, 19px);
    border-radius: max(1vw, 3.75px);
  }
}
.item__count-color span {
  font-size: min(0.6138888889vw, 8.84px);
}
@media screen and (max-width: 768px) {
  .item__count-color span {
    font-size: max(1.44vw, 5.4px);
  }
  .single-item .item__count-color span {
    font-size: max(1.6vw, 6px);
  }
}
.item__count-size {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(3.3333333333vw, 48px);
  height: min(3.3333333333vw, 48px);
  font-family: "Jost", sans-serif;
  font-size: min(1.7854166667vw, 25.71px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  background: #534860;
  border-radius: min(0.3472222222vw, 5px);
}
@media screen and (max-width: 768px) {
  .item__count-size {
    width: max(7.8826666667vw, 29.56px);
    height: max(7.8826666667vw, 29.56px);
    font-size: max(4.192vw, 15.72px);
    border-radius: max(0.8vw, 3px);
  }
  .single-item .item__count-size {
    width: max(9.6vw, 36px);
    height: max(9.6vw, 36px);
    font-size: max(5.0666666667vw, 19px);
    border-radius: max(1vw, 3.75px);
  }
}
.item__count-size span {
  font-size: min(0.6138888889vw, 8.84px);
}
@media screen and (max-width: 768px) {
  .item__count-size span {
    font-size: max(1.44vw, 5.4px);
  }
  .single-item .item__count-size span {
    font-size: max(1.6vw, 6px);
  }
}

.item__head {
  display: flex;
  flex-direction: row-reverse;
  gap: min(3.8194444444vw, 55px);
}
@media screen and (max-width: 768px) {
  .item__head {
    flex-direction: column-reverse;
    gap: max(8vw, 30px);
  }
}
.item__content {
  width: min(37.1527777778vw, 535px);
}
@media screen and (max-width: 768px) {
  .item__content {
    width: 100%;
    padding-inline: max(2.1333333333vw, 8px);
  }
}
.item__images {
  width: calc(100% - min(37.1527777778vw, 535px) - min(3.8194444444vw, 55px));
}
@media screen and (max-width: 768px) {
  .item__images {
    width: 100%;
    padding-inline: max(3.2vw, 12px);
  }
  .item__images .slick-prev {
    left: min(-2.9333333333vw, -11px);
  }
  .item__images .slick-next {
    right: min(-2.9333333333vw, -11px);
  }
}
.item__main-image {
  margin: 0 min(0.6944444444vw, 10px) min(1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .item__main-image {
    margin: 0 max(2.4vw, 9px) max(2.9333333333vw, 11px);
  }
}
.item__title {
  margin-bottom: min(1.3888888889vw, 20px);
  font-size: min(1.3888888889vw, 20px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .item__title {
    margin-bottom: max(5.3333333333vw, 20px);
    font-size: max(4.2666666667vw, 16px);
    letter-spacing: 0;
  }
}
.item__text {
  margin-bottom: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .item__text {
    margin-bottom: max(10.6666666667vw, 40px);
    font-size: max(3.7333333333vw, 14px);
    letter-spacing: 0;
  }
}
.item__register {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(26.3888888889vw, 380px);
  height: min(3.4722222222vw, 50px);
  margin-inline: auto;
  line-height: 1;
  color: #2d95a4;
  text-decoration: none;
  letter-spacing: 0.04em;
  border: 1px solid #2d95a4;
  border-radius: min(6.9444444444vw, 100px);
  transition: 0.3s;
}
.item__register:hover {
  color: #fff;
  background: #2d95a4;
}
@media screen and (max-width: 768px) {
  .item__register {
    width: max(74.4vw, 279px);
    height: max(10.4vw, 39px);
    font-size: max(4.2666666667vw, 16px);
    border-radius: max(26.6666666667vw, 100px);
  }
}
.item__section-title {
  padding-bottom: min(0.5555555556vw, 8px);
  margin-bottom: min(2.7777777778vw, 40px);
  font-size: min(1.25vw, 18px);
  font-weight: 500;
  line-height: 1;
  color: #2d95a4;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #2d95a4;
}
@media screen and (max-width: 768px) {
  .item__section-title {
    padding-bottom: max(2.1333333333vw, 8px);
    margin-bottom: max(5.3333333333vw, 20px);
    font-size: max(4.8vw, 18px);
  }
}
.item__section .is-layout-flex {
  flex-wrap: wrap;
}
.item__connection-wrap {
  padding-block: min(2.7777777778vw, 40px);
  margin-top: min(4.8611111111vw, 70px);
  background: #f6f4f7;
}
@media screen and (max-width: 768px) {
  .item__connection-wrap {
    padding-block: max(8vw, 30px) max(10.6666666667vw, 40px);
    margin-top: max(16vw, 60px);
  }
}
.item__connection-title {
  font-size: min(1.6666666667vw, 24px);
  font-weight: 400;
  color: #2d95a4;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .item__connection-title {
    font-size: max(4.8vw, 18px);
  }
}
.item__connection-list {
  display: flex;
  column-gap: min(2.2222222222vw, 32px);
  justify-content: center;
  margin-top: min(1.3888888889vw, 20px);
  margin-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .item__connection-list {
    flex-wrap: nowrap;
    column-gap: max(5.3333333333vw, 20px);
    justify-content: flex-start;
    padding-left: max(5.3333333333vw, 20px);
    margin-top: max(8vw, 30px);
    overflow-y: auto;
  }
}
.item__connection-item {
  width: min(18.0555555556vw, 260px);
}
@media screen and (max-width: 768px) {
  .item__connection-item {
    flex-shrink: 0;
    width: max(52vw, 195px);
  }
  .item__connection-item:last-of-type {
    margin-right: max(5.3333333333vw, 20px);
  }
}
.item__connection-item a {
  color: #333;
  text-decoration: none;
}
.item__connection-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(19.4444444444vw, 280px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .item__connection-image {
    height: max(56vw, 210px);
  }
}
.item__connection-image img {
  max-width: 90%;
  height: auto;
}
.item__connection-text {
  margin-top: min(0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .item__connection-text {
    margin-top: max(2vw, 7.5px);
  }
}

.item__images .item__main-image .slick-slide img {
  max-height: min(38.8888888889vw, 560px);
  margin-inline: auto;
}
.item__images .item__thumb-list .slick-list {
  margin-inline: max(-0.3472222222vw, -5px);
}
.item__images .item__thumb-list .slick-track {
  margin: initial !important;
}
.item__images .item__thumb-list .slick-slide {
  max-height: min(9.7222222222vw, 140px);
  margin-inline: min(0.3472222222vw, 5px);
}
@media screen and (max-width: 768px) {
  .item__images .item__thumb-list .slick-slide {
    max-height: max(22.1333333333vw, 83px);
    margin-inline: max(0.8vw, 3px);
  }
}
.item__images .item__thumb-list .slick-slide img {
  max-height: min(9.7222222222vw, 140px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .item__images .item__thumb-list .slick-slide img {
    max-height: max(22.1333333333vw, 83px);
  }
}
.item__images .item__thumb-list .slick-prev, .item__images .item__thumb-list .slick-next {
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: min(2.7777777778vw, 40px);
  height: min(2.7777777778vw, 40px);
  margin-block: auto;
  background: url(../3bbe583d8609a9ae90fd.svg) no-repeat;
  background-size: contain;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .item__images .item__thumb-list .slick-prev, .item__images .item__thumb-list .slick-next {
    width: max(6.4vw, 24px);
    height: max(6.4vw, 24px);
  }
}
.item__images .item__thumb-list .slick-prev:hover, .item__images .item__thumb-list .slick-next:hover {
  color: initial;
  background: url(../3bbe583d8609a9ae90fd.svg) no-repeat;
  outline: initial;
}
.item__images .item__thumb-list .slick-prev::before, .item__images .item__thumb-list .slick-next::before {
  display: none;
}
.item__images .item__thumb-list .slick-prev {
  transform: rotate(180deg);
}

.wp-block-block-custom-price {
  margin-top: min(3.75vw, 54px);
}
@media screen and (max-width: 768px) {
  .wp-block-block-custom-price {
    margin-top: max(10.6666666667vw, 40px);
  }
}
.wp-block-block-custom-color {
  margin-top: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .wp-block-block-custom-color {
    margin-top: max(10.6666666667vw, 40px);
  }
}
.wp-block-block-custom-size > h2:has(+ *:empty) {
  display: none;
}
.wp-block-block-custom-size > h2:not(:has(+ *)) {
  display: none;
}
.wp-block-block-custom-size {
  margin-top: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .wp-block-block-custom-size {
    margin-top: max(10.6666666667vw, 40px);
  }
}
.wp-block-block-custom-detail > h2:has(+ *:empty) {
  display: none;
}
.wp-block-block-custom-detail > h2:not(:has(+ *)) {
  display: none;
}
.wp-block-block-custom-detail {
  margin-top: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .wp-block-block-custom-detail {
    margin-top: max(10.6666666667vw, 40px);
  }
}

.footer {
  padding-top: min(3.4722222222vw, 50px);
  text-align: center;
  border-top: 2px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: max(16vw, 60px);
    border-width: 1px;
  }
}
.footer__img img {
  width: min(20.8333333333vw, 300px);
}
@media screen and (max-width: 768px) {
  .footer__img img {
    width: max(53.3333333333vw, 200px);
  }
}
.footer__nav {
  margin-block: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-block: max(10.6666666667vw, 40px) max(16vw, 60px);
  }
}
.footer__list {
  display: flex;
  justify-content: center;
  margin-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .footer__list {
    flex-direction: column;
    row-gap: max(6.6666666667vw, 25px);
    align-items: center;
  }
}
.footer__list li {
  display: flex;
  align-items: center;
  height: 20px;
  padding-inline: min(1.3888888889vw, 20px) min(0.8333333333vw, 12px);
}
.footer__list li:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .footer__list li:not(:last-of-type) {
    border-right: 0;
  }
}
.footer__list li a {
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 300;
  line-height: 1;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer__list li a {
    font-size: max(3.7333333333vw, 14px);
  }
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background: #007bd0;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    height: max(8vw, 30px);
    font-size: max(3.2vw, 12px);
  }
}
