@charset "UTF-8";
/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.float-list li {
  float: left;
}

/* Base */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: normal;
  src: url("../font/NotoSansCJKjp-Regular.eot"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansCJKjp-Medium-subset.eot"), url("../font/NotoSansCJKjp-Medium-subset.woff") format("woff"), url("../font/NotoSansCJKjp-Medium-subset.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 800;
  src: url("../font/NotoSansCJKjp-Bold-subset.eot"), url("../font/NotoSansCJKjp-Bold-subset.woff") format("woff"), url("../font/NotoSansCJKjp-Bold-subset.ttf") format("truetype");
}
body {
  line-height: 1.9;
  font-size: 1.4rem;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 1;
}

a:link {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

p {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  max-height: 100%;
}

.dummy {
  text-decoration: line-through !important;
  color: #f00 !important;
}

/* Layout */
/*==============================
共通要素
==============================*/
/*==============================
ヘッダー
==============================*/
.header-title {
  padding: 2px 8px;
  background: #3b3b36;
  font-size: 0.5rem;
  color: #fff;
  line-height: 1.6;
  text-align: left;
}
.l-header img {
  width: 100%;
}

.l-header {
  z-index: 1;
  top: 0;
  width: 100%;
  background: #fff none repeat scroll 0 0;
  position: fixed;
}

.l-header .header-logo {
  float: left;
  height: 32px;
  margin: 10px 0 9px 10px;
  width: 134px;
}

.l-header .header-menu {
  float: right;
  height: 29px;
  margin: 10px 10px 0 0;
  width: 40px;
}

.l-header .header-menu2 {
  float: right;
  height: 29px;
  margin: 10px 10px 0 0;
  width: 40px;
}

.menu-outer {
  display: none;
  position: relative;
}

.menu-outer .js-menu {
  left: 0;
  margin-top: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.menu-outer .js-menu p {
  background: rgba(33, 33, 33, 0.8) none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  display: table;
  position: relative;
  width: 100%;
}

.menu-outer .js-menu p span {
  color: #fff;
  display: table-cell;
  font-size: 1.3rem;
  padding: 20px 0 20px 20px;
}

.menu-outer .js-menu p img {
  display: table-cell;
  height: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 30px;
  width: 10px;
}

.menu-outer .js-menu p a {
  color: #fff;
  display: block;
  text-decoration: none;
}

/*==============================
グローバルナビ
==============================*/
.l-mv {
  margin-top: 51px;
  padding: 37vw 4% 6vw;
  background: url(../../special/pressure/img/201310_01sp/top/mv_bg.png) no-repeat center top;
  background-size: 100% 100%;
}
.l-mv ul li + li {
  margin: 1vw 0 0;
}

/*==============================
グローバルナビ
==============================*/
.l-navi {
  padding: 2vw 4% 10vw;
}
.l-navi ul {
  display: table;
  margin: 0 auto 2vw;
}
.l-navi ul li {
  width: 27vw;
}
.l-navi ul li + li {
  margin: 0 0 0 3vw;
}

/*==============================
コンテンツ
==============================*/
.l-contents .mainbox img {
  width: 100%;
  height: auto;
}
.l-contents .smallbox {
  padding: 0 4%;
}
.l-contents p {
  font-size: 1.4rem;
  color: #000000;
  margin: 0 0 2rem;
}
.l-contents .page-btn a {
  padding: 1rem;
  display: block;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  border: 1px solid #000000;
  background: url(../../special/pressure/img/201310_01sp/top/arrow_btn.png) no-repeat 95% center;
}

/*==============================
フッター
==============================*/
.l-footer .footer-link {
  background: #f4f4f4;
  width: 50%;
}

.l-footer .footer-link a {
  display: block;
  padding: 12px 0 12px 10px;
  border: 1px solid #a7a7a7;
  background: url(https://www.hidaka-shop.com/shared/img/special_lp_sp/layout/footer/footer_nav.png) 92% center no-repeat;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
}

.l-footer .copyright {
  padding: 8px;
  background: #3b3b36;
  font-size: 0.75rem;
  color: #999;
  line-height: 1.6;
  text-align: center;
}

.go-page-top {
  margin: 35px 10px 10px 0;
}

.go-page-top p {
  float: right;
  height: 50px;
  width: 50px;
}

/* ▼2018/03/09 文字サイズ修正▼ */
.menu-outer .js-menu p span{
  font-size: 2.08rem;
}
.l-footer .footer-link a{
  font-size: 1.6rem;
}
.l-contents p{
  font-size: 1.46rem;
}
.l-top-movie ul li p{
  font-size: 1.46rem;
}
.l-top-attractive div.panel p{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-02 span{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-02 .charm-table-01 tr td{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-02 .box h5{
  font-size: 1.66rem;
}
.l-top-attractive div.panel .charm-02 .charm-table-02 tr td{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-02 .charm-table tr th{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-02 .box table tr th{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-02 .box table tr td{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-03 .box .product dl dd a{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-02 .charm-table tr td{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-03 .box h6{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-03 .box{
  padding: 2rem 1.4rem;
}
.l-top-safe .safe-product dl dd a{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-03 .box .note{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-03 .box .product dl{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-top-attractive div.panel .charm-03 .box .txt{
  padding: 0 7%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-top-attractive div.panel .charm-03 .box .txt li p{
  font-size: 1.46rem;
}
.l-top-attractive div.panel .charm-03 .box .txt li{
  padding: 0;
  width: 46%;
}
.l-top-attractive div.panel .charm-03 .box .txt li:last-child{
  padding: 0;
}
.l-top-attractive div.panel .charm-03 .box .product dl dd{
  width: 45%;
}
/* ▲2018/03/09 文字サイズ修正▲ */

/* ▼2018/03/16 ヘッダー「年末年始休業のお知らせ」崩れ修正▼ */
.l-header .header-info {
  margin: 0 0 0 10px;
  max-width: 20%;
  display: inline-block;
}
/* ▲2018/03/16 ヘッダー「年末年始休業のお知らせ」崩れ修正▲ */

/* ▼2018/03/16 ハンバーガーメニュー背景▼ */
.menu-outer .js-menu p{
  background: #4D4D4D;
}
/* ▲2018/03/16 ハンバーガーメニュー背景▲ */
