@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*------------------------------------
			style.scss make start
------------------------------------*/
body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "メイリオ",sans-serif;
}

.visibility {
  visibility: hidden;
}

a.btn-toEC {
  background-color: #000;
  color: #fff;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

a.btn-toEC:hover {
  opacity: 0.7;
}

.wrap {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  font-size: 1em;
}

#lightGallery li:hover {
  cursor: pointer;
}

#contents-head {
  height: 100%;
}

.contents-head {
  width: 100%;
  height: 100%;
  background-image: url("../img/logo_img.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 65%;
  background-attachment: fixed;
  padding: 30px 0 250px 0;
}

.contents-head .message-head {
  font-size: 1.5em;
  margin: 0 auto;
  text-align: center;
}

.contents-head .head-sub {
  display: block;
  margin: 100px auto 0 auto;
}

.contents-head .head-title {
  display: block;
  padding-top: 10px;
  margin: 0 auto;
  width: 550px;
}

.contents-head .comment {
  font-size: 1.3em;
}

.contents-head .comment img {
  margin-top: 5px;
}

.contents-head .comment1 {
  width: 300px;
  margin: 220px 0 0 610px;
  text-align: right;
}

.contents-head .comment1 p {
  text-align: left;
}

.contents-head .comment2 {
  margin: 150px 0 0 0;
  width: 450px;
}

.contents-head .comment3 {
  margin: 100px 0 0 660px;
  width: 300px;
  text-align: right;
}

.contents-head .comment3 p {
  text-align: left;
}

.contents-main {
  width: 100%;
  margin: 0 auto;
}

.contents-main .caption-book {
  background-color: #946740;
  color: #eee;
  padding: 20px 0;
}

.contents-main .caption-book p {
  width: 960px;
  margin: 0 auto;
}

.contents-main .book-info {
  position: relative;
}

.contents-main .book-info .text-info {
  width: 310px;
  margin: 20px 0 0 0;
}

.contents-main .book-info .text-info .text-info-head {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contents-main .book-info .text-info .text-info-head .saleday {
  font-size: 4.8em;
  line-height: 1;
  margin: 0 0 10px 0;
}

.contents-main .book-info .text-info .text-info-head .typebox {
  width: 70px;
  height: 70px;
  background-color: #000;
  color: #fff;
  padding: 5px;
  text-align: center;
  line-height: 1.2;
  font-size: 1.5em;
  margin: 8px 0 0 0;
}

.contents-main .book-info .text-info ul {
  list-style: none;
  background: rgba(0, 0, 0, 0.7);
  color: #eee;
  padding: 8px 0 10px 13px;
}

.contents-main .book-info .text-info .author-info {
  margin-top: 5px;
  font-size: 0.8em;
}

.contents-main .book-info .text-info .author-info span {
  font-size: 1.5em;
}

.contents-main .book-info .image-info {
  position: absolute;
  left: 280px;
  top: 40px;
  background-image: url(../img/book_img.png);
  background-size: contain;
  padding-left: 50px;
  width: 680px;
}

.contents-main .book-info .image-info .btn-image-info {
  text-align: right;
  margin-top: 50px;
}

.contents-main .book-info .image-info .btn-image-info a {
  padding: 7px 15px 8px 15px;
  font-size: 2em;
}

.contents-main .book-info .image-info .shop-info {
  text-align: right;
  font-size: 0.7em;
  margin-top: 10px;
}

.contents-main .book-info .image-info .caption-image-info {
  margin: 380px 0 0 120px;
  font-size: 0.9em;
}

.contents-main .book-contents {
  margin: 15px 0 0 0;
}

.contents-main .book-contents ul {
  width: 100%;
  list-style: none;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}

.contents-main .book-contents ul li {
  margin-top: 10px;
  border: 2px solid #999;
}

.contents-main .foot-info {
  font-size: 1.2em;
  margin: 23px 0 20px 0;
  padding: 0 40px;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contents-main .foot-info p {
  margin: 3px 15px 0 0;
}

.contents-main .foot-info a {
  padding: 4px 10px 5px 10px;
}

#foot {
  font-size: 0.8em;
}

/*----------------------------------------------
									effects
----------------------------------------------*/
.effect-1 {
  -webkit-animation: effect-1 1s;
  animation: effect-1 1s;
  visibility: visible !important;
}

@-webkit-keyframes effect-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes effect-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.effect-2 {
  -webkit-animation: effect-2 1s;
  animation: effect-2 1s;
  visibility: visible !important;
}

@-webkit-keyframes effect-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes effect-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.effect-3 {
  -webkit-animation: effect-3 1s;
  animation: effect-3 1s;
  visibility: visible !important;
}

@-webkit-keyframes effect-3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes effect-3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.effect-4 {
  -webkit-animation: effect-4 1s;
  animation: effect-4 1s;
  visibility: visible !important;
}

@-webkit-keyframes effect-4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes effect-4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.effectOut {
  -webkit-animation: effectOut 1s;
  animation: effectOut 1s;
  visibility: visible !important;
  opacity: 0;
}

@-webkit-keyframes effectOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes effectOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.effectOut-2 {
  -webkit-animation: effectOut 1s;
  animation: effectOut 1s;
  visibility: visible !important;
  opacity: 0;
}

@-webkit-keyframes effectOut-2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes effectOut-2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
