@charset "UTF-8";
* {
  box-sizing: border-box;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #3b3b3b;
  font-family: "Roboto", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5 {
  color: #333;
  font-size: 13px;
  line-height: 1.4;
}

p {
  color: #3b3b3b;
  font-size: 13px;
  line-height: 1.7;
}

.bliderBox {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.bliderBox:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%);
  bottom: 0;
  content: "";
  display: block;
  height: 125px;
  left: 0;
  position: absolute;
  right: 0;
}

.bliderBox.js_isActive {
  max-height: 100%;
}

.bliderBox_triggerGroup {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
}

.btn_group_center {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.container_inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 50px;
  width: 100%;
}

.section_about {
  position: relative;
}
.section_about:before {
  background: url("../img/about_pc.webp") no-repeat center center;
  background-color: #e6c7b5;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin-top: 151px;
  position: absolute;
  right: 0;
  top: 0;
}
.section_about .container_inner.fv_inner {
  padding-bottom: 74px;
  padding-top: 64px;
}

.container.section_features {
  transform: translateY(-5%);
}
.container.section_features .container_inner {
  padding-bottom: 0;
  padding-top: 0;
}

.footer {
  position: relative;
  z-index: 90;
}

.footer__blk {
  -moz-column-gap: 7rem;
  background-color: #1c1c1c;
  column-gap: 7rem;
  display: flex;
  justify-content: space-between;
  padding: 58px 84px 50px;
}

.footer__contents--logo {
  max-width: 117px;
}
.footer__contents--logo img {
  filter: brightness(0) invert(1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.footer__contents._left {
  padding-top: 1rem;
  position: relative;
  width: 100%;
}

.footer__contents._right {
  width: 32.142857%;
}

.footer__contents--logo {
  left: 0;
  top: 0;
  width: 22rem;
}

.footer__contents--link {
  display: flex;
}

.footer__contents--link * {
  color: #FFF;
  list-style: none;
}
.footer__contents--link * a {
  text-decoration: none;
}

.footer__contents--link_infomation {
  margin: 0 6rem 0 6.5rem;
}

.footer__contents--link > dl > dt {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 0.8rem;
}

.footer__contents--link > dl > dt._acd.active::after {
  transform: rotate(180deg);
}

.footer__contents--link > dl > dd > ul > li {
  font-size: 10px;
}

.footer__contents--link > dl > dd > ul > li:nth-of-type(n+2) {
  margin-top: 0.6rem;
}

.footer__contents--link_brandsPc {
  list-style: none;
  margin-left: 8rem;
}

.spOnly {
  display: none;
}

.footer__contents--sns > ul {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin-top: 2rem;
}

.footer__contents--sns > ul > li img {
  filter: brightness(0) invert(1);
}

.footer__copyright {
  background-color: #FFF;
  padding: 12px 0 40px;
}

.footer__copyright > p {
  font-family: "Noto Serif", serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.header {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1160px;
}

.bland_logo {
  height: 28px;
  max-width: 117px;
}
.bland_logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.sectionHeadingUnit {
  margin: 0 auto 40px;
  text-align: center;
}

.sectionHeading {
  font-family: "Tajawal", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.11em;
}

.sectionHeading_ja {
  font-family: "Roboto", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.sectionHeadingUnit02 {
  background: #000;
  margin-bottom: 60px;
  padding: 12px 0;
}
.sectionHeadingUnit02.is_about {
  transform: translateY(-60px);
}

.sectionHeading02 {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}

.sectionHeading02_ja {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
}

/*モーダル用*/
.js-modal__bg {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.js-modal__main {
  background-color: #000;
  border-radius: 4px 4px 0 0;
  bottom: -100%;
  height: 100%;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 16px;
  position: fixed;
  width: calc(100% - 32px);
  width: 100%;
  z-index: 11;
}

.js-modal__btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #76952f;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.js-modal__btn img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.js-modal__btn img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.js-modal__btn--close {
  margin-top: 40px;
  text-align: center;
  text-decoration: underline;
}

.js-modal__btn--close--fix {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  z-index: 101;
}

.js-modal__btn--close--fix:before {
  border-right: 3px solid #fff;
  content: "";
  height: 20px;
  left: -3px;
  position: absolute;
  top: 12px;
  transform: rotate(-45deg);
  width: 20px;
}

.js-modal__btn--close--fix:after {
  border-right: 3px solid #fff;
  content: "";
  height: 20px;
  left: -3px;
  position: absolute;
  top: -2px;
  transform: rotate(45deg);
  width: 20px;
}

/*下から上*/
@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
/*上から下*/
@-webkit-keyframes SlideDown {
  0% {
    opacity: 1;
    transform: translateY(-80%);
  }
  100% {
    opacity: 0;
    transform: translateY(-1%);
  }
}
@keyframes SlideDown {
  0% {
    opacity: 1;
    transform: translateY(-80%);
  }
  100% {
    opacity: 0;
    transform: translateY(-1%);
  }
}
.js-modal__main._slideUp {
  -webkit-animation: SlideUp 0.5s ease-in-out forwards;
          animation: SlideUp 0.5s ease-in-out forwards;
}

.js-modal__main._slideDown {
  -webkit-animation: SlideDown 0.5s ease-in-out forwards;
          animation: SlideDown 0.5s ease-in-out forwards;
}

.js-modal__btn {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.movie {
  height: 100%;
  margin: 0 auto;
  max-width: 82.4vw;
  text-align: center;
  width: 100%;
}

.movie iframe {
  height: 70%;
  margin-top: 10vh;
  padding-bottom: 0;
  width: 70%;
}

.mv {
  width: 100%;
}
.mv img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.navigation {
  margin: 0 auto 80px;
  max-width: 1160px;
}

.navigation_list {
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}

.navigation_btn {
  background: #000;
  width: calc((100% - 60px) / 4);
}
.navigation_btn a {
  display: block;
  padding: 23px 20px 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.navigation_btn a:link, .navigation_btn a:visited, .navigation_btn a:hover, .navigation_btn a:active, .navigation_btn a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation_btn a:hover {
  opacity: 0.7;
}

.navigationText_en {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 28px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
}
.navigationText_ja {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
}

#toTop {
  border-radius: 50px;
  bottom: 30px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 30px;
  transition: all 0.3s;
  width: 50px;
  z-index: 100;
}

.section_product .grid--container {
  display: grid;
  gap: 40px 25px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}
.section_product .grid--container .product__item {
  background-color: #f8f8f8;
}
.section_product .product__item--screen {
  background-color: #FFF;
  position: relative;
}
.section_product .product__item--img img {
  width: 100%;
}
.section_product .product__item--info {
  padding: 9px 13px 13px;
  position: relative;
}
.section_product .product__cicon {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: start;
  list-style: none;
}
.section_product .product__cicon > li {
  background-color: #FFF;
  border: 1px solid #888;
  border-radius: 2px;
  color: #888;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 4px;
}
.section_product .product__cicon > li._handbag {
  border: 1px solid #5E89C1;
  color: #5E89C1;
}
.section_product .product__cicon > li._giftbag {
  border: 1px solid #D37936;
  color: #D37936;
}
.section_product .product__item--brand {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  margin-top: 9px;
}
.section_product .product__item--name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.57142857;
  margin-top: 6px;
  overflow: hidden;
}
.section_product .product__item--price {
  margin-top: 6px;
}
.section_product .product__item--price_before,
.section_product .product__item--price_after {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.section_product .product__item--price_before > ._price,
.section_product .product__item--price_after > ._price {
  font-size: 12px;
  position: relative;
}
.section_product .product__item--price_before > ._tax,
.section_product .product__item--price_after > ._tax {
  font-size: 9px;
  font-weight: 500;
}
.section_product .product__item--price._subscription .product__item--price_before ._sbscItem,
.section_product .product__item--price._subscription .product__item--price_after ._sbscItem {
  align-items: center;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  color: #FFF;
  display: flex;
  font-size: 9px;
  font-weight: 500;
  height: 12px;
  justify-content: center;
  margin-right: 7px;
  text-align: center;
  white-space: nowrap;
  width: 24px;
}

.section_about_fv picture {
  display: none;
}

.aboutSection_contents {
  margin-right: auto;
  padding-left: 84px;
  position: relative;
  width: 50%;
  z-index: 1;
}
.aboutSection_contents p {
  font-family: "Roboto", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
}
.aboutSection_contents .aboutSection_notice {
  font-size: 11px;
}

.aboutSection_heading {
  color: #fff;
  font-family: "Roboto", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}

.textBg_black {
  background: #000;
}

.aboutSection_lead {
  margin-bottom: 16px;
}

.aboutSection_text {
  margin-bottom: 62px;
}

.notice {
  font-size: 0.4em;
  vertical-align: text-top;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.features-point-lists {
  margin-bottom: 20px;
}

.features-point-list {
  background-color: #fff;
  border: 4px solid #e6c7b5;
  color: #000;
  list-style: none;
  margin: 0 20px 50px;
  min-height: 530px;
  padding: 30px 27px;
  position: relative;
  width: calc(33.3333333333% - 40px);
}
.features-point-list:nth-child(n+4) {
  margin-bottom: 0;
}

.features-point-label {
  display: block;
  line-height: 1;
  margin-bottom: 30px;
}
.features-point-label span {
  color: #444;
  display: inline-block;
  position: relative;
}
.features-point-label .label-num:before {
  background: url(../img/about-f-line.svg);
  background-size: cover;
  bottom: 0;
  content: "";
  height: 0;
  left: -4%;
  padding-bottom: 15%;
  position: absolute;
  width: 108%;
}
.features-point-label .label-num .fig {
  font-size: 26px;
  text-transform: lowercase;
}
.features-point-label .label-num .num {
  font-size: 32px;
}

.features-point-title {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5;
}

.features-point .small {
  font-size: 0.5rem;
  vertical-align: text-top;
}

.contents p {
  line-height: 1.8;
}

.features-point-thumb {
  width: 100%;
}

.features-point-thumb-box {
  margin-top: 8px;
  width: 100%;
}

.point-thumb-box {
  display: flex;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  width: 100%;
}

.features-point-thumb-box .point-thumb-box {
  margin-bottom: 30px;
  position: relative;
}

.point-thumb-box.bg-pink {
  background-color: #ffeee8;
  padding: 10px 16px;
}

.thumb-box-title {
  display: inline-block;
  position: relative;
}
.thumb-box-title:after {
  background-color: #f0c1b0;
  bottom: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.point-thumb-box .thumb-box-text {
  font-size: 12px;
}

.features-point-thumb-box .point-thumb-box:first-child:after {
  bottom: -20px;
  color: #f4baa6;
  content: "+";
  display: block;
  font-size: 24px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  text-align: center;
  width: 20px;
}

.point-3 .features-point-thumb-box {
  margin-top: 32px;
}

.features-point-thumb-box .point-thumb-box:last-child {
  margin-bottom: 0;
}

.a-thumb {
  display: block;
  height: 100%;
  width: 100%;
}

.features-point-text-att {
  bottom: 10px;
  font-size: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
}

.features_pointNotice {
  list-style: none;
}
.features_pointNotice li {
  font-size: 10px;
  margin-bottom: 4px;
}
.features_pointNotice li:last-child {
  margin-bottom: 0;
}

.s-sub-title {
  font-weight: 500;
  margin-bottom: 0.5em;
}

.howto-ready-box-left-thumb, .howto-ready-box-right-thumb {
  min-height: 80px;
  min-width: 80px;
}

.howto-ready-box-left-thumb .circle {
  background: #F0C1B0;
  border-radius: 50%;
  display: block;
  filter: blur(14px);
  height: 40px;
  width: 40px;
}

.howto-ready-box-right-thumb .circle {
  background: #F0C1B0;
  border-radius: 50%;
  display: block;
  filter: blur(8px);
  height: 20px;
  width: 20px;
}

.howto-ready-box-left-thumb, .howto-ready-box-right-thumb {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.thumb-box-title {
  display: inline-block;
  position: relative;
}

.thumb-box-text {
  display: block;
}

img.wp-smiley, img.emoji {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  display: inline !important;
  height: 1em !important;
  margin: 0 0.07em !important;
  padding: 0 !important;
  vertical-align: -0.1em !important;
  width: 1em !important;
}

.ta-center {
  text-align: center !important;
}

.contents {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.how_to_useVideo {
  margin-bottom: 40px;
}

.step {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto 80px;
}
.step li {
  max-width: 240px;
  width: 25%;
}
.step li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.section_howto .section_howto_lead {
  margin-bottom: 70px;
}
.section_howto .section_howto_lead img {
  max-width: 100%;
}

.how_to_use {
  margin-bottom: 100px;
  text-align: center;
}
.how_to_use img {
  max-width: 100%;
}

.how_to_video {
  margin: 0 auto 50px;
  text-align: center;
}

.view_more {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.view_more h3 {
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  padding: 12px 52px;
}

.howto-video-lists {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  position: relative;
  width: 100%;
}

.howto-video-list {
  aspect-ratio: 16/9;
  cursor: pointer;
  list-style: none;
  margin: 0 14px 40px;
  position: relative;
  width: calc(33.3333333333% - 30px);
}

.howto-video-thumb {
  cursor: pointer;
  width: 100%;
}
.howto-video-thumb img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.howto-video-thumb img:hover {
  opacity: 0.6;
  transform: scale(1.01);
  transition: 0.3s;
}
.howto-video-thumb:before, .howto-video-thumb:after {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.howto-video-thumb:before {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 1;
}
.howto-video-thumb:after {
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  height: 0;
  right: -4px;
  width: 0;
  z-index: 2;
}

.howto-video-cap {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

/* ===============================
Q&A
=============================== */

.section_qa_sp {
  display: none;
}

.qa {
  background-color: #f4f4f4;
  padding: 140px 0 100px;
  width: 100%;
}

.section_qa ul {
  align-items: start;
  -moz-column-gap: 50px;
       column-gap: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  list-style: none;
  width: 100%;
}

.section_qa ul li {
  border-bottom: #cccccc solid 1px;
  margin-bottom: 40px;
  text-align: left;
  width: calc(50% - 25px);
}

.section_qa ul li h3 {
  background: url("../img/qa_plus.webp") no-repeat center right;
  color: #585858;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 16px 40px 16px 66px;
  position: relative;
}

.section_qa ul li h3.open {
  background: url("../img/qa_minus.webp") no-repeat center right;
}

.section_qa ul li h3::after {
  background: url("../img/qa_q.webp") no-repeat top left/contain;
  content: "";
  height: 44px;
  left: 18px;
  position: absolute;
  top: 10px;
  width: 32px;
}

.section_qa ul li h3 .marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #e6c7b5 0%) repeat scroll 0 0;
}

.section_qa ul li .p_box {
  background-color: #fff;
  color: #585858;
  display: none;
  padding: 30px 30px 30px 70px;
  position: relative;
}

.section_qa ul li .p_box::after {
  background: #fff url("../img/qa_a.webp") no-repeat top left;
  background-size: contain;
  content: "";
  height: 69px;
  left: 22px;
  position: absolute;
  top: 30px;
  width: 32px;
}

.section_qa ul li p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.section_qa ul li ol li {
  border: none;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 0.9em;
  text-indent: -0.9em;
  width: 100%;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.grid-s {
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
}

.shop-wr {
  width: 100;
}

.section_stores .sub-title-s {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 32px;
  text-align: left;
}

.sub-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.section_stores .grid-s li {
  display: flex;
  margin-bottom: 14px;
}

.stores_sectionGroup {
  -moz-column-gap: 40px;
       column-gap: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}

.section_stores .section {
  padding-bottom: 70px;
  width: calc((100% - 80px) / 3);
}

.li-t {
  display: block;
  font-weight: bold;
  min-width: 80px;
  width: 27%;
}

.section_stores .contents p {
  line-height: 1.5;
  width: 73%;
}

.section_stores p a {
  color: #da9075;
  text-decoration: underline;
}

.section_stores .maplink {
  background: url(../img/map.svg) 3px center no-repeat;
  background-size: auto 90%;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.section_stores .button {
  margin: 0;
}

.shop-img {
  background-position: center;
  width: 100%;
}

.is-bg-loaded .js-bg-img {
  opacity: 1;
  transition: opacity 0.3s;
}

.section_stores .js-bg-img {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 227px;
  margin-bottom: 22px;
  position: relative;
  width: 100%;
}

.section:nth-child(2n+2) .grid-s {
  flex-direction: column-reverse;
}

.section_stores .contents {
  font-size: 13px;
  min-height: 50vh;
  opacity: 0;
}

.button {
  background-color: #808080;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 2.55em;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 160px;
}

.sns_iconUnit {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
.sns_iconUnit .sns_iconLead01 {
  display: inline-block;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}
.sns_iconUnit ul {
  -moz-column-gap: 12px;
       column-gap: 12px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  list-style: none;
  margin-bottom: 32px;
}
.sns_iconUnit ul li a {
  display: block;
  height: 60px;
  transition: all 0.3s ease;
  width: 60px;
}
.sns_iconUnit ul li a:hover {
  opacity: 0.7;
}
.sns_iconUnit ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.sns_iconUnit .sns_iconLead02 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
}

.visible_xlg {
  display: none !important;
}

.visible_lg {
  display: none !important;
}

.visible_mlg {
  display: none !important;
}

.visible_slg {
  display: none !important;
}

.visible_md {
  display: none !important;
}

.visible_6ls {
  display: none !important;
}

.visible_5ls {
  display: none !important;
}

.visible_sm {
  display: none !important;
}

.visible_msm {
  display: none !important;
}

.visible_xs {
  display: none !important;
}

.dis_block {
  display: block;
}

.dis_inlineBlock {
  display: inline-block;
}

.dis_flex {
  display: flex;
}

@media screen and (max-width: 1980px) {
  * {
    box-sizing: border-box;
  }
  .hidden_xlg {
    display: none !important;
  }
  .visible_xlg {
    display: block !important;
  }
}

@media screen and (max-width: 1366px) {
  * {
    box-sizing: border-box;
  }
  .hidden_lg {
    display: none !important;
  }
  .visible_lg {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  * {
    box-sizing: border-box;
  }
  .container_inner {
    max-width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_about .container_inner.fv_inner {
    padding-bottom: 104px;
  }
  .grid {
    margin: 0;
  }
  .features-point-list {
    width: calc(50% - 40px);
  }
  .step {
    gap: 24px;
  }
  .step li {
    max-width: none;
    width: calc(50% - 12px);
  }
  .section_stores .section {
    width: calc((100% - 40px) / 2);
  }
  .hidden_mlg {
    display: none !important;
  }
  .visible_mlg {
    display: block !important;
  }
}

@media screen and (max-width: 980px) {
  * {
    box-sizing: border-box;
  }
  .howto-video-list {
    margin: 0 3px 16px;
    width: calc(50% - 6px);
  }
  .section_qa ul li {
    margin-bottom: 20px;
    width: 100%;
  }
  .hidden_slg {
    display: none !important;
  }
  .visible_slg {
    display: block !important;
  }
}

@media screen and (max-width: 740px) {
  * {
    box-sizing: border-box;
  }
  .container_inner {
    max-width: 90%;
    min-width: 90%;
    padding: 32px 0;
  }
  .section_about:before {
    display: none;
  }
  .section_about .container_inner.fv_inner {
    padding-bottom: 20px;
  }
  .container.section_features {
    margin-bottom: 0;
    transform: translateY(0);
  }
  .footer__blk {
    flex-direction: column-reverse;
    padding: 48px 0 40px;
    position: relative;
  }
  .footer__contents._left {
    width: 100%;
  }
  .footer__contents--link {
    flex-flow: column;
    margin-top: 40px;
  }
  .footer__contents--link_infomation {
    margin: 0;
  }
  .footer__contents--link > dl > dt {
    border-top: 1px solid #FFF;
    font-size: 16px;
    margin-bottom: 0;
    padding: 20px 15px;
    position: relative;
  }
  .footer__contents--link > dl > dt._acd::after {
    background-image: url("../img/icon_rect_white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    width: 11px;
    z-index: 10;
  }
  .footer__contents--link > dl > dd {
    border-top: 1px solid #fff;
    display: none;
  }
  .footer__contents--link > dl > dd > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__contents--link > dl > dd > ul > li:nth-of-type(n+2) {
    margin-top: 0;
  }
  .footer__contents--link_brands {
    border-bottom: 1px solid #fff;
  }
  .footer__contents--link_brandsPc {
    display: none;
  }
  .footer__contents--link > dl > dd > ul > li:first-of-type {
    border-top: 1px solid transparent;
  }
  .footer__contents--link > dl > dd > ul > li:nth-of-type(2n-1) {
    border-bottom: 1px solid transparent;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 100%;
  }
  .footer__contents--link > dl > dd > ul > li:nth-of-type(2n) {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    height: 102%;
    width: 100%;
  }
  .footer__contents--link > dl > dd > ul > li > a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 24px 0;
    text-align: center;
    width: 100%;
  }
  .spOnly {
    display: block;
  }
  .footer__contents--sns > ul {
    justify-content: center;
  }
  .footer__copyright {
    padding: 23px 0 34px;
  }
  .header {
    display: none;
  }
  .sectionHeading {
    font-size: 24px;
  }
  .sectionHeading_ja {
    font-size: 15px;
  }
  .sectionHeadingUnit02 {
    margin-bottom: 32px;
    padding: 8px 0;
  }
  .sectionHeading02 {
    font-size: 24px;
  }
  .sectionHeading02_ja {
    font-size: 15px;
  }
  .navigation_list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 10px;
    row-gap: 10px;
  }
  .navigation_btn {
    width: calc((100% - 10px) / 2);
  }
  .navigationText_en {
    font-size: 22px;
  }
  .navigationText_ja {
    font-size: 12px;
  }
  .section_product .grid--container {
    gap: 40px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section_about_fv picture {
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }
  .section_about_fv picture img {
    max-width: 100%;
    width: 100%;
  }
  .aboutSection_contents {
    padding-left: 0;
    width: 100%;
  }
  .aboutSection_text {
    margin-bottom: 52px;
  }
  .grid {
    flex-flow: column;
  }
  .features-point-list:nth-child(n+4) {
    margin-bottom: 50px;
  }
  .features-point-list:last-child {
    margin-bottom: 20px;
  }
  .features-point-list {
    margin: 0 0 40px;
    min-height: auto;
    width: 100%;
  }
  .features-point-label .label-num .fig {
    font-size: 20px;
  }
  .features-point-label .label-num .num {
    font-size: 26px;
  }
  .s-sub-title {
    font-size: 18px;
  }
  .howto-ready-box-left-thumb, .howto-ready-box-right-thumb {
    margin-right: 10px;
  }
  .step {
    flex-flow: column;
  }
  .step li {
    width: 100%;
  }
  .section_howto .section_howto_lead {
    margin-bottom: 52px;
  }
  .section_howto .section_howto_lead img {
    max-width: 80%;
  }
  .how_to_use {
    margin-bottom: 60px;
  }
  .section_qa_pc {
    display: none;
  }
  .section_qa_sp {
    display: block;
  }
  .section_qa ul li h3 {
    font-size: 1.1rem;
    font-weight: 700;
  }
  .shop-wr {
    margin-top: 22px;
    min-width: initial;
  }
  .section_stores .grid-s {
    flex-direction: column-reverse !important;
  }
  .shop-wr-in {
    width: 100%;
  }
  .section_stores .section {
    width: 100%;
  }
  .li-t {
    font-size: 13px;
    min-width: 130px;
    width: 20%;
  }
  .section_stores .contents p {
    width: 80%;
  }
  .shop-img {
    min-height: initial;
    padding: 0 !important;
  }
  .button {
    height: 40px;
    line-height: 44px;
    margin-top: 6px;
    min-width: 140px;
    width: 40%;
  }
  .hidden_md {
    display: none !important;
  }
  .visible_md {
    display: block !important;
  }
}

@media screen and (max-width: 667px) {
  * {
    box-sizing: border-box;
  }
  .hidden_6ls {
    display: none !important;
  }
  .visible_6ls {
    display: block !important;
  }
}

@media screen and (max-width: 568px) {
  * {
    box-sizing: border-box;
  }
  .hidden_5ls {
    display: none !important;
  }
  .visible_5ls {
    display: block !important;
  }
}

@media screen and (max-width: 500px) {
  * {
    box-sizing: border-box;
  }
  .footer__contents--logo {
    margin: auto;
    width: 18rem;
    z-index: 10;
  }
  .sectionHeadingUnit02.is_about {
    margin-bottom: 6px;
    transform: translateY(0);
  }
  .navigation {
    margin: 0 auto 60px;
    width: 100%;
  }
  .navigation_btn a {
    padding: 12px 10px 14px;
  }
  .navigationText_en {
    font-size: 18px;
  }
  .navigationText_ja {
    font-size: 10px;
  }
  .aboutSection_text {
    margin-bottom: 42px;
  }
  .section_qa ul li p {
    font-size: 0.7rem;
  }
  .sns_iconUnit ul {
    margin-bottom: 16px;
  }
  .sns_iconUnit ul li a {
    height: 32px;
    width: 32px;
  }
  .sns_iconUnit .sns_iconLead02 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .hidden_sm {
    display: none !important;
  }
  .visible_sm {
    display: block !important;
  }
}

@media screen and (max-width: 375px) {
  * {
    box-sizing: border-box;
  }
  .bliderBox {
    max-height: 250px;
  }
  .bliderBox:before {
    height: 125px;
  }
  .hidden_msm {
    display: none !important;
  }
  .visible_msm {
    display: block !important;
  }
}

@media screen and (max-width: 390px) {
  * {
    box-sizing: border-box;
  }
  .hidden_xs {
    display: none !important;
  }
  .visible_xs {
    display: block !important;
  }
}

/*# sourceMappingURL=mineralair.css.map*/