/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
@import url("https://use.typekit.net/guz6vhv.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  t-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

/*----------------------------------------------------
 common
--------------------------------------------------- */
@keyframes slideLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.header img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.header > .box {
  width: 100%;
  padding: calc(15 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  background-color: #b0181f;
  position: fixed;
  left: 0;
  z-index: 15;
  margin-top: calc(-950 / 750 * 100vw);
  transition: all .3s ease-out;
}
.header > .box.active {
  margin-top: 0;
  transition: all .3s ease-out;
}
.header > .box.fixed {
  display: none;
}
.header > .box > .logo {
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header > .box > .nav {
  margin-bottom: calc(55 / 750 * 100vw);
}
.header > .box > .nav ul li {
  border-bottom: calc(2 / 750 * 100vw) solid #d88c8f;
}
.header > .box > .nav ul li a {
  display: flex;
  align-items: center;
  padding: calc(45 / 750 * 100vw) 0;
}
.header > .box > .nav ul li a > .txt {
  font-size: calc(40 / 750 * 100vw);
  width: calc(300 / 750 * 100vw);
  padding-left: calc(20 / 750 * 100vw);
  color: #fff;
  line-height: 1;
}
.header > .box > .nav ul li a > .jptxt {
  font-size: calc(24 / 750 * 100vw);
  color: #fff;
  line-height: 1.25;
}
.header > .box > .close {
  width: 100%;
  font-size: calc(40 / 750 * 100vw);
  color: #fff;
  padding: calc(55 / 750 * 100vw) 0;
}
.header > .box > .close .icon {
  display: inline-block;
  position: relative;
  margin: 0 calc(15 / 750 * 100vw) calc(-6 / 750 * 100vw) calc(36 / 750 * 100vw);
  padding: 0;
  width: calc(2 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
  background: #fff;
  transform: rotate(45deg);
}
.header > .box > .close .icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-18 / 750 * 100vw);
  width: calc(40 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  margin-top: calc(-2 / 750 * 100vw);
  background: #fff;
}
.header > .open {
  position: fixed;
  top: calc(30 / 750 * 100vw);
  left: calc(30 / 750 * 100vw);
  z-index: 10;
  background-color: #b0181f;
  width: calc(90 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  border-radius: 0 0 0 calc(20 / 750 * 100vw);
  filter: drop-shadow(calc(-5 / 750 * 100vw) calc(5 / 750 * 100vw) calc(6 / 750 * 100vw) rgba(0, 0, 0, 0.3));
}
.header > .open span {
  width: calc(52 / 750 * 100vw);
  height: calc(4 / 750 * 100vw);
  background-color: #fff;
  border-radius: calc(2 / 750 * 100vw);
  display: block;
  margin: 0 auto calc(12 / 750 * 100vw);
}
.header > .open span:last-child {
  margin-bottom: 0;
}
.header > .open.fixed {
  position: fixed;
  top: calc(30 / 750 * 100vw);
}
.header > .open.cm {
  top: calc(30 / 750 * 100vw);
  position: fixed;
}

@media screen and (min-width: 768px) {
  .header {
    background-color: #b0181f;
  }
  .header > .box {
    position: absolute;
    top: 0;
    padding: 0;
    margin-top: 0;
    transition: inherit;
  }
  .header > .box.fixed {
    position: fixed;
    top: calc(-200 / 980 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header > .box.fixed > .logo {
    display: block;
    width: calc(60 / 980 * 100vw);
    height: calc(60 / 980 * 100vw);
    margin-right: calc(50 / 980 * 100vw);
    background: url(../img/pc/header_logo.png) no-repeat 0 0;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .header > .box.fixed > .logo {
    background: url(../img/pc/retina/header_logo.png) no-repeat top center;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header > .box.fixed > .nav ul li a {
    padding: calc(28 / 980 * 100vw) 0;
  }
  .header > .box.fixed > .nav ul li a > .txt {
    margin-bottom: 0;
  }
  .header > .box.fixed > .nav ul li a:hover:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(5 / 980 * 100vw);
    background: #fff;
    animation: slideLine 1s;
  }
  .header > .box.fixed > .nav ul li + li {
    margin-left: calc(60 / 980 * 100vw);
  }
  .header > .box > .nav {
    margin-bottom: 0;
  }
  .header > .box > .nav ul {
    display: flex;
    justify-content: center;
  }
  .header > .box > .nav ul li {
    border-bottom: none;
  }
  .header > .box > .nav ul li a {
    flex-direction: column;
    padding: calc(33 / 980 * 100vw) calc(10 / 980 * 100vw) calc(30 / 980 * 100vw);
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .header > .box > .nav ul li a > .txt {
    font-size: calc(24 / 980 * 100vw);
    padding-left: 0;
    width: inherit;
    margin-bottom: calc(8 / 980 * 100vw);
  }
  .header > .box > .nav ul li a > .jptxt {
    font-size: calc(14 / 980 * 100vw);
  }
  .header > .box > .nav ul li a:hover:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(5 / 980 * 100vw);
    background: #fff;
    animation: slideLine 1s;
  }
  .header > .box > .nav ul li + li {
    margin-left: calc(60 / 980 * 100vw);
  }
  .header > .box > .close {
    display: none;
  }
  .header > .open {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .header > .box {
    position: static;
  }
  .header > .box.fixed {
    top: -200px;
  }
  .header > .box.fixed > .logo {
    width: 60px;
    height: 60px;
    margin-right: 60px;
  }
  .header > .box.fixed > .nav ul li a {
    padding: 28px 0;
  }
  .header > .box.fixed > .nav ul li a:hover:after {
    height: 5px;
  }
  .header > .box.fixed > .nav ul li + li {
    margin-left: 60px;
  }
  .header > .box > .nav ul li a {
    padding: 33px 10px 30px;
  }
  .header > .box > .nav ul li a > .txt {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .header > .box > .nav ul li a > .jptxt {
    font-size: 14px;
  }
  .header > .box > .nav ul li a:hover:after {
    height: 5px;
  }
  .header > .box > .nav ul li + li {
    margin-left: 60px;
  }
}
.link_collection {
  background-color: #fff6e9;
}
.link_collection img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.link_collection > .con-inner {
  padding: calc(100 / 750 * 100vw) calc(60 / 750 * 100vw);
}
.link_collection > .con-inner > .list {
  text-align: center;
}
.link_collection > .con-inner > .list li {
  background-color: #fff;
  border-radius: 0 0 0 calc(40 / 750 * 100vw);
  border: calc(2 / 750 * 100vw) solid #b0181f;
  overflow: hidden;
  display: inline-block;
}
.link_collection > .con-inner > .list li + li {
  margin: calc(80 / 750 * 100vw) 0 0 0;
}
.link_collection > .con-inner > .list li a {
  text-align: center;
  text-align: -moz-center;
}
.link_collection > .con-inner > .list li a > .img {
  width: calc(618 / 750 * 100vw);
  height: calc(323 / 750 * 100vw);
}
.link_collection > .con-inner > .list li a > .img.link1 {
  background: url(../img/sp/link1_img.jpg) no-repeat 0 0;
  background-size: 100%;
}
.link_collection > .con-inner > .list li a > .img.link2 {
  background: url(../img/sp/link2_img.jpg) no-repeat 0 0;
  background-size: 100%;
}
.link_collection > .con-inner > .list li a > .txt {
  height: calc(130 / 750 * 100vw);
  display: table-cell;
  vertical-align: middle;
  font-size: calc(35 / 750 * 100vw);
  line-height: 1;
  color: #b0181f;
}
.link_collection > .con-inner > .list li a > .txt span {
  display: block;
  font-size: calc(24 / 750 * 100vw);
  margin-bottom: calc(-15 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .link_collection > .con-inner {
    padding: calc(100 / 980 * 100vw) 0;
  }
  .link_collection > .con-inner > .list {
    display: flex;
    justify-content: center;
  }
  .link_collection > .con-inner > .list li {
    border-radius: 0 0 0 calc(20 / 980 * 100vw);
    border: 1px solid #b0181f;
  }
  .link_collection > .con-inner > .list li + li {
    margin: 0 0 0 calc(80 / 980 * 100vw);
  }
  .link_collection > .con-inner > .list li a > .img {
    width: calc(310 / 980 * 100vw);
    height: calc(162 / 980 * 100vw);
  }
  .link_collection > .con-inner > .list li a > .img.link1 {
    background: url(../img/pc/link1_img.jpg) no-repeat 0 0;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .link_collection > .con-inner > .list li a > .img.link1 {
    background: url(../img/pc/retina/link1_img.jpg) no-repeat top center;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .link_collection > .con-inner > .list li a > .img.link2 {
    background: url(../img/pc/link2_img.jpg) no-repeat 0 0;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .link_collection > .con-inner > .list li a > .img.link2 {
    background: url(../img/pc/retina/link2_img.jpg) no-repeat top center;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .link_collection > .con-inner > .list li a > .txt {
    height: calc(70 / 980 * 100vw);
    display: table-cell;
    vertical-align: middle;
    font-size: calc(20 / 980 * 100vw);
    line-height: 1.35;
  }
  .link_collection > .con-inner > .list li a > .txt span {
    font-size: calc(12 / 980 * 100vw);
    margin-bottom: calc(-25 / 980 * 100vw);
  }
}
@media screen and (min-width: 980px) {
  .link_collection > .con-inner {
    padding: 100px 0;
  }
  .link_collection > .con-inner > .list li {
    border-radius: 0 0 0 20px;
  }
  .link_collection > .con-inner > .list li + li {
    margin: 0 0 0 80px;
  }
  .link_collection > .con-inner > .list li a > .img {
    width: 310px;
    height: 162px;
  }
  .link_collection > .con-inner > .list li a > .txt {
    height: 70px;
    font-size: 20px;
  }
  .link_collection > .con-inner > .list li a > .txt span {
    font-size: 12px;
    margin-bottom: -25px;
  }
}
.sns {
  box-shadow: 0 calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) 0px #000000;
}
.sns img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.sns > .con-inner {
  padding: calc(70 / 750 * 100vw) 0;
}
.sns > .con-inner > .ttl {
  font-size: calc(40 / 750 * 100vw);
  line-height: 1;
  margin-bottom: calc(40 / 750 * 100vw);
  text-align: center;
  color: #b0181f;
}
.sns > .con-inner > .list {
  display: flex;
  justify-content: center;
}
.sns > .con-inner > .list li {
  margin-left: calc(50 / 750 * 100vw);
}
.sns > .con-inner > .list li a {
  width: calc(66 / 750 * 100vw);
  height: calc(66 / 750 * 100vw);
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.sns > .con-inner > .list li a.twitter {
  background: url(../img/parts/twitter_icon.svg) no-repeat 0 0;
  background-size: contain;
}
.sns > .con-inner > .list li a.facebook {
  background: url(../img/parts/facebook_icon.svg) no-repeat 0 0;
  background-size: contain;
}
.sns > .con-inner > .list li a.line {
  background: url(../img/parts/line_icon.svg) no-repeat 0 0;
  background-size: contain;
}
.sns > .con-inner > .list li:first-child {
  margin-left: 0;
}
.sns.modal_sns {
  box-shadow: none;
}
.sns.modal_sns > .con-inner > .ttl {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sns {
    box-shadow: 0 calc(10 / 980 * 100vw) calc(20 / 980 * 100vw) 0px #000000;
  }
  .sns > .con-inner {
    padding: calc(40 / 980 * 100vw) 0;
  }
  .sns > .con-inner > .ttl {
    font-size: calc(20 / 980 * 100vw);
    margin-bottom: calc(20 / 980 * 100vw);
  }
  .sns > .con-inner > .list li {
    margin-left: calc(30 / 980 * 100vw);
  }
  .sns > .con-inner > .list li a {
    width: calc(37 / 980 * 100vw);
    height: calc(37 / 980 * 100vw);
  }
  .sns.modal_sns > .con-inner {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .sns {
    box-shadow: 0 10px 20px 0px #000000;
  }
  .sns > .con-inner {
    padding: 40px 0;
  }
  .sns > .con-inner > .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sns > .con-inner > .list li {
    margin-left: 30px;
  }
  .sns > .con-inner > .list li a {
    width: 37px;
    height: 37px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.modal img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.modal > .container {
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal > .container > .content {
  width: 100%;
  position: relative;
}
.modal > .container > .content > .box.movie {
  padding-top: 56.25%;
  position: relative;
}
.modal > .container > .content > .box.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.modal > .container > .content > .box.image {
  padding: 0 calc(55 / 750 * 100vw) calc(30 / 750 * 100vw);
}
.modal > .container > .content .close {
  display: block;
  position: absolute;
  background: url(../img/pc/modal_close.png) no-repeat 0 0;
  background-size: 100%;
  width: calc(46 / 750 * 100vw);
  height: calc(46 / 750 * 100vw);
  top: calc(-66 / 750 * 100vw);
  right: calc(55 / 750 * 100vw);
  z-index: 105;
}
.modal > .container > .content.movie .close {
  right: calc(10 / 750 * 100vw);
}

.background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50;
  display: none;
}

@media screen and (min-width: 768px) {
  .modal {
    margin: 0 calc(50 / 980 * 100vw);
  }
  .modal > .container > .content {
    max-width: calc(770 / 980 * 100vw);
    margin: auto;
  }
  .modal > .container > .content > .box.image {
    padding: 0 calc(50 / 980 * 100vw) calc(30 / 980 * 100vw);
  }
  .modal > .container > .content .close {
    background: url(../img/pc/modal_close.png) no-repeat 0 0;
    background-size: 100%;
    top: calc(-55 / 980 * 100vw);
    right: calc(50 / 980 * 100vw);
    width: calc(35 / 980 * 100vw);
    height: calc(35 / 980 * 100vw);
  }
  .modal > .container > .content.movie .close {
    right: 0;
  }
}
@media screen and (min-width: 980px) {
  .modal {
    width: 100%;
    margin: 0 50px;
  }
  .modal > .container {
    width: 100%;
  }
  .modal > .container > .content {
    width: 770px;
  }
  .modal > .container > .content > .box.image {
    padding: 0 50px 30px;
  }
  .modal > .container > .content .close {
    top: -55px;
    right: 50px;
    width: 35px;
    height: 35px;
  }
  .modal > .container > .content.movie .close {
    right: 0;
  }
}
html, body {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  line-height: 1;
  color: #231815;
  background-color: #fff;
  letter-spacing: -0.05em;
}

img[src$=".svg"] {
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.bookmania {
  font-family: bookmania, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.sp_none {
  display: none;
}

.pc_none {
  display: inline-block;
}

.con-inner {
  width: 100%;
}

sup {
  position: relative;
  font-size: 0.7em;
  vertical-align: top;
}

body {
  opacity: 0;
}
body.ready {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: inline-block;
  }

  .con-inner {
    width: 100%;
  }

  .hover {
    opacity: 1;
    cursor: pointer;
    transition: all .2s ease-out;
  }
  .hover:hover {
    transition: all .2s ease-out;
    opacity: 0.8;
  }
}
@media screen and (min-width: 980px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: inline-block;
  }

  .con-inner {
    width: 980px;
    margin: auto;
  }
}
