body {
  color: #272727!important;
}
a {
  color: #272727!important;
}
.toppage.wrapper {
  float: none!important;
  width: 100%!important;
}
.notosansjp-r {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.notosansjp-b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.plusjakartasans {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media (max-width: 799px) {
  .toppage.wrapper {
    /* padding-top: 65px!important;*/
    width: 100%;
  }
  .toppage.wrapper {
    margin-top: 0!important;/*追加*/
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* =========================
  PC HEADER
========================= */
/* ヘッダー */
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  height: 100px;
  padding: 22px 24px 22px 27px;
  max-width: 1280px;
  margin: 0 auto;
}
.top__logo img {
  width: 21.25rem;
  height: auto;
  max-width: 322px;
}
.search-box {
  display: flex;
  width: 400px;
}
.search-box input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
}
.search-btn {
  width: 50px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}
.header-icons {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
}
.header-icons li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #777777!important;
}
.header-icons li img {
  height: 1.625rem;
  width: auto!important;
}
.header-icons li.cartitem {
  position: relative;
}
.fs-p-cartItemNumber {
  top: -10px!important;
  right: -6px!important;
}

/* ナビ */
.header-nav {
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  background: #fff;
}
.header-list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  list-style: none;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.header-list .header-item {
  padding: 3px 0;
  margin: 15px 0;
  font-size: 14px;
  width: calc(100% / 9 );
  text-align: center;
  border-left: 1px solid #777;
}
.header-list .header-item:last-child {
  border-right: 1px solid #777;
}
.header-item:first-child:hover .menu,
.header-item:last-child:hover .menu {
  display: none !important;
}
.gnav > ul > li:hover {
  color: #4aa0e8 !important;
}
.gnav > ul > li:hover > a {
  color: #4aa0e8 !important;
}
.gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
.gnav > ul > li > a {
  display: block;
  transition: all .2s ease-in;
}
.gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  top: calc(100% + 1px);
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #fff;
  box-shadow: 1px 10px 15px 0 rgba(0,0,0,0.3);
  width: 1280px;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
}
.gnav > ul .menu .menu_inner {
  padding: 50px 84px 0;
}
.gnav > ul .menu .menu-link {
  margin: 36px 0 40px;
  text-align: center;
  width: 100%;
  text-decoration: underline solid #272727;
}
/* 着物メニュー */
.kimono-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 42px;
  width: 100%;
  justify-content: center;
}
.kimono-grid li {
  font-size: 13px;
  width: calc(100% / 8);
  max-width: 124px;
}
.kimono-grid li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kimono-grid img {
  width: auto;
  height: 60px;
  margin-bottom: 7px;
  display: block;
}
/* ガイド */
.guide-menu {
  /* display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 150px;*/
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 20px 78px;
  justify-content: center;
  text-align: left;
}
.guide-menu ul {
  list-style: none;
  line-height: 2;
  font-size: 14px;
}
.guide-menu li a {
  position: relative;
  padding-left: 8px;
}
.guide-menu li a::before {
  content: "-";
  position: absolute;
  left: 0;
}
.guide-menu.type1r {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 78px;
  flex-direction: row;
  text-align: left;
  height: 80px;
}
.guide-menu.type2r {
  /*display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: left;
  height: 120px;*/
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(2, auto);
  gap: 20px 78px;
  justify-content: center;
}
.guide-menu.type2r li:last-child {
  grid-column: 4;
  grid-row: 1;
}

/* =========================
  SP HEADER
========================= */
.sp-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
@media (max-width: 799px) {
  .sp-header {
    border-bottom: 0.5px solid #8A8A8A;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    padding: 0 15px;
  }
  .top__logo img {
    width: auto;
    height: 32px;
  }
}

/* HEADER ICONS */
@media (max-width: 799px) {
  .header-icons {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header-icons li img {
    height: 20px;
  }
  .header-icons li a.pc-only {
    display: none;
  }
}

/* HAMBURGER */
.hamburger {
  width: 22.5px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger span {
  height: 2px;
  background: #272727;
  
}
.hamburger.sp-only {
  display: none;
}
@media (max-width: 799px) {
  .hamburger.sp-only {
    display: flex;
  }
}

/* ===== × ボタン ===== */
.menu-close {
  position: fixed;
  top: 16px;
  left: 16px;
  width: 22.5px;
  height: 20px;
  display: none;
  background: none;
  border: none;
  z-index: 3000;
}
.menu-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.menu-close span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
.menu-close span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
/* 表示制御 */
.menu-close.is-open {
  display: block;
}

/* DRAWER */
.sp-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 84%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  transition: right .3s ease;
  z-index: 1001;
}
.sp-drawer.is-open {
  right: 0;
}
.sp-drawer .menu_ttl {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #F6F6F6;
  font-size: 13px;
  color: #777777;
  padding: 0 18px;
}

/* OVERLAY */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(39,39,39,.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 1000;
}
.drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* ACCOUNT AREA */
.drawer-account.not-login {
  padding: 22px 18px 27px;
  border-bottom: 4px solid #F6F6F6;
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.drawer-account.not-login .btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.drawer-account.not-login .t-login {
  background: #87CEFA;
  color: #fff!important;
}
.drawer-account.not-login .signup {
  border: 1px solid #87CEFA;
  color: #87CEFA!important;
}
.drawer-account.t-login {
  padding: 18px 18px 23px;
  border-bottom: 4px solid #F6F6F6;
  font-size: 15px;
  font-weight: bold;
}
.drawer-logout.t-login {
  padding: 25px 18px 50px;
}
.drawer-logout .btn {
  display: block;
  text-align: center;
  width: 165px;
  height: 42px;
  line-height: 42px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #777777;
  color: #777777!important;
  margin: 0 auto;
}

/* BASIC LIST */
.drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  height: 60px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #272727!important;
  position: relative;
}
.drawer-list li a img {
  width: 20px;
}
.drawer-list li + li {
  border-top: 1px solid #D9D9D9;
}
.drawer-list li a::after,
.drawer-search li.drawer-new a::after,
.drawer-sub li a::after,
.drawer-sub.searchlist li a::after,
.drawer-top a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #87CEFA;
  border-right: 2px solid #87CEFA;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* ACCORDION */
.drawer-search li a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #272727!important;
  position: relative;
}
.drawer-search li.drawer-section + li.drawer-section {
  border-top: 1px solid #D9D9D9;
}
.drawer-search li.drawer-new a {
  color: #87CEFA;
}
.drawer-search li.drawer-new span {
  display: inline-block;
  border-radius: 2px;
  background: #87CEFA;
  color: #fff;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  padding: 0 5px;
  margin-right: 5px;
}
.drawer-search li .drawer-toggle {
  width: 100%;
  height: 60px;
  padding: 0px 18px;
  background: #fff;
  border: none;
  text-align: left;
  color: #272727;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.drawer-toggle .icon {
  transition: transform .3s;
  color: #87CEFA;
  font-size: 15px;
}
/* sub menu */
.drawer-sub {
  display: none;
}
.drawer-sub.searchlist ul {
  display: flex;
  flex-wrap: wrap;
}
.drawer-sub.searchlist li {
  width: calc(50% - 0.5px);
}
.drawer-sub.searchlist li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 65px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  color: #272727;
  background: #F6F6F6;
  position: relative;
}
.drawer-sub.sub1 li a {
  gap: 11px;
}
.drawer-sub.sub2 li a,
.drawer-sub.sub3 li a {
  gap: 8px;
}
.drawer-sub.searchlist li:nth-child(odd) {
  border-right: 1px solid #D9D9D9;
}
.drawer-sub.searchlist li:nth-child(n+3) {
  border-top: 1px solid #D9D9D9;
}
.drawer-sub.sub3 li:nth-child(n+7) {
  border-bottom: 1px solid #D9D9D9;
}
.drawer-sub.sub1 li a img {
  height: 27px;
  width: auto!important;
}
.drawer-sub.sub2 li a img,
.drawer-sub.sub3 li a img {
  width: 30px;
}
.drawer-sub.sub3 li a.xs {
  font-size: 11px;
}
.drawer-sub.sub3 li a.xs img {
  width: 24px;
}
.drawer-sub.spsub li a {
  position: relative;
}
.drawer-sub.spsub li a::before {
  content: "・";
  position: absolute;
  left: 18px;
}
/* open state */
.drawer-section.is-open > .drawer-sub {
  display: block;
}

/* FOOTER LINK */
.guidelist .drawer-sub li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  color: #777777;
  background: #fff;
  position: relative;
}
.guidelist .drawer-sub.spsub li a {
  padding: 0 18px 0 33px;
}
.guidelist .drawer-sub li + li {
  border-top: 1px solid #D9D9D9;
}
.guidelist .drawer-sub li .bottom {
  border-bottom: 1px solid #D9D9D9;
}
.drawer-top a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  height: 60px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #272727!important;
  background: #F6F6F6;
  position: relative;
}
.drawer-top a img {
  width: 23px;
}

/*==== TOP header-banner ====*/
.header-banner {
  display: block;
  width: 100%;
  height: 41px;
  background-repeat: repeat-x;
  background-position: 50% 50%;
  background-size: auto 41px;
}
@media (max-width: 799px) {
  .header-banner {
    height: 27px;
    background-position: -35% 50%;
    background-size: auto 27px;
  }
}

/*==== TOP search ====*/
.top__logo__search {
  display: flex;
  gap: 12px;
  flex: 1;
}
.top__search {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
.top__search.sp-only {
  display: none;
}
.top__search.pc-only {
  display: flex;
  flex: 1;
}
.top__search .items {
  font-size: 13px;
  line-height: 1.4;
}
.top__search .items span {
  padding-left: 6px;
  color: #87CEFA;
  font-size: 22px;
  font-weight: bold;
}
.zs-top-search-wrapper {
  max-width: 267px !important;
}
.zs-search-form {
  max-width: 267px;
}
.zs-search-input-area {
  max-width: 267px;
}
.search-form-2 {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}
.search-form-2 input {
  width: 100%;
  height: 44px;
  padding: 12px;
  border: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  background-color: #F0F0F0;
  font-size: 13px;
  outline: none;
}
.search-form-2 input::placeholder {
  color: #8a8a8a;
}
.search-form-2 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 44px;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: #454545;
  cursor: pointer;
}
.search-form-2 button::after {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
.search-form-2 label {
  width: 14.5rem;
}
.kaitori_link {
  display: none;
}
@media (max-width: 799px) {
  .top__logo__search {
    display: block;
  }
  .top__search.sp-only {
    display: block;
    padding: 15px;
    background: #FFF;
  }
  .top__search.pc-only {
    display: none;
  }
  .top__search .items {
    font-size: 0.6875rem;
  }
  .top__search .items span {
    padding-left: 5px;
    font-size: 1.125rem;
  }
  .zs-top-search-wrapper {
    max-width: 100%!important;
  }
  .zs-search-form {
  max-width: 100%;
  }
  .zs-search-input-area {
    max-width: 100%;
  }
  .top__search .searchbox {
    margin-top: 10px;
    width: 100%;
  }
  .search-form-2 input {
    height: 43px;
    font-size: 0.8125rem;
  }
  .search-form-2 button {
    width: 49px;
    height: 43px;
  }
  .search-form-2 label {
    width: calc(100% - 49px);
  }
  .item_kaitori_wrap {
    display: flex;
    justify-content: space-between;
  }
  .kaitori_link {
    display: flex;
    align-items: center;
    font-size: 11px;
    padding-top: 4px;
  }
  .kaitori_link img {
    width: 17px;
  }
}

/*==== FV splide ====*/
.top_fv-slider {
  background-color: #F6F6F6;
  /* padding: 245px 0 37px; */
  padding: 52px 0 37px;
}
/* 外枠 */
.fv-slider {
  margin: 0 auto;
  height: auto!important;
  position: relative;
  padding-bottom: 16.5px;
}
/* スライド幅（PC） */
.fv-slider .splide__slide {
  aspect-ratio: 390 / 260;
}
.fv-slider .splide__track {
  overflow: hidden;
  /*overflow: visible; 固定の場合*/
  /*height: 38vh;*/
  height: auto;
}
/* 画像 */
.fv-slider img {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.fv-slider .splide__slide img {
  height: auto;
  width: 100%;
}
/* 矢印位置 */
.fv-slider .splide__arrow {
  background: rgba(0,71,115,.4);
  width: 40px!important;
  height: 40px!important;
  opacity: 1;
  top: calc(50% - 8.25px)!important;
}
.fv-slider .splide__arrow--prev {
  left: 13px;
  transform:translateY(-50%);
}
.fv-slider .splide__arrow--next {
  right: 13px;
  transform:translateY(-50%);
}
.fv-slider .splide__arrow svg {
  fill: #fff!important;
  height: 1.1em!important;
  width: 1.3em!important;
}
.fv-slider .splide__pagination {
  bottom: -10px;
}
.fv-slider .splide__pagination__page {
  background: #D9D9D9!important;
  width: 8px!important;
  height: 8px!important;
  margin: 0 6px!important;
}
.fv-slider .splide__pagination__page.is-active {
  background-color: #87CEFA!important;
  transform: scale(1)!important;
}
/* 
@media (max-width: 1920px) {
  .fv-slider .splide__track {
    height: 38vh;
  }
}
@media (max-width: 1240px) {
  .fv-slider .splide__track {
    height: 37vh;
  }
}
@media (max-width: 1220px) {
  .fv-slider .splide__track {
    height: 36vh;
  }
}
@media (max-width: 1190px) {
  .fv-slider .splide__track {
    height: 35vh;
  }
}
@media (max-width: 1160px) {
  .fv-slider .splide__track {
    height: 34vh;
  }
}
@media (max-width: 1130px) {
  .fv-slider .splide__track {
    height: 33vh;
  }
}
@media (max-width: 1080px) {
  .fv-slider .splide__track {
    height: 32vh;
  }
}
@media (max-width: 1050px) {
  .fv-slider .splide__track {
    height: 31vh;
  }
}
@media (max-width: 1025px) {
  .fv-slider .splide__track {
    height: 30vh;
  }
}
@media (max-width: 990px) {
  .fv-slider .splide__track {
    height: 29vh;
  }
}
@media (max-width: 960px) {
  .fv-slider .splide__track {
    height: 28vh;
  }
}
@media (max-width: 915px) {
  .fv-slider .splide__track {
    height: 27vh;
  }
}
@media (max-width: 890px) {
  .fv-slider .splide__track {
    height: 26vh;
  }
}
@media (max-width: 850px) {
  .fv-slider .splide__track {
    height: 25vh;
  }
}
@media (max-width: 815px) {
  .fv-slider .splide__track {
    height: 24vh;
  }
}*/
@media (max-width: 799px) {
  .top_fv-slider {
    padding: 25px 0 29px;
  }
  .fv-slider {
    padding-bottom: 13.5px!important;
  }
  .fv-slider .splide__track {
    height: auto;
  }
  /* 画像 */
  .fv-slider img {
    border-radius: 6px;
  }
  /* 矢印位置 */
  .fv-slider .splide__arrow {
    background: rgba(0,71,115,.4);
    width: 30px!important;
    height: 30px!important;
    opacity: 1;
    top: calc(50% - 8px)!important;
  }
  .fv-slider .splide__arrow--prev {
    left: calc(15% - 23px);
  }
  .fv-slider .splide__arrow--next {
    right: calc(15% - 23px);
  }
  .fv-slider .splide__arrow svg {
    height: 19px!important;
    width: 11px!important;
  }
  .fv-slider .splide__slide {
    width: 90%;
  }
  .fv-slider .splide__pagination__page {
    background: #D9D9D9!important;
    width: 7px!important;
    height: 7px!important;
    margin: 0 6px!important;
  }
}

/*==== TOP register btn ====*/
.top__register__btn {
  width: 100%;
  max-width: 980px;
  padding: 51px 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #FFF;
}
.top__register__btn__txt {
  width: 100%;
  background: linear-gradient(to right, #87CEFA, rgb(55 172 244 / 80%));
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top__register__btn__txt .num {
  color: #004773;
  font-size: 34px;
  padding: 0 4px;
}
.top__register__btn__txt .num .pt {
  font-size: 30px;
}
.top__register__btn__txt img {
  width: 40px;
  height: auto;
  padding-left: 6px;
}
@media (max-width: 799px) {
  .top__register__btn {
    padding: 25px 15px;
    box-sizing: border-box;
    background: #FFF;
  }
  .top__register__btn__txt {
    font-size: 0.875rem;
    border-radius: 6px;
  }
  .top__register__btn__txt .num {
    font-size: 1.5625rem;
    padding: 0 6px;
  }
  .top__register__btn__txt .num .pt {
    font-size: 1.3125rem;
  }
  .top__register__btn__txt img {
    width: 30px;
    padding-top: 4px;
  }
}

/*==== TOP news ====*/
.top__news {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #FFF;
}
.top__news ul {
  background: #F3FAFE;
  border-radius: 5px;
  padding: 6px 30px;
  line-height: 1.5;
}
.top__news ul li a {
  padding: 20px 0;
  display: block;
}
.top__news ul li .date {
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 30px;
}
.top__news ul li .ttl {
  font-size: 0.875rem;
  margin: 0;
  display: inline-block;
  color: #272727!important;
}
.top__news ul li .news_link {
  font-size: 0.875rem;
  color: #87CEFA!important;
  text-decoration: underline!important;
  float: right;
}
.top__news ul li + li {
  background-image: radial-gradient(circle, #777777 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7px 1px;
}
@media (max-width: 799px) {
.top__news {
  padding: 0 15px;
}
.top__news ul {
  padding: 2px 20px;
}
.top__news ul li .date {
  font-size: 0.8125rem;
  display: block;
  margin-right: 0;
}
.top__news ul li .ttl {
  margin: 4px 0 17px;
  display: inline;
}
.top__news ul li .news_link {
  font-size: 0.8125rem;
  float: none;
  display: block;
  margin-top: 17px;
}
}

/*==== TOP news ====*/
.top_tti_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__ttl {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
a.top__link {
  font-size: 15px;
  color: #87CEFA!important;
  text-decoration: underline!important;
}
@media (max-width: 799px) {
  .top__ttl {
    font-size: 1.09375rem;
  }
  a.top__link {
    font-size: 0.875rem;
  }
}

/*==== feature event ====*/
.top__feature {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.top__feature > div {
  width: calc(50% - 20px);
}
.feature-slider {
  margin: 20px auto 0;
  height: auto!important;
}
.event-slider {
  margin: 20px auto 0;
  height: auto!important;
}
.feature-slider .splide__track {
  overflow: hidden;
  /*height: 132px;*/
  height: auto;
  padding-bottom: 22px;
}
.event-slider .splide__track {
  overflow: hidden;
  /*height: 132px;*/
  height: auto;
  padding-bottom: 22px;
}
.feature-slider .splide__slide,
.event-slider .splide__slide {
  width: auto;
}
.feature-slider img,
.event-slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.feature-slider .splide__slide img,
.event-slider .splide__slide img {
  height: auto;
  width: 100%;
}
.feature-slider .splide__arrow,
.event-slider .splide__arrow {
  background: none;
  opacity: 1;
  top: calc( 50% - 10px);
}
.feature-slider .splide__arrow--prev,
.event-slider .splide__arrow--prev {
  left: 5px;
}
.feature-slider .splide__arrow--next,
.event-slider .splide__arrow--next {
  right: 5px;
}/*
.feature-slider .splide__arrow svg,
.event-slider .splide__arrow svg {
  fill: #5A5A5A!important;
  height: 24px!important;
  width: 22px!important;
}
.feature-slider .splide__arrow,
.event-slider .splide__arrow {
  fill: #5A5A5A!important;
  height: 24px!important;
  width: 22px!important;
  top: calc(50% - 12px);
}*/
.feature-slider .button,
.event-slider .button  {
  background-color: transparent;
  height: 21px;
  transition: .2s;
  width: 21px;
}
.feature-slider .button::before,
.event-slider .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 21px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 21px;
}
.feature-slider .prev::before,
.event-slider .prev::before {
  background-image: url(https://buysell.itembox.cloud/item/img/common/icon-arrow-p.svg);
}
.feature-slider .next::before,
.event-slider .next::before {
  background-image: url(https://buysell.itembox.cloud/item/img/common/icon-arrow-n.svg);
}
.feature-slider .splide__pagination,
.event-slider .splide__pagination {
    bottom: -3px;
}
.feature-slider .splide__pagination__page,
.event-slider .splide__pagination__page {
  background: #D9D9D9!important;
  width: 7px!important;
  height: 7px!important;
  margin: 0 8px!important;
}
.feature-slider .splide__pagination__page.is-active,
.event-slider .splide__pagination__page.is-active {
  background-color: #87CEFA!important;
  transform: scale(1)!important;
}
@media (max-width: 799px) {
  .top__feature {
    flex-direction: column;
    gap: 30px;
  }
  .top__feature > div {
    width: 100%;
  }
  .feature-slider {
    margin: 14px auto 0;
  }
  .event-slider {
    margin: 14px auto 0;
  }
  .feature-slider .splide__track {
    /*height: 120px;*/
    padding-bottom: 21px;
  }
  .event-slider .splide__track {
    /*height: 120px;*/
    padding-bottom: 21px;
  }
  .feature-slider img,
  .event-slider img {
    border-radius: 6px;
  }
}

/*==== Back Title ====*/
.bg_gray {
  background: #F6F6F6;
  padding: 64px 0 70px;
}
.bg_white {
  background: #FFF;
  padding: 64px 0 70px;
}
.bg_blue {
  background: #E0EEF6;
  padding: 64px 0 70px;
}
section.bg_darkgray {
  background: #E8E9EE;
  padding: 80px 0 34px!important;
}
#fs_ProductDetails footer .bg_darkgray {
  background: #E8E9EE;
  padding: 80px 0 34px!important;
}
.top__ttl__xl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 799px) {
  .bg_gray {
    padding: 44px 15px 50px;
  }
  .bg_white {
    padding: 44px 15px 50px;
  }
  .bg_blue {
    padding: 44px 15px 50px;
  }
  section.bg_darkgray {
    padding: 44px 15px 40px!important;
  }
  #fs_ProductDetails footer .bg_darkgray {
    padding: 44px 15px 40px!important;
  }
  .top__ttl__xl {
    font-size: 1.25rem;
  }
}

/*==== TOP newitem ====*/
.top__newitem p {
  font-size: 0.8125rem;
  color: #777777;
  text-align: center;
  line-height: 1.5;
  margin: 7px 0 30px;
}
.top__newitem .FS2_Recommend2_recommend {
  margin-bottom: 25px!important;
}
.top__newitem .FS2_Recommend2_recommend ul  {
  gap: 50px 20px;
}
.top__newitem .FS2_Recommend2_recommend ul li {
  width: calc( (100% - 80px) / 5)!important;
  background: none!important;
  padding: 0px!important;
  margin: 0px!important;
}
.top__newitem .FS2_Recommend2_recommend a {
  font-size: 14px!important;
}
.top__newitem .FS2_Recommend2_recommend img {
  margin-bottom: 15px!important;
}
.top__newitem .FS2_Recommend2_recommend .itemPrice {
  font-size: 18px;
  font-weight: bold;
  color: #004773;
  font-family: "Plus Jakarta Sans", "Noto Sans JP";
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.FS2_Recommend2_recommend ul li span.FS2_itemPrice_addition {
  display: inline-block;
  font-size: 11px;
  color: #004773;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.top__button a {
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-size: 0.9375rem;
  color: #fff!important;
  border-radius: 100px;
  width: 230px;
  height: 46px;
  line-height: 46px;
  transition: .4s;
  position: relative;
}
.top__button a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.top__button .blue {
  background: #004773;
}
.top__button .lightblue {
  background: #87CEFA;
}
#_rcmdjp_display_1 {
  max-width: 980px!important;
  margin: 0 auto!important;
}
#_rcmdjp_display_2 {
  display: none;
}

@media (max-width: 799px) {
  .top__newitem p {
    line-height: 1.5;
    margin: 12px 0 36px;
  }
  .FS2_Recommend2_recommend li:nth-child(n+7){
    display: none;
  }
  .top__newitem .FS2_Recommend2_recommend {
    margin-bottom: 15px!important;
  }
  .top__newitem .FS2_Recommend2_recommend ul  {
    gap: 35px 6px;
  }
  .top__newitem .FS2_Recommend2_recommend ul li {
    width: calc( (100% - 12px) / 3)!important;
  }
  .top__newitem .FS2_Recommend2_recommend a {
    font-size: 12px!important;
  }
  .top__newitem .FS2_Recommend2_recommend img {
    margin-bottom: 7px!important;
  }
  .top__newitem .FS2_Recommend2_recommend .itemPrice {
    font-size: 14px;
  }
  .FS2_Recommend2_recommend ul li span.FS2_itemPrice_addition {
    font-size: 9px;
  }
  .top__button a {
    width: 250px;
    height: 48px;
    line-height: 48px;
  }
  .top__button a::after {
    right: 22px;
  }
}

/*==== TOP keyword ====*/
.awoo-tag-wrapper {
  justify-content: center;
}
#awoo-keyword-popular-tags .popular-tags-wrapper {
  padding: 28px 0px 0px;
  width: 100%;
  max-width: 980px;
}
.awoo-tag {
  background-color: rgb(135,206,250,0.15)!important;
  color: #004773!important;
  border: none!important;
  border-radius: 100px;
  padding: 9px 25px;
  font-size: 14px;
  line-height: 1.5!important;
}
.cvqpes {
  display: none;
}
.gIJfeV {
  gap: 12px 14px;
}
.fRQbnE {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  justify-content: center;
  margin: 28px auto 0;
  width: 100%;
  max-width: 980px;
}
.kkaClA {
  display: none!important;
}
.cGZYqX {
    background: none!important;
    padding: 0!important;
}
.eAwRfr {
  display: block;
  text-decoration: none;
  background: rgb(135,206,250,0.15);
}
a.eAwRfr {
  color: #004773!important;
}
a.awoo-tag:hover {
  background:#87CEFA!important;
  color: #FFFFFF!important;
}
@media (max-width: 799px) {
  .awoo-tag {
    padding: 9px 20px;
    font-size: 13px;
  }
  .awoo-tag>span:before {
    content: "#";
  }
  .fRQbnE {
    gap: 15px 7px;
    margin: 25px auto 0;
  }
  .gQiiBD {
    background: none;
    padding: 25px 0 0;
  }
  .gIJfeV {
    gap: 15px 7px;
  }
}

/*==== TOP tab ====*/
.tab-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 29px auto 0;
  width: 100%;
  max-width: 980px;
}
.tab-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 4px;
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none; /* Firefox */
}
.tab-list::-webkit-scrollbar {
  display: none;
}
.tab {
  white-space: nowrap;
  border-radius: 3px 3px 0 0;
  border-bottom: 2px solid #7cc7f1;
  background: #fff;
  color: #004773;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  min-width: calc( (100% - 20px) /6);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab.active {
  background: #7cc7f1;
  color: #fff;
  position: relative;
}
.tab.active:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 15px solid #7cc7f1;
}
/* tab content */
.tab-content {
  display: none;
  padding: 37px 0 0 0;
  margin: -15px auto 0;
  width: 100%;
  max-width: 980px;
  position: relative;
}
.tab-content::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 15px;
  height: 2px;
  background: #7cc7f1;
}
.tab-content.active {
  display: block;
}
.tab-content .grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 40px 20px;
}
.tab-content .grid p {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  line-height: 1.38;
}
.tab-content .rank-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.tab-content .rank-list li {
  border: 1px solid #004773;
  border-radius: 100px;
  padding: 13px 0 13px 64px;
  color: #004773;
  text-align: left;
  position: relative;
}
.tab-content .rank-list.center {
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
.tab-content .rank-list.center li {
  padding: 13px 0 13px;
  text-align: center;
}
.tab-content .rank-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 8px solid #004773;
}
.tab-content .scene-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}
.tab-content .scene-grid p {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
}
.grid img,
.scene-grid img {
  width: 100%;
}
@media (max-width: 799px) {
  .top__cate {
    padding: 44px 0 50px 15px;
  }
  .tab-wrapper {
    margin: 25px auto 0;
  }
  .tab-list {
    gap: 2.5px;
    padding: 0 15px 15px 0;
  }
  .tab {
    border-radius: 5px 5px 0 0;
    font-size: 0.875rem;
    min-width: 110px;
    height: 42px;
  }
  .tab-content {
    padding: 30px 15px 0 0;
  }
  .tab-content .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 6px;
  }
  .tab-content .grid p {
    font-size: 0.8125rem;
    margin-top: 4px;
    line-height: 1.34;
  }
  .tab-content .rank-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 6px;
  }
  .tab-content .rank-list li {
    border-radius: 30px;
    padding: 15px 0 15px 30px;
  }
  .tab-content .rank-list.center {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 6px;
  }
  .tab-content .rank-list.center li {
    padding: 15px 0 15px;
    text-align: center;
  }
  .tab-content .rank-list li::after {
    left: 16px;
  }
  .tab-content .scene-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 6px;
  }
  .tab-content .scene-grid p {
    font-size: 0.8125rem;
  }
}

/*==== TOP review ====*/
.ukomiSwipeSlide .swiper {
  max-width: 980px;
}
.reviewSliderWidget .reviewWidget_title_container {
  justify-content: center;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.reviewSliderWidget .review-widget-summary-container .starRating {
  justify-content: center;
  padding: 16px 0 0;
}
/* タイトル「レビュー」を非表示にして別途サイト側で「お客様の声」を出す場合 */
/* もしウィジェットタイトルをそのまま使う場合は不要 */
/*
.reviewSliderWidget .reviewWidget_title {
  display: none;
}
*/

/* ===== スライダー矢印を非表示 ===== */
.reviewSliderWidget .starRating .widgetSliderArrow {
   display: none !important;
}
/* ===== 各レビューカードに枠線＋角丸 ===== */
.reviewSliderWidget .singleReview.swiper-slide {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 30px;
  box-sizing: border-box;
  width: calc((100% - 40px)/3);
  margin-right: 20px;
}
.reviewSliderWidget .singleReview.swiper-slide:last-child {
  margin-right: 0;
}
.translatedReviewContent {
  font-size: 14px;
}
.reviewSliderWidget .starRating span {
  font-size: 15px;
}
.review-widget-summary-container .starRating .reviewNumber {
  font-size: 16px;
  margin-top: 0;
}
.reviewWidget_title_stars .ukmcustomfont-ukm-full-star {
  font-size: 19px;
}
.reviewSliderWidget .review-widget-summary-container .starRating .reviewNumber strong {
  font-size: 20px;
  font-weight: bold;
  color: #272727;
}
/* ===== 星評価の下に下線（区切り線） ===== */
.reviewSliderWidget .singleReview .singleReview_header {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 18px;
  margin-bottom: 5px;
}
/* ===== レビュー本文の行数制限（4行＋省略） ===== */
.reviewSliderWidget .singleReview_body .u-komi-read-more-text {
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;*/
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
/* ===== 名前と日付をカード下部に横並び ===== */
.reviewSliderWidget .singleReview_body {
  display: flex;
  flex-direction: column;
}
.reviewSliderWidget .singleReview_body .singleReview_name {
  order: 10;
  margin-top: auto;
  float: none;
  font-size: 12px;
  color: #777777;
}
.reviewSliderWidget .singleReview_body .singleReview_date {
  order: 11;
  float: none;
  text-align: right;
  margin-top: -32px;
  font-size: 12px;
  color: #777777;
  padding: 0;
}
.ukomiSwipeSlide.reviewSliderWidget .swiper {
  padding: 0;
}
.ukomiSwipeSlide.reviewSliderWidget .swiper-wrapper.loadedReviews {
  padding: 10px 0 40px;
}
/* ===== 本文内の「もっと見る」リンクを青色に ===== */
.reviewSliderWidget .u-komi-read-more {
  text-decoration: underline !important;
  color: #87CEFA;
  font-size: 15px;
  margin-top: 14px;
  display: block;
}
.reviewSliderWidget .u-komi-read-more::after {
  content: " >";
}
.reviewWidget_title_stars .reviewNumber::before {
  content: "(";
}
.reviewWidget_title_stars .reviewNumber::after {
  content: ")";
}
/* =
.review-container[data-pid="site_reviews"][data-action=widget] .review-widget-summary-container .starRating span:last-child:before {
  content: "(";
}
.reviewNumber:before {
  content: "(";
}
.review-container[data-pid="site_reviews"][data-action=widget] .review-widget-summary-container .starRating span:last-child:after{
  content: ")";
}
.reviewNumber:after{
  content: ")";
}= */
.reviewSliderWidget .reviewWebsiteRedirect_morebtn a, .reviewSliderWidget .reviewWebsiteRedirect_morebtn a:hover {
  padding: 0!important;
  background: #004773!important;
  text-align: center;
  display: block!important;
  margin: 0 auto;
  text-decoration: none;
  font-size: 0.9375rem;
  color: #fff !important;
  border-radius: 100px!important;
  border: none!important;
  width: 230px;
  height: 46px;
  line-height: 46px;
  transition: .4s;
  position: relative;
}
.reviewSliderWidget .reviewWebsiteRedirect_morebtn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* ===== PC/SP 表示切替 ===== */
.review-container.pc {
  display: block !important;
  max-width: 980px;
  margin: 0 auto;
}
.review-container.sp {
  display: none !important;
}
@media only screen and (max-width: 799px) {
  .review-container.pc {
    display: none !important;
  }
  .review-container.sp {
    display: block !important;
  }
  .review-container {
    margin-bottom: 0!important;
  }
  .reviewSliderWidget .review-widget-summary-container .starRating {
    justify-content: center;
    padding: 0;
  }
  .reviewSliderWidget .starRating span {
    font-size: 13px;
  }
  .reviewSliderWidget .review-widget-summary-container .starRating .reviewNumber strong {
    font-size: 17px;
  }
  .review-widget-summary-container .starRating .reviewNumber {
    font-size: 14px;
  }
  .reviewSliderWidget .review-widget-summary-container .starRating .reviewWidget_title_overview, 
  .reviewSliderWidget .review-widget-summary-container .starRating .reviewWidget_title_stars {
    display: inline-block!important;
  }

  /* ===== SP用：PCスタイルの解除・変更のみ ===== */
  .top__review.bg_white {
    padding: 44px 0 35px;
  }
  .review-container.sp .reviewWidget_inner {
    padding: 20px 0 0!important;
  }
  .review-container.sp .swiper,
  .review-container.sp .slick-slider {
    overflow: visible !important;
    padding: 0 !important;
  }
  .review-container.sp .swiper-wrapper,
  .review-container.sp .loadedReviews.swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    transition: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
    height: auto !important;
  }

  /* PC用の枠線・角丸・paddingを解除 → 区切り線に変更 */
  .review-container.sp .reviewSliderWidget .singleReview.swiper-slide {
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 15px 26px!important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #777777 !important;
    display: block !important;
    float: none !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
  }
  .review-container.sp .reviewSliderWidget .singleReview.swiper-slide:first-child {
    border-top: 7px solid #F6F6F6!important;
  }

  /* PC用の星下区切り線を解除 */
  .review-container.sp .reviewSliderWidget .singleReview .singleReview_header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  /* ヘッダー余白調整 */
  .review-container.sp .reviewSliderWidget .reviewWidget_title_container {
    padding-bottom: 7px !important;
    margin-bottom: 0 !important;
  }
  .review-container.sp .review-widget-summary-container {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
  .review-container.sp .reviewWidget_title_overview,
  .review-container.sp .reviewWidget_title_stars {
    display: inline-block !important;
    float: none !important;
  }

  /* 星サイズ */
  .review-container.sp .reviewSliderWidget .singleReview .starRating {
    padding: 0 0 4px !important;
  }
  .review-container.sp .reviewSliderWidget .singleReview .starRating span {
    font-size: 20px;
  }

  /* タイトル余白 */
  .review-container.sp .singleReview_title {
    padding: 4px 0 0 !important;
    margin: 0 0 4px !important;
  }

  /* PC用のflex・orderを解除 */
  .review-container.sp .reviewSliderWidget .singleReview_body {
    display: block !important;
  }

  /* PC用の行数制限を解除 */
  .review-container.sp .reviewSliderWidget .singleReview_body .u-komi-read-more-text {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
  }

  .review-container.sp .singleReview_body p {
    padding: 4px 0 !important;
  }

  /* もっと見るリンク */
  .review-container.sp .reviewSliderWidget .u-komi-read-more {
    color: #87CEFA !important;
    text-decoration: underline !important;
    font-size: 14px;
    display: block;
    padding: 4px 0 8px !important;
    margin: 0 !important;
  }

  /* 名前・日付のorder解除 */
  .review-container.sp .reviewSliderWidget .singleReview_body .singleReview_name {
    order: unset !important;
    margin: 0 !important;
    font-size: 12px;
    color: #777777;
    display: inline-block !important;
    float: left !important;
  }

  .review-container.sp .reviewSliderWidget .singleReview_body .singleReview_date {
    order: unset !important;
    margin: 0 !important;
    font-size: 12px;
    margin-top: -20px!important;
    color: #777777;
    float: right !important;
    padding: 0 !important;
  }
  .reviewSliderWidget .reviewWebsiteRedirect {
    padding-right: 15px;
  }
  .reviewSliderWidget .reviewWebsiteRedirect_morebtn a, .reviewSliderWidget .reviewWebsiteRedirect_morebtn a:hover {
    width: 250px;
    height: 48px;
    line-height: 48px;
    font-size: 0.9375rem;
    margin-top: 30px;
  }
}

/*==== TOP service ====*/
.top__service .reason {
  width: 100%;
  max-width: 980px;
  margin: 30px auto 88px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5rem
}
.reason img {
  width: 100%;
}
.top__service .reason p {
  font-size: 14px;
  text-align: center;
  margin-top: 9px;
  line-height: 1.5;
}
.top__service .pickup {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px auto 0;
  padding: 0!important;
}
.top__service .pickup a {
  width: calc(50% - 10px);
  padding: 20px 30px;
  background: #fff;
  line-height: 1.5;
  position: relative;
}
.top__service .pickup a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  transition: all 0.4s ease-out 0.1s;
}
.top__service .pickup a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid #87CEFA;
  border-right: 2px solid #87CEFA;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.top__service .pickup li span {
  color: #777777;
  font-size: 14px;
}
.top__service .pickup li h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 3px;
  color: #272727;
}
@media (max-width: 799px) {
  .top__service .reason {
    margin: 25px auto 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px 15px;
  }
  .reason img {
    width: 86%;
    margin: 0 7%;
  }
  .top__service .reason p {
    font-size: 0.75rem;
    letter-spacing: -3%;
  }
  .top__service .pickup {
    flex-direction: column;
    gap: 9px;
    margin: 25px auto 0;
  }
  .top__service .pickup a {
    width: 100%;
    padding: 15px;
  }
  .top__service .pickup a::after {
    right: 15px;
  }
  .top__service .pickup li span {
    font-size: 0.75rem;
  }
  .top__service .pickup li h3 {
    font-size: 1.09375rem;
    margin-top: 2px;
  }
}

/*==== TOP benefit ====*/
.top__benefit {
  text-align: center;
}
.top__benefit h2 {
  color: #004773;
}
.top__benefit .top_txt {
  background: #fff;
  color: #004773;
  font-size: 0.9375rem;
  text-align: center;
  padding: 6px 24px;
  line-height: 1.5;
  margin: 12px auto 30px;
  border-radius: 50px;
  display: inline-block;
}
.top__benefit img {
  width: 100%;
}
.top__benefit .top_img img {
  height: 102px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.top__benefit .benefit {
  width: 100%;
  max-width: 980px;
  margin: 36px auto 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.top__benefit .benefit li {
  background: #fff;
  border-radius: 7px;
  padding: 0;
  min-height: 214px; 
  display: grid;
  grid-template-rows:
    1fr        /* 上余白 */
    auto       /* img */
    1fr        /* 中央余白 */
    auto       /* text */
    1fr;       /* 下余白 */
  justify-items: center;
  text-align: center;
}
.top__benefit .benefit li p {
  color: #004773;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  margin: 0;
  grid-row: 4;
}
.top__benefit .benefit li p span {
  font-weight: 900;
}
.top__benefit .benefit li img {
  grid-row: 2;
}
.top__benefit .benefit li:nth-child(1) img {
  width: 75px;
  height: auto;
}
.top__benefit .benefit li:nth-child(2) img {
  width: 88px;
  height: auto;
}
.top__benefit .benefit li:nth-child(3) img {
  width: 75px;
  height: auto;
}
.top__benefit .benefit li:nth-child(4) img {
  width: 64px;
  height: auto;
}
a.benefit__link {
  font-size: 0.9375rem;
  color: #272727!important;
  text-align: center;
  display: block;
  margin-bottom: 37px;
  text-decoration: underline!important;
}
.button_wrap {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 799px) {
  .top__benefit .top_img img {
    height: auto;
    width: 100%;
  }
  .top__benefit .benefit {
    margin: 15px 0 16px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .top__benefit .benefit li {
    border-radius: 5px;
    min-height: 165px; 
  }
  .top__benefit .benefit li p {
    font-size: 0.875rem;
  }
  .top__benefit .benefit li:nth-child(1) img {
    width: 54px;
  }
  .top__benefit .benefit li:nth-child(2) img {
    width: 63px;
  }
  .top__benefit .benefit li:nth-child(3) img {
    width: 54px;
  }
  .top__benefit .benefit li:nth-child(4) img {
    width: 46px;
  }
  a.benefit__link {
    margin-bottom: 30px;
  }
  .button_wrap {
    flex-direction: column;
    gap: 13px;
  }
}

/*==== TOP blog ====*/
.top__blog .top_txt {
  color: #777777;
  font-size: 13px;
  margin-top: 7px;
  text-align: center;
}
.top__blog .blog_wrap {
  width: 100%;
  max-width: 980px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  margin: 33px auto 39px;
  padding: 3px 30px;
}
.top__blog .blog_wrap li a {
  padding: 22px 0;
  display: block;
}
.top__blog .blog_wrap li h3 {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline;
  padding-left: 20px;
}
.top__blog .blog_wrap li + li {
  background-image: radial-gradient(circle, #777777 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7px 1px;
}
.blog__link {
  font-size: 14px;
  color: #87CEFA!important;
  text-decoration: underline!important;
  float: right!important;
  line-height: 1.6;
}
.top__blog .blog_wrap li span {
  color: #777777;
  font-size: 14px;
  float: left;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.top__blog .blog_wrap li span img {
  width: 13px;
  height: auto;
  padding-right: 4px;
}
@media (max-width: 799px) {
  .top__blog .top_txt {
    font-size: 0.875rem;
    margin-top: 4px;
  }
  .top__blog .blog_wrap {
    margin: 25px auto;
    padding: 0px 20px;
  }
  .top__blog .blog_wrap li a {
    padding: 21px 0;
    display: block;
  }
  .top__blog .blog_wrap li h3 {
    margin-bottom: 16px;
    display: block;
    padding-left: 0;
  }
  .blog__link {
    font-size: 0.8125rem;
    float: none!important;
    line-height: 1.5;
  }
  .top__blog .blog_wrap li span {
    font-size: 0.75rem;
    display: inline-block;
    float: right;
    line-height: 1.5;
  }
  .top__blog .blog_wrap li span img {
    width: 11px;
    height: auto;
    padding-right: 2px;
  }
}

/*==== TOP bunner ====*/
.top__bunner img {
  width: 100%;
}
.top__bunner .top_bnr img {
  height: 61px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.top__bunner .bunner_wrap {
  width: 100%;
  max-width: 980px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
}
@media (max-width: 799px) {
  .top__bunner .top_bnr img {
    height: auto;
    width: 100%;
  }
  .top__bunner .bunner_wrap {
    margin: 11px 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}


/*==== FOOTER ====*/
.pagetop_new {
  display: block;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
}
.pagetop_new a img {
  width: 40px;
  height: 40px;
  opacity: 1;
}
@media (max-width: 799px) {
  .pagetop_new {
    bottom: 15px;
    right: 15px;
  }
  .pagetop_new a img {
    width: 52px;
    height: 52px;
  }
}
footer .f_wrapper {
  width: 100%;
  max-width: 980px!important;
  margin: 0 auto 30px!important;
  padding: 2px 0 0!important;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1875rem;
}
footer {
  background-color: #E8E9EE!important;
}
.toggle_title {
  font-size: 14px!important;
  color: #272727!important;
  line-height: 1.5;
  margin-bottom: 15px;
}
.toggle {
  width: auto!important;
}
.toggle li a {
  color: #272727!important;
}
footer .toggle > ul > li {
  font-size: 12px!important;
  line-height: 1.3rem;
}
.con_flogo_wrap {
  border-top: none!important;
  max-width: 980px!important;
  display: flex;
  gap: 1.6875rem;
  padding: 35px 0 80px!important;
}
.con_flogo_text {
  font-size: 12px!important;
  margin: 0!important;
  text-align: left!important;
}
.con_flogo_text span {
  font-size: 14px;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  align-items: baseline;
  max-width: 980px;
  margin: 0 auto;
  border-top: 2px solid #fff;
}
.footer_bottom .con_flogo_wrap {
  width: 45%;
}
.footer_bottom .IconBox_wrap {
  width: 55%;
}
.IconBox_wrap {
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 15px;
}
.IconBox_wrap .IconBox {
  display: flex;
  gap: 9px;
  margin: 0!important;
}
.IconBox_wrap .IconBox li {
  width: auto!important;
  margin: 0!important;
}
.IconBox_wrap li img {
  height: 54px;
  width: auto;
}

@media (max-width: 799px) {
  footer .f_wrapper {
    border-top: 1px solid rgba(90, 90, 90, 0.6);
    margin: 0!important;
    padding: 0!important;
    display: block;
  }
  .toggle {
    margin-bottom: 0!important;
    padding: 19px 15px!important;
    border-bottom: 1px solid rgba(90,90,90,0.6)!important;
    float: none!important;
  }
  .toggle_title {
    font-weight: 500!important;
    font-size: 14px!important;
    color: #5A5A5A!important;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .toggle_title:after {
    top: 3px!important;
  }
  footer .toggle > ul > li {
    font-size: 14px!important;
    margin: 0!important;
    border-bottom: none!important;
  }
  footer .toggle > ul > li + li {
    padding-top: 20px;
    background-image: radial-gradient(circle, #5a5a5a 0.5px, transparent 0.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 7px 1px;
  }
  footer .toggle > ul > li:first-child {
    margin-top: 39px!important;
  }
  footer .toggle > ul > li:last-child {
    border-bottom: none!important;
  }
  footer .toggle > ul > li > a {
    margin: 0 0 20px !important;
  }
  footer .toggle > ul > li:last-child > a {
    margin-bottom: 7px!important;
  }
  .toggle li a {
    color: #5A5A5A!important;
  }
  .footer_bottom {
    flex-direction: column;
    border-top: none;
  }
  .footer_bottom .con_flogo_wrap {
    width: 100%;
  }
  .con_flogo_wrap {
    border-top: none!important;
    padding: 40px 0 25px!important;
    border-bottom: 5px solid rgb(255,255,255,0.6);
    flex-direction: column;
    gap: 21px;
  }
  .con_flogo_wrap img {
    width: auto!important;
    height: 85px;
  }
  .con_flogo_text {
    line-height: 1.0rem!important;
    font-size: 10px!important;
    margin: 0!important;
    text-align: center!important;
  }
  .footer_bottom .IconBox_wrap {
    width: 100%;
    align-items: center;
    margin: 30px auto 20px;
  }
  .IconBox_wrap {
    flex-direction: column;
    gap: 20px;
  }
  .IconBox {
    margin: 30px auto 18px!important;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .IconBox li {
    width: auto!important;
    margin: 0!important;
  }
  .IconBox li img {
    height: 51px;
    width: auto;
  }
  footer .copyright {
    font-size: 10px!important;
    color: #5A5A5A;
  }
}

/*==== FLOAT BNR ====*/
/* 右下固定 */
.side-banners {
  position: fixed;
  right: 24px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 9999;
}
.side-banner {
  position: relative;
}
.side-banner img {
  width: 100%;
  display: block;
  float: right;
}
.side-banners #helpBanner img {
  width: 74px;
  box-shadow: 0.9px 0.9px 6.27px 0 rgba(0,0,0,0.25);
  cursor: pointer;
}
.side-banners #lineLink img {
  width: 148px;
  box-shadow: 1px 1px 7px 0 rgba(0,0,0,0.25);
}
/* ×ボタン */
.close-btn {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background: #272727;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
/* モーダル背景 */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 10000;
}
/* モーダル表示時 */
.modal-overlay.active {
  display: block;
}
/* 右スライドパネル */
.modal-panel {
  position: absolute;
  right: 35px;
  bottom: 36px;
  width: 312px;
  background: #fff;
  padding: 34px 25px 40px;
}
/* モーダル閉じる */
.modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}
/* タイトル */
.modal-title {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* メニュー */
.help-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  font-size: 14px;
}
.help-menu li {
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0;
}
.help-menu a {
  display: block;
  color: #272727;
  text-decoration: none;
  position: relative;
}
.help-menu a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #87CEFA;
  border-right: 1px solid #87CEFA;
  transform: rotate(45deg);
  box-sizing: border-box;
}
/* 下メニュー */
.help-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.help-bottom a {
  background: #F2FAFD;
  padding: 16px 30px;
  text-align: left;
  text-decoration: none;
  color: #004773;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.help-bottom a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #004773;
  border-right: 1px solid #004773;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.help-bottom a img {
  height: 43px;
  width: auto!important;
}
.help-bottom span {
  position: absolute;
  left: 100px;
}

.pagetop_new {
  display: none;
}

/*==== 下層ページ調整 ====*/
:root {
  --header-height: 193px;
  --header-height-sp: 85px;
}
#wrapper__fbody, #color-chart, .wrap, #nioi-color .FV, #saiji .FV, .cover, #KimonoGuide, #size-guide, #order_service .FV,
#todokumade .FV, .special-banner4, .fs-l-main, .yukata_lp26.ft_kv, #_rcmdjp_display_1 .FS2_Recommend2_recommend  /*#SalePage #FV*/ {
  margin-top: var(--header-height)!important;
}
.wrapper, #komono_v2, #NagoyaObi, #bijin, #kimono-set, #Hitoe_KomonTsumugi, #Hitoe_KomonTsumugi, #bo_753, #packing-info, #kissyo-monyo, #natsu-kimono, 
#furisode_new, #mstage .FV, .Main .FV, #order-guide .FV, #cvs-payment, #kusumi-color, #mstage_lp.FV, #autumn-color, #SalePage {
  padding-top: var(--header-height)!important;
}
.AboutUs {
  padding-top: 0;
}
.blog_bn.wrap {
  padding-top: 0;
}
.fs-c-productList .wrapper {/*商品グループ(着物：PC)*/
  padding-top: 0!important;
}
.fs-l-pageMain {/*商品のレビュー(PC)*/
  padding: 0px 42px 20px !important;
}
.toppage #_rcmdjp_display_1 .FS2_Recommend2_recommend {
  margin-top: 0!important;
}
@media (max-width: 799px) {
  /*#wrapper__fbody, #color-chart, .wrap, #nioi-color .FV, #saiji .FV, .cover, #KimonoGuide, #size-guide, #order_service .FV,
  #todokumade .FV, .special-banner4, .fs-c-breadcrumb, .yukata_lp26.ft_kv, #_rcmdjp_display_1 .FS2_Recommend2_recommend, #kimono-quiz-wrapper*/
  #nioi-color .sec01 {
    margin-top: var(--header-height)!important;
  }
  /*
  .wrapper, #komono_v2, #NagoyaObi, #bijin, #kimono-set, #Hitoe_KomonTsumugi, #Hitoe_KomonTsumugi, #bo_753, #packing-info, #kissyo-monyo, #natsu-kimono, 
  #furisode_new, #mstage .FV, .Main .FV, #order-guide .FV, #cvs-payment, #kusumi-color, .AboutUs, #mstage_lp.FV, #autumn-color, section.top__benefit.bg_blue, #SalePage {
    padding-top: var(--header-height-sp)!important;
  }*/
  .fs-l-main {
    margin-top: 0!important;
  }
  .blog_bn .sp_cont { /*バックナンバー(SP)*/
    margin-top: 0!important;
  }
  .blog_bn .heading { /*バックナンバー(SP)*/
    padding-top: 0;
  }
  .Main .FV { /*ご意見箱_SP*/
    margin-top: 0!important;
  }
  #color-chart { /*color-chart_SP*/
    padding-top: 0!important;
  }
  .fs-c-breadcrumb {
    padding-top: 0!important;
  }
  .fs-l-pageMain {/*商品のレビュー(SP)*/
    padding: 0px 15px 20px !important;
  }
  #SalePage #FV {
    margin-top: 0!important;
  }
  .archive_wrap .heading {
    padding-top: 0!important;
  }
  .archive_wrap .sp_cont {
    margin-top: 0 !important;
  }
  .return_item .wrap {
  padding-top: 0!important;
  }
  #size-guide {
    padding-top: 0!important;
  }
}