@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;
  outline: none;
}

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

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

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

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

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

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

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

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

.searchNav__title {
  text-align: center;
}

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

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

.searchNav__list {
  overflow: hidden;
}

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

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

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

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

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

.searchNav__item svg .cls-1 {
  fill: #48bfe3;
}

.searchNav__item svg .cls-2,
.searchNav__item svg .cls-3 {
  fill: #fff;
}

.searchNav__item svg .cls-3 {
  opacity: 0.01;
}

.searchNav__innerNoList {
  background-color: #f3f3f3;
}

.searchNav__noInput {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rankingNav__title {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.state-notebook .border-book:-moz-focusring {
  color: transparent;
  text-shadow: 0px 0px 0px #000000;
  /* カラーは調整して下さい */
}

.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;
  padding-left: 38px;
}

.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--layout li:nth-child(10) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_10.png");
}

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

.nbS-refineModalContentItem__checkList--layout li:nth-child(12) input + span::before {
  background-image: url("../img/notebook/search/img_search_layout_12.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-refineModalContentItem__checkList--color .nbS-refineModalContentItem__checkListItem:nth-child(15) input + span::before {
  background-color: #c1b68e;
}

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

.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-1::before {
  background-image: url("../img/notebook/search/bg_check_black_ptn.png");
  background-position: 50%;
}

.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-13-9::before {
  background-image: url("../img/notebook/search/bg_check_navy_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-14-8::before {
  background-image: url("../img/notebook/search/bg_flower_blue_ptn.png");
  background-position: 50%;
}

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

.quickShop__colorsItem-15::before {
  background-color: #c1b68e;
}

.quickShop__colorsItem-16::before {
  background-color: #c5ced6;
}

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

/*2019年4月始まり追加*/

.month-change {
  font-weight: bold;
}

.rank-change {
  font-weight: bold;
}

.state-notebook.searchFnc__order {
  padding-left: 15px;
}

.searchFnc__order + .prdctArea__head {
  padding: 0;
  padding-top: 20px;
  margin-top: 15px;
  margin-left: 15px;
  width: calc(100% - 30px);
  border-top: solid 1px #e7e7e7;
}

.nbDtl-slider {
  position: relative;
}

.nbDtl-slider .nbDtl-slider-mainArea {
  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-meta__contBtn {
  display: inline-block;
  padding: 14px 21px 15px;
  background-color: #fff;
  border: solid 1px #0090d8;
  color: #0090d8;
  font-size: 12px;
  border-radius: 3px;
  transition: .1s linear;
  line-height: 1;
  margin-top: 20px;
}

.nbDtl-meta__contBtn span {
  font-size: 15px;
  font-weight: bold;
}

.nbDtl-meta__contBtn.january {
  border-color: #f0749a;
  color: #f0749a;
}

.nbDtl-meta__contBtnWrapper {
  text-align: center;
}

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

.thumbs-paginationArea {
  z-index: 3;
  margin: 25px auto 0;
}

.thumbs-container.gallery-thumbs {
  position: relative;
  overflow: hidden;
  margin: 0 -3px;
  font-size: 0;
  text-align: center;
}

.thumbs-container.gallery-thumbs .thumbs-slide {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 6px 3px 0;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  box-sizing: border-box;
}

.thumbs-container.gallery-thumbs .thumbs-slide.is-current,
.thumbs-container.gallery-thumbs .thumbs-slide:hover {
  border-color: #48bfe3;
}

.thumbs-container.gallery-thumbs .thumbs-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.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 {
  display: inline-block;
  margin-top: 8px;
  color: #0090d8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.abolition__head {
  text-align: center;
}

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

.abolition__text {
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nbSeries-slider {
  overflow: hidden;
}

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

.nbSeries__itemLink {
  display: block;
  position: relative;
}

.nbSeries__itemCap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
}

.nbSeries__itemCap span {
  position: absolute;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.nbSeries__itemImg {
  position: relative;
  overflow: hidden;
}

.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;
  display: flex;
}

.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__btn {
  width: 260px;
  margin: 30px auto 0;
  line-height: 50px;
  text-align: center;
}

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

.nbSeries .nbSeries-slider {
  overflow: visible;
}

.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-1 {
  background-image: url(/common/img/notebook/common/bg_check_black_ptn.png);
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-attention__content {
  z-index: 2;
  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__content.is-special-03 {
  background-image: url(../img/notebook/top/bg_notebook_special_03.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-position: bottom;
  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 .nbSs-header__bg {
  position: relative;
  background-image: url("../../common/img/notebook/search-series/img_nbSs_top.jpg");
  background-size: cover;
  background-position: 50%;
}

.nbSs .nbSs-header .nbSs-header__ttl {
  position: relative;
  margin: 0 auto;
}

.nbSs .nbSs-header .nbSs-header__ttl img {
  position: absolute;
}

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

.nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp .nbSs-header__title {
  font-size: 32px;
  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: 41px;
  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;
  font-size: 13px;
}

.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.large-content {
  margin-top: 0;
}

.nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productImg {
  overflow: hidden;
}

.nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productTheme {
  display: inline-block;
  margin-top: 22px;
  padding-bottom: 5px;
  color: #009fdf;
  border-bottom: 2px solid #009fdf;
  line-height: 1.3;
  font-size: 13px;
}

.nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productTheme.brown {
  color: #8e797d;
  border-color: #8e797d;
}

.nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productTheme.red {
  color: #d31c30;
  border-color: #d31c30;
}

.nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productTheme.naivy {
  color: #0057b8;
  border-color: #0057b8;
}

.nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productTitle {
  font-weight: bold;
  line-height: 1.3;
  font-size: 23px;
  margin-top: 17px;
}

.nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productTitle.small {
  font-size: 22px;
}

.nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productText {
  color: #666666;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product {
  position: relative;
  overflow: hidden;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productImgWrap {
  position: relative;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productImg {
  overflow: hidden;
  position: relative;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productImg:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  content: "";
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTheme {
  display: inline-block;
  margin-top: 22px;
  color: #212121;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitle {
  position: absolute;
  bottom: 18px;
  left: 20px;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  letter-spacing: 0.2em;
  box-sizing: border-box;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitle.small {
  font-size: 22px;
}

.nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productText {
  color: #666666;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.6;
}

.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;
  text-align: left;
}

.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: 25px;
  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;
}

/*四月リリース追加*/

.nbSs-modalFooter__link {
  background-color: #fff;
  border: solid 1px #48bfe3;
  color: #48bfe3;
}

.nbSs-modalFooter__link2 {
  background-color: #48bfe3;
  color: #fff;
  border-radius: 3px;
  transition: .1s linear;
}

.nbSs-modal__note {
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  margin-top: 0px;
}

.nbSs-modalHeader__title span {
  position: absolute;
}

.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__typeTitle {
  line-height: 1.3;
  font-weight: bold;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__typeBody {
  display: flex;
  flex-wrap: wrap;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product {
  text-align: center;
  overflow: hidden;
}

.nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product a {
  display: block;
  overflow: hidden;
  top: 0;
  z-index: 3;
  background-color: #ffffff;
  border-radius: 5px;
  transition: .1s linear;
}

.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__productTheme {
  line-height: 1.3;
  color: #1990db;
  font-weight: bold;
  text-align: center;
}

.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 {
  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: 1148px;
  height: 256px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/notebook/search-size/bg_sizeGuide.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideCompact {
  position: absolute;
  width: 102px;
  height: 163px;
  bottom: 0px;
  left: 123px;
  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 {
  opacity: .7;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideBook {
  position: absolute;
  width: 113px;
  height: 166px;
  bottom: 0px;
  left: 374px;
  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 {
  opacity: .7;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideB6 {
  position: absolute;
  width: 133px;
  height: 174px;
  bottom: 0px;
  left: 635px;
  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 {
  opacity: .7;
}

.nbSsz .nbSsz-size__guide .nbSsz-size__guideBg .nbSsz-size__guideNote {
  position: absolute;
  width: 175px;
  height: 228px;
  bottom: 0px;
  left: 900px;
  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 {
  opacity: .7;
}

.nbSsz .nbSsz-size__button .nbSsz-size__buttonLlist > li {
  line-height: 1.3;
}

.nbSsz .nbSsz-size__button .nbSsz-size__buttonLink a {
  display: block;
  position: relative;
  color: #00a0e9;
  font-weight: bold;
}

.nbSsz .nbSsz-size__button .nbSsz-size__buttonLink a::before {
  display: block;
  position: absolute;
  left: 0;
  background-image: url("../img/notebook/search-size/icon_arrow_blue.png");
  background-repeat: no-repeat;
  content: "";
}

.nbSsz .nbSsz-size__button .nbSsz-size__buttonLink a::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #00a0e9;
  content: "";
}

.nbSsz .nbSsz-head {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 2px solid #212121;
}

.nbSsz .nbSsz-head__ttl {
  font-weight: bold;
}

.nbSsz .nbSsz-head__btn {
  text-align: center;
}

.nbSsz .nbSsz-head__btn a {
  display: block;
  line-height: 1.3;
  background-color: #000;
  border-radius: 3px;
  color: #ffffff;
  box-sizing: border-box;
}

.nbSsz .nbSsz-content .nbSsz-content__main {
  border-bottom: 1px solid #b4b4b4;
}

.nbSsz .nbSsz-content .nbSsz-content__head__btn {
  text-align: center;
}

.nbSsz .nbSsz-content .nbSsz-content__head__btn a {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background-color: #000;
  border-radius: 3px;
  color: #ffffff;
  box-sizing: border-box;
}

.nbSsz .nbSsz-content .nbSsz-content__body {
  overflow: hidden;
}

.nbSsz .nbSsz-content .nbSsz-content__body > ul {
  overflow: hidden;
}

.nbSsz .nbSsz-content .nbSsz-content__item {
  float: left;
  box-sizing: border-box;
}

.nbSsz .nbSsz-content .nbSsz-content__item a {
  display: block;
}

.nbSsz .nbSsz-content .nbSsz-content__item figure {
  position: relative;
  background-color: #f2f2f5;
  border-radius: 10px;
}

.nbSsz .nbSsz-content .nbSsz-content__item figure img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-height: 100%;
}

.nbSsz .nbSsz-content .nbSsz-content__itemText {
  position: relative;
  font-weight: bold;
  color: #212121;
  line-height: 1.3;
}

.nbSsz .nbSsz-content .nbSsz-content__itemText::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/notebook/search-size/icon_arrow02.png");
  background-repeat: no-repeat;
  content: "";
}

.nbSsz .nbSsz-content .nbSsz-content__itemText > span {
  padding-left: 10px;
  font-weight: normal;
  color: #666;
}

.nbSsz .nbSsz-content .nbSsz-content__itemNote {
  color: #888;
}

.nbSsz .nbSsz-content .nbSsz-content__itemText02 {
  line-height: 1.5;
}

.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;
  justify-content: space-between;
}

.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 {
  text-align: right;
  line-height: 1.3;
  color: #2fa4df;
  font-size: 14px;
}

.nbSsz .page-back:after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background-image: url("../img/notebook/search-size/icon_arrow_up.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  content: "";
}

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

.nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.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__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-content .nbSsz-content__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-content .nbSsz-content__head .nbSsz-content__icon,
    .nbSsz .nbSsz-content .nbSsz-content__head .nbSsz-content__headWrap,
    .nbSsz .nbSsz-content .nbSsz-content__head .nbSsz-content__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;
    }
}
}

.nbSsz-text {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  color: #888888;
}

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

.beginners-guide {
  background-image: url(../img/notebook/beginners-guide/bg_01@2x.jpg);
  background-repeat: repeat;
  background-size: 21px 24px;
}

.lp-mainvisual__inner {
  margin: auto;
}

.lp-mainvisual__inner > img {
  margin: auto;
}

.lp-mainvisual__text {
  color: #0157b8;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

.lp-mainvisual__text:not(:first-of-type) {
  margin-top: 20px;
}

.lp-mainvisual .lp-btnList__item a {
  position: relative;
}

.lp-mainvisual .lp-btnList__item a::after {
  transition: .1s linear;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
}

.lp-mainvisual .lp-btnList__item a:hover::after {
  opacity: 0.25;
}

.lp-content__bg {
  width: 100%;
}

.lp-content__bg.is-lightBlue {
  background: url(../img/notebook/beginners-guide/bg_02@2x.jpg) repeat;
  background-size: 16px 22px;
}

.lp-content__bg.is-lightGreen {
  background: url(../img/notebook/beginners-guide/bg_03@2x.jpg) repeat;
  background-size: 15px 24px;
}

.lp-content__bg .lp-contentBaloon > img {
  margin: auto;
}

.lp-content__bg .lp-contentBaloon__box {
  display: flex;
}

.lp-content__bg .lp-contentBaloon__box.is-question .lp-contentBaloon__text {
  position: relative;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  line-height: 1.3;
  background-color: #66b757;
}

.lp-content__bg .lp-contentBaloon__box.is-question .lp-contentBaloon__text svg {
  position: absolute;
  content: "";
}

.lp-content__bg .lp-contentBaloon__box.is-question .lp-contentBaloon__text svg path {
  fill: #66b757;
}

.lp-content__bg .lp-contentBaloon__box.is-answer {
  justify-content: flex-end;
}

.lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text {
  color: #333;
  position: relative;
  background-color: #fff;
}

.lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text span {
  color: #212121;
  display: block;
  font-weight: bold;
}

.lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text svg {
  position: absolute;
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: 50px !important;
}

.lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text svg path {
  fill: #fff;
}

.lp-content__bg .lp-contentBaloon > svg {
  display: block;
  fill: #66b757;
}

.lp-content__bg .lp-contentBaloon + .lp-contentBox {
  margin-top: 20px !important;
}

.lp-content__title img {
  width: 1195px;
  margin: auto;
}

.lp-content__text span {
  position: relative;
  z-index: 1;
}

.lp-content__text span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(-45deg, #ffed08, #fff 10px);
  z-index: -1;
}

.lp-content .lp-contentBox {
  background-color: #fff;
  margin: auto;
  box-sizing: border-box;
}

.lp-content .lp-contentBox:not(:first-child) {
  margin-top: 50px;
}

.lp-content .lp-contentBox__title {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-content .lp-contentBox__title.is-title01 ::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
}

.lp-content .lp-contentBox__title.is-title01 span {
  background: linear-gradient(transparent 80%, #ffcaec 80%);
}

.lp-content .lp-contentBox__title.is-title02 ::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
}

.lp-content .lp-contentBox__title.is-title02 span {
  background: linear-gradient(transparent 80%, #ffcaec 0%);
}

.lp-content .lp-contentBox__title.is-title03 ::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
}

.lp-content .lp-contentBox__title.is-title03 span {
  background: linear-gradient(transparent 80%, #ffcaec 0%);
}

.lp-content .lp-contentBox__title.is-title04 ::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
}

.lp-content .lp-contentBox__title.is-title04 span {
  background: linear-gradient(transparent 80%, #fcff29 0%);
}

.lp-content .lp-contentBox__title.is-title05 ::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
}

.lp-content .lp-contentBox__title.is-title05 span {
  background: linear-gradient(transparent 80%, #fcff29 0%);
}

.lp-content .lp-contentBox__title.is-title06 ::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
}

.lp-content .lp-contentBox__title.is-title06 span {
  background: linear-gradient(transparent 80%, #fcff29 0%);
}

.lp-content .lp-contentBox .lp-quote__text {
  color: #333;
}

.lp-content .lp-contentBox .lp-quote__source {
  color: #666;
  display: block;
  font-size: 10px;
  text-align: right;
  margin-top: 15px;
}

.lp-content .lp-contentBox .lp-contentList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp-content .lp-contentBox .lp-contentList__item.is-blue {
  background-color: #ddf7ff;
}

.lp-content .lp-contentBox .lp-contentList__item.is-blue .lp-meritList__item:not(:first-child) {
  border-top: dotted 2px #48bfe3;
}

.lp-content .lp-contentBox .lp-contentList__item.is-purple {
  background-color: #e8eeff;
}

.lp-content .lp-contentBox .lp-contentList__item.is-purple .lp-meritList__item:not(:first-child) {
  border-top: dotted 2px #6373b9;
}

.lp-content .lp-contentBox .lp-contentList__titleBlue {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #48bfe3;
}

.lp-content .lp-contentBox .lp-contentList__titleBlue svg {
  fill: #fff;
}

.lp-content .lp-contentBox .lp-contentList__titlePurple {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #6373b9;
}

.lp-content .lp-contentBox .lp-contentList__titlePurple svg {
  fill: #fff;
}

.lp-content .lp-contentBox .lp-contentList .lp-meritList__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp-content .lp-contentBox .lp-contentList .lp-meritList__item:not(:first-child) {
  padding-top: 25px;
  margin-top: 25px;
}

.lp-content .lp-contentBox .lp-contentList .lp-meritList__title {
  display: flex;
  font-weight: bold;
}

.lp-content .lp-contentBox .lp-contentList .lp-meritList__text {
  color: #666;
}

.lp-content .lp-contentBox .lp-acdBox {
  border-top: 1px solid #d9dce0;
}

.lp-content .lp-contentBox .lp-acdBox:first-of-type .lp-acdBox__list {
  display: block;
}

.lp-content .lp-contentBox .lp-acdBox__titleWrap {
  position: relative;
  cursor: pointer;
  transition: background-color .1s linear;
}

.lp-content .lp-contentBox .lp-acdBox__titleInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon {
  position: relative;
  background-color: #48bfe3;
  border-radius: 50%;
}

.lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 4px;
  transition: all .4s;
}

.lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon.active span:nth-of-type(1) {
  display: none;
}

.lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon.active span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lp-content .lp-contentBox .lp-acdBox__titleArea {
  display: flex;
  align-items: center;
}

.lp-content .lp-contentBox .lp-acdBox__title {
  font-weight: bold;
  line-height: 1.4;
}

.lp-content .lp-contentBox .lp-acdBox__title span {
  display: block;
}

.lp-content .lp-contentBox .lp-acdBox__title span span {
  display: inline;
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.lp-content .lp-contentBox .lp-acdBox__list {
  display: none;
  position: relative;
  background-color: #edf3f7;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerTitle {
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerTitle span {
  background: linear-gradient(transparent 70%, #ffcaec 0%);
}

.lp-content .lp-contentBox .lp-acdBox__list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/notebook/beginners-guide/img_arrow_02@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item {
  position: relative;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item.is-blue::before {
  position: absolute;
  content: "";
  border: none;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item.is-blue img {
  border-radius: 10px;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item.is-purple::before {
  position: absolute;
  content: "";
  border: none;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item.is-purple img {
  border-radius: 10px;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titleBlue {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background-color: #48bfe3;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titleBlue svg {
  fill: #fff;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titlePurple {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background-color: #6373b9;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titlePurple svg {
  fill: #fff;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__title {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__text {
  color: #666;
  line-height: 1.5;
}

.lp-content .lp-contentBox .lp-recommendList {
  display: flex;
  justify-content: center;
}

.lp-content .lp-contentBox .lp-recommendList__img {
  position: relative;
}

.lp-content .lp-contentBox .lp-recommendList__img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100%;
}

.lp-content .lp-contentBox .lp-recommendList__img.is-baloonTitle01::before {
  background-image: url(../img/notebook/beginners-guide/img_baloonTitle_01@2x.png);
}

.lp-content .lp-contentBox .lp-recommendList__img.is-baloonTitle02::before {
  background-image: url(../img/notebook/beginners-guide/img_baloonTitle_02@2x.png);
}

.lp-content .lp-contentBox .lp-recommendList__img.is-baloonTitle03::before {
  background-image: url(../img/notebook/beginners-guide/img_baloonTitle_03@2x.png);
}

.lp-content .lp-contentBox .lp-recommendList__img.is-baloonTitle04::before {
  background-image: url(../img/notebook/beginners-guide/img_baloonTitle_04@2x.png);
}

.lp-content .lp-contentBox .lp-recommendList__img.is-baloonTitle05::before {
  background-image: url(../img/notebook/beginners-guide/img_baloonTitle_05@2x.png);
}

.lp-content .lp-contentBox .lp-recommendList__titleArea {
  display: flex;
  align-items: center;
  margin-left: -5px;
}

.lp-content .lp-contentBox .lp-recommendList__titleArea svg {
  width: 65.5px;
  height: 50px;
  fill: #f9e421;
}

.lp-content .lp-contentBox .lp-recommendList__titleArea svg .handIcon {
  fill: #212121;
}

.lp-content .lp-contentBox .lp-recommendList__titleWrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-left: 8px;
}

.lp-content .lp-contentBox .lp-recommendList__titleWrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d9dce0;
}

.lp-content .lp-contentBox .lp-recommendList__title {
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
}

.lp-content .lp-contentBox .lp-recommendList__text {
  color: #333;
  text-align: left;
  line-height: 1.5;
}

.lp-content .lp-contentBox .lp-recommendList__text.is-center {
  text-align: center;
}

@supports (-ms-ime-align: auto) {
  .lp-content .lp-contentBox .lp-recommendList__titleWrap {
    margin-left: -3px;
  }
}

.lp-content .lp-contentBox .lp-contentMore {
  position: relative;
  background-color: #eaf9e7;
  border-radius: 6px;
}

.lp-content .lp-contentBox .lp-contentMore__text {
  font-weight: bold;
  text-align: center;
}

.lp-content .lp-contentBox .lp-contentMore__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background-color: #ff790d;
  border-radius: 6px;
  transition: .1s linear;
}

.lp-content .lp-contentBox .lp-contentMore__button a svg {
  fill: #fff;
}

.lp-content .lp-contentBox .lp-contentMore__button a:hover {
  background-color: #fa9e53;
}

.lp-content .lp-contentBox .lp-seasonList {
  display: flex;
  justify-content: space-between;
}

.lp-content .lp-contentBox .lp-seasonList__item {
  position: relative;
  box-sizing: border-box;
}

.lp-content .lp-contentBox .lp-seasonList__item > svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  fill: #f9e421;
}

.lp-content .lp-contentBox .lp-seasonList__item > svg .handIcon {
  fill: #212121;
}

.lp-content .lp-contentBox .lp-seasonList__title {
  color: #333;
  text-align: center;
  line-height: 1.2;
}

.lp-content .lp-contentBox .lp-seasonList__title span {
  color: #212121;
  display: block;
  font-weight: bold;
}

.lp-content .lp-contentBox .lp-seasonList__text {
  color: #333;
  text-align: left;
  line-height: 1.5;
  margin-top: 15px;
}

.lp-content .lp-contentBox .lp-seasonList__button {
  display: flex;
  justify-content: center;
  background-color: #eaf9e7;
}

.lp-content .lp-contentBox .lp-seasonList__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ff790d;
  border-radius: 3px;
  transition: .1s linear;
}

.lp-content .lp-contentBox .lp-seasonList__button a svg {
  fill: #fff;
}

.lp-content .lp-contentBox .lp-seasonList__buttonNone {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ff790d;
  border-radius: 3px;
  background-color: #cdcdcd;
}

.lp-content .lp-contentBox .lp-lineBox {
  border-top: 2px dotted #191718;
}

.lp-content .lp-contentBox .lp-lineBox__title {
  font-weight: bold;
  text-align: center;
}

.lp-content .lp-contentBox .lp-lineBox__title span {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #212121;
}

.lp-content .lp-contentBox .lp-lineBox__title span::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 10px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/notebook/beginners-guide/img_arrow_01@2x.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.lp-content .lp-contentBox__textArea {
  color: #333;
}

.lp-content .lp-contentBox__textArea.with-icon {
  position: relative;
}

.lp-content .lp-contentBox__textArea span {
  display: block;
  color: #212121;
  font-weight: bold;
  margin-top: 20px;
}

.lp-content .lp-contentSummary {
  padding: 60px 0;
  text-align: center;
}

.lp-content .lp-contentSummary__text {
  color: #0157b8;
  font-weight: bold;
}

.lp-content .lp-contentSummary img {
  margin: 30px auto;
}

.lp-content .lp-contentSky {
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lp-content .lp-contentSky__title > img {
  margin: auto;
}

.lp-content .lp-contentSky__text {
  margin-top: 35px;
  line-height: 2.2;
}

.lp-content .lp-contentSky__text span {
  display: block;
}

.lp-content .lp-contentLink__more {
  margin: auto;
  text-align: center;
  border-top: 2px solid #212121;
  border-bottom: 2px solid #212121;
}

.lp-content .lp-contentLink__moreText {
  position: relative;
  font-weight: bold;
}

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

.lp-content .lp-contentLink__detailSeries {
  height: 100%;
  margin: 0;
  border-radius: 5px;
  background-color: #48bfe3;
  transition: .1s linear;
}

.lp-content .lp-contentLink__detailSeries:hover {
  background-color: #74d0e9;
}

.lp-content .lp-contentLink__detailSeries a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-content .lp-contentLink__detailSeries a svg {
  margin-right: 12px;
  fill: #fff;
}

.lp-content .lp-contentLink__bnr {
  position: relative;
}

.lp-content .lp-contentLink__bnr a::after {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 127px;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: .1s linear;
}

.lp-content .lp-contentLink__bnr a:hover::after {
  opacity: 0.2;
}

.mf_finder_searchBox_misc {
  display: none;
}

.mf_finder_logo {
  display: none;
}

.mf_finder_organic_pager {
  margin-top: 30px;
}

#mod-mainContent .mf_finder_pager_item_current {
  background-color: #000000;
  color: #ffffff;
}

#mod-mainContent .mf_finder_pager_items li.mf_finder_pager_item_prev a {
  background-color: #000000;
}

#mod-mainContent .mf_finder_pager_items li.mf_finder_pager_item_next a {
  background-color: #000000;
}

#mod-mainContent .mf_finder_pager_items li.mf_finder_pager_item_first a {
  background-color: #000000;
}

#mod-mainContent .mf_finder_searchBox_doctype {
  display: none !important;
}

#mod-mainContent .mf_finder_container {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
}

.mf_finder_searchBox_doctype_select {
  display: none !important;
}

.mf_finder_searchBox_doctype {
  display: none !important;
}

.mf_finder_searchBox_items {
  padding: 0 !important;
}

.mf_finder_searchBox_query_input {
  outline: none;
}

.mf_finder_keywordranking {
  display: none;
}

.mf_finder_searchBox_selects {
  display: none !important;
}

.mf_finder_organic_doc_contents {
  word-break: break-all !important;
}

.mf_finder_organic .mf_finder_mark {
  background-color: #fff !important;
}

.mf_finder_organic_wrapper.mf_available_resultframe .mf_finder_organic_doc_zoom {
  display: none !important;
}

.mf_finder_organic_doc_zoom {
  display: none !important;
}

#cat-book .mf_finder_container {
  margin-top: 20px;
  padding-top: 0;
}

@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%;
    padding: 22px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

  .searchNav-wrapper {
    width: 1150px;
  }

  .searchNav__titleMain {
    font-size: 34px;
  }

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

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

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

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

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

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

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

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

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

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

  .searchNav__noInput {
    width: 380px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .prdctArea__headTtl {
    font-size: 24px;
  }

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

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

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

  .rankingNav__titleMain {
    font-size: 34px;
  }

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

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

  .rankingNav__item__text__inner {
    padding: 0 20px;
  }

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

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

  .rankingNav__dropdown {
    margin-top: 30px;
  }

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

  #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-1::before {
    background-size: 35px auto;
  }

  .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-13-9::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-14-8::before {
    background-size: 35px auto;
  }

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

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

  .month-change {
    font-size: 16px;
  }

  .rank-change {
    font-size: 16px;
  }

  .border-book {
    height: 40px;
  }

  .border-book.long {
    width: 305px;
    margin-right: 29px;
  }

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

  .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-meta__contBtn:hover {
    background-color: #edf9ff;
  }

  .nbDtl-meta__contBtn.january:hover {
    background-color: #fdf2f6;
  }

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

  .lp-content .lp-contentBox .lp-seasonList__button {
    left: 0px;
  }

  .thumbs-paginationArea {
    width: 570px;
  }

  .thumbs-container.gallery-thumbs .thumbs-slide:nth-child(-n+12) {
    margin-top: 0;
  }

  .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;
    height: calc(100vh - 170px);
  }

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

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

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

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

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

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

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

  .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: 5px auto 50px;
  }

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

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

  .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 {
    max-height: 36.4px;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 12px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    border-radius: 5px;
    margin-top: 20px;
  }

  .no-favorite__btnGroup .searchNav__noInput input {
    width: 264px;
  }

  .no-favorite__btnGroup .searchNav__noButton {
    margin-left: 20px;
  }

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

  .app__headText {
    margin-bottom: 33px;
    font-size: 13px;
  }

  .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-top: 70px;
  }

  .nbSeries-slider {
    width: 1150px;
    margin: 35px auto 0;
  }

  .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__itemLink:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }

  .nbSeries__itemCap {
    top: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }

  .nbSeries__itemCap span {
    font-size: 17px;
    bottom: 30px;
    left: 25px;
  }

  .nbSeries__itemLink:hover .nbSeries__itemImg img {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }

  .nbSeries__itemLink:hover:after {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  }

  .nbSeries .nbSeries__itemCap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: opacity ease 1s, -webkit-transform ease 1.5s;
    transition: opacity ease 1s, transform ease 1.5s;
    transition: opacity ease 1s, transform ease 1.5s, -webkit-transform ease 1.5s;
    pointer-events: cursor;
  }

  .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: 330px;
    height: 280px;
    padding: 0 15px;
  }

  .nbSeries .swiper-slide a {
    width: 300px;
  }

  .nbSeries .swiper-button-next,
  .nbSeries .swiper-button-prev {
    display: block;
    z-index: 3;
    top: calc(50% + 15px);
    padding: 0;
    border-radius: 4px;
    background-image: url(../img/book/arw_slide_r.svg);
    background-repeat: no-repeat;
    background-color: rgba(33, 33, 33, 0.5);
    background-size: 12px 22px;
    width: 36px;
    height: 90px;
    right: 15px;
    transition: background-color .1s linear;
  }

  .nbSeries .swiper-button-prev {
    display: block;
    background-image: url(../img/book/arw_slide_l.svg);
    background-size: 12px 22px;
    left: 15px;
  }

  .nbSeries .nbContent-title::after {
    margin-left: -48px;
  }

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

  .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;
    flex-wrap: wrap;
  }

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

  .nb-attention.is-special .nb-attention__content::before {
    width: 134px;
    top: -7px;
  }

  .nb-attention.is-special .nb-attention__content::after {
    height: 320px;
    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 .nbSs-header__bg {
    height: 320px;
  }

  .nbSs .nbSs-header .nbSs-header__ttl {
    width: 1148px;
    height: 100%;
  }

  .nbSs .nbSs-header .nbSs-header__ttl img {
    top: 0;
    bottom: 0;
    left: 0;
    width: 232px;
    height: 55px;
    margin: auto 0;
  }

  .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 {
    display: flex;
    flex-wrap: wrap;
    width: 520px;
    margin-top: 49px;
  }

  .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__searchAll {
    position: relative;
    height: 50px;
    width: 260px;
    margin-top: 49px;
    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-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.large-content {
    padding-bottom: 86px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product {
    width: 555px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product:nth-child(-n+3) {
    margin-top: 45px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product:nth-child(-n+2) {
    margin-top: 0;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product .nbSs-content__productTitle {
    margin-top: 20px;
    font-size: 31px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product .nbSs-content__productText {
    font-size: 15px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal {
    width: 540px;
    margin: 45px 0 0 68px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal:nth-child(-n+2) {
    margin-top: 0;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal:nth-child(2n+1) {
    margin-left: 0;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal:hover .nbSs-content__productImg img {
    transition: .1s linear;
    opacity: 0.75;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productTitle {
    margin-top: 20px;
    font-size: 31px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productText {
    font-size: 15px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productImg img {
    width: 100%;
    transition: 0.4s cubic-bezier(0.2, 0.5, 0.4, 1);
  }

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

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product {
    width: 356px;
    margin: 75px 0 0 40px;
    transition: 0.1s linear;
    cursor: pointer;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product:nth-child(-n+3) {
    margin-top: 0;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product:nth-child(3n+1) {
    margin-left: 0;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product:hover .nbSs-content__productImg img {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
            transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productImg img {
    width: 100%;
    transition: 0.4s cubic-bezier(0.2, 0.5, 0.4, 1);
  }

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

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

  .nbSs-modalFooter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .nbSs-modalFooter__link {
    display: block;
    margin-right: 14px;
    padding: 17px 35px;
  }

  .nbSs-modalFooter__link:hover {
    background-color: #edf9ff;
  }

  .nbSs-modalFooter__link2 {
    display: block;
    padding: 17px 35px;
    line-height: 1;
  }

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

  .nbSs-modal__note {
    font-size: 12px;
    left: calc(50% - 64px);
  }

  .nbSs-modalHeader__title span {
    font-size: 25px;
    margin-top: 0px;
  }

  .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 {
    padding: 40px 0 60px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__type {
    width: 1148px;
    margin: 60px auto 0;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__type:first-child {
    margin-top: 0;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__typeTitle {
    font-size: 28px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__typeBody {
    width: 1200px;
    margin-top: 20px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__typeBody:first-child {
    margin-top: 0;
  }

  .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:nth-child(3n+1) {
    margin-left: 0;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product:nth-child(-n+3) {
    margin-top: 0;
  }

  .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 a:hover {
    background-color: #e2e8ed;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product a:hover .nbSl-content__productImgHover {
    opacity: 0.08 !important;
  }

  .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__productTheme {
    margin: 30px auto 0;
    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: wrap;
    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:nth-child(n+5) {
    margin-top: 25px;
  }

  .nbSl .nbSl-content .nbSl-content__wrapSmall .nbSl-content__productSmall a {
    position: absolute;
  }

  .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 {
    background-color: #f2f2f5;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__guideBgSp {
    display: none;
  }

  .nbSsz .nbSsz-size__guide .nbSsz-size__guideBg a {
    margin-bottom: 1px;
  }

  .nbSsz .nbSsz-size__button {
    width: 1148px;
    margin: 30px auto 108px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLlist {
    position: relative;
    min-height: 65px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLlist > li {
    position: absolute;
    top: 0;
    text-align: center;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonText {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLink {
    display: table;
    margin: 10px auto 0;
    font-size: 19px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLink a {
    padding: 0 0 10px 26px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLink a::before {
    top: 4px;
    width: 14px;
    height: 16px;
    background-size: 14px auto;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLink a::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    transition-origin: left center;
    /* 左基準の変化にする */
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLink a:hover:after {
    transition-origin: right center;
    /* 右基準の変化にする */
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__compact {
    left: 98px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__book {
    left: 356px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__b6 {
    left: 660px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__note {
    left: 913px;
  }

  .nbSsz .nbSsz-headInner figure {
    float: left;
    width: 160px;
    margin-right: 35px;
  }

  .nbSsz .nbSsz-head__ttl {
    font-size: 41px;
  }

  .nbSsz .nbSsz-head__btn {
    position: absolute;
    right: 0;
    bottom: 30px;
    transition: 0.1s linear;
  }

  .nbSsz .nbSsz-head__btn a {
    width: 260px;
    height: 50px;
    padding-top: 16px;
    font-size: 16px;
    transition: 0.1s linear;
  }

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

  .nbSsz .nbSsz-content {
    width: 1148px;
    margin: 108px auto 0;
  }

  .nbSsz .nbSsz-content .nbSsz-content__main {
    padding: 40px 0 25px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main {
    display: flex;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head {
    display: flex;
    width: 388px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head figure {
    width: 150px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head figure img {
    width: 120px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head__btn {
    margin-top: 20px;
    transition: 0.1s linear;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head__btn a {
    width: 95px;
    font-size: 14px;
    transition: 0.1s linear;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head__btn a:hover {
    background-color: #4c515c;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__body {
    width: 760px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__body > ul {
    margin: 0 -25px;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__body,
  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__body {
    overflow: hidden;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__body > ul,
  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__body > ul {
    margin: 0 -35px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__item a:hover figure {
    background-color: #e6e6e9;
  }

  .nbSsz .nbSsz-content .nbSsz-content__item figure {
    transition: .1s linear;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__item,
  .nbSsz .nbSsz-content#size-note .nbSsz-content__item {
    width: 33.3%;
    padding: 0 25px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__item:nth-child(3n+1),
  .nbSsz .nbSsz-content#size-note .nbSsz-content__item:nth-child(3n+1) {
    clear: left;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item figure {
    height: 155px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item figure img {
    bottom: 21px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item figure {
    height: 155px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item figure img {
    bottom: 15px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-wallet .nbSsz-content__item figure {
    height: 165px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-wallet .nbSsz-content__item figure img {
    bottom: 15px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item.item01 img {
    width: 64px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item.item02 img {
    width: 73px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item.item03 img {
    width: 140px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item.item04 img {
    width: 73px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item.item05 img {
    width: 68px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item.item06 img {
    width: 73px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-wallet .nbSsz-content__item.item07 img {
    width: 68px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-wallet .nbSsz-content__item.item08 img {
    width: 68px;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__item {
    width: 50%;
    padding: 0 35px;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__item a {
    overflow: hidden;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__item figure {
    float: left;
    width: 290px;
    height: 190px;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__item figure img {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__item {
    width: 50%;
    padding: 0 35px;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__item a {
    overflow: hidden;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__item figure {
    float: left;
    width: 290px;
    height: 190px;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__item figure img {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__main .nbSsz-content__item.item01 img {
    width: 85px;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__main .nbSsz-content__item.item02 img {
    width: 85px;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__main .nbSsz-content__item.item01 img {
    width: 96px;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__main .nbSsz-content__item.item02 img {
    width: 102px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__item figure {
    height: 250px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__item figure img {
    bottom: 22px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__main .nbSsz-content__item.item01 img {
    width: 95px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__main .nbSsz-content__item.item02 img {
    width: 119px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__main .nbSsz-content__item.item03 img {
    width: 146px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemText {
    font-size: 20px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemText:after {
    width: 8px;
    height: 14px;
    background-size: 8px auto;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemText > span {
    font-size: 14px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemNote {
    margin-top: 12px;
    font-size: 13px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemNote:first-child {
    margin-top: 0;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemText02 {
    margin-top: 25px;
    font-size: 14px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__item .nbSsz-content__itemDetail,
  .nbSsz .nbSsz-content#size-note .nbSsz-content__item .nbSsz-content__itemDetail {
    margin-top: 20px;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__item .nbSsz-content__itemDetail,
  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__item .nbSsz-content__itemDetail {
    overflow: hidden;
    padding-left: 25px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content {
    padding-bottom: 40px;
  }

  .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: calc(50% - 5px);
    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__subText {
    margin: 0 100px;
  }

  .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;
    margin-top: 43px;
    transition: 0.1s linear;
  }

  .nbSsz .nbSsz-notebook__searchAll a {
    height: 50px;
    width: 260px;
    padding-top: 16px;
    font-size: 16px;
  }

  .nbSsz .page-back {
    margin-top: 21px;
  }

  .nbSsz .page-back:hover {
    text-decoration: underline;
  }

  .nbSsz-b6 .nbSsz-b6__content {
    padding-bottom: 40px;
  }

  .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: calc(50% - 5px);
    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__subText {
    margin: 0 100px;
  }

  .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 .nbSsz-note__content {
    padding-bottom: 40px;
  }

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

  .nbSsz-text {
    font-size: 13px;
    bottom: 27px;
    left: 0;
  }

  .nbSsz-content__long {
    height: 257px;
  }

  .nbSsz-content__jacketMain.long,
  .nbSsz-content__walletMain.long {
    height: 257px !important;
  }

  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__jacketWrap {
    height: 257px !important;
  }

  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__jacketWrap .nbSsz-content__sub01 img,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__jacketWrap .nbSsz-content__sub02 img,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__jacketWrap .nbSsz-content__sub03 img,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__walletWrap .nbSsz-content__sub01 img,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__walletWrap .nbSsz-content__sub02 img {
    padding-bottom: 20px;
  }

  .-note {
    margin-bottom: 65px;
  }

  .-note:hover {
    background-color: #8f8cb9;
  }

  .lp-mainvisual {
    background-size: cover;
    background-image: url(../img/notebook/beginners-guide/bg_mv_01@2x.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .lp-mainvisual__inner {
    width: 100%;
    height: 100%;
    padding-top: 60px;
  }

  .lp-mainvisual__inner > img {
    width: 562px;
  }

  .lp-mainvisual__text {
    font-size: 17px;
    line-height: 1.5;
  }

  .lp-mainvisual .lp-btnList {
    width: 1155px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 80px auto 0;
  }

  .lp-mainvisual .lp-btnList__item {
    width: 564px;
  }

  .lp-mainvisual .lp-btnList__item a::after {
    border-radius: 3px;
  }

  .lp-content__bg {
    padding: 70px 0;
  }

  .lp-content__bg.is-lightGreen .lp-contentBox {
    border: 6px solid #66b757;
  }

  .lp-content__bg .lp-contentBaloon > img {
    width: 173px;
    height: 127px;
  }

  .lp-content__bg .lp-contentBaloon__box {
    max-width: 1150px;
    margin: auto;
  }

  .lp-content__bg .lp-contentBaloon__box.is-question {
    align-items: flex-end;
  }

  .lp-content__bg .lp-contentBaloon__box.is-question img {
    width: 130px;
    height: 155px;
    margin-right: 30px;
    margin-top: -20px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-question .lp-contentBaloon__text {
    font-size: 30px;
    padding: 30px 50px;
    border-radius: 30px;
    margin-top: 20px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-question .lp-contentBaloon__text svg {
    width: 28px;
    height: 23px;
    top: calc(50% - 11.5px);
    left: -20px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer {
    align-items: flex-start;
    margin-top: 20px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer img {
    width: 120px;
    height: 147px;
    margin-left: 30px;
    margin-top: -35px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text {
    width: 760px;
    font-size: 14px;
    padding: 33px 50px 34px;
    border-radius: 40px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text span {
    font-size: 24px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text svg {
    width: 28px;
    height: 23px;
    top: calc(50% - 11.5px);
    right: -20px;
  }

  .lp-content__bg .lp-contentBaloon > svg {
    width: 156px;
    height: 66px;
    margin: 20px auto 0;
  }

  .lp-content__bg .lp-contentBaloon:not(:first-child) {
    margin-top: 70px;
  }

  .lp-content__title.is-practicalUse {
    padding: 70px 0 40px;
  }

  .lp-content__title.is-select {
    padding-top: 50px;
  }

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

  .lp-content__text:not(:first-of-type) {
    margin: 30px 0 70px;
  }

  .lp-content .lp-contentBox {
    max-width: 1150px;
    padding: 50px 44px;
    border: 6px solid #48bfe3;
    border-radius: 6px;
  }

  .lp-content .lp-contentBox__title {
    font-size: 36px;
  }

  .lp-content .lp-contentBox__title.is-title01 ::before {
    width: 196px;
    height: 97px;
    top: -72px;
    left: 164px;
    background-image: url(../img/notebook/beginners-guide/icon_title_01@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title02 ::before {
    width: 210px;
    height: 104px;
    top: -72px;
    left: 137px;
    background-image: url(../img/notebook/beginners-guide/icon_title_02@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title03 ::before {
    width: 241px;
    height: 117px;
    top: -75px;
    left: 73px;
    background-image: url(../img/notebook/beginners-guide/icon_title_03@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title04 ::before {
    width: 190px;
    height: 162px;
    top: -98px;
    left: 182px;
    background-image: url(../img/notebook/beginners-guide/icon_title_07@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title05 ::before {
    width: 180px;
    height: 162px;
    top: -115px;
    left: -22px;
    background-image: url(../img/notebook/beginners-guide/icon_title_08@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title06 ::before {
    width: 173px;
    height: 162px;
    top: -124px;
    left: 208px;
    background-image: url(../img/notebook/beginners-guide/icon_title_09@2x.png);
  }

  .lp-content .lp-contentBox .lp-quote__img {
    margin: 40px 0 0 50px;
  }

  .lp-content .lp-contentBox .lp-quote__img img {
    width: 928.5px;
  }

  .lp-content .lp-contentBox .lp-quote__text {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
  }

  .lp-content .lp-contentBox .lp-contentList {
    margin-top: 40px;
  }

  .lp-content .lp-contentBox .lp-contentList__item {
    width: 504px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .lp-content .lp-contentBox .lp-contentList__item > img {
    width: 504px;
    height: 290px;
  }

  .lp-content .lp-contentBox .lp-contentList__titleBlue {
    height: 64px;
    font-size: 26px;
    font-weight: bold;
  }

  .lp-content .lp-contentBox .lp-contentList__titleBlue svg {
    width: 20px;
    margin-right: 15px;
  }

  .lp-content .lp-contentBox .lp-contentList__titlePurple {
    height: 64px;
    font-size: 26px;
    font-weight: bold;
  }

  .lp-content .lp-contentBox .lp-contentList__titlePurple svg {
    width: 20px;
    margin-right: 15px;
  }

  .lp-content .lp-contentBox .lp-contentList__textArea {
    padding: 20px 30px 40px;
  }

  .lp-content .lp-contentBox .lp-contentList .lp-meritList__textWrap {
    display: flex;
  }

  .lp-content .lp-contentBox .lp-contentList .lp-meritList img {
    height: 68px;
    margin-right: 15px;
  }

  .lp-content .lp-contentBox .lp-contentList .lp-meritList__text {
    font-size: 14px;
  }

  .lp-content .lp-contentBox .lp-acdBox:first-of-type {
    margin-top: 40px;
  }

  .lp-content .lp-contentBox .lp-acdBox__titleWrap {
    padding: 25px 50px;
  }

  .lp-content .lp-contentBox .lp-acdBox__titleWrap:hover {
    opacity: 0.75;
  }

  .lp-content .lp-contentBox .lp-acdBox__titleInner img {
    width: 82px;
    height: 82px;
    margin-right: 25px;
  }

  .lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon {
    width: 46px;
    height: 46px;
  }

  .lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon span {
    width: 26px;
    height: 4px;
  }

  .lp-content .lp-contentBox .lp-acdBox__title {
    font-size: 24px;
  }

  .lp-content .lp-contentBox .lp-acdBox__title span {
    font-size: 14px;
  }

  .lp-content .lp-contentBox .lp-acdBox__title span span {
    font-size: 12px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list {
    padding: 60px 44px 50px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerTitle {
    font-size: 24px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list::before {
    width: 81px;
    height: 29px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList {
    margin-top: 40px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item {
    width: 504px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item.is-blue::before {
    left: -15px;
    top: 47px;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #1388ab;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item.is-purple::before {
    left: -15px;
    top: 47px;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #324598;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titleBlue {
    left: -15px;
    top: -10px;
    width: 187px;
    height: 57px;
    font-size: 20px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titleBlue svg {
    width: 18px;
    height: 23px;
    margin-right: 12px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titlePurple {
    left: -15px;
    top: -10px;
    width: 198px;
    height: 57px;
    font-size: 20px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titlePurple svg {
    width: 16px;
    height: 23px;
    margin-right: 12px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__textArea {
    margin-top: 20px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__title {
    font-size: 20px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__text {
    font-size: 14px;
    margin-top: 8px;
  }

  .lp-content .lp-contentBox .lp-recommendList {
    flex-wrap: nowrap;
    margin-top: 40px;
  }

  .lp-content .lp-contentBox .lp-recommendList__item {
    width: 330px;
  }

  .lp-content .lp-contentBox .lp-recommendList__item:not(:first-child) {
    margin-left: 30px;
  }

  .lp-content .lp-contentBox .lp-recommendList__img::before {
    width: 180px;
    height: 51px;
    top: -10px;
  }

  .lp-content .lp-contentBox .lp-recommendList__titleArea {
    margin-bottom: 23px;
  }

  .lp-content .lp-contentBox .lp-recommendList__text {
    font-size: 14px;
    margin-top: 20px;
  }

  .lp-content .lp-contentBox .lp-contentMore {
    padding: 40px 40px 35px;
    margin-top: 45px;
  }

  .lp-content .lp-contentBox .lp-contentMore__text {
    font-size: 18px;
  }

  .lp-content .lp-contentBox .lp-contentMore__button {
    width: 434px;
    margin: 25px auto 0;
  }

  .lp-content .lp-contentBox .lp-contentMore__button a {
    height: 80px;
    font-size: 20px;
  }

  .lp-content .lp-contentBox .lp-contentMore__button a svg {
    width: 31px;
    height: 31px;
    margin-right: 12px;
  }

  .lp-content .lp-contentBox .lp-contentMore::after {
    position: absolute;
    content: "";
    width: 142px;
    height: 141px;
    bottom: -15px;
    right: 53px;
    background-image: url(../img/notebook/beginners-guide/icon_cont_14@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .lp-content .lp-contentBox .lp-seasonList {
    flex-wrap: nowrap;
    margin-top: 50px;
  }

  .lp-content .lp-contentBox .lp-seasonList__item {
    /*width: 330px;*/
    width: 48%;
    height: 330px;
    border: 6px solid #eaf9e7;
    border-radius: 10px;
  }

  .lp-content .lp-contentBox .lp-seasonList__item:not(:first-child) {
    margin-left: 30px;
  }

  .lp-content .lp-contentBox .lp-seasonList__item > svg {
    width: 65.5px;
    height: 50px;
    top: -25px;
  }

  .lp-content .lp-contentBox .lp-seasonList__titleArea {
    padding: 44px 36px 24px 19px;
  }

  .lp-content .lp-contentBox .lp-seasonList__title {
    font-size: 14px;
  }

  .lp-content .lp-contentBox .lp-seasonList__title span {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .lp-content .lp-contentBox .lp-seasonList__text {
    font-size: 14px;
  }

  .lp-content .lp-contentBox .lp-seasonList__button {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 94px;
    align-items: center;
  }

  .lp-content .lp-contentBox .lp-seasonList__button a {
    width: 260px;
    height: 50px;
  }

  .lp-content .lp-contentBox .lp-seasonList__button a svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
  }

  .lp-content .lp-contentBox .lp-seasonList__button a:hover {
    background-color: #fa9e53;
  }

  .lp-content .lp-contentBox .lp-seasonList__buttonNone {
    width: 260px;
    height: 50px;
  }

  .lp-content .lp-contentBox .lp-lineBox {
    padding-top: 40px;
    margin: 40px 30px 0;
  }

  .lp-content .lp-contentBox .lp-lineBox__title {
    font-size: 30px;
  }

  .lp-content .lp-contentBox__textArea {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
  }

  .lp-content .lp-contentBox__textArea.with-icon::before {
    position: absolute;
    content: "";
    width: 126px;
    height: 124px;
    bottom: -50px;
    right: 76px;
    background: url(../img/notebook/beginners-guide/icon_cont_13@2x.png) no-repeat;
    background-size: 126px 124px;
  }

  .lp-content .lp-contentBox__textArea span {
    font-size: 20px;
  }

  .lp-content .lp-contentBox.is-acdBox {
    padding: 50px 0 0;
  }

  .lp-content .lp-contentSummary {
    padding: 60px 0;
  }

  .lp-content .lp-contentSummary__text {
    font-size: 18px;
  }

  .lp-content .lp-contentSummary img {
    width: 806px;
  }

  .lp-content .lp-contentSky {
    padding: 90px 0;
    background-image: url(../img/notebook/beginners-guide/bg_04@2x.jpg);
  }

  .lp-content .lp-contentSky__title > img {
    width: 512px;
  }

  .lp-content .lp-contentSky__text span {
    margin-top: 10px;
  }

  .lp-content .lp-contentLink {
    padding: 50px 0;
  }

  .lp-content .lp-contentLink__more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 762px;
    padding: 35px 0;
  }

  .lp-content .lp-contentLink__moreText {
    font-size: 21px;
    margin-left: 70px;
  }

  .lp-content .lp-contentLink__moreText::before {
    width: 64px;
    height: 58px;
    top: -30px;
    left: -70px;
  }

  .lp-content .lp-contentLink__moreBtn {
    width: 340px;
    height: 56px;
  }

  .lp-content .lp-contentLink__detailSeries a svg {
    width: 26px;
    height: 26px;
  }

  .lp-content .lp-contentLink__bnrList {
    width: 762px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
  }

  .lp-content .lp-contentLink__bnr img {
    width: 361px;
  }

  .mf_finder_container {
    margin-top: 80px;
    background-color: #fff;
    width: 1180px;
    margin: 0 auto;
    padding: 30px;
  }

  #mod-mainContent .mf_finder_container {
    width: 1148px;
  }
}

@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 120px 0 20px;
  }

  .notebook-nav__noInput button {
    width: 110px;
    height: 44px;
    font-size: 12px;
    top: 22px;
  }

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

  .notebook-nav__noButton {
    width: 120px;
  }

  .notebook-nav__noButton a {
    font-size: 14px;
    margin-top: 10px;
  }

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

  .notebook-searchNav {
    padding: 40px 20px;
  }

  .searchNav {
    background-color: #fff;
    border-bottom: 2px solid #48bfe3;
  }

  .searchNav__titleMain {
    font-size: 27px;
  }

  .searchNav__titleSub {
    margin-top: 6px;
    font-size: 13px;
  }

  .searchNav__list {
    margin: 20px -7.5px 0;
  }

  .searchNav__item {
    font-size: 11px;
    width: 50%;
    margin-top: 15px;
    padding: 0 7.5px;
  }

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

  .searchNav__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .searchNav__item a {
    min-heihgt: 140px;
    padding: 23px 10px 17px;
  }

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

  .searchNav__itemText {
    font-size: 13px;
  }

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

  .searchNav__innerNoList {
    padding: 15px 10px;
    border-radius: 4px;
  }

  .searchNav__noInput {
    flex: 1;
  }

  .searchNav__noInput input {
    height: 44px;
    font-size: 16px;
    padding: 0 120px 0 20px;
  }

  .searchNav__noInput button {
    width: 110px;
    height: 44px;
    font-size: 12px;
    top: 22px;
  }

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

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

  .searchNav__noButton {
    width: 120px;
  }

  .searchNav__noButton a {
    font-size: 14px;
    margin-top: 10px;
  }

  .hero {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

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

  .hero .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    display: inline-block;
  }

  .notebook-prdct {
    padding: 40px 15px;
  }

  .notebook-prdct .prdctArea__head {
    align-items: flex-start;
  }

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

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

  .notebook-prdct .prdctArea__headTtl-sub {
    padding: 2px 15px 5px;
    font-size: 12px;
  }

  .notebook-prdct .prdctSlide-wrap {
    padding-top: 30px;
  }

  .notebook-prdct .prdctSlide {
    overflow: visible;
  }

  .notebook-prdct .prdctSlide-rank {
    padding-top: 30px;
  }

  .notebook-prdct .prdctSlide-nbUpdate {
    padding: 0 15px;
  }

  .notebook-prdct .prdctSlide__item a:hover .prdctSlide__itemTtl {
    text-decoration: none;
  }

  .notebook-prdct .prdctSlide__item .prdctSlide__img {
    width: 100px;
    height: 135px;
  }

  .notebook-prdct .prdctSlide__item .prdctSlide__img img {
    max-width: 100px;
    max-height: 135px;
  }

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

  .notebook-prdct .prdctSlide__item .ico-rank {
    top: -31px;
  }

  .notebook-prdct .is-blue a {
    height: 28px;
    padding: 5px 0;
  }

  .notebook-prdct .prdctSlide__price {
    font-size: 11px;
    padding-right: 40px;
    margin-top: 1px;
  }

  .notebook-prdct .prdctSlide__price::after {
    font-size: 10px;
    bottom: 3px;
  }

  .notebook-prdct .quickShop .quickShop__close {
    width: 16px;
    height: 16px;
    top: 23px;
    right: 11px;
  }

  .notebook-prdct .quickShop .quickShop__img {
    margin-bottom: 10px;
  }

  .notebook-prdct .quickShop .quickShop__img img {
    max-width: 160px;
    max-height: 180px;
  }

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

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

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

  .icon__addition {
    height: 18px;
    padding: 0 8px;
    font-size: 10px;
    line-height: 18px;
  }

  .nb-booking {
    padding: 30px 0;
    margin: 0 15px;
    text-align: center;
  }

  .nb-booking__title {
    font-size: 18px;
    line-height: 1.4;
  }

  .nb-booking__text {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.4;
  }

  .nb-booking .bookNews__btn {
    margin: 20px auto 0;
  }

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

  .nbContent-title .nbContent-titleSub {
    margin-top: 6px;
    font-size: 13px;
  }

  .nbContent-title svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

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

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

  .bookNews.-nb .bookNews__title .bookNews__titleSub {
    margin-top: 6px;
    font-size: 13px;
  }

  .bookNews.-nb .bookNews__item .bookNews__date {
    margin-top: 10px;
    font-size: 11px;
  }

  .bookNews.-nb .bookNews__item .bookNews__label {
    margin: 0 4px 4px 0;
  }

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

  .mod-footerFeatSec .mod-footerFeatSec__list {
    margin: 25px 0 0;
  }

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

  .notebook-like {
    right: -5px;
    top: 95px;
  }

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

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

  .notebook-nav__dropArea__inner.is-fixed {
    top: 95px;
  }

  .first-modal .first-modal__inner {
    width: calc(100vw - 20px);
    height: 144vw;
    background-image: none;
    background-color: #fff;
  }

  .first-modal .first-modal__inner .close-btn {
    width: 40px;
    height: 40px;
    top: 7px;
    right: 7px;
  }

  .first-modal .first-modal__inner .close-btn:before {
    width: 14px;
    height: 14px;
  }

  .first-modal .first-modal__inner .close-btn:after {
    width: 14px;
    height: 14px;
  }

  .first-modal .first-modal__inner .modal-ttl {
    width: 61%;
    position: relative;
    margin: 3.5vh auto;
  }

  .first-modal .first-modal__inner a {
    position: relative;
    width: 63%;
    margin: 3.5vh auto;
    font-size: 16px;
    background-color: #00479d;
  }

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

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

  .searchNav__layoutImgList .searchNav__detailSize {
    width: calc(33.3% - 5px);
    margin-left: 5px;
    margin-top: 15px;
    padding: 0 19px;
  }

  .searchNav__layoutImgList .searchNav__detailSize a {
    height: inherit;
  }

  .searchNav__detail.single .searchNav__detailSeries {
    margin: 0 auto;
    width: 61%;
  }

  .prdctArea__headTtl span.april-tag {
    margin-left: 9px;
    font-size: 12px;
    border-radius: 11.5px;
    padding: 3px 14px;
  }

  .rankingNav__titleMain {
    font-size: 27px;
  }

  .rankingNav__titleSub {
    margin-top: 6px;
    font-size: 13px;
  }

  .rankingNav__item {
    width: 34%;
    padding: 0 2px;
  }

  .rankingNav__item__text {
    font-size: 15px;
  }

  .rankingNav__item__text__inner {
    padding: 0 6px;
  }

  .rankingNav__item {
    font-size: 11px;
  }

  .rankingNav__dropdown {
    margin-top: 20px;
  }

  .rankingNav__btn {
    width: 220px;
    margin-top: 20px;
    line-height: 44px;
    font-size: 15px;
  }

  #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-1::before {
    background-size: 30px auto;
  }

  .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-13-9::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-14-8::before {
    background-size: 30px auto;
  }

  .quickShop__colorsItem-14-10::before {
    background-size: 30px auto;
  }

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

  .month-change {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .rank-change {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .border-book.long {
    width: 275px;
    height: 30px;
  }

  .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-meta__contBtn {
    font-size: 11px;
  }

  .nbDtl-meta__contBtn span {
    font-size: 14px;
  }

  .nbDtl-meta__contBtn {
    margin: 15px auto 0;
  }

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

  .thumbs-paginationArea {
    max-width: 330px;
    margin-top: 20px;
  }

  .thumbs-container.gallery-thumbs .thumbs-slide:nth-child(-n+7) {
    margin-top: 0;
  }

  .nb-list {
    margin-top: 38px;
  }

  .nb-list__title {
    font-size: 18px;
    padding: 10px 0;
    margin: 0 15px;
  }

  .nb-list__wrapper {
    padding: 0 15px 30px 15px;
  }

  .nb-list__inner {
    margin-left: -15px;
  }

  .nb-list__item {
    width: calc(33.3% - 15px);
    margin: 25px 0 0 15px;
  }

  .nb-list__item:nth-child(3n + 1) {
    margin-right: 0;
  }

  .nb-list__item .icon__addition {
    max-width: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -3px;
  }

  .nb-list__img {
    width: 88px;
    height: 105px;
    margin: 0 auto;
  }

  .nb-list__img img {
    max-width: 88px;
    max-height: 105px;
    margin: 0 auto;
  }

  .nb-list .prdctSlide__itemTtl {
    margin-top: 10px;
  }

  .nb-list .prdctSlide__price {
    font-size: 11px;
    padding-right: 40px;
    margin-top: 1px;
  }

  .nb-list .prdctSlide__price::after {
    font-size: 10px;
    bottom: 3px;
  }

  .nb-list .notebook-like {
    bottom: 120px;
    right: 8px;
  }

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

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

  .productNo-search__title {
    font-size: 15px;
    line-height: 1.3;
  }

  .productNo-search .searchNav__noInput {
    margin: 15px 30px 0;
  }

  .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__text02 {
    font-size: 12px;
    padding: 0 15px;
  }

  .abolition-notebook {
    padding: 25px 15px 0;
  }

  .abolition-notebook__item {
    width: calc(33.3% - 10px);
    margin: 0 15px 28px 0;
  }

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

  .abolition-notebook__img {
    max-width: 88px;
    max-height: 105px;
    margin: 0 auto;
  }

  .abolition-notebook__cap {
    height: 24.4px;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 8px;
  }

  .abolition-notebook__cap::before {
    top: 13.2px;
    width: 7px;
  }

  .abolition-tblBlock {
    padding-bottom: 30px;
  }

  .abolition-tblBlock__title {
    font-size: 20px;
    padding: 15px 15px 0 15px;
  }

  .abolition-tblBlock__subTitle {
    position: relative;
    font-size: 12px;
    padding-left: 47px;
    margin-top: 10px;
  }

  .abolition-tblBlock__subTitle::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 17px;
    left: 15px;
    top: 1px;
    background-image: url(../img/notebook/common/icon_slide_pointer@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .abolition-tblContainer {
    width: calc(100% - 15px);
    overflow: auto;
    margin: 0 15px;
  }

  .abolition-tblContainer tr,
  .abolition-tblContainer td {
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 0;
    border-left: 0;
  }

  .abolition-tblContainer table {
    position: relative;
    width: 723px;
    margin-top: 5px;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
  }

  .abolition-tblContainer table.all-scroll {
    border-left: 1px solid #d7d7d7;
  }

  .abolition-tblContainer table td {
    font-size: 11px;
    padding: 4px 2px;
    line-height: 1.3;
  }

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

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

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

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

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

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

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

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

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

  .abolition-tblContainer table .tblSticky-col1 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    border-left: 1px solid #d7d7d7;
  }

  .abolition-tblContainer table .tblSticky-col2 {
    position: -webkit-sticky;
    position: sticky;
    left: 28px;
    z-index: 1;
  }

  .abolition-tblContainer table .prdct-name {
    width: 112px;
  }

  .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 3px;
    margin: 0 15px;
  }

  .app__headText {
    margin: 0 15px 20px;
    font-size: 12px;
  }

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

  .nbSeries-slider {
    padding-top: 24px;
  }

  .nbSeries-container .swiper-slide {
    width: 230px;
    height: 196px;
    padding: 0 10px;
  }

  .nbSeries-container .swiper-slide a {
    width: 210px;
  }

  .nbSeries__inner {
    padding-top: 30px;
  }

  .nbSeries__itemLink {
    width: 210px;
  }

  .nbSeries__itemLink:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 110px;
    content: "";
  }

  .nbSeries__itemCap {
    padding: 18px 15px;
    min-height: 100%;
  }

  .nbSeries__itemCap span {
    bottom: 18px;
    left: 15px;
    font-size: 15px;
  }

  .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% - 20px);
    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-size: 9px 16px;
    left: 7px;
  }

  .nbSeries .nbContent-title::after {
    margin-left: -20px;
  }

  .nbSeries__btn {
    width: 220px;
    margin-top: 20px;
    line-height: 44px;
    font-size: 15px;
  }

  .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 {
    padding-bottom: 50px;
  }

  .nbSs .nbSs-header .nbSs-header__bg {
    background-image: url("../../common/img/notebook/search-series/img_nbSs_top_sp.jpg");
    height: 235px;
  }

  .nbSs .nbSs-header .nbSs-header__ttl img {
    top: 23px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 122px;
    height: 28px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp {
    margin-top: 17px;
  }

  .nbSs .nbSs-header .nbSs-header__wrap .nbSs-header__Sp .nbSs-header__title {
    font-size: 20px;
    text-align: center;
  }

  .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__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 {
    padding: 0 25px 0;
  }

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

  .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.large-content {
    margin-bottom: 50px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product .nbSs-content__productText {
    margin-top: 20px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal:nth-child(n+2) {
    margin-top: 50px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productTheme {
    margin-top: 17px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productTitle {
    font-size: 20px;
    margin-top: 14px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap.large-content .nbSs-content__product--nomodal .nbSs-content__productText {
    margin-top: 20px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap {
    width: 100%;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product {
    margin-top: 50px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product:first-child {
    margin-top: 0;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product {
    width: 100%;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTheme {
    margin-top: 17px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productTitle {
    font-size: 17px;
  }

  .nbSs .nbSs-content .nbSs-content__wrap .nbSs-content__product .nbSs-content__productText {
    margin-top: 10px;
  }

  .nbSs .nbSs-footer {
    padding: 50px 0 50px;
  }

  .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__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 30px;
  }

  .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;
    */
    background-size: 460px 200px;
  }

  .nbSs-modalFooter__link {
    margin-bottom: 7px;
  }

  .nbSs-modalFooter__link2 {
    width: 164px;
    margin-left: calc(50% - 82px);
    padding: 5px 5px;
  }

  .nbSs-modalFooter__button {
    top: inherit;
    bottom: 25px;
  }

  .nbSs-modal__note {
    font-size: 10px;
    left: calc(50% - 48px);
  }

  .nbSs-modalHeader__title span {
    font-size: 10px;
    margin-top: 0px;
  }

  .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: 33px 15px 40px;
  }

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

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__type:first-child {
    margin-top: 0;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__typeTitle {
    font-size: 18px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__typeBody {
    margin: 20px -3.5px 0;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__typeBody:first-child {
    margin-top: 0;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product {
    width: 50%;
    padding: 0 3.5px;
    margin-top: 15px;
    box-sizing: border-box;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product:nth-child(-n+2) {
    margin-top: 0;
  }

  .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__productTheme {
    margin: 10px auto 0;
    font-size: 10px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productTitle {
    margin: 8px auto;
    font-size: 15px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__productText {
    width: 100%;
    padding: 0 20px 25px;
    margin: 0 auto;
    font-size: 11px;
  }

  .nbSl .nbSl-content .nbSl-content__wrap .nbSl-content__product .nbSl-content__arrow img {
    width: 7px;
    height: 11px;
  }

  .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__button {
    overflow: hidden;
    margin: 35px auto 0;
    padding: 0 15px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLlist {
    overflow: hidden;
    margin: 0 -5px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLlist > li {
    float: left;
    width: 50%;
    margin-top: 22px;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLlist > li:nth-child(2n+1) {
    clear: left;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLlist > li:nth-child(-n+2) {
    margin-top: 0;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonText {
    display: none;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLink {
    font-size: 14px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLink a {
    padding: 0 0 13px 21px;
  }

  .nbSsz .nbSsz-size__button .nbSsz-size__buttonLink a::before {
    top: 2px;
    width: 12px;
    height: 13px;
    background-size: 12px auto;
  }

  .nbSsz .nbSsz-headInner {
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  .nbSsz .nbSsz-headInner figure {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
  }

  .nbSsz .nbSsz-head__ttl {
    display: table-cell;
    padding-left: 18px;
    vertical-align: middle;
    font-size: 24px;
  }

  .nbSsz .nbSsz-head__text {
    margin-top: 13px;
  }

  .nbSsz .nbSsz-head__btn {
    width: 240px;
    height: 44px;
    margin: 20px auto 0;
  }

  .nbSsz .nbSsz-head__btn a {
    line-height: 44px;
    font-size: 15px;
  }

  .nbSsz .nbSsz-content {
    margin: 50px auto 0;
    padding: 0 15px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__mainWrap {
    margin-top: 25px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__main {
    padding: 30px 0 20px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__main:first-child {
    padding-top: 0;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head figure {
    width: 65px;
    height: auto;
    flex: 0 0 65px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head figure img {
    width: 100%;
  }

  .nbSsz .nbSsz-content .nbSsz-content__headInner {
    display: flex;
    align-items: center;
    flex: 0 0 calc(100% - 65px);
  }

  .nbSsz .nbSsz-content .nbSsz-content__head__text {
    padding: 0 5px 0 10px;
    flex: 1 1;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head__btn {
    width: 65px;
    flex: 0 0 65px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__head__btn a {
    font-size: 13px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__body {
    margin-top: 20px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__body > ul {
    margin: 0 -7.5px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__item {
    width: 50%;
    margin-top: 20px;
    padding: 0 7.5px;
    box-sizing: border-box;
  }

  .nbSsz .nbSsz-content .nbSsz-content__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .nbSsz .nbSsz-content .nbSsz-content__item:nth-child(2n+1) {
    clear: left;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item figure {
    height: 115px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item figure img {
    bottom: 15px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item figure {
    height: 115px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item figure img {
    bottom: 10px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-wallet .nbSsz-content__item figure {
    height: 125px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-wallet .nbSsz-content__item figure img {
    bottom: 11px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item.item01 img {
    width: 48px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item.item02 img {
    width: 55px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-hand .nbSsz-content__item.item03 img {
    width: 105px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item.item04 img {
    width: 55px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item.item05 img {
    width: 51px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-jacket .nbSsz-content__item.item06 img {
    width: 55px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-wallet .nbSsz-content__item.item07 img {
    width: 51px;
  }

  .nbSsz .nbSsz-content#size-compact .nbSsz-content__main.theme-wallet .nbSsz-content__item.item08 img {
    width: 51px;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__item figure {
    height: 115px;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__item figure img {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__item figure {
    height: 135px;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__item figure img {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__main .nbSsz-content__item.item01 img {
    width: 63px;
  }

  .nbSsz .nbSsz-content#size-book .nbSsz-content__main .nbSsz-content__item.item02 img {
    width: 63px;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__main .nbSsz-content__item.item01 img {
    width: 72px;
  }

  .nbSsz .nbSsz-content#size-b6 .nbSsz-content__main .nbSsz-content__item.item02 img {
    width: 77px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__item figure {
    height: 180px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__item figure img {
    bottom: 13px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__main .nbSsz-content__item.item01 img {
    width: 71px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__main .nbSsz-content__item.item02 img {
    width: 89px;
  }

  .nbSsz .nbSsz-content#size-note .nbSsz-content__main .nbSsz-content__item.item03 img {
    width: 109px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemDetail {
    margin-top: 13px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemText {
    font-size: 16px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemText:after {
    width: 7px;
    height: 12px;
    background-size: 7px auto;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemText > span {
    font-size: 12px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemNote {
    margin-top: 8px;
    font-size: 12px;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemNote:first-child {
    margin-top: 0;
  }

  .nbSsz .nbSsz-content .nbSsz-content__itemText02 {
    margin-top: 5px;
    font-size: 12px;
  }

  .nbSsz .nbSsz-book .nbSsz-book__content {
    padding-bottom: 30px;
    background-image: url("../img/notebook/search-size/bg_size_sp.jpg");
  }

  .nbSsz .nbSsz-book .nbSsz-book__content .nbSsz-book__wrap {
    padding: 0 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: 21px auto 25px;
    font-size: 15px;
  }

  .nbSsz .nbSsz-notebook__searchAll a {
    height: 44px;
    width: 240px;
    padding-top: 14px;
    font-size: 15px;
  }

  .nbSsz .page-back {
    margin-top: 16px;
  }

  .nbSsz-b6 .nbSsz-b6__content {
    padding-bottom: 30px;
    background-image: url("../img/notebook/search-size/bg_size_sp.jpg");
  }

  .nbSsz-b6 .nbSsz-b6__content .nbSsz-b6__wrap {
    padding: 0 15px;
    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 .nbSsz-note__content {
    padding-bottom: 22px;
    background-image: url("../img/notebook/search-size/bg_size_sp.jpg");
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap {
    padding: 0 15px;
    width: 100%;
  }

  .nbSsz-note .nbSsz-note__content .nbSsz-note__wrap .nbSsz-note__sub {
    width: 49%;
    margin-bottom: 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 {
    margin-top: 34px;
  }

  .nbSsz-text {
    font-size: 11px;
    bottom: 15px;
    left: 0;
  }

  .nbSsz-content__long {
    height: 182px !important;
  }

  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__jacketWrap .nbSsz-content__sub01 img,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__jacketWrap .nbSsz-content__sub02 img,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__jacketWrap .nbSsz-content__sub03 img,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__walletWrap .nbSsz-content__sub01 img,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__walletWrap .nbSsz-content__sub02 img {
    padding-bottom: 15px;
  }

  .lp-mainvisual__inner {
    height: 600px;
    padding: 110px 25px 150px;
    background-size: cover;
    background-image: url(../img/notebook/beginners-guide/bg_mv_01_sp@2x.png);
    background-repeat: no-repeat;
    background-position: 50% 70%;
  }

  .lp-mainvisual__inner > img {
    width: 250px;
  }

  .lp-mainvisual .lp-btnList__item a img {
    margin: auto;
  }

  .lp-content__bg {
    padding: 50px 15px;
  }

  .lp-content__bg.is-lightGreen .lp-contentBox {
    border: 4px solid #66b757;
  }

  .lp-content__bg .lp-contentBaloon > img {
    width: 100px;
    height: 74px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-question {
    align-items: flex-start;
    margin-top: 15px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-question img {
    width: 54px;
    height: 65px;
    margin-right: 15px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-question .lp-contentBaloon__text {
    font-size: 18px;
    padding: 23px 20px 22px;
    border-radius: 25px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-question .lp-contentBaloon__text svg {
    width: 17px;
    height: 14px;
    top: calc(50% - 8.5px);
    left: -10px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer {
    margin-top: 15px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer img {
    width: 54px;
    height: 65px;
    margin-left: 19px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text {
    font-size: 13px;
    line-height: 1.4;
    padding: 22px 22px 23px 20px;
    border-radius: 25px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .lp-content__bg .lp-contentBaloon__box.is-answer .lp-contentBaloon__text svg {
    width: 17px;
    height: 14px;
    top: 34px;
    right: -10px;
  }

  .lp-content__bg .lp-contentBaloon > svg {
    width: 90px;
    height: 38px;
    margin: 15px auto 0;
  }

  .lp-content__bg .lp-contentBaloon:not(:first-child) {
    margin-top: 50px;
  }

  .lp-content__title.is-practicalUse {
    padding: 35px 0 50px;
  }

  .lp-content__title.is-select {
    padding-top: 30px;
  }

  .lp-content__text {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 30px;
  }

  .lp-content__text:not(:first-of-type) {
    margin: 30px 0 50px;
  }

  .lp-content .lp-contentBox {
    padding: 45px 20px;
    border: 4px solid #48bfe3;
    border-radius: 4px;
  }

  .lp-content .lp-contentBox__title {
    width: 305px;
    font-size: 24px;
    margin: auto;
  }

  .lp-content .lp-contentBox__title.is-title01 ::before {
    width: 155px;
    height: 96px;
    top: -85px;
    left: -33px;
    background-image: url(../img/notebook/beginners-guide/icon_title_01_sp@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title02 ::before {
    width: 168px;
    height: 90px;
    top: -85px;
    left: -33px;
    background-image: url(../img/notebook/beginners-guide/icon_title_02_sp@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title03 ::before {
    width: 177px;
    height: 93px;
    top: -85px;
    left: -33px;
    background-image: url(../img/notebook/beginners-guide/icon_title_03_sp@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title04 ::before {
    width: 99px;
    height: 102px;
    top: -95px;
    left: -29px;
    background-image: url(../img/notebook/beginners-guide/icon_title_07_sp@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title05 ::before {
    width: 99px;
    height: 107px;
    top: -97px;
    left: -33px;
    background-image: url(../img/notebook/beginners-guide/icon_title_08_sp@2x.png);
  }

  .lp-content .lp-contentBox__title.is-title06 ::before {
    width: 99px;
    height: 101px;
    top: -95px;
    left: -31px;
    background-image: url(../img/notebook/beginners-guide/icon_title_09_sp@2x.png);
  }

  .lp-content .lp-contentBox .lp-quote__img {
    margin-top: 15px;
  }

  .lp-content .lp-contentBox .lp-quote__img img {
    margin: auto;
  }

  .lp-content .lp-contentBox .lp-quote__text {
    font-size: 14px;
    margin-top: 25px;
  }

  .lp-content .lp-contentBox .lp-contentList {
    margin-top: 30px;
  }

  .lp-content .lp-contentBox .lp-contentList__item {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .lp-content .lp-contentBox .lp-contentList__item.is-purple {
    margin-top: 20px;
  }

  .lp-content .lp-contentBox .lp-contentList__titleBlue {
    height: 42px;
    font-size: 20px;
  }

  .lp-content .lp-contentBox .lp-contentList__titleBlue svg {
    width: 15px;
    margin-right: 10px;
  }

  .lp-content .lp-contentBox .lp-contentList__titlePurple {
    height: 42px;
    font-size: 20px;
  }

  .lp-content .lp-contentBox .lp-contentList__titlePurple svg {
    width: 15px;
    margin-right: 10px;
  }

  .lp-content .lp-contentBox .lp-contentList__textArea {
    padding: 20px 20px 30px;
  }

  .lp-content .lp-contentBox .lp-contentList .lp-meritList__title {
    align-items: center;
    font-size: 17px;
    line-height: 1.3;
  }

  .lp-content .lp-contentBox .lp-contentList .lp-meritList__title img {
    width: 45px;
    height: 49px;
    margin-right: 10px;
  }

  .lp-content .lp-contentBox .lp-contentList .lp-meritList__text {
    margin-top: 10px;
  }

  .lp-content .lp-contentBox .lp-acdBox:first-of-type {
    margin-top: 25px;
  }

  .lp-content .lp-contentBox .lp-acdBox__titleWrap {
    padding: 20px 16px;
  }

  .lp-content .lp-contentBox .lp-acdBox__titleInner img {
    width: 55px;
    height: 55px;
    margin-right: 12px;
  }

  .lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon {
    width: 26px;
    height: 26px;
  }

  .lp-content .lp-contentBox .lp-acdBox__titleInner .acdIcon span {
    width: 14px;
    height: 2px;
  }

  .lp-content .lp-contentBox .lp-acdBox__title {
    width: 200px;
    font-size: 18px;
  }

  .lp-content .lp-contentBox .lp-acdBox__title span {
    font-size: 12px;
    margin-top: 8px;
  }

  .lp-content .lp-contentBox .lp-acdBox__title span span {
    font-size: 10px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list {
    padding: 40px 21px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerTitle {
    font-size: 17px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list::before {
    width: 45px;
    height: 15px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList {
    margin-top: 30px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item.is-blue::before {
    left: -10px;
    top: 29px;
    border-bottom: solid 8px transparent;
    border-right: solid 10px #1388ab;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item.is-purple {
    margin-top: 35px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__item.is-purple::before {
    left: -10px;
    top: 29px;
    border-bottom: solid 8px transparent;
    border-right: solid 10px #324598;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titleBlue {
    left: -10px;
    top: -10px;
    width: 132px;
    height: 39px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titleBlue svg {
    width: 15px;
    margin-right: 10px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titlePurple {
    left: -10px;
    top: -10px;
    width: 132px;
    height: 39px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__titlePurple svg {
    width: 15px;
    margin-right: 10px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__textArea {
    margin-top: 15px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__title {
    font-size: 16px;
  }

  .lp-content .lp-contentBox .lp-acdBox__list .lp-innerList__text {
    font-size: 13px;
    margin-top: 10px;
  }

  .lp-content .lp-contentBox .lp-recommendList {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .lp-content .lp-contentBox .lp-recommendList__item:not(:first-child) {
    margin-top: 20px;
  }

  .lp-content .lp-contentBox .lp-recommendList__img::before {
    width: 155px;
    height: 44px;
    top: -7px;
  }

  .lp-content .lp-contentBox .lp-recommendList__titleArea {
    margin-bottom: 12px;
  }

  .lp-content .lp-contentBox .lp-recommendList__text {
    font-size: 13px;
    margin-top: 13px;
  }

  .lp-content .lp-contentBox .lp-contentMore {
    padding: 30px 20px 25px;
    margin-top: 30px;
    border-radius: 6px;
  }

  .lp-content .lp-contentBox .lp-contentMore__text {
    font-size: 15px;
  }

  .lp-content .lp-contentBox .lp-contentMore__button {
    font-size: 15px;
    margin: 15px auto 0;
  }

  .lp-content .lp-contentBox .lp-contentMore__button a {
    height: 61px;
    font-size: 16px;
  }

  .lp-content .lp-contentBox .lp-contentMore__button a svg {
    width: 21px;
    height: 21px;
    margin-right: 8px;
  }

  .lp-content .lp-contentBox .lp-seasonList {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .lp-content .lp-contentBox .lp-seasonList__item {
    border: 3px solid #eaf9e7;
    border-radius: 6px;
  }

  .lp-content .lp-contentBox .lp-seasonList__item:not(:first-child) {
    margin-top: 30px;
  }

  .lp-content .lp-contentBox .lp-seasonList__item > svg {
    width: 45px;
    height: 45px;
    top: -20px;
  }

  .lp-content .lp-contentBox .lp-seasonList__titleArea {
    padding: 40px 20px 25px;
  }

  .lp-content .lp-contentBox .lp-seasonList__title {
    font-size: 13px;
  }

  .lp-content .lp-contentBox .lp-seasonList__title span {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .lp-content .lp-contentBox .lp-seasonList__text {
    font-size: 13px;
  }

  .lp-content .lp-contentBox .lp-seasonList__button {
    padding: 20px 0;
    top: -20px;
  }

  .lp-content .lp-contentBox .lp-seasonList__button a {
    width: 186px;
    height: 44px;
    font-size: 13px;
  }

  .lp-content .lp-contentBox .lp-seasonList__button a svg {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }

  .lp-content .lp-contentBox .lp-seasonList__buttonNone {
    width: 186px;
    height: 44px;
    font-size: 13px;
  }

  .lp-content .lp-contentBox .lp-lineBox {
    padding-top: 30px;
    margin: 30px 7px 30px;
  }

  .lp-content .lp-contentBox .lp-lineBox__title {
    font-size: 20px;
  }

  .lp-content .lp-contentBox__textArea {
    font-size: 14px;
    margin-top: 20px;
  }

  .lp-content .lp-contentBox.is-acdBox {
    padding: 45px 0 0;
  }

  .lp-content .lp-contentSummary {
    padding: 50px 15px;
  }

  .lp-content .lp-contentSummary__text {
    font-size: 15px;
  }

  .lp-content .lp-contentSky {
    padding: 50px 20px;
    background-image: url(../img/notebook/beginners-guide/bg_04_sp@2x.jpg);
  }

  .lp-content .lp-contentSky__text span {
    margin-top: 20px;
  }

  .lp-content .lp-contentLink {
    padding: 50px 15px;
  }

  .lp-content .lp-contentLink__more {
    padding: 30px 0;
  }

  .lp-content .lp-contentLink__moreText {
    width: 305px;
    font-size: 17px;
    line-height: 1.4;
    margin: auto;
  }

  .lp-content .lp-contentLink__moreText::before {
    width: 45px;
    height: 41px;
    top: -20px;
    left: 40px;
  }

  .lp-content .lp-contentLink__moreBtn {
    width: 305px;
    height: 48px;
    margin: 10px auto 0;
  }

  .lp-content .lp-contentLink__detailSeries a svg {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .lp-content .lp-contentLink__bnrList {
    margin-top: 30px;
  }

  .lp-content .lp-contentLink__bnr:not(:first-child) {
    margin-top: 20px;
  }

  .lp-content .lp-contentLink__bnr img {
    margin: auto;
  }

  .mf_finder_container {
    margin-top: 20px;
  }

  #result .mf_finder_container {
    margin-top: 88px;
    padding-top: 30px;
  }

  #result .mf_finder_container {
    padding-top: 0px;
    margin-top: 60px;
  }

  #result .book-mainContent {
    background-color: #fff;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .notebook-like {
    bottom: inherit;
    top: 30px;
  }

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

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

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  .abolition-tblContainer table .tblSticky-col2.Android {
    left: 27px;
  }

  .abolition-tblContainer table .tblSticky-col2.Windows {
    left: 27px;
  }
}

@media screen and (min-width: 416px) and (max-width: 767px) {
  .nbSs-modal__cover {
    height: 200px;
    background-size: cover;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop .abol-number__title svg,
  .favorite .abol-number__title svg {
    top: -5px;
  }

  *::-ms-backdrop,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__right,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__jacketWrap .nbSsz-content__jacketMain .nbSsz-content__right,
  .nbSsz .nbSsz-content .nbSsz-content__main .nbSsz-content__Wrap .nbSsz-content__walletWrap .nbSsz-content__walletMain .nbSsz-content__right {
    top: 0;
    right: -14px;
  }
}
