@charset "UTF-8";
/**
 * Name: app.scss
 */
/**
 * Name: _config.scss
 */
/**
 * Name: _config.scss
 */
/**
 * Name: vars/_easing.scss
 */
/**
 * Name: mixins/_fontSize.scss
 */
/**
 * Name: mixins/_clearfix.scss
 */
/**
 * Name: mixins/_hideaway.scss
 */
/**
 * Name: mixins/_opacity.scss
 */
/**
 * Name: _normalize3.0.2.scss
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Name: _default.scss
 */
* {
  box-sizing: border-box;
}

body {
  color: #4c4c4c;
  font-size: 16px;
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  color: #4c4c4c;
  line-height: 1.8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p, ul, ol, li {
  margin: 0;
}

ul, ol {
  list-style-type: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.8;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

/**
 * Name: utils/_align.scss
 */
.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

/**
 * Name: utils/_margin.scss
 */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.fs14 {
  font-size: 14px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs24 {
  font-size: 24px !important;
}
.lh1_4 {
  line-height: 1.4 !important;
}
.lh1_6 {
  line-height: 1.6 !important;
}
.db {
   display: block !important;
}
.red  {
  color: #ff2626;
}
.cssHover:hover {
  opacity: 0.75;
}

/**
 * Name: components/_header.scss
 */
@media only screen and (max-width: 640px) {
  /*
     all
   */
  .common .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 37px;
    background: #fff000;
    z-index: 100;
    zoom: 1;
  }
  .common .header:before, .common .header:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .common .header:after {
    clear: both;
  }
  .common .header_linkTop {
    display: block;
    float: left;
    width: 65px;
    height: 17px;
    margin: 8px 0 0 13px;
    background: url("../images/common/sp_btn_header_back_top.png") no-repeat;
    background-size: auto 17px;
    transition: 0.4s opacity;
    text-indent: -9999px;
    overflow: hidden;
  }
  .common .header_linkTop:hover {
    opacity: 0.75;
  }
  .common .header_centerLogo {
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -27px;
    width: 54px;
    height: 34px;
    background: url("../images/common/header_black_logo.png") no-repeat;
    background-size: auto 34px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .common .header_rightLogo {
    float: right;
    width: 33px;
    height: 31px;
    margin: 4px 7px 0 0;
    background: url("../images/common/header_logo.png") no-repeat;
    background-size: auto 31px;
    text-indent: -9999px;
    overflow: hidden;
  }
  /*
     top header
   */
  .top .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.4s transform;
    z-index: 100;
  }
  .top .header.remove {
    transform: translate3d(0, -35px, 0);
  }
  .top .header_info {
    height: 35px;
    text-align: center;
    background: #fff000;
  }
  .top .header_info_inner {
    padding-left: 100%;
    display: inline-block;
  }
  .top .header_info_inner p {
    height: 100%;
    line-height: 35px;
    padding: 0 0 0 97px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    background: url("../images/common/header_event_new.png") no-repeat left 5px top 7px;
    -webkit-animation-name: marqueeRL;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: marqueeRL;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 12s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: marqueeRL;
    -ms-animation-timing-function: linear;
    -ms-animation-duration: 12s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: marqueeRL;
    -o-animation-timing-function: linear;
    -o-animation-duration: 12s;
    -o-animation-iteration-count: infinite;
    animation-name: marqueeRL;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite;
  }
  @keyframes marqueeRL {
    from {
      transform: translate(0);
    }
    to {
      transform: translate(-200%);
    }
  }
  .top .header_switch {
    height: 104px;
    zoom: 1;
  }
  .top .header_switch:before, .top .header_switch:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .top .header_switch:after {
    clear: both;
  }
  .top .header_switch_logo {
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    width: 101px;
    height: 95px;
    margin: 10px 0 0 3px;
    background: url("../images/common/header_logo.png") no-repeat;
    background-size: cover;
  }
  .top .header_switch_btn {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    float: right;
    width: 94px;
    height: 94px;
    margin: 6px 3px 0 0;
    cursor: pointer;
  }
  .top .header_switch_btn.btn-op {
    background: url("../images/common/btn_header_switch_01.png") no-repeat;
    background-size: cover;
  }
  .top .header_switch_btn.btn-comic {
    background: url("../images/common/btn_header_switch_01.png") no-repeat;
    background-size: cover;
  }
  .top .header_switch_btn.btn-article {
    background: url("../images/common/btn_header_switch_02.png") no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 641px) {
  /*
     all
   */
  .common .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff000;
    z-index: 100;
    zoom: 1;
  }
  .common .header:before, .common .header:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .common .header:after {
    clear: both;
  }
  .common .header_linkTop {
    display: block;
    float: left;
    width: 153px;
    height: 33px;
    margin: 26px 0 0 30px;
    background: url("../images/common/btn_header_back_top.png") no-repeat;
    background-size: 153px 33px;
    transition: 0.4s opacity;
    text-indent: -9999px;
    overflow: hidden;
  }
  .common .header_linkTop:hover {
    opacity: 0.5;
  }
  .common .header_centerLogo {
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -53px;
    width: 107px;
    height: 68px;
    background: url("../images/common/header_black_logo.png") no-repeat;
    background-size: 107px 68px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .common .header_rightLogo {
    float: right;
    width: 66px;
    height: 63px;
    margin: 10px 25px 0 0;
    background: url("../images/common/header_logo.png") no-repeat;
    background-size: 66px 63px;
    text-indent: -9999px;
    overflow: hidden;
  }
  /*
      top header
    */
  .top .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.4s transform;
    z-index: 100;
  }
  .top .header.remove {
    transform: translate3d(0, -35px, 0);
  }
  .top .header_line {
    height: 34px;
    padding-left: 14px;
    background: #e4e4e4;
  }
  .top .header_line span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 11px 9px 0 0;
    background: #d2d2d3;
  }
  .top .header_info {
    height: 35px;
    text-align: center;
    background: #fff000;
  }
  .top .header_info_inner {
    display: inline-block;
  }
  .top .header_info_inner p {
    height: 100%;
    line-height: 35px;
    padding: 0 36px 0 95px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: url("../images/common/header_event_new.png") no-repeat left top 7px, url("../images/common/header_event_angle.png") no-repeat right top 10px;
  }
  .top .header_switch {
    height: 104px;
    zoom: 1;
  }
  .top .header_switch:before, .top .header_switch:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .top .header_switch:after {
    clear: both;
  }
  .top .header_switch_logo {
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    width: 101px;
    height: 95px;
    margin: 10px 0 0 4px;
    background: url("../images/common/header_logo.png") no-repeat;
    background-size: cover;
  }
  .top .header_switch_btn {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    float: right;
    width: 94px;
    height: 94px;
    margin: 20px 18px 0 0;
    cursor: pointer;
  }
  .top .header_switch_btn.btn-op {
    background: url("../images/common/btn_header_switch_01.png") no-repeat;
    background-size: cover;
  }
  .top .header_switch_btn.btn-comic {
    background: url("../images/common/btn_header_switch_01.png") no-repeat;
    background-size: cover;
  }
  .top .header_switch_btn.btn-article {
    background: url("../images/common/btn_header_switch_02.png") no-repeat;
    background-size: cover;
  }
}

/**
 * Name: components/_footer.scss
 */
@media only screen and (max-width: 640px) {
  .footer {
    position: relative;
    background: #b0b0b0;
    padding: 10px;
    z-index: 3;
  }
  .footer_copy {
    display: block;
    width: 100%;
    font-size: 10px;
    color: #323031;
    text-align: center;
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 641px) {
  .footer {
    position: relative;
    background: #b0b0b0;
    padding: 20px;
    z-index: 3;
    min-width: 1000px;
  }
  .footer_banner {
    width: 640px;
    height: 101px;
    transition: 0.4s opacity;
  }
  .footer_banner:hover {
    opacity: 0.75;
  }
  .footer_copy {
    position: absolute;
    display: block;
    top: 25px;
    right: 20px;
    height: 13px;
    font-size: 12px;
    color: #323031;
    line-height: 1;
    text-align: right;
  }
}

/**
 * Name: components/_bgPlayer.scss
 */
.bgPlayer .slider_item {
  width: 100%;
  height: 100%;
}

.bgPlayer .slick-list {
  height: 100%;
}

.bgPlayer .slick-track {
  height: 100%;
}

.bgPlayer .slider_item {
  position: absolute !important;
  left: 0 !important;
}

@media only screen and (max-width: 640px) {
  .bgPlayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #ddd;
  }
}

@media only screen and (min-width: 641px) {
  .bgPlayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #ddd;
  }
  .bgPlayer .player {
    position: relative;
    z-index: 0;
  }
  .bgPlayer .player-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .bgPlayer .player-cover .loader {
    background: url("../images/top/y_first.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .bgPlayer .player-ui {
    opacity: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 86px;
    bottom: 0;
    left: 0;
    padding: 0 18px;
    z-index: -1;
  }
  .bgPlayer .player-ui_bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
  }
  .bgPlayer .player-ui_bar_seek {
    width: 0;
    max-width: 100% !important;
    height: 100%;
    background: white;
  }
  .bgPlayer .player-ui_text {
    height: 82px;
    line-height: 82px;
    text-align: center;
  }
  .bgPlayer .player-ui_text_font {
    color: white;
    cursor: pointer;
  }
  .bgPlayer .player-ui_text_font:hover {
    opacity: 0.75;
  }
  .bgPlayer .player-ui_other {
    display: block;
    position: absolute;
    width: 198px;
    height: 41px;
    right: 20px;
    bottom: 20px;
    background: url("../images/common/btn_other_book.png") no-repeat center;
    cursor: pointer;
  }
  .bgPlayer .player-ui_other:hover {
    opacity: 0.75;
  }
}

/**
 * Name: components/_eventcalendar.scss
 */
@media only screen and (max-width: 640px) {
  .eventcalendar {
    position: relative;
    width: 100%;
    min-height: 500px;
    z-index: 3;
  }
  .eventcalendar_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .eventcalendar_link {
    height: 85px;
  }
  .eventcalendar_link_btn {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 100%;
    margin: 0 28px;
    background: url("../images/top/btn_event_calendar.png") no-repeat center;
    background-size: contain;
  }
  .eventcalendar_list {
    text-align: center;
    padding-top: 41px;
    zoom: 1;
  }
  .eventcalendar_list:before, .eventcalendar_list:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .eventcalendar_list:after {
    clear: both;
  }
  .eventcalendar_list li {
    text-align: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 320px;
    height: 477px;
    padding: 35px 27px 60px 39px;
    margin-top: -17px;
    background: url("../images/top/bg_event_calendar.png") no-repeat top;
    background-size: 320px 477px;
    vertical-align: bottom;
  }
  .eventcalendar_readmore {
    display: block;
    width: 259px;
    height: 44px;
    margin: 0 auto;
  }
  .eventcalendar .item_inner {
    height: 382px;
  }
  .eventcalendar .item_img {
    position: relative;
    width: 255px;
    height: 193px;
    border: 1px solid #fff;
    text-align: center;
  }
  .eventcalendar .item_img img {
    width: auto;
    height: 192px;
  }
  .eventcalendar .item_img:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: -29px;
    width: 95px;
    height: 26px;
    background: url("../images/common/label_category.png") no-repeat top;
    background-size: auto 26px !important;
  }
  .eventcalendar .item_img.special:before {
    background: url("../images/common/label_special.png") no-repeat top;
  }
  .eventcalendar .item_img.book-goods:before {
    background: url("../images/common/label_book-goods.png") no-repeat top;
  }
  .eventcalendar .item_img.event:before {
    background: url("../images/common/label_event.png") no-repeat top;
  }
  .eventcalendar .item_img.readerevent:before {
    background: url("../images/common/label_readerevent.png") no-repeat top;
  }
  .eventcalendar .item_img.digital:before {
    background: url("../images/common/label_digital.png") no-repeat top;
  }
  .eventcalendar .item_img.present:before {
    background: url("../images/common/label_present.png") no-repeat top;
  }
  .eventcalendar .item_tit_text {
    height: 120px;
    line-height: 1.2;
    margin-top: 8px;
    color: #000;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .eventcalendar .item_tit_text .title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.3px;
  }
  .eventcalendar .item_tit_text .description {
    font-size: 14px;
  }
  .eventcalendar .item_btn {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 5px;
    bottom: 62px;
    width: 320px;
    height: 44px;
    background: url("../images/common/btn_read_more.png") no-repeat top;
    background-size: auto 43px;
    transition: 0.4s all;
  }
  .eventcalendar .item_btn:hover {
    opacity: 0.75;
  }
  .eventcalendar .item_cover {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  .eventcalendar {
    position: relative;
    width: 100%;
    min-height: 500px;
    z-index: 3;
  }
  .eventcalendar_inner {
    max-width: 1296px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .eventcalendar_link {
    height: 85px;
  }
  .eventcalendar_link_btn {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 381px;
    height: 100%;
    margin: 0 auto;
    background: url("../images/top/btn_event_calendar.png") no-repeat center;
    background-size: 381px auto;
  }
  .eventcalendar_list {
    text-align: left;
    padding-top: 21px;
    zoom: 1;
  }
  .eventcalendar_list:before, .eventcalendar_list:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .eventcalendar_list:after {
    clear: both;
  }
  .eventcalendar_list li {
    display: inline-block;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 320px;
    height: 477px;
    padding: 35px 27px 60px 39px;
    margin-top: -17px;
    background: url("../images/top/bg_event_calendar.png") no-repeat top;
    background-size: 320px 477px;
    vertical-align: bottom;
  }
  .eventcalendar_readmore {
    display: block;
    width: 259px;
    height: 44px;
    margin: 0 auto;
  }
  .eventcalendar .item_inner {
    height: 382px;
  }
  .eventcalendar .item_img {
    position: relative;
    width: 255px;
    height: 193px;
    border: 1px solid #fff;
    text-align: center;
  }
  .eventcalendar .item_img img {
    width: auto;
    height: 192px;
  }
  .eventcalendar .item_img:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: -29px;
    width: 95px;
    height: 26px;
    background: url("../images/common/label_category.png") no-repeat top;
    background-size: auto 26px !important;
  }
  .eventcalendar .item_img.special:before {
    background: url("../images/common/label_special.png") no-repeat top;
  }
  .eventcalendar .item_img.book-goods:before {
    background: url("../images/common/label_book-goods.png") no-repeat top;
  }
  .eventcalendar .item_img.event:before {
    background: url("../images/common/label_event.png") no-repeat top;
  }
  .eventcalendar .item_img.readerevent:before {
    background: url("../images/common/label_readerevent.png") no-repeat top;
  }
  .eventcalendar .item_img.digital:before {
    background: url("../images/common/label_digital.png") no-repeat top;
  }
  .eventcalendar .item_img.present:before {
    background: url("../images/common/label_present.png") no-repeat top;
  }
  .eventcalendar .item_tit_text {
    height: 120px;
    line-height: 1.2;
    margin-top: 8px;
    color: #000;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .eventcalendar .item_tit_text .title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.3px;
  }
  .eventcalendar .item_tit_text .description {
    font-size: 14px;
  }
  .eventcalendar .item_btn {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 5px;
    bottom: 62px;
    width: 320px;
    height: 44px;
    background: url("../images/common/btn_read_more.png") no-repeat top;
    background-size: auto 43px;
    transition: 0.4s all;
  }
  .eventcalendar .item_btn:hover {
    opacity: 0.6;
  }
  .eventcalendar .item_cover {
    display: none;
  }
}

.eventcalendar_list li {
  transition: 0.4s transform;
  transform: scale(1);
}

.eventcalendar_list li.true {
  -webkit-transform: scale(1);
}

.eventcalendar_list li.false {
  display: none;
  transform: scale(0);
}

/**
 * Name: layouts/_l-common.scss
 */
.color {
  text-decoration: none;
}

.color:hover {
  text-decoration: none;
}

.color.color-blue {
  color: #19b1f4;
}

@media only screen and (max-width: 640px) {
  .article-none {
    font-weight: bold;
    font-size: 22px;
    padding-top: 30px;
  }
  .contents {
    background: url("../images/common/bg_pattern.png");
  }
  .section_inner p {
    font-size: 14px;
    color: #000;
    line-height: 2.1;
    margin-bottom: 15px;
  }
  .section_inner p.insert {
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px 11px;
    color: #585858;
  }
  .section_inner p.notice {
    font-size: 12px;
    color: #7f7f7f;
  }
  .section_titImg {
    margin-bottom: 15px;
  }
  .section_margin {
    margin-bottom: 50px !important;
  }
  .btn {
    display: block;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: 0.4s opacity;
  }
  .btn:hover {
    opacity: 0.75;
  }
  .btn:hover {
    text-decoration: none;
  }
  .btn.btn-yellow {
    border: 1px solid  #c9bd00;
    border-radius: 6px;
    background: #fff000;
    padding: 26px 45px 25px 20px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.7px;
  }
  .btn.btn-yellow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -8px;
    border-style: solid;
    border-width: 9px 0 9px 10px;
    border-color: transparent transparent transparent #000;
  }
  .btn.btn-yellow-under {
    border: 1px solid  #c9bd00;
    border-radius: 6px;
    background: #fff000;
    padding: 26px 47px 25px 21px;
    font-size: 13px;
    font-weight: bold;
  }
  .btn.btn-yellow-under:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #000 transparent transparent transparent;
  }
  .btn.btn-load {
    text-align: center;
    display: block;
    width: 80%;
    margin: 0 auto;
    border: 1px solid  #c9bd00;
    border-radius: 6px;
    background: #fff000;
    padding: 26px 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.7px;
    cursor: pointer;
  }
  .btn.btn-twitter {
    border: 1px solid  #1089be;
    border-radius: 6px;
    padding: 16px 72px 16px 63px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: url("../images/common/icon_twitter.png") no-repeat 23px center #1da1f2;
    background-size: 30px auto;
  }
  .btn.btn-twitter:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -8px;
    border-style: solid;
    border-width: 9px 0 9px 10px;
    border-color: transparent transparent transparent #fff;
  }
  .is_sp {
    display: block !important;
  }
  .is_pc {
    display: none !important;
  }
  .yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 15px;
    height: 0;
    overflow: hidden;
  }
  .yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .back-top {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 50px;
    height: 50px;
    opacity: 0;
    border-radius: 100%;
    overflow: hidden;
    background: url("../images/common/arw_pagetop.png") rgba(0, 0, 0, 0.7);
    background-size: cover;
    cursor: pointer;
    transition: 0.3s all;
  }
  .back-top.bottom {
    bottom: 85px;
  }
  .back-top.show {
    opacity: 1;
  }
  .back-top:hover {
    opacity: 0.75;
  }
}

@media only screen and (min-width: 641px) {
  .article-none {
    font-weight: bold;
    font-size: 22px;
    padding-top: 60px;
  }
  .contents {
    background: url("../images/common/bg_pattern.png");
  }
  .section_inner p {
    font-size: 20px;
    color: #000;
    line-height: 2;
    margin-bottom: 22px;
  }
  .section_inner p.insert {
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px 30px;
    color: #585858;
  }
  .section_inner p.notice {
    font-size: 14px;
    color: #7f7f7f;
  }
  .section_titImg {
    margin-bottom: 21px;
  }
  .section_margin {
    margin-bottom: 100px !important;
  }
  .btn {
    display: block;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: 0.4s opacity;
  }
  .btn:hover {
    opacity: 0.75;
    text-decoration: none;
  }
  .btn.btn-yellow {
    border: 1px solid  #c9bd00;
    border-radius: 6px;
    background: #fff000;
    padding: 24px 60px 24px 30px;
    font-size: 20px;
    font-weight: bold;
  }
  .btn.btn-yellow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -8px;
    border-style: solid;
    border-width: 9px 0 9px 10px;
    border-color: transparent transparent transparent #000;
  }
  .btn.btn-yellow-under {
    border: 1px solid  #c9bd00;
    border-radius: 6px;
    background: #fff000;
    padding: 24px 60px 24px 30px;
    font-size: 20px;
    font-weight: bold;
  }
  .btn.btn-yellow-under:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
  }
  .btn.btn-load {
    text-align: center;
    display: block;
    width: 250px;
    margin: 0 auto;
    border: 1px solid  #c9bd00;
    border-radius: 6px;
    background: #fff000;
    padding: 24px 0px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }
  .btn.btn-twitter {
    border: 1px solid  #1089be;
    border-radius: 6px;
    padding: 24px 60px 24px 90px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: url("../images/common/icon_twitter.png") no-repeat 30px 22px #1da1f2;
  }
  .btn.btn-twitter:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -8px;
    border-style: solid;
    border-width: 9px 0 9px 10px;
    border-color: transparent transparent transparent #fff;
  }
  .is_sp {
    display: none !important;
  }
  .is_pc {
    display: block !important;
  }
  .yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
  }
  .yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .back-top {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 25px;
    width: 50px;
    height: 50px;
    opacity: 0;
    border-radius: 100%;
    overflow: hidden;
    background: url("../images/common/arw_pagetop.png") rgba(0, 0, 0, 0.7);
    background-size: cover;
    cursor: pointer;
    transition: 0.6s all;
  }
  .back-top.bottom {
    bottom: 160px;
  }
  .back-top.show {
    opacity: 1;
  }
  .back-top:hover {
    opacity: 0.75;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  zoom: 1;
}

.cl:before, .cl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.cl:after {
  clear: both;
}

.tc {
  text-align: center;
}

/**
 * Name: layouts/_l-top.scss
 */
@media only screen and (max-width: 640px) {
  /* add kyoto  */
  .top .add_kyoto {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 0 60px;
    margin-bottom: 8%;
    margin-top: 35%;
  }
  .top .add_kyoto .owabi {
    background: #fff;
  }
  .top .add_kyoto .owabi_tit {
    font-size: calc(25px + 25 * ((100vw - 750px) / 704));
    height: 60px;
    line-height: 60px;
    color: red;
    background: url("../images/kyoto/gold_obi.png") no-repeat center;
    background-size: cover;
    text-align: center;
    font-weight: bold;
  }
  .top .add_kyoto .owabi_text {
    padding: 5%;
    font-size: calc(22px + 22 * ((100vw - 750px) / 704)) !important;
    color: red !important;
    text-align: center;
  }
  .top .add_kyoto .owabi_text span {
  }
  .top .add_kyoto .twitterContent {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .top .add_kyoto .twitterContent .section_subTit {
    margin-bottom: 2%;
    padding-top: 9.84375%;
    background: url("../images/kyoto/sp/mintit_twitter.png") center no-repeat;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-size: cover !important;
  }
  .top .add_kyoto .twitterContent .section_lead {
    text-align: center;
    font-size: calc(28px + 28 * ((100vw - 750px) / 704));
    margin-bottom: 3.7% !important;
  }
  .top .add_kyoto .twitterContent .block-02 .block_left .btn_04 {
    width: 75.001%;
    padding-top: 38.27103%;
    background: url("../images/kyoto/sp/banner_twitter.png") center no-repeat;
    display: block;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover !important;
    cursor: pointer;
  }
  .top .add_kyoto .twitterContent .block-02 .block_left .btn_04:hover {
    opacity: 0.75;
  }
  .top .add_kyoto .twitterContent .block-02 .block_right {
    position: relative;
    width: 75.001%;
    margin: 3.128% auto 0;
    /*padding-top: 61.564%;*/
    height: 395px;
    overflow: hidden;
  }
  .top .add_kyoto .twitterContent .block-02 .block_right .twitter-cont {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
  }
  /* // add kyoto  */
  .top .contents {
    height: 100%;
  }
  .top .bigLogo {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 330px;
    z-index: 1;
    background: url("../images/top/big_logo_overlay.png") no-repeat center top 190px;
    background-size: 230px auto;
  }
  .top .bigLogo_sc {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 33px;
    background: url("../images/common/icon_sc.png") no-repeat center center;
  }
  .top .bigLogo_btn {
    display: block;
    width: 60%;
    height: 34px;
    margin: 10px auto 0;
    cursor: pointer;
  }
  .top .bigLogo_btn img {
    width: 100%;
    height: auto;
  }
  .top .bigLogo_btn:hover {
    opacity: 0.75;
  }
  .top .bigLogo_expand {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: none;
  }
  .top .bigLogo_expand img {
    width: 100%;
    height: auto;
  }
  .top .eventcalendar {
    padding-top: 20px;
  }
  .top .eventcalendar .eventcalendar_list {
    padding-top: 21px;
  }
  .top .infoVideo {
    position: relative;
    padding: 15px 10px;
    background: #000;
    text-align: center;
    color: #fff;
  }
  .top .infoVideo h2 {
    font-size: 12px;
    padding: 1px 0 15px;
  }
  .top .infoVideo .yt {
    margin-bottom: 0;
  }
  .top .mekuri {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 0 60px;
  }
  .top .mekuri_inner {
    zoom: 1;
    padding: 0 20px;
  }
  .top .mekuri_inner:before, .top .mekuri_inner:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .top .mekuri_inner:after {
    clear: both;
  }
  .top .mekuri_tit {
    float: right;
    width: 100%;
  }
  .top .mekuri_tit h2 {
    margin-bottom: 30px;
  }
  .top .mekuri_tit p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .top .mekuri_book {
    width: 70%;
    text-align: center;
    margin: 60px auto 0;
  }
  .top .mekuri_btn {
    width: 70%;
    height: 61px;
    margin: 30px auto 0;
    cursor: pointer;
  }
  .top .mekuri_btn:hover {
    opacity: 0.75;
  }
  .top .viewSpace {
    display: none;
    position: relative;
    padding-top: 35px;
  }
  .top .viewSpace p {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    display: none;
  }
  .top .viewSpace_toptext {
    top: 145px;
    left: 0;
  }
  .top .viewSpace_bottomtext {
    bottom: 12px;
    left: 0;
  }
}
/**/
@media only screen and (min-width: 641px) {
  .top .add_kyoto {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 80px 0 80px;
    margin: 60px 0 80px;
  }
  /* add kyoto  */
  .top .add_kyoto .owabi {
    width: 800px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.75);
  }
  .top .add_kyoto .owabi_tit {
    height: 70px;
    line-height: 70px;
    color: red;
    background: url("../images/kyoto/gold_obi.png") no-repeat center;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
  }
  .top .add_kyoto .owabi_text {
    padding: 5%;
    color: red !important;
    text-align: center;
  }
  .top .add_kyoto .owabi_text span {
  }
  .top .add_kyoto .twitterContent {
    width: 800px;
    margin: 60px auto;
  }
  .top .add_kyoto .twitterContent .section_subTit {
    padding-top: 8.75%;
    background: url("../images/kyoto/mintit_twitter.png") center no-repeat;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-size: cover !important;
  }
  .top .add_kyoto .twitterContent .section_lead {
    text-align: center;
    font-size: 21px;
    margin: 28px 0;
    color: #000;
    line-height: 2;
  }
  .top .add_kyoto .twitterContent .block-02 {
    overflow: hidden;
  }
  .top .add_kyoto .twitterContent .block-02 .block_left {
    float: left;
    width: 36.876%;
  }
  .top .add_kyoto .twitterContent .block-02 .block_left .btn_04 {
    padding-top: 133.68987%;
    background: url("../images/kyoto/banner_twitter.png") center no-repeat;
    display: block;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover !important;
    cursor: pointer;
  }
  .top .add_kyoto .twitterContent .block-02 .block_left .btn_04:hover {
    opacity: 0.75;
  }
  .top .add_kyoto .twitterContent .block-02 .block_right {
    position: relative;
    float: right;
    width: 60%;
    padding-top: 49.4%;
    overflow: hidden;
  }
  .top .add_kyoto .twitterContent .block-02 .block_right .twitter-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* // add kyoto  */
  .top .contents {
    height: 100%;
    background: #000;
  }
  .top .bigLogo {
    position: relative;
    width: 100%;
    padding-top: 413px;
    margin-bottom: 73px;
    min-height: 100%;
    z-index: 1;
    background: url("../images/top/big_logo_overlay.png") no-repeat center top 120px;
    background-size: 469px 294px;
    position: relative;
  }
  .top .bigLogo_sc {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 33px;
    background: url("../images/common/icon_sc.png") no-repeat center center;
  }
  .top .bigLogo_btn {
    display: block;
    width: 469px;
    height: 34px;
    margin: 33px auto 0;
    background: url("../images/top/big_logo_btn.png") no-repeat center;
    background-size: 469px 34px;
    cursor: pointer;
  }
  .top .bigLogo_btn img {
    width: 469px;
    height: 34px;
  }
  .top .bigLogo_btn:hover {
    opacity: 0.75;
  }
  .top .bigLogo_expand {
    text-align: center;
    height: 257px;
    display: none;
  }
  .top .bigLogo_expand img {
    width: 640px;
    height: 257px;
  }
  .top .infoVideo {
    position: relative;
    padding: 30px 20px;
    background: #000;
    color: #fff;
    text-align: center;
  }
  .top .infoVideo h2 {
    padding: 1px 0 25px;
  }
  .top .infoVideo .yt {
    margin-bottom: 0;
  }
  .top .viewSpace {
    display: none;
    position: relative;
    padding-top: 35px;
  }
  .top .viewSpace p {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
  }
  .top .viewSpace_toptext {
    top: 65px;
    left: 0;
  }
  .top .viewSpace_bottomtext {
    bottom: 42px;
    left: 0;
  }
  .top .mekuri {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 124px 0;
  }
  .top .mekuri_inner {
    zoom: 1;
    width: 970px;
    margin: 0 auto;
  }
  .top .mekuri_inner:before, .top .mekuri_inner:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .top .mekuri_inner:after {
    clear: both;
  }
  .top .mekuri_tit {
    float: right;
    width: 536px;
  }
  .top .mekuri_tit h2 {
    margin-top: 97px;
    margin-bottom: 30px;
  }
  .top .mekuri_tit p {
    font-size: 18px;
    font-weight: bold;
  }
  .top .mekuri_book {
    float: left;
    width: 355px;
    margin-right: 60px;
  }
  .top .mekuri_btn {
    float: right;
    width: 312px;
    height: 61px;
    margin: 30px 223px 0 0;
    cursor: pointer;
  }
  .top .mekuri_btn:hover {
    opacity: 0.75;
  }
}

/**
 * Name: layouts/_l-calendar.scss
 */
@media only screen and (max-width: 640px) {
  .calendar .contents {
    padding-top: 37px;
  }
  .calendar .mainvisual {
    width: 100%;
    height: 280px;
    background: #ddd;
  }
  .calendar .mainvisual .slider {
    width: 100%;
    height: 280px;
  }
  .calendar .mainvisual .slider li {
    position: relative;
    height: 280px;
    margin-right: 1px;
  }
  .calendar .mainvisual .slider .item a.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .calendar .mainvisual .slider .item_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: black;
  }
  .calendar .mainvisual .slider .item_desc_inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 85px;
  }
  .calendar .mainvisual .slider .item_desc p {
    padding: 0 12px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -0.2px;
  }
  .calendar .mainvisual .slider .item_desc_label {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: -14px;
    left: -2px;
    width: 96px;
    height: 25px;
    background: url("../images/common/label_category.png") no-repeat top;
    background-size: auto 25px !important;
  }
  .calendar .mainvisual .slider .item_desc_label.special {
    background: url("../images/common/label_special.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.book-goods {
    background: url("../images/common/label_book-goods.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.event {
    background: url("../images/common/label_event.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.readerevent {
    background: url("../images/common/label_readerevent.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.digital {
    background: url("../images/common/label_digital.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.present {
    background: url("../images/common/label_present.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_date {
    display: block;
    position: absolute;
    right: -11px;
    top: 1px;
    font-size: 10px;
    color: #fff;
    transform: scale(0.7);
  }
  .calendar .mainvisual .slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    z-index: 1;
    display: block;
    background: none;
    border: none;
    width: 57px;
    height: 59px;
    text-indent: -9999px;
    overflow: hidden;
    transition: 0.4s opacity;
  }
  .calendar .mainvisual .slider .slick-arrow:hover {
    opacity: 0.75;
  }
  .calendar .mainvisual .slider .slick-next {
    right: 0;
    background: url("../images/common/btn_slick_next.png") no-repeat top;
    background-size: 57px 59px;
  }
  .calendar .mainvisual .slider .slick-prev {
    left: 0;
    background: url("../images/common/btn_slick_prev.png") no-repeat top;
    background-size: 57px 59px;
  }
  .calendar .eventList {
    padding: 20px 12px 60px;
    background: #fff;
    border-radius: 0 0 2px 2px;
  }
  .calendar .eventList_inner {
    margin: 0 auto;
  }
  .calendar .eventList_tit {
    margin-top: -7px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 4px solid #fff000;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    letter-spacing: -1.5px;
    line-height: 1.3;
  }
  .calendar .eventList_label {
    margin-bottom: 8px;
  }
  .calendar .eventList_selector {
    zoom: 1;
  }
  .calendar .eventList_selector:before, .calendar .eventList_selector:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .calendar .eventList_selector:after {
    clear: both;
  }
  .calendar .eventList_selector li {
    float: left;
    margin: 0 4px 7px 0;
    width: 83px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    background: #e4e4e4;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: 0.4s all;
  }
  .calendar .eventList_selector li.active {
    border: 1px solid #bdb200;
    background: #ffef01;
  }
  .calendar .eventList_selector li:hover {
    opacity: 0.75;
  }
  .calendar .eventList_list li {
    margin-bottom: 10px;
    zoom: 1;
  }
  .calendar .eventList_list li:before, .calendar .eventList_list li:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .calendar .eventList_list li:after {
    clear: both;
  }
  .calendar .eventList_list li:last-child {
    margin-bottom: 0;
  }
  .calendar .eventList_list .item_left {
    float: left;
    width: 30.7%;
  }
  .calendar .eventList_list .item_left.start .item_start .text {
    display: none;
  }
  .calendar .eventList_list .item_left.start .item_end {
    display: none;
  }
  .calendar .eventList_list .item_right {
    float: left;
    position: relative;
    width: 69%;
    overflow: hidden;
  }
  .calendar .eventList_list .item_right_inner {
    position: relative;
    z-index: 1;
    padding: 45px 9px 16px 9px;
    color: #fff;
  }
  .calendar .eventList_list .item .parts {
    display: block;
    line-height: 0;
  }
  .calendar .eventList_list .item .parts img {
    vertical-align: top;
  }
  .calendar .eventList_list .item_start {
    padding-top: 17px;
    height: 84px;
    background: #fff000;
  }
  .calendar .eventList_list .item_start .text {
    margin: 0 0 0 19px;
    width: 22px;
  }
  .calendar .eventList_list .item_start .text img {
    width: 100%;
  }
  .calendar .eventList_list .item_start .day {
    margin-top: 11px;
    text-align: center;
  }
  .calendar .eventList_list .item_start .day img {
    width: auto;
    height: 19px;
    margin-left: -1px;
  }
  .calendar .eventList_list .item_start .week {
    margin-top: 4px;
    text-align: center;
  }
  .calendar .eventList_list .item_start .week img {
    width: auto;
    height: 11px;
  }
  .calendar .eventList_list .item_end {
    position: relative;
    height: 38px;
    background: #000;
  }
  .calendar .eventList_list .item_end .parts {
    position: absolute;
  }
  .calendar .eventList_list .item_end .text {
    top: 8px;
    left: 9px;
    width: 17px;
  }
  .calendar .eventList_list .item_end .text img {
    width: 100%;
  }
  .calendar .eventList_list .item_end .day {
    top: 8px;
    right: 7px;
    height: 13px;
  }
  .calendar .eventList_list .item_end .day img {
    width: auto;
    height: 100%;
    margin-left: -1px;
  }
  .calendar .eventList_list .item_end .week {
    top: 25px;
    right: 7px;
    height: 5px;
  }
  .calendar .eventList_list .item_end .week img {
    width: auto;
    height: 100%;
  }
  .calendar .eventList_list .item_tit {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
  }
  .calendar .eventList_list .item_desc {
    margin-top: 3px;
    font-size: 13px;
    letter-spacing: -0.3px;
  }
  .calendar .eventList_list .item_desc a {
    color: #fff000;
  }
  .calendar .eventList_list .item_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .calendar .eventList_list .item_overlay_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .calendar .eventList_list .item_label {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 97px;
    height: 26px;
    background: url("../images/common/label_category.png") no-repeat top;
    background-size: auto 26px !important;
  }
  .calendar .eventList_list .item_label.special {
    background: url("../images/common/label_special.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.book-goods {
    background: url("../images/common/label_book-goods.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.event {
    background: url("../images/common/label_event.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.readerevent {
    background: url("../images/common/label_readerevent.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.digital {
    background: url("../images/common/label_digital.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.present {
    background: url("../images/common/label_present.png") no-repeat top;
  }
  .calendar .eventList_list .item_day {
    display: block;
    position: absolute;
    top: 12px;
    right: 8px;
    font-size: 10px;
    color: #fff;
  }
}

@media only screen and (min-width: 641px) {
  .calendar .contents {
    padding-top: 80px;
  }
  .calendar .mainvisual {
    width: 100%;
    height: 475px;
    background: #ddd;
  }
  .calendar .mainvisual .slider li {
    position: relative;
    width: 635px;
    height: 475px;
    margin-right: 1px;
  }
  .calendar .mainvisual .slider li:hover {
    opacity: 0.75;
  }
  .calendar .mainvisual .slider .item a.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .calendar .mainvisual .slider .item_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 107px;
    background: rgba(0, 0, 0, 0.8);
  }
  .calendar .mainvisual .slider .item_desc_inner {
    display: table-cell;
    vertical-align: middle;
    width: 635px;
    height: 107px;
  }
  .calendar .mainvisual .slider .item_desc p {
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
  }
  .calendar .mainvisual .slider .item_desc_label {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: -15px;
    left: 21px;
    width: 97px;
    height: 26px;
    background: url("../images/common/label_category.png") no-repeat top;
    background-size: auto 26px !important;
  }
  .calendar .mainvisual .slider .item_desc_label.special {
    background: url("../images/common/label_special.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.book-goods {
    background: url("../images/common/label_book-goods.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.event {
    background: url("../images/common/label_event.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.readerevent {
    background: url("../images/common/label_readerevent.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.digital {
    background: url("../images/common/label_digital.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_label.present {
    background: url("../images/common/label_present.png") no-repeat top;
  }
  .calendar .mainvisual .slider .item_desc_date {
    display: block;
    position: absolute;
    right: 18px;
    top: 9px;
    font-size: 12px;
    color: #fff;
  }
  .calendar .mainvisual .slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    z-index: 1;
    display: block;
    background: none;
    border: none;
    width: 57px;
    height: 59px;
    text-indent: -9999px;
    overflow: hidden;
    transition: 0.4s opacity;
  }
  .calendar .mainvisual .slider .slick-arrow:hover {
    opacity: 0.75;
  }
  .calendar .mainvisual .slider .slick-next {
    right: 0;
    background: url("../images/common/btn_slick_next.png") no-repeat top;
    background-size: 57px 59px;
  }
  .calendar .mainvisual .slider .slick-prev {
    left: 0;
    background: url("../images/common/btn_slick_prev.png") no-repeat top;
    background-size: 57px 59px;
  }
  .calendar .eventList {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0 100px;
    background: #fff;
    border-radius: 0 0 2px 2px;
  }
  .calendar .eventList_inner {
    position: relative;
    width: 800px;
    margin: 0 auto;
  }
  .calendar .eventList_tit {
    text-indent: -9999px;
    overflow: hidden;
    height: 43px;
    margin-bottom: 25px;
    border-bottom: 4px solid #fff000;
    font-size: 30px;
    color: #000;
    background: url("../images/calendar/eventList_tit.png") no-repeat top left;
  }
  .calendar .eventList_label {
    margin-bottom: 10px;
  }
  .calendar .eventList_selector {
    zoom: 1;
  }
  .calendar .eventList_selector:before, .calendar .eventList_selector:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .calendar .eventList_selector:after {
    clear: both;
  }
  .calendar .eventList_selector li {
    float: left;
    margin: 0 7px 0px 0;
    width: 108px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    background: #e4e4e4;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    transition: 0.4s all;
    cursor: pointer;
  }
  .calendar .eventList_selector li:last-child {
    margin-right: 0;
  }
  .calendar .eventList_selector li.active {
    border: 1px solid #bdb200;
    background: #ffef01;
  }
  .calendar .eventList_selector li:hover {
    opacity: 0.75;
  }
  .calendar .eventList_list li {
    height: 218px;
    margin-bottom: 10px;
    zoom: 1;
  }
  .calendar .eventList_list li:before, .calendar .eventList_list li:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .calendar .eventList_list li:after {
    clear: both;
  }
  .calendar .eventList_list li:last-child {
    margin-bottom: 0;
  }
  .calendar .eventList_list .item_left {
    float: left;
    width: 165px;
    height: 100%;
  }
  .calendar .eventList_list .item_left.start .item_start {
    height: 100%;
  }
  .calendar .eventList_list .item_left.start .item_start .text {
    display: none;
  }
  .calendar .eventList_list .item_left.start .item_end {
    display: none;
  }
  .calendar .eventList_list .item_right {
    float: left;
    position: relative;
    width: 635px;
    height: 218px;
    overflow: hidden;
  }
  .calendar .eventList_list .item_right_inner {
    position: relative;
    z-index: 1;
    padding: 45px 17px 16px 17px;
    color: #fff;
  }
  .calendar .eventList_list .item .parts {
    position: absolute;
  }
  .calendar .eventList_list .item .parts img {
    vertical-align: top;
  }
  .calendar .eventList_list .item_start {
    position: relative;
    width: 165px;
    height: 150px;
    background: #fff000;
  }
  .calendar .eventList_list .item_start .text {
    height: 10px;
    left: 16px;
    top: 15px;
  }
  .calendar .eventList_list .item_start .day {
    text-align: center;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    height: 33px;
  }
  .calendar .eventList_list .item_start .day img {
    margin-left: -1px;
  }
  .calendar .eventList_list .item_start .week {
    text-align: center;
    top: 50%;
    margin-top: 11px;
    width: 100%;
    height: 19px;
  }
  .calendar .eventList_list .item_end {
    position: relative;
    width: 165px;
    height: 68px;
    background: #000;
  }
  .calendar .eventList_list .item_end .text {
    height: 10px;
    left: 16px;
    top: 15px;
  }
  .calendar .eventList_list .item_end .day {
    height: 24px;
    right: 14px;
    top: 17px;
  }
  .calendar .eventList_list .item_end .day img {
    margin-left: -1px;
  }
  .calendar .eventList_list .item_end .week {
    height: 10px;
    right: 14px;
    bottom: 13px;
  }
  .calendar .eventList_list .item_tit {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
  }
  .calendar .eventList_list .item_desc {
    margin-top: 3px;
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .calendar .eventList_list .item_desc a {
    color: #fff000;
  }
  .calendar .eventList_list .item_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .calendar .eventList_list .item_overlay_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .calendar .eventList_list .item_label {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 16px;
    left: 14px;
    width: 97px;
    height: 26px;
    background: url("../images/common/label_category.png") no-repeat top;
    background-size: auto 26px !important;
  }
  .calendar .eventList_list .item_label.special {
    background: url("../images/common/label_special.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.book-goods {
    background: url("../images/common/label_book-goods.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.event {
    background: url("../images/common/label_event.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.readerevent {
    background: url("../images/common/label_readerevent.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.digital {
    background: url("../images/common/label_digital.png") no-repeat top;
  }
  .calendar .eventList_list .item_label.present {
    background: url("../images/common/label_present.png") no-repeat top;
  }
  .calendar .eventList_list .item_day {
    display: block;
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 12px;
    color: #fff;
  }
}

@media only screen and (max-width: 320px) {
  .calendar .mainvisual .slider .item_desc p {
    font-size: 15px;
  }
}

/**
 * Name: layouts/_l-article.scss
 */
@media only screen and (max-width: 640px) {
  .article .contents {
    padding-top: 37px;
  }
  .article .mainvisual {
    width: 100%;
    background: #ddd;
  }
  .article .mainvisual .slider .item {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background-position: center center !important;
  }
  .article .mainvisual .slider .item_desc {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: black;
  }
  .article .mainvisual .slider .item_desc_inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 85px;
  }
  .article .mainvisual .slider .item_desc p, .article .mainvisual .slider .item_desc h2 {
    padding: 0 12px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -0.2px;
  }
  .article .mainvisual .slider .item_desc_label {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: -14px;
    left: -2px;
    width: 96px;
    height: 25px;
    background: url("../images/common/label_category.png") no-repeat top;
    background-size: auto 25px !important;
  }
  .article .mainvisual .slider .item_desc_label.special {
    background: url("../images/common/label_special.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.book-goods {
    background: url("../images/common/label_book-goods.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.event {
    background: url("../images/common/label_event.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.readerevent {
    background: url("../images/common/label_readerevent.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.digital {
    background: url("../images/common/label_digital.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.present {
    background: url("../images/common/label_present.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_date {
    display: block;
    position: absolute;
    right: -11px;
    top: 1px;
    font-size: 10px;
    color: #fff;
    transform: scale(0.7);
  }
  .article .section {
    padding: 58px 12px 40px;
    background: #fff;
    border-radius: 0 0 2px 2px;
  }
  .article .section_inner {
    position: relative;
  }
  .article .section_inner a {
    text-decoration: none;
  }
  .article .section_inner img {
    margin-bottom: 30px;
  }
  .article .section_inner img.full {
    width: 100%;
  }
  .article .section_inner img.half {
    width: 50%;
  }
  .article .section_tit {
    padding-top: 23px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 4px solid #fff000;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
  }
  .article .section_tit.top {
    padding-top: 0;
    margin-top: -7px;
  }
  .article .section .section_sns {
    zoom: 1;
  }
  .article .section .section_sns:before, .article .section .section_sns:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .article .section .section_sns:after {
    clear: both;
  }
  .article .section .section_sns li {
    float: left;
  }
  .article .section .section_sns .sns-fb {
    margin-right: 10px;
    margin-top: -4px;
  }
  .article .section .section_sns-top {
    position: absolute;
    top: -32px;
    left: 0;
  }
  .article .section .section_sns-bottom {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 641px) {
  .article .contents {
    padding-top: 80px;
  }
  .article .mainvisual {
    width: 100%;
    background: #fff;
  }
  .article .mainvisual .slider .item {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
  }
  .article .mainvisual .slider .item_desc {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: black;
  }
  .article .mainvisual .slider .item_desc_inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-width: 690px;
    height: 150px;
  }
  .article .mainvisual .slider .item_desc p, .article .mainvisual .slider .item_desc h2 {
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5;
  }
  .article .mainvisual .slider .item_desc_label {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: -29px;
    left: -3px;
    width: 188px;
    height: 51px;
    background: url("../images/common/label_category.png") no-repeat top;
    background-size: auto 51px !important;
  }
  .article .mainvisual .slider .item_desc_label.special {
    background: url("../images/common/label_special.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.book-goods {
    background: url("../images/common/label_book-goods.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.event {
    background: url("../images/common/label_event.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.readerevent {
    background: url("../images/common/label_readerevent.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.digital {
    background: url("../images/common/label_digital.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_label.present {
    background: url("../images/common/label_present.png") no-repeat top;
  }
  .article .mainvisual .slider .item_desc_date {
    display: block;
    position: absolute;
    right: 18px;
    top: 9px;
    font-size: 11px;
    color: #fff;
  }
  .article .section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0 100px;
    background: #fff;
    border-radius: 0 0 2px 2px;
  }
  .article .section_inner {
    position: relative;
    width: 800px;
    margin: 0 auto;
  }
  .article .section_inner a {
    text-decoration: none;
  }
  .article .section_inner img {
    margin-bottom: 30px;
  }
  .article .section_tit {
    padding-top: 33px;
    margin-bottom: 30px;
    padding-bottom: 1px;
    border-bottom: 4px solid #fff000;
    font-size: 30px;
    font-weight: bold;
    color: #000;
  }
  .article .section_tit.top {
    padding-top: 0;
    margin-top: -7px;
  }
  .article .section .section_sns {
    zoom: 1;
  }
  .article .section .section_sns:before, .article .section .section_sns:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .article .section .section_sns:after {
    clear: both;
  }
  .article .section .section_sns li {
    float: left;
  }
  .article .section .section_sns .sns-fb {
    margin-right: 10px;
    margin-top: -4px;
  }
  .article .section .section_sns-top {
    position: absolute;
    top: -33px;
    left: 0;
  }
  .article .section .section_sns-bottom {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .article .mainvisual .slider .item_desc p {
    font-size: 15px;
  }
}

.link-here {
  margin-bottom: 30px;
}

/**
 * Name: layouts/_l-chair.scss
 */
@media only screen and (max-width: 640px) {
  .chair .contents {
    padding-top: 37px;
  }
  .chair h3,li {
    color: #000;
  }
  .chair .koumoku li {
    margin-bottom: 30px;
  }
  .chair .koumoku li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.9;
  }
  .chair .koumoku li.noindent {
    padding-left: 0 !important;
    text-indent: 0 !important;
  }
  .chair .koumoku_tit {
    font-size: 18px;
  }
  .chair .koumoku_sentence {
    line-height: 1.4;
    font-size: 16px;
  }
  .chair .koumoku_notice {
    font-size: 12px;
    line-height: 1.8;
    display: block;
  }
  .chair .section_b {
    font-size: 18px;
    font-weight: bold;
  }
  .chair .mainvisual {
    position: relative;
    /*background: url("../images/chair/mv/8.jpg") no-repeat center center #f8f7f5;*/
    background: #fff;
    background-size: contain;
    overflow: hidden;
    height: 1080px;
  }
  .chair .mainvisual h2 {
    display: none;
    overflow: hidden;
    text-indent: -9999px;
  }
  .chair .mainvisual .mainvisual_para {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
  }
  .chair .mainvisual .mainvisual_para li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*margin-left: -720px;*/
  }
  .chair .mainvisual .mainvisual_para .item-00-1 {
    background: url("../images/chair/mv/mv_text_00_1.png") no-repeat center #000;
    background-size: contain;
    z-index: 1;
  }
  .chair .mainvisual .mainvisual_para .item-00-2 {
    background: url("../images/chair/mv/mv_text_00_2.png") no-repeat center #000;
    background-size: contain;
    z-index: 3;
  }
  .chair .mainvisual .mainvisual_para .item-00-3 {
    background: url("../images/chair/mv/mv_text_00_3.png") no-repeat center #000;
    background-size: contain;
    z-index: 4;
  }

  .chair .mainvisual .mainvisual_para .item-01 {
    background: url("../images/chair/mv/mv_text_01.png") no-repeat center;
    background-size: contain;
    z-index: 5;
  }
  .chair .mainvisual .mainvisual_para .item-02 {
    background: url("../images/chair/mv/mv_text_02.png") no-repeat center;
    background-size: contain;
    z-index: 6;
  }
  .chair .mainvisual .mainvisual_para .item-03 {
    background: url("../images/chair/mv/mv_text_03.png") no-repeat center;
    background-size: contain;
    z-index: 7;
  }
  .chair .mainvisual .mainvisual_para .item-04 {
    background: url("../images/chair/mv/mv_text_04.png") no-repeat center;
    background-size: contain;
    z-index: 8;
  }
  .chair .mainvisual .mainvisual_para .item-05 {
    background: #000;
    background-size: contain;
    z-index: 9;
  }
  .chair .mainvisual .mainvisual_para .item-06 {
    background: url("../images/chair/mv/mv_text_for.png") no-repeat center;
    background-size: 230% auto;
    z-index: 10;
  }
  .chair .mainvisual .mainvisual_para .item-07 {
    background: url("../images/chair/mv/mv_chair.png") no-repeat center ;
    background-size: 245% auto;
    z-index: 11;
  }
  .chair .mainvisual .mainvisual_para .item-08 {
    background: url("../images/chair/mv/mv_effect.png") no-repeat center;
    background-size: cover;
    z-index: 12;
  }
  .chair .mainvisual .mainvisual_para .item-09 {
    background: url("../images/chair/mv/mv_logo.png") no-repeat center;
    background-size: 128% auto;
    z-index: 13;
  }
  .chair .mainvisual .mainvisual_para .item-10 {
    background: url("../images/chair/mv/mv_bg.jpg") no-repeat center;
    background-size: cover;
    z-index: 10;
  }
  .chair .mainvisual_label {
    z-index: 10;
    opacity: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 15px;
    left: -2px;
    width: 94px;
    height: 25px;
    background: url("../images/common/label_present.png") no-repeat top;
    background-size: auto 100%;
  }
  .chair .mainvisual_sc {
    opacity: 0;
    z-index: 11;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 33px;
    background: url("../images/common/icon_sc.png") no-repeat center center;
  }
  .chair .section {
    padding: 20px 12px 40px;
    background: #fff;
    border-radius: 0 0 2px 2px;
  }
  .chair .section .chair_img {
    position: relative;
  }
  .chair .section .chair_img .com{
    position: absolute;
    top: 0;
    -webkit-transition: 0.1s transform;
    transition: 0.1s transform;
  }
  .chair .section .chair_img .com.com-hide {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .chair .section .chair_img .com01{
    width: 44.5%;
    height: auto;
    top: -1%;
    left: -1%;
  }
  .chair .section .chair_img .com02{
    width: 34.2%;
    height: auto;
    top: 36.3%;
    left: -3%;
  }
  .chair .section .chair_img .com03{
    width: 54.5%;
    height: auto;
    top: -3.5%;
    right: -2%;
  }
  .chair .section .chair_img .com04{
    width: 33%;
    height: auto;
    top: 29.2%;
    right: -2%;
  }
  .chair .section .chair_img .com05{
    position: absolute;
    top: 0;
    -webkit-transition: 0.1s transform;
    transition: 0.1s transform;
    width: 30%;
    height: auto;
    top: 63.2%;
    right: -1%;
  }
  .chair .section_inner {
    position: relative;
  }
  .chair .shimekiri {
    color: #cc0000;
    text-align: center;
    font-size: calc(22px + 22 * ((100vw - 750px) / 704));
    margin: 3% 0 10%;
  }
  .chair .section_tit {
    margin-top: -7px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 4px solid #fff000;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    letter-spacing: -1.5px;
  }
  .chair .section .insert span {
    display: block;
  }
  .chair .section .act {
    margin: 0;
    font-weight: bold;
  }
  .chair .section .partList {
    padding: 30px 0 15px;
  }
  .chair .section .partList li {
    margin-bottom: 20px;
  }
  .chair .section .partList li:last-child {
    margin-bottom: 0;
  }
  .chair .section .partList .item {
    zoom: 1;
  }
  .chair .section .partList .item:before, .chair .section .partList .item:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .chair .section .partList .item:after {
    clear: both;
  }
  .chair .section .partList .item_left {
    float: left;
    width: 42.1%;
  }
  .chair .section .partList .item_right {
    float: left;
    width: 57%;
  }
  .chair .section .partList .item_inner {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    position: relative;
  }
  .chair .section .partList .comment {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
  }
  .chair .section .item-01 .comment {
    width: 75%;
    top: -7px;
    top: 2%;
    left: -4%;
  }
  .chair .section .item-02 .comment {
    width: 75.6%;
    top: 0%;
    left: -8%;
  }
  .chair .section .item-03 .comment {
    width: 75%;
    top: -10%;
    left: -7%;
  }
  .chair .section .item-04 .comment {
    width: 42.2%;
    top: 45%;
    left: -1%;
  }
  .chair .section .item-05 .comment {
    width: 60%;
    top: -11%;
    left: -7%;
  }
  .chair .section .item-06 .comment {
    width: 73%;
    top: -2%;
    left: -4%;
  }
  .chair .section .item-07 .comment {
    width: 54%;
    top: -1%;
    left: -4%;
  }
  .chair .section .item-08 .comment {
    width: 61%;
    top: -4%;
    left: -7%;
  }
  .chair .section .item-09 .comment {
    width: 56%;
    top: 1%;
    left: -3%;
  }
  .chair .section .item-10 .comment {
    width: 63.3%;
    top: 52%;
    left: -4%;
  }

  .chair .section .partList .item_tit {
    font-weight: bold;
    font-size: 15px;
    padding-left: 6px;
    line-height: 1.6;
  }
  .chair .section .partList .item_desc {
    font-size: 14px;
    padding-left: 6px;
    line-height: 1.6;
  }
  .chair .section .part-desc {
    margin-bottom: 50px;
  }
  .chair .btn.btn-twitter {
    margin: 14px 0 23px;
  }
}

@media only screen and (min-width: 641px) {
  .chair .contents {
    padding-top: 80px;
  }
  .chair h3,li {
    color: #000;
  }
  .chair .koumoku {
    margin-bottom: 55px;
  }
  .chair .koumoku li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .chair .koumoku li.noindent {
    padding-left: 0 !important;
    text-indent: 0 !important;
  }
  .chair .koumoku_tit {
    font-size: 24px;
  }
  .chair .koumoku_sentence {
    line-height: 1.4;
    font-size: 20px;
  }
  .chair .koumoku_notice {
    font-size: 14px;
    display: block;
    line-height: 2.2;
  }
  .chair .section_b {
    font-size: 24px;
    font-weight: bold;
  }
  .chair .mainvisual {
    position: relative;
    /*background: url("../images/chair/mv/8.jpg") no-repeat center center #f8f7f5;*/
    background: #fff;
    background-size: contain;
    overflow: hidden;
    height: 1080px;
  }
  .cha  ir   .mainvisual h2 {
    dn
    overflow: hidden;
    text-indent: -9999px;
  }
  .chair .mainvisual .mainvisual_para {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
  }
  .chair .mainvisual .mainvisual_para li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*margin-left: -720px;*/
  }
  .chair .mainvisual .mainvisual_para .item-00-1 {
    background: url("../images/chair/mv/mv_text_00_1.png") no-repeat center #000;
    background-size: contain;
    z-index: 1;
  }
  .chair .mainvisual .mainvisual_para .item-00-2 {
    background: url("../images/chair/mv/mv_text_00_2.png") no-repeat center #000;
    background-size: contain;
    z-index: 3;
  }
  .chair .mainvisual .mainvisual_para .item-00-3 {
    background: url("../images/chair/mv/mv_text_00_3.png") no-repeat center #000;
    background-size: contain;
    z-index: 4;
  }

  .chair .mainvisual .mainvisual_para .item-01 {
    background: url("../images/chair/mv/mv_text_01.png") no-repeat center;
    background-size: contain;
    z-index: 5;
  }
  .chair .mainvisual .mainvisual_para .item-02 {
    background: url("../images/chair/mv/mv_text_02.png") no-repeat center;
    background-size: contain;
    z-index: 6;
  }
  .chair .mainvisual .mainvisual_para .item-03 {
    background: url("../images/chair/mv/mv_text_03.png") no-repeat center;
    background-size: contain;
    z-index: 7;
  }
  .chair .mainvisual .mainvisual_para .item-04 {
    background: url("../images/chair/mv/mv_text_04.png") no-repeat center;
    background-size: contain;
    z-index: 8;
  }
  .chair .mainvisual .mainvisual_para .item-05 {
    background: #000;
    background-size: contain;
    z-index: 9;
  }
  .chair .mainvisual .mainvisual_para .item-06 {
    background: url("../images/chair/mv/mv_text_for.png") no-repeat center;
    background-size: contain;
    z-index: 10;
  }
  .chair .mainvisual .mainvisual_para .item-07 {
    background: url("../images/chair/mv/mv_chair.png") no-repeat center ;
    background-size: contain;
    z-index: 11;
  }
  .chair .mainvisual .mainvisual_para .item-08 {
    background: url("../images/chair/mv/mv_effect.png") no-repeat center;
    background-size: cover;
    z-index: 12;
  }
  .chair .mainvisual .mainvisual_para .item-09 {
    background: url("../images/chair/mv/mv_logo.png") no-repeat center;
    background-size: contain;
    z-index: 13;
  }
  .chair .mainvisual .mainvisual_para .item-10 {
    background: url("../images/chair/mv/mv_bg.jpg") no-repeat center;
    background-size: cover;
    z-index: 10;
  }
  .chair .mainvisual_label {
    z-index: 10;
    opacity: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 18px;
    left: -3px;
    width: 188px;
    height: 51px;
    background: url("../images/common/label_present.png") no-repeat top;
    background-size: auto 51px;
  }
  .chair .mainvisual_sc {
    opacity: 0;
    z-index: 11;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 33px;
    background: url("../images/common/icon_sc.png") no-repeat center center;
  }
  .chair .section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0 100px;
    background: #fff;
    border-radius: 0 0 2px 2px;
  }
  .chair .section .chair_img {
    position: relative;
  }
  .chair .section .chair_img .com{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.1s transform;
    transition: 0.1s transform;
  }
  .chair .section .chair_img .com.com-hide {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .chair .section .chair_img .com01{
    width: 312px;
    height: 277px;
    left: -54px;
    top: -3px;
  }
  .chair .section .chair_img .com02{
    width: 241px;
    height: 176px;
    left: -37px;
    top: 234px;
  }
  .chair .section .chair_img .com03{
    width: 382px;
    height: 248px;
    left: 475px;
    top: 15px;
  }
  .chair .section .chair_img .com04{
    width: 230px;
    height: 167px;
    left: 587px;
    top: 234px;
  }
  .chair .section .chair_img .com05{
    position: absolute;
    top: 0;
    -webkit-transition: 0.1s transform;
    transition: 0.1s transform;
    width: 167px;
    height: 174px;
    top: 558px;
    left: 580px;
  }
  .chair .section .tw_coms{
    overflow: hidden;
  }
  .chair .section .tw_coms .tw_coms_01{
    float: left;
    width: 557px;
    height: 221px;
  }
  .chair .section .tw_coms .tw_coms_02{
    float: right;
    width: 559px;
    height: 208px;
    margin-top: -35px;
  }
  .chair .section_inner {
    position: relative;
    width: 800px;
    margin: 0 auto;
  }
  .chair .shimekiri {
    color: #cc0000;
    text-align: center;
    /*font-size: calc(22px + 22 * ((100vw - 750px) / 704));*/
    margin: 0 0 7%;
  }
  .chair .section_tit {
    margin-top: -7px;
    margin-bottom: 19px;
    padding-bottom: 7px;
    line-height: 1.1;
    border-bottom: 4px solid #fff000;
    font-size: 30px;
    font-weight: bold;
    color: #000;
  }
  .chair .section .insert span {
    display: block;
  }
  .chair .section .act {
    margin: 0;
    font-weight: bold;
  }
  .chair .section .partList {
    padding: 60px 0 40px;
  }
  .chair .section .partList li {
    margin-bottom: 20px;
    position: relative;
  }
  .chair .section .partList li:last-child {
    margin-bottom: 0;
  }
  .chair .section .partList .item {
    zoom: 1;
  }
  .chair .section .partList .item:before, .chair .section .partList .item:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .chair .section .partList .item:after {
    clear: both;
  }
  .chair .section .partList .item_left {
    float: left;
    width: 212px;
    height: 212px;
  }
  .chair .section .partList .item_right {
    float: left;
  }
  .chair .section .partList .item_inner {
    display: table-cell;
    vertical-align: middle;
    width: 588px;
    height: 212px;
    color: #000;
    position: relative;
  }
  .chair .section .partList .comment {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
  }
  .chair .section .item-01 .comment {
    width: 199px;
    height: 110px;
    top: -7px;
    left: -98px;
  }
  .chair .section .item-02 .comment {
    width: 204px;
    height: 108px;
    top: -17px;
    left: -121px;
  }
  .chair .section .item-03 .comment {
    width: 202px;
    height: 138px;
    top: -44px;
    left: -110px;
  }
  .chair .section .item-04 .comment {
    width: 111px;
    height: 113px;
    top: 51px;
    left: -61px;
  }
  .chair .section .item-05 .comment {
    width: 161px;
    height: 157px;
    top: -21px;
    left: -79px;
  }
  .chair .section .item-06 .comment {
    width: 197px;
    height: 132px;
    top: -6px;
    left: -71px;
  }
  .chair .section .item-07 .comment {
    width: 144px;
    height: 137px;
    top: -4px;
    left: -25px;
  }
  .chair .section .item-08 .comment {
    width: 163px;
    height: 110px;
    top: 46px;
    left: -71px;
  }
  .chair .section .item-09 .comment {
    width: 152px;
    height: 122px;
    top: -3px;
    left: -65px;
  }
  .chair .section .item-10 .comment {
    width: 170px;
    height: 147px;
    top: -13px;
    left: -97px;
  }
  .chair .section .partList .item_tit {
    font-weight: bold;
    font-size: 24px;
    padding-left: 20px;
  }
  .chair .section .partList .item_desc {
    font-size: 20px;
    padding-left: 20px;
  }
  .chair .section .part-desc {
    margin-bottom: 100px;
  }
  .chair .btn.btn-twitter {
    margin: 14px 0 23px;
  }
}
