@charset "UTF-8";
/* CSS Document */
* {
  min-height: 0;
  min-width: 0;
}
body {
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: #444;
}
button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
    user-select: none;
}
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #444;
  height: -webkit-fill-available;
}
h1, h2 {
font-family: fot-tsukuaoldmin-pr6n, sans-serif;
font-weight: 600;
font-style: normal;}
h1 {
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 0;
}
.selection a{}
.selection a:hover{opacity: 0.6;}
.wrapper {
  max-width: 1540px;
  min-width: 320px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
h5 {
  font-size: 14px;
  margin-bottom: 0;
}
p {
  text-align: justify;
}
.br_block {
  display: none;
}
.br_block_1024 {
  display: none;
}
.br_block_810{display: none;}
.container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container__header, .container__footer {
  flex-shrink: 0;
}
.container__header {
  position: relative;
  height: 33px;
  background-color: #288278;
  z-index: 9999;
}
.site-branding {
  display: flex;
  align-items: end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.site-logo {
  flex-shrink: 0;
  margin-right: 10px;
  height: 55px;
}
.site-logo img {
  width: 220px;
  height: 55px;
}
.businesscontent {
 display: flex;
    flex-wrap: wrap;
    margin-top: auto;
}
.businesscontent p {
  white-space: nowrap;
  line-height: 1.4;
  color: #777;
  margin: 0; 
}
.businesscontent p::before {
  content: "●";
  color: #288278;
  font-size: 90%;
  padding: 0 2px;
}

.container__main {
  flex-grow: 1;
}
.container__footer {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: #B3B3B3 solid 1px;
}
/*メニュー*/
.main-header-content {
  display: none;
}
.dropdown {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #288278;
  color: white;
}
.dropdown li {
  flex: 1;
  padding: 0 8px;
  position: relative;
  text-align: center;
  line-height: 33px;
}
.dropdown li a {
    display: block;
        width: 100%;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.dropdown ul {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #444;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  min-width: 100%;
}
.dropdown ul ul {
  left: 100%;
  position: absolute;
  top: 0;
}
.dropdown ul li {
}
.dropdown ul li a {
    padding: 3px 0;
}

.dropdown li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown li:hover > ul {
  display: block;
}
/*スマホ nav*/
.nav-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.nav-bg.active {
  opacity: 0.3;
  visibility: visible;
}
.nav-wrapper {
  position: absolute;
  left: 0;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all .5s;
}
.nav {
  max-height: 100vh;
  margin: 0;
  padding:0 0 1em 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 100vw;
  box-sizing: border-box;
}
.nav-wrapper.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.nav li {
    display: block;
  line-height: 1;
  white-space: nowrap;
  list-style-type: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.nav > li > a {
  padding: 1em 0;
}
.nav li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  column-gap: .25em;
  cursor: pointer;
}
li.book_genre {
  position: relative;
}
.nav-sub {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  white-space: nowrap;
  top: -100%;
  opacity: 0;
  visibility: hidden;
}
.nav-sub a {
  padding: 10px 0;
}
.nav-sub.active {
  visibility: visible;
  opacity: 1;
  transform: translatey(0);
}
.nav-sub li ul {
  padding-left: 0;
}
.nav-sub li ul li {
  padding-left: 1rem;
}
.nav li a:hover {
  background-color: rgba(185, 213, 213, 0.5);
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.accordion {
  margin: 0;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  padding-top: 1em;
  display: block;
  cursor: pointer;
}
.title::after, .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  padding-left: 0;
  overflow: hidden;
}
.content li {
  font-size: 1em;
}
.content li a {
  padding-top: .7em;
  padding-bottom: .7em;
}
.content li:first-child {
  margin-top: 1em;
}
.content_sub {
    padding-left: 0;
}
.content_sub li:first-child {
    margin-top: 0;
}
.br-block_810 {display:none;}

.toggle:checked + .title + .content {
  max-height: 100%;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
/*メイン*/
.selection＿hero {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  min-height: 362px;
  margin-bottom: 4rem;
}
.selection＿hero＿bg {
  flex-basis: 25%;
  max-height: 100vh;
}
.bg-color-1, .bg-color-2, .bg-color-3, .bg-color-4, .bg-color-5 {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-color-1 {
  background-image: url("../selection_img/selection01.jpg");
  background-color: #88006e;
    background-position: center;
}
.bg-color-2 {
  background-image: url("../selection_img/selection02.jpg");
  background-color: #276330;
}
.bg-color-3 {
  background-image: url("../selection_img/selection03.jpg");
  background-color: #176bb1;
  background-position: top;

}
.bg-color-4 {
  background-image: url("../selection_img/selection04.jpg");
  background-color: #d16330;
}
.bg-color-5 {
  background-image: url("../selection_img/selection05.jpg");
  background-color: #e62c7f;
}
.selection＿hero＿inner {
  position: absolute;
  max-width: 62rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  padding: 1rem;
  min-height: 0;
}
.selection＿hero＿inner h1 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
}
.selection＿hero＿inner p {
  margin: 3vh 0 0;
}
.selection_wrap {
  display: flex;
  justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
}
.selection_wrap__number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99.999px;
  background-color: black;
  font-size: 14px;
  color: white;
  width: 32px;
  height: 32px;
  min-width: 0;
  min-height: auto;
  position: relative;
}
.selection_wrap__number.selection_new::after{
content: "New!";
  position: absolute;
    font-weight: 600;
       left:40px;
color: #EA1E21;
    line-height: 1.1;
}
.selection_wrap h2, .selection_wrap h4 {
  margin: 0;
  text-align: center;
}
.selection_wrap h4 {
  font-weight: 500;
}
.selection_wrap__column, book-card-contents {
  flex: 1;
  margin: 0 2rem;
  display: flex;
  flex-direction: column;
}
.selection_wrap img, .book-card img {
  min-width: 135px;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 1rem;
  align-self: center;
  box-shadow:
    0px 0px 1px rgba(0, 0, 0, 0.024), 0px 0px 2.1px rgba(0, 0, 0, 0.035), 0px 0px 3.1px rgba(0, 0, 0, 0.043), 0px 0px 4.4px rgba(0, 0, 0, 0.05), 0px 0px 5.9px rgba(0, 0, 0, 0.057), 0px 0px 8.1px rgba(0, 0, 0, 0.065), 0px 0px 11.8px rgba(0, 0, 0, 0.076), 0px 0px 21px rgba(0, 0, 0, 0.1);
}
.selection_wrap__content {
  height: 170px;
  position: relative;
  overflow: hidden;
}
.selection_wrap__content__fading {
  bottom: 0;
  left: 0;
  position: absolute;
  height: 40px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.01), #fff);
}
.selection_btn, .order__btn {
  font-size: 0.93rem;
  color: white;
  padding: 0 0.5rem;
  line-height: 2rem;
  min-width: 0;
  border-radius: 4px;
  cursor: pointer;
align-self: center;
}
.selection_btn {
  background-color: #888;
  max-width: 7rem;
  min-width: 100px;
}
.selection_btn a {
  color: white;
}
.selection_btn:hover {
opacity: 0.7;}
/*footer*/
footer h4 {
  font-size: 15px;
}
.askus {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: 2rem;
}
.askus li {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  margin-bottom: 10px;
  margin: 0 8px;
  height: 50px;
  border: rgb(204, 204, 204) solid 1px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-decoration: none;
  line-height: 1.4;
}
.askus li span {
  display: block;
  font-size: 0.8rem;
}
.askus li a {
  background-color: #288278;
  color: white;
  height: 100%;
  width: 100%;
  line-height: 50px;
}
.order {
  display: flex;
  margin-left: -2rem;
  margin-right: -2rem;
}
.order__inner {
  flex-basis: 50%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.order__btn {
  display: block;
  margin: .5em 0 1.8em;
  padding: 2px 8px;
  border-radius: 5px;
  color: white;
  background: #288278;
}
.order__btn:hover, .askus li a:hover {
  background-color: rgba(57, 176, 163, 0.7);
}
.footer_addres {
  justify-content: center;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 3rem;
  align-items: center;
  box-sizing: border-box;
  background-color: #288278;
  color: white;
  font-size: 14px;
    line-height: 1.5;
}
.footer_addres h4::before {
  content: "";
  top: -4px;
  left: -55px;
  width: 50px;
  height: 23px;
  position: absolute;
  display: block;
  background-image: url(../selection_img/arm-footer-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer_addres h4 {
  position: relative;
  white-space: nowrap;
  margin-left: 55px;
  margin-right: 1rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
ul.footer_menu {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-shrink: 0;
}
.footer_menu li {
  border-right: white solid 1px;
  white-space: nowrap;
    text-align: center;
}
.footer_menu li:last-child {
  border-right: none;
}
.footer_menu li a {
  box-sizing: border-box;
  color: white;
  padding-top: 5px;
  padding-left: 1rem;
  padding-bottom: 5px;
  padding-right: 1rem;
  cursor: pointer;
}
.footer_menu li a:hover {
  background-color: rgba(57, 176, 163, 0.7);
}
/*各本のページ*/
.book_wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
/*primary-area*/
.primary {
  width: 64.28%;
}
.book_image {
  max-width: 200px;
  min-width: 0;
  height: auto;
  margin-top: 10px;
  align-self: center;
  box-shadow:
    1.1px 1.1px 1.3px rgba(0, 0, 0, 0.017), 2px 2px 2.7px rgba(0, 0, 0, 0.024), 2.8px 2.8px 4px rgba(0, 0, 0, 0.03), 3.6px 3.6px 5.6px rgba(0, 0, 0, 0.035), 4.5px 4.5px 7.6px rgba(0, 0, 0, 0.04), 5.5px 5.5px 10.4px rgba(0, 0, 0, 0.046), 7.1px 7.1px 15.2px rgba(0, 0, 0, 0.053), 10px 10px 27px rgba(0, 0, 0, 0.07);
}
.book-list {
  border-top: solid 1px #eee;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2rem 1rem 3rem 0;
  font-size: 90%;
  width: 100%;
}
.book-list th, .book-list td {
  border-bottom: solid 1px #eee;
  vertical-align: middle;
  text-align: left;
  font-size: 1rem;
  padding: 0.2rem 0.4rem;
  border-right: none;
  border-left: none;
}
.profile {
  margin-top: 2rem;
  font-size: 0.94rem;
  line-height: 1.6;
}
blockquote {
  margin: 2rem 0;
  padding: 0 1em;
  border: #C4C4C4 solid 1px;
}
blockquote p:nth-child(1) {
  border-bottom: #ACACAC 1px dotted;
}
.contents {
  background-color: rgb(244, 244, 237);
  padding: 2rem;
  margin-top: 3rem;
  position: relative;
}
.contents::before {
  content: "目次";
  position: absolute;
  font-weight: 600;
}
.contents p:first-child {
  margin-top: 3rem;
}
.contents p {
  margin: 0 0 .7rem 0;
}
.book-review {
  margin-top: 2rem;
}
.book-review a {
  border-bottom: #666 1px solid;
}
.book-review a:hover {
  color: #288278;
  border-color: #288278;
}
.net-buy {
  padding-left: 0;
  display: flex;
  padding-top: 2rem;
  flex-direction: row;
  flex-flow: wrap;
  font-size: .9em;
  position: relative;
}
.net-buy li:first-child::before {
  content: "ネット書店で購入";
  color: #ff6600;
  display: block;
  position: absolute;
  font-size: 14px;
  padding: 0;
  top: 10px;
}
.net-buy li {
  display: flex;
  background-color: #ffffff;
}
.net-buy li a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1.5px solid #ff6600;
  color: #ff6600;
  font-weight: bold;
  padding: 2px 3px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 10px;
  min-width: 95px;
  text-align: center;
}
.net-buy li:first-child::before {
  display: block;
  position: absolute;
  padding: 0;
  top: 10px;
}
.net-buy li a:hover {
  background-color: #ff6600;
  color: white;
}
/*secondary-area*/
.secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 26.78%;
padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
#snsplugin {
  position: relative;
}
#snsplugin::before {
  position: absolute;
  display: block;
  width: 290px;
  height: 44px;
  background-color: white;
}
.book-card-box {
  width: 100%;
  border: #C9C9C9 1px solid;
  border-radius: 10px;
}
.book-card {
  margin-bottom: 1rem;
  text-align: center;
  padding-bottom: 2rem;
}
.book-card img {
  width: 105px;
  margin-bottom: 0.5rem;
}
.book_wrapper h2 {
  line-height: 1;
}
.book-card p {
  margin: 0;
  text-align: center;
}
.selection-no-large, .selection-no-small {
  box-sizing: border-box;
  padding: 5px;
  border-radius: 500px;
  vertical-align: text-top;
  background: black;
  color: #fff !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.selection-no-large {
  min-width: 22.5px;
  height: 22.5px;
  font-size: 13px;
  margin-left: 5px;
}
.selection-no-small {
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3.5px;
}