@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://www.iriko-t.jp/fonts/OtsutomeFont_Ver3_min.css');

body {
  /*background-color: #fcf9ed;*/
  /*background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);*/
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

/*
 * layout
 */
.container {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

/* header */
.promo__seciton {
  background-color: #238c00;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #238c00;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #238c00;
}

.header__section {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 40px;
  background-image: url(https://img21.shop-pro.jp/PA01476/605/etc/header_bg.png?cmsp_timestamp=20211019154118);
  background-position: bottom;
  background-repeat: no-repeat;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 310px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 15px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.header-tools {
  float: right;
  margin: 25px 0 0;
  width: 465px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 90px 0;
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}
.header-gnavi > li {
  font-size: 1rem
}
.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* slider */
#slider div {
  width: 1300px !important;
}

.slider {
  margin: 0 auto 60px;
  width: 1300px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main__section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding: 60px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 60px;
}

.sidebar__section .section__title-h2 {
  font-size: 1.3rem;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  float: right;
  width: 970px;
}

.info__section, .recommend__section, .new-item__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .new-item-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

/* footer */
.footer__section {
  /*border-bottom: 1px solid #000;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
  row-gap: 20px;
}
.footer__section .spacer {
  background-image: url(https://img21.shop-pro.jp/PA01476/605/etc/header_bg.png?cmsp_timestamp=20211019154118);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 30px;
    width: 100%;
}
.footer__section .pcnavi01>ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer__section .pcnavi01>ul>li {
  line-height: 100%;
    list-style: none;
    margin: 0 0 0.5em 0;
    padding: 0 1.25em;
    display: inline-block;
    font-size: 1.0rem;
    font-weight: bold;
    border-right: 1px solid hsla(33,8%,26%,0.5);
}
.footer__section .pcnavi01>ul>li:last-child {
  border-right: none;
}
.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: left;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 120px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #ddd;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
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 {
  outline: none;
}

/* ヘッダー変更部分 */
header.header_naka { top: 0; left: 0; text-align: center; padding: 0px 50px; overflow: hidden;}
header.header_naka .header00 {overflow: hidden; padding:0; max-width: 1400px; margin: auto; text-align: left;}
header.header_naka .header01 { display: flex; text-align: center; justify-content: space-between;}
header.header_naka .header01>figure {/*width: 15%; min-width: 135px;*/ margin: 0;}
header.header_naka .header01>figure img {width: 100%;}
header.header_naka nav.pcnavi01 {}
header.header_naka nav.pcnavi01>ul {margin: 25px 0 0 2px; padding: 0!important;}
header.header_naka nav.pcnavi01>ul>li {line-height: 100%; list-style: none; margin: 0 0 0.5em 0; padding-left: 1.25em; display: inline-block; font-size: 1.0rem; font-weight: bold}
header.header_naka nav.pcnavi01>ul>li:last-child {border: none;}
header.header_naka nav.pcnavi01>ul>li>a {transition: 0.5s; position:relative}
header.header_naka nav.pcnavi01>ul>li>a:link {text-decoration: none; border-bottom: 1px dashed hsla(38,8%,26%,0.0);}
header.header_naka nav.pcnavi01>ul>li>a:visited {text-decoration: none; border-bottom: 1px dashed hsla(38,8%,26%,0.0);}
header.header_naka nav.pcnavi01>ul>li>a:hover {text-decoration: none;}
header.header_naka nav.pcnavi01>ul>li>a:after{content:''; position: absolute; bottom: -10px; left: 0;}
header.header_naka nav.pcnavi01>ul>li>a:hover:after{content:''; width: 100%;
    height: 6px;
    background-image: url(https://img21.shop-pro.jp/PA01476/605/etc/iriko_ul.png?cmsp_timestamp=20211026155533);
    background-repeat: repeat-x;
    background-size: 75px 7px;
}
.page-top-image {
  max-width: 1300px;
  width: 92%;
  box-sizing: border-box;
  margin: -82px auto 0;
  z-index: -1;
  /*height: 430px;*/
  position:relative;
}
.page-top-image .image-phrase{
  position:absolute;
  width: calc(100vw / 2.82907662082515);
  max-width: 466px;
  height: auto;
  top: 14%;
  left: 17%;
}
  
/*****追加*****/
.product-list__unit-lg {width:30%;}
.product-list__name, .product-list__prices {text-align: center;}
.header-search__sidebox {max-width: calc(100% - 62px); min-width: inherit; border: 1px solid #ccc;}

.header-gnavi__unit {font-size: 1.6rem; font-weight: bold; border: 1px dotted; padding: 0.5em; margin: 0.5em; border-radius: 100px; display: inline-block;}
.header-gnavi__unit a:link {text-decoration:none; }
.header-gnavi__unit a:visited {text-decoration:none; }
.header-gnavi__unit a:hover {text-decoration:underline; }
.header-gnavi__link--menu {border:none; background-color: inherit;}
.btn-primary {border-radius: 100px; border:none;}
.section__title-h2 {font-size: 1.8rem; font-weight:normal;font-family: 'OtsutomeFont', sans-serif;}
ul.mega-navi {top: 52px;}
ul.header-gnavi__link--menu li.mega-navi__unit { display: inline-block; width: auto;}
ul.mega-navi.header-gnavi__link--menu { background-color: #333; padding: 1.0em; width: calc(100% - 2em); text-align: center;}
ul.header-gnavi__link--menu li.mega-navi__unit .mega-navi__link{color:#fff; position:relative;}
.container {max-width:1300px; width:92%; box-sizing: border-box;}
.contents__section {width: 75%;}
.sidebar__section {width: 20%; margin-right:0;}
.main__section {padding:60px 2.5%;}
.main__section--product {padding: 20px 2.5% 60px 2.5%;}
.footer__section {padding:60px 2.5%;}



/*--------------------------------------------------------------------------------------max1200*/
@media (max-width: 1200px) {
 .slidetx02-1 {width: 200px; height: 200px; position: absolute; right: 0; bottom: -2%; background-image: url(https://file003.shop-pro.jp/PA01414/482/img/slide/bg_gifttx.png); background-repeat: no-repeat; background-size: contain;}
 .slidetx02-2 {letter-spacing: 0em;  color: hsla(0,0%,100%,1.00); text-align: center; font-size: 0.85em; line-height: 130%;}
 .slidetx02-2 strong {font-size: 1.25em; letter-spacing: 0.15em; line-height: 150%}
 .wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content {height: 100%;}
 .wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slick-slider-short-content {height: 100%;}
 .slidetx01 {font-size: 2.5rem;}
.wpsisac-slick-slider button.slick-prev, .wpsisac-slick-slider button.slick-prev:hover, .wpsisac-slick-slider button.slick-prev:focus {background-color: inherit!important;}
header.header_top { padding: 25px 25px 0 25px;}
  .header_top,.slick-list,.header_slider,header.header_top .header00,header.header_top {overflow: visible;} 
}

/*--------------------------------------------------------------------------------------max992*/
@media (max-width: 992px) {

  .spcial01box01 {padding: 1.5%;}
  .tit_01 {padding: 0 1.5%;}
  section.special01>img {width: 100vw; max-width: none; margin-left: -2%;}
  .special01 { padding: 0 2%;}
  header.header_naka {padding: 25px 50px 0 50px;}
  .toptopics01 {margin: 4em 0 0 0;}
  .page-header .col-md-12 {padding-right: 0; padding-left: 0;}
  .page-header_pageTitle, h1.page-header_pageTitle:first-child {background: url(https://file003.shop-pro.jp/PA01414/482/img/bg_titbar01.png) repeat-x center center; background-size: cover; }
  ul.spcial01box02 li {width:43%; margin: 0 2.5%; }
  ul.spcial01box03 li:nth-child(1),ul.spcial01box03 li:nth-child(2) {width: 90%;}
  .spcial01box04 img {height: 175px; margin: 0.5em;}
  .spcial01box05 li:nth-child(1) {margin-right: 0; margin-bottom: 3em;}
  dl.spcial01box06 dd {text-align: left; padding: 0 0 0 5%;}
  dl.spcial01box06 dt {width: 25%;}
  dl.spcial01box06 {margin: 0 0 1em 0;}
  .spcial01box06-1 {padding: 0 1.5em 0.5em 0; margin-bottom: 0.5em;}
  .spcial01box05 li {width: 90%;}
  .footbox {text-align: center;}  
  .wpsisac-slick-slider button.slick-prev, .wpsisac-slick-slider button.slick-prev:hover, .wpsisac-slick-slider button.slick-prev:focus {background-color: inherit!important;}
  .slidetx01 {line-height: 135%; writing-mode: inherit; -webkit-writing-mode: inherit; -ms-writing-mode: inherit; font-size: 2.5rem!important; float: none; left: 2.5%; top: 75px; position: absolute;}
  .slick-image-slide, .slide-wrap {height: auto;}
  .tit_toptopics1 {width: 100%;}
  .toptopics02 {margin-left: 1em; width: 20%;}
  .toptopics03 ul {width: 90%;}
  .toptopics03 ul li {width: 100%;}
  .toptopics03 ul li:nth-child(1) {margin-right: 0; text-align: center;}
  .toptopics03 ul li:nth-child(2) {text-align: center;}
  .btn_01 {text-align: center;}
  .toptopics03 ul li img {margin: 0;}
  .topnews02 {width: 90%;}
  .catalog02 dl dt {padding: 5px;}
  .catalog02 dl {width: 27%;}
 .shopbox02 {padding: 0 2.5%;}

  .sidebar__section {width:100%;}
  .header-gnavi__unit {display: inline-block;}
  .menu__section {margin-bottom:0;}
  .header-search {margin-bottom:2em;}
  .contents__section {width: 100%;}
  .col-lg-4 {width: 100%;}

}

/*--------------------------------------------------------------------------------------max768*/
@media (max-width: 768px) {
  .spcial01box04 img {height: 150px; margin: 0.25em;}
  .tit_02 {letter-spacing: 0.1em; padding: 0; display: block; font-size: 1.8rem;}
  .page-header_pageTitle, h1.page-header_pageTitle:first-child {font-size: 2rem;}
  .tit_01 {font-size: 2rem;}
  .spcial01box01 {text-align: left;}
  .spcial01box06-1 {padding: 0 1.5em 0.25em 0;}
  .spcial01box06-2 {margin-bottom: 0.25em;}
  .footbox {padding: 20px 2.5%; line-height: 150%;}
  .foottx03 nav {float: none; text-align: center;}
  .foottx04 {float: none;}
  .wpsisac-slick-slider button.slick-prev, .wpsisac-slick-slider button.slick-prev:hover, .wpsisac-slick-slider button.slick-prev:focus {background-color: inherit!important;}
  header.header_top {padding:0;}
  header.header_top .header01 {padding: 10px 20px 0 20px;}
  .header_slider {padding: 50px 0 0 0;}
  .slidetx02-1 {width: 180px; height: 180px; bottom: -90px; right:0;}
  .slidetx02-2 {margin-top: 14%; }
  .slidetx01 {line-height: 175%; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 2.0rem!important; float: none; left: 2.5%; top: auto; bottom:-100px;; position: absolute;}
  .slide-wrap {padding-top: 0px; }
  .toptopics01 {margin: 0 0 0 0; padding: 175px 0 0 0;}
  .toptopics02 {margin-left: 0.5em; width: 30%; display: none;}
  .slick-image-slide img {height: 125% !important; width: 125% !important;}
  .wpsisac-slick-slider.design-3 .slick-image-slide img {max-width: 125%; max-height: 125%; margin-left: -12.5%;}
  .slidetx02-2>img {width: 10%!important; margin-left: 0!important; }
  .topnews01 {margin: 2em 0 0 0; padding: 2em 0;}
  .catalog01 {padding: 2em 1.5%;}
  .accessbox01 dl {text-align: center;}
  
  
  
  
  .product-list__unit-lg {width: 43%;}
}
