@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.5rem;
  font-family: "Shuei KakuGo Gin B", "HiraKakuPro-W6", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.75;
}

html, body {
  min-width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.footer {
  background-color: #030000;
  padding: 12px 0;
  text-align: center;
}

.footer small {
  color: #fff;
  font-style: normal;
}

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

.color-pink {
  color: #FF4F88;
}

.color-yellow {
  color: #FFFF3A;
}

.color-gold {
  color: #D5BA0B;
}

.icon-shipment:before,
.icon-cart:before,
.icon-cart-L:before,
.icon-fb:before,
.icon-help:before,
.icon-other:before,
.icon-totop:before,
.icon-tw:before,
.icon-book:before,
.icon-book-gold:before,
.icon-hobonichi:before,
.icon-arrow_right_y:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  left: 6px;
  top: -1px;
}

.icon-arrow_down:after, .icon-arrow_right:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  vertical-align: middle;
  position: relative;
  right: 6px;
  top: -2px;
}

.icon-cart-L:before {
  background-image: url("../images/icon_cart-L.svg");
  margin-right: 10px;
  top: -3px;
}

.icon-shipment:before {
  background-image: url("../images/icon_shipment.svg");
}

.icon-cart:before {
  background-image: url("../images/icon_cart.svg");
}

.icon-fb:before {
  background-image: url("../images/icon_fb.svg");
}

.icon-fb:hover:before {
  background-image: url("../images/icon_fb_pink.svg");
}

.icon-help:before {
  background-image: url("../images/icon_help.svg");
}

.icon-other:before {
  background-image: url("../images/icon_other.svg");
}

.icon-totop:before {
  background-image: url("../images/icon_totop.svg");
}

.icon-tw:before {
  background-image: url("../images/icon_tw.svg");
}

.icon-tw:hover:before {
  background-image: url("../images/icon_tw_pink.svg");
}

.icon-arrow_down:after {
  background-image: url("../images/icon_arrow_down.svg");
}

.icon-arrow_right {
  color: #FF4F88;
  font-size: 2.2rem;
}

.icon-arrow_right:after {
  background-image: url("../images/icon_arrow_right.svg");
  margin-left: 10px;
}

.icon-arrow_right_y {
  color: #FFFF3A;
  font-size: 1.4rem;
}

.icon-arrow_right_y:before {
  background-image: url("../images/icon_arrow_right_y.svg");
  margin-left: 0;
}

.icon-book:before {
  background-image: url("../images/icon_book.svg");
}

.icon-book-gold:before {
  background-image: url("../images/icon_book-gold.svg");
  margin-right: 10px;
  top: -1px;
}

.icon-hobonichi:before {
  background-image: url("../images/icon_hobonichi.svg");
}

.btn__cart {
  display: block;
  position: relative;
  width: 256px;
  height: 48px;
  text-align: center;
  font-size: 1.8rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 24px;
  line-height: 48px;
  font-weight: bold;
  margin-top: 30px;
  color: #000;
}

.btn__cart .icon-cart-L:before {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  margin-left: -15px;
}

.btn__cart.sold {
  background-color: #ccc;
  color: #000;
}

.btn__cart:hover {
  background-color: #FFFF3A;
}
.btn__cart.sold:hover {
  background-color: #CCC;
}


.btn__cart.medium {
  width: 120px;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
}

.btn__cart.small {
  width: 105px;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
}

.font-size-ll {
  font-size: 3rem;
}

.font-size-l {
  font-size: 2.5rem;
}

.font-size-m {
  font-size: 2.2rem;
}

.font-size-mm {
  font-size: 2.0rem !important;
}

.font-size-ms {
  font-size: 1.8rem;
}

.font-size-s {
  font-size: 1.7rem;
}

.font-size-ss {
  font-size: 1.5rem;
}

.font-size-sss {
  font-size: 1.41rem;
}

.bg-ok {
  background-image: url("../images/ok2.png");
  background-repeat: no-repeat;
  background-position: right 15px;
  background-size: 226px 161px;
}

.tetsubou {
  background-image: url("../images/tetsubou.png");
  background-repeat: no-repeat;
  background-position: right 30px;
  background-size: 120px 148px;
}

.chandelier {
  background-image: url("../images/chandelier.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 200px 200px;
}

.momo {
  background-image: url("../images/momo.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 308px 152px;
}

.ok {
  position: relative;
}

.ok:after {
  content: '';
  background-image: url("../images/ok.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 517px 553px;
  display: inline-block;
  width: 517px;
  height: 553px;
  position: absolute;
  right: -100px;
  top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bg-ok {
    background-image: url("../images/ok2@2x.png");
  }
  .tetsubou {
    background-image: url("../images/tetsubou@2x.png");
  }
  .chandelier {
    background-image: url("../images/chandelier@2x.png");
  }
  .momo {
    background-image: url("../images/momo@2x.png");
  }
}

@media screen and (max-width: 1024px) {
  .ok:after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .font-size-ll {
    font-size: 2.0rem;
  }
  .font-size-l {
    font-size: 1.6rem;
  }
  br {
    display: none;
  }
  br.br {
    display: block;
  }
  .bg-ok, .tetsubou, .chandelier, .momo {
    background: none;
  }
  .btn__cart {
    margin: 30px auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.header {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.header .title__main {
  position: relative;
  z-index: 10;
}

.header .title__main img {
  width: 100%;
  max-width: 1280px;
}

.header .hobonichi {
  display: block;
  position: absolute;
  left: calc(45 / 1280 * 100%);
  top: calc(17 / 1280 * 100vw);
  z-index: 11;
  width: calc(250 / 1280 * 100%);
}

.header .slide {
  width: 1140px;
  margin: -108px auto 0;
  height: 722px;
  position: relative;
  z-index: 5;
}

.header .slide a.btn_radio {
  position: absolute;
  left: 910px;
  top: 543px;
}

.header .slide a.btn_radio:hover {
  opacity: .6;
}

.header .bx-prev, .header .bx-next {
  display: none;
}

.header .yodogawa {
  width: 1140px;
  margin: 0 auto;
  padding: 100px 0;
}

.header .yodogawa p {
  width: 650px;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2.3;
  padding-left: 100px;
  background-image: url("../images/illust_yodogawa.png");
  background-size: 380px 537px;
  background-repeat: no-repeat;
  background-position: right -60px;
}

.nav {
  width: 100%;
  background-color: #f0f0f0;
  z-index: 500;
}

.nav .nav__contents {
  width: 1140px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
}

.nav .nav__contents a {
  color: #4D4D4D;
  font-size: 1.3rem;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nav .nav__contents a:hover {
  color: #FF4F88;
}

.nav .nav__contents .nav__links {
  display: inline-block;
}

.nav .nav__contents .nav__links li {
  display: inline-block;
  margin-right: 25px;
}

.nav .nav__contents .nav__links li:last-child {
  margin-right: 0;
}

.nav .nav__contents .nav__sns {
  display: inline-block;
  margin-left: 60px;
}

.nav .nav__contents .nav__sns li {
  display: inline-block;
  margin-right: 0;
}

.nav .nav__contents .nav__sns li:last-child {
  margin-right: 0;
}

.title {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
}

.title.pink {
  background-color: #ff8db1;
}

.title.blue {
  background-color: #61C4E3;
}

.title.green {
  background-color: #ACFF50;
  color: #000;
}

.title.yellow {
  background-color: #FFFD4E;
  color: #000;
}

.title__container {
  display: table;
  width: 930px;
  margin: 0 auto;
  padding: 45px 0;
}

.title__container.cover_gold {
  position: relative;
}

.title__container.cover_gold:after {
  content: '';
  width: 44px;
  height: 68px;
  display: inline-block;
  background-image: url("../images/cover1.png");
  background-repeat: no-repeat;
  background-size: 44px 68px;
  position: absolute;
  right: -10px;
  top: 60px;
}

.title__container.cover_random {
  position: relative;
}

.title__container.cover_random:after {
  content: '';
  width: 49px;
  height: 63px;
  display: inline-block;
  background-image: url("../images/cover2.png");
  background-repeat: no-repeat;
  background-size: 49px 63px;
  position: absolute;
  right: -25px;
  top: 70px;
}

.title__container.bg-ok a {
  display: block;
  position: absolute;
  right: 205px;
  top: 96px;
}

.title__container-L {
  display: table-cell;
  width: 52%;
  vertical-align: top;
}

.title__container-R {
  display: table-cell;
  width: 48%;
  vertical-align: top;
}

.title .special__info:before {
  margin-right: 15px;
}

.title .special__info a {
  margin-left: 30px;
}

.title .special__info-caption {
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.stock {
  font-size: 1.4rem;
  text-align: center;
}

.contents {
  padding: 55px 0 80px;
  overflow: hidden;
}

.contents.fuji {
  padding: 0;
}

.contents.pink {
  background-color: #fff8fd;
}

.contents.blue {
  background-color: #EEFCFF;
}

.contents.yellow {
  background-color: #FFFDE5;
}

.contents.green {
  background-color: #F1FFE2;
}

.contents .all {
  width: 930px;
  margin: 0 auto;
  display: table;
}

.contents .all-L {
  display: table-cell;
  vertical-align: top;
}

.contents .all-R {
  display: table-cell;
  vertical-align: top;
  padding-top: 92px;
  padding-left: 82px;
}

.contents .all-R .product__caption {
  color: #231815;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents .items {
  width: 930px;
  margin: 0 auto;
}

.contents .items .cart__container {
  padding-left: 15px;
}

.contents .item__book-l, .contents .item__book-r {
  position: relative;
  width: 400px;
  height: 500px;
  display: inline-block;
  vertical-align: top;
}

.contents .item__book-l .btn__cart, .contents .item__book-r .btn__cart {
  left: 70px;
  top: 40px;
  z-index: 160;
}

.contents .item__book-l {
  margin-right: 120px;
}

.contents .item__book__img {
  position: absolute;
  top: 0;
  z-index: 80;
}

.contents .item__book__title {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  padding: 0 10px;
  margin-left: 40px;
  z-index: 100;
}

.contents .item__book__title.yellow {
  background-color: #FFFF3A;
}

.contents .item__book__title.blue {
  background-color: #97DDF2;
}

.contents .item__book__title.pink {
  background-color: #ff8db1;
}

.contents .item__book__title.green {
  background-color: #ACFF50;
}

.contents .item__book__toc {
  position: relative;
  left: 230px;
  top: 33px;
  z-index: 120;
  height: 230px;
}

.contents .item__book__toc li {
  font-size: 1.2rem;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents .item__book-note {
  z-index: 140;
  position: relative;
  font-size: 1.3rem;
  color: #FF4F88;
  left: 97px;
  top: 63px;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #231815;
}

.contents .item__book-note:before {
  margin-right: 6px;
  top: -1px;
}

.contents .item__products-l, .contents .item__products-r {
  position: relative;
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
}

.contents .item__products-l .inline, .contents .item__products-r .inline {
  display: inline-block;
  margin-right: 10px;
}

.contents .item__products-l .tarai, .contents .item__products-r .tarai {
  display: block;
  margin: 150px 0 0 32px;
}

.contents .item__products-l.tanaka, .contents .item__products-l.nagata, .contents .item__products-r.tanaka, .contents .item__products-r.nagata {
  margin-bottom: 20px;
  width: 350px;
  margin-left: 37px;
}

.contents .item__products-l.koga, .contents .item__products-l.moegara, .contents .item__products-r.koga, .contents .item__products-r.moegara {
  margin-left: 0;
}

.contents .item__products-l {
  margin-right: 120px;
}

.contents .item__products-title {
  display: inline-block;
  background-color: #FF9E52;
  padding: 0 10px;
}

.contents .item__products-caption {
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 15px;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents .item__products-note {
  font-size: 1.5rem;
  color: #FF875B;
  padding-left: 15px;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents .item__products-img a:hover {
  opacity: .5;
}

.contents .item__intro__text {
  font-size: 1.5rem;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 0;
}

.contents .informations {
  width: 850px;
  margin: 0 auto;
  display: block;
  font-size: 0;
  letter-spacing: -0.4em;
}

.contents .informations-L {
  display: inline-block;
  width: 450px;
  vertical-align: top;
}

.contents .informations-L .informations__text {
  padding-left: 95px;
}

.contents .informations-R {
  display: inline-block;
  width: 400px;
  vertical-align: top;
}

.contents .informations-R .informations__img {
  padding-left: 120px;
}

.contents .informations__text {
  padding: 35px;
  background-color: #fff;
  line-height: 2.1;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #323333;
  letter-spacing: 0.025em;
}

.contents .informations__text.transparent {
  background-color: transparent;
}

.contents .informations__img {
  padding: 50px 0 0 0;
}

.contents .informations .title__tachiyomi {
  margin: 50px 0 30px;
  display: block;
  background-color: #FF8DB2;
  width: 850px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
}

.contents .informations .title__tachiyomi img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contents .informations .title__tachiyomi:after {
  content: '▼';
  color: #FF8DB2;
  position: absolute;
  font-size: 2rem;
  bottom: -1em;
  left: calc(50% - 0.5em);
}

.contents .informations .slide__tachiyomi {
  width: 850px;
  height: 600px;
  background-color: #fff;
}

.contents .cover {
  width: 850px;
  margin: 0 auto 58px;
  display: table;
}

.contents .cover__img {
  width: 510px;
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}

.contents .cover__caption {
  display: table-cell;
  vertical-align: top;
  width: 300px;
  padding: 20px;
  background-color: #fff;
  letter-spacing: 0;
}

.contents .cover__caption h3 {
  font-size: 2.1rem;
  color: #323333;
}

.contents .cover__caption h3 span {
  font-size: 1.6rem;
}

.contents .cover__caption h4 {
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
  color: #fff;
}

.contents .cover__caption h4.pink {
  background-color: #FF8DB2;
}

.contents .cover__caption h4.blue {
  background-color: #97DDF2;
}

.contents .cover__caption h4.orange {
  background-color: #FF875B;
}

.contents .cover__caption p {
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}

.contents .cover__note {
  width: 705px;
  margin: 0 auto;
  display: table;
  padding: 30px;
}

.contents .cover__note:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border: 1px solid #6ABBDE;
  border-right: none;
  width: 15px;
  height: 240px;
}

.contents .cover__note:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  border: 1px solid #6ABBDE;
  border-left: none;
  width: 15px;
  height: 240px;
}

.contents .cover__note p {
  display: table-cell;
  vertical-align: top;
  color: #6ABBDE;
  font-size: 1.2rem;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-indent: -1em;
  padding: 15px 30px;
  line-height: 1.8;
}

.contents .fuji {
  width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  height: 740px;
  background-image: url("../images/bg_fuji.png");
  background-repeat: no-repeat;
  background-size: 1280px 717px;
  background-position: right bottom;
}

.contents .fuji__contents {
  width: 530px;
  margin: 0 auto;
  padding-top: 130px;
}

.contents .fuji__contents__title {
  font-size: 1.8rem;
  color: #FF4F88;
}

.contents .fuji__contents__text {
  font-size: 1.5rem;
  padding: 20px 0 50px;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents .fuji__contents__note {
  font-size: 1.3rem;
  padding-bottom: 20px;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents .fuji__contents__note.pink, .contents .fuji__contents__note a {
  color: #FF4F88;
}

.contents .product__note {
  font-size: 1.3rem;
  color: #D5BA0B;
  position: relative;
  top: -60px;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents .column {
  width: 780px;
  margin: 45px auto;
  background-color: #fff;
  padding: 40px;
  line-height: 2;
  font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0;
  letter-spacing: -0.4em;
}

.contents .column a {
  color: #FF4F88;
}

.contents .column-L,
.contents .column-R {
  letter-spacing: 0.025em;
}

.contents .column-L {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.contents .column-R {
  width: calc(50% - 20px);
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}

.title__wada {
  display: inline-block;
  color: #FF875B;
  font-size: 4.3rem;
  margin: 10px 0 50px;
  padding: 0 0 20px 30px;
  background-color: #fff;
  line-height: 1.3;
}

.info__wada {
  width: 100%;
}

.info__wada dt {
  width: 68px;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: .5rem;
  background-color: #fff;
  margin-right: calc(20% - 68px);
  text-align: center;
  text-indent: .5rem;
  color: #FF875B;
  vertical-align: top;
}

.info__wada dd {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.info__wada dd span {
  color: #FF875B;
}

.banner {
  padding: 50px 0 0;
  letter-spacing: -0.4em;
  font-size: 0;
}

.banner li {
  display: inline-block;
}

.banner li a {
  font-size: 1.5rem;
}

.banner li a img {
  opacity: 1;
}

.banner li a:hover img {
  opacity: .6;
}

@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
  }
  .header img {
    width: 100%;
  }
  .header .slide {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .header .slide img {
    width: 100%;
  }
  .header .yodogawa {
    width: 100%;
  }
  .title__container, .contents .all {
    width: calc(100% - 100px);
  }
  .title__container.cover_gold:after {
    display: none;
  }
  .title__container.cover_random:after {
    display: none;
  }
  .title__container.bg-ok a {
    display: block;
    position: relative;
    left: -12px;
    top: 0;
  }
  .title__container-L {
    width: calc(100% - 100px);
    display: block;
    padding-left: 50px;
  }
  .title__container-R {
    width: calc(100% - 100px);
    display: block;
    padding-left: 50px;
  }
  .contents .informations .title__tachiyomi {
    width: 100%;
  }
  .hobonichi {
    width: 5%;
  }
  .contents .all .all-L, .contents .all .all-R {
    display: block;
    width: 90%;
    padding: 0 100px;
    margin: 0 auto;
  }
  .contents .items {
    width: 100%;
  }
  .contents .item__book-l, .contents .item__book-r {
    display: block;
    margin: 0 auto 30px;
    width: 60%;
  }
  .contents .item__products-l, .contents .item__products-r {
    display: block;
    margin: 0 auto 30px;
    width: 50%;
  }
  .contents .informations {
    width: 90%;
    text-align: center;
  }
  .contents .informations__text {
    text-align: left;
  }
  .nav .nav__contents {
    width: 100%;
    display: block;
  }
  .nav .nav__contents .nav__links {
    width: 100%;
    display: block;
  }
  .nav .nav__contents .nav__links li {
    display: block;
  }
  .nav .nav__contents .nav__links li a:hover {
    color: #FF4F88;
  }
  .nav .nav__contents .nav__sns {
    width: 100%;
    display: block;
    margin: 0;
  }
  .contents .cover {
    width: calc(100% - 40px);
  }
  .contents .cover__img {
    width: 60%;
  }
  .contents .cover__img img {
    width: 100%;
  }
  .contents .cover__caption {
    width: 40%;
  }
  .contents .cover__caption img {
    width: 100%;
  }
  .contents .column {
    width: calc(100% - 40px);
  }
  .contents .column-L, .contents .column-R {
    width: calc(50% - 40px);
  }
  .banner {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
  }
  .banner li {
    display: inline-block;
    text-align: center;
    margin: 0;
    width: 300px;
  }
  .banner li img {
    width: 100%;
  }
  .contents .fuji {
    width: 100%;
    margin: 0 auto;
  }
  .contents .informations .slide__tachiyomi {
    width: 100%;
    height: auto;
  }
  .item__products-l.tanaka, .item__products-l.nagata, .item__products-r.tanaka, .item__products-r.nagata {
    display: inline-block;
    margin-bottom: 20px;
    width: 45%;
    margin-left: 37px;
  }
  .item__products-l.koga, .item__products-l.moegara, .item__products-r.koga, .item__products-r.moegara {
    display: inline-block;
    margin-left: 0;
    width: 45%;
  }
}

@media screen and (max-width: 480px) {
  .banner {
    display: block;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
  }
  .banner li {
    display: block;
    text-align: center;
    margin: 0;
  }
  .header .yodogawa {
    width: 100%;
    padding: 0 0 20px;
  }
  .header .yodogawa p {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    font-size: 1.4rem;
    background-image: none;
  }
  .contents .item__book__title {
    font-size: 2rem;
  }
  .product__caption {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .title {
    width: 100%;
  }
  .title__container {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .title__product-option {
    display: block;
  }
  .title__container-L {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .title__container-R {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .title .special__info {
    line-height: 1;
    margin-top: 30px;
  }
  .title .special__info a {
    display: block;
    margin-left: 1em;
    padding: 0;
  }
  .contents .informations-L .informations__text {
    padding: 50px 0;
    width: 95%;
    margin: 0 auto;
  }
  .contents .product__note {
    top: -40px;
  }
  .contents .item__book__toc {
    display: block;
    width: 40%;
    margin: 0;
    left: 56%;
    height: auto;
  }
  .contents .item__book__title {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .contents .item__book-l, .contents .item__book-r {
    height: auto;
    margin-bottom: 100px;
  }
  .contents .item__products-l, .contents .item__products-r {
    margin: 0 0 30px;
  }
  .contents .item__products-l span, .contents .item__products-r span {
    margin: 0 0 0 10px;
  }
  .contents .item__products-l .tarai, .contents .item__products-r .tarai {
    margin: 0;
  }
  .contents .item__products-title {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin: 0 0 0 10px;
  }
  .contents, .contents .item__book-l, .contents .item__book-r,
  .contents .informations-L, .contents .informations-R,
  .contents .item__products-l, .contents .item__products-r,
  .contents .cover__note, .contents .cover__note p,
  .contents .column, .contents .column-L, .contents .column-R,
  .contents .informations .title__tachiyomi,
  .contents .informations .slide__tachiyomi, .contents .all,
  .contents .all .all-L, .contents .all .all-R, .contents .items,
  .contents .informations, .contents .fuji, .contents .fuji__contents {
    width: calc(100% - 10px);
    display: block;
    padding: 0 5px;
  }
  .contents img, .contents .item__book-l img, .contents .item__book-r img,
  .contents .informations-L img, .contents .informations-R img,
  .contents .item__products-l img, .contents .item__products-r img,
  .contents .cover__note img, .contents .cover__note p img,
  .contents .column img, .contents .column-L img, .contents .column-R img,
  .contents .informations .title__tachiyomi img,
  .contents .informations .slide__tachiyomi img, .contents .all img,
  .contents .all .all-L img, .contents .all .all-R img, .contents .items img,
  .contents .informations img, .contents .fuji img, .contents .fuji__contents img {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .contents .item__book-l .btn__cart, .contents .item__book-r .btn__cart {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 80px;
  }
  .contents .informations__img {
    padding: 30px 0;
  }
  .contents .informations__img img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .contents .cover, .contents .cover__img {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
  }
  .contents .cover__caption {
    width: calc(100% - 50px);
  }
  .contents .cover__caption img {
    width: 100%;
  }
  .contents .cover__note {
    width: calc(100% - 60px);
    padding: 30px;
  }
  .contents .cover__note p {
    display: block;
    margin-bottom: 20px;
  }
  .contents .cover__note:before, .contents .cover__note:after {
    display: none;
  }
  .contents .informations-L {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .contents .informations-R {
    padding: 0;
  }
  .contents .informations-R .informations__img {
    padding: 0;
  }
  .contents .items {
    padding: 50px 0;
  }
  .contents .informations .title__tachiyomi {
    width: 90%;
    margin: 30px auto;
  }
  .contents .informations .title__tachiyomi img {
    width: 90%;
  }
  .contents .informations .slide__tachiyomi {
    height: auto;
  }
  .contents .cover {
    margin-bottom: 0;
  }
  .plus_cover {
    padding: 30px 0;
  }
  .contents .column {
    width: 95%;
    margin: 20px auto 0;
  }
  .contents .column-L, .contents .column-R {
    display: block;
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
  }
  .contents.yellow {
    padding-bottom: 30px;
  }
  .contents .fuji__contents {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .title__wada {
    display: inline-block;
    color: #FF875B;
    font-size: 4.3rem;
    margin: 10px 0 10px;
    padding: 10px;
    background-color: #fff;
    line-height: 1.3;
  }
  .contents .fuji {
    background-image: none;
  }
  .contents .item__products-l.tanaka, .contents .item__products-l.nagata, .contents .item__products-l.koga, .contents .item__products-l.moegara, .contents .item__products-r.tanaka, .contents .item__products-r.nagata, .contents .item__products-r.koga, .contents .item__products-r.moegara {
    display: block;
    margin: 0 auto 20px;
    width: 90%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header .yodogawa p {
    background-image: url("../images/illust_yodogawa@2x.png");
  }
}

@media screen and (max-width: 480px) {
  .header .yodogawa p {
    background-image: none;
  }
}
