@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  display: block;
  color: #444;
}

ul {
  padding: 0;
  margin: 0;
}

.clear {
  clear: both;
}

/*オンマウスで画像拡大*/
.imgWrap {
  /*overflow: hidden;
  拡大時にはみ出た部分を隠す*/
  width: 200px;
  /*画像の幅*/
  height: 240px;
  /*画像の高さ*/
  /*border-radius: 50%;
  円にする*/
  display: inline-block;
}

.imgWrap img {
  display: block;
  transition-duration: 0.2s;
  /*変化に掛かる時間*/
}

.imgWrap img:hover {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.2s;
  /*変化に掛かる時間*/
}

#fv {
  height: 630px;
  background-color: #242424;
  display: block;
  margin: 0 auto;
}

#fv .block {
  width: 1366px;
  height: 630px;
  margin: 0 auto;
  background: url(img/fv_bg.jpg) no-repeat center center;
}

#main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center
}

/*----- 各見出し画像 -----*/
.cover-1 {
  background: url(img/title_detail.png) no-repeat center center #fff;
  height: 100px;
  width: 1366px;
  margin: 150px auto 100px;
  display: block;
}

.cover-2 {
  background: url(img/title_point.png) no-repeat center center #fff;
  height: 100px;
  width: 1366px;
  margin: 150px auto 100px;
  display: block;
}

.cover-3 {
  background: url(img/title_gallery.png) no-repeat center center #fff;
  height: 100px;
  width: 1366px;
  margin: 150px auto 100px;
  display: block;
}

.cover-4 {
  background: url(img/title_buynow.png) no-repeat center center #fff;
  height: 100px;
  width: 1366px;
  margin: 150px auto 100px;
  display: block;
}

.cover-5 {
  background: url(img/title_others.png) no-repeat center center #fff;
  height: 100px;
  width: 1366px;
  margin: 150px auto 100px;
  display: block;
}

.cover-6 {
  background: url(img/title_senkou.png) no-repeat center center #fff;
  height: 100px;
  width: 1366px;
  margin: 150px auto 100px;
  display: block;
}

.cover-7 {
  background: url(img/title_yoyaku.png) no-repeat center center #fff;
  height: 100px;
  width: 1366px;
  margin: 150px auto 100px;
  display: block;
}

/*---------- DETAIL ----------*/
.detail {
  width: 1366px;
  margin: 0 auto;
}

.detail .inner {
  width: 1130px;
  margin: 0 auto 100px;
  display: block;
  height: 500px;
  text-align: left;
}

.detail .inner p.bold {
  display: block;
  margin: 0 0 20px 0;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  color: #444;
}

/*----- 画像右 -----*/
.detail .img-right img.main {
  display: inline-block;
  width: 500px;
  margin-left: 20px;
  float: right;
}

.detail .img-right p {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 50px;
  width: 560px;
  line-height: 2.0;
  font-size: 15px;
  text-align: left;
  float: left;
}

/*----- 画像左 -----*/
.detail .img-left img.main {
  display: inline-block;
  width: 500px;
  margin-right: 20px;
  float: left;
}

.detail .img-left p {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 50px;
  width: 560px;
  line-height: 2.0;
  font-size: 15px;
  text-align: left;
  float: left;
}

/*----- DETAIL タグ -----*/
span.skyblue {
  display: inline-block;
  color: #fff;
  background-color: #1a8fbf;
  padding: 5px 15px;
  border-radius: 20px;
  text-align: center;
  vertical-align: baseline;
  text-decoration: none;
  margin: 5px 0;
}
/*----- DETAIL タグ ここまで -----*/

/*----- BUY NOW -----*/
.buynow {
  display: block;
  width: 1366px;
  margin: 0 auto;
}

.buynow .inner {
  width: 1130px;
  margin: 0 auto;
  display: block;
  height: 500px;
  text-align: center;
}

.buynow img.main {
  display: inline-block;
  width: 500px;
  margin-right: 20px;
  float: left;
}

.buynow a:hover img {
  opacity: 0.5;
}

.buynow p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 560px;
  line-height: 2.0;
  font-size: 15px;
  text-align: left;
  float: left;
}

.buynow img.left {
  display: inline-block;
  width: 500px;
  margin-left: 20px;
  float: right;
}

/*----- POINT -----*/
.point {
  display: block;
  margin: 0 auto;
  width: 1366px;
}

.point .point_block {
  margin: 0 25px;
  width: 350px;
  display: inline-block;
  vertical-align: top;
}

.point img {
  display: block;
  width: 350px;
}

.point p {
  display: block;
  width: 350px;
  margin-top: 20px;
  font-size: 15px;
  text-align: left;
  line-height: 1.8;
  color: #444;
}

.item_wrap {
  margin: 0 auto 50px;
  width: 1366px;
  display: block;
  text-align: center;
  vertical-align: top;
}

.item_wrap .item {
  display: inline-block;
  width: 200px;
  margin: 0 15px;
  vertical-align: top;
}

.item_wrap .item a {
  display: block;
  text-decoration: none;
}

.item_wrap .item a:hover {
  opacity: 0.5;
}

.item_wrap .item img {
  margin-bottom: 10px;
  width: 200px;
  display: block;
}

.item_wrap .item span.prd_name {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  margin: 0;
  display: block;
  line-height: 1.2;
}

.item_wrap .item span.prd_num {
  font-size: 12px;
  color: #888;
  display: block;
  margin: 0;
}

.item_wrap .item span.prd_price {
  font-size: 16px;
  color: #444;
  font-weight: bold;
  margin: 0;
  display: block;
}

.item_wrap .item span.prd_color {
  font-size: 16px;
  color: #444;
  font-weight: bold;
  margin: 0;
  display: block;
}

/*----- PHOTO GALLERY -----*/
.gallery {
  display: block;
  margin: 0 auto;
  padding: 50px 0;
  width: auto;
  background-color: #eee;
}

.gallery .slider {
  width: 1366px;
  margin: 0 auto;
}

/*左右の矢印の色を変える*/
.gallery .slick-prev:before,
.gallery .slick-next:before {
  color: #000;
}

/*左右の矢印の位置を変える*/
.gallery .slick-next {
  z-index: 99;
  height: 100px;
}

.gallery .slick-prev {
  z-index: 100;
  height: 100px;
}

/*スライド数のドットの色を変える*/
.gallery .slick-dots li.slick-active button:before,
.gallery .slick-dots li button:before {
  color: #fff;
}

/*スライド画像の横幅可変*/
.gallery img {
  max-width: 100%;
  height: auto;
}

.gallery .slick-slide img {
  margin: 0 auto;
  display: inline-block;
}

.gallery ul {
  margin: 30px auto;
}

.gallery ul.thumb-item-nav {
  height: 100px;
  width: 550px;
}

.gallery ul.thumb-item-nav img {
  margin: 0;
  width: 100px;
}

.gallery ul.thumb-item-nav img {
  width: 100px;
  margin: 0;
}

/*青線消す*/
.slick-slide:focus {
  outline: none;
}

/*****buynow 価格*****/
.buynow span.prd_name {
  font-size: 18px;
  color: #444;
  font-weight: bold;
  margin: 0;
  display: block;
  line-height: 1.2;
}

.buynow span.prd_num {
  font-size: 18px;
  color: #888;
  display: block;
  margin: 0;
}

.buynow span.prd_price {
  font-size: 23px;
  color: #444;
  font-weight: bold;
  margin: 0;
  display: block;
}

.buynow span.prd_txt {
  font-size: 15px;
  color: #444;
  margin: 30px 0;
  display: block;
  line-height: 1.8;
}

.buynow span.prd_color {
  font-size: 16px;
  color: #444;
  font-weight: bold;
  margin: 0;
  display: block;
}

/***********BUYボタンここから***********/
a.buy {
  display: block;
  color: #fff;
  background-color: #ff6920;
  width: 200px;
  padding: 10px 0;
  border-radius: 20px;
  text-align: center;
  vertical-align: baseline;
  text-decoration: none;
  margin: 20px auto;
  font-size: 16px;
}

a.buy:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  margin-right: 10px;
  margin-top: -5px;
  background: url("img/buyicon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.buy:hover {
  opacity: 0.5;
}

/*大きいサイズ*/
a.buy-L {
  display: block;
  color: #fff;
  font-size: 20px;
  background-color: #ff6920;
  width: 250px;
  padding: 12px 0;
  border-radius: 30px;
  text-align: center;
  vertical-align: baseline;
  text-decoration: none;
  margin: 0 auto;
  box-shadow: 0px 4px #c34000;
}

a.buy-L:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  margin-right: 10px;
  margin-top: -5px;
  background: url("img/buyicon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.buy-L:hover {
  box-shadow: none;
  transform: translate3d(0, 4px, 0);
}

.buy-L {
  display: block;
  height: auto;
  width: 1366px;
  margin: 100px auto;
}

/***********BUYボタンここまで***********/




/***********ITEM見出し装飾ここから***********/
.series_txt {
  width: 1366px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.series_txt h1.series {
  color: #ffaa80;/*文字色*/
  padding: 0.2em 0;/*上下の余白*/
  border-top: solid 2px #ffaa80;/*上線*/
  border-bottom: solid 2px #ffaa80;/*下線*/
  width: 950px;
  margin: 0 auto;
  font-size: 20px;
}

span.sub {
  font-size: 14px;
  color: #242424;
  margin: 20px auto 50px;
  display: block;
}

/***********ITEM見出し装飾ここまで***********/





#footer {
  background: url("img/footer_bg.png") no-repeat center center;
  background-color: #444;
  height: 400px;
  margin: 150px auto 0;
  color: #fff;
}

#footer p {
  font-size: 15px;
  margin: 0;
  padding: 100px 0 20px;
  line-height: 2.5;
  text-align: center;
}

/*----- Official Online Shop ボタン -----*/
a.shop {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #252d37;
  width: 290px;
  padding: 10px 20px;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 4px solid #16181A;
  border-left: 0 solid transparent;
  border-radius: 4px;
  vertical-align: baseline;
  margin: 20px auto;
}

a.shop:hover {
  position: relative;
  top: 2px;
}

#sns {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}

#sns img {
  width: 32px;
  height: 32px;
  margin: 15px 0;
}

#sns p {
  color: #888;
  font-size: 12px;
}

/*================================ SP ================================*/
@media screen and (max-width: 750px) {

  /*ウィンドウ幅が最大750pxまでの場合に適用*/
  body {
    margin: 0;
  }

  #main {
    width: auto;
  }

  #fv {
    width: auto;
    height: 650px;
    text-align: center;
    background: url(img/fv_sp.jpg) no-repeat center center;
    background-size: auto 100%;
  }

  #fv .block {
    width: auto;
    height: auto;
    background: none;
  }

  #fv p {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    line-height: 1.5;
  }

  #fv img {
    margin: 20px auto;
    height: 200px;
  }

  .space {
    height: 50px;
  }

  /*----- 各見出し画像 -----*/
  .cover-1 {
    width: auto;
    background: url(img/title_detail_sp.png) no-repeat center center;
    background-size: contain;
    margin: 100px auto 50px;
  }

  .cover-2 {
    width: auto;
    background: url(img/title_point_sp.png) no-repeat center center;
    background-size: contain;
    margin: 100px auto 50px;
  }

  .cover-3 {
    width: auto;
    background: url(img/title_gallery_sp.png) no-repeat center center;
    background-size: contain;
    margin: 100px auto 50px;
  }

  .cover-4 {
    width: auto;
    background: url(img/title_buynow_sp.png) no-repeat center center;
    background-size: contain;
    margin: 100px auto 50px;
  }

  .cover-5 {
    width: auto;
    background: url(img/title_others_sp.png) no-repeat center center;
    background-size: contain;
    margin: 100px auto 50px;
  }

    .cover-6 {
    width: auto;
    background: url(img/title_senkou_sp.png) no-repeat center center;
    background-size: contain;
    margin: 100px auto 50px;
  }
    
     .cover-7 {
    width: auto;
    background: url(img/title_yoyaku_sp.png) no-repeat center center;
    background-size: contain;
    margin: 100px auto 50px;
  }
  /*---------- DETAIL ----------*/
  .detail {
    width: auto;
    display: block;
  }

  .detail .inner {
    width: auto;
    display: block;
    margin: 0 30px 50px;
    height: auto;
    text-align: center;
  }

  .detail .inner p.bold {
    display: block;
    margin: 20px 0;
    text-align: center;
    line-height: 1.5;
  }

  /*----- 画像右 -----*/
  .detail .img-right img.main {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    float: none;
  }

  .detail .img-right p {
    display: block;
    width: auto;
    float: none;
    margin: 0 0 30px;
  }

  /*----- 画像左 -----*/
  .detail .img-left img.main {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    float: none;
  }

  .detail .img-left p {
    display: block;
    width: auto;
    float: none;
    margin: 0;
  }

  /*----- DETAIL タグ -----*/
  span.skyblue {
    font-size: 12px;
  }

  /*--- POINT ---*/
  .point {
    margin: 0 auto;
    width: auto;
  }

  .point .point_block {
    margin: 0 auto 80px;
    width: auto;
    display: block;
  }

  .point img {
    width: 90%;
    margin: 0 auto 50px;
  }

  .point p {
    width: auto;
    margin: 0 40px;
  }

  /*----- PHOTO GALLERY -----*/
  .gallery {
    height: auto;
    padding: 10px 0;
  }

  .gallery .slider {
    width: auto;
  }

  /*左右の矢印の位置を変える*/
  .gallery .slick-next {
    max-height: 100px;
  }

  .gallery .slick-prev {
    max-height: 100px;
  }

  /*スライド画像の横幅可変*/
  .gallery img {
    width: 100%;
  }

  .gallery .slick-slide img {
    margin: 0 auto;
    display: inline-block;
  }

  .gallery ul {
    margin: 30px auto;
  }

  .gallery ul.thumb-item {}

  .gallery ul.thumb-item-nav {
    width: 85%;
    height: auto;
  }

  .gallery ul.thumb-item-nav img {
    margin: 0;
    width: 100px;
  }

  .gallery ul.thumb-item-nav img {
    width: 100px;
    margin: 0;
  }

  /*--- BUY NOW ---*/
  .buynow {
    width: auto;
    margin: 0 auto;
    display: block;
    height: auto;
  }

  .buynow .inner {
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
  }

  .buynow img.main {
    float: none;
    display: block;
    margin: 0 auto 50px;
    width: 80%;
    height: auto;
  }

  .buynow p {
    display: block;
    width: auto;
    margin: 0 40px;
    height: auto;
    float: none;
  }

  .item_wrap {
    width: auto;
  }

  .item_wrap .item {
    display: inline-block;
    width: 120px;
    margin: 0 15px;
    vertical-align: top;
  }

  .item_wrap .item a {
    display: block;
    text-decoration: none;
  }

  .item_wrap .item a:hover {
    opacity: 0.5;
  }

  .item_wrap .item img {
    margin-bottom: 10px;
    width: 120px;
    display: block;
  }

  .item_wrap .item span.prd_name {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin: 0;
    display: block;
    line-height: 1.2;
  }

  .item_wrap .item span.prd_num {
    font-size: 12px;
    color: #888;
    display: block;
    margin: 0;
  }

  .item_wrap .item span.prd_price {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin: 0;
    display: block;
  }

  .item_wrap .item span.prd_color {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin: 0;
    display: block;
  }

  /***********BUYボタンここから***********/
  a.buy {
    display: block;
    color: #fff;
    background-color: #ff6920;
    width: 120px;
    padding: 10px 0;
    border-radius: 20px;
    text-align: center;
    vertical-align: baseline;
    text-decoration: none;
    margin: 20px auto;
    font-size: 16px;
  }

  a.buy:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    margin-right: 10px;
    margin-top: -5px;
    background: url("img/buyicon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  a.buy:hover {
    opacity: 0.5;
  }

  .buy-L {
    width: auto;
  }


  .series_txt {
    width: auto;
  }

  .series_txt h1.series {
    width: 80%;
  }

  span.sub {
    width: 80%;
  }


  #footer {
    height: 300px;
  }

  #footer p {
    padding: 55px 0 10px;
  }
}
