@charset "UTF-8";
html, body {
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: none;
}

html {
  min-width: 1200px;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  min-width: 1200px;
  color: #000;
}

body * {
  box-sizing: border-box;
  word-break: break-all;
}

body, div, p, form, input, textarea, select, option, button, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, button, figure, figcaption {
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

select, input[type="text"], input[type="password"], textarea {
  border: 0px;
  border-radius: 0;
  box-shadow: 0;
  outline: none;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

input[type="text"], input[type="password"], textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

table {
  border-collapse: collapse;
}

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

img {
  border: 0;
  vertical-align: middle;
}

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

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

i {
  font-style: normal;
}

::-moz-selection {
  background: #fadc2b;
}

::selection {
  background: #fadc2b;
}

.mCSB_container {
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  width: 10px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: 400px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #ddd;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  height: 100%;
  background-color: #aaa;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}

.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}

.mCustomScrollBox {
  overflow: visible !important;
  -ms-touch-action: none;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.slick-slider * {
  outline: 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 20px 0 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 6px;
  background-color: #a8a8a8;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #000;
}

.slick-list {
  overflow: hidden;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0;
  background: transparent;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  content: '';
  width: 50px;
  height: 50px;
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-backface-visibility: hidden;
}

.flip, .flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes flash {
  0%,100%,50% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes shake {
  0%,100% {
    transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes bounce {
  0%,100%,20%,50%,80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing;
}
@keyframes wobble {
  0%,100% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes pulse {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

.flipInY, .flipOutX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
  animation-duration: .5s;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
  animation-duration: .25s;
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  100%,90% {
    transform: skewX(0);
  }
}
.wiggle {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}

.animated.wiggle {
  animation-duration: 0.75s;
}

.ht {
  display: block !important;
  width: 0;
  height: 0;
  padding: 0 !important;
  text-indent: 9999px;
  overflow: hidden;
  line-height: 0;
}

.rankingBlock .itemInfo .tag, .itemList .itemInfo .tag, .mainVisual .mainVisual_block .mainVisual_node .tag {
  display: inline-block;
  height: 17px;
  line-height: 16px;
  background-color: #FF9326;
  padding: 0 6px;
  letter-spacing: 0.02em;
}
.safari .rankingBlock .itemInfo .tag, .rankingBlock .itemInfo .safari .tag, .safari .itemList .itemInfo .tag, .itemList .itemInfo .safari .tag, .safari .mainVisual .mainVisual_block .mainVisual_node .tag, .mainVisual .mainVisual_block .mainVisual_node .safari .tag {
  line-height: 15px;
}
.ie .rankingBlock .itemInfo .tag, .rankingBlock .itemInfo .ie .tag, .ie .itemList .itemInfo .tag, .itemList .itemInfo .ie .tag, .ie .mainVisual .mainVisual_block .mainVisual_node .tag, .mainVisual .mainVisual_block .mainVisual_node .ie .tag {
  line-height: 18px;
}
.rankingBlock .itemInfo .tag:before, .itemList .itemInfo .tag:before, .mainVisual .mainVisual_block .mainVisual_node .tag:before {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.rankingBlock .itemInfo [data-cat="information"].tag, .itemList .itemInfo [data-cat="information"].tag, .mainVisual .mainVisual_block .mainVisual_node [data-cat="information"].tag {
  display: none;
}
.rankingBlock .itemInfo [data-cat="event"].tag, .itemList .itemInfo [data-cat="event"].tag, .mainVisual .mainVisual_block .mainVisual_node [data-cat="event"].tag {
  background-color: #FF9326;
}
.rankingBlock .itemInfo [data-cat="event"].tag:before, .itemList .itemInfo [data-cat="event"].tag:before, .mainVisual .mainVisual_block .mainVisual_node [data-cat="event"].tag:before {
  content: "イベント";
}
.rankingBlock .itemInfo [data-cat="campaign"].tag, .itemList .itemInfo [data-cat="campaign"].tag, .mainVisual .mainVisual_block .mainVisual_node [data-cat="campaign"].tag {
  background-color: #D50C04;
}
.rankingBlock .itemInfo [data-cat="campaign"].tag:before, .itemList .itemInfo [data-cat="campaign"].tag:before, .mainVisual .mainVisual_block .mainVisual_node [data-cat="campaign"].tag:before {
  content: "キャンペーン";
}
.rankingBlock .itemInfo [data-cat="products"].tag, .itemList .itemInfo [data-cat="products"].tag, .mainVisual .mainVisual_block .mainVisual_node [data-cat="products"].tag {
  background-color: #7ACEE2;
}
.rankingBlock .itemInfo [data-cat="products"].tag:before, .itemList .itemInfo [data-cat="products"].tag:before, .mainVisual .mainVisual_block .mainVisual_node [data-cat="products"].tag:before {
  content: "グッズ";
}
.rankingBlock .itemInfo [data-cat="column"].tag, .itemList .itemInfo [data-cat="column"].tag, .mainVisual .mainVisual_block .mainVisual_node [data-cat="column"].tag {
  background-color: #89D21C;
}
.rankingBlock .itemInfo [data-cat="column"].tag:before, .itemList .itemInfo [data-cat="column"].tag:before, .mainVisual .mainVisual_block .mainVisual_node [data-cat="column"].tag:before {
  content: "コラム";
}
.rankingBlock .itemInfo [data-cat="museum"].tag, .itemList .itemInfo [data-cat="museum"].tag, .mainVisual .mainVisual_block .mainVisual_node [data-cat="museum"].tag {
  background-color: #F5CB00;
}
.rankingBlock .itemInfo [data-cat="museum"].tag:before, .itemList .itemInfo [data-cat="museum"].tag:before, .mainVisual .mainVisual_block .mainVisual_node [data-cat="museum"].tag:before {
  content: "ミュージアム";
}
.rankingBlock .itemInfo [data-cat="other"].tag, .itemList .itemInfo [data-cat="other"].tag, .mainVisual .mainVisual_block .mainVisual_node [data-cat="other"].tag {
  background-color: #000;
}
.rankingBlock .itemInfo [data-cat="other"].tag:before, .itemList .itemInfo [data-cat="other"].tag:before, .mainVisual .mainVisual_block .mainVisual_node [data-cat="other"].tag:before {
  content: "その他";
}

.comicsBlock_more, .headerNav_node.nav4 .itemList .viewBtn, .rankingBlock .viewBtn, .itemList .viewBtn {
  text-align: right;
}
.comicsBlock_more a, .headerNav_node.nav4 .itemList .viewBtn a, .rankingBlock .viewBtn a, .itemList .viewBtn a {
  display: inline-block;
  background-image: url(/assets/img/common/btn_view.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  font-family: 'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}
.comicsBlock_more a:before, .headerNav_node.nav4 .itemList .viewBtn a:before, .rankingBlock .viewBtn a:before, .itemList .viewBtn a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 2px;
  display: block;
  width: 98px;
  height: 28px;
  background-color: transparent;
  transition: 300ms ease;
}
.comicsBlock_more a i, .headerNav_node.nav4 .itemList .viewBtn a i, .rankingBlock .viewBtn a i, .itemList .viewBtn a i {
  position: relative;
  font-style: normal;
  letter-spacing: 0.08em;
}
.comicsBlock_more a:hover, .rankingBlock .viewBtn a:hover, .itemList .viewBtn a:hover {
  color: #fff;
}
.comicsBlock_more a:hover:before, .rankingBlock .viewBtn a:hover:before, .itemList .viewBtn a:hover:before {
  background-color: #000;
}

.comicsBlock_more {
  text-align: center;
}
.comicsBlock_more a {
  width: 220px;
  height: 32px;
  line-height: 32px;
  background-image: url(/assets/img/common/btn_view4.png);
}
.comicsBlock_more a:before {
  width: 216px;
  height: 30px;
  margin: 1px 2px 1px;
}

.index {
  margin-bottom: 20px;
  font-size: 22px;
}
#topPage .index {
  margin-bottom: 10px;
}
.index span {
  font-weight: bold;
  margin-right: 40px;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0.06em;
}
.index:after {
  background-repeat: no-repeat;
  background-position: left center;
  width: 240px;
  height: 73px;
  display: inline-block;
  vertical-align: middle;
}
.index[data-cat="information"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_information.png);
}
.index[data-cat="posts"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_posts.png);
}
.index[data-cat="news"]:after, .index[data-cat="campaign"]:after, .index[data-cat="event"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_news.png);
}
.index[data-cat="products"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_products.png);
}
.index[data-cat="column"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_column.png);
}
.index[data-cat="books"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_books.png);
}
.index[data-cat="wallpaper"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_wallpaper.png);
}
.index[data-cat="shops"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_shops.png);
}
.index[data-cat="story"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_story.png);
}
.index[data-cat="history"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_history.png);
}
.index[data-cat="friends"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_friends.png);
}
.index[data-cat="search"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_search.png);
}
.index[data-cat="recommend"] {
  font-size: 18px;
}
.index[data-cat="recommend"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_recommend.png);
}
.index[data-cat="comic"]:after {
  content: "";
  background-image: url(/assets/img/common/index_img_comic.png);
}

.searchWordsBox {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 38px;
}
.searchWordsBox strong {
  font-weight: bold;
  font-size: 22px;
  display: block;
}

.breadList {
  margin-top: 180px;
}
.breadList ul {
  display: block;
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  padding: 18px 0 8px;
}
.breadList ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
  font-size: 12px;
}
.breadList ul li:before {
  content: ">";
  padding: 0 5px 0 1px;
  display: inline-block;
}
.breadList ul li:first-child:before {
  display: none;
}
.breadList ul li a:hover {
  text-decoration: underline;
}

.headerNav_node.nav4 .itemList, .rankingBlock, .itemList {
  overflow: hidden;
}
.headerNav_node.nav4 .itemList .itemList_block, .rankingBlock .itemList_block, .itemList .itemList_block {
  width: 780px;
  zoom: 1;
}
.headerNav_node.nav4 .itemList .itemList_block:before, .rankingBlock .itemList_block:before, .itemList .itemList_block:before, .headerNav_node.nav4 .itemList .itemList_block:after, .rankingBlock .itemList_block:after, .itemList .itemList_block:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.headerNav_node.nav4 .itemList .itemList_block:after, .rankingBlock .itemList_block:after, .itemList .itemList_block:after {
  clear: both;
}
.headerNav_node.nav4 .itemList .itemList_node, .rankingBlock .itemList_node, .itemList .itemList_node {
  width: 240px;
  height: 290px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  padding: 5px;
  z-index: 100;
}
.headerNav_node.nav4 .itemList .itemList_node a, .rankingBlock .itemList_node a, .itemList .itemList_node a {
  position: relative;
  z-index: 100;
  display: block;
}
.headerNav_node.nav4 .itemList .itemList_node:before, .rankingBlock .itemList_node:before, .itemList .itemList_node:before {
  display: block;
  font-size: 16px;
  font-family: "Lato";
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.rankingBlock .itemList_node[data-ranking="1"]:before, .itemList .itemList_node[data-ranking="1"]:before {
  content: "NO.1";
}
.rankingBlock .itemList_node[data-ranking="2"]:before, .itemList .itemList_node[data-ranking="2"]:before {
  content: "NO.2";
}
.rankingBlock .itemList_node[data-ranking="3"]:before, .itemList .itemList_node[data-ranking="3"]:before {
  content: "NO.3";
}
.headerNav_node.nav4 .itemList .itemImg, .rankingBlock .itemImg, .itemList .itemImg {
  height: 127px;
  overflow: hidden;
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
}
.headerNav_node.nav4 .itemList .itemImg a, .rankingBlock .itemImg a, .itemList .itemImg a {
  height: 100%;
}
.headerNav_node.nav4 .itemList .itemImg img, .rankingBlock .itemImg img, .itemList .itemImg img {
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.headerNav_node.nav4 .itemList .itemInfo, .rankingBlock .itemInfo, .itemList .itemInfo {
  padding: 12px 0 0;
  letter-spacing: 0.07em;
}
.rankingBlock .itemInfo .date, .itemList .itemInfo .date {
  font-size: 12px;
  padding-left: 8px;
  display: inline-block;
}
.rankingBlock .itemInfo .itemTitle, .itemList .itemInfo .itemTitle {
  margin-top: 10px;
  line-height: 1.4;
}
.rankingBlock .itemInfo .itemTagList, .itemList .itemInfo .itemTagList {
  font-size: 13px;
  margin-top: 7px;
}
.rankingBlock .itemInfo .itemTagList ul li, .itemList .itemInfo .itemTagList ul li {
  display: inline;
  line-height: 1.4;
}
.rankingBlock .itemInfo .itemTagList ul li a, .itemList .itemInfo .itemTagList ul li a {
  color: #858585;
  font-size: 13px;
  display: inline;
}
.rankingBlock .itemInfo .itemTagList ul li a:hover, .itemList .itemInfo .itemTagList ul li a:hover {
  text-decoration: underline;
}
.rankingBlock .itemInfo .itemTagList ul li:before, .itemList .itemInfo .itemTagList ul li:before {
  content: "、";
  display: inline;
  color: #858585;
  font-size: 13px;
}
.rankingBlock .itemInfo .itemTagList ul li:first-child:before, .itemList .itemInfo .itemTagList ul li:first-child:before {
  display: none;
}
.rankingBlock .viewBtn + .itemList_block, .itemList .viewBtn + .itemList_block {
  margin-top: 40px;
}

.itemList_notFound {
  margin: 50px 0;
}

.headerNav_node.nav4 .itemList .hoverElement, .rankingBlock .hoverElement, .itemList .hoverElement {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(255, 251, 114, 0.5);
  background-color: #FDFFBC;
  z-index: -1;
}

.listPager {
  text-align: center;
}
.listPager .listPager_inner {
  display: inline-block;
  position: relative;
}
.listPager .listPager_inner .page-numbers {
  font-size: 20px;
  font-family: 'Lato';
  margin: 0 17px;
}
.listPager .listPager_inner .page-numbers.current {
  text-decoration: underline;
}
.listPager .listPager_inner .page-numbers.prev {
  width: 36px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -36px;
  margin: 0;
  font-size: 0;
  background-image: url(/assets/img/common/i_arrow_l.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px auto;
}
.listPager .listPager_inner .page-numbers.next {
  width: 36px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -36px;
  margin: 0;
  font-size: 0;
  background-image: url(/assets/img/common/i_arrow_r.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}

.slick-prev {
  left: -62px;
}

[dir='rtl'] .slick-prev {
  right: -62px;
  left: auto;
}

.slick-prev:before {
  background-image: url(/assets/img/common/i_arrow_l.png);
}

[dir='rtl'] .slick-prev:before {
  background-image: url(/assets/img/common/i_arrow_l.png);
}

.slick-next {
  right: -62px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -62px;
}

.slick-next:before {
  background-image: url(/assets/img/common/i_arrow_r.png);
}

[dir='rtl'] .slick-next:before {
  background-image: url(/assets/img/common/i_arrow_r.png);
}

.toTop {
  width: 1000px;
  height: 50px;
  text-align: right;
  margin: 40px auto 0;
}
.toTop a {
  text-align: center;
  width: 43px;
  height: 49px;
  display: inline-block;
  padding-top: 16px;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 1.2;
  background-image: url(/assets/img/common/to_page_top.png);
  background-repeat: no-repeat;
  background-position: center top;
}

#notfoundPage .main {
  margin-top: 235px;
}
#notfoundPage .mainBlock {
  width: 100%;
}

.notfoundContent {
  width: 440px;
  margin: 50px auto;
  text-align: center;
  line-height: 1.8;
}
.notfoundContent img {
  display: block;
  margin: 0 auto;
  margin-bottom: 42px;
}
.notfoundContent a {
  color: #007ebe;
}

@keyframes yureru {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  display: table;
  z-index: 7000;
}
.loader.active .loader_inner {
  opacity: 1;
}
.loader.secondLoad .loader_inner {
  border: 0;
  transition: none;
}
.loader.secondLoad ul {
  display: none;
}
.loader .loader_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #000;
  opacity: 0;
  transition: 300ms ease;
}
.loader ul {
  display: inline-block;
  zoom: 1;
  zoom: 0.5;
}
.loader ul:before, .loader ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.loader ul:after {
  clear: both;
}
.loader ul li {
  padding: 0 1px;
  float: left;
  -ms-transform-origin: top center;
      transform-origin: top center;
}
.loader ul li.active {
  animation: yureru 1.3s linear 1;
}
.loader ul li.t1 {
  margin-left: 0px;
}
.loader ul li.t2 {
  margin-left: -15px;
}
.loader ul li.t3 {
  margin-left: -27px;
}
.loader ul li.t4 {
  margin-left: -16px;
}
.loader ul li.t5 {
  margin-left: -8px;
}
.loader ul li.t6 {
  margin-left: -11px;
}
.loader ul li.t7 {
  margin-left: -29px;
}
.loader ul li.t8 {
  margin-left: 0px;
}

.header {
  width: 100%;
  min-width: 1200px;
  text-align: center;
  border-top: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  padding: 23px 0 0;
  z-index: 2000;
}

.headerInner {
  width: 1130px;
  margin: 0 auto;
  position: relative;
}

body.fixed .header {
  padding: 0;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.15);
}
body.fixed .headerInner {
  width: 100%;
  min-width: 1100px;
}
body.fixed .headerTop_sideLogo {
  background-image: url(/assets/img/common/i_snoopy.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 120px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 15px;
  overflow: hidden;
}
body.fixed .headerTop_sideLogo img {
  opacity: 0;
}
body.fixed .headerTop_sideLogo:before, body.fixed .headerTop_sideLogo:after {
  display: none;
}
body.fixed .headerTop_sns {
  position: absolute;
  top: 20px;
  right: 30px;
}
body.fixed .headerNav {
  width: 1000px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}
body.fixed .headerNav_list {
  margin-left: -43px;
}
body.fixed .headerNav_node {
  padding: 0 9px;
}
body.fixed .headerNav_node > a {
  height: 60px;
  line-height: 60px;
}
body.fixed .headerNav_node.open > a {
  padding: 0 12px 0 0;
}
body.fixed .headerNav_node.open > a:after {
  bottom: -2px;
}
body.fixed .headerNav_sub {
  top: 35px;
}
body.fixed .nav4 .headerNav_sub .itemList_block {
  min-width: 1000px;
}

.headerTop_sideLogo {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.headerTop_sideLogo:before {
  content: "";
  width: 91px;
  height: 35px;
  position: absolute;
  top: 28px;
  left: -114px;
  background-image: url(/assets/img/common/logo_deco_l.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.headerTop_sideLogo:after {
  content: "";
  width: 48px;
  height: 57px;
  position: absolute;
  top: 28px;
  right: -59px;
  background-image: url(/assets/img/common/logo_deco_r.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.headerTop_sideLogo img {
  display: block;
  margin: 0 auto;
}
.headerTop_sideLogo img.jp {
  padding-bottom: 12px;
}

.headerTop_sns {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 100;
}
.headerTop_sns ul {
  zoom: 1;
  border-left: 1px solid #000;
}
.headerTop_sns ul:before, .headerTop_sns ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.headerTop_sns ul:after {
  clear: both;
}
.headerTop_sns li {
  width: 36px;
  height: 20px;
  float: left;
  border-right: 1px solid #000;
}
.headerTop_sns li a {
  height: 20px;
  line-height: 18px;
  display: block;
  transition: 700ms ease;
}
.headerTop_sns li:hover a {
  transform: rotateY(360deg);
}
.headerTop_sns .headerTop_searchBox {
  position: relative;
}
.headerTop_sns .headerTop_searchBox a {
  line-height: 1;
  padding: 2px 0 0;
}
.headerTop_sns .headerTop_searchBox a img {
  vertical-align: top;
}
.headerTop_sns .headerTop_searchBox .headerTop_searchform {
  position: absolute;
  top: -2px;
  left: -1px;
  height: 24px;
  text-align: left;
  border: 1px solid #000;
  background-color: #fff;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: 300ms ease;
}
.headerTop_sns .headerTop_searchBox .headerTop_searchform input.input {
  margin-left: 32px;
  height: 100%;
  display: block;
}
.headerTop_sns .headerTop_searchBox .headerTop_searchform .btn {
  position: absolute;
  top: 3px;
  left: 10px;
  line-height: 18px;
}
.headerTop_sns .headerTop_searchBox.active .headerTop_searchform {
  width: 146px;
  opacity: 1;
}

.headerNav {
  margin-top: 22px;
  height: 46px;
  position: relative;
}

.headerNav_node {
  padding: 0 23px 24px 22px;
  display: inline-block;
  position: relative;
  transition: padding 200ms ease;
}
.headerNav_node > a {
  display: block;
  height: 22px;
  line-height: 22px;
  position: relative;
}
.headerNav_node > a:before {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 300ms ease;
  opacity: 0;
}
.headerNav_node:hover > a:before {
  opacity: 1;
}
.headerNav_node.open > a {
  padding: 0 14px 0 0;
  background-image: url(/assets/img/common/i_arrow_blk.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.headerNav_node.open > a:before {
  bottom: -2px;
}
.headerNav_node.open > a:after {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: -26px;
  left: 0;
  z-index: 300;
  transition: 300ms ease;
  background-image: url(/assets/img/common/i_arrow_nav.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.headerNav_node.active > a:after {
  height: 9px;
}
.headerNav_node.active .headerNav_sub {
  z-index: 200;
}
.headerNav_node.active .headerNav_sub:before {
  width: 100%;
}
.headerNav_node.nav4 {
  position: static;
}
.headerNav_node.nav4 .itemList .itemList_node {
  height: auto;
  margin: 0 2px 19px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.headerNav_node.nav4 .itemList .itemList_node .tag {
  display: none;
}
.headerNav_node.nav4 .itemList .itemList_node .date {
  padding-left: 0;
}
.headerNav_node.nav4 .itemList .itemImg {
  border: none;
}

.headerNav_sub {
  min-height: 110px;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 100;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  padding-top: 25px;
  visibility: hidden;
  box-sizing: content-box;
}
.headerNav_sub ul {
  display: inline-block;
  position: relative;
  padding: 20px 0 0;
  min-width: 125px;
  border-top: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
}
.nav1 .headerNav_sub ul {
  min-width: 140px;
}
.nav4 .headerNav_sub ul {
  min-width: 1130px;
  padding: 28px 0;
}
.nav5 .headerNav_sub ul {
  min-width: 200px;
  min-height: initial;
}
.nav6 .headerNav_sub ul {
  min-width: 130px;
}
.headerNav_sub ul li {
  margin: 0 14px 20px;
  text-align: left;
  font-size: 13px;
}
.headerNav_sub ul li a {
  transition: color 300ms ease;
}
.headerNav_sub ul li a:hover {
  color: #858594;
}
.headerNav_sub ul li.headerNav_article {
  text-align: center;
  width: 160px;
  margin: 36px 13px 25px;
  vertical-align: top;
}
.headerNav_sub ul li.headerNav_article .title {
  word-break: break-word;
  margin-top: 8px;
  line-height: 1.3;
}
.headerNav_sub ul li.comingSoon {
  color: #888888;
}
.headerNav_sub ul li.comingSoon:before {
  content: "";
  background-image: url(../img/common/i_coming.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 100%;
  height: 18px;
}

.bnrSection {
  width: 1000px;
  margin: 120px auto 0;
}
.bnrSection ul {
  width: 1015px;
  font-size: 0;
  zoom: 1;
}
.bnrSection ul:before, .bnrSection ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.bnrSection ul:after {
  clear: both;
}
.bnrSection ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 238px;
  transition: 300ms ease;
  margin-right: 15px;
}
.bnrSection ul li:hover {
  opacity: 0.7;
}
.bnrSection ul li a {
  display: block;
}
.bnrSection ul li img {
  max-width: 238px;
}
.bnrSection.busy {
  display: none;
}

.bottomBnrSection {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 4px;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: 300ms ease;
}
.bottomBnrSection.hide, .bottomBnrSection.busy, .bottomBnrSection.clickHide {
  opacity: 0;
  -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
  visibility: hidden;
}

.bottomBnrSection_img {
  position: relative;
  display: inline-block;
}
.bottomBnrSection_img img {
  height: 67px;
}

.bottomBnrSection_close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -20px;
  background-color: #999;
  background-image: url(/assets/sp/img/common/i_close_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}

.footer {
  text-align: center;
  padding: 0 0 30px;
}

.footer_illust {
  margin-top: 40px;
  width: 100%;
  height: 188px;
  text-align: center;
  background-image: url(/assets/img/common/footer_rp.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

.footer_nav {
  margin-top: 45px;
}
.footer_nav ul {
  display: inline-block;
}
.footer_nav ul li {
  display: inline-block;
  border-left: 1px solid #000;
  font-size: 12px;
}
.footer_nav ul li a {
  display: block;
  padding: 0 22px;
  line-height: 16px;
}
.footer_nav ul li a:hover {
  text-decoration: underline;
}
.footer_nav ul li:first-child {
  border-left: 0px;
}

.footer_copyright {
  margin-top: 49px;
}

.sidebar {
  float: right;
  width: 220px;
  overflow: hidden;
}
.sidebar > section {
  margin-bottom: 30px;
}
.sidebar a {
  display: block;
  transition: opacity 300ms ease;
}
.sidebar a:hover {
  opacity: 0.7;
}

.sidebar_title {
  font-family: "Lato";
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 0 12px 27px;
  margin: 0 0 18px;
  background-repeat: no-repeat;
  background-position: left 2px;
  position: relative;
}
.sidebar_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 215px;
  height: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/assets/img/common/sidebar_bd.png);
}

.archiveBlock .sidebar_title {
  background-image: url(/assets/img/common/i_archive.png);
}

.archiveBlock_ageBox {
  font-size: 13px;
  margin-bottom: 1px;
}
.archiveBlock_ageBox dt, .archiveBlock_ageBox dd {
  height: 36px;
  line-height: 36px;
  padding-left: 9px;
  cursor: pointer;
}
.archiveBlock_ageBox dt {
  position: relative;
  background-color: #eee;
}
.archiveBlock_ageBox dt:after {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 9px;
  right: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/img/common/i_open.png);
  background-color: #000;
  border-radius: 17px;
  transition: 300ms ease;
}
.archiveBlock_ageBox dd {
  height: 0;
  overflow: hidden;
  border-top: none;
}
.archiveBlock_ageBox.open dt:after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  background-image: url(/assets/img/common/i_close.png);
  background-color: #fff;
}
.archiveBlock_ageBox.open dd {
  border-top: 1px solid #eee;
}

.instagramBlock .sidebar_title {
  background-image: url(/assets/img/common/i_insta.png);
}

.instagramBlock_img {
  border: 2px solid #000;
}
.instagramBlock_img img {
  width: 100%;
}

.comicsBlock .sidebar_title {
  background-image: url(/assets/img/common/i_comics.png);
}

.comicsBlock_list {
  position: relative;
}
.comicsBlock_list .slick-track {
  width: 220px;
  zoom: 1;
}
.comicsBlock_list .slick-track:before, .comicsBlock_list .slick-track:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.comicsBlock_list .slick-track:after {
  clear: both;
}
.comicsBlock_list .slick-slide {
  width: 100%;
  float: left;
}
.comicsBlock_list .slick-dots {
  margin: 0;
}

.comicsBlock_list_node img {
  width: 100%;
}

.comicsBlock_more {
  margin-top: 14px;
}

.bnrBlock_list li {
  margin-bottom: 6px;
}
.bnrBlock_list li img {
  width: 100%;
}

.rankingBlock .sidebar_title {
  background-image: url(/assets/img/common/i_ranking.png);
}
.rankingBlock .itemList_node {
  float: none;
  width: 220px;
  height: auto;
  margin: 0 0 24px;
  padding: 0;
}
.rankingBlock .itemImg {
  height: 122px;
}
.rankingBlock .itemTitle {
  font-size: 12px;
}

.mainVisual {
  margin-top: 180px;
  padding: 0 0 25px;
}
.mainVisual .mainVisual_block {
  zoom: 1;
  position: relative;
  width: 780px;
  margin: 0 auto;
}
.mainVisual .mainVisual_block:before, .mainVisual .mainVisual_block:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.mainVisual .mainVisual_block:after {
  clear: both;
}
.mainVisual .mainVisual_block .slick-dots {
  height: 25px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.mainVisual .mainVisual_block .slick-dots li {
  vertical-align: top;
  margin-top: 17px;
}
.mainVisual .mainVisual_block .slick-track {
  width: 780px;
}
.mainVisual .mainVisual_block .mainVisual_node {
  float: left;
  width: 780px;
  position: relative;
}
.mainVisual .mainVisual_block .mainVisual_node:hover img {
  opacity: 0.7;
}
.mainVisual .mainVisual_block .mainVisual_node img {
  transition: opacity 300ms ease;
}
.mainVisual .mainVisual_block .mainVisual_node .caption {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 60px;
  padding: 0 16px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainVisual .mainVisual_block .mainVisual_node .tag {
  margin-right: 10px;
}
.mainVisual .mainVisual_block .mainVisual_node a {
  display: block;
}

.main {
  zoom: 1;
  width: 1000px;
  margin: 55px auto 0;
}
.main:before, .main:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.main:after {
  clear: both;
}

.mainBlock {
  width: 750px;
  float: left;
}

/* ---------------------------------
	お知らせ
---------------------------------- */
.informationSection {
  background-color: #eee;
  height: 58px;
  margin-top: 30px;
}
.informationSection .index {
  display: inline-block;
  vertical-align: middle;
  margin: 0 42px 0 0 !important;
}
.informationSection .index:after {
  width: 46px;
  height: 54px;
  background-position: left bottom;
}
.informationSection .index span {
  font-size: 16px;
  margin-right: 3px;
  padding: 2px 0 0;
}
.informationSection .viewBtn {
  float: right;
  margin-top: 14px;
}
.informationSection .viewBtn a {
  background-color: #fff;
}
.informationSection .slick-prev, .informationSection .slick-next {
  width: 29px;
  height: 29px;
  right: 250px;
  left: auto;
  margin-top: 0;
}
.informationSection .slick-prev:before, .informationSection .slick-next:before {
  width: 29px;
  height: 29px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.informationSection .slick-prev {
  top: 0;
}
.informationSection .slick-prev:before {
  background-position: 14px 1px;
}
.informationSection .slick-next {
  top: 29px;
}
.informationSection .slick-next:before {
  background-position: 6px top;
}

.informationSection_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
.informationSection_inner:before, .informationSection_inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.informationSection_inner:after {
  clear: both;
}

.information_list {
  display: inline-block;
  vertical-align: middle;
  width: 485px;
  height: 58px;
  overflow: hidden;
}

.information_node {
  width: 500px;
  height: 58px;
  line-height: 58px;
  display: inline-block;
  vertical-align: middle;
}
.information_node .itemTitle {
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}

/* ---------------------------------
	SNOOPY MUSEUM
---------------------------------- */
.museumSection {
  margin: 80px 0;
  padding: 30px 20px;
  background-color: #FFE01A;
  text-align: center;
}
.museumSection .viewBtn {
  margin-top: 50px;
}

.museumSection_heading {
  margin-bottom: 40px;
}

.museumSection_body {
  padding: 38px;
  background: #fff;
  border-radius: 20px;
}

.museumSection_list_title {
  margin-bottom: 38px;
  font-size: 22px;
  font-weight: bold;
}

.museumSection_list_node + .museumSection_list_node {
  margin-top: 16px;
}
.museumSection_list_node .date {
  display: block;
  margin-bottom: 8px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
}
.museumSection_list_node .title {
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.museumSection_list_link:hover .title {
  text-decoration: none;
}

.museumSection_link {
  margin-top: 50px;
}
