@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  display: block;
  font-family: "Noto Sans JP";
  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: url(img/fv_bg.jpg);
  background-size: cover;
  display: block;
  margin: 0 auto;
}

#fv .block {
  width: 1366px;
  height: 630px;
  margin: 0 auto;
  background: url(img/fv_bg.png) no-repeat center center;
}

#fv p {
  text-align: left;
  margin-left: 100px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

#fv img {
  margin: 60px 100px 20px;
}

#main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center
}

.anchor {
  width: 1366px;
  margin: 100px auto;
}

.anchor img.which {
  margin-bottom: 50px;
}

.anchor li {
  margin: 0 12px;
  display: inline-block;
}

.cover {
  background: url(img/cover_sq.png) no-repeat center center #eaa041;
  height: 400px;
  width: 100%;
}

.intro {
  width: 1366px;
  margin: 0 auto;
}

.intro .inner {
  width: 1130px;
  margin: 100px auto 50px;
  display: block;
  height: 550px;
  text-align: center;
}

.intro img.main {
  display: inline-block;
  width: 500px;
  margin-left: 20px;
  float: right;
}

.intro a:hover img {
  opacity: 0.5;
}

.intro img.logo {
  display: block;
  width: auto;
  margin: 0 0 20px;
  float: left;
}

.intro p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 560px;
  line-height: 2.0;
  font-size: 15px;
  text-align: left;
  float: left;
}

.video {
  margin: 0 auto;
  width: 1366px;
}

.feature {
  display: block;
  margin: 50px auto 150px;
  width: 1366px;
}

.feature .feature_block {
  margin: 0 50px 10px;
  width: 457px;
  display: inline-block;
  vertical-align: top;
}

.feature img {
  display: inline-block;
  float: left;
  width: 150px;
}

.feature p {
  display: inline-block;
  width: 287px;
  float: right;
  margin: 0;
  font-size: 13px;
  text-align: left;
}

/***********ITEM見出し装飾ここから***********/
.head_test {
  margin: 0;
  font-size: 30px;
  position: relative;
  font-weight: bold;
  color: #ff6920;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
}

.head_test-wrap {
  margin: 0 auto;
  width: 1366px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 15px;
}

.head_test-wrap:before {
  content: '';
  background-color: #ff6920;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

span.sub {
  font-size: 18px;
  color: #ffaa80;
  width: 1366px;
  margin: 0 auto;
  display: block;
}

/***********ITEM見出し装飾ここまで***********/


/*********ITEM見出し背景色ver**********/
.head_title {
  margin: 0 auto;
  width: 1366px;
  height: 60px;
}


/*********ITEM見出し背景色verここまで**********/


.item_wrap {
  margin-bottom: 200px;
  width: 1366px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.item_wrap .item {
  display: inline-block;
  width: 250px;
  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: 250px;
  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;
}

/*****intro 価格*****/
.intro span.prd_name {
  font-size: 20px;
  color: #444;
  font-weight: bold;
  margin: 0;
  display: block;
  line-height: 1.2;
}

.intro span.prd_num {
  font-size: 18px;
  color: #888;
  display: block;
  margin: 0;
}

.intro span.prd_price {
  font-size: 25px;
  color: #444;
  font-weight: bold;
  margin: 0;
  display: block;
}

.intro span.prd_txt {
  font-size: 15px;
  color: #444;
  margin: 30px 0;
  display: block;
  line-height: 1.8;
}

/*****itemLarge*****/
.item_wrap .itemLarge {
  display: block;
  width: 600px;
  height: 300px;
  margin: 0 auto 30px;
  vertical-align: middle;
}

.item_wrap .itemLarge a {
  display: block;
  text-decoration: none;
}

.item_wrap .itemLarge a:hover {
  opacity: 0.5;
}

.item_wrap .itemLarge img {
  margin-right: 50px;
  width: 300px;
  display: inline-block;
  float: left;
}

.item_wrap .itemLarge p {
  height: 300px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.item_wrap .itemLarge span.prd_name {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  margin: 0;
  display: block;
  line-height: 1.2;
}

.item_wrap .itemLarge span.prd_num {
  font-size: 12px;
  color: #888;
  display: block;
  margin: 0;
}

.item_wrap .itemLarge span.prd_price {
  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: 5px 0;
  border-radius: 20px;
  text-align: center;
  vertical-align: baseline;
  text-decoration: none;
  margin: 20px 0;
}

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ボタンここまで***********/
/***********MOREボタンここから***********/
a.more {
  display: block;
  color: #444;
  background-color: #fff;
  width: 200px;
  padding: 5px 0;
  border: solid 2px #444;
  border-radius: 20px;
  text-align: center;
  vertical-align: baseline;
  text-decoration: none;
  margin: 30px auto 0;
}

a.more:hover {
  opacity: 0.5;
}

/***********MOREボタンここまで***********/
#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;
}

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;
  }

  #fv {
    width: auto;
    height: 500px;
    text-align: center;
    background: url(img/fv_sp_L.png) no-repeat center center;
    background-size:auto 100%;
  }

  #fv .block {
    display: 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;
  }

  .anchor {
    width: auto;
    text-align: center;
    margin: 50px auto;
    padding: 0;
  }

  .anchor img.which {
    width: 100%;
    margin-bottom: 10px;
  }

  .anchor ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: none;
  }

  .anchor li {
    margin: 5px;
    padding: 0;
  }

  .imgWrap {
    /*overflow: hidden;
    拡大時にはみ出た部分を隠す*/
    width: 120px;
    /*画像の幅・・・5つのときは100pxにする*/
    height: 144px;
    /*画像の高さ・・・5つのときは120pxにする*/
    display: inline-block;
  }

  .cover {
    width: auto;
    background: url(img/sp_cover_sq.png) no-repeat left #eaa041;
    height: 250px;
  }

  .intro {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .intro .inner {
    height: auto;
    width: auto;
    display: block;
    margin: 50px auto;
  }

  .intro img.main {
    float: none;
    display: block;
    margin: 10px auto;
    width: 100%;
  }

  .intro img.logo {
    float: none;
    display: block;
    margin: 20px 40px;
  }

  .intro p {
    display: block;
    width: auto;
    margin: 0 40px;
    font-size: 14px;
    line-height: 1.8;
  }

  .video {
    width: auto;
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }

  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .feature {
    width: auto;
    display: block;
    margin-bottom: 0;
  }

  .feature .feature_block {
    width: 450px;
    margin-bottom: 50px;
  }

  .feature img {
    margin-right: 10px;
  }

  a.buy {
    margin: 20px auto;
  }

  /***********ITEM見出し装飾ここから***********/
  .head_test-wrap {
    width: auto;
  }

  .head_test-wrap:before {
    margin: auto;
  }

  span.sub {
    width: auto;
  }

  .head_title {
    width: auto;
  }

  .head_title img {
    width: 100%;
  }

  /***********ITEM見出し装飾ここまで***********/
  .item_wrap {
    width: auto;
    display: block;
    margin-bottom: 100px;
  }

  .item_wrap .itemLarge {
    width: auto;
    height: auto;
  }

  .item_wrap .itemLarge img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 250px;
  }

  .item_wrap .itemLarge p {
    display: block;
    height: auto;
  }

  #footer {
    height: 300px;
  }

  #footer p {
    padding: 55px 0 10px;
  }
}

@media screen and (max-width: 600px) {
  .feature {
    width: auto;
    display: block;
    margin: 50px auto 50px;
  }

  .feature .feature_block {
    width: auto;
    margin-bottom: 50px;
    text-align: center;
  }

  .feature img {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    float: none;
  }

  .feature p {
    display: block;
    width: 100%;
  }

  .head_test-wrap {
    width: auto;
    margin-top: 20px;
  }
}
