@charset "UTF-8";

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;
}


.searchNav__list {
  display: flex;
  margin: 0 auto;
}

.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;
  cursor: pointer;
}

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

.searchNav__item svg {
  fill: #48bfe3;
}

.searchNav__item.is-selected {
  position: relative;
  color: #fff;
  background-color: #48bfe3;
}

.searchNav__item.is-selected::after {
  position: absolute;
  content: '';
  background-image: url(../img/notebook/common/ico_tab_down_blue@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.searchNav__item.is-selected svg {
  fill: #fff;
}

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

.searchNav__sizeTxtList {
  display: flex;
}

.searchNav__btnText {
  font-weight: bold;
  line-height: 1.4;
  display: flex;
}

.searchNav__btnText svg circle {
  fill: #fff;
}

.searchNav__btnText span {
  width: 100%;
  text-align: center;
}

.searchNav__btnText.-sizeItem-01 {
  background-color: #8ed8ed;
}

.searchNav__btnText.-sizeItem-01 svg polygon {
  fill: #48bfe3;
}

.searchNav__btnText.-sizeItem-02 {
  background-color: #98dfa2;
}

.searchNav__btnText.-sizeItem-02 svg polygon {
  fill: #44b863;
}

.searchNav__btnText.-sizeItem-03 {
  background-color: #fdcf89;
}

.searchNav__btnText.-sizeItem-03 svg polygon {
  fill: #ec9400;
}

.searchNav__btnText.-sizeItem-04 {
  background-color: #c0c3e1;
}

.searchNav__btnText.-sizeItem-04 svg polygon {
  fill: #6b67a1;
}

.searchNav__btnText.-layoutItem-01 {
  background-color: #9bcbed;
}

.searchNav__btnText.-layoutItem-01 svg polygon {
  fill: #0f80d3;
}

.searchNav__btnText.-layoutItem-02 {
  border-right: 1px solid #fff;
  background-color: #89dce1;
}

.searchNav__btnText.-layoutItem-02 svg polygon {
  fill: #10b0c1;
}

.searchNav__btnText.-layoutItem-03 {
  border-right: 1px solid #fff;
  background-color: #98dfa2;
}

.searchNav__btnText.-layoutItem-03 svg polygon {
  fill: #44b863;
}

.searchNav__btnText.-layoutItem-04 {
  border-right: 1px solid #fff;
  background-color: #fbd0ab;
}

.searchNav__btnText.-layoutItem-04 svg polygon {
  fill: #e9843a;
}

.searchNav__btnText.-layoutItem-05 {
  background-color: #d7c6e1;
}

.searchNav__btnText.-layoutItem-05 svg polygon {
  fill: #926db0;
}

.searchNav__layoutImgList {
  display: flex;
}

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

.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;
}

.searchNav__noButton a {
  color: #48bfe3;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #48bfe3;
  border-radius: 5px;
}

.searchNav__detailSize {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #bbe7f5;
  border-radius: 5px;
}

.searchNav__detailSize a {
  color: #48bfe3;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
  height: 100%;
}

.searchNav__detailSize a svg {
  display: block;
}

.searchNav__detailSize a svg path {
  fill: #48bfe3;
}

.searchNav__detailSeries {
  background-color: #48bfe3;
}

.searchNav__detailSeries a {
  text-align: center;
  line-height: 1.3;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

.searchNav__detailSeries a svg {
  display: block;
}

.searchNav__detailSeries a svg polygon {
  fill: #fff;
}

.searchNav__dropdown.-no .searchNav__innerNo {
  margin: 0 auto;
}

.searchNav__dropdown.-no .searchNav__innerNo .searchNav__innerNoList {
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchNav__dropdown.-no .searchNav__innerNo .searchNav__detailSeries {
  margin-top: 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 {
  background-color: #e1f4f9;
}

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

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

.notebook-prdct .prdctSlide-wrap {
  margin-top: 10px;
}

.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;
}

.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;
}

.bookNews.-nb {
  border-top: 1px solid #dedede;
}

.bookNews.-nb .bookNews__ttl::before {
  background: url(../img/book/ico_newsttl.svg) no-repeat center #48bfe3;
}

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

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

.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;
}

#cat-notebook.search-results.cookie-listmode-thumbnail .prdctList__meta {
  width: 100%;
}

#cat-notebook.search-results.cookie-listmode-thumbnail .prdctList__img img {
  left: 0;
  -webkit-transform: none;
          transform: none;
  border: 0;
}

.state-notebook .border-book {
  border: 2px solid #48bfe3 !important;
  background-color: #fff;
}

.searchFnc__order.state-notebook select {
  background-image: url("../img/notebook/search/icon_select_arrow.png");
}

.nbS-startMonthButton {
  background-color: #48bfe3;
  border-radius: 3px;
  border: 0;
  color: #fff;
}

.nbS-startMonthButton span {
  font-weight: bold;
}

.nbS-refineButton {
  background-color: #212121;
  border-radius: 3px;
  border: 0;
  color: #fff;
}

.note-mainContent {
  background-color: #e1f4f9;
}

.searchFnc__layout-btn.state-notebook.on {
  background: #48bfe3;
}

.searchFnc__layout-btn.state-notebook.on svg {
  fill: #fff;
}

.searchFnc__layout-btns.state-notebook {
  border-color: #48bfe3;
}

.state-notebook .searchFnc__layout-btn svg {
  fill: #48bfe3;
}

.state-notebook .searchFnc__layout-btn:not(.on):hover {
  background-color: #edf9ff;
}

.state-notebook .searchFnc__layout-btn.on {
  background: #48bfe3;
}

.state-notebook .searchFnc__layout-btn.on svg {
  fill: #fff;
}

.state-notebook.searchFnc__order {
  background: none;
}

.state-notebook .searchFnc__layout-btn:first-child {
  border-color: #48bfe3;
}

.state-notebook .searchFnc__tag.-clearAll {
  display: block;
}

.searchFnc__tag {
  display: block;
}

.prdctList__itemVarNum {
  color: #888;
}

.prdctList__itemLabel {
  display: inline-block;
  color: #fff;
  line-height: 1;
}

.cookie-listmode-thumbnail .prdctList__itemLabel {
  position: absolute;
  top: 0;
  left: 0;
}

.prdctList__itemLabel--newBook {
  background-color: #ff4960;
}

.prdctList__itemLabel--series {
  background-color: #4dba8d;
}

.prdctList__itemLabel--newColor {
  background-color: #fea43a;
}

.prdctList__itemPubText {
  color: #666;
}

.cookie-listmode-thumbnail .prdctList__itemPubText {
  display: none;
}

.prdctList__itemSize {
  color: #888;
}

.cookie-listmode-thumbnail .prdctList__itemSize {
  display: none;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.quickShop.quickShop--nbsearch {
  display: block;
}

.nbS-startMonthModal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.nbS-startMonthModal__inner {
  background: #fff;
}

.nbS-startMonthModalHeader {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

.nbS-startMonthModalHeader__title {
  text-align: center;
  font-weight: bold;
}

.nbS-startMonthModalHeader__button {
  position: absolute;
  top: 50%;
  background-color: #fff;
  background-image: url("../img/notebook/search/icon_refineModal_close.png");
  background-position: 50%;
  border: 0;
}

.nbS-startMonthModalContent__listItem input {
  display: none;
}

.nbS-startMonthModalContent__listItem input + span {
  position: relative;
  padding-left: 30px;
}

.nbS-startMonthModalContent__listItem input + span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 2px solid #868686;
  border-radius: 50%;
  background-color: white;
  box-sizing: border-box;
}

.nbS-startMonthModalContent__listItem input:checked + span::before {
  border-color: #48bfe3;
  background-color: #48bfe3;
}

.nbS-startMonthModalContent__listItem input:checked + span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #fff;
  border-radius: 50%;
}

.nbS-startMonthModalFooter {
  display: flex;
  background-color: #48bfe3;
}

.nbS-startMonthModalFooter__number {
  color: #fff;
}

.nbS-startMonthModalFooter__button {
  padding: 0;
  background-color: #212121;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
}

.nbS-startMonthModalFooter__button:disabled {
  background-color: #74d0e9;
}

.nbS-startMonthModalFooter__button img {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: sub;
}

.nbS-refineModal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.nbS-refineModal__inner {
  background: #fff;
}

.nbS-refineModalHeader {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

.nbS-refineModalHeader__title {
  text-align: center;
  font-weight: bold;
}

.nbS-refineModalHeader__close {
  position: absolute;
  top: 50%;
  border: 0;
  background-color: #fff;
  background-image: url("../img/notebook/search/icon_refineModal_close.png");
  background-repeat: no-repeat;
  background-position: 50%;
}

.nbS-refineModalHeader__clear {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: 0;
  padding: 0;
  background-color: #48bfe3;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}

.nbS-refineModalContentItem__header {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.nbS-refineModalContentItem__header::after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  background-image: url("../img/notebook/search/icon_accorion_arrow_02.png");
  width: 16px;
  height: 9px;
  background-size: 16px auto;
  margin-top: -4px;
}

.nbS-refineModalContentItem__header--nonHover::after {
  background-image: none;
}

.nbS-refineModalContentItem__header--open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nbS-refineModalContentItem__title {
  font-weight: bold;
  line-height: 1.4;
}

.nbS-refineModalContentItem__number {
  display: inline-block;
  background-color: #8b94a1;
  border-radius: 11px;
  height: 22px;
  padding: 5px 12px;
  color: #fff;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1;
}

.nbS-refineModalContentItem__number strong {
  font-weight: normal;
  font-size: 12px;
}

.nbS-refineModalContentItem__listItemHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nbS-refineModalContentItem__listItemHeader + .nbS-refineModalContentItem__listItemContent {
  border-bottom: 1px solid #dedede;
}

.nbS-refineModalContentItem__listItemTitle {
  font-weight: bold;
}

.nbS-refineModalContentItem__listItemClose {
  position: relative;
  color: #0090d8;
}

.nbS-refineModalContentItem__listItemClose::before {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  width: 1px;
  background-color: #dedede;
}

.nbS-refineModalContentItem__listItemClose::after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  width: 14px;
  height: 8px;
  margin-top: -5px;
  background-image: url("../img/notebook/search/icon_accorion_arrow_01.png");
  background-size: 14px auto;
}

.nbS-refineModalContentItem__listItemClose--open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nbS-refineModalContentItem__allCheck {
  display: inline-block;
  color: #333;
  font-size: 14px;
}

.nbS-refineModalContentItem__allCheck input {
  display: none;
}

.nbS-refineModalContentItem__allCheck input + span {
  position: relative;
}

.nbS-refineModalContentItem__allCheck input + span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 2px solid #868686;
  border-radius: 3px;
  box-sizing: border-box;
}

.nbS-refineModalContentItem__allCheck input:checked + span::before {
  border-color: #48bfe3;
  background-color: #48bfe3;
}

.nbS-refineModalContentItem__allCheck input:checked + span::after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  background-image: url("../img/notebook/search/icon_modal_checked@2x.png");
  background-repeat: no-repeat;
  background-position: 50%;
  left: 2px;
  width: 14px;
  height: 10px;
  margin-top: -5px;
  background-size: 14px auto;
}

.nbS-refineModalContentItem__checkList {
  padding: 0 20px;
}

.nbS-refineModalContentItem__checkListItem {
  color: #333;
  font-size: 14px;
}

.nbS-refineModalContentItem__checkListItem input {
  display: none;
}

.nbS-refineModalContentItem__checkListItem input + span {
  position: relative;
}

.nbS-refineModalContentItem__checkListItem input + span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 2px solid #868686;
  border-radius: 3px;
  box-sizing: border-box;
}

.nbS-refineModalContentItem__checkListItem input:checked + span::before {
  border-color: #48bfe3;
  background-color: #48bfe3;
}

.nbS-refineModalContentItem__checkListItem input:checked + span::after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  background-image: url("../img/notebook/search/icon_modal_checked@2x.png");
  background-repeat: no-repeat;
  background-position: 50%;
  left: 2px;
  width: 14px;
  height: 10px;
  margin-top: -5px;
  background-size: 14px auto;
}

.nbS-refineModalContentItem__close {
  position: relative;
  padding-right: 22px;
  color: #0090d8;
  text-align: right;
}

.nbS-refineModalContentItem__close::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 14px;
  height: 8px;
  margin-top: -4px;
  background-image: url("../img/notebook/search/icon_accorion_arrow_01.png");
  background-size: 14px auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nbS-refineModalContent {
  overflow-y: scroll;
  height: calc(100% - 44px - 58px);
}

.nbS-refineModalFooter {
  background-color: #48bfe3;
}

.nbS-refineModalFooter__number {
  color: #fff;
}

.nbS-refineModalFooter__search {
  padding: 0;
  background-color: #212121;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
}

.nbS-refineModalFooter__search:disabled {
  background-color: #74d0e9;
}

.nbS-refineModalFooter__search img {
  display: inline-block;
  vertical-align: sub;
  width: 18px;
  height: 18px;
}

.nbS-refineModalContentItem__checkList--layout {
  display: flex;
  flex-wrap: wrap;
}

.nbS-refineModalContentItem__checkList--layout li {
  text-decoration: none !important;
}

.nbS-refineModalContentItem__checkList--layout li input + span {
  display: block;
  position: relative;
  text-align: center;
}

.nbS-refineModalContentItem__checkList--layout li input + span::before {
  border: 0;
}

.nbS-refineModalContentItem__checkList--layout li:nth-child(1) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_01.png");
}

.nbS-refineModalContentItem__checkList--layout li:nth-child(2) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_02.png");
}

.nbS-refineModalContentItem__checkList--layout li:nth-child(3) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_03.png");
}

.nbS-refineModalContentItem__checkList--layout li:nth-child(4) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_04.png");
}

.nbS-refineModalContentItem__checkList--layout li:nth-child(5) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_05.png");
}

.nbS-refineModalContentItem__checkList--layout li:nth-child(6) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_06.png");
}

.nbS-refineModalContentItem__checkList--layout li:nth-child(7) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_07.png");
}

.nbS-refineModalContentItem__checkList--layout li:nth-child(8) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_08.png");
}

.nbS-refineModalContentItem__checkList--layout li:nth-child(9) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_09.png");
}

.nbS-refineModalContentItem__checkList--color {
  display: flex;
  flex-wrap: wrap;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem input + span {
  display: block;
  position: relative;
  text-align: center;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem input + span::before {
  border: 1px solid #868686;
  border-radius: 50%;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem input:checked + span::after {
  border-radius: 50%;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(1) input + span::before {
  background-color: #000000;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(3) input + span::before {
  background-color: #df1124;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(4) input + span::before {
  background-color: #ff87a0;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(5) input + span::before {
  background-color: #ff8500;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(6) input + span::before {
  background-color: #fcff00;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(7) input + span::before {
  background-color: #268037;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(8) input + span::before {
  background-color: #255aa5;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(9) input + span::before {
  background-color: #202f55;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(10) input + span::before {
  background-color: #7a489d;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(11) input + span::before {
  background-color: #6e2a40;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(12) input + span::before {
  background-color: #703923;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(13) input + span::before {
  background-image: url("../img/notebook/search/bg_plaid_pattern.png");
  background-position: 50%;
}

.nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(14) input + span::before {
  background-image: url("../img/notebook/search/bg_floral_pattern.png");
  background-position: 50%;
}

.nbS-iconLike {
  position: absolute;
  top: initial !important;
  line-height: 1;
}

.nbS-iconLike.is-saved svg circle {
  fill: #ff526e;
  opacity: 1;
}

.nbS-iconLike circle {
  fill: #cacaca;
  opacity: 0.75;
}

.nbS-iconLike path {
  fill: #fff;
}

.quickShop__label {
  display: inline-block;
  padding: 5px 12px;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  border-radius: 11px;
}

.quickShop__label--newBook {
  background-color: #ff4960;
}

.quickShop__label--newSeries {
  background-color: #4dba8d;
}

.quickShop__label--newColor {
  background-color: #4dba8d;
}

.quickShop__startMonth {
  font-weight: bold;
}

.quickShop__colors {
  display: flex;
}

.quickShop__colorsItem {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.quickShop__colorsItem::before {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #868686;
  border-radius: 50%;
  box-sizing: border-box;
}

.quickShop__colorsItem::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
}

.quickShop__colorsItem-1::before {
  background-color: #000000;
}

.quickShop__colorsItem-2::before {
  background-color: #fff;
}

.quickShop__colorsItem-3::before {
  background-color: #df1124;
}

.quickShop__colorsItem-4::before {
  background-color: #ff87a0;
}

.quickShop__colorsItem-5::before {
  background-color: #ff8500;
}

.quickShop__colorsItem-6::before {
  background-color: #fcff00;
}

.quickShop__colorsItem-7::before {
  background-color: #268037;
}

.quickShop__colorsItem-8::before {
  background-color: #255aa5;
}

.quickShop__colorsItem-9::before {
  background-color: #202f55;
}

.quickShop__colorsItem-10::before {
  background-color: #7a489d;
}

.quickShop__colorsItem-11::before {
  background-color: #6e2a40;
}

.quickShop__colorsItem-12::before {
  background-color: #703923;
}

.quickShop__colorsItem-13-2::before {
  background-image: url("../img/notebook/search/bg_check_white_ptn.png");
  background-position: 50%;
}

.quickShop__colorsItem-13-3::before {
  background-image: url("../img/notebook/search/bg_check_red_ptn.png");
  background-position: 50%;
}

.quickShop__colorsItem-13-4::before {
  background-image: url("../img/notebook/search/bg_check_pink_ptn.png");
  background-position: 50%;
}

.quickShop__colorsItem-13-6::before {
  background-image: url("../img/notebook/search/bg_check_yellow_ptn.png");
  background-position: 50%;
}

.quickShop__colorsItem-13-7::before {
  background-image: url("../img/notebook/search/bg_check_green_ptn.png");
  background-position: 50%;
}

.quickShop__colorsItem-13-8::before {
  background-image: url("../img/notebook/search/bg_check_bule_ptn.png");
  background-position: 50%;
}

.quickShop__colorsItem-14-2::before {
  background-image: url("../img/notebook/search/bg_flower_white_ptn.png");
  background-position: 50%;
}

.quickShop__colorsItem-14-4::before {
  background-image: url("../img/notebook/search/bg_flower_pink_ptn.png");
  background-position: 50%;
}

.quickShop__colorsItem-14-7::before {
  background-image: url("../img/notebook/search/bg_flower_green_ptn.png");
  background-position: 50%;
}

.quickShop__colorsItem-current {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
}

.acordion-enter-active,
.acordion-leave-active {
  /* アニメーションの時間、イージングなどを設定 */
  transition: all .2s linear;
}

.acordion-enter {
  /* フェードインの初期状態 */
  opacity: 0;
}

.acordion-enter-to {
  /* フェードインの終了状態 */
  opacity: 1;
}

/* フェードアウト */

.acordion-leave {
  /* フェードアウトの初期状態 */
  opacity: 1;
}

.acordion-leave-to {
  /* フェードアウトの終了状態 */
  opacity: 0;
}

.nbDtl-slider {
  position: relative;
}

.nbDtl-slider .prdctDtl__container .swiper-wrapper .swiper-slide a {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

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

.nbDtl-slider .nbDtl-slider__btnNext,
.nbDtl-slider .nbDtl-slider__btnPrev {
  display: block;
  padding: 0;
  border-radius: 5px;
  background-image: url(../img/book/arw_slide_r.svg);
  background-repeat: no-repeat;
  background-color: rgba(33, 33, 33, 0.5);
  transition: background-color .1s linear;
}

.nbDtl-slider .nbDtl-slider__btnNext svg,
.nbDtl-slider .nbDtl-slider__btnPrev svg {
  width: 9px;
  height: 16px;
}

.nbDtl-slider .nbDtl-slider__btnNext:hover,
.nbDtl-slider .nbDtl-slider__btnPrev:hover {
  background-color: #212121;
}

.nbDtl-slider .nbDtl-slider__btnPrev {
  background-image: url(../img/book/arw_slide_l.svg);
  background-repeat: no-repeat;
  background-color: rgba(33, 33, 33, 0.5);
}

.nbDtl-slider .swiper-pagination {
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nbDtl-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #d2d2d2;
  border-radius: 50px;
  opacity: 1;
  cursor: pointer;
}

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

.nbDtl-slider .notebook-like {
  z-index: 2;
}

.nbDtl-meta__head {
  border-bottom: 1px solid #dedede;
}

.nbDtl-meta__month {
  font-weight: bold;
}

.nbDtl-meta__itemTtl {
  font-weight: bold;
}

.nbDtl-meta__contLead {
  color: #333;
}

.nbDtl-meta__contTitle {
  font-weight: bold;
}

.nbDtl-meta__contText {
  color: #333;
}

.nbDtl-meta__contNo {
  color: #666;
}

.nbDtl__purchaseArea__inner {
  margin: 0 auto;
}

.nbDtl__purchaseArea__txt .bold {
  font-weight: bold;
}

.nbDtl__purchaseArea__txt .num {
  font-weight: bold;
}

.nbDtl__purchaseArea__btn {
  position: relative;
  font-size: 18px;
}

.nbDtl__purchaseArea__btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 20px;
  background: url(../img/book/ico_cart_wht.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.nbDtl__purchaseArea .btn-purchase {
  display: block;
  border-radius: 3px;
  background: #00a0e9;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .1s linear;
}

.nbDtl-renual {
  width: 100%;
  background-image: url(/common/img/notebook/common/bg_notebook_series@2x.png);
}

.nbDtl-renual__item + .nbDtl-renual__item {
  border-top: 1px solid #dedede;
}

.nbDtl-renual__title {
  text-align: center;
  background-color: #fff;
  position: relative;
}

.nbDtl-renual__title::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 10px;
  background: url(/common/img/notebook/common/ico_tab_down_w@2x.png) no-repeat center;
  background-size: 100%;
  bottom: -10px;
  left: calc(50% - 16px);
}

.nbDtl-renual__text {
  color: #333;
}

.nbDtl-type__item a {
  position: relative;
}

.nbDtl-type__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.nbDtl-type__text {
  color: #333;
}

.nbDtl-type .prdctDtl__zoomBtn {
  right: 10px;
  bottom: 10px;
}

.nbDtl-utility {
  border-top: 1px solid #e0e0e0;
}

.nbDtl-utility__list {
  display: flex;
}

.nbDtl-utility__listTitle {
  font-weight: bold;
  border-bottom: 1px solid #48bfe3;
}

.nbDtl-utility__data {
  color: #333;
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}

.nbDtl-append__inner {
  display: flex;
  flex-wrap: wrap;
}

.nbDtl-append__item {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4;
  border-radius: 4px;
  background-image: url(/common/img/notebook/common/bg_notebook_series@2x.png);
  position: relative;
}

.nbDtl-append__item:nth-child(4n) {
  margin-right: 0;
}

.nbDtl-append__item::before {
  position: absolute;
  content: '';
  background: url(/common/img/notebook/common/ico_tick_blue@2x.png) no-repeat center;
  background-size: 100%;
}

.nbDtl-append__item::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}

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

.-notebook .prdctDtl__modal__list {
  margin-top: 15px;
  list-style: none;
}

.notebook-prdct .prdctArea-recent__ttl::before {
  margin-right: 8px;
  background-image: url(/common/img/notebook/common/ico_tick_blue@2x.png);
  background-size: 100%;
}

.notebook-prdct .prdctArea-recent__item {
  position: relative;
}

.notebook-prdct .prdctArea-recent__item:last-child {
  margin-right: 0;
}

.notebook-prdct .prdctArea-recent__item .prdctSlide__img {
  margin: 0 auto;
}

.notebook-prdct .prdctArea-recent__item .prdctSlide__img img {
  margin: 0 auto;
  border: none;
}

.notebook-prdct .prdctArea-recent__item .prdctSlide__itemTtl {
  text-align: left;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-top: 10px;
  letter-spacing: 0;
}

.notebook-prdct .prdctArea-recent__item .prdctSlide__itemTtl::before {
  right: 5px;
}

.notebook-prdct .prdctArea-recent__item .prdctSlide__itemAuth {
  letter-spacing: 0;
}

.notebook-prdct .prdctArea-recent__item .prdctSlide__price {
  letter-spacing: 0;
}

.notebook-prdct .prdctSlide-nbSameSeries__btnPrev,
.notebook-prdct .prdctSlide-nbSimilar__btnPrev {
  top: 90px;
  left: 30px;
}

.notebook-prdct .prdctSlide-nbSameSeries__btnNext,
.notebook-prdct .prdctSlide-nbSimilar__btnNext {
  top: 90px;
  right: 30px;
}

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

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

.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;
}

.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 {
  margin-top: 8px;
}

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

.no-number-content__inner .searchNav__innerNoList {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
}

.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%;
}

.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;
}

.productNo-search label {
  position: relative;
}

.productNo-search label input {
  border-radius: 6px;
}

.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;
}

.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: 0;
  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 .prdct-name {
  text-align: left;
  font-weight: bold;
}

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

.change-number__text {
  color: #f0132d;
  font-weight: bold;
  line-height: 1.3;
}

.reservation {
  margin: 0 auto;
  line-height: 1.8;
}

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

.reservation-content__title {
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #dedede;
}

.reservation-booking {
  border-radius: 6px;
}

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

.reservation-booking__text {
  margin-top: 20px;
}

.reservation-booking__text a {
  display: inline-block;
  color: #0090d8;
  text-decoration: underline;
  transition: .1s linear;
}

.reservation-booking__notice {
  line-height: 1.5;
  position: relative;
  padding-left: 17px;
}

.reservation-booking__notice::before {
  position: absolute;
  content: '※';
  width: 5px;
  height: 5px;
  left: 0;
  top: 0;
  font-size: 12px;
}

.reservation-booking__notice + .reservation-booking__notice {
  margin-top: 0;
}

.reservation-booking__way {
  font-weight: bold;
}

.reservation-booking__contact {
  margin-top: 10px;
}

.reservation-booking li {
  position: relative;
  padding-left: 17px;
}

.reservation-booking li::before {
  position: absolute;
  content: '';
  background: url(../img/notebook/common/icon_disc@2x.png) no-repeat center;
  background-size: 100%;
  left: 3px;
}

.reservation-booking li a {
  display: inline-block;
}

.reservation-info {
  background-color: #eeeff1;
  border-radius: 4px;
  text-align: center;
  padding: 25px;
}

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

.favorite .abol-number__title {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
}

.favorite .abol-number__title svg {
  position: absolute;
  left: 0;
  top: 0;
}

.favorite .abol-number__title svg circle {
  fill: #ff526e;
}

.favorite .abol-number__title svg path {
  fill: #fff;
}

.favorite-delete {
  text-align: center;
}

.favorite-delete a {
  color: #0090d8;
  text-decoration: none;
}

.no-favorite__content {
  margin: 0 auto;
  background-color: #fff;
}

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

.no-favorite__btnGroup .-no,
.no-favorite__btnGroup .searchNav__detail {
  background-color: #fff;
}

.no-favorite__btnGroup .searchNav__innerNoList {
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app__container {
  margin: 0 auto;
}

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

.app-list__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.app-list__item.-top-border {
  border-top: 2px solid #dedede;
}

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

.app-list__subTitle {
  line-height: 1;
}

.app-list__text {
  line-height: 1.5;
  color: #666;
}

.nbInsta {
  position: relative;
  opacity: 0;
  border-top: 1px solid #dedede;
  background-color: #fff;
}

.nbInsta .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.nbInsta .swiper-slide {
  background-color: #f3f3f3;
}

.nbInsta .swiper-slide a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}

.nbInsta .swiper-slide a img {
  margin: 0 auto;
}

.nbInsta .swiper-button-next,
.nbInsta .swiper-button-prev {
  display: block;
  padding: 0;
  top: calc(50% - 25px);
  border-radius: 5px;
  background-image: url(../img/book/arw_slide_r.svg);
  background-repeat: no-repeat;
  background-color: rgba(33, 33, 33, 0.5);
  transition: background-color .1s linear;
}

.nbInsta .swiper-button-next svg,
.nbInsta .swiper-button-prev svg {
  width: 9px;
  height: 16px;
}

.nbInsta .swiper-button-next:hover,
.nbInsta .swiper-button-prev:hover {
  background-color: #212121;
}

.nbInsta .swiper-button-prev {
  background-image: url(../img/book/arw_slide_l.svg);
  background-repeat: no-repeat;
  background-color: rgba(33, 33, 33, 0.5);
}

.nbInsta-slide {
  overflow: hidden;
}

.nbInsta-container {
  position: relative;
}

.nbInsta__btn {
  width: 260px;
  height: 50px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  border-radius: 5px;
}

.nbSeries {
  opacity: 0;
  position: relative;
  background-image: url(../img/notebook/common/bg_notebook_series@2x.png);
}

.nbSeries-slider {
  overflow: hidden;
}

.nbSeries-container {
  position: relative;
  margin: 0 auto;
}

.nbSeries__item.type-red .nbSeries__imgCap {
  background-color: #d31c30;
}

.nbSeries__item.type-red .nbSeries__title {
  color: #d31c30;
}

.nbSeries__item.type-blue .nbSeries__imgCap {
  background-color: #009fdf;
}

.nbSeries__item.type-blue .nbSeries__title {
  color: #009fdf;
}

.nbSeries__imgBlock {
  position: relative;
}

.nbSeries__imgBlock::before {
  z-index: 1;
  position: absolute;
  content: '';
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.nbSeries__imgBlock img {
  border-radius: 5px 5px 0 0;
}

.nbSeries__imgBlock.is-red::before {
  background-image: url(../img/notebook/common/ico_pickup_red.png);
}

.nbSeries__imgBlock.is-blue::before {
  background-image: url(../img/notebook/common/ico_pickup_blue.png);
}

.nbSeries__imgCap {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.nbSeries__imgCap::after {
  position: absolute;
  width: 24px;
  height: 8px;
  content: '';
  bottom: -8px;
  left: calc( 50% - 12px);
  background-repeat: no-repeat;
  background-size: 100%;
}

.nbSeries__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.nbSeries__text {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.nbSeries__link {
  position: relative;
  background-color: #fffef2;
  border-radius: 5px;
}

.nbSeries__link::after {
  position: absolute;
  content: '';
  background-image: url(../img/book/arw_booknav.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.nbSeries__more {
  background-color: #fffef2;
  border-radius: 5px;
}

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

.nbSeries__moreText::before {
  position: absolute;
  content: "";
  background: url(../img/notebook/top/ico_more.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.nbSeries__moreBtn .searchNav__detailSeries {
  height: 100%;
  margin: 0;
}

.nbSeries__moreBtn .searchNav__detailSeries a {
  font-weight: bold;
}

.nbSeries .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.nbSeries .swiper-slide a {
  height: 100%;
}

.nbSeries .swiper-button-next:hover,
.nbSeries .swiper-button-prev:hover {
  background-color: #212121;
}

.nbSeries .swiper-button-prev:hover {
  background-color: #212121;
}

.nbSeries .swiper-button-prev.swiper-button-disabled,
.nbSeries .swiper-button-next.swiper-button-disabled,
.nbSeries .swiper-button-disabled.swiper-button-prev {
  background-color: #212121;
  opacity: .1;
}

.nbSeries .nbSeries-slider .swiper-slide.nbSeries-red .nbSeries__title {
  color: #d31c30;
}

.nbSeries .nbSeries-slider .swiper-slide.nbSeries-red .nbSeries__imgCap {
  background-color: #d31c30;
}

.nbSeries .nbSeries-slider .swiper-slide.nbSeries-red .nbSeries__imgCap::after {
  background-image: url(../img/notebook/common/ico_tab_down_red@2x.png);
}

.nbSeries .nbSeries-slider .swiper-slide.nbSeries-blue .nbSeries__title {
  color: #009fdf;
}

.nbSeries .nbSeries-slider .swiper-slide.nbSeries-blue .nbSeries__imgCap {
  background-color: #009fdf;
}

.nbSeries .nbSeries-slider .swiper-slide.nbSeries-blue .nbSeries__imgCap::after {
  background-image: url(../img/notebook/common/ico_tab_down_pickup_blue@2x.png);
}

/*

```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-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-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.is-active::after {
  border-color: #48bfe3;
}

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

.nb-attention__title {
  font-weight: bold;
  display: flex;
}

.nb-attention__content {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.nb-attention__content::before {
  z-index: 2;
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: url(../img/notebook/common/bg_gradation@2x.png);
  background-repeat: no-repeat;
  border-radius: 8px;
}

.nb-attention__content.is-normal-01 {
  background-image: url(../img/notebook/top/bg_notebook_normal_01@2x.jpg);
}

.nb-attention__content.is-normal-01:hover::after {
  opacity: 0.2;
}

.nb-attention__content.is-normal-02 {
  background-image: url(../img/notebook/top/bg_notebook_normal_02@2x.jpg);
}

.nb-attention__content.is-normal-02:hover::after {
  opacity: 0.2;
}

.nb-attention__content.is-special-01 {
  background-image: url(../img/notebook/top/bg_notebook_special_01.jpg);
}

.nb-attention__content.is-special-02 {
  background-image: url(../img/notebook/top/bg_notebook_special_02.jpg);
}

.nb-attention__lead {
  z-index: 3;
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.nb-attention.is-special .nb-attention__item {
  position: relative;
}

.nb-attention.is-special .nb-attention__item:hover::after {
  opacity: 0.2;
}

.nb-attention.is-special .nb-attention__content {
  position: relative;
}

.nb-attention.is-special .nb-attention__content::before {
  z-index: 2;
  position: absolute;
  content: '';
  left: 0;
  background-image: url(../img/notebook/common/ico_special.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.nb-attention.is-special .nb-attention__content::after {
  z-index: 2;
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: url(../img/notebook/common/bg_gradation@2x.png);
  background-repeat: no-repeat;
  border-radius: 8px;
}

.nb-attention.is-special .nb-attention__content__img {
  position: relative;
}

.nb-attention.is-special .nb-attention__content__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 176px;
  bottom: 0;
  left: 0;
}

.nb-attention.is-special .nb-attention__lead {
  position: absolute;
  width: 100%;
  line-height: 1.4;
}

.nb-goodPoint {
  background-color: #9bcbed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nb-goodPoint__text {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #fff;
  transition: .1s linear;
}

.nb-goodPoint__text:hover p,
.nb-goodPoint__text:hover span {
  color: #0090d8;
}

.nb-goodPoint__text:hover .nb-goodPoint__textAge {
  border-color: transparent;
}

.nb-goodPoint__text::before {
  position: absolute;
  content: '';
  background: url(/common/img/notebook/common/ico_double_code.svg) no-repeat center;
}

.nb-goodPoint__text::after {
  position: absolute;
  content: '';
  background: url(/common/img/notebook/common/ico_tab_down_w@2x.png);
  background-repeat: no-repeat;
  background-position: center;
}

.nb-goodPoint__textMsg {
  font-weight: bold;
  line-height: 1.5;
  transition: .1s linear;
}

.nb-goodPoint__textAge {
  display: inline-block;
  color: #666;
  text-decoration: underline;
  transition: .1s linear;
}

.nb-goodPoint__textAge span {
  color: #212121;
  font-weight: bold;
  transition: .1s linear;
}

.nbSs-body #mod-mainContent {
  padding-bottom: 0px;
}

.nbSs a {
  text-decoration: none;
}

.nbSs .nbSs-header {
  background-color: #fff;
}

.nbSs .nbSs-header .nbSs-header__wrap {
  flex-wrap: wrap;
}

.nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp {
  display: flex;
  flex-wrap: wrap;
}

.nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp .nbSs-header__title {
  font-weight: bold;
}

.nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__searchAll {
  text-align: center;
  display: block;
  background-color: #212121;
}

.nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__searchAll a {
  line-height: 1.3;
  position: absolute;
  text-decoration: none;
  color: #fff;
  display: block;
}

.nbSs .nbSs-content {
  position: relative;
  padding-top: 50px;
  width: 100%;
}

.nbSs .nbSs-content .nbSs-content__top {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.nbSs .nbSs-content .nbSs-content__top .nbSs-content__topImgHover {
  position: absolute;
  background-color: #000;
  opacity: 0;
  z-index: 2;
  transition: 0.1s linear;
}

.nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap {
  position: relative;
}

.nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topTheme {
  position: relative;
  line-height: 1.3;
  background-color: #e9dbde;
  color: #212121;
  text-align: center;
}

.nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topTheme::after {
  position: absolute;
  content: "";
  left: 50%;
  background-image: url("../img/notebook/search-series/bg_baloon_pink.png");
}

.nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topTitle {
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #212121;
}

.nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topText {
  color: #666666;
}

.nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topArrow {
  position: absolute;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product {
  position: relative;
  background-color: #fffef2;
  border-radius: 5px;
  overflow: hidden;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productImgHover {
  position: absolute;
  width: 100%;
  height: 220px;
  top: 0px;
  background-color: #000;
  opacity: 0;
  z-index: 3;
  transition: 0.1s linear;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productThemeBlue {
  position: relative;
  width: 100%;
  line-height: 1.3;
  height: 32px;
  font-size: 13px;
  padding-top: 8px;
  text-align: center;
  color: #fff;
  background-color: #009fdf;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productThemeBlue:after {
  position: absolute;
  content: "";
  background-image: url("../img/notebook/search-series/bg_baloon_blue.png");
  left: 50%;
  bottom: -8px;
  width: 24px;
  height: 8px;
  margin-left: -12px;
  background-size: 24px auto;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productThemeRed {
  position: relative;
  width: 100%;
  line-height: 1.3;
  height: 32px;
  font-size: 13px;
  padding-top: 8px;
  text-align: center;
  color: #fff;
  background-color: #d31c30;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productThemeRed:after {
  position: absolute;
  content: "";
  background-image: url("../img/notebook/search-series/bg_baloon_red.png");
  left: 50%;
  bottom: -8px;
  width: 24px;
  height: 8px;
  margin-left: -12px;
  background-size: 24px auto;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productThemeNaivy {
  position: relative;
  width: 100%;
  line-height: 1.3;
  height: 32px;
  font-size: 13px;
  padding-top: 8px;
  text-align: center;
  color: #fff;
  background-color: #0057b8;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productThemeNaivy:after {
  position: absolute;
  content: "";
  background-image: url("../img/notebook/search-series/bg_baloon_naivy.png");
  left: 50%;
  bottom: -8px;
  width: 24px;
  height: 8px;
  margin-left: -12px;
  background-size: 24px auto;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleBlue {
  line-height: 1.3;
  padding-bottom: 9px;
  color: #009fdf;
  font-weight: bold;
  text-align: center;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleBlueLine {
  line-height: 1.3;
  color: #009fdf;
  font-weight: bold;
  text-align: center;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleRed {
  line-height: 1.3;
  color: #d31c30;
  font-weight: bold;
  text-align: center;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleNaivy {
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  padding-bottom: 9px;
  color: #0057b8;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productText {
  font-size: 13px;
  color: #666;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productArrow {
  position: absolute;
}

.nbSs .nbSs-footer {
  width: 100%;
  background-color: #fff;
}

.nbSs .nbSs-footer .nbSs-footer__searchAll {
  position: relative;
  margin: 0 auto;
  background-color: #212121;
  border-radius: 5px;
  text-align: center;
}

.nbSs .nbSs-footer .nbSs-footer__searchAll a {
  line-height: 1.3;
  position: absolute;
  text-decoration: none;
  color: #fff;
}

.nbSs-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nbSs-modal__layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.nbSs-modal__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 22;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

.nbSs-modalHeader {
  position: relative;
}

.nbSs-modalHeader__title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.nbSs-modalHeader__button {
  position: fixed;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/notebook/search-series/icon_close_modal.png");
}

.nbSs-modalContent {
  overflow-y: scroll;
}

.nbSs-modalContent__item:nth-child(1) .nbSs-modalContent__image::before {
  background-image: url("../img/notebook/search-series/icon_feature_01.png");
}

.nbSs-modalContent__item:nth-child(2) .nbSs-modalContent__image::before {
  background-image: url("../img/notebook/search-series/icon_feature_02.png");
}

.nbSs-modalContent__title {
  margin-bottom: 3px;
  color: #212121;
  font-weight: bold;
}

.nbSs-modalContent__text {
  color: #666;
  line-height: 1.5;
}

.nbSs-modalContent__image {
  position: relative;
}

.nbSs-modalContent__image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
}

.nbSs-modalFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #dedede;
  text-align: center;
}

.nbSs-modalFooter__link {
  display: inline-block;
  background-color: #48bfe3;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
}

.nbSs-modalFooter__button {
  position: absolute;
  top: 30px;
  right: 15px;
  border: 0;
  background-color: #fff;
  background-image: url("../img/notebook/search-series/icon_close_modal.png");
  background-repeat: no-repeat;
}

.nbSs-modal__cover {
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.nbSl-body #mod-mainContent {
  padding-bottom: 0px;
}

.nbSl .nbSl-header {
  background-color: #ffffff;
}

.nbSl .nbSl-header .nbSl-header__wrap {
  flex-wrap: wrap;
}

.nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__Sp {
  display: flex;
  flex-wrap: wrap;
}

.nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__Sp .nbSl-header__title {
  font-weight: bold;
}

.nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__searchAll {
  position: relative;
  text-align: center;
  display: block;
  border-radius: 3px;
  background-color: black;
}

.nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__searchAll a {
  position: absolute;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.nbSl .nbSl-content {
  background-image: url("../../common/img/notebook/common/bg_notebook_series@2x.png");
  background-repeat: repeat;
}

.nbSl .nbSl-content .nbSl-content__wrap {
  margin: 0 auto;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product {
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  transition: .1s linear;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product a {
  top: 0;
  z-index: 3;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productImg img {
  width: 100%;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme1 {
  line-height: 13px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  background-color: #0f80d3;
  text-align: center;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme2 {
  line-height: 13px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  background-color: #10b0c1;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme3 {
  line-height: 13px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  background-color: #34ab52;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme4 {
  line-height: 13px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  background-color: #e9843a;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme5 {
  line-height: 13px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  background-color: #926db0;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productThemeSub {
  width: 7%;
  margin: 0 auto;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTitle {
  font-weight: bold;
  line-height: 1;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productText {
  text-align: left;
  line-height: 1.5;
  color: #666666;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall {
  display: flex;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  transition: .1s linear;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productImg {
  position: relative;
  transition: .1s linear;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productImg img {
  width: 100%;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productImg .nbSl-content__productImgHover {
  position: absolute;
  top: 0;
  opacity: 0;
  background-color: #000000;
  transition: .1s linear;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productThemeSmall {
  line-height: 13px;
  color: #1990db;
  font-weight: bold;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productTitleSmall {
  margin-top: 2px;
  font-weight: bold;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productTextSmall {
  color: #666666;
  margin: 0 auto;
  margin-top: 9px;
  text-align: left;
}

.nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.nbSl .nbSl-footer {
  width: 100%;
  background-color: #ffffff;
}

.nbSl .nbSl-footer .nbSl-footer__searchAll {
  position: relative;
  margin: 0 auto;
  background-color: #212121;
  border-radius: 3px;
  text-align: center;
  transition: .1s linear;
}

.nbSl .nbSl-footer .nbSl-footer__searchAll a {
  position: absolute;
  text-decoration: none;
  padding-top: 10px;
  color: #ffffff;
}

.nbSsz-body #mod-mainContent {
  padding-bottom: 0px;
}

.nbSsz .nbSsz-header {
  background-color: #ffffff;
}

.nbSsz .nbSsz-header .nbSsz-header__wrap {
  flex-wrap: wrap;
}

.nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp {
  display: flex;
  flex-wrap: wrap;
}

.nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp .nbSsz-header__icon svg circle {
  fill: #48bfe3;
}

.nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp .nbSsz-header__icon svg path,
.nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp .nbSsz-header__icon svg polygon {
  fill: #fff;
}

.nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp .nbSsz-header__title {
  font-weight: bold;
}

.nbSsz .nbSsz-header .nbSsz-header__wrap .-header {
  background-color: black;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg {
  position: relative;
  width: 1070px;
  height: 273px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/notebook/search-size/bg_sizeGuide.png");
  background-size: 100%;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideCompact {
  position: absolute;
  width: 125px;
  height: 222px;
  bottom: 0px;
  left: 78px;
  background-image: url("../img/notebook/search-size/img_sizeGuide_01.png");
  background-size: 100%;
  transition: 0.1s linear;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideCompact:hover {
  background-image: url("../img/notebook/search-size/img_sizeGuideHover_01.png");
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideBook {
  position: absolute;
  width: 160px;
  height: 222px;
  bottom: 0px;
  left: 313px;
  background-image: url("../img/notebook/search-size/img_sizeGuide_02.png");
  background-size: 100%;
  transition: 0.1s linear;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideBook:hover {
  background-image: url("../img/notebook/search-size/img_sizeGuideHover_02.png");
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideB6 {
  position: absolute;
  width: 160px;
  height: 232px;
  bottom: 0px;
  left: 588px;
  background-image: url("../img/notebook/search-size/img_sizeGuide_03.png");
  background-size: 100%;
  transition: 0.1s linear;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideB6:hover {
  background-image: url("../img/notebook/search-size/img_sizeGuideHover_03.png");
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideNote {
  position: absolute;
  width: 196px;
  height: 272px;
  bottom: 0px;
  left: 853px;
  background-image: url("../img/notebook/search-size/img_sizeGuide_04.png");
  background-size: 100%;
  transition: 0.1s linear;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideNote:hover {
  background-image: url("../img/notebook/search-size/img_sizeGuideHover_04.png");
}

.nbSsz .nbSsz-size__guide .nbSsz-size__button {
  line-height: 1.3;
  width: 100%;
  font-weight: bold;
  color: #212121;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__compact {
  background-color: #8ed8ed;
  position: relative;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__compact p:before {
  position: absolute;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__book {
  position: relative;
  background-color: #98dfa2;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__book p:before {
  position: absolute;
  content: '';
  top: 15px;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__b6 {
  position: relative;
  background-color: #fdcf89;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__b6 p:before {
  position: absolute;
  top: 15px;
  content: '';
}

.nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__note {
  position: relative;
  background-color: #c0c3e1;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__note p:before {
  position: absolute;
  top: 15px;
  content: '';
}

.nbSsz .nbSsz-compact .nbSsz-compact__head {
  position: relative;
  text-align: center;
}

.nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__icon {
  background-image: url("../img/notebook/search-size/icon_compact_size.png");
  background-size: 100%;
}

.nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap {
  line-height: 1.3;
}

.nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap .nbSsz-compact__title {
  font-weight: bold;
  color: #0c99c4;
}

.nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap .nbSsz-compact__text {
  color: #333;
  text-align: left;
  line-height: 1.5;
}

.nbSsz .nbSsz-compact .nbSsz-compact__head .-compact {
  background-color: #48bfe3;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main {
  position: relative;
  width: 100%;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap {
  position: relative;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap {
  line-height: 1.3;
  font-weight: bold;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain .nbSsz-compact__left {
  position: relative;
  background-color: #8ed8ed;
  border-radius: 5px;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub03 .nbSsz-compact__imgWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap {
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain {
  position: relative;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__left {
  position: relative;
  border-radius: 5px;
  background-color: #8ed8ed;
  transition: .1s linear;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__left .nbSsz-compact__theme {
  line-height: 1.3;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap {
  line-height: 1.3;
  width: 100%;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__left {
  border-radius: 5px;
  background-color: #8ed8ed;
  position: relative;
}

.nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__left .nbSsz-compact__theme {
  text-align: center;
  line-height: 1.3;
}

.nbSsz .nbSsz__text {
  color: #333;
  text-align: left;
  line-height: 1.5;
}

.nbSsz .nbSsz__subText {
  line-height: 1.5;
  text-align: left;
}

.nbSsz .nbSsz__arrow {
  position: absolute;
  background-image: url("../img/notebook/search-size/icon_arrow.png");
  background-size: 100%;
}

.nbSsz .nbSsz-size__title {
  text-align: center;
  line-height: 1.3;
  width: 100%;
}

.nbSsz .nbSsz-compact__sub01 {
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.nbSsz .nbSsz-compact__sub02 {
  position: relative;
  border-radius: 5px;
  transition: .1s linear;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.nbSsz .nbSsz-compact__sub03 {
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  transition: .1s linear;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.nbSsz .nbSsz-compact__arrowWhite {
  position: absolute;
  background-image: url("../img/notebook/search-size/icon_arrow_white.png");
  width: 9px;
  height: 15px;
}

.nbSsz .nbSsz-book .nbSsz-book__head {
  position: relative;
}

.nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__icon {
  background-image: url("../img/notebook/search-size/icon_book_size.png");
  background-size: 100%;
}

.nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__headWrap {
  line-height: 1.3;
}

.nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__headWrap .nbSsz-book__title {
  font-weight: bold;
  color: #18a03c;
}

.nbSsz .nbSsz-book .nbSsz-book__head .-book {
  background-color: #44b863;
}

.nbSsz .nbSsz-book .nbSsz-book__content {
  position: relative;
  width: 100%;
}

.nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub .nbSsz-book__title {
  line-height: 1.3;
  font-weight: bold;
}

.nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub .nbSsz-book__arrow {
  position: absolute;
}

.nbSsz .nbSsz-notebook__searchAll {
  text-align: center;
  display: block;
  border-radius: 3px;
  z-index: 2;
  cursor: pointer;
}

.nbSsz .nbSsz-notebook__searchAll a {
  line-height: 130%;
  position: absolute;
  color: #ffffff;
  display: block;
}

.nbSsz .page-back {
  position: absolute;
  line-height: 1.3;
}

.nbSsz .page-back:after {
  height: 8px;
  width: 13px;
  margin-left: 5px;
  content: url("../img/notebook/search-size/icon_arrow_up.png");
  vertical-align: text-bottom;
}

.nbSsz-b6 .nbSsz-b6__head {
  position: relative;
}

.nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__icon {
  background-image: url("../img/notebook/search-size/icon_b6_size.png");
  background-size: 100%;
}

.nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__headWrap {
  line-height: 1.3;
}

.nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__headWrap .nbSsz-b6__title {
  color: #e38600;
  font-weight: bold;
}

.nbSsz-b6 .nbSsz-b6__head .-b6 {
  background-color: #ec9400;
}

.nbSsz-b6 .nbSsz-b6__content {
  width: 100%;
}

.nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
}

.nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__title {
  font-weight: bold;
}

.nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__img01 {
  position: relative;
}

.nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__img02 {
  position: relative;
}

.nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__arrow {
  position: absolute;
}

.nbSsz-note .nbSsz-note__head {
  position: relative;
}

.nbSsz-note .nbSsz-note__head .nbSsz-note__icon {
  background-image: url("../img/notebook/search-size/icon_note_size.png");
  background-size: 100%;
}

.nbSsz-note .nbSsz-note__head .nbSsz-note__headWrap {
  line-height: 1.3;
}

.nbSsz-note .nbSsz-note__head .nbSsz-note__headWrap .nbSsz-note__title {
  color: #5f6297;
  font-weight: bold;
}

.nbSsz-note .nbSsz-note__head .-note {
  background-color: #6b67a1;
}

.nbSsz-note .nbSsz-note__content {
  width: 100%;
}

.nbSsz-note .nbSsz-note__content .nbSsz-note__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub {
  position: relative;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
}

.nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__title {
  font-weight: bold;
}

.nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__img02 {
  position: relative;
}

.nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__img03 {
  position: relative;
}

.nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__arrow {
  position: absolute;
}

.nbSsz-footer {
  width: 100%;
  background-color: #ffffff;
}

.nbSsz-footer .-footer {
  background-color: #212121;
}

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */

@media screen and (min-width: 768px) {
    .nbSsz .nbSsz-compact .nbSsz-compact__head,
    .nbSsz .nbSsz-book .nbSsz-book__head,
    .nbSsz-b6 .nbSsz-b6__head,
    .nbSsz-note .nbSsz-note__head {
      display: inherit;
      flex-wrap: inherit;
    }
}

@media screen and (min-width: 768px) {
    .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__icon,
    .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap,
    .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__searchAll,
    .nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__icon,
    .nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__headWrap,
    .nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__searchAll,
    .nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__icon,
    .nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__headWrap,
    .nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__searchAll,
    .nbSsz-note .nbSsz-note__head .nbSsz-note__icon,
    .nbSsz-note .nbSsz-note__head .nbSsz-note__headWrap,
    .nbSsz-note .nbSsz-note__head .nbSsz-note__searchAll {
      float: left;
      text-align: left;
    }
}
}

@media screen and (min-width: 768px) {
  .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%;
    height: 127px;
    border-radius: 5px;
    display: flex;
  justify-content: center;
  align-items: 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__noButton {
    width: 190px;
    margin-left: 20px;
  }

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

  .notebook-nav__noButton a:hover {
    background-color: #edf9ff;
  }

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

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

  .searchNav__item {
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .1s linear;
  }

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

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

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

  .searchNav__item svg {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }

  .searchNav__item.is-selected:hover {
    background-color: #48bfe3;
  }

  .searchNav__item.is-selected::after {
    width: 47px;
    height: 12px;
    bottom: -14px;
    left: calc(50% - 24px);
  }

  .searchNav__dropdown {
    width: 1148px;
    margin: 30px auto 0;
  }

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

  .searchNav__sizeImgList {
    height: 202px;
    padding-left: 50px;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background: url(/common/img/notebook/common/bg_book_size@2x.jpg) no-repeat;
    background-size: cover;
  }

  .searchNav__sizeImg a {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .searchNav__sizeImg a img {
    margin: 0 auto;
    transition: .1s linear;
  }

  .searchNav__sizeImg a:hover {
    transition: .1s linear;
  }

  .searchNav__sizeImg a:hover img {
    opacity: 0;
  }

  .searchNav__sizeImg .-sizeItem-bg-01 {
    width: 106px;
    background-image: url(/common/img/notebook/common/ico_size_01_hover@2x.png);
  }

  .searchNav__sizeImg .-sizeItem-bg-02 {
    width: 140px;
    background-image: url(/common/img/notebook/common/ico_size_02_hover@2x.png);
  }

  .searchNav__sizeImg .-sizeItem-bg-03 {
    width: 140px;
    background-image: url(/common/img/notebook/common/ico_size_03_hover@2x.png);
  }

  .searchNav__sizeImg .-sizeItem-bg-04 {
    width: 160px;
    background-image: url(/common/img/notebook/common/ico_size_04_hover@2x.png);
  }

  .searchNav__sizeBtnList {
    width: 882px;
    margin-top: 15px;
  }

  .searchNav__sizeBtn {
    width: 215px;
  }

  .searchNav__btnText {
    height: 46px;
    padding: 0 8px;
    font-size: 16px;
    align-items: center;
    border-radius: 5px;
    transition: .1s linear;
  }

  .searchNav__btnText:hover {
    color: #fff;
  }

  .searchNav__btnText svg {
    width: 20px;
    height: 20px;
    transition: .1s linear;
  }

  .searchNav__btnText.-sizeItem-01:hover {
    background-color: #48bfe3;
  }

  .searchNav__btnText.-sizeItem-02:hover {
    background-color: #44b863;
  }

  .searchNav__btnText.-sizeItem-03:hover {
    background-color: #ec9400;
  }

  .searchNav__btnText.-sizeItem-04:hover {
    background-color: #6b67a1;
  }

  .searchNav__btnText.-layoutItem-01:hover {
    background-color: #0f80d3;
  }

  .searchNav__btnText.-layoutItem-02:hover {
    background-color: #10b0c1;
  }

  .searchNav__btnText.-layoutItem-03:hover {
    background-color: #44b863;
  }

  .searchNav__btnText.-layoutItem-04:hover {
    background-color: #e9843a;
  }

  .searchNav__btnText.-layoutItem-05:hover {
    background-color: #926db0;
  }

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

  .searchNav__layoutImgList {
    width: 882px;
    padding: 25px 20px 0 25px;
    background-color: #eef0f2;
    border-radius: 5px;
    justify-content: space-between;
  }

  .searchNav__layoutImg a {
    width: 145px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .searchNav__layoutImg a img {
    margin: 0 auto;
    transition: .1s linear;
  }

  .searchNav__layoutImg a:hover {
    transition: .1s linear;
  }

  .searchNav__layoutImg a:hover img {
    opacity: 0;
  }

  .searchNav__layoutImg .-layoutItem-bg-01 {
    background-image: url(/common/img/notebook/common/ico_layout_01_hover.png);
  }

  .searchNav__layoutImg .-layoutItem-bg-02 {
    background-image: url(/common/img/notebook/common/ico_layout_02_hover.png);
  }

  .searchNav__layoutImg .-layoutItem-bg-03 {
    background-image: url(/common/img/notebook/common/ico_layout_03_hover.png);
  }

  .searchNav__layoutImg .-layoutItem-bg-04 {
    background-image: url(/common/img/notebook/common/ico_layout_04_hover.png);
  }

  .searchNav__layoutImg .-layoutItem-bg-05 {
    background-image: url(/common/img/notebook/common/ico_layout_05_hover.png);
  }

  .searchNav__layoutImg a:first-child img {
    transition: .1s linear;
  }

  .searchNav__layoutBtnList {
    margin-top: 15px;
  }

  .searchNav__layoutBtn {
    width: 170px;
  }

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

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

  .searchNav__noButton {
    width: 190px;
    margin-left: 20px;
  }

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

  .searchNav__noButton a:hover {
    background-color: #edf9ff;
  }

  .searchNav__detail {
    width: 230px;
  }

  .searchNav__detailSize {
    width: 230px;
    height: 201px;
  }

  .searchNav__detailSize a {
    font-size: 16px;
    transition: .1s linear;
  }

  .searchNav__detailSize a:hover {
    background-color: #edf9ff;
  }

  .searchNav__detailSize a svg {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
  }

  .searchNav__detailSeries {
    height: 46px;
    margin-top: 15px;
    border-radius: 5px;
    transition: .1s linear;
  }

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

  .searchNav__detailSeries a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .searchNav__detailSeries a svg {
    left: 10px;
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }

  .searchNav__dropdown.-size .searchNav__detailSize a {
    padding-top: 58px;
  }

  .searchNav__dropdown.-layout .searchNav__detail .searchNav__detailSize {
    height: 170px;
  }

  .searchNav__dropdown.-layout .searchNav__detail .searchNav__detailSize a {
    padding-top: 40px;
  }

  .searchNav__dropdown.-no .searchNav__innerNo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .searchNav__dropdown.-no .searchNav__innerNo .searchNav__innerNoList {
    width: 883px;
    height: 100px;
    border-radius: 5px;
  }

  .searchNav__dropdown.-no .searchNav__innerNo .searchNav__detailSeries {
    width: 230px;
  }

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

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

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

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

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

  .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-rank__btnPrev,
  .notebook-prdct .prdctSlide-rank__btnNext {
    top: 115px;
  }

  .notebook-prdct .prdctSlide-rank__btnPrev {
    left: 30px;
  }

  .notebook-prdct .prdctSlide-rank__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 {
    max-width: 235px;
    max-height: 310px;
  }

  .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;
  }

  .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;
  }

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

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

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

  .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;
  }

  #mod-mainContent.note-mainContent {
    padding-bottom: 35px;
  }

  #cat-notebook.search-results.cookie-listmode-thumbnail .prdctList__item {
    margin: 0 37px 30px 0;
    padding-top: 28px !important;
  }

  #cat-notebook.search-results.cookie-listmode-thumbnail .prdctList__item:nth-child(5n) {
    margin-right: 0;
  }

  #cat-notebook.search-results .prdctList__item a .prdctList__img img {
    transition: .1s linear;
  }

  #cat-notebook.search-results .prdctList__item a:hover {
    opacity: 1;
  }

  #cat-notebook.search-results .prdctList__item a:hover .prdctList__img img {
    opacity: 0.75;
  }

  #cat-notebook.search-results .prdctArea__foot {
    padding-bottom: 25px;
  }

  #cat-notebook.search-results .prdctList__btnWrap {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  #cat-notebook.search-results.cookie-listmode-thumbnail .prdctList__btnWrap {
    position: static;
  }

  #cat-notebook.search-results .prdctList {
    padding: 0 120px;
  }

  #cat-notebook.search-results.cookie-listmode-thumbnail .prdctList {
    padding: 0 42px;
  }

  #cat-notebook.search-results.cookie-listmode-thumbnail .prdctList__item {
    padding: 0;
  }

  #cat-notebook.search-results .prdctList__item {
    padding: 13px 0;
  }

  .state-notebook .border-book {
    margin-right: 15px;
    transition: .1s linear;
  }

  .state-notebook .border-book:hover {
    background-color: #edf9ff;
  }

  .searchFnc__order.state-notebook select {
    background-size: 14px auto;
  }

  .nbS-startMonthButton {
    height: 40px;
    margin-right: 5px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 40px;
    cursor: pointer;
    transition: .1s linear;
  }

  .nbS-startMonthButton:hover {
    background-color: #74d0e9;
  }

  .nbS-refineButton {
    width: 160px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
    transition: .1s linear;
  }

  .nbS-refineButton:hover {
    background-color: #4c515c;
  }

  .content-main {
    width: 100%;
  }

  .content-main.notebook-prdct {
    padding: 15px 0;
  }

  .prdctList__itemVarNum {
    font-size: 12px;
  }

  .prdctList__itemPrice {
    font-size: 11px;
  }

  .prdctList__itemPrice > strong {
    font-size: 13px;
  }

  .prdctList__itemLabel {
    margin-bottom: 5px;
    padding: 5px 12px;
    border-radius: 11px;
    font-size: 11px;
  }

  .cookie-listmode-thumbnail .prdctList__itemLabel {
    margin-bottom: 0;
  }

  .prdctList__itemPubText {
    font-size: 15px;
  }

  .prdctList__itemSize {
    font-size: 12px;
  }

  .nbS-startMonthModal {
    z-index: 30;
  }

  .nbS-startMonthModal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 960px;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .nbS-startMonthModalHeader {
    padding: 15px 0;
  }

  .nbS-startMonthModalHeader__title {
    font-size: 18px;
  }

  .nbS-startMonthModalHeader__button {
    left: 15px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-size: 18px auto;
    transition: .1s linear;
    cursor: pointer;
  }

  .nbS-startMonthModalHeader__button:hover {
    opacity: 0.75;
  }

  .nbS-startMonthModalContent {
    padding: 40px 30px 125px 30px;
  }

  .nbS-startMonthModalContent__list {
    display: flex;
  }

  .nbS-startMonthModalContent__list > li {
    font-size: 17px;
  }

  .nbS-startMonthModalContent__list > li:hover span {
    transition: .1s linear;
    text-decoration: underline;
  }

  .nbS-startMonthModalContent__list > li:not(:first-child) {
    margin-left: 67px;
  }

  .nbS-startMonthModalContent__listItem label {
    cursor: pointer;
  }

  .nbS-startMonthModalFooter {
    justify-content: flex-end;
    padding: 15px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .nbS-startMonthModalFooter__number {
    margin-right: 50px;
    font-size: 18px;
  }

  .nbS-startMonthModalFooter__number strong {
    font-size: 24px;
  }

  .nbS-startMonthModalFooter__button {
    width: 260px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    transition: .1s linear;
  }

  .nbS-startMonthModalFooter__button:hover {
    background-color: #4c515c;
  }

  .nbS-startMonthModalFooter__button:disabled {
    cursor: default;
  }

  .nbS-startMonthModalFooter__button:disabled:hover {
    background-color: #74d0e9;
  }

  .nbS-startMonthModalFooter__button img {
    margin-right: 9px;
  }

  .nbS-refineModal {
    z-index: 30;
  }

  .nbS-refineModal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 85%;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 960px;
  }

  .nbS-refineModalHeader {
    padding: 8px 0;
  }

  .nbS-refineModalHeader__title {
    font-size: 18px;
  }

  .nbS-refineModalHeader__close {
    left: 15px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-size: 18px auto;
    cursor: pointer;
    transition: .1s linear;
  }

  .nbS-refineModalHeader__close:hover {
    opacity: .75;
  }

  .nbS-refineModalHeader__clear {
    width: 110px;
    height: 32px;
    margin-top: -16px;
    cursor: pointer;
    transition: .1s linear;
  }

  .nbS-refineModalHeader__clear:hover {
    background-color: #74d0e9;
  }

  .nbS-refineModalContentItem + .nbS-refineModalContentItem {
    border-top: 1px solid #dedede;
  }

  .nbS-refineModalContentItem__header {
    padding: 20px 67px 20px 44px;
    transition: .1s linear;
    cursor: pointer;
  }

  .nbS-refineModalContentItem__header:hover {
    background-color: #ededed;
  }

  .nbS-refineModalContentItem__header::after {
    right: 40px;
  }

  .nbS-refineModalContentItem__header--nonHover:hover {
    cursor: default;
    background-color: #fff;
  }

  .nbS-refineModalContentItem__header + .nbS-refineModalContentItem__list {
    margin-top: 10px;
  }

  .nbS-refineModalContentItem__title {
    font-size: 20px;
  }

  .nbS-refineModalContentItem__list--size {
    padding: 0 58px 20px;
  }

  .nbS-refineModalContentItem__list--layout,
  .nbS-refineModalContentItem__list--startday,
  .nbS-refineModalContentItem__list--period,
  .nbS-refineModalContentItem__list--color,
  .nbS-refineModalContentItem__list--series {
    padding: 0 45px;
  }

  .nbS-refineModalContentItem__listItemHeader {
    width: 230px;
  }

  .nbS-refineModalContentItem__listItemHeader + .nbS-refineModalContentItem__listItemContent {
    margin-top: 18px;
    margin-bottom: 20px;
  }

  .nbS-refineModalContentItem__listItemHeader + .nbS-refineModalContentItem__listItemContent--bottom {
    border-bottom: 0;
  }

  .nbS-refineModalContentItem__listItemTitle {
    font-size: 17px;
  }

  .nbS-refineModalContentItem__listItemClose {
    width: 120px;
    font-size: 14px;
    cursor: pointer;
    text-align: right;
  }

  .nbS-refineModalContentItem__listItemClose:hover {
    text-decoration: underline;
  }

  .nbS-refineModalContentItem__listItemClose::before {
    left: 0;
    height: 18px;
    margin-top: -9px;
  }

  .nbS-refineModalContentItem__listItemClose::after {
    right: -17px;
  }

  .nbS-refineModalContentItem__listItemContent {
    padding-bottom: 20px;
  }

  .nbS-refineModalContentItem__listItemContentInner {
    padding-bottom: 20px;
  }

  .nbS-refineModalContentItem__allCheck {
    margin-bottom: 18px;
    cursor: pointer;
  }

  .nbS-refineModalContentItem__allCheck:hover {
    text-decoration: underline;
  }

  .nbS-refineModalContentItem__allCheck input + span {
    padding-left: 27px;
  }

  .nbS-refineModalContentItem__allCheck label {
    cursor: pointer;
  }

  .nbS-refineModalContentItem__checkList--col-02 {
    display: flex;
    flex-wrap: wrap;
    width: 526px;
  }

  .nbS-refineModalContentItem__checkList--series {
    display: flex;
    flex-wrap: wrap;
  }

  .nbS-refineModalContentItem__checkListItem {
    width: 50%;
    margin-bottom: 15px;
    transition: .1s linear;
  }

  .nbS-refineModalContentItem__checkListItem:hover {
    text-decoration: underline;
  }

  .nbS-refineModalContentItem__checkListItem input + span {
    padding-left: 27px;
  }

  .nbS-refineModalContentItem__checkListItem label {
    cursor: pointer;
  }

  .nbS-refineModalContentItem__close {
    font-size: 14px;
    transition: .1s linear;
    cursor: pointer;
  }

  .nbS-refineModalContentItem__close:hover {
    text-decoration: underline;
  }

  .nbS-refineModalContent {
    height: calc(100% - 49px - 78px);
    box-sizing: border-box;
  }

  .nbS-refineModalFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 15px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
  }

  .nbS-refineModalFooter__number {
    margin-right: 50px;
    font-size: 18px;
  }

  .nbS-refineModalFooter__number strong {
    font-size: 24px;
  }

  .nbS-refineModalFooter__search {
    width: 260px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    transition: .1s linear;
  }

  .nbS-refineModalFooter__search:hover {
    background-color: #4c515c;
  }

  .nbS-refineModalFooter__search:disabled {
    cursor: default;
  }

  .nbS-refineModalFooter__search:disabled:hover {
    background-color: #74d0e9;
  }

  .nbS-refineModalFooter__search img {
    margin-right: 9px;
  }

  .nbS-refineModalContentItem__checkList--layout .nbS-refineModalContentItem__checkListItem {
    width: 100%;
    max-width: 235px;
  }

  .nbS-refineModalContentItem__checkList--layout .nbS-refineModalContentItem__checkListItem:not(:nth-child(3n)) {
    margin-right: 30px;
  }

  .nbS-refineModalContentItem__checkList--layout li:hover input + span::after {
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    width: 235px;
    height: 130px;
    margin: 0;
    border: 3px solid #cdcdcd;
    border-radius: 5px;
    box-sizing: border-box;
  }

  .nbS-refineModalContentItem__checkList--layout li input + span {
    padding: 135px 0 0 0;
  }

  .nbS-refineModalContentItem__checkList--layout li input + span::before {
    position: absolute;
    top: 0;
    left: 5px;
    width: 225px;
    height: 120px;
    margin-top: 0;
    background-size: 225px auto;
  }

  .nbS-refineModalContentItem__checkList--layout li input:checked + span::after {
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    width: 235px;
    height: 130px;
    margin: 0;
    border: 3px solid #48bfe3;
    border-radius: 5px;
    box-sizing: border-box;
    background-image: none;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem {
    width: 14.2%;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:hover {
    text-decoration: none;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:hover input:not(:checked) + span::after {
    border-radius: 50%;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem input + span {
    padding: 55px 0 0 0;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem input + span::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: 0;
    margin-left: -22px;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem input:checked + span::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 55px;
    height: 55px;
    margin-left: -27px;
    border: 3px solid #48bfe3;
    background-image: none;
    box-sizing: border-box;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(13) input + span::before {
    background-size: 45px auto;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(14) input + span::before {
    background-size: 45px auto;
  }

  .nbS-iconLike {
    bottom: 10px;
    right: -15px;
  }

  .cookie-listmode-thumbnail .nbS-iconLike {
    right: 10px;
  }

  .nbS-iconLike:hover circle {
    fill: #4c515c;
    opacity: 1;
  }

  .nbS-iconLike.is-saved:hover svg circle {
    fill: #ff526e;
  }

  .nbS-iconLike svg {
    width: 30px;
  }

  .nbS-iconLike circle {
    transition: .1s linear;
  }

  .nbS-iconLike path {
    transition: .1s linear;
  }

  .quickShop__label {
    margin-bottom: 10px;
  }

  .quickShop__startMonth {
    font-size: 16px;
  }

  .quickShop__colors {
    margin-top: 15px;
  }

  .quickShop__colors li:not(:last-child) {
    margin-right: 13px;
  }

  .quickShop__colorsItem::before {
    top: 5px;
    left: 5px;
    width: 35px;
    height: 35px;
  }

  .quickShop__colorsItem::after {
    width: 45px;
    height: 45px;
    border: 3px solid #cdcdcd;
  }

  .quickShop__colorsItem {
    width: 45px;
    height: 45px;
    cursor: pointer;
  }

  .quickShop__colorsItem:hover::after {
    opacity: 1;
  }

  .quickShop__colorsItem-13-2::before {
    background-size: 35px auto;
  }

  .quickShop__colorsItem-13-3::before {
    background-size: 35px auto;
  }

  .quickShop__colorsItem-13-4::before {
    background-size: 35px auto;
  }

  .quickShop__colorsItem-13-6::before {
    background-size: 35px auto;
  }

  .quickShop__colorsItem-13-7::before {
    background-size: 35px auto;
  }

  .quickShop__colorsItem-13-8::before {
    background-size: 35px auto;
  }

  .quickShop__colorsItem-14-2::before {
    background-size: 35px auto;
  }

  .quickShop__colorsItem-14-4::before {
    background-size: 35px auto;
  }

  .quickShop__colorsItem-14-7::before {
    background-size: 35px auto;
  }

  .quickShop__colorsItem-current {
    width: 45px;
    height: 45px;
    border: 3px solid #48bfe3;
  }

  .notebookWrap {
    padding-bottom: 70px;
  }

  .nbDtl-main {
    display: flex;
    width: 1150px;
    margin: 30px auto 50px;
    padding-bottom: 25px;
  }

  .nbDtl-slider {
    width: 50%;
    margin: 0 auto;
  }

  .nbDtl-slider .prdctDtl__container {
    width: 570px;
  }

  .nbDtl-slider .prdctDtl__container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }

  .nbDtl-slider .prdctDtl__container .swiper-wrapper .swiper-slide a {
    width: 500px;
    height: 460px;
    justify-content: center;
  }

  .nbDtl-slider .prdctDtl__container .swiper-wrapper .swiper-slide a img {
    max-width: 500px;
    max-height: 460px;
  }

  .nbDtl-slider .nbDtl-slider__btnNext,
  .nbDtl-slider .nbDtl-slider__btnPrev {
    width: 30px;
    height: 70px;
    right: 0;
    top: calc(50% + 10px);
    margin-top: -45px;
    background-size: 12px 22px;
  }

  .nbDtl-slider .nbDtl-slider__btnPrev {
    left: 0;
    background-size: 12px 22px;
  }

  .nbDtl-slider .notebook-like {
    right: 5px;
    top: 15px;
  }

  .nbDtl-slider .notebook-like svg {
    width: 50px;
  }

  .nbDtl-slider .prdctDtl__zoomBtn {
    right: 10px;
    bottom: 10px;
  }

  .nbDtl-meta {
    width: 50%;
    padding: 0 30px;
  }

  .nbDtl-meta__head {
    padding-bottom: 15px;
  }

  .nbDtl-meta__month {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4;
  }

  .nbDtl-meta__itemTtl {
    font-size: 27px;
    line-height: 1.3;
    margin-top: 5px;
  }

  .nbDtl-meta__content {
    margin-top: 25px;
  }

  .nbDtl-meta__contLead {
    font-size: 15px;
    line-height: 1.5;
  }

  .nbDtl-meta__contTitle {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.6;
  }

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

  .nbDtl-meta__contNo {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5;
  }

  .nbDtl__purchaseArea {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    z-index: 11;
  }

  .nbDtl__purchaseArea::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    opacity: 0.8;
  }

  .nbDtl__purchaseArea__inner {
    width: 1180px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .nbDtl__purchaseArea__txt {
    line-height: 1.5;
    font-size: 16px;
    margin-right: 20px;
  }

  .nbDtl__purchaseArea__txt .num {
    font-size: 20px;
  }

  .nbDtl__purchaseArea__btn {
    width: 320px;
    line-height: 54px;
  }

  .nbDtl__purchaseArea__btn::before {
    width: 25px;
    background-size: 25px;
    top: 15px;
    left: 60px;
  }

  .nbDtl-renual {
    background-size: 25px 25px;
  }

  .nbDtl-renual__inner {
    width: 1150px;
    margin: 0 auto;
  }

  .nbDtl-renual__item {
    padding: 30px 0 30px;
  }

  .nbDtl-renual__title {
    width: 240px;
    margin: 0 auto;
    padding: 6px 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 21px;
  }

  .nbDtl-renual__text {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-top: 12px;
  }

  .nbDtl-type__inner {
    width: 1150px;
    margin: 10px auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nbDtl-type__item {
    width: 545px;
    margin-top: 50px;
  }

  .nbDtl-type__item a img {
    max-width: 545px;
    max-height: 375px;
    margin: 0 auto;
  }

  .nbDtl-type__title {
    font-size: 22px;
    margin: 25px 0 10px;
  }

  .nbDtl-utility {
    padding-top: 60px;
  }

  .nbDtl-utility__inner {
    margin: 30px auto 0;
    width: 1150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nbDtl-utility__list {
    width: 550px;
  }

  .nbDtl-utility__list:first-child .nbDtl-utility__listTitle {
    border-top: 1px solid #48bfe3;
  }

  .nbDtl-utility__list:first-child .nbDtl-utility__data {
    border-top: 1px solid #e0e0e0;
  }

  .nbDtl-utility__listTitle {
    width: 160px;
    padding: 15px 0;
  }

  .nbDtl-utility__data {
    padding: 15px 0 15px 30px;
  }

  .nbDtl-append {
    padding: 60px 0;
  }

  .nbDtl-append__inner {
    width: 1150px;
    margin: 10px auto 30px;
    justify-content: flex-start;
  }

  .nbDtl-append__item {
    width: 276px;
    min-height: 58px;
    padding: 10px 12px 10px 38px;
    margin: 15px 15px 0 0;
    font-size: 14px;
    background-size: 18px 18px;
  }

  .nbDtl-append__item::before {
    width: 17px;
    height: 13px;
    left: 12px;
    top: calc(50% - 6px);
  }

  .nbDtl-append__item::after {
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }

  .-notebook .prdctDtl__modal__close {
    width: 18px;
    height: 18px;
    top: 29px;
    right: 15px;
  }

  .notebook-prdct .prdctArea-recent {
    width: 1150px;
    margin: 30px auto 0;
    letter-spacing: 2px;
  }

  .notebook-prdct .prdctArea-recent__item {
    width: 181px;
    margin-right: 12px;
  }

  .notebook-prdct .prdctArea-recent__item:hover .prdctSlide__itemTtl {
    text-decoration: underline;
  }

  .notebook-prdct .prdctArea-recent__item .prdctSlide__img {
    width: 140px;
    height: 125px;
  }

  .notebook-prdct .prdctArea-recent__item .prdctSlide__img img {
    max-width: 140px;
    max-height: 125px;
  }

  .notebook-prdct .prdctArea-recent__item .prdctSlide__itemTtl {
    font-size: 14px;
    line-height: 1.3;
  }

  .notebook-prdct .prdctArea-recent__item .prdctSlide__price {
    padding-right: 45px;
  }

  .notebook-prdct .prdctArea-recent__item .notebook-like {
    top: 100px;
    right: 30px;
  }

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

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

  .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;
  }

  .no-number {
    margin: 0 auto;
  }

  .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-content {
    width: 1150px;
    margin: 0 auto;
    padding: 40px 0;
    border-radius: 4px;
  }

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

  .no-number-content__inner .searchNav__innerNoList {
    height: 100px;
    border-radius: 5px;
  }

  .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;
  }

  .productNo-search label input {
    width: 350px;
    height: 48px;
    margin-top: 20px;
    transition: .1s linear;
    cursor: pointer;
  }

  .productNo-search label input:hover {
    border-color: #626262;
  }

  .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;
  }

  .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 {
    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: 234px;
  }

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

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

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

  .abolition-tblContainer table thead .row-02 td:nth-child(3) {
    width: 92px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(5),
  .abolition-tblContainer table thead .row-02 td:nth-child(6),
  .abolition-tblContainer table thead .row-02 td:nth-child(7) {
    width: 73px;
  }

  .change-number__text {
    font-size: 13px;
    margin-top: 10px;
  }

  .change-number .abolition-content {
    padding-bottom: 50px;
  }

  .reservation {
    width: 960px;
  }

  .reservation-head__title {
    font-size: 27px;
    margin-top: 35px;
  }

  .reservation-head__text {
    margin-top: 35px;
  }

  .reservation-content {
    margin-top: 50px;
  }

  .reservation-content__title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .reservation-booking {
    padding: 40px;
    margin-top: 20px;
    border: 4px solid #eeeff1;
  }

  .reservation-booking__title {
    font-size: 20px;
  }

  .reservation-booking__text + .reservation-booking__title {
    margin-top: 40px;
  }

  .reservation-booking__text.delivery-fee {
    margin-top: 25px;
  }

  .reservation-booking__text a:hover {
    text-decoration: none;
  }

  .reservation-booking__price {
    margin-top: 5px;
  }

  .reservation-booking__notice {
    font-size: 13px;
    margin-top: 25px;
  }

  .reservation-booking__way {
    margin-top: 40px;
  }

  .reservation-booking li::before {
    width: 7px;
    height: 7px;
    top: 10px;
  }

  .reservation-info {
    margin: 50px auto;
  }

  .reservation-info__text {
    font-size: 18px;
  }

  .reservation-info .bookNews__btn {
    margin-top: 15px;
  }

  .favorite {
    padding-bottom: 50px;
  }

  .favorite .nb-list__wrapper {
    padding: 50px;
  }

  .favorite .abol-number__title {
    padding-left: 55px;
    line-height: 42px;
  }

  .favorite .abol-number__title svg {
    width: 42px;
    height: 42px;
  }

  .favorite-delete a {
    font-size: 13px;
    margin-top: 10px;
    transition: .1s linear;
    cursor: pointer;
  }

  .favorite-delete a:hover {
    text-decoration: underline;
  }

  .no-favorite__content {
    width: 1150px;
    padding: 25px 35px 35px 35px;
    border-radius: 4px;
  }

  .no-favorite__content + .no-favorite__content {
    margin-top: 20px;
  }

  .no-favorite__content .-size {
    margin-top: 25px;
  }

  .no-favorite__content .-size .searchNav__detailSize {
    width: 175px;
    height: 263px;
  }

  .no-favorite__content .-size .searchNav__detailSize a svg {
    margin: 90px auto 10px;
  }

  .no-favorite__content .-layout {
    margin-top: 20px;
  }

  .no-favorite__content .-layout .searchNav__detailSize {
    width: 175px;
    height: 231px;
  }

  .no-favorite__content .-layout .searchNav__detailSize a svg {
    margin: 75px auto 10px;
  }

  .no-favorite__title {
    font-size: 24px;
  }

  .no-favorite__btnGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1150px;
    margin: 20px auto 0;
  }

  .no-favorite__btnGroup .-no,
  .no-favorite__btnGroup .searchNav__detail {
    border-radius: 4px;
    width: 564px;
    height: 211px;
    padding: 25px 30px;
  }

  .no-favorite__btnGroup .searchNav__innerNoList {
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
  }

  .no-favorite__btnGroup .searchNav__noInput input {
    width: 264px;
  }

  .no-favorite__btnGroup .searchNav__detailSeries {
    width: 320px;
    height: 40px;
    margin-top: 0;
  }

  .app {
    padding: 0;
  }

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

  .app__title {
    font-size: 27px;
    padding: 33px 0;
  }

  .app-list__wrapper + .app-list__wrapper {
    margin-top: 40px;
  }

  .app-list__item {
    width: 260px;
    margin-right: 35px;
  }

  .app-list__item:nth-child(4n) {
    margin-right: 0;
  }

  .app-list__item:nth-child(n + 5) {
    margin-top: 45px;
  }

  .app-list__item img {
    width: 260px;
    height: 140px;
  }

  .app-list__title {
    margin-top: 15px;
  }

  .app-list__subTitle {
    display: block;
    font-size: 13px;
  }

  .app-list__text {
    font-size: 13px;
    margin-top: 5px;
  }

  .nbInsta {
    padding: 60px 0;
  }

  .nbInsta .swiper-wrapper {
    height: 300px;
  }

  .nbInsta .swiper-slide {
    max-width: 300px;
  }

  .nbInsta .swiper-slide a {
    transition: opacity .23s ease-in;
  }

  .nbInsta .swiper-slide a:hover {
    opacity: .6;
  }

  .nbInsta .swiper-slide a img {
    max-width: 300px;
    max-height: 300px;
  }

  .nbInsta .swiper-button-next,
  .nbInsta .swiper-button-prev {
    width: 36px;
    height: 90px;
    right: 15px;
    margin-top: -45px;
    background-size: 12px 22px;
  }

  .nbInsta .swiper-button-prev {
    left: 15px;
    background-size: 12px 22px;
  }

  .nbInsta-container {
    margin: 30px auto 0;
    max-width: 332px;
  }

  .nbInsta .bookNews__btn {
    margin-top: 30px;
  }

  .nbInsta .nbContent-title img {
    width: 38px;
    margin-right: 17px;
  }

  .nbSeries {
    padding: 60px 0;
    background-size: 25px 25px;
  }

  .nbSeries-slider {
    width: 1150px;
    padding: 37px 0 25px;
    margin: 0 auto;
  }

  .nbSeries__inner {
    width: 1150px;
    margin: 30px auto 20px;
    display: flex;
    justify-content: space-between;
  }

  .nbSeries__item {
    width: 366px;
  }

  .nbSeries__item:not(:last-child) {
    margin-right: 25px;
  }

  .nbSeries__imgBlock {
    width: 366px;
  }

  .nbSeries__imgBlock::before {
    width: 106px;
    height: 59px;
    top: -7px;
  }

  .nbSeries__imgBlock::after {
    transition: .1s linear;
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 32px);
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    border-radius: 5px 5px 0 0;
  }

  .nbSeries__imgCap {
    padding: 5px 0 4px 0;
  }

  .nbSeries__title {
    font-size: 26px;
    margin-top: 20px;
  }

  .nbSeries__text {
    padding: 10px 15px 0 15px;
  }

  .nbSeries__link {
    transition: .1s linear;
    padding-bottom: 30px;
    cursor: pointer;
  }

  .nbSeries__link:hover {
    background-color: #fff;
  }

  .nbSeries__link:hover .nbSeries__imgBlock::after {
    opacity: 0.2;
  }

  .nbSeries__link::after {
    width: 9px;
    height: 15px;
    right: 15px;
    bottom: 15px;
  }

  .nbSeries__more {
    width: 1150px;
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .nbSeries__moreText {
    font-size: 21px;
    margin-right: 15px;
    line-height: 56px;
  }

  .nbSeries__moreText::before {
    width: 64px;
    height: 58px;
    top: -21px;
    left: -70px;
  }

  .nbSeries__moreBtn {
    width: 340px;
    height: 56px;
  }

  .nbSeries .swiper-slide {
    width: 34%;
    height: initial;
  }

  .nbSeries .swiper-slide a {
    width: 366px;
  }

  .nbSeries .swiper-button-next,
  .nbSeries .swiper-button-prev {
    display: none;
  }

  .nbSeries .swiper-button-prev {
    display: none;
  }

  .nbSeries .nbContent-title::after {
    margin-left: -48px;
  }

  .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-attention {
    padding: 60px 0;
    margin: 50px auto;
  }

  .nb-attention__inner {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .nb-attention__item {
    width: 555px;
  }

  .nb-attention__title {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .nb-attention__title svg {
    width: 50px;
    height: 50px;
    margin: 0 15px 8px 0;
  }

  .nb-attention__content {
    width: 555px;
    height: 320px;
    margin-top: 7px;
    transition: .1s linear;
  }

  .nb-attention__content::before {
    height: 170px;
    background-size: 100%;
  }

  .nb-attention__content.is-normal-01::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 320px;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: .1s linear;
    border-radius: 8px;
  }

  .nb-attention__content.is-normal-02::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 320px;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: .1s linear;
    border-radius: 8px;
  }

  .nb-attention__lead {
    font-size: 23px;
    bottom: 20px;
    letter-spacing: 2px;
  }

  .nb-attention__text {
    margin-top: 25px;
    text-align: center;
    font-size: 15px;
  }

  .nb-attention.is-special {
    margin: 0 auto;
  }

  .nb-attention.is-special .nb-attention__inner {
    margin: 30px auto 0;
  }

  .nb-attention.is-special .nb-attention__item::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 320px;
    top: 7px;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: .1s linear;
    border-radius: 8px;
    cursor: pointer;
  }

  .nb-attention.is-special .nb-attention__content::before {
    width: 134px;
    top: -7px;
  }

  .nb-attention.is-special .nb-attention__content::after {
    height: 170px;
    background-size: 100%;
  }

  .nb-attention.is-special .nb-attention__lead {
    font-size: 28px;
  }

  .nb-goodPoint {
    height: 579px;
    padding-top: 60px;
    background-image: url(../img/notebook/top/bg_goodPoint_pc.jpg);
  }

  .nb-goodPoint__inner {
    width: 1142px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
  }

  .nb-goodPoint__item {
    width: 360px;
  }

  .nb-goodPoint__item + .nb-goodPoint__item {
    margin-left: 30px;
  }

  .nb-goodPoint__text {
    padding: 25px 0;
    border-radius: 34px;
  }

  .nb-goodPoint__text::before {
    width: 20px;
    height: 15px;
    left: 20px;
    top: 18px;
  }

  .nb-goodPoint__text::after {
    width: 42px;
    height: 15px;
    bottom: -15px;
    left: calc(50% - 21px);
    background-size: 100%;
  }

  .nb-goodPoint__textAge {
    font-size: 11px;
  }

  .nb-goodPoint__textAge span {
    font-size: 14px;
  }

  .nb-goodPoint__img {
    width: 140px;
    margin: 19px auto 0;
  }

  .nbSs .nbSs-header {
    height: 110px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1150px;
    display: flex;
    flex-wrap: nowrap;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp {
    width: 520px;
    margin-top: 30px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp .nbSs-header__icon img {
    width: 50px;
    height: 50px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp .nbSs-header__title {
    font-size: 32px;
    margin-left: 15px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__searchAll {
    position: relative;
    height: 50px;
    width: 260px;
    margin-top: 36px;
    margin-left: 370px;
    border-radius: 5px;
    transition: 0.1s linear;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__searchAll:hover {
    background-color: #4c515c;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__searchAll a {
    height: 50px;
    width: 260px;
    padding-top: 16px;
    font-size: 16px;
  }

  .nbSs .nbSs-content {
    background-image: url("../img/notebook/search-series/bg_series.jpg");
    background-size: 25px auto;
  }

  .nbSs .nbSs-content .nbSs-content__top {
    width: 1150px;
    height: 334px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fffef2;
    display: flex;
    flex-wrap: nowrap;
  }

  .nbSs .nbSs-content .nbSs-content__top:hover {
    background-color: #fff;
  }

  .nbSs .nbSs-content .nbSs-content__top:hover .nbSs-content__topImgHover {
    opacity: 0.2;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topImg img {
    width: 554px;
    height: 334px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topImgHover {
    width: 554px;
    height: 334px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topImgSp {
    display: none;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap {
    width: 593px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topTheme {
    width: 473px;
    height: 38px;
    font-size: 15px;
    margin-top: 60px;
    margin-left: 60px;
    padding-top: 10px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topTheme::after {
    width: 39px;
    height: 13px;
    margin-left: -19px;
    background-size: 39px auto;
    top: 36px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topTitle {
    width: 473px;
    height: 50px;
    font-size: 40px;
    margin-left: 60px;
    margin-top: 12px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topText {
    width: 473px;
    height: 70px;
    margin-top: 10px;
    margin-left: 60px;
    font-size: 16px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topArrow {
    right: 13px;
    bottom: 13px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topArrow img {
    width: 9px;
    height: 15px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap {
    width: 1150px;
    margin-top: 5px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product {
    width: 366px;
    margin-top: 45px;
    transition: 0.1s linear;
    cursor: pointer;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product:hover {
    background-color: #fff;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product:hover .nbSs-content__productImgHover {
    opacity: 0.2;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productImg img {
    width: 100%;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productImgSp img {
    display: none;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleBlue {
    margin-top: 22px;
    font-size: 21px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleBlueLine {
    margin-top: 22px;
    padding-bottom: 11px;
    font-size: 19px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleRed {
    margin-top: 22px;
    padding-bottom: 9px;
    font-size: 21px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleNaivy {
    font-size: 21px;
    margin-top: 22px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productText {
    padding: 0 25px 27px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productArrow {
    right: 13px;
    bottom: 13px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productArrow img {
    height: 15px;
    weight: 9px;
  }

  .nbSs .nbSs-footer {
    height: 150px;
    padding-top: 50px;
  }

  .nbSs .nbSs-footer .nbSs-footer__searchAll {
    height: 50px;
    width: 260px;
    transition: .1s linear;
  }

  .nbSs .nbSs-footer .nbSs-footer__searchAll:hover {
    background-color: #4c515c;
  }

  .nbSs .nbSs-footer .nbSs-footer__searchAll a {
    height: 50px;
    width: 260px;
    padding-top: 16px;
    font-size: 16px;
  }

  .nbSs-modal {
    z-index: 21;
  }

  .nbSs-modal__inner {
    width: 1040px;
    height: 85%;
    max-height: 600px;
    background-size: 100% 320px;
  }
  .nbSs-modalHeader__title span {
    position: absolute;
    font-size: 25px;
    margin-top: 0px;
}

  .nbSs-modalHeader {
    margin-top: -320px;
    padding: 40px 0;
  }

  .nbSs-modalHeader__title {
    font-size: 42px;
  }

  .nbSs-modalHeader__title-small {
    font-size: 34px;
  }

  .nbSs-modalHeader__button {
    top: 15px;
    right: 30px;
    width: 18px;
    height: 18px;
    background-size: 18px auto;
    cursor: pointer;
    transition: .1s linear;
  }

  .nbSs-modalHeader__button:hover {
    opacity: 0.75;
  }

  .nbSs-modalHeader-small {
    padding: 35px 0;
  }

  .nbSs-modalContent {
    height: calc(100% - 77px);
    padding: 0 0 10px;
  }

  .nbSs-modalContent__list {
    display: flex;
    justify-content: space-between;
    padding: 0 90px;
  }

  .nbSs-modalContent__item {
    width: calc(50% - 20px);
    text-align: center;
  }

  .nbSs-modalContent__title {
    font-size: 19px;
  }

  .nbSs-modalContent__text {
    font-size: 14px;
    text-align: left;
  }

  .nbSs-modalContent__image::before {
    width: 98px;
    height: 60px;
    background-size: 98px auto;
  }

  .nbSs-modalContent__image {
    margin-bottom: 15px;
  }

  .nbSs-modalFooter {
    padding: 15px 0;
  }

  .nbSs-modalFooter__link {
    padding: 15px 35px;
    font-size: 16px;
    transition: .1s linear;
  }

  .nbSs-modalFooter__link:hover {
    background-color: #74d0e9;
  }

  .nbSs-modalFooter__button {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
    cursor: pointer;
    transition: .1s linear;
  }

  .nbSs-modalFooter__button:hover {
    opacity: 0.75;
  }

  .nbSs-modal__cover {
    height: 320px;
  }

  .nbSl .nbSl-header {
    height: 110px;
  }

  .nbSl .nbSl-header .nbSl-header__wrap {
    width: 1150px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__Sp {
    margin-top: 30px;
    width: 520px;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__Sp .nbSl-header__icon img {
    width: 50px;
    height: 50px;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__Sp .nbSl-header__title {
    font-size: 32px;
    margin-left: 15px;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__searchAll {
    height: 50px;
    width: 260px;
    margin-top: 36px;
    margin-left: 370px;
    transition: .1s linear;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__searchAll:hover {
    background-color: #4c515c;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__searchAll a {
    height: 50px;
    width: 260px;
    padding-top: 13px;
    font-size: 16px;
  }

  .nbSl .nbSl-content {
    background-size: 25px 25px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    padding-top: 15px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product {
    position: relative;
    width: 366px;
    height: 404px;
    margin: 25px 0 0 25px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product:hover {
    background-color: #e2e8ed;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product:hover .nbSl-content__productImgHover {
    opacity: 0.08 !important;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product a {
    position: absolute;
    width: 366px;
    height: 404px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productImg {
    position: relative;
    width: 100%;
    height: 195px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productImg .nbSl-content__productImgHover {
    position: absolute;
    top: 0;
    width: 366px;
    height: 195px;
    opacity: 0;
    background-color: #000000;
    transition: .1s linear;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme1 {
    height: 32px;
    width: 240px;
    margin: 30px auto 0;
    padding-top: 9px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme2 {
    height: 32px;
    width: 240px;
    margin: 30px auto 0;
    padding-top: 9px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme3 {
    height: 32px;
    width: 240px;
    margin: 30px 0 0 63px;
    padding-top: 9px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme4 {
    height: 32px;
    width: 240px;
    margin: 30px 0 0 63px;
    padding-top: 9px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme5 {
    height: 32px;
    width: 240px;
    margin: 30px 0 0 63px;
    padding-top: 9px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTitle {
    margin: 10px auto 15px;
    font-size: 24px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productText {
    width: 306px;
    height: 70px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__arrow img {
    width: 9px;
    height: 15px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall {
    padding-bottom: 50px;
    flex-wrap: nowrap;
    text-align: center;
    width: 1200px;
    margin: 45px auto 0;
    padding-left: 25px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall {
    width: 280px;
    height: 352px;
    margin-right: 9px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall:hover {
    background-color: #e2e8ed;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall:hover .nbSl-content__productImgHover {
    opacity: 0.08;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productImg {
    width: 280px;
    height: 160px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productImg .nbSl-content__productImgHover {
    width: 280px;
    height: 160px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productThemeSmall {
    margin-top: 24px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productTitleSmall {
    font-size: 20px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productTextSmall {
    margin-top: 9px;
    font-size: 12px;
    padding: 0 20px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__arrow img {
    width: 9px;
    height: 15px;
  }

  .nbSl .nbSl-footer {
    height: 150px;
    padding-top: 50px;
  }

  .nbSl .nbSl-footer .nbSl-footer__searchAll {
    height: 50px;
    width: 260px;
  }

  .nbSl .nbSl-footer .nbSl-footer__searchAll:hover {
    background-color: #4c515c;
  }

  .nbSl .nbSl-footer .nbSl-footer__searchAll a {
    height: 50px;
    width: 260px;
    font-size: 16px;
  }

  .nbSsz .nbSsz-header {
    height: 110px;
  }

  .nbSsz .nbSsz-header .nbSsz-header__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1150px;
    display: flex;
    flex-wrap: nowrap;
  }

  .nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp {
    width: calc(100% - 260px);
    margin-top: 30px;
  }

  .nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp .nbSsz-header__icon svg {
    width: 50px;
    height: 50px;
  }

  .nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp .nbSsz-header__title {
    font-size: 32px;
    margin-left: 15px;
  }

  .nbSsz .nbSsz-header .nbSsz-header__wrap .-header {
    margin-top: 30px;
  }

  .nbSsz .nbSsz-header .nbSsz-header__wrap .-header:hover {
    background-color: #4c515c;
  }

  .nbSsz .nbSsz-size__guide {
    width: 1148px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__guideBgSp {
    display: none;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__guideBg a {
    margin-bottom: 1px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button {
    margin-top: 25px;
    font-size: 19px;
    border-radius: 8px;
    overflow: hidden;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__compact {
    width: 286px;
    height: 66px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__compact:hover {
    background-color: #48bfe3;
    color: #ffffff;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__compact p {
    text-align: center;
    width: 200px;
    margin: 21px 33px 23px 53px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__compact p:before {
    width: 34px;
    height: 34px;
    left: 18px;
    top: 15px;
    content: '';
    background-image: url("../img/notebook/search-size/icon_arrow_underBlue.svg");
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__book {
    width: 286px;
    height: 66px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__book:hover {
    background-color: #44b863;
    color: #ffffff;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__book p {
    text-align: center;
    width: 200px;
    margin: 21px 33px 23px 53px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__book p:before {
    width: 34px;
    height: 34px;
    left: 18px;
    background-image: url("../img/notebook/search-size/icon_arrow_underGreen.svg");
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__b6 {
    width: 286px;
    height: 66px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__b6:hover {
    background-color: #ec9400;
    color: #ffffff;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__b6 p {
    text-align: center;
    width: 200px;
    margin: 21px 33px 23px 53px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__b6 p:before {
    width: 34px;
    height: 34px;
    left: 18px;
    background-image: url("../img/notebook/search-size/icon_arrow_underOrange.svg");
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__note {
    width: 286px;
    height: 66px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__note:hover {
    background-color: #6b67a1;
    color: #ffffff;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__note p {
    width: 200px;
    text-align: center;
    margin: 21px 33px 23px 53px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__note p:before {
    width: 34px;
    height: 34px;
    left: 18px;
    background-image: url("../img/notebook/search-size/icon_arrow_underPurple.svg");
  }

  .nbSsz .nbSsz-compact {
    padding-top: 55px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__icon {
    height: 110px;
    width: 110px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap {
    margin-left: 20px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap .nbSsz-compact__title {
    font-size: 34px;
    text-align: left;
    margin-top: 5px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap .nbSsz-compact__text {
    font-size: 16px;
    width: 750px;
    height: 53px;
    margin: 5px auto 0;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .-compact {
    margin-top: 55px;
    margin-left: 9px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .-compact:hover {
    background-color: #74d0e9;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main {
    background-image: url("../img/notebook/search-size/bg_size_pc.jpg");
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap {
    width: 1150px;
    margin: 0 auto;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__right {
    width: 15px;
    fill: #8ed8ed;
    transition: .1s linear;
    position: absolute;
    right: -15px;
    top: calc(50% - 26px);
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap {
    width: 100%;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain {
    width: 260px;
    display: flex;
    flex-wrap: wrap;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain:hover .nbSsz-compact__left {
    background-color: #48bfe3;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain:hover .nbSsz-compact__theme {
    color: #fff;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain:hover .nbSsz-compact__right {
    fill: #48bfe3;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain .nbSsz-compact__left {
    width: 245px;
    height: 210px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain .nbSsz-compact__left .nbSsz-compact__imgPc {
    width: 120px;
    margin-top: 20px;
    margin-left: 63px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain .nbSsz-compact__left .nbSsz-compact__theme {
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub01 img {
    width: 64px;
    height: 100px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub02 img {
    width: 73px;
    height: 103px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub03 img {
    width: 64px;
    height: 112px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub03 .nbSsz-compact__imgWrap {
    width: 142px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap {
    margin-top: 20px;
    width: 100%;
    height: 220px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain {
    width: 260px;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain:hover .nbSsz-compact__left {
    background-color: #48bfe3;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain:hover .nbSsz-compact__theme {
    color: #fff;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain:hover .nbSsz-compact__right {
    fill: #48bfe3;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__left {
    width: 245px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__left .nbSsz-compact__imgPc img {
    width: 120px;
    height: 120px;
    margin-top: 25px;
    margin-left: 63px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__left .nbSsz-compact__theme {
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__right {
    width: 15px;
    fill: #8ed8ed;
    transition: .1s linear;
    position: absolute;
    right: -15px;
    top: calc(50% - 26px);
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__sub01 img {
    width: 73px;
    height: 117px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__sub02 img {
    width: 68px;
    height: 120px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__sub03 img {
    width: 73px;
    height: 125px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap {
    width: 853px;
    height: 230px;
    margin-top: 20px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain {
    width: 260px;
    height: 230px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain:hover .nbSsz-compact__left {
    background-color: #48bfe3;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain:hover .nbSsz-compact__theme {
    color: #fff;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain:hover .nbSsz-compact__right {
    fill: #48bfe3;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__left {
    width: 245px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__left .nbSsz-compact__imgPc {
    width: 120px;
    height: 120px;
    margin-top: 25px;
    margin-left: 63px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__left .nbSsz-compact__theme {
    margin-top: 8px;
    font-size: 16px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__right {
    width: 15px;
    fill: #8ed8ed;
    transition: .1s linear;
    position: absolute;
    right: -15px;
    top: calc(50% - 26px);
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__sub01 img {
    width: 68px;
    height: 134px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__sub02 img {
    width: 68px;
    height: 136px;
  }

  .nbSsz .nbSsz__text {
    font-size: 16px;
    margin-top: 5px;
    width: 750px;
    height: 53px;
  }

  .nbSsz .nbSsz__subText {
    font-size: 14px;
    margin: 0 30px;
    padding-bottom: 35px;
  }

  .nbSsz .nbSsz__arrow {
    width: 9px;
    height: 15px;
    right: 10px;
    bottom: 10px;
  }

  .nbSsz .nbSsz-size__title {
    font-size: 19px;
  }

  .nbSsz .nbSsz-compact__sub01 {
    width: 287px;
    border-radius: 5px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-compact__sub01:hover {
    background-color: #c3ecf8;
  }

  .nbSsz .nbSsz-compact__sub01 img {
    margin: 0 auto 30px;
  }

  .nbSsz .nbSsz-compact__sub02 {
    width: 287px;
  }

  .nbSsz .nbSsz-compact__sub02:hover {
    background-color: #c3ecf8;
  }

  .nbSsz .nbSsz-compact__sub02 img {
    height: 103px;
    margin: 0 auto 30px;
  }

  .nbSsz .nbSsz-compact__sub03 {
    width: 287px;
  }

  .nbSsz .nbSsz-compact__sub03:hover {
    background-color: #c3ecf8;
  }

  .nbSsz .nbSsz-compact__sub03 img {
    margin: 0 auto 30px;
  }

  .nbSsz .nbSsz-compact__arrowWhite {
    right: 10px;
    bottom: 10px;
  }

  .nbSsz .nbSsz-book {
    padding-top: 55px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__head {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__icon {
    height: 110px;
    width: 110px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__headWrap {
    margin-left: 20px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__headWrap .nbSsz-book__title {
    font-size: 34px;
    margin-top: 5px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__head .-book {
    margin-top: 55px;
    margin-left: 9px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__head .-book:hover {
    background-color: #71cb89;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content {
    margin-top: 20px;
    padding-bottom: 40px;
    background-image: url("../img/notebook/search-size/bg_size_pc.jpg");
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap {
    width: 1150px;
    padding-top: 40px;
    margin: 0 auto;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub {
    width: 376px;
    margin-right: 10px;
    transition: .1s linear;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub .nbSsz-book__title {
    font-size: 21px;
    margin-top: 35px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub .nbSsz-book__img01 {
    width: 85px;
    height: 119px;
    position: relative;
    margin: 40px auto 20px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub .nbSsz-book__img02 {
    width: 85px;
    height: 138px;
    position: relative;
    margin: 20px auto;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub .nbSsz-book__arrow {
    width: 9px;
    height: 15px;
    right: 10px;
    bottom: 10px;
    background-image: url("../img/notebook/search-size/icon_arrow.png");
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub:hover {
    background-color: #c8f0cf;
  }

  .nbSsz .nbSsz-notebook__searchAll {
    position: relative;
    height: 50px;
    width: 260px;
    transition: 0.1s linear;
  }

  .nbSsz .nbSsz-notebook__searchAll a {
    height: 50px;
    width: 260px;
    padding-top: 16px;
    font-size: 16px;
  }

  .nbSsz .page-back {
    right: 0;
    bottom: -70px;
    color: #2fa4df;
  }

  .nbSsz .page-back:hover {
    text-decoration: underline;
  }

  .nbSsz-b6 {
    padding-top: 55px;
  }

  .nbSsz-b6 .nbSsz-b6__head {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__icon {
    height: 110px;
    width: 110px;
  }

  .nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__headWrap {
    margin: 10px 0 0 20px;
  }

  .nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__headWrap .nbSsz-b6__title {
    font-size: 34px;
  }

  .nbSsz-b6 .nbSsz-b6__head .-b6 {
    margin-top: 55px;
    margin-left: 9px;
  }

  .nbSsz-b6 .nbSsz-b6__head .-b6:hover {
    background-color: #f5b040;
  }

  .nbSsz-b6 .nbSsz-b6__content {
    margin-top: 20px;
    padding-bottom: 40px;
    background-image: url("../img/notebook/search-size/bg_size_pc.jpg");
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap {
    width: 1148px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub {
    width: 376px;
    margin-right: 10px;
    transition: .1s linear;
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__title {
    font-size: 21px;
    margin-top: 35px;
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__img01 img {
    width: 96px;
    height: 147px;
    margin: 15px auto 20px;
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__img02 img {
    width: 102px;
    height: 147px;
    margin: 15px auto 20px;
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__arrow {
    width: 9px;
    height: 15px;
    right: 10px;
    bottom: 10px;
    background-image: url("../img/notebook/search-size/icon_arrow.png");
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub:hover {
    background-color: #ffe7c3;
  }

  .nbSsz-note {
    padding-top: 55px;
  }

  .nbSsz-note .nbSsz-note__head {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .nbSsz-note .nbSsz-note__head .nbSsz-note__icon {
    height: 110px;
    width: 110px;
  }

  .nbSsz-note .nbSsz-note__head .nbSsz-note__headWrap {
    margin-left: 20px;
  }

  .nbSsz-note .nbSsz-note__head .nbSsz-note__headWrap .nbSsz-note__title {
    font-size: 34px;
  }

  .nbSsz-note .nbSsz-note__head .-note {
    margin: 55px 0 0 10px;
  }

  .nbSsz-note .nbSsz-note__head .-note:hover {
    background-color: #8f8cb9;
  }

  .nbSsz-note .nbSsz-note__content {
    margin-top: 20px;
    padding-bottom: 40px;
    background-image: url("../img/notebook/search-size/bg_size_pc.jpg");
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap {
    width: 1148px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub {
    width: 376px;
    transition: .1s linear;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__title {
    font-size: 21px;
    margin-top: 30px;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__img01 {
    position: relative;
    width: 95px;
    height: 168px;
    margin: 50px auto 20px;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__img02 {
    width: 119px;
    height: 169px;
    margin: 50px auto 20px;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__img03 {
    width: 146px;
    height: 205px;
    margin: 15px auto 20px;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__arrow {
    width: 9px;
    height: 15px;
    right: 10px;
    bottom: 10px;
    background-image: url("../img/notebook/search-size/icon_arrow.png");
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__sub:hover {
    background-color: #e0e2f2;
  }

  .nbSsz-footer {
    height: 150px;
    padding-top: 50px;
  }

  .nbSsz-footer .-footer {
    margin: 0 auto;
  }

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

@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 (min-width: 768px) and (min-width: 768px) {
  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:hover input:not(:checked) + span::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 55px;
    height: 55px;
    margin-top: -5px;
    margin-left: -27px;
    border: 3px solid #cdcdcd;
    background-image: none;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .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 20px 0 40px;
  }

  .notebook-nav__noButton {
    width: 100px;
    margin-left: 10px;
  }

  .notebook-nav__noButton a {
    width: 100px;
    height: 44px;
    font-size: 12px;
    line-height: 44px;
  }

  .searchNav {
    background-color: #fff;
    border-bottom: 2px solid #48bfe3;
  }

  .searchNav__list {
    height: 66px;
    margin: 0 10px;
    border-bottom: none;
  }

  .searchNav__item {
    font-size: 11px;
  }

  .searchNav__item:first-child {
    border-top-left-radius: 4px;
  }

  .searchNav__item:last-child {
    border-top-right-radius: 4px;
  }

  .searchNav__item svg {
    display: block;
    width: 21px;
    height: 21px;
    margin: 5px auto 3px;
  }

  .searchNav__item.is-selected::after {
    width: 40px;
    height: 10px;
    bottom: -12px;
    left: calc(50% - 20px);
  }

  .searchNav__dropdown {
    padding: 20px 10px 30px 10px;
    background-color: #fff;
  }

  .searchNav__sizeImgList {
    width: 100%;
  }

  .searchNav__sizeBtnList {
    margin-top: 12px;
  }

  .searchNav__sizeBtn {
    width: 25%;
  }

  .searchNav__btnText {
    height: 60px;
    font-size: 12px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .-layout .searchNav__btnText {
    height: 44px;
    margin-top: 10px;
  }

  .searchNav__btnText svg {
    width: 13px;
    height: 13px;
    margin-top: 3px;
  }

  .searchNav__btnText.-sizeItem-01 {
    border-right: 1px solid #fff;
    border-radius: 4px 0 0 4px;
  }

  .searchNav__btnText.-sizeItem-02 {
    border-right: 1px solid #fff;
  }

  .searchNav__btnText.-sizeItem-03 {
    border-right: 1px solid #fff;
  }

  .searchNav__btnText.-sizeItem-04 {
    border-radius: 0 4px 4px 0;
  }

  .searchNav__btnText.-layoutItem-01 {
    border-right: 1px solid #fff;
    border-radius: 5px 0 0 5px;
  }

  .searchNav__btnText.-layoutItem-03 {
    border-radius: 0 5px 5px 0;
  }

  .searchNav__btnText.-layoutItem-04 {
    border-radius: 5px 0 0 5px;
  }

  .searchNav__btnText.-layoutItem-05 {
    border-radius: 0 5px 5px 0;
  }

  .searchNav__innerLayoutList {
    flex-wrap: wrap;
    margin-top: -10px;
  }

  .searchNav__layoutImgList {
    flex-wrap: wrap;
  }

  .searchNav__layoutImg {
    width: 33.3%;
  }

  .searchNav__layoutImg a:first-child {
    padding-top: 12px;
    margin-top: 15px;
    background-color: #eef0f2;
  }

  .searchNav__layoutImg a:first-child img {
    width: 90px;
    margin: 0 auto;
  }

  .searchNav__layoutImg:nth-child(3n+1) a:first-child {
    border-radius: 5px 0 0 5px;
  }

  .searchNav__layoutImg:last-child a:first-child,
  .searchNav__layoutImg:nth-child(3n) a:first-child {
    border-radius: 0 5px 5px 0;
  }

  .searchNav__layoutBtn {
    width: 118px;
  }

  .searchNav__noInput {
    flex: 1;
  }

  .searchNav__noInput input {
    height: 44px;
    font-size: 16px;
    padding: 0 20px 0 40px;
  }

  .searchNav__noButton {
    width: 100px;
    margin-left: 10px;
  }

  .searchNav__noButton a {
    width: 100px;
    height: 44px;
    font-size: 12px;
    line-height: 44px;
  }

  .searchNav__detail {
    display: flex;
    margin: 20px 0 0 -5px;
  }

  .searchNav__detail li {
    width: 50%;
    height: 70px;
    margin-left: 5px;
  }

  .searchNav__detailSize a {
    font-size: 13px;
  }

  .searchNav__detailSize a svg {
    width: 19px;
    height: 19px;
    margin: 5px auto;
  }

  .searchNav__detailSeries {
    border-radius: 3px;
  }

  .searchNav__detailSeries a {
    font-size: 13px;
    padding-top: 39px;
  }

  .searchNav__detailSeries a svg {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 12px;
    left: calc(50% - 11px);
  }

  .searchNav__dropdown.-no .searchNav__innerNo .searchNav__innerNoList {
    padding: 15px 10px;
    border-radius: 4px;
  }

  .searchNav__dropdown.-no .searchNav__innerNo .searchNav__detailSeries {
    width: 220px;
    height: 70px;
    margin: 25px auto 0;
  }

  .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: 8px 0;
  }

  .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-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 .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 {
    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;
  }

  .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;
  }

  #mod-mainContent.note-mainContent {
    padding-bottom: 0;
  }

  #cat-notebook.search-results.cookie-listmode-thumbnail .prdctList__item {
    margin-bottom: 25px;
    padding-top: 24px;
  }

  #cat-notebook.search-results .prdctArea__foot {
    padding-bottom: 10px;
  }

  .searchFnc__order.state-notebook select {
    background-size: 12px auto;
  }

  .searchFnc-metaWrap.state-notebook {
    margin-top: 10px;
  }

  .nbS-startMonthButton {
    position: absolute;
    top: -36px;
    right: 0;
    height: 30px;
    font-size: 11px;
    white-space: nowrap;
  }

  .nbS-refineButton {
    height: 30px;
    padding: 0 9px;
    font-size: 12px;
  }

  .content-main.notebook-prdct .prdctArea-recent {
    margin-left: -1em;
    margin-right: -1em;
  }

  .prdctList__itemVarNum {
    font-size: 10px;
  }

  .prdctList__itemPrice {
    font-size: 10px;
  }

  .prdctList__itemPrice > strong {
    font-size: 11px;
  }

  .prdctList__itemLabel {
    padding: 4px 8px;
    border-radius: 9px;
    font-size: 10px;
  }

  .prdctList__itemPubText {
    font-size: 12px;
  }

  .prdctList__itemSize {
    font-size: 11px;
  }

  .nbS-startMonthModal {
    z-index: 100;
  }

  .nbS-startMonthModal__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .nbS-startMonthModalHeader {
    padding: 10px 0;
  }

  .nbS-startMonthModalHeader__title {
    font-size: 15px;
  }

  .nbS-startMonthModalHeader__button {
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-size: 16px auto;
  }

  .nbS-startMonthModalContent {
    padding: 25px 17px;
  }

  .nbS-startMonthModalContent__list > li {
    font-size: 15px;
  }

  .nbS-startMonthModalContent__list > li:not(:first-child) {
    margin-top: 14px;
  }

  .nbS-startMonthModalFooter {
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 10px;
  }

  .nbS-startMonthModalFooter__number {
    font-size: 14px;
  }

  .nbS-startMonthModalFooter__number strong {
    font-size: 17px;
  }

  .nbS-startMonthModalFooter__button {
    height: 44px;
    padding: 0 20px;
    font-size: 15px;
  }

  .nbS-startMonthModalFooter__button img {
    margin-right: 7px;
  }

  .nbS-refineModal {
    z-index: 100;
  }

  .nbS-refineModal__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .nbS-refineModalHeader {
    padding: 8px 10px;
  }

  .nbS-refineModalHeader__title {
    font-size: 15px;
  }

  .nbS-refineModalHeader__close {
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-size: 16px auto;
  }

  .nbS-refineModalHeader__clear {
    width: 65px;
    height: 28px;
    margin-top: -14px;
  }

  .nbS-refineModalContentItem {
    border-bottom: 1px solid #dedede;
  }

  .nbS-refineModalContentItem__header {
    padding: 13px 40px 13px 15px;
  }

  .nbS-refineModalContentItem__header::after {
    right: 15px;
  }

  .nbS-refineModalContentItem__title {
    font-size: 16px;
  }

  .nbS-refineModalContentItem__list {
    padding: 0 20px 20px;
  }

  .nbS-refineModalContentItem__listItemHeader {
    padding-bottom: 2px;
  }

  .nbS-refineModalContentItem__listItemHeader + .nbS-refineModalContentItem__listItemContent {
    margin-bottom: 15px;
  }

  .nbS-refineModalContentItem__listItemClose {
    display: block;
    width: 115px;
    padding: 0 20px 0 15px;
    font-size: 13px;
    box-sizing: border-box;
    text-align: right;
  }

  .nbS-refineModalContentItem__listItemClose::before {
    left: 0;
    height: 18px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .nbS-refineModalContentItem__listItemClose::after {
    right: 0;
  }

  .nbS-refineModalContentItem__listItemContent {
    padding-bottom: 20px;
  }

  .nbS-refineModalContentItem__listItemContentInner {
    padding-bottom: 15px;
  }

  .nbS-refineModalContentItem__allCheck {
    margin-bottom: 10px;
  }

  .nbS-refineModalContentItem__allCheck input + span {
    padding-left: 30px;
  }

  .nbS-refineModalContentItem__checkListItem + .nbS-refineModalContentItem__checkListItem {
    margin-top: 10px;
  }

  .nbS-refineModalContentItem__checkListItem input + span {
    padding-left: 30px;
  }

  .nbS-refineModalContentItem__close {
    font-size: 13px;
  }

  .nbS-refineModalFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
  }

  .nbS-refineModalFooter__number {
    font-size: 14px;
  }

  .nbS-refineModalFooter__number strong {
    font-size: 17px;
  }

  .nbS-refineModalFooter__search {
    height: 44px;
    padding: 0 20px;
  }

  .nbS-refineModalFooter__search img {
    margin-right: 7px;
  }

  .nbS-refineModalContentItem__checkList--layout {
    justify-content: space-between;
    padding: 0 0 0 17px;
  }

  .nbS-refineModalContentItem__checkList--layout .nbS-refineModalContentItem__checkListItem {
    width: 48%;
    margin-bottom: 10px;
  }

  .nbS-refineModalContentItem__checkList--layout .nbS-refineModalContentItem__checkListItem + .nbS-refineModalContentItem__checkListItem {
    margin-top: 0;
  }

  .nbS-refineModalContentItem__checkList--layout li input + span {
    padding: 90px 0 0 0;
  }

  .nbS-refineModalContentItem__checkList--layout li input + span::before {
    position: absolute;
    top: 0;
    left: 5px;
    width: 150px;
    height: 80px;
    margin: 0;
    background-size: 150px auto;
  }

  .nbS-refineModalContentItem__checkList--layout li input:checked + span::after {
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    width: 160px;
    height: 90px;
    margin: 0;
    border: 3px solid #48bfe3;
    border-radius: 5px;
    box-sizing: border-box;
    background-image: none;
  }

  .nbS-refineModalContentItem__checkList--color {
    margin-top: 5px;
    padding: 0;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem {
    width: 33.3%;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(n + 3) {
    margin-bottom: 15px;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem + .nbS-refineModalContentItem__checkListItem {
    margin-top: 0;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem input + span {
    padding: 55px 0 0 0;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem input + span::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: 0;
    margin-left: -22px;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem input:checked + span::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 55px;
    height: 55px;
    margin-left: -27px;
    border: 3px solid #48bfe3;
    background-image: none;
    box-sizing: border-box;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(13) input + span::before {
    background-size: 30px auto;
  }

  .nbS-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(14) input + span::before {
    background-size: 30px auto;
  }

  .nbS-iconLike {
    bottom: 28px;
    right: -10px;
  }

  .cookie-listmode-thumbnail .nbS-iconLike {
    bottom: 8px;
    right: 5px;
  }

  .nbS-iconLike svg {
    width: 28px;
  }

  .quickShop__label {
    margin-bottom: 5px;
  }

  .quickShop__startMonth {
    font-size: 12px;
  }

  .quickShop__colors {
    margin-top: 10px;
  }

  .quickShop__colors li:not(:last-child) {
    margin-right: 9px;
  }

  .quickShop__colorsItem::before {
    top: 4px;
    left: 4px;
    width: 30px;
    height: 30px;
  }

  .quickShop__colorsItem::after {
    width: 38px;
    height: 38px;
  }

  .quickShop__colorsItem {
    width: 38px;
    height: 38px;
  }

  .quickShop__colorsItem-13-2::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-13-3::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-13-4::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-13-6::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-13-7::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-13-8::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-14-2::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-14-4::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-14-7::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-current {
    width: 38px;
    height: 38px;
    border: 2px solid #48bfe3;
  }

  .nbDtl-main {
    margin-top: 38px;
  }

  .nbDtl-slider {
    padding: 20px 0;
  }

  .nbDtl-slider .prdctDtl__container {
    max-width: 300px;
    max-height: 240px;
    overflow: hidden;
  }

  .nbDtl-slider .prdctDtl__container .swiper-wrapper {
    margin: 0 auto;
    position: relative;
  }

  .nbDtl-slider .prdctDtl__container .swiper-wrapper .swiper-slide a {
    position: relative;
    width: 300px;
    height: 240px;
  }

  .nbDtl-slider .prdctDtl__container .swiper-wrapper .swiper-slide a img {
    max-width: 300px;
    max-height: 240px;
  }

  .nbDtl-slider .nbDtl-slider__btnNext,
  .nbDtl-slider .nbDtl-slider__btnPrev {
    z-index: 3;
    width: 26px;
    height: 65px;
    right: 5px;
    top: calc(50% - 20px);
    margin-top: -13px;
    background-size: 9px 16px;
  }

  .nbDtl-slider .nbDtl-slider__btnPrev {
    left: 5px;
    background-size: 9px 16px;
  }

  .nbDtl-slider .notebook-like {
    right: 5px;
    top: 5px;
  }

  .nbDtl-slider .notebook-like svg {
    width: 35px;
  }

  .nbDtl-slider .prdctDtl__zoomBtn {
    right: 5px;
    bottom: 5px;
  }

  .nbDtl-meta {
    padding: 0 15px;
  }

  .nbDtl-meta__head {
    padding-bottom: 8px;
    margin-top: 5px;
  }

  .nbDtl-meta__month {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
  }

  .nbDtl-meta__itemTtl {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 3px;
  }

  .nbDtl-meta__content {
    margin-top: 20px;
  }

  .nbDtl-meta__content .icon__color {
    margin-top: 10px;
  }

  .nbDtl-meta__contLead {
    font-size: 13px;
    line-height: 1.3;
  }

  .nbDtl-meta__contTitle {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }

  .nbDtl-meta__contText {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
  }

  .nbDtl-meta__contNo {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 20px;
  }

  .nbDtl__purchaseArea__inner {
    padding: 5px 15px 30px;
  }

  .nbDtl__purchaseArea__txt {
    line-height: 1.2;
    font-size: 13px;
    margin-top: 5px;
  }

  .nbDtl__purchaseArea__txt .bold {
    font-size: 14px;
    line-height: 1.2;
  }

  .nbDtl__purchaseArea__txt .num {
    font-size: 16px;
    line-height: 1.3;
  }

  .nbDtl__purchaseArea__btn {
    width: 290px;
    margin: 15px auto 0;
    line-height: 50px;
    padding-left: 30px;
  }

  .nbDtl__purchaseArea__btn::before {
    width: 24px;
    background-size: 24px;
    top: 14px;
    left: 62px;
  }

  .nbDtl-renual {
    padding: 20px 15px;
    background-size: 13px 13px;
  }

  .nbDtl-renual__item + .nbDtl-renual__item {
    padding-top: 15px;
    margin-top: 15px;
  }

  .nbDtl-renual__title {
    font-size: 15px;
    border-radius: 17px;
    width: 170px;
    margin: 0 auto;
    line-height: 34px;
    font-weight: bold;
  }

  .nbDtl-renual__text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }

  .nbDtl-type__inner {
    padding: 0 15px 30px;
  }

  .nbDtl-type__item {
    margin-top: 30px;
  }

  .nbDtl-type__title {
    font-size: 17px;
    margin: 12px 0 7px;
  }

  .nbDtl-type__text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.8;
  }

  .nbDtl-utility {
    padding: 30px 0;
  }

  .nbDtl-utility__inner {
    margin: 20px 15px 0;
  }

  .nbDtl-utility__innerCol:first-child .nbDtl-utility__list:first-child .nbDtl-utility__listTitle {
    border-top: 1px solid #48bfe3;
  }

  .nbDtl-utility__innerCol:first-child .nbDtl-utility__list:first-child .nbDtl-utility__data {
    border-top: 1px solid #e0e0e0;
  }

  .nbDtl-utility__listTitle {
    width: 95px;
    padding: 12px 5px;
    line-height: 1.4;
  }

  .nbDtl-utility__data {
    padding: 12px 10px;
  }

  .nbDtl-append {
    margin-bottom: 30px;
  }

  .nbDtl-append__inner {
    margin: 15px;
    justify-content: space-between;
  }

  .nbDtl-append__item {
    width: 49.3%;
    min-height: 43px;
    padding: 13px 14px 13px 27px;
    margin-top: 10px;
    font-size: 12px;
    background-size: 13px 13px;
  }

  .nbDtl-append__item::before {
    width: 14px;
    height: 11px;
    left: 8px;
    top: calc(50% - 5px);
  }

  .nbDtl-append__item::after {
    border-left: 11px solid transparent;
    border-bottom: 11px solid #fff;
  }

  .prdctDtl__purchase__btn {
    width: 290px;
    height: 54px;
    margin: 12px auto 20px;
    color: #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00a0e9;
    border-radius: 3px;
  }

  .prdctDtl__purchase__btn svg {
    width: 24px;
    height: 20px;
    margin-right: 12px;
  }

  .-notebook .prdctDtl__modal__close {
    width: 16px;
    height: 16px;
    top: 24px;
  }

  .notebook-prdct .prdctArea-recent {
    letter-spacing: 1px;
  }

  .notebook-prdct .prdctArea-recent__list {
    justify-content: flex-start;
    margin-right: -5px;
  }

  .notebook-prdct .prdctArea-recent__item {
    width: calc(33.3% - 5px);
    margin: 0 5px 10px 0;
  }

  .notebook-prdct .prdctArea-recent__item .prdctSlide__img {
    width: 86px;
    height: 90px;
  }

  .notebook-prdct .prdctArea-recent__item .prdctSlide__img img {
    max-width: 86px;
    max-height: 90px;
  }

  .notebook-prdct .prdctArea-recent__item .prdctSlide__itemTtl {
    font-size: 11px;
    line-height: 1.2;
  }

  .notebook-prdct .prdctArea-recent__item .prdctSlide__price {
    padding-right: 40px;
  }

  .notebook-prdct .prdctArea-recent__item .notebook-like {
    width: 28px;
    right: 8px;
    top: 62px;
  }

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

  .nbDtl-content-title {
    padding-bottom: 3px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .nbDtl-content-title::after {
    width: 50px;
    margin-left: -25px;
    bottom: -4px;
  }

  .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: 888px;
    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;
  }

  .no-number {
    margin-top: 15px;
  }

  .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;
  }

  .no-number-content__inner .searchNav__innerNoList {
    padding: 15px 10px;
    border-radius: 4px;
  }

  .no-number-content__inner .searchNav__innerNoList .searchNav__noInput {
    flex: inherit;
  }

  .no-number-content__inner .searchNav__innerNoList .searchNav__noInput input {
    max-width: 225px;
  }

  .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 label input {
    width: 250px;
    height: 40px;
    margin-top: 15px;
  }

  .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;
  }

  .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;
    padding-right: 15px;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 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: 203px;
  }

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

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

  .abolition-tblContainer table thead .row-02 td:nth-child(3) {
    width: 71px;
  }

  .abolition-tblContainer table thead .row-02 td:nth-child(5),
  .abolition-tblContainer table thead .row-02 td:nth-child(6),
  .abolition-tblContainer table thead .row-02 td:nth-child(7) {
    width: 63px;
  }

  .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;
  }

  .change-number__text {
    font-size: 10px;
    margin-top: 8px;
  }

  .reservation {
    margin-top: 38px;
    padding: 0 15px;
  }

  .reservation-head__title {
    font-size: 20px;
    padding-top: 20px;
  }

  .reservation-head__text {
    margin-top: 20px;
  }

  .reservation-content {
    margin-top: 30px;
  }

  .reservation-content__title {
    font-size: 17px;
    padding-bottom: 8px;
  }

  .reservation-booking {
    padding: 25px 15px;
    margin-top: 15px;
    border: 3px solid #eeeff1;
  }

  .reservation-booking__title {
    font-size: 17px;
  }

  .reservation-booking__text + .reservation-booking__title {
    margin-top: 30px;
  }

  .reservation-booking__notice {
    font-size: 12px;
    margin-top: 20px;
  }

  .reservation-booking__way {
    margin-top: 30px;
  }

  .reservation-booking li::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }

  .reservation-info {
    margin: 30px auto;
  }

  .reservation-info__text {
    font-size: 15px;
  }

  .reservation-info .bookNews__btn {
    margin-top: 8px;
  }

  .favorite .nb-list__wrapper {
    margin-top: 25px;
  }

  .favorite .abol-number__title {
    padding-left: 40px;
    line-height: 30px;
  }

  .favorite .abol-number__title svg {
    width: 30px;
    height: 30px;
  }

  .favorite .abol-number__text {
    margin-top: 15px;
  }

  .favorite .prdctSlide__btn {
    margin-top: 0;
  }

  .favorite-delete a {
    font-size: 11px;
    margin-top: 5px;
  }

  .no-favorite__content {
    padding: 20px 10px;
  }

  .no-favorite__content + .no-favorite__content {
    margin-top: 8px;
  }

  .no-favorite__content .-size {
    margin-top: 12px;
  }

  .no-favorite__content .-size .searchNav__detailSize {
    margin-top: 15px;
    border-width: 2px;
    border-radius: 4px;
  }

  .no-favorite__content .-size .searchNav__detailSize a {
    font-size: 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .no-favorite__content .-size .searchNav__detailSize a svg {
    margin: 0 8px 0 0;
  }

  .no-favorite__content .-layout {
    margin-top: 10px;
  }

  .no-favorite__content .-layout .searchNav__detailSize {
    margin-top: 15px;
    border-width: 2px;
    border-radius: 4px;
  }

  .no-favorite__content .-layout .searchNav__detailSize a {
    font-size: 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .no-favorite__content .-layout .searchNav__detailSize a svg {
    margin: 0 8px 0 0;
  }

  .no-favorite__title {
    font-size: 20px;
  }

  .no-favorite__btnGroup {
    margin-top: 8px;
  }

  .no-favorite__btnGroup .-no,
  .no-favorite__btnGroup .searchNav__detail {
    display: block;
    margin: 8px 0 0 0;
    padding: 20px 10px;
  }

  .no-favorite__btnGroup .-no + .searchNav__detail {
    padding-bottom: 30px;
  }

  .no-favorite__btnGroup .searchNav__innerNoList {
    padding: 15px 10px;
    border-radius: 4px;
    margin-top: 12px;
  }

  .no-favorite__btnGroup .searchNav__noInput input {
    border-width: 1px;
  }

  .no-favorite__btnGroup .searchNav__detailSeries {
    width: 280px;
    height: 44px;
  }

  .no-favorite__btnGroup .searchNav__detailSeries a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .no-favorite__btnGroup .searchNav__detailSeries a svg {
    left: 50px;
    top: 10px;
  }

  .app {
    margin-top: 38px;
  }

  .app__title {
    font-size: 18px;
    padding: 20px 0;
    margin: 0 15px;
  }

  .app-list__wrapper {
    margin: 0 15px;
  }

  .app-list__wrapper + .app-list__wrapper {
    margin-top: 25px;
  }

  .app-list__item {
    width: calc(50% - 8px);
    margin-right: 15px;
  }

  .app-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .app-list__item:nth-child(n + 3) {
    margin-top: 25px;
  }

  .app-list__item.-top-border {
    padding: 3px 0;
  }

  .app-list__title {
    font-size: 14px;
    margin-top: 10px;
  }

  .app-list__subTitle {
    display: inline-block;
    font-size: 12px;
  }

  .app-list__text {
    font-size: 12px;
  }

  .nbInsta {
    padding: 30px 0;
  }

  .nbInsta .swiper-wrapper {
    height: auto;
  }

  .nbInsta .swiper-slide {
    height: auto;
  }

  .nbInsta .swiper-slide a img {
    max-width: 223px;
    max-height: 223px;
  }

  .nbInsta .swiper-button-next,
  .nbInsta .swiper-button-prev {
    width: 26px;
    height: 55px;
    right: 7px;
    margin-top: -13px;
    background-size: 9px 16px;
  }

  .nbInsta .swiper-button-prev {
    left: 7px;
    background-size: 9px 16px;
  }

  .nbInsta-container {
    max-width: 223px;
    margin: 25px auto 0;
  }

  .nbInsta .bookNews__btn {
    margin-top: 20px;
  }

  .nbInsta .nbContent-title img {
    width: 30px;
    margin-right: 12px;
  }

  .nbSeries {
    padding: 30px 0;
    background-size: 13px 13px;
  }

  .nbSeries-slider {
    padding-top: 30px;
  }

  .nbSeries-container {
    max-width: 315px;
  }

  .nbSeries-container .swiper-slide {
    width: 315px;
    height: 365px;
  }

  .nbSeries__inner {
    padding-top: 30px;
  }

  .nbSeries__imgBlock::before {
    width: 86px;
    height: 49px;
    top: -5px;
  }

  .nbSeries__imgCap {
    font-size: 12px;
    line-height: 1.3;
    padding: 7px 0;
  }

  .nbSeries__title {
    font-size: 19px;
    margin-top: 18px;
  }

  .nbSeries__text {
    padding: 10px 15px 0;
  }

  .nbSeries__link {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .nbSeries__link::after {
    width: 8px;
    height: 13px;
    right: 10px;
    bottom: 10px;
  }

  .nbSeries__more {
    margin: 20px 15px 0;
    padding: 20px 0;
  }

  .nbSeries__moreText {
    width: 305px;
    margin: 0 auto 8px;
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
  }

  .nbSeries__moreText::before {
    width: 45px;
    height: 41px;
    top: -21px;
    left: 40px;
  }

  .nbSeries__moreBtn {
    max-width: 305px;
    height: 48px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .nbSeries__moreBtn .searchNav__detailSeries a {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-top: 15px;
    padding-left: 30px;
  }

  .nbSeries__moreBtn .searchNav__detailSeries a svg {
    width: 24px;
    height: 24px;
    padding: 0;
    left: 39px;
  }

  .nbSeries .swiper-wrapper {
    height: auto;
  }

  .nbSeries .swiper-button-next,
  .nbSeries .swiper-button-prev {
    z-index: 3;
    display: block;
    top: calc(50% - 102px);
    padding: 0;
    border-radius: 5px;
    background-image: url(../img/book/arw_slide_r.svg);
    background-repeat: no-repeat;
    background-color: rgba(33, 33, 33, 0.5);
    background-size: 9px 16px;
    width: 26px;
    height: 65px;
    right: 7px;
    margin-top: -13px;
  }

  .nbSeries .swiper-button-prev {
    background-image: url(../img/book/arw_slide_l.svg);
    background-repeat: no-repeat;
    background-color: rgba(33, 33, 33, 0.5);
    background-size: 9px 16px;
    left: 7px;
  }

  .nbSeries .nbContent-title {
    padding-bottom: 5px;
  }

  .nbSeries .nbContent-title::after {
    margin-left: -20px;
  }

  .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-attention {
    padding-top: 30px;
    margin: 8px auto;
  }

  .nb-attention__inner {
    padding: 0 15px 30px;
  }

  .nb-attention__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .nb-attention__title {
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .nb-attention__title svg {
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
  }

  .nb-attention__content {
    width: 100%;
    height: 199px;
    margin-top: 10px;
  }

  .nb-attention__content::before {
    height: 199px;
    background-size: cover;
  }

  .nb-attention__lead {
    font-size: 16px;
    bottom: 12px;
    letter-spacing: 1px;
  }

  .nb-attention__text {
    margin-top: 15px;
    font-size: 13px;
  }

  .nb-attention.is-special .nb-attention__inner {
    margin-top: 25px;
  }

  .nb-attention.is-special .nb-attention__content::before {
    width: 109px;
    top: -5px;
  }

  .nb-attention.is-special .nb-attention__content::after {
    height: 199px;
    background-size: cover;
  }

  .nb-attention.is-special .nb-attention__lead {
    font-size: 19px;
    bottom: 10px;
  }

  .nb-goodPoint {
    padding: 40px 0;
    background-image: url(../img/notebook/top/bg_goodPoint_sp@2x.jpg);
  }

  .nb-goodPoint__inner {
    margin: 20px auto;
  }

  .nb-goodPoint__item {
    margin: 0 15px 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .nb-goodPoint__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .nb-goodPoint__item a {
    width: 100%;
    flex: 1;
  }

  .nb-goodPoint__text {
    padding: 10px 15px 10px 20px;
    border-radius: 18px;
  }

  .nb-goodPoint__text::before {
    width: 14px;
    height: 11px;
    left: 15px;
  }

  .nb-goodPoint__text::after {
    width: 24px;
    height: 11px;
    top: 34px;
    left: -17px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-size: 24px 11px;
  }

  .nb-goodPoint__textMsg {
    padding-top: 13px;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
  }

  .nb-goodPoint__textAge {
    width: 100%;
    font-size: 10px;
    text-align: right;
    line-height: 1;
  }

  .nb-goodPoint__textAge span {
    font-size: 12px;
  }

  .nb-goodPoint__img {
    width: 75px;
    height: 75px;
    margin-right: 18px;
  }

  .nbSs .nbSs-header {
    height: 122px;
    margin-top: 15px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp {
    padding-left: 15px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp .nbSs-header__icon img {
    width: 38px;
    height: 38px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp .nbSs-header__title {
    font-size: 20px;
    margin-left: 14px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__searchAll {
    position: relative;
    height: 44px;
    width: 220px;
    margin: 15px auto 0;
    border-radius: 3px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__searchAll a {
    height: 44px;
    width: 220px;
    padding-top: 14px;
    font-size: 15px;
  }

  .nbSs .nbSs-content {
    background-image: url("../img/notebook/search-series/bg_seriesSp.jpg");
    padding: 30px 15px 30px;
  }

  .nbSs .nbSs-content .nbSs-content__top {
    width: 100%;
    background-color: #fffef2;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topImgHover {
    display: none;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topImgSp img {
    width: 100%;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap {
    width: 100%;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topTheme {
    width: 100%;
    height: 32px;
    padding-top: 9px;
    font-size: 13px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topTheme::after {
    width: 24px;
    height: 8px;
    background-size: 24px auto;
    bottom: -8px;
    margin-left: -12px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topTitle {
    font-size: 19px;
    margin-top: 15px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topText {
    margin-top: 9px;
    padding: 0 15px 27px;
    margin-left: auto;
    font-size: 13px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topArrow {
    right: 10px;
    bottom: 10px;
  }

  .nbSs .nbSs-content .nbSs-content__top .nbSs-content__topWrap .nbSs-content__topArrow img {
    height: 13px;
    widht: 8px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap {
    width: 100%;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product {
    width: 100%;
    margin-top: 20px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productImgSp img {
    width: 100%;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleBlue {
    font-size: 19px;
    margin-top: 18px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleBlueLine {
    font-size: 16px;
    margin-top: 18px;
    padding-bottom: 9px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleRed {
    font-size: 19px;
    margin-top: 18px;
    padding-bottom: 9px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitleNaivy {
    font-size: 19px;
    margin-top: 18px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productText {
    padding: 0 15px 27px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productArrow {
    right: 10px;
    bottom: 10px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productArrow img {
    height: 13px;
    weight: 8px;
  }

  .nbSs .nbSs-footer {
    height: 104px;
    padding-top: 30px;
  }

  .nbSs .nbSs-footer .nbSs-footer__searchAll {
    height: 44px;
    width: 220px;
    border-radius: 3px;
  }

  .nbSs .nbSs-footer .nbSs-footer__searchAll a {
    height: 44px;
    width: 220px;
    padding-top: 14px;
    font-size: 15px;
  }

  .nbSs-modal {
    z-index: 99;
  }

  .nbSs-modal__inner {
    width: calc(100% - 20px);
    height: calc(100% - 95px);
  }

  .nbSs-modalHeader {
    margin-top: -200px;
    padding: 35px 0;
  }

  .nbSs-modalHeader__title {
    font-size: 24px;
  }

  .nbSs-modalHeader__title-small {
    font-size: 17px;
  }
  .nbSs-modalHeader__title span {
    position: absolute;
    font-size: 10px;
    margin-top: 0px;
}
  .nbSs-modalHeader__button {
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-size: 16px auto;
  }

  .nbSs-modalHeader-small {
    padding: 30px 0;
  }

  .nbSs-modalContent {
    height: 100%;
    padding: 0 0 100px;
  }

  .nbSs-modalContent__list {
    padding: 0 25px;
  }

  .nbSs-modalContent__item:nth-child(2) {
    margin-top: 20px;
  }

  .nbSs-modalContent__title {
    font-size: 16px;
  }

  .nbSs-modalContent__text {
    font-size: 12px;
  }

  .nbSs-modalContent__text br {
    display: none;
  }

  .nbSs-modalContent__image::before {
    width: 80px;
    height: 49px;
    background-size: 80px auto;
  }

  .nbSs-modalContent__image {
    margin-bottom: 15px;
  }

  .nbSs-modalFooter {
    padding: 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .nbSs-modalFooter__link {
    padding: 15px 20px;
    font-size: 15px;
  }

  .nbSs-modalFooter__button {
    width: 16px;
    height: 16px;
    background-size: 16px auto;
  }

  .nbSs-modal__cover {
    height: 200px;
    background-size: cover;
  }

  .nbSl .nbSl-header {
    padding: 15px 0 20px;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__Sp {
    width: 340px;
    margin: 0 auto;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__Sp .nbSl-header__icon img {
    width: 38px;
    height: 38px;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__Sp .nbSl-header__title {
    font-size: 20px;
    margin-left: 14px;
    letter-spacing: 1px;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__searchAll {
    height: 44px;
    width: 220px;
    margin: 15px auto 0;
  }

  .nbSl .nbSl-header .nbSl-header__wrap .nbSl-header__searchAll a {
    height: 44px;
    width: 220px;
    padding-top: 10px;
    font-size: 15px;
  }

  .nbSl .nbSl-content {
    background-size: 13px 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap {
    width: 100%;
    padding: 10px 15px 0;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product {
    width: 100%;
    margin-top: 20px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product a {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme1 {
    height: 28px;
    width: 72%;
    margin: 20px auto 0;
    padding-top: 7px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme2 {
    height: 28px;
    width: 72%;
    margin: 20px auto 0;
    padding-top: 7px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme3 {
    height: 28px;
    width: 72%;
    margin: 20px auto 0;
    padding-top: 7px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme4 {
    height: 28px;
    width: 72%;
    margin: 20px auto 0;
    padding-top: 7px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTheme5 {
    height: 28px;
    width: 72%;
    margin: 20px auto 0;
    padding-top: 7px;
    font-size: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTitle {
    margin: 8px auto;
    font-size: 21px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productText {
    width: 100%;
    padding: 0 20px 25px;
    margin: 0 auto;
    font-size: 12px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__arrow img {
    width: 8px;
    height: 13px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px 15px 30px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall {
    width: 49%;
    margin-top: 15px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productImg .nbSl-content__productImgHover {
    width: 100%;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productThemeSmall {
    font-size: 10px;
    width: 100%;
    margin-top: 11px;
    padding: 0 10px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productTitleSmall {
    font-size: 15px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__productTextSmall {
    width: 100%;
    font-size: 11px;
    margin-top: 2px;
    padding: 0 16px 20px 10px;
    line-height: 1.5;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall .nbSl-content__arrow img {
    width: 7px;
    height: 11px;
  }

  .nbSl .nbSl-footer {
    height: 104px;
    padding-top: 30px;
  }

  .nbSl .nbSl-footer .nbSl-footer__searchAll {
    height: 44px;
    width: 220px;
  }

  .nbSl .nbSl-footer .nbSl-footer__searchAll a {
    height: 44px;
    width: 220px;
    font-size: 15px;
  }

  .nbSsz .nbSsz-header {
    height: 132px;
    margin-top: 15px;
  }

  .nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp {
    width: 305px;
    margin-left: 15px;
  }

  .nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp .nbSsz-header__icon svg {
    width: 38px;
    height: 38px;
  }

  .nbSsz .nbSsz-header .nbSsz-header__wrap .nbSsz-header__Sp .nbSsz-header__title {
    font-size: 20px;
    margin-left: 14px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__guideBgSp {
    margin: 0 15px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__guideBgSp img {
    width: 100%;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__guideBg {
    display: none;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button {
    margin-top: 30px;
    font-size: 13px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__compact {
    width: calc(50% - 1px);
    height: 55px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__compact p {
    margin-top: 20px;
    margin-left: 23%;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__compact p:before {
    width: 23px;
    height: 23px;
    left: 5%;
    top: 15px;
    content: '';
    background-image: url("../img/notebook/search-size/icon_arrow_underBlueSp.svg");
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__book {
    width: calc(50% - 1px);
    height: 55px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__book p {
    margin-top: 20px;
    margin-left: 23%;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__book p:before {
    width: 23px;
    height: 23px;
    left: 5%;
    background-image: url("../img/notebook/search-size/icon_arrow_underGreenSp.svg");
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__b6 {
    width: calc(50% - 1px);
    height: 55px;
    margin-top: 1px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__b6 p {
    margin-top: 20px;
    margin-left: 23%;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__b6 p:before {
    width: 23px;
    height: 23px;
    left: 5%;
    background-image: url("../img/notebook/search-size/icon_arrow_underOrangeSp.svg");
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__note {
    width: calc(50% - 1px);
    height: 55px;
    margin-top: 1px;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__note p {
    margin-top: 20px;
    margin-left: 23%;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__button .nbSsz-size__note p:before {
    width: 23px;
    height: 23px;
    left: 5%;
    background-image: url("../img/notebook/search-size/icon_arrow_underPurpleSp.svg");
  }

  .nbSsz .nbSsz-compact {
    padding-top: 25px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__icon {
    height: 60px;
    width: 60px;
    margin: 0 auto;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap {
    margin-top: 9px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap .nbSsz-compact__title {
    font-size: 24px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__head .nbSsz-compact__headWrap .nbSsz-compact__text {
    margin: 14px auto 0;
    font-size: 14px;
    height: 83px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main {
    margin-top: -22px;
    padding-top: 47px;
    padding-bottom: 30px;
    background-image: url("../img/notebook/search-size/bg_size_sp.jpg");
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__right {
    width: 12px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -25px;
    left: calc(50% - 7px);
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__right path {
    fill: #8ed8ed;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain .nbSsz-compact__left {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain .nbSsz-compact__left .nbSsz-compact__imgPc {
    width: 60px;
    height: 60px;
    margin: 10px 0 0 15px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__handMain .nbSsz-compact__left .nbSsz-compact__theme {
    margin-left: 3%;
    margin-top: 20px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub01 img {
    width: 48px;
    height: 75px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub02 img {
    width: 55px;
    height: 77px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub03 {
    height: 145px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub03 img {
    width: 48px;
    height: 84px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__handWrap .nbSsz-compact__sub03 .nbSsz-compact__imgWrap {
    width: 105px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap {
    width: 100%;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain {
    width: 100%;
    margin-bottom: 10px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__left {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__left .nbSsz-compact__imgPc img {
    width: 60px;
    height: 60px;
    margin: 10px 0 0 15px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__left .nbSsz-compact__theme {
    text-align: left;
    margin-left: 3%;
    margin-top: 20px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__sub01 img {
    width: 55px;
    height: 88px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__sub02 img {
    width: 51px;
    height: 90px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__sub03 {
    height: 155px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__sub03 img {
    width: 55px;
    height: 94px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain {
    width: 100%;
    margin-bottom: 10px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__left {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__left .nbSsz-compact__imgPc {
    width: 60px;
    height: 60px;
    margin: 10px 0 0 15px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__left .nbSsz-compact__theme {
    margin-top: 29px;
    margin-left: 3%;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__sub01 {
    height: 163px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__sub01 img {
    width: 51px;
    height: 100px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__sub02 {
    height: 163px;
  }

  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__sub02 img {
    width: 51px;
    height: 102px;
  }

  .nbSsz .nbSsz__text {
    margin: 9px auto 0;
    font-size: 14px;
    padding: 0 15px;
  }

  .nbSsz .nbSsz__subText {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }

  .nbSsz .nbSsz__arrow {
    width: 7px;
    height: 11px;
    right: 7px;
    bottom: 7px;
  }

  .nbSsz .nbSsz-size__title {
    font-size: 14px;
  }

  .nbSsz .nbSsz-compact__sub01 {
    width: 49%;
    height: 138px;
    margin-top: 8px;
  }

  .nbSsz .nbSsz-compact__sub01 img {
    margin: 0 auto 20px;
  }

  .nbSsz .nbSsz-compact__sub02 {
    width: 49%;
    height: 138px;
    margin-top: 8px;
  }

  .nbSsz .nbSsz-compact__sub02 img {
    margin: 0 auto 20px;
  }

  .nbSsz .nbSsz-compact__sub03 {
    width: 49%;
    margin-top: 8px;
  }

  .nbSsz .nbSsz-compact__sub03 img {
    margin: 0 auto 20px;
  }

  .nbSsz .nbSsz-compact__arrowWhite {
    right: 9px;
    bottom: 33px;
  }

  .nbSsz .nbSsz-book {
    padding-top: 35px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__icon {
    height: 60px;
    width: 60px;
    margin: 9px auto 0;
  }

  .nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__headWrap {
    width: 100%;
    margin-top: 9px;
    text-align: center;
  }

  .nbSsz .nbSsz-book .nbSsz-book__head .nbSsz-book__headWrap .nbSsz-book__title {
    font-size: 24px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content {
    margin-top: -20px;
    padding-bottom: 30px;
    background-image: url("../img/notebook/search-size/bg_size_sp.jpg");
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap {
    justify-content: space-between;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub {
    width: 49%;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub .nbSsz-book__title {
    font-size: 14px;
    margin-top: 15px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub .nbSsz-book__img01 {
    width: 63px;
    height: 89px;
    position: relative;
    margin: 25px auto 10px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap .nbSsz-book__sub .nbSsz-book__img02 {
    width: 63px;
    position: relative;
    margin: 10px auto;
  }

  .nbSsz .nbSsz-notebook__searchAll {
    position: relative;
    width: 240px;
    height: 44px;
    margin: 15px auto 0;
    font-size: 15px;
  }

  .nbSsz .nbSsz-notebook__searchAll a {
    height: 44px;
    width: 240px;
    padding-top: 14px;
    font-size: 15px;
  }

  .nbSsz .page-back {
    right: 13px;
    bottom: -55px;
    color: #2fa4df;
  }

  .nbSsz-b6 {
    padding-top: 35px;
  }

  .nbSsz-b6 .nbSsz-b6__head {
    text-align: center;
  }

  .nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__icon {
    height: 60px;
    width: 60px;
    margin: 0 auto;
  }

  .nbSsz-b6 .nbSsz-b6__head .nbSsz-b6__headWrap .nbSsz-b6__title {
    margin-top: 9px;
    font-size: 24px;
  }

  .nbSsz-b6 .nbSsz-b6__content {
    margin-top: -20px;
    padding-bottom: 30px;
    background-image: url("../img/notebook/search-size/bg_size_sp.jpg");
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap {
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    width: 100%;
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub {
    width: 49%;
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__title {
    font-size: 14px;
    margin-top: 15px;
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__img01 img {
    width: 72px;
    height: 109px;
    margin: 6px auto;
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap .nbSsz-b6__sub .nbSsz-b6__img02 img {
    margin: 6px auto 0;
    width: 77px;
    height: 109px;
  }

  .nbSsz-note {
    padding-top: 35px;
  }

  .nbSsz-note .nbSsz-note__head .nbSsz-note__icon {
    height: 60px;
    width: 60px;
    margin: 0 auto;
  }

  .nbSsz-note .nbSsz-note__head .nbSsz-note__headWrap {
    text-align: center;
  }

  .nbSsz-note .nbSsz-note__head .nbSsz-note__headWrap .nbSsz-note__title {
    font-size: 24px;
  }

  .nbSsz-note .nbSsz-note__content {
    margin-top: -20px;
    padding-bottom: 30px;
    background-image: url("../img/notebook/search-size/bg_size_sp.jpg");
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap {
    padding: 40px 15px 0;
    width: 100%;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub {
    width: 49%;
    margin-top: 8px;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__title {
    line-height: 1.3;
    font-size: 14px;
    margin-top: 15px;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__img01 {
    width: 71px;
    margin: 10px auto;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__img02 {
    width: 89px;
    margin: 10px auto;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub .nbSsz-note__img03 {
    width: 109px;
    margin: 10px auto;
  }

  .nbSsz-footer {
    padding: 30px 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 all and (-ms-high-contrast: none) {
  *::-ms-backdrop .abol-number__title svg,
  .favorite .abol-number__title svg {
    top: -5px;
  }

  *::-ms-backdrop,
  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__right,
  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__jacketWrap .nbSsz-compact__jacketMain .nbSsz-compact__right,
  .nbSsz .nbSsz-compact .nbSsz-compact__main .nbSsz-compact__contentWrap .nbSsz-compact__walletWrap .nbSsz-compact__walletMain .nbSsz-compact__right {
    top: 0;
    right: -14px;
  }
}


/*================手帳特設================*/
@media screen and (min-width: 768px) {
  /*================トップページ================*/
  .style-top {
    width: 100%;
    background-image: url(../img/notebook/style/bg_top_01.jpg);
    background-size: 23px auto;
    padding: 40px 0 60px;
  }
  .style-top .style-top__logo {
    width: 520px;
    margin: 0 auto 25px;
  }
  .style-top .style-top__title {
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin-bottom: 53px;
  }
  .style-top .style-top__inner {
    width: 100%;
    max-width: 1600px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .style-top .style-top__item {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }

  .style-top .style-top__item.item01 {
    background-image: url(../img/notebook/style/img_top_01@2x.png);
  }

  .style-top .style-top__item.item02 {
    background-image: url(../img/notebook/style/img_top_02@2x.png);
  }

  .style-top .style-top__item.item03 {
    background-image: url(../img/notebook/style/img_top_03@2x.png);
  }

  .style-top .style-top__item.item04 {
    background-image: url(../img/notebook/style/img_top_04@2x.png);
  }

  .style-top .style-top__item.item05 {
    background-image: url(../img/notebook/style/img_top_05@2x.png);
  }

  .style-top .style-top__item.item06 {
    background-image: url(../img/notebook/style/img_top_06@2x.png);
  }
  .style-top .style-top__item{
    background-size: 180px 239px;
    transition: .2s ease-out;
  }

  .style-top .style-top__item:hover{
    background-size: 198px 263px;
  }

  .style-top .style-top__item .style-top__content {
    height: 326px;
    padding-top: 259px;
    box-sizing: border-box;
  }

  .style-top .style-top__item .style-top__text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 2px;
  }
  .style-top .style-top__item:hover .style-top__text {
    color: #0057b8;
  }

  .style-top .style-top__item .style-top__text::after {
    display: block;
    background-image: url(../img/notebook/style/bg_top_itemText01.png);
    background-repeat: no-repeat;
    background-size: 106px auto;
    margin: 6px auto 0;
    width: 106px;
    height: 8px;
    content: "";
  }

  /*================end トップページ================*/

  /*================タイプ選択================*/
  .style-female,
  .style-male {
    background-image: url(../img/notebook/style/bg_top_01.jpg);
    background-size: 23px auto;
    padding: 40px 0 60px;
  }
  .style-female__title,
  .style-male__title {
    margin-bottom: 70px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
  }
  .style-female__title span,
  .style-male__title span {
    position: relative;
    display: inline-block;
  }
  .style-female__title span::after,
  .style-male__title span::after {
    position: absolute;
    display: block;
    content: "";
    width: 99px;
    height: 3px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #212121;
  }
  .style-type {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .style-type__item {
    position: relative;
  }
  .style-type__item:before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 109px;
    height: 109px;
    top: -58px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-type__item.style-typeA::before {
    background-image: url(../img/notebook/style/common/icon_typeA@2x.png);
  }
  .style-type__item.style-typeB::before {
    background-image: url(../img/notebook/style/common/icon_typeB@2x.png);
  }
  .style-type__item::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 65px;
    height: 53px;
    bottom: 0;
    right: 0;
    background-image: url(../img/notebook/style/common/icon_arrow_03@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-type__content {
    width: 440px;
    padding: 60px 54px 25px;
    border: 4px solid #dfe3eb;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
  }
  .style-type__content:hover {
    background-color: #edf3fa;
    transition: .1s linear;
  }
  .style-type__content img {
    width: 53px;
    margin: 0 auto;
  }
  .style-type__text {
    font-style: italic;
  }
  .style-type__text span {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .style-type__text span:last-child {
    padding: 10px 0 17px;
    border-bottom: none;
  }
  /*================end タイプ選択================*/

  /*================タイプ別詳細================*/
  /*   メインビジュアル   */
  .style-mainvisual {
    position: relative;
    padding: 20px 0;
    background-image: url(../img/notebook/style/bg_top_01.jpg);
    background-size: 23px auto;
  }
  .style-mainvisual::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 4px;
    height: 67px;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/notebook/style/common/img_line_01@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-mainvisual__inner {
    width: 1150px;
    margin: 0 auto;
    display: flex;
  }
  .style-mainvisual__item:nth-child(2) {
    width: 525px;
    margin-left: 63px;
  }
  .style-mainvisual__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .style-mainvisual__logo > img {
    height: 95px;
  }
  .style-mainvisual__logo a > img {
    width: 195px;
  }
  .style-mainvisual__logo a:hover {
    opacity: 0.75;
    transition: .1s linear;
  }
  .style-mainvisual__title {
    line-height: 1;
    margin-bottom: 22px;
  }
  .style-mainvisual__title img {
    width: 525px;
  }
  .style-mainvisual__baloon {
    padding: 0 30px 0 60px;
  }
  .style-mainvisual__baloonImg img {
    width: 70px;
    margin-right: 33px;
  }
  .style-family .style-mainvisual__baloonImg img,
  .style-senior .style-mainvisual__baloonImg img,
  .style-student .style-mainvisual__baloonImg img {
    width: 110px;
  }
  .style-mainvisual__baloonItem {
    margin-bottom: 14px;
    min-height: 40px;
  }
  .style-mainvisual__baloonItem span {
    display: inline-block;
    position: relative;
    min-width: 380px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3;
    font-weight:bold;
    padding: 10px 0px 10px 43px;
    background-size: 8px 2px;
    background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 8px);
    background-repeat: repeat-x;
    background-position: bottom;
  }
  .style-mainvisual__baloonItem span::before{
    z-index: 1;
    position: absolute;
    content: "";
    width: 31px;
    height: 27px;
    bottom: 10px;
    top: 10px;
    left: 0px;
    background-image: url(/common/img/notebook/style/icon_check.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  /*   swiper   */
  .style-choices {
    width: 100%;
    background-image: url(../img/notebook/style/common/bg_cont_01.jpg);
    background-size: 11px auto;
    padding: 40px 0 60px;
  }
  .style-choices .style-choices__title {
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 38px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .style-choices .style-choices__title img {
    width: 85px;
    margin-right: 14px;
  }
  .style-choices .style-choices__title span {
    position: relative;
    border-bottom: 3px solid #212121;
  }
  .style-choices .style-choices__title span::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 245px;
    height: 1px;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #212121;
  }
  .style-choices .style-choices__slideWrapper {
    position: relative;
    margin-bottom: 30px;
    padding: 1px 0;
  }
  .style-choices__container {
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }
  .style-choices .swiper-container {
    z-index: 1;
    overflow: visible;
    width: 100%;
    height: 100%;
  }
  .style-choices .swiper-slide {
    position: relative;
    width: 1050px !important;
    height: auto;
    padding: 15px;
    background-color: #fff;
  }
  .style-choices .swiper-slide::before {
    z-index: 2;
    position: absolute;
    content: "";
    width: 170px;
    height: 87px;
    top: -10px;
    left: 0;
    background-image: url(../img/notebook/style/common/img_choices@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-choices .swiper-slide.swiper-slide-prev {
    right: 53px;
  }
  .style-choices .swiper-slide.swiper-slide-next {
    left: 53px;
  }
  .style-choices .swiper-slide__container {
    width: 1020px !important;
    height: 100%;
    border: 3px solid #f1e6c1;
    padding: 50px 40px 40px;
    box-sizing: border-box;
  }
  .style-choices .swiper-slide__inner {
    display: flex;
    justify-content: space-between;
  }
  .style-choices .swiper-slide__item:first-child {
    width: 480px;
  }
  .style-choices .swiper-slide__item:last-child {
    width: 420px;
  }
  .style-choices .swiper-slide__title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .style-choices .swiper-slide__title span {
    display: block;
    font-size: 15px;
  }
  .style-choices .swiper-slide__btn a {
    display: flex;
    width: 230px;
    height: 40px;
    font-size: 15px;
    line-height: 1;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    border: 2px solid #212121;
    box-sizing: border-box;
  }
  .style-choices .swiper-slide__btn a:hover {
    color: #fff;
    background-color: #4c515c;
    border-color: #4c515c;
  }
  .style-choices .swiper-button-wrapper {
    position: absolute;
    display: block;
    width: 1170px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .style-choices .swiper-button-next,
  .style-choices .swiper-button-prev {
    z-index: 2;
    display: block;
    right: 0;
    width: 44px;
    height: 140px;
    margin-top: -70px;
    padding: 0;
    border-radius: 3px;
    background: url(../img/notebook/style/common/icon_slide_arrow@2x.png) no-repeat center rgba(33, 33, 33, 1);
    background-size: 15px 26px;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
  }
  .style-choices .swiper-button-prev {
    left: 0;
    background: url(../img/notebook/style/common/icon_slide_arrow@2x.png) no-repeat center rgba(33, 33, 33, 1);
    background-size: 15px 26px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .style-choices .swiper-button-next.swiper-button-disabled,
  .style-choices .swiper-button-prev.swiper-button-disabled {
    opacity: .2;
  }
  .style-choices .swiper-button-next:hover.swiper-button-disabled,
  .style-choices .swiper-button-prev:hover.swiper-button-disabled {
    opacity: .2;
    background-color: #212121;
  }
  .style-choices .swiper-button-next:hover,
  .style-choices .swiper-button-prev:hover {
    background-color: #4c515c;
  }
  .style-choices .nb-swiper-pagination {
    position: absolute;
    z-index: 1;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .style-choices .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 55px;
    height: 36px;
    border-radius: 0;
    background: none;
    border: 1px solid #212121;
  }
  .style-choices .swiper-pagination-bullet::after {
    position: absolute;
    display: block;
    top: 5px;
    left: 23px;
  }
  .style-choices .swiper-pagination-bullet:first-child::after {
    content: "1";
  }
  .style-choices .swiper-pagination-bullet:last-child::after {
    content: "2";
  }
  .style-choices .swiper-pagination-bullet:hover {
    color: #fff;
    background-color: #4c515c;
    border-color: #4c515c;
  }
  .style-choices .swiper-pagination-bullet-active,
  .style-choices .swiper-pagination-bullet-active:hover {
    background-color: #212121;
    border-color: #212121;
  }
  .style-choices .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    right: 0;
    top: -7px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #212121 transparent;
    border-width: 0 5.5px 7px 5.5px;
  }
  .style-choices .swiper-pagination-bullet-active::after {
    color: #fff;
  }

  /*   コンテンツ   */
  .style-content {
    width: 1150px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .style-content__title {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
  }
  .style-content__title::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 250px;
    height: 10px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/notebook/style/common/img_baloon_01@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-content__title span {
    display: block;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
  }
  .style-content__inner {
    width: 1150px;
    margin: 0 auto;
    display: flex;
  }
  .style-characteristic .style-content__item {
    position: relative;
    width: 355px;
    margin: 0 auto;
    margin-left: 40px;
  }
  .style-characteristic .style-content__item:first-child {
    margin-left: 0;
  }
  .style-characteristic .style-content__item span {
    position: absolute;
    width: 65px;
    height: 25px;
    top: -5px;
    left: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    background-color: #212121;
    line-height: 1;
  }
  .style-characteristic .style-content__item img {
    margin-bottom: 20px;
  }
  .style-characteristic .style-characteristic__title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .style-characteristic .style-characteristic__text,
  .style-choices .swiper-slide__text,
  .style-point .style-point__text,
  .style-series .style-series__text
   {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
  }

  .style-point .style-content__inner {
    justify-content: space-between;
  }
  .style-point .style-content__inner:last-child {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #c6c6c6;
  }
  .style-point .style-content__item,
  .style-series .style-content__item {
    position: relative;
    width: 575px;
    margin: 0 auto;
  }
  .style-point .style-content__item > img {
    width: 520px;
  }
  .style-point .style-content__inner:nth-of-type(1) .style-point__item {
    margin-left: 5px;
  }
  .style-point .style-point__item {
    width: 570px;
    display: flex;
    justify-content: space-between;
  }
  .style-point .style-point__item:nth-of-type(2) {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px dotted #c0c0c0;
  }
  .style-point .style-point__img {
    width: 70px;
  }
  .style-point .style-point__textArea {
    width: 480px;
  }
  .style-point .style-point__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .style-point .style-content__right img {
    margin-left: 55px;
  }

  .style-series {
    width: 100%;
    background-image: url(../img/notebook/style/common/bg_cont_02.jpg);
    background-size: 25px auto;
  }
  .style-series .nbSs-content__product {
    position: relative;
    width: 552px;
    height: 100%;
    padding: 6px;
    background-color: #fff;
  }
  .style-series .nbSs-content__product::after{
    z-index: 1;
    position: absolute;
    content: "";
    width: 56px;
    height: 47px;
    bottom: 0;
    right: 0;
    background-image: url(../img/notebook/style/common/icon_arrow_01@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-series a:hover {
    background-color: #dfe0e5;
    transition: .1s linear;
  }
  .style-series .style-series__img {
    position: relative;
  }
  .style-series .style-series__img::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: .1s linear;
  }
  .style-series a:hover .style-series__img::after {
    opacity: 0.2;
  }
  .style-series .style-content__item:last-child .nbSs-content__product {
    margin-left: 23px;
  }
  .style-series .style-series__textArea {
    width: 472px;
    margin: auto;
  }
  .style-series .style-series__title {
    position: relative;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 20px 0 12px;
    margin-bottom: 20px;
  }
  .style-series .style-series__title::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 52px;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #212121;
  }
  .style-series .style-series__iconInner {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .style-series .style-series__iconItem {
    position: relative;
    height: 37px;
    padding: 0 13px 0 36px;
    font-size: 12px;
    background-color: #efefef;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .style-series .style-series__iconItem::before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    top: 5px;
    left: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-series .style-series__iconItem.iconItem01::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_01@2x.png);
  }
  .style-series .style-series__iconItem.iconItem02::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_02@2x.png);
  }
  .style-series .style-series__iconItem.iconItem03::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_03@2x.png);
  }
  .style-series .style-series__iconItem.iconItem04::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_04@2x.png);
  }
  .style-series .style-series__iconItem.iconItem05::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_05@2x.png);
  }
  .style-series .style-series__iconItem.iconItem06::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_06@2x.png);
  }
  .style-series .style-series__iconItem.iconItem07::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_07@2x.png);
  }
  .style-series .style-series__iconItem.iconItem08::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_08@2x.png);
  }
  .style-series .style-series__iconItem.iconItem09::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_09@2x.png);
  }

  .style-linkArea {
    padding: 40px 0;
  }
  .style-linkArea .style-linkArea__inner {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .style-linkArea .style-linkArea__item {
    width: 575px;
    display: flex;
    margin: 0 auto;
  }
  .style-linkArea .style-linkArea__item:nth-child(2) {
    border-left: 1px solid #d9d9d9;
  }
  .style-linkArea .style-linkArea__arrowBox a {
    position: relative;
    width: 542px;
    display: flex;
    align-items: center;
  }
  .style-linkArea .style-linkArea__arrowBox a:hover {
    opacity: 0.75;
    transition: .1s linear;
  }
  .style-linkArea .style-linkArea__arrowBox a::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 26px;
    height: 8px;
    right: 0;
    background-image: url(../img/notebook/style/common/icon_arrow_02@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-linkArea .style-linkArea__img {
    width: 195px;
  }
  .style-linkArea .style-linkArea__item:last-child .style-linkArea__arrowBox {
    margin-left: 33px;
  }
  .style-linkArea .style-linkArea__title {
    font-size: 19px;
    font-weight: bold;
    margin-left: 20px;
  }
  .style-linkArea .style-linkArea__title span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
  }
  /*================end タイプ別詳細================*/
}


@media screen and (max-width: 767px) {
  /*================トップページ================*/
  .style-top {
    width: 100%;
    background-image: url(../img/notebook/style/bg_top_01.jpg);
    background-size: 11px auto;
    padding: 25px 0 50px;
  }
  .style-top .style-top__logo {
    width: 100%;
    padding: 0 53px;
  }
  .style-top .style-top__logo img {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 0 auto 10px;
  }
  .style-top .style-top__title {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .style-top .style-top__inner {
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .style-top .style-top__item {
    position: relative;
    width: 33.3%;
    margin-top: 27px;
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .style-top .style-top__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .style-top .style-top__item.item01 {
    background-image: url(../img/notebook/style/img_top_01@2x.png);
  }
  .style-top .style-top__item.item02 {
    background-image: url(../img/notebook/style/img_top_02@2x.png);
  }
  .style-top .style-top__item.item03 {
    background-image: url(../img/notebook/style/img_top_03@2x.png);
  }
  .style-top .style-top__item.item04 {
    background-image: url(../img/notebook/style/img_top_04@2x.png);
  }
  .style-top .style-top__item.item05 {
    background-image: url(../img/notebook/style/img_top_05@2x.png);
  }
  .style-top .style-top__item.item06 {
    background-image: url(../img/notebook/style/img_top_06@2x.png);
  }
  .style-top .style-top__item .style-top__content {
    height: 188px;
    padding-top: 139px;
    box-sizing: border-box;
  }
  .style-top .style-top__item .style-top__text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 2px;
  }
  .style-top .style-top__item .style-top__text::after {
    display: block;
    background-image: url(../img/notebook/style/bg_top_itemText01.png);
    background-repeat: no-repeat;
    background-size: 67px auto;
    margin: 3px auto 0;
    width: 67px;
    height: 5px;
    content: "";
  }



  /*================end トップページ================*/

  /*================タイプ選択================*/
  .style-female,
  .style-male {
    background-image: url(../img/notebook/style/bg_top_01.jpg);
    background-size: 11px auto;
    padding: 25px 10px 30px;
  }
  .style-female__title,
  .style-male__title {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
  }
  .style-female__title span,
  .style-male__title span {
    position: relative;
    display: inline-block;
  }
  .style-female__title span::after,
  .style-male__title span::after {
    position: absolute;
    display: block;
    content: "";
    width: 65px;
    height: 2px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #212121;
  }
  .style-type {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .style-type__item {
    width: 50%;
    position: relative;
    margin-left: 7px;
  }
  .style-type__item:first-child {
    margin-left: 0;
  }
  .style-type__item:before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 64px;
    height: 64px;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-type__item.style-typeA::before {
    background-image: url(../img/notebook/style/common/icon_typeA@2x.png);
  }
  .style-type__item.style-typeB::before {
    background-image: url(../img/notebook/style/common/icon_typeB@2x.png);
  }
  .style-type__item::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 40px;
    height: 32px;
    bottom: 0;
    right: 0;
    background-image: url(../img/notebook/style/common/icon_arrow_03@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-type__content {
    width: 100%;
    height: 100%;
    padding: 40px 7px 18px;
    border: 3px solid #dfe3eb;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    box-sizing: border-box;
  }
  .style-type__content:hover {
    opacity: 0.75;
    transition: .1s linear;
  }
  .style-type__content img {
    width: 36px;
    height: 27px;
    margin: 0 auto;
  }
  .style-type__text span {
    display: block;
    padding: 10px 0 8px;
    border-bottom: 1px solid #d6d6d6;
  }
  .style-type__text span:last-child {
    padding: 10px 0 13px;
    border-bottom: none;
  }
  /*================end タイプ選択================*/

  /*================タイプ別詳細================*/
  /*   メインビジュアル   */
  .style-mainvisual {
    position: relative;
    padding: 7px 20px 40px;
    background-image: url(../img/notebook/style/bg_top_01.jpg);
    background-size: 23px auto;
  }
  .style-mainvisual::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 4px;
    height: 53px;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/notebook/style/common/img_line_01_sp@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-mainvisual__inner {
    width: 100%;
    margin: 0 auto;
  }
  .style-mainvisual__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .style-mainvisual__logo > img {
    width: 45px;
  }
  .style-mainvisual__logo a > img {
    width: 100px;
    height: 32px;
  }
  .style-mainvisual__logo a:hover {
    opacity: 0.75;
    transition: .1s linear;
  }
  .style-mainvisual__title {
    line-height: 1;
    text-align: center;
  }
  .style-mainvisual__title img {
    display: inline;
    width: 305px;
  }
  .style-mainvisual__img {
    margin-bottom: 12px;
  }
  .style-mainvisual__img img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .style-mainvisual__baloon {
    margin: 0 auto;
    padding: 0 23px;
  }
  .style-mainvisual__baloonInner {
    padding-top: 5px;
  }
  .style-mainvisual__baloonImg img {
    width: 42px;
    height: 126px;
    margin-right: 12px;
  }
  .style-family .style-mainvisual__baloonImg img,
  .style-senior .style-mainvisual__baloonImg img,
  .style-student .style-mainvisual__baloonImg img {
    width: 66px;
  }
  .style-mainvisual__baloonItem {
    margin-bottom: 10px;
    min-height: 32px;

  }
  .style-mainvisual__baloonItem span {
    display: block;
    position: relative;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: dotted;
    padding: 7px 0px 6px 25px;
    border-bottom: 2px dotted #222;
  }
  .style-mainvisual__baloonItem span::before{
    z-index: 1;
    position: absolute;
    content: "";
    width: 20px;
    height: 18px;
    bottom: 6px;
    top: 7px;
    left: 0;
    background-image: url(/common/img/notebook/style/icon_check.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  /*   swiper   */
  .style-choices {
    width: 100%;
    background-image: url(../img/notebook/style/common/bg_cont_01.jpg);
    background-size: 11px auto;
    padding: 30px 0 40px;
  }
  .style-choices .style-choices__title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .style-choices .style-choices__title img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
  .style-choices .style-choices__title span {
    position: relative;
    border-bottom: 2px solid #212121;
    line-height: 1.4;
  }
  .style-choices .style-choices__title span::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 184px;
    height: 1px;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #212121;
  }
  .style-choices .style-choices__slideWrapper {
    position: relative;
    margin-bottom: 30px;
    padding: 1px 0;
  }
  .style-choices__container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .style-choices .swiper-container {
    z-index: 1;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
  .style-choices .swiper-slide {
    position: relative;
    width: 100% !important;
    height: auto;
    background-color: #fff;
    padding: 6px;
    margin: 0 auto;
  }
  .style-choices .swiper-slide::before {
    z-index: 2;
    position: absolute;
    content: "";
    width: 100px;
    height: 51px;
    top: -6px;
    left: 0;
    background-image: url(../img/notebook/style/common/img_choices@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-choices .swiper-slide.swiper-slide-prev {
    right: 53px;
  }
  .style-choices .swiper-slide.swiper-slide-next {
    left: 53px;
  }
  .style-choices .swiper-slide__container {
    height: 100%;
    border: 3px solid #f1e6c1;
    padding: 25px 21px 15px;
    box-sizing: border-box;
  }
  .style-choices .swiper-slide__item:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .style-choices .swiper-slide__item img {
    margin: 0 auto;
  }
  .style-choices .swiper-slide__item:last-child {
    width: 100%;
  }
  .style-choices .swiper-slide__title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .style-choices .swiper-slide__title span {
    display: block;
    font-size: 12px;
  }
  .style-choices .swiper-slide__text,
  .style-series .style-series__text {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
  }
  .style-choices .swiper-slide__btn a {
    display: flex;
    width: 180px;
    height: 38px;
    font-size: 15px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    border: 2px solid #212121;
    box-sizing: border-box;
  }
  .style-choices .swiper-slide__btn a:hover {
    color: #fff;
    background-color: #4c515c;
    border-color: #4c515c;
  }
  .style-choices .swiper-button-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .style-choices .swiper-button-next,
  .style-choices .swiper-button-prev {
    z-index: 2;
    display: block;
    right: 0;
    width: 28px;
    height: 90px;
    margin-top: -55px;
    padding: 0;
    border-radius: 3px 0 0 3px;
    background: url(../img/notebook/style/common/icon_slide_arrow@2x.png) no-repeat center rgba(33, 33, 33, 1);
    background-size: 10px 17px;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
  }
  .style-choices .swiper-button-prev {
    left: 0;
    background: url(../img/notebook/style/common/icon_slide_arrow@2x.png) no-repeat center rgba(33, 33, 33, 1);
    background-size: 10px 17px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .style-choices .swiper-button-next.swiper-button-disabled,
  .style-choices .swiper-button-prev.swiper-button-disabled {
    opacity: .2;
  }
  .style-choices .swiper-button-next:hover.swiper-button-disabled,
  .style-choices .swiper-button-prev:hover.swiper-button-disabled {
    opacity: .2;
    background-color: #212121;
  }
  .style-choices .swiper-button-next:hover,
  .style-choices .swiper-button-prev:hover {
    background-color: #4c515c;
  }
  .style-choices .nb-swiper-pagination {
    position: absolute;
    z-index: 1;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .style-choices .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 52px;
    height: 34px;
    border-radius: 0;
    background: none;
    border: 1px solid #212121;
  }
  .style-choices .swiper-pagination-bullet::after {
    position: absolute;
    display: block;
    top: 5px;
    left: 23px;
  }
  .style-choices .swiper-pagination-bullet:first-child::after {
    content: "1";
  }
  .style-choices .swiper-pagination-bullet:last-child::after {
    content: "2";
  }
  .style-choices .swiper-pagination-bullet:hover {
    color: #fff;
    background-color: #4c515c;
    border-color: #4c515c;
  }
  .style-choices .swiper-pagination-bullet-active,
  .style-choices .swiper-pagination-bullet-active:hover {
    background-color: #212121;
    border-color: #212121;
  }
  .style-choices .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    right: 0;
    top: -7px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #212121 transparent;
    border-width: 0 5.5px 7px 5.5px;
  }
  .style-choices .swiper-pagination-bullet-active::after {
    color: #fff;
  }

  /*   コンテンツ   */
  .style-content {
    width: 100%;
    margin: 0 auto;
    padding: 43px 0 30px;
  }
  .style-content__title {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .style-content__title::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 200px;
    height: 8px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/notebook/style/common/img_baloon_01@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-content__title span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
  }
  .style-content__inner {
    padding: 0 15px;
  }
  .style-characteristic .style-content__inner {
    padding: 0 30px;
  }
  .style-characteristic .style-content__item {
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .style-characteristic .style-content__item:first-child {
    margin-top: 0;
  }
  .style-characteristic .style-content__item span {
    position: absolute;
    width: 60px;
    height: 22px;
    top: -5px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    background-color: #212121;
    line-height: 1;
  }
  .style-characteristic .style-content__item img {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .style-characteristic .style-characteristic__title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .style-characteristic .style-characteristic__text,
  .style-point .style-point__text
  {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
  }

  .style-point {
    padding: 30px 0;
  }
  .style-point .style-content__inner {
    justify-content: space-between;
  }
  .style-point .style-content__inner:last-child {
    padding-top: 30px;
    margin-top: 35px;
    border-top: 1px solid #c6c6c6;
  }
  .style-point .style-content__item {
    position: relative;
    width: 100%;
    margin: 0 auto 15px;
  }
  .style-point .style-point__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .style-point .style-point__item:nth-of-type(2) {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px dotted #c0c0c0;
  }
  .style-point .style-point__img {
    width: 100%;
    max-width: 51px;
    margin-right: 10px;
  }
  .style-point .style-point__textArea {
    width: 100%;
  }
  .style-point .style-point__title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
  }

  .style-series {
    width: 100%;
    background-image: url(../img/notebook/style/common/bg_cont_02.jpg);
    background-size: 25px auto;
    padding: 30px 0;
  }
  .style-series .style-content__arrowBox {
    position: relative;
    width: 100%;
  }
  .style-series .style-content__arrowBox::after{
    z-index: 1;
    position: absolute;
    content: "";
    width: 40px;
    height: 34px;
    bottom: -1px;
    right: 0;
    background-image: url(../img/notebook/style/common/icon_arrow_01@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-series .style-content__item {
    position: relative;
    width: 100%;
  }
  .style-series .style-content__item:first-child {
    margin: 0 auto 20px;
  }
  .style-series .nbSs-content__product {
    height: 100%;
    padding: 6px;
    background-color: #fff;
  }
  .style-series .nbSs-content__product::after {
      z-index: 1;
      position: absolute;
      content: "";
      width: 40px;
      height: 30px;
      bottom: 0;
      right: 0;
      background-image: url(../img/notebook/style/common/icon_arrow_01@2x.png);
      background-repeat: no-repeat;
      background-size: 100%;
  }
  .style-series .style-series__img {
    position: relative;
  }
  .style-series .style-series__item {
    display: flex;
    flex-direction: column;
  }

  .style-series .style-series__textBox {
    width: 100%;
    margin: auto;
    padding: 17px 14px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .style-series .style-series__title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .style-series .style-series__title::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #212121;
  }
  .style-series .style-series__textArea {
    padding: 15px 14px 11px;
  }
  .style-series .style-series__iconInner {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .style-series .style-series__iconItem {
    position: relative;
    height: 28px;
    padding: 0 3px 0 30px;
    font-size: 10px;
    background-color: #efefef;
    border-radius: 2px;
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .style-series .style-series__iconItem::before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: 3px;
    left: 3px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-series .style-series__iconItem.iconItem01::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_01@2x.png);
  }
  .style-series .style-series__iconItem.iconItem02::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_02@2x.png);
  }
  .style-series .style-series__iconItem.iconItem03::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_03@2x.png);
  }
  .style-series .style-series__iconItem.iconItem04::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_04@2x.png);
  }
  .style-series .style-series__iconItem.iconItem05::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_05@2x.png);
  }
  .style-series .style-series__iconItem.iconItem06::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_06@2x.png);
  }
  .style-series .style-series__iconItem.iconItem07::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_07@2x.png);
  }
  .style-series .style-series__iconItem.iconItem08::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_08@2x.png);
  }
  .style-series .style-series__iconItem.iconItem09::before {
    background-image: url(../img/notebook/style/common/icon_characteristic_09@2x.png);
  }

  .style-linkArea {
    padding: 15px 0;
  }
  .style-linkArea .style-linkArea__inner {
    width: 100%;
    margin: 0 auto;
  }
  .style-linkArea .style-linkArea__item {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
  .style-linkArea .style-linkArea__item:nth-child(2) {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #d9d9d9;
  }
  .style-linkArea .style-linkArea__arrowBox {
    width: 100%;
    padding: 0 15px;
  }
  .style-linkArea .style-linkArea__arrowBox a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .style-linkArea .style-linkArea__arrowBox a:hover {
    opacity: 0.75;
    transition: .1s linear;
  }
  .style-linkArea .style-linkArea__arrowBox a::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 20px;
    height: 6px;
    right: 0;
    background-image: url(../img/notebook/style/common/icon_arrow_02@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .style-linkArea .style-linkArea__img {
    width: 100px;
    min-width: 100px;
  }
  .style-linkArea .style-linkArea__title {
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    line-height: 1.4;
  }
  .style-linkArea .style-linkArea__title span {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  /*================end タイプ別詳細================*/
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .style-female .style-female__title span::after {
    bottom: -2px;
  }
  .style-mainvisual__title {
    padding-bottom: 5px;
  }
  .style-mainvisual__baloonItem span {
    padding: 13px 22px 7px 20px;
  }
  .style-content__title::after {
    bottom: -5px;
  }
  .style-characteristic .style-content__item span,
  .style-choices .swiper-slide__btn a,
  .style-choices .swiper-pagination-bullet,
  .style-series .style-series__iconItem {
    padding-top: 5px;
    box-sizing: border-box;
  }
}


/*4月始まり追加*/

@media screen and (min-width:768px){
  .nbSs-modalFooter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }


  .nbSs-modalFooter__link {
    display: block;
    margin-right: 14px;
    padding: 17px 35px;
  }

  .nbSs-modalFooter__link2 {
    display: block;
    padding: 10px 31px 10px 31px;
  }
  .nbSs-modalFooter__link2 {
    color: #48bfe3;
    border: solid 1px #48bfe3;
    border-radius: 3px;
}
.nbSs-modal__note {
  font-size: 12px;
  margin-left: calc(50% - 64px);
  color:#ffffff;
}


}

@media screen and (max-width:767px){
  .nbSs-modalFooter__link {
    display: inline-block;
    background-color: #48bfe3;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    margin-bottom: 7px;
}
.nbSs-modalFooter__link2 {
  color: #48bfe3;
  border: solid 1px #48bfe3;
  border-radius: 3px;
}
.nbSs-modalFooter__link2 {
  width: 164px;
  margin-left: calc(50% - 82px);
  padding: 5px 5px;
}
.nbSs-modal__note {
  font-size: 10px;
  margin-left: calc(50% - 48px);
  color:#ffffff;
}
}


/*ナビ調整-------------------------------------------------------*/
.notebook-nav__noSample span {
  font-weight: bold;
}
.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__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;
}

@media screen and (min-width: 768px){
  .notebook-nav__noInner {
    width: 100%;
    padding: 22px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.notebook-nav__noInput button {
    width: 128px;
    height: 50px;
    font-size: 16px;
    top: 25px;
    transition: .1s linear;
}


.notebook-nav__noInput button img {
    width: 19px;
    height: 19px;
}
.notebook-nav__noButton {
  width: 140px;
  height: 50px;
  margin-left: 30px;
}
.notebook-nav__noButton a {
  transition: .1s linear;
}
.notebook-nav__noButton {
  width: 140px;
  height: 50px;
  margin-left: 30px;
}

.notebook-nav__noSample {
    margin-top: 10px;
}
}
@media screen and (max-width: 767px){

  .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__noSample {
  margin-top: 5px;
}
.notebook-nav__noSample {
  margin-top: 5px;
}
.notebook-nav__noButton {
  width: 120px;
}
.notebook-nav__noButton a {
  font-size: 14px;
  margin-top: 10px;
}
.notebook-nav__noButton {
  width: 120px;
}
.notebook-nav__noButton a {
  width:inherit;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
}
.notebook-nav__noButton a {
  height:inherit;
  line-height: inherit;

}

}

/*四月リリース追加*/

.nbSs-modalFooter__link {
  background-color: #fff;
  border: solid 1px #48bfe3;
  color: #48bfe3;
}

@media screen and (min-width: 768px){
.nbSs-modalFooter__link:hover {
    background-color: #edf9ff;
}
}

.nbSs-modalFooter__link2 {
  background-color: #48bfe3;
  color: #fff;
  border-radius: 3px;
  transition: .1s linear;
}

@media screen and (min-width: 768px){
.nbSs-modalFooter__link2:hover {
    background-color: #74d0e9;
}
}
