@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 {
  display: block;
  margin: 0 auto;
}

#fv p {
  display: block;
  width: 600px;
  margin: 50px auto;
  line-height: 2.0;
  font-size: 18px;
  text-align: left;
}

#fv .block {
  width: 1366px;
  height: 630px;
  margin: 0 auto;
  background: url(img/1200_630.png) no-repeat center center;
}

#fv .spimg {
  display: none;
}

#main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center
}

h2 {
  padding: 1rem 2rem;
  border-bottom: 3px dotted #000;
  background: #f4f4f4;
}

/*----- 各見出し画像 -----*/
.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;
}

/*---------- DETAIL ----------*/
.detail {
  width: 1366px;
  margin: 0 auto;
  display: block;
}

.detail img {
  display: block;
  width: 950px;
  margin: 120px auto 50px;
}

.detail p.bold {
  display: block;
  width: 800px;
  margin: 0 auto 30px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #444;
}

.detail p {
  display: block;
  width: 800px;
  margin: 50px auto;
  line-height: 2.0;
  font-size: 18px;
  text-align: left;
}


.detail p.bolds {
  display: block;
  width: 800px;
  margin: 0 auto 50px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #c9171e;

}

.detail p.bold2 {
  display: block;
  width: 800px;
  margin: 0 auto 50px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #444;
  padding: 1rem 2rem;
  color: #fff;
  background: #e95464;
  -webkit-box-shadow: 5px 5px 0 #ffc0cb;
  box-shadow: 5px 5px 0 #d7cf3a;
}

.detail p.bold3 {
  display: block;
  width: 800px;
  margin: 0 auto 50px;
  text-align: left;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094;
}
.detail p.bold3 before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}


.detail p.bold4 {
  display: block;
  width: 500px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  color: #444;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 5px #a9a9a9;/*上線*/
  border-bottom: solid 5px #a9a9a9;/*下線*/
}

.detail p.list {
  display: block;
  width: 800px;
  margin: 0 auto 50px;
  line-height: 2.0;
  font-size: 15px;
  text-align: left;
  margin-right: auto; 
}


.under {
  font-weight: bold;
  background:linear-gradient(transparent 60%, #ffdc00 0%);
}


/*----- 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;
}

/*----- list -----*/

.list-box-1{
   background: #fef9ed; /* 背景色 */
   border-radius: 4px;
   max-width: 600px; /* 横幅 */
   padding: 2em;
   margin:0 auto;
}
@media screen and (max-width: 768px){
.article ul, .article ol {
    padding-left: 0px; /* スマホ閲覧時の余白リセット(cocoon) */
}
}

.list-2{
   list-style: none;
   padding:0;
   margin:0;
}
.list-2 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.4em;
}
.list-2 li:last-child{ 
   border:none;
}
.list-2 li:before {
   background-color:  #ffa952; /* 点の色 */
   position: absolute;
   content: '';
   top:0.9em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

.list-4{
  list-style: none;
  padding:0;
  margin:0;
}
.list-4 li { 
  border-bottom:2px dashed;
  border-color:#cdcdcd; /* 線の色 */
  position: relative;
  margin:0.5em 0 !important;
  max-width:500px; /* 横幅 */
  padding: 0 0 0.5em 1.4em;
}
.list-4 li:last-child{ 
  border:none;
}
.list-4 li:before {
  font-family: FontAwesome;
  content: "\f27a"; /*アイコン*/
  color:  #ffa952; /* 点の色 */
  position: absolute;
  left:0;
}


/*----- 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_price2 {
    font-size: 16px;
    color: #b22222;
    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: #000080;
  width: 100px;
  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: #444;
  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 p {
  font-size: 30px;
  color: #444;
  font-weight: bold;
  margin: 100px 0;
}

.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;
  }

  #fv .block {
    display: none;
  }

  #fv p {
    text-align: center;
    width: 80%;
    font-size: 16px;
    line-height: 1.8;
  }



  #fv .spimg {
    width: auto;
    display: block;
  }

  #fv .spimg img {
    width: 100%;
  }

  .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;
  }

  /*---------- DETAIL ----------*/
  .detail {
    width: auto;
    display: block;
  }

  .detail img {
    width: 100%;
    display: block;
  }

  .detail p.bold {
    width: 100%;
    display: block;
    font-size: 20px;
  }
　.detail p.bolds {
    width: 100%;
    display: block;
    font-size: 20px;
  }
	
 .detail p {
    width: 100%;
    display: block;
    font-size: 14px;
  }

	
　.detail p.bold2 {
    width: 95%;
    display: block;
    font-size: 20px;
  }
	
  .detail p.bold3 {
    width: 90%;
    display: block;
    font-size: 20px;
  }
	
  .detail p.bold4 {
    width: 80%;
    display: block;
    font-size: 20px;
  }
	
  .detail p.list {
    width: 85%;
    display: block;
	font-size: 12px;
  }
	
  .detail p {
    width: 85%;
    display: block;
  }



  /*----- 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;
    margin-bottom: 0;
  }

  .item_wrap .item {
    display: inline-block;
    width: 150px;
    margin: 0 10px 30px;
    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: 12px;
    width: 150px;
    display: block;
  }

  .item_wrap .item span.prd_name {
    font-size: 11px;
    color: #444;
    font-weight: bold;
    margin: 0;
    display: block;
    line-height: 1.2;
  }

  .item_wrap .item span.prd_num {
    font-size: 11px;
    color: #888;
    display: block;
    margin: 0;
  }

  .item_wrap .item span.prd_price {
    font-size: 11px;
    color: #444;
    font-weight: bold;
    margin: 0;
    display: block;
  }
	
  .item_wrap .item span.prd_price2 {
    font-size: 12px;
    color: #b22222;
    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: #000080;
    width: 100px;
    padding: 10px 0;
    border-radius: 20px;
    text-align: center;
    vertical-align: baseline;
    text-decoration: none;
    margin: 8px auto;
    font-size: 12px;
  }

/*
  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;
  }
}
