@charset "UTF-8";

.no-number {
  color: #212121;
  background-color: #e1f4f9;
  height: 100vh;
}

.no-number__head {
  text-align: center;
}

.no-number__head .no-number__text {
  margin-top: 15px;
}

.no-number__title {
  font-weight: bold;
}

.no-number__text {
  line-height: 1.5;
}

.no-number__text a {
  display: inline-block;
  margin-top: 8px;
  color: #0090d8;
}

.no-number-content {
  background-color: #fff;
}

.no-number__contLink {
  position: relative;
  padding-left: 15px;
  color: #0090d8;
}

.no-number__contLink::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 8px;
  height: 13px;
  background-image: url(../img/notebook/common/ico_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

a {
  display: block;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
}

.notebook-mainContent {
  position: relative;
  padding: 0;
}

.notebook-nav__inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.notebook-nav__list {
  display: flex;
}

.notebook-nav__item {
  cursor: pointer;
}

.notebook-nav__menu,
.notebook-nav__search,
.notebook-nav__no {
  position: relative;
  color: #fff;
  display: flex;
  align-items: baseline;
}

.notebook-nav__menu svg {
  fill: #fff;
  position: absolute;
}

.notebook-nav__search svg {
  position: absolute;
  fill: #fff;
  vertical-align: middle;
}

.notebook-nav__no svg {
  position: absolute;
  fill: #fff;
  vertical-align: middle;
}

.notebook-nav__like {
  background-color: #0493d7;
}

.notebook-nav__like a {
  height: 100%;
  color: #fff;
}

.notebook-nav__like a span {
  overflow: hidden;
}

.notebook-nav__like a span svg {
  position: absolute;
}

.notebook-nav__like a span svg .st0 {
  fill: #FFFFFF;
}

.notebook-nav__like a span svg .st1 {
  fill: #FF526E;
}

.notebook-nav__num {
  font-weight: normal;
}

.notebook-nav__dropArea__inner {
  z-index: 2;
}

.notebook-nav__dropArea__inner.-menu,
.notebook-nav__dropArea__inner.-search,
.notebook-nav__dropArea__inner.-no {
  display: none;
}

.notebook-nav__dropArea__menu,
.notebook-nav__dropArea__search,
.notebook-nav__dropArea__no {
  position: relative;
  background: #fff;
}

.notebook-nav__menuList {
  border-right: 1px solid #dedede;
}

.notebook-nav__menuItem {
  border-bottom: 1px solid #dedede;
}

.notebook-nav__menuItem:last-child {
  border-bottom: none;
}

.notebook-nav__menuItem:last-child a {
  color: #0090d8;
  font-size: 14px;
  text-align: right;
  background-image: url(../img/notebook/common/ico_right_arrow.svg);
  background-size: 8px 13px;
  background-position: right 120px center;
}

.notebook-nav__menuItem a {
  position: relative;
  color: #222;
  font-size: 16px;
  display: block;
  position: relative;
  background-image: url(../img/book/arw_booknav.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.notebook-nav__menuItem a::before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
}

.notebook-nav__menuItem.-nb-top a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_01.svg);
}

.notebook-nav__menuItem.-nb-attention a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_02.svg);
}

.notebook-nav__menuItem.-nb-original a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_03.svg);
}

.notebook-nav__menuItem.-nb-series a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_04.svg);
}

.notebook-nav__menuItem.-nb-lifestyle a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_05.svg);
}

.notebook-nav__menuItem.-nb-choice a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_06.svg);
}

.notebook-nav__menuItem.-nb-like a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_07.svg);
}

.notebook-nav__menuItem.-nb-prize a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_08.svg);
}

.notebook-nav__menuItem.-nb-primium a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_09.svg);
}

.notebook-nav__menuItem.-nb-inquiry a::before {
  background-image: url(../img/notebook/common/ico_notebook_menu_10.svg);
}

.notebook-nav__featTtl {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.notebook-nav__btn a {
  width: 32px;
  display: block;
}

.notebook-nav__menuClose {
  position: absolute;
  background: url(../img/notebook/common/ico_notebook_close.svg) no-repeat center;
}

.notebook-nav__searchList {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.notebook-nav__searchItem {
  text-align: center;
  list-style: none;
}

.notebook-nav__searchItem a {
  font-weight: bold;
  line-height: 1.4;
}

.notebook-nav__searchItem a svg {
  display: block;
  margin: 0 auto 10px;
}

.notebook-nav__searchItem a svg circle {
  fill: #49bfe3;
}

.notebook-nav__searchItem a svg path {
  fill: #fff;
}

.notebook-nav__searchItem a svg polygon {
  fill: #fff;
}

.notebook-nav__noInner {
  background-color: #f3f3f3;
}

.notebook-nav__noInput {
  position: relative;
}

.notebook-nav__noInput input {
  border: 2px solid #afafaf;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  color: #212121;
  box-sizing: border-box;
  outline: none;
}

.notebook-nav__noInput button {
  color: #fff;
  background-color: #48bfe3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: inherit;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-weight: bold;
  outline: none;
}

.notebook-nav__noInput button img {
  margin-right: 10px;
}

.notebook-nav__noButton a {
  color: #0090d8;
  text-align: center;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
}

.notebook-nav__noButton a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 13px;
  background: url(../img/notebook/common/ico_right_arrow.svg) no-repeat center;
  background-size: 100%;
  top: calc(50% - 7px);
  left: 0;
}

.notebook-nav__noSample {
  font-size: 13px;
  color: #666;
  text-align: left;
}

.notebook-nav__noSample span {
  font-weight: bold;
}

.notebook-searchNav {
  background-color: #f1f2f4;
}

.searchNav-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.searchNav__title {
  text-align: center;
}

.searchNav__titleMain {
  display: block;
  font-family: "Lato", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .1em;
  text-shadow: 0 0 0 black;
}

.searchNav__titleSub {
  display: block;
  line-height: 1.3;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 300;
}

.searchNav__list {
  overflow: hidden;
}

.searchNav__item {
  float: left;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
}

.searchNav__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.searchNav__item figure {
  font-size: 10px;
  line-height: 1;
}

.searchNav__item svg .icon_layer01 {
  fill: #48bfe3;
}

.searchNav__item svg .icon_layer02 {
  fill: #ffffff;
}

.searchNav__innerNoList {
  background-color: #f3f3f3;
}

.searchNav__noInput {
  position: relative;
}

.searchNav__noInput input {
  border: 2px solid #afafaf;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  color: #212121;
  box-sizing: border-box;
  outline: none;
}

.searchNav__noInput button {
  color: #fff;
  background-color: #48bfe3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: inherit;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-weight: bold;
  outline: none;
}

.searchNav__noInput button img {
  margin-right: 10px;
}

.searchNav__noInput .notebook-nav__noSample {
  font-size: 13px;
  color: #666;
  text-align: left;
}

.searchNav__noInput .notebook-nav__noSample span {
  font-weight: bold;
}

.searchNav__noButton a {
  color: #0090d8;
  text-align: center;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
}

.searchNav__noButton a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 13px;
  background: url(../img/notebook/common/ico_right_arrow.svg) no-repeat center;
  background-size: 100%;
  top: calc(50% - 7px);
  left: 0;
}

.hero .nb-swiper-pagination {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero .swiper-pagination-bullet-active {
  background-color: #48bfe3;
}

.notebook-prdct .prdctArea + .prdctArea {
  margin-top: 8px;
}

.notebook-prdct .prdctArea__headTtl-sub {
  color: #333;
  line-height: 1.5;
}

.notebook-prdct .prdctSlide-nbLongSeller {
  padding-top: 0;
}

.notebook-prdct .prdctSlide__item .prdctSlide__img img {
  border: none;
}

.notebook-prdct .prdctSlide__item .prdctSlide__itemTtl {
  text-align: left;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.notebook-prdct .prdctSlide__item .ico-rank {
  font-weight: bold;
}

.notebook-prdct .prdctSlide-nbLongSeller__btnPrev,
.notebook-prdct .prdctSlide-nbUpdate__btnPrev {
  top: 90px;
  left: 30px;
}

.notebook-prdct .prdctSlide-nbLongSeller__btnNext,
.notebook-prdct .prdctSlide-nbUpdate__btnNext {
  top: 90px;
  right: 30px;
}

.notebook-prdct .is-blue a {
  background: #48bfe3;
}

.notebook-prdct .prdctSlide__price {
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.notebook-prdct .prdctSlide__price::after {
  position: absolute;
  content: '（税込）';
  right: 0;
  font-weight: normal;
  line-height: 1.3;
}

.notebook-prdct .prdctSlide__btn {
  padding: 4px 0;
}

.notebook-prdct .quickShop .quickShop__close {
  background: url(../img/notebook/common/ico_notebook_close.svg) no-repeat center;
}

.notebook-prdct .quickShop .quickShop__img {
  position: relative;
}

.notebook-prdct .quickShop .quickShop__img img {
  margin: 0 auto;
  border: none;
}

.notebook-prdct .quickShop .quickShop__txtBlock {
  line-height: 1.4;
}

.notebook-prdct .quickShop .quickShop__txtBlock .quickShop__meta.-price {
  margin-top: 15px;
}

.notebook-prdct .quickShop .quickShop__txtBlock .quickShop__itemTtl {
  margin-top: 5px;
}

.notebook-prdct .quickShop .quickShop__month {
  font-weight: bold;
  margin-top: 10px;
}

.icon__addition {
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 11px;
  margin-top: 5px;
}

.icon__addition.-addition-01 {
  background-color: #ff4960;
}

.icon__addition.-addition-02 {
  background-color: #4dba8d;
}

.icon__addition.-addition-03 {
  background-color: #fea43a;
}

.icon__addition.-renual-01 {
  background-color: #f17fbf;
}

.icon__addition.-renual-02 {
  background-color: #8fc31f;
}

.icon__addition.-renual-03 {
  background-color: #52b7e6;
}

.quickShop__linkDtl a:hover {
  text-decoration: underline;
}

.nb-booking__title {
  font-weight: bold;
}

.nb-booking .bookNews__btn a {
  transition: background-color .1s linear;
}

.nbContent-title {
  text-align: center;
  position: relative;
}

.nbContent-title .nbContent-titleMain {
  display: block;
  font-family: "Lato", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .1em;
  text-shadow: 0 0 0 black;
}

.nbContent-title .nbContent-titleSub {
  display: block;
  line-height: 1.3;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 400;
}

.nbContent-title svg {
  margin-right: 15px;
}

.nbContent-title.is-white {
  color: #fff;
}

.nbContent-title.is-white::after {
  background: #fff;
}

.bookNews.-nb .bookNews__title {
  text-align: center;
}

.bookNews.-nb .bookNews__title .bookNews__titleMain {
  display: block;
  font-family: "Lato", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .1em;
  text-shadow: 0 0 0 black;
}

.bookNews.-nb .bookNews__title .bookNews__titleSub {
  display: block;
  line-height: 1.3;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 300;
}

.bookNews.-nb .bookNews__item {
  overflow: hidden;
  font-size: 0;
}

.bookNews.-nb .bookNews__item .bookNews__date {
  margin-right: 0;
}

.bookNews.-nb .bookNews__item .bookNews__txt {
  overflow: hidden;
  transition: .1s linear;
  line-height: 1.5;
}

.bookNews.-nb .bookNews__btn {
  width: 150px;
  margin: 20px auto 0;
  line-height: 38px;
  text-align: center;
}

.bookNews.-nb .bookNews__btn a {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.mod-footerFeatSec {
  border-top: none;
}

.notebook-like {
  position: absolute;
  cursor: pointer;
}

.notebook-like svg {
  width: 30px;
}

.notebook-like svg circle {
  fill: #cacaca;
  opacity: 0.75;
  transition: .1s linear;
}

.notebook-like svg path {
  fill: #fff;
  transition: .1s linear;
}

.notebook-like.is-like svg circle {
  fill: #ff526e;
  opacity: 1;
}

.notebook-nav__item.is-selected {
  background-color: #e1f4f9;
}

.notebook-nav__item.is-selected .notebook-nav__search,
.notebook-nav__item.is-selected .notebook-nav__no {
  color: #48bfe3;
}

.notebook-nav__item.is-selected .notebook-nav__search svg,
.notebook-nav__item.is-selected .notebook-nav__no svg {
  fill: #48bfe3;
}

.notebook-nav__item.is-selected .notebook-nav__menu:hover,
.notebook-nav__item.is-selected .notebook-nav__search:hover,
.notebook-nav__item.is-selected .notebook-nav__no:hover {
  color: #48bfe3;
  background-color: #e1f4f9;
}

.notebook-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.notebook-nav__dropArea__inner.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

.icn-angl1 {
  fill: #fff;
  opacity: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.first-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  top: 0;
  left: 0;
}

.first-modal .first-modal__inner {
  position: absolute;
  z-index: 100;
  width: 1100px;
  height: 650px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/common/img/notebook/top/pc_bg_modal.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.first-modal .first-modal__inner .close-btn {
  display: block;
  width: 54px;
  height: 54px;
  background-color: #48bfe3;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: .1s linear;
}

.first-modal .first-modal__inner .close-btn:before {
  position: absolute;
  content: '';
  background-image: url(/common/img/notebook/top/icon_modal_close.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.first-modal .first-modal__inner .close-btn:after {
  position: absolute;
  content: '';
  background-image: url(/common/img/notebook/top/icon_modal_close.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.first-modal .first-modal__inner .close-btn:hover {
  background-color: #74d0e9;
}

.first-modal .first-modal__inner .modal-ttl {
  position: absolute;
  width: 342px;
}

.first-modal .first-modal__inner .modal-ttl img {
  width: 100%;
  height: auto;
}

.first-modal .first-modal__inner a {
  text-align: center;
  position: absolute;
  width: 240px;
  background-color: #fff;
  padding: 13px 0;
  line-height: 1;
  border-radius: 4px;
  transition: .1s linear;
}

.first-modal .first-modal__inner a:hover {
  background-color: #00479d;
}

.first-modal .first-modal__inner a:hover span {
  color: #fff;
}

.first-modal .first-modal__inner a:hover span:before {
  background-image: url(/common/img/notebook/top/icon_modal_arrow_white.png);
  background-size: 100%;
}

.first-modal .first-modal__inner a span {
  position: relative;
  font-size: 18px;
  color: #00479d;
  display: inline-block;
  line-height: 1;
  padding-left: 28px;
}

.first-modal .first-modal__inner a span:before {
  content: '';
  position: absolute;
  background-image: url(/common/img/notebook/top/icon_modal_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 5px;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.prdctArea__headTtl {
  display: flex;
  align-items: center;
}

.prdctArea__headTtl span.april-tag {
  padding: 4px 20px;
  border: 1px solid #ff526e;
  color: #ff526e;
  border-radius: 14.5px;
  line-height: 1.3;
}

.rankingNav__title {
  text-align: center;
}

.rankingNav__titleMain {
  display: block;
  font-family: "Lato", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .1em;
  text-shadow: 0 0 0 black;
}

.rankingNav__titleSub {
  display: block;
  line-height: 1.3;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 300;
}

.rankingNav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rankingNav__item {
  display: flex;
  position: relative;
  min-width: 116px;
  height: 100%;
  line-height: 1.4;
  box-sizing: border-box;
}

.rankingNav__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 49%;
  background-color: #d3d3d3;
  content: "";
}

.rankingNav__item:last-child::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 40%;
  background-color: #d3d3d3;
  content: "";
}

.rankingNav__item__text {
  position: relative;
  width: 100%;
  padding: 6px 0;
  box-sizing: border-box;
}

.is-selected .rankingNav__item__text {
  position: relative;
  color: #48bfe3;
  font-weight: bold;
}

.rankingNav__item__text__inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .1s linear;
  box-sizing: border-box;
}

.is-selected .rankingNav__item__text__inner:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 3px;
  margin: 0 auto;
  background-color: #48bfe3;
  content: "";
}

.rankingNav__btn {
  width: 260px;
  margin: 30px auto 0;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}

.rankingNav__btn a {
  display: block;
  color: #fff;
  background-color: #212121;
  border-radius: 3px;
  padding: 0;
  transition: background-color .1s linear;
}

.productNo__title {
  position: relative;
  font-weight: bold;
}

.productNo__title svg {
  position: absolute;
  left: 0;
}

.productNo__title svg circle {
  fill: #48bfe3;
}

.productNo__title svg path {
  fill: #fff;
}

.productNo__item {
  position: relative;
}

.productNo__item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.productNo__item:first-child::before {
  background-image: url(../img/notebook/common/icon_edge_1@2x.png);
}

.productNo__item:nth-child(2)::before {
  background-image: url(../img/notebook/common/icon_edge_2@2x.png);
}

.productNo__text {
  line-height: 1.6;
}

.productNo__text span {
  font-weight: bold;
}

.productNo-search {
  text-align: center;
  background-color: #eeeff1;
  border-radius: 4px;
}

.productNo-search__title {
  color: #212121;
  font-weight: bold;
}

.abolition {
  color: #212121;
  background-color: #e1f4f9;
}

.abolition__head {
  text-align: center;
}

.abolition__title {
  font-weight: bold;
  line-height: 1.3;
}

.abolition__text {
  line-height: 1.5;
}

.abolition__text a {
  margin-top: 8px;
}

.abolition-notebook {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.abolition-notebook__cap {
  position: relative;
  overflow: hidden;
  word-break: break-all;
}

.abolition-notebook__cap::before {
  position: absolute;
  background: #fff;
  right: 2px;
  content: "...";
}

.abolition-notebook__cap::after {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.abolition-tblBlock {
  background-color: #fff;
  margin-top: 8px;
}

.abolition-tblBlock__title {
  line-height: 1.3;
  font-weight: bold;
}

.abolition-tblContainer tr,
.abolition-tblContainer td {
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

.abolition-tblContainer table td {
  text-align: center;
}

.abolition-tblContainer table .rowColor-gray {
  background-color: #f6f6f6;
}

.abolition-tblContainer table thead {
  font-weight: bold;
}

.abolition-tblContainer table thead .row-01 td {
  background-color: #e6f3fa;
}

.abolition-tblContainer table thead .row-01 td:first-child {
  background-color: #d9ecf8;
}

.abolition-tblContainer table thead .row-02 td {
  background-color: #e6f3fa;
}

.abolition-tblContainer table thead .row-02 td:nth-child(-n + 2) {
  background-color: #d9ecf8;
}

.abolition-tblContainer table thead .row-02.new td:nth-child(-n + 4) {
  background-color: #d9ecf8;
}

.abolition-tblContainer table .prdct-name {
  text-align: left;
  font-weight: bold;
}

.abolition-tblContainer table .prdct-remark {
  text-align: left;
}

.abolition-content__title {
  background-color: #ffffff;
  padding-top: 50px;
  padding-left: 50px;
  font-size: 24px;
  font-weight: bold;
}

.abolition-content__title.jun {
  margin-top: 8px;
}

.abolition-notebook {
  padding: 15px 50px 20px !important;
}

.abol-number {
  color: #212121;
  background-color: #e1f4f9;
}

.abol-number__head {
  text-align: center;
}

.abol-number__title {
  font-weight: bold;
  line-height: 1.4;
}

.abol-number__text {
  line-height: 1.5;
}

.abol-number__text a {
  margin-top: 8px;
}

.abol-number .nb-list__title {
  font-weight: bold;
}

.abol-number .icon__addition {
  margin-bottom: 5px;
}

.abol-number .prdctSlide__price {
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.abol-number .prdctSlide__price::after {
  position: absolute;
  content: '（税込）';
  right: 0;
  font-weight: normal;
  line-height: 1.3;
}

.abol-number .quickShop .quickShop__close {
  background: url(../img/notebook/common/ico_notebook_close.svg) no-repeat center;
}

.abol-number .quickShop .quickShop__img {
  position: relative;
}

.abol-number .quickShop .quickShop__img img {
  width: 100%;
  border: none;
}

.abol-number .quickShop .quickShop__txtBlock {
  line-height: 1.4;
}

.abol-number .quickShop .quickShop__txtBlock .quickShop__meta.-price {
  margin-top: 15px;
}

.abol-number .quickShop .quickShop__txtBlock .quickShop__itemTtl {
  margin-top: 5px;
}

.abol-number .quickShop .quickShop__month {
  font-weight: bold;
  margin-top: 10px;
}

/*2019年4月リリース*/

.abolition-notebook__item img {
  height: 220px;
}

/*

```ejs
<%- include(ejsPath + '/_partial/modules/E01-001-01/_E01-001-01', {
  data: [
    {
      modifier: '-01',
      active: true,
      link: 'https://www.takahashishoten.co.jp/',
    },
    {
      modifier: '-02',
    },
    {
      modifier: '-03',
    },
    {
      modifier: '-04',
    },
    {
      modifier: '-05',
    },
    {
      modifier: '-06',
    },
    {
      modifier: '-07',
    },
    {
      modifier: '-08',
    },
    {
      modifier: '-09',
    },
    {
      modifier: '-10',
    },
    {
      modifier: '-11',
    },
    {
      modifier: '-12',
    },
    {
      modifier: '-13',
    },
    {
      modifier: '-14',
    },
  ]
}) %>

```

*/

.icon__color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.icon__color-item {
  position: relative;
  border: 1px solid #868686;
  border-radius: 50%;
  background-position: center;
  cursor: pointer;
}

.icon__color-item a {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.icon__color-item::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
  transition: .1s linear;
}

.icon__color-item.-color-01 {
  background-color: #000;
}

.icon__color-item.-color-02 {
  background-color: #fff;
}

.icon__color-item.-color-03 {
  background-color: #df1124;
}

.icon__color-item.-color-04 {
  background-color: #ff87a0;
}

.icon__color-item.-color-05 {
  background-color: #ff8500;
}

.icon__color-item.-color-06 {
  background-color: #fcff00;
}

.icon__color-item.-color-07 {
  background-color: #268037;
}

.icon__color-item.-color-08 {
  background-color: #255aa5;
}

.icon__color-item.-color-09 {
  background-color: #202f55;
}

.icon__color-item.-color-10 {
  background-color: #7a489d;
}

.icon__color-item.-color-11 {
  background-color: #6e2a40;
}

.icon__color-item.-color-12 {
  background-color: #703923;
}

.icon__color-item.-color-13 {
  background-image: url(/common/img/notebook/common/bg_check_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-13-1 {
  background-image: url(/common/img/notebook/common/bg_check_black_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-13-2 {
  background-image: url(/common/img/notebook/common/bg_check_white_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-13-3 {
  background-image: url(/common/img/notebook/common/bg_check_red_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-13-4 {
  background-image: url(/common/img/notebook/common/bg_check_pink_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-13-6 {
  background-image: url(/common/img/notebook/common/bg_check_yellow_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-13-7 {
  background-image: url(/common/img/notebook/common/bg_check_green_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-13-8 {
  background-image: url(/common/img/notebook/common/bg_check_bule_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-13-9 {
  background-image: url(/common/img/notebook/common/bg_check_navy_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-14 {
  background-image: url(/common/img/notebook/common/bg_flower_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-14-2 {
  background-image: url(/common/img/notebook/common/bg_flower_white_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-14-4 {
  background-image: url(/common/img/notebook/common/bg_flower_pink_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-14-7 {
  background-image: url(/common/img/notebook/common/bg_flower_green_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-14-8 {
  background-image: url(/common/img/notebook/common/bg_flower_blue_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-14-10 {
  background-image: url(/common/img/notebook/common/bg_flower_purple_ptn.png);
  background-size: cover;
}

.icon__color-item.-color-15 {
  background-color: #c1b68e;
}

.icon__color-item.-color-16 {
  background-color: #c5ced6;
}

.icon__color-item.is-active::after {
  border-color: #48bfe3;
}

.nb-list__container {
  margin: 0 auto;
}

.nb-list__title {
  font-weight: bold;
}

.nb-list__wrapper {
  background-color: #fff;
}

.nb-list__inner {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: flex-end;
}

.nb-list__item {
  position: relative;
}

.nb-list .icon__addition {
  margin-bottom: 5px;
}

.nb-list .prdctSlide__itemTtl {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.nb-list .prdctSlide__price {
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.nb-list .prdctSlide__price::after {
  position: absolute;
  content: '（税込）';
  right: 0;
  font-weight: normal;
  line-height: 1.3;
}

.nb-list .notebook-like {
  top: inherit;
}

.housekeep-mainContent {
  position: relative;
  padding: 0;
}

.housekeep-nav__inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.housekeep-nav__list {
  display: flex;
}

.housekeep-nav__menu {
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: baseline;
}

.housekeep-nav__menu svg {
  fill: #ffffff;
  position: absolute;
}

.housekeep-nav__no {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}

.housekeep-nav__no svg {
  fill: #fff;
}

.housekeep-nav__dropArea__inner {
  z-index: 2;
}

.housekeep-nav__dropArea__inner.-menu {
  display: none;
}

.housekeep-nav__dropArea__inner.-no {
  display: none;
}

.housekeep-nav__dropArea__menu,
.housekeep-nav__dropArea__no {
  position: relative;
  background: #fff;
}

.housekeep-nav__menuList {
  border-right: 1px solid #dedede;
}

.housekeep-nav__menuItem {
  border-bottom: 1px solid #dedede;
}

.housekeep-nav__menuItem a {
  position: relative;
  color: #222;
  font-size: 16px;
  display: block;
  position: relative;
  background-image: url(../../img/housekeep/arw_housekeepnav.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.housekeep-nav__menuItem a::before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
}

.housekeep-nav__menuItem.-housekeep-top a::before {
  background-image: url(../../img/housekeep/icon_housekeep_menu_01.svg);
}

.housekeep-nav__menuItem.-housekeep-series a::before {
  background-image: url(../../img/housekeep/icon_housekeep_menu_02.svg);
}

.housekeep-nav__menuItem.-housekeep-inquiry a::before {
  background-image: url(../../img/housekeep/icon_housekeep_menu_03.svg);
}

.housekeep-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.housekeep-nav__btn a {
  width: 32px;
  display: block;
}

.housekeep-nav__menuClose {
  position: absolute;
  background: url(../../img/housekeep/icon_housekeep_close.svg) no-repeat center;
}

.housekeep-nav__searchList {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.housekeep-nav__searchItem {
  text-align: center;
  list-style: none;
}

.housekeep-nav__searchItem a {
  font-weight: bold;
  line-height: 1.4;
}

.housekeep-nav__searchItem a svg {
  display: block;
  margin: 0 auto 10px;
}

.housekeep-nav__searchItem a svg circle {
  fill: #e15a85;
}

.housekeep-nav__searchItem a svg path {
  fill: #fff;
}

.housekeep-nav__searchItem a svg polygon {
  fill: #fff;
}

.housekeep-nav__noInner {
  background-color: #f3f3f3;
}

.housekeep-nav__noInput {
  position: relative;
}

.housekeep-nav__noInput input {
  border: 2px solid #afafaf;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  color: #212121;
  box-sizing: border-box;
  outline: none;
}

.housekeep-nav__noInput button {
  color: #fff;
  background-color: #e15a85;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: inherit;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-weight: bold;
  outline: none;
}

.housekeep-nav__noInput button img {
  margin-right: 10px;
}

.housekeep-nav__noButton a {
  color: #0090d8;
  text-align: center;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
}

.housekeep-nav__noButton a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 13px;
  background: url(../../img/notebook/common/ico_right_arrow.svg) no-repeat center;
  background-size: 100%;
  top: calc(50% - 7px);
  left: 0;
}

.housekeep-nav__noSample {
  font-size: 13px;
  color: #666;
  text-align: left;
}

.housekeep-nav__noSample span {
  font-weight: bold;
}

.housekeep-mainContent .searchNav__list {
  display: flex;
  margin: 0 auto;
}

.housekeep-mainContent .searchNav__item {
  width: 34%;
  height: 100%;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  border-width: 1px 1px 0 0;
  border-color: #d3d3d3;
  border-style: solid;
}

.housekeep-mainContent .searchNav__item:first-child {
  border-left: 1px solid #d3d3d3;
}

.searchNav__innerNoList {
  background-color: #f3f3f3;
}

.searchNav__noInput {
  position: relative;
}

.searchNav__noInput input {
  border: 2px solid #afafaf;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  color: #212121;
  box-sizing: border-box;
  outline: none;
}

.searchNav__noInput button {
  color: #fff;
  background-color: #0033A1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: inherit;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-weight: bold;
  outline: none;
}

.searchNav__noInput button img {
  margin-right: 10px;
}

.searchNav__noInput .calendar-nav__noSample {
  font-size: 13px;
  color: #666;
  text-align: left;
}

.searchNav__noInput .calendar-nav__noSample span {
  font-weight: bold;
}

.searchNav__noButton a {
  color: #0090d8;
  text-align: center;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
}

.searchNav__noButton a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 13px;
  background: url(../../img/notebook/common/ico_right_arrow.svg) no-repeat center;
  background-size: 100%;
  top: calc(50% - 7px);
  left: 0;
}

.quickShop .quickShop__close {
  background: url("../../img/housekeep/icon_housekeep_close.svg") no-repeat center;
}

.quickShop .quickShop__img {
  position: relative;
}

.quickShop .quickShop__img img {
  margin: 0 auto;
  border: none;
}

.quickShop .quickShop__img .quickShop__txtBlock {
  line-height: 1.4;
}

.quickShop .quickShop__img .quickShop__txtBlock .quickShop__meta.-price {
  margin-top: 15px;
}

.quickShop .quickShop__img .quickShop__txtBlock .quickShop__itemTtl {
  margin-top: 5px;
}

.quickShop .quickShop__img .quickShop__month {
  font-weight: bold;
  margin-top: 10px;
}

.icon__addition {
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 11px;
  margin-top: 5px;
}

.icon__addition.-addition-01 {
  background-color: #ff4960;
}

.icon__addition.-addition-02 {
  background-color: #4dba8d;
}

.icon__addition.-addition-03 {
  background-color: #fea43a;
}

.icon__addition.-addition-04 {
  background-color: #5488f1;
}

.icon__addition.-addition-05 {
  background-color: #fea43a;
}

.icon__addition.-renual-01 {
  background-color: #f17fbf;
}

.icon__addition.-renual-02 {
  background-color: #8fc31f;
}

.icon__addition.-renual-03 {
  background-color: #52b7e6;
}

.quickShop__linkDtl a:hover {
  text-decoration: underline;
}

.nbContent-title {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nbContent-title svg {
  margin-right: 15px;
}

.nbContent-title::after {
  position: absolute;
  left: 50%;
  height: 4px;
  background: #48bfe3;
  content: "";
}

.nbContent-title span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #212121;
}

.nbContent-title.is-white {
  color: #fff;
}

.nbContent-title.is-white::after {
  background: #fff;
}

.housekeep-nav__item.is-selected {
  background-color: #f9ecee;
}

.housekeep-nav__item.is-selected .housekeep-nav__menu:hover,
.housekeep-nav__item.is-selected .housekeep-nav__no:hover {
  color: #e77e9f;
  background-color: #f9ecee;
}

.housekeep-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.housekeep-nav__dropArea__inner.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin-left: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

.icn-angl1 {
  fill: #fff;
  opacity: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.housekeep {
  background-color: #f9ecee;
}

.housekeep .housekeep-top__image {
  background-size: cover;
  background-position: 50%;
}

.housekeep .housekeep-top__image .title_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.housekeep .housekeep-top__image .title_wrap .title {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.housekeep .housekeep-top__content .housekeep-top__buttonWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__button {
  line-height: 1.3;
  position: relative;
  background-color: #febed3;
  cursor: pointer;
  transition: 0.1s linear;
}

.housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__button p {
  text-align: center;
  font-weight: bold;
}

.housekeep .housekeep-top__content .housekeep-top__contentTitle {
  line-height: 1.3;
  font-weight: bold;
}

.housekeep .housekeep-top__content .housekeep-top__contentTitle .housekeep-top__contentBack {
  line-height: 1;
  background-color: #212121;
  color: white;
  overflow: hidden;
}

.housekeep .housekeep-top__content .housekeep-top__product {
  background-color: #ffffff;
  width: 100%;
}

.housekeep .housekeep-top__content .housekeep-top__product .housekeep-content__wrap {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide {
  background-color: #ffffff;
  width: 100%;
  border-radius: 4px;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__img {
  position: relative;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__img img {
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__itemTtl {
  margin-top: 13px;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__price {
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__price::after {
  position: absolute;
  content: "（税込）";
  right: 0;
  font-weight: normal;
  line-height: 1.3;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__item a {
  text-decoration: none;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide-wrap .swiper-button-prev {
  top: 127px;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide-wrap .swiper-button-next {
  top: 127px;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctArea {
  padding: 21px 0 0;
  border-radius: 4px;
  background: #fff;
}

.housekeep .housekeep-top__content .housekeep-top__productSlide .prdctArea__headBtn a {
  background-color: #e15a85;
}

.housekeep .housekeep-top__content .housekeep-content__newOrange {
  background-color: #fea43a;
  color: #ffffff;
  text-align: center;
  border-radius: 11px;
}

.housekeep .housekeep-top__content .housekeep-content__newBlue {
  background-color: #5488f1;
  color: #ffffff;
  text-align: center;
  border-radius: 11px;
}

.housekeep .housekeep-top__content .housekeep-content__newRed {
  background-color: #ff4960;
  color: #ffffff;
  text-align: center;
  border-radius: 11px;
}

.housekeep .housekeep-top__content .housekeep-content__title {
  position: relative;
  line-height: 1.3;
  margin-top: 13px;
  overflow: hidden;
}

.housekeep .housekeep-top__content .housekeep-content__title:before,
.housekeep .housekeep-top__content .housekeep-content__title:after {
  background: #ffffff;
  position: absolute;
}

.housekeep .housekeep-top__content .housekeep-content__title:before {
  content: "...";
}

.housekeep .housekeep-top__content .housekeep-content__title:after {
  content: "";
  height: 100%;
  width: 100%;
}

.housekeep .housekeep-top__content .housekeep-content__type {
  color: #888888;
  line-height: 1.3;
}

.housekeep .housekeep-top__content .housekeep-content__price {
  font-weight: bold;
}

.housekeep .housekeep-top__content .housekeep-content__price:after {
  content: " (税込) ";
  font-weight: bold;
}

.housekeep .housekeep-top__content .js-quickShop {
  line-height: 1;
  position: relative;
  border: 1px solid #00a0e9;
  border-radius: 5px;
  color: #00a0e9;
  text-align: center;
  transition: 0.1s linear;
  cursor: pointer;
}

.housekeep .housekeep-top__content .js-quickShop .js-quickShop__wrap {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.housekeep .housekeep-top__content .js-quickShop .js-quickShop__wrap .js-quickShop__icon {
  width: 16px;
  height: 15px;
  background-image: url("../../img/housekeep/icon_shop.svg");
  background-repeat: no-repeat;
  background-size: 16px 15px;
}

.housekeep .housekeep-top__content .js-quickShop .js-quickShop__wrap .js-quickShop__text {
  line-height: 1.3;
}

.housekeep .housekeep-content__newOrange {
  background-color: #fea43a;
  color: #ffffff;
  text-align: center;
  border-radius: 11px;
}

.housekeep .housekeep-content__newBlue {
  background-color: #5488f1;
  color: #ffffff;
  text-align: center;
  border-radius: 11px;
}

.housekeep .housekeep-content__newRed {
  background-color: #ff4960;
  color: #ffffff;
  text-align: center;
  border-radius: 11px;
}

.housekeep .housekeep-footer {
  width: 100%;
}

.housekeep .housekeep-footer .housekeep-top__contentBack {
  line-height: 1;
  background-color: #212121;
  color: white;
  overflow: hidden;
}

.footer-line {
  width: 100%;
  height: 1px;
}

.housekeepDtl-content-title {
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.housekeepDtl-content-title::after {
  position: absolute;
  left: 50%;
  height: 4px;
  background: #e15a85;
  content: "";
}

.housekeepList {
  background-color: #f0edf8;
}

.housekeepList .housekeep-top__image {
  background-size: cover;
  background-position: 50%;
}

.housekeepList .housekeep-top__image .title_wrap {
  display: flex;
  flex-wrap: wrap;
}

.housekeepList .housekeep-top__image .title_wrap .title {
  font-weight: bold;
}

.housekeepList .housekeep-top__content .housekeep-top__contentWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.housekeepList .housekeep-top__content .housekeep-top__contentWrap .housekeep-top__contentTitle {
  line-height: 1.3;
  font-weight: bold;
}

.housekeepList .housekeep-top__content .housekeep-top__contentWrap .housekeep-top__contentBack {
  line-height: 1;
  background-color: #212121;
  color: white;
  overflow: hidden;
}

.housekeepList .housekeep-top__content .housekeep-top__product {
  background-color: #ffffff;
  width: 100%;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newOrange {
  background-color: #fea43a;
  color: #ffffff;
  text-align: center;
  border-radius: 11px;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newBlue {
  background-color: #5488f1;
  color: #ffffff;
  text-align: center;
  border-radius: 11px;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newRed {
  background-color: #ff4960;
  color: #ffffff;
  text-align: center;
  border-radius: 11px;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__title {
  line-height: 1.3;
  margin-top: 13px;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__type {
  color: #888888;
  line-height: 1.3;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__price {
  font-weight: bold;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__price:after {
  content: " (税込) ";
  font-weight: bold;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop {
  line-height: 1;
  position: relative;
  border: 1px solid #00a0e9;
  border-radius: 5px;
  color: #00a0e9;
  text-align: center;
  transition: 0.1s linear;
  cursor: pointer;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop .js-quickShop__wrap {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop .js-quickShop__wrap .js-quickShop__icon {
  width: 16px;
  height: 15px;
  background-image: url("../../img/housekeep/icon_shop.svg");
  background-repeat: no-repeat;
  background-size: 16px 15px;
}

.housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop .js-quickShop__wrap .js-quickShop__text {
  line-height: 1.3;
}

.housekeepList .housekeep-footer {
  width: 100%;
}

.housekeepList .housekeep-footer .housekeep-top__contentBack {
  line-height: 1;
  background-color: #212121;
  color: white;
  overflow: hidden;
}

.housekeep-pointSec {
  margin-bottom: 0;
  padding-top: 3em;
}

.housekeep-pointSec .mod-archive-banners__contents {
  padding-bottom: 0px;
}

.housekeep-pointSec .mod-archive-banners__contents {
  margin-bottom: 30px;
}

.housekeep-nav__dropArea__inner.is-fixed {
  margin-top: 40px;
}

.mod-archive-banners__contents {
  padding-top: 30px;
}

.no-number {
  background-color: #f9ecee;
}

.no-number__contLink::before {
  background-image: url(../../img/notebook/common/ico_right_arrow.svg);
}

.productNo__title svg circle {
  fill: #e15a85;
}

.productNo__item:first-child::before {
  background-image: url(../../img/housekeep/icon_edge_1@2x.png);
}

.productNo__item:nth-child(2)::before {
  background-image: url(../../img/housekeep/icon_edge_2@2x.png);
}

.abolition {
  background-color: #f9ecee;
}

.abolition .abolition-notebook__item figure {
  display: flex;
  align-items: flex-end;
}

.abol-number {
  background-color: #f9ecee;
}

.nb-list__img {
  display: flex;
  align-items: flex-end;
}

.abol-number .quickShop .quickShop__close {
  background: url(../../img/housekeep/icon_housekeep_close.svg) no-repeat center;
}

@media screen and (min-width: 768px) {
  .no-number {
    margin: 0 auto;
    height: calc(100vh - 170px);
  }

  .no-number__head {
    width: 1150px;
    margin: 0 auto;
    padding: 30px 0;
  }

  .no-number__title {
    font-size: 27px;
    line-height: 1.5;
  }

  .no-number__text {
    font-size: 16px;
    margin-top: 30px;
  }

  .no-number__text a {
    transition: .1s linear;
  }

  .no-number__text a:hover {
    text-decoration: underline;
  }

  .no-number-content {
    width: 1150px;
    margin: 0 auto;
    padding: 40px 0;
    border-radius: 4px;
  }

  .no-number-content__inner {
    width: 79%;
    margin: 0 auto;
  }

  .notebook-mainContent {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  }

  .notebook-nav {
    position: relative;
    background: #48bfe3;
    z-index: 21;
    color: #fff;
  }

  .notebook-nav__inner {
    width: 1148px;
  }

  .notebook-nav__list {
    height: 40px;
  }

  .notebook-nav__item {
    font-size: 15px;
    line-height: 40px;
  }

  .notebook-nav__menu,
  .notebook-nav__search,
  .notebook-nav__no {
    padding-left: 45px;
    height: 40px;
    cursor: pointer;
    background-image: url(../img/base/ico_arrow_b_w.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: color .1s linear, background-color .1s linear;
  }

  .notebook-nav__menu span,
  .notebook-nav__search span,
  .notebook-nav__no span {
    font-size: 18px;
    font-weight: bold;
  }

  .notebook-nav__menu {
    width: 197px;
    background-color: #212121;
  }

  .notebook-nav__menu:hover {
    background-color: #4c515c;
  }

  .notebook-nav__menu svg {
    width: 15px;
    height: 12px;
    top: 14px;
    left: 15px;
  }

  .notebook-nav__search {
    width: 220px;
    border-right: 1px solid #a8e2f4;
    cursor: pointer;
  }

  .notebook-nav__search:hover {
    background-color: #74d0e9;
  }

  .notebook-nav__search svg {
    width: 19px;
    height: 19px;
    top: 9px;
    left: 15px;
  }

  .notebook-nav__no {
    width: 230px;
    border-right: 1px solid #a8e2f4;
    cursor: pointer;
  }

  .notebook-nav__no:hover {
    background-color: #74d0e9;
  }

  .notebook-nav__no svg {
    width: 19px;
    height: 19px;
    top: 9px;
    left: 15px;
  }

  .notebook-nav__like {
    width: 142px;
    padding: 0 13px;
    transition: .1s linear;
  }

  .notebook-nav__like:hover {
    background-color: #22abe1;
  }

  .notebook-nav__like a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin: 0 -13px;
    padding: 0 13px;
    cursor: pointer;
  }

  .notebook-nav__like a:hover {
    text-decoration: none;
  }

  .notebook-nav__like a span {
    position: relative;
    width: 19px;
    font-size: 17px;
    padding-left: 29px;
  }

  .notebook-nav__like a span svg {
    width: 26px;
    height: 26px;
    left: 0;
    top: 2px;
  }

  .notebook-nav__dropArea {
    position: absolute;
    width: 100%;
    z-index: 11;
  }

  .notebook-nav__dropArea__menu,
  .notebook-nav__dropArea__search,
  .notebook-nav__dropArea__no {
    display: flex;
    width: 1148px;
    padding: 30px 35px 40px 35px;
    margin: 0 auto;
    border: 1px solid #dedede;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.12);
    border-top: none;
  }

  .notebook-nav__dropArea__menu {
    padding: 15px 0;
  }

  .notebook-nav__dropArea__search {
    padding: 30px 0 40px 0;
  }

  .notebook-nav__menuList {
    padding: 0 35px;
  }

  .notebook-nav__menuItem {
    width: 350px;
    transition: .1s linear;
  }

  .notebook-nav__menuItem:not(:last-child):hover {
    background-color: #ededed;
  }

  .notebook-nav__menuItem:last-child a {
    padding: 8px 5px;
    transition: .1s linear;
  }

  .notebook-nav__menuItem:last-child a:hover {
    text-decoration: underline;
  }

  .notebook-nav__menuItem a {
    padding: 5px 25px 5px 40px;
    transition: background-color .1s linear;
  }

  .notebook-nav__featWrap {
    width: 580px;
    border-right: 1px solid #dedede;
    padding: 0 39px;
  }

  .notebook-nav__featList {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }

  .notebook-nav__featItem {
    width: 240px;
    margin: 20px 0 0 20px;
    transition: .1s linear;
  }

  .notebook-nav__featItem:hover {
    opacity: 0.75;
  }

  .notebook-nav__btnWrap {
    width: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .notebook-nav__btn a {
    transition: .1s linear;
  }

  .notebook-nav__btn a:hover {
    opacity: 0.75;
  }

  .notebook-nav__btn a:nth-child(n+2) {
    margin-top: 20px;
  }

  .notebook-nav__menuClose {
    width: 18px;
    height: 18px;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    transition: opacity .1s linear;
  }

  .notebook-nav__menuClose:hover {
    opacity: 0.75;
  }

  .notebook-nav__searchItem {
    width: 25%;
  }

  .notebook-nav__searchItem:not(:last-child) {
    border-right: 1px solid #dedede;
  }

  .notebook-nav__searchItem a {
    width: 130px;
    margin: 0 auto;
    transition: .1s linear;
  }

  .notebook-nav__searchItem a:hover {
    opacity: 0.75;
  }

  .notebook-nav__searchItem a svg {
    width: 80px;
    height: 80px;
  }

  .notebook-nav__noInner {
    width: 100%;
    padding: 22px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  }

  .notebook-nav__noInput input {
    width: 380px;
    height: 50px;
    font-size: 18px;
    padding: 0 128px 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .1s linear;
  }

  .notebook-nav__noInput input:hover {
    border-color: #626262;
  }

  .notebook-nav__noInput button {
    width: 128px;
    height: 50px;
    font-size: 16px;
    top: 25px;
    transition: .1s linear;
  }

  .notebook-nav__noInput button:hover {
    background-color: #74d0e9;
  }

  .notebook-nav__noInput button img {
    width: 19px;
    height: 19px;
  }

  .notebook-nav__noButton {
    width: 140px;
    height: 50px;
    margin-left: 30px;
  }

  .notebook-nav__noButton a {
    line-height: 50px;
    transition: .1s linear;
  }

  .notebook-nav__noButton a:hover {
    text-decoration: underline;
  }

  .notebook-nav__noSample {
    margin-top: 10px;
  }

  .notebook-searchNav {
    padding: 80px 0;
  }

  .searchNav-wrapper {
    width: 1150px;
  }

  .searchNav__titleMain {
    font-size: 34px;
  }

  .searchNav__titleSub {
    margin-top: 8px;
    font-size: 15px;
  }

  .searchNav__list {
    margin: 40px -15px 0;
  }

  .searchNav__item {
    font-size: 17px;
    width: 25%;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
  }

  .searchNav__item:nth-child(4n+1) {
    clear: left;
  }

  .searchNav__item a {
    transition: .1s linear;
    min-height: 210px;
    padding: 43px 10px 35px;
  }

  .searchNav__item a:hover {
    background-color: #f8f9fa;
  }

  .searchNav__item svg {
    width: 58px;
    height: 58px;
  }

  .searchNav__itemText {
    margin-top: 16px;
    font-size: 17px;
  }

  .searchNav__itemText > span {
    font-size: 20px;
  }

  .searchNav__innerNoList {
    padding: 22px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  }

  .searchNav__noInput {
    width: 380px;
  }

  .searchNav__noInput input {
    width: 380px;
    height: 50px;
    font-size: 18px;
    padding: 0 128px 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .1s linear;
  }

  .searchNav__noInput input:hover {
    border-color: #626262;
  }

  .searchNav__noInput button {
    width: 128px;
    height: 50px;
    font-size: 16px;
    top: 25px;
    transition: .1s linear;
  }

  /* .searchNav__noInput button:hover {
    background-color: #74d0e9;
  } */

  .searchNav__noInput button img {
    width: 19px;
    height: 19px;
  }

  .searchNav__noInput .notebook-nav__noSample {
    margin-top: 10px;
  }

  .searchNav__noButton {
    width: 140px;
    height: 50px;
    margin-left: 30px;
  }

  .searchNav__noButton a {
    line-height: 50px;
    transition: .1s linear;
  }

  .searchNav__noButton a:hover {
    text-decoration: underline;
  }

  .hero .hero-container {
    max-width: 1040px;
  }

  .hero .nb-swiper-pagination {
    bottom: -30px;
  }

  .notebook-prdct {
    padding: 80px 0;
  }

  .notebook-prdct + .notebook-prdct {
    padding: 8px 0 50px;
  }

  .notebook-prdct .prdctArea {
    width: 1150px;
    margin: 0 auto;
    padding: 20px 0 10px;
  }

  .notebook-prdct .prdctArea.rankingNavArea {
    margin-top: 40px;
    padding-top: 0;
  }

  .notebook-prdct .prdctArea__head {
    padding: 0 30px;
  }

  .notebook-prdct .prdctArea__headTtl {
    letter-spacing: 2px;
  }

  .notebook-prdct .prdctArea__headTtl span {
    font-size: 19px;
  }

  .notebook-prdct .prdctArea__headTtl-sub {
    padding: 0 30px;
    font-size: 14px;
  }

  .notebook-prdct .prdctSlide {
    margin: 0 70px;
    padding: 0;
  }

  .notebook-prdct .prdctSlide-rank {
    padding: 35px 0 0 0;
  }

  .notebook-prdct .prdctSlide__item {
    position: relative;
    width: 17.6% !important;
  }

  .notebook-prdct .prdctSlide__item .prdctSlide__img {
    width: 170px;
    height: 220px;
  }

  .notebook-prdct .prdctSlide__item .prdctSlide__img img {
    max-width: 170px;
    max-height: 220px;
  }

  .notebook-prdct .prdctSlide__item .prdctSlide__itemTtl {
    margin-top: 13px;
  }

  .notebook-prdct .prdctSlide-rank01__btnPrev,
  .notebook-prdct .prdctSlide-rank01__btnNext,
  .notebook-prdct .prdctSlide-rank02__btnPrev,
  .notebook-prdct .prdctSlide-rank02__btnNext,
  .notebook-prdct .prdctSlide-rank03__btnPrev,
  .notebook-prdct .prdctSlide-rank03__btnNext {
    top: 115px;
  }

  .notebook-prdct .prdctSlide-rank01__btnPrev,
  .notebook-prdct .prdctSlide-rank02__btnPrev,
  .notebook-prdct .prdctSlide-rank03__btnPrev {
    left: 30px;
  }

  .notebook-prdct .prdctSlide-rank01__btnNext,
  .notebook-prdct .prdctSlide-rank02__btnNext,
  .notebook-prdct .prdctSlide-rank03__btnNext {
    right: 30px;
  }

  .notebook-prdct .is-blue a:hover {
    opacity: 0.75;
  }

  .notebook-prdct .prdctSlide__price {
    font-size: 13px;
    padding-right: 45px;
  }

  .notebook-prdct .prdctSlide__price::after {
    font-size: 11px;
    bottom: 5px;
  }

  .notebook-prdct .prdctSlide__btn {
    margin: 8px 0;
  }

  .notebook-prdct .prdctSlide__btn:hover {
    opacity: 0.75;
  }

  .notebook-prdct .quickShop .quickShop__close {
    width: 18px;
    height: 18px;
    top: 28px;
    right: 15px;
  }

  .notebook-prdct .quickShop .quickShop__img img {
    width: 100%;
  }

  .notebook-prdct .quickShop .quickShop__img .notebook-like {
    right: -15px;
    top: inherit;
    bottom: 3%;
  }

  .notebook-prdct .quickShop .quickShop__img .notebook-like svg {
    width: 40px;
  }

  .icon__addition {
    height: 22px;
    padding: 0 12px;
    font-size: 11px;
    line-height: 22px;
  }

  .nb-booking {
    width: 1150px;
    padding: 40px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nb-booking__inner {
    margin-right: 20px;
  }

  .nb-booking__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .nb-booking__text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
  }

  .nb-booking .bookNews__btn {
    margin: 0;
  }

  .nb-booking .bookNews__btn a:hover {
    background-color: #f1f2f4;
  }

  .nbContent-title {
    width: 1148px;
    margin: 0 auto;
  }

  .nbContent-title .nbContent-titleMain {
    font-size: 34px;
  }

  .nbContent-title .nbContent-titleSub {
    margin-top: 8px;
    font-size: 15px;
  }

  .bookNews.-nb {
    padding: 80px 0;
  }

  .bookNews.-nb .bookNews__title .bookNews__titleMain {
    font-size: 34px;
  }

  .bookNews.-nb .bookNews__title .bookNews__titleSub {
    margin-top: 8px;
    font-size: 15px;
  }

  .bookNews.-nb .bookNews__item .bookNews__date {
    float: left;
    width: 158px;
    font-size: 14px;
  }

  .bookNews.-nb .bookNews__item .bookNews__label {
    margin-right: 5px;
  }

  .bookNews.-nb .bookNews__item .bookNews__txt {
    margin-top: 0;
    font-size: 16px;
  }

  .bookNews.-nb .bookNews__item .bookNews__txt:hover {
    text-decoration: underline;
  }

  .bookNews.-nb .bookNews__btn a:hover {
    background-color: #f1f2f4;
  }

  .mod-footerFeatSec .mod-footerFeatSec__list {
    flex-wrap: wrap;
  }

  .mod-footerFeatSec .mod-footerFeatSec__item:nth-child(4n) {
    margin-left: 0;
  }

  .mod-footerFeatSec .mod-footerFeatSec__item:nth-child(n + 4) {
    margin-top: 20px;
  }

  .mod-footerFeatSec .nbContent-title {
    padding-bottom: 7px;
  }

  .notebook-like {
    right: 8px;
    top: 175px;
  }

  .notebook-like.is-like:hover svg circle {
    fill: #ff526e;
    opacity: 1;
  }

  .notebook-like:hover svg circle {
    fill: #4c515c;
    opacity: 1;
  }

  .notebook-nav__item.is-selected .notebook-nav__menu {
    color: #48bfe3;
    background-color: #e1f4f9;
    background-image: url(../img/notebook/common/ico_notebook_close.svg);
    background-size: 14px 14px;
  }

  .notebook-nav__item.is-selected .notebook-nav__menu svg {
    fill: #48bfe3;
  }

  .notebook-nav__item.is-selected .notebook-nav__search,
  .notebook-nav__item.is-selected .notebook-nav__no {
    background-image: url(../img/notebook/common/ico_arrow_up_b.svg);
    background-size: 12px 7px;
  }

  .notebook-nav.is-fixed {
    min-width: 1180px;
  }

  .notebook-nav__dropArea__inner.is-fixed {
    min-width: 1180px;
    margin-top: 40px;
  }

  .first-modal .first-modal__inner .modal-ttl {
    right: 67px;
    bottom: 133px;
  }

  .first-modal .first-modal__inner a {
    bottom: 57px;
    right: 58px;
  }

  .prdctArea__headTtl {
    font-size: 24px;
  }

  .prdctArea__headTtl span.april-tag {
    font-size: 16px;
    margin-left: 13px;
  }

  .notebook-rankingNav {
    padding: 20px 0 50px;
  }

  .rankingNav__title {
    width: 1148px;
    margin: 0 auto;
  }

  .rankingNav__titleMain {
    font-size: 34px;
  }

  .rankingNav__titleSub {
    margin-top: 8px;
    font-size: 15px;
  }

  .rankingNav__item {
    min-width: 140px;
    padding: 0 3px;
  }

  .rankingNav__item__text__inner {
    padding: 0 20px;
  }

  .rankingNav__item__text__inner:hover {
    color: #48bfe3;
  }

  .rankingNav__item {
    font-size: 17px;
    display: flex;
  }

  .rankingNav__dropdown {
    margin-top: 30px;
  }

  .rankingNav__btn a:hover {
    background-color: #4c515c;
  }

  .productNo {
    width: 1150px;
    margin: 0 auto;
  }

  .productNo__title {
    font-size: 32px;
    line-height: 1.6;
    padding: 30px 0 30px 65px;
  }

  .productNo__title svg {
    width: 50px;
    height: 50px;
    top: 30px;
  }

  .productNo__lead {
    font-size: 16px;
    line-height: 1.8;
  }

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

  .productNo__item {
    width: 48.3%;
    margin-top: 40px;
  }

  .productNo__item::before {
    width: 80px;
    height: 64px;
  }

  .productNo__text {
    text-align: center;
    margin-top: 15px;
  }

  .productNo-search {
    padding: 20px 0;
    margin: 45px auto 50px;
  }

  .productNo-search__title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .productNo-search .searchNav__noInput {
    margin: 20px auto 0;
  }

  .abolition {
    margin: 0 auto;
  }

  .abolition__head {
    width: 1150px;
    margin: 0 auto;
    padding: 25px 0;
  }

  .abolition__title {
    font-size: 27px;
  }

  .abolition__text {
    font-size: 16px;
    margin-top: 30px;
  }

  .abolition-content {
    width: 1150px;
    padding-bottom: 50px;
    margin: 0 auto;
    border-radius: 4px;
  }

  .abolition-content__inner {
    width: 79%;
    margin: 0 auto;
  }

  .abolition-notebook {
    width: 1150px;
    padding: 50px 50px 20px;
    border-radius: 4px;
  }

  .abolition-notebook__item {
    width: 186px;
    margin: 0 30px 30px 0;
  }

  .abolition-notebook__item:nth-child(5n) {
    margin-right: 0;
  }

  .abolition-notebook__cap {
    max-height: 36.4px;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 12px;
  }

  .abolition-notebook__cap::before {
    top: 18.2px;
    width: 14px;
  }

  .abolition-tblBlock {
    width: 1150px;
    border-radius: 4px;
    padding: 50px;
  }

  .abolition-tblBlock__title {
    font-size: 24px;
  }

  .abolition-tblContainer table {
    width: 100%;
    margin-top: 15px;
  }

  .abolition-tblContainer table td {
    font-size: 14px;
    padding: 8px 5px;
    line-height: 1.4;
  }

  .abolition-tblContainer table thead .row-01 td:first-child {
    width: 330px;
  }

  .abolition-tblContainer table thead .row-01 td:last-child {
    width: 720px;
  }

  .abolition-tblContainer table thead .row-02 td:first-child {
    min-width: 40px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(2) {
    min-width: 140px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(4),
  .abolition-tblContainer table thead .row-02 td:nth-child(8) {
    min-width: 70px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(5) {
    min-width: 95px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(6) {
    min-width: 180px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(7) {
    min-width: 125px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(9) {
    min-width: 220px;
  }

  .abol-number {
    margin: 0 auto;
  }

  .abol-number__head {
    width: 1150px;
    margin: 0 auto;
    padding: 30px 0;
  }

  .abol-number__title {
    font-size: 27px;
  }

  .abol-number__text {
    font-size: 16px;
    margin-top: 20px;
  }

  .abol-number .nb-list__wrapper {
    width: 1150px;
    margin: 0 auto;
    padding: 10px 50px 50px 50px;
  }

  .abol-number .nb-list__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .abol-number .icon__addition ~ .notebook-like {
    top: 205px;
  }

  .abol-number .prdctSlide__price {
    font-size: 13px;
    padding-right: 45px;
  }

  .abol-number .prdctSlide__price::after {
    font-size: 11px;
    bottom: 5px;
  }

  .abol-number .bookNews__btn {
    padding: 10px 0 50px;
  }

  .abol-number .quickShop .quickShop__close {
    width: 18px;
    height: 18px;
    top: 28px;
    right: 15px;
  }

  .abol-number .quickShop .quickShop__img {
    width: 26.5%;
  }

  .abol-number .quickShop .quickShop__img .notebook-like {
    right: -15px;
    top: inherit;
    bottom: 3%;
  }

  .abol-number .quickShop .quickShop__img .notebook-like svg {
    width: 40px;
  }

  .icon__color-item {
    width: 35px;
    height: 35px;
    margin: 15px 15px 0 0;
  }

  .icon__color-item:hover::after {
    border-color: #cdcdcd;
  }

  .icon__color-item::after {
    width: 45px;
    height: 45px;
    top: -6px;
    left: -6px;
    border-width: 3px;
  }

  .icon__color-item.is-active:hover::after {
    border-color: #48bfe3;
  }

  .nb-list {
    padding: 0;
  }

  .nb-list__container {
    width: 1150px;
    padding-bottom: 60px;
  }

  .nb-list__title {
    font-size: 27px;
    padding: 12px 0;
  }

  .nb-list__wrapper {
    border-radius: 4px;
    padding: 50px 50px 40px 50px;
  }

  .nb-list__inner {
    margin: -33px 0 0 -37px;
  }

  .nb-list__item {
    width: 180px;
    margin: 27px 0 0 37px;
  }

  .nb-list__item a:hover .nb-list__img {
    opacity: .75;
  }

  .nb-list__item a:hover .prdctSlide__itemTtl {
    text-decoration: underline;
  }

  .nb-list__item .prdctSlide__itemTtl {
    margin-top: 15px;
  }

  .nb-list__img {
    width: 170px;
    height: 220px;
    transition: .1s linear;
  }

  .nb-list__img img {
    max-width: 170px;
    max-height: 220px;
  }

  .nb-list .prdctSlide__itemTtl {
    font-size: 14px;
    margin-top: 13px;
  }

  .nb-list .prdctSlide__price {
    font-size: 13px;
    padding-right: 45px;
  }

  .nb-list .prdctSlide__price::after {
    font-size: 11px;
    bottom: 5px;
  }

  .nb-list .notebook-like {
    bottom: 150px;
  }

  .housekeep-mainContent {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  }

  .housekeep-nav {
    position: relative;
    background: #e15a85;
    z-index: 21;
    color: #fff;
  }

  .housekeep-nav__inner {
    width: 1150px;
  }

  .housekeep-nav__list {
    height: 40px;
  }

  .housekeep-nav__item {
    font-size: 15px;
    line-height: 40px;
  }

  .housekeep-nav__menu {
    width: 197px;
    height: 40px;
    padding-left: 45px;
    background-color: #212121;
    background-image: url(../../img/base/ico_arrow_b_w.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: color 0.1s linear, background-color 0.1s linear;
    cursor: pointer;
  }

  .housekeep-nav__menu span {
    font-size: 18px;
    font-weight: bold;
  }

  .housekeep-nav__menu:hover {
    background-color: #4c515c;
  }

  .housekeep-nav__menu svg {
    width: 15px;
    height: 12px;
    top: 14px;
    left: 15px;
  }

  .housekeep-nav__no {
    width: 230px;
    height: 40px;
    padding-left: 45px;
    border-right: 1px solid #faf3d8;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url(../../img/base/ico_arrow_b_w.svg);
    transition: color .1s linear;
    cursor: pointer;
  }

  .housekeep-nav__no span {
    font-size: 18px;
    font-weight: bold;
  }

  .housekeep-nav__no:hover {
    background-color: #f27099;
  }

  .housekeep-nav__no svg {
    vertical-align: middle;
    position: absolute;
    width: 19px;
    height: 19px;
    top: 11px;
    left: 15px;
  }

  .housekeep-nav__dropArea {
    position: absolute;
    width: 100%;
    z-index: 11;
  }

  .housekeep-nav__dropArea__inner.-no {
    width: 1150px;
    margin: 0 auto;
  }

  .housekeep-nav__dropArea__menu,
  .housekeep-nav__dropArea__no {
    display: flex;
    margin: 0 auto;
    padding: 30px 35px 40px 35px;
    border: 1px solid #dedede;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.12);
    border-top: none;
  }

  .housekeep-nav__dropArea__menu {
    width: 468px;
    padding: 15px 0;
    left: -341.5px;
  }

  .housekeep-nav__menuList {
    padding: 0 20px;
  }

  .housekeep-nav__menuItem {
    width: 260px;
    transition: 0.1s linear;
  }

  .housekeep-nav__menuItem:hover {
    background-color: #ededed;
  }

  .housekeep-nav__menuItem:last-child {
    border-bottom: none;
  }

  .housekeep-nav__menuItem a {
    padding: 5px 25px 5px 40px;
    transition: background-color 0.1s linear;
  }

  .housekeep-nav__btnWrap {
    width: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .housekeep-nav__btn a {
    transition: 0.1s linear;
  }

  .housekeep-nav__btn a:hover {
    opacity: 0.75;
  }

  .housekeep-nav__btn a:nth-child(n+2) {
    margin-left: 15px;
  }

  .housekeep-nav__menuClose {
    width: 18px;
    height: 18px;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    transition: opacity 0.1s linear;
  }

  .housekeep-nav__menuClose:hover {
    opacity: 0.75;
  }

  .housekeep-nav__searchItem {
    width: 25%;
  }

  .housekeep-nav__searchItem:not(:last-child) {
    border-right: 1px solid #dedede;
  }

  .housekeep-nav__searchItem a {
    width: 130px;
    margin: 0 auto;
    transition: 0.1s linear;
  }

  .housekeep-nav__searchItem a:hover {
    opacity: 0.75;
  }

  .housekeep-nav__searchItem a svg {
    width: 80px;
    height: 80px;
  }

  .housekeep-nav__noInner {
    width: 100%;
    padding: 22px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  }

  .housekeep-nav__noInput input {
    width: 380px;
    height: 50px;
    font-size: 18px;
    padding: 0 128px 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .1s linear;
  }

  .housekeep-nav__noInput input:hover {
    border-color: #626262;
  }

  .housekeep-nav__noInput button {
    width: 128px;
    height: 50px;
    font-size: 16px;
    top: 25px;
    transition: .1s linear;
  }

  .housekeep-nav__noInput button:hover {
    background-color: #f27099;
  }

  .housekeep-nav__noInput button img {
    width: 19px;
    height: 19px;
  }

  .housekeep-nav__noButton {
    width: 140px;
    height: 50px;
    margin-left: 30px;
  }

  .housekeep-nav__noButton a {
    line-height: 50px;
    transition: .1s linear;
  }

  .housekeep-nav__noButton a:hover {
    text-decoration: underline;
  }

  .housekeep-nav__noSample {
    margin-top: 10px;
  }

  .housekeep-mainContent .searchNav__list {
    width: 1150px;
    height: 55px;
    border-bottom: 2px solid #48bfe3;
  }

  .housekeep-mainContent .searchNav__item {
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.1s linear;
  }

  .housekeep-mainContent .searchNav__item:hover {
    background-color: #edf9ff;
  }

  .housekeep-mainContent .searchNav__item:first-child {
    border-top-left-radius: 6px;
  }

  .housekeep-mainContent .searchNav__item:last-child {
    border-top-right-radius: 6px;
  }

  .housekeep-mainContent .searchNav__dropdown {
    width: 1150px;
    margin: 30px auto 0;
  }

  .searchNav__innerNoList {
    padding: 22px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  }

  .searchNav__noInput {
    width: 380px;
  }

  .searchNav__noInput input {
    width: 380px;
    height: 50px;
    font-size: 18px;
    padding: 0 128px 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .1s linear;
  }

  .searchNav__noInput input:hover {
    border-color: #626262;
  }

  .searchNav__noInput button {
    width: 128px;
    height: 50px;
    font-size: 16px;
    top: 25px;
    transition: .1s linear;
  }

  /* .searchNav__noInput button:hover {
    background-color: #f27099;
  } */

  .searchNav__noInput button img {
    width: 19px;
    height: 19px;
  }

  .searchNav__noInput .calendar-nav__noSample {
    margin-top: 10px;
  }

  .searchNav__noButton {
    width: 140px;
    height: 50px;
    margin-left: 30px;
  }

  .searchNav__noButton a {
    line-height: 50px;
    transition: .1s linear;
  }

  .searchNav__noButton a:hover {
    text-decoration: underline;
  }

  .quickShop .quickShop__close {
    width: 18px;
    height: 18px;
    top: 28px;
    right: 15px;
  }

  .quickShop .quickShop__img img {
    max-width: 235px;
    max-height: 310px;
  }

  .icon__addition {
    height: 22px;
    padding: 0 12px;
    font-size: 11px;
    line-height: 22px;
  }

  .nbContent-title {
    font-size: 34px;
    line-height: 1.7;
    padding-bottom: 10px;
    letter-spacing: 2px;
  }

  .nbContent-title::after {
    width: 62px;
    margin-left: -31px;
    bottom: 0;
  }

  .nbContent-title span {
    width: 134px;
    height: 40px;
    margin-right: 15px;
    margin-left: -40px;
    font-size: 20px;
  }

  .mod-footerFeatSec .nbContent-title {
    padding-bottom: 7px;
  }

  .housekeep-nav__item.is-selected .housekeep-nav__menu,
  .housekeep-nav__item.is-selected .housekeep-nav__no {
    color: #e77e9f;
    background-color: #f9ecee;
    background-image: url(../../img/housekeep/icon_housekeep_close.svg);
    background-size: 14px 14px;
  }

  .housekeep-nav__item.is-selected .housekeep-nav__menu svg,
  .housekeep-nav__item.is-selected .housekeep-nav__no svg {
    fill: #e15a85;
  }

  .housekeep-nav.is-fixed {
    min-width: 1180px;
  }

  .housekeep-nav__dropArea__inner.is-fixed {
    min-width: 1180px;
  }

  .housekeep-nav__dropArea__inner.-no.is-fixed {
    margin-top: 40px;
    left: calc(50% - 575px);
  }

  .housekeep {
    padding-bottom: 50px;
  }

  .housekeep .housekeep-top__image {
    background-image: url("../../img/housekeep/bg_top_head.jpg");
    height: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .housekeep .housekeep-top__image .title_wrap {
    width: 1150px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .housekeep .housekeep-top__image .title_wrap .icon {
    width: 65px;
    height: 65px;
    background-image: url("../../img/housekeep/icon_housekeep_top.svg");
  }

  .housekeep .housekeep-top__image .title_wrap .title {
    left: 0;
    width: 170px;
    height: 112px;
  }

  .housekeep .housekeep-top__content {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap {
    margin-top: 40px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__button {
    width: 382px;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__button:hover {
    background-color: #e15a85;
    color: #ffffff;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__button p {
    width: 200px;
    font-size: 17px;
    margin-left: 101px;
    margin-top: 17px;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__button img {
    position: absolute;
    left: 15px;
    top: 14px;
    width: 28px;
    height: 28px;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__buttonDammy {
    display: none;
  }

  .housekeep .housekeep-top__content .housekeep-top__contentTitle {
    padding-top: 30px;
    font-size: 27px;
  }

  .housekeep .housekeep-top__content .housekeep-top__contentTitle .housekeep-top__contentBack {
    width: 210px;
    height: 40px;
    padding-left: 36px;
    padding-top: 12px;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.1s linear;
  }

  .housekeep .housekeep-top__content .housekeep-top__contentTitle .housekeep-top__contentBack:hover {
    background-color: #4c515c;
  }

  .housekeep .housekeep-top__content .housekeep-top__product {
    margin-top: 14px;
    padding-left: 50px;
    padding-bottom: 50px;
    border-radius: 4px;
  }

  .housekeep .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content {
    width: 20%;
    margin-top: 41px;
  }

  .housekeep .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop:hover {
    background-color: #edf9ff;
    text-decoration: none;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide {
    margin-top: 50px;
    overflow: hidden;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__img {
    width: 170px;
    margin-top: 6px;
    height: 220px;
    padding: 0 auto;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__img img {
    max-width: 170px;
    max-height: 220px;
    margin: 0 auto;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__price {
    font-size: 13px;
    padding-right: 45px;
    margin-top: 9px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__price::after {
    font-size: 11px;
    bottom: 5px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__btn {
    width: 170px;
    padding-top: 6px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide {
    margin: 0 auto;
    padding: 0 0 25px;
    width: 1006px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__item {
    position: relative;
    margin-right: 39px;
    width: 170px !important;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__item a {
    width: 170px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctArea__headBtn a {
    transition: .1s linear;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctArea__headBtn a:hover {
    background-color: #f27099;
  }

  .housekeep .housekeep-top__content .housekeep-content__newOrange {
    line-height: 22px;
    width: 68px;
    height: 22px;
    font-size: 11px;
  }

  .housekeep .housekeep-top__content .housekeep-content__newBlue {
    line-height: 22px;
    width: 90px;
    height: 22px;
    font-size: 11px;
  }

  .housekeep .housekeep-top__content .housekeep-content__newRed {
    line-height: 22px;
    width: 68px;
    height: 22px;
    font-size: 11px;
  }

  .housekeep .housekeep-top__content .housekeep-content__newNone {
    line-height: 22px;
    width: 68px;
    height: 22px;
    font-size: 11px;
  }

  .housekeep .housekeep-top__content .housekeep-content__img {
    height: 220px;
    margin-top: 6px;
  }

  .housekeep .housekeep-top__content .housekeep-content__img img {
    max-width: 180px;
    max-height: 220px;
  }

  .housekeep .housekeep-top__content .housekeep-content__imgSp {
    display: none;
  }

  .housekeep .housekeep-top__content .housekeep-content__title {
    width: 180px;
    font-size: 14px;
    height: 35px;
  }

  .housekeep .housekeep-top__content .housekeep-content__title:before {
    top: 17.5px;
    right: 0;
    width: 1em;
  }

  .housekeep .housekeep-top__content .housekeep-content__type {
    font-size: 12px;
    margin-top: 6px;
  }

  .housekeep .housekeep-top__content .housekeep-content__price {
    font-size: 13px;
  }

  .housekeep .housekeep-top__content .housekeep-content__price:after {
    font-size: 11px;
  }

  .housekeep .housekeep-top__content .js-quickShop {
    width: 180px;
    height: 33px;
    padding-top: 9px;
    margin-top: 12px;
  }

  .housekeep .housekeep-top__content .js-quickShop .js-quickShop__wrap {
    width: 90px;
  }

  .housekeep .housekeep-top__content .js-quickShop .js-quickShop__wrap .js-quickShop__text {
    height: 33px;
    font-size: 13px;
    margin-left: 6px;
  }

  .housekeep .housekeep-content__newOrange {
    line-height: 22px;
    width: 68px;
    height: 22px;
    font-size: 11px;
  }

  .housekeep .housekeep-content__newBlue {
    line-height: 22px;
    width: 90px;
    height: 22px;
    font-size: 11px;
  }

  .housekeep .housekeep-content__newRed {
    line-height: 22px;
    width: 68px;
    height: 22px;
    font-size: 11px;
  }

  .housekeep .housekeep-content__newNone {
    line-height: 22px;
    width: 68px;
    height: 22px;
    font-size: 11px;
  }

  .housekeep .housekeep-content__img {
    height: 220px;
    margin-top: 6px;
  }

  .housekeep .housekeep-content__img img {
    max-width: 180px;
    max-height: 220px;
  }

  .housekeep .housekeep-content__imgSp {
    display: none;
  }

  .housekeep .housekeep-footer {
    height: 100px;
  }

  .housekeep .housekeep-footer .housekeep-top__contentBack {
    border-radius: 5px;
    margin-top: 30px;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-left: 21px;
    transition: 0.1s linear;
  }

  .housekeep .housekeep-footer .housekeep-top__contentBack:hover {
    background-color: #4c515c;
  }

  .housekeepDtl-content-title {
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 5px;
    letter-spacing: 2px;
  }

  .housekeepDtl-content-title::after {
    width: 62px;
    margin-left: -31px;
    bottom: -3px;
  }

  .housekeepList .housekeep-top__image {
    background-image: url("../../img/housekeep/bg_top_head.jpg");
    height: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .housekeepList .housekeep-top__image .title_wrap {
    width: 1150px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 127px;
  }

  .housekeepList .housekeep-top__image .title_wrap .icon {
    width: 65px;
    height: 65px;
    background-image: url("../../img/housekeep/icon_housekeep_top.svg");
  }

  .housekeepList .housekeep-top__image .title_wrap .title {
    line-height: 1.3;
    font-size: 48px;
    margin-left: 24px;
  }

  .housekeepList .housekeep-top__content {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }

  .housekeepList .housekeep-top__content .housekeep-top__contentWrap {
    margin-top: 40px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__contentWrap .housekeep-top__contentTitle {
    font-size: 27px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__contentWrap .housekeep-top__contentBack {
    width: 210px;
    height: 40px;
    padding-left: 36px;
    padding-top: 12px;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.1s linear;
  }

  .housekeepList .housekeep-top__content .housekeep-top__contentWrap .housekeep-top__contentBack:hover {
    background-color: #4c515c;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product {
    margin-top: 15px;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content {
    width: 20%;
    margin-top: 41px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newOrange {
    line-height: 22px;
    width: 68px;
    height: 22px;
    font-size: 11px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newBlue {
    line-height: 22px;
    width: 90px;
    height: 22px;
    font-size: 11px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newRed {
    line-height: 22px;
    width: 68px;
    height: 22px;
    font-size: 11px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newNone {
    line-height: 22px;
    width: 68px;
    height: 22px;
    font-size: 11px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__img {
    height: 220px;
    margin-top: 6px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__img img {
    max-width: 180px;
    max-height: 220px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__imgSp {
    display: none;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__title {
    width: 180px;
    font-size: 14px;
    height: 35px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__type {
    font-size: 12px;
    margin-top: 6px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__price {
    font-size: 13px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__price:after {
    font-size: 11px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop {
    width: 180px;
    height: 33px;
    padding-top: 9px;
    margin-top: 12px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop .js-quickShop__wrap {
    width: 90px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop .js-quickShop__wrap .js-quickShop__text {
    height: 33px;
    font-size: 13px;
    margin-left: 6px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop:hover {
    background-color: #edf9ff;
    text-decoration: none;
  }

  .housekeepList .housekeep-footer {
    height: 100px;
  }

  .housekeepList .housekeep-footer .housekeep-top__contentBack {
    border-radius: 5px;
    margin-top: 30px;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-left: 21px;
    transition: 0.1s linear;
  }

  .housekeepList .housekeep-footer .housekeep-top__contentBack:hover {
    background-color: #4c515c;
  }

  .housekeepWrap.navFix {
    padding-top: 40px;
  }

  .abolition .abolition-notebook__item figure {
    height: 220px;
  }

  .abolition .abolition-notebook__item figure img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .notebook-like {
    bottom: inherit;
    top: 118px;
  }

  .quickShop__img {
    margin-right: 50px;
  }

  .notebook-prdct .quickShop .quickShop__img .notebook-like {
    top: inherit;
    bottom: -30px;
  }

  .nb-list__item .notebook-like {
    top: inherit;
    bottom: 95px;
  }

  .bookNews.-nb .bookNews__item .bookNews__label {
    line-height: 15px;
    padding-top: 3px;
  }

  .nbDtl-slider .prdctDtl__container .swiper-wrapper .swiper-slide a img {
    margin-left: 0;
  }

  .nbDtl-slider .notebook-like {
    bottom: inherit;
    top: -30px;
  }

  .abol-number .icon__addition ~ .notebook-like {
    top: inherit;
  }

  .notebook-prdct .prdctArea-recent__item .notebook-like {
    bottom: inherit;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .no-number__head {
    padding: 20px;
  }

  .no-number__title {
    font-size: 18px;
    line-height: 1.4;
  }

  .no-number__text {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 5px;
  }

  .no-number-content {
    height: 100vh;
    padding: 20px 10px 0;
  }

  .notebook-mainContent {
    font-family: "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif,"Yu Gothic", YuGothic;
  }

  .notebook-nav__inner {
    position: fixed;
    height: 31px;
    left: 0;
    top: 56px;
    width: 100%;
    z-index: 4;
    background: #48bfe3;
  }

  .notebook-nav__list {
    width: calc(100% - 45px);
  }

  .notebook-nav__item {
    width: 35%;
    font-size: 12px;
    line-height: 31px;
  }

  .notebook-nav__item:first-child {
    width: 30%;
    border-right: 1px solid #a8e2f4;
  }

  .notebook-nav__item:nth-child(2) {
    border-right: 1px solid #a8e2f4;
  }

  .notebook-nav__menu,
  .notebook-nav__search,
  .notebook-nav__no {
    justify-content: center;
  }

  .notebook-nav__menu {
    width: 94px;
    padding-left: 17px;
    margin: 0 auto;
    text-align: center;
  }

  .notebook-nav__menu svg {
    width: 16px;
    height: 15px;
    top: 7px;
    left: 0;
  }

  .notebook-nav__search {
    width: 50px;
    padding-left: 18px;
    margin: 0 auto;
    text-align: center;
  }

  .notebook-nav__search svg {
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
  }

  .notebook-nav__no {
    width: 80px;
    padding-left: 18px;
    margin: 0 auto;
    text-align: center;
  }

  .notebook-nav__no svg {
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
  }

  .notebook-nav__like {
    width: 45px;
  }

  .notebook-nav__like a {
    position: relative;
    padding-top: 6px;
  }

  .notebook-nav__like a span {
    position: absolute;
    width: 15px;
    font-size: 12px;
    padding-left: 27px;
  }

  .notebook-nav__like a span svg {
    width: 19px;
    height: 19px;
    left: 5px;
  }

  .notebook-nav__dropArea__inner {
    z-index: 11;
    position: fixed;
    width: 100%;
  }

  .notebook-nav__dropArea__inner.-menu {
    height: 100%;
  }

  .notebook-nav__dropArea__inner.-search {
    position: fixed;
  }

  .notebook-nav__dropArea__inner.-search::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
  }

  .notebook-nav__dropArea__inner.-no {
    position: fixed;
  }

  .notebook-nav__dropArea__inner.-no::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
  }

  .notebook-nav__dropArea__menu,
  .notebook-nav__dropArea__search,
  .notebook-nav__dropArea__no {
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding-bottom: 35px;
  }

  .notebook-nav__dropArea__menu .notebook-nav__menuClose {
    right: 12px;
    bottom: -18px;
  }

  .notebook-nav__menuItem {
    padding: 0 10px;
  }

  .notebook-nav__menuItem:last-child a {
    padding: 12px 5px;
  }

  .notebook-nav__menuItem a {
    line-height: 1.3;
    padding: 12px 25px 11px 40px;
  }

  .notebook-nav__featWrap {
    margin: 20px 40px;
  }

  .notebook-nav__featItem:not(:first-child) {
    margin-top: 20px;
  }

  .notebook-nav__btnWrap {
    position: relative;
    margin-bottom: 90px;
  }

  .notebook-nav__btn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
  }

  .notebook-nav__btn a {
    margin-left: 15px;
  }

  .notebook-nav__menuClose {
    width: 16px;
    height: 16px;
    right: 10px;
    bottom: 10px;
  }

  .notebook-nav__searchList {
    flex-wrap: wrap;
  }

  .notebook-nav__searchItem {
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
  }

  .notebook-nav__searchItem:nth-child(odd) {
    border-right: 1px solid #dedede;
  }

  .notebook-nav__searchItem a svg {
    width: 45px;
    height: 45px;
  }

  .notebook-nav__noInner {
    margin: 15px 10px 0;
    padding: 15px 10px;
    border-radius: 4px;
  }

  .notebook-nav__noInput {
    flex: 1;
  }

  .notebook-nav__noInput input {
    height: 44px;
    font-size: 16px;
    padding: 0 120px 0 20px;
  }

  .notebook-nav__noInput button {
    width: 110px;
    height: 44px;
    font-size: 12px;
    top: 22px;
  }

  .notebook-nav__noInput button img {
    width: 18px;
    height: 18px;
  }

  .notebook-nav__noButton {
    width: 120px;
  }

  .notebook-nav__noButton a {
    font-size: 14px;
    margin-top: 10px;
  }

  .notebook-nav__noSample {
    margin-top: 5px;
  }

  .notebook-searchNav {
    padding: 40px 20px;
  }

  .searchNav {
    background-color: #fff;
    border-bottom: 2px solid #48bfe3;
  }

  .searchNav__titleMain {
    font-size: 27px;
  }

  .searchNav__titleSub {
    margin-top: 6px;
    font-size: 13px;
  }

  .searchNav__list {
    margin: 20px -7.5px 0;
  }

  .searchNav__item {
    font-size: 11px;
    width: 50%;
    margin-top: 15px;
    padding: 0 7.5px;
  }

  .searchNav__item:nth-child(2n+1) {
    clear: left;
  }

  .searchNav__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .searchNav__item a {
    min-heihgt: 140px;
    padding: 23px 10px 17px;
  }

  .searchNav__item svg {
    width: 45px;
    height: 45px;
  }

  .searchNav__itemText {
    font-size: 13px;
  }

  .searchNav__itemText > span {
    font-size: 17px;
  }

  .searchNav__innerNoList {
    padding: 15px 10px;
    border-radius: 4px;
  }

  .searchNav__noInput {
    flex: 1;
  }

  .searchNav__noInput input {
    height: 44px;
    font-size: 16px;
    padding: 0 120px 0 20px;
  }

  .searchNav__noInput button {
    width: 110px;
    height: 44px;
    font-size: 12px;
    top: 22px;
  }

  .searchNav__noInput button img {
    width: 18px;
    height: 18px;
  }

  .searchNav__noInput .notebook-nav__noSample {
    margin-top: 5px;
  }

  .searchNav__noButton {
    width: 120px;
  }

  .searchNav__noButton a {
    font-size: 14px;
    margin-top: 10px;
  }

  .hero {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .hero .nb-swiper-pagination {
    bottom: 8px;
  }

  .hero .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    display: inline-block;
  }

  .notebook-prdct {
    padding: 40px 15px;
  }

  .notebook-prdct .prdctArea__head {
    align-items: flex-start;
  }

  .notebook-prdct .prdctArea__headTtl {
    letter-spacing: 1px;
  }

  .notebook-prdct .prdctArea__headTtl span {
    font-size: 15px;
  }

  .notebook-prdct .prdctArea__headTtl-sub {
    padding: 2px 15px 5px;
    font-size: 12px;
  }

  .notebook-prdct .prdctSlide-wrap {
    padding-top: 30px;
  }

  .notebook-prdct .prdctSlide {
    overflow: visible;
  }

  .notebook-prdct .prdctSlide-rank {
    padding-top: 30px;
  }

  .notebook-prdct .prdctSlide-nbUpdate {
    padding: 0 15px;
  }

  .notebook-prdct .prdctSlide__item a:hover .prdctSlide__itemTtl {
    text-decoration: none;
  }

  .notebook-prdct .prdctSlide__item .prdctSlide__img {
    width: 100px;
    height: 135px;
  }

  .notebook-prdct .prdctSlide__item .prdctSlide__img img {
    max-width: 100px;
    max-height: 135px;
  }

  .notebook-prdct .prdctSlide__item .prdctSlide__itemTtl {
    margin-top: 10px;
  }

  .notebook-prdct .prdctSlide__item .ico-rank {
    top: -31px;
  }

  .notebook-prdct .is-blue a {
    height: 28px;
    padding: 5px 0;
  }

  .notebook-prdct .prdctSlide__price {
    font-size: 11px;
    padding-right: 40px;
    margin-top: 1px;
  }

  .notebook-prdct .prdctSlide__price::after {
    font-size: 10px;
    bottom: 3px;
  }

  .notebook-prdct .quickShop .quickShop__close {
    width: 16px;
    height: 16px;
    top: 23px;
    right: 11px;
  }

  .notebook-prdct .quickShop .quickShop__img {
    margin-bottom: 10px;
  }

  .notebook-prdct .quickShop .quickShop__img img {
    max-width: 160px;
    max-height: 180px;
  }

  .notebook-prdct .quickShop .quickShop__img .notebook-like {
    right: -17px;
    top: inherit;
    bottom: 2%;
  }

  .notebook-prdct .quickShop .quickShop__img .notebook-like svg {
    width: 28px;
  }

  .notebook-prdct .quickShop .quickShop__txtBlock {
    margin-top: 10px;
  }

  .icon__addition {
    height: 18px;
    padding: 0 8px;
    font-size: 10px;
    line-height: 18px;
  }

  .nb-booking {
    padding: 30px 0;
    margin: 0 15px;
    text-align: center;
  }

  .nb-booking__title {
    font-size: 18px;
    line-height: 1.4;
  }

  .nb-booking__text {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.4;
  }

  .nb-booking .bookNews__btn {
    margin: 20px auto 0;
  }

  .nbContent-title .nbContent-titleMain {
    font-size: 27px;
  }

  .nbContent-title .nbContent-titleSub {
    margin-top: 6px;
    font-size: 13px;
  }

  .nbContent-title svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .bookNews.-nb {
    padding: 40px 0;
  }

  .bookNews.-nb .bookNews__title .bookNews__titleMain {
    font-size: 27px;
  }

  .bookNews.-nb .bookNews__title .bookNews__titleSub {
    margin-top: 6px;
    font-size: 13px;
  }

  .bookNews.-nb .bookNews__item .bookNews__date {
    margin-top: 10px;
    font-size: 11px;
  }

  .bookNews.-nb .bookNews__item .bookNews__label {
    margin: 0 4px 4px 0;
  }

  .bookNews.-nb .bookNews__item .bookNews__txt {
    font-size: 14px;
  }

  .mod-footerFeatSec .mod-footerFeatSec__list {
    margin: 25px 0 0;
  }

  .mod-footerFeatSec .nbContent-title {
    padding-bottom: 0;
  }

  .notebook-like {
    right: -5px;
    top: 95px;
  }

  .notebook-nav__item.is-selected .notebook-nav__menu {
    color: #48bfe3;
    background-color: #e1f4f9;
  }

  .notebook-nav__item.is-selected .notebook-nav__menu svg {
    fill: #48bfe3;
  }

  .notebook-nav__dropArea__inner.is-fixed {
    top: 95px;
  }

  .first-modal .first-modal__inner {
    width: calc(100vw - 20px);
    height: 144vw;
    background-image: none;
    background-color: #fff;
  }

  .first-modal .first-modal__inner .close-btn {
    width: 40px;
    height: 40px;
    top: 7px;
    right: 7px;
  }

  .first-modal .first-modal__inner .close-btn:before {
    width: 14px;
    height: 14px;
  }

  .first-modal .first-modal__inner .close-btn:after {
    width: 14px;
    height: 14px;
  }

  .first-modal .first-modal__inner .modal-ttl {
    width: 61%;
    position: relative;
    margin: 3.5vh auto;
  }

  .first-modal .first-modal__inner a {
    position: relative;
    width: 63%;
    margin: 3.5vh auto;
    font-size: 16px;
    background-color: #00479d;
  }

  .first-modal .first-modal__inner a span {
    color: #fff;
  }

  .first-modal .first-modal__inner a span:before {
    background-image: url(/common/img/notebook/top/icon_modal_arrow_white.png);
    background-size: 100%;
  }

  .searchNav__layoutImgList .searchNav__detailSize {
    width: calc(33.3% - 5px);
    margin-left: 5px;
    margin-top: 15px;
    padding: 0 19px;
  }

  .searchNav__layoutImgList .searchNav__detailSize a {
    height: inherit;
  }

  .searchNav__detail.single .searchNav__detailSeries {
    margin: 0 auto;
    width: 61%;
  }

  .prdctArea__headTtl span.april-tag {
    margin-left: 9px;
    font-size: 12px;
    border-radius: 11.5px;
    padding: 3px 14px;
  }

  .rankingNav__titleMain {
    font-size: 27px;
  }

  .rankingNav__titleSub {
    margin-top: 6px;
    font-size: 13px;
  }

  .rankingNav__item {
    width: 34%;
    padding: 0 2px;
  }

  .rankingNav__item__text {
    font-size: 15px;
  }

  .rankingNav__item__text__inner {
    padding: 0 6px;
  }

  .rankingNav__item {
    font-size: 11px;
  }

  .rankingNav__dropdown {
    margin-top: 20px;
  }

  .rankingNav__btn {
    width: 220px;
    margin-top: 20px;
    line-height: 44px;
    font-size: 15px;
  }

  .productNo {
    margin-top: 38px;
    padding: 0 15px;
  }

  .productNo__title {
    font-size: 20px;
    line-height: 1.4;
    padding: 20px 0 20px 48px;
  }

  .productNo__title svg {
    width: 38px;
    height: 38px;
    top: 15px;
  }

  .productNo__lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .productNo__item {
    margin-top: 30px;
  }

  .productNo__item::before {
    width: 60px;
    height: 48px;
  }

  .productNo__text {
    margin-top: 10px;
  }

  .productNo-search {
    padding: 15px 0;
    margin: 30px auto;
  }

  .productNo-search__title {
    font-size: 15px;
    line-height: 1.3;
  }

  .productNo-search .searchNav__noInput {
    margin: 15px 30px 0;
  }

  .abolition {
    margin-top: 31px;
  }

  .abolition__head {
    padding: 20px;
  }

  .abolition__title {
    font-size: 18px;
  }

  .abolition__text {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 5px;
  }

  .abolition-notebook {
    padding: 25px 15px 0;
  }

  .abolition-notebook__item {
    width: calc(33.3% - 10px);
    margin: 0 15px 28px 0;
  }

  .abolition-notebook__item:nth-child(3n) {
    margin-right: 0;
  }

  .abolition-notebook__img {
    max-width: 88px;
    max-height: 105px;
    margin: 0 auto;
  }

  .abolition-notebook__cap {
    height: 24.4px;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 8px;
  }

  .abolition-notebook__cap::before {
    top: 13.2px;
    width: 7px;
  }

  .abolition-tblBlock {
    padding-bottom: 30px;
  }

  .abolition-tblBlock__title {
    font-size: 20px;
    padding: 15px 15px 0 15px;
  }

  .abolition-tblBlock__subTitle {
    position: relative;
    font-size: 12px;
    padding-left: 47px;
    margin-top: 10px;
  }

  .abolition-tblBlock__subTitle::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 17px;
    left: 15px;
    top: 1px;
    background-image: url(../img/notebook/common/icon_slide_pointer@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .abolition-tblContainer {
    width: calc(100% - 15px);
    overflow: auto;
    margin: 0 15px;
  }

  .abolition-tblContainer tr,
  .abolition-tblContainer td {
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 0;
    border-left: 0;
  }

  .abolition-tblContainer table {
    position: relative;
    width: 723px;
    margin-top: 5px;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
  }

  .abolition-tblContainer table.all-scroll {
    border-left: 1px solid #d7d7d7;
  }

  .abolition-tblContainer table td {
    font-size: 11px;
    padding: 4px 2px;
    line-height: 1.3;
  }

  .abolition-tblContainer table thead .row-01 td:first-child {
    width: 144px;
  }

  .abolition-tblContainer table thead .row-01 td:last-child {
    width: 550px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(2) {
    min-width: 110px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(3) {
    min-width: 50px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(3) {
    min-width: 40px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(4),
  .abolition-tblContainer table thead .row-02 td:nth-child(8) {
    width: 50px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(6) {
    min-width: 120px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(7) {
    min-width: 70px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(9) {
    min-width: 150px;
  }

  .abolition-tblContainer table .tblSticky-col1 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    border-left: 1px solid #d7d7d7;
  }

  .abolition-tblContainer table .tblSticky-col2 {
    position: -webkit-sticky;
    position: sticky;
    left: 28px;
    z-index: 1;
  }

  .abolition-tblContainer table .prdct-name {
    width: 112px;
  }

  .abol-number {
    margin-top: 31px;
  }

  .abol-number__head {
    padding: 20px;
  }

  .abol-number__title {
    font-size: 18px;
  }

  .abol-number__text {
    font-size: 14px;
    margin-top: 10px;
  }

  .abol-number .nb-list__title {
    font-size: 20px;
    line-height: 1.4;
    padding: 12px 0 8px;
  }

  .abol-number .nb-list__inner {
    margin-top: -25px;
  }

  .abol-number .notebook-like {
    top: inherit;
    bottom: 115px;
    right: 8px;
  }

  .abol-number .notebook-like svg {
    width: 28px;
    height: 28px;
  }

  .abol-number .icon__addition ~ .notebook-like {
    bottom: 115px;
  }

  .abol-number .prdctSlide__price {
    font-size: 11px;
    padding-right: 40px;
    margin-top: 1px;
  }

  .abol-number .prdctSlide__price::after {
    font-size: 10px;
    bottom: 3px;
  }

  .abol-number .bookNews__btn {
    padding: 10px 0 30px;
  }

  .abol-number .quickShop .quickShop__close {
    width: 16px;
    height: 16px;
    top: 23px;
    right: 11px;
  }

  .abol-number .quickShop .quickShop__img .notebook-like {
    right: -17px;
    top: inherit;
    bottom: 2%;
  }

  .abol-number .quickShop .quickShop__img .notebook-like svg {
    width: 28px;
  }

  .abol-number .quickShop .quickShop__txtBlock {
    margin-top: 10px;
  }

  .icon__color-item {
    width: 30px;
    height: 30px;
    margin: 12px 12px 0 0;
  }

  .icon__color-item::after {
    width: 38px;
    height: 38px;
    top: -5px;
    left: -5px;
    border-width: 2px;
  }

  .nb-list {
    margin-top: 38px;
  }

  .nb-list__title {
    font-size: 18px;
    padding: 10px 0;
    margin: 0 15px;
  }

  .nb-list__wrapper {
    padding: 0 15px 30px 15px;
  }

  .nb-list__inner {
    margin-left: -15px;
  }

  .nb-list__item {
    width: calc(33.3% - 15px);
    margin: 25px 0 0 15px;
  }

  .nb-list__item:nth-child(3n + 1) {
    margin-right: 0;
  }

  .nb-list__item .icon__addition {
    max-width: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -3px;
  }

  .nb-list__img {
    width: 88px;
    height: 105px;
    margin: 0 auto;
  }

  .nb-list__img img {
    max-width: 88px;
    max-height: 105px;
    margin: 0 auto;
  }

  .nb-list .prdctSlide__itemTtl {
    margin-top: 10px;
  }

  .nb-list .prdctSlide__price {
    font-size: 11px;
    padding-right: 40px;
    margin-top: 1px;
  }

  .nb-list .prdctSlide__price::after {
    font-size: 10px;
    bottom: 3px;
  }

  .nb-list .notebook-like {
    bottom: 120px;
    right: 8px;
  }

  .housekeep-mainContent {
    font-family: "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif, "Yu Gothic", YuGothic;
  }

  .housekeep-nav {
    height: 31px;
  }

  .housekeep-nav__inner {
    position: fixed;
    height: 31px;
    left: 0;
    top: 56px;
    width: 100%;
    z-index: 99;
    background: #e15a85;
  }

  .housekeep-nav__list {
    position: relative;
    width: 100%;
    justify-content: center;
  }

  .housekeep-nav__item {
    position: absolute;
    font-size: 12px;
    line-height: 31px;
    width: 125px;
    border-left: 1px solid #f0edf8;
  }

  .housekeep-nav__item:first-child {
    right: 0;
  }

  .housekeep-nav__menu {
    justify-content: center;
    width: 102px;
    padding-left: 16px;
    margin: 0 auto;
    text-align: center;
  }

  .housekeep-nav__menu svg {
    width: 16px;
    height: 15px;
    top: 7px;
    left: 0;
  }

  .housekeep-nav__no {
    width: 100%;
    justify-content: center;
  }

  .housekeep-nav__no svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .housekeep-nav__dropArea__inner {
    z-index: 11;
    position: fixed;
    width: 100%;
  }

  .housekeep-nav__dropArea__inner.-menu {
    height: 100%;
  }

  .housekeep-nav__dropArea__inner.-menu,
  .housekeep-nav__dropArea__inner.-no {
    position: fixed;
  }

  .housekeep-nav__dropArea__inner.-menu::after,
  .housekeep-nav__dropArea__inner.-no::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
  }

  .housekeep-nav__dropArea__menu,
  .housekeep-nav__dropArea__no {
    width: 100%;
    overflow: scroll;
    padding-bottom: 35px;
  }

  .housekeep-nav__dropArea__menu .housekeep-nav__menuClose {
    position: absolute;
    right: 10px;
    bottom: -17px;
  }

  .housekeep-nav__menuList {
    margin-top: 9px;
  }

  .housekeep-nav__menuItem {
    padding: 0 10px;
  }

  .housekeep-nav__menuItem a {
    line-height: 1.3;
    padding: 9px 25px 11px 40px;
  }

  .housekeep-nav__btnWrap {
    position: relative;
    margin-top: 20px;
  }

  .housekeep-nav__btn {
    width: 100%;
    margin-left: -15px;
  }

  .housekeep-nav__btn a {
    margin-left: 15px;
  }

  .housekeep-nav__menuClose {
    width: 16px;
    height: 16px;
    right: 10px;
    bottom: 14px;
  }

  .housekeep-nav__searchList {
    flex-wrap: wrap;
  }

  .housekeep-nav__searchItem {
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
  }

  .housekeep-nav__searchItem:nth-child(odd) {
    border-right: 1px solid #dedede;
  }

  .housekeep-nav__searchItem a svg {
    width: 45px;
    height: 45px;
  }

  .housekeep-nav__noInner {
    margin: 15px 10px 0;
    padding: 15px 10px;
    border-radius: 4px;
  }

  .housekeep-nav__noInput {
    flex: 1;
  }

  .housekeep-nav__noInput input {
    height: 44px;
    font-size: 16px;
    padding: 0 120px 0 20px;
  }

  .housekeep-nav__noInput button {
    width: 110px;
    height: 44px;
    font-size: 12px;
    top: 22px;
  }

  .housekeep-nav__noInput button img {
    width: 18px;
    height: 18px;
  }

  .housekeep-nav__noButton {
    width: 120px;
  }

  .housekeep-nav__noButton a {
    font-size: 14px;
    margin-top: 10px;
  }

  .housekeep-nav__noSample {
    margin-top: 5px;
  }

  .housekeep-mainContent .searchNav {
    background-color: #fff;
    border-bottom: 2px solid #48bfe3;
  }

  .housekeep-mainContent .searchNav__list {
    height: 66px;
    margin: 0 10px;
    border-bottom: none;
  }

  .housekeep-mainContent .searchNav__item {
    font-size: 11px;
  }

  .housekeep-mainContent .searchNav__item:first-child {
    border-top-left-radius: 4px;
  }

  .housekeep-mainContent .searchNav__item:last-child {
    border-top-right-radius: 4px;
  }

  .housekeep-mainContent .searchNav__dropdown {
    padding: 25px 10px 30px 10px;
    background-color: #fff;
  }

  .searchNav__innerNoList {
    padding: 15px 10px;
    border-radius: 4px;
  }

  .searchNav__noInput {
    flex: 1;
  }

  .searchNav__noInput input {
    height: 44px;
    font-size: 16px;
    padding: 0 120px 0 20px;
  }

  .searchNav__noInput button {
    width: 110px;
    height: 44px;
    font-size: 12px;
    top: 22px;
  }

  .searchNav__noInput button img {
    width: 18px;
    height: 18px;
  }

  .searchNav__noInput .calendar-nav__noSample {
    margin-top: 5px;
  }

  .searchNav__noButton {
    width: 120px;
  }

  .searchNav__noButton a {
    font-size: 14px;
    margin-top: 10px;
  }

  .quickShop .quickShop__close {
    width: 16px;
    height: 16px;
    top: 23px;
    right: 11px;
  }

  .quickShop .quickShop__img {
    margin-bottom: 10px;
  }

  .quickShop .quickShop__img img {
    max-width: 160px;
    max-height: 180px;
  }

  .quickShop .quickShop__img .quickShop__txtBlock {
    margin-top: 10px;
  }

  .icon__addition {
    height: 18px;
    padding: 0 8px;
    font-size: 10px;
    line-height: 18px;
  }

  .nbContent-title {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .nbContent-title svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .nbContent-title::after {
    width: 50px;
    margin-left: -25px;
    bottom: -4px;
  }

  .nbContent-title span {
    width: 96px;
    height: 28px;
    margin-right: 10px;
    font-size: 14px;
  }

  .mod-footerFeatSec .mod-footerFeatSec__list {
    margin: 25px 0 0;
  }

  .mod-footerFeatSec .nbContent-title {
    padding-bottom: 0;
  }

  .housekeep-nav__item.is-selected .housekeep-nav__menu,
  .housekeep-nav__item.is-selected .housekeep-nav__no {
    color: #e77e9f;
    background-color: #f9ecee;
  }

  .housekeep-nav__item.is-selected .housekeep-nav__menu svg,
  .housekeep-nav__item.is-selected .housekeep-nav__no svg {
    fill: #e15a85;
  }

  .housekeep-nav__dropArea__inner.is-fixed {
    top: 95px;
    left: 0;
  }

  .housekeep {
    padding-bottom: 8px;
  }

  .housekeep .housekeep-top__image {
    width: 100%;
    height: 140px;
    background-image: url("../../img/housekeep/bg_top_headSp.jpg");
  }

  .housekeep .housekeep-top__image .title_wrap {
    height: 140px;
  }

  .housekeep .housekeep-top__image .title_wrap .icon {
    width: 38px;
    height: 38px;
    background-image: url("../../img/housekeep/icon_housekeep_topSp.svg");
  }

  .housekeep .housekeep-top__image .title_wrap .title {
    left: 15px;
    width: 77px;
    height: 51px;
  }

  .housekeep .housekeep-top__content {
    width: 100%;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__button {
    width: calc(50% - 0.5px);
    height: 47px;
    margin-top: 1px;
    display: flex;
    flex-wrap: wrap;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__button p {
    font-size: 13px;
    margin-top: 16px;
    margin-left: 4%;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__button img {
    margin-left: 5%;
    margin-top: 12px;
    width: 23px;
    height: 23px;
  }

  .housekeep .housekeep-top__content .housekeep-top__buttonWrap .housekeep-top__buttonDammy {
    margin-top: 1px;
    width: calc(50% - 0.5px);
    height: 47px;
    background-color: #febed3;
  }

  .housekeep .housekeep-top__content .housekeep-top__contentTitle {
    padding-top: 22px;
    margin-left: 16px;
    font-size: 18px;
  }

  .housekeep .housekeep-top__content .housekeep-top__contentTitle .housekeep-top__contentBack {
    border-radius: 3px;
    width: 130px;
    height: 30px;
    padding-left: 9px;
    padding-top: 9px;
    font-size: 12px;
    margin-top: 23px;
  }

  .housekeep .housekeep-top__content .housekeep-top__product {
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .housekeep .housekeep-top__content .housekeep-top__product .housekeep-content__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .housekeep .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content {
    width: calc(33% - 15px);
    margin-top: 25px;
  }

  .housekeep .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content:not(:nth-child(3n)) {
    margin-right: 6.3%;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide {
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__img {
    width: 100px;
    margin-top: 5px;
    height: 135px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__img img {
    max-width: 100px;
    max-height: 135px;
    margin: 0 auto;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__price {
    font-size: 11px;
    padding-right: 40px;
    margin-top: 1px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__price::after {
    font-size: 10px;
    bottom: 3px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__btn {
    width: 100px;
    padding-top: 5px;
  }

  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctSlide__item a {
    width: 100px;
  }

  .housekeep .housekeep-top__content .housekeep-content__newOrange {
    line-height: 18px;
    width: 56px;
    height: 18px;
    font-size: 10px;
  }

  .housekeep .housekeep-top__content .housekeep-content__newBlue {
    line-height: 18px;
    width: 76px;
    height: 18px;
    font-size: 10px;
  }

  .housekeep .housekeep-top__content .housekeep-content__newRed {
    line-height: 18px;
    width: 56px;
    height: 18px;
    font-size: 10px;
  }

  .housekeep .housekeep-top__content .housekeep-content__newNone {
    line-height: 22px;
    width: 56px;
    height: 18px;
    font-size: 10px;
  }

  .housekeep .housekeep-top__content .housekeep-content__img {
    display: none;
  }

  .housekeep .housekeep-top__content .housekeep-content__imgSp {
    margin-top: 6px;
    width: 100%;
  }

  .housekeep .housekeep-top__content .housekeep-content__imgSp img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .housekeep .housekeep-top__content .housekeep-content__title {
    font-size: 11px;
    width: 100%;
    height: 29px;
  }

  .housekeep .housekeep-top__content .housekeep-content__title:before {
    top: 14.5px;
    right: 0px;
    width: 1em;
  }

  .housekeep .housekeep-top__content .housekeep-content__type {
    margin-top: 0px;
    font-size: 10px;
  }

  .housekeep .housekeep-top__content .housekeep-content__price {
    font-size: 12px;
  }

  .housekeep .housekeep-top__content .housekeep-content__price:after {
    font-size: 10px;
  }

  .housekeep .housekeep-top__content .js-quickShop {
    min-height: 30px;
    padding-top: 8px;
    margin-top: 10px;
  }

  .housekeep .housekeep-top__content .js-quickShop .js-quickShop__wrap {
    width: 80px;
  }

  .housekeep .housekeep-top__content .js-quickShop .js-quickShop__wrap .js-quickShop__text {
    font-size: 11px;
    margin-left: 6px;
  }

  .housekeep .housekeep-content__newOrange {
    line-height: 18px;
    width: 56px;
    height: 18px;
    font-size: 10px;
  }

  .housekeep .housekeep-content__newBlue {
    line-height: 18px;
    width: 76px;
    height: 18px;
    font-size: 10px;
  }

  .housekeep .housekeep-content__newRed {
    line-height: 18px;
    width: 56px;
    height: 18px;
    font-size: 10px;
  }

  .housekeep .housekeep-content__newNone {
    line-height: 22px;
    width: 56px;
    height: 18px;
    font-size: 10px;
  }

  .housekeep .housekeep-content__img {
    display: none;
  }

  .housekeep .housekeep-content__imgSp {
    margin-top: 6px;
    width: 100%;
  }

  .housekeep .housekeep-content__imgSp img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .housekeep .housekeep-footer {
    height: 99px;
    padding-top: 25px;
  }

  .housekeep .housekeep-footer .housekeep-top__contentBack {
    border-radius: 3px;
    width: 240px;
    height: 44px;
    padding-left: 14px;
    padding-top: 14px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .housekeepDtl-content-title {
    padding-bottom: 3px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .housekeepDtl-conent-title::after {
    width: 50px;
    margin-left: -25px;
    bottom: -4px;
  }

  .housekeepList .housekeep-top__image {
    width: 100%;
    height: 140px;
    background-image: url("../../img/housekeep/bg_top_headSp.jpg");
  }

  .housekeepList .housekeep-top__image .title_wrap {
    padding-top: 51px;
    padding-left: 15px;
  }

  .housekeepList .housekeep-top__image .title_wrap .icon {
    width: 38px;
    height: 38px;
    background-image: url("../../img/housekeep/icon_housekeep_topSp.svg");
  }

  .housekeepList .housekeep-top__image .title_wrap .title {
    line-height: 1;
    font-size: 22px;
    padding-top: 10px;
    margin-left: 7px;
  }

  .housekeepList .housekeep-top__content {
    width: 100%;
  }

  .housekeepList .housekeep-top__content .housekeep-top__contentWrap {
    margin-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__contentWrap .housekeep-top__contentTitle {
    font-size: 18px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__contentWrap .housekeep-top__contentBack {
    border-radius: 3px;
    width: 130px;
    height: 30px;
    padding-left: 9px;
    padding-top: 9px;
    font-size: 12px;
    margin-top: 23px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product {
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content {
    width: calc(33% - 15px);
    margin-top: 25px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content:not(:nth-child(3n)) {
    margin-right: 6.3%;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content:not(:nth-child(3n)) {
    margin-right: 6.3%;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newOrange {
    line-height: 18px;
    width: 56px;
    height: 18px;
    font-size: 10px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newBlue {
    line-height: 18px;
    width: 76px;
    height: 18px;
    font-size: 10px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newRed {
    line-height: 18px;
    width: 56px;
    height: 18px;
    font-size: 10px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__newNone {
    line-height: 22px;
    width: 56px;
    height: 18px;
    font-size: 10px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__img {
    display: none;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__imgSp {
    margin-top: 6px;
    width: 100%;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__imgSp img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__title {
    font-size: 11px;
    width: 100%;
    height: 29px;
    overflow: hidden;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__type {
    margin-top: 0px;
    font-size: 10px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__price {
    font-size: 12px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .housekeep-content__price:after {
    font-size: 10px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop {
    min-height: 30px;
    padding-top: 8px;
    margin-top: 10px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop .js-quickShop__wrap {
    width: 80px;
  }

  .housekeepList .housekeep-top__content .housekeep-top__product .housekeep-content__wrap .housekeep-content .js-quickShop .js-quickShop__wrap .js-quickShop__text {
    font-size: 11px;
    margin-left: 6px;
  }

  .housekeepList .housekeep-footer {
    height: 99px;
    padding-top: 25px;
  }

  .housekeepList .housekeep-footer .housekeep-top__contentBack {
    border-radius: 3px;
    width: 240px;
    height: 44px;
    padding-left: 14px;
    padding-top: 14px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .productNo {
    margin-top: 0;
  }

  .abolition {
    margin-top: 0;
  }

  .abolition .abolition-notebook__item figure {
    height: 110px;
  }

  .abol-number {
    margin-top: 0;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .notebook-like {
    bottom: inherit;
    top: 30px;
  }

  .nbDtl-slider .prdctDtl__container .swiper-wrapper .swiper-slide a img {
    margin: 0 auto;
  }

  .nbDtl-slider .notebook-like {
    bottom: inherit;
    top: -50px;
  }

  .notebook-prdct .prdctArea-recent__item .notebook-like {
    bottom: inherit;
    top: 0;
  }

  .nb-list .notebook-like {
    bottom: 65px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  .abolition-tblContainer table .tblSticky-col2.Android {
    left: 27px;
  }

  .abolition-tblContainer table .tblSticky-col2.Windows {
    left: 27px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .quickShop .quickShop__img img {
    max-width: 160px;
    max-height: 180px;
  }
}

@media all and (-ms-high-contrast: none) {
  .housekeep .housekeep-top__content .housekeep-top__productSlide .prdctArea__headBtn a {
    height: 33px;
    padding-top: 7px;
  }
}
