/* ------------------------------------------------------
 * slick common
------------------------------------------------------ */

@media only screen and (min-width: 768px) {
.pc-hidden {
  display: none!important;
}
}

@media only screen and (max-width: 767px) {
.sp-hidden {
  display: none!important;
}
}

.slick-slider, .slider__bord {
  display: none;
}

.slick-initialized.slick-slider, .slick-initialized.slick-slider .slider__bord {
  display: block;
  margin-bottom: 0;
}

/* ------------------------------------------------------
 * TOP MV slider
------------------------------------------------------ */
#top-mv .slick-slide {
  background-color: #000;
}

#top-mv .slick-slide img {
  width: 100%;
}

#top-mv .slick-prev:before,
#top-mv .slick-next:before {
  color: #000 !important;
}

#top-mv .slick-slide:not(.slick-center) img {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
#top-mv .slick-slide:not(.slick-center) img {
  opacity: 1;
}
}

#top-mv .slick-slide:not(.slick-center) .slider__bord {
  display: none;
}

@media only screen and (max-width: 767px) {
#top-mv .slick-slide:not(.slick-center) .slider__bord {
  display: block;
}
}

@media only screen and (max-width: 600px) {
#top-mv .slick-slide:not(.slick-center) .slider__bord {
  display: block;
  width: 250px;
  height: 160px;
}
}

@media only screen and (max-width: 425px) {
#top-mv .slick-slide:not(.slick-center) .slider__bord {
  display: block;
  width: 190px;
  height: 130px;
  padding: 16px;
}
}


#top-mv .buttons {
  display: flex;
  justify-content: center;
}

#top-mv .buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

#top-mv .buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}

#top-mv .slick-next {
  right: 8%;
  width: 36px;
  height: 36px;
  overflow: visible;
  z-index: 4;
}

#top-mv .slick-prev {
  left: 8%;
  width: 36px;
  height: 36px;
  overflow: visible;
  z-index: 4;
}

#top-mv .slick-next:before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  content: "";
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}

#top-mv .slick-prev:before {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  content: "";
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  position: absolute;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media only screen and (max-width: 767px) {
#top-mv .slick-next {
  width: 20px;
  height: 20px;
  right: 4%;
}
#top-mv .slick-next:before {
  width: 20px;
  height: 20px;
}

#top-mv .slick-prev {
  left: 4%;
  width: 20px;
  height: 20px;
}

#top-mv .slick-prev:before {
  width: 20px;
  height: 20px;
}
}

#top-mv .slick-dots {
  bottom: 20px;
}

#top-mv .slick-dots li {
  width: 70px;
  height: 40px;
  border: 1px solid #555;
}

#top-mv .slick-dots li.slick-active {
  border: 1px solid #fff;
}

#top-mv .slick-dots li img {
  opacity: 0.7;
}

#top-mv .slick-dots li.slick-active img {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
#top-mv .slick-dots {
  bottom: 20px
}

#top-mv .slick-dots li {
  margin: 0 14px;
}

#top-mv .slick-dots li button {
  color: #fff;
}

#top-mv .slick-dots li button:before {
  font-size: 20px;
  color: #777;
  opacity: 1;
}

#top-mv .slick-dots li.slick-active button:before {
  color: #fff;
}
}

#top-mv .slick-slide {
  position: relative;
}

#top-mv .slick-slide a:hover p {
  color: #e50038;
}

#top-mv .slider__bord.bord01 {
  position: absolute;
  top: 100px;
  right: 70px;
  width: 376px;
}

#top-mv .slider__bord.bord02 {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 292px;
}

#top-mv .slider__bord.bord03 {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 226px;
}

#top-mv .slider__bord.bord04 {
  position: absolute;
  top: 70px;
  left: 50px;
  width: 222px;
}

#top-mv .slider__bord.bord05 {
  position: absolute;
  top: 90px;
  left: 70px;
  width: 304px;
}

#top-mv .slider__copy {
  max-width: 100%;
  height: auto;
}

#top-mv .slider__link {
  color: #fff;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

#top-mv .slider__link:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 7px;
  position: relative;
  top: -4px;
  margin-left: 15px;
}

/* ------------------------------------------------------
 * top common
------------------------------------------------------ */
.c-section__body {
  max-width: 1000px;
  padding: 60px 20px;
  margin: auto;
}

/* ------------------------------------------------------
 * products slilder
------------------------------------------------------ */
/*--リスト--*/
.c-section__products__panel {
  margin-top: 40px;
}

.top-products .slick-prev, .top-products .slick-next {
  z-index: 4;
}

.top-products .slick-next:before {
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  content: "";
  width: 10px;
  height: 10px;
  top: 13px;
  right: 15px;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-products .slick-prev:before {
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  content: "";
  width: 10px;
  height: 10px;
  top: 13px;
  left: 15px;
  position: absolute;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}


.top-products .slick-prev {
  left: 0;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 3px 0px #bbbbbb;
}

.top-products .slick-next {
  right: 0;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 3px 0px #bbbbbb;
}

@media only screen and (max-width: 767px) {
.top-products .slick-prev {
  width: 20px;
  height: 20px;
  left: -10px;
}

.top-products .slick-next {
  width: 20px;
  height: 20px;
  right: -10px;
}

.top-products .slick-next:before {
  width: 5px;
  height: 5px;
  top: 6px;
  right: 7px;
}

.top-products .slick-prev:before {
  width: 5px;
  height: 5px;
  top: 6px;
  left: 7px;
}
}

.top-products .slick-slide img {
  max-width: 100%;
  margin: auto;
}

.top-products .data-pro {
  outline: none;
  position: relative;
  border-bottom: 3px solid #c1c1c1;
}

.top-products .data-pro:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
  transition: opacity .5s;
  transform: translate3d(0,0,0);
}

.top-products .data-pro:hover {
  cursor: pointer;
}

.top-products .data-pro:hover:after {
  opacity: 0.05;
}

.top-products .data-pro span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 425px) {
.top-products .data-pro span {
  font-size: 12px;
  line-height: 1.0;
}
}

.top-products .data-pro.ac {
  border-bottom: 3px solid #e50038;
}

/*--一覧--*/

.pro-html-wrap {
  margin: 40px auto;
  display: block;
}

.pro-html-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.pro-html-wrap .col-sm-3 {
  width: 25%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
.pro-html-wrap .col-sm-3 {
  width: 50%;
  height: auto;
  padding: 7px;
  box-sizing: border-box;
}
}

.pro-html-wrap .col-sm-3 a {
  display: block;
  position: relative;
}

.pro-html-wrap .col-sm-3 a:hover {
  color: #666;
}


.pro-html-wrap .col-sm-3 a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
  transition: opacity .5s;
  transform: translate3d(0,0,0);
}

.pro-html-wrap .col-sm-3 a:hover:after {
  opacity: 0.05;
}

.pro-html-wrap .col-sm-3 img {
  max-width: 100%;
  width: 100%;
}

.pro-html-wrap span {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 10px 5px;
  height: 40px;
  line-height: 1.2;
}

.pro-html-wrap span.small {
  font-size: 12px;
}

@media only screen and (max-width: 425px) {
.pro-html-wrap span {
  height: 35px;
}
}

/* ------------------------------------------------------
 * products2 slilder
------------------------------------------------------ */
/*--リスト--*/
.c-section__products__panel {
  margin-top: 40px;
}

.top-products2 .slick-prev, .top-products2 .slick-next {
  z-index: 4;
}

.top-products2 .slick-next:before {
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  content: "";
  width: 10px;
  height: 10px;
  top: 13px;
  right: 15px;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-products2 .slick-prev:before {
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  content: "";
  width: 10px;
  height: 10px;
  top: 13px;
  left: 15px;
  position: absolute;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}


.top-products2 .slick-prev {
  left: 0;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 3px 0px #bbbbbb;
}

.top-products2 .slick-next {
  right: 0;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 3px 0px #bbbbbb;
}

@media only screen and (max-width: 767px) {
.top-products2 .slick-prev {
  width: 20px;
  height: 20px;
  left: -10px;
}

.top-products2 .slick-next {
  width: 20px;
  height: 20px;
  right: -10px;
}

.top-products2 .slick-next:before {
  width: 5px;
  height: 5px;
  top: 6px;
  right: 7px;
}

.top-products2 .slick-prev:before {
  width: 5px;
  height: 5px;
  top: 6px;
  left: 7px;
}
}

.top-products2 .slick-slide img {
  max-width: 100%;
  margin: auto;
}

.top-products2 .data-pro {
  outline: none;
  position: relative;
  border-bottom: 3px solid #c1c1c1;
}

.top-products2 .data-pro:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
  transition: opacity .5s;
  transform: translate3d(0,0,0);
}

.top-products2 .data-pro:hover {
  cursor: pointer;
}

.top-products2 .data-pro:hover:after {
  opacity: 0.05;
}

.top-products2 .data-pro span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 425px) {
.top-products2 .data-pro span {
  font-size: 12px;
  line-height: 1.0;
}
}

.top-products2 .data-pro.ac {
  border-bottom: 3px solid #e50038;
}

/*--一覧--*/

.pro-html-wrap {
  margin: 40px auto;
  display: block;
}

.pro-html-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.pro-html-wrap .col-sm-3 {
  width: 25%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
.pro-html-wrap .col-sm-3 {
  width: 50%;
  height: auto;
  padding: 7px;
  box-sizing: border-box;
}
}

.pro-html-wrap .col-sm-3 a {
  display: block;
  position: relative;
}

.pro-html-wrap .col-sm-3 a:hover {
  color: #666;
}


.pro-html-wrap .col-sm-3 a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
  transition: opacity .5s;
  transform: translate3d(0,0,0);
}

.pro-html-wrap .col-sm-3 a:hover:after {
  opacity: 0.05;
}

.pro-html-wrap .col-sm-3 img {
  max-width: 100%;
  width: 100%;
}

.pro-html-wrap span {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 15px 5px 17px;
  height: 40px;
  line-height: 1.2;
}

.pro-html-wrap span.small {
  font-size: 12px;
}

@media only screen and (max-width: 425px) {
.pro-html-wrap span {
  height: 35px;
}
}


/* ------------------------------------------------------
 * Relation Products
------------------------------------------------------ */
.c-section__relationProducts {
  background: url("/images/img_top_relationProducts_bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 420px;
  background-color: #eee;
}

@media only screen and (max-width: 900px) {
.c-section__relationProducts {
  background: none;
  background-color: #ebebeb;
}
} 

.c-section__relationProducts {
  margin-top: 40px;
}

.c-section__relationProducts ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.c-section__relationProducts ul li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
  width: 235px;
  height: 235px;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 900px) {
.c-section__relationProducts ul li {
  margin: 8px;
} 
}

@media only screen and (max-width: 767px) {
.c-section__relationProducts ul li {
  width: 100%;
  height: auto;
}

.c-section__relationProducts ul li img {
  width: 100%;
}
}

.c-section__relationProducts ul li:before {
  content: none;
}

.c-section__relationProducts ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
.c-section__relationProducts ul li a {
  position: relative;
  display: block;
}
}

.c-section__relationProducts ul li a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
  transition: opacity .5s;
  transform: translate3d(0,0,0);
}

.c-section__relationProducts ul li a:hover:after {
  opacity: 0.05;
}

.c-section__relationProducts ul li a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  color: #222;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
.c-section__relationProducts ul li a span {
  bottom: 40px;
  font-size: 18px;
}
}

/* ------------------------------------------------------
 * link
------------------------------------------------------ */
.c-section__link {
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
.c-section__link {
  margin-top: 0;
}
}

.c-section__link .p-topPanel__col:first-child {
  width: 50%;
}

@media only screen and (max-width: 767px) {
.c-section__link .p-topPanel__col:first-child {
  width: 100%;
}
} 

.c-section__link .p-topPanel__col {
  position: relative;
  width: 25%;
  padding: 0;
  margin-right: 2px;
}

@media only screen and (max-width: 767px) {
.c-section__link .p-topPanel__col {
  width: 100%;
  margin: 0;
  padding-top: 4px;
}
}

.c-section__link .p-topPanel__col:last-child {
  margin-right: 0;
}

.c-section__link .p-topPanel__col .p-linkPanel__cover {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 115px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  color: #fff;
  text-align: right;
  font-size: 18px;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.4;
}

@media only screen and (max-width: 900px) {
.c-section__link .p-topPanel__col .p-linkPanel__cover {
  padding: 6px;
  font-size: 16px;
  height: 88px;
}
}

@media only screen and (max-width: 767px) {
.c-section__link .p-topPanel__col .p-linkPanel__cover {
  height: 100px;
  padding: 20px;
}
}

.c-section__link .p-topPanel__col .p-linkPanel__cover span.p-linkPanel__cover__link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin: 10px 30px 0 0;
  position: absolute;
  bottom: 15px;
  right: 35px;
}

@media only screen and (max-width: 900px) {
.c-section__link .p-topPanel__col .p-linkPanel__cover span.p-linkPanel__cover__link {
  margin: 0 12px 0 0;
  font-size: 12px;
}
}

.c-section__link .p-topPanel__col .p-linkPanel__cover span.p-linkPanel__cover__link:after {
  display: block;
  width: 30px;
  height: 8px;
  position: absolute;
  right: -40px;
  bottom: 7px;
  background: url(/styles/images/arrow.svg) no-repeat;
  background-size: 30px 8px;
  content: '';
}

@media only screen and (max-width: 767px) {
.c-section__link .p-topPanel__col .p-linkPanel__cover span.p-linkPanel__cover__link {
  right: 48px;
}
}

.c-section__link .p-topPanel__col .p-linkPanel__cover span.p-linkPanel__cover__link:hover {
  color: #e50038;
}

.p-linkPanel__image img {
  transition-duration: 0.5s;
}

.p-linkPanel__image img:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}


/* ------------------------------------------------------
 * recomend
------------------------------------------------------ */
.c-section--recomend {
  margin: 0 auto;
}

.c-section--recomend .c-section__body {
  padding: 40px 0 40px 0;
}

.p-recomendCards .p-linkCard__link {
  outline: none;
}

.p-recomendCards__list .slick-dots {
  bottom: -46px;
}

.p-recomendCards__list .slick-dots li button:before {
  display: none;
}

.p-recomendCards__list .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 16px 5px;
}

.p-recomendCards__list__item {
  margin-top: 0;
}
