@charset "UTF-8";


/* =============================================================================
   1. Reset css
   ========================================================================== */

/*
YUI 3.7.1 (build 5627)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}



/* =============================================================================
   2. Base
   ========================================================================== */

#page-top {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  min-width: 980px;
  font-family: 'メイリオ', Meiryo, sans-serif;
  color: #36353b;
}

#page-top a {
  color: #36353b;
  text-decoration: none;
  transition: .2s;
}

#page-top img {
  width: 100%;
  height: auto;
  vertical-align: top;
}



/* =============================================================================
   3. Layout
   ========================================================================== */

/* ========== wrap ========== */

#page-top .l-wrap {
  background-color: #fff;
}

/* ========== inner ========== */

#page-top .l-inner {
  padding: 0 4.685%;
}

/* ========== sec ========== */

#page-top .l-sec {
  padding: 60px 0;
}

/* ========== half ========== */

#page-top .l-half {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#page-top .l-half__item {
  width: 50%;
}

/* ========== col ========== */

#page-top .l-col {
  display: flex;
  flex-wrap: wrap;
}

#page-top .l-col--2 .l-col__item {
  width: 47.4%;
  margin: 0 5.2% 70px 0;
}

#page-top .l-col--2 .l-col__item:nth-child(2n) {
  margin-right: 0;
}
#page-top .l-col--2 .l-col__item:nth-last-child(1),
#page-top .l-col--2 .l-col__item:nth-last-child(2) {
  margin-bottom: 0;
}

#page-top .l-col--3 .l-col__item {
  width: 32%;
  margin: 0 2% 24px 0;
}

#page-top .l-col--3 .l-col__item:nth-child(3n) {
  margin-right: 0;
}
#page-top .l-col--3 .l-col__item:nth-last-child(1),
#page-top .l-col--3 .l-col__item:nth-last-child(2),
#page-top .l-col--3 .l-col__item:nth-last-child(3) {
  margin-bottom: 0;
}


/* =============================================================================
   4. Modules
   ========================================================================== */

/* ========== font ========== */

#page-top .m-font-gothic-mb101 {
  font-family: 'Gothic MB101 Bold', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, sans-serif;
}

/* ========== title ========== */

#page-top .m-title {
  font-family: 'Gothic MB101 Bold', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

#page-top .m-title--white {
  color: #fff;
}

/* ========== head ========== */

#page-top .m-head {
  font-family: 'Gothic MB101 Bold', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

#page-top .m-head--white {
  color: #fff;
}

/* ========== lead ========== */

#page-top .m-lead {
  font-family: 'Gothic MB101 Bold', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #cc0000;
  margin-bottom: 50px;
}

#page-top .m-lead--white {
  color: #fff;
}

/* ========== arrow ========== */

#page-top .m-arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: .2em;
  transform: translateY(-8%);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: #cc0000 solid 2px;
  transition: .2s;
}

#page-top .m-arrow:after {
  content: '';
  width: 4px;
  height: 4px;
  top: 9px;
  left: 9px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  border-top: #cc0000 solid 2px;
  border-right: #cc0000 solid 2px;
  transition: .2s;
}

#page-top .m-arrow--s {
  width: 13px;
  height: 13px;
  border-width: 1px;
}

#page-top .m-arrow--s:after {
  width: 4px;
  height: 4px;
  top: 4px;
  left: 3px;
  border-width: 1px;
}

#page-top .m-arrow--l {
  width: 36px;
  height: 36px;
  border-width: 3px;
}

#page-top .m-arrow--l:after {
  width: 5px;
  height: 5px;
  top: 13px;
  left: 13px;
  border-width: 3px;
}

#page-top .m-arrow--white,
#page-top .m-arrow--white:after {
  border-color: #fff;
}

/* ========== hover ========== */

#page-top .m-hover,
#page-top .m-hover__thumb img,
#page-top .m-hover__thumbbg:before,
#page-top .m-hover__text,
#page-top .m-hover__more,
#page-top .m-hover__frame {
  transition: .2s ease-out;
}

#page-top .m-hover {
  position: relative;
}

#page-top .m-hover__thumbbg {
  position: relative;
  z-index: 1;
}

#page-top .m-hover__thumbbg:before {
  content: '';
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}

#page-top .m-hover__thumb {
  background: #000;
  position: relative;
}

#page-top .m-hover__thumb.is-hide {
  background: #fff;
}

#page-top .m-hover__thumb.is-hide img {
  transition: 0s;
}

#page-top .m-hover__more {
  font-family: 'Gothic MB101 Bold', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, sans-serif;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: 10px;
}

#page-top .m-hover__more--s {
  font-size: 16px;
}

#page-top .m-hover__more span {
  display: block;
  margin: 0 auto 12px;
  position: relative;
}

@keyframes arrow {
  0% { left: 7px; opacity: 0; }
  10% { left: 7px; opacity: 0; }
  30% { left: 13px; opacity: 1; }
  50% { left: 13px; opacity: 1; }
  70% { left: 13px; opacity: 1; }
  90% { left: 19px; opacity: 0; }
  100% { left: 19px; opacity: 0; }
}

#page-top .m-hover__more span:after {
  animation: arrow 1.5s ease-in-out infinite;
}

#page-top .m-hover__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #36353b;
  box-sizing: border-box;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

#page-top .m-hover__frame--white {
  border-color: #fff;
}

#page-top .m-hover:hover {
  background: #36353b;
}

#page-top .m-hover:hover .m-hover__frame {
  opacity: 1;
}

#page-top .m-hover:hover .m-hover__thumbbg:before {
  opacity: .3;
}

#page-top .m-hover:hover .m-hover__thumb img {
  opacity: .7 !important;
}

#page-top .m-hover:hover .m-hover__text {
  color: #fff;
}

#page-top .m-hover:hover .m-hover__text .m-arrow,
#page-top .m-hover:hover .m-hover__text .m-arrow:after {
  border-color: #fff;
}

#page-top .m-hover:hover .m-hover__more {
  opacity: 1;
  margin-top: 0;
}

/* ========== mask ========== */

.m-mask {
  display: block;
	position: relative;
  opacity: 0;
}

/* ========== slick ========== */

#page-top .slick-slide {
  outline: none;
}

#page-top .slick-slide a {
  outline: none;
}

#page-top .slick-arrow {
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  outline: none;
  border: none;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  background: transparent;
}

#page-top .slick-arrow:after {
  content: '';
  width: 4px;
  height: 4px;
  top: 2px;
  left: 1px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  border-top: #cc0000 solid 2px;
  border-right: #cc0000 solid 2px;
}

#page-top .slick-prev {
  margin-right: 10px;
  transform: rotate(180deg);
}

#page-top .slick-next {
  margin-left: 10px;
}

#page-top .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
}

#page-top .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  overflow: hidden;
}

#page-top .slick-dots li button {
  width: 10px;
  height: 10px;
  text-indent: -999px;
  border-radius: 50%;
  background: #ccc;
  display: block;
  padding: 0;
  border: none;
  outline: none;
  transition: .3s;
  cursor: pointer;
}

#page-top .slick-dots li.slick-active button {
  background: #cc0000;
}


/* =============================================================================
   5. sections
   ========================================================================== */

/* ========== alert ========== */

#page-top .alert {
  text-align: center;
  padding: 8px 24px;
}

#page-top .alert--bottom {
  padding-top: 50px;
}

#page-top .alert a {
  color: #cc0000;
  transition: .2s;
}

#page-top .alert a:hover {
  opacity: .7;
}

/* ========== visual ========== */

#page-top #list-visual {
  min-height: auto !important;
  position: relative;
}

#page-top .visual__wrap {
  position: relative;
}

#page-top .visual__arrow {
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}

#page-top .visual__arrow span {
  width: 4px;
  height: 4px;
  top: 52%;
  left: 43%;
  transform: rotate(45deg) translate(-50%, -50%);
  display: block;
  position: absolute;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
}

#page-top .visual__arrow--l {
  left: 0;
}

#page-top .visual__arrow--l span {
  top: 32%;
  left: 46%;
  transform: rotate(-135deg) translate(-50%, -50%);
}

#page-top .visual__arrow--r {
  right: 0;
}

#page-top .visual__scroll {
  width: 80px;
  height: 80px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: 0 auto;
  z-index: 10;
}

#page-top .visual__scroll a {
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

#page-top .visual__scroll p {
  font-size: 12px;
  color: #cc0000;
  padding-top: 25%;
  transition: .3s;
}

@keyframes scrollAni {
  0% { top: -5px; opacity: 0; }
  10% { top: -5px; opacity: 0; }
  30% { top: 0; opacity: 1; }
  50% { top: 0; opacity: 1; }
  70% { top: 0; opacity: 1; }
  90% { top: 5px; opacity: 0; }
  100% { top: 5px; opacity: 0; }
}

#page-top .visual__scroll span {
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  display: block;
  margin: 5px auto 0;
  position: relative;
  border-top: #cc0000 solid 4px;
  border-right: #cc0000 solid 4px;
  animation: scrollAni 1.5s ease-in-out infinite;
  transition: .3s;
}

#page-top .visual__scroll a:hover {
  background: #cc0000;
}

#page-top .visual__scroll a:hover p {
  color: #fff;
}

#page-top .visual__scroll a:hover span {
  border-color: #fff;
}

#page-top .visual__movie {
  padding-top: 56.22%;
  position: relative;
}

#page-top .visual__movie:before,
#page-top .visual__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#page-top .visual__movie:before {
  content: '';
  z-index: 2;
}

#page-top .visual__movie iframe {
  z-index: 1;
}

#page-top .visual__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#page-top .visual__coverlink {
  display: none;
}

#page-top .visual__des {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 16px 36px 16px 24px;
  display: flex;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  box-sizing: border-box;
}

#page-top .visual__link .m-arrow,
#page-top .visual__link .m-arrow:after {
  border-color: #fff;
  transition: .2s;
}

#page-top .visual__link:hover .m-arrow,
#page-top .visual__link:hover .m-arrow:after {
  border-color: #cc0000;
}

#page-top .visual__link:hover .m-arrow {
  transform: translate(10%, -8%);
}

#page-top .visual__category {
  box-sizing: border-box;
}

#page-top .visual__category span {
  font-size: 16px;
  font-weight: 700;
  border: #fff solid 1px;
  padding: .1em .5em;
  display: block;
  margin-right: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  transition: .3s;
}

#page-top .visual__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  transition: .3s;
}

#page-top #visual-indicator {
  margin-top: 16px;
}

#page-top #visual-arrows .slick-arrow {
  display: none !important;
}

/* ========== products ========== */

#page-top .products {
  padding: 40px 0 0;
}

#page-top .products__list {
  margin: 40px auto 0;
}

#page-top .products__item {
  box-sizing: border-box;
}

#page-top .products__item a {
  display: block;
}

#page-top .products__item:nth-child(2n+1) {
  padding-right: 3px;
}

#page-top .products__item:nth-child(2n) {
  padding-left: 3px;
}

#page-top .products__name {
  padding: 23px 0 0;
  position: relative;
}

#page-top .products__panel {
  margin-top: 40px;
  text-align: center;
}

#page-top .products__panel a {
  background: #36353b;
}

#page-top .products__panel a:hover {
  background: #fff;
}

#page-top .products__panel a:hover .products__check {
  color: #36353b;
}

#page-top .products__panel a:hover .m-arrow {
  transform: translate(10%, -8%);
}

#page-top .products__panel a:hover .products__check .m-arrow,
#page-top .products__panel a:hover .products__check .m-arrow:after {
  border-color: #36353b;
}

#page-top .products__check {
  padding: .5em 1em;
}

/* ========== pickup ========== */

#page-top .pickup{
  padding-top: 50px;
}

#page-top .pickup__main {
  margin: 40px auto 24px;
  line-height: 1.8;
  background-color: #fff;
}

#page-top .pickup__main.m-hover {
  background: #36353b;
}

#page-top .pickup__main a {
  display: block;
}

#page-top .pickup__item a {
  display: block;
}

#page-top .pickup__thumb--border {
  border: #ccc solid 1px;
}

#page-top .pickup__main a:hover h3 .m-arrow {
  transform: translate(10%, -8%);
}

#page-top .pickup__item a:hover .pickup__text .m-arrow {
  transform: translate(10%, -8%);
}

#page-top .pickup__item .m-hover {
  background: none;
}

#page-top .pickup__main.m-hover .pickup__thumb--border {
  border-color: #36353b;
}

#page-top .pickup__item a:hover .pickup__thumb--border {
  border-color: #36353b;
}

#page-top .pickup__video {
  padding-top: 56.25%;
  position: relative;
  display: block;
}

#page-top .pickup__video iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#page-top .pickup__des {
  padding: 32px;
}

#page-top .pickup__text {
  margin-top: .8em;
}

/* ========== hondanow ========== */

#page-top .hondanow {
  background: #36353b;
}

#page-top .hondanow__list {
  margin-top: 50px;
}

#page-top .hondanow__item .m-mask,
#page-top .hondanow__item a {
  display: block;
  height: 100%;
}

#page-top .hondanow__item a:hover .hondanow__text .m-arrow {
  transform: translate(10%, -8%);
}

#page-top .hondanow__item a:hover .hondanow__thumb.no-image:before {
  opacity: .5;
}

#page-top .hondanow__item .m-hover {
  background: #fff;
}

#page-top .hondanow__thumb {
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
}

#page-top .hondanow__thumb.no-image {
  border-bottom: #ccc solid 1px;
}

#page-top .hondanow__des {
  padding: 14px;
}

#page-top .hondanow__info > *:nth-child(n+2) {
  margin-left: 1em;
}

#page-top .hondanow__label {
  font-size: 11px;
  font-weight: 400;
  padding: .3em 1.2em;
  color: #cc0000;
  border: #cc0000 solid 1px;
}

#page-top .hondanow__date {
  font-size: 11px;
  font-weight: 400;
}

#page-top .hondanow__text {
  margin-top: .4em;
}

#page-top .hondanow__more {
  margin-top: 24px;
}

#page-top .hondanow__more a {
  padding: 1.2em;
  text-align: center;
  display: block;
  color: #fff;
  border: #fff solid 1px;
  transition: .3s;
}

#page-top .hondanow__more a:hover {
  color: #36353b;
  background: #fff;
  border-color: #fff;
}

#page-top .hondanow__more a:hover .m-arrow {
  transform: translate(10%, -8%);
  border-color: #36353b;
}

#page-top .hondanow__more a:hover .m-arrow:after {
  border-color: #36353b;
}

/* ========== information ========== */

#page-top .info__head {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .6em;
}

#page-top .info__hide {
  display: none;
}

#page-top .info__list {
  border-top: #ccc solid 1px;
}

#page-top .info__list li {
  padding: 1.2em 0;
  display: flex;
  border-bottom: #ccc solid 1px;
}

#page-top .info__list li a:hover {
  color: #cc0000;
}

#page-top .info__date,
#page-top .info__text {
  display: block;
}

#page-top .info__date {
  font-size: 13px;
  width: 128px;
  min-width: 128px;
  color: #666;
  padding-top: .25em;
}

#page-top .info__text {
  flex-grow: 1;
}

#page-top .info__more {
  margin-top: .8em;
  text-align: right;
}

#page-top .info__more a:hover {
  color: #cc0000;
}
