@charset "utf-8";
/* ------------------------------------------
// 旧　base
 ------------------------------------------ */

/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

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;
}

p, div {
  word-break: break-all;
}

a {
  color: #254845;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  opacity: .7;
}

input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

pre {
  white-space: pre-wrap;
}

strong {
  font-weight: 600;
}
 
b{
  font-weight: 600;
}

.clearfix {
  display: block;
}
.clearfix::before {
  content: "";
  display: block;
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.bx-wrapper {
  box-shadow: none !important;
}

.bx-controls-direction a {
  z-index: 0 !important;
}

/* -----------------------------------------------------------------
   header
----------------------------------------------------------------- */
header {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  z-index: 2;
  transition: .3s;
}
header .top-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
header .header-menu {
  display: flex;
  justify-content: space-between;
}
header .header-logo img {
  max-height: 50px;
  max-width: 700px;
}

/*.header.fix {
  display: block;
  padding: 6px 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: .3s;
}*/

.gnav {
  display: flex;
  align-items: flex-end;
}
.gnav li {
  margin-left: 20px;
}
.gnav .account {
  font-size: 10px;
}
.gnav .account:last-child {
  margin-right: 16px;
}
.gnav .gnav-menu {
  font-weight: bold;
}

.gnav-menu {
  font-size: 10px;
}
.header-favorite a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 16px;
  display: block;
  color: #707070;
}
.header-mypage a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  font-size: 16px;
  display: block;
  color: #707070;
}
.header-cart a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07a";
  font-size: 16px;
  display: block;
  color: #707070;
}

.logout a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: block;
  color: #707070;
}

.membership a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: block;
  color: #707070;
}

.login a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: block;
  color: #707070;
}

.header-cart {
  position: relative;
}
.header-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #F23E0C;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.main-visual {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.main-visual img {
  margin: 0 auto;
  width: 100%;
}
.main-visual li {
  height: 100%;
  display: flex;
  align-items: center;
}

#M_slider {
  height: 100%;
}

.contents {
  width: 1060px;
  padding: 115px 30px 48px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
}

.container {
  display: flex;
  padding: 48px 0 60px;
}

.top-container {
  padding: 0;
}

.banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.banner-area::after {
  content: "";
  display: block;
  width: 33%;
}
.banner-area img {
  max-width: 330px;
}

/* -----------------------------------------------------------------
   side-nav
----------------------------------------------------------------- */
.side {
  width: 210px;
  padding-right: 30px;
}

.search {
  background: #E6E6E6;
  padding: 16px;
}

.search-btn {
  font-size: 12px;
  border: 1px solid #333333;
  border-radius: 3px;
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}

.search-area li {
  margin-bottom: 20px;
}
.search-area label {
  display: block;
  margin-bottom: 10px;
}
.search-area input, .search-area select {
  width: 100%;
}

input.search-price {
  width: 36%;
  margin-right: 4px;
}

.side-section {
  margin-top: 30px;
}

.sp-side-section {
  display: none;
}

.category-list-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.side-category-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-right: 12px;
}
.side-category-item p, .side-category-item a {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}
.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .3s;
}
.side-category-item p.on {
  width: 95%;
  background: #333333;
  color: #fff;
  padding-left: 6px;
  padding-right: 14px;
}
.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #fff;
  right: 10px;
}
.side-category-item p.on:after {
  background-color: transparent;
  background: #fff;
  right: 10px;
}

.child-item {
  padding: 8px !important;
  font-size: 12px;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}

.side-contact li {
  margin-bottom: 16px;
}

.calendar-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}
.calendar-title dt {
  font-size: 12px;
  margin-right: 6px;
}

.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
  padding: 8px;
}
.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}
.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th {
  padding-bottom: 8px;
}
.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
  padding-bottom: 2px;
  height: auto !important;
}

.makeshop-calendar1 td.today {
  background: #F23E0C;
  color: #fff;
  height: auto;
}

.this-month {
  background: #808080;
}

.next-month {
  background: #808080;
}

.saturday {
  color: #006BED;
}

.sunday {
  color: #F23E0C;
}

/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */
.checked-contents {
  padding-bottom: 60px;
  display: inline-block;
}

.checked-item-list {
  display: flex;
  flex-wrap: wrap;
}
.checked-item-list li {
  width: 140px;
  position: relative;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
}
.checked-item-list li:last-child {
  margin-right: 0;
}
.checked-item-list li img {
  width: 100%;
}

/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.main {
  width: 798px;
}

.border:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 60px;
}

h2 {
  font-size: 18px;
  margin-bottom: 40px;
}
h2 span {
  font-size: 12px;
  margin-left: 8px;
}

.shop-comment {
  margin-bottom: 40px;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
}
.item-list li {
  width: calc((100% - 90px) / 4 );
  margin-bottom: 40px;
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.item-list li:nth-child(4n) {
  margin-right: 0;
}
.item-list li img {
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}
/* icon */
.item-icons{
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 1;
}
.item-list-review {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.item-list-review .item-list-review-rate {
  margin: 0 6px;
}

.ranking-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  font-size: 12px;
  color: #333333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}

.rank-1 {
  background: #D1AF28;
  color: #fff;
}

.rank-2 {
  background: #ABA8A8;
  color: #fff;
}

.rank-3 {
  background: #D18858;
  color: #fff;
}

.item-icon {
  position: absolute;
  top: -10px;
  font-size: 12px;
  right: -8px;
  color: #fff;
  padding: 0 3px;
  z-index: 1;
}
.item-icon p {
  padding: 0 3px;
}
.item-icon .item-soldout {
  background: #B5B5B5;
}
.item-icon .item-sale {
  background: #F23E0C;
}

.item-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.original-price {
  text-decoration: line-through;
}

.item-sale-price {
  color: #F23E0C;
}

.news-list {
  margin-bottom: 10px;
}
.news-list li {
  border-bottom: 1px solid #CBCBCB;
  padding: 14px 0;
}
.news-list li:first-child {
  padding-top: 0;
}
.news-list dl dt {
  margin-bottom: 8px;
}
.news-list dl dd {
  font-size: 12px;
}

.news-wrap {
  display: flex;
}
.news-wrap dl dt a {
  text-decoration: underline;
}
.news-wrap dl dt a:hover {
  text-decoration: none;
}

.news-more a {
  text-decoration: underline;
}
.news-more a:hover {
  text-decoration: none;
}

.news-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  min-width: 120px;
}

.news-content:after,
.news-list-content:after {
  content: "…";
}

.news-more {
  text-align: right;
  padding-bottom: 60px;
}

.index-review-list li {
  display: flex;
  margin-bottom: 60px;
}
.index-review-list li .index-review-image {
  margin-right: 18px;
  width: 140px;
  min-width: 140px;
}
.index-review-list li .index-review-image img {
  width: 100%;
}

.review-list-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.review-index-score {
  display: flex;
  align-items: baseline;
}
.review-index-score p {
  margin-right: 16px;
}

.foot-category {
  background: #f2f2f2;
  padding: 60px 0;
}
.foot-category h2 {
  text-align: center;
}

.main-category-list {
  width: 1000px;
  margin: 0 auto;
}
.main-category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  width: 197px;
}
.main-category-list li a {
  width: 100%;
  display: block;
}

/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
.footer-bg {
  background: #E6E6E6;
}

.footer {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer img {
  max-width: 120px;
}

.footer-nav {
  display: flex;
  align-items: center;
}
.footer-nav li {
  margin-right: 30px;
}

.copyright {
  font-size: 12px;
  max-width: 300px;
}

/* -----------------------------------------------------------------
   item-list-cart
----------------------------------------------------------------- */
.item-list-cart {
  margin: auto 0 0 0;
}
.item-list-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 13px;
}
.item-list-sold {
  background: #B5B5B5;
  color: #fff;
}
.option-list-cart {
  border: 1px solid #808080;
  color: #808080;;
}
.add-list-cart {
  background: #1FD5AD;
  color: #fff;
}
.price {
  margin-bottom: 8px;
}

/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  padding-top: 10px;
}

.breadcrumb-item {
  margin-right: 8px;
}
.breadcrumb-item::after {
  content: ">";
  margin-left: 12px;
}
.breadcrumb-item:last-child::after {
  display: none;
}

.category-image {
  margin-bottom: 20px !important;
  display: flex;
}

.category-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-title dl {
  display: flex;
  font-size: 12px;
  margin-bottom: 40px;
}
.category-title dd {
  margin-right: 8px;
}

.category-child-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.category-child-item li {
  margin: 0 20px 12px 0;
}

.total-count span {
  font-weight: bold;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pager {
  display: flex;
}
.pager li {
  margin-right: 16px;
}
.pager li:last-child {
  margin-right: 0;
}

.bulk-group {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: bold;
}

.bulk-group a {
  color: #B5B5B5;
}

/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.detail {
  padding: 48px 0 60px;
}

.item-image {
  width: 540px;
  float: left;
}
.item-image img {
  width: 100%;
}

.main-image {
  float: left;
  margin-bottom: 40px;
  width: 540px;
}
.main-image img {
  width: 100%;
}

/*スライダーcss*/
.gallery li {
  list-style: none;
}
.gallery li img {
  width: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.choice-btn {
  margin: 6px 0 40px;
}
.choice-btn li {
  cursor: pointer;
  background: #333;
  width: 130px !important;
  margin-bottom: 12px;
}
.choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.choice-btn .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.choice-btn .slick-track::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.choice-btn .slick-track::after{
  content:"";
  display: block;
  width:23%;
}

.choice-btn li img {
  opacity: 0.4;
  width: 130px;
}

.choice-btn li.slick-current img {
  opacity: 1;
}

/*追加*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*スライダーcssここまで*/
.add-image-section {
  margin-bottom: 40px;
}

.add-image-title {
  font-size: 18px;
  margin: 40px 0 20px;
}

.add-image-list {
  width: 164px;
  display: inline-block;
  margin-right: 20px;
}
.add-image-list:last-child {
  margin-right: 0;
}
.add-image-list img {
  width: 100%;
}

.group-review-section {
  width: 540px;
  display: inline-block;
}

.group-item-list {
  display: flex;
  flex-wrap: wrap;
}
.group-item-list li {
  width: 120px;
  margin-bottom: 40px;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.group-item-list li img {
  width: 100%;
}
.group-item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-detail {
  width: 400px;
  padding-left: 40px;
  float: right;
}
.item-detail .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 26px;
  position: relative;
}
.item-detail .item-category-name {
  margin-bottom: 6px;
}

.item-detail-icon {
  position: absolute;
  display: contents;
  font-size: 12px;
  font-weight: normal;
  top: 0;
}
.item-detail-icon .item-detail-sale {
  color: #F23E0C;
}
.item-detail-icon p {
  margin-bottom: 12px;
}

.item-price-wrap {
  margin-bottom: 20px;
}
.item-price-wrap .item-price {
  font-size: 30px;
  font-weight: 500;
}
.item-price-wrap .item-tax {
  font-size: 14px;
  color: #333333;
}
.item-price-wrap .fixed-price {
  font-size: 12px;
}

.member-original-price {
  font-size: 12px;
}
.member-original-price span {
  font-size: 18px;
}

.sale-text .original {
  text-decoration: line-through;
}
.sale-text .sale-rate, .sale-text .sale-price {
  color: #F23E0C;
}
.sale-text .sale-rate {
  margin: 0 10px;
}
.sale-text .sale-price {
  font-size: 30px;
  font-weight: 500;
}

.sale-priod {
  font-size: 12px;
  margin: 6px 0 12px;
}

.item-point, .review-empty {
  margin-bottom: 20px;
}

.item-sell-text {
  margin: 20px 0;
}
.item-sell-text .sell-start {
  margin-bottom: 8px;
}

.item-reserve {
  margin: 20px 0;
}
.item-reserve .item-reserve-release-text,
.item-reserve .item-reserve-text {
  font-size: 12px;
  margin-top: 6px;
}

.nameprint-area {
  margin-top: 20px;
}
.nameprint-area .nameprint-title-wrap {
  margin: 18px 0 8px;
  font-size: 12px;
}
.nameprint-area .nameprint-text-wrap p {
  margin-bottom: 4px;
  font-size: 12px;
}
.nameprint-area .nameprint-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.nameprint-area .nameprint-title span {
  color: #F23E0C;
  font-size: 12px;
  font-weight: normal;
  margin-left: 6px;
}
.nameprint-area .nameprint-text input,
.nameprint-area .nameprint-text textarea {
  width: 75%;
  border: 1px solid #333333;
}

.item-quantity {
  font-size: 12px;
  margin-bottom: 20px;
}
.item-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-left: 8px;
}

.item-review {
  font-size: 12px;
}
.review-link {
  margin-bottom: 20px;
}
.review-link a {
  text-decoration: underline;
}
.review-link a:hover {
  text-decoration: none;
}

.item-option {
  width: 100%;
}
.item-option .btn {
  margin-top: 20px;
}

.makeshop-option-wrap {
  margin-top: 10px;
}

.makeshop-option-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.makeshop-option-select {
  border: 1px solid #333333;
  margin-bottom: 12px;
  width: 75%;
}

.add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 40px;
}
.stock-wrap {
  width: 100%;
  margin-bottom: 8px;
}
.add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.add-cart .btn {
  width: 180px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
.add-cart .add-cart-btn {
  background: #1FD5AD;
}
.add-cart .restock-btn {
  background: #333333;
}
.add-cart .disabled-btn {
  background: #B5B5B5;
}
.add-cart .subscription-btn {
  background: #006BED;
  margin-top: 8px;
}
.add-cart .off {
  display: none;
}
.add-cart .on {
  display: block;
}

.subscription-only {
  margin-top: 0 !important;
}

.item-stock-sku {
  margin-bottom: 8px;
}

.sku-btn {
  width: 130px!important;
  padding: 10px 0!important;
  font-size: 12px!important;
}

.favorite-wrap {
  display: flex;
  align-items: baseline;
}

.favorite a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 24px;
  font-weight: 900;
  margin-left: 14px;
  margin-right: 4px;
  color: #ff7683;
}

.item-contact {
  margin-bottom: 40px;
}
.item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 40px;
}
.item-contact a {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}
.item-contact a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}

.item-description dt {
  font-size: 18px;
  margin-bottom: 16px;
}

.item-info-list {
  margin-top: 20px;
}
.item-info-list li {
  margin-bottom: 10px;
}
.item-info-list li dl {
  display: flex;
}
.item-info-list li dt {
  width: 34%;
}
.item-info-list li dd {
  width: 66%;
}

.item-share li {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.border-top::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0;
}

.item-share {
  margin-bottom: 40px;
}

.sku tbody {
  align-items: center;
}

.sku-option-title {
  width: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px 10px 0;
  vertical-align: middle;
}

.sku-option-name {
  font-size: 10px;
  text-align: left;
  padding: 0 16px 20px 0;
  vertical-align: middle;
}

.sku-img {
  vertical-align: middle;
}
.sku-img img {
  padding-right: 20px;
}
.option-image {
  max-width: 80px;
}
.option-image:hover {
  cursor: pointer;
}

.sku-cart {
  padding-bottom: 20px;
}

.sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.sku-price-wrap .price {
  margin: 0 6px 4px 0;
  width: 100%;
}

.item-review-detail {
  margin-bottom: 60px;
}

.item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.item-review-list li {
  margin-bottom: 60px;
}

.item-review-list-link {
  margin-bottom: 30px;
  font-size: 12px;
}
.item-review-list-link a {
  text-decoration: underline;
}
.item-review-list-link a:hover {
  text-decoration: none;
}

.review-list-unit .review-list-name {
  margin-bottom: 12px;
}
.review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.review-list-unit .review-star {
  margin-right: 6px;
}
.review-list-unit .review-list-date {
  font-size: 12px;
  color: #B5B5B5;
  margin: 12px 0;
}
.review-list-unit .review-list-content {
  font-size: 12px;
}

.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #FFA41C;
}
.reviewRateStar::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400;
}

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0";
}

.review-post {
  margin-top: 40px;
}

.review-post {
  text-align: center;
}
.review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}
.review-post a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}

/*定期購入*/
.product-price-block {
  font-size: 30px;
  margin: 12px 0;
  font-weight: 500;
  color: #FE5A74;
}

.product-price-block small {
  font-size: 14px;
  color: #333333;
}

.subscription-gift {
  display: flex;
  margin-top: 30px;
}
.subscription-gift img {
  margin-right: 20px;
  width: 80px;
  max-height: 80px;
}

.subscription-price {
  font-size: 26px;
  font-weight: 500;
  color: #FE5A74;
}
.subscription-price small {
  font-size: 14px;
}

.item-group-icon img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin-top: 8px;
}

/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-item-wrap {
  border: 1px solid #333333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}
.review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}
.review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}
.review-item-info .review-item-name {
  font-size: 18px;
}
.review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.review-item-info .review-star {
  margin-right: 10px;
}
.review-item-info .review-average {
  font-size: 20px;
  font-weight: bold;
}
.review-item-info .review-count {
  font-size: 12px;
}

.review-form-wrap {
  width: 485px;
  margin: 0 auto;
}

.review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.review-form:last-child {
  margin-bottom: 60px;
}
.review-form dt {
  width: 150px;
  text-align: left;
}
.review-form .review-form-content {
  width: 100%;
}
.review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}
.review-form dd .reviewRateStar:before {
  font-size: 18px;
}

.review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart {
  margin-bottom: 100px;
}

.cart-section-title {
  padding-top: 60px;
}

.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}
.free-shipping-wrap .free-shipping-text em {
  color: #F23E0C;
}

.cart-list-table {
  width: 100%;
  padding: 20px;
}
.cart-list-table th {
  background: #E6E6E6;
  padding: 8px 12px;
  text-align: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.cart-list-table th:first-child {
  width: 360px;
}
.cart-list-table th:nth-child(2) {
  width: 190px;
}
.cart-list-table th:nth-child(3) {
  width: 200px;
}
.cart-list-table th:last-child {
  width: 200px;
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #E6E6E6;
}
.cart-list-table tbody td {
  vertical-align: middle;
  padding: 20px;
}
.cart-list-table tbody td:first-child {
  display: flex;
}

.cart-list-info {
  font-size: 12px;
}

.cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}
.cart-list-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.item-cart-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.item-cart-price {
  font-size: 24px;
}

.item-cart-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-right: 12px;
}

.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333333;
  padding: 2px 8px;
}

.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}

.cart-total {
  background: #E6E6E6;
}
.cart-total td {
  display: table-cell !important;
}
.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.cart-total .cart-total-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
.cart-total .cart-total-point {
  font-size: 12px;
}
.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}

.cart-button-wrap {
  text-align: right;
  margin-top: 40px;
}
.cart-button-wrap .cart-button a {
  width: 320px;
  display: inline-block;
  text-align: center;
  background: #1FD5AD;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.cart-button-wrap .cart-back-button a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  color: #707070;
}

/* -----------------------------------------------------------------
   news
----------------------------------------------------------------- */
.news-list-unit {
  padding: 30px 0 !important;
}

.news-list-title {
  margin-bottom: 6px;
}
.news-list-title a {
  text-decoration: underline;
}
.news-list-title a:hover {
  text-decoration: none;
}

.news-list-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  margin-bottom: 8px;
}

.news-content-wrap {
  margin-bottom: 30px;
}

.news-pager {
  display: flex;
  justify-content: space-between;
}
.news-pager .pager-left {
  display: flex;
}
.news-pager .pager-left .prev {
  margin-right: 20px;
}
.news-pager a {
  text-decoration: underline;
}
.news-pager a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------
   guide
----------------------------------------------------------------- */
.guide-section {
  width: 85%;
  margin: 0 auto 60px;
}
.guide-section .guide-section-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.comapany-box {
  width: 75%;
  margin: 0 auto 60px;
}
.comapany-box img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  margin-bottom: 20px;
}

.contract-section {
  width: 85%;
  margin: 0 auto 60px;
}
.contract-section dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.policy-box {
  width: 85%;
  margin: 0 auto 60px;
}

/* -----------------------------------------------------------------
   catalog
----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 48px;
}

.catalog-list th {
  background: #E6E6E6;
}
.catalog-list td, .catalog-list th {
  border: 1px solid #ccc;
  padding: 6px 18px;
  vertical-align: middle;
}
.catalog-list input {
  border: 1px solid #ccc;
}

.catalog-input-num {
  width: 10rem;
}

.catalog-input-quantity {
  width: 3rem;
}

.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 397px;
  display: flex;
  box-sizing: border-box;
}

.catalog-img img {
  margin-right: 8px;
  width: 80px;
}

.catalog-search-btn {
  width: 60px;
}

.catalog-cart-btn {
  width: 25%;
}

.catalog-cart {
  text-align: center;
  display: block;
}

.catalog-search-btn {
  background: #333;
  padding: 10px 6px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

/* -----------------------------------------------------------------
   responsive
----------------------------------------------------------------- */
@media screen and (max-width: 980px) {
  header .header-menu {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 20px 30px;
    background: #fff;
  }
  header .header-logo img {
    max-width: 100%;
  }

  .header {
    padding: 80px 0 10px;
    position: relative;
  }
  .header .top-nav {
    flex-direction: column-reverse;
  }

  .gnav .account {
    display: none;
  }

  .main-visual {
    margin: 20px auto 40px;
  }
  .main-visual img {
    height: auto;
  }

  .bx-wrapper {
    margin-bottom: 0 !important;
  }
  .banner-area {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .banner-area img {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 6px;
  }

  .contents {
    width: 100%;
    padding: 0 12px 48px;
  }

  .container {
    display: block;
    padding: 0;
  }

  .side {
    width: auto;
    padding-right: 0;
  }

  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    background: #111;
    transition: all 0.6s;
  }

  #g-nav.panelactive {
    left: 0;
  }

  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ボタン*/
  /*.openbtn {
    position: fixed;
    z-index: 9999;
    top: 16px;
    left: 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background: #fff;
  }

  .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: 40%;
    background: #fff;
  }*/

  .search {
    padding: 20px 45px 16px;
    background: none;
    color: #fff;
  }

  .search-btn {
    background: #333333;
    color: #fff;
  }
  .search-area select {
    background: #fff;
  }
  .side-section {
    width: 75%;
    margin: 50px auto;
  }

  .sp-side-section {
    display: block;
    padding: 90px 45px 0;
  }
  .sp-side-section .sp-gnav li {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .sp-side-section .sp-gnav li a {
    color: #fff;
  }
  .sp-side-section .sp-gnav .logout a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }
  .sp-side-section .sp-gnav .membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }
  .sp-side-section .sp-gnav .login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .side-category-list a {
    color: #fff !important;
  }

  .category-list-title,
  .side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
  }

  .side-category-item {
    padding-right: 20px;
  }
  .side-category-item p:before {
    background-color: #fff;
  }
  .side-category-item p:after {
    background-color: #fff;
  }
  .side-category-item p.on {
    width: 96%;
    background: #333333;
    color: #fff;
    padding-left: 10px;
    padding-right: 18px;
  }

  .side-contact a {
    color: #fff;
  }

  .makeshop-calendar1,
  .makeshop-calendar2 {
    background: #fff;
  }
  .makeshop-calendar1 tr,
  .makeshop-calendar2 tr {
    text-align: center;
    font-size: 12px;
  }
  .makeshop-calendar1 thead tr th,
  .makeshop-calendar2 thead tr th {
    padding-bottom: 8px;
  }
  .makeshop-calendar1 tbody tr td,
  .makeshop-calendar2 tbody tr td {
    padding-bottom: 2px;
  }

  .calendar-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .calendar-wrap div {
    background: #fff;
  }

  .calendar-title {
    margin-bottom: 0;
  }

  .main {
    width: 100%;
  }

  .item-list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list li {
    width: calc((100% - 16px) / 2 );
    margin-bottom: 40px;
    margin-right: 16px;
    position: relative;
  }
  .item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .item-list li img {
    width: 100%;
    margin-bottom: 4px;
  }

  .news-list li {
    padding: 30px 0;
  }
  .news-list li:first-child {
    padding-top: 0;
  }

  .news-wrap {
    display: block;
  }

  .news-date {
    width: 100%;
    margin-bottom: 8px;
  }

  .index-review-list li {
    display: block;
    margin-bottom: 60px;
  }

  .review-index-score {
    display: block;
  }
  .review-index-score .review-score {
    display: none;
  }
  .review-index-score .review-list-unit,
  .review-index-score .review-list-name {
    margin-bottom: 5px;
  }
  .review-index-score .review-list-date {
    margin: 5px 0 12px;
  }

  .main-category-list {
    width: 95%;
  }
  .main-category-list li {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    border-bottom: 1px solid #B5B5B5;
    width: 95%;
    padding: 12px 0;
  }
  .main-category-list li a {
    padding: 0 5px;
  }

  .footer {
    width: 95%;
    display: block;
  }
  .footer img {
    margin-bottom: 20px;
  }

  .footer-nav {
    display: block;
    margin-top: 20px;
  }
  .footer-nav li {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category-title dl {
    margin-bottom: 20px;
  }

  .category-child-item li {
    width: 175px;
    margin: 0 0 20px 0;
  }

  .detail {
    padding: 0;
  }

  .item-image {
    width: 100%;
  }

  .main-image {
    width: 100%;
  }

  .choice-btn {
    width: 100%;
  }
  .choice-btn li {
    width: calc(93% / 4) !important;
  }
  .choice-btn .slick-track {
    width: 100% !important;
  }

  .choice-btn li img {
    width: 100% !important;
  }

  .add-image-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .add-image-list:nth-child(2n) {
    margin-right: 0;
  }
  .add-image-list:last-child {
    margin-bottom: 0;
  }

  .group-review-section {
    width: 100%;
  }

  .group-item-list {
    justify-content: space-between;
  }
  .group-item-list li {
    width: calc((100% - 16px) / 2 );
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
  }
  .group-item-list li img {
    height: auto;
  }

  .item-detail {
    width: 100%;
    padding-left: 0;
  }
  .item-detail .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .item-detail .item-category-name {
    font-size: 14px;
  }

  .slick-prev,
  .slick-next {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }

  .slick-prev:after {
    display: none;
  }

  .slick-next:after {
    display: none;
  }

  .item-price-wrap {
    margin-bottom: 8px;
  }
  .item-price-wrap .item-price {
    font-size: 22px;
  }
  .item-price-wrap .item-tax {
    font-size: 12px;
  }

  .item-point {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .item-sell-text {
    margin: 20px 0;
  }

  .item-option {
    margin-bottom: 12px;
  }

  .makeshop-option-select {
    width: 100%;
  }

  .nameprint-area {
    margin-bottom: 40px;
  }
  .nameprint-area .nameprint-text input,
  .nameprint-area .nameprint-text textarea {
    width: 100%;
  }

  .item-share {
    margin-bottom: 40px;
  }

  .review-category-title {
    margin-bottom: 20px;
  }

  .item-review-list li {
    margin-bottom: 30px;
  }

  .review-item-wrap {
    margin-bottom: 30px;
  }

  .review-form-wrap {
    width: 100%;
  }

  .review-form {
    display: block;
    align-items: center;
    margin-bottom: 30px;
  }
  .review-form:last-child {
    margin-bottom: 60px;
  }
  .review-form dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .review-form dd textarea {
    width: 98%;
  }

  .add-cart {
    display: block;
    margin: 0 0 16px;
  }
  .add-cart .item-stock {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .add-cart .btn {
    width: 100%;
    font-size: 18px;
  }

  .sku-cart .btn {
    font-size: 12px;
    max-width: 100px!important;
  }
  .sku-option-title {
    font-size: 12px;
  }
  .option-image {
    max-width: 40px;
  }

  .item-contact::before {
    display: none;
  }

  .item-info-list li dt {
    width: 40%;
  }
  .item-info-list li dd {
    width: 60%;
  }

  .checked-contents {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .checked-item-list {
    justify-content: space-between;
  }
  .checked-item-list li {
    width: calc((100% - 16px) / 2 );
    margin-right: 0;
    margin-bottom: 40px;
    justify-content: space-between;
  }
  .checked-item-list li img {
    width: 100%;
  }

  .cart {
    margin-bottom: 40px;
  }

  .cart-section-title {
    padding-top: 0;
  }

  .free-shipping-wrap {
    text-align: left;
  }

  .cart-list-table {
    width: 100%;
    padding: 20px 0;
  }
  .cart-list-table th {
    display: none;
  }
  .cart-list-table tbody td {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 6px;
  }
  .cart-list-table tbody td:first-child {
    width: 100%;
    margin-top: 30px;
  }

  .item-cart-price {
    font-size: 16px;
    text-align: right;
  }

  .item-cart-quantity input {
    margin-right: 8px;
  }

  .item-cart-delete {
    float: none;
    padding-left: 20px;
  }

  .item-cart-subtotal {
    font-size: 22px;
    text-align: right;
    margin-bottom: 30px !important;
  }
  .item-cart-subtotal::before {
    content: "小計";
    font-size: 14px;
  }

  .cart-total {
    display: flex;
    padding: 10px;
  }

  .cart-total-title {
    margin: 0 !important;
  }

  .cart-total-price-wrap {
    text-align: right;
  }

  .cart-button-wrap .cart-button a {
    width: 100%;
  }

  .guide-section {
    width: 100%;
  }

  .comapany-box {
    width: 100%;
  }

  .contract-section {
    width: 100%;
  }

  .policy-box {
    width: 100%;
  }

  .guide-title {
    margin: 40px 0 20px;
  }

  select::-ms-expand {
    display: none;
  }

  .makeshop-option-select-wrap {
    position: relative;
    background: #ffffff;
  }
  .makeshop-option-select-wrap::before {
    position: absolute;
    top: 10px;
    right: 8px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }

  select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .catalog-info-wrap {
    width: 100%;
  }

  .catalog-img {
    margin: 10px 0 4px;
  }

  .catalog-list,
  .catalog-list td,
  .catalog-list th {
    border-collapse: collapse;
    text-align: center;
  }

  .catalog-list thead th {
    display: none;
  }

  .catalog-list td {
    padding: 8px 12px;
    display: block;
  }

  .catalog-list td[data-title]::before {
    color: #666;
    content: attr(data-title) "";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }
}
@media only screen and (min-device-width: 980px) and (max-device-width: 1024px) {
  /*.header .header-menu {
    padding: 20px 130px;
  }*/

  .main-visual img {
    height: 500px;
  }

  .main-image img {
    height: 600px;
  }

  .item-list li img {
    height: auto;
  }

  .checked-item-list li img {
    height: auto;
  }

  .sku-option-title {
    width: 100px;
  }

  .sku-cart {
    min-width: 400px;
  }

  .choice-btn li:nth-child(5n) {
    margin-right: 8px;
  }
  .choice-btn li:nth-child(10n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .header .header-menu {
    padding: 20px 20px;
  }

  .choice-btn li {
    width: 56px !important;
    margin-right: 4px;
  }

  .choice-btn li img {
    width: 56px !important;
    height: 56px;
  }
}

@media screen and (max-width: 980px) {
	.search-area.sp-top {
		display: block;
		padding-top: 100px;
		margin-bottom: 10px;
	}
}

/* スマホ検索エリア（上部） */
@media screen and (max-width: 980px) {

	/* 共通 */
	.search-area.sp-top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.search-area.sp-bottom {
		padding-left: 0;
		padding-right: 0;
	}

	/* 上：キーワード検索 */
	.search-area.sp-top .search-form {
		position: relative;
	}

	.search-area.sp-top .search-input {
		box-sizing: border-box !important;
		width: 100% !important;
		height: 44px;
		padding: 0 10px 0 30px !important;
		border-radius: 4px !important;
		border: 1px solid #bcbcbc;
		background-color: #eee;
		font-size: 14px;
		color: #254845;
		outline: none;
	}

	.search-area.sp-top .search-input::placeholder {
		color: #707070;
		font-size: 13px !important;
	}

	.search-area.sp-top .search-input:focus {
		border-color: #00BFA5;
		box-shadow: 0 0 0 2px rgba(0,191,165,.15);
	}

	.search-area.sp-top .search-icon {
		position: absolute;
		left: 8px;
		top: 50%;
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 18px 18px;
		/* 虫眼鏡アイコン（#00BFA5） */
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
	}
}

/* パンくずナビ */
.breadcrumb {
	line-height: 1.1em !important;
}
.breadcrumb-item {
	font-size: 12px !important;
}
@media screen and (max-width: 980px) {
    .search-area.sp-top {
        display: none;
    }
}


/* ------------------------------------------
// 旧　style.css
 ------------------------------------------ */
 @charset "utf-8";

 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 body {
   color: #254845;
   font-weight: 400;
 }
 img {
   max-width: 100%;
   height: auto;
   vertical-align: bottom;
 }
 .en {
   font-family: "Poppins", sans-serif;
 }
 .main-contents {
   box-sizing: border-box;
   max-width: 1240px;
   margin: 0 auto;
   padding: 50px 20px 0;
 }
 @media screen and (max-width: 980px){
   .main-contents {
	 padding: 35px 15px 0;
   }
 }
 
 /* ------------------------------
	 animation
 ------------------------------ */
 @keyframes fadeIn {
   0% {
	 display: none;
	 opacity: 0;
   }
 
   1% {
	 display: block;
	 opacity: 0;
   }
 
   100% {
	 display: block;
	 opacity: 1;
   }
 }
 @media screen and (min-width: 981px){
   .sp-only {
	 display: none;
   }
 }
 @media screen and (max-width: 980px){
   .pc-only {
	 display: none;
   }
 }
 
 /* ヘッダー */
 .header-bar .bar-wrap {
   background: #F08300;
   color: #fff;
   text-align: center;
   font-size: 22px;
   font-weight: 600;
   line-height: 1;
   padding: 14px 0;
 }
 header {
   padding: 0;
   position: static;
 }
 header .header-logo {
   text-align: left;
 }
 header .header-logo img {
   max-height: none;
   max-width: none;
   height: 37px;
   width: 324px;
 }
 header .header-logo span.name {
   color: #8D390D;
   display: block;
   margin-bottom: 6px;
 }
 header .top-nav {
   display: flex;
   justify-content: space-between;
   max-width: 1240px;
   margin: 0 auto;
   padding: 10px 20px 0;
 }
 header .header-menu {
   display: block;
 }
 header .gnav-wrap {
   display: flex;
   justify-content: flex-end;
 }
 .gnav {
   align-items: normal;
 }
 .gnav li {
   margin-left: 35px;
 }
 .gnav .gnav-menu {
   font-size: 16px;
   font-weight: 400;
 }
 .gnav .gnav-menu a:hover {
   opacity: 1.0;
 }
 .header-cart .cart-count {
   background: #F08300;
   font-size: 13px;
   font-weight: 500;
   right: 23px;
   top: -6px;
 }
 .header-cart a::before {
   background:  url("../../img/common/original/icon_cart.svg") no-repeat;
   background-size: 40px 40px;
   content: "";
   height: 40px;
   margin: 0 auto;
   width: 40px;
 }
 .membership a::before {
   background:  url("../../img/common/original/icon_member.svg") no-repeat;
   background-size: 40px 40px;
   content: "";
   height: 40px;
   margin: 0 auto;
   width: 40px;
 }
 .header-order a::before {
   background:  url("../../img/common/original/icon_order.svg") no-repeat;
   background-size: 40px 40px;
   content: "";
   display: block;
   height: 40px;
   margin: 0 auto;
   width: 40px;
 }
 .header-mypage a::before {
   background:  url("../../img/common/original/icon_mypage.svg") no-repeat;
   background-size: 40px 40px;
   content: "";
   height: 40px;
   margin: 0 auto;
   width: 40px;
 }
 .logout a:before {
   background:  url("../../img/common/original/icon_logout.svg") no-repeat;
   background-size: 40px 40px;
   content: "";
   display: block;
   height: 40px;
   margin: 0 auto;
   width: 40px;
 }
 header .header-tel {
   display: flex;
   justify-content: flex-end;
   text-align: left;
   margin-top: 12px;
 }
 header .header-tel .text {
   font-size: 13px;
   padding-left: 14px;
 }
 header .header-tel a.tel {
   align-items: center;
   font-family: "Poppins", sans-serif;
   font-size: 30px;
   font-weight: 600;
   display: flex;
 }
 header .header-tel a.tel img {
   width: 41px;
 }
 header .pc-nav {
   background: #E2F6F2;
   margin-top: 10px;
   position: relative;
 }
 header .pc-nav .inner {
   max-width: 1000px;
   margin: 0 auto;
 }
 header .pc-nav ul.nav-list {
   display: flex;
   justify-content: space-between;
 }
 header .pc-nav ul.nav-list > li > a, 
 header .pc-nav ul.nav-list > li > p {
   cursor: pointer;
   font-size: 17px;
   display: block;
   padding: 21.5px 0;
   line-height: 1;
 }
 header .pc-nav ul.nav-list > li > a > span, 
 header .pc-nav ul.nav-list > li > p > span {
   position: relative;
   padding-left: 25px;
 }
 header .pc-nav ul.nav-list > li > a > span::before, 
 header .pc-nav ul.nav-list > li > p > span::before {
   content: "";
   display: inline-block;
   left: 0;
   position: absolute;
   top: 3px;
   height: 22px;
   width: 22px;
 }
 header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
   background:  url("../../img/common/original/nav_icon01.svg") no-repeat;
   background-size: 22px 22px;
 }
 header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
   background:  url("../../img/common/original/nav_icon02.svg") no-repeat;
   background-size: 22px 22px;
 }
 header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
   background:  url("../../img/common/original/nav_icon03.svg") no-repeat;
   background-size: 22px 22px;
 }
 header .pc-nav ul.nav-list > li:nth-child(4) > a > span::before {
   background:  url("../../img/common/original/nav_icon04.svg") no-repeat;
   background-size: 22px 22px;
 }
 header .pc-nav ul.nav-list > li:nth-child(5) > a > span::before {
   background:  url("../../img/common/original/nav_icon06.svg") no-repeat;
   background-size: 22px 22px !important;
 }
 header .pc-nav ul.nav-list > li:nth-child(6) > a > span::before {
   background:  url("../../img/common/original/nav_icon05.svg") no-repeat;
   background-size: 22px 22px !important;
 }
 header .pc-nav ul.nav-list > li.has-children a > span {
   padding-right: 25px;
 }
 header .pc-nav ul.nav-list > li.has-children a > span::after {
   background:  url("../../img/common/original/icon_arrow03.svg") no-repeat;
   background-size: 14px 9px;
   content: "";
   display: inline-block;
   right: 0;
   position: absolute;
   top: 9px;
   height: 9px;
   width: 14px;
 }
 header .pc-nav ul.nav-list > li.has-children.active a > span::after {
   background-image:  url("../../img/common/original/icon_arrow03_on.svg");
 }
 header .pc-nav ul.nav-list {
   display: flex;
   justify-content: space-between;
 }
 header .pc-nav .nav-child-container {
   background: #E2F6F2;
   opacity: 0;
   visibility: hidden;
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   width: 100%;
   z-index: 100;
 }
 header .pc-nav .nav-child-container.active {
   display: block;
   opacity: 1;
   visibility: visible;
   animation: fadeIn 0.3s ease-in 0s forwards;
 }
 header .pc-nav .nav-child-container .nav-child-inner {
   max-width: 1200px;
   margin: 0 auto;
   width: 95%;
   padding: 80px 0;
 }
 header .pc-nav .nav-child-container .childList {
   display: flex;
   flex-wrap: wrap;
   text-align: left;
 }
 header .pc-nav .nav-child-container .childList > .child-item {
   margin-top: 25px;
   padding: 0 !important;
 }
 header .pc-nav .nav-child-container .childList > .child-item:first-child {
   display: none;
 }
 header .pc-nav .nav-child-container .childList > .child-item:nth-child(3n) {
   width: 20%;
   margin-right: 5%;
 }
 header .pc-nav .nav-child-container .childList > .child-item:nth-child(3n+1) {
   margin-right: 0;
   width: 35%;
 }
 header .pc-nav .nav-child-container .childList > .child-item:nth-child(3n-1) {
   width: 35%;
   margin-right: 5%;
 }
 header .pc-nav .nav-child-container .childList > .child-item:nth-child(-n+4) {
   margin-top: 0;
 }
 header .pc-nav .nav-child-container .childList > .child-item > a, 
 header .pc-nav .nav-child-container .childList > .child-item > p {
   font-size: 18px;
   font-weight: 500;
 }
 header .pc-nav .nav-child-container .childList > .child-item > a .text {
   position: relative;
   padding-right: 35px;
 }
 header .pc-nav .nav-child-container .childList > .child-item > a .icon {
   display: inline-block;
   position: absolute;
   height: 16px;
   width: 16px;
   top: 12px;
   right: 0;
 }
 header .pc-nav .nav-child-container .childList > .child-item > a .icon:before {
   display: block;
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   margin: auto;
   width: 16px;
   height: 2px;
   background-color: #00BFA5;
   transition: .2s;
   transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
 }
 header .pc-nav .nav-child-container .childList > .child-item > a.on .icon:before {
   transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
 }
 header .pc-nav .nav-child-container .childList > .child-item > a .icon:after {
   display: block;
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   margin: auto;
   width: 16px;
   height: 2px;
   background-color: #00BFA5;
   transition: .3s;
 }
 header .pc-nav .nav-child-container .childList .child-item-list {
   margin-top: 20px;
 }
 header .pc-nav .nav-child-container .childList .child-item-list a {
   font-size: 15px;
   padding-left: 13px;
   position: relative;
 }
 header .pc-nav .nav-child-container .childList .child-item-list a::before {
   background:  url("../../img/common/original/icon_arrow04.svg") no-repeat;
   background-size: 7px 12px;
   content: "";
   display: inline-block;
   left: 0;
   position: absolute;
   top: 4px;
   height: 12px;
   width: 7px;
 }
 header .pc-nav .nav-child-container .childList .child-item-list li {
   margin-bottom: 16px;
 }
 header .pc-nav .nav-child-container .childList .child-item-list li:last-child {
   margin-bottom: 0;
 }
 @media screen and (max-width: 1024px) {
   .header-bar .bar-wrap {
	 font-size: 20px;
	 padding: 12px 0;
   }
   header .header-logo img {
	 height: 30px;
	 width: 263px;
   }
   .gnav li {
	 margin-left: 20px;
   }
   .gnav .gnav-menu {
	 font-size: 12px;
   }
   header .header-tel a.tel {
	 font-size: 25px;
   }
   header .header-tel .text {
	 font-size: 11px;
	 padding-left: 10px;
   }
 }
 @media screen and (min-width: 981px) {
   header .pc-nav ul.nav-list > li:nth-child(1):hover > a > span::before {
	 background-image:  url("../../img/common/original/nav_icon01_on.svg");
   }
   header .pc-nav ul.nav-list > li:nth-child(2):hover > p > span::before {
	 background-image:  url("../../img/common/original/nav_icon02_on.svg");
   }
   header .pc-nav ul.nav-list > li:nth-child(3):hover > a > span::before {
	 background-image:  url("../../img/common/original/nav_icon03_on.svg");
   }
   header .pc-nav ul.nav-list > li:nth-child(4):hover > a > span::before {
	 background-image:  url("../../img/common/original/nav_icon04_on.svg");
   }
   header .pc-nav ul.nav-list > li:nth-child(5):hover > a > span::before {
	 background-image:  url("../../img/common/original/nav_icon06_on.svg");
   }
   header .pc-nav ul.nav-list > li:nth-child(6):hover > a > span::before {
	 background-image:  url("../../img/common/original/nav_icon05_on.svg");
   }
   
   .header-cart a:hover::before {
	 background:  url("../../img/common/original/icon_cart_on.svg") no-repeat;
   }
   .membership a:hover::before {
	 background:  url("../../img/common/original/icon_member_on.svg") no-repeat;
   }
   .header-order a:hover::before {
	 background:  url("../../img/common/original/icon_order_on.svg") no-repeat;
   }
   .header-mypage a:hover::before {
	 background:  url("../../img/common/original/icon_mypage_on.svg") no-repeat;
   }
   .logout a:hover::before {
	 background:  url("../../img/common/original/icon_logout_on.svg") no-repeat;
   }
   .openbtn {
	 display: none;
   }
 }
 @media screen and (max-width: 980px){
   /* ヘッダー */
   body.scl-fix {
	 padding-top: 130px;
   }
   body.hd_fix {
	 overflow: hidden;
   }
   .header.fix {
	 box-sizing: border-box;
	 position: fixed;
	 transition: .3s;
	 top: 0;
	 left: 0;
	 right: 0;
	 width: 100%;
	 padding: 15px 10px;
	 z-index: 999;
   }
   .header-bar {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 height: 60px;
	 width: 100%;
	 z-index: 5;
   }
   .header-bar .bar-wrap {
	 box-sizing: border-box;
	 font-size: 16px;
	 line-height: 1.5;
	 padding: 5px 0;
	 height: 60px;
   }
   .header-bar .shop-name {
	 color: #8D390D;
	 font-size: 12px;
	 text-align: center;
	 height: 20px;
   }
   .header {
	 box-sizing: border-box;
	 padding: 85px 10px 15px;
	 position: relative;
   }
   header .header-logo {
	 text-align: left;
	 position: absolute;
	 top: 4px;
	 left: 50%;
	 margin-left: -100px;
	 z-index: 101;
   }
   header .header-logo img {
	 height: 23px;
	 width: 200px;
   }
   header .header-logo span.name {
	 display: none;
   }
   .header .top-nav {
	 flex-direction: row;
	 padding: 0;
	 position: relative;
   }
   header .header-menu {
	 margin-bottom: 0;
	 position: static;
	 width: 100%;
	 padding: 0;
	 background: none;
	 display: flex;
	 justify-content: flex-end;
   }
   header .gnav-wrap {
	 display: block;
   }
   header .gnav-wrap .gnav {
	 display: block;
   }
   header .gnav-wrap .gnav:nth-child(1) {
	 display: none;
   }
   .header-cart a::before {
	 background-size: 30px 30px;
	 height: 30px;
	 width: 30px;
   }
   .header-cart a span {
	 display: none;
   }
   .header-cart .cart-count {
	 font-size: 13px;
	 font-weight: 500;
	 right: -6px;
	 top: -8px;
	 width: 18px;
	 height: 18px;
	 line-height: 18px;
   }
   header .header-tel {
	 display: none;
   }
   .openbtn {
	 position: absolute;
	 z-index: 9999;
	 top: -12px;
	 left: 0;
	 cursor: pointer;
	 width: 50px;
	 height: 50px;
   }
   .openbtn .menu span {
	 display: inline-block;
	 transition: all .4s;
	 position: absolute;
	 left: 14px;
	 height: 3px;
	 background-color: #00BFA5;
	 width: 45%;
   }
   .openbtn .menu span:nth-of-type(1) {
	 top: 15px;
   }
   .openbtn .menu span:nth-of-type(2) {
	 top: 23px;
   }
   .openbtn .menu span:nth-of-type(3) {
	 top: 31px;
   }
   .openbtn.active .menu span:nth-of-type(1) {
	 top: 18px;
	 left: 18px;
	 transform: translateY(6px) rotate(-45deg);
	 width: 40%;
	 background-color: #00BFA5;
   }
   .openbtn.active .menu span:nth-of-type(2) {
	 opacity: 0;
   }
   .openbtn.active .menu span:nth-of-type(3) {
	 top: 30px;
	 left: 18px;
	 transform: translateY(-6px) rotate(45deg);
	 width: 40%;
	 background-color: #00BFA5;
   }
   .openbtn span.text {
	 bottom: -2px;
	 color: #00BFA5;
	 font-family: "Poppins", sans-serif;
	 font-weight: 400;
	 font-size: 10px;
	 display: block;
	 position: absolute;
	 left: 11px;
   }
   #g-nav {
	 position: fixed;
	 z-index: 999;
	 top: 130px;
	 left: -120%;
	 width: 100%;
	 height: calc( 100% - 130px) ;
	 background: #fff;
	 transition: all 0.6s;
	 padding-bottom: 45px;
	 box-sizing: border-box;
   }
   #g-nav.fix {
	 top: 60px;
	 height: calc( 100% - 60px);
   }
   #g-nav.panelactive #g-nav-list {
	 box-sizing: border-box;
	 height: calc( 100% - 130px);
	 overflow-y: scroll;
	 overflow-scrolling: touch;
   }
   #g-nav.panelactive.fix #g-nav-list {
	 height: calc( 100% - 60px) ;
   }
   .pc-nav {
	 display: none;
   }
 }
 
 /* フッター */
 footer {
   margin-top: 80px;
 }
 .footer {
   width: 100%;
   margin: 0;
   padding: 0;
   display: block;
 }
 .footer img {
   max-width: none;
 }
 .footer-inner {
   box-sizing: border-box;
   max-width: 1240px;
   margin: 0 auto;
   padding: 0 20px;
 }
 .footer-sp {
   display: none;
 }
 .footer-top {
   background: #E2F6F2;
   padding: 40px 0 50px;
 }
 .footer-clm dl + dl {
   margin-top: 30px;
 }
 .footer-clm dt {
   color: #00BFA5;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 15px;
 }
 .footer-clm dd {
   font-size: 15px;
 }
 .footer-clm dd a {
   color: #00BFA5;
   text-decoration: underline;
 }
 .footer-clm dd a:hover {
   opacity: 1.0;
   text-decoration: none;
 }
 .footer-clm dd p + p {
   margin-top: .75em;
 }
 .footer-clm dd .link a {
   color: #254845;
   display: inline-block;
   padding-left: 24px;
   position: relative;
   text-decoration: none;
 }
 .footer-clm dd .link a::before {
   background:  url("../../img/common/original/icon_link.svg") no-repeat;
   background-size: 16px 16px;
   content: "";
   display: inline-block;
   left: 0;
   position: absolute;
   top: 4px;
   height: 16px;
   width: 16px;
 }
 .footer-clm dd .box {
   background: #fff;
   border-radius: 5px;
   margin-top: 10px;
   padding: 10px 15px;
 }
 .footer-clm dd .box .ttl {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 5px;
 }
 .footer-clm dd .box .ttl:last-child {
   margin-bottom: 0;
 }
 .footer-clm dd .box img {
   max-width: 100%;
 }
 .footer-clm dd .btn a {
   background: #fff;
   border: 1px solid #00BFA5;
   border-radius: 22px;
   box-sizing: border-box;
   color: #00BFA5;
   display: block;
   font-size: 16px;
   font-weight: 500;
   line-height: 1;
   margin: 0;
   max-width: 295px;
   padding: 13px 5px;
   text-decoration: none;
   text-align: center;
 }
 .footer-clm dd .btn a:hover {
   border: 1px solid #F08300;
   color: #F08300;
   opacity: 1.0;
 }
 .footer-clm dd .tel {
   text-align: left;
   margin-top: 20px;
 }
 .footer-clm dd .tel .ttl {
   font-size: 16px;
   display: block;
 }
 .footer-clm dd .tel .text {
   font-size: 15px;
   display: block;
 }
 .footer-clm dd .tel a {
   align-items: center;
   color: #254845;
   font-family: "Poppins", sans-serif;
   font-size: 28px;
   font-weight: 600;
   display: flex;
   text-decoration: none;
 }
 .footer-clm dd .tel a img {
   padding-left: 8px;
   width: 41px;
 }
 .footer-middle {
   background: #00BFA5;
   padding: 30px 0 40px;
   text-align: center;
 }
 .footer-middle ul {
   align-items: flex-start;
   display: flex;
   justify-content: center;
 }
 .footer-middle ul li {
   margin-right: 30px;
 }
 .footer-middle ul li:last-child {
   margin-right: 0;
 }
 .footer-middle ul li a {
   color: #fff;
   font-size: 17px;
 }
 .footer-logo {
   margin-top: 40px;
 }
 .footer-logo img {
   height: 95px;
   width: 250px;
 }
 .footer-bottom {
   text-align: center;
   padding: 12px 0;
 }
 .footer-nav {
   align-items: flex-start;
   justify-content: center;
 }
 .footer-nav li {
   margin-right: 25px;
 }
 .footer-nav li:last-child {
   margin-right: 0;
 }
 .footer-nav a {
   color: #00BFA5;
   font-size: 15px;
 }
 .footer-nav a:hover {
   color: #F08300;
   opacity: 1.0;
 }
 .copyright {
   color: #00BFA5;
   font-size: 12px;
   margin-top: 1em;
   max-width: none;
   text-align: center;
 }
 @media screen and (max-width: 1024px){
   .footer-middle ul li {
	 margin-right: 25px;
   }
   .footer-middle ul li a {
	 font-size: 14px;
   }
   .footer-nav a {
	 font-size: 14px;
   }
   .footer-nav li {
	 margin-right: 20px;
   }
 }
 @media screen and (min-width: 1025px){
   .footer-flex {
	 display: flex;
	 justify-content: space-between;
   }
   .footer-clm:nth-child(1) {
	 width: 28%;
   }
   .footer-clm:nth-child(2) {
	 width: 23%;
   }
   .footer-clm:nth-child(3) {
	 width: 30%;
   }
 }
 @media screen and (max-width: 1024px){
   .footer-clm + .footer-clm {
	 margin-top: 30px;
   }
 }
 @media screen and (max-width: 980px){
   footer {
	 margin-top: 45px;
   }
   .footer img {
	 margin-bottom: 0;
   }
   .footer-inner {
	 padding: 0 15px;
   }
   .footer-sp {
	 display: block;
	 padding-bottom: 35px;
   }
   .footer-sp .category-list-title {
	 position: relative;
   }
   .footer-sp .category-list-title .icon {
	 display: inline-block;
	 position: absolute;
	 height: 16px;
	 width: 16px;
	 top: 39%;
	 right: 8px;
   }
   .footer-sp .category-list-title .icon:before {
	 display: block;
	 content: "";
	 position: absolute;
	 top: 0;
	 right: 0;
	 margin: auto;
	 width: 16px;
	 height: 2px;
	 background-color: #00BFA5;
	 transition: .2s;
	 transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
   }
   .footer-sp .category-list-title.on .icon:before {
	 transform: rotate(180deg);
	 -webkit-transform: rotate(180deg);
   }
   .footer-sp .category-list-title .icon:after {
	 display: block;
	 content: "";
	 position: absolute;
	 top: 0;
	 right: 0;
	 margin: auto;
	 width: 16px;
	 height: 2px;
	 background-color: #00BFA5;
	 transition: .3s;
   }
   .footer-sp .side-category-list {
	 display: none;
   }
   .footer-sp .side-category-list .text {
	 position: relative;
	 padding-right: 30px;
   }
   .footer-sp .side-category-list .icon {
	 display: inline-block;
	 position: absolute;
	 height: 16px;
	 width: 16px;
	 top: 12px;
	 right: 0;
   }
   .footer-sp .side-category-list .icon:before {
	 display: block;
	 content: "";
	 position: absolute;
	 top: 0;
	 right: 0;
	 margin: auto;
	 width: 16px;
	 height: 2px;
	 background-color: #00BFA5;
	 transition: .2s;
	 transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
   }
   .footer-sp .side-category-list .icon:after {
	 display: block;
	 content: "";
	 position: absolute;
	 top: 0;
	 right: 0;
	 margin: auto;
	 width: 16px;
	 height: 2px;
	 background-color: #00BFA5;
	 transition: .3s;
   }
   .footer-top {
	 padding: 35px 0 40px;
   }
   .footer-clm + .footer-clm {
	 margin-top: 15px;
   }
   .footer-clm dl + dl {
	 margin-top: 20px;
   }
   .footer-clm dt {
	 font-size: 19px;
	 margin-bottom: 12.5px;
   }
   .footer-clm dd .link a {
	 padding-left: 20px;
   }
   .footer-clm dd .link a::before {
	 background-size: 14px 14px;
	 top: 4px;
	 height: 14px;
	 width: 14px;
   }
   .footer-clm dd .box {
	 border-radius: 3px;
	 margin-top: 8px;
	 padding: 8px 12px;
   }
   .footer-clm dd .box .ttl {
	 font-size: 15px;
   }
   .footer-clm dd .btn a {
	 border-radius: 25px;
	 font-size: 17px;
	 max-width: 100%;
	 padding: 15.5px 5px;
	 width: 100%;
   }
   .footer-clm dd .tel {
	 margin-top: 15px;
   }
   .footer-clm dd .tel .ttl {
	 font-size: 15px;
   }
   .footer-clm dd .tel .text {
	 font-size: 14px;
   }
   .footer-clm dd .tel a {
	 font-size: 20px;
   }
   .footer-clm dd .tel a img {
	 padding-left: 5px;
	 width: 36px;
   }
   .footer-middle {
	 padding: 20px 0 30px;
   }
   .footer-middle ul {
	 display: block;
   }
   .footer-middle ul li {
	 margin-right: 0;
	 margin-bottom: 5px;
   }
   .footer-middle ul li:last-child {
	 margin-bottom: 0;
   }
   .footer-logo {
	 margin-top: 0;
	 margin-bottom: 15px;
   }
   .footer-logo img {
	 height: 55px;
	 width: 145px;
   }
   .footer-bottom {
	 padding: 25px 0 10px;
   }
   .footer-nav {
	 display: block;
	 margin-top: 0;
   }
   .footer-nav li {
	 margin-right: 0;
	 margin-bottom: 5px;
   }
   .footer-nav li:last-child {
	 margin-bottom: 0;
   }
   .copyright {
	 font-size: 11px;
   }
 }
 
 /* 左サイド */
 .side {
   width: 270px;
   max-width: 22.5%;
   margin-right: 5.833%;
   padding-right: 0;
 }
 .side-section {
   margin-top: 35px;
 }
 .search {
   background: #E2F6F2;
   border: 3px solid #00BFA5;
   border-radius: 12px;
   padding: 25px 15px 20px;
 }
 .search-btn {
   background: #00BFA5;
   border: none;
   border-radius: 22px;
   color: #fff;
   display: block;
   font-size: 16px;
   padding: 10px;
   text-align: center;
 }
 .search-btn:hover {
   background: #F08300;
   opacity: 1.0;
 }
 .search-area label {
   color: #00BFA5;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 8px;
 }
 input[type="text"], select {
   color: #254845;
 }
 .search-area input, 
 .search-area select {
   border: 1px solid #AAAAAA;
   border-radius: 5px;
   font-size: 16px;
   padding: 10px;
   width: 100%;
 }
 .search-area input::placeholder {
   font-size: 16px;
 }
 .side-search-text {
   margin-top: 10px;
 }
 .side-search-text a {
   color: #00BFA5;
   text-decoration: underline;
 }
 .side-search-text a:hover {
   text-decoration: none;
 }
 .category-list-title {
   border-bottom: 3px solid #00BFA5;
   color: #00BFA5;
   font-size: 22px;
   font-weight: 600;
   padding-bottom: 15px;
 }
 .side-category-item {
   border-bottom: 1px solid #00BFA5;
   padding: 0;
   position: relative;
 }
 .side-category-item:first-child {
   display: none;
 }
 .side-category-item a {
   display: block;
   font-size: 16px;
   line-height: 1.5;
   padding: 22px 22px 22px 68px;
   position: relative;
   width: auto;
 }
 .side-category-item a::after {
   background: url(../../img/common/original/icon_arrow.svg) no-repeat;
   background-size: 9px 15px;
   content: "";
   display: inline-block;
   right: 8px;
   margin-top: -7.5px;
   position: absolute;
   top: 50%;
   height: 15px;
   width: 9px;
 }
 .side-category-item a:hover {
   opacity: 1.0;
 }
 .side-category-item a:hover::after {
   background-image: url(../../img/common/original/icon_arrow_on.svg);
 }
 .side-category-item a::before {
   content: "";
   display: inline-block;
   left: 0;
   margin-top: -30px;
   position: absolute;
   top: 50%;
   height: 60px;
   width: 60px;
 }
 .side-category-item:nth-child(2) a::before {
   background: url(../../img/common/original/side_icon01.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(3) a::before {
   background: url(../../img/common/original/side_icon02.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(4) a::before {
   background: url(../../img/common/original/side_icon03.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(5) a::before {
   background: url(../../img/common/original/side_icon04.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(6) a::before {
   background: url(../../img/common/original/side_icon05.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(7) a::before {
   background: url(../../img/common/original/side_icon06.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(8) a::before {
   background: url(../../img/common/original/side_icon07.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(9) a::before {
   background: url(../../img/common/original/side_icon08.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(10) a::before {
   background: url(../../img/common/original/side_icon09.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(11) a::before {
   background: url(../../img/common/original/side_icon10.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(12) a::before {
   background: url(../../img/common/original/side_icon11.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(13) a::before {
   background: url(../../img/common/original/side_icon12.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(14) a::before {
   background: url(../../img/common/original/side_icon13.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-category-item:nth-child(15) a::before {
   background: url(../../img/common/original/side_icon14.svg) no-repeat;
   background-size: 60px 60px;
 }
 .side-banner {
   margin-top: 40px;
 }
 .side-banner .banner {
   margin-bottom: 10px;
 }
 .side-banner .link {
   margin-bottom: 10px;
 }
 .side-banner .link a {
   border-radius: 8px;
   color: #fff;
   display: block;
   font-size: 17px;
   font-weight: 500;
   line-height: 1.5;
   padding: 14.5px 5px;
   text-align: center;
 }
 .side-banner .link.cl01 a {
   background: #F08300;
 }
 .side-banner .link.cl02 a {
   background: #F6B52A;
 }
 .side-banner .link.cl03 a {
   background: #8D390D;
 }
 .side-banner .link:last-child {
   margin-bottom: 0;
 }
 .calendar-wrap {
   box-shadow: none;
 }
 .calendar-title {
   padding: 0;
   color: #254845;
   font-size: 14px;
   font-weight: 600;
   display: flex;
   align-items: baseline;
   justify-content: center;
   margin-bottom: 4px;
 }
 .calendar-title dt {
   font-size: 14px;
   margin-right: 6px;
 }
 .this-month {
   background: none;
 }
 .next-month {
   background: none;
 }
 .makeshop-calendar1 td.today {
   background: #00BFA5;
 }
 thead .saturday {
   color: #00BFA5;
 }
 thead .sunday {
   color: #F08300;
 }
 tbody .saturday {
   background: #e9e7e6;
   color: #00BFA6;
 }
 tbody .sunday {
   background: #e9e7e6;
 }
 @media screen and (max-width: 980px){
   .side {
	 width: auto;
	 max-width: 0;
	 margin-right: 0;
   }
   .sp-side-section {
	 display: block;
	 padding: 0;
	 width: 100%;
   }
   .sp-side-section:last-child {
	 margin-bottom: 45px;
	 padding-bottom: 0;
   }
   .sp-gnav {
	 background: #00BFA5;
	 color: #fff;
	 display: flex;
	 padding: 10px 5%;
   }
   .sp-side-section .sp-gnav li {
	 text-align: center;
	 border: none;
	 border-radius: 0;
	 font-size: 12px;
	 padding: 0;
	 margin-bottom: 0;
	 width: 33.3333%;
   }
   .sp-side-section .sp-gnav li span {
	 display: block;
	 margin-top: 2px;
   }
   .header-mypage a:before {
	 background: url(../../img/common/original/icon_mypage_sp.svg) no-repeat;
	 background-size: 30px 30px;
	 content: "";
	 display: block;
	 height: 30px;
	 margin: 0 auto;
	 width: 30px;
   }
   .header-order a:before {
	 background: url(../../img/common/original/icon_order_sp.svg) no-repeat;
	 background-size: 30px 30px;
	 content: "";
	 display: block;
	 height: 30px;
	 margin: 0 auto;
	 width: 30px;
   }
   .sp-side-section .sp-gnav .membership a:before {
	 background: url(../../img/common/original/icon_member_sp.svg) no-repeat;
	 background-size: 30px 30px;
	 content: "";
	 display: block;
	 height: 30px;
	 margin: 0 auto;
	 width: 30px;
   }
   .sp-side-section .sp-gnav .logout a:before {
	 background: url(../../img/common/original/icon_logout_sp.svg) no-repeat;
	 background-size: 30px 30px;
	 content: "";
	 display: block;
	 height: 30px;
	 margin: 0 auto;
	 width: 30px;
   }
   .search {
	 box-sizing: border-box;
	 color: #254845;
	 margin: 20px auto 35px;
	 width: 90%;
   }
   .search-area input, .search-area select {
	 font-size: 15px;
   }
   .search-area select {
	 -webkit-appearance: auto;
	 appearance: auto;
   }
   .search-area input::placeholder {
	 font-size: 15px;
   }
   .side-section {
	 margin: 0 auto;
	 width: 90%;
   }
   .category-list-title {
	 border-bottom: 2px solid #00BFA5;
	 color: #00BFA5;
	 font-size: 20px;
	 font-weight: 600;
	 padding-bottom: 12px;
   }
   .side-category-list a {
	 color: #254845 !important;
   }
   .side-banner {
	 margin: 20px auto 25px;
	 width: 90%;
   }
   .side-banner .link a {
	 border-radius: 5px;
	 font-size: 16px;
	 padding: 10px 5px;
   }
   .side-link {
	 margin: 18px auto 0;
	 width: 90%;
   }
   .side-link li {
	 margin-bottom: 8px;
   }
   .side-link li:last-child {
	 margin-bottom: 0;
   }
   .side-link li a span {
	 font-size: 17px;
	 position: relative;
	 padding-left: 24px;
   }
   .side-link li a span::before {
	 content: "";
	 display: inline-block;
	 left: 0;
	 position: absolute;
	 top: 3px;
	 height: 20px;
	 width: 20px;
   }
   .side-link li:nth-child(1) a span::before {
	 background: url(../../img/common/original/nav_icon03.svg) no-repeat;
	 background-size: 20px 20px;
   }
   .side-link li:nth-child(2) a span::before {
	 background: url(../../img/common/original/nav_icon04.svg) no-repeat;
	 background-size: 20px 20px;
   }
   .side-link li:nth-child(3) a span::before {
	 background: url(../../img/common/original/nav_icon06.svg) no-repeat;
	 background-size: 20px 20px;
   }
   .side-link li:nth-child(4) a span::before {
	 background: url(../../img/common/original/nav_icon05.svg) no-repeat;
	 background-size: 20px 20px;
   }
   .side-tel {
	 margin: 20px auto 0;
	 width: 90%;
   }
   .side-tel .ttl {
	 font-size: 14px;
	 display: block;
   }
   .side-tel .text {
	 font-size: 14px;
	 display: block;
   }
   .side-tel a.tel {
	 align-items: center;
	 font-family: "Poppins", sans-serif;
	 font-size: 25px;
	 font-weight: 600;
	 display: flex;
   }
   .side-tel a.tel img {
	 margin-right: 5px;
	 width: 35px;
   }
 }
 
 /* トップ */
 .container {
   display: flex;
   justify-content: space-between;
 }
 .main {
   width: 860px;
   max-width: 71.667%;
 }
 .top-contents {
   margin-bottom: 80px;
 }
 h2.head-h2 {
   font-size: 30px;
   font-weight: 600;
   text-align: center;
   margin-bottom: 25px;
 }
 h2.head-h2 .en {
   color: #00BFA5;
   font-size: 12px;
   font-weight: 400;
   display: block;
   margin: 2px 0 0 0;
 }
 h2.head-h2 .note {
   color: #254845;
   font-size: 13px;
   font-weight: 400;
   display: block;
   margin: 2px 0 0 0;
 }
 h3.head-h3 {
   font-size: 30px;
   font-weight: 600;
   text-align: center;
   margin-bottom: 25px;
 }
 h3.head-h3 .en {
   color: #00BFA5;
   font-size: 12px;
   font-weight: 400;
   display: block;
   margin: 2px 0 0 0;
 }
 p.normal {
   font-size: 15px;
   text-align: center;
 }
 p.normal a {
   color: #00BFA5;
   text-decoration: underline;
 }
 p.normal a:hover {
   text-decoration: none;
 }
 @media screen and (max-width: 980px){
   .main {
	 width: 100%;
	 max-width: 100%;
   }
   .top-contents {
	 margin-bottom: 50px;
   }
   h2.head-h2 {
	 font-size: 26px;
	 margin-bottom: 20px;
   }
   h2.head-h2 .en {
	 font-size: 12px;
   }
   h2.head-h2 .note {
	 font-size: 12px;
   }
   h3.head-h3 {
	 font-size: 25px;
	 margin-bottom: 20px;
   }
 }
 
 /* トップ-スライダー */
 .main-visual {
   max-width: 100%;
   margin: 0;
   padding: 25px 0 0;
 }
 .main-visual .slide {
   margin: 0 12.5px;
 }
 .main-visual img {
   max-width: 100%;
   vertical-align: bottom;
 }
 .main-visual img.sp-only {
   display: none;
 }
 .main-visual .slick-arrow {
   position: absolute;
   top: calc(50% - 3px);
   -webkit-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   transform: translate(0, -50%);
   width: 14px;
   height: 23px;
   background:  url("../../img/common/original/icon_arrow.svg") no-repeat center center;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: none;
   font-size: 0;
   line-height: 0;
   padding: 0;
   display: block;
   z-index: 10;
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
 }
 .main-visual .slick-prev.slick-arrow {
   left: 17.4%;
   background:  url("../../img/common/original/icon_arrow02.svg") no-repeat center center;
 }
 .main-visual .slick-prev.slick-arrow:hover {
   background-image:  url("../../img/common/original/icon_arrow02_on.svg");
   opacity: 1.0;
 }
 .main-visual .slick-next.slick-arrow {
   right: 17.4%;
 }
 .main-visual .slick-next.slick-arrow:hover {
   background-image:  url("../../img/common/original/icon_arrow_on.svg");
   opacity: 1.0;
 }
 .main-visual .slick-prev:after {
   content: none;
 }
 .main-visual .slick-next:after {
   content: none;
 }
 .main-visual .slick-dots {
   display: flex;
   margin: 15px 0 0;
   justify-content: center;
 }
 .main-visual .slick-dots li[role="presentation"] {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   overflow: hidden;
   text-indent: 8px;
   margin: 0 10px;
 }
 .main-visual .slick-dots li {
   background: #CCCCCC;
 }
 .main-visual .slick-dots li.slick-active {
   background-color: #00BFA5;
 }
 .main-visual .slick-dots li button {
   opacity: 0;
 }
 @media screen and (max-width: 1200px){
   .main-visual .slide {
	 margin: 0;
   }
   .main-visual .slick-prev.slick-arrow {
	 left: 2%;
   }
   .main-visual .slick-next.slick-arrow {
	 right: 2%;
   }
 }
 @media screen and (max-width: 980px){
   .main-visual {
	 padding: 0;
   }
   .main-visual img.pc-only {
	 display: none;
   }
   .main-visual img.sp-only {
	 display: block;
   }
 }
 
 /* トップ-バナー */
 .top-banner {
   margin-bottom: 50px;
 }
 @media screen and (max-width: 980px) {
   .top-banner {
	 margin-bottom: 35px;
   }
 }
 
 
 /* トップ-お悩みから探す */
 .uses-wrap .uses-item {
   border: 1px solid #00BFA5;
   border-radius: 8px;
   box-sizing: border-box;
   display: block;
   text-align: center;
   padding: 20px 15px 25px;
 }
 .uses-wrap .uses-item span {
   color: #00BFA5;
   font-size: 20px;
   font-weight: 500;
 }
 .uses-wrap .uses-item span img {
   display: block;
   margin: 0 auto 10px;
 }
 .uses-wrap .uses-item dl dt {
   color: #00BFA5;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 15px;
 }
 .uses-wrap .uses-item dl dt img {
   display: block;
   margin: 0 auto 10px;
 }
 .uses-wrap .uses-item dl dd ul li {
   margin-right: 20px;
 }
 .uses-wrap .uses-item dl dd ul li:last-child {
   margin-right: 0;
 }
 .uses-wrap .uses-item dl dd ul li a {
   font-size: 16px;
   line-height: 1;
   padding-left: 13px;
   position: relative;
 }
 .uses-wrap .uses-item dl dd ul li a:hover {
   opacity: 1.0;
 }
 .uses-wrap .uses-item dl dd ul li a::before {
   background: url(../../img/common/original/icon_arrow04.svg) no-repeat;
   background-size: 7px 12px;
   content: "";
   display: inline-block;
   left: 0;
   position: absolute;
   top: 7px;
   height: 12px;
   width: 7px;
 }
 .uses-wrap .uses-item dl dd ul li a:hover::before {
   background-image: url(../../img/common/original/icon_arrow04_on.svg);
 }
 @media screen and (min-width: 981px){
   .uses-wrap {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
   }
   .uses-wrap .uses-item {
	 margin-top: 20px;
	 width: 49%;
   }
   .uses-wrap .uses-item:nth-child(-n+2) {
	 margin-top: 0;
   }
   .uses-wrap .uses-item dl dd ul {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
   }
 }
 @media screen and (max-width: 1024px){
   .uses-wrap .uses-item {
	 padding: 20px 10px 25px;
   }
   .uses-wrap .uses-item span {
	 font-size: 18px;
   }
   .uses-wrap .uses-item dl dt {
	 font-size: 18px;
	 margin-bottom: 12px;
   }
   .uses-wrap .uses-item dl dd ul li {
	 margin-right: 10px;
   }
   .uses-wrap .uses-item dl dd ul li a {
	 font-size: 13px;
	 padding-left: 11px;
   }
   .uses-wrap .uses-item dl dd ul li a::before {
	 background-size: 6px 10px;
	 top: 5px;
	 height: 10px;
	 width: 6px;
   }
 }
 @media screen and (max-width: 980px){
   .uses-wrap .uses-item {
	 margin-bottom: 10px;
   }
   .uses-wrap .uses-item:last-child {
	 margin-bottom: 0;
   }
   .uses-wrap .uses-item span {
	 font-size: 5.4vw;
   }
   .uses-wrap .uses-item dl dt {
	 font-size: 5.4vw;
   }
   .uses-wrap .uses-item dl dd ul {
	 text-align: left;
	 width: 32vw;
	 margin: 0 auto;
   }
   .uses-wrap .uses-item dl dd ul li {
	 margin-right: 0;
   }
   .uses-wrap .uses-item dl dd ul li + li {
	 margin-top: 10px;
   }
   .uses-wrap .uses-item dl dd ul li a {
	 font-size: 4.4vw;
   }
   .uses-wrap .uses-item dl dd ul li a::before {
	 background-size: 7px 12px;
	 top: 1.9vw;
	 height: 12px;
	 width: 7px;
   }
 }
 
 /* トップ-取り扱いメーカーのご紹介 */
 .maker-wrap {
   margin-bottom: 15px;
 }
 .maker-wrap .maker-item {
   box-sizing: border-box;
   text-align: center;
 }
 .maker-wrap .maker-item a {
   border: 1px solid #00BFA5;
   border-radius: 8px;
   display: block;
   padding: 21px 10px;
 }
 .maker-wrap .maker-item span {
   display: block;
   font-size: 16px;
   font-weight: 400;
   line-height: 1;
   margin-top: 7px;
 }
 @media screen and (min-width: 981px){
   .maker-wrap {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
   }
   .maker-wrap .maker-item {
	 margin-top: 20px;
	 margin-right: 2.3253%;
	 width: 23.256%;
   }
   .maker-wrap .maker-item:nth-child(-n+4) {
	 margin-top: 0;
   }
   .maker-wrap .maker-item:nth-child(4n) {
	 margin-right: 0;
   }
   .maker-wrap .maker-item .img {
	 align-items: center;
	 display: flex;
	 height: 45px;
	 justify-content: center;
	 width: 100%;
   }
 }
 @media screen and (max-width: 980px){
   .maker-wrap {
	 margin-bottom: 12px;
   }
   .maker-wrap .maker-item {
	 margin-bottom: 10px;
   }
   .maker-wrap .maker-item:last-child {
	 margin-bottom: 0;
   }
   .maker-wrap .maker-item a {
	 align-items: center;
	 border-radius: 6px;
	 display: flex;
	 padding: 20px 15px;
   }
   .maker-wrap .maker-item .img {
	 width: 46%
   }
   .maker-wrap .maker-item span {
	 font-size: 17px;
	 margin-top: 0;
	 margin-left: 5%;
	 text-align: left;
   }
 }
 
 /* トップ-e.よりそうだんについて */
 h3.about-h3 {
   color: #8E3900;
   font-size: 16px;
   font-weight: 400;
   text-align: center;
   margin-top: 20px !important;
   margin-bottom: 25px;
 }
 h3.about-h3 img {
   display: block;
   margin: 10px auto 0;
 }
 h3.about-h3.line {
   border-bottom: 1px solid #00BFA5;
   margin-bottom: 32px;
   padding-bottom: 30px;
 }
 p.about-text {
   font-size: 22px;
   font-weight: 500;
   text-align: center;
 }
 .about-wrap {
   margin-top: 20px;
 }
 .about-wrap .text {
   font-size: 16px;
   line-height: 1.8;
 }
 .about-wrap .btn a {
   background: #fff;
   border: 1px solid #00BFA5;
   border-radius: 22px;
   box-sizing: border-box;
   color: #00BFA5;
   display: block;
   font-size: 16px;
   font-weight: 500;
   line-height: 1;
   margin: 25px 0 0 auto;
   max-width: 236px;
   padding: 13px 5px;
   text-decoration: none;
   text-align: center;
 }
 .about-wrap .btn a:hover {
   border: 1px solid #F08300;
   color: #F08300;
   opacity: 1.0;
 }
 @media screen and (min-width: 981px){
   .about-wrap {
	 display: flex;
	 justify-content: space-between;
   }
   .about-wrap .img {
	 width: 33.37%;
   }
   .about-wrap .text {
	 padding-top: 15px;
	 width: 63.95%;
   }
 }
 @media screen and (max-width: 980px){
   h3.about-h3 {
	 font-size: 14px;
	 margin-top: 15px !important;
	 margin-bottom: 20px;
   }
   h3.about-h3 img {
	 margin: 8px auto 0;
	 width: 62%;
   }
   h3.about-h3.line {
	 margin-bottom: 27px;
	 padding-bottom: 25px;
   }
   p.about-text {
	 font-size: 18px;
   }
   .about-wrap {
	 margin-top: 15px;
   }
   .about-wrap .img {
	 text-align: center;
   }
   .about-wrap .text {
	 font-size: 15px;
	 line-height: 1.7;
	 margin-top: 15px;
   }
   .about-wrap .btn a {
	 border-radius: 25px;
	 font-size: 17px;
	 max-width: 100%;
	 margin: 25px auto 0;
	 padding: 15.5px 5px;
	 width: 78%;
   }
 }
 
 /* トップ-ニュース */
 .top-contents.news-box {
   background: #E2F6F2;
   padding: 45px 20px 50px;
 }
 .newslist-wrap {
   background: #fff;
   border-radius: 5px;
   margin-bottom: 25px;
   padding: 10px 25px 30px
 }
 .newslist li {
   border-bottom: 1px dashed #CCCCCC;
   padding: 18px 0;
 }
 .newslist li:first-child {
   border-top: 1px dashed #CCCCCC;
 }
 .newslist-wrap .newslist li:first-child {
   border-top: none;
 }
 .newslist li dl dt {
   color: #999999;
   font-size: 14px;
 }
 .newslist li dl dd {
   color: #254845;
   font-size: 16px;
 }
 .news-btn a {
   background: #00BFA5;
   border: 1px solid #00BFA5;
   border-radius: 22px;
   box-sizing: border-box;
   color: #fff;
   display: block;
   font-size: 16px;
   font-weight: 500;
   line-height: 1;
   margin: 0 auto;
   max-width: 236px;
   padding: 13px 5px;
   text-decoration: none;
   text-align: center;
 }
 .news-btn a:hover {
   background: #F08300;
   border: 1px solid #F08300;
   opacity: 1.0;
 }
 @media screen and (min-width: 981px){
   .newslist li dl {
	 display: flex;
   }
   .newslist li dl dt {
	 width: 95px;
   }
   .newslist li dl dd {
	 flex-grow: 1;
   }
 }
 @media screen and (max-width: 980px){
   .top-contents.news-box {
	 margin: 0 -15px 50px;
	 padding: 25px 15px 30px;
	 overflow: hidden;
   }
   .newslist-wrap {
	 border-radius: 3px;
	 margin-bottom: 20px;
	 padding: 10px 15px 30px;
   }
   .newslist li {
	 padding: 15px 0;
   }
   .newslist li dl dt {
	 font-size: 13px;
	 margin-bottom: 5px;
   }
   .newslist li dl dd {
	 font-size: 15px;
   }
   .news-btn a {
	 border-radius: 25px;
	 font-size: 17px;
	 max-width: 100%;
	 margin: 15px auto 0;
	 padding: 15.5px 5px;
	 width: 78%;
   }
 }
 /* トップ-おすすめ */
 /*.itemlist-image > a {
   position: relative;
   overflow: hidden;
 }
 .itemlist-image > a::before {
   content: "";
   padding-top: 100%;
   display: block;
 }
 .itemlist-image > a img {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
 }*/
 .itemlist-image {
   border: 1px solid #EAEAEA;
   position: relative;
 }
 .itemlist-image:before {
   content: "";
   display: block;
   padding-bottom: 100%;
 }
 .itemlist-image > a {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #fff;
   width: 100%;
   top: 0;
   bottom: 0;
   margin: auto;
 }
 .itemlist-image > a img {
   max-height: 100%;
 }
 .itemlist.item-slick {
   margin: 0 -10px;
 }
 .item-slick .itemlist-item {
   margin: 0 10px;
 }
 .item-slick img {
   /*border: 1px solid #EAEAEA;*/
   box-sizing: border-box;
   max-width: 100%;
   vertical-align: bottom;
 }
 .item-slick .slick-arrow {
   position: absolute;
   top: calc(50% - 3px);
   -webkit-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   transform: translate(0, -50%);
   width: 14px;
   height: 23px;
   background:  url("../../img/common/original/icon_arrow.svg") no-repeat center center;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: none;
   font-size: 0;
   line-height: 0;
   padding: 0;
   display: block;
   z-index: 10;
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
 }
 .item-slick .slick-prev.slick-arrow {
   left: -1.5%;
   background:  url("../../img/common/original/icon_arrow02.svg") no-repeat center center;
 }
 .item-slick .slick-prev.slick-arrow:hover {
   background-image:  url("../../img/common/original/icon_arrow02_on.svg");
   opacity: 1.0;
 }
 .item-slick .slick-next.slick-arrow {
   right: -1.5%;
 }
 .item-slick .slick-next.slick-arrow:hover {
   background-image:  url("../../img/common/original/icon_arrow_on.svg");
   opacity: 1.0;
 }
 .item-slick .slick-prev:after {
   content: none;
 }
 .item-slick .slick-next:after {
   content: none;
 }
 .item-slick .slick-dots {
   display: flex;
   margin: 15px 0 0;
   justify-content: center;
 }
 .item-slick .slick-dots li[role="presentation"] {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   overflow: hidden;
   text-indent: 8px;
   margin: 0 10px;
 }
 .item-slick .slick-dots li {
   background: #CCCCCC;
 }
 .item-slick .slick-dots li.slick-active {
   background-color: #00BFA5;
 }
 .item-slick .slick-dots li button {
   opacity: 0;
 }
 .itemlist .itemlist-name {
   color: #254845;
   font-size: 16px;
   margin-top: 8px;
 }
 .itemlist .price {
   font-size: 20px;
   font-weight: 500;
   margin: 2px 0 0;
 }
 .itemlist .price span {
   font-size: 16px;
 }
 @media screen and (max-width: 980px){
   .top-contents.top-recommend {
	 margin: 0 -15px 50px;
	 overflow: hidden;
   }
   .item-slick img {
	 padding: 6px;
   }
   .item-slick .slick-prev.slick-arrow {
	 left: 5%;
   }
   .item-slick .slick-next.slick-arrow {
	 right: 5%;
   }
 }
 
 /* 商品一覧 */
 .low-container {
   padding: 25px 0 0;
 }
 .page-name {
   background: #f0faf8;
   padding: 75px 12px;
   text-align: center;
 }
 .page-name h2 {
   color: #00BFA5;
   font-size: 30px;
   font-weight: 600;
   line-height: 1;
   margin: 0;
 }
 .page-name.img {
   background: none;
   margin-top: 15px;
   padding: 0;
 }
 .category-list {
   display: flex;
   flex-wrap: wrap;
 }
 .category-list li a {
   border: 1px solid #00BFA5;
   border-radius: 8px;
   color: #00BFA5;
   display: block;
   font-size: 20px;
   font-weight: 600;
   text-align: center;
   padding: 18px 5px;
 }
 .item-list {
   display: flex;
   flex-wrap: wrap;
 }
 .item-list .item-list-item {
   position: relative;
 }
 /*.item-list-image > a {
   position: relative;
   overflow: hidden;
 }
 .item-list-image > a::before {
   content: "";
   padding-top: 100%;
   display: block;
 }
 .item-list-image > a img {
   border: 1px solid #EAEAEA;
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   padding: 10px;
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
 }*/
 .item-list-image {
   border: 1px solid #EAEAEA;
   position: relative;
 }
 .item-list-image:before {
   content: "";
   display: block;
   padding-bottom: 100%;
 }
 .item-list-image > a {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #fff;
   width: 100%;
   top: 0;
   bottom: 0;
   margin: auto;
 }
 .item-list-image > a img {
   max-height: 100%;
 }
 .item-list .item-list-name {
   color: #254845;
   font-size: 16px;
   margin-top: 8px;
 }
 .item-list .price {
   font-size: 20px;
   font-weight: 500;
   margin: 2px 0 0;
 }
 .item-list .price span {
   font-size: 16px;
 }
 .sort-select {
   margin-bottom: 30px;
   text-align: right;
 }
 .sort-select select {
   border: 1px solid #254845;
   border-radius: 5px;
   font-size: 13px;
   padding: 10px;
   width: 130px;
 }
 .pager {
   display: flex;
 }
 .pager li {
   margin-right: 10px;
 }
 .pager li:last-child {
   margin-right: 0;
 }
 .pager li > a, 
 .pager li > span {
   border-radius: 50%;
   color: #666666;
   display: block;
   font-size: 13px;
   font-weight: 500;
   height: 30px;
   line-height: 30px;
   text-align: center;
   width: 30px;
 }
 .pager li > span.current {
   background: #00BFA5;
   color: #fff;
 }
 .total-count {
   font-size: 15px;
 }
 @media screen and (min-width: 981px){
   .item-list.normal .item-list-item {
	 margin-top: 30px;
	 margin-right: 2.3333%;
	 width: 23.25%;
   }
   .item-list.normal .item-list-item:nth-child(4n) {
	 margin-right: 0;
   }
   .item-list.normal .item-list-item:nth-child(-n+4) {
	 margin-top: 0;
   }
   .item-list.checked .item-list-item {
	 margin-top: 25px;
	 margin-right: 2%;
	 width: 15%;
   }
   .item-list.checked .item-list-item:nth-child(6n) {
	 margin-right: 0;
   }
   .item-list.checked .item-list-item:nth-child(-n+6) {
	 margin-top: 0;
   }
   .category-list {
	 margin-bottom: 50px;
   }
   .category-list li {
	 margin-right: 1.52%;
	 margin-top: 12px;
	 width: 32.32%;
   }
   .category-list li:nth-child(3n) {
	 margin-right: 0;
   }
   .category-list li:nth-child(-n+3) {
	 margin-top: 0;
   }
 }
 @media screen and (max-width: 980px){
   .low-container {
	 padding: 20px 0 0;
   }
   .page-name {
	 padding: 45px 12px;
   }
   .page-name h2 {
	 font-size: 25px;
	 font-weight: 600;
   }
   .page-name.img {
	 margin-top: 0;
   }
   .category-list {
	 margin-bottom: 35px;
   }
   .category-list li {
	 margin-right: 2%;
	 margin-top: 2.5%;
	 width: 49%;
   }
   .category-list li:nth-child(2n) {
	 margin-right: 0;
   }
   .category-list li:nth-child(-n+2) {
	 margin-top: 0;
   }
   .category-list li a {
	 border-radius: 5px;
	 font-size: 16px;
	 padding: 10px 5px;
   }
   .item-list .item-list-item {
	 margin-top: 4.5%;
	 margin-right: 2%;
	 width: 49%;
   }
   .item-list .item-list-item:nth-child(2n) {
	 margin-right: 0;
   }
   .item-list .item-list-item:nth-child(-n+2) {
	 margin-top: 0;
   }
   .item-list .item-list-name {
	 font-size: 15px;
	 margin-top: 6px;
   }
   .item-list .price {
	 font-size: 18px;
   }
   .item-list .price span {
	 font-size: 15px;
   }
   .sort-select {
	 margin-bottom: 20px;
   }
   .sort-select select {
	 -webkit-appearance: auto;
	 appearance: auto;
	 border-radius: 3px;
	 font-size: 12px;
	 padding: 10px 5px;
	 width: 140px;
   }
   .pager li {
	 margin-right: 8px;
   }
   .pager li:last-child {
	 margin-right: 0;
   }
   .pager li > a, 
   .pager li > span {
	 font-size: 12px;
	 height: 26px;
	 line-height: 26px;
	 width: 26px;
   }
   .total-count {
	 font-size: 14px;
   }
 }
 
 /* 商品詳細 */
 .low-contents {
   box-sizing: border-box;
   max-width: 1240px;
   margin: 0 auto;
   overflow: hidden;
   padding: 15px 20px 0;
 }
 .breadcrumb {
   font-size: 14px;
   padding-top: 0;
 }
 .breadcrumb + .breadcrumb {
   margin-top: 10px;
 }
 .breadcrumb-item {
   margin-right: 8px;
 }
 .breadcrumb-item::after {
   content: ">";
   color: #666666;
   margin-left: 8px;
 }
 .detail {
   display: flex;
   padding: 50px 0 80px;
 }
 .item-image {
   float: none;
   max-width: 50%;
   margin-right: 11.5%;
   width: 600px;
 }
 .main-image {
   float: none;
   margin-bottom: 50px;
   width: 100%;
 }
 .main-image img {
   border: 1px solid #EAEAEA;
   box-sizing: border-box;
   max-height: 600px;
   max-width: 100%;
   margin-right: 0;
   object-fit: contain;
   padding: 20px;
   width: 100%;
 }
 .gallery li img {
   border: 1px solid #EAEAEA;
   box-sizing: border-box;
   margin-right: 0;
   max-width: 100%;
   max-height: 600px;
   object-fit: contain;
   padding: 20px;
   width: 100%;
 }
 .item-image .slick-arrow {
   position: absolute;
   top: calc(50% - 3px);
   -webkit-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   transform: translate(0, -50%);
   width: 14px;
   height: 23px;
   background:  url("../../img/common/original/icon_arrow.svg") no-repeat center center;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: none;
   font-size: 0;
   line-height: 0;
   padding: 0;
   display: block;
   z-index: 10;
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
 }
 .item-image .slick-prev.slick-arrow {
   left: 2%;
   background:  url("../../img/common/original/icon_arrow02.svg") no-repeat center center;
 }
 .item-image .slick-prev.slick-arrow:hover {
   background-image:  url("../../img/common/original/icon_arrow02_on.svg");
   opacity: 1.0;
 }
 .item-image .slick-next.slick-arrow {
   right: 2%;
 }
 .item-image .slick-next.slick-arrow:hover {
   background-image:  url("../../img/common/original/icon_arrow_on.svg");
   opacity: 1.0;
 }
 .item-image .slick-prev:after {
   content: none;
 }
 .item-image .slick-next:after {
   content: none;
 }
 .choice-btn li {
   cursor: pointer;
   background: none;
   width: 24% !important;
   margin-bottom: 6px;
 }
 .choice-btn li img {
   border: 1px solid #EAEAEA;
   box-sizing: border-box;
   float: none;
   max-width: 100%;
   margin-right: 0;
   padding: 5px;
   width: 100%;
 }
 .item-detail {
   float: none;
   max-width: 38.333%;
   padding-left: 0;
   width: 460px;
 }
 .item-detail .item-title {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 10px;
 }
 .item-price-wrap {
   margin-bottom: 15px;
 }
 .item-price-wrap .item-price {
   font-size: 28px;
   font-weight: 600;
 }
 .item-price-wrap .item-tax {
   font-size: 22px;
   color: #254845;
 }
 .item-price-wrap .fixed-price {
   font-size: 16px;
 }
 .add-cart {
   margin: 15px 0 30px;
 }
 .item-quantity {
   align-items: center;
   display: flex;
   font-size: 16px;
   margin-top: 22px;
   margin-bottom: 0;
 }
 .makeshop-option-wrap {
   margin-top: 0;
 }
 .makeshop-option-label {
   font-size: 16px;
   margin-bottom: 5px;
 }
 .makeshop-option-select {
   border: 1px solid #254845;
   border-radius: 5px;
   font-size: 14px;
   margin-bottom: 0;
   padding: 12px 20px;
   width: 100%;
 }
 .item-info-list {
   margin-top: 0;
 }
 .item-info-list li {
   margin-bottom: .45em;
 }
 .item-info-list li:last-child {
   margin-bottom: 0;
 }
 .item-info-list li dl {
   font-size: 16px;
 }
 .item-info-list li dt {
   width: auto;
 }
 .item-info-list li dd {
   width: auto;
 }
 .modal-open {
   width: 100%;
 }
 .item-option .btn {
   margin-top: 20px;
 }
 .add-cart .btn {
   border-radius: 35px;
   box-sizing: border-box;
   color: #fff;
   display: inline-block;
   font-size: 22px;
   font-weight: 600;
   line-height: 1;
   max-width: 380px;
   padding: 24px 5px;
   text-align: center;
   width: 100%;
 }
 .add-cart .add-cart-btn {
   background: #00BFA5;
 }
 .add-cart .off {
   display: none;
 }
 .add-cart .on {
   display: block;
 }
 .favorite a:after {
   color: #F08300;
 }
 .item-benefit {
   margin-top: 25px;
 }
 .item-benefit a {
   border: 3px solid #F08300;
   border-radius: 8px;
   color: #F08300;
   display: block;
   font-size: 20px;
   font-weight: 600;
   margin-top: 25px;
   padding: 15px 20px;
   text-align: center;
 }
 .item-description {
   border-top: 1px solid #00BFA5;
   border-bottom: 1px solid #00BFA5;
   font-size: 18px;
   padding: 23px 0;
 }
 .item-description dl {
   display: flex;
 }
 .item-description dl + dl {
   margin-top: 1em;
 }
 .item-description dt {
   box-sizing: border-box;
   color: #00BFA5;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 0;
   padding-right: 1em;
   width: 115px;
 }
 .item-description dd {
   width: calc( 100% - 115px );
 }
 .item-description2 {
   font-size: 16px;
   margin-bottom: 12px;
 }
 .item-description2 p {
   font-size: 16px;
 }
 .checked-contents {
   display: block;
   margin: 0;
   padding: 0;
 }
 .checked-contents h2 {
   font-size: 26px;
   font-weight: 600;
   margin-bottom: 35px;
 }
 .modal-order {
   background: #00BFA5;
 }
 @media screen and (max-width: 980px){
   .low-contents {
	 padding: 10px 15px 0;
   }
   .breadcrumb {
	 font-size: 13px;
	 margin-bottom: 0;
   }
   .detail {
	 display: block;
	 padding: 30px 0 50px;
   }
   .item-image {
	 max-width: 100%;
	 margin-right: 0;
	 padding: 0;
	 width: 100%;
   }
   .main-image {
	 margin-bottom: 30px;
   }
   .gallery li img {
	 padding: 10px;
   }
   .item-detail {
	 max-width: 100%;
	 padding-left: 0;
	 width: 100%;
   }
   .item-detail .item-title {
	 font-size: 18px;
	 margin-bottom: 10px;
   }
   .item-price-wrap {
	 margin-bottom: 10px;
   }
   .item-price-wrap .item-price {
	 font-size: 20px;
   }
   .item-price-wrap .item-tax {
	 font-size: 18px;
   }
   .item-price-wrap .fixed-price {
	 font-size: 14px;
   }
   .add-cart {
	 margin: 10px 0 20px;
   }
   .item-quantity {
	 font-size: 14px;
	 margin-top: 16px;
   }
   .makeshop-option-label {
	 font-size: 14px;
   }
   .makeshop-option-select {
	 border-radius: 3px;
	 font-size: 13px;
	 padding: 9px 15px;
   }
   .item-info-list li dl {
	 font-size: 14px;
   }
   .item-option .btn {
	 margin-top: 15px;
   }
   .add-cart .btn {
	 border-radius: 33px;
	 font-size: 18px;
	 padding: 24px 5px;
   }
   .add-cart .off {
	 display: none;
   }
   .add-cart .on {
	 display: block;
   }
   .item-benefit {
	 margin-top: 20px;
   }
   .item-benefit a {
	 border: 2px solid #F08300;
	 border-radius: 6px;
	 font-size: 16px;
	 padding: 12px 15px;
   }
   .item-description {
	 font-size: 15px;
	 margin-top: 25px;
	 padding: 16px 0;
   }
   .item-description dl + dl {
	 margin-top: .75em;
   }
   .item-description dt {
	 font-size: 15px;
	 padding-right: 1em;
	 width: 100px;
 }
   .item-description dd {
	 width: calc( 100% - 100px );
   }
   .item-description2 {
	 font-size: 14px;
   }
   .item-description2 p {
	 font-size: 14px;
   }
   .checked-contents {
	 display: block;
	 margin: 0;
	 padding: 0;
   }
   .checked-contents h2 {
	 font-size: 20px;
	 margin-bottom: 25px;
   }
 }
 
 /* お買い物かご */
 .cart-list-table {
   margin-top: 50px;
   padding: 0;
 }
 .cart-list-table th {
   background: none;
   border-right: none;
   border-bottom: 1px solid #c3c3c3;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: 600;
   padding: 10px;
   text-align: center;
 }
 .cart-list-table th:first-child {
   width: 450px;
 }
 .cart-list-table th:nth-child(2) {
   width: 230px;
 }
 .cart-list-table th:nth-child(3) {
   width: 240px;
 }
 .cart-list-table th:last-child {
   width: 260px;
 }
 .cart-list-table tbody tr {
   border-bottom: 1px solid #E6E6E6;
 }
 .cart-list-table tbody td {
   padding: 20px 10px;
 }
 .cart-list-table tbody td:first-child {
   display: flex;
 }
 .cart-list-image img {
   border: 1px solid #EAEAEA;
   height: 110px;
 }
 .item-cart-title {
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 8px;
 }
 .item-cart-price {
   font-size: 22px;
   font-weight: 600;
 }
 .item-cart-price span {
   font-size: 18px;
 }
 .item-cart-subtotal {
   font-size: 22px;
   font-weight: 600;
 }
 .item-cart-subtotal span {
   font-size: 18px;
 }
 .cart-total .cart-total-title {
   font-size: 18px;
   font-weight: 600;
 }
 .cart-total {
   background: none;
 }
 .cart-total .cart-total-price {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 0;
 }
 .cart-total .cart-total-price span {
   font-size: 18px;
 }
 .cart-list-table tbody tr {
   border-bottom: 1px solid #c3c3c3;
 }
 .cart-button-wrap .cart-button a {
   background: #00BFA5;
   border-radius: 35px;
   box-sizing: border-box;
   color: #fff;
   display: inline-block;
   font-size: 22px;
   font-weight: 600;
   line-height: 1;
   max-width: 320px;
   padding: 24px 5px;
   text-align: center;
   width: 100%;
 }
 .cart-button-wrap .cart-back-button a {
   font-weight: 600;
 }
 .cart-button-wrap .cart-back-button a:before {
   font-size: 12px;
   font-weight: 600;
   padding-right: 8px;
   color: #00BFA5;
 }
 @media screen and (max-width: 980px) {
   .cart-list-table {
	 margin-top: 35px;
   }
   .cart-list-table tbody td {
	 width: 100%;
	 display: block;
	 padding: 0;
	 margin-bottom: 6px;
   }
   .cart-list-table tbody td:first-child {
	 width: 100%;
	 margin-top: 30px;
   }
   .cart-list-image img {
	 height: 100px;
   }
   .item-cart-title {
	 font-size: 16px;
	 margin-bottom: 6px;
   }
   .item-cart-price {
	 font-size: 20px;
   }
   .item-cart-price span {
	 font-size: 16px;
   }
   .item-cart-subtotal {
	 font-size: 20px;
   }
   .item-cart-subtotal span {
	 font-size: 16px;
   }
   .cart-total .cart-total-title {
	 font-size: 16px;
   }
   .cart-total .cart-total-price {
	 font-size: 20px;
   }
   .cart-total .cart-total-price span {
	 font-size: 16px;
   }
   .cart-button-wrap .cart-button a {
	 border-radius: 33px;
	 font-size: 18px;
	 padding: 24px 5px;
   }
 }
 
 /* お知らせ */
 .news-list-date {
   font-size: 14px;
   color: #999999 !important;
   margin-bottom: 20px;
 }
 .news-title {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 30px;
 }
 .news-detail-content p {
   font-size: 16px;
 }
 .news-detail-content p + p {
   margin-top: 1em;
 }
 @media screen and (max-width: 980px) {
   .news-list-date {
	 font-size: 13px;
	 margin-bottom: 15px;
   }
   .news-title {
	 font-size: 20px;
	 margin-bottom: 25px;
   }
   .news-detail-content p {
	 font-size: 15px;
   }
   .news-detail-content p + p {
	 margin-top: .75em;
   }
 }
 
 /* 会社概要 */
 .company-about {
   display: flex;
   justify-content: space-between;
   margin-bottom: 60px;
 }
 .company-about .text {
   width: 47.67%;
 }
 .company-about .text dl dt {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 20px;
 }
 .company-about .text dl dd {
   font-size: 16px;
   line-height: 1.8;
 }
 .company-about .image {
   width: 47.67%;
 }
 .company-text {
   margin-bottom: 50px;
 }
 .company-text h4 {
   background: #00BFA5;
   border-radius: 5px;
   color: #fff;
   font-size: 24px;
   font-weight: 600;
   text-align: center;
   line-height: 1;
   margin-bottom: 40px;
   padding: 23px 10px;
 }
 .company-text .text p {
   font-size: 16px;
   line-height: 1.6;
 }
 .company-text .text p .name {
   font-family: "Noto Serif JP", serif;
   font-weight: 600;
   font-size: 18px;
   display: block;
   line-height: 1.7;
   letter-spacing: 0.1em;
   margin-top: 27px;
 }
 .company-text .text p .name span {
   font-size: 23px;
 }
 .company-text .text img {
   margin: -150px 0 0 auto;
 }
 .company-text .text img.pc-only {
   display: block;
 }
 .company-text .text img.sp-only {
   display: none;
 }
 .company-tel {
   border: 1px solid #00BFA5;
   border-radius: 8px;
   margin-bottom: 90px;
   padding: 22px 32px 28px;
 }
 .company-tel h3 {
   color: #00BFA5;
   font-size: 20px;
   font-weight: 600;
   text-align: center;
   margin-bottom: 16px;
 }
 .company-tel .flex-inner {
   align-items: flex-end;
   display: flex;
   justify-content: space-between;
 }
 .company-tel .tel {
   width: 46%;
 }
 .company-tel .tel .ttl {
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 10px;
 }
 .company-tel .tel dl dt {
   font-size: 16px;
   margin-bottom: 2px;
 }
 .company-tel .tel dl dd a {
   align-items: center;
   font-family: "Poppins", sans-serif;
   font-size: 39px;
   font-weight: 600;
   display: flex;
 }
 .company-tel .tel dl dd a img {
   width: 53px;
 }
 .company-tel .text {
   border-left: 1px solid #EAEAEA;
   margin-left: 2%;
   padding-left: 2%;
   width: 48%;
 }
 .company-tel .text .time {
   font-size: 18px;
   font-weight: 600;
   display: flex;
   margin-bottom: 3px;
 }
 .company-tel .text .time dt {
   margin-right: .75em;
 }
 .company-tel .text .holiday {
   font-size: 15px;
   display: flex;
 }
 .company-tel .text .holiday dt {
   margin-right: 2.7em;
 }
 .company-center {
   margin-bottom: 85px;
 }
 .company-center .center-warp dl dt {
   background: #00BFA5;
   border-radius: 5px;
   color: #fff;
   font-size: 24px;
   font-weight: 600;
   line-height: 1;
   margin-bottom: 15px;
   padding: 23px 10px;
   text-align: center;
 }
 .company-center .center-warp dl dd {
   font-size: 16px;
   line-height: 1.6;
 }
 .company-center .center-warp .iframe {
   width: 100%;
   margin-bottom: 12px;
   padding: 53.66% 0 0;
   padding: calc(220 / 410 * 100%) 0 0;
   position: relative;
   box-sizing: border-box;
 }
 .company-center .center-warp .iframe iframe {
   width: 100%;
   margin: 0 auto;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
 }
 .company-table h4 {
   padding-bottom: 20px;
 }
 .company-table h4 {
   font-size: 22px;
   font-weight: 600;
   text-align: center;
   margin-bottom: 30px;
 }
 .company-table .table-wrap {
   margin-top: 30px;
 }
 .company-table .table-wrap dl {
   border-bottom: 1px solid #DDDDDD;
   font-size: 16px;
   padding: 24px 0;
 }
 .company-table .table-wrap dl:first-child {
   border-top: 1px solid #DDDDDD;
 }
 .company-table .table-wrap dl dt {
   text-align: center;
 }
 .company-table .table-wrap dl dd {
   text-align: left;
 }
 @media screen and (max-width: 1220px) {
   .company-text h4 {
	 font-size: 20px;
   }
   .company-text .text img {
	 margin: 15px 0 0;
   }
   .company-text .text img.pc-only {
	 display: none;
   }
   .company-text .text img.sp-only {
	 display: block;
   }
   .company-tel-wrap {
	 margin-top: -60px;
	 padding-top: 60px;
   }
   .company-tel {
	 padding: 20px 15px 24px;
   }
   .company-tel h3 {
	 font-size: 15px;
   }
   .company-tel .tel .ttl {
	 font-size: 18px;
   }
   .company-tel .tel dl dt {
	 font-size: 11px;
   }
   .company-tel .tel dl dd a {
	 font-size: 22px;
   }
   .company-tel .text .time {
	 font-size: 13px;
   }
   .company-tel .text .time dt {
	 margin-right: 0.5em;
   }
   .company-tel .text .holiday {
	 font-size: 11px;
   }
   .company-tel .text .holiday dt {
	 margin-right: 2.15em;
   }
 }
 @media screen and (min-width: 981px){
   .company-center .center-warp {
	 display: flex;
	 flex-wrap: wrap;
	 margin: 30px 0;
   }
   .company-center .center-warp dl {
	 margin-right: 4.65%;
	 margin-top: 30px;
	 width: 47.675%;
   }
   .company-center .center-warp dl:nth-child(2n) {
	 margin-right: 0;
   }
   .company-center .center-warp dl:nth-child(-n+2) {
	 margin-top: 0;
   }
   .company-table .table-wrap dl {
	 display: flex;
   }
   .company-table .table-wrap dl dt {
	 width: 92px;
   }
   .company-table .table-wrap dl dd {
	 width: calc( 100% - 92px );
   }
 }
 @media screen and (max-width: 980px) {
   .company-about {
	 display: block;
	 margin-bottom: 40px;
   }
   .company-about .text {
	 width: 100%;
   }
   .company-about .text dl dt {
	 font-size: 19px;
	 margin-bottom: 15px;
   }
   .company-about .text dl dd {
	 font-size: 15px;
   }
   .company-about .image {
	 margin-top: 25px;
	 text-align: center;
	 width: 100%;
   }
   .company-text h4 {
	 border-radius: 3px;
	 font-size: 18px;
	 line-height: 1.5;
	 margin-bottom: 25px;
	 padding: 15px 8px;
   }
   .company-text .text p {
	 font-size: 15px;
   }
   .company-text .text p .name {
	 font-size: 16px;
	 margin-top: 18px;
   }
   .company-text .text p .name span {
	 font-size: 19px;
   }
   .company-center .center-warp {
	 margin: 30px 0;
   }
   .company-center .center-warp dl + dl {
	 margin-top: 20px;
   }
   .company-center .center-warp dl dt {
	 border-radius: 3px;
	 font-size: 19px;
	 margin-bottom: 12px;
	 padding: 15px 8px;
   }
   .company-center .center-warp dl dd {
	 font-size: 15px;
   }
   .company-tel h3 {
	 font-size: 18px;
   }
   .company-tel .flex-inner {
	 display: block;
   }
   .company-tel .tel {
	 text-align: center;
	 width: 100%;
   }
   .company-tel .tel .ttl {
	 font-size: 22px;
   }
   .company-tel .tel dl dt {
	 font-size: 14px;
   }
   .company-tel .tel dl dd a {
	 font-size: 28px;
	 justify-content: center;
   }
   .company-tel .text {
	 border-left: none;
	 border-top: 1px solid #EAEAEA;
	 margin-left: 0;
	 margin-top: 20px;
	 padding-left: 0;
	 padding-top: 20px;
	 text-align: center;
	 width: 100%;
   }
   .company-tel .text .time {
	 font-size: 15px;
	 justify-content: center;
   }
   .company-tel .text .time dt {
	 margin-right: 0.75em;
   }
   .company-tel .text .holiday {
	 font-size: 14px;
	 justify-content: center;
   }
   .company-tel .text .holiday dt {
	 margin-right: 1em;
   }
   .company-table h4 {
	 font-size: 18px;
	 margin-bottom: 25px;
   }
   .company-table .table-wrap dl {
	 font-size: 14px;
	 padding: 18px 0;
   }
   .company-table .table-wrap dl dt {
	 text-align: left;
   }
 }
 
 /* ご利用ガイド */
 .anchor-link {
   margin-bottom: 50px;
 }
 .anchor-link li a {
   border: 1px solid #00BFA5;
   border-radius: 8px;
   color: #00BFA5;
   display: block;
   font-size: 20px;
   font-weight: 600;
   line-height: 1;
   text-align: center;
   padding: 24px 30px 24px 15px;
   position: relative;
 }
 .anchor-link li a::after {
   background: url(../../img/common/original/icon_arrow05.svg) no-repeat;
   background-size: 13px 8px;
   content: "";
   display: inline-block;
   right: 16px;
   position: absolute;
   top: 50%;
   height: 8px;
   width: 13px;
   margin-top: -4px;
 }
 .guide-cont + .guide-cont {
   margin-top: 42px;
 }
 .guide-cont h3 {
   background: #00BFA5;
   border-radius: 5px;
   color: #fff;
   font-size: 24px;
   font-weight: 600;
   line-height: 1.5;
   margin-bottom: 32px;
   padding: 17px 10px;
   text-align: center;
 }
 .guide-cont p.text01 {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: .25em;
 }
 .guide-cont p.text02 {
   font-size: 16px;
   line-height: 1.75;
 }
 .guide-cont p.text02 a {
   color: #00BFA5;
   text-decoration: underline;
 }
 .guide-cont p.text02 a:hover {
   text-decoration: none;
 }
 .guide-cont p.text03 {
   color: #00BFA5;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: .2em;
   margin-top: .45em;
 }
 .guide-cont p.text04 {
   font-size: 16px;
   line-height: 1.75;
 }
 .guide-cont p.text04 a {
   color: #00BFA5;
   text-decoration: underline;
 }
 .guide-cont p.text04 a:hover {
   text-decoration: none;
 }
 .guide-cont dl + dl {
   margin-top: 2em;
 }
 .guide-cont dl dt {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: .25em;
 }
 .guide-cont dl dt span {
   color: #00BFA5;
 }
 .guide-cont dl dd {
   font-size: 16px;
   line-height: 1.75;
 }
 .guide-cont dl dd ul.note {
   margin-bottom: 1em;
   margin-top: 0.25em;
 }
 .guide-cont ul.note li {
   text-indent: -1em;
   padding-left: 1em;
 }
 .guide-cont ul.note li::before {
   content: "※";
 }
 .guide-cont dl dd ul:last-child {
   margin-bottom: 0;
 }
 .guide-cont ol {
   counter-reset: count;
   margin: 5px 0 0;
   padding: 0;
   line-height: 1.8;
   list-style: none;
 }
 .guide-cont ol li {
   counter-increment: count;
   font-size: 16px;
   line-height: 1.75;
   padding-left: 70px;
   position: relative;
 }
 .guide-cont ol li::before {
   content: "STEP"counter(count);
   color: #00BFA5;
   font-size: 20px;
   font-weight: 600;
   left: 0;
   top: -3px;
   position: absolute;
 }
 .guide-cont ol li + li {
   margin-top: .5em;
 }
 .guide-cont ul li {
   font-size: 16px;
   line-height: 1.75;
 }
 .guide-cont ul.square li {
   text-indent: -1em;
   padding-left: 1em;
 }
 .guide-cont ul.square li::before {
   content: "■";
 }
 .guide-cont ul.square li + li {
   margin-top: .5em;
 }
 .guide-cont ul.list li {
   text-indent: -1em;
   padding-left: 1em;
 }
 .guide-cont ul.list li::before {
   content: "・";
 }
 .guide-cont ul.list li + li {
   margin-top: .5em;
 }
 .guide-cont ul.cross li {
   text-indent: -1em;
   padding-left: 1em;
 }
 .guide-cont ul.cross li::before {
   content: "×";
   color: #00BFA5;
 }
 .guide-cont ul.cross li + li {
   margin-top: .5em;
 }
 .guide-cont ul li a {
   color: #00BFA5;
   text-decoration: underline;
 }
 .guide-cont ul li a:hover {
   text-decoration: none;
 }
 .guide-cont p + dl {
   margin-top: 2em;
 }
 .guide-cont ul + p.text02 {
   margin-top: 2em;
 }
 @media screen and (max-width: 1240px) {
   .anchor-link li a {
	 font-size: 12.5px;
   }
 }
 @media screen and (min-width: 981px) {
   .anchor-link ul {
	 flex-wrap: wrap;
	 display: flex;
   }
   .anchor-link ul li {
	 margin-right: 2%;
	 margin-top: 12px;
	 width: 49%;
   }
   .anchor-link ul li:nth-child(2n) {
	 margin-right: 0;
   }
   .anchor-link ul li:nth-child(-n+2) {
	 margin-top: 0;
   }
 }
 @media screen and (max-width: 980px) {
   .anchor-link {
	 margin-bottom: 35px;
   }
   .anchor-link li a {
	 border-radius: 6px;
	 font-size: 16px;
	 padding: 18px 30px 18px 15px;
	 position: relative;
   }
   .anchor-link ul li + li {
	 margin-top: 10px
   }
   .guide-cont {
	 margin-top: -60px;
	 padding-top: 60px;
   }
   .guide-cont + .guide-cont {
	 margin-top: -60px;
	 padding-top: 80px;
   }
   .guide-cont h3 {
	 border-radius: 3px;
	 font-size: 22px;
	 margin-bottom: 20px;
	 padding: 12px 8px;
   }
   .guide-cont p.text01 {
	 font-size: 20px;
   }
   .guide-cont p.text02 {
	 font-size: 15px;
   }
   .guide-cont p.text03 {
	 font-size: 18px;
   }
   .guide-cont p.text04 {
	 font-size: 15px;
   }
   .guide-cont dl dt {
	 font-size: 20px;
   }
   .guide-cont dl dd {
	 font-size: 15px;
   }
   .guide-cont ol li {
	 font-size: 15px;
	 padding-left: 70px;
   }
   .guide-cont ol li::before {
	 font-size: 18px;
	 top: -3px;
   }
   .guide-cont ul li {
	 font-size: 15px;
   }
 }
 
 /* ご利用ガイド */
 .faq-cont {
   margin-top: 50px;
 }
 .faq-cont:last-child {
   margin-bottom: 0;
 }
 .faq-cont h3 {
   background: #00BFA5;
   border-radius: 5px;
   color: #fff;
   font-size: 24px;
   font-weight: 600;
   line-height: 1.5;
   margin-bottom: 32px;
   padding: 17px 10px;
   text-align: center;
 }
 .faq-wrap .faq {
   margin-bottom: 28px;
 }
 .faq-wrap .faq:last-child {
   margin-bottom: 0;
 }
 .faq-wrap .question {
   cursor: pointer;
   display: block;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 20px;
 }
 .faq-wrap .question .inner {
   display: block;
   line-height: 1.8;
   padding-left: 48px;
   padding-right: 37px;
   position: relative;
 }
 .faq-wrap .question .inner::before {
   background: #00BFA5;
   border: 2px solid #00BFA5;
   border-radius: 50%;
   box-sizing: border-box;
   content: "Q";
   color: #fff;
   font-family: "Poppins", sans-serif;
   font-size: 20px;
   font-weight: 500;
   height: 38px;
   line-height: 33px;
   left: 0;
   position: absolute;
   top: 0;
   text-align: center;
   width: 38px;
 }
 .faq-wrap .question .inner .icon {
   display: inline-block;
   position: absolute;
   height: 16px;
   width: 16px;
   top: 50%;
   right: 15px;
 }
 .faq-wrap .question .inner .icon:before {
   display: block;
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   margin: auto;
   width: 16px;
   height: 2px;
   background-color: #00BFA5;
   transition: .2s;
   transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
 }
 .faq-wrap .question.act .inner .icon:before {
   transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
 }
 .faq-wrap .question .inner .icon:after {
   display: block;
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   margin: auto;
   width: 16px;
   height: 2px;
   background-color: #00BFA5;
   transition: .3s;
 }
 .faq-wrap .answer {
   display: none;
   font-size: 14px;
 }
 .faq-wrap .answer .inner {
   display: block;
   line-height: 1.8;
   padding-left: 48px;
   padding-top: 6px;
   position: relative;
 }
 .faq-wrap .answer .inner::before {
   background: #fff;
   border: 2px solid #00BFA5;
   border-radius: 50%;
   box-sizing: border-box;
   content: "A";
   color: #00BFA5;
   font-family: "Poppins", sans-serif;
   font-size: 20px;
   font-weight: 500;
   height: 38px;
   line-height: 33px;
   left: 0;
   position: absolute;
   top: 0;
   text-align: center;
   width: 38px;
 }
 .faq-wrap .answer a {
   color: #00BFA5;
   text-decoration: underline;
 }
 .faq-wrap .answer a:hover {
   text-decoration: none;
 }
 .faq-wrap .answer ul.note {
   margin-top: 0.5em;
 }
 .faq-wrap .answer ul.note li {
   text-indent: -1em;
   padding-left: 1em;
 }
 .faq-wrap .answer ul.note li::before {
   content: "※";
 }
 @media screen and (max-width: 980px) {
   .faq-cont {
	 margin-top: -60px;
	 padding-top: 60px;
   }
   .faq-cont + .faq-cont {
	 padding-top: 95px;
   }
   .faq-cont h3 {
	 border-radius: 3px;
	 font-size: 22px;
	 margin-bottom: 20px;
	 padding: 12px 8px;
   }
   .faq-wrap .faq {
	 margin-bottom: 15px;
   }
   .faq_wrap .question {
	 font-size: 16px;
	 margin-bottom: 18px;
   }
   .faq_wrap .question .inner {
	 padding-left: 40px;
   }
   .faq_wrap .question .inner::before {
	 border: 1px solid #24A842;
	 font-size: 17px;
	 height: 32px;
	 line-height: 27px;
	 width: 32px;
   }
   .faq_wrap .answer {
	 font-size: 13px;
	 padding: 0 0 0 8px;
   }
   .faq_wrap .answer .inner {
	 padding-left: 40px;
   }
   .faq_wrap .answer .inner::before {
	 border: 1px solid #24A842;
	 font-size: 17px;
	 height: 32px;
	 line-height: 27px;
	 width: 32px;
   }
 }
 
 /* 私たちの強み */
 .strength-cont01 {
   margin-bottom: 84px;
   text-align: center;
 }
 h2.strength-h2 {
   font-size: 36px;
   font-weight: 600;
   text-align: center;
   margin-bottom: 24px;
 }
 h2.strength-h2 span {
   color: #00BFA5;
   display: block;
   font-size: 20px;
   margin: 0;
   margin-bottom: 3px;
 }
 h2.strength-h2 img {
   display: block;
   margin: 0 auto 12px;
 }
 .strength-cont02 {
   margin-bottom: 58px;
 }
 .strength-cont02 ul li {
   border: 1px solid #00BFA5;
   border-radius: 8px;
   font-size: 26px;
   font-weight: 600;
   margin-bottom: 10px;
   padding: 28px 45px;
 }
 .strength-cont02 ul li:last-child {
   margin-bottom: 0;
 }
 .strength-cont02 ul li span {
   display: block;
   padding-left: 70px;
   position: relative;
 }
 .strength-cont02 ul li span::before {
   background: url(../img/strength/check.svg) no-repeat;
   background-size: 44px 33px;
   content: "";
   display: inline-block;
   height: 33px;
   left: 0;
   position: absolute;
   top: 4px;
   width: 44px;
 }
 .strength-cont03 h3 {
   font-size: 30px;
   font-weight: 600;
   text-align: center;
   margin-bottom: 19px;
 }
 .strength-cont03 h3 .en {
   color: #00BFA5;
   font-size: 12px;
   font-weight: 400;
   display: block;
   margin: 0 0 2px 0;
 }
 .strength-cont03 h3 em {
   color: #F08300;
   font-style: normal;
 }
 .strength-cont03 .box {
   background: #E2F6F2;
   margin-bottom: 40px;
   padding: 20px;
 }
 .strength-cont03 .box:last-child {
   margin-bottom: 0;
 }
 .strength-cont03 .box-in {
   background: #fff;
   padding: 25px 45px 40px;
 }
 .strength-cont03 .box p {
   font-size: 16px;
   line-height: 1.8;
   margin-bottom: 25px;
 }
 .strength-cont03 .box .img {
   margin: 0;
 }
 .strength-cont03 .box .link {
   position: relative;
   margin: 0;
 }
 .strength-cont03 .box .link a {
   background: #00BFA5;
   border-radius: 8px;
   box-sizing: border-box;
   color: #fff;
   display: block;
   font-size: 16px;
   font-weight: 500;
   line-height: 1;
   margin: -26px 0 0 auto;
   max-width: 224px;
   padding: 16px 5px;
   text-decoration: none;
   text-align: center;
 }
 @media screen and (min-width: 981px) {
   .strength-cont03 .box ul {
	 display: flex;
	 justify-content: space-between;
   }
   .strength-cont03 .box ul li {
	 width: 30.685%;
   }
 }
 @media screen and (max-width: 980px) {
   .strength-cont01 {
	 margin-bottom: 60px;
   }
   h2.strength-h2 {
	 font-size: 30px;
	 margin-bottom: 20px;
   }
   h2.strength-h2 span {
	 font-size: 16px;
	 margin-bottom: 2px;
   }
   h2.strength-h2 img {
	 display: block;
	 margin: 0 auto 10px;
   }
   .strength-cont02 {
	 margin-bottom: 70px;
   }
   .strength-cont02 ul li {
	 border-radius: 6px;
	 font-size: 22px;
	 padding: 20px 30px;
   }
   .strength-cont02 ul li span {
	 padding-left: 44px;
   }
   .strength-cont02 ul li span::before {
	 background-size: 35px 26px;
	 height: 26px;
	 top: 5px;
	 width: 35px;
   }
   .strength-cont03 h3 {
	 font-size: 26px;
	 margin-bottom: 16px;
   }
   .strength-cont03 .box {
	 background: #E2F6F2;
	 margin: 0 -15px 50px;
	 padding: 20px;
   }
   .strength-cont03 .box:last-child {
	 margin-bottom: 0;
   }
   .strength-cont03 .box-in {
	 padding: 25px 20px;
   }
   .strength-cont03 .box ul li + li {
	 margin-top: 30px;
   }
   .strength-cont03 .box p {
	 font-size: 15px;
	 margin-bottom: 20px;
   }
   .strength-cont03 .box .img {
	 margin: 0 auto;
	 max-width: 85%;
   }
   .strength-cont03 .box .link a {
	 border-radius: 6px;
	 font-size: 15px;
	 margin: 15px 0 0;
	 max-width: 100%;
	 padding: 18px 5px;
   }
 }
 
 /* 給付券ご利用をご希望の方へ */
 .benefit-info {
   display: flex;
   justify-content: space-between;
   margin-bottom: 60px;
 }
 .benefit-info .text p {
   font-size: 16px;
   line-height: 1.8;
 }
 .benefit-info .text p span {
   font-size: 20px;
   font-weight: 600;
 }
 .benefit-info .text p a {
   color: #F08300;
   text-decoration: underline;
 }
 .benefit-info .text p a:hover {
   text-decoration: none;
 }
 .benefit-info .image {
   width: 47.675%;
 }
 .benefit-cont + .benefit-cont {
   margin-top: 60px;
 }
 .benefit-cont h3 {
   background: #00BFA5;
   border-radius: 5px;
   color: #fff;
   font-size: 24px;
   font-weight: 600;
   line-height: 1.5;
   margin-bottom: 32px;
   padding: 17px 10px;
   text-align: center;
 }
 .benefit-cont p.text01 {
   font-size: 16px;
   line-height: 1.75;
 }
 .benefit-cont p.text01 a {
   color: #00BFA5;
   text-decoration: underline;
 }
 .benefit-cont p.text01 a:hover {
   text-decoration: none;
 }
 .benefit-cont p.text01 a.link {
   padding-left: 25px;
   position: relative;
 }
 .benefit-cont p.text01 a.link::before {
   background: url(../img/benefit/icon_link.svg) no-repeat;
   background-size: 16px 16px;
   content: "";
   display: inline-block;
   left: 0;
   position: absolute;
   top: 5px;
   height: 16px;
   width: 16px;
 }
 .benefit-cont .tel-box {
   border: 2px solid #00BFA5;
   border-radius: 8px;
   box-sizing: border-box;
   margin: 0 auto 25px;
   max-width: 560px;
   padding: 22px 10px 20px;
   text-align: center;
 }
 .benefit-cont .tel-box .ttl {
   color: #00BFA5;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 4px;
 }
 .benefit-cont .tel-box .tel {
   align-items: center;
   color: #00BFA5;
   font-size: 26px;
   font-weight: 600;
   display: flex;
   justify-content: center;
 }
 .benefit-cont .tel-box .tel a {
   align-items: center;
   color: #00BFA5;
   font-size: 26px;
   font-weight: 600;
   display: flex;
 }
 .benefit-cont .form-link a {
   border: 2px solid #00BFA5;
   border-radius: 8px;
   box-sizing: border-box;
   color: #00BFA5;
   display: block;
   font-size: 18px;
   font-weight: 600;
   margin: 0 auto 20px;
   max-width: 560px;
   padding: 24px 28px 22px;
   position: relative;
   text-align: center;
 }
 .benefit-cont .form-link a::after {
   background: url(../img/benefit/icon_link02.svg) no-repeat;
   background-size: 9px 14px;
   content: "";
   display: inline-block;
   right: 15px;
   margin-top: -7px;
   position: absolute;
   top: 50%;
   height: 14px;
   width: 9px;
 }
 .benefit-cont .form-link span {
   align-items: center;
   display: flex;
   font-size: 26px;
   justify-content: center;
 }
 .benefit-cont .form-link span img {
   margin-right: 10px;
 }
 .benefit-cont .payment {
   border: 1px solid #F08300;
   font-size: 20px;
   font-weight: 600;
   margin-top: 22px;
   padding: 20px 10px;
   text-align: center;
 }
 .benefit-cont .payment span {
   color: #F08300;
 }
 @media screen and (max-width: 980px) {
   .benefit-info {
	 display: block;
	 margin-bottom: 40px;
   }
   .benefit-info .text {
	 width: 100%;
   }
   .benefit-info .text p {
	 font-size: 15px;
   }
   .benefit-info .text p span {
	 font-size: 18px;
   }
   .benefit-info .image {
	 margin-top: 25px;
	 text-align: center;
	 width: 100%;
   }
   .benefit-cont {
	 margin-top: -60px;
	 padding-top: 60px;
   }
   .benefit-cont + .benefit-cont {
	 margin-top: -60px;
	 padding-top: 100px;
   }
   .benefit-cont h3 {
	 border-radius: 3px;
	 font-size: 22px;
	 margin-bottom: 20px;
	 padding: 12px 8px;
   }
   .benefit-cont p.text01 {
	 font-size: 15px;
   }
   .benefit-cont .tel-box {
	 border: 1px solid #00BFA5;
	 border-radius: 6px;
	 margin: 0 auto 18px;
	 padding: 20px 8px 18px;
   }
   .benefit-cont .tel-box .ttl {
	 font-size: 17px;
   }
   .benefit-cont .tel-box .tel {
	 font-size: 20px;
	 display: block;
   }
   .benefit-cont .tel-box .tel a {
	 font-size: 20px;
	 justify-content: center;
   }
   .benefit-cont .form-link a {
	 border: 1px solid #00BFA5;
	 border-radius: 6px;
	 font-size: 16px;
	 margin: 0 auto 15px;
	 padding: 20px 8px 18px;
   }
   .benefit-cont .form-link span {
	 font-size: 20px;
   }
   .benefit-cont .form-link span img {
	 margin-right: 6px;
	 width: 20px;
   }
   .benefit-cont .payment {
	 font-size: 18px;
	 margin-top: 20px;
	 padding: 18px 10px;
   }
 }
 
 /* 規約 */
 .policy-box {
   font-size: 16px;
   width: 100%;
   margin: 0 0 30px;
 }
 .policy-cont {
   font-size: 16px;
   line-height: 1.8;
 }
 .policy-cont a {
   color: #00BFA5;
   text-decoration: underline;
 }
 .policy-cont a:hover {
   text-decoration: none;
 }
 .policy-cont table {
   margin: 15px auto 20px auto;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   width: 100%;
   border-collapse: collapse;
   text-align: left;
 }
 .policy-cont table th {
   padding: 10px;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   color: #333;
   background-color: #f0f0f0;
   text-align: left;
 }
 .policy-cont table td {
   padding: 12px 10px;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
 }
 @media screen and (min-width: 981px) {
   .policy-cont table {
	 margin: 20px auto 20px auto;
   }
   .policy-cont table th {
	 padding: 15px 10px;
   }
   .policy-cont table td {
	 padding: 15px;
   }
 }
 @media screen and (max-width: 980px) {
   .policy-box {
	 font-size: 15px;
   }
 }



/* ------------------------------------------
// 旧　recipt.css
 ------------------------------------------ */

 .receipt-link {
	text-align: right;
	margin: 24px 24px 0;
  }
  .receipt-link > a {
	text-decoration: none;
	color: #fff;
	background: #888;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	padding: 8px 20px;
  }
  .receipt-link > a:hover{
	opacity: .7;
  }
  
  @media screen and (max-width: 768px) {
	.receipt-link {
	  order: 3;
	  width: calc(100% - 48px);
	}
  }
  
  @media screen and (max-width: 768px) {
	#order-history .header-inner {
	  flex-wrap: wrap;
	}
	#order-history .header {
	  width: 93%;
  }
	#order-history .receipt-link > a {
	  padding: 7px 16px;
	}
	#order-history .header-bottom-sp {
	  margin-top: -30px;
	}
	#order-history .receipt-link {
	  margin: 10px 9.5% 0 0;
	  width: 100%;
	}
  }

  


/* ------------------------------------------
// 旧　style-top2512.css
 ------------------------------------------ */


/* ヘッダー */
.header-bar .bar-wrap {
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 14px 0;
}

.header-bar .bar-wrap span {
	color: #00bfa5;
}

header .top-nav {
	padding: 5px 20px 0;
}

header .header-logo img {
	width: 233px;
}

@media screen and (max-width: 980px) {
	header .header-logo img {
		width: 200px;
	}
}

header .header-logo span.name {
	font-size: 11px;
}

header .header-menu {
	padding-top: 12px;
}

@media screen and (max-width: 980px) {
	header .header-menu {
		padding-top: 0;
	}
}

@media screen and (max-width: 980px) {
	.header.fix {
		padding-top: 0 !important;
	}
}

header .pc-nav .inner {
	max-width: 1100px;
}

/* style.css上書き */
header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(4) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon03-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(5) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon04-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(6) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon06-gray.svg") no-repeat;
  background-size: 22px 22px !important;
}
header .pc-nav ul.nav-list > li:nth-child(7) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon05-gray.svg") no-repeat;
  background-size: 22px 22px !important;
}
header .pc-nav ul.nav-list > li.has-children a > span {
  padding-right: 25px;
}

header .pc-nav ul.nav-list > li:nth-child(2):hover > a > span::before {
  background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02_on.svg");
}
header .pc-nav ul.nav-list > li:nth-child(3):hover > a > span::before {
  background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11_on.png");
}

header .pc-nav ul.nav-list > li.has-children a > span::after {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow03.svg") no-repeat;
  background-size: 14px 9px;
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  top: 9px;
  height: 9px;
  width: 14px;
}

@media screen and (min-width: 981px) {
  header .pc-nav ul.nav-list > li:nth-child(1):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(2):hover > p > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(3):hover > p > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11_on.png");
  }
  header .pc-nav ul.nav-list > li:nth-child(4):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon03_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(5):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon04_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(6):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon06_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(7):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon05_on.svg");
  }
  
  .header-cart a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_cart_on.svg") no-repeat;
  }
  .membership a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_member_on.svg") no-repeat;
  }
  .header-order a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_order_on.svg") no-repeat;
  }
  .header-mypage a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_mypage_on.svg") no-repeat;
  }
  .logout a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_logout_on.svg") no-repeat;
  }
  .openbtn {
    display: none;
  }
/* アクティブのみ */
  header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01.svg");
  }
}
/* style.css上書き */

@media screen and (min-width: 981px) {
	header .pc-nav ul.nav-list > li {
		border-bottom: 5px solid transparent;
		transition: border-color .2s;
	}

	header .pc-nav ul.nav-list > li.is-active,
	header .pc-nav ul.nav-list > li.is-hover {
		border-bottom-color: #00bfa0;
	}
}

/* 通常（ホームがカラー） */
header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01.svg");
}
header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02-gray.svg");
}
header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11-gray.png");
}

/* ストーマ装具を探す OPEN時 */
body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01-gray.svg");
}
body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02.svg");
}


/* アクセサリを探す OPEN時 */
body.is-accessory-open header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01-gray.svg");
}
body.is-accessory-open header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11.png");
}


header .pc-nav ul.nav-list > li > a, header .pc-nav ul.nav-list > li > p {
	padding: 16.5px 0 10px 0;
}

header .pc-nav ul.nav-list > li.has-children2 a > span {
	padding-right: 25px;
}

header .pc-nav ul.nav-list > li.has-children2.active a > span::after {
 	background-image: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow03_on.svg);
}

header .pc-nav ul.nav-list > li.has-children2 a > span::after {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow03.svg) no-repeat;
	background-size: 14px 9px;
	content: "";
	display: inline-block;
	right: 0;
	position: absolute;
	top: 9px;
	height: 9px;
	width: 14px;
}

header .pc-nav .nav-child-container2.active {
	display: block;
	opacity: 1;
	visibility: visible;
	animation: fadeIn 0.3s 
	ease-in 0s forwards;
}

header .pc-nav .nav-child-container2 {
	background: #E2F6F2;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

header .pc-nav .nav-child-container,
header .pc-nav .nav-child-container2 {
	background: none;
}

header .pc-nav .nav-child-container .nav-child-inner {
	padding: 0;
	width: 100%;
}

@media screen and (min-width: 981px) {

	.nav-child-inner .mega-box {
		max-width: 1200px;
		margin: 0 auto;
		padding: 30px 40px;
		background: #fff;
		border: 1px solid #00BFA5;
		border-radius: 0 0 20px 20px;
		box-shadow:
			0 6px 16px rgba(0, 191, 165, 0.15),
			0 2px 6px rgba(0, 0, 0, 0.5);
	}

	.mega-row {
		display: flex;
		gap: 60px;
	}

	/* 各グループ（形状から探す／カテゴリーから探す） */
	.mega-group {
		min-width: 270px;
	}

	/* カラムを横に並べる領域 */
	.mega-group-inner {
		display: flex;
		gap: 40px;
	}

	/* 各カラム（幅 270px 固定） */
	.mega-group-inner .mega-list {
		width: 270px;
	}

	/* 見出し */
	.mega-heading {
		margin: 0 0 12px;
		padding-bottom: 8px;
		font-size: 16px;
		font-weight: 700;
		color: #254845;
		border-bottom: 2px solid #00BFA5;
		display: flex;
		align-items: center;
		gap:10px;
	}

	/* 見出し右の矢印 */
	.mega-heading-arrow{
		display:block;
		flex:0 0 20px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background-position:center;
		background-size:20px 20px;
		background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
	}
	/* リスト共通 */
	.mega-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mega-list li {
		margin: 3px 0;
	}

	.mega-list a {
		position: relative;
		display: block;
		padding: 5px 30px 5px 18px;
		font-size: 16px;
		font-weight: 500;
		color: #254845;
		line-height: 1.375em;
		text-decoration: none;
		text-align: left;
	}

	/* 左側のドット */
	.mega-list a::before {
		content: "";
		position: absolute;
		left: 6px;
		top: 50%;
		width: 4px;
		height: 4px;
		margin-top: -2px;
		border-radius: 50%;
		background: #00BFA5;
	}

	/* 右側の矢印（item-arrow と同じ SVG） */
	.mega-list a::after {
		content: "";
		position: absolute;
		right: 8px;
		top: 50%;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 90% 90%;
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
		opacity: 0;
		transition: opacity .15s ease;
	}

	.mega-list a:hover {
		background-color: #E2F6F2;
	}

	.mega-list a:hover::after {
		opacity: 1;
	}

	.nav-child-inner-stoma .mega-box,
	.nav-child-inner-stoma .mega-list a,
	.nav-child-inner-accessory .mega-box,
	.nav-child-inner-accessory .mega-list a {
		text-align: left;
	}
}


.side-section.side-category-sp {
	margin: 0 0 24px;
	padding: 0;
}

@media screen and (max-width: 980px) {
	.side-section.side-category-sp {
		margin: 0 0 24px;
		padding: 0 16px;
	}
}
.side-category-sp__title {
	font-size: 14px;
	font-weight: 700;
	color: #00BFA5;
	margin: 0 0 12px;
}

@media screen and (max-width: 980px) {
	.side-category-sp__title {
		margin-top: 30px;
	}
}

.sp-nav-block {
	border-top: 2px solid #00BFA5;
	margin-bottom: 24px;
}

.sp-nav-head {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	width: 100%;
	padding: 10px 0 8px;
	background: none;
	border: none;
	outline: none;
	font: inherit;
	color: #254845;
	cursor: pointer;
}

.sp-nav-head__icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}

.sp-nav-head__icon--stoma {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02.png");
}

.sp-nav-head__icon--acc {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11.png");
}

.sp-nav-head__label {
	text-align:left;
	flex:1;
	font-size: 16px;
	font-weight: 700;
	color: #00BFA5;
}

.sp-nav-head__label a {
	color: #00BFA5;
}

.sp-nav-head__label a:hover {
	color: #00BFA5;
	transition: color 0.2s ease;
}

.sp-nav-head__arrow {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% 90%;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
	transform: rotate(0deg);
	transition: transform .2s ease;
}

.sp-nav-panel {
	padding-bottom: 4px;
}

.sp-nav-subhead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0 8px;
	margin-top: 6px;
	background: none;
	border: none;
	border-top: 1px dashed #00BFA5;
	outline: none;
	font: inherit;
	color: #254845;
	cursor: pointer;
}

.sp-nav-panel .sp-nav-subhead:first-of-type {
	border-top: 2px solid #00BFA5;
}

.sp-nav-subhead__label {
	font-size: 16px;
	font-weight: 700;
}

.sp-nav-subhead__toggle {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	position: relative;
}

.sp-nav-subhead__toggle::before,
.sp-nav-subhead__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background-color: #00BFA5;
	transform: translate(-50%, -50%);
}

.sp-nav-subhead__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.sp-nav-subhead.is-open .sp-nav-subhead__toggle::after {
	opacity: 0;
}

.sp-nav-list {
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0 0 0 0;
}

.sp-nav-list li a {
	display: block;
	position: relative;
	padding: 6px 8px 6px 32px;
	font-size: 16px;
	font-weight: 500;
	color: #254845;
	text-decoration: none;
}

.sp-nav-list li a::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #00BFA5;
}

.sp-nav-list li a:hover,
.sp-nav-list li a:focus {
	background-color: #E5F9F5;
}

.gnav .gnav-menu {
    font-size: 13px;
    font-weight: 500;
}

.header-menu .header-mypage a::before,
.header-menu .header-mypage.logout a::before,
.header-menu .header-order a::before,
.header-menu .header-cart a::before {
	background-size: 37px 37px;
	height: 37px;
	width: 37px;
}

.header-menu .header-favorite a::before {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_favorite.svg) no-repeat;
	background-size: 37px 37px;
	content: "";
	height: 37px;
	margin: 0 auto;
	width: 37px;
}

.header-menu .header-member a::before {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_member.svg) no-repeat;
	background-size: 37px 37px;
	content: "";
	height: 37px;
	margin: 0 auto;
	width: 37px;
}

.header-menu .header-member a::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	 display: block;
	color: #707070;
}

@media screen and (min-width: 981px) {
	.header-menu .header-favorite a:hover::before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_favorite_on.svg) no-repeat;
		background-size: 37px 37px;
		content: "";
		height: 37px;
		margin: 0 auto;
		width: 37px;
	}
	.header-menu .header-member a:hover::before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_member_on.svg) no-repeat;
		background-size: 37px 37px;
		content: "";
		height: 37px;
		margin: 0 auto;
		width: 37px;
	}
	.header-menu .header-mypage a:hover::before,
	.header-menu .header-order a:hover::before,
	.header-menu .header-cart a:hover::before {
		background-size: 37px 37px;
		height: 37px;
		width: 37px;
	}
}

@media screen and (max-width: 980px) {
	.sp-gnav .header-favorite a:before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_favorite_w.svg) no-repeat;
		background-size: 30px 30px;
	        content: "";
	        display: block;
	        height: 30px;
	        margin: 0 auto;
	        width: 30px;
	}
	.sp-gnav .header-member a:before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_member_sp.svg) no-repeat;
		background-size: 30px 30px;
	        content: "";
	        display: block;
	        height: 30px;
	        margin: 0 auto;
	        width: 30px;
	}
}

.header-menu .header-mypage.logout a::before {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_logout.svg) no-repeat;
	background-size: 37px 37px;
	content: "";
	height: 37px;
	margin: 0 auto;
	width: 37px;
}

@media screen and (min-width: 981px) {
	.header-menu .header-mypage.logout a:hover::before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_logout_on.svg) no-repeat;
		background-size: 37px 37px;
		height: 37px;
		width: 37px;
	}
}

@media screen and (max-width: 980px) {
	.sp-gnav .header-mypage.logout a::before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_logout_w.svg) no-repeat;
		background-size: 30px 30px;
		content: "";
		display: block;
		height: 30px;
		margin: 0 auto;
		width: 30px;
	}
}

.top-hd-under {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.ms-hd {
	padding-top: 5px;
	padding-bottom: 0;
}

/* 行の縦位置を揃える */
.ms-hd .row.middle-xs > [class*="col-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ms-hd__cell {
	margin-bottom: 8px;
}

/* Select (Category) */
.ms-hd__selectWrap {
	position: relative;
	width: 100%;
	max-width: 230px;
}

.ms-hd__select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 42px;
	padding: 0 42px 0 16px;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 42px;
	outline: none;
}

.ms-hd__select:focus {
	border-color: #7AB8A6;
	box-shadow: 0 0 0 2px rgba(122,184,166,.15);
}

.ms-hd__select option:first-child {
	font-weight: bold;
	color: #254845;
}

.ms-hd__selectArrow {
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23254845' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

/* Search */
.ms-hd__search {
	position: relative;
	width: 100%;
	max-width: 405px;
}

.ms-hd__input {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 42px;
	padding: 0 14px 0 40px !important;
	border: 1px solid #bcbcbc !important;
	border-radius: 6px !important;
	background-color: #eee;
	font-size: 14px;
	outline: none;
}

.ms-hd__input::placeholder {
	color: #777;
}

.ms-hd__input:focus {
	border-color: #7AB8A6 !important;
	box-shadow: 0 0 0 2px rgba(122,184,166,.15) !important;
}

.ms-hd__searchIcon {
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}

/* TEL */
.ms-hd__tel {
	justify-content: center;
}

.ms-hd__telImg {
	display: block;
	height: auto;
	width: 100%;
	max-width: 272px;
}

/* Hours */
.ms-hd__hours {
	text-align: left;
}

.ms-hd__hours small {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.333;
	color: #254845;
	display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {
	.ms-hd__selectWrap {
		max-width: 100%;
	}
	.ms-hd__search {
		max-width: 100%;
	}
	.ms-hd__tel {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.ms-hd {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.ms-hd__hours {
		text-align: right;
	}
}

header .pc-nav {
	background: #fff;
	margin-top: 0;
	border-bottom: 1px solid #00bfa5;
	position: relative;
}

@media screen and (max-width: 980px) {
	.header {
		padding: 0 10px 15px;
		position: relative;
    }
}

/*========================================
ヘッダーの制御
========================================*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: transform 0.3s ease;
}

.header-hide {
	transform: translateY(-100%);
}

.header-show {
	transform: translateY(0);
}

.header-bar{
	position: relative;
	overflow: hidden;
	height: 40px;
	display: flex;
	align-items: center;
}

.bar-wrap {
	width: 100%;
}

/* 流れる本体（共通） */
.marquee {
	display: inline-flex;
	white-space: nowrap;
}

/* テキスト間隔（共通） */
.marquee_text {
	color: #254845 !important;
	flex-shrink: 0;
	padding-right: 16rem;
}

/* ホバーで一時停止 */
.header-bar:hover .marquee {
	animation-play-state: paused;
}

/* ===== PC（981px 以上） ===== */
@media screen and (min-width: 981px) {
	.marquee {
		/* PC専用アニメーションだけ指定 */
		animation: marquee-left-pc 55s linear infinite;
	}
}

/* PC用：さらに右から開始（差分は必ず-50%） */
@keyframes marquee-left-pc {
	0%   { transform: translateX(32%); }
	100% { transform: translateX(-18%); }  /* 22 - 50 = -28 */
}

@media only screen and (max-width: 980px) {
	.marquee {
		animation: marquee-left-sp 60s linear infinite;
	}
	.marquee_text {
		padding-right: 12rem;
	}
}

/* スマホ用 */
@keyframes marquee-left-sp {
	0%   { transform: translateX(10%); }
	100% { transform: translateX(-50%); }
}

@media only screen and (max-width: 980px) {
	#g-nav {
		position: fixed;
		z-index: 999999999999;
		top: 92px !important;
		height: calc(100% - 92px) !important;
	}
	#g-nav.panelactive #g-nav-list {
		box-sizing: border-box;
		height: calc(100% - 92px) !important;
		overflow-y: scroll;
	}
}

/* サイドバー */
@media only screen and (min-width: 981px) {
	.side #g-nav-list .search,
	.side #g-nav-list .side-search-text{
		display: none;
	}
	.side-section {
		margin-top: 0;
	}
}

.main-visual {
	padding: 205px 0 0;
}

@media screen and (max-width: 980px) {
	.main-visual {
		padding: 95px 0 0;
	}
}

/* スライダー */
.main-visual .slick-arrow {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow_right.png) no-repeat center center;
	width: 65px;
	height: 65px;
}

.main-visual .slick-prev.slick-arrow {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow_left.png) no-repeat center center;
	width: 65px;
	height: 65px;
}

@media screen and (min-width: 981px) {
	.main-visual .slick-prev {
		left: calc(50% - 400px - 32px) !important;
		z-index: 10;
	}
	.main-visual .slick-next {
		right: calc(50% - 400px - 32px) !important;
		z-index: 10;
	}
}

.main-visual .slick-next.slick-arrow:hover {
	background-image: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow_right_on.png);
}

.main-visual .slick-prev.slick-arrow:hover {
	background-image: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow_left_on.png);
}

@media screen and (min-width: 981px) {

	.main-visual {
		max-width: 1200px;
		margin: 0 auto;
	}

	.main-visual .slick-list {
		max-width: 1200px !important;
		margin: 0 auto;
	}

	.main-visual .main-slide .slide img.pc-only {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		max-width: 800px !important;
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.main-visual .slick-dots {
		position: static;
		margin-top: 10px !important;
	}
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
	.main-visual .slick-prev,
	.main-visual .slick-next {
		display: block !important;
		opacity: 1 !important;
	}
}


/* 本文領域-検索 */
.sectionSearch {
	margin-bottom: 40px;
}

.sectionSearch .search-area {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	background-color: #00bfa5;
	border-radius: 12px;
	padding: 20px 80px;
	gap: 0;
}

/* 左ブロック（カテゴリ） */
.sectionSearch .search-area .search-block:first-child {
	flex: 0 0 280px;
	margin-right: 24px;
}

/* 右ブロック（検索） */
.sectionSearch .search-area .search-block:last-child {
	flex: 1 1 auto;
	margin-right: 0;
}

/* ラベル部分 */
.sectionSearch .search-label {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin: 0 0 10px;
}

/* Select */
.sectionSearch .select-wrap {
	position: relative;
	width: 100%;
}
.sectionSearch .search-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	padding: 0 40px 0 16px;
	border: 1px solid #254845;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #254845;
	line-height: 46px;
	outline: none;
}
.sectionSearch .select-arrow {
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23254845' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

/* Search */
.sectionSearch .search-form {
	position: relative;
	width: 100%;
}
.sectionSearch .search-input {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 46px;
	padding: 0 14px 0 42px !important;
	border: 1px solid #254845 !important;
	border-radius: 5px !important;
	background-color: #fff !important;
	font-size: 16px;
	color: #707070;
	line-height: 46px;
	outline: none;
}
.sectionSearch .search-input::placeholder {
	color: #7A8A86 !important;
}
.sectionSearch .search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}

/* Focus */
.sectionSearch .search-select:focus,
.sectionSearch .search-input:focus {
	border-color: #9EDFD3 !important;
	box-shadow: 0 0 0 2px rgba(0,191,165,.15) !important;
}

@media (max-width: 980px) {
	.sectionSearch .search-area {
		flex-direction: column;
		flex-wrap: nowrap;
		margin: 0 15px;
		padding: 16px 18px;
		gap: 16px;
	}
	.sectionSearch .search-area .search-block:first-child,
	.sectionSearch .search-area .search-block:last-child {
	flex: 1 1 100%;
		width: 100%;
		margin-right: 0;
	}
	.sectionSearch .sectionSearch .search-area .search-block:first-child {
	    flex: 0 0 100px;
	}
}

/* ピックアップ */
.top-subTitle {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	color: #254845;
}

.sectionPickup {
	margin-bottom: 80px;
}

/* 新着商品 */
.sectionNewitem {
	margin-bottom: 80px;
}

.sectionNewitem [class*="col-"] {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important;
}

.item-card {
	width: 100%;
	box-sizing: border-box;
	color: #254845;
}

.item-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.item-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	background: none;
	border: 1px solid #bcbcbc
}

.item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.item-info {
	padding: 10px 0 0;
}

.item-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px;
	line-height: 1.4;
}

.item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4%;
}

.item-price {
	margin: 0;
	font-size: 13px;
	line-height: 1;
	color: #254845;
}

.item-price-num {
	font-size: 20px;
	font-weight: 500;
	margin-right: 1px;
}

.item-tax {
	font-size: 14px;
}

.item-arrow {
	flex: 0 0 10%;
	width: 10%;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% 90%;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
}

.item-price.sale {
	margin-top: 5px;
	color: #F23E0C;
}
.original-price {
	text-decoration: line-through;
}

.sale-discount-rate {
	margin-top: 5px;
}

.item-price.fontred3 .item-tax {
	margin-top: 5px;
	color: #d7000f !important
}

/* おすすめ商品 */
.sectionRecommenditem {
	margin-bottom: 80px;
}

/* お知らせ */
.top-contents.news-box {
	background: #fff;
	padding: 0 20px 70px;
}

.newslist-wrap {
	background: #E2F6F2;
}

.newslist li dl dt {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 500;
}

.newslist a {
	font-weight: 500;
}

.newslist li {
	border-bottom: 1px dashed #00BFA5;
}

/* 取り扱いメーカー */
.itemlist {
	padding-top: 0;
	padding-bottom: 25px;
	margin: 0 auto;
}

.itemlist-item {
	padding: 0;
	box-sizing: border-box;
}

.item-slick .slick-list {
	padding: 0 !important;
}

.slick-slide {
	display: flex !important;
	justify-content: center;
}

.maker-item {
	text-align: center;
	width: 100%;
	max-width: 200px;
}

.maker-item .img {
	width: 100%;
	aspect-ratio: 2 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
}

.maker-item img {
	width: 180px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media (max-width: 980px) {
	.item-slick .slick-dots {
		display: none !important;
	}
}

/*@media screen and (max-width: 980px) {
	.search-area.sp-top {
		display: none;
	}
}*/

/* 全体設定 */
.page-name {
	padding: 240px 12px 75px 12px;
}

@media screen and (max-width: 980px) {
	.page-name {
		padding: 45px 12px;
	}
}

.page-name.img {
	padding: 185px 0 0 0;
}

@media screen and (max-width: 980px) {
	.page-name.img {
		padding: 0;
	}
}

@media screen and (max-width: 980px) {
	.makeshop-option-select-wrap::before {
		display: none !important;
    }
}

/*========================================
汎用
========================================*/
/* 配置 */
.txtC{text-align:center;}
.txtL{text-align:left;}
.txtR{text-align:right;}

@media only screen and (max-width: 768px) {
	.txtC-mbL{text-align:left;}
	.txtL-mbC{text-align:center;}
}

/* フロート */
.floatl{float:left;margin:0;}
.floatr{float:right;margin:0;}
.floatl10{float:left;margin:0 10px 10px 0;}
.floatr10{float:right;margin:0 0 10px 10px;}
.floatl20{float:left;margin:0 20px 10px 0;}
.floatr20{float:right;margin:0 0 10px 20px;}
.clear{clear:both;}

/* 余白 */
.mb0 {margin-bottom:0 !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb60{margin-bottom:60px !important;}
.mb80{margin-bottom:80px !important;}

.mt0 {margin-top:0;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.ml15{margin-left:15px;}

.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}

.pLeftMargin{text-indent:-8px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

/* リストの余白 */
ul.mt10{margin: 10px 0 0 0;}
ul.mt15{margin: 15px 0 0 0;}
ul.mt20{margin: 20px 0 0 0;}
ul.pb20{padding: 0 0 20px 0;}

/* フォントサイズのパターン */
.font200{font-size:200%;}
.font150{font-size:150%}
.font140{font-size:140%;}
.font130{font-size:130%;}
.font120{font-size:120%;}
.font110{font-size:110%;}
.font95{font-size:95% !important;}
.font90{font-size:90% !important;}
.font80{font-size:85%;font-weight:normal;}
.font70{font-size:70%;font-weight:normal;}
.font60{font-size:60%;font-weight:normal;}
.font50{font-size:50%;font-weight:normal;}

.bold{font-weight:bold !important;}

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontred3{color:#d7000f !important;}
.fontorange1{color:#FF6600;}
.fontorange2{color:#FF9900;}
.fontorange3{color:#FF4E00;}
.fontorange4{color:#F08300 !important;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontblue1{color:#0000FF;}
.fontblue2{color:#3399CC;}
.fontblue3{color:#0168AE;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontgreen3{color:#82AC00;}
.fontbrown1{color:#993300;}
.fontbroun2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpurple3{color:#993366;}
.fontpink1{color:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontpink3{color:#fae2e7;}
.fontpink4{color:#dc007f;}
.fontgray1{color:#e8e8e8;}
.fontgray2{color:#999999;}
.fontgray3{color:#666666;}
.fontw{color:#ffffff;}

.font-sans {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 1261px) {
	.font70 {font-size:60%;}
}

@media only screen and (min-width: 769px) and (max-width: 1260px) {
	.font70 {font-size: 12px;}
}

@media only screen and (max-width: 768px) {
	.font70,.font80{font-size: 12px;}
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
	.tbfont {
		/*font-size: 12px !important;*/
		line-height: 1.5em !important;
	}
}

/*========================================
	boorstrap
========================================*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}

.container-fluid .blogPostImg{
  max-width: 100% !important;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
	.row {
	  margin-left: 0;
	  margin-right: 0;
	}
}

@media (max-width: 479px) {
	.row {
	  /*margin-left: -10px;
	  margin-right: -10px;*/
	  margin-left: 10px;
	  margin-right: 10px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	  padding-left: 10px;
	  padding-right: 10px;
	}
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (max-width: 479px) {
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*カスタム*/
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.top-hd-under .row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}
.top-hd-under .row > [class*="col-"] {
	float: none;
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 981px) {
	.top-hd-under .row {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(1) {
		flex: 0 0 230px;
		width: 230px;
		margin-right: 20px;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(2) {
		flex: 0 1 405px;
		min-width: 200px;
		margin-right: 35px;
		display: flex;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(3) {
		flex: 0 0 271px;
		width: 271px;
		margin-right: 0;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(4) {
		flex: 0 0 255px;
		min-width: 255px;
		margin-left: auto;
		padding-left: 5px;
		padding-right: 15px;
		text-align: left;
		box-sizing: border-box;
	}
	.top-hd-under .ms-hd__selectWrap,
	.top-hd-under .ms-hd__search {
		width: 100%;
		max-width: 405px;
	}
	.top-hd-under .ms-hd__input {
		box-sizing: border-box;
		width: 100%;
	}
}

@media (max-width: 1200px) and (min-width: 981px) {
	.top-hd-under .ms-hd__cell:nth-of-type(1) {
		width: 18.5%;
		margin-right: 1.7%;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(2) {
		width: 33.7%;
		margin-right: 2.9%;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(3) {
		width: 22.6%;
		margin-right: 0;
	}
}

@media (max-width: 980px) {
	.top-hd-under {
		display: none;
	}
}

