@charset "UTF-8";
@import url('http://fonts.cdnfonts.com/css/segoe-ui-4');
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

@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 fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

/* bBootstrap v3.3.7の変数のみinclude */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 /* Component */
.ol,
.ul {
  padding: 0;
  list-style-type: none;
}

/* Project */
a:hover img{
  opacity: 0.7 ;
  transition: .3s;
}
.p-main {
  color: #000000;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  font-size: 16px;
}
.p-main a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.p-main a:hover {
  text-decoration: none;
}

.p-main img,
.p-main video {
  max-width: 100%;
}

.p-main h2,
.p-main h3,
.p-main h4 {
  font-family: 'Segoe UI', sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  font-weight: 400;
}

.p-main p,
.p-main a {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

.p-main .md {
  display: none;
}
.p-main .smp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-main .pc {
    display: none !important;
  }
  .p-main .md {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  .p-main .smp {
    display: block !important;
  }
}

.p-main .p-header {
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .p-main .p-header {
    font-size: 1em;
  }
}

.p-main .p-header p {
  margin: 65px 0;
}

.p-main .item-block {
  margin-bottom: 10%;
}

.p-main .item-block .item,
.p-main .item-block .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 auto 7% auto;
}

.p-main .item-block .item > li {
  position: relative;
  width: 50%;
  max-width: 585px;
}

.p-main .item-block:nth-child(even) .item .item-photo,
.p-main .item-block:nth-child(odd) .item .item-detail {
  right: -3%;
}

.p-main .item-block:nth-child(odd) .item .item-photo,
.p-main .item-block:nth-child(even) .item .item-detail {
  left: -3%;
}

.p-main .item-block .item .item-detail {
  z-index: 10;
}

.p-main .item-block:nth-child(odd) .item .item-detail h3 {
  padding-left: 10%;
}

.p-main .item-block .item .item-detail h3 {
  font-family: 'Segoe UI', sans-serif;
  margin: 25% 0 20% 0;
  font-size: 3.6em;
  letter-spacing: 0;
  line-height: 58px;
}

@media screen and (max-width: 1200px) {
  .p-main .item-block .item .item-detail h3 {
    font-size: 3em;
  }
}
@media screen and (max-width: 979px) {
  .p-main .item-block .item .item-detail h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .p-main .item-block .item .item-detail h3 {
    font-size: 3.6em;
  }
}
@media screen and (max-width: 576px) {
  .p-main .item-block .item .item-detail h3 {
    font-size: 2.3em;
  }
}


.p-main .item-block .item .item-detail .item-desc,
.p-main .item-block .item .item-link,
.p-main .item-block .point .point-detail p {
  font-size: 1em;
  line-height: 1.87;
  letter-spacing: 0;
}

.p-main .item-block:nth-child(even) .item .item-detail .item-desc {
  margin-left: 20%;
}

.p-main .item-block:nth-child(odd) .item .item-detail .item-desc {
  margin-left: 20%;
}

.p-main .item-block .item .item-detail .item-desc p {
  width: 100%;
  max-width: 435px;
  margin-bottom: 8%;
}

.p-main .item-block .item .item-link {
  font-weight: 500;
  border-bottom: 1px solid;
  display: inline-block;
  trantision: .3 ease;
}

.p-main .item-block .item .item-link:hover {
  opacity: 0.5;
}

.p-main .item-block .item .item-link .price {
  margin-left: 15px;
}

.p-main .item-block .item .item-link .tax {
  font-size: 0.8em;
}

.p-main .item-block .point li {
  width: 50%;
  max-width: 444px;
}

.p-main .item-block:nth-child(odd) .point .point-detail h4,
.p-main .item-block:nth-child(odd) .point .point-detail p,
.p-main .item-block:nth-child(odd) .point .point-detail a {
  margin-left: 5%;
}

.p-main .item-block .point h4 {
  margin: 220px 0 45px 0;
}

.p-main .item-block .point h4 img {
  max-height: 58px;
}

.p-main .item-block .point .point-detail p {
  width: 90%;
  max-width: 423px;
  margin-bottom: 5%;
}

.p-main .item-block .point .item-btn {
  display: block;
  text-align: center;
  font-size: 15px;
  width: 118px;
  height: 39px;
  line-height: 39px;
  letter-spacing: 0.04em;
  border: 1px solid #272727;
  transition: .3s ease;
}

.p-main .item-block .point .item-btn:hover {
  background: #272727;
  color: #fff;
}

.p-main .item-block:nth-child(even) .point .point-video {
  text-align: right;
}

.p-main .item-block:nth-child(odd) .point .point-video {
  text-align: left;
}

.p-main .item-block .point .point-video video {
  width: 405px;
}

.p-main .item-slider h4 {
  text-align: center;
  margin-bottom: 46px;
}

.p-main .item-slider h4 img {
  max-width: 242px;
}

.p-main .item-slider .slider {
  width: 90%;
  max-width: 565px;
  margin: 0 auto;
}

.p-main .item-slider .slider .slick-slide img {
  margin: 0 auto;
}

.p-main .item-slider .slick-prev, .slick-next {
  position: absolute;
  top: 45%;
  z-index: 99999;
}
.p-main .item-slider .slick-prev {
  left: -15px;
}
.p-main .item-slider .slick-next {
  right: -15px;
}
.p-main .item-slider .slick-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-main .item-slider .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.p-main .item-slider .slick-prev:before,
.p-main .item-slider .slick-next:before {
  color: #b8b7b7;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

.p-main .btn-area .allitem-btn {
  text-align: center;
  display: block;
  margin: 0 auto 37px auto;
  width: 90%;
  max-width: 777px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  letter-spacing: 0.075em;
  border: 1px solid #000;
  transition: .3s ease;
}

.p-main .btn-area .allitem-btn:hover {
  color: #fff;
  background: #000;
}


@media screen and (max-width: 768px) {
  .p-main {
    width: 90%;
    max-width: 654px;
  }
  .p-main .item-block {
    margin-bottom: 25%;
  }
  .p-main .item-block .item > li {
    position: static;
    width: 100%;
  }
  .p-main .item-block .item .item-photo,
  .p-main .item-block .item .link-box {
    order: 1;
  }
  .p-main .item-block .item .item-detail h3,
  .p-main .item-block .item .item-detail p {
    padding: 0;
    margin: 0 0 5% 0;
  }
  .p-main .item-block:nth-child(odd) .item .item-detail h3 {
    padding-left: 0;
  }
  .p-main .item-block:nth-child(even) .item .item-detail .item-desc,
  .p-main .item-block:nth-child(odd) .item .item-detail .item-desc {
    margin: 0;
  }

  .p-main .item-block .item .item-detail .item-desc p {
    max-width: 100%;
  }
  .p-main .item-block .item .item-link {
    margin: 8% 0 5% 0;
  }
  .p-main .item-block .point li {
    width: 100%;
    max-width: 585px;
  }
  .p-main .item-block .point .point-detail {
    order: 1;
    margin-bottom: 5%;
  }
  .p-main .item-block .point h4 {
    margin: 0 0 5% 0;
  }
  .p-main .item-block:nth-child(even) .point .point-video,
  .p-main .item-block:nth-child(odd) .point .point-video{
    text-align: center;
  }
  .p-main .item-block:nth-child(odd) .point .point-detail h4,
  .p-main .item-block:nth-child(odd) .point .point-detail p,
  .p-main .item-block:nth-child(odd) .point .point-detail a {
    margin-left: 0;
  }
  .p-main .item-block .point .point-detail p {
    width: 100%;
    max-width: 100%;
    margin: 8% 0;
  }
  .p-main .item-block .point .item-btn {
    height: 50px;
    line-height: 50px;
    width: 40%;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 576px) {
  .p-main {
    width: 100%;
    max-width: 100%;
  }
  section {
    margin: 0 5%;
  }
  .p-main .btn-area .allitem-btn {
    font-size: 15px;
  }
  .p-main .item-block .item,
  .p-main .item-block .point {
    margin: 0 auto 15% auto;
  }
}