@charset "euc-jp";

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #212121;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #4e454a;
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.5rem;
  margin: 0;
}

h2 {
  margin: 0 0 12px;
  font-size: 128.57143%;
  font-weight: normal;
  line-height: 1.2;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 .5rem;
}

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

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * layout
 */
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

.section__inner {
  padding: 20px;
}

/* ツールバー */
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 60px;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--menu {
  float: left;
}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}

/* ヘッダー */
.section--shopname {
  padding-top: 65px;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}
.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}

/* フッター */
.footer {
  margin: 1px 0 0;
  border-top: 1px solid #e0e0e0;
}

.linklist {
  padding: 0;
  margin: 0;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #212121;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}

.section--sns {
  text-align: center;
}

.snslink {
  text-align: center;
  margin: 0 3px 0;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}

.snslink--twitter {
  background: #00acee;
}

.snslink--facebook {
  background: #3b579d;
}

.snslink--instagram {
  background: #393939;
}

.snslink--google {
  background: #d95333;
}

.snslink--pinterest {
  background: #c9232d;
}

.section--address {
  text-align: center;
}

.copyright {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 190px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: right;
}
.drawer__item--close a {
  color: #212121;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/*
 * top
 */
.u-hidden {
  display: none !important;
}
.moreinfo {
  overflow: hidden;
  max-height: 70px;
}
.u-moreinfo--active {
  max-height: none;
}
.section--info .button--more {
  margin: 20px auto 0;
}
.section--info .button--more span {
  margin: 0 5px 0 0;
}

/*
 * product
 */
.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 0 0 20px;
}

.price {
  font-size: 128.57143%;
  font-weight: bold;
/*2020-01-17追加↓*/
  color: #cc0000;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.description {
  margin: 0 0 20px;
}

.buy__inner {
  margin: 0 0 20px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}

.share {
  width: 88px;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

.u-oneimage {
  padding: 0 !important;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px 20px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.box .box__inner {
  display: block;
  padding: 10px 10px 6px;
  word-wrap: break-word;
}
.box .box__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative
}
.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.box .box__image--rank-1:before {
  border: 10px solid transparent;
  border-top: 10px solid #ffeb3b;
  border-left: 10px solid #ffeb3b;
}
.box .box__image--rank-2:before {
  border: 10px solid transparent;
  border-top: 10px solid #e0e0e0;
  border-left: 10px solid #e0e0e0;
}
.box .box__image--rank-3:before {
  border: 10px solid transparent;
  border-top: 10px solid #8d6e63;
  border-left: 10px solid #8d6e63;
}
.box .box__image--rank-none:before {
  border: none;
}
.box .box__name {
  margin: 0 0 5px;
  color: #212121;
}
.box .box__price {
  font-weight: bold;
  margin: 0 0 5px;
/*  color: #212121;*/
  color: #cc0000;


}
.box .box-price__soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box__caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.u-tile:nth-child(odd) {
  clear: left;
}

.section--slide h2, .section--main h2 {
  padding: 20px 20px 0;
}

.section--together .box {
  width: 33.33%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick {
  padding: 0;
}
.slidelist .slick-list {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide__inner {
  display: block;
  padding: 10px 10px 5px;
  word-wrap: break-word;
}
.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}
.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.slidelist .slide__image--rank-1:before {
  border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;
}
.slidelist .slide__image--rank-2:before {
  border: 8px solid transparent;
  border-top: 8px solid #e0e0e0;
  border-left: 8px solid #e0e0e0;
}
.slidelist .slide__image--rank-3:before {
  border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;
}
.slidelist .slide__image--rank-none:before {
  border: none;
}
.slidelist .slide__name {
  font-size: 85.71429%;
  line-height: 1.2rem;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price {
  font-size: 85.71429%;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price--soldout {
  color: #f44336;
}

.slick-list {
  padding: 0 10px;
}

.result {
  margin: 10px 0 20px;
}
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px;
}

.rest {
  text-align: center;
  margin: 20px 0 35px;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager__prev {
  float: left;
  line-height: 1;
  margin: 0 0 20px;
}
.pager__next {
  float: right;
  line-height: 1;
  margin: 0 0 20px;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #e0e0e0;
}

.section--list .boxlist {
  padding: 10px 10px 0;
  margin: 0;
}

.freespace01 {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.freespace02 {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist__title h3 {
  margin: 10px 0 2px;
}

.deflist__body {
  margin: 0 0 15px;
  font-size: 85.71429%;
}

.section--privacy p {
  font-size: 85.71429%;
}

.section--search .button {
  float: right;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85.71429%;
}

/*
 * パーツ
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  background: #2b98f2;
  color: #fff;
}

.button--orange {
  background: #ff5722;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
}

.button--sort {
  font-size: 71.42857%;
  padding: 5px 8px;
  width: 28%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 68%;
  height: 44px;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}



/*-----アコーディオンメニュー追加2022-04-01 新舘----*/


.menu-wrap {
/*   width: 300px;*/
    margin: 0 auto;
}
.menu-wrap label {
    background-color: #EEEEEE;
    color: #333;
    display: block;
    padding: 5px;
    cursor: pointer;
    text-align: left;
    border-top: 0px solid #2ac5b3;
    border-bottom: 0px solid #2ac5b3;
}
.menu-wrap input {
    display: none;
}
.menu-wrap ul {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.menu-wrap li {
    height: 0;
    overflow: hidden;
    line-height: 2;
    transition: all 0.5s;
}
#acd-menu:checked~.acd-list li {height: 100px;}
#acd-menu2:checked~.acd-list2 li {height: 150px;}
#acd-menu3:checked~.acd-list3 li {height: 200px;}
#acd-menu4:checked~.acd-list4 li {height: 60px;}
#acd-menu5:checked~.acd-list5 li {height: 100px;}
#acd-menu6:checked~.acd-list6 li {height: 180px;}
#acd-menu7:checked~.acd-list7 li {height: 80px;}
#acd-menu8:checked~.acd-list8 li {height: 180px;}
#acd-menu9:checked~.acd-list9 li {height: 150px;}
#acd-menu10:checked~.acd-list10 li {height: 50px;}
#acd-menu11:checked~.acd-list11 li {height: 200px;}
#acd-menu12:checked~.acd-list12 li {height: 80px;}
#acd-menu13:checked~.acd-list13 li {height: 100px;}
#acd-menu14:checked~.acd-list14 li {height: 100px;}
#acd-menu15:checked~.acd-list15 li {height: 100px;}
#acd-menu16:checked~.acd-list16 li {height: 100px;}
#acd-menu17:checked~.acd-list17 li {height: 100px;}
#acd-menu18:checked~.acd-list18 li {height: 100px;}
#acd-menu19:checked~.acd-list19 li {height: 100px;}
#acd-menu20:checked~.acd-list20 li {height: 100px;}




.menu-wrap a {
    color: #000000;
    text-decoration: none;
}
.menu-wrap a:hover {
    color: red;
}

/* SPLIDE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:transparent}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

/* 共通ページ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body.neo {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP', "游ゴシック", YuGothic,  "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #464646;
}

.neo ul {
  list-style:none;
  padding:0;
}

.neo main {
  z-index: 0;
}

.neo img {
  width: 100%;
  vertical-align: bottom;
}


.neo .w1160 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.neo .w960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.neo .w760 {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.neo .w1160_on,
.neo .w960_on,
.neo .w768_on,
.neo .w550_on {
  display: none;
}

.neo .flex {
  display: flex;
  justify-content: space-between;
}

.neo .dib {
  display: inline-block;
}

.neo .opa {
  opacity: 1;
  transition: all .4s;
}

.neo .opa:hover {
  opacity: .7;
}

.neo .notice {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}

.neo .notice::before {
  content: '';
  width: 10px;
  height: 19px;
  background-image: url(https://file003.shop-pro.jp/PA01433/918/img/notice_left.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}

.neo .notice::after {
  content: '';
  width: 10px;
  height: 19px;
  background-image: url(https://file003.shop-pro.jp/PA01433/918/img/notice_right.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}

.neo .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.neo .fv {
  width: 100%;
  aspect-ratio: 375 / 528;
  background-image: url(https://img07.shop-pro.jp/PA01433/918/etc/fv.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.neo .fv_title {
  width: 215px;
  position: absolute;
  left: 20px;
  top: 10%;
  transform: translateY(-50%);
}

.fv_secondary {
  padding: 14px 20px 15px;
  background-color: #F8F7EF;
}

.neo .fv_secondary .text {
  font-size: 15px;
  font-weight: 600;
}

.neo .fv_secondary .first.text {
width: fit-content;
  text-align: left;
  margin: 0 auto 14px;
  margin-bottom: 14px;
  line-height: 1.6;
  position: relative;
}

.neo .fv_secondary .first.text::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #707070;
  position: relative;
  top: -5px;
}

.neo .fv_secondary .second.text {
  text-align: center;
}

.neo .sec_a {
  position: relative;
}

.neo .sec_a {
  position: relative;
}

.neo .sec_a .text_wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 9px;
  position: absolute;
  top: 14px;
  left: 20px;
}

.neo .sec_a .text_wrap .text {
  writing-mode: vertical-rl;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}

.neo .sec_a .text_wrap .first.text {
  padding: 11px 11px 20px;
}

.neo .sec_a .text_wrap .second.text {
  padding: 13px 11px 14px;
}

.neo .cta_top {
  padding: 11px 20px;
  background-color: #E9E6E2;
}

.neo .cta_top .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3px 5px;
}

.neo .cta_top .item {
  width: calc(50% - 2.5px);
  padding: 7px 0;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.neo .cta_bottom {
  padding: 16px 20px 8px;
  color: #fff;
  background-image: url(https://file003.shop-pro.jp/PA01433/918/img/cta_bg.jpg);
  background-size: cover;
  position: relative;
}

.neo .cta_bottom::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #e9e6e2 transparent transparent transparent;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.neo .cta_bottom .text {
  margin-bottom: 11px;
  text-align: center;
  font-size: 16px;
}

.neo .cta_bottom .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 61px;
  margin-bottom: 13px;
  background-color: #fff;
  border: 3px solid #C6A1A1;
  border-radius: 10px;
  position: relative;
}

.neo .cta_bottom .btn span {
  color: #AC5656;
  font-size: 20px;
  font-weight: 600;
}

.neo .cta_bottom .btn::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #c6a1a1;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.neo .cta_bottom th {
  color:#fff!important;
  background-color:transparent!important;
}

.neo .cartjs_product_price {
  color:#fff!important;
}

.neo .cta_bottom .cartjs_quantity select {
  color:#464646!important;
}

.neo .cartjs_product_input_txt {
  color:#464646!important;
}

.neo input[name="product_num"] {
  color:#464646!important;
}

.neo .cta_bottom small {
  display: block;
  text-align: right;
  font-size: 10px;
}

.neo .sec_b {
  display: flex;
  flex-direction: column;
  height: 532px;
  padding-bottom: 27px;
  background-image: url(https://file003.shop-pro.jp/PA01433/918/img/sec_b_bg.jpg);
  background-size: cover;
}

.neo .sec_b .text {
  margin-top: auto;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.neo .sec_c {
  padding: 24px 20px 26px;
}

.neo .sec_c .notice {
  margin-bottom: 21px;
}

.neo .sec_c .ttl {
  margin-bottom: 26px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.neo .sec_c .text {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.neo .sec_d_list .item:not(:last-child) {
  margin-bottom: 35px;
}

.neo .right_item .item_img {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-bottom: 8px;
}

.neo .left_item .item_img {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-bottom: 8px;
}

.neo .sec_d .flex {
  width: calc(100% - 20px);
  gap: 30px;
}

.neo .right_item .flex {
  margin-left: auto;
}

.neo .left_item .flex {
  margin-right: auto;
}

.neo .sec_d {
  padding-bottom: 33px;
}

.neo .sec_d .flex .img {
  display: flex;
  width: calc(50% - 50px);
}

.neo .right_item .flex .img {
  justify-content: flex-start;
}

.neo .left_item .flex .img {
  justify-content: flex-end;
}

.neo .sec_d .flex .img img{
  width: auto;
  height: 110px;
}

.neo .sec_d .flex .name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  padding: 22px 0 ;
  color: #fff;
  text-align: center;
}

.neo .sec_d .item:nth-child(1) .flex .name {
  background-color: #BEC3CA;
}

.neo .sec_d .item:nth-child(2) .flex .name {
  background-color: #7A7274;
}

.neo .sec_d .item:nth-child(3) .flex .name {
  background-color: #8F939B;
}

.neo .sec_d .item:nth-child(4) .flex .name {
  background-color: #A09F9F;
}

.neo .sec_d .item:nth-child(5) .flex .name {
  background-color: #B0BECF;
}

.neo .sec_d .flex .name .text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.neo .sec_d .flex .name .item_color {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.neo .sec_e {
  width: 100%;
  aspect-ratio: 375 / 364;
  padding-top: calc(110 / 375 * 100vw);
  margin-bottom: 25px;
  background-image: url(https://file003.shop-pro.jp/PA01433/918/img/sec_e_bg.jpg);
  background-size: cover;
  background-position: center;
}

.neo .sec_e .text {
  padding: 21px 20px 22px ;
  color: #fff;
  background-color: rgba(70,70,70,.45);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.neo .sec_f {
  position: relative;
  padding-bottom: 36px;
  background-color: #E9E6E2;
  z-index: 0;
}

.neo .sec_f::before {
  content: '';
  width: 100%;
  height: 112px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.neo .sec_f .top_img {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-bottom: 20px;
}

.neo .sec_f .notice {
  margin-bottom: 12px;
}

.neo .sec_f .ttl {
  text-align: center;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 600;
}

.neo .voice_wrap {
  padding: 0 20px;
}

.neo .sec_f .voice_ttl {
  text-align: center;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.neo .voice_wrap:not(:last-child) {
  margin-bottom: 31px;
}

.neo .voice_img {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 31px;
}

.neo .voice_wrap .text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.neo .sec_g {
  padding: 32px 0 56px;
}

.neo .sec_g .notice {
  margin-bottom: 22px;
}

.neo .sec_g .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 29px;
}

.neo .sec_h {
  padding: 34px 0 30px;
}

.neo .sec_h .notice {
  margin-bottom: 21px;
}

.neo .sec_h .ttl {
  margin-bottom: 21px;
}

.neo .sec_h .wrap:not(.first) {
  padding: 0 20px ;
}

.neo .sec_h_ttl {
  color: #4B628B;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.neo .sec_h .first .sec_h_ttl {
  margin-bottom: 25px;
}

.neo .sub.sec_h_ttl {
  font-size: 16px;
  margin-bottom: 9px;
}

.neo .sec_h .first .img {
  margin-bottom: 27px;
}

.neo .sec_h .text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.neo .sec_h .first .text {
  margin-bottom: 17px;
}

.neo .sec_h .first .img,
.neo .sec_h .first .text,
.neo .sec_h .first .flex {
  padding: 0 20px;
}

.neo .sec_h .wrap .flex p{
  font-size: 15px;
  font-weight: 300;
}

.neo .sec_h .list {
  flex-wrap: wrap;
  gap: 29px 1px;
  margin-bottom: 34px;
}

.neo .sec_h .list .item:nth-child(-n + 2) {
  width: calc(50% - 2px);
}

.neo .sec_h .list .item:nth-child(n + 3) {
  width: calc(100% / 3 - 1px);
}

.neo .sec_h .list .item .list_img {
  margin-bottom: 9px;
}

.sec_h .list .item small {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.neo .sec_h .list .item:nth-child(n + 3) small {
  font-size: 13px;
}

.neo .sec_h .caption {
  display: block;
  margin-top: 19px;
  margin-bottom: 35px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.splide__slide iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335 / 188;
}

.splide__slide .mv_ttl {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.splide__arrows {
  position: relative;
}

.splide__arrow {
  background: none;
}

.splide__arrow--prev {
  width: 30px;
  top: auto;
  transform: none;
  left: 0;
  bottom: 0;
}

.splide__arrow--next {
  width: 30px;
  top: auto;
  transform: none;
  right: 0;
  bottom: 0;
}

.splide__pagination {
  width: 100%;
  margin-top: 16px;
  flex-wrap: wrap;
  gap: 9px 10px;
  position: relative;
}

.splide__pagination li {
  width: calc(50% - 7px);
}

.splide__pagination__page {
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.splide__pagination__page.is-active {
  transform: none;
  background: none;
}

.splide__pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  border: 1px solid #A09E91;
  border-radius: 30px;
  position: relative;
}

.splide__pagination li:nth-of-type(1)::before {
  content: "フローリング";
}

.splide__pagination li:nth-of-type(2)::before {
  content: "カーペット";
}

.splide__pagination li:nth-of-type(3)::before {
  content: "畳";
}

.splide__pagination li:nth-of-type(4)::before {
  content: "網戸";
}

.splide__pagination li:nth-of-type(5)::before {
  content: "お風呂の天井";
}

.splide__pagination li:nth-of-type(6)::before {
  content: "階段";
}

.neo .sec_i {
  padding: 0 20px 16px;
  background-color: #F8F7EF;
  position: relative;
  z-index: 0;
}

.neo .sec_i::before {
  content: '';
  width: 100%;
  height: 46px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.neo .sec_i_ttl {
  padding-left: 16px;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.neo .sec_i_ttl::before {
  content: '';
  width: 2px;
  height: 91px;
  background-color: #464646;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.neo .sec_i_subttl {
  color: #4B628B;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

.neo .first.sec_i_subttl {
  padding-left: 32px;
  margin-bottom: 9px;
}

.neo .second.sec_i_subttl {
  font-size: 16px;
  margin-bottom: 5px;
}

.neo .sec_i .first.img {
  margin-bottom: 26px;
}

.neo .sec_i .second.img {
  margin-bottom: 13px;
}

.neo .sec_i .text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
}

.neo .sec_i .text {
  margin-bottom: 26px;
}

.neo .mode_wrap {
  padding: 7px 0;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid #A09E91;
}

.neo .mode_text {
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.neo .left.mode_text {
  border-right: 1px solid #707070;
}

.neo .sec_i .sub_text {
  font-size: 14px;
  font-weight: 300;
}

.neo .sec_i .first.sub_text {
  margin-bottom: 16px;
}

.neo .sec_i .second.sub_text {
  margin-bottom: 31px;
}

.neo .sec_i small {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.neo .sec_j {
  padding: 16px 20px 26px;
  background-image: url(https://file003.shop-pro.jp/PA01433/918/img/sec_j_bg.jpg);
  background-size: cover;
}

.neo .sec_j .sec_j_ttl {
  padding: 8px 0;
  margin-bottom: 30px;
  color: #4B628B;
  background-color: rgba(255,255,255,.85);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.neo .sec_j .text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.neo .sec_j .text span {
  font-size: 24px;
  font-weight: 600;
}

.neo .sec_j .first.text {
  margin-bottom: 16px;
}

.neo .sec_k .text {
  padding: 28px 20px 26px;
  color: #fff;
  background-image: url(https://file003.shop-pro.jp/PA01433/918/img/sec_k_bg.jpg);
  background-size: cover;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.86;
}

.neo .sec_l {
  padding: 37px 20px 0 ;
}

.neo .sec_l_ttl {
  color: #4B628B;
  margin-bottom: 13px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.neo .sec_l .img {
  margin-bottom: 24px;
}

.neo .spare_ttl {
  padding: 9px 0;
  margin-bottom: 14px;
  background-color: #E6EDF2;
  border-radius: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.neo .spare_text {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.spare_text span {
  background:linear-gradient(transparent 60%, #E9E6E2 60%);
}

.neo .spare_img_wrap {
  max-width: 308px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px; 
}

.neo .data_list_wrap {
  margin-bottom: 37px;
}

.neo .data_list:not(:last-of-type) {
  margin-bottom: 24px;
}

.neo .data_list dt,
.neo .data_list dd {
  padding: 5px 0 5px 14px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.neo .data_list dt {
  background-color: #E6EDF2;
  border-bottom: 1px dashed #707070;
}

.neo .sec_m {
  padding: 0 20px;
}

.neo .sec_m_ttl {
  margin-bottom: 26px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.neo .sec_m_subttl {
  margin-bottom: 21px;
  color: #A09E91;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.neo .attachment_list li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px dotted #707070;
}

.neo .sec_m .img01 {
  margin-bottom: 28px;
}

.neo .sec_m .img02 {
  margin-bottom: 10px;
}

.neo .sec_m .text{
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
}

.neo .sec_n_ttl {
  padding-top: 29px;
  margin-bottom: 19px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.neo .faq_wrap {
  padding: 0 8px;
  margin-bottom: 33px;
}

.neo .faq_wrap details:not(:last-child) {
  margin-bottom: 20px;
}

.neo .faq_wrap summary,
.neo .faq_wrap .answer {
  padding: 16px 23px 12px 38px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
}

.neo .faq_wrap summary::before,
.neo .faq_wrap .answer::before {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 11px;
  left: 12px;
}

.neo .faq_wrap summary::before {
  content: 'Q';
}

.neo .faq_wrap summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.neo .faq_wrap details[open] summary::after {
  content: none;
}

.neo .faq_wrap .answer::before {
  content: 'A';
}

.neo .faq_wrap summary {
  background-color: #ECF2F4;
}

.neo footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #464646;
}

.neo footer p small {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

/* 375以下フォントサイズ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width:375px) {

  .neo .sec_i_ttl,
  .neo .sec_j .text span {
    font-size: calc(24 / 375 * 100vw);
  }

  .neo .cta_bottom .btn span,
  .neo .ttl,
  .neo .sec_c .ttl,
  .neo .sec_f .ttl,
  .neo .sec_g .ttl,
  .neo .sec_m_ttl {
    font-size: calc(20 / 375 * 100vw);
  }

  .neo .sec_a .text_wrap .text,
  .neo .sec_h_ttl,
  .neo .sec_i_subttl,
  .neo .sec_j .sec_j_ttl,
  .neo .sec_l_ttl,
  .neo .sec_m_subttl {
    font-size: calc(18 / 375 * 100vw);
  }

  .neo .cta_top .item,
  .neo .cta_bottom .text,
  .neo .sec_d .flex .name .item_color,
  .neo .second.sec_i_subttl,
  .neo .sub.sec_h_ttl,
  .neo .spare_ttl,
  .neo .spare_text {
    font-size: calc(16 / 375 * 100vw);
  }

  .neo .fv_secondary .text,
  .neo .sec_b .text,
  .neo .notice,
  .neo .sec_c .text,
  .neo .sec_d .flex .name .text,
  .neo .sec_e .text,
  .neo .sec_f .voice_ttl,
  .neo .voice_wrap .text,
  .neo .sec_h .wrap .flex p,
  .neo .sec_h .text,
  .neo .sec_i .text,
  .neo .sec_k .text,
  .neo .sec_m .text {
    font-size: calc(15 / 375 * 100vw);
  }

  .neo .sec_h .list .item small,
  .neo .mode_text,
  .neo .sec_i .sub_text,
  .neo .sec_j .text,
  .neo .data_list dt,
  .neo .data_list dd {
    font-size: calc(14 / 375 * 100vw);
  }

  .neo .sec_h .list .item:nth-child(n + 3) small {
    font-size: calc(13 / 375 * 100vw);
  }

  .neo .sec_h .caption,
  .neo .sec_i small {
    font-size: calc(12 / 375 * 100vw);
  }

  .neo .cta_bottom small {
    font-size: calc(10 / 375 * 100vw);
  }

  .neo .fv_secondary .first.text::after {
    width: calc(24 / 375 * 100vw);
  }
}

.section__block.breadcrumb__section {display:none;}
