@charset "euc-jp";
@import url(https://ast.13hama.jp/css/style.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'entypo';
  src: url("https://cdn.jsdelivr.net/font-entypo/0.1/dev/entypo.eot");
  src: url("https://cdn.jsdelivr.net/font-entypo/0.1/dev/entypo.eot#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/font-entypo/0.1/dev/entypo.ttf") format("truetype"), url("https://cdn.jsdelivr.net/font-entypo/0.1/dev/entypo.woff") format("woff"), url("https://cdn.jsdelivr.net/font-entypo/0.1/dev/entypo.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', 'Noto Sans JP', '游ゴシック', 'Yu Gothic', YuGothic, メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  /*-webkit-backface-visibility: hidden;*/
  image-rendering: -webkit-optimize-contrast;
}
a {
  color: #000;
  -moz-transition: ease-in 0.25s;
  -o-transition: ease-in 0.25s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
a:hover {
  color: #760414;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-size: 1em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -moz-transition: ease-in 0.25s;
  -o-transition: ease-in 0.25s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}
.font-mincho {
   font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
/* AOS */
#wrapper [data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform
}
#wrapper [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0)
}
#wrapper [data-aos=fade-up] {
  transform: translateY(50px);
}
/*
 * layout
 */
/* header fadeIn */
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#page-wrapper {
  position: relative;
}
#wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0;
  }
}
/*
 * header
 */
#header {
  position: relative;
  z-index: 2;
  margin: auto;
  background:#fff;
}
#header-logo-block {
  max-width: 1200px;
  margin: 60px auto;
  position: relative;
}
/* header logo */
.shop-name {
  text-align: center;
  max-width: 426px;
  width: 100%;
  margin: auto;
}
.shop-name strong, .shop-name span {
  display: block;
  color: #000;
}
.shop-name img {
  max-width: 205px;
}
.shop-description {
  font-size: 14px;
  font-size: 1em;
  font-weight: 400;
  line-height: 2.0;
  color: #000;
  text-align: center;
  margin-top: 1.6%;
  margin-bottom: 2.916%;
}
.top .shop-description {
  margin-bottom: 5.3%;
}
.shop-description .font-mincho {
  font-weight: bold;
}
@media (max-width: 768px) {
  .slide-nav{
    z-index: 10;
  }
  #header {}
  #header-logo-block {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  #header-logo img{
    width: 120px;
  }

  /* btn viewcart */
.btn.btn-viewcart {
  width: 44px !important;
  height: 44px !important;
  margin-left: .5em;
  line-height: 1.71;
}
.btn-viewcart-inner {
  left: 0;
  top: 50%;
  width: 44px !important;
}

.btn.btn-viewcart i {
  font-size: 16px !important;
}
.btn.btn-viewcart .icon-w {
  width: 16px !important;
  height: 16px !important;
}

  .shop-name strong {
    font-size: 2.28em;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .shop-name span {
    margin-bottom: 3.521%;
  }
  .shop-description {
    margin-bottom: 1.6%;
    line-height: 1.75;
    font-size: 0.857em;
  }
}
/* header link */
.header-line-nav .header-link {
  float: right;
  padding: 0;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* header-line-nav */
.header-line-nav {
  margin-bottom: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.top .header-line-nav {
  margin-bottom: 3.33%;
}
/* .header-line-nav ul {
  margin-bottom: 0;
} */
.header-line-nav li {
  margin-left: 1px;
}
.header-line-nav a {
  font-size: 1em;
  padding: .15em .5em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 1.71;
  display: inline-block;
}
.header-line-nav a:after {
  content: "";
  position: relative;
  margin-top: 10px;
  display: block;
  height: 1px;
  width: 0;
  background-color: #c21930;
  -moz-transition: ease-in 0.25s;
  -o-transition: ease-in 0.25s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
.header-line-nav a:hover {
  color: #c21930;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.header-line-nav a:hover:after {
  width: 100%;
}
.header-line-nav i {
  margin-top: 5px;
  margin-right: .3em;
}
@media (max-width: 768px) {
  .header-line-nav {
    right: 20px;
    /* top: 33px; */
    top: 28px;
  }
}
/* btn viewcart */
.btn.btn-viewcart {
  width: 64px;
  height: 64px;
  margin-left: .5em;
  border: 0 none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #760414;
  color: #fff;
  font-weight: 500;
  min-width: inherit;
  line-height: 1.71;
}
.btn.btn-viewcart.empty {
  background: #000;
}
.btn-viewcart-inner {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
}
.btn.btn-viewcart:hover {
  background: #760414;
}
.btn.btn-viewcart:not(.empty):hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  color: #fff;
}
.btn.btn-viewcart:before, .btn.btn-viewcart:after {
  content: none;
}
.btn.btn-viewcart.empty .count {
  color: #fff;
}
.btn.btn-viewcart i {
  font-size: 24px;
  line-height: 1;
}
.btn.btn-viewcart .icon-w {
  width: 24px;
  height: 24px;
}
.btn.btn-viewcart .count {
  color: #fff100;
}
.view-cart .count {
  color: #fff100;
}
.view-cart .empty .count {
  color: #fff;
}
/* header global nav */
#header-global-nav {
  background: #204116 url("https://img21.shop-pro.jp/PA01463/022/etc/bg_pat_green%402x.png?cmsp_timestamp=20210210171307");
  text-align: center;
  font-size: 1em;
}
#header-global-nav ul.inline {
  margin-bottom: 0;
}
#header-global-nav li {
  position: relative;
  margin: 0;
  color: #c3c7c2;
}
#header-global-nav a {
  display: inline-block;
  padding: 1.5em .65em;
  color: #c3c7c2;
}
#header-global-nav a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header-global-nav .btn-dropdown {
  padding: 1.5em .65em;
  -moz-transition: ease-in 0.25s;
  -o-transition: ease-in 0.25s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
#header-global-nav .btn-dropdown:hover {
  color: #fff;
}
#header-global-nav i {
  margin-right: 0.25em;
}
#header-global-nav .header_category_lst {
  position: absolute;
  left: -25px;
  z-index: 101;
  width: 190px;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#header-global-nav .header_category_lst li {
  display: block;
  text-align: left;
}
#header-global-nav .header_category_lst li a {
  padding: 5px 30px;
  color: #000;
}
#header-global-nav .header_category_lst li a:hover {
  color: #760414;
}
/* sp btn */
#sp_header_btn {
  width: 50px;
  height: 23px;
  padding: 10px;
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
  -moz-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  z-index: 10000;
}
#sp_header_btn span {
  display: block;
  height: 3px;
  text-indent: -9999px;
  background: #000;
  overflow: hidden;
  -moz-border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  -moz-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
#sp_header_btn:before, #sp_header_btn:after {
  content: "";
  position: absolute;
  display: block;
  background: #000;
  width: 30px;
  height: 3px;
  -moz-border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  -moz-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
#sp_header_btn:before {
  top: 0;
}
#sp_header_btn:after {
  bottom: 0;
}
#sp_header_btn.active {
  /*left: 73%;*/
  left: 300px;
  margin-left: -50px;
}
#sp_header_btn.active span, #sp_header_btn.active:before, #sp_header_btn.active:after {
  background: #fff;
}
#sp_header_btn.active:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
#sp_header_btn.active span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#sp_header_btn.active:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 10px;
}
/*@media (max-width: 980px) {*/
@media (max-width:1050px) {
  #header .hidden-phone {
    display: none !important;
  }
  #header .hidden-desktop {
    display: inherit !important;
  }
  .sp_header_menu {
    width: 300px;
    /*max-width:300px;*/
    height: 100%;
    position: fixed;
    padding: 55px 20px 20px;
    top: 0;
    left: -100%;
    z-index: 9999;
    overflow: scroll;
    background: #000;
    -moz-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }
  .sp_header_menu.active {
    left: 0;
  }
  .sp_header_menu ul {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 2.0;
    text-align: left;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }
  .sp_header_menu ul li {
    display: block;
    padding: 0;
  }
  .sp_header_menu ul li a {
    padding: 5px 0;
    display: block;
    color: #fff;
  }
  .sp_header_menu ul li .btn-dropdown {
    padding: 5px 0;
    display: block;
    color: #fff;
    text-align: left;
  }
  .sp_header_menu ul li .dropdown-nav {
    padding-left: 1em;
  }
  .sp_header_menu ul li .dropdown-nav ul {
    padding-left: 1em;
  }
  .sp_header_menu ul + ul {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
  }
  .sp_header_menu .count {
    width: 1.8em;
    line-height: 1.8em;
    vertical-align: baseline;
  }
}

/* main img */
.mainimg {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 980px) {
  .mainimg {
    z-index: 0;
  }
}

/* main content header */
.main_header {
  text-align: center;
  z-index: 2;
}
.main_header .ttl {
  color: #000;
  text-align: center;
  font-size: 1.857em;
  font-weight: 400;
  margin-top: 1.7em;
  margin-bottom: 1.5em;
}
.main_header .ttl a {
  display: inline-block;
}
@media (max-width: 768px) {
  .main_header .ttl {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .main_header .ttl {
    font-size: 1.57em;
  }
}

/* contents */
#contents {
  padding-top: 4.861%;
}
#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0;
}
#contents .topicpath-nav a {
  margin-left: 5px;
}
/* topic path */
#topicpath {
  padding: 1.5em 0;
  background: url(https://img21.shop-pro.jp/PA01463/022/etc/bg_pat_gray%402x.png?cmsp_timestamp=20210218225207);
  font-size: 1em;
  font-weight: 500;
}
#topicpath ul {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 0;
}
#topicpath ul > li {
  padding: 0;
}
@media (max-width: 480px) {
  #topicpath {
    font-size: 0.714em;
  }
}
/* common recommend */
#common_recommend {
  padding-bottom: 30px;
}
/*
 * footer
 */
#footer {
  padding-top: 2.77%;
  font-weight: 300;
  text-align: center;
  position: relative;
  background:#fff;
}

@media (max-width: 480px) {
  #footer {
    padding-top: 3em;
  }
}

#footer .inline {
  font-size: 14px;
}
#footer .inline li {
  border-left: 1px solid #000;
  padding-left: 20px;
  padding-right: 20px;
}
#top_footer .inline li:first-child {
  border-left: 0 none;
}
#footer .footer_bar {
  margin-top: 50px;
  padding-bottom: 150px;
  position: relative;
  background: #000 url("https://img21.shop-pro.jp/PA01463/022/etc/bg_pat_bk%402x.png");
  color: #fff;
}
#footer .footer_bar_inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
#footer .footer_bar .totop {
  margin: 0;
  position: absolute;
  right: 0;
  top: -32px;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
}
#footer .footer_bar .totop a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #000;
}
#footer .footer_bar .totop a:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-family: 'entypo' !important;
  vertical-align: baseline;
  font-size: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#footer .footer_bar .totop a:hover {
  background-color: #760414;
  color: #fff;
}
#footer .footer_bar .copyright {
  line-height: 60px;
  font-size: 0.857em;
  margin: 0;
}
@media (max-width: 768px) {
  #footer .inline {
    margin-bottom: 8%;
  }
  #footer .inline li {
    display: block;
    border-left: 0 none;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .inline li a {
    position: relative;
    display: block;
    padding: 1%;
  }
  #footer .footer_bar {
    margin-top: 0;
  }
  #footer .footer_bar .totop {}
  #footer .footer_bar .copyright {
    line-height: 50px;
  }
}
/*
 * temp
 */
/* section */
.section {
  padding: 100px 0;
  width: 96%;
  max-width: 1200px;
  margin: auto;
}
.mainimg + .section {
  border-top: 0 none;
}
.section .content800 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.section p.txt {
  font-size: 1em;
  line-height: 2.0;
  text-align: left;
  text-align: justify;
}
@media (max-width: 768px) {
  .section {
    width: 88%;
    padding: 35px 0;
  }
}
@media (max-width: 480px) {
  .section p.txt {
    font-size: 0.857em;
  }
}
/* title */
.o_ttl {
  font: 1.714em/1.6 "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #000;
  text-align: left;
  margin-top: 0;
}
.ttl-h2 {
  position: relative;
  margin: 0 auto 3%;
  text-align: center;
}
.ttl-h2 .en, .ttl-h2 .jp {
  display: block;
}
.ttl-h2 .en {
  font-size: 2.14em;
  font-style: italic;
  font-weight: 200;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
.ttl-h2 .jp {
  font-weight: 400;
  font-size: 1.143em;
}
.ttl-h2l {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  padding-right: 1em;
  border-right: 2px solid #ca1028;
}
.ttl-h2l .en, .ttl-h2l .jp {
  display: block;
}
.ttl-h2l .en {
  font-size: 0.857em;
  font-weight: normal;
  line-height: 2.33;
  color: #000;
}
.ttl-h2l .en em {
  color: #c21930;
  font-style: normal;
}
.ttl-h2l .jp {
  font-size: 2.85em;
  line-height: 1.2;
  color: #ca1028;
  margin-right: 0.2em;
}
.ttl-h3 {
  font-size: 2em;
  color: #000;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 4%;
  margin: 4% 0;
  border-bottom: 1px solid #000;
  font-weight: 400;
}
@media (max-width: 480px) {
  .o_ttl {
    font-size: 1.28em;
    line-height: 1.8;
  }
  .ttl-h2 {
    margin-bottom: 5.83%;
  }
  .ttl-h2 .en {
    font-size: 2em;
  }
  .ttl-h2 .en + .jp {}
  .ttl-h2 .jp {
    font-size: 1em;
  }
  .ttl-h2l {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -o-writing-mode: inherit;
    writing-mode: inherit;
    padding-right: 0;
    padding-bottom: 1em;
    border-right: 0 none;
    border-bottom: 2px solid #ca1028;
  }
  .ttl-h2l .jp {
    font-size: 2em;
  }
  .ttl-h3 {
    font-size: 1.285em;
  }
}
/* table */
.table {
  margin-bottom: auto;
  border-bottom: 1px solid #ccc;
}
.table th, .table td {
  padding: 1em 4%;
  border-top-color: #ccc;
  vertical-align: top;
}
.table th {
  width: 30%;
}
.table td {
  padding-left: 0;
}
.table-striped {
  font-size: 1em;
  line-height: 2.0;
}
.table-striped th {
  font-weight: normal;
  position: relative;
  /*padding-left: 7%;*/
  padding-left: 70px;
}
.table-striped td {
  color: #333;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f6f5f6;
}
.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
  background-color: #fff;
}
@media (max-width: 480px) {
  .table-striped {
    display: block;
    font-size: 0.928em;
  }
  .table-striped thead, .table-striped tfoot, .table-striped tbody, .table-striped tr, .table-striped th, .table-striped td {
    display: block;
    width: 100%;
  }
  .table-striped th {
    border-bottom: 0 none;
    padding-top: 0.5em;
    padding-left: 10%;
    padding-bottom: 0;
  }
  .table-striped th:before {
    left: 4%;
    top: 0.5em;
    margin-top: 4px;
  }
  .table-striped td {
    border-top: 0 none;
    padding-top: 0;
    padding-left: 4%;
    padding-bottom: 0.5em;
  }
}
/* product_list_header */
.product_list_header {
  position: relative;
  margin-bottom: 2.5%;
}
.prd-lst-total {
  margin-bottom: 10px;
  text-align: center;
}
.prd-lst-total {
  position: relative;
  bottom: 10px;
  float: left;
}

.prd-lst-total span {
  font-size: 24px;
  margin: 0 8px;
}
.product_list_header .prd-lst-sort {
  text-align: right;
  margin-bottom: 0;
  color: #999;
}
.product_list_header .prd-lst-sort span {
  color: #ca1028;
}
.cat_detail {
  text-align: center;
  font-size: 1em;
  line-height: 1.57;
}
@media (max-width: 480px) {
  .prd-lst .prd-lst-price{
    letter-spacing: normal;
  }
  .product_list_header .sort_links {
    font-size: 0.857em;
  }
  .cat_detail {
    font-size: 0.857em;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* pager */
.c-button {
  font-weight: normal;
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  transition: .2s;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-button:hover, .c-button:focus {
  cursor: pointer;
  outline: none;
}
.c-button--border {
  font-size: 20px;
  cursor: pointer;
  color: #333;
  border: 1px solid #333;
  background: transparent;
}
.c-button--border:hover, .c-button--border:focus {
  color: #fff;
  border-color: #333;
  outline: none;
  background: #333;
}
.c-button--border.is-disabled {
  font-size: 20px;
  cursor: default;
  color: #fff;
  border: 1px solid transparent;
  background: #ccc;
}
.c-pager {
  margin: 30px 0;
  text-align: center;
}

.c-pager__total {
  margin-bottom: 20px;
}
.c-pager__total span {
  font-size: 24px;
  margin: 0 8px;
}
.c-pager__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-pager__list-item {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
  text-align: center;
}
.c-pager__link {
  min-width: 42px;
  padding: 8px;
}
.c-pager__unlink {
  min-width: 42px;
  padding: 8px;
}
.c-pager__unlink.is-current {
  color: #333;
  border-color: transparent;
  background: transparent;
}

/* pager 未使用*/
.prd-lst-pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.prd-lst-pager .pager-link {
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.prd-lst-pager li {
  display: block;
  width: 40%;
}
.prd-lst-pager li .btn {
  padding: 0.75em 1em;
  min-width: inherit;
  max-width: 100%;
  width: 10em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
}
.prd-lst-pager li .btn.disabled {
  color: #999;
  border: 2px solid #999;
}
.prd-lst-pager li .btn.disabled:before {
  border-color: #999;
}
.prd-lst-pager li .btn.disabled:hover {
  border-color: #999;
}
.prd-lst-pager li a.btn {
  background: #000;
  color: #fff;
}
.prd-lst-pager li a.btn:hover {
  background: #ca1028;
}
.prd-lst-pager .prd-lst-pos {
  color: #666;
  margin: 15px 0;
  font-size: 1em;
}
.pager_link_prev {
  float: left;
  text-align: left;
}
.pager_link_prev .btn {
  text-align: left;
}
.pager_link_next {
  float: right;
  text-align: right;
}
.pager_link_next .btn {
  text-align: right;
}
@media (max-width: 480px) {
  .prd-lst-pager .prd-lst-pos {
    font-size: 0.875em;
  }
}

/* item list */
.row.item_list {
  clear: both;
  margin-left: -1.6666%;
  margin-right: -1.6666%;
  padding-top: 5%;
}
.row.item_list li {
  margin-bottom: 1.8%;
  padding-left: 1.6666%;
  padding-right: 1.6666%;
}
.row.item_list a {
  display: block;
}
.row.item_list a.col {
  padding-left: 0;
  padding-right: 0;
}
.row.item_list a.col img {
  -moz-transition: ease-in 0.25s;
  -o-transition: ease-in 0.25s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
.row.item_list a.col:hover img {}
.row.item_list a.col .txt {
  color: #000;
}
.row.item_list .prd-lst-name {
  margin: 7.4% 0 .25em;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.25rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  line-height: 1.2;
}
.row.item_list .price {
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1rem;
  margin: 0 0 .5em;
}
.row.item_list .txt {
  margin: 0;
  color: #000;
  line-height: 1.5;
  text-align: left;
  /*text-align: justify;*/
}
.row.item_list p.name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .row.item_list {
    margin-left: -3%;;
    margin-right: -3%;;
  }
  .row.item_list li {
    padding-left: 3%;
    padding-right: 3%;
  }
  .row.item_list .prd-lst-name {
    font-size: 1.125rem;
  }
  .row.item_list .price {
    margin-top: 5px;
    font-size: 0.9375rem;
  }
  .row.item_list p.name {
    margin-top: 5px;
    font-size: 12px;
  }
}
/* product_table */
.product_table, .cartjs_product_table table {
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.142em;
}
.product_table th, .cartjs_product_table table th, .product_table td, .cartjs_product_table table td {
  padding: 10px 0;
}
.product_table th, .cartjs_product_table table th {
  font-weight: normal;
}
@media (max-width: 480px) {
  .product_table th, .cartjs_product_table table th, .product_table td, .cartjs_product_table table td {
    padding: 5px 0;
  }
}
/* 数量 */
.input-prepend.input-append {
  margin-bottom: 0;
}
.input-prepend.input-append input {
  color: #999;
  font-size: 14px;
  padding: 1.45em 1em;
  width: 7.5em;
  max-width: 100%;
  text-align: left;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .input-prepend.input-append input {
    padding: 1.2em 1em;
    font-size: 12px;
  }
}
/* product_order */
.product_order {
  margin-top: 7.4%;
}
dl.col .product_order .btn {
  min-width: inherit;
  width: 100%;
}
/* カートJS出力タグ */
.cartjs_box {
  margin-bottom: 7.4% !important;
}
@media (max-width: 480px) {
  .cartjs_product_form {
    padding-left: 42.66667% !important;
    position: relative;
    min-height: 38.75vw;
  }
  .cartjs_product_img {
    width: 40.66667% !important;
    padding-right: 1%;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0 !important;
  }
}
.cartjs_product_img {
  background: transparent;
  margin-bottom: 7.4% !important;
  padding: 0 !important;
}
.cartjs_product_name {
  font-weight: 600;
  text-align: center;
  display: block;
}
@media (max-width: 480px) {
  .cartjs_product_name {
    text-align: left;
  }
}
.cartjs_box p.txt {
  margin-top: 8.8%;
  margin-bottom: -2em;
  line-height: 1.57;
  text-align: left;
  text-align: justify;
}
@media (max-width: 480px) {
  .cartjs_box p.txt {
    margin-top: 5px;
    margin-bottom: -4em;
    font-size: 12px;
  }
}
.cartjs_product_table table {
  border: 0 none !important;
  width: auto !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
}
.cartjs_product_table table th, .cartjs_product_table table td {
  border: 0 none !important;
  color: #999 !important;
  padding: 10px 0 !important;
  font-weight: normal !important;
}
@media (max-width: 480px) {
  .cartjs_product_table table {
    font-size: 12px;
  }
  .cartjs_product_table table th, .cartjs_product_table table td {
    padding: 5px 0 !important;
  }
}
.cartjs_product_input_txt {
  color: #999;
  font-size: 14px;
  padding: 1.45em 1em;
  width: 7.5em !important;
  max-width: 100%;
  text-align: left;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .cartjs_product_input_txt {
    padding: 1.2em 1em;
    font-size: 12px;
  }
}
.cartjs_cart_in {
  margin-top: 7.4%;
  border: 2px solid #ca1028;
  padding: 1px;
  cursor: pointer;
  position: relative;
  -moz-transition: ease-in 0.25s;
  -o-transition: ease-in 0.25s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
.cartjs_cart_in:before {
  content: "\1F45C";
  color: #ca1028;
  -moz-transition: ease-in 0.25s;
  -o-transition: ease-in 0.25s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
  margin-right: .2em;
  font-family: 'entypo' !important;
  vertical-align: baseline;
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.6em;
  margin-left: -3em;
  z-index: 1;
}
.cartjs_cart_in:hover {
  background-color: #ca1028;
}
.cartjs_cart_in:hover:before {
  color: #fff;
}
.cartjs_cart_in .btn {
  min-width: inherit;
  width: 100%;
  border-width: 1px;
  padding: 0.5em 1em;
  text-indent: 1em;
}

@media (max-width: 480px) {
  .cartjs_cart_in {
    margin-top: 4.16%;
    font-size: 12px;
  }
  .cartjs_cart_in:before {
    margin-left: -2.8em;
    margin-top: -0.65em;
    font-size: 0.857em;
  }
  .cartjs_cart_in .btn {
    padding: 0.25em 1em;
  }
}
/* button */
.btn_wrap {
  margin: 3% auto 0;
  text-align: center;
}
.btn {
  border: 1px solid #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 2em;
  background: transparent;
  color: #000;
  font-size: 1.143em;
  padding: 1em;
  min-width: 330px;
  text-indent: 0.1em;
  position: relative;
  letter-spacing: 0.25rem;
  font-weight: 500;
}
.btn:focus {
  outline: none;
}
.btn-w {
  background: #fff;
}
.btn i {
  -moz-transition: ease-in 0.25s;
  -o-transition: ease-in 0.25s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
  margin-right: .2em;
}
.btn:hover {
  border-color: transparent;
  background: #760414;
  color: #fff;
}
.btn:hover .icon-r {
  color: #fff;
}
.btn.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  background-color: #E6E6E5;
  border-color: #000;
  color: #333;
}
@media (max-width: 480px) {
  .btn {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* fixed */
.bg_fixed {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 27.777%;
  height: 0;
  clear: both;
  /*max-width: 1200px;*/
  margin: 0 auto;
}
/* float */
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.f_none {
  float: none;
}
/* br */
.br {
  display: inline-block;
}
/* font */
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.txt_fwn {
  font-weight: normal;
}
.txt_fwb {
  font-weight: bold;
}
.txt_bold {
  font-weight: bold;
}
.txt_10 {
  font-size: 10px;
}
.txt_12 {
  font-size: 12px;
}
.txt_14 {
  font-size: 14px;
}
.txt_16 {
  font-size: 16px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
}
.txt_24 {
  font-size: 24px;
}
.txt_28 {
  font-size: 28px;
}
.txt_c_333 {
  color: #333;
}
.txt_c_red {
  color: #ca1028;
}
/* background */
.bgc_gray {
  background-color: #f1f1f1;
}
/* margin */
.mar_auto {
  margin: 0 auto;
}
.mar_0 {
  margin: 0;
}
.mar_t_0 {
  margin-top: 0;
}
.mar_r_0 {
  margin-right: 0;
}
.mar_b_0 {
  margin-bottom: 0;
}
.mar_l_0 {
  margin-left: 0;
}
.mar_5 {
  margin: 5px;
}

.mar_t_5 {
  margin-top: 5px;
}
.mar_r_5 {
  margin-right: 5px;
}
.mar_b_5 {
  margin-bottom: 5px;
}
.mar_l_5 {
  margin-left: 5px;
}
.mar_t_10 {
  margin-top: 10px;
}
.mar_r_10 {
  margin-right: 10px;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.mar_l_10 {
  margin-left: 10px;
}
.mar_t_20 {
  margin-top: 20px;
}
.mar_r_20 {
  margin-right: 20px;
}
.mar_b_20 {
  margin-bottom: 20px;
}
.mar_l_20 {
  margin-left: 20px;
}
.mar_t_30 {

  margin-top: 30px;
}
.mar_r_30 {
  margin-right: 30px;
}
.mar_b_30 {
  margin-bottom: 30px;
}
.mar_l_30 {
  margin-left: 30px;
}
.mar_t_50 {
  margin-top: 50px;
}
.mar_r_50 {
  margin-right: 50px;
}
.mar_b_50 {
  margin-bottom: 50px;
}
.mar_l_50 {
  margin-left: 50px;
}
/* padding */
.pad_v_10 {
  padding: 10px 0;
}
.pad_v_20 {
  padding: 20px 0;
}
.pad_v_30 {
  padding: 30px 0;
}
.pad_0 {
  padding: 0;
}
.pad_t_0 {
  padding-top: 0;
}
.pad_r_0 {
  padding-right: 0;
}
.pad_b_0 {
  padding-bottom: 0;
}
.pad_l_0 {
  padding-left: 0;
}
.pad_5 {
  padding: 5px;
}
.pad_t_5 {
  padding-top: 5px;
}
.pad_r_5 {
  padding-right: 5px;
}
.pad_b_5 {
  padding-bottom: 5px;
}
.pad_l_5 {
  padding-left: 5px;
}
.pad_10 {
  padding: 10px;
}
.pad_t_10 {
  padding-top: 10px;
}
.pad_r_10 {
  padding-right: 10px;
}
.pad_b_10 {
  padding-bottom: 10px;
}
.pad_l_10 {
  padding-left: 10px;
}
.pad_20 {
  padding: 20px;
}
.pad_t_20 {
  padding-top: 20px;
}
.pad_r_20 {
  padding-right: 20px;
}
.pad_b_20 {
  padding-bottom: 20px;
}
.pad_l_20 {
  padding-left: 20px;
}
.pad_30 {
  padding: 30px;
}
.pad_t_30 {
  padding-top: 30px;
}
.pad_r_30 {
  padding-right: 30px;
}
.pad_b_30 {
  padding-bottom: 30px;
}
.pad_l_30 {
  padding-left: 30px;
}
/* border */
.bor_t_1 {
  border-top: 1px solid #000;
}
.bor_r_1 {
  border-right: 1px solid #000;
}
.bor_b_1 {
  border-bottom: 1px solid #000;
}
.bor_l_1 {
  border-left: 1px solid #000;
}
/* vertical align */
.va-10 {
  vertical-align: -10%;
}
.va-20 {
  vertical-align: -20%;
}
.va-30 {
  vertical-align: -30%;
}
.va-35 {
  vertical-align: -35%;
}
.va-40 {
  vertical-align: -40%;
}
@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp, #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}
/* icons */
.icon, .icon-w, .icon-b, .icon-r {
  font-family: 'entypo' !important;
  vertical-align: baseline;
  font-style: normal;
}
.icon-w {
  color: #fff;
}
.icon-b {
  color: #000;
}
.icon-r {
  color: #ca1028;
}
/*
 * icons（font）
 */
.icon-triangle_down:before {
  content: "\25BC";
}
.icon-chevron_up:before, #footer .footer_bar .totop a:before {
  content: "\25B2";
}
.icon-stop:before {
  content: "\25A0";
}
.icon-adduser:before {
  content: "\E700";
}
.icon-circled_help:before {
  content: "\E704";
}
.icon-home:before {
  content: "\2302";
}
.icon-circled_info:before {
  content: "\E705";
}
.icon-logout:before {
  content: "\E741";
}
.icon-login:before {
  content: "\E740";
}
.icon-mail:before {
  content: "\2709";
}
.icon-bag:before {
  content: "\1F45C";
}
.icon-cart:before {
  content: "\E73D";
}
.icon-user:before {
  content: "\1F464";
}
.icon-vcard:before {
  content: "\E722";
}
.icon-list:before {
  content: "\2630";
}
.icon-chevron_thin_left:before {
  content:'\E765';
}
.icon-chevron_thin_right:before {
  content:'\E766';
}
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* 画像リンク */
.img_wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.img_wrap img {
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.img_wrap::before, a .img_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* width: calc(100% - 6px);
  height: calc(100% - 6px); */
  border: solid 4px transparent;
  content: "";
  z-index: 1;
  transition-duration: 0.5s;
  box-sizing: border-box;
}
a:hover.img_wrap::before, a:hover .img_wrap::before {
  border: solid 4px #760414;
  box-sizing: border-box;
}
/*a:hover.img_wrap img, a:hover .img_wrap img {
  transform: scale(1.05);
}*/

/*==========================================================
FREE
==========================================================*/
/*
.free1 #container .section, .free2 #container .section {
  border-top: 0 none;
  padding: 6.6% 0 0;
  max-width: 1020px;
}
*/

/*==========================================================
フリーページ共通
==========================================================*/
.mv {
  position: relative;
  height: 27vw;
  max-height: 400px;
  overflow: hidden;
}
.mv .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.mv .ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 100%;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
}
.mv .ttl .en {
  display: block;
  margin-top: 2em;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .mv {
    height: 40vw;
  }
  .mv .ttl {
    font-size: 1.714em;
  }
  .mv .img {
    height: 100%;
  }
}

/*==========================================================
取扱店
==========================================================*/
.free3 .section:last-of-type {
  border-bottom: solid 1px #000;
}

.free3 .ttl-h2 {
  border-bottom: 1px solid #000;
  max-width: inherit;
}
.free3 .ttl-h2 .en {
  font-weight: 400;
  color: #333;
  text-indent: 0.2em;
  margin-bottom: 1.66%;
}
.free3 .ttl-h2 .en + .jp {
  border-top: 0 none;
  padding-top: 0;
}
.free3 .ttl-h2 .jp {
  font-size: 1.28em;
  color: #333;
  margin-bottom: 1.66%;
}
.free3 .section + .section {
  border-top: 0 none;
  padding-top: 0;
}
/* shop info */
.shop_info dt {
  font-weight: 700;
  font-size: 1.28em;
  line-height: 1.2;
  margin-bottom: 1.1em;
}
.shop_info dd {
  font-size: 1.14em;
  line-height: 1.375;
  margin-bottom: 1em;
  margin-left: 0;
}
.shop_info dd.list ul {
  margin-bottom: 0;
}
.shop_info dd.list li {
  position: relative;
  padding-left: 20px;
}
.shop_info dd.list li.tel:before {
  content: "\1F4DE";
}
.shop_info dd.list li.time:before {
  content: "\1F554";
}
.shop_info dd.list li.link:before {
  content: "\e776";
}
.shop_info dd.list li.txt:before {
  content: "\2605";
}
.shop_info dd.list li:before {
  font-family: 'entypo' !important;
  vertical-align: baseline;
  font-style: normal;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.1em;
  text-align: center;
}
@media (max-width: 480px) {
  .shop_info {
    margin-top: 1.2em;
    margin-bottom: 0;
    height: auto !important;
  }
  .shop_info dt {
    font-size: 1.14em;
    margin-bottom: 0.5em;
  }
  .shop_info dd {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .shop_info dd.list li:before {
    top: 0;
  }
}
/* note box */
.note_box {
  background: #ededed;
  padding: 2.5% 5%;
  margin: 3.75% auto;
}
.note_box.content800 {
  margin-top: 3.75%;
}
.note_box .list {
  margin: 0;
}
.note_box .list li {
  list-style: none;
  line-height: 1.75;
  position: relative;
  padding-left: 1.75em;
}
.note_box .list li + li {
  margin-top: 0.5em;
}
.note_box .list li:before {
  content: "●";
  font-size: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.note_box .list a {
  color: #294264;
}

/*==========================================================
RADIOACTIVE
==========================================================*/
.radio-txt {
  margin-bottom: 5%;
  font-size: 1.285em;;
  font-weight: bold;
  text-align: center;
}
.radio-result {
  width: 96%;
  max-width: 700px;
  margin: 0 auto 9%;
  padding: 2em;
  border: solid 1px #000;
  font-size: 1.285em;;
}

.free4 .table-striped {
  border-color: #000;
}
.free4 .table-striped thead th {
  width: inherit;
  padding: 0.7em 0;
  border-color: #000;
  border-top: none;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.free4 .table-striped tbody td {
  padding: 0.7em 1%;
  border-color: #000;
}

@media (max-width: 480px) {
  .radio-txt {
    text-align: left;
  }
  .radio-result {
    padding: .5em 1em;
  }
  .free4 .table-striped thead {
    display: none;
  }
  .free4 .table-striped tbody tr {
    padding: .5em;
  }
  .free4 .table-striped tbody tr:nth-child(2n+1) {
    background-color: #f6f5f6;
  }
  .free4 .table-striped tbody td {
    display: block;
    padding: 0 0 0 9em;
    position: relative;
  }
  .free4 .table-striped tbody tr td:nth-child(1)::before { content: "測定日(公表日)"; }
  .free4 .table-striped tbody tr td:nth-child(2)::before { content: "採取場所"; }
  .free4 .table-striped tbody tr td:nth-child(3)::before { content: "品目"; }
  .free4 .table-striped tbody tr td:nth-child(4)::before { content: "セシウム134"; }
  .free4 .table-striped tbody tr td:nth-child(5)::before { content: "セシウム137"; }
  .free4 .table-striped tbody tr td:nth-child(6)::before { content: "検出下限値"; }
  .free4 .table-striped tbody tr td:nth-child(7)::before { content: "分析機関"; }
  .free4 .table-striped tbody tr td:nth-child(8)::before { content: "管轄"; }
  .free4 .table-striped tbody tr td::before {
    display: inline-block;
    width: 9em;
    margin-left: -9em;
  }
  .free4 .table-striped tbody tr td::after {
    position: absolute;
    left: 7.7em;
    top: 0;
    content: "：";
  }
}

