@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  ランドセルカラーバリエーション
====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* ======================
波形（区切り）
====================== */
/* ======================
背景
====================== */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  要素のサイズセット
=====================================*/
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700|Noto+Serif+JP:500,700&display=swap&subset=japanese");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  ランドセルカラーバリエーション
====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* ======================
波形（区切り）
====================== */
/* ======================
背景
====================== */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  要素のサイズセット
=====================================*/
/* ///////////////////////////////////////////
  layout.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
:root {
  --header-height: 120px;
  --header-height-sp: 50px;
  --header-fix-height: 32px;
}
:root:has(main[id=fujitabag]) {
  --header-height: 54px;
  --header-height-sp: 54px;
  --header-fix-height: 0;
}

html,
body {
  overflow-x: clip;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 834px) {
  html {
    scroll-padding-top: calc(var(--header-height-sp) + var(--header-fix-height));
  }
}
@media print, screen and (min-width: 835px) {
  html {
    scroll-padding-top: var(--header-height);
  }
}
html:has(#menu-btn-check:checked) {
  overflow: hidden;
}
html:has(:popover-open) {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  background-color: #ffffff;
  color: #444444;
  font-feature-settings: "palt";
  overflow-x: clip;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: calc(var(--header-height-sp) + var(--header-fix-height));
  }
}
@media print, screen and (min-width: 835px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: var(--header-height);
  }
}
@media only screen and (max-width: 834px) {
  body:has(.page--item) {
    padding-top: var(--header-height-sp);
  }
}
body.fixed {
  height: 100%;
  overflow: hidden;
}
body * {
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
ol,
ul,
li,
dl,
dt,
dd,
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  list-style: none;
}

i,
em {
  font-style: normal;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

figure {
  display: block;
  margin: 0;
}

*::selection {
  background: #444444;
  color: #fff;
}

*::-moz-selection {
  background: #444444;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .hideSP {
    display: none !important;
  }
}

@media print, screen and (min-width: 835px) {
  .hidePC {
    display: none !important;
  }
}

main {
  margin: 0 auto;
}

a {
  --link-color: #444;
  --link-color-hover: #444;
  transition: all 0.3s ease;
}
a:link {
  color: var(--link-color);
}
a:visited {
  color: var(--link-color);
}
a:hover {
  color: var(--link-color-hover);
  text-decoration: none;
}
a:active {
  color: var(--link-color);
}

label {
  margin-bottom: 0;
}

button {
  background: transparent;
  border: none;
  padding: 0;
}

/* =========================
Slick sliderの不具合解消
========================= */
.slick-slider div {
  transition: none;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  ランドセルカラーバリエーション
====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* ======================
波形（区切り）
====================== */
/* ======================
背景
====================== */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  要素のサイズセット
=====================================*/
/* ///////////////////////////////////////////
  header.scss
  ヘッダーに関する設定
/////////////////////////////////////////// */
.header {
  /* ======================
  フローティングメニュー
  ====================== */
}
.header__wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  align-items: center;
  width: 100vw;
  max-width: 1920px;
  padding: 0;
  z-index: 1000;
}
@media print, screen and (max-width: 1219px) {
  .header__wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .header__wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 120px;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__wrapper {
    display: flex;
    height: 120px;
  }
}
.header__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  width: 100vw;
  height: 100%;
  z-index: -100;
  visibility: visible;
}
.header__logo {
  display: inline-block;
  z-index: 100;
}
.header__logo:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 834px) {
  .header__logo {
    width: 100px;
    height: auto;
    margin-left: 10px;
    margin-right: auto;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .header__logo {
    width: 200px;
    height: 40px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__logo {
    padding: 0 40px;
  }
}
.header__logo--fujita {
  width: auto;
  height: 50px;
}
.header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  background: #ffffff;
}
@media only screen and (max-width: 834px) {
  .header__logo a {
    width: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__logo a {
    width: 200px;
  }
}
.header__logo a img {
  max-width: 100%;
  height: auto;
}
.header__container {
  flex: 1;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 834px) {
  .header__container {
    justify-content: flex-end;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .header__container {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__container {
    flex-wrap: wrap;
    padding: 20px 20px 10px 0;
  }
}
.header__upper-nav {
  display: flex;
}
@media print, screen and (max-width: 1219px) {
  .header__upper-nav {
    align-items: center;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__upper-nav {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 50%;
  }
}
.header__upper-nav--menu {
  font-size: 1.25rem;
  font-weight: bold;
}
@media print, screen and (max-width: 1219px) {
  .header__upper-nav--menu {
    display: none;
  }
}
.header__upper-nav--menu:nth-of-type(n + 2) {
  margin-left: 2rem;
}
.header__upper-nav--tel {
  position: relative;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .header__upper-nav--tel {
    margin-left: 10px;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__upper-nav--tel {
    margin-left: 30px;
    padding-left: 22px;
  }
}
.header__upper-nav--tel::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(./../images/common/icon_tel.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .header__upper-nav--tel::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media print, screen and (min-width: 835px) {
  .header__upper-nav--tel::before {
    top: 0;
    left: 0;
  }
}
.header__upper-nav--tel a {
  padding-top: 20px;
}
.header__upper-nav--tel .tel--sp {
  font-size: 0.9rem;
}
@media print, screen and (min-width: 835px) {
  .header__upper-nav--tel .tel--sp {
    display: none;
  }
}
.header__upper-nav--tel .tel--pc {
  font-size: 1.8rem;
}
@media only screen and (max-width: 834px) {
  .header__upper-nav--tel .tel--pc {
    display: none;
  }
}
.header__upper-nav--tel .tel-sub--pc {
  font-size: 1rem;
}
@media only screen and (max-width: 834px) {
  .header__upper-nav--tel .tel-sub--pc {
    display: none;
  }
}
.header__upper-nav--ig {
  margin-left: 30px;
}
@media print, screen and (max-width: 1219px) {
  .header__upper-nav--ig {
    display: none;
  }
}
.header__upper-nav--ig img {
  width: 22px;
  height: 22px;
}
.header__upper-nav--cart {
  display: flex;
  width: 100px;
  height: 30px;
  margin-left: 20px;
  background: #cdb4db;
  border-radius: 15px;
}
@media print, screen and (max-width: 1219px) {
  .header__upper-nav--cart {
    display: none;
  }
}
.header__upper-nav--cart a {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #ffffff;
  text-align: center;
}
.header__upper-nav--cart .cart-icon {
  position: relative;
  padding-left: 20px;
}
.header__upper-nav--cart .cart-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 16px;
  background: url(./../images/common/icon_cart--white.svg) center no-repeat;
}
.header__lower-nav {
  display: flex;
}
@media print, screen and (max-width: 1219px) {
  .header__lower-nav {
    order: -1;
    align-items: center;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__lower-nav {
    align-items: center;
    justify-content: space-between;
    width: 900px;
    max-width: calc(100% - 33px);
    margin-left: auto;
    padding-right: 20px;
  }
}
.header__lower-nav--menu {
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .header__lower-nav--menu {
    font-size: 0.9rem;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__lower-nav--menu {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 834px) {
  .header__lower-nav--menu:nth-of-type(n + 2) {
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__lower-nav--menu:nth-of-type(n + 2) {
    margin-left: 2rem;
  }
}
@media print, screen and (max-width: 1219px) {
  .header__lower-nav--menu:has(a[href*=bright]) {
    display: none;
  }
}
@media print, screen and (max-width: 1219px) {
  .header__lower-nav--menu:has(a[href*=showroom]) {
    display: none;
  }
}
@media print, screen and (max-width: 1219px) {
  .header__lower-nav--menu:has(a[href*=exhibition]) {
    display: none;
  }
}
@media print, screen and (max-width: 1219px) {
  .header__lower-nav--menu:has(a[href*=prefecture]) {
    display: none;
  }
}
.header__lower-nav--menu .menu-icon {
  position: relative;
}
@media print, screen and (max-width: 1219px) {
  .header__lower-nav--menu .menu-icon {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__lower-nav--menu .menu-icon {
    padding-left: 34px;
  }
}
.header__lower-nav--menu .menu-icon::before {
  content: "";
  position: absolute;
  display: inline-block;
}
@media print, screen and (max-width: 1219px) {
  .header__lower-nav--menu .menu-icon::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__lower-nav--menu .menu-icon::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}
.header__lower-nav--menu .menu-icon[href*=bright]::before {
  background: url(./../images/common/icon_simple-star.svg) center no-repeat;
}
.header__lower-nav--menu .menu-icon[href*=girls]::before {
  background: url(./../images/common/icon_randoselu--pink.svg) center no-repeat;
}
.header__lower-nav--menu .menu-icon[href*=boys]::before {
  background: url(./../images/common/icon_randoselu--blue.svg) center no-repeat;
}
.header__lower-nav--menu .menu-icon[href*=colors]::before {
  background: url(./../images/common/icon_colors.svg) center no-repeat;
}
.header .header__upper-nav--menu.current,
.header .header__lower-nav--menu.current {
  position: relative;
}
.header .header__upper-nav--menu.current::after,
.header .header__lower-nav--menu.current::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 0.6em;
  background: #fffe87;
  z-index: -10;
}
@media print, screen and (min-width: 835px) {
  .header .header__upper-nav--menu.current:has(.menu-icon)::after,
  .header .header__lower-nav--menu.current:has(.menu-icon)::after {
    width: calc(100% - 34px);
  }
}
.header__drawer {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff5f8;
  overflow: scroll;
  z-index: 120;
}
@media only screen and (max-width: 834px) {
  .header__drawer {
    height: calc(100vh - 50px);
    padding: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer {
    height: 100vh;
    padding: 50px 80px;
  }
}
.header__drawer__container {
  overflow: hidden;
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
  background: #ffffff;
}
@media only screen and (max-width: 834px) {
  .header__drawer__container {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer__container {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer__container {
    border-radius: 25px;
    padding: 80px 20px 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer__container {
    border-radius: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.header__drawer__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, -50%);
  display: block;
  background: url(./../images/common/drawer__illust--butterfly.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .header__drawer__container::after {
    width: 90px;
    height: 78px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer__container::after {
    width: 154px;
    height: 154px;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer__logo {
    display: none;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer__logo {
    display: block;
    width: 150px;
    height: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer__tel {
    text-align: center;
  }
}
.header__drawer__tel a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .header__drawer__tel a {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .header__drawer__tel a {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__drawer__tel a {
    padding-left: 35px;
  }
}
.header__drawer__tel a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(./../images/common/icon_tel.svg) center no-repeat;
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .header__drawer__tel a::before {
    width: 16px;
    height: 16px;
  }
}
.header__drawer__tel .tel--pc {
  font-size: 2.4rem;
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .header__drawer__tel .tel--pc {
    font-size: 1.6rem;
  }
}
.header__drawer__tel .tel-sub--pc {
  font-size: 1.2rem;
}
.header__drawer .menu__category {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
@media print, screen and (min-width: 835px) {
  .header__drawer .menu__category {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__category__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer .menu__category__item {
    width: 25%;
    padding-right: 2em;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__category__item:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer .menu__category__item:nth-of-type(n + 5) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__category__item:has(.mod__category--company), .header__drawer .menu__category__item:has(.mod__category--e-shop) {
    width: calc(50% - 20px);
  }
  .header__drawer .menu__category__item:has(.mod__category--company) a:not(:has(.cart-icon)), .header__drawer .menu__category__item:has(.mod__category--e-shop) a:not(:has(.cart-icon)) {
    padding-right: 0;
    padding-left: 16px;
    font-weight: normal;
  }
  .header__drawer .menu__category__item:has(.mod__category--company) a:not(:has(.cart-icon))::after, .header__drawer .menu__category__item:has(.mod__category--e-shop) a:not(:has(.cart-icon))::after {
    display: block;
    content: "";
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #444444;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto 0;
    right: auto;
    left: 0;
    background: none;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__category__item:has(.mod__category--e-shop) {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__link {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer .menu__link {
    margin-top: 20px;
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__link__item {
    height: 50px;
    border-top: 1px solid #f5f5f5;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer .menu__link__item {
    line-height: 2;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__link__item:last-of-type {
    border-bottom: 1px solid #f5f5f5;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__link__item a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 835px) {
  .header__drawer .menu__link__item a {
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__link__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: block;
    width: 14px;
    height: 14px;
    background: url(./../images/common/icon_arrow--pink.svg) center no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__link__item a:hover {
    border-bottom: 1px solid #444444;
  }
}
@media only screen and (max-width: 834px) {
  .header__drawer .menu__link--cart {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 100px;
    height: 30px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .header__drawer .menu__link--cart {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 1220px) {
  .header__drawer .menu__link--cart {
    width: 200px;
    height: 48px;
    margin-bottom: 1em;
  }
}
.header #header__float__search {
  display: none;
}
.header #header__float__search:checked ~ .header__float {
  right: 0;
}
.header #header__float__search:checked ~ .header__float .float__label::before {
  background: url(./../images/common/icon_close.svg) center no-repeat;
  background-size: contain;
}
.header__float {
  position: fixed;
  top: 50vh;
  right: -80px;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  z-index: 100;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
@media print, screen and (max-width: 1219px) {
  .header__float {
    display: none;
  }
}
.header__float__menu {
  margin-top: 90px;
  display: block;
  width: 80px;
  background: #ffffff;
  border-radius: 10px 0 0 10px;
}
.header__float__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.header__float__item:nth-of-type(n + 2) {
  border-top: 1px solid #f5f5f5;
}
.header__float__item a,
.header__float__item label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  border: none;
  outline: none;
  font-weight: bold;
}
.header__float__item a::before,
.header__float__item label::before {
  content: "";
  display: block;
  width: 34px;
  height: 28px;
  background: url(./../images/common/icon_search.svg) center no-repeat;
  background-size: contain;
}
.header__float__item a[href*=catalog]::before,
.header__float__item label[href*=catalog]::before {
  background: url(./../images/common/icon_book.svg) center no-repeat;
  background-size: contain;
}
.header__float__item a[href*=showroom]::before,
.header__float__item label[href*=showroom]::before {
  background: url(./../images/common/icon_shop.svg) center no-repeat;
  background-size: contain;
}
.header__float .float__content {
  display: flex;
  flex-direction: column;
  width: 80px;
  border-radius: 10px 0 0 0;
  background: #ffffff;
  transition: all 0.3s ease;
}
.header__float .float__content__item {
  display: block;
  width: 80px;
  height: 90px;
  text-align: center;
}
.header__float .float__content__item a {
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  line-height: 1.2;
}
.header__float .float__content__item a::before {
  content: "";
  top: 0;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  background: url(./../images/common/icon_menu--star.webp) center no-repeat;
  background-size: contain;
}
.header__float .float__content__item a[href$="girls/"]::before {
  background: url(./../images/common/icon_randoselu--pink.svg) center no-repeat;
  background-size: contain;
}
.header__float .float__content__item a[href$="boys/"]::before {
  background: url(./../images/common/icon_randoselu--blue.svg) center no-repeat;
  background-size: contain;
}
.header__float .float__content__item a[href$="colors/"]::before {
  background: url(./../images/common/icon_colors.svg) center no-repeat;
  background-size: contain;
}
.header__float .float__content__item:not(:first-of-type) {
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}
.header__fix-info {
  padding-inline: calc((100% - 480px) / 2);
}
@media only screen and (max-width: 834px) {
  .header__fix-info {
    width: 100%;
    height: 32px;
    background: #fff5f8;
  }
}
@media print, screen and (min-width: 835px) {
  .header__fix-info {
    display: none !important;
  }
}
.header__fix-info::after {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #444444;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.header__fix-info__item {
  display: block;
  width: 100%;
  height: 100%;
}
.header__fix-info__item.new a::before {
  content: "NEW";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translate(0, -50%);
  display: inline-block;
  width: 32px;
  height: 18px;
  border-radius: 2px;
  background: #ffafcc;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.header__fix-info a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .header__fix-info .slick-slide {
    height: 32px !important;
  }
}

/* ======================
  ハンバーガーメニューボタン
====================== */
#drawerMenu {
  position: absolute;
  top: -100vh;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
}

#menu-btn-check:checked ~ #drawerMenu {
  position: absolute;
  opacity: 1;
  visibility: visible;
  overflow: scroll;
  pointer-events: auto;
}
@media only screen and (max-width: 834px) {
  #menu-btn-check:checked ~ #drawerMenu {
    top: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  #menu-btn-check:checked ~ #drawerMenu {
    top: 0;
  }
}

#menu-btn-check:checked ~ .header__container {
  opacity: 1;
}

@media only screen and (max-width: 834px) {
  #menu-btn-check:checked ~ #menuBtn #menuBtn_icon {
    background: url(./../images/common/bg_hamburger--hover--sp.svg) center no-repeat;
    background-size: contain;
  }
}

#menu-btn-check:checked ~ #menuBtn span:nth-of-type(1) {
  transform: rotate(45deg);
}
@media print, screen and (max-width: 1219px) {
  #menu-btn-check:checked ~ #menuBtn span:nth-of-type(1) {
    top: 6px;
    background: #ff94b4;
  }
}
@media print, screen and (min-width: 1220px) {
  #menu-btn-check:checked ~ #menuBtn span:nth-of-type(1) {
    top: 10px;
  }
}

#menu-btn-check:checked ~ #menuBtn span:nth-of-type(2) {
  opacity: 0;
}

#menu-btn-check:checked ~ #menuBtn span:nth-of-type(3) {
  transform: rotate(-45deg);
}
@media print, screen and (max-width: 1219px) {
  #menu-btn-check:checked ~ #menuBtn span:nth-of-type(3) {
    top: 2px;
    background: #ff94b4;
  }
}
@media print, screen and (min-width: 1220px) {
  #menu-btn-check:checked ~ #menuBtn span:nth-of-type(3) {
    top: 4.5px;
  }
}

#menu-btn-check {
  position: absolute;
  left: -50vw;
  z-index: 1000;
}

#menuBtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media print, screen and (max-width: 1219px) {
  #menuBtn {
    order: 4;
    margin-left: 10px;
  }
}
#menuBtn_icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  z-index: 1100;
}
@media print, screen and (max-width: 1219px) {
  #menuBtn_icon {
    width: 34px;
    height: 34px;
    padding: 10px;
    font-size: 1rem;
    background: url(./../images/common/bg_hamburger--sp.svg) center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 1220px) {
  #menuBtn_icon {
    width: 33px;
    height: 35px;
    font-size: 0.9rem;
  }
}
#menuBtn_icon > span {
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
#menuBtn_icon > span:not(:last-of-type) {
  position: relative;
  display: block;
  border-radius: 1.5px;
  letter-spacing: 0.09em;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
}
@media only screen and (max-width: 834px) {
  #menuBtn_icon > span:not(:last-of-type) {
    height: 2px;
    background: #444444;
  }
}
@media print, screen and (min-width: 835px) {
  #menuBtn_icon > span:not(:last-of-type) {
    height: 3px;
    background: #444444;
  }
}
@media print, screen and (max-width: 1219px) {
  #menuBtn_icon > span:nth-of-type(1) {
    top: 4px;
    width: 12px;
    background: #ffffff;
  }
}
@media print, screen and (min-width: 1220px) {
  #menuBtn_icon > span:nth-of-type(1) {
    top: 0;
    width: 24px;
  }
}
@media print, screen and (max-width: 1219px) {
  #menuBtn_icon > span:nth-of-type(2) {
    width: 12px;
    background: transparent;
  }
}
@media print, screen and (min-width: 1220px) {
  #menuBtn_icon > span:nth-of-type(2) {
    top: 5px;
    width: 24px;
  }
}
@media print, screen and (max-width: 1219px) {
  #menuBtn_icon > span:nth-of-type(3) {
    top: 4px;
    width: 12px;
    background: #ffffff;
  }
}
@media print, screen and (min-width: 1220px) {
  #menuBtn_icon > span:nth-of-type(3) {
    top: 10px;
    width: 24px;
  }
}
#menuBtn_icon > span:nth-of-type(4) {
  margin-top: auto;
}
@media print, screen and (max-width: 1219px) {
  #menuBtn_icon > span:nth-of-type(4) {
    display: none;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  ランドセルカラーバリエーション
====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* ======================
波形（区切り）
====================== */
/* ======================
背景
====================== */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  要素のサイズセット
=====================================*/
/* ///////////////////////////////////////////
  footer.scss
  フッターに関する設定
/////////////////////////////////////////// */
.footer {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .footer {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer #footer__float__search {
  display: none;
}
.footer #footer__float__search:checked ~ .footer__float {
  bottom: 0;
}
.footer #footer__float__search:checked ~ .footer__float .float__label::before {
  background: url(./../images/common/icon_close--bg.svg) center no-repeat;
  background-size: contain;
}
.footer #footer__float__search:checked ~ .footer__topbtn {
  bottom: 150px;
}
@media only screen and (max-width: 834px) {
  .footer__float {
    position: fixed;
    bottom: -64px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    width: 100vw;
    z-index: 100;
    transition: all 0.3s ease;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__float {
    display: none;
  }
}
.footer__float__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 50px;
}
.footer__float__item {
  display: block;
  width: calc(25% - 1.5px);
  height: 100%;
  background: #ffffff;
  text-align: center;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.footer__float__item label,
.footer__float__item a {
  position: relative;
  display: block;
  padding-top: 25px;
  font-size: 0.9rem;
}
.footer__float__item label::before,
.footer__float__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  background: url(./../images/common/icon_search--bg.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.footer__float__item label[href$="showroom/"]::before,
.footer__float__item a[href$="showroom/"]::before {
  background: url(./../images/common/icon_shop--bg.svg) center no-repeat;
  background-size: contain;
}
.footer__float__item label[href$="exhibition/"]::before,
.footer__float__item a[href$="exhibition/"]::before {
  background: url(./../images/common/icon_star--bg.svg) center no-repeat;
  background-size: contain;
}
.footer__float__item label[href*=catalog]::before,
.footer__float__item a[href*=catalog]::before {
  background: url(./../images/common/icon_book--bg.svg) center no-repeat;
  background-size: contain;
}
.footer__float .float__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 50px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.footer__float .float__content__item {
  display: block;
  width: calc(25% - 1.5px);
  height: 100%;
  background: #ffffff;
  text-align: center;
}
.footer__float .float__content__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-size: 0.9rem;
  line-height: 1.2;
}
.footer__float .float__content__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 25px;
  height: 25px;
  background: url(./../images/common/icon_menu--star.webp) center no-repeat;
  background-size: contain;
}
.footer__float .float__content__item a[href$="girls/"]::before {
  background: url(./../images/common/icon_randoselu--pink.svg) center no-repeat;
  background-size: contain;
}
.footer__float .float__content__item a[href$="boys/"]::before {
  background: url(./../images/common/icon_randoselu--blue.svg) center no-repeat;
  background-size: contain;
}
.footer__float .float__content__item a[href$="colors/"]::before {
  background: url(./../images/common/icon_colors.svg) center no-repeat;
  background-size: contain;
}
.footer__upper {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .footer__upper {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__upper {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .footer__upper {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__upper {
    padding-bottom: 250px;
  }
}
.footer__info {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .footer__info {
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    max-width: 480px;
  }
}
.footer__info__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 0 !important;
  padding: 0 !important;
}
@media print, screen and (min-width: 835px) {
  .footer__info__item {
    width: calc(50% - 80px) !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 834px) {
  .footer__info__item:nth-of-type(n + 2) {
    margin-top: 80px !important;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__item:nth-of-type(n + 2) {
    margin-left: 80px !important;
  }
}
.footer__info__item:nth-of-type(n + 2) .footer__info__ttl {
  color: #cee128;
}
.footer__info__item:nth-of-type(n + 2) .footer__info__container::after {
  background: #eff9eb;
}
.footer__info__ttl {
  color: #91baff;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  text-align: center;
  border-bottom: none !important;
}
@media only screen and (max-width: 834px) {
  .footer__info__ttl {
    font-size: 2.6rem !important;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__ttl {
    font-size: 4rem !important;
  }
}
.footer__info__container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 834px) {
  .footer__info__container {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .footer__info__container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .footer__info__container {
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 1220px) {
  .footer__info__container {
    padding: 0 80px;
  }
}
.footer__info__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #eff8fb;
  z-index: -10;
  visibility: visible;
}
@media only screen and (max-width: 834px) {
  .footer__info__container::after {
    border-radius: 30px;
    transform: translate(-50%, 40px);
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__container::after {
    border-radius: 40px;
    transform: translate(-50%, 80px);
  }
}
.footer__info__list {
  padding-left: 1em;
}
@media only screen and (max-width: 834px) {
  .footer__info__list {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__list {
    margin-top: 40px;
  }
}
.footer__info__list .list__item {
  list-style-type: disc;
}
.footer__info__list .shop {
  position: relative;
}
.footer__info__list .shop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translate(0, -50%);
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #e2ed80;
}
@media only screen and (max-width: 834px) {
  .footer__info__list .shop:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__list .shop:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.footer__info__list .link {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #ffc6db;
  padding-right: 2.5em;
  color: #ff94b4;
}
.footer__info__list .link::after {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffc6db;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.footer__info__list .link:hover {
  opacity: 0.8;
}
.footer__info__desc {
  margin-top: 0.5em;
}
.footer__info__img {
  order: -1;
}
@media only screen and (max-width: 834px) {
  .footer__info__img img {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__img img {
    border-radius: 40px;
  }
}
.footer__info__tel {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .footer__info__tel {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__tel {
    margin-top: auto;
  }
}
.footer__info__tel a[href*=tel] {
  position: relative;
  padding-left: 50px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1219px) {
  .footer__info__tel a[href*=tel] {
    font-size: 2.6rem;
    font-size: clamp(2.2rem, 7vw, 2.6rem);
  }
}
@media print, screen and (min-width: 1220px) {
  .footer__info__tel a[href*=tel] {
    font-size: 3.6rem;
  }
}
.footer__info__tel a[href*=tel]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 40px;
  height: 30px;
  background: url(./../images/common/icon_tollcoll.svg) center no-repeat;
  background-size: contain;
}
.footer__info__tel .min {
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .footer__info__btn {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__btn {
    margin-top: 40px;
  }
}
.footer__info__btn a[href*=showroom] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  color: #ffffff;
  border: 1px solid #e2ed80;
  border-radius: 10px;
  background-color: #e2ed80;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.25;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .footer__info__btn a[href*=showroom] {
    padding: 1em 3.5em 1em 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__btn a[href*=showroom] {
    padding: 1.5em 3.5em 1.5em 1.5em;
    font-size: 2.2rem;
  }
}
.footer__info__btn a[href*=showroom]:link, .footer__info__btn a[href*=showroom]:visited {
  color: #ffffff;
}
.footer__info__btn a[href*=showroom]:hover {
  color: #ffffff;
  background-color: #cee128;
  border-color: #cee128;
}
.footer__info__btn a[href*=showroom]:hover::after {
  border-color: #ffffff;
}
.footer__info__btn a[href*=showroom]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translate(0, -50%);
  display: block;
  background: url(./../images/common/btn_white--green.svg) center/14px no-repeat #ffffff;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .footer__info__btn a[href*=showroom]::after {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__info__btn a[href*=showroom]::after {
    width: 30px;
    height: 30px;
  }
}
.footer__middle {
  position: relative;
}
.footer__middle::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  background: url(./../images/common/divider_wave--blue.svg) center repeat-x;
}
.footer__middle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  display: block;
  background: #eff8fb;
  z-index: -10;
  visibility: visible;
}
.footer__middle__container {
  display: flex;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .footer__middle__container {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__middle__container {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .footer__middle__container {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__middle__container {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .footer__middle__container {
    justify-content: center;
  }
}
.footer__middle__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -70%);
  display: block;
  width: 260px;
  height: 240px;
  background: url(./../images/common/footer_illust--cycle.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .footer__middle__container::before {
    width: 115px;
    height: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__middle__container::before {
    width: 260px;
    height: 240px;
  }
}
.footer__topbtn {
  position: fixed;
  right: 10px;
  aspect-ratio: 1/1;
  z-index: 100;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 834px) {
  .footer__topbtn {
    bottom: 100px;
    width: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__topbtn {
    bottom: 40px;
    width: 48px;
  }
}
.footer__topbtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo {
  max-width: 180px;
  height: 200px;
  aspect-ratio: 180/200;
}
@media only screen and (max-width: 834px) {
  .footer__logo {
    width: 100%;
    margin: 0 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__logo {
    width: 15.5172413793%;
  }
}
.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 834px) {
  .footer__nav {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__nav {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .footer__nav {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__nav {
    width: 84.4827586207%;
    padding-left: 80px;
  }
}
.footer__nav .menu__category {
  display: grid;
  gap: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .footer__nav .menu__category {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__nav .menu__category {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row: 1fr 1fr 0.5fr 0.5fr;
  }
}
.footer__nav .menu__category__item:nth-of-type(4) {
  grid-row: 2/4;
}
.footer__nav .menu__category__item:nth-of-type(5) {
  grid-row: 2/4;
}
.footer__nav .menu__link {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}
.footer__nav .menu__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
  background: url(./../images/common/parts_line-dots--blue.svg) left center repeat-x;
}
.footer__nav .menu__link__item {
  line-height: 2;
}
.footer__nav .menu__link__item a {
  border: 1px solid transparent;
}
.footer__nav .menu__link__item a:hover {
  border-bottom: 1px solid #444444;
}
.footer__nav .menu__link--cart {
  width: 200px;
  height: 48px;
  margin-bottom: 1em;
}
.footer__copyright {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .footer__copyright {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__copyright {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .footer__copyright {
    flex-direction: column;
    padding: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__copyright {
    height: 100px;
  }
}
.footer__copyright::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  z-index: -5;
}
.footer__copyright__container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 834px) {
  .footer__copyright__container {
    flex-direction: column;
  }
}
.footer__copyright__logo {
  height: 35px;
}
.footer__copyright__tagline {
  font-size: 1.4rem;
}
@media only screen and (max-width: 834px) {
  .footer__copyright__tagline {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__copyright__tagline {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 834px) {
  .footer__copyright__sign {
    text-align: center;
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__copyright__sign {
    margin-left: auto;
  }
}

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  ランドセルカラーバリエーション
====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* ======================
波形（区切り）
====================== */
/* ======================
背景
====================== */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  要素のサイズセット
=====================================*/
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
/* ======================
ページタイトル
====================== */
.mod__pagetitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__pagetitle {
    height: 80px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pagetitle {
    height: 150px;
    font-size: 31px;
  }
}

/* ======================
見出し
====================== */
.mod__heading1 {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__heading1 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading1 {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}

.mod__heading2 {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 834px) {
  .mod__heading2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading2 {
    font-size: 3.1rem;
  }
}

.mod__heading3 {
  position: relative;
  display: inline-block;
  padding-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 835px) {
  .mod__heading3 {
    font-size: 2.8rem;
  }
}
.mod__heading3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(./../images/common/parts_wave--purple.svg) left repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__heading3::after {
    height: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading3::after {
    height: 17px;
  }
}

.mod__heading4 {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .mod__heading4 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading4 {
    font-size: 2.8rem;
  }
}
.mod__heading4 .bracket {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
}
.mod__heading4 .bracket::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__heading4 .bracket::before {
    width: 15px;
    height: 30px;
    background: url(./../images/common/icon_bracket.svg) 5px/10px no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading4 .bracket::before {
    width: 25px;
    height: 50px;
    background: url(./../images/common/icon_bracket.svg) 15px/10px no-repeat;
    background-size: contain;
  }
}
.mod__heading4 .bracket::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__heading4 .bracket::after {
    width: 15px;
    height: 30px;
    background: url(./../images/common/icon_bracket.svg) 5px/10px no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading4 .bracket::after {
    width: 25px;
    height: 50px;
    background: url(./../images/common/icon_bracket.svg) 15px/10px no-repeat;
    background-size: contain;
  }
}
.mod__heading4 .dots {
  position: relative;
  display: inline-block;
}
.mod__heading4 .dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translate(-100%, -50%);
  display: inline-block;
  width: 50vw;
  height: 6px;
  background: url(./../images/common/parts_line-dots--colorful.svg) left repeat-x;
  background-size: contain;
}
.mod__heading4 .dots::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translate(100%, -50%);
  display: inline-block;
  width: 50vw;
  height: 6px;
  background: url(./../images/common/parts_line-dots--colorful.svg) left repeat-x;
  background-size: contain;
}

.mod__fukidashi {
  position: relative;
  display: inline-block;
  background: #ffffff;
  word-break: keep-all;
}
@media only screen and (max-width: 834px) {
  .mod__fukidashi {
    font-size: 2rem;
    border-radius: 10px;
    padding: 0.5em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__fukidashi {
    font-size: 2.8rem;
    border-radius: 20px;
    padding: 0.5em 1em;
  }
}
.mod__fukidashi::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(0, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #ffffff transparent transparent transparent;
}
.mod__fukidashi--blue {
  background: #eff8fb;
}
.mod__fukidashi--blue::after {
  border-color: #eff8fb transparent transparent transparent;
}
.mod__fukidashi--pink {
  background: #fff5f8;
}
.mod__fukidashi--pink::after {
  border-color: #fff5f8 transparent transparent transparent;
}

/* ======================
ボタン
====================== */
.mod__btn--blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  color: #ffffff;
  border: 1px solid #a2d2ff;
  border-radius: 10px;
  background-color: #a2d2ff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.25;
  cursor: pointer;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__btn--blue {
    padding: 1em 3.5em 1em 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__btn--blue {
    padding: 1.5em 3.5em 1.5em 1.5em;
    font-size: 2.2rem;
  }
}
.mod__btn--blue:link, .mod__btn--blue:visited {
  color: #ffffff;
}
.mod__btn--blue:hover {
  color: #ffffff;
  background-color: #91baff;
  border-color: #91baff;
}
.mod__btn--blue:hover::after {
  border-color: #ffffff;
}
.mod__btn--blue::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translate(0, -50%);
  display: block;
  background: url(./../images/common/btn_white--blue.svg) center/14px no-repeat #ffffff;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .mod__btn--blue::after {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__btn--blue::after {
    width: 30px;
    height: 30px;
  }
}

.mod__btn--pink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  color: #ffffff;
  border: 1px solid #ffafcc;
  border-radius: 10px;
  background-color: #ffafcc;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.25;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__btn--pink {
    padding: 1em 3.5em 1em 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__btn--pink {
    padding: 1.5em 3.5em 1.5em 1.5em;
    font-size: 2.2rem;
  }
}
.mod__btn--pink:link, .mod__btn--pink:visited {
  color: #ffffff;
}
.mod__btn--pink:hover {
  color: #ffffff;
  background-color: #ff94b4;
  border-color: #ff94b4;
}
.mod__btn--pink:hover::after {
  border-color: #ffffff;
}
.mod__btn--pink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translate(0, -50%);
  display: block;
  background: url(./../images/common/btn_white--pink.svg) center/14px no-repeat #ffffff;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .mod__btn--pink::after {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__btn--pink::after {
    width: 30px;
    height: 30px;
  }
}

.mod__maru-btn {
  position: relative;
  display: inline-block;
  padding-block: 1em;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 834px) {
  .mod__maru-btn {
    padding-right: 60px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__maru-btn {
    padding-right: 80px;
    font-size: 1.7rem;
  }
}
.mod__maru-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  margin-left: 20px;
  background: url(./../images/common/btn_purple.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 835px) {
  .mod__maru-btn::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__maru-btn::after {
    width: 50px;
    height: 50px;
  }
}
.mod__maru-btn:hover::after {
  background: url(./../images/common/btn_purple--hover.svg) center no-repeat;
  background-size: contain;
}
.mod__maru-btn--blue::after {
  background: url(./../images/common/btn_blue.svg) center no-repeat !important;
}
.mod__maru-btn--blue:hover::after {
  background: url(./../images/common/btn_blue--hover.svg) center no-repeat !important;
  background-size: contain;
}
.mod__maru-btn--pink::after {
  background: url(./../images/common/btn_pink.svg) center no-repeat !important;
}
.mod__maru-btn--pink:hover::after {
  background: url(./../images/common/btn_pink--hover.svg) center no-repeat !important;
  background-size: contain;
}
.mod__maru-btn--orange::after {
  background: url(./../images/common/btn_orange.svg) center no-repeat !important;
}
.mod__maru-btn--orange:hover::after {
  background: url(./../images/common/btn_orange--hover.svg) center no-repeat !important;
  background-size: contain;
}

.mod__maru-min-btn {
  position: relative;
  display: inline-block;
  padding-block: 0.25em;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 834px) {
  .mod__maru-min-btn {
    padding-right: 40px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__maru-min-btn {
    padding-right: 40px;
    font-size: 1.4rem;
  }
}
.mod__maru-min-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  margin-left: 20px;
  background: url(./../images/common/btn_purple.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 835px) {
  .mod__maru-min-btn::after {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__maru-min-btn::after {
    width: 30px;
    height: 30px;
  }
}
.mod__maru-min-btn:hover::after {
  background: url(./../images/common/btn_purple--hover.svg) center no-repeat;
  background-size: contain;
}

.mod__min-btn {
  display: grid;
  place-content: center;
  max-width: 160px;
  border-radius: 100vmax;
  background: #a2d2ff;
  padding: 0.25em 1em;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
.mod__min-btn:link, .mod__min-btn:hover, .mod__min-btn:visited {
  color: #ffffff;
}
.mod__min-btn:hover {
  background: #91baff;
}
.mod__min-btn--pink {
  background: #ffafcc;
}
.mod__min-btn--pink:hover {
  background: #ff94b4;
}

.mod__cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #cdb4db;
  border-radius: 30px;
  padding: 0 20px;
}
.mod__cart-btn:hover {
  background: #c08abd;
}
.mod__cart-btn .cart-icon {
  position: relative;
  padding-left: 20px;
  color: #ffffff;
}
.mod__cart-btn .cart-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 16px;
  background: url(./../images/common/icon_cart--white.svg) center no-repeat;
}

/* ======================
メニュー一覧
====================== */
.mod__category--randoselu {
  position: relative;
  padding-left: 1.5em;
}
.mod__category--randoselu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(./../images/common/icon_menu--star.webp) center no-repeat;
  background-size: contain;
}
.mod__category--search {
  position: relative;
  padding-left: 1.5em;
}
.mod__category--search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(./../images/common/icon_menu--search.webp) center no-repeat;
  background-size: contain;
}
.mod__category--concept {
  position: relative;
  padding-left: 1.5em;
}
.mod__category--concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(./../images/common/icon_menu--smile.webp) center no-repeat;
  background-size: contain;
}
.mod__category--info {
  position: relative;
  padding-left: 1.5em;
}
.mod__category--info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(./../images/common/icon_menu--info.webp) center no-repeat;
  background-size: contain;
}
.mod__category--info {
  position: relative;
  padding-left: 1.5em;
}
.mod__category--info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(./../images/common/icon_menu--info.webp) center no-repeat;
  background-size: contain;
}
.mod__category--support {
  position: relative;
  padding-left: 1.5em;
}
.mod__category--support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(./../images/common/icon_menu--heart.webp) center no-repeat;
  background-size: contain;
}
.mod__category--company {
  position: relative;
  padding-left: 1.5em;
}
.mod__category--company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(./../images/common/icon_menu--building.webp) center no-repeat;
  background-size: contain;
}
.mod__category--e-shop {
  position: relative;
  padding-left: 1.5em;
}
.mod__category--e-shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(./../images/common/icon_menu--cart.webp) center no-repeat;
  background-size: contain;
}

/* ======================
バナー（スライダー）
====================== */
.mod__bnr {
  display: flex;
  max-width: 1440px;
  margin-inline: auto;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .mod__bnr {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bnr {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__bnr-fixed {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bnr-fixed {
    width: 50%;
  }
}
.mod__bnr-fixed__item {
  position: relative;
  margin-inline: auto;
  padding-inline: 10px;
}
.mod__bnr-fixed__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translate(-50%, -50%);
  background: url(./../images/common/btn_reccomend.svg) center no-repeat;
  background-size: contain;
  pointer-events: none;
  animation: rotation 3s linear infinite;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media only screen and (max-width: 834px) {
  .mod__bnr-fixed__item::before {
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bnr-fixed__item::before {
    width: 120px;
    height: 120px;
  }
}
.mod__bnr-fixed__item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  pointer-events: none;
}
.mod__bnr-fixed__item > a {
  display: block;
}
.mod__bnr-fixed__item > a:hover {
  opacity: 0.7;
}
.mod__bnr-slider {
  grid-area: bnr-slider;
}
@media only screen and (max-width: 834px) {
  .mod__bnr-slider {
    width: 100%;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bnr-slider {
    width: 50%;
  }
}
.mod__bnr-slider__item:has(a:hover) {
  transition: all 0.3s ease;
  opacity: 0.7;
}
.mod__bnr-slider__item > a {
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__bnr-slider .slick-slide {
    padding-inline: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bnr-slider .slick-slide {
    padding-inline: 10px;
  }
}
.mod__bnr-slider .slick-arrow {
  position: relative;
  display: block;
  border: 0;
  color: transparent;
  background: transparent;
  outline: none;
}
@media only screen and (max-width: 834px) {
  .mod__bnr-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bnr-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.mod__bnr-slider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(./../images/common/btn_arrow.svg) center no-repeat;
}
.mod__bnr-slider .slick-arrow:hover {
  opacity: 0.8;
}
.mod__bnr-slider .slick-prev {
  position: absolute;
  top: calc(50% - 30px);
  transform: translate(0, -50%);
  z-index: 10;
}
@media only screen and (max-width: 834px) {
  .mod__bnr-slider .slick-prev {
    left: calc(50% - 167.5px + 20px);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bnr-slider .slick-prev {
    left: calc(25% - 30px);
  }
}
.mod__bnr-slider .slick-next {
  position: absolute;
  top: calc(50% - 30px);
  transform: translate(0, -50%) rotate(180deg);
  z-index: 10;
}
@media only screen and (max-width: 834px) {
  .mod__bnr-slider .slick-next {
    right: calc(50% - 167.5px + 20px);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bnr-slider .slick-next {
    right: calc(25% - 30px);
  }
}
.mod__bnr-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .mod__bnr-slider .slick-dots {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bnr-slider .slick-dots {
    margin-top: 40px;
  }
}
.mod__bnr-slider .slick-dots li:nth-child(n+2) {
  border-top: none;
}
.mod__bnr-slider .slick-dots li button {
  position: relative;
  display: block;
  width: 20px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  border: 0;
  color: #ffffff;
  outline: none;
  text-indent: -9999px;
}
.mod__bnr-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: 6px;
  background: #dcdcdc;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.mod__bnr-slider .slick-dots li:nth-of-type(n + 2) {
  margin-left: 12px;
}
.mod__bnr-slider .slick-dots > .slick-active button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  background: #a2d2ff;
  border-radius: 50%;
}
.mod__bnr-slider .slick-dots > .slick-active:nth-of-type(n + 2) {
  margin-left: 12px;
}

.mod__transactional-link {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .mod__transactional-link {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__transactional-link {
    justify-content: center;
  }
}
.mod__transactional-link__item {
  max-width: 330px;
}
@media only screen and (max-width: 834px) {
  .mod__transactional-link__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__transactional-link__item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 834px) {
  .mod__transactional-link__item:nth-of-type(n + 2) {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__transactional-link__item:nth-of-type(n + 2) {
    margin-left: 40px;
  }
}
.mod__transactional-link__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border: 4px solid #444444;
  border-radius: 15px;
  padding: 1.5em 2em 1.5em 140px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .mod__transactional-link__item a {
    padding: 1.5em 1em 1.5em 100px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__transactional-link__item a {
    padding: 20px 15px 20px 100px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__transactional-link__item a {
    padding: 1.5em 2em 1.5em 140px;
  }
}
.mod__transactional-link__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 834px) {
  .mod__transactional-link__item a::before {
    left: 15px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__transactional-link__item a::before {
    left: 15px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__transactional-link__item a::before {
    left: 35px;
  }
}
.mod__transactional-link__item .link--catalog {
  border: 4px solid #ffafcc;
}
.mod__transactional-link__item .link--catalog::before {
  background: url(./../images/common/icon_book--bg.svg) center no-repeat;
  background-size: contain;
}
.mod__transactional-link__item .link--catalog:hover {
  background: #ffafcc;
}
.mod__transactional-link__item .link--showroom {
  border: 4px solid #ffd787;
}
.mod__transactional-link__item .link--showroom::before {
  background: url(./../images/common/icon_shop--bg.svg) center no-repeat;
  background-size: contain;
}
.mod__transactional-link__item .link--showroom:hover {
  background: #ffd787;
}
.mod__transactional-link__item .link--showroom:hover .area__item {
  background: #fff8f2;
}
.mod__transactional-link__item .link--exhibition {
  border: 4px solid #e2ed80;
}
.mod__transactional-link__item .link--exhibition::before {
  background: url(./../images/common/icon_star--bg.svg) center no-repeat;
  background-size: contain;
}
.mod__transactional-link__item .link--exhibition:hover {
  background: #e2ed80;
}
.mod__transactional-link__item .area {
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
}
.mod__transactional-link__item .area__item {
  width: calc(50% - 7.5px);
  border: 1px solid #ffd787;
  background: #ffd787;
  text-align: center;
}
.mod__transactional-link__item .area__item:not(:nth-of-type(2n)) {
  margin-right: 15px;
}
.mod__transactional-link__item .area__item:nth-of-type(n + 3) {
  margin-top: 10px;
}

/* ======================
藤田鞄店へのリンクc
====================== */
.mod__link-fujitabag {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
@media only screen and (max-width: 834px) {
  .mod__link-fujitabag {
    flex-direction: column;
    max-width: 520px;
  }
}
.mod__link-fujitabag .mod__link-fujitabag__txt {
  position: relative;
  translate: 0 40px;
}
@media only screen and (max-width: 834px) {
  .mod__link-fujitabag .mod__link-fujitabag__txt {
    padding: 20px 20px 80px 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__link-fujitabag .mod__link-fujitabag__txt {
    padding: 20px 20px 40px 20px;
    font-size: 1.8rem;
    word-break: keep-all;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__link-fujitabag .mod__link-fujitabag__txt {
    padding: 40px 40px 80px 40px;
    font-size: 2.4rem;
    word-break: keep-all;
  }
}
.mod__link-fujitabag .mod__link-fujitabag__txt::before {
  content: "";
  position: absolute;
  translate: 0 -50%;
  width: 100%;
  aspect-ratio: 280/20;
  background: url(./../images/common/parts_line-arrow.svg) right center no-repeat;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .mod__link-fujitabag .mod__link-fujitabag__txt::before {
    bottom: 50px;
    right: 60px;
    width: min(100%, 180px);
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__link-fujitabag .mod__link-fujitabag__txt::before {
    bottom: 10px;
    right: 0;
    max-width: 200px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__link-fujitabag .mod__link-fujitabag__txt::before {
    bottom: 20px;
    right: 0;
    max-width: 280px;
  }
}
.mod__link-fujitabag .mod__link-fujitabag__txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 15px;
  background: #eaeff7;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .mod__link-fujitabag .mod__link-fujitabag__txt::after {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__link-fujitabag .mod__link-fujitabag__txt::after {
    width: min(200%, 640px);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__link-fujitabag .mod__link-fujitabag__txt:hover::before {
    translate: 20px -50%;
  }
}
.mod__link-fujitabag .mod__link-fujitabag__img {
  display: block;
  aspect-ratio: 620/257;
  z-index: 10;
}
@media only screen and (max-width: 834px) {
  .mod__link-fujitabag .mod__link-fujitabag__img {
    align-self: flex-end;
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__link-fujitabag .mod__link-fujitabag__img {
    max-width: 620px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__link-fujitabag .mod__link-fujitabag__img:hover {
    opacity: 0.7;
  }
}

/* ======================
商品紹介
====================== */
.mod__itemboard {
  display: grid;
  background: #f9f8fc;
}
@media only screen and (max-width: 834px) {
  .mod__itemboard {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemboard {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemboard {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__itemboard {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__itemboard {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemboard {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__itemboard {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__itemboard {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemboard {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemboard {
    grid-template: "img" max-content "ttl" max-content "spec" max-content "desc" 1fr "container" max-content "btn" max-content/auto;
    gap: 20px 40px;
    max-width: 540px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__itemboard {
    grid-template: "img" max-content "ttl" max-content "spec" max-content "desc" 1fr "container" max-content "btn" max-content/auto;
    gap: 20px 40px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__itemboard {
    grid-template: "ttl img" max-content "spec img" max-content "desc img" 1fr "container container" max-content "btn btn" max-content/auto 540px;
    gap: 20px 80px;
  }
}
.mod__itemboard .board__ttl {
  grid-area: ttl;
}
.mod__itemboard .board__ttl .logo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100px;
  margin-top: 1em;
}
.mod__itemboard .board__ttl .logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mod__itemboard .board__ttl .logo img + img {
  margin-left: 1em;
}
.mod__itemboard .board__ttl .logo:has(img ~ img) img {
  max-width: calc(50% - 1em);
}
.mod__itemboard .board__ttl .logo:has(img ~ img ~ img) img {
  max-width: calc(33.3333333333% - 0.6666666667em);
}
.mod__itemboard .board__ttl .yumepika {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 10px;
  z-index: 0;
}
.mod__itemboard .board__ttl .yumepika::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  z-index: -10;
}
.mod__itemboard .board__ttl .name {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__ttl .name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__ttl .name {
    font-size: 2.8rem;
  }
}
.mod__itemboard .board__ttl .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(./../images/common/parts_wave--purple.svg) left repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__ttl .name::after {
    height: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__ttl .name::after {
    height: 17px;
  }
}
.mod__itemboard .board__spec {
  grid-area: spec;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__spec {
    font-size: 1.3rem;
  }
}
.mod__itemboard .board__spec__item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #444444;
}
.mod__itemboard .board__spec__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
}
.mod__itemboard .board__spec .clarino {
  padding-left: 20px;
}
.mod__itemboard .board__spec .clarino::before {
  background: url(./../images/common/icon_clarino.svg) center no-repeat;
  background-size: contain;
}
.mod__itemboard .board__spec .cowhide {
  padding-left: 20px;
}
.mod__itemboard .board__spec .cowhide::before {
  background: url(./../images/common/icon_cowhide.svg) center no-repeat;
  background-size: contain;
}
.mod__itemboard .board__spec .cordovan {
  padding-left: 20px;
}
.mod__itemboard .board__spec .cordovan::before {
  background: url(./../images/common/icon_cordovan.svg) center no-repeat;
  background-size: contain;
}
.mod__itemboard .board__spec .color {
  padding-left: 20px;
}
.mod__itemboard .board__spec .color::before {
  content: "";
  background: url(./../images/common/icon_pallet.svg) center no-repeat;
  background-size: contain;
}
.mod__itemboard .board__spec .weight {
  padding-left: 20px;
}
.mod__itemboard .board__spec .weight::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(./../images/common/icon_randoselu.svg) center no-repeat;
  background-size: contain;
}
.mod__itemboard .board__desc {
  grid-area: desc;
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__desc {
    font-size: 1.8rem;
  }
}
.mod__itemboard .board__price {
  grid-area: price;
}
.mod__itemboard .board__price .em {
  margin-right: 0.25em;
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__price .em {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__price .em {
    font-size: 2.8rem;
  }
}
.mod__itemboard .board__img {
  grid-area: img;
  aspect-ratio: 3/2;
  overflow: hidden;
  max-width: 540px;
  justify-self: center;
}
.mod__itemboard .board__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.mod__itemboard .board__container {
  grid-area: container;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__container {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__container {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__container.col-4 {
    width: 66.6666666667%;
  }
  .mod__itemboard .board__container.col-4 .board__item {
    width: calc(25% - 30px);
  }
  .mod__itemboard .board__container.col-4 .board__item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .mod__itemboard .board__container.col-4 .board__item:nth-of-type(n + 5) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__container.col-5 {
    width: 83.3333333333%;
  }
  .mod__itemboard .board__container.col-5 .board__item {
    width: calc(20% - 32px);
  }
  .mod__itemboard .board__container.col-5 .board__item:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .mod__itemboard .board__container.col-5 .board__item:nth-of-type(n + 6) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__container.col-6 {
    width: 100%;
  }
  .mod__itemboard .board__container.col-6 .board__item {
    width: calc(16.6666666667% - 33.3333333333px);
  }
  .mod__itemboard .board__container.col-6 .board__item:nth-of-type(6n + 1) {
    margin-left: 0;
  }
  .mod__itemboard .board__container.col-6 .board__item:nth-of-type(n + 7) {
    margin-top: 40px;
  }
}
.mod__itemboard .board__item {
  text-align: center;
  z-index: 0;
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__item:nth-of-type(2n) {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__item:nth-of-type(n + 2) {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.mod__itemboard .board__item__card:hover .img::before {
  background: url(./../images/common/btn_purple--hover.svg) center no-repeat;
  background-size: contain;
  opacity: 1;
  visibility: visible;
}
.mod__itemboard .board__item .img {
  position: relative;
  padding-block: 15px;
  z-index: 0;
}
.mod__itemboard .board__item .img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mod__itemboard .board__item .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #ffffff;
  z-index: -10;
}
.mod__itemboard .board__item .caption {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  word-break: keep-all;
  z-index: 10;
}
.mod__itemboard .board__btn {
  grid-area: btn;
  margin-top: auto;
  text-align: right;
}
.mod__itemboard .board__btn > a {
  position: relative;
  display: inline-block;
  padding-block: calc((60px - 1.8em) / 2);
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__btn > a {
    padding-right: 60px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__btn > a {
    padding-right: 80px;
    font-size: 1.7rem;
  }
}
.mod__itemboard .board__btn > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  margin-left: 20px;
  background: url(./../images/common/btn_purple.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 835px) {
  .mod__itemboard .board__btn > a::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemboard .board__btn > a::after {
    width: 50px;
    height: 50px;
  }
}
.mod__itemboard .board__btn > a:hover::after {
  background: url(./../images/common/btn_purple--hover.svg) center no-repeat;
  background-size: contain;
}
.mod__itemboard#itemboard--trad-flash, .mod__itemboard#itemboard--blackcaps-flash, .mod__itemboard#itemboard--rainbowforce, .mod__itemboard#itemboard--thunderwing, .mod__itemboard#itemboard--blackcaps, .mod__itemboard#itemboard--bluechrist, .mod__itemboard#itemboard--galaxy, .mod__itemboard#itemboard--anciel, .mod__itemboard#itemboard--dreamcrew {
  background: #eff8fb;
}
.mod__itemboard#itemboard--trad-flash .board__ttl .name::after, .mod__itemboard#itemboard--blackcaps-flash .board__ttl .name::after, .mod__itemboard#itemboard--rainbowforce .board__ttl .name::after, .mod__itemboard#itemboard--thunderwing .board__ttl .name::after, .mod__itemboard#itemboard--blackcaps .board__ttl .name::after, .mod__itemboard#itemboard--bluechrist .board__ttl .name::after, .mod__itemboard#itemboard--galaxy .board__ttl .name::after, .mod__itemboard#itemboard--anciel .board__ttl .name::after, .mod__itemboard#itemboard--dreamcrew .board__ttl .name::after {
  background-image: url(./../images/common/parts_wave--blue.svg);
}
.mod__itemboard#itemboard--trad-flash .board__btn > a::after, .mod__itemboard#itemboard--blackcaps-flash .board__btn > a::after, .mod__itemboard#itemboard--rainbowforce .board__btn > a::after, .mod__itemboard#itemboard--thunderwing .board__btn > a::after, .mod__itemboard#itemboard--blackcaps .board__btn > a::after, .mod__itemboard#itemboard--bluechrist .board__btn > a::after, .mod__itemboard#itemboard--galaxy .board__btn > a::after, .mod__itemboard#itemboard--anciel .board__btn > a::after, .mod__itemboard#itemboard--dreamcrew .board__btn > a::after {
  background: url(./../images/common/btn_blue.svg) center no-repeat;
}
.mod__itemboard#itemboard--trad-flash .board__btn > a:hover::after, .mod__itemboard#itemboard--blackcaps-flash .board__btn > a:hover::after, .mod__itemboard#itemboard--rainbowforce .board__btn > a:hover::after, .mod__itemboard#itemboard--thunderwing .board__btn > a:hover::after, .mod__itemboard#itemboard--blackcaps .board__btn > a:hover::after, .mod__itemboard#itemboard--bluechrist .board__btn > a:hover::after, .mod__itemboard#itemboard--galaxy .board__btn > a:hover::after, .mod__itemboard#itemboard--anciel .board__btn > a:hover::after, .mod__itemboard#itemboard--dreamcrew .board__btn > a:hover::after {
  background: url(./../images/common/btn_blue--hover.svg) center no-repeat;
}

#itemboard--tripleheart {
  position: relative;
}
#itemboard--tripleheart::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, 50%);
  background: url(./../images/common/itemboard--tripleheart01.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  #itemboard--tripleheart::before {
    width: 35px;
    height: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  #itemboard--tripleheart::before {
    width: 70px;
    height: 120px;
  }
}
#itemboard--tripleheart::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-25%, -25%);
  background: url(./../images/common/itemboard--tripleheart02.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  #itemboard--tripleheart::after {
    width: 52px;
    height: 85px;
  }
}
@media print, screen and (min-width: 835px) {
  #itemboard--tripleheart::after {
    width: 105px;
    height: 170px;
  }
}

#itemboard--petitheart-milkydream {
  position: relative;
  background: #ffffff;
}
#itemboard--petitheart-milkydream::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  background: url(./../images/common/itemboard--petitheart-milkydream02.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  #itemboard--petitheart-milkydream::before {
    width: 140px;
    height: 105px;
  }
}
@media print, screen and (min-width: 835px) {
  #itemboard--petitheart-milkydream::before {
    width: 150px;
    height: 110px;
  }
}
#itemboard--petitheart-milkydream::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 0);
  background: url(./../images/common/itemboard--petitheart-milkydream03.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  #itemboard--petitheart-milkydream::after {
    width: 130px;
    height: 95px;
  }
}
@media print, screen and (min-width: 835px) {
  #itemboard--petitheart-milkydream::after {
    width: 320px;
    height: 230px;
  }
}
#itemboard--petitheart-milkydream .board__ttl {
  position: relative;
}
#itemboard--petitheart-milkydream .board__ttl::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  transform: translate(-50%, -100%);
  background: url(./../images/common/itemboard--petitheart-milkydream01.svg) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  #itemboard--petitheart-milkydream .board__ttl::before {
    width: 140px;
    height: 90px;
  }
}
@media print, screen and (min-width: 835px) {
  #itemboard--petitheart-milkydream .board__ttl::before {
    width: 225px;
    height: 145px;
  }
}
#itemboard--petitheart-milkydream .board__ttl .name::after {
  background: url(./../images/common/parts_wave--pink.svg) left repeat-x;
}
#itemboard--petitheart-milkydream .board__item__card:hover .img::before {
  background: url(./../images/common/btn_pink--hover.svg) center no-repeat;
}
#itemboard--petitheart-milkydream .board__item .img::after {
  background: #fff5f8;
}
#itemboard--petitheart-milkydream .board__btn > a::after {
  background: url(./../images/common/btn_pink.svg) center no-repeat;
}
#itemboard--petitheart-milkydream .board__btn > a:hover::after {
  background: url(./../images/common/btn_pink--hover.svg) center no-repeat;
}

.mod__itemcard {
  display: grid;
  background: #ffffff;
  box-shadow: 4px 4px 6px rgba(68, 68, 68, 0.16);
}
@media only screen and (max-width: 834px) {
  .mod__itemcard {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemcard {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemcard {
    grid-template: "slider" auto "ttl" auto "spec" auto "desc" auto "price" auto "btn" auto/1fr;
    gap: 15px;
    max-width: 540px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemcard {
    grid-template: "slider ttl" max-content "slider spec" max-content "slider desc" max-content "slider price" max-content "slider btn" 1fr/1fr 1fr;
    gap: 20px 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__itemcard {
    padding: 60px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__itemcard {
    padding: 80px;
  }
}
.mod__itemcard .card__ttl {
  grid-area: ttl;
}
.mod__itemcard .card__ttl .logo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100px;
}
.mod__itemcard .card__ttl .logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mod__itemcard .card__ttl .logo img + img {
  margin-left: 1em;
}
.mod__itemcard .card__ttl .logo:has(img ~ img) img {
  max-width: calc(50% - 1em);
}
.mod__itemcard .card__ttl .logo:has(img ~ img ~ img) img {
  max-width: calc(33.3333333333% - 0.6666666667em);
}
.mod__itemcard .card__ttl .name {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
@media only screen and (max-width: 834px) {
  .mod__itemcard .card__ttl .name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemcard .card__ttl .name {
    font-size: 2.8rem;
  }
}
.mod__itemcard .card__ttl .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(./../images/common/parts_wave--purple.svg) left repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__itemcard .card__ttl .name::after {
    height: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemcard .card__ttl .name::after {
    height: 17px;
  }
}
.mod__itemcard .card__spec {
  grid-area: spec;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .mod__itemcard .card__spec {
    font-size: 1.3rem;
  }
}
.mod__itemcard .card__spec__item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #444444;
}
.mod__itemcard .card__spec__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
}
.mod__itemcard .card__spec .clarino {
  padding-left: 20px;
}
.mod__itemcard .card__spec .clarino::before {
  background: url(./../images/common/icon_clarino.svg) center no-repeat;
  background-size: contain;
}
.mod__itemcard .card__spec .cowhide {
  padding-left: 20px;
}
.mod__itemcard .card__spec .cowhide::before {
  background: url(./../images/common/icon_cowhide.svg) center no-repeat;
  background-size: contain;
}
.mod__itemcard .card__spec .cordovan {
  padding-left: 20px;
}
.mod__itemcard .card__spec .cordovan::before {
  background: url(./../images/common/icon_cordovan.svg) center no-repeat;
  background-size: contain;
}
.mod__itemcard .card__spec .color {
  padding-left: 20px;
}
.mod__itemcard .card__spec .color::before {
  content: "";
  background: url(./../images/common/icon_pallet.svg) center no-repeat;
  background-size: contain;
}
.mod__itemcard .card__spec .weight {
  padding-left: 20px;
}
.mod__itemcard .card__spec .weight::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(./../images/common/icon_randoselu.svg) center no-repeat;
  background-size: contain;
}
.mod__itemcard .card__desc {
  grid-area: desc;
}
@media print, screen and (min-width: 835px) {
  .mod__itemcard .card__desc {
    font-size: 1.8rem;
  }
}
.mod__itemcard .card__price {
  grid-area: price;
}
.mod__itemcard .card__price .em {
  margin-right: 0.25em;
}
@media only screen and (max-width: 834px) {
  .mod__itemcard .card__price .em {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemcard .card__price .em {
    font-size: 2.8rem;
  }
}
.mod__itemcard .card__btn {
  grid-area: btn;
  margin-top: auto;
  text-align: right;
}
.mod__itemcard .card__btn > a {
  position: relative;
  display: inline-block;
  padding-block: calc((60px - 1.8em) / 2);
}
@media only screen and (max-width: 834px) {
  .mod__itemcard .card__btn > a {
    padding-right: 60px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemcard .card__btn > a {
    padding-right: 80px;
    font-size: 1.7rem;
  }
}
.mod__itemcard .card__btn > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  margin-left: 20px;
  background: url(./../images/common/btn_purple.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 835px) {
  .mod__itemcard .card__btn > a::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__itemcard .card__btn > a::after {
    width: 50px;
    height: 50px;
  }
}
.mod__itemcard .card__btn > a:hover::after {
  background: url(./../images/common/btn_purple--hover.svg) center no-repeat;
  background-size: contain;
}
.mod__itemcard .card__slider {
  grid-area: slider;
  overflow: hidden;
}
.mod__itemcard .card__slider .slider__main {
  width: 100%;
  aspect-ratio: 1/1;
}
.mod__itemcard .card__slider .slider__main .slider__main__slide {
  width: 100%;
  height: 100%;
}
.mod__itemcard .card__slider .slider__main .item {
  position: relative;
  padding: 20px 40px 60px;
}
.mod__itemcard .card__slider .slider__main .caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 1.2;
}
.mod__itemcard .card__slider .slider__thumb {
  margin-top: 10px;
}
@media only screen and (max-width: 834px) {
  .mod__itemcard .card__slider .slider__thumb__slide {
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__itemcard .card__slider .slider__thumb__slide {
    margin-right: 10px;
  }
}
.mod__itemcard .card__slider .slider__thumb.fix .slick-track {
  transform: unset !important;
}
.mod__itemcard .card__slider .slider__thumb .slick-current {
  position: relative;
}
.mod__itemcard .card__slider .slider__thumb .slick-current::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #d3befa;
}
.mod__itemcard .card__slider .slider__thumb .slick-track {
  margin-left: 0;
}
.mod__itemcard.bg {
  background: #f9f8fc;
}
.mod__itemcard#item--fujitabag .card__ttl .logo {
  height: 60px;
}
.mod__itemcard#item--petitheart-md.bg, .mod__itemcard#item--petitheart.bg, .mod__itemcard#item--tripleheart.bg, .mod__itemcard#item--loveheart.bg, .mod__itemcard#item--dreamlove.bg, .mod__itemcard#item--aprica.bg, .mod__itemcard#item--sunshinepretty.bg, .mod__itemcard#item--graceland.bg {
  background: #fff5f8;
}
.mod__itemcard#item--petitheart-md .card__ttl .name::after, .mod__itemcard#item--petitheart .card__ttl .name::after, .mod__itemcard#item--tripleheart .card__ttl .name::after, .mod__itemcard#item--loveheart .card__ttl .name::after, .mod__itemcard#item--dreamlove .card__ttl .name::after, .mod__itemcard#item--aprica .card__ttl .name::after, .mod__itemcard#item--sunshinepretty .card__ttl .name::after, .mod__itemcard#item--graceland .card__ttl .name::after {
  background-image: url(./../images/common/parts_wave--pink.svg);
}
.mod__itemcard#item--petitheart-md .card__btn > a::after, .mod__itemcard#item--petitheart .card__btn > a::after, .mod__itemcard#item--tripleheart .card__btn > a::after, .mod__itemcard#item--loveheart .card__btn > a::after, .mod__itemcard#item--dreamlove .card__btn > a::after, .mod__itemcard#item--aprica .card__btn > a::after, .mod__itemcard#item--sunshinepretty .card__btn > a::after, .mod__itemcard#item--graceland .card__btn > a::after {
  background-image: url(./../images/common/btn_pink.svg);
}
.mod__itemcard#item--petitheart-md .card__btn > a:hover::after, .mod__itemcard#item--petitheart .card__btn > a:hover::after, .mod__itemcard#item--tripleheart .card__btn > a:hover::after, .mod__itemcard#item--loveheart .card__btn > a:hover::after, .mod__itemcard#item--dreamlove .card__btn > a:hover::after, .mod__itemcard#item--aprica .card__btn > a:hover::after, .mod__itemcard#item--sunshinepretty .card__btn > a:hover::after, .mod__itemcard#item--graceland .card__btn > a:hover::after {
  background: url(./../images/common/btn_pink--hover.svg) center no-repeat;
  background-size: contain;
}
.mod__itemcard#item--trad-flash.bg, .mod__itemcard#item--blackcaps-flash.bg, .mod__itemcard#item--rainbowforce.bg, .mod__itemcard#item--thunderwing.bg, .mod__itemcard#item--blackcaps.bg, .mod__itemcard#item--bluechrist.bg, .mod__itemcard#item--galaxy.bg, .mod__itemcard#item--anciel.bg, .mod__itemcard#item--dreamcrew.bg {
  background: #eff8fb;
}
.mod__itemcard#item--trad-flash .card__ttl .name::after, .mod__itemcard#item--blackcaps-flash .card__ttl .name::after, .mod__itemcard#item--rainbowforce .card__ttl .name::after, .mod__itemcard#item--thunderwing .card__ttl .name::after, .mod__itemcard#item--blackcaps .card__ttl .name::after, .mod__itemcard#item--bluechrist .card__ttl .name::after, .mod__itemcard#item--galaxy .card__ttl .name::after, .mod__itemcard#item--anciel .card__ttl .name::after, .mod__itemcard#item--dreamcrew .card__ttl .name::after {
  background-image: url(./../images/common/parts_wave--blue.svg);
}
.mod__itemcard#item--trad-flash .card__btn > a::after, .mod__itemcard#item--blackcaps-flash .card__btn > a::after, .mod__itemcard#item--rainbowforce .card__btn > a::after, .mod__itemcard#item--thunderwing .card__btn > a::after, .mod__itemcard#item--blackcaps .card__btn > a::after, .mod__itemcard#item--bluechrist .card__btn > a::after, .mod__itemcard#item--galaxy .card__btn > a::after, .mod__itemcard#item--anciel .card__btn > a::after, .mod__itemcard#item--dreamcrew .card__btn > a::after {
  background-image: url(./../images/common/btn_blue.svg);
}
.mod__itemcard#item--trad-flash .card__btn > a:hover::after, .mod__itemcard#item--blackcaps-flash .card__btn > a:hover::after, .mod__itemcard#item--rainbowforce .card__btn > a:hover::after, .mod__itemcard#item--thunderwing .card__btn > a:hover::after, .mod__itemcard#item--blackcaps .card__btn > a:hover::after, .mod__itemcard#item--bluechrist .card__btn > a:hover::after, .mod__itemcard#item--galaxy .card__btn > a:hover::after, .mod__itemcard#item--anciel .card__btn > a:hover::after, .mod__itemcard#item--dreamcrew .card__btn > a:hover::after {
  background: url(./../images/common/btn_blue--hover.svg) center no-repeat;
  background-size: contain;
}
.mod__itemcard#item--petitheart-md .logo {
  height: 100px;
}

.mod__single-card {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 480px;
  background: #f9f8fc;
  border-radius: 15px;
}
@media only screen and (max-width: 834px) {
  .mod__single-card {
    grid-template: "img txt" auto/110px 1fr;
    gap: 20px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__single-card {
    grid-template: "img txt" auto/125px 1fr;
    gap: 25px;
    padding: 25px;
  }
}
.mod__single-card:hover {
  background: #cdb4db;
}
.mod__single-card:hover::after {
  background: url(./../images/common/icon_arrow--white.svg) center/contain no-repeat;
}
.mod__single-card::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  background: url(./../images/common/icon_arrow--purple.svg) center/contain no-repeat;
}
@media only screen and (max-width: 834px) {
  .mod__single-card::after {
    bottom: 10px;
    right: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__single-card::after {
    bottom: 20px;
    right: 20px;
  }
}
.mod__single-card--pink {
  background: #fff5f8;
}
.mod__single-card--pink:hover {
  background: #ffafcc;
}
.mod__single-card--pink::after {
  background: url(./../images/common/icon_arrow--pink.svg) center/contain no-repeat;
}
.mod__single-card--blue {
  background: #eff8fb;
}
.mod__single-card--blue:hover {
  background: #a2d2ff;
}
.mod__single-card--blue::after {
  background: url(./../images/common/icon_arrow--blue.svg) center/contain no-repeat;
}
.mod__single-card .single-card__txt {
  grid-area: txt;
}
.mod__single-card .single-card__txt .ttl {
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__single-card .single-card__txt .ttl {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__single-card .single-card__txt .ttl {
    font-size: 1.7rem;
  }
}
.mod__single-card .single-card__txt .colors {
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__single-card .single-card__txt .colors {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__single-card .single-card__txt .colors {
    font-size: 1.3rem;
  }
}
.mod__single-card .single-card__txt .spec {
  grid-area: spec;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.mod__single-card .single-card__img {
  grid-area: img;
}
.mod__single-card .single-card__img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.mod__spec-tag {
  --spec-tag-bg: #ffffff;
  display: inline-block;
  background: var(--spec-tag-bg);
  border-radius: 2px;
  white-space: nowrap;
}
@media only screen and (max-width: 834px) {
  .mod__spec-tag {
    font-size: 0.9rem;
    word-break: keep-all;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__spec-tag {
    font-size: 1.1rem;
  }
}
.mod__spec-tag--gray {
  --spec-tag-bg: #f5f5f5;
}
.mod__spec-tag .cow,
.mod__spec-tag .cla,
.mod__spec-tag .cord,
.mod__spec-tag .yama,
.mod__spec-tag .cube,
.mod__spec-tag .pika,
.mod__spec-tag .touch {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  padding: 0.25em 0.5em 0.25em calc(0.5em + 18px);
}
.mod__spec-tag .cow::before,
.mod__spec-tag .cla::before,
.mod__spec-tag .cord::before,
.mod__spec-tag .yama::before,
.mod__spec-tag .cube::before,
.mod__spec-tag .pika::before,
.mod__spec-tag .touch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  translate: 0 -50%;
  width: 18px;
  aspect-ratio: 1/1;
  background-size: contain;
}
.mod__spec-tag .cow::before {
  background-image: url(./../images/common/icon_tag-cow.svg);
}
.mod__spec-tag .cla::before {
  background-image: url(./../images/common/icon_tag-cla.svg);
}
.mod__spec-tag .cord::before {
  background-image: url(./../images/common/icon_tag-cord.svg);
}
.mod__spec-tag .yama::before {
  background-image: url(./../images/common/icon_tag-yamagata.svg);
}
.mod__spec-tag .cube::before {
  background-image: url(./../images/common/icon_tag-cube.svg);
}
.mod__spec-tag .pika::before {
  background-image: url(./../images/common/icon_tag-yumepika.svg);
}
.mod__spec-tag .touch::before {
  background-image: url(./../images/common/icon_tag-touch.svg);
}

.mod__about {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__about {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about {
    padding-bottom: 250px;
  }
}
.mod__about::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  background: url(./../images/common/divider_wave--blue.svg) center repeat-x;
}
.mod__about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  background: #eff8fb;
  z-index: -100;
}
.mod__about__wrap {
  display: flex;
  max-width: 1070px;
  margin-inline: auto;
  position: relative;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .mod__about__wrap {
    padding-inline: 0 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__wrap {
    padding-inline: 80px;
  }
}
.mod__about__wrap::before {
  content: "";
  position: absolute;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .mod__about__wrap::before {
    top: -60px;
    left: 0;
    transform: translate(50%, 0);
    width: 40px;
    height: 27px;
    background: url(../../2024/images/home/concept__illust03.webp) center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__wrap::before {
    top: -80px;
    left: 120px;
    transform: translate(-100%, 0);
    width: 250px;
    height: 414px;
    background: url(../../2024/images/home/concept__illust01.webp) center no-repeat;
    background-size: contain;
  }
}
.mod__about__wrap::after {
  content: "";
  position: absolute;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .mod__about__wrap::after {
    bottom: 0;
    left: -25px;
    transform: translate(0, 100%);
    width: 140px;
    height: 78px;
    background: url(../../2024/images/home/concept__illust04.webp) center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__wrap::after {
    top: -50px;
    right: 120px;
    transform: translate(100%, 0);
    width: 180px;
    height: 95px;
    background: url(../../2024/images/home/concept__illust02.webp) center no-repeat;
    background-size: contain;
  }
}
.mod__about__ttl {
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__about__ttl {
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__ttl {
    width: 30.7692307692%;
    font-size: 4rem;
    letter-spacing: 0.28em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__ttl .dots-pc {
    position: relative;
    display: inline-block;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__ttl .dots-pc::after {
    content: "";
    position: relative;
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: url(../../2024/images/common/parts_line-dots--colorful.svg) left center repeat-x;
    background-size: contain;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about__ttl .dots-sp {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about__ttl .dots-sp::after {
    content: "";
    position: relative;
    bottom: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: url(../../2024/images/common/parts_line-dots--colorful.svg) left center repeat-x;
    background-size: contain;
  }
}
.mod__about__container {
  position: relative;
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__about__container {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__container {
    width: 69.2307692308%;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about__container::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -50px;
    transform: translate(0, 0);
    width: 90px;
    height: 48px;
    background: url(../../2024/images/home/concept__illust05.webp) center no-repeat;
    background-size: contain;
    z-index: -10;
  }
}
.mod__about__desc {
  display: block;
  word-break: auto-phrase;
}
@media only screen and (max-width: 834px) {
  .mod__about__desc {
    margin-top: 50px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.26;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__desc {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2.44;
  }
}
.mod__about__btn {
  max-width: 300px;
}
@media only screen and (max-width: 834px) {
  .mod__about__btn {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about__btn {
    margin-inline: auto;
  }
}
.mod__about__list {
  display: grid;
}
@media only screen and (max-width: 834px) {
  .mod__about__list {
    gap: 40px;
    justify-content: center;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__list {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
.mod__about__list-min {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .mod__about__list-min {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__list-min {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about__list-min {
    grid-template-columns: repeat(auto-fill, minmax(140px, auto));
    gap: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__list-min {
    grid-template-columns: repeat(auto-fill, minmax(220px, auto));
    gap: 80px;
  }
}
.mod__about .mt {
  margin-top: 80px;
}
@media only screen and (max-width: 834px) {
  .mod__about__support {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about__support {
    margin-top: 100px;
  }
}
.mod__about .std {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 20px;
  max-width: 400px;
}
.mod__about .std__ttl {
  position: relative;
  display: block;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .mod__about .std__ttl {
    padding-bottom: 1em;
    font-size: 1.8rem;
    word-break: keep-all;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .std__ttl {
    padding-bottom: 0.5em;
    font-size: 3.1rem;
  }
}
.mod__about .std__ttl::before {
  content: "";
  display: block;
  aspect-ratio: 500/430;
}
@media only screen and (max-width: 834px) {
  .mod__about .std__ttl::before {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .std__ttl::before {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about .std__ttl::before {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .std__ttl::before {
    width: 125%;
  }
}
.mod__about .std__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(./../images/common/parts_line-dots--colorful.svg) left center repeat-x;
}
.mod__about .std:has(a[href*="randoselu/comfort"]) .std__ttl::before {
  background: url(./../images/common/std_img01.webp) center no-repeat;
  background-size: contain;
}
.mod__about .std:has(a[href*="randoselu/report"]) .std__ttl::before {
  background: url(./../images/common/std_img02.webp) center no-repeat;
  background-size: contain;
}
.mod__about .std-min {
  display: grid;
  row-gap: 20px;
  max-width: 220px;
}
.mod__about .std-min__ttl {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 834px) {
  .mod__about .std-min__ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .std-min__ttl {
    font-size: 2.2rem;
  }
}
.mod__about .std-min__ttl::before {
  content: "";
  display: block;
  width: 120%;
  aspect-ratio: 260/234;
}
@media only screen and (max-width: 834px) {
  .mod__about .std-min__ttl::before {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .std-min__ttl::before {
    margin-bottom: 40px;
  }
}
.mod__about .std-min__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(./../images/common/parts_line-dots--colorful.svg) left center repeat-x;
}
.mod__about .std-min:has(a[href*="randoselu/cube"]) .std-min__ttl::before {
  background: url(./../images/common/std-min_img01.webp) center no-repeat;
  background-size: contain;
}
.mod__about .std-min:has(a[href*=bright]) .std-min__ttl::before {
  background: url(./../images/common/std-min_img02.webp) center no-repeat;
  background-size: contain;
}
.mod__about .std-min:has(a[href*="randoselu/leather"]) .std-min__ttl::before {
  background: url(./../images/common/std-min_img03.webp) center no-repeat;
  background-size: contain;
}
.mod__about .std-min:has(a[href*="randoselu/miracle-touch"]) .std-min__ttl::before {
  background: url(./../images/common/std-min_img04.webp) center no-repeat;
  background-size: contain;
}
.mod__about .std-min .std-min__logo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}
.mod__about .support {
  position: relative;
  border: 10px solid #c2e4ff;
}
@media only screen and (max-width: 834px) {
  .mod__about .support {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .support {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about .support {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .support {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about .support {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .support {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about .support {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__about .support {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__about .support {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about .support {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__about .support {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__about .support {
    padding-left: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .support {
    padding: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__about .support {
    padding: 60px 40px 40px 40px;
  }
}
.mod__about .support__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: fit-content;
  padding-inline: 2em;
  background: #eff8fb;
  color: #91baff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}
.mod__about .support__container {
  display: grid;
}
@media only screen and (max-width: 834px) {
  .mod__about .support__container {
    grid-template: "img" auto "support" "remake" auto/auto;
    gap: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .support__container {
    grid-template: "support img remake" auto "support img remake" auto/1fr 150px 1fr;
    gap: 80px;
  }
}
.mod__about .support__img {
  grid-area: img;
  position: relative;
  width: 150px;
  aspect-ratio: 1/1;
  margin-bottom: 60px;
  justify-self: center;
}
.mod__about .support__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./../images/common/support_img02.svg) center no-repeat;
  background-size: contain;
  animation: rotate 4s infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  } /* 0.5秒停止 */
  95% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  } /* 0.5秒停止 */
}
.mod__about .support__img::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 100%;
  width: 145px;
  height: 38px;
  background: url(./../images/common/support_img03.svg) center no-repeat;
  background-size: contain;
}
.mod__about .support__list {
  display: contents;
}
.mod__about .support__menu {
  display: grid;
  row-gap: 20px;
}
@media print, screen and (min-width: 835px) {
  .mod__about .support__menu {
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
.mod__about .support__menu:has(a[href*=support]) {
  grid-area: support;
}
.mod__about .support__menu:has(a[href*=remake]) {
  grid-area: remake;
}
.mod__about .support__menu__ttl {
  position: relative;
  display: block;
  padding-bottom: 1em;
  padding-right: 40px;
  word-break: keep-all;
}
@media only screen and (max-width: 834px) {
  .mod__about .support__menu__ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__about .support__menu__ttl {
    font-size: 2.2rem;
  }
}
.mod__about .support__menu__ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background: url(./../images/common/btn_blue.svg) center no-repeat;
  background-size: contain;
  transition: background 0.3s ease;
}
.mod__about .support__menu__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(./../images/common/parts_line-dots--blue.svg) left center repeat-x;
}
.mod__about .support__menu__ttl:hover::before {
  background: url(./../images/common/btn_blue--hover.svg) center no-repeat;
  background-size: contain;
}
.mod__about .support__menu__desc {
  font-size: 1.3rem;
}

@media only screen and (max-width: 834px) {
  .mod__pagination {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pagination {
    margin-top: 40px;
  }
}
.mod__pagination .page-numbers {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .mod__pagination .page-numbers {
    grid-template-columns: repeat(auto-fit, 30px);
    gap: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pagination .page-numbers {
    grid-template-columns: repeat(auto-fit, 60px);
    gap: 20px;
  }
}
.mod__pagination .page-numbers li {
  border: 1px solid #c2e4ff;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__pagination .page-numbers li {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    line-height: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pagination .page-numbers li {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__pagination .page-numbers li:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pagination .page-numbers li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.mod__pagination .page-numbers li:has(a):hover {
  background: #eff8fb;
}
.mod__pagination .page-numbers li:has(.current) {
  color: #ffffff;
  background: #a2d2ff;
}
.mod__pagination .page-numbers li:has(.dots) {
  border: none;
}

.mod__pager {
  display: grid;
  grid-template: "next prev" auto "back back" auto/1fr 1fr;
}
@media only screen and (max-width: 834px) {
  .mod__pager {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__pager {
    gap: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager {
    gap: 40px;
  }
}
.mod__pager .next {
  grid-area: next;
}
.mod__pager .next > a {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 834px) {
  .mod__pager .next > a {
    padding-block: 4px;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager .next > a {
    padding-block: 22px;
    padding-left: 80px;
  }
}
.mod__pager .next > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
  display: inline-block;
  background: url(./../images/common/btn_blue.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 834px) {
  .mod__pager .next > a::after {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager .next > a::after {
    width: 60px;
    height: 60px;
  }
}
.mod__pager .next > a:hover::after {
  background: url(./../images/common/btn_blue--hover.svg) center no-repeat;
}
.mod__pager .prev {
  grid-area: prev;
  text-align: right;
}
.mod__pager .prev > a {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 834px) {
  .mod__pager .prev > a {
    padding-block: 4px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager .prev > a {
    padding-block: 22px;
    padding-right: 80px;
  }
}
.mod__pager .prev > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  background: url(./../images/common/btn_blue.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 834px) {
  .mod__pager .prev > a::after {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager .prev > a::after {
    width: 60px;
    height: 60px;
  }
}
.mod__pager .prev > a:hover::after {
  background: url(./../images/common/btn_blue--hover.svg) center no-repeat;
}
.mod__pager .back {
  grid-area: back;
  text-align: center;
}
.mod__pager .back > a {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-inline: auto;
  border: 2px solid #444444;
  border-radius: 4px;
}
@media only screen and (max-width: 834px) {
  .mod__pager .back > a {
    max-width: 100px;
    height: 30px;
    line-height: 26px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager .back > a {
    max-width: 300px;
    height: 40px;
    line-height: 36px;
  }
}
.mod__pager .back > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  background: url(./../images/common/icon_angle.svg) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__pager .back > a::before {
    left: 12px;
    width: 14px;
    height: 14px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__pager .back > a::before {
    left: 16px;
    width: 16px;
    height: 16px;
  }
}
.mod__pager .back > a:hover {
  background: #f5f5f5;
}
.mod__pager .noLink {
  display: none;
}

/* =====================
ブログ記事一覧
===================== */
.mod__blogList .slick-slider div {
  transition: none;
}
.mod__blogList .slick-list {
  width: 100% !important;
  margin: auto;
}
.mod__blogList .slick-track {
  display: flex;
}
.mod__blogList .slick-slide {
  height: auto;
}
@media only screen and (max-width: 834px) {
  .mod__blogList .slick-slide {
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__blogList .slick-slide {
    margin: 0 80px;
  }
}
.mod__blogList .slick-arrow {
  position: relative;
  display: block;
  border: 0;
  color: transparent;
  background: transparent;
  outline: none;
}
@media only screen and (max-width: 834px) {
  .mod__blogList .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__blogList .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.mod__blogList .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(./../images/common/btn_arrow.svg) center no-repeat #ffffff;
}
.mod__blogList .slick-arrow:hover {
  opacity: 0.8;
}
.mod__blogList .slick-prev {
  position: absolute;
  top: calc(50% - 45px);
  transform: translate(-100%, -50%);
  z-index: 10;
}
@media only screen and (max-width: 834px) {
  .mod__blogList .slick-prev {
    left: calc(50% - 167.5px + 20px);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__blogList .slick-prev {
    left: calc(50% - 280px - 40px);
  }
}
.mod__blogList .slick-next {
  position: absolute;
  top: calc(50% - 45px);
  transform: translate(100%, -50%) rotate(180deg);
  z-index: 10;
}
@media only screen and (max-width: 834px) {
  .mod__blogList .slick-next {
    right: calc(50% - 167.5px + 20px);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__blogList .slick-next {
    right: calc(50% - 280px - 40px);
  }
}
.mod__blogList .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin-top: 45px;
}
.mod__blogList .slick-dots li:nth-child(n+2) {
  border-top: none;
}
.mod__blogList .slick-dots li button {
  position: relative;
  display: block;
  width: 20px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  border: 0;
  color: #ffffff;
  outline: none;
  text-indent: -9999px;
}
.mod__blogList .slick-dots li button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: 6px;
  background: #dcdcdc;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.mod__blogList .slick-dots li:nth-of-type(n + 2) {
  margin-left: 12px;
}
.mod__blogList .slick-dots > .slick-active button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  background: #a2d2ff;
  border-radius: 50%;
}
.mod__blogList .slick-dots > .slick-active:nth-of-type(n + 2) {
  margin-left: 12px;
}

.mod__blogcard {
  width: 100%;
  max-width: 560px;
  height: 100%;
}
@media only screen and (max-width: 834px) {
  .mod__blogcard {
    width: 335px !important;
  }
}
.mod__blogcard__wrap {
  display: grid;
  width: 100%;
  height: 100%;
  background: #f9f8fc;
}
@media only screen and (max-width: 834px) {
  .mod__blogcard__wrap {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__blogcard__wrap {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__blogcard__wrap {
    grid-template: "thumb thumb" auto "category time" "ttl ttl" auto "desc desc" auto/auto auto;
    gap: 10px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__blogcard__wrap {
    grid-template: "thumb category time" auto "thumb ttl ttl" max-content "desc desc desc" 1fr/150px auto auto;
    gap: 0 20px;
    padding: 50px;
  }
}
.mod__blogcard__wrap:hover {
  background: rgba(205, 180, 219, 0.3);
}
.mod__blogcard__wrap:hover .mod__blogcard__thumb img {
  transform: scale(1.1);
}
.mod__blogcard__ttl {
  grid-area: ttl;
}
.mod__blogcard__category {
  grid-area: category;
  font-size: 1.3rem;
  text-decoration: underline;
}
.mod__blogcard__time {
  grid-area: time;
  font-size: 1.3rem;
}
.mod__blogcard__thumb {
  grid-area: thumb;
  border-radius: 15px;
  overflow: hidden;
}
.mod__blogcard__desc {
  grid-area: desc;
  padding-top: 20px;
  font-size: 1.3rem;
  border-top: 2px dotted #d3befa;
}
@media only screen and (max-width: 834px) {
  .mod__blogcard__desc {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__blogcard__desc {
    margin-top: 20px;
  }
}

/* =========================
お知らせ一覧（ホーム・お知らせ一覧）
========================= */
.mod__news--archive__item {
  border-top: 3px dotted #c2e4ff;
}
.mod__news--archive__item:last-of-type {
  border-bottom: 3px dotted #c2e4ff;
}
.mod__news--archive__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .mod__news--archive__link {
    flex-direction: column;
    padding: 1.8em 40px 1.8em 0;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__news--archive__link {
    height: 80px;
    padding: 0.5em 60px 0.5em 0;
  }
}
.mod__news--archive__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  display: block;
  width: 18px;
  height: 100%;
  background: url(./../images/common/icon_arrow--blue.svg) center no-repeat;
  background-size: contain;
}
.mod__news--archive__link:hover {
  background: #eff8fb;
  opacity: 0.8;
}
@media only screen and (max-width: 834px) {
  .mod__news--archive__link .date {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__news--archive__link .date {
    width: 200px;
  }
}
.mod__news--archive__link .ttl {
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .mod__news--archive__link .ttl {
    width: 100%;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__news--archive__link .ttl {
    width: calc(100% - 200px);
    padding-left: 60px;
  }
}

/* =========================
カタログ請求受付中（女の子・男の子・光るランドセル）
========================= */
/*----------memo-----------
  背景画像1枚分の↑移動をrepeat-yで繰り返し
---------------------------*/
.mod__catalog {
  display: block;
  max-width: 1260px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 834px) {
  .mod__catalog {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog {
    padding-bottom: 100px;
  }
}
.mod__catalog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background: url(./../images/common/bg_catalog02.svg) center center repeat-y #fff8f2;
  animation: bg-up 10s linear infinite;
  z-index: -10;
}
@keyframes bg-up {
  0% {
    background-position: center 51.2445095168vw;
  }
  100% {
    background-position: center 0;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog {
    max-width: 480px;
  }
}
.mod__catalog__ttl {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__catalog__ttl:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog__ttl:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
.mod__catalog__ttl .dots {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}
.mod__catalog__ttl .dots::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 6px;
  background: url(./../images/common/parts_line-dots--colorful.svg) left center repeat-x;
  background-size: contain;
}
.mod__catalog__bnr {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 710px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__catalog__bnr {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog__bnr {
    margin-top: 40px;
  }
}
.mod__catalog__bnr img {
  max-width: 100%;
  height: auto;
}
.mod__catalog__desc {
  text-align: center;
  word-break: auto-phrase;
}
@media only screen and (max-width: 834px) {
  .mod__catalog__desc {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog__desc {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog__desc {
    line-height: 2;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog__desc {
    line-height: 2.5;
  }
}
.mod__catalog__msg {
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .mod__catalog__msg {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog__msg {
    margin-top: 80px;
  }
}
.mod__catalog .msg {
  display: block;
  max-width: 680px;
}
.mod__catalog .msg__container {
  position: relative;
  grid-area: container;
  background: #ffffff;
}
@media only screen and (max-width: 834px) {
  .mod__catalog .msg__container {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog .msg__container {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog .msg__container {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog .msg__container {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog .msg__container {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog .msg__container {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog .msg__container {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__catalog .msg__container {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__catalog .msg__container {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog .msg__container {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__catalog .msg__container {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__catalog .msg__container {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog .msg__ttl {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog .msg__ttl {
    font-size: 2.6rem;
  }
}
.mod__catalog .msg__txt {
  margin-top: 1em;
  line-height: 2;
}
.mod__catalog .msg__img {
  grid-area: img;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__catalog .msg__img img {
    width: 160px;
    height: 160px;
  }
}
.mod__catalog .msg__img .caption {
  margin-top: 0.5em;
}
@media only screen and (max-width: 834px) {
  .mod__catalog__weight {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog__weight {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog__weight__ttl {
    font-size: clamp(1.6rem, 5vw, 1.8rem);
  }
}
.mod__catalog__weight__container {
  display: grid;
}
@media only screen and (max-width: 834px) {
  .mod__catalog__weight__container {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog__weight__container {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__catalog__weight__container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog__weight__container {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
.mod__catalog .weight__figure {
  width: 100%;
  height: 100%;
  text-align: center;
}
.mod__catalog .weight__figure .caption {
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 834px) {
  .mod__catalog .weight__figure .caption {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__catalog .weight__figure .caption {
    font-size: 2.4rem;
  }
}
.mod__catalog .weight__figure .clarino {
  position: relative;
  padding-left: 40px;
}
.mod__catalog .weight__figure .clarino::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background: url(./../images/common/icon_clarino.svg) center no-repeat;
  background-size: contain;
}
.mod__catalog .weight__figure .cow {
  position: relative;
  padding-left: 40px;
}
.mod__catalog .weight__figure .cow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background: url(./../images/common/icon_cowhide.svg) center no-repeat;
  background-size: contain;
}

/* =========================
光るランドセルコラム
========================= */
.mod__bright-column {
  position: relative;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  background: #eff8fb;
  z-index: 0;
}
@media only screen and (max-width: 834px) {
  .mod__bright-column {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__bright-column {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column {
    padding: 80px;
  }
}
.mod__bright-column::before {
  content: "";
  position: absolute;
  background: url(./../images/common/img_catalog_column03.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__bright-column::before {
    top: 35%;
    left: -15px;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 110px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column::before {
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 250px;
  }
}
.mod__bright-column::after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: 0;
  transform: translate(40%, 0);
  background: url(./../images/common/img_catalog_column04.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__bright-column::after {
    width: 50px;
    height: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column::after {
    width: 100px;
    height: 200px;
  }
}
.mod__bright-column__ttl {
  width: 100%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 834px) {
  .mod__bright-column__ttl {
    font-size: clamp(1.7rem, 5.313vw, 2rem);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column__ttl {
    padding-right: 50%;
    font-size: 2.6rem;
  }
}
.mod__bright-column__container {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 834px) {
  .mod__bright-column__container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 834px) {
  .mod__bright-column__container:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column__container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 834px) {
  .mod__bright-column__txt {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column__txt {
    width: 50%;
  }
}
.mod__bright-column__desc:nth-of-type(n + 2) {
  margin-top: 2em;
}
@media only screen and (max-width: 834px) {
  .mod__bright-column__img {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column__img {
    width: calc(50% - 40px);
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column__img.translate {
    transform: translate(60px, -180px) scale(115%);
  }
}
.mod__bright-column__img.illust--bird {
  position: relative;
}
.mod__bright-column__img.illust--bird::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 60%);
  background: url(./../images/common/illust--bird--white.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__bright-column__img.illust--bird::after {
    width: 50px;
    height: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__bright-column__img.illust--bird::after {
    width: 70px;
    height: 55px;
  }
}

/* =========================
よくあるご質問（女の子・男の子・光るランドセル）
========================= */
.mod__faq {
  position: relative;
  background: #fff8f2;
}
.mod__faq::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  background: url(./../images/common/divider_wave--orange.svg) center repeat-x;
}
.mod__faq::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  top: auto;
  bottom: 1px;
  background: url(./../images/common/divider_wave--orange.svg) center repeat-x;
  transform: translate(-50%, 100%) rotate(180deg);
}
.mod__faq__wrap {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__faq__wrap {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__faq__wrap {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__faq__wrap {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__faq__wrap {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__faq__wrap {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__faq__wrap {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__faq__wrap {
    max-width: 480px;
  }
}
.mod__faq__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  transform: translate(-50%, -50%);
  background: url(./../images/common/illust_faq01.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__faq__wrap::before {
    width: 70px;
    height: 62px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__faq__wrap::before {
    width: 150px;
    height: 130px;
  }
}
.mod__faq__wrap::after {
  content: "";
  position: absolute;
  background: url(./../images/common/illust_faq02.webp) center no-repeat;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .mod__faq__wrap::after {
    bottom: 0;
    right: 10px;
    transform: translate(0, 50%);
    width: 100px;
    height: 86px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__faq__wrap::after {
    bottom: 0;
    right: 40px;
    transform: translate(0, 0);
    width: 230px;
    height: 200px;
  }
}
.mod__faq__desc {
  text-align: center;
  line-height: 2.5;
}
@media only screen and (max-width: 834px) {
  .mod__faq__desc {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__faq__desc {
    margin-top: 40px;
  }
}
.mod__faq__btn {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}
@media only screen and (max-width: 834px) {
  .mod__faq__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__faq__btn {
    margin-top: 80px;
  }
}

/* =========================
商品リスト　ラインナップ
========================= */
.mod__lineup > li {
  display: grid;
  background: #ffffff;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li {
    grid-template-columns: 100%;
    gap: 20px;
    border-radius: 30px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li {
    grid-template-columns: calc(50% - 20px);
    gap: 20px 40px;
    border-radius: 40px;
    padding: 90px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li:nth-of-type(even) .text h3 {
    grid-column: 1/2;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li:nth-of-type(even) .text .spec {
    grid-column: 1/2;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li:nth-of-type(even) .text .slider__thumb-pc {
    grid-column: 2/3;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li:nth-of-type(even) .text .price {
    grid-column: 1/2;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li:nth-of-type(even) .text .intro {
    grid-column: 1/2;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li:nth-of-type(even) .text a {
    grid-column: 1/2;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li:nth-of-type(even) .slider {
    grid-column: 2/3;
    overflow: hidden;
  }
}
.mod__lineup > li .text {
  display: contents;
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text h3 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.mod__lineup > li .text h3 > div {
  display: flex;
  align-items: center;
}
.mod__lineup > li .text h3 > div img {
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .text h3 .yumepika {
    max-width: 60px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text h3 .yumepika {
    max-width: 90px;
    margin-left: 20px;
  }
}
.mod__lineup > li .text h3 > span {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .text h3 > span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text h3 > span {
    font-size: 2.8rem;
  }
}
.mod__lineup > li .text h3 > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(./../images/common/parts_wave--pink.svg) left repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .text h3 > span::after {
    height: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text h3 > span::after {
    height: 17px;
  }
}
.mod__lineup > li .text .spec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .text .spec {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text .spec {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.mod__lineup > li .text .spec > li {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #444444;
}
.mod__lineup > li .text .spec .clarino {
  padding-left: 20px;
}
.mod__lineup > li .text .spec .clarino::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(./../images/common/icon_clarino.svg) center no-repeat;
  background-size: contain;
}
.mod__lineup > li .text .spec .cowhide {
  padding-left: 20px;
}
.mod__lineup > li .text .spec .cowhide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(./../images/common/icon_cowhide.svg) center no-repeat;
  background-size: contain;
}
.mod__lineup > li .text .spec .cordovan {
  padding-left: 20px;
}
.mod__lineup > li .text .spec .cordovan::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(./../images/common/icon_cordovan.svg) center no-repeat;
  background-size: contain;
}
.mod__lineup > li .text .spec .color {
  padding-left: 20px;
}
.mod__lineup > li .text .spec .color::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(./../images/common/icon_pallet.svg) center no-repeat;
  background-size: contain;
}
.mod__lineup > li .text .spec .weight {
  padding-left: 20px;
}
.mod__lineup > li .text .spec .weight::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(./../images/common/icon_randoselu.svg) center no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text .slider__thumb-pc {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text .intro {
    grid-column: 2/3;
    grid-row: 3/4;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text .price {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
.mod__lineup > li .text .price > span {
  margin-right: 0.25em;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .text .price > span {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text .price > span {
    font-size: 2.8rem;
  }
}
.mod__lineup > li .text a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .text a {
    padding-right: 60px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text a {
    grid-column: 2/3;
    grid-row: 5/6;
    padding-right: 80px;
    font-size: 1.7rem;
  }
}
.mod__lineup > li .text a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  margin-left: 20px;
  background: url(./../images/common/btn_purple.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  background: url(./../images/common/btn_pink.svg) center no-repeat;
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .text a::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .text a::after {
    width: 50px;
    height: 50px;
  }
}
.mod__lineup > li .text a:hover::after {
  background: url(./../images/common/btn_pink--hover.svg) center no-repeat;
  background-size: contain;
}
.mod__lineup > li .slider {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .slider {
    display: contents;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .slider {
    grid-column: 1/2;
    grid-row: 1/5;
  }
}
.mod__lineup > li .slider__slide {
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .slider__slide {
    height: auto;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .slider__slide {
    height: 100%;
    grid-row: 1/2;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .mod__lineup > li .slider__slide > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.mod__lineup > li .slider__slide.slick-initialized {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.mod__lineup > li .slider__slide div {
  height: 100%;
  transition: none;
}
.mod__lineup > li .slider__slide li {
  position: relative;
}
.mod__lineup > li .slider__slide li.model img {
  object-fit: cover;
  padding: 0px;
  border: none;
  background-color: transparent;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .slider__slide li.model img {
    border-radius: 6px 6px 0 0;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .slider__slide li.model img {
    border-radius: 12px 0 0 12px;
  }
}
.mod__lineup > li .slider__slide li.model span {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
}
.mod__lineup > li .slider__slide li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: none;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .slider__slide li img {
    padding: 15px 30px 35px;
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .slider__slide li img {
    width: 100%;
    height: 100%;
    padding: 20px 40px 50px;
    object-fit: contain;
    font-family: "object-fit: contain;";
    border-radius: 12px;
  }
}
.mod__lineup > li .slider__slide li span {
  display: block;
  white-space: nowrap;
  min-width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.4;
  border-radius: 35px;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .slider__slide li span {
    font-size: 0.9em;
    bottom: 5px;
    padding: 5px 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .slider__slide li span {
    bottom: 10px;
    padding: 5px 15px;
  }
}
.mod__lineup > li .slider__slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 41px;
  padding: 0;
  color: transparent;
  border-radius: 0;
  font-size: 0;
  border: none;
  z-index: 5;
  -webkit-appearance: none;
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .slider__slide .slick-arrow {
    width: 14px;
    height: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .slider__slide .slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .slider__slide .slick-arrow.slick-next {
    right: -10px;
    transform: translate(100%, 0);
    background: url(./../images/common/icon_angle--pink.svg) center no-repeat;
    background-size: contain;
    outline: none;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup > li .slider__slide .slick-arrow.slick-prev {
    left: -10px;
    transform: translate(-100%, 0) rotate(180deg);
    background: url(./../images/common/icon_angle--pink.svg) center no-repeat;
    background-size: contain;
    outline: none;
  }
}
.mod__lineup > li .slider__thumb-pc {
  display: flex;
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .slider__thumb-pc {
    margin-bottom: 20px;
  }
}
.mod__lineup > li .slider__thumb-pc li {
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 835px) {
  .mod__lineup > li .slider__thumb-pc li {
    width: 56px;
    height: 56px;
    margin-right: 5px;
  }
}
.mod__lineup > li .slider__thumb-pc li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.mod__lineup > li .slider__thumb-sp {
  grid-row: 2/3;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.mod__lineup > li .slider__thumb-sp > li {
  width: calc(16.6666666667% - 4.1666666667px);
  height: auto;
  aspect-ratio: 1/1;
}
.mod__lineup > li .slider .thumbnail-current {
  position: relative;
}
.mod__lineup > li .slider .thumbnail-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #eff8fb;
}
@media only screen and (max-width: 834px) {
  .mod__lineup .fujitabag .text h3 .logo {
    max-width: 90px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .fujitabag .text h3 .logo {
    max-width: 135px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .tripleheart .text h3 .logo {
    max-width: 75px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .tripleheart .text h3 .logo {
    max-width: 120px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .petitheart .text h3 .logo {
    max-width: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .petitheart .text h3 .logo {
    max-width: 140px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .petitheart--md .text h3 .logo {
    max-width: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .petitheart--md .text h3 .logo {
    max-width: 90px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .dreamlove .text h3 .logo {
    max-width: 110px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .dreamlove .text h3 .logo {
    max-width: 140px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .loveheart .text h3 .logo {
    max-width: 140px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .loveheart .text h3 .logo {
    max-width: 190px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .sunshinepretty .text h3 .logo {
    max-width: 140px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .sunshinepretty .text h3 .logo {
    max-width: 190px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .aprica .text h3 .logo {
    max-width: 90px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .aprica .text h3 .logo {
    max-width: 120px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .graceland .text h3 {
    max-width: 120px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .graceland .text h3 {
    max-width: 160px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .blackcaps-flash .text h3 .logo {
    max-width: 75px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .blackcaps-flash .text h3 .logo {
    max-width: 110px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .rainbowforce .text h3 .logo {
    max-width: 105px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .rainbowforce .text h3 .logo {
    max-width: 160px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .blackcaps .text h3 .logo {
    max-width: 120px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .blackcaps .text h3 .logo {
    max-width: 135px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .trad .text h3 .logo {
    max-width: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .trad .text h3 .logo {
    max-width: 110px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .trad-flash .text h3 .logo {
    max-width: 90px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .trad-flash .text h3 .logo {
    max-width: 135px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .thunderwing .text h3 .logo {
    max-width: 120px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .thunderwing .text h3 .logo {
    max-width: 155px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .anciel .text h3 {
    max-width: 90px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .anciel .text h3 {
    max-width: 140px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .bluechrist .text h3 {
    max-width: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .bluechrist .text h3 {
    max-width: 150px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .dreamcrew .text h3 {
    max-width: 110px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .dreamcrew .text h3 {
    max-width: 140px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .galaxy .text h3 {
    max-width: 120px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .galaxy .text h3 {
    max-width: 140px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .delight .text h3 {
    max-width: 95px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .delight .text h3 {
    max-width: 115px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .sunshineglad .text h3 {
    max-width: 120px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .sunshineglad .text h3 {
    max-width: 160px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__lineup .premium .text h3 {
    max-width: 130px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__lineup .premium .text h3 {
    max-width: 150px;
  }
}

/* ======================
フジタのいいところ
====================== */
.mod__usp {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .mod__usp {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__usp {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp {
    padding: 100px 80px;
  }
}
.mod__usp__ttl {
  line-height: 1.4;
  color: #444444;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__usp__ttl {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__ttl {
    font-size: 3.6rem;
  }
}
.mod__usp__desc {
  margin-top: 2em;
  text-align: center;
}
.mod__usp__container {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__usp__container {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__container {
    margin-top: 80px;
  }
}
.mod__usp__lead01 {
  position: relative;
  display: inline-block;
  margin-top: 2em;
  padding-left: 45px;
  padding-bottom: 0.5em;
  color: #ff94b4;
  font-weight: bold;
}
.mod__usp__lead01::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  left: 0;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background: url(./../images/common/icon_check--pink.svg) center no-repeat;
  background-size: contain;
}
.mod__usp__lead01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(./../images/common/parts_wave--pink.svg) left repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__usp__lead01::after {
    height: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__lead01::after {
    height: 17px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__usp__lead01 {
    font-size: 150%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__lead01 {
    font-size: 200%;
  }
}
.mod__usp__lead02 {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding-left: 45px;
  padding-bottom: 0.5em;
  color: #91baff;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .mod__usp__lead02 {
    font-size: 150%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__lead02 {
    font-size: 200%;
  }
}
.mod__usp__lead02::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  left: 0;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background: url(./../images/common/icon_check--blue.svg) center no-repeat;
  background-size: contain;
}
.mod__usp__lead02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(./../images/common/parts_wave--blue.svg) left repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .mod__usp__lead02::after {
    height: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__lead02::after {
    height: 17px;
  }
}
.mod__usp__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .mod__usp__img {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__img {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__usp__img figure:nth-of-type(1) {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__img figure:nth-of-type(1) {
    width: 70%;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__usp__img figure:nth-of-type(2) {
    width: 100%;
    max-width: 200px;
    margin: 40px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__img figure:nth-of-type(2) {
    width: 30%;
  }
}
.mod__usp__btn {
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}
@media only screen and (max-width: 834px) {
  .mod__usp__btn {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__btn {
    margin-top: 40px;
  }
}
.mod__usp__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  color: #ffffff;
  border: 1px solid #a2d2ff;
  border-radius: 10px;
  background-color: #a2d2ff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.25;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__usp__btn a {
    padding: 1em 3.5em 1em 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__btn a {
    padding: 1.5em 3.5em 1.5em 1.5em;
    font-size: 2.2rem;
  }
}
.mod__usp__btn a:link, .mod__usp__btn a:visited {
  color: #ffffff;
}
.mod__usp__btn a:hover {
  color: #ffffff;
  background-color: #91baff;
  border-color: #91baff;
}
.mod__usp__btn a:hover::after {
  border-color: #ffffff;
}
.mod__usp__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translate(0, -50%);
  display: block;
  background: url(./../images/common/btn_white--blue.svg) center/14px no-repeat #ffffff;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .mod__usp__btn a::after {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__usp__btn a::after {
    width: 30px;
    height: 30px;
  }
}

/* =========================
  ショールーム情報
========================= */
.mod__showroom {
  display: block;
  max-width: 1280px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .mod__showroom {
    padding-inline: 30px 0px 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom {
    padding-inline: 0px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom {
    border-top: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__showroom:nth-of-type(odd) .text {
    padding: 20px 0 50px 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__showroom:nth-of-type(odd) .text {
    padding: 20px 0 50px 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom:nth-of-type(even) {
    flex-direction: row;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__showroom:nth-of-type(even) .text {
    padding: 20px 30px 50px 0;
  }
}
@media print, screen and (min-width: 1220px) {
  .mod__showroom:nth-of-type(even) .text {
    padding: 20px 50px 50px 0;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom:first-of-type {
    border-top: none;
  }
}
.mod__showroom__btn {
  position: relative;
  display: block;
  border-radius: 6px;
  padding: 0.5em 2.5em 0.5em 1em;
  background: #ffafcc;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin: 1em auto 0;
  max-width: 380px;
}
.mod__showroom__btn:link, .mod__showroom__btn:visited {
  color: #ffffff;
}
.mod__showroom__btn::after {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mod__showroom__btn.btn--blue {
  background: #a2d2ff;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text {
    width: 41.9643%;
    max-width: 470px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .head {
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text .head {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .mod__showroom .text .head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .mod__showroom .text .head > * {
    align-self: flex-start;
  }
}
.mod__showroom .text .head .mod__heading03 {
  margin-bottom: 0 !important;
}
.mod__showroom .text .head i {
  max-width: 120px;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .head i {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text .head i {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .mod__showroom .text .head i {
    margin-top: 20px;
    padding: 0;
  }
}
.mod__showroom .text .head i img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.mod__showroom .text .mod__heading03 {
  color: #8e6143;
  flex-shrink: 0;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .mod__heading03 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text .mod__heading03 {
    margin-bottom: 15px;
    text-align: left;
  }
}
.mod__showroom .text .mod__heading03 .small {
  display: block;
  font-size: 0.8em;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .box {
    text-align: center;
  }
}
.mod__showroom .text .box.close span {
  background-color: #707070;
}
.mod__showroom .text .box span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #ed7986;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .box span {
    font-size: 1.4rem;
    padding: 7px 12px 8px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text .box span {
    font-size: 2rem;
    padding: 8px 15px 10px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .box--l {
    text-align: center;
  }
}
.mod__showroom .text .box--l span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #ed7986;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .box--l span {
    font-size: 1.4rem;
    padding: 7px 12px 8px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text .box--l span {
    font-size: 2.4rem;
    padding: 8px 15px 10px;
  }
}
.mod__showroom .text > p {
  margin-top: 1em;
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text > p {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
.mod__showroom .text dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text dl {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text dl {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text dl dt,
  .mod__showroom .text dl dd {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text dl dt:nth-of-type(n + 2),
  .mod__showroom .text dl dd:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text dl dt:nth-of-type(n + 2),
  .mod__showroom .text dl dd:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.mod__showroom .text dl dt {
  padding-right: 15px;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text dl dt {
    width: 30%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text dl dt {
    width: 95px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text dl dd {
    width: 70%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text dl dd {
    width: calc(100% - 95px);
  }
}
.mod__showroom .text dl dd span {
  display: flex;
  align-items: center;
}
.mod__showroom .text dl dd span::before {
  width: 11px;
  height: 16px;
  content: "";
  background: url(../images/common/pin-icon-pink.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.mod__showroom .text dl dd span a {
  text-decoration: underline;
}
.mod__showroom .text dl dd span a:hover {
  text-decoration: none;
}
.mod__showroom .text dl dd span.em {
  display: inline;
  color: #ff0033;
}
.mod__showroom .text dl dd span.em::before {
  display: none;
}
.mod__showroom .text dl dd span.em a {
  color: #ff0033;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text dl dd > a {
    text-decoration: underline;
  }
  .mod__showroom .text dl dd > a:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text dl dd > a {
    text-decoration: none;
    pointer-events: none;
  }
}
.mod__showroom .text .slider {
  width: 100%;
  margin: 20px auto 0px;
}
.mod__showroom .text .slider .slick-slider div {
  transition: none;
}
.mod__showroom .text .slider.portrait .slider__slide li:before, .mod__showroom .text .slider.portrait .slider__thumb li:before {
  padding-top: 133.378%;
}
.mod__showroom .text .slider__slide {
  border: 1px solid #ccc;
  opacity: 0;
  overflow: hidden;
  height: auto;
  aspect-ratio: 740/493;
}
.mod__showroom .text .slider__slide.slick-initialized {
  opacity: 1;
}
.mod__showroom .text .slider__slide li {
  position: relative;
  width: 100%;
}
.mod__showroom .text .slider__slide li:before {
  display: block;
  content: "";
  padding-top: 66.667%;
}
.mod__showroom .text .slider__slide li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.mod__showroom .text .slider__thumb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .slider__thumb {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text .slider__thumb {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .slider__thumb {
    gap: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text .slider__thumb {
    gap: 15px;
  }
}
.mod__showroom .text .slider__thumb li {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 740/493;
}
.mod__showroom .text .slider__thumb li:before {
  display: block;
  content: "";
  padding-top: 66.667%;
}
.mod__showroom .text .slider__thumb li.thumbnail-current {
  opacity: 0.6;
}
.mod__showroom .text .slider__thumb li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .text .slider__thumb li:nth-child(n+5) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .text .slider__thumb li:nth-child(n+5) {
    margin-top: 10px;
  }
}
.mod__showroom .text figure {
  width: 100%;
  margin: 20px auto 0px;
  position: relative;
}
.mod__showroom .text figure:before {
  display: block;
  content: "";
  padding-top: 66.667%;
}
.mod__showroom .text figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .map {
    width: 100%;
    height: 0;
    padding-top: 74.923%;
    position: relative;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .map {
    width: 58.0357%;
    max-width: 650px;
  }
}
.mod__showroom .map img {
  max-width: 100%;
  height: auto;
}
.mod__showroom .map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .map iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .map iframe {
    display: block;
    object-fit: cover;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom__note {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom__note {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom__review {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom__review {
    margin-top: 50px;
  }
}
.mod__showroom__review .review__ttl {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__showroom__review .review__ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom__review .review__ttl {
    font-size: 1.8rem;
  }
}
.mod__showroom__review .review__ttl .call {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.mod__showroom__review .review__ttl .call::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(-15deg);
  width: 6px;
  height: 40px;
  background: url(./../images/common/icon_bar.svg) center no-repeat;
  background-size: contain;
}
.mod__showroom__review .review__ttl .call::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(15deg);
  width: 6px;
  height: 40px;
  background: url(./../images/common/icon_bar.svg) center no-repeat;
  background-size: contain;
}
.mod__showroom__review .review__ttl .voice {
  position: relative;
  padding-right: 45px;
  font-size: 150%;
  color: #df2c37;
}
.mod__showroom__review .review__ttl .voice::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 40px;
  height: 30px;
  background: url(./../images/common/icon_voice.svg) center no-repeat;
  background-size: contain;
}
.mod__showroom__review .review__container {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 834px) {
  .mod__showroom__review .review__container {
    margin-top: 0.5em;
    padding: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom__review .review__container {
    margin-top: 0.5em;
    padding: 20px;
  }
}
.mod__showroom__review .review__rating {
  display: flex;
  order: -1;
}
@media print, screen and (min-width: 835px) {
  .mod__showroom__review .review__rating {
    height: 25px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom__review .review__rating .rating-star {
    width: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom__review .review__rating .rating-star {
    width: 25px;
  }
}
.mod__showroom__review .review__comment {
  margin-top: 1em;
}
.mod__showroom__review .review__morebtn {
  margin-top: 20px;
}
.mod__showroom__review .review__morebtn .mod__button03 {
  max-width: 280px;
}
.mod__showroom .note {
  border: 4px solid #ffc6db;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .note {
    border-radius: 30px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .note {
    border-radius: 40px;
    padding: 30px;
  }
}
.mod__showroom .note__ttl {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__showroom .note__ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .note__ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 834px) {
  .mod__showroom .note__desc {
    margin-top: 20px;
    text-align: left !important;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__showroom .note__desc {
    margin-top: 20px;
  }
}

/* =====================
お問い合わせフォーム
===================== */
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.mod__contactForm dl dt,
.mod__contactForm dl dd {
  line-height: 1.4;
  background: #f5f2ef;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dt,
  .mod__contactForm dl dd {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dt,
  .mod__contactForm dl dd {
    display: flex;
    padding: 20px;
  }
  .mod__contactForm dl dt:nth-of-type(n + 2),
  .mod__contactForm dl dd:nth-of-type(n + 2) {
    margin-top: 5px;
  }
  .mod__contactForm dl dt.wide,
  .mod__contactForm dl dd.wide {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dt {
    font-size: 1.8rem;
    padding-top: 15px;
  }
  .mod__contactForm dl dt:nth-of-type(n + 2) {
    border-top: 5px solid #ffffff;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dt {
    width: 30%;
    font-size: 2.4rem;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .mod__contactForm dl dt {
    width: 250px;
    max-width: none;
  }
}
.mod__contactForm dl dt small {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  background: #a9ceee;
  margin-left: 5px;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dt small {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dt small {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.mod__contactForm dl dt small.required {
  background: #eeb3cf;
}
.mod__contactForm dl dt span {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dt span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dt span {
    font-size: 1.6rem;
  }
}
.mod__contactForm dl dd {
  /*IE10以降に適用されるCSSハック */
  /*Chromeだけに適用されるCSSハック*/
  /*Firefoxだけに適用されるCSSハック*/
  /*Safariだけに適用されるCSSハック*/
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd.wide {
    margin: 0;
    padding: 0 20px 20px 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  .mod__contactForm dl dd select::-ms-expand {
    display: none;
  }
  .mod__contactForm dl dd select {
    padding-right: 31px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .mod__contactForm dl dd select {
    -webkit-appearance: none;
    padding-right: 31px;
  }
}
@-moz-document url-prefix() {
  .mod__contactForm dl dd select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mod__contactForm dl dd select {
    -webkit-appearance: none;
    padding-right: 31px;
  }
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dd {
    padding: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd {
    width: 70%;
    padding-left: 0;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .mod__contactForm dl dd {
    width: calc(100% - 250px);
    max-width: none;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd:last-of-type {
    padding-bottom: 20px;
    border-top: none;
  }
}
.mod__contactForm dl dd.error-item input[type=text],
.mod__contactForm dl dd.error-item input[type=email],
.mod__contactForm dl dd.error-item input[type=tel],
.mod__contactForm dl dd.error-item textarea,
.mod__contactForm dl dd.error-item select {
  background-color: #fadce2;
}
.mod__contactForm dl dd.error-item .mwform-radio-field-text::after,
.mod__contactForm dl dd.error-item .mwform-checkbox-field-text::after {
  background-color: #fadce2;
}
.mod__contactForm dl dd input[type=text],
.mod__contactForm dl dd input[type=email],
.mod__contactForm dl dd input[type=tel],
.mod__contactForm dl dd textarea,
.mod__contactForm dl dd select {
  width: 100%;
  color: #444444;
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dd input[type=text],
  .mod__contactForm dl dd input[type=email],
  .mod__contactForm dl dd input[type=tel],
  .mod__contactForm dl dd textarea,
  .mod__contactForm dl dd select {
    padding: 7px 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd input[type=text],
  .mod__contactForm dl dd input[type=email],
  .mod__contactForm dl dd input[type=tel],
  .mod__contactForm dl dd textarea,
  .mod__contactForm dl dd select {
    padding: 14px 10px;
  }
}
.mod__contactForm dl dd select {
  background: url(../images/common/select-arrow.png) right center no-repeat #ffffff;
  background-size: contain;
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd select {
    font-size: 2.4rem;
    padding: 8px 31px 8px 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd #name,
  .mod__contactForm dl dd #kana,
  .mod__contactForm dl dd #phone,
  .mod__contactForm dl dd #post,
  .mod__contactForm dl dd #zip,
  .mod__contactForm dl dd #prefectures,
  .mod__contactForm dl dd #pref {
    max-width: 200px;
  }
}
.mod__contactForm dl dd #prefectures,
.mod__contactForm dl dd #pref {
  margin-bottom: 10px;
}
.mod__contactForm dl dd input[type=radio],
.mod__contactForm dl dd input[type=checkbox] {
  display: none;
}
.mod__contactForm dl dd .mwform-radio-field,
.mod__contactForm dl dd .mwform-checkbox-field {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dd .mwform-radio-field:nth-of-type(n + 2),
  .mod__contactForm dl dd .mwform-checkbox-field:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd .mwform-radio-field:nth-of-type(n + 2),
  .mod__contactForm dl dd .mwform-checkbox-field:nth-of-type(n + 2) {
    margin-left: 35px;
  }
}
.mod__contactForm dl dd .mwform-radio-field label,
.mod__contactForm dl dd .mwform-checkbox-field label {
  margin: 0;
}
.mod__contactForm dl dd .mwform-radio-field-text,
.mod__contactForm dl dd .mwform-checkbox-field-text {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dd .mwform-radio-field-text,
  .mod__contactForm dl dd .mwform-checkbox-field-text {
    line-height: 1;
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd .mwform-radio-field-text,
  .mod__contactForm dl dd .mwform-checkbox-field-text {
    line-height: 1.4;
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.mod__contactForm dl dd .mwform-radio-field-text::before,
.mod__contactForm dl dd .mwform-checkbox-field-text::before {
  content: "";
  background-color: #444444;
  display: block;
  border-radius: 50%;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto 0;
  opacity: 0;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dd .mwform-radio-field-text::before,
  .mod__contactForm dl dd .mwform-checkbox-field-text::before {
    width: 10px;
    height: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd .mwform-radio-field-text::before,
  .mod__contactForm dl dd .mwform-checkbox-field-text::before {
    width: 12px;
    height: 12px;
  }
}
.mod__contactForm dl dd .mwform-radio-field-text::after,
.mod__contactForm dl dd .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  transition: border-color 0.2s linear;
  box-sizing: border-box;
  border: 1px solid #444444;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dd .mwform-radio-field-text::after,
  .mod__contactForm dl dd .mwform-checkbox-field-text::after {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd .mwform-radio-field-text::after,
  .mod__contactForm dl dd .mwform-checkbox-field-text::after {
    width: 18px;
    height: 18px;
  }
}
.mod__contactForm dl dd input[type=radio]:checked + .mwform-radio-field-text::before,
.mod__contactForm dl dd input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  opacity: 1;
}
.mod__contactForm dl dd .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dd .form__image {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm dl dd .form__image {
    margin-top: 20px;
  }
}
.mod__contactForm dl dd .form__image li {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm dl dd .form__image li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.mod__contactForm dl dd .form__image li input[type=file] {
  display: block;
}
.mod__contactForm dl dd .form__image li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mod__contactForm dl dd .form__image li .mwform-file-delete {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm .policy {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm .policy {
    margin-top: 50px;
  }
}
.mod__contactForm .policy p {
  text-align: center;
}
.mod__contactForm .policy p a {
  color: #444444;
  text-decoration: underline;
}
.mod__contactForm .policy p a:hover {
  text-decoration: none;
}
.mod__contactForm #submit {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm #submit {
    flex-direction: column;
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm #submit {
    justify-content: center;
    margin: 50px auto 0 auto;
  }
}
.mod__contactForm #submit input[type=submit],
.mod__contactForm #submit .return {
  color: #444444;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/right-arrow-green.png) right 15px center no-repeat #f3eca0;
  background-size: 6px 8px;
  border: none;
  border-bottom: 4px solid #bcaf3d;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm #submit input[type=submit],
  .mod__contactForm #submit .return {
    height: 50px;
    font-size: 1.6rem;
    margin-top: -4px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm #submit input[type=submit],
  .mod__contactForm #submit .return {
    width: 400px;
    height: 70px;
    font-size: 2.4rem;
    margin: 0 15px;
  }
}
.mod__contactForm #submit input[type=submit]:hover,
.mod__contactForm #submit .return:hover {
  border-bottom: none;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm #submit input[type=submit]:hover,
  .mod__contactForm #submit .return:hover {
    height: 46px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm #submit input[type=submit]:hover,
  .mod__contactForm #submit .return:hover {
    height: 66px;
    margin-top: 4px;
  }
}
.mod__contactForm #submit .return {
  background: url(../images/common/left-arrow-green.png) left 15px center no-repeat #f5f5f5;
  border-bottom: 4px solid darkgray;
  background-size: 6px 8px;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm #submit .return {
    margin-bottom: 15px;
  }
}
.mod__contactForm .mw_wp_form_confirm .policy {
  display: none;
}
@media only screen and (max-width: 834px) {
  .mod__contactForm .mw_wp_form_confirm dl dd {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__contactForm .mw_wp_form_confirm dl dd {
    font-size: 1.8rem;
  }
}
/* ======================
パンくずリスト
====================== */
#breadcrumbs {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 834px) {
  #breadcrumbs {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  #breadcrumbs {
    padding-inline: 80px;
  }
}
#breadcrumbs > span {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  overflow-x: scroll;
}

@media only screen and (max-width: 834px) {
  main + #breadcrumbs {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  main + #breadcrumbs {
    margin-top: 80px;
  }
}

/* ======================
ヘルパー
====================== */
.p-blo {
  display: inline-block;
}

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

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

.mt-l {
  margin-top: 80px;
}

.mt-m {
  margin-top: 40px;
}

.mt-s {
  margin-top: 30px;
}

.txt-center {
  text-align: center;
}

.bg--white {
  padding: 0 0.25em;
  background: #fff;
}

.c--white {
  padding: 0 0.25em;
  color: #fff;
}

.c--red {
  color: #df2c37;
}

.c--pink {
  color: #ff94b4;
}

.c--blue {
  color: #91baff;
}

.c--green {
  color: #cee128;
}

.c--orange {
  color: #ffd787;
}

.marker--white {
  position: relative;
  display: inline-block;
}
.marker--white::after {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: 0;
  display: block;
  width: 100%;
  height: 0.75em;
  background: #ffffff;
  z-index: -1;
}

.marker--yellow {
  position: relative;
  display: inline-block;
}
.marker--yellow::after {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: 0;
  display: block;
  width: 100%;
  height: 0.75em;
  background: #fffe87;
  z-index: -1;
}

.marker--pink {
  position: relative;
  display: inline-block;
}
.marker--pink::after {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: 0;
  display: block;
  width: 100%;
  height: 0.75em;
  background: #ffc6db;
  z-index: -1;
}

.marker--blue {
  position: relative;
  display: inline-block;
}
.marker--blue::after {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 0.75em;
  background: #c2e4ff;
  z-index: -1;
}

/* ======================
  FadeIn アニメーション
====================== */
.js-FadeUp {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}
.js-FadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: ease-in 0.6s;
}

/*====================================
  03_post
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  ランドセルカラーバリエーション
====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* ======================
波形（区切り）
====================== */
/* ======================
背景
====================== */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  要素のサイズセット
=====================================*/
/* ///////////////////////////////////////////
  page.scss
  下層ページに関する記述
/////////////////////////////////////////// */
/*=================================
  一覧
=================================*/
.page--news {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .page--news {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news {
    padding-inline: 80px;
  }
}
.page--news .mod__pagetitle {
  border-bottom: none;
}
/*=================================
  詳細
=================================*/
.page--news__post .news__post {
  display: block;
  max-width: 1060px;
  margin-inline: auto;
  word-break: auto-phrase;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post {
    padding-inline: 80px;
  }
}
.page--news__post .news__post__ttl {
  border-bottom: none;
}
.page--news__post .news__post__ttl::after {
  display: none;
}
.page--news__post .news__post__date {
  line-height: 1.4;
  color: #444444;
  display: block;
  text-align: center;
}
.page--news__post .news__post__body {
  /* WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */
  /* WordPress Core End
  -------------------------------------------------------------- */
  /* =====================
    221222追加
  ===================== */
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body {
    padding-bottom: 50px;
  }
}
.page--news__post .news__post__body > *:first-child {
  margin-top: 0;
}
.page--news__post .news__post__body img[class*=wp-image-],
.page--news__post .news__post__body img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.page--news__post .news__post__body .alignnone {
  margin: 5px 20px 20px 0;
}
.page--news__post .news__post__body .aligncenter,
.page--news__post .news__post__body div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.page--news__post .news__post__body .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.page--news__post .news__post__body .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.page--news__post .news__post__body a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.page--news__post .news__post__body a img.alignnone {
  margin: 5px 20px 20px 0;
}
.page--news__post .news__post__body a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.page--news__post .news__post__body a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page--news__post .news__post__body .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.page--news__post .news__post__body .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.page--news__post .news__post__body .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.page--news__post .news__post__body .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.page--news__post .news__post__body .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.page--news__post .news__post__body .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.page--news__post .news__post__body .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.page--news__post .news__post__body .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.page--news__post .news__post__body.cf {
  overflow: hidden;
  zoom: 1;
}
.page--news__post .news__post__body.cf:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body .post__thumb {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body .post__thumb {
    margin-bottom: 100px;
  }
}
.page--news__post .news__post__body .post__thumb img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto !important;
  max-width: 100%;
}
.page--news__post .news__post__body h2 {
  margin-top: 2em;
  margin-bottom: 1.2em;
  border-bottom: 3px dotted #c2e4ff;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.page--news__post .news__post__body h3 {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body h3 {
    font-size: 2.4rem;
  }
}
.page--news__post .news__post__body h4 {
  margin-top: 1.4em;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body h4 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body h4 {
    font-size: 1.6rem;
  }
}
.page--news__post .news__post__body h5 {
  font-weight: bold;
}
.page--news__post .news__post__body h6 {
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body p {
    margin: 1em 0;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body p {
    margin: 1.2em 0;
  }
}
.page--news__post .news__post__body p:nth-child(1) {
  margin-top: 0;
}
.page--news__post .news__post__body h1 + p,
.page--news__post .news__post__body h2 + p,
.page--news__post .news__post__body h3 + p,
.page--news__post .news__post__body h4 + p,
.page--news__post .news__post__body h5 + p,
.page--news__post .news__post__body h6 + p {
  margin-top: 0.8em !important;
}
.page--news__post .news__post__body a {
  text-decoration: underline;
}
.page--news__post .news__post__body a img {
  transition: all 0.3s ease;
}
.page--news__post .news__post__body a:hover {
  text-decoration: none;
}
.page--news__post .news__post__body a:hover img {
  opacity: 0.6;
}
.page--news__post .news__post__body .bg_grid {
  background-image: url("../images/page/news/post_bg_grid.png");
  overflow: hidden;
  zoom: 1;
}
.page--news__post .news__post__body .bg_grid:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body .bg_grid {
    margin: 20px 0;
    padding: 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body .bg_grid {
    margin: 50px 0;
    padding: 50px;
  }
}
.page--news__post .news__post__body .balloon {
  background-color: #f5f3da;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body .balloon {
    border-radius: 6px;
    margin: 20px 0;
    padding: 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body .balloon {
    border-radius: 12px;
    margin: 50px 0;
    padding: 50px;
  }
}
.page--news__post .news__post__body .bg01 {
  background-color: #fff5f8;
  border-radius: 12px;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body .bg01 {
    padding: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body .bg01 {
    padding: 50px;
  }
}
.page--news__post .news__post__body .bg02 {
  background-color: #eff8fb;
  border-radius: 12px;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body .bg02 {
    padding: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body .bg02 {
    padding: 50px;
  }
}
.page--news__post .news__post__body .bg03 {
  background-color: #fff8f2;
  border-radius: 12px;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body .bg03 {
    padding: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body .bg03 {
    padding: 50px;
  }
}
.page--news__post .news__post__body .bg01,
.page--news__post .news__post__body .bg02,
.page--news__post .news__post__body .bg03 {
  margin: 2em auto;
}
.page--news__post .news__post__body .bg01 h1,
.page--news__post .news__post__body .bg01 h2,
.page--news__post .news__post__body .bg01 h3,
.page--news__post .news__post__body .bg01 h4,
.page--news__post .news__post__body .bg01 h5,
.page--news__post .news__post__body .bg01 h6,
.page--news__post .news__post__body .bg02 h1,
.page--news__post .news__post__body .bg02 h2,
.page--news__post .news__post__body .bg02 h3,
.page--news__post .news__post__body .bg02 h4,
.page--news__post .news__post__body .bg02 h5,
.page--news__post .news__post__body .bg02 h6,
.page--news__post .news__post__body .bg03 h1,
.page--news__post .news__post__body .bg03 h2,
.page--news__post .news__post__body .bg03 h3,
.page--news__post .news__post__body .bg03 h4,
.page--news__post .news__post__body .bg03 h5,
.page--news__post .news__post__body .bg03 h6 {
  margin-top: 0;
}
.page--news__post .news__post__body .bg01 p:last-of-type,
.page--news__post .news__post__body .bg02 p:last-of-type,
.page--news__post .news__post__body .bg03 p:last-of-type {
  margin-bottom: 0;
}
.page--news__post .news__post__body .marker01 {
  background: linear-gradient(transparent 50%, #ffc6db 50%);
}
.page--news__post .news__post__body .marker02 {
  background: linear-gradient(transparent 50%, #c2e4ff 50%);
}
.page--news__post .news__post__body .marker03 {
  background: linear-gradient(transparent 50%, #fffe87 50%);
}
.page--news__post .news__post__body .list {
  padding-left: 1em;
}
.page--news__post .news__post__body .list > li {
  margin-top: 1em;
  list-style-position: inside;
}
.page--news__post .news__post__body img {
  max-width: 100%;
  height: auto;
}
.page--news__post .news__post__body .dl-table01 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
  padding: 1em;
}
.page--news__post .news__post__body .dl-table01 > dt {
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body .dl-table01 > dt {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body .dl-table01 > dt {
    width: 200px;
  }
}
.page--news__post .news__post__body .dl-table01 > dt:nth-child(n+2) {
  margin-top: 1em;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__post__body .dl-table01 > dd {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__post__body .dl-table01 > dd {
    width: calc(100% - 200px);
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  ランドセルカラーバリエーション
====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* ======================
波形（区切り）
====================== */
/* ======================
背景
====================== */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  要素のサイズセット
=====================================*/
/* ///////////////////////////////////////////
  blog.scss
  下層ページに関する記述
/////////////////////////////////////////// */
/*=================================
  一覧
=================================*/
.page--blog {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .page--blog {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog .blog__posts {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog .blog__posts {
    margin-top: 80px;
  }
}
.page--blog .blog__posts__list {
  display: grid;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .page--blog .blog__posts__list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 335px));
    gap: 40px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog .blog__posts__list {
    grid-template-columns: repeat(auto-fill, minmax(510px, 560px));
    gap: 40px;
  }
}

/*=================================
  詳細
=================================*/
.page--news__post .news__catalog {
  display: grid;
  background: #f9f8fc;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__catalog {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__catalog {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__catalog {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__catalog {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--news__post .news__catalog {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--news__post .news__catalog {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--news__post .news__catalog {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--news__post .news__catalog {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog {
    grid-template: "ttl" auto "img" auto "txt" auto "btn" auto/1fr;
    gap: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__catalog {
    grid-template: "ttl ttl" auto "img txt" auto "img btn" auto/1fr 1fr;
    gap: 20px;
  }
}
.page--news__post .news__catalog__ttl {
  grid-area: ttl;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog__ttl {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__catalog__ttl {
    font-size: 2.4rem;
  }
}
.page--news__post .news__catalog__txt {
  grid-area: txt;
}
.page--news__post .news__catalog__img {
  grid-area: img;
}
.page--news__post .news__catalog__btn {
  grid-area: btn;
  text-align: right;
}
.page--news__post .news__catalog__btn a {
  position: relative;
  display: inline-block;
  padding-block: 22px;
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog__btn a {
    padding-right: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__catalog__btn a {
    padding-right: 80px;
  }
}
.page--news__post .news__catalog__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  margin-left: 20px;
  background: url(./../images/common/btn_purple.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 835px) {
  .page--news__post .news__catalog__btn a::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post .news__catalog__btn a::after {
    width: 50px;
    height: 50px;
  }
}
.page--news__post .news__catalog__btn a:hover::after {
  background: url(./../images/common/btn_purple--hover.svg) center no-repeat;
}
.page--news__post #toc_container {
  border: none;
  background: #eff8fb;
  display: inline-block;
}
@media only screen and (max-width: 834px) {
  .page--news__post #toc_container {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post #toc_container {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post #toc_container {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post #toc_container {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post #toc_container {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--news__post #toc_container {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post #toc_container {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--news__post #toc_container {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--news__post #toc_container {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .page--news__post #toc_container {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .page--news__post #toc_container {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--news__post #toc_container {
    padding-left: 40px;
  }
}
.page--news__post #toc_container .toc_title {
  text-align: center;
}
.page--news__post #toc_container .toc_list a {
  text-decoration: none;
  border-bottom: none;
}
.page--news__post #toc_container .toc_list a:hover {
  color: #91baff;
}
.page--news__post #toc_container .toc_list ul {
  margin-left: 1em;
}

/*====================================
  03_page
=====================================*/
/*
@import "03_page/home";
@import "03_page/pages";
*//*# sourceMappingURL=common.css.map */