@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
* {
  padding: 0;
  margin: 0;
  font-size: 16px;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  /*
	@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
*/ }

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], [type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*----------------------------------------utility----------------------------------------------*/
/*flex系*/
.df, .all_in #top_c div .top_c_tvlink, .all_in #top_c div .top_c_triallink, .all_in #sns .sns_box .sns_box_share, .all_in #books .books_index .books_index_info, .all_in #books .books_list, .all_in #story .story_box .story_box_trial, .all_in #footer .footer_box, .horizon_sb, .horizon_sa, .horizon2 {
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex; }

.dif {
  display: -webkit-inline-flex;
  display: inline-flex; }

.jc_sb, .all_in #sns .sns_box .sns_box_share, .all_in #books .books_index .books_index_info, .all_in #footer .footer_box, .horizon_sb, .horizon2 {
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content:  space-between; }

.jc_sa, .horizon_sa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.jc_c, .all_in #top_c div .top_c_tvlink, .all_in #top_c div .top_c_triallink, .all_in #story .story_box .story_box_trial {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.jc_fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.jc_fe {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.ai_c, .all_in #top_c div .top_c_tvlink, .all_in #top_c div .top_c_triallink, .all_in #books .books_index .books_index_info, .all_in #story .story_box .story_box_trial {
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center; }

.ai_b {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.f_w, .all_in #books .books_list, .horizon_sb, .horizon_sa {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*text-align系*/
.ta_c {
  text-align: center; }

.ta_l {
  text-align: left; }

.ta_r {
  text-align: right; }

.ta_j {
  text-align: justify; }

/*position系*/
.po_f {
  position: fixed; }

.po_r {
  position: relative; }

.po_a {
  position: absolute; }

/*------------------------------------------共通コード---------------------------------------------------*/
/*フォント*/
/*base*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  text-decoration: none; }

li {
  list-style: none; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.sp_actualized {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp_actualized {
      display: block; } }

.pc_actualized {
  display: block; }
  @media only screen and (max-width: 767px) {
    .pc_actualized {
      display: none; } }

/*個別コード*/
@media only screen and (min-width: 768px) {
  .all_in {
    background-image: url("img/all_back.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 1200px auto; } }

.all_in #header {
  position: fixed;
  top: 0px;
  height: 50px;
  width: 100%;
  background-color: #000;
  margin: 0px auto;
  -moz-box-shadow: 0px 0px 5px 0px white;
  -webkit-box-shadow: 0px 5px 0px white;
  -o-box-shadow: 0px 0px 5px 0px white;
  -ms-box-shadow: 0px 0px 5px 0px white;
  box-shadow: 0px 0px 5px 0px white;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    .all_in #header {
      display: -ms-flexbox;
      /* IE10 */
      display: -webkit-box;
      /* Android4.3以下、Safari3.1〜6.0 */
      display: -webkit-flex;
      /* Safari6.1以降 */
      display: flex;
      -ms-flex-pack: justify;
      /*IE10*/
      -webkit-box-pack: justify;
      /* Android4.3以下、Safari3.1〜6.0 */
      -webkit-justify-content: space-between;
      /* Safari6.1以降 */
      justify-content:  space-between;
      z-index: 10; } }
  @media only screen and (min-width: 768px) {
    .all_in #header .header_nav {
      display: -ms-flexbox;
      /* IE10 */
      display: -webkit-box;
      /* Android4.3以下、Safari3.1〜6.0 */
      display: -webkit-flex;
      /* Safari6.1以降 */
      display: flex;
      width: 960px;
      height: 50px;
      margin: 0px auto; } }
  @media only screen and (max-width: 767px) {
    .all_in #header .header_nav {
      display: none; } }
  .all_in #header .header_nav .header_nav_item {
    display: block;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
    text-decoration: none;
    background-color: #000; }
    @media only screen and (min-width: 768px) {
      .all_in #header .header_nav .header_nav_item {
        width: 160px;
        height: 50px;
        font-size: 20px;
        padding: 12px 0px;
        border-bottom: 7px solid #000;
        text-align: center;
        line-height: 1.2; }
        .all_in #header .header_nav .header_nav_item:hover {
          border-bottom: 7px solid #df001d; } }
    @media only screen and (max-width: 767px) {
      .all_in #header .header_nav .header_nav_item {
        display: none; } }
    .all_in #header .header_nav .header_nav_item .header_nav_item_span {
      color: #df001d;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .all_in #header .header_nav .header_nav_item .header_nav_item_span {
          font-size: 20px;
          font-weight: 500;
          line-height: 1; } }
      @media only screen and (max-width: 767px) {
        .all_in #header .header_nav .header_nav_item .header_nav_item_span {
          display: none; } }
  @media only screen and (min-width: 768px) {
    .all_in #header .header_sp_box {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #header .header_sp_box {
      display: block;
      height: 100%;
      padding: 7px 0px 7px 11px; } }
  @media only screen and (min-width: 768px) {
    .all_in #header .header_sp_box .header_logo_sp {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #header .header_sp_box .header_logo_sp {
      width: auto;
      height: 100%; } }
  @media only screen and (min-width: 768px) {
    .all_in #header .sp_button_box {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #header .sp_button_box {
      display: block;
      width: 50px;
      height: 50px;
      margin-left: auto;
      padding: 12px 10px; } }
  @media only screen and (min-width: 768px) {
    .all_in #header .sp_button_box .sp_button {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #header .sp_button_box .sp_button {
      display: block;
      width: 30px;
      height: 6px;
      background-color: #fff;
      margin: 0px auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .all_in #header .sp_button_box .sp_button:not(:first-child) {
        margin: 4px auto 0px; }
      .all_in #header .sp_button_box .sp_button.bad:first-child {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg); }
      .all_in #header .sp_button_box .sp_button.bad:nth-child(2) {
        opacity: 0; }
      .all_in #header .sp_button_box .sp_button.bad:last-child {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg); } }

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

@media only screen and (max-width: 767px) {
  .all_in .header_nav_sp {
    position: fixed;
    top: -358px;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 60px 0px 30px;
    background-color: #000;
    z-index: 9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: 0px 0px 5px 0px white;
    -webkit-box-shadow: 0px 5px 0px white;
    -o-box-shadow: 0px 0px 5px 0px white;
    -ms-box-shadow: 0px 0px 5px 0px white;
    box-shadow: 0px 0px 5px 0px white; } }

.all_in .header_nav_sp .header_nav_item_sp {
  display: block;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
  text-decoration: none;
  background-color: #000; }
  @media only screen and (min-width: 768px) {
    .all_in .header_nav_sp .header_nav_item_sp {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in .header_nav_sp .header_nav_item_sp {
      width: 100%;
      font-size: 25px;
      line-height: 1;
      padding: 14px 0px;
      text-align: center; } }
  .all_in .header_nav_sp .header_nav_item_sp .header_nav_item_span_sp {
    font-weight: normal;
    color: #df001d;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .all_in .header_nav_sp .header_nav_item_sp .header_nav_item_span_sp {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .all_in .header_nav_sp .header_nav_item_sp .header_nav_item_span_sp {
        font-size: 25px;
        line-height: 1; } }

.all_in #top_c {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 50px; }
  .all_in #top_c div {
    position: relative;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .all_in #top_c div {
        width: 960px; } }
    @media only screen and (max-width: 767px) {
      .all_in #top_c div {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .all_in #top_c div h1 {
        width: 960px;
        margin: 0px auto; } }
    @media only screen and (max-width: 767px) {
      .all_in #top_c div h1 {
        width: 100%; } }
    .all_in #top_c div .top_c_tvlink {
      position: absolute;
      color: #cb006c;
      font-weight: bold;
      border: 2px solid #cb006c; }
      @media only screen and (min-width: 768px) {
        .all_in #top_c div .top_c_tvlink {
          top: 312px;
          left: 0;
          width: 350px;
          height: 50px;
          font-size: 25px;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          transition: all 0.4s; }
          .all_in #top_c div .top_c_tvlink:hover {
            color: #fff;
            background-color: #cb006c;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s; } }
      @media only screen and (max-width: 767px) {
        .all_in #top_c div .top_c_tvlink {
          left: 2.7%;
          width: 45.4%;
          font-size: 15px;
          padding: 8px 0px 7px;
          line-height: 1.1;
          background-color: rgba(255, 255, 255, 0.6);
          text-shadow: 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff; } }
      @media only screen and (max-width: 414px) {
        .all_in #top_c div .top_c_tvlink {
          top: 170px; } }
      @media only screen and (max-width: 375px) {
        .all_in #top_c div .top_c_tvlink {
          top: 150px; } }
      @media only screen and (max-width: 360px) {
        .all_in #top_c div .top_c_tvlink {
          top: 147px; } }
      @media only screen and (max-width: 320px) {
        .all_in #top_c div .top_c_tvlink {
          top: 130px;
          font-size: 13px; } }
    .all_in #top_c div .top_c_triallink {
      position: absolute;
      color: #335bdd;
      font-weight: bold;
      border: 2px solid #335bdd;
      border-radius: 30px;
      background-color: rgba(255, 255, 255, 0.6);
      text-shadow: 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff, 0px 0px 7px #fff; }
      @media only screen and (min-width: 768px) {
        .all_in #top_c div .top_c_triallink {
          bottom: 242px;
          left: 442px;
          width: 475px;
          height: 60px;
          font-size: 30px;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          transition: all 0.4s; }
          .all_in #top_c div .top_c_triallink:hover {
            color: #fff;
            background-color: #335bdd;
            text-shadow: none;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s; } }
      @media only screen and (max-width: 767px) {
        .all_in #top_c div .top_c_triallink {
          left: 3%;
          width: 94%;
          font-size: 25px;
          padding: 15px 0px 14px;
          line-height: 1.1; } }
      @media only screen and (max-width: 414px) {
        .all_in #top_c div .top_c_triallink {
          bottom: 195px; } }
      @media only screen and (max-width: 375px) {
        .all_in #top_c div .top_c_triallink {
          bottom: 175px; } }
      @media only screen and (max-width: 360px) {
        .all_in #top_c div .top_c_triallink {
          bottom: 167px; } }
      @media only screen and (max-width: 320px) {
        .all_in #top_c div .top_c_triallink {
          bottom: 147px;
          font-size: 21px; } }

.all_in #sns {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .all_in #sns {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .all_in #sns {
      padding-bottom: 40px; } }
  @media only screen and (min-width: 768px) {
    .all_in #sns .sns_box {
      display: block;
      width: 960px;
      height: 480px;
      margin: 0px auto;
      background-image: url("img/sns_back_img.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      padding-top: 18px; } }
  @media only screen and (max-width: 767px) {
    .all_in #sns .sns_box {
      display: block;
      width: 100%;
      background-color: #e5e5e5;
      margin: 0px auto;
      padding-top: 25px; } }
  .all_in #sns .sns_box .sns_box_title {
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    text-align: center;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .all_in #sns .sns_box .sns_box_title {
        width: 290px;
        margin: 0px auto; }
        .all_in #sns .sns_box .sns_box_title:hover {
          color: #df001d; } }
    @media only screen and (max-width: 767px) {
      .all_in #sns .sns_box .sns_box_title {
        width: 90%;
        margin: 0px auto; } }
    .all_in #sns .sns_box .sns_box_title .sns_box_title_span_color {
      font-size: 25px;
      font-weight: bold;
      color: #df001d;
      line-height: 1;
      text-decoration: none; }
    .all_in #sns .sns_box .sns_box_title .sns_box_title_span_size {
      font-size: 15px;
      font-weight: bold;
      color: #000;
      line-height: 1;
      text-decoration: none; }
  .all_in #sns .sns_box .sns_box_main {
    text-decoration: none;
    margin: 15px auto 0px;
    background-color: #fff; }
    @media only screen and (min-width: 768px) {
      .all_in #sns .sns_box .sns_box_main {
        width: 230px;
        height: 300px; } }
    @media only screen and (max-width: 767px) {
      .all_in #sns .sns_box .sns_box_main {
        display: block;
        width: 300px;
        height: 340px; } }
    .all_in #sns .sns_box .sns_box_main iframe {
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .all_in #sns .sns_box .sns_box_main iframe {
          width: 230px !important;
          height: 300px !important; } }
      @media only screen and (max-width: 767px) {
        .all_in #sns .sns_box .sns_box_main iframe {
          width: 800px !important;
          height: 340px !important; } }
  .all_in #sns .sns_box .sns_box_share {
    margin: 15px auto 0px; }
    @media only screen and (min-width: 768px) {
      .all_in #sns .sns_box .sns_box_share {
        width: 200px;
        height: 40px; } }
    @media only screen and (max-width: 767px) {
      .all_in #sns .sns_box .sns_box_share {
        position: relative;
        width: 110px;
        height: 40px;
        z-index: 3; } }
    .all_in #sns .sns_box .sns_box_share a .share {
      display: block;
      width: 40px;
      height: 40px; }
    @media only screen and (min-width: 768px) {
      .all_in #sns .sns_box .sns_box_share .share_ask {
        display: block;
        width: 99px;
        height: 40px; } }
    @media only screen and (max-width: 767px) {
      .all_in #sns .sns_box .sns_box_share .share_ask {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .all_in #sns .sns_box .sns_back_sp {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #sns .sns_box .sns_back_sp {
      position: relative;
      width: 100%;
      margin: -40px auto -23px;
      z-index: 2; } }

.all_in .pv {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .all_in .pv {
      display: block;
      padding: 10px 0px 30px;
      margin: 0px auto; } }
  @media only screen and (max-width: 767px) {
    .all_in .pv {
      margin: 0px auto;
      padding-bottom: 30px; } }
  @media only screen and (min-width: 768px) {
    .all_in .pv .pv_plan {
      display: block;
      width: 1020px;
      height: 574px;
      margin: 0px auto; } }
  @media only screen and (max-width: 767px) {
    .all_in .pv .pv_plan {
      width: 100%;
      height: 211px; } }
  .all_in .pv .pv_plan iframe {
    border: none; }
    @media only screen and (min-width: 768px) {
      .all_in .pv .pv_plan iframe {
        display: block;
        width: 1020px !important;
        height: 573px !important;
        margin: 0px auto; } }
    @media only screen and (max-width: 767px) {
      .all_in .pv .pv_plan iframe {
        width: 100%;
        height: 211px; } }

.all_in #books {
  display: block;
  width: 100%;
  background-color: #000; }
  @media only screen and (min-width: 768px) {
    .all_in #books {
      padding: 35px 0px 70px; } }
  @media only screen and (max-width: 767px) {
    .all_in #books {
      padding: 25px 3% 50px; } }
  @media only screen and (min-width: 768px) {
    .all_in #books .books_index {
      display: -ms-flexbox;
      /* IE10 */
      display: -webkit-box;
      /* Android4.3以下、Safari3.1〜6.0 */
      display: -webkit-flex;
      /* Safari6.1以降 */
      display: flex;
      -ms-flex-pack: justify;
      /*IE10*/
      -webkit-box-pack: justify;
      /* Android4.3以下、Safari3.1〜6.0 */
      -webkit-justify-content: space-between;
      /* Safari6.1以降 */
      justify-content:  space-between;
      -ms-flex-align: center;
      /*IE10*/
      -webkit-box-align: center;
      /* Android4.3以下、Safari3.1〜6.0 */
      -webkit-align-items: center;
      /* Safari6.1以降 */
      align-items: center;
      width: 900px;
      margin: -80px auto 0px;
      padding-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .all_in #books .books_index {
      width: 100%;
      margin: -74px auto 0px;
      padding: 74px 4% 0; } }
  .all_in #books .books_index .books_index_title {
    color: #a69d52;
    font-weight: bold;
    line-height: 1.2; }
    @media only screen and (min-width: 768px) {
      .all_in #books .books_index .books_index_title {
        font-size: 80px; } }
    @media only screen and (max-width: 767px) {
      .all_in #books .books_index .books_index_title {
        font-size: 50px;
        text-align: center; } }
    .all_in #books .books_index .books_index_title .books_index_title.red {
      color: #df001d;
      line-height: 1; }
  @media only screen and (min-width: 768px) {
    .all_in #books .books_index .books_index_info {
      width: 485px; } }
  @media only screen and (max-width: 767px) {
    .all_in #books .books_index .books_index_info {
      width: 100%;
      margin-top: 10px; } }
  .all_in #books .books_index .books_index_info .books_index_info_text {
    font-weight: bold;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .all_in #books .books_index .books_index_info .books_index_info_text {
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      .all_in #books .books_index .books_index_info .books_index_info_text {
        font-size: 18px;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 375px) {
      .all_in #books .books_index .books_index_info .books_index_info_text {
        font-size: 17px;
        letter-spacing: 0px; } }
    @media only screen and (max-width: 360px) {
      .all_in #books .books_index .books_index_info .books_index_info_text {
        font-size: 17px;
        letter-spacing: 0px; } }
    @media only screen and (max-width: 320px) {
      .all_in #books .books_index .books_index_info .books_index_info_text {
        font-size: 15px;
        letter-spacing: 0px; } }
    .all_in #books .books_index .books_index_info .books_index_info_text .books_index_info_text.red {
      color: #df001d; }
      @media only screen and (max-width: 767px) {
        .all_in #books .books_index .books_index_info .books_index_info_text .books_index_info_text.red {
          font-weight: bold; } }
  .all_in #books .books_index .books_index_info .books_index_thanks {
    display: block;
    background-color: #df001d;
    border-radius: 55px; }
    @media only screen and (min-width: 768px) {
      .all_in #books .books_index .books_index_info .books_index_thanks {
        width: 110px;
        height: 110px; } }
    @media only screen and (max-width: 767px) {
      .all_in #books .books_index .books_index_info .books_index_thanks {
        width: 60px;
        height: 60px;
        padding-top: 11px; } }
    @media only screen and (max-width: 360px) {
      .all_in #books .books_index .books_index_info .books_index_thanks {
        width: 60px;
        height: 60px;
        padding-top: 12px;
        padding-right: 1px; } }
    .all_in #books .books_index .books_index_info .books_index_thanks .books_index_thanks_text {
      color: #fff;
      line-height: 1.2;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 700;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .all_in #books .books_index .books_index_info .books_index_thanks .books_index_thanks_text {
          font-size: 27px;
          padding-top: 23px; } }
      @media only screen and (max-width: 767px) {
        .all_in #books .books_index .books_index_info .books_index_thanks .books_index_thanks_text {
          font-size: 15px; } }
  @media only screen and (min-width: 768px) {
    .all_in #books .books_list {
      width: 960px;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .all_in #books .books_list .book_info {
      width: 180px;
      margin-left: 15px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
      .all_in #books .books_list .book_info:nth-child(-n+5) {
        margin-top: 35px; }
      .all_in #books .books_list .book_info:nth-child(n+6) {
        margin-top: 50px; }
      .all_in #books .books_list .book_info:first-child, .all_in #books .books_list .book_info:nth-child(6), .all_in #books .books_list .book_info:nth-child(11) {
        margin-left: 0px; }
      .all_in #books .books_list .book_info:hover > .book_info_img {
        opacity: 0.7;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
      .all_in #books .books_list .book_info:hover > .book_info_about {
        border: 1px solid #df001d;
        background-color: #df001d;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; } }
  @media only screen and (max-width: 767px) {
    .all_in #books .books_list .book_info {
      width: 45%;
      margin: 30px auto 0px; }
      .all_in #books .books_list .book_info:nth-child(-n+2) {
        margin: 25px auto 0px; } }
  .all_in #books .books_list .book_info .book_info_img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    @media only screen and (max-width: 767px) {
      .all_in #books .books_list .book_info .book_info_img {
        display: block;
        width: 100%;
        margin: 0px auto; } }
  .all_in #books .books_list .book_info .book_info_about {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    align-items: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    @media only screen and (min-width: 768px) {
      .all_in #books .books_list .book_info .book_info_about {
        height: 30px;
        margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .all_in #books .books_list .book_info .book_info_about {
        font-size: 14px;
        margin-top: 5px;
        line-height: 1; } }
    @media only screen and (max-width: 414px) {
      .all_in #books .books_list .book_info .book_info_about {
        padding: 7px 0px; } }
    @media only screen and (max-width: 375px) {
      .all_in #books .books_list .book_info .book_info_about {
        padding: 6px 0px 7px;
        line-height: 1.1; } }
    @media only screen and (max-width: 360px) {
      .all_in #books .books_list .book_info .book_info_about {
        padding: 7px 0px;
        line-height: 1.05; } }
    @media only screen and (max-width: 320px) {
      .all_in #books .books_list .book_info .book_info_about {
        font-size: 13px;
        padding: 7px 0px 8px; } }

.all_in #story {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .all_in #story {
      display: block;
      height: 1000px;
      margin: 0px auto;
      background-image: url("img/story_back.png");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 1200px 1000px;
      padding: 220px 0px 225px; } }
  @media only screen and (min-width: 1200px) {
    .all_in #story {
      background-size: 100% auto; } }
  @media only screen and (min-width: 768px) {
    .all_in #story .story_sp_back {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #story .story_sp_back {
      width: 100%;
      margin-top: -50px;
      padding-top: 50px; } }
  @media only screen and (min-width: 768px) {
    .all_in #story .story_box {
      width: 960px;
      height: 100%;
      margin: 0px auto;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 50px 30px; } }
  @media only screen and (max-width: 767px) {
    .all_in #story .story_box {
      width: 100%;
      margin: 0px auto;
      padding: 25px 6% 40px; } }
  .all_in #story .story_box .story_box_title {
    font-weight: bold;
    color: #a69d52; }
    @media only screen and (min-width: 768px) {
      .all_in #story .story_box .story_box_title {
        font-size: 80px;
        line-height: 1.2; } }
    @media only screen and (max-width: 767px) {
      .all_in #story .story_box .story_box_title {
        font-size: 50px;
        text-align: center;
        line-height: 1; } }
    .all_in #story .story_box .story_box_title .story_box_title.red {
      color: #df001d; }
      @media only screen and (min-width: 768px) {
        .all_in #story .story_box .story_box_title .story_box_title.red {
          line-height: 1; } }
  .all_in #story .story_box .story_box_text {
    display: block;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    text-align: justify; }
    @media only screen and (min-width: 768px) {
      .all_in #story .story_box .story_box_text {
        width: 640px;
        font-size: 25px;
        line-height: 1.5;
        padding-top: 442px;
        margin: -412px auto 0px; } }
    @media only screen and (max-width: 767px) {
      .all_in #story .story_box .story_box_text {
        width: 100%;
        font-size: 20px;
        line-height: 1.6;
        margin: 30px auto 0px;
        letter-spacing: -1px; } }
  .all_in #story .story_box .story_box_trial {
    height: 75px;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    background-color: #df001d; }
    @media only screen and (min-width: 768px) {
      .all_in #story .story_box .story_box_trial {
        width: 320px;
        font-weight: 300;
        margin: 35px auto 0px;
        border: 2px solid #df001d;
        line-height: 1;
        text-align: center; }
        .all_in #story .story_box .story_box_trial:hover {
          color: #df001d;
          background-color: #fff; } }
    @media only screen and (max-width: 767px) {
      .all_in #story .story_box .story_box_trial {
        width: 100%;
        font-weight: 300;
        margin: 25px auto 0px; } }

.all_in #character {
  display: block;
  width: 100%;
  background-color: #000; }
  @media only screen and (min-width: 768px) {
    .all_in #character {
      padding: 55px 0px 45px; } }
  @media only screen and (max-width: 767px) {
    .all_in #character {
      margin: 0px auto;
      padding: 50px 0px 45px; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_sp_img_top {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #character .character_sp_img_top {
      width: 100%;
      margin-top: -100px;
      padding-top: 100px; } }
  @media only screen and (max-width: 320px) {
    .all_in #character .character_sp_img_top {
      width: 100%;
      margin-top: -99px;
      padding-top: 100px; } }
  .all_in #character .character_title {
    font-weight: bold;
    color: #a69d52;
    line-height: 1.2; }
    @media only screen and (min-width: 768px) {
      .all_in #character .character_title {
        width: 960px;
        font-size: 80px;
        margin: -100px auto 0px;
        padding-top: 100px;
        padding-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .all_in #character .character_title {
        width: 100%;
        font-size: 50px;
        margin: 25px auto 0px;
        text-align: center; } }
    .all_in #character .character_title.red {
      color: #df001d;
      line-height: 1; }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_case {
      display: block;
      width: 960px;
      margin: 50px auto 0px; } }
  @media only screen and (max-width: 767px) {
    .all_in #character .character_case {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_case .character_case_img {
      display: block;
      width: 960px; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_case .character_box {
      display: -ms-flexbox;
      /* IE10 */
      display: -webkit-box;
      /* Android4.3以下、Safari3.1〜6.0 */
      display: -webkit-flex;
      /* Safari6.1以降 */
      display: flex;
      -ms-flex-pack: justify;
      /*IE10*/
      -webkit-box-pack: justify;
      /* Android4.3以下、Safari3.1〜6.0 */
      -webkit-justify-content: space-between;
      /* Safari6.1以降 */
      justify-content:  space-between;
      width: 960px;
      height: 410px;
      margin-top: -72px; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_case .character_box .character_box_cube {
      display: block;
      width: 160px; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_case .character_box .character_box_cube .character_box_cube_name {
      display: block;
      width: 160px;
      font-size: 35px;
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold;
      color: #fff;
      text-align: center; }
      .all_in #character .character_case .character_box .character_box_cube .character_box_cube_name.jack {
        text-align: justify;
        padding-left: 8px; }
      .all_in #character .character_case .character_box .character_box_cube .character_box_cube_name.juno {
        text-align: justify;
        padding-left: 23px; }
      .all_in #character .character_case .character_box .character_box_cube .character_box_cube_name.regosi {
        text-align: justify;
        padding-left: 21px; }
      .all_in #character .character_case .character_box .character_box_cube .character_box_cube_name.rui {
        text-align: justify;
        padding-left: 43px; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_case .character_box .character_box_cube .character_box_cube_about {
      display: block;
      width: 160px;
      color: #fff;
      font-size: 20px;
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 500;
      line-height: 1.7;
      padding: 15px 47px 0px;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      .all_in #character .character_case .character_box .character_box_cube .character_box_cube_about.regpsi {
        padding: 25px 51px 0px; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_sp_case {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #character .character_sp_case {
      display: block;
      width: 88%;
      margin: 40px auto 0px; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_sp_case .sp_case_box {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #character .character_sp_case .sp_case_box {
      width: 100%;
      margin: 0px auto; }
      .all_in #character .character_sp_case .sp_case_box:not(:first-child) {
        margin: 45px auto 0px; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_sp_case .sp_case_box .sp_case_box_img_cube {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #character .character_sp_case .sp_case_box .sp_case_box_img_cube {
      display: block;
      width: 54%;
      margin: 0px auto; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_sp_case .sp_case_box .sp_case_box_name {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #character .character_sp_case .sp_case_box .sp_case_box_name {
      width: 100%;
      font-size: 25px;
      font-weight: bold;
      color: #fff;
      line-height: 1;
      margin: 15px auto 0px;
      padding-bottom: 10px;
      text-align: center;
      border-bottom: 3px solid #fff; } }
  @media only screen and (min-width: 768px) {
    .all_in #character .character_sp_case .sp_case_box .sp_case_box_text {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #character .character_sp_case .sp_case_box .sp_case_box_text {
      width: 100%;
      color: #fff;
      font-size: 15px;
      font-weight: 300;
      line-height: 2;
      margin: 13px auto 0px; } }

.all_in #com {
  display: block;
  width: 100%;
  margin: 0px auto; }
  @media only screen and (min-width: 768px) {
    .all_in #com {
      padding: 50px 0px 90px;
      background-image: url("img/com_back.jpg");
      background-repeat: no-repeat;
      background-size: 960px 532px;
      background-position: center 32px; } }
  @media only screen and (max-width: 767px) {
    .all_in #com {
      padding: 30px 6% 80px; } }
  .all_in #com .com_title {
    font-weight: bold;
    color: #a69d52;
    line-height: 1; }
    @media only screen and (min-width: 768px) {
      .all_in #com .com_title {
        width: 960px;
        font-size: 80px;
        margin: -100px auto 0px;
        padding-top: 100px;
        background-color: transparent; } }
    @media only screen and (max-width: 767px) {
      .all_in #com .com_title {
        width: 100%;
        font-size: 50px;
        text-align: center;
        margin-top: -80px;
        padding-top: 80px; } }
    .all_in #com .com_title.red {
      color: #df001d; }
  .all_in #com .com_notes {
    font-size: 15px;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1; }
    @media only screen and (min-width: 768px) {
      .all_in #com .com_notes {
        width: 960px;
        font-weight: 500;
        margin: 0px auto;
        padding-top: 10px;
        padding-left: 5px;
        background-color: transparent; } }
    @media only screen and (max-width: 767px) {
      .all_in #com .com_notes {
        font-weight: 300;
        margin: 10px auto;
        text-align: center; } }
    @media only screen and (max-width: 360px) {
      .all_in #com .com_notes {
        font-size: 14px; } }
    @media only screen and (max-width: 320px) {
      .all_in #com .com_notes {
        font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    .all_in #com .com_sp_back {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .all_in #com .com_sp_back {
      width: 100%; } }
  .all_in #com .com_case {
    display: block; }
    @media only screen and (min-width: 768px) {
      .all_in #com .com_case {
        width: 640px;
        margin: 425px auto 0px;
        background-color: transparent; } }
    @media only screen and (max-width: 767px) {
      .all_in #com .com_case {
        width: 100%;
        margin: 10px auto 0px; } }
    .all_in #com .com_case .com_case_box {
      display: block;
      border: 3px solid #df001d;
      border-radius: 15px;
      text-align: justify;
      background-color: #fff; }
      @media only screen and (min-width: 768px) {
        .all_in #com .com_case .com_case_box {
          width: 640px;
          padding: 25px 35px; }
          .all_in #com .com_case .com_case_box:not(:first-child) {
            margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .all_in #com .com_case .com_case_box {
          width: 100%;
          padding: 15px 6%;
          margin: 0px auto; }
          .all_in #com .com_case .com_case_box:not(:first-child) {
            margin: 20px auto 0px; } }
      .all_in #com .com_case .com_case_box .com_box_text {
        font-size: 15px;
        font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        @media only screen and (min-width: 768px) {
          .all_in #com .com_case .com_case_box .com_box_text {
            font-weight: 500;
            line-height: 1.7; } }
        @media only screen and (max-width: 767px) {
          .all_in #com .com_case .com_case_box .com_box_text {
            font-weight: 300;
            line-height: 2; } }
        .all_in #com .com_case .com_case_box .com_box_text .com_box_text_span {
          color: #df001d;
          line-height: 1.5; }
          @media only screen and (min-width: 768px) {
            .all_in #com .com_case .com_case_box .com_box_text .com_box_text_span {
              font-size: 25px; } }
          @media only screen and (max-width: 767px) {
            .all_in #com .com_case .com_case_box .com_box_text .com_box_text_span {
              font-size: 22px; } }

.all_in .last_img_box {
  display: block;
  margin: 0px auto; }
  @media only screen and (min-width: 768px) {
    .all_in .last_img_box {
      width: 500px;
      height: 870px; } }
  @media only screen and (max-width: 767px) {
    .all_in .last_img_box {
      width: 100%; } }

.all_in #author {
  display: block; }
  @media only screen and (min-width: 768px) {
    .all_in #author {
      margin: 0px auto;
      padding: 120px 0px 90px; } }
  @media only screen and (max-width: 767px) {
    .all_in #author {
      margin: -80px auto 0;
      padding: 80px 0px 60px;
      background-color: #000; } }
  .all_in #author .author_title {
    font-weight: bold;
    color: #a69d52;
    line-height: 1;
    margin: 0px auto; }
    @media only screen and (min-width: 768px) {
      .all_in #author .author_title {
        width: 960px;
        font-size: 80px;
        padding-left: 25px; } }
    @media only screen and (max-width: 767px) {
      .all_in #author .author_title {
        width: 100%;
        font-size: 50px;
        text-align: center; } }
    .all_in #author .author_title.red {
      color: #df001d; }
  .all_in #author .author_box {
    display: block;
    margin: 50px auto 0px; }
    @media only screen and (min-width: 768px) {
      .all_in #author .author_box {
        width: 500px; } }
    @media only screen and (max-width: 767px) {
      .all_in #author .author_box {
        width: 88%; } }
    .all_in #author .author_box .author_box_ruby {
      display: block;
      color: #fff;
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .all_in #author .author_box .author_box_ruby {
          width: 500px;
          font-size: 20px;
          font-weight: 500; } }
      @media only screen and (max-width: 767px) {
        .all_in #author .author_box .author_box_ruby {
          width: 100%;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.15; } }
    .all_in #author .author_box .author_box_name {
      display: block;
      color: #fff;
      font-size: 40px;
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold;
      text-align: center;
      margin: 5px auto 0px; }
      @media only screen and (min-width: 768px) {
        .all_in #author .author_box .author_box_name {
          width: 500px;
          padding-bottom: 25px;
          border-bottom: 2px solid #fff; } }
      @media only screen and (max-width: 767px) {
        .all_in #author .author_box .author_box_name {
          line-height: 1.15;
          padding-bottom: 20px;
          border-bottom: 3px solid #fff; } }
    .all_in #author .author_box .author_box_text {
      display: block;
      color: #fff;
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      margin-top: 20px; }
      @media only screen and (min-width: 768px) {
        .all_in #author .author_box .author_box_text {
          width: 500px;
          font-size: 20px;
          line-height: 1.5;
          text-align: justify; } }
      @media only screen and (max-width: 767px) {
        .all_in #author .author_box .author_box_text {
          width: 100%;
          font-size: 15px;
          font-weight: 300;
          line-height: 2; } }

.all_in .return_top {
  position: fixed;
  display: none;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .all_in .return_top {
      bottom: 220px; } }
  @media only screen and (max-width: 767px) {
    .all_in .return_top {
      bottom: 164px;
      z-index: 4; } }
  @media only screen and (min-width: 768px) {
    .all_in .return_top .return_btn {
      position: relative;
      display: block;
      width: 100%;
      margin: 0px auto; } }
  @media only screen and (max-width: 767px) {
    .all_in .return_top .return_btn {
      width: 100%; } }
  .all_in .return_top .return_btn .return_parts_one {
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .all_in .return_top .return_btn .return_parts_one {
        width: 85px;
        height: 160px;
        right: 2%; } }
    @media only screen and (max-width: 767px) {
      .all_in .return_top .return_btn .return_parts_one {
        width: 55px;
        height: 104px;
        right: 1%; } }

.all_in #footer {
  display: block;
  width: 100%;
  background-color: #000;
  padding-bottom: 10px;
  border-top: 15px solid #fff; }
  .all_in #footer .footer_box {
    padding-top: 20px;
    margin: 0px auto; }
    @media only screen and (min-width: 768px) {
      .all_in #footer .footer_box {
        width: 255px; } }
    @media only screen and (max-width: 767px) {
      .all_in #footer .footer_box {
        width: 65%; } }
    @media only screen and (max-width: 320px) {
      .all_in #footer .footer_box {
        width: 70%; } }
    .all_in #footer .footer_box .footer_box_items {
      display: block;
      font-size: 15px;
      color: #fff;
      font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .all_in #footer .footer_box .footer_box_items {
          line-height: 1.15; } }
  .all_in #footer .copy_right {
    display: block;
    width: 100%;
    color: #fff;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    text-align: center;
    margin: 20px auto 0px; }
    @media only screen and (min-width: 768px) {
      .all_in #footer .copy_right {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .all_in #footer .copy_right {
        font-size: 12px;
        line-height: 1.1; } }

.horizon_sb {
  /*均等配置、両端ぴったり、横の長さの限界を超えたら２段目に配置する*/ }
  @media only screen and (min-width: 768px) {
    .horizon_sb .col1 {
      width: 10%; }
    .horizon_sb .col2 {
      width: 20%; }
    .horizon_sb .col3 {
      width: 30%; }
    .horizon_sb .col_3 {
      width: 33.33333%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .horizon_sb .col4 {
      width: 40%; }
    .horizon_sb .col5 {
      width: 50%; }
    .horizon_sb .col6 {
      width: 60%; }
    .horizon_sb .col_6 {
      width: 16.66666%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); }
    .horizon_sb .col7 {
      width: 70%; }
    .horizon_sb .col8 {
      width: 80%; }
    .horizon_sb .col9 {
      width: 90%; }
    .horizon_sb .col10 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .horizon_sb .sp_col1 {
      width: 10%; }
    .horizon_sb .sp_col2 {
      width: 20%; }
    .horizon_sb .sp_col3 {
      width: 30%; }
    .horizon_sb .sp_col_3 {
      width: 33.33333%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .horizon_sb .sp_col4 {
      width: 40%; }
    .horizon_sb .sp_col5 {
      width: 50%; }
    .horizon_sb .sp_col6 {
      width: 60%; }
    .horizon_sb .sp_col_6 {
      width: 16.66666%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); }
    .horizon_sb .sp_col7 {
      width: 70%; }
    .horizon_sb .sp_col8 {
      width: 80%; }
    .horizon_sb .sp_col9 {
      width: 90%; }
    .horizon_sb .sp_col10 {
      width: 100%; } }

.horizon_sa {
  /*均等配置、両端ぴったり、横の長さの限界を超えたら２段目に配置する*/ }
  @media only screen and (min-width: 768px) {
    .horizon_sa .col1 {
      width: 10%; }
    .horizon_sa .col2 {
      width: 20%; }
    .horizon_sa .col3 {
      width: 30%; }
    .horizon_sa .col_3 {
      width: 33.33333%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .horizon_sa .col4 {
      width: 40%; }
    .horizon_sa .col5 {
      width: 50%; }
    .horizon_sa .col6 {
      width: 60%; }
    .horizon_sa .col_6 {
      width: 16.66666%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); }
    .horizon_sa .col7 {
      width: 70%; }
    .horizon_sa .col8 {
      width: 80%; }
    .horizon_sa .col9 {
      width: 90%; }
    .horizon_sa .col10 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .horizon_sa .sp_col1 {
      width: 10%; }
    .horizon_sa .sp_col2 {
      width: 20%; }
    .horizon_sa .sp_col3 {
      width: 30%; }
    .horizon_sa .sp_col_3 {
      width: 33.33333%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .horizon_sa .sp_col4 {
      width: 40%; }
    .horizon_sa .sp_col5 {
      width: 50%; }
    .horizon_sa .sp_col6 {
      width: 60%; }
    .horizon_sa .sp_col_6 {
      width: 16.66666%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); }
    .horizon_sa .sp_col7 {
      width: 70%; }
    .horizon_sa .sp_col8 {
      width: 80%; }
    .horizon_sa .sp_col9 {
      width: 90%; }
    .horizon_sa .sp_col10 {
      width: 100%; } }

.horizon2 {
  /*均等配置、両端ぴったり、折り返しなし*/ }
  @media only screen and (min-width: 768px) {
    .horizon2 .col_1 {
      width: 100%; }
    .horizon2 .col_2 {
      width: 50%; }
    .horizon2 .col_3 {
      width: 33.33333%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .horizon2 .col_4 {
      width: 25%; }
    .horizon2 .col_5 {
      width: 20%; }
    .horizon2 .col_6 {
      width: 16.66666%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); } }
  @media only screen and (max-width: 767px) {
    .horizon2 .sp_col_1 {
      width: 100%; }
    .horizon2 .sp_col_2 {
      width: 50%; }
    .horizon2 .sp_col_3 {
      width: 33.33333%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .horizon2 .sp_col_4 {
      width: 25%; }
    .horizon2 .sp_col_5 {
      width: 20%; }
    .horizon2 .sp_col_6 {
      width: 16.66666%;
      /* 未対応ブラウザ用フォールバック */
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); } }
