@charset "UTF-8";
/* --------------------------------------------------------------
	ホワイトデー
-----------------------------------------------------------------*/

/* デフォルトH1テキストを非表示 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

@media only screen and (max-width: 640px) {
  .contents_, .mainframe_ {
    width: 100% !important;
  }
}
.ec-featureItems.buttons {
  display: none;
}
.contentWrapper * {
  box-sizing: border-box;
}
.contentWrapper *::before, .contentWrapper *::after {
  box-sizing: border-box;
}
figure {
  margin: 0;
  padding: 0;
}
#book-cont {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  text-align: center;
}
#book-cont img {
  max-width: 100%;
}
#book-cont *, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: inherit;
}
#footer {
  margin-top: 0 !important;
}
div.container_ {
  padding-bottom: 100px !important;
}

/* 太文字 */
.bold {
  font-weight: bold !important;
}

.ta_l { text-align: left;}
.ta_r { text-align: right;}
.ta_c { text-align: center;}

.pcOnly {display: inline-block;}
@media only screen and (max-width: 640px) {
  .pcOnly {display: none;}
}
.spOnly {display: none;}
@media only screen and (max-width: 640px) {
  .spOnly {display: inline-block;}
}

/* margin */
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}

/* font-size */
.fontSize80 {font-size: 80%;}
.fontSize120 {
  font-size: 120%;
  vertical-align: -1px;
}
.fontSize130 {
  font-size: 130%;
  vertical-align: -1px;
}
.fontSize140 {
  font-size: 140%;
  vertical-align: -1px;
}

/* --------------------------------------------------------------

　コンテンツ

-----------------------------------------------------------------*/

#book-cont h2 {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
#book-cont h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 30px;
  background: url(/html/upload/user_data/feature/book/img/ttl01.png) 0 0 no-repeat;
  background-size: contain;
  left: -40px;
  top: 0;
}
#book-cont h2::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 30px;
  background: url(/html/upload/user_data/feature/book/img/ttl01.png) 0 0 no-repeat;
  background-size: contain;
  right: -40px;
  top: 0;
}
#book-cont h3 {
  font-size: 120%;
  font-weight: bold;
}

#book-cont .accent {
  color: #f04d16;
  font-weight: bold;
}

/* メインビジュアル */
#book-cont h1 {
  margin-bottom: 0;
}
#book-cont .el_mainVisual {
  display: block;
  text-align: center;
}
#book-cont .el_mainVisual > img {
  max-width: 100%;
}

/* リード */
#book-cont .lead {
  background:#fffee2;
  padding: 40px;
  background: url(/html/upload/user_data/feature/book/img/lead_l.png) bottom 20px left 20px no-repeat,
              url(/html/upload/user_data/feature/book/img/lead_r.png) bottom 20px right 20px no-repeat, #fffee2;
  background-size: 100px;
  margin-bottom: 40px;
}
#book-cont .lead a {
  display: inline-block;
  background: #f04d16;
  border-radius: 50px;
  padding: 20px 50px;
  font-weight: bold;
  font-size: 120%;
  color: #fff;
  margin-top: 20px;

}
@media only screen and (max-width: 640px) {
  #book-cont .lead {
    padding: 20px;
    margin-bottom: 20px;
    background-size: 68px;
  }
  #book-cont .lead a {
    margin-top: 10px;
  }
}

/* アンカーリンク */
#book-cont .anc {
  display: flex;
  justify-content: center;
}
#book-cont .anc li {
  background: #2286a2;
  width: 20%;
  border-radius: 5px;
  margin: 0 10px;
}
#book-cont .anc li a {
  color: #fff;
  padding: 20px;
  display: block;
}
@media only screen and (max-width: 640px) {
  #book-cont .anc li {
    width: 33%;
    margin: 0 5px;
  }
  #book-cont .anc li a {
    padding: 10px;
  }
}

/* カテゴリー */
.top-category {
  margin-bottom: 40px;
}
.top-category__cat {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 1267px) {
  .top-category__cat {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 967px) {
  .top-category__cat {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-category__cat {
    gap: 2px;
  }
}
.top-category__catItem {
  position: relative;
  padding: 35px 40px;
  background-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 1267px) {
  .top-category__catItem {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 967px) {
  .top-category__catItem {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .top-category__catItem {
    padding: 14px;
    display: flex;
    align-items: center;
  }
}
.top-category__catItemImage {
  width: clamp(54px, 15vw, 100%);
  height: clamp(54px, 15vw, 100%);
}
@media only screen and (min-width: 768px) {
  .top-category__catItemImage {
    max-width: 180px;
    width: 100%;
    max-height: 180px;
    height: auto;
    margin: auto;
  }
}
.top-category__catItemImage img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1/1;
}
.top-category__catList {
  flex: 1;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.top-category__catListItem__head {
  /* font-weight: bold; */
  color: #000;
  margin: 10px 0 10px;
}
@media only screen and (max-width: 767px) {
  .top-category__catListItem__head {
    margin-left: 24px;
  }
}
.top-category__catListItem__head .headtext {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top-category__catListItem__head .headtext {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
  }
}
.top-category__catListItem__head .headtext a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.top-category__catListItem__item {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .top-category__catListItem__item {
    display: none;
  }
}
.top-category__catListItem__item a {
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
}
.top-category__catListItem__item a:hover {
  text-decoration: underline !important;
}
.top-category__catAllItem a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #008803;
  transition: 0.3s;
}
.top-category__catAllItem a:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  .top-category__catAllItem a {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-category + .top-recommend {
  margin-top: 65px;
}
.top-category + .top-recommend ~ .top-recommend {
  margin-top: 65px;
}
.top-recommend__bnr {
  padding: 0;
  list-style: none;
}
.top-recommend a {
  transition-duration: 0.2s;
}
.top-recommend a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-recommend .columnAuto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
}
@media only screen and (max-width: 767px) {
  .top-recommend .columnAuto {
    gap: 15px;
  }
}
.top-recommend .columnAuto .top-recommend__bntItem:only-child {
  max-width: 525px;
  width: 100%;
  max-height: 194px;
  height: auto;
}
.top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(2), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(2) ~ * {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(2), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(2) ~ * {
    width: 100%;
  }
}
.top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(3), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(3) ~ * {
  width: calc(33.3333333333% - 15px);
}
@media only screen and (max-width: 767px) {
  .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(3), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(3) ~ * {
    width: 100%;
  }
}
.top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(4), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(4) ~ * {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(4), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(4) ~ * {
    width: 100%;
  }
}
.top-recommend .pc-column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.top-recommend .pc-column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .top-recommend .sp-column-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .top-recommend .sp-column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* おすすめ特集 */
#book-cont .more_shop_btn {
  border: 1px solid #f04d16;
  border-radius: 50px;
  display: inline-block;
}
#book-cont .more_shop_btn a {
  color: #f04d16;
  padding: 10px 50px;
  display: inline-block;
}

/* キャンペーン詳細 */

#book-cont .campaign {
  margin-bottom: 40px;
}
#book-cont .campaign h2 {
  background: #2286a2;
  color: #fff;
  display: block;
  padding: 30px 0;
  margin-bottom: 0;
}
#book-cont .campaign h2::before, #book-cont .campaign h2::after {
  display: none;
}
#book-cont .campaign_wrap {
  background: linear-gradient(135deg, #fefbdd, #ecffd3);
  padding: 50px;
}
#book-cont .campaign_cont {
  background: #fff;
  padding: 40px;
}
#book-cont .campaign_cont dl {
  display: flex;
  text-align: left;
}
#book-cont .campaign_cont dt {
  background: #f04d16;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 20px;
}
#book-cont .campaign_cont dd {
  font-size: 150%;
  font-weight: bold;
  padding-top: 5px;
}
#book-cont .campaign_cont dl span {
  color: #f04d16;
  font-size: 100%;
}
#book-cont .campaign_cont .txt {
  text-align: left;
  padding-left: 110px;
}
@media only screen and (max-width: 640px) {
  #book-cont .campaign h2 {
    padding: 20px 0;
  }
  #book-cont .campaign_wrap {
    padding: 20px;
  }
  #book-cont .campaign_cont {
    padding: 30px;
  }
  #book-cont .campaign_cont dl {
    display: block;
  }
  #book-cont .campaign_cont dt {
    font-size: 150%;
    padding: 5px 10px;
    margin-right: 0px;
    display: inline-block;
  }
  #book-cont .campaign_cont dd {
    font-size: 150%;
    font-weight: bold;
    padding-top: 5px;
  }
  #book-cont .campaign_cont dl span {
    color: #f04d16;
    font-size: 100%;
  }
  #book-cont .campaign_cont .txt {
    padding-left: 0px;
  }
}

/* *****************************************************************

　注釈

***************************************************************** */

.notes_box {
  margin-bottom: 0px;
  padding: 60px;
  background: #eee;
  text-align: left;
}
.notes_box .notes_h {
  text-align: center;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  /* 22px */
}
.notes_box .notes_ttl {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  /* 16px */
}
.notes_box .notes_ttl::before {
  content: "●";
  display: inline-block;
  color: #999;
}
.notes_box li {
  margin-bottom: 0.6em;
  padding-left: 1em;
  text-indent: -1em;
}
.notes_box li a {
  text-decoration: underline;
}

/* ----------for SP ---------- */
@media screen and (max-width: 640px) {
  .notes_box {
    padding: 5%;
  }
  .notes_h {
    margin-bottom: 5% !important;
  }
}


