@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  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%;
  overflow-x: hidden;
}

.-mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.-eng {
  font-family: Arial, Helvetica, sans-serif;
}

.underline {
  text-decoration: underline;
}

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;
}

/*----一旦非表示----------------
img {
  width: 100%;
  height: auto;
  display: block;
}
------------------------------*/

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

.-pconly {
  display: block;
}

.-sponly,
.-minonly,
.i-scroll {
  display: none;
}

.i-scroll {
  position: absolute;
  z-index: 2;
  align-items: center;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 244, 0.8);
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 2px 6px #999;
}

.i-scroll.active {
  opacity: 0;
  text-indent: -999px;
  pointer-events: none;
}

.i-scroll_box img {
  width: 40px;
  display: block;
  height: auto;
  margin: 0 auto 6px;
  animation-name: animation-scroll;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
}

@keyframes animation-scroll {
  from {
    transform: translateX(100%);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.-underline {
  text-decoration: underline;
}

.-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;
}

.-reset_form ::placeholder {
  color: #ccc;
}

.-reset_form ::-ms-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

.tp_login.my-true,
.tp_logout.my-false,
.tp_mypage.my-false,
.tp_register.my-true {
  display: none;
}

.-blue_btn {
  background: #1e2b61 !important;
  border-radius: 4px !important;
  color: #fff !important;
  width: 100%;
  margin: 20px auto 0;
  display: block;
  padding: 5px 0;
}

.-navy_btn {
  background: #1e2b61 !important;
  color: #fff !important;
  width: 100%;
  display: block;
  text-align: center;
  padding: 6px 10px;
}

.-line_btn {
  border: 1px solid #666;
  display: block;
  text-align: center;
  padding: 6px 10px;
}

.-line_btn span {
  background: url(../img/delta.svg) no-repeat right center / 6px 10px;
  display: block;
  padding-right: 16px;
}

.-navy_btn span {
  background: url(../img/delta-w.svg) no-repeat right center / 6px 10px;
  display: block;
  padding-right: 16px;
}

.-more {
  max-width: 240px;
  margin: 30px auto 0;
}

.-more_fcp {
  width: 30%;
  margin: 30px auto 0;
  letter-spacing: 0;
}

.-more_fcp a {
  padding: 20px;
}

.s-seach-btn {
  max-width: 110px;
}

#headers {
  margin: 20px 5%;
}

.h-sns {
  display: grid;
  grid-template-columns: 26px 26px 26px 26px;
  gap: 0 10px;
}

#h-outlink {
  display: flex;
  justify-content: flex-end;
  gap: 0 16px;
  font-size: 1.4rem;
}

.h-outlinkarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.i-guide {
  background: url(../img/i-guide.svg) no-repeat left center / 16px 20px;
}

.i-qa {
  background: url(../img/i-qa.svg) no-repeat left center / 20px 20px;
}

.i-mail {
  background: url(../img/i-mail.svg) no-repeat left center / 20px 16px;
}

.i-company {
  background: url(../img/i-company.svg) no-repeat left center / 16px auto;
}

.i-voice {
  background: url(../img/i-voice.svg) no-repeat left center / 20px 20px;
}

.-outlink {
  padding: 3px 0 3px 26px;
}

.-viewidth {
  max-width: 1120px;
  margin: 0 auto;
}

.fix-nav-box {
  display: none;
}

#logo {
  max-width: 368px;
  margin-bottom: 5px;
}

#h-logoarea {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
  align-items: flex-end;
}

.h-information {
  display: flex;
  align-items: center;
}

.h-information__user {
  font-weight: bold;
  border-right: 1px solid #707070;
  padding-right: 20px;
  margin-right: 20px;
}

.h-information__tel {
  background: url(../img/i-tel.svg) no-repeat left center / 20px 22px;
  padding: 0 0 0 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}

.h-information__tel span {
  font-size: 1.4rem;
  margin-left: 14px;
}

#h-mact {
  display: flex;
  justify-content: flex-end;
  gap: 0 30px;
  margin-top: 14px;
}

.h-mact_list {
  width: max-content;
  font-size: 1.2rem;
  letter-spacing: 0px;
  font-weight: bold;
}

.h-mact__icon {
  max-width: 32px;
  margin: 0 auto 6px;
}

.h-mact_list--cart {
  color: #ec6c75;
}

#h-search {
  display: grid;
  grid-template-columns: 42% 56%;
  align-items: center;
  gap: 0 2%;
}

.h-search__box {
  display: grid;
  grid-template-columns: auto 100px;
  align-items: center;
  gap: 0 10px;
}

.h-search__box-form {
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 1.4rem;
  background: #fff;
  padding: 6px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 24px;
  gap: 0 10px;
  align-items: center;
}

.h-search__box-form select,
.side-w_box select {
  background: url(../img/i-delta.svg) no-repeat left center / 10px 8px;
  padding-left: 15px;
}

.h-search__box-form input {
  border-right: 1px solid #707070;
  padding-right: 6px;
}

.h-search__box-form button {
  display: flex;
  justify-content: center;
  align-self: center;
}

.-detail_search--a {
  background: #1e2b61 !important;
  padding: 10px;
  border-radius: 6px;
  color: #fff !important;
}

.h-tags {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  font-weight: bold;
}

.h-tags__a {
  display: block;
  background: #e4c0ba;
  width: max-content;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 6px;
  line-height: 1;
  color: #fff !important;
}

.head-informtion {
  padding: 10px 5%;
  border-bottom: 1px solid #eee;
}

.head-informtion-in {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
}

.head-informtion__tit {
  background: #d12b5b;
  text-align: center;
  color: #fff !important;
  padding: 4px;
  border-radius: 4px;
}

.side-w_box .h-tags {
  flex-wrap: wrap;
  width: 100%;
}

.side-w_box .h-tags .h-tags__a {
  margin: 0 5px 5px 0;
}

#i-move {
  max-width: 22px;
  cursor: pointer;
}

.hot-tags-tit {
  font-weight: bold;
}

.hot-tags {
  display: flex;
  grid-template-columns: 40px auto 22px;
  gap: 0 10px;
  position: relative;
  justify-content: flex-end;
}

.hot-tags__list {
  overflow-x: auto;
  height: 32px;
  max-width: 400px;
}

.hot-tags ::-webkit-scrollbar {
  width: 16px;
  height: 5px;
  display: none;
}

.hot-tags:hover ::-webkit-scrollbar {
  display: block;
}

.hot-tags ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}

.hot-tags ::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 100px;
  width: 30px;
}

.gnav-cover {
  background: #1e2b61;
  position: relative;
}

#gnav {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 20%);
}

.gnav__list:first-child {
  border-left: 1px solid #fff;
}

.gnav__list {
  border-right: 1px solid #fff;
}

.gnav__list--a,
.gnav__list--span {
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 10px;
}

.mega-m {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fcf8f7;
  width: 100%;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.mega-m--in {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 270px;
  gap: 0 40px;
}

.mega__info {
  border-left: 1px solid #ccc;
  padding-left: 40px;
}

.mega__info ul {
  margin-top: 20px;
}

.mega__info li a {
  background: url(../img/delta.svg) no-repeat left center / 8px 10px;
  padding-left: 20px;
  letter-spacing: 0;
}

.fin-s {
  background: #fadcdc;
  max-width: 1400px;
  margin: 20px auto 0;
  text-align: center;
}

.fin-s a {
  padding: 14px;
  display: block;
  font-weight: bold;
}

.fin-s span {
  background: url(../img/i-mega-d.svg) no-repeat right center / 14px 14px;
  padding-right: 24px;
}

.-search-season {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(114px, 1fr));
  grid-gap: 40px 20px;
  text-align: center;
  font-weight: bold;
}

.-search-material {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  grid-gap: 40px 2%;
  font-weight: bold;
  letter-spacing: 0;
}

.-search-design {
  display: grid;
  grid-template-columns: 16% auto 24%;
  grid-gap: 40px 2%;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 20px;
}

.-search-design:nth-child(2) {
  background: #f1f1f0;
}

.-search-purpose ul,
.-search-first ul {
  display: grid;
  grid-template-columns: repeat(5, 18.4%);
  grid-gap: 40px 2%;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}

.-search-purpose ul:not(:last-child),
.-search-first ul:not(:last-child) {
  margin-bottom: 20px;
}

.-search-purpose .-first-line,
.-search-first .-first-line {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  grid-gap: 40px 2%;
  font-weight: bold;
  letter-spacing: 0;
}

.-search-purpose ul p:first-child,
.-search-first ul p:first-child {
  margin-bottom: 6px;
}

.-search-material li a {
  display: flex;
  align-items: center;
  gap: 20px;
}

.-search-material li a p:first-child {
  max-width: 40%;
}

.-search-material img {
  max-width: 122px;
}

.design-val ul {
  display: grid;
  grid-template-columns: repeat(5, 18.4%);
  gap: 20px 2%;
}

.design-setup {
  margin-left: auto;
  max-width: 102px;
}

.design-setup li:not(:last-child) {
  margin-bottom: 20px;
}

.-kids {
  margin-left: auto;
}

.-kids ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 20px 4%;
}

.-kids ul li {
  max-width: 114px;
}

.-search-design p:first-child {
  margin-bottom: 6px;
}

.-slim {
  letter-spacing: -1px;
}

.h-headline {
  background: #f6f3f1;
  padding: 6px 5%;
}

.h-headline_area {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  max-width: 1120px;
  margin: 0 auto;
}

.i-truck {
  background: url(../img/i-truck.svg) no-repeat 0 15px / 22px 16px;
  padding-left: 36px;
  margin: 0 auto;
}

.h-headline_area li:not(:last-child) {
  background: url(../img/s-line.svg) no-repeat right center / 1px 15px;
  padding-right: 20px;
  margin-right: 20px;
}

#content_wrapper {
  display: grid;
  grid-template-columns: 260px auto;
  gap: 0 40px;
  max-width: 1120px;
  margin: 0 auto;
}

#content_single_wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

.side-up_ban {
  margin-bottom: 30px;
}

.side-up_ban__list:not(:last-child) {
  margin-bottom: 20px;
}

.side-up_ban__list--cap {
  margin-top: 10px;
}

#side-search_area {
  background: #f6f3f1;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.side-w_box {
  border-radius: 6px;
  padding: 20px;
  background: #fff;
}

.side-w_box:not(:last-child) {
  margin-bottom: 20px;
}

.side-w_box__tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.i-search {
  background: url(../img/i-search.svg) no-repeat left center / 16px 16px;
  padding-left: 26px;
}

.-u_line {
  border-bottom: 1px solid #ccc !important;
  padding: 10px 0;
  width: 100%;
}

.-non_tmb {
  margin-top: -10px;
}

.price-box {
  border: 1px solid #aaa !important;
  border-radius: 4px !important;
  width: 74%;
  margin: 6px 6px 0 0;
  padding: 6px;
}

.side-tits {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

.i-season {
  background: url(../img/i-season.svg) no-repeat left center / 24px 24px;
  padding: 6px 0 6px 34px;
}

.i-material {
  background: url(../img/i-material.svg) no-repeat left center / 24px 24px;
  padding: 6px 0 6px 34px;
}

.i-design {
  background: url(../img/i-design.svg) no-repeat left center / 24px 24px;
  padding: 6px 0 6px 34px;
}

.i-purpose {
  background: url(../img/i-purpose.svg) no-repeat left center / 24px 24px;
  padding: 6px 0 6px 34px;
}

.i-feature {
  background: url(../img/i-feature.svg) no-repeat left center / 24px 24px;
  padding: 6px 0 6px 34px;
}

.-pajama_cat a {
  padding-left: 0 !important;
}

.-pajama_cat span {
  padding: 5px 0 5px 42px !important;
  display: block;
}

/*TAG*/
/* メンズ */
.-tag-mens {
  background: #c1d2f9;
}
/* レディース */
.-tag-ladies {
  background: #dfb6c3;
}
/* 春 */
.-tag-spring {
  background: #f0dbdb;
}
/* 夏 */
.-tag-summer {
  background: #f0efdb;
}
/* 秋 */
.-tag-autumn {
  background: #f0e2db;
}
/* 冬 */
.-tag-winter {
  background: #dbdff0;
}
/* 通気性 */
.-tag-breathable {
  background: #cfd6eb;
}
/* ガーゼ */
.-tag-gauze {
  background: #e2e2e2;
}
/* 伸縮 */
.-tag-telescopic {
  background: #ddeddc;
}
/* 暖かい */
.-tag-warm {
  background: #f7e2c6;
}
/* 日本製 */
.-tag-japan {
  background: #e3e5d3;
}
/* 綿 */
.-tag-cotton {
  background: #e6d6d6;
}
/* Ｖネック */
.-tag-v_neck {
  background: #edd6e3;
}
/* 襟あり */
.-tag-collar {
  background: #d9eae7;
}
/* 前開き */
.-tag-opening {
  background: #deecf7;
}
/* ギフト */
.-tag-gift {
  background: #f4e2f8;
}
/* 長袖 */
.-tag-long_sleeve {
  background: #f5f0cb;
}

.tag-mark_pink {
  border: 1px solid #ce749c;
  color: #ce749c;
}

.tag-mark_light-green {
  border: 1px solid #5aa572;
  color: #5aa572;
}

.tag-mark_light-purple {
  border: 1px solid #a1689a;
  color: #a1689a;
}

.tag-mark_light-gray {
  border: 1px solid #999;
  color: #999;
}

.tag-mark_red {
  border: 1px solid #cf737a;
  background: #cf737a;
  color: #fff !important;
}

.tag-mark_black {
  border: 1px solid #333;
  color: #333;
}

.tag-mark_dark-purple {
  border: 1px solid #695c98;
  color: #695c98;
}

.tag-mark_w-green {
  border: 1px solid #a7be70;
  color: #a7be70;
}

.tag-mark_green {
  border: 1px solid #d7a861;
  color: #d7a861;
}

.tag-mark_yellow {
  border: 1px solid #ded46e;
  color: #ded46e;
}

.tag-mark_wine {
  border: 1px solid #a75c6c;
  color: #a75c6c;
}

.tag-mark_gold {
  border: 1px solid #ccb770;
  color: #ccb770;
}

.tag-mark_emerald {
  border: 1px solid #53a8a6;
  background: #53a8a6;
  color: #fff !important;
}
.tag-mark_vermilion {
  border: 1px solid #cf7250;
  color: #cf7250;
}

.tag-mark_dark-brown {
  border: 1px solid #9e5751;
  color: #9e5751;
}

.tag-mark_bright-pink {
  border: 1px solid #d96971;
  color: #d96971;
}

.tag-mark_blue {
  border: 1px solid #5d87b7;
  color: #5d87b7;
}

.tag-mark_bright-blue {
  border: 1px solid #49aad2;
  color: #49aad2;
}

.pickup-area__list .fs-c-productMarks {
  margin: 10px auto 20px;
}

/*左メニュー パジャマアイコン*/

.i-long-sleeve-pajamas {
  background: url(../img/i-long-sleeve-pajamas.svg) no-repeat left center / 32px 32px;
}

.i-short-sleeve-pajamas {
  background: url(../img/i-short-sleeve-pajamas.svg) no-repeat left center / 32px 32px;
}

.i-three-quarter-sleeve-pajamas {
  background: url(../img/i-three-quarter-sleeve-pajamas.svg) no-repeat left center / 32px 32px;
}

.i-one-piece {
  background: url(../img/i-one-piece.svg) no-repeat left center / 32px 32px;
}

.i-work_clothes {
  background: url(../img/i-work_clothes.svg) no-repeat left center / 32px 32px;
}

.i-haori {
  background: url(../img/i-haori.svg) no-repeat left center / 32px 32px;
}

.i-underwear {
  background: url(../img/i-underwear.svg) no-repeat left center / 32px 32px;
}

.i-jinbei {
  background: url(../img/i-jinbei.svg) no-repeat left center / 32px 32px;
}

.i-maternity {
  background: url(../img/i-maternity.svg) no-repeat left center / 32px 32px;
}

.i-set {
  background: url(../img/i-set.svg) no-repeat left center / 32px 32px;
}

.i-outerwear_separately {
  background: url(../img/i-outerwear_separately.svg) no-repeat left center / 32px 32px;
}

.i-bottom {
  background: url(../img/i-bottom.svg) no-repeat left center / 32px 32px;
}

.i-front_opening {
  background: url(../img/i-front_opening.svg) no-repeat left center / 32px 32px;
}

.i-kaburi {
  background: url(../img/i-kaburi.svg) no-repeat left center / 32px 32px;
}

.i-fashionable_design {
  background: url(../img/i-fashionable_design.svg) no-repeat left center / 32px 32px;
}

.s-cate_tp {
  font-weight: bold;
  border-bottom: 1px solid #707070;
}

.s-cate_tp--a {
  padding: 15px 0 15px 0px;
  display: block;
}

.-delta {
  background: url(../img/down-delta.svg) no-repeat right center / 10px 6px;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}

.-delta.active {
  background: url(../img/up-delta.svg) no-repeat right center / 10px 6px;
  display: block;
}

#side-category {
  margin-bottom: 30px;
}

.side-category_list--sd,
.side-category_list--th {
  display: none;
}

.side-category_list--sd li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.side-category_list--sd a {
  padding: 10px;
  display: block;
  background: url(../img/delta.svg) no-repeat right center / 6px 10px;
}

.side-category_list--sd span {
  padding-left: 10px;
}

.side-category_list > li {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}

.side-category_list--th a {
  padding-left: 20px;
}

.side-category_list-purpose {
  margin-bottom: 30px;
}

.side-category_list-purpose li {
  border-bottom: 1px dashed #ccc;
}

.side-category_list-purpose li a {
  padding: 10px 10px 10px 0;
  display: block;
  background: url(../img/delta.svg) no-repeat right center / 6px 10px;
}

.color-searcharea {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 20px 2%;
  margin: 20px auto 30px;
}

.color-searcharea li {
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
}

.color-searcharea__img {
  max-width: 54px;
  margin: 0 auto 5px;
}

.side-ranking_area {
  background: #f6f3f1;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.s-ranking_box--a {
  display: grid;
  grid-template-columns: 70px auto;
  gap: 0 12px;
  align-items: center;
  position: relative;
  background: url(../img/delta.svg) no-repeat right center / 6px 10px;
  padding-right: 12px;
  font-size: 1.4rem;
}

.-rank {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.-ranking_01 {
  background: #e8cc6f;
  color: #fff !important;
}

.-ranking_02 {
  background: #bbbdc2;
  color: #fff !important;
}

.-ranking_03 {
  background: #cb9267;
  color: #fff !important;
}

.-ranking_another {
  background: #f6f3f1;
}

.s-ranking_box__list:not(:last-child) {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/*foot*/
#solution-nav {
  max-width: 1120px;
  margin: 0 auto 80px;
}

.sol-nav {
  display: flex;
  justify-content: center;
}

.sol-box {
  padding: 5%;
}

.-worries {
  background: #f5f2eb;
  margin-right: 3px;
}

.-instructions {
  background: #fadcdc;
}

.sol-box__blk {
  display: grid;
  grid-template-columns: repeat(5, 18%);
  gap: 30px 2.5%;
}

.sol-box__blk--img {
  margin-bottom: 10px;
}

.sol-nav_list {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
}

.sol-nav_list {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.sol-nav_list.-worries.-active {
  background: url(../img/sol-delta-down.svg) no-repeat center bottom #f5f2eb;
  background-size: 10px 10px;
}

.sol-nav_list.-instructions.-active {
  background: url(../img/sol-delta-down.svg) no-repeat center bottom #fadcdc;
  background-size: 10px 10px;
}

.sol-nav_list.-worries.-active,
.sol-nav_list.-instructions.-active {
  height: 70px;
  margin-top: -10px;
  padding: 10px 0 0;
}

#un-bans,
#tp-news {
  padding: 0 5%;
}

.un-bans__area {
  max-width: 1120px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 20px 2%;
}

.tp-news-tit {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 20px;
}

.tp-news_area {
  max-width: 1120px;
  margin: 0 auto 40px;
}

.tp-news_area li {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 0 20px;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.tp-news_area a {
  background: url(../img/delta.svg) no-repeat right center / 6px 10px;
  padding-right: 20px;
}

#footers {
  margin-top: 100px;
}

.f_info {
  background: #f6f3f1;
  padding: 60px 5%;
}

.f_info_in {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.info-flow_box {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}

.info-flow {
  width: 50%;
  padding-right: 5%;
  border-right: 1px solid #ccc;
}

.info-calender {
  width: 50%;
  padding-left: 5%;
}

.info-payment,
.info-send_pay,
.info-send {
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}

.info-wrapping,
.info-receipt,
.info-change {
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
}

.info-payment,
.info-send_pay,
.info-wrapping,
.info-receipt {
  border-right: 1px solid #ccc;
}

.info-payment,
.info-wrapping {
  padding-right: 4%;
}

.info-send_pay,
.info-receipt {
  padding: 0 3%;
}

.info-send,
.info-change {
  padding-left: 4%;
}

.info-payment p,
.info-send_pay p,
.info-send p,
.info-wrapping p,
.info-receipt p,
.info-change p {
  margin-bottom: 25px;
  font-size: 1.4rem;
}

.f_info-tit {
  font-weight: bold;
  font-size: 1.6rem !important;
  margin-bottom: 20px;
}

.info-flow_box--step {
  display: grid;
  grid-template-columns: 30% 5% 30% 5% 30%;
  gap: 20px 0;
  align-items: center;
}

.info-flow_box--step .-eng {
  font-weight: bold;
  letter-spacing: 2px;
}

.info-flow_box--step li {
  text-align: center;
  letter-spacing: 0;
}

.info-flow_box--img {
  max-width: 48px;
  margin: 0 auto;
}

.-flex_mrt {
  margin: auto auto 0 !important;
  width: 100%;
}

.flow_truck {
  max-width: 48px;
  margin: 0 auto 20px;
}

.flow_truck-send,
.flow_wrapping {
  font-size: 1.6rem;
  font-weight: bold;
}

.flow_truck-send {
  margin-bottom: 25px;
}

.flow_truck-send li:not(:last-child) {
  margin-bottom: 20px;
}

.flow_truck-send li span {
  color: #be1920;
  font-size: 1.8rem !important;
}

.f-wrapping_list {
  margin: 20px auto;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0px 4%;
}

.f-wrapping_list p {
  margin: 0 auto 10px;
  text-align: center;
}

.f-order-tit {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 30px;
}

.f-orderarea {
  padding: 60px 5%;
}

.f-orderarea_txt {
  text-align: center;
  margin-bottom: 30px;
}

.f-orderarea_txt p:not(:last-child) {
  margin-bottom: 20px;
}

.foot-act {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
}

.foot-act__list {
  background: #f6f6f6;
  padding: 20px;
  text-align: center;
}

.foot-act__list--tit {
  font-weight: bold;
  margin-bottom: 10px;
}

.foot-act__list--call {
  font-weight: bold;
  font-size: 3.4rem;
}

.foot-act__list--address {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px auto 10px;
  letter-spacing: 0px;
  word-break: break-all;
}

.act__list-dl {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.f-tel {
  background: url(../img/i-tel.svg) no-repeat left center / 28px 28px;
  padding-left: 38px;
}

.f-fax {
  background: url(../img/i-fax.svg) no-repeat left center / 28px 28px;
  padding-left: 38px;
}

.f-mail {
  background: url(../img/i-mail.svg) no-repeat left center / 22px 17px;
  padding-left: 28px;
}

.footer-link {
  background: #444;
  padding: 60px 5%;
}

.footer_link-in {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 35% 20%;
  gap: 50px 5%;
  color: #fff !important;
}

.footer_link-in a {
  color: #fff !important;
}

.f-link-guide {
  column-count: 2;
}

.footer-link--tit {
  font-weight: bold;
  margin-bottom: 20px;
}

.footer_link-in li {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.footer_link-in li a {
  text-decoration: underline;
  color: #fff !important;
}

.end-link-wrapper {
  padding: 30px 5% 50px;
}

.end-link {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}

.end-link li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.end-link-wrapper small {
  display: block;
  margin-top: 40px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 3px;
}

/*index*/

#main__mv {
  overflow-x: hidden;
  padding-bottom: 50px;
  margin: 0 auto 40px;
}

.mv__container {
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  position: relative;
}

#main__swipers {
  height: 100%;
  overflow: visible !important;
  width: 100%;
  z-index: 1;
}

.slide-info {
  display: none;
}

.swiper-button-prev {
  left: -16px !important;
}

.swiper-button-next {
  right: -16px !important;
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(255, 255, 255, 0.8);
  width: 32px !important;
  height: 32px !important;
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
  color: #000 !important;
}

.swiper-pagination {
  left: 50%;
  margin-top: 10px;
  transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.tp_fcparea {
  padding: 0 5%;
  text-align: center;
  margin: 0 auto 80px;
}

.tp-main-fcp {
  font-size: 2.6rem;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 30px;
}

.m-tit {
  text-align: center;
  margin: 0 auto 30px;
}

.m-tit__level {
  font-weight: normal;
  font-size: 2.4rem;
  margin-bottom: 6px;
}

.m-tit__eng {
  color: #777;
  font-size: 1.4rem;
}

.-basicarea {
  margin: 0 auto 100px;
}

.-object {
  margin-bottom: 30px;
}

.-harf {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 30px 4%;
}

.-three {
  display: grid;
  grid-template-columns: repeat(3, 30.4%);
  gap: 30px 4.2%;
}

.-object--img {
  margin-bottom: 20px;
}

.pickup-area {
  display: grid;
  grid-template-columns: repeat(3, 30.4%);
  gap: 40px 4.4%;
}

.pickup-area--tit {
  margin: 20px 0 10px;
}

.-tax {
  font-size: 1.3rem;
}

.pickup-area--dis {
  font-size: 1.4rem;
  color: #666;
}

.-item-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0px 0 10px;
}

.-item-tags li {
  padding: 6px;
  border-radius: 4px;
  line-height: 1;
  color: #fff !important;
  margin-left: 3px;
  margin-bottom: 3px;
}

.tp_ranking-tab {
  display: grid;
  grid-template-columns: repeat(4, 24.4%);
  gap: 0 0.8%;
  font-weight: bold;
  align-items: flex-end;
  margin-bottom: 30px;
}

.tp_ranking-tab__list {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  padding: 10px 0;
  transition: 0.3s;
}

.tp_ranking-tab__list:hover {
  padding: 20px 0 10px;
  border-top: 4px solid #ccc;
}

.tp_ranking-tab__list.-active {
  border-top: 4px solid #1e2b61;
  padding: 20px 0 10px;
}

.tp_ranking-box__list {
  position: relative;
}

.tp_ranking-box {
  display: grid;
  grid-template-columns: repeat(5, 18.4%);
  gap: 0 2%;
}

.-tprank_img {
  margin-bottom: 10px;
}

.-hide {
  display: none;
}

.option-service {
  display: grid;
  grid-template-columns: repeat(3, 30.4%);
  gap: 40px 4.4%;
}

.option-wrapper {
  background: #f6f3f1;
  padding: 5%;
  border-radius: 6px;
}

.option-tit {
  font-weight: normal;
  font-size: 2.4rem;
  margin: 0 auto 20px;
  text-align: center;
}

.option-service__tit {
  font-weight: bold;
  font-size: 1.8rem;
  color: #41476c;
  margin: 20px 0 10px;
}

.option-service__list {
  position: relative;
}

.new-arrival {
  display: grid;
  grid-template-columns: repeat(5, 18.4%);
  gap: 0 2%;
}

.new-arrival__item--img {
  margin-bottom: 10px;
}

.tp-column_area {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 20px 2%;
  margin: 0px auto 30px;
}

.tp-column_area__list--img {
  margin-bottom: 10px;
}

.line-tit {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}

.column-box {
  margin: 0 auto 60px;
}

.fs-c-panelContainer {
  grid-column: 1/3;
}

.foot_search {
  display: none;
}

/*detail form*/
.foot_search {
  display: block;
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100 - 68px);
  background: #fcf8f7;
  transition: 0.1s;
  padding: 5%;
  pointer-events: none;
}

.foot_search.active {
  opacity: 1;
  z-index: 12;
  pointer-events: all;
}

.foot_search-tab {
  display: grid;
  grid-template-columns: repeat(4, 24.4%);
  gap: 0 0.8%;
  font-weight: bold;
  align-items: flex-end;
  margin: 20px auto;
  font-size: 1.4rem;
}

.foot_search-tab__list {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  padding: 10px 0;
  transition: 0.3s;
  margin-top: 13px;
}

.foot_search-tab__list:hover {
  padding: 20px 0 10px;
  border-top: 4px solid #ccc;
}

.foot_search-tab__list.-active {
  border-top: 4px solid #1e2b61;
  padding: 20px 0 10px;
  margin-top: 0px;
}

.-more_fcp {
  width: 70%;
}

.line-form {
  display: grid;
  grid-template-columns: 150px auto 130px;
  gap: 0;
  align-items: center;
  margin-bottom: 10px;
}

.-for-price {
  grid-template-columns: 25% auto;
}

.line-form__tit {
  letter-spacing: 0;
}

.line-form__hint {
  text-align: center;
  letter-spacing: 0;
  margin-left: 10px;
}

.line-form__hint a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 46px;
  padding: 5px;
  background: #e4c0ba;
}

.line-form__tit,
.-line-select,
.-s-price {
  height: 56px;
}

.line-form__tit {
  padding: 10px;
  background: #1e2b61;
  display: flex;
  align-items: center;
  color: #fff !important;
}

.-line-select,
.-s-price {
  border: 1px solid #ccc !important;
  background: #fff !important;
  padding: 10px;
  margin-right: 6px;
  color: #000 !important;
}

.-line-select {
  width: 100%;
  background: url(../img/un-arrow.svg) no-repeat 95% center / 12px 12px !important;
}

.-s-price {
  width: 100px;
}

.-f-scroll {
  margin-top: 20px;
  overflow-y: scroll;
  height: calc(var(--vh, 1vh) * 100 - 280px);
}

.d-search_coution {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.line-form_btn {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  text-align: center;
  margin: 30px auto;
}

.line-form_btn-reset {
  border: 1px solid #333 !important;
  color: #000 !important;
}

.line-form_btn-submit {
  border: 1px solid #1e2b61 !important;
  background: #1e2b61 !important;
  color: #fff !important;
}

.line-form_btn-reset,
.line-form_btn-submit {
  display: block;
  padding: 8px 10px;
  width: 100px;
  border-radius: 6px !important;
}

.setail-ser {
  margin: 0 auto 60px;
}

aside #side-search_area .h-search__box {
  grid-template-columns: 100%;
}

.sp_fix_item {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 20;
}

.sp_fix_cart {
  background: rgba(219, 79, 90, 0.7);
  width: 54px;
  height: 54px;
  border-radius: 4px;
  margin: 0 0 0 auto;
}

.sp_fix_back {
  background: rgba(0, 0, 0, 0.3);
  width: 54px;
  height: 54px;
  border-radius: 4px;
  margin: 10px 0 0 auto;
}

.sp_fix_cart img {
  display: block;
  max-width: 32px;
}

.sp_fix_cart a,
.sp_fix_back a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1rem;
  padding: 10px;
}

.flow-navi__campaign {
  max-width: 100px;
  width: 100%;
}

.spbanfix {
  margin-top: 10px;
  position: relative;
}

.js-campaign__btn {
  background: #333;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;
  line-height: 28px;
  top: 2%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-45%, -50%);
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 960px) {
  .gnav__list:hover .gnav__list--a,
  .gnav__list:hover .gnav__list--span {
    background: #fcf8f7;
    color: #000 !important;
    opacity: 1;
  }

  .gnav__list:hover .mega-m {
    opacity: 1;
    max-height: 9999px;
    overflow: visible;
    z-index: 11;
    padding: 20px 5%;
  }
}

@media (max-width: 1180px) {
  #content_wrapper,
  #content_single_wrapper {
    padding: 0 5%;
  }
}

@media (max-width: 959px) {
  /*common*/
  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  .sp_fix_item {
    display: block;
  }

  #headers {
    position: relative;
    margin: 0 5%;
    display: flex;
    width: 90%;
    flex-wrap: wrap;
  }

  #h-logoarea {
    margin: 0;
    order: 1;
  }

  #h-search {
    order: 3;
    grid-template-columns: 100%;
    gap: 10px 0;
    width: 100%;
    padding-bottom: 20px;
  }

  .h-search__box-form select {
    background: url(../img/i-delta.svg) no-repeat center center / 12px 12px;
    padding-left: 30px;
    width: 30px;
  }

  .h-search__box-form input {
    padding: 0;
    font-size: 1.6rem;
    width: 100%;
  }

  .h-search__box-form {
    grid-template-columns: 1fr 1fr 1fr 24px !important;
  }

  .setail-ser .h-search__box-form {
    grid-template-columns: 1fr 1fr 1fr 24px !important;
  }

  .setail-ser .h-search__box-form input:nth-of-type(2) {
    display: block;
  }

  .nav-wrapper .h-search__box {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    gap: 0 0;
  }

  .h-tags {
    padding-right: 12%;
  }

  .h-tags__a {
    padding: 8px;
  }

  .h-tags li {
    width: max-content;
  }

  .hot-tags {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 20px;
    margin-top: 8px;
  }

  .hot-tags__list {
    position: absolute;
    left: 40px;
    top: 0;
    max-width: 100%;
  }

  .hot-tags-tit {
    font-size: 1.2rem;
    line-height: 1;
  }

  .h-outlinkarea,
  .logoarea-infos,
  .f-order-tit,
  .f-orderarea_txt,
  .foot-act__list:not(:first-child),
  #i-move {
    display: none;
  }

  #logo {
    max-width: 190px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .sp-head_search {
    max-width: 32px;
    width: 32px;
  }

  .i-phone {
    margin-left: 5px;
  }

  .i-log {
    margin-right: 5px;
  }

  .i-phone,
  .i-cart,
  .i-log {
    max-width: 44px;
    height: 44px;
    width: 44px;
    position: relative;
  }

  .i-phone a,
  .i-cart a,
  .i-log a {
    height: 100%;
    display: block;
  }

  .i-phone img,
  .i-cart img,
  .i-log img {
    max-width: 26px;
    margin: 0 auto;
  }

  .i-phone span,
  .i-cart span,
  .i-log span {
    font-size: 1rem;
    margin-top: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
    text-align: center;
  }

  .mys {
    letter-spacing: -2px;
  }

  .nav-wrapper {
    background: #f6f3f1;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 12;
    display: none;
  }

  #-sh-scrolls {
    height: 82vh;
    height: calc(var(--vh, 1vh) * 82);
    overflow-y: scroll;
    padding-bottom: 150px;
  }

  .nav-tp {
    display: flex;
    height: 12vh;
    height: calc(var(--vh, 1vh) * 12);
    padding-top: 20px;
    justify-content: flex-end;
  }

  .nav-tp__list {
    width: 120px;
    text-align: center;
  }

  .nav-tp__list:not(:last-child) {
    margin-right: 10px;
  }

  .nav-tp__list--a {
    padding: 12px 10px;
    display: block;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
  }

  .noscroll #humberger {
    z-index: 13;
    position: fixed;
    left: 5%;
    top: 10px;
  }

  .w-close {
    display: none;
  }

  .-homes {
    border: 1px solid #1e2b61;
  }

  .-contacts {
    background: #1e2b61;
    border: 1px solid #1e2b61;
    color: #fff !important;
  }

  .w-mail {
    background: url(../img/w-mail.svg) no-repeat left center / 20px 20px;
    padding-left: 26px;
  }

  #humberger {
    position: relative;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 12;
  }

  #humberger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }

  #humberger,
  #humberger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  #humberger span:nth-of-type(1) {
    top: 0;
  }
  #humberger span:nth-of-type(2) {
    top: 10px;
    width: 70%;
    left: 0%;
  }
  #humberger span:nth-of-type(3) {
    bottom: 20px;
  }

  #humberger p {
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    letter-spacing: 0;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  #humberger.active .w-menu {
    display: none;
  }

  #humberger.active .w-close {
    display: block;
  }

  #humberger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    width: 70%;
    top: 2px;
    left: 13%;
  }

  #humberger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
  }
  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  #humberger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    width: 70%;
    left: 13%;
  }

  #h-sp_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    order: 2;
    padding: 10px 0;
  }

  .snav {
    display: flex;
    justify-content: flex-end;
    width: max-content;
  }

  .h-headline_area {
    font-size: 1.2rem;
  }

  .i-truck,
  .h-headline_area li:not(:last-child) {
    background: none;
    padding: 0;
    display: block;
    margin: 0;
  }

  .gnav-cover {
    opacity: 0;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s;
    pointer-events: none;
  }

  .gnav-cover.active {
    opacity: 1;
    position: fixed;
    top: 0%;
    left: 0;
    width: 100vw;
    z-index: 11;
    pointer-events: all;
  }

  .gnav__list {
    line-height: 1.8rem;
  }

  .gnav__list.-isactive .gnav__list--a,
  .gnav__list.-isactive .gnav__list--span {
    background: #fcf8f7;
    color: #000 !important;
    opacity: 1;
  }

  .gnav__list.-isactive .mega-m {
    opacity: 1;
    max-height: 9999px;
    overflow: scroll;
    z-index: 11;
    height: calc(var(--vh, 1vh) * 100 - 68px - 52px);
    padding: 20px 0 0;
  }

  .h-headline_area li {
    text-align: center;
  }
  .gnav__list:first-child {
    border-left: none;
  }

  .gnav__list:last-child {
    border-right: none;
  }

  .gnav__list .color-searcharea li {
    display: block;
    width: 100%;
  }

  .gnav__list .color-searcharea__img {
    max-width: 120px;
  }

  .head-informtion {
    padding: 10px 5%;
  }

  .head-informtion-in {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 0 10px;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
  }

  .head-informtion__tit {
    background: #d12b5b;
    text-align: center;
    color: #fff !important;
    padding: 4px;
    border-radius: 4px;
  }

  .mega__info {
    display: none;
  }

  .mega-m--in {
    grid-template-columns: 100%;
    gap: 0;
    padding: 0 10px;
  }

  .-for-design {
    padding: 0;
  }

  aside {
    display: none;
  }

  #content_wrapper,
  #content_single_wrapper,
  .footer_link-in {
    display: block;
  }

  .fs-c-panelContainer {
    grid-column: 1/2;
  }

  .footer-link,
  .f-orderarea {
    padding: 0;
  }

  .-sp_foot-over {
    display: block !important;
  }

  .-sp_foot-over ul {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }

  .-sp_foot-over ul li {
    border-bottom: 1px solid #fff;
    margin: 0;
  }

  .-sp_foot-over ul li:nth-child(odd) {
    border-right: 1px solid #fff;
  }

  .-sp_foot-over a {
    display: block;
    padding: 15px 5%;
    text-align: center;
  }

  .footer_link-in > div {
    display: none;
  }

  .foot-act {
    display: block;
  }

  #content_wrapper,
  #content_single_wrapper {
    padding: 0;
  }

  .-basicarea {
    padding: 0 5%;
  }

  #footers {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }

  .f_info {
    order: 1;
  }

  .footer-link {
    order: 2;
    width: 100%;
  }

  .f-orderarea {
    order: 3;
    width: 100%;
  }

  .end-link-wrapper {
    order: 4;
    width: 100%;
  }

  .end-link {
    flex-wrap: wrap;
  }

  .fix-nav-box {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    width: 100vw;
  }

  .fix-nav-box__list {
    text-align: center;
  }

  .fix-nav-box__a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #1e2b61;
    height: 68px;
    color: #fff !important;
    width: 100%;
  }

  .fix-nav-box__list:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .w-icon {
    max-width: 28px;
    display: block;
    margin: 0 auto 6px;
  }

  .w-close {
    display: none;
  }

  .-foot_fix-item.active .w-close,
  .-foot_fix-search.active .w-close {
    display: block;
  }

  .-foot_fix-item.active .w-category,
  .-foot_fix-search.active .w-category {
    display: none;
  }

  .fix-nav-box__tit {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
  }

  #fix_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #1e2b61;
  }

  .-h-nav {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
  }

  .-h-nav li:not(:last-child) {
    border-bottom: 1px dashed #ccc;
  }

  .-h-nav .side-category_list li:not(:last-child) .-key.active,
  .-h-nav .side-category_list--sd li:not(:last-child) {
    border-bottom: none;
  }

  .-h-nav li a {
    padding: 10px 30px 10px 10px;
    background: url(../img/delta.svg) no-repeat 94% center / 6px 10px;
    display: block;
  }

  .-h-nav__tit {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .-h-season .side-category_list span,
  .-h-design .side-category_list > li > span {
    display: none;
  }

  .-h-season .side-category_list--sd,
  .-h-design .side-category_list--sd {
    display: block;
  }

  .-h-nav .side-category_list-purpose,
  .-h-nav .side-category_list,
  .-h-nav .-h-nav_cover,
  .-h-nav .-h-nav_cover .color-searcharea__img {
    display: none;
  }

  .-cate__se .side-category_list-purpose.-cdesign {
    display: block;
  }

  .-cate__se .side-category_list-purpose.-cdesign > li:nth-child(1),
  .-cate__se .side-category_list-purpose.-cdesign > li:nth-child(2),
  .-cate__se .side-category_list-purpose.-cdesign > li:nth-child(3) {
    border-bottom: 1px dashed #ccc;
  }

  .-h-nav .side-category_list-purpose li {
    border: none;
  }

  .-cdesign .-pajama_cat {
    display: none;
  }

  .side-category_list-purpose {
    margin-bottom: 0;
  }

  .-h-nav .-h-nav_cover .color-searcharea {
    display: block;
    margin: 0;
  }

  .-h-nav .-h-nav_cover .color-searcharea li {
    font-size: inherit;
    text-align: left;
  }

  .-h-nav .-h-nav_cover .side-ranking_area,
  .-h-nav .-h-nav_cover .side-w_box {
    padding: 0;
  }

  .-h-nav .-h-nav_cover .s-ranking_box--img {
    display: none;
  }

  .-h-nav .-h-nav_cover .-rank {
    position: relative;
  }

  .-h-nav .-h-nav_cover .s-ranking_box--a {
    display: flex;
  }

  .-h-nav .-h-nav_cover .side-ranking_area {
    margin-bottom: 0;
  }

  .-h-nav .-h-nav_cover .s-ranking_box--name br {
    display: none;
  }

  .-h-nav .-h-nav_cover .s-ranking_box__list:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .-h-nav .-h-nav_cover .side-w_box__tit {
    text-align: left;
    margin: 0;
    padding: 0 5%;
  }

  .-h-nav .-h-nav_cover .side-w_box:not(:last-child) {
    margin-bottom: 0;
  }

  .-h-nav .-pajama_cat span {
    background-position: 10px 50%;
    padding: 5px 0 5px 48px !important;
  }

  .-h-nav .-delta {
    background: url(../img/i-plus.svg) no-repeat 95% center / 12px auto;
    padding: 10px;
  }

  .-h-nav .-delta.active {
    background: url(../img/i-muinus.svg) no-repeat 95% center / 12px auto;
    padding: 10px;
  }

  .-h-nav .side-category_list > li {
    border: none;
    margin: 0;
  }

  .-h-nav .side-category_list--sd li:last-child {
    border-bottom: 1px dashed #ccc;
  }

  .nav-wrapper .h-sns {
    justify-content: center;
  }

  .gnav__list--a {
    pointer-events: none;
  }

  .-search-season {
    grid-template-columns: repeat(4, 23.5%);
    grid-gap: 40px 2%;
  }

  .-search-season li p:first-child {
    max-width: 80px;
    margin: 0 auto 10px;
  }

  .-search-season li img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .-search-season__tit {
    width: 100%;
    grid-column: 1/5;
    gap: 0;
    margin-bottom: -60px;
  }

  .-search-season__tit p {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 1.8rem;
  }

  .-search-material {
    grid-template-columns: repeat(3, 30%);
    grid-gap: 40px 5%;
  }

  .-search-purpose .-first-line {
    display: none;
  }

  .-search-first {
    display: grid;
  }

  .-search-purpose ul,
  .-search-first {
    grid-template-columns: repeat(3, 32%);
    grid-gap: 20px 2%;
    font-size: 1.3rem;
  }

  .-search-design {
    grid-template-columns: 16% auto;
    grid-gap: 40px 4%;
  }

  .design-setup,
  .-kids {
    grid-column: 1/3;
    margin: 0;
    max-width: 100%;
  }

  .design-setup ul {
    display: grid;
    gap: 0 4%;
    grid-template-columns: 110px 110px;
  }

  .-kids ul {
    grid-template-columns: repeat(4, 23.5%);
    gap: 20px 2%;
  }

  .mega-m--allcase {
    margin-top: 30px;
  }

  .gnav__list:last-child .mega-m--allcase {
    margin-bottom: 30px;
  }

  .mega-m--allcase ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 20px 4%;
  }

  .mega-m--allcase ul li {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .mega-m--allcase ul li a {
    display: block;
    padding: 15px;
    background: #fff;
    border: 1px solid #1e2b61;
    color: #1e2b61;
  }

  .-for-design .mega-m--allcase {
    padding: 0 5%;
  }

  .-search-first ul,
  .-search-first .-first-line {
    display: contents;
  }
}

@media (max-width: 767px) {
  /*common*/
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .tp_ranking-box {
    grid-template-columns: repeat(6, 14%);
    grid-template-rows: auto auto;
    gap: 40px 3.2%;
  }

  .tp_ranking-box__list:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1/2;
  }

  .tp_ranking-box__list:nth-child(2) {
    grid-column: 4 / 7;
    grid-row: 1/2;
  }

  .tp_ranking-box__list:nth-child(3),
  .tp_ranking-box__list:nth-child(4),
  .tp_ranking-box__list:nth-child(5) {
    grid-row: 2/3;
  }

  .tp_ranking-box__list:nth-child(3) {
    grid-column: 1 / 3;
  }

  .tp_ranking-box__list:nth-child(4) {
    grid-column: 3 / 5;
  }

  .tp_ranking-box__list:nth-child(5) {
    grid-column: 5 /7;
  }

  .-basicarea,
  #un-bans,
  #tp-news {
    padding: 0 2.5%;
  }

  .sol-box {
    padding: 5% 2.5%;
  }
}

@media (max-width: 519px) {
  /*common*/
  .-minonly {
    display: block;
  }

  #logo {
    max-width: 160px;
  }

  .-tp-news_sp {
    padding: 0 0 0 5%;
  }

  .gnav__list {
    font-size: 1.2rem;
    letter-spacing: 0px;
  }

  .gnav__list--a,
  .gnav__list--span {
    padding: 8px 5px;
  }

  .gnav__list .color-searcharea__img {
    max-width: 60px;
  }

  .-search-material li a {
    display: block;
    text-align: center;
  }

  .-search-material li a p:first-child {
    margin: 0 auto 10px;
    max-width: 100px;
  }

  .-search-design {
    grid-template-columns: 23% auto;
    grid-gap: 30px 5%;
  }

  .-search-design div:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .design-val {
    grid-column: 2/3;
    grid-row: 1/3;
  }

  .design-setup {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .design-setup ul {
    display: block;
  }

  .design-val ul {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 20px 5%;
  }

  .-more_fcp a {
    padding: 14px 10px;
  }

  .f_info {
    padding: 60px 0 0;
  }

  .f_info-tit {
    text-align: center;
  }

  .info-flow,
  .info-send,
  .info-wrapping,
  .info-receipt {
    display: none;
  }

  .f_info_in {
    display: block;
  }

  .info-calender,
  .info-payment,
  .info-wrapping,
  .info-send_pay,
  .info-receipt,
  .info-change {
    width: 100%;
    padding: 0 2.5% 40px;
    border-bottom: 1px solid #ccc;
  }

  .info-payment,
  .info-send_pay,
  .info-wrapping,
  .info-receipt {
    border-right: none;
  }

  .info-change {
    border: none;
  }

  .-touch {
    position: relative;
    overflow-x: scroll;
  }

  .i-scroll {
    display: grid;
  }

  .i-scroll-none {
    display: none;
  }

  .fix-nav-box__tit {
    font-size: 1rem;
  }

  /*index*/

  .mv__container {
    height: auto;
  }

  #main__mv {
    margin-bottom: 10px;
  }

  .tp-main-fcp,
  .m-tit__level,
  .option-tit {
    font-size: 2rem;
  }
  .tp_fcparea p:first-of-type {
    font-size: 1.5rem;
    padding: 0 40px;
  }

  .-more_fcp {
    width: 90%;
  }

  .-basicarea {
    margin-bottom: 70px;
  }

  .pickup-area,
  .-three {
    grid-template-columns: repeat(2, 47%);
    gap: 40px 6%;
  }

  .tp_ranking-tab__list {
    font-size: 1.4rem;
    transition: none;
  }

  .option-service {
    grid-template-columns: repeat(1, 100%);
    gap: 30px 0;
  }
  .option-service__list {
    display: grid;
    grid-template-columns: 36% auto;
    gap: 0 20px;
  }
  .option-service__tit {
    margin: 0 auto 10px;
  }

  .tp-column_area {
    grid-template-columns: repeat(2, 47%);
    gap: 30px 6%;
  }

  .sol-box__blk {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 30px 5%;
  }

  .un-bans__area {
    grid-template-columns: repeat(2, 48%);
    gap: 20px 4%;
  }

  .un-bans__area--list {
    order: 3;
  }

  .-happy_point {
    grid-column: 1/3;
    order: 1;
  }

  .-line_coupon {
    grid-column: 1/3;
    order: 2;
  }

  .tp-news_area li {
    display: block;
  }

  .new-arrival {
    width: max-content;
    padding-right: 5%;
  }

  .new-arrival__item {
    width: 200px;
  }

  /*detail_search*/
  .line-form__tit,
  .line-form__hint {
    font-size: 1.3rem;
  }

  .line-form {
    grid-template-columns: 114px auto 100px;
  }
}

@media (max-width: 414px) {
  /*common*/

  #humberger span:nth-of-type(1) {
    top: 4px;
    width: 28px;
  }

  #humberger span:nth-of-type(2) {
    top: 13px;
    width: 18px;
  }

  #humberger span:nth-of-type(3) {
    bottom: 21px;
    width: 28px;
  }

  #logo {
    max-width: 140px;
  }

  .-more {
    max-width: 80%;
  }

  /*index*/
  .tp-news_area a {
    display: block;
  }
}

@media (max-width: 375px) {
  /*common*/
  .gnav__list {
    font-size: 1rem;
  }

  .-search-material {
    grid-gap: 20px 5%;
  }

  .-search-material li a p:first-child {
    margin: 0 auto 10px;
    max-width: 80px;
  }
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
  /*common*/
  .foot_search-tab {
    font-size: 1.2rem;
  }

  .line-form {
    grid-template-columns: 20% auto 70px;
  }

  .-for-price {
    grid-template-columns: 20% auto;
  }

  .-s-price {
    width: 90px;
  }

  .i-phone {
    margin-right: 6px;
  }
}

#gnav {
  grid-template-columns: repeat(6, 16.7%);
}

@media (max-width: 959px) {
  #gnav {
    grid-template-columns: repeat(5, 20%);
  }
}

/* 240509_SP版追従バナー追加ここから */
.sp_fix_sample {
  background: rgba(71, 100, 223, 0.7);
  width: 54px;
  height: 54px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
}

.sp_fix_sample a {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}

.sp_fix_cart {
  margin-top: 10px;
}
/* 240509_SP版追従バナー追加ここまで */
/*240510_SP追従バナー季節のおすすめアイコン変更ここから*/
.fix-nav-box .fix-nav-box__list:nth-child(5) a {
  background: #ecab74;
}
/*240510_SP追従バナー季節のおすすめアイコン変更ここまで*/

/* 240628_SPヘッダーテキストここから */
@media (max-width: 959px) {
  .i-phone.-sponly span {
    white-space: nowrap;
    letter-spacing: 0px;
  }
}
/* 240628_SPヘッダーテキストここまで */

/* 250520_追記ここから */
.-search-season2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.-search-season2_box {
  width: 25%;
}
.-search-season2_box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.-search-season-img {
  background: #e4c0ba;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-right: 15px;
  width: 45%;
}
.-search-season-img img {
  object-fit: contain;
  object-position: top;
  aspect-ratio: 1 / 1;
  width: 100%;
}

@media (max-width: 959px) {
  .-search-season2_box {
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    grid-gap: 30px 2%;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }

  .-search-season2_box li p:first-child {
    max-width: 80px;
    margin: 0 auto 10px;
  }

  .-search-season2_box li a {
    display: block;
  }

  .-search-season-img {
    margin-right: 0;
    width: 100%;
  }

  .-search-season2_box li a span {
    display: none;
  }
}
/* 250520_追記ここまで */

/* 250611_追記ここから */
.solution-nav {
  max-width: 1120px;
  margin: 0 auto 80px;
}
.option-service-3column {
  display: grid;
  grid-template-columns: repeat(3, 30.4%);
  gap: 40px 4.4%;
}
.option-txt {
  font-size: 2.0rem;
  font-weight: normal;
  margin: 20px auto;
  text-align: center;
}

@media (max-width: 959px) {
  .option-txt {
    font-size: 1.6rem;
  }
}
/* 250611_追記ここまで */