@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "メイリオ", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.-eng {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #222;
  text-decoration: none;
}

a,
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.6;
  text-decoration: none;
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

.-pconly {
  display: block;
}

.-sponly {
  display: none;
}

.spnav {
  display: none;
}

#js-pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #7c9737;
  color: #fff;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 5;
}

#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

#menu-trigger button,
#menu-trigger button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#menu-trigger button {
  position: relative;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
#menu-trigger button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
#menu-trigger button span:nth-of-type(1) {
  top: 8px;
}
#menu-trigger button span:nth-of-type(2) {
  top: 16px;
}
#menu-trigger button span:nth-of-type(3) {
  bottom: 6px;
}

.m_open #menu-trigger span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.m_open #menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.m_open #menu-trigger span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.i-login {
  background: url(../img/i-login.svg) no-repeat left center / 12px 12px;
  padding-left: 22px;
}

.i-home {
  background: url(../img/i-home.svg) no-repeat left center / 12px 12px;
  padding-left: 22px;
}

.i-guide {
  background: url(../img/i-guide.svg) no-repeat left center / 12px 12px;
  padding-left: 22px;
}

#gnav-wrapper {
  width: 100%;
  position: sticky; /*固定する*/
  position: -webkit-sticky; /*Safari用ベンダープレフィックス*/
  top: 0; /*ブラウザの上からの距離はゼロ*/
  z-index: 3;
  background: #fff;
}

#headers {
  padding: 0 3%;
}

.header-in {
  max-width: 1120px;
  padding: 20px 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 32% 63%;
  gap: 0 5%;
}

.head-logos__img {
  max-width: 140px;
}

.head-logos {
  display: grid;
  grid-template-columns: 140px auto;
  align-items: flex-end;
  gap: 0 20px;
}

.head-logos h1 {
  font-size: 1.4rem;
  color: #707070;
  font-weight: normal;
  margin: 0;
}

.head-tps__sv {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  align-items: center;
}

.head-tps__sv--list:not(:first-of-type) {
  margin-left: 20px;
}

.head-info {
  display: grid;
  grid-template-columns: auto 176px;
  gap: 0 20px;
}

.head-info__cart--cartin {
  margin-bottom: 10px;
  position: relative;
}

.fs-client-cart-count {
  background: #e74908;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  height: 18px;
  right: 0;
  line-height: 1em;
  padding: 5px 0px 5px;
  position: absolute;
  top: -5px;
  width: 18px;
  letter-spacing: 0;
  text-align: center;
  z-index: 2;
}

.fs-client-cart-count--0 {
  display: none;
}

.head-info__cart--a {
  background: #f7b700;
  display: block;
  text-align: center;
  padding: 20px;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
  line-height: 1;
}

.i-cart {
  background: url(../img/i-cart.svg) no-repeat left center / 30px 25px;
  padding: 5px 0 10px 45px;
}

.head-info__cart--tpsend {
  background: #d55757;
  color: #fff !important;
  font-weight: bold;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}

.head-info__contact--tit {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.head-info__contact--tit:before,
.head-info__contact--tit:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: url(../img/dod-tp.svg) repeat-x left center;
}

.head-info__contact--tit:before {
  margin-right: 1rem;
}

.head-info__contact--tit:after {
  margin-left: 1rem;
}

.i-tel {
  background: url(../img/i-tel.svg) no-repeat left center / 18px 18px;
  padding: 3px 0 3px 28px;
}

.i-mail {
  background: url(../img/i-mail.svg) no-repeat left center / 16px 11px;
  padding: 3px 0 3px 26px;
}

.head-info__contact--action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

.head-info__contact--tel {
  font-size: 2.6rem;
}

.head-info__contact--mail {
  font-size: 1.4rem;
}

.tp-s_line {
  width: 20px;
  margin: 0 10px;
}

.head-info__contact--tel,
.head-info__contact--mail {
  font-weight: bold;
  line-height: 1;
}

.head-info__contact--mail--a {
  display: block;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 6px;
}

.head-info__contact--time {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}

.head-info__contact--day {
  margin-right: 20px;
}

#gnav {
  padding: 0 5%;
  position: relative;
}

.gnav-nav {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gnav-nav--list {
  text-align: center;
  font-weight: bold;
}

.gnav-nav--a {
  cursor: pointer;
  padding: 20px 0;
  display: block;
  position: relative;
}

a.gnav-nav--a:hover p {
  transition: 0.3s;
}

a.gnav-nav--a:hover p {
  opacity: 0.6;
}

.-mega-key:hover a.gnav-nav--a:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #9dbb50;
}

.gnav-nav--list:not(:last-child) {
  background: url(../img/tp-s_line.svg) no-repeat right center / 20px 20px;
  padding-right: 20px;
}

.gnav-nav--list:last-child {
  padding-left: 20px;
}

.i-chat {
  background: url(../img/i-chat.svg) no-repeat left center / 22px 22px;
  padding: 0 0 0 24px;
  display: block;
  letter-spacing: -1px;
}

.megamenu {
  background: #f2f7e4;
  padding: 0px 5%;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 5px solid #9dbb50;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  z-index: 3;
}

.-mega-key:hover .megamenu {
  max-height: 600px;
  opacity: 1;
  overflow: visible;
  transition: 0.1s;
}

.megamenu_box {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 16%);
  gap: 10px 0.8%;
  padding: 30px 0;
}

.megamenu_box--list {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.3;
}

.-l-space {
  letter-spacing: -1px;
}

.-l-space-dd {
  letter-spacing: -2px;
}

.megamenu_box--a {
  background: #fff;
  display: grid;
  width: 100%;
  grid-template-columns: 32px auto;
  gap: 0 10px;
  align-items: center;
  padding: 10px;
  height: 100%;
}

.megamenu_box--a .imgmax {
  border-radius: 4px;
}

.slick_mvslider {
  margin: 0 auto 70px;
}

.slick_mvslider a {
  position: relative;
  display: block;
}

.slick-center {
  margin-right: 20px;
  margin-left: 20px;
}

.slide-fcp {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 2;
}

.slide-fcp dt {
  font-size: 3rem;
}

.slide-fcp dt span {
  background: #9dbb50;
  padding: 10px 20px;
  display: inline-block;
  color: #fff !important;
}

.slide-fcp dd {
  background: #fff;
  font-size: 1.8rem;
  padding: 10px 20px;
}

.slide-fcp dt,
.slide-fcp dd {
  font-weight: bold;
  max-width: max-content;
}

.slick-arrow {
  position: absolute;
  bottom: 3.8%;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  border: none;
}

.slick-next {
  right: 40%;
  background: url(../img/slick-next.svg) no-repeat center center / 6px 12px !important;
}

.slick-prev {
  left: 40%;
  background: url(../img/slick-prev.svg) no-repeat center center / 6px 12px !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 5%;
}

.slick-dots li:not(:last-of-type) {
  margin-right: 10px;
}

.slick-dots li {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #eee;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background: #79bc28;
}

.headline {
  background: #faf7f2;
  padding: 20px 5%;
  margin: 0 auto 30px;
}

.headline--blk {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 20px;
}
.headline--blk_day {
  border-right: 1px solid #ccc;
  color: #999;
}

.headline--blk_txt a {
  display: block;
}

.mount-tit {
  background: url(../img/i-mount.svg) no-repeat center top / 75px 35px;
  padding-top: 55px;
}

.mount-tit span {
  font-size: 1.6rem;
  line-height: 1;
}

.mount-tit,
.non-mount-tit {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0 auto 36px;
}

.-basic-area {
  max-width: 1120px;
  margin: 0 auto 80px;
}

.bg-views {
  background: url(../img/bg-views.jpg) no-repeat center top / cover;
  text-align: center;
  min-height: 759px;
}

.-btn {
  max-width: 260px;
}

.-long_btn {
  max-width: 50%;
}

.-btn,
.-long_btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 15px;
  background: #9dbb50;
  border-radius: 6px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
}

.arrows {
  background: url(../img/w-arrows.svg) no-repeat right center / 5px 10px;
  display: block;
  padding: 0 15px;
}

.bg-views-stit {
  font-size: 2rem;
  margin: 0 auto 40px;
}

.bg-views-stxt {
  margin: 0 auto 40px;
}

.bg-views-inner {
  max-width: 66%;
  letter-spacing: 1px;
  margin: 0 auto;
}

.detail-tab {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  gap: 0 0.5%;
  margin: 0 auto 30px;
}

.detail-tab--list {
  text-align: center;
  background: #faf7f2;
  padding: 10px 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.detail-tab--list.select {
  background: #9dbb50;
  color: #fff !important;
}

.detail-tab--list:hover {
  opacity: 0.6;
}

.detail-tab--list.select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #9dbb50;
}

.detail-box-in_item {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 40px 2%;
  margin: 0 auto 30px;
}

.-img-filter img {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  width: 100%;
  height: auto;
  display: block;
}

.detail-box-in_img {
  margin-bottom: 20px;
}

.c_red {
  color: #d55757;
}

.detail-box_price {
  font-size: 1.4rem;
  margin: 15px 0;
}

.detail-box_price .c_red {
  font-size: 1.8rem;
}

.detail-box-in_item--list {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}

.detail-box-in_item--list__ig {
  width: 100%;
}

.detail-box-in_item--list__btn {
  margin: auto auto 0;
  display: block;
  width: 100%;
}

.bg-clean_cont {
  background: url(../img/bg-clean_cont.jpg) no-repeat center center / cover;
  padding: 5%;
  position: relative;
  min-height: 280px;
}

.bg-clean_cont::before {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.bg-clean_cont::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 15px solid #fff;
}

.bg-clean_cont--block {
  z-index: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 42%;
}

.bg-clean_cont--block__btn .-btn {
  margin: 30px 0 0;
}

.bg-clean_cont--block--tit {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.hide {
  display: none;
}

.cont-scp {
  max-width: 900px;
  margin: 0px auto 40px;
  display: flex;
  justify-content: center;
}

.recom-place {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 0;
  margin: 0 auto 50px;
}

.recom-place__list {
  display: flex;
  flex-wrap: wrap;
}

.recom-place__list--a {
  position: relative;
  display: block;
}

.recom-place__list--tit {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: #fff;
  display: block;
  padding: 10px 20px;
  width: 84%;
}

.recom-place__list--tit dt {
  font-size: 1.4rem;
  color: #999;
}

.recom-place__list--tit dd {
  font-size: 1.8rem;
  font-weight: bold;
}

.recom-place_txt {
  padding: 20px;
}

.detail-btn {
  margin: auto 0 0 auto;
  text-align: right;
  font-weight: bold;
}

.arrow-detail {
  background: url(../img/arrow-detail.svg) no-repeat right center / 44px 44px;
  padding: 14px 54px 14px 0;
  display: block;
}

.season-clean {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
}

.season-clean__list--img,
.season-clean__list--txt {
  margin-bottom: 25px;
}

.season-clean__list--tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.tp-searv {
  background: #f6f6f6;
  padding: 50px 5%;
  position: relative;
  margin: 0 auto 80px;
}

.cross-sub_sub {
  text-align: center;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #707070;
  border-radius: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto 40px;
}

.cross-sub_scp {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 150px;
}

.cross-sub-mv {
  max-width: 1120px;
  margin: 0 auto 0px;
}
.cross-sub-follow {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cross-sub-follow span {
  color: #d55757;
  font-size: 6.2rem;
}

.follow-threes {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
  max-width: 1120px;
  margin: 0 auto 20px;
}

.follow-threes li {
  background: #fff;
  padding: 50px 20px 20px;
  border-radius: 6px;
  position: relative;
  border: 1px solid #9dbb50;
}

.follow-trubble {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 0 2%;
  max-width: 1120px;
  margin: 0 auto 40px;
}

.follow-trubble li {
  padding: 20px;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
}

.follow-trubble li:nth-child(odd) {
  background: #e4efda;
}

.follow-trubble li:nth-child(even) {
  background: #b0ce93;
}

.follow-trubble li:nth-child(odd):before,
.follow-trubble li:nth-child(even):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
}

.follow-trubble li:nth-child(odd):before {
  border-top: 15px solid #e4efda;
}

.follow-trubble li:nth-child(even):before {
  border-top: 15px solid #b0ce93;
}

.follow-num {
  position: absolute;
  top: -20px;
  left: 20px;
  max-width: 56px;
}

.follow-info dt {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.follow-bans {
  max-width: 1120px;
  margin: 0 auto;
}

.cross-sub {
  text-align: center;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #707070;
  border-radius: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: -65px auto 40px;
}

.cross-sub--micro {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #9dbb4f;
  margin: 0 auto 40px;
}

.job-icon {
  max-width: 140px;
  margin: 0 auto;
}

.job-maps {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 50px 5%;
  max-width: 1120px;
  margin: -150px auto 0px;
}

.job-maps__list {
  background: #fff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  padding: 5% 10%;
  display: flex;
  flex-wrap: wrap;
}

.job-maps__list > div {
  width: 100%;
}

.job-maps__list--tit {
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}

.job-maps__list--tit span {
  font-size: 1.4rem;
}

.-black {
  background: #000;
}

.job-maps_txt {
  font-size: 1.4rem;
  line-height: 2;
}

.job-btn {
  margin: 20px auto 0;
  max-width: 200px;
  width: 100%;
}

.job-bg {
  background: #f6f6f6;
  padding: 50px 5%;
  margin: 0 auto 80px;
}

.know-how-map {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 50px 5%;
  margin: 0 auto 40px;
}

.know-how-map__list {
  background: #fff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  padding: 5% 10%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.know-how-icon {
  max-width: 84px;
  margin: 0 auto 20px;
}

.know-how-map__list--a {
  display: block;
  position: relative;
  background: url(../img/arrow-detail.svg) no-repeat 100% 95% / 44px 44px;
  padding-bottom: 60px;
}

.know-how_txt {
  font-size: 1.4rem;
  line-height: 2;
}

.cross-know_scp {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 50px;
}

.itemcate_scp {
  text-align: center;
  margin: 0 auto 50px;
}

.itemcate_box {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 50px 4%;
  margin: 0 auto 40px;
}

.itemcate_box--img,
.itemcate_box--tit {
  margin-bottom: 20px;
}

.itemcate_box--tit {
  font-weight: bold;
}

.itemcate_box--txt {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.itemcate_box--list {
  display: flex;
  flex-wrap: wrap;
}

.itemcate_box--btn {
  max-width: 200px;
  width: 100%;
  margin: auto auto 0;
}

.news-tit {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0 auto 40px;
}

.news-fcp {
  max-width: 760px;
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}

.news-box {
  max-width: 980px;
  margin: -20px auto 0;
}

.news-box__list {
  display: grid;
  grid-template-columns: 80px 100px auto;
  gap: 0 20px;
  background: url(../img/dod-line.svg) repeat-x left bottom;
  padding: 20px 0;
}

.news-time {
  font-size: 1.4rem;
  color: #999;
  padding-top: 6px;
}

.news-tit-line {
  padding-top: 6px;
}

.news-cate--a {
  display: block;
  padding: 10px;
  border-radius: 4px;
  background: #f5ebd1;
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.tp-voice {
  padding: 60px 5%;
  background: #f6f6f6;
  margin: 0 auto 80px;
}

.tp-voice-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}

.tp-voice-box--img {
  position: relative;
}

.tp-voice-box--img:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.tp-voice-box--a {
  color: #fff !important;
  font-size: 2rem;
  position: relative;
  display: block;
}

.tp-voice-box--tit {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 2;
  display: block;
  width: 90%;
}
.tp-voice-arrow {
  display: block;
  background: url(../img/detail-arrow-w.svg) no-repeat right center / 44px 44px;
  padding: 15px 54px 15px 0;
  width: 100%;
}

.sdg-area {
  max-width: 800px;
  margin: 0 auto;
}

.sdg-area__list--img {
  margin-bottom: 25px;
}

.youtube-tit {
  max-width: 551px;
  margin: 0 auto 30px;
}

.youtube-sum {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 0 4%;
  margin: 0 auto 40px;
}

.youtube-sum__list {
  text-align: center;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  background: #fff;
}

.youtube-sum__a {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 10% 5%;
  font-weight: bold;
  height: 100%;
}

.youtube-sum__icon {
  max-width: 39px;
  margin: 0 auto 20px;
}

.youtube-sum__tit {
  width: 100%;
}

.-red {
  background: #d55757;
}

.sns-area {
  max-width: 960px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
}

.sns-area iframe {
  width: 100%;
}

.footers-info {
  background: #fafafa;
  padding: 60px 5%;
}

.foot-sendfree {
  background: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 0 auto 20px;
}

.foot-sendfree--mon {
  font-size: 2.6rem;
}

.foot-sendfree--mon b {
  font-size: 3.6rem;
}

.foot-cardlist {
  max-width: 1000px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 48% auto;
  gap: 0 3%;
  font-size: 1.4rem;
}

.foot-cardlist--img p:first-child {
  margin-bottom: 20px;
}
.foot-cardlist--img p:last-child {
  width: 60%;
  margin: 0 auto;
}

.foot-area-box {
  padding: 60px 5%;
}

.foot-area {
  max-width: 1120px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 200px 1fr;
  gap: 0 10%;
  justify-content: space-between;
}

.foot-area--logo {
  max-width: 140px;
  margin-bottom: 40px;
}

.foot-area--add {
  font-size: 1.4rem;
}

.foot-area-link {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
}

.foot-area-link__blk li {
  background: url(../img/i-arrow.svg) no-repeat left center / 5px 10px;
  padding-left: 15px;
}

.foot-area-link__blk li:not(:last-of-type) {
  margin-bottom: 10px;
}

small {
  margin: 50px 0 0 auto;
  display: block;
  text-align: right;
}

/*recommend*/
.recom-hist {
  margin: 0 auto 60px;
}

.recom-hist-area {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 40px 4%;
}

.recom-hist__img {
  margin-bottom: 10px;
}

.recom-hist__tit {
  font-weight: bold;
  margin-bottom: 20px;
}

.recom-hist__price .itemPrice {
  color: #d55757;
  font-weight: bold;
}

.productPrice__addon {
  font-size: 1.2rem;
}

/* 検索フォーム */

/* input.actarea--search--input,.head-info__actarea--search,.actarea--search--button {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  width: 265px;
  outline: none;
}

.head-info__actarea--search {
  max-width: 1120px;
  width: 50%;
  padding: 10px;
  border: solid 1px #c9c4c4;
  border-radius: 6px;
  margin: 0 auto 10px;
  display: grid;
  grid-template-columns: auto 135px;
  justify-content: space-between;
}

.actarea--search--button {
  background-color: #568f12;
  border-radius: 6px;
  color: #fff;
  padding: 5px 7px;
  text-align: center;
}

.actarea--search--input:before {
  content: url(https://hakusanya.itembox.design/item/common/img/icon_search.svg);
} */

.item_search {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  padding-bottom: 20px;
}

.item_search_form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 1px #707070;
  border-radius: 10px;
  padding: 4px;
}

.item_search_label {
  width: calc(100% - 88px);
}

.item_search_put {
  background: url(https://hakusanya.itembox.design/item/common/img/icon_search.svg) no-repeat 15px center / 23px;
  border: none;
  padding: 5px 10px 5px 50px;
}

.item_search_search-submit {
  background-color: #65890a;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  width: 145px;
}

/* カート・送料についてバナー */

.cart-sendprice-ico {
  background: url(../img/f-sendico.svg) no-repeat left center / 17px 17px;
  padding-left: 27px;
}

.cart-sendprice-bnr {
  font: inherit;
  outline: none;
  border: 1px solid #707070;
  padding: 10px !important;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 46px;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #333;
}

.cart-sendprice-bnr:hover {
  text-decoration: underline;
}

.cart-sendpricearea {
  order: 2;
  text-align: center;
}

.fs-c-button--continueShopping.fs-c-button--standard {
  padding: 20px 5em;
  font-size: 1.6rem;
  font-weight: bold;
  background: #699104;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 10px 0;
}

.c_shoppingtxt_down {
  margin-bottom: 25px;
}

#foot_areanav {
  display: none;
}

@media (max-width: 1040px) {
  #gnav {
    padding: 0 2%;
  }
  .header-in {
    grid-template-columns: 26% 69%;
  }

  .head-logos h1 {
    font-size: 1.1rem;
  }

  .head-logos__img {
    max-width: 120px;
  }

  .head-logos {
    grid-template-columns: 120px auto;
  }
}

@media (max-width: 959px) {
  body {
    margin-top: 242px;
  }

  #headers {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 4;
  }

  #gnav-wrapper {
    position: fixed;
    top: 81px;
    left: 0;
    width: 100%;
    z-index: 4;
  }

  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  #gnav {
    padding: 0;
  }

  .gnav-nav {
    grid-template-columns: repeat(5, 20%);
    background: #9dbb50;
  }

  .gnav-nav--list:nth-last-child(-n + 2) {
    display: none;
  }

  .gnav-nav--list:not(:last-child) {
    background: none;
    padding: 0;
  }

  .gnav-nav--a {
    padding: 5%;
    color: #fff !important;
  }

  .megamenu {
    display: none;
  }

  .gnav-nav--list:nth-of-type(-n + 4) .gnav-nav--a {
    background: url(../img/nav-line.svg) no-repeat right center / 1px 27px;
  }

  .-basic-area {
    padding: 0 5%;
  }

  .head-tps__sv,
  .head-info {
    display: none;
  }

  .-sp-hnav__list {
    position: relative;
  }

  .-sp-hnav__login,
  .-sp-hnav__cart {
    max-width: 40px;
    margin: 0 auto 6px;
  }

  .head-logos__img {
    max-width: 46px;
  }

  .head-logos {
    grid-template-columns: 46px auto;
  }

  .header-in {
    grid-template-columns: auto 100px;
    align-items: center;
    padding: 10px 0;
  }

  .-sp-hnav {
    display: grid;
    grid-template-columns: 50px 50px;
    gap: 0 10px;
    justify-content: flex-end;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }

  .head-logos h1 {
    line-height: 1.3rem;
  }

  .foot-sendfree {
    flex-wrap: wrap;
  }

  .foot-sendfree--mon {
    width: 100%;
  }

  .bg-clean_cont {
    min-height: 260px;
  }

  .bg-clean_cont--block {
    width: 90%;
  }

  .bg-clean_cont--block__btn .-btn {
    margin: 30px auto 0;
  }

  .job-bg {
    background: none;
  }

  .job-maps {
    margin: 0 auto;
  }

  .cross-sub-mv {
    margin-bottom: 30px;
  }

  .cross-sub_scp {
    margin-bottom: 0;
  }

  .item_search {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  body {
    margin-top: 60px;
  }

  #headers {
    background: #fff;
  }

  #gnav-wrapper {
    display: none;
  }

  .headline {
    display: none;
  }

  .bg-views-inner {
    max-width: 80%;
  }

  .itemcate_box {
    grid-template-columns: repeat(3, 30%);
    gap: 50px 5%;
  }
  .sns-area {
    width: 90%;
  }

  .foot-area {
    gap: 0 5%;
    grid-template-columns: 160px 1fr;
  }

  .foot-area-link__blk li {
    font-size: 1.4rem;
  }

  .sns-area {
    margin: 0 auto 60px;
    grid-template-columns: repeat(1, 100%);
    gap: 30px 0;
  }

  .item_search {
    font-size: 1.3rem;
    z-index: 599;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding: 10px;
  }

  .item_search_search-submit {
    font-size: 1.5rem;
    width: 150px;
  }

  /*humberger*/
  .spnav {
    display: block;
    opacity: 0;
    position: fixed;
    bottom: -100vh;
    left: 0px;
    z-index: 1000;
    height: 93vh;
    width: 100vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10vh 0 15vh;
  }

  .m_open .spnav {
    opacity: 1;
    bottom: 0%;
    height: 96vh;
    width: 100vw;
  }

  .open_detail .spnav_search {
    opacity: 1;
    left: 0%;
    z-index: 1000;
    overflow: auto;
    max-height: 9999px;
  }

  .inbox {
    width: 90vw;
    height: 80vh;
    overflow: auto;
    margin: 0 auto;
  }

  .spnav_search .scrolls {
    padding-top: 10px;
  }

  .m_open .snav__bg {
    display: block;
    z-index: 500;
    background: rgba(77, 77, 77, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }

  .m_open #page-top {
    display: none !important;
  }

  .spf_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
  }

  .spf_tab {
    text-align: center;
  }

  .spf_tab--list {
    width: 50%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
  }

  .spf_content--list {
    padding: 5%;
  }

  .spf_tab--list:first-child,
  .spf_content--list:first-child {
    background: #b0ce93;
  }

  .spf_content--list:first-child,
  .spf_content--list:last-child {
    border-radius: 6px;
  }

  .spf_tab--list:last-child,
  .spf_content--list:last-child {
    background: #f3f8ec;
  }

  .ser-in .item_search_form {
    background: #fff;
  }

  .ser-in .item_search_search-submit {
    width: 70px;
  }

  .ser-in .item_search_label {
    width: calc(100% - 70px);
  }

  .ser-in .item_search_put {
    width: 100%;
  }

  .spf__item {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 10px 0;
  }

  .spf__item--list {
    width: 100%;
  }

  .spf__item--a {
    padding: 10px;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1em;
    color: #000 !important;
    border: 1px solid #007336;
  }

  .spf__item--a,
  .spf__cate--a {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
  }

  .spf__cate--a {
    background: #fff;
    color: #000 !important;
    font-size: 1.4rem;
    line-height: 1em;
    padding: 6px 8%;
  }

  .spf__img,
  .spf__item--img {
    width: 32px;
    margin-right: 14px;
  }

  .splink--official .w_arrow {
    font-size: 1.4rem;
  }

  .splink--official-a {
    color: #fff !important;
    background: #007336;
    padding: 6px 10px;
    border-radius: 4px;
    display: block;
  }

  .splink--official {
    text-align: center;
  }

  .hide {
    display: none;
  }

  .spf_singlebtn {
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }

  .spf_singlebtn--act {
    color: #fff !important;
    display: block;
    padding: 10px 5px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .spf_close {
    background: #666;
    border-radius: 8px;
  }

  .ser-in {
    width: 100%;
    margin-bottom: 15px;
  }

  /**/
  #fs_anchor_aboutPayment,
  #fs_anchor_deliveryService {
    padding-top: 80px;
    margin-top: -80px;
  }
}

@media (max-width: 519px) {
  #gnav {
    height: 40px;
  }

  #headers {
    height: 60px;
    overflow: hidden;
  }

  .gnav-nav--list {
    font-size: 1.1rem;
  }

  .-h-recom {
    padding: 0;
  }

  .detail-box-in-colum {
    overflow: scroll;
  }

  .detail-box-in_item {
    width: max-content;
    display: flex;
    padding: 10px 5%;
    gap: 40px 5%;
  }

  .detail-box-in_item--list {
    width: 230px;
  }

  .-sp-hnav__login,
  .-sp-hnav__cart {
    max-width: 18px;
    margin: 0 auto 2px;
  }

  .slide-fcp dt {
    font-size: 2.2rem;
  }

  .slide-fcp dd {
    font-size: 1.3rem;
  }

  .slick-arrow {
    bottom: -30px;
  }

  .slick-dots {
    bottom: -23px;
  }

  .slick-next {
    right: 20%;
  }

  .slick-prev {
    left: 20%;
  }

  .slide-fcp {
    bottom: 0;
  }

  .slide-fcp dt span {
    padding: 4px 20px;
  }

  .mount-tit {
    background: url(../img/i-mount.svg) no-repeat center top / 56px 26px;
    padding-top: 40px;
    font-size: 2.1rem;
  }

  .mount-tit,
  .non-mount-tit {
    margin-bottom: 30px;
  }

  .bg-views-inner {
    max-width: 100%;
  }

  .bg-views-stit {
    font-size: 1.6rem;
  }

  .bg-views {
    background: url(../img/bg-views-sp.jpg) no-repeat center top / cover;
    text-align: center;
    min-height: 539px;
  }

  .-basic-area {
    margin: 0 auto 60px;
  }

  .bg-clean_cont--block--tit {
    font-size: 1.6rem;
  }

  .detail-tab {
    margin-bottom: 20px;
  }

  .bg-clean_cont {
    min-height: 290px;
  }

  .detail-box-in_item {
    margin-bottom: 20px;
  }

  .cross-sub-mv {
    margin-bottom: 20px;
  }

  .cross-sub-follow {
    font-size: 2rem;
  }

  .cross-sub-follow span {
    line-height: 1;
  }

  .follow-threes {
    grid-template-columns: repeat(1, 100%);
    gap: 26px 0;
  }

  .follow-trubble {
    grid-template-columns: repeat(2, 48%);
    gap: 26px 4%;
  }

  .follow-info dt {
    font-size: 2rem;
  }

  .recom-place {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 8%;
    margin: 0 auto 50px;
  }

  .recom-place__list--tit {
    position: static;
    z-index: 2;
    left: inherit;
    bottom: inherit;
    background: none;
    display: block;
    padding: 0px;
    width: 100%;
  }

  .recom-place__list--a p {
    position: relative;
  }

  .recom-place__list--tit dt {
    background: #fff;
    padding: 4px;
    margin: -28px 0 10px;
    z-index: 2;
    display: flex;
    position: relative;
    width: 100px;
  }

  .recom-place__list--tit dd {
    font-size: 1.6rem;
  }

  .recom-place_txt {
    padding: 0;
    margin-top: 10px;
  }

  .detail-btn {
    text-align: center;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .detail-btn--a {
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #707070;
    border-radius: 4px;
  }

  .arrow-detail {
    background: url(../img/i-arrow.svg) no-repeat right center / 6px 10px;
    padding: 0 16px 0 0;
    display: inline;
  }

  .recom-place_txt {
    margin-bottom: 20px;
  }

  .season-clean {
    grid-template-columns: repeat(1, 100%);
    gap: 40px 0;
  }

  .season-clean__list--img,
  .season-clean__list--txt {
    margin-bottom: 20px;
  }

  .cross-sub--micro {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .cross-sub_scp {
    width: 86%;
  }

  .job-icon {
    max-width: 66px;
  }

  .job-maps {
    grid-template-columns: repeat(2, 48%);
    gap: 20px 4%;
  }

  .job-bg {
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  .job-maps__list {
    padding: 10% 8%;
  }

  .job-maps__list--tit {
    margin: 10px auto;
    font-size: 1.5rem;
  }

  .job-btn .-btn.-black {
    padding: 15px 9px;
  }

  .know-how-map {
    grid-template-columns: repeat(2, 48%);
    gap: 20px 4%;
  }
  .itemcate_box {
    grid-template-columns: repeat(2, 47%);
    gap: 40px 6%;
  }

  .know-how-icon {
    max-width: 64px;
    margin: 0 auto 10px;
  }

  .know-how_txt {
    width: 100%;
  }

  .know-how-map__list {
    padding: 10% 10% 6%;
  }

  .know-how-map__list--a {
    padding-bottom: 60px;
    background-position: 100% 98%;
  }

  .itemcate_scp,
  .cross-know_scp {
    margin: 0 auto 30px;
  }

  .itemcate_box--img,
  .itemcate_box--tit {
    margin-bottom: 10px;
  }

  .news-tit {
    font-size: 2.1rem;
    margin: 0 auto 30px;
  }

  .news-box__list {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 10px 0;
    padding: 20px 0;
    grid-template-rows: 30px auto;
  }

  .news-tit-line {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .news-box {
    background: url(../img/dod-line.svg) repeat-x left top;
  }

  .news-cate--a {
    display: inline-block;
  }

  .news-tit-line a {
    display: block;
    background: url(../img/i-arrow.svg) no-repeat right bottom / 6px 10px;
    padding-right: 20px;
  }

  .tp-voice-box {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .news-fcp {
    margin-bottom: 30px;
  }

  .tp-voice {
    margin-bottom: 60px;
  }

  .sdg-area__list--img {
    margin-bottom: 20px;
  }

  .mount-tit,
  .non-mount-tit {
    font-size: 2.1rem;
  }

  .youtube-tit {
    max-width: 320px;
    width: 80%;
    margin: 0 auto 30px;
  }

  .youtube-sum {
    grid-template-columns: repeat(2, 47%);
    gap: 20px 6%;
    margin: 0 auto 40px;
  }

  .youtube-sum__icon {
    max-width: 34px;
    margin: 0 auto 10px;
  }

  .youtube-sum__a {
    padding: 10%;
  }

  .foot-sendfree {
    font-size: 1.4rem;
    padding: 15px 10px;
  }

  .foot-sendfree--mon,
  .foot-sendfree--mon b {
    font-size: 1.8rem;
  }

  .foot-cardlist {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px 0;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
  }

  .foot-area-box {
    padding: 60px 0;
  }

  .foot-area {
    gap: 40px 0;
    grid-template-columns: 1fr;
  }

  .foot-area dl {
    grid-row: 2/3;
  }

  .foot-area > div {
    grid-row: 1/2;
  }

  .foot-area-link {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .foot-area-link__blk li {
    background: none;
  }

  .foot-area-link__blk a {
    display: block;
    background: url(../img/i-arrow.svg) no-repeat 5% 50% #fff;
    background-size: 6px 10p;
    padding: 15px 10px 15px 10%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  }

  .foot-area-link__blk:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .foot-area-link__blk:nth-of-type(2) {
    display: none;
  }
  .foot-area--logo {
    max-width: 70px;
    margin: 0 auto 24px;
  }

  .foot-area--add {
    display: block;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
  }

  small {
    text-align: center;
  }

  /*recommend*/
  .recom-tp {
    width: 90%;
    margin: 0 auto;
  }

  .recom-hist-area {
    grid-template-columns: repeat(2, 47%);
    gap: 40px 6%;
  }

  /* カート・送料についてバナー */
  .-cart_custom .fs-c-buttonContainer--inquiryAboutProduct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-column: 1/3;
    grid-row: 3/2;
  }

  .cart-sendpricearea {
    margin-bottom: 20px;
  }
}

@media (max-width: 414px) {
  #fs-totalsArea-wrapper {
    position: relative;
    margin-top: 25px;
  }

  .item_search {
    font-size: 1.1rem;
    z-index: 599;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding: 7px;
  }

  .item_search_label {
    width: calc(100% - 118px);
  }

  .item_search_search-submit {
    font-size: 1.3rem;
    width: 118px;
    padding: 7px;
  }

  /* スマホ　固定タブ */
  #js-pagetop {
    bottom: 88px;
    z-index: 2000;
  }

  #foot_areanav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 10;
  }

  ul#foot_nav {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    gap: 0;
    background-color: #fff;
    z-index: 2000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 77px;
    border-top: 1px solid #ccc;
  }

  .foot_nav--list {
    border: solid 1px #fff;
  }

  .foot_nav--list:not(:last-child) {
    border-right: 1px solid #ccc;
  }

  .foot_nav--icon {
    margin-bottom: 3px;
    width: 30px;
  }

  .foot_nav--a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    color: #000 !important;
    padding: 5px 5% 5px;
  }

  .foot_nav--box {
    font-size: 1.3rem;
    text-align: center;
    margin: 0 auto;
  }

  .foot_nav--txt.abouttxt {
    max-width: 45px;
  }

  .foot_nav--txt {
    font-weight: bold;
    max-width: 43px;
    margin: 0 auto 0px;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: -1px;
    line-height: 1.2;
    text-align: center;
  }

  .foot_nav--box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .foot_nav--icon.width-ico-d {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-bottom: 1px;
  }

  .foot_nav--icon.width-ico-b {
    width: 32px;
    height: 32px;
    margin-bottom: 2px;
  }

  .foot_nav--icon.width-ico-a {
    width: 32px;
    height: 17px;
    margin-bottom: 16px;
  }

  .foot_nav--txt.mrg5 {
    margin-top: 5px;
  }

  .foot_nav--txt.mrg8 {
    margin-top: 8px;
  }

  .-sp-hnav {
    display: grid;
    grid-template-columns: 50px;
    gap: 0 10px;
    justify-content: flex-end;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }

  .head-logos {
    align-items: center;
    gap: 0 3%;
    grid-template-columns: 54px auto;
  }

  .header-in {
    grid-template-columns: auto 53px;
  }

  .head-logos__img {
    max-width: 50px;
  }

  .-sp-hnav__list.sponly-sp {
    display: none;
  }

  #footers {
    margin-bottom: 80px;
  }
}

@media (max-width: 375px) {
  .inbox .scrolls {
    padding-bottom: 100px;
  }
}

@media (max-width: 360px) {
  .gnav-nav--list {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  #gnav {
    height: 36px;
  }

  .gnav-nav--list {
    font-size: 1rem;
    letter-spacing: -1px;
  }
  .head-logos h1 {
    font-size: 1rem;
  }

  .-btn,
  .-long_btn {
    font-size: 1.4rem;
  }

  .arrows {
    padding: 0 12px;
  }

  .inbox .scrolls {
    padding-bottom: 140px;
  }
}

/* 220907追加 */
.cleanblog-bnr {
  max-width: 400px;
  margin: 0 auto 60px;
}

.cleanblog-bnr a {
  border: solid 5px #ccc;
  display: block;
  padding: 10px 5%;
}

.cleanblog-bnr.footer {
  max-width: none;
  margin: -10px 0;
  grid-column: 2 / 4;
  padding-bottom: 25px;
}

.cleanblog-bnr.head {
  max-width: 174px;
  margin: 0 auto;
}

.cleanblog-bnr.head a {
  border: solid 3px #ccc;
  display: block;
  padding: 0px 5px;
}

.cleanblog-bnr.nav {
  border: none;
  padding: 0;
  margin: 0 auto;
}

.cleanblog-bnr.nav a {
  background: #edb93f url(../img/w-arrows.svg) no-repeat 90% center / 5px 10px;
  border: none;
  border-radius: 8px;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}

@media (max-width: 959px) {
  .cleanblog-bnr.footer {
    max-width: none;
    margin: 20px 0 0 0;
    grid-column: 1 / 4;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .cleanblog-bnr {
    padding: 0 5%;
  }
}

@media (max-width: 519px) {
  a.-long_btn.top {
    max-width: 100%;
  }
}

/* 220907追加ここまで */
