@charset "UTF-8";
/* CSS Document */
/* #################### */
/* _valiables.scss */
/* #################### */
.main_w, #brandsite, #information, #banner_othersite, #link_etc {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .main_w, #brandsite, #information, #banner_othersite, #link_etc {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .main_w, #brandsite, #information, #banner_othersite, #link_etc {
    width: calc(100% - 40px);
  }
}

.main_w_full {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main_w_full {
    width: 100%;
  }
}

.cont_w {
  max-width: 940px;
  margin: 0 auto;
}

/*####################*/
/*汎用部品*/
/*####################*/
a.link_btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 1;
  position: relative;
  display: inline-block;
  margin: 0 0.5em 1em;
  padding: 0.3em 0.5em;
  border: solid 1px #333;
}

a.link_btn:hover {
  text-decoration: none;
}

.dot_underline {
  padding: 0.3em 0.5em;
  border-bottom: 1px dotted #333;
  background: #f6f6f6;
  color: #000;
}

/* #################### */
/* _valiables.scss */
/* #################### */
.main_w, #brandsite, #information, #banner_othersite, #link_etc {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .main_w, #brandsite, #information, #banner_othersite, #link_etc {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .main_w, #brandsite, #information, #banner_othersite, #link_etc {
    width: calc(100% - 40px);
  }
}

.main_w_full {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main_w_full {
    width: 100%;
  }
}

.cont_w {
  max-width: 940px;
  margin: 0 auto;
}

/*####################*/
/*汎用部品*/
/*####################*/
a.link_btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 1;
  position: relative;
  display: inline-block;
  margin: 0 0.5em 1em;
  padding: 0.3em 0.5em;
  border: solid 1px #333;
}

a.link_btn:hover {
  text-decoration: none;
}

.dot_underline {
  padding: 0.3em 0.5em;
  border-bottom: 1px dotted #333;
  background: #f6f6f6;
  color: #000;
}

/* #################### */
/* _parts.scss */
/* #################### */
/* CSS Document */
/*汎用クラス*/
/*##############################################*/
strong {
  font-weight: bold;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.textcenter {
  text-align: center;
}

img.center_img {
  display: block;
  margin: 0 auto 2em;
}

.img_cap_box {
  text-align: center;
  margin: 0 auto;
}

.img_cap_box img {
  margin: 0 auto 0.3em;
}

.img_cap_box p {
  font-size: 0.8em;
}

.img_cap_box p.copy {
  text-align: right;
}

hr.sikiri {
  border: solid #6e6e71;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_gray {
  border: solid #e6e6e6;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dashed {
  border: dashed #ccc;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dotted {
  border: dotted #666;
  border-width: 1px 0 0 0;
  margin: 40px 0 40px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.shikiri_ornament {
  clear: both;
  border: none;
  border-width: 0;
  width: 100%;
  height: 10px;
  margin: 2em auto;
  background: url(../../images/shikiri_ornament.png) center 50% no-repeat;
  background-size: 200px 5px;
}

.nodisp {
  position: absolute;
  left: -9999px;
}

.nolink {
  pointer-events: none;
}

/*文字サイズ関連*/
.rem14 {
  font-size: 1.4rem;
}

.rem12 {
  font-size: 1.2rem;
}

.rem09 {
  font-size: 0.9rem;
}

.rem08 {
  font-size: 0.8rem;
}

.rem07 {
  font-size: 0.7rem;
}

.em14 {
  font-size: 1.4em;
}

.em12 {
  font-size: 1.2em;
}

.em09 {
  font-size: 0.9em;
}

.em08 {
  font-size: 0.8em;
}

.em07 {
  font-size: 0.7em;
}

.r3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  zoom: 1;
  position: relative;
}

.r6, #item_search .serch_btn_wrap a, #item_search .serch_form_wrap {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 1;
  position: relative;
}

.r10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  zoom: 1;
  position: relative;
}

.r15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  zoom: 1;
  position: relative;
}

.r20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  zoom: 1;
  position: relative;
}

.mgn10 {
  margin: 10px;
}

.mgn15 {
  margin: 15px;
}

.mgn_v10 {
  margin: 10px auto;
}

.mgn_v15 {
  margin: 15px auto;
}

.mgn_v10 {
  margin: 10px auto;
}

.mgn_v20 {
  margin: 20px auto;
}

.mgn_t10 {
  margin-top: 10px;
}

.mgn_t20 {
  margin-top: 20px;
}

.mgn_b10 {
  margin-bottom: 10px;
}

.mgn_b20 {
  margin-bottom: 20px;
}

.pad15 {
  padding: 15px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.btn_hover:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
}

/*無印リスト*/
ul.normal {
  list-style: none;
  margin: 1em 0 1em 0.5em;
}

ul.normal li {
  margin: 0 0 0.5em 0;
}

/*黒丸リスト*/
ul.list_disc {
  list-style: disc;
  margin: 1em 0 1em 1.5em;
}

ul.list_disc li {
  margin: 0 0 0.5em 0;
}

/*数字リスト*/
ul.list_decimal {
  list-style: decimal;
  margin: 1em 0 1em 1.5em;
}

ul.list_disc li {
  margin: 0 0 0.5em 0;
}

/*日付見出しリスト汎用1　yyyy年m月d日想定*/
dl.list_date {
  overflow: hidden;
}

dl.list_date dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em 0em;
}

dl.list_date dd {
  margin: 0 0 0.5em 9em;
}

/*日付見出しリスト汎用2　yyyy/mm/dd想定*/
dl.list_date_narrow dt {
  clear: left;
  float: left;
  color: #000;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0;
}

dl.list_date_narrow dd {
  margin: 0 0 0.5em 7em;
  padding: 0.5em 0;
}

dl.list_date_narrow dd a {
  text-decoration: none;
  color: #000;
}

dl.list_date_narrow dd a:hover {
  text-decoration: underline;
}

/*※つきリスト*/
dl.list_asta dt {
  clear: left;
  float: left;
  width: 1.5em;
  margin: 0 0 0.2em 0;
  padding: 0;
}

dl.list_asta dd {
  margin: 0 0 0.2em 1.5em;
  padding: 0;
}

/*汎用テーブル線なし*/
table.normal_tbl {
  border-collapse: collapse;
  margin: 0 0 30px 0;
}

table.normal_tbl th {
  padding: 0.35em 0.6em 0.35em 0;
  vertical-align: top;
  white-space: nowrap;
}

table.normal_tbl td {
  padding: 0.35em 0.6em;
  vertical-align: top;
}

table.line_tbl {
  width: auto;
  margin: 20px 0;
  border-collapse: collapse;
}

table.line_tbl tr {
  border-top: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
}

table.line_tbl th {
  background-color: #dcdcdc;
  border-bottom: solid 1px #fff;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

table.line_tbl th:last-child {
  border-bottom: solid 1px #dcdcdc;
}

table.line_tbl td {
  background-color: #fff;
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 10px 15px;
  vertical-align: middle;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  /* 他のブラウザ用(＝通常の指定) */
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*本文*/
.honbun {
  margin: 0 0 2em;
}

.honbun p {
  margin: 0 0 1em;
}

/*トップページはスライダーがheaderとarticleの間にはいるため*/
/*####################*/
/*top画像　202011追加*/
/*####################*/
img.index_top {
  width: 100%;
  height: auto;
}

/*####################*/
/*スライド*/
/*####################*/
.slider {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0;
}

@media screen and (max-width: 960px) {
  .slider {
    margin: 0 auto 0;
  }
}

.slider_sp {
  display: block;
  width: 100vw;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

ul.slider li img,
ul.slider_sp li img {
  width: 100%;
  height: auto;
}

div.slider div img,
div.slider_sp div img {
  width: 100%;
  height: auto;
}

.slick-active {
  opacity: 1;
}

/*####################*/
/*ブランドサイト*/
/*####################*/
#brandsite {
  margin: 60px auto 20px;
}

@media screen and (max-width: 768px) {
  #brandsite {
    margin: 20px auto;
  }
}

#brandsite .banner_wrapper {
  overflow: hidden;
}

#brandsite .banner_wrapper ul {
  list-style: none;
}

#brandsite .banner_wrapper ul li {
  float: left;
  width: calc(calc(100% - 61px) / 3);
  height: auto;
  margin: 0 10px 20px;
}

@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop, #brandsite .banner_wrapper ul li {
    margin: 0 0 20px;
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  #brandsite .banner_wrapper ul li {
    width: calc(calc(100% - 41px) / 2);
  }
}

#brandsite .banner_wrapper ul li .product_link_wrap {
  overflow: hidden;
  margin: 3px 0 0;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #brandsite .banner_wrapper ul li .product_link_wrap {
    display: block;
  }
}

#brandsite .banner_wrapper ul li .product_link_wrap a {
  display: inline-block;
  width: calc(50% - 5px);
  text-decoration: none;
  text-align: center;
  border: none;
  margin: 0;
  padding: 8px 0;
  /* opacity: 0.7; */
}

#brandsite .banner_wrapper ul li .product_link_wrap a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  #brandsite .banner_wrapper ul li .product_link_wrap a {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  #brandsite .banner_wrapper ul li .product_link_wrap a {
    display: block;
    width: 100%;
    margin: 5px 0;
    letter-spacing: -1px;
  }
}

#brandsite .banner_wrapper ul li img {
  width: 100%;
  height: auto;
}

@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop, #brandsite .banner_wrapper ul li img {
    width: 95%;
    height: auto;
  }
}

#brandsite p.link_list {
  margin: 2em 0 3em;
  text-align: center;
}

#brandsite p.link_list a {
  font-size: 1.4rem;
  text-decoration: none;
  padding: 15px 50px;
}

@media screen and (max-width: 768px) {
  #brandsite p.link_list a {
    font-size: 1.2rem;
    padding: 15px 10px;
  }
}

/*####################*/
/*製品情報</h3>*/
/*####################*/
#item_search h3 {
  /* font-size: 2rem;
  font-weight: bold;
  color: #fff; */
  text-align: center;
  margin-top: 22px;

}

#item_search .serch_btn_wrap {
  margin: 30px 30px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #item_search h3 {
    /* font-size: 1.5rem;
    font-weight: bold;
    color: #fff; */
    text-align: center;
  }

  #item_search .serch_btn_wrap {
    margin: 20px 30px;
    display: block;
  }
}

#item_search .serch_btn_wrap a {
  display: block;
  width: calc(50% - 30px);
  padding: 40px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#item_search .serch_btn_wrap a.packageinserts {
  display: block;
  width: calc(1000% - 0px);
  padding: 10px 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #item_search .serch_btn_wrap a {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 0;
    font-size: 20px;
  }

  #item_search .serch_btn_wrap a.packageinserts {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 0;
    font-size: 20px;
  }


}

/* #item_search .serch_btn_wrap a:hover {
  color: #bb0202;
} */

#item_search .serch_btn_wrap a span::before {
  content: "＞";
  margin: 0 0.4em 0 0;
}

/* #item_search .serch_btn_wrap a span::before:hover {
  color: #fff;
} */

#item_search .serch_form_wrap {
  margin: 30px 30px;
  padding: 10px 10px;
  /* background-color: #fff;
  border: solid 1px #cecece; */
}

#item_search .serch_form_wrap h4 {
  float: left;
  width: 10em;
  font-size: 1.5rem;
  line-height: 44px;
  margin-left: 5px;
  /* color: #bb0202; */
}

@media screen and (max-width: 960px) {
  #item_search .serch_form_wrap h4 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    }

  #item_search .serch_form_wrap {
    margin: 20px 30px;
    display: block;
  }
}


@media screen and (max-width: 768px) {
  #item_search .serch_form_wrap h4 {
    float: none;
  }
}

#item_search .serch_form_wrap .goods-search {
  position: relative;
  height: 44px;
  width: calc(100% - 15em);
  margin: 0 0 0 15em;
  /* background: url(../../images/index/serch_btn.png) right top no-repeat #fff; */
    /* background: url(../../images/index/voice_input.png) right top no-repeat #fff; */
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #item_search .serch_form_wrap .goods-search {
    width: 100%;
    margin: 0 auto;
  }
}


#item_search .serch_form_wrap .goods-search input#searchsubmit {
  /* position: absolute; */
  width: 46px;
  height: 43px;
  left: 0px;
  top: 0px;
  border: none;
  cursor: pointer;
  float: right;
}


#item_search .serch_form_wrap .goods-search input.search-word {
  position: absolute;
  width: calc(100% - 82px);
  height: 42px;
  left: 0px;
  top: 0px;
  padding: 0 10px;
  border: none;
}

@media screen and (max-width: 768px) {
  #item_search .serch_form_wrap .goods-search input.search-word {
    width: calc(100% - 50px);
    font-size: 0.8em;
  }
}


/*####################*/
/*インフォメーション*/
/*####################*/
#information {
  margin: 20px auto 60px;
}

#information h3 {
  font-size: 1.84rem;
  /* font-weight: normal; */
  text-align: center;
  margin: 0 auto 25px;
}

@media screen and (max-width: 768px) {
  #information h3 {
    font-size: 1.5rem;
    font-weight: 600;
        font-feature-settings: "palt";
  }
}

#information a {
  display: block;
  text-decoration: none;
  margin: 0 0 1em 0;
  font-size: 1.23rem;
}

@media screen and (max-width: 768px) {
  #information a {
    font-size: 1rem;
  }
}

#information a dl dt.date {
  float: left;
  font-weight: normal;
  width: 10em;
}

@media screen and (max-width: 768px) {
  #information a dl dt.date {
    float: none;
    width: 100%;
  }
}

#information a dl dt.date::before {
  content: "▶︎";
  display: inline-block;
  margin: 0 0.6em 0 0;
}

#information a dl dd.headline {
  margin: 0 0 0 11em;
}

@media screen and (max-width: 768px) {
  #information a dl dd.headline {
    margin: 0 0 0;
  }
}

/*####################*/
/*外部サイトへのバナー*/
/*####################*/
#banner_othersite {
  margin: 20px auto 60px;
  text-align: center;
}

#banner_othersite h3 {
  font-size: 1.84rem;
  /* font-weight: normal; */
  text-align: center;
  margin: 0 auto 25px;
}

@media screen and (max-width: 768px) {
  #banner_othersite h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
    font-feature-settings: "palt";
  }
}


#banner_othersite a.banner {
  display: block;
  margin: 0 auto 60px;
}

#banner_othersite a.banner:last-child {
  margin: 0 auto;
}

#banner_othersite a.banner img {
  width: auto;
  max-width: 100%;
}

#banner_othersite a.banner img:hover {
opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #banner_othersite a.banner img {
height: auto;
 width: 100%;
  }
}

/*####################*/
/*関連サイト・SNS公式アカウント*/
/*####################*/
#link_etc {
  margin: 20px auto 60px;
}

#link_etc h3 {
  font-size: 1.84rem;
  /* font-weight: normal; */
  text-align: center;
  margin: 0 auto 25px;
}

@media screen and (max-width: 768px) {
  #link_etc h3 {
    font-size: 1.5rem;
  }
}


#link_etc .banner_wrap {
  overflow: hidden;
  margin: 0 auto 30px;
}

#link_etc .banner_wrap a {
  display: block;
  float: left;
  width: calc(calc(100% - 61px) / 3);
  margin: 0 10px 10px;
}

@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop, #link_etc .banner_wrap a {
    margin: 0 1px 10px;
   width: 33%;
  }
}



@media screen and (max-width: 768px) {
  #link_etc .banner_wrap a {
    width: calc(100% - 25px);
    /* width: calc(calc(100% - 100px) / 1); */
    /* width: calc(calc(100% - 41px) / 2); */
    /* margin-left: calc(calc(45% - 100px) / 1); */
    margin-bottom: 20px;
  }
}

/* @media screen and (max-width: 960px) {
  #link_etc .banner_wrap a  {
    margin-left: calc(calc(45% - 100px) / 1);
    margin-bottom: 20px;
  }
} */

#link_etc .banner_wrap a img {
  width: 100%;
  height: auto;
}

@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop,#link_etc .banner_wrap a img {
    width: 95%;
    height: auto;
  }
}

#link_etc .link_wrap {
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #link_etc .link_wrap {
    width: 80%;
  }
}

#link_etc .link_wrap .sns_clumn {
  float: left;
  width: calc(calc(100% - 253px) / 3);
  margin: 0 42px 10px;
  /* width: calc(calc(100% - 61px) / 3);
  margin: 0 10px 10px;   */
  text-align: center;

}

@media screen and (max-width: 768px) {
  #link_etc .link_wrap .sns_clumn {
    float: none;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
  }
}

#link_etc .link_wrap .sns_clumn h4 {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 0 1em 15px;
}

@media screen and (max-width: 768px) {
  #link_etc .link_wrap .sns_clumn h4 {
    padding: 0;
  }
}

#link_etc .link_wrap .sns_clumn h4.x_tw {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 0 60px 15px;
}

@media screen and (max-width: 768px) {
  #link_etc .link_wrap .sns_clumn h4.x_tw {
    padding: 0 46px;
  }
}

#link_etc .link_wrap .sns_clumn div.link_list {
  text-align: left;
}

#link_etc .link_wrap .sns_clumn div.link_list .sns-b {
  margin: 0 0 35px;
}

#link_etc .link_wrap .sns_clumn div.link_list .sns-b:hover {
  opacity: 0.5;
}

#link_etc .link_wrap .sns_clumn div.link_list .sns-b span {
  display: block;
  margin: 0 0 0 60px;
}

#link_etc .link_wrap .sns_clumn div.link_list .sns-b img {
  float: left;
  width: 40px;
  height: auto;
  vertical-align: middle;
}

#link_etc .link_wrap .sns_clumn div.link_list .sns-b a {
  text-decoration: none;
  overflow: hidden;
}

#link_etc .link_wrap .sns_clumn ul.link_list {
  list-style: none;
}

#link_etc .link_wrap .sns_clumn ul.link_list li {
  margin: 0 0 20px;
}

#link_etc .link_wrap .sns_clumn ul.link_list li a {
  text-decoration: none;
  display: table;
}

#link_etc .link_wrap .sns_clumn ul.link_list li a img.thumb {
  display: table-cell;
  width: 40px;
  height: auto;
  vertical-align: middle;
}

#link_etc .link_wrap .sns_clumn ul.link_list li a p.link_title {
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.2;
}

#link_etc .link_wrap .sns_clumn ul.link_list li a p.link_title span {
  display: block;
  font-size: smaller;
}


.img-sp {
    display: none;
}

@media screen and (max-width:768px) {
    .img-pc {
        display: none;
        height: auto;
    }

    .img-sp {
        display: block;
        height: auto;
    }
}
