@charset "utf-8";
/* ============================
 COMMON
============================ */
body{ margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table{ margin: 0; }
img{ vertical-align: middle; border: 0; max-width: 100%; }
/* clearfix */
.cf:before,.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.oldie .cf { zoom: 1; }
.clear { clear: both; }
.indent { text-indent: -1em; padding-left: 1em; }
/* ============================
 SP
============================ */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  background-color: #fafffa;
}
a {
  outline: none;
  text-decoration: none;
  transition-duration: .2s;
}
a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.textC {
  text-align: center;
}
.pc { display: none; }
.sp { display: block; }
footer {
  font-size: 14px;
  text-align: center;
  padding-bottom: 19px;
  font-weight: 300;
  color:#000;
}
.bg_color {
  background-color: #fafffa;
}
#wrapper {
  width: 100%;
  margin: 0px auto;
  background-color: #fafffa ;
}

.main_ttl {
  padding: 30px 0;
}
.block_ttl {
  text-align: center;
  font-size: 20px;
  color: #0A4B8D;
  /*background-color: #4E8CCD;*/
  padding: 12px 0;
  border-radius: 3px;
}
hr {
  background-color: #0A4B8D;
  height: 2px;
  border: none;
  margin: 0;
}
ul { padding: 0; }
ul li { list-style: none; }
.sp_pd0 { padding: 0; }

/*商品詳細*/
.item_block_wrap {
  padding: 34px 0 80px;
}
.item_block_wrap .item_subttl {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.item_block_wrap .item_ttl {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}
.item_block_wrap .item_img {
  padding: 5px 10px 45px 10px;
}
.item_block_wrap .item_text {
  font-size: 18px;
  padding: 42px 0;
}
.item_block_wrap ul.item_pointList {
  margin-bottom: 40px;
}
.item_block_wrap ul.item_pointList li {
  margin-bottom: 12px;
}
.item_block_wrap ul.item_pointList li .item_point {
  font-size: 20px;
}
.item_block_wrap ul.item_pointList li .item_point::before {
  content: '▪';
}
.item_block_wrap .item_detail {
  font-size: 14px;
  margin-bottom: 34px;
}
.item_buy_block {
  margin-bottom: 34px;
}
.item_buy_block .shop_item_btn {
  margin-bottom: 36px;
}
.item_buy_block .shop_net_btn {
  background-color: #eee;
  padding: 20px 20px 10px;
  border-radius: 3px;
  text-align: center;
}
.item_buy_block .shop_net_btn p {
  font-size: 18px;
  margin-bottom: 20px;
  color:#313131;
}
.item_buy_block .shop_net_btn ul {
  font-size: 0;
}
.item_buy_block .shop_net_btn ul li {
  display: inline-block;
  width: 30%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.item_buy_block .shop_net_btn ul li img {
  width: 100px;
}
.item_buy_block .shop_net_btn ul li:nth-child(3n) {
  margin-right: 0;
}
.item_block_wrap .dl_btn {
  background-color: #374c26;
  width: 280px;
}
.item_block_wrap .dl_btn span {
  position: relative;
  font-size: 18px;
  padding-left: 45px;
  letter-spacing: -.5px;
}
.item_block_wrap .dl_btn span::before {
  content: '';
  background: url(../images/icon_pdf.png) no-repeat center/contain;
  width: 23px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.item_block_wrap .dl_btn a {
  display: block;
  padding: 17px 0;
  color: #000;
}

/*内容見本*/
.sample_block p {
  font-size: 18px;
  padding: 40px 0 30px;
}
.sample_block_list {
  margin-bottom: 65px;
}
.sample_block_list ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap:wrap;
  flex-wrap: wrap;
}
.sample_block_list ul li {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin: 5px;
}
.sample_block_list ul li.e_sample {
  border: 0px solid #374c26;
}

/*商品紹介*/
.shop_item_btn span {
  font-size: 18px;
  letter-spacing: -.5px;
}
.shop_item_btn span::before {
  position: absolute;
  content: '';
  width: 28px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
}

.shop_item_btn .btn_online {
  background-color: #eee;
  color: #313131;
  width: 280px;
  margin-bottom: 24px;
}
.shop_item_btn .btn_online a {
  position: relative;
  display: block;
  padding: 17px 0;
  color: #313131;
}
.shop_item_btn .btn_shopList {
  background-color: #fff;
  color: #374c26;
  border: 2px solid #374c26;
  width: 280px;
}
.shop_item_btn .btn_shopList a {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #374c26;
}

/* 001 */
.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size:13px
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

/* 002 */
.button002 a {
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    border: solid 2px #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size:13px
}
.button002 a:hover {
    background: #313131;
    color: #fff;
    border: solid 2px #313131;
}
.button002 a:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
    border-color: #fff;
}

  @media screen and (min-width: 481px) and (max-width: 768px) {
    .item_buy_block .shop_net_btn ul li {
      width: auto;
    }
    .item_buy_block .shop_net_btn ul li:nth-child(3n) {
      margin-right: 10px;
    }
  }

  /* ============================
   PC
  ============================ */
  @media screen and (min-width: 768px) {

  #wrapper {width: 1010px;}
  .pc { display: block; }
  .sp { display: none; }
  header { width: 980px; margin: 0 auto; }
  footer { font-size: 16px;}
  .item_ttl{ font-size: 38px; }
  .item_subttl{ font-size: 24px; }
  .item_point{ line-height: 34px; }
  .item_text{ line-height: 32px; }
  .item_detail{ line-height: 26px; }
  .sp_pd0 { padding: 0 15px; }

  /*商品詳細*/
  .item_block_wrap {
    padding: 80px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .item_block_wrap .left_block {
    margin-left: 20px;
    max-width: 345px;
  }
  .item_block_wrap .right_block {
    max-width: 580px;
  }
  .item_block_wrap .item_subttl {
    line-height: 1em;
    margin-bottom: 15px;
  }
  .item_block_wrap .item_ttl {
    line-height: 1em;
    margin-bottom: 30px;
  }
  .item_block_wrap .item_img {
    padding: 0 0 0px;
  }
  .item_block_wrap .item_text {
    font-size: 18px;
    padding: 30px 0 40px;
  }
  .item_block_wrap ul.item_pointList li {
    margin-bottom: 0;
  }
  .item_block_wrap .item_detail {
    margin-bottom: 10px;
  }
  .item_buy_block {
    margin-bottom: 0;
  }
  .item_buy_block .shop_item_btn {
    margin-bottom: 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .item_buy_block .shop_item_btn .btn_online,
  .item_buy_block .shop_item_btn .btn_shopList {
    margin-bottom: 0;
  }
  .item_buy_block .shop_net_btn {
    padding: 20px;
  }
  .item_buy_block .shop_net_btn ul li {
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .item_buy_block .shop_net_btn ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .item_buy_block .shop_net_btn ul li:last-child {
    margin-right: 0;
  }
  /*内容見本*/
  .sample_block_list {
    margin-bottom: 55px;
  }
  .sample_block_list ul li {
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px;
    margin-bottom: 25px;
  }
  .sample_block_list ul li:hover {
    border: none;
  }
  .sample_block_list ul li.e_sample a:hover {
    opacity: 1;
  }
  .sample_block_list ul li.e_sample img {
    width:100%;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  .sample_block_list ul li.e_sample img:hover {
    position: relative;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    border: 1px solid #535151;
    z-index: 10;
  }

  /*modal*/
  .fancybox-navigation .fancybox-button--arrow_left {
    position: absolute;
    /*left: calc(50% - 500px);*/
    left: 5%;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    position: absolute;
    /*right: calc(50% - 500px);*/
    right: 5%;
  }
  .fancybox-toolbar {
    /*position: absolute;*/
    /*top: calc(50% - 370px);*/
    /*right: calc(50% - 450px);*/
  }
  /*商品紹介*/
  .shop_item_btn {
    padding-top: 10px;
  }
  .shop_item_btn span {
    font-size: 18px;
    padding-left: 48px;
    letter-spacing: -.5px;
  }
  .shop_item_btn span::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
  }

  .shop_item_btn .btn_online {
    margin-bottom: 20px;
  }

h2{
  text-align: center;
  margin-bottom: 30px;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #9B845C;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* 001 */
.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

/* 002 */
.button002 a {
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    border: solid 2px #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button002 a:hover {
    background: #313131;
    color: #fff;
    border: solid 2px #313131;
}
.button002 a:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
    border-color: #fff;
}