/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body {
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  /* font: inherit; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.txtali {
  text-align: center;
}

dl {
  /* width:300px; */
}

dt {
  float: left;
}

dd {}

.spNo {
  display: none !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ma {
  margin: auto;
}

.wi100 {
  width: 100%;
  height: auto !important;
}

.wi90 {
  width: 90%;
  height: auto !important;
}

.wi80 {
  width: 80%;
  height: auto !important;
}

.wi70 {
  width: calc(70% - 10px);
  height: auto !important;
}

.wi60 {
  width: calc(60% - 10px);
  height: auto !important;
}

.wi50 {
  width: calc(50% - 1%);
  height: auto !important;
}

.wi40 {
  width: calc(40% - 15px);
  height: auto !important;
}

.wi30 {
  width: calc(30% - 15px);
  height: auto !important;
}

.wi20 {
  width: calc(20% - 15px);
  height: auto !important;
}

/* PCもSPも２カラムはこっち */
.flbSp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
}

.midashi {
  box-sizing: border-box;
  padding: 0 10px;
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 1.4rem;
}

.midashista1 {
  font-weight: bold;
  font-size: 1.2rem;
  background: #777777;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-radius: 0;
}

section#filsec {
  display: none;
}

.lp_main section.filsec_css {
  display: block !important;
  box-sizing: border-box;
  padding: 2%;
  background: #f9f9f9;
  transition: all 300ms 0s ease;
  border: solid 4px rgba(255, 220, 0, 0.4);
  border-radius: 5px;
}

.filterh2_css {
  box-sizing: border-box;
  padding: 40px 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.lp_main span.price {
  color: #CC0000 !important;
}

@media screen and (min-width:780px) {

  /*　画面サイズが1024pxからはここを読み込む　*/
  .pcNo {
    display: none !important;
  }

  .spNo {
    display: block !important;
  }

  .wipc25 {
    width: calc(25% - 10px);
  }

  .wipc50 {
    width: calc(50% - 10px);
  }

  /* PCのみ２カラムにする場合はこっち */
  .flbPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
  }
}

/*
*
*
*
*
*/
/*
ここからオリジナルCSS
*/
html, body {
  /* width: 100%; */
  min-width: unset;
}

.lp_main img, .header_sec img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  display: block;
}

.header_sec {
  background: rgba(255, 255, 255, 0.4);
  ;
}

.header_sec .header figure {}

.header_sec .header figure img {
  max-width: 1000px;
  margin: auto;
}

.lp_main {
  /* width: 10px; */
  margin: auto;
  /* max-width:1000px; */
  width: 100%;
}

.lp_main .header {
  background: none;
}

.lp_main .header figure {
  margin: auto;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}

.lp_main img, .header_sec img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  display: block;
}

.lp_main a img, .menu_Button img {
  width: 100%;
}

.lp_main .header figure img {
  width: 100%;
  display: block;
}

/* 商品一覧用のCSS */
li.back99 {
  background: none;
  list-style-type: none;
  border: solid 8px #ccc;
  border: none;
  padding: 50px 10px 65px 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  position: relative;
}

img.picture {
  margin: auto;
  display: block;
  border: none;
  max-width: 93%;
}

.procd, .proname, .sale_price {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  overflow: hidden;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  word-break: break-all;
  padding-top: 5px;
}

p.procd {
  text-align: center;
  /*text-indent: -6.3em;
  padding-left: 7em;*/
  line-height: 1.25;
}

.procd span {
  color: orange;
}

.proname {
  font-size: 1.2rem;
  padding: 10px 0px 5px 0px;
  background: none;
  color: #000;
  font-weight: normal !important;
  /*-- margin: 5px auto 5px; --*/
  overflow: hidden;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  word-break: break-all;
}

a.proname {
  text-align: center;
  /*text-indent: -1em;
  padding-left: 1.5em;*/
  line-height: 1.25;
  color: black;
  text-decoration: none;
}

a.procdbtn {
  background: #eebe2c;
  color: #fff !important;
  border-radius: 5px;
  width: 85%;
  display: block;
  margin: 10px auto;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transition: all 0.3s ease 0s;
}

a.procdbtn:hover {
  background: #eb8207;
  opacity: 1 !important;
}

/*
.procdbtn img{
    width: 100%;
    max-width: 95px;
    margin:auto;
    display: block;
    padding: 0;
}

 .lp_main h2{
margin:30px 0 20px;
font-weight:bold;
background: #000;
padding: 10px 0;
border-radius: 10px;
}
.lp_main h2 img{
margin:auto;
width: auto;
height: 30px;
} */
.wires50-20 {
  width: calc(50% - 10px);
}

.wires50-25 {
  width: calc(50% - 10px);
}

.wires50-30 {
  width: calc(50% - 10px);
}

.wires100-50 {
  width: calc(100% - 10px);
}

.news_Grp {
  position: relative;
}

.menu_Button {
  transition: all 300ms 0s ease;
  width: 90%;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.menu_Button ul {
  padding: 10px 10px 0;
  border-radius: 5px;
  border: solid 1px #eebe2c;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*.menu_Button ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.menu_Button ul::after{
  content:"";
  display: block;
  width:24%;
}*/
.menu_Button ul li {
  text-align: center;
  background: #eebe2c;
  /* padding: 10px 5px; */
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: s3;
  width: 19%;
  transition: all 0.3s ease 0s;
}

.menu_Button .last {
  width: 19%;
  opacity: 0;
}

.menu_Button ul li:hover {
  background: #eb8207;
}

.menu_Button ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 8px 0px;
}

.menu_Button.is-fixed {
  background: rgba(255, 255, 255, 0.4);
  max-width: 100%;
  /* box-shadow: 0px 0px 5px 4px rgba(116, 158, 179, 0.31); */
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 998;
  width: 100%;
  margin: 0;
  border-radius: 0px;
  height: 91px;
}

.menu_Button.is-fixed ul {
  border-radius: 0px;
}

.main_title {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.main_title img {
  width: 100%;
  display: block;
}

.lp_main h2.jsontitle {
  margin: 0px auto 10px;
  background: none;
  text-align: center;
  line-height: 1.3;
  width: 95%;
  font-size: 1rem;
}

.defoback {
  margin-top: 10px;
}

.btnf {
  position: relative;
  margin-bottom: 70px;
}

.btnf .procdbtn {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
}

.midashi {
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
}

.bottomclass {
  width: 90%;
  max-width: 500px;
  display: block;
  margin: 20px auto 30px;
}

.filsta {
  box-sizing: border-box;
  padding: 10px 5px;
  background: #d0d0d0;
  margin-bottom: 20px;
  border-radius: 5px;
}

.filsta h2 {
  padding: 0px 0px 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.0rem;
  background: none;
  text-shadow: none;
  color: #000;
}

/* .btst{
border-radius: 5px;
cursor:pointer;
box-sizing:border-box;
background: #D00059;
padding:5px 0;
color: #fff;
text-align: center;
} */
a.btst {
  /* display: inline-block; */
  font-size: 0.9rem;
  text-align: center;
  padding: 5px 0 3px;
  text-decoration: none;
  background: #D00059;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #92013f;
  border-radius: 3px;
}

a.reci {
  background: #009AD0;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #014b65;
}

a.btst:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.flg01 {
  background: #fafafa;
}

.flg02 {
  background: #faffd2;
}

.flg03 {
  background: #e0f9f3;
}

.flg04 {
  background: #f1ffdc;
}

.flg05 {
  background: #ecf0ff;
}

.flg06 {
  background: #fff9f0;
}

.flg07 {
  background: #fff0f0;
}

.flg08 {
  background: #f9f6ff;
}

.flg09 {
  background: #f1e9ff;
}

.resesta {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: block;
  color: #424242;
}

.resesta p {
  width: 100%;
}

.midashic {
  text-shadow: none;
  color: #000;
  font-weight: bold;
  font-size: 1.3rem;
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
  text-align: center;
  background: #1e50a2;
  padding: 20px 0 15px;
  border-radius: 10px;
  color: #fff;
}

.none {
  display: none;
}

#filsec .product {
  display: block !important;
}

.undoukai {
  background: #fff url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20190717/spwinevent/back_3.png) 0 0;
  background-repeat: repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 30px 0;
}

.maxwi1000 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.filter {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 10px 0;
  border-radius: 10px;
  box-sizing: border-box;
}

.midasta {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: none;
}

.midasta img {
  width: auto;
  max-height: 200px;
  margin: auto;
}

.imgfig {
  position: relative;
  overflow: hidden;
  height: 130px;
  margin-bottom: 10px;
}

.matome::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: aquamarine;
  position: absolute;
  top: 15px;
  left: 15px;
  background: url(https://www.smartschool.jp/contents/packages/default/img/icon/icon_43.png) no-repeat;
}

@media screen and (min-width:780px) {
  .wires50-20 {
    width: calc(20% - 10px);
  }

  .wires50-25 {
    width: calc(25% - 10px);
  }

  .wires50-30 {
    width: calc(33% - 10px);
  }

  .wires100-50 {
    width: calc(50% - 10px);
  }

  .procdbtn {
    padding-top: 10px;
  }

  .main_title img {
    width: 575px;
  }

  .btnf {
    position: relative;
    margin-bottom: 0px;
  }

  .btnf .procdbtn {
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 85px;
    margin: auto;
    width: 330px;
  }

  .btnf .procdbtn img {
    max-width: 135px;
  }
}

/* ログインバーを削除 */
section#loginBar {
  display: none;
}

/* #filsec li#a47435 ,#filsec li#a47434,#filsec li#a199658{
    display: none!important;
} */
/* ドロップダウンメニュー用 */
#dropmenu {
  list-style-type: none;
  padding: 10px;
}

#dropmenu li {
  position: relative;
  /* width: 20%; */
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#dropmenu li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  background: #805732;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 2px;
}

#dropmenu li ul {
  list-style: none;
  position: absolute;
  /*-- ボックスの配置方法＝絶対位置 --*/
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#dropmenu li ul li {
  overflow: hidden;
  /*-- ボックスの非表示 --*/
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
  /*-- 変化にかかる時間 --*/
}

#dropmenu li ul li a {
  padding: 10px;
  /*-- background: #805732; --*/
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  border-bottom: solid 1px white;
  border-top: solid 1px white;
  box-sizing: border-box;
  line-height: 1.3;
  height: 63px;
}

#dropmenu>li:hover>a {
  background: #c2be5e
}

#dropmenu>li:hover li:hover>a {
  background: #c2be5e
}

#dropmenu li:hover>ul>li {
  overflow: visible;
  /*-- ボックスの表示 --*/
  height: 50px;
}

#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}

#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

#dropmenu li ul li ul li a {
  background: #805732
}

#dropmenu li:hover ul li ul li:hover>a {
  background: #805732
}

#dropmenu li ul li ul:before {
  position: absolute;
  /*-- ボックスの配置方法＝絶対位置 --*/
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #805732;
  width: 100%;
}

#dropmenu li:last-child ul li ul:before {
  position: absolute;
  /*-- ボックスの配置方法＝絶対位置 --*/
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #805732;
  width: 100%;
}

.noclick {
  pointer-events: none;
}

/*----- 以下スマホ版指示 -----*/
@media only screen and (max-width: 670px) {

  /*ハンバーガーメニュー-----------------------------*/
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #f7781c;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.25rem;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    bottom: 20px;
    right: -4px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #eebe2c;
    border: 3px solid #fff;
    border-radius: 3px 0 0 3px;
  }

  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 25px;
  }

  .openbtn span:nth-of-type(3) {
    top: 35px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }


  /*ハンバーガーメニューここまで---------------*/
  /*商品一覧*/
  li.back99 {
    padding: 30px 0 65px;
    margin-bottom: 12px;
  }

  .procdbtn {
    border-radius: 7px;
    width: 88%;
    display: block;
    margin: 10px auto;
    padding: 9px;
  }

  .procd {
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
    white-space: pre-wrap;
    margin: 0px 7px;
  }

  .proname {
    margin: 0px;
    line-height: 17px;
  }

  .sale_price {
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
    /*white-space:pre-line;*/
    margin: 0px 7px;
  }

  .proname {
    font-size: 1rem;
    padding: 5px;
    background: none;
    color: #000;
    font-weight: bold;
    /*-- margin: 5px auto 5px; --*/
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
  }

  .menu_Button {
    transition: all 300ms 0s ease;
    width: 90%;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
  }
}

/*product_Grp*/
.product_Grp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.back99 a {
  text-decoration: none;
  color: #fff;
}

.back99 form>div {
  background: #fff;
  max-height: 150px;
  margin-bottom: 10px;
}

.back99 form>div img {
  height: 150px;
  width: auto;
}

.back99 img.picture {
  margin: auto;
  display: block;
  border: none;
}

.product_Grp::before {
  content: "";
  display: block;
  width: calc(25% - 10px);
  order: 1;
}

.product_Grp::after {
  content: "";
  display: block;
  width: calc(25% - 10px);
}

.business_pack_list {
  display: none;
}

i.fa-shopping-cart {
  margin-right: 8px;
  color: #fff;
}
