@charset "euc-jp";
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

form,
figure {
  margin: 0;
}

.row {
  max-width: 1170px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

button,
button.btn,
select,
textarea,
input,
input[type="submit"] {
  font-family: YakuHanMP, 'Zen Old Mincho', sans-serif;
  border-radius: 0;
  transition: all .3s ease;
}

li>ul {
  padding-left: 15px;
  margin: 0;
}

a.btn {
  text-decoration: none;
}

.btn:focus,.btn:focus-visible {
  outline: none;
}

.btn .icon-arrow-right::before {
  color: #fff;
  padding-right: 5px;
}

.btn-01 {
  color:  #fff;
  background: #113c60;
  border: none !important;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  color: #fff;
  background: #113c60;
}

.btn-lg {
  font-size: 15px;
  border-radius: 0;
}

.btn-xlg {
  border-radius: 0;
}

button.btn {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  padding: 6px 30px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.center-button-mid {
  color: #FFFFFF;
  background: #8e3535;
  border: none !important;
}

.center-button-mid:hover,
.center-button-mid:focus,
.center-button-mid:active,
.center-button-mid.active,
.center-button-mid.disabled,
.center-button-mid[disabled] {
  color: #fff;
  background: #8e3535;
}

.btn.line-page-nav {
  color: #273647;
  background: #fff;
  padding: 6px 15px;
  border: 1px solid #273647;
}

.btn.line-page-nav:hover,
.btn.line-page-nav:focus,
.btn.line-page-nav:active,
.btn.line-page-nav.active,
.btn.line-page-nav.disabled,
.btn.line-page-nav[disabled] {
  color: #273647;
  background: #ddd;
  border: 1px solid #273647;
}

.btn.line-page-nav .icon-arrow-down::before {
  color: #273647;
  padding-left: 5px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

table th,
table td {
  padding: 8px !important;
  border: 1px solid #aaa !important;
}

/* スライダー */
.bxslider3 li {
  display: none;/*読み込み時は非表示*/
}

.bx-viewport li {
  display: block !important;/*JSが読み込まれたら表示*/
}

.bxslider3 {
  overflow: hidden;
}

.bxslider3 .bxslider {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bxslider3 ul {
  list-style: none;
  overflow: hidden;
  width: 715%;
}

.bxslider3 li {
  float: left;
  opacity: 1 !important;
}

.bxslider3 ul li img {
  width: 100%;
  height: auto;
}

.bxslider3 .bx-viewport {
  overflow: visible !important;
}

.bxslider3 .bx-wrapper {
  margin-bottom: 55px;
}

.bxslider3 .bx-wrapper .bx-pager {
  padding-top: 0px;
  bottom: -25px;
}

.bxslider3 .bx-wrapper .bx-viewport {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: -25px;
}

.bxslider3 .bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

@media only screen and (max-width: 1310px) {
  .bxslider3 .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  }
}

.bxslider3 .bx-wrapper .bx-prev,
.bxslider3 .bx-wrapper .bx-next {
  transition: opacity .25s ease;
}

.bxslider3 .bx-wrapper .bx-prev:hover,
.bxslider3 .bx-wrapper .bx-next:hover {
  background-position: 0;
  opacity: .8;
}

.bxslider3 .bx-wrapper .bx-prev {
  background: url(https://img07.shop-pro.jp/PA01381/813/etc_base64/YXJyb3ctbGVmdA.png) no-repeat left top/60px 60px;
  left: -30px;
}

.bxslider3 .bx-wrapper .bx-next {
  background: url(https://img07.shop-pro.jp/PA01381/813/etc_base64/YXJyb3ctcmlnaHQ.png) no-repeat left top/60px 60px;
  right: -30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bxslider3 .bx-wrapper .bx-prev {
    background: url(https://img07.shop-pro.jp/PA01381/813/etc_base64/YXJyb3ctbGVmdC0yeA.png) no-repeat left top/60px 60px;
  }

  .bxslider3 .bx-wrapper .bx-next {
    background: url(https://img07.shop-pro.jp/PA01381/813/etc_base64/YXJyb3ctcmlnaHQtMng.png) no-repeat left top/60px 60px;
  }
}

@media only screen and (max-width: 1310px) {
  .bxslider3 .bx-wrapper .bx-prev {
    background-size: 40px 40px;
    left: 15px;
  }

  .bxslider3 .bx-wrapper .bx-next {
    background-size: 40px 40px;
    right: 15px;
  }
}

/* ========================================
      PCの場合
======================================== */

body {
  /* background-color: #fff; */
  /* color: #333; */
  color: #333;
  font-family: YakuHanMP, 'Zen Old Mincho', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .03em;
  text-align: justify;
  overscroll-behavior: none;
  overflow: hidden;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 10px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

p {
  margin-bottom: 20px;
}

a {
  /* color: #333; */
  color: #333;
  text-decoration: underline;
  transition: opacity .2s ease;
}

a:hover, a:focus {
  /* color: #333; */
  color: #333;
  opacity: .6;
}

a:focus, a:focus-visible {
  outline: none;
}

select {
  border-color: #aaa;
  border-radius: 0;
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before {background-position: 0 0;}
.icon-search:before {background-position: 0 -16px;}
.icon-user:before {background-position: 0 -32px;}
.icon-down:before {margin: 5px 5px 0 0;background-position: 0 -64px;}
.icon-up:before {background-position: 0 -48px;}
.icon-right:before {background-position: 0 -80px;}
.icon-left:before {background-position: 0 -96px;}
.icon-regist:before {background-position: 0 -112px;}
.icon-login:before {background-position: 0 -144px;}
.icon-logout:before {background-position: 0 -128px;}

/* 文字装飾 */
.main-section h2.headline-decoration {
  border: none;
  background: none;
  margin: 0px;
  padding: 0px;
}

.large-headline {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}

.large-headline02 {
  font-size: 24px;
  margin-bottom: 30px;
}

.large-headline02::after {
  content: '';
  background: #a00b0b;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.medium-headline {
  color: #273647;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #273647;
}

.medium-headline02 {
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.small-headline {
  color: #113c60;
  font-size: 17px;
  display: table;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.small-headline::before {
  content: '';
  background: #113c60;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 9px;
}

.small-headline02 {
  font-size: 17px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 2px solid #333;
}

.extra_small-headline {
  font-size: 16px;
  position: relative;
  padding-left: 18px;
}

.extra_small-headline:before {
  content: "";
  background: #113c60;
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.main-section h2.item-headline {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
}

.main-section .ttl-h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}

.main-section .ttl-h3 {
  color: #273647;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #273647;
}

.main-section .ttl-h4 {
  color: #113c60;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.main-section .ttl-h4::before {
  content: '';
  background: #113c60;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 9px;
}

.footer__suffix {
  color: #777777;
  padding-left: 10px;
  font-size: 14px;
}

#container {
  z-index: 101;
  padding-top: 45px;
  padding-bottom: 90px;
}

.main-section img.img-border {
border: 1px #CDCDCD solid;
}
.main-section .table-border {
border: 1px #CDCDCD solid;
}
#shipping-table table .60size {
    text-align: right;
}

.content-group img {
  margin-bottom:15px;
}

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn-viewcart .icon {
  padding-left: 20px;
}
.btn-viewcart .icon:before {
  margin-top: 1px;
}

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

.highlighter {
  background: linear-gradient(to bottom, transparent 70%, #eded8e 70%   );
}

.tel-number {
  font-size: 20px;
  font-weight: bold;
}

.flow-number {
  color: #113c60;
  font-size: 18px;
  font-weight: bold;
  padding-right: 9px;
}

.color-font-main {
  color: #273647;
}
.color-font-light {
  color: #888;
}
.color-font-red {
  color: #e51010;
}
.color-font-blue {
  color: #065c96;
}

.line-solid-main {
  padding-bottom: 3px;
  border-bottom: 2px solid #273647;
}
.line-solid-main.font-bold {
  padding-bottom:0;
}

.line-double-main {
  padding-bottom: 3px;
  border-bottom: 3px double #273647;
}
.line-double-main.font-bold {
  padding-bottom: 0
}

.line-dashed-main {
  padding-bottom: 3px;
  border-bottom: 2px dashed #273647;
}
.line-dashed-main.font-bold {
  padding-bottom: 0
}

.line-dotted-main {
  padding-bottom: 3px;
  border-bottom: 2px dotted #273647;
}
.line-dotted-main.font-bold {
  padding-bottom: 0
}

.line-solid-light {
  padding-bottom: 3px;
  border-bottom: 2px solid #d3d3d3;
}
.line-solid-light.font-bold {
  padding-bottom: 0
}

.line-double-light {
  padding-bottom: 3px;
  border-bottom: 3px double #d3d3d3;
}
.line-double-light.font-bold {
  padding-bottom: 0
}

.line-dashed-light {
  padding-bottom: 3px;
  border-bottom: 2px dashed #d3d3d3;
}
.line-dashed-light.font-bold {
  padding-bottom: 0
}

.line-dotted-light {
  padding-bottom: 3px;
  border-bottom: 2px dotted #d3d3d3;
}
.line-dotted-light.font-bold {
  padding-bottom: 0
}

.line-solid-red {
  padding-bottom: 3px;
  border-bottom: 2px solid #e51010;
}
.line-solid-red.font-bold {
  padding-bottom: 0
}

.line-double-red {
  padding-bottom: 3px;
  border-bottom: 3px double #e51010;
}
.line-double-red.font-bold {
  padding-bottom: 0
}

.line-dashed-red {
  padding-bottom: 3px;
  border-bottom: 2px dashed #e51010;
}
.line-dashed-red.font-bold {
  padding-bottom: 0
}

.line-dotted-red {
  padding-bottom: 3px;
  border-bottom: 2px dotted #e51010;
}
.line-dotted-red.font-bold {
  padding-bottom: 0
}

/* ヘッダー */
.head-bar-wrap {
  padding: 9px 0;
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
  z-index: 200;
}
.head-bar-wrap h1 {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}

.header-common-logo {
  margin: 16px 0 17px;
}

.flex-wrapper {
  display: flex;
  align-items: center;
}
.display-flex {
  list-style: none;
}
.flex-wrapper >:last-child {
  margin-left: auto;
}
.header-side ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0;
  list-style-type: none;
}
.header-side a {
  display: block;
}

@media screen and (min-width: 981px) and (max-width: 1259px) {
  .header-side ul {
    gap: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .header-common-logo img {
    width: 224px;
  }
  .flex-wrapper {
    gap: 30px;
  }
  .header-side ul {
    gap: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .flex-wrapper {
    gap: 15px;
  }
  .header-side ul {
    margin-left: 0px;
  }
}

.global-nav-wrap {
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}
.global-nav-wrap li:last-child {
  border-right: 1px solid #333;
}
.global-nav {
  display: flex;
  font-weight: bold;
}
.global-nav__unit {
  flex: auto;
  text-align: center;
  border-left: 1px solid #333;
  padding: 0;
  width: auto;
}
.global-nav__txt {
  color: #333;
  letter-spacing: .08em;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  margin: 0px;
  padding: 2px 0;
  text-decoration: none;
}
.global-nav__txt:hover {
  text-decoration: none;
  opacity: .7 !important;
  transition: .3s ease;
}

.global-nav__txt:focus {
  text-decoration: none;
}

/* スマホヘッダー */
.sp-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.head-bar-wrap-sp {
  background-color: #ededed;
  text-align: center;
}
.head-bar-wrap-sp p {
  font-size: 80%;
  margin: 0;
  padding: 0.3em;
}

.logo-sp {
  padding: 15px 0;
}

.header-side-sp {
  background: #ededed;
  width: 100%;
  padding: 10px 0;
}

.header-nav-sp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.sp-global-nav-wrap {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.sp-global-nav {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -1px;
  padding: 0;
  list-style-type: none;
}
.sp-global-nav__unit {
  font-size: 14px;
  text-align: center;
  display:inline-block;
  width: 50%;
}
.sp-global-nav__unit:nth-child(odd) {
  background-image: linear-gradient(to bottom, #aaa 1px, transparent 1px),linear-gradient(to right, #aaa 1px, transparent 1px);
  background-size: 1px 2px,2px 1px;
  background-repeat: repeat-y,repeat-x;
  background-position: right bottom,left bottom;
}
.sp-global-nav__unit:nth-child(even) {
  background-image: linear-gradient(to right, #aaa 1px, transparent 1px);
  background-size: 2px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.sp-global-nav__unit a {
  display:block;
  width:100%;
  padding: 5px 0;
}
.sp-global-nav__unit a:hover {
  text-decoration: none;
}

/* セカンダリー */
.secondary-box .side-section {
  margin-bottom: 30px;
}
.secondary-box .side-section:last-child {
  margin-bottom: 0;
}

.side-section form {
  margin-bottom: 15px;
}

.search-select {
  height: 38px;
  margin-bottom: 6px;
}

.search-box {
  line-height: 1;
  float: left;
  width: 75%;
  height: 38px;
  padding: 10px;
  box-sizing: border-box;
}

.search-btn[type="submit"] {
  color: #fff;
  background: #333;
  float: right;
  width: 23%;
  height: 38px;
  border: none;
}

.search-btn[type="submit"]:hover {
  opacity: .7;
  color: #fff;
  background: #333;
}

.side-category-name,
.side-group-name {
  display: block;
  margin-top: 10px;
}

.secondary-box h2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.secondary-box h3 {
  color: #fff;
  background: #273647;
  font-size: 17px;
  margin-bottom: 0;
  padding: 10px 0 10px 10px;
}

.side-banner li {
  margin-bottom: 15px;
}

.side-section-lst {
  margin-top: 1px;
}

.side-section-lst li {
  padding: 15px 0px;
  position: relative;
  border-bottom: 1px solid #333;
}

.side-section-lst li a {
  display: block;
  width:100%;
  color: #333;
}

.side-group-list li a:hover {
  color: #333;
  text-decoration: none;
}

.side-section-lst .icon-arrow-right {
  padding-right: 10px;
}

.side-section li a {
  text-decoration: none;
  font-weight: bold;
}

.incart-delivery {
  clear: both;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 8px;
  color: #fff;
  border-radius: 4px;
  background-color: #eeab53;
}
.incart-delivery ul {
  margin: 0;
}
.incart-delivery li {
  padding: 2px 0;
  margin: 0;
}
.incart-delivery li:first-child {
  border-top: none;
}

.icon-arrow-right,
.icon-arrow-down {
  color: #333;
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.icon-arrow-right::before {
  content: '\f105';
}

.icon-arrow-down::before {
  content: '\f107';
}

/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 15px;
  font-size: 12px;
}

.topicpath-nav li {
  display: inline;
}

.topicpath-nav li a {
  color: #333;
  text-decoration: none;
}
.topicpath-nav li a:hover {
  text-decoration: underline;
}

.topicpath-nav .icon-arrow-right {
  margin: 0 15px;
}

/* 囲み */
.container-section {
  word-break: break-all;
}

.section-group {
  margin-bottom: 45px;
}

.container-section .section-group:last-child {
  margin-bottom: 0;
}

.container .section-group:last-child {
  margin-bottom: 0;
}

.free-page-contents .content-group:last-child {
  margin-bottom: 0;
}

.content-group {
  margin-bottom: 45px;
}

/* メインセクション */
.info-block {
  margin-bottom: 45px;
  word-break: break-all;
}

.feature-block,
.category-block,
.service-block,
.recommend-block,
.new-item-block,
.bestseller-block,
.basic-block,
.free_space_block {
  margin-bottom: 60px;
  word-break: break-all;
}

.prd_lst_link,
.grp-lst a {
  text-decoration: none;
}

.prd_lst_link:hover,
.grp-lst a:hover {
  text-decoration: none;
}

.guide_block {
  word-break: break-all;
}

.for-business.display-flex-xl,
.for-business.display-flex-lg {
  align-items: center;
}

@media screen and (max-width: 980px) {
  .feature-block,
  .category-block,
  .service-block,
  .recommend-block,
  .new-item-block,
  .bestseller-block,
  .basic-block,
  .free_space_block {
    /* margin-bottom: 45px; */
  }

  .for-business.display-flex {
    flex-wrap: wrap;
  }

  .for-business {
    margin-right: -20px;
  }

  .for-business::after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  .for-business .image-area {
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .for-business .text-area {
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 481px) and (max-width: 980px) {
  .recommend-block .col-scope:last-child,
  .bestseller-block .col-scope:last-child {
    display: none;
  }
}

.intro {
  display: none;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

/* トップabout */
.top-about {
  background-image: url(https://img07.shop-pro.jp/PA01381/813/etc_base64/aG9tZV9hYm91dF9iYWNrZ3JvdW5k.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 45px 0;
}

@media screen and (max-width: 480px) {
  .top-about {
    background-image: url(https://img07.shop-pro.jp/PA01381/813/etc_base64/aG9tZV9hYm91dF9iYWNrZ3JvdW5kLXNw.jpg);
  }
}

.top-about h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

.top-about p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.top-about a:hover {
  opacity: 1;
}

.top-about .about-btn {
  font-size: 16px;
  background: transparent;
  color:  #fff;
  font-weight: bold;
  padding: 5px 30px;
  width: 315px;
  border: 1px solid #fff;
}

.top-about .about-btn:hover,
.top-about .about-btn:focus,
.top-about .about-btn:active,
.top-about .about-btn.active,
.top-about .about-btn.disabled,
.top-about .about-btn[disabled] {
  color:  #333;
  background: rgba(255,255,255,0.85);
  border: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .top-about p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .top-about .container>div {
    width: 450px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .top-about p {
    text-align: left;
  }
}

/* トップcertification */
.top-certification {
  background: url(https://img07.shop-pro.jp/PA01381/813/etc_base64/dGV4dHVyZTAx.png);
  padding: 30px 0;
}

.top-certification .container>div {
  width: 720px;
  margin: 0 auto;
}

.top-certification .row-n .col-scope {
  text-align: center;
}

.top-certification img {
  margin-bottom: 15px;
}

.top-certification p {
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .top-certification .container>div {
    width: 450px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .top-certification .container>div {
    width: auto;
  }
}

.guide_block p {
  font-size: 14px;
  margin-bottom: 20px;
}

/* トップguide */
.top-guide {
  background: #ededed;
  padding: 60px 0;
}

@media screen and (min-width: 1260px) {
  .top-guide .guide-link-area {
    width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .top-guide {
    margin: 0 -15px;
    padding: 45px 0;
  }
}

/* 商品リスト */
.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-sort a {
  text-decoration: none;
}

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px 0 10px;
}

.prd-lst-img {
  background: #fff;
  margin-bottom: 15px;
}

.prd-lst-span {
  display: block;
}

.new_mark_img1 {
  margin-bottom: 15px !important;
}

.prd-lst-name {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}

.prd-lst-name a {
  text-decoration: none;
}

.prd-lst-exp {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .8px;
  margin-bottom: 1em;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}

.price-number {
  font-size: 15px;
}

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

.product-list__prices {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  letter-spacing: 0.05em !important;
}

.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
  font-weight: bold;
  margin-bottom: 15px;
}

.more-prd {
  clear: both;
}

.product-list__fav-items {
  width: 22px;
  height: 22px;
}
.product-list__fav-items button {
  color: #999;
  background: transparent;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: .2s;
  outline: none;
}
.product-list__fav-items .fav-items {
  color: #8e3535;
}
.product-list__fav-items svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* 商品のページャー */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
.prd-lst-pager ul {
  position: relative;
  left: 50%;
  float: left;
  margin-bottom: 0;
  padding-top: 15px;
}
.prd-lst-pager li {
  text-align: center;
  line-height: 27px;
  float: left;
  margin-right: 4px;
  position: relative;
  left: -50%;
}
.prd-lst-pager li:last-child {
  margin-right: 0;
}
.prd-lst-pager li a,
.prd-lst-pager li span {
  display: block;
  float: left;
  min-width: 28px;
  padding: 5px;
  box-sizing: border-box;
}
.prd-lst-pager li a {
  color: #999;
  border: 1px solid #aaa;
  text-decoration: none;
}
.prd-lst-pager li a:hover {
  color: #fff;
  background: #273647;
  border: 1px solid #273647;
  opacity: 1;
}
.prd-lst-pager li span {
  color: #fff;
  background: #273647;
  border: 1px solid #273647;
}
.prd-lst-pager .ellipses {
  color: #999;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    padding: 5px 0;
    min-width: auto;
    width: calc((100vw - 30px) / 16);
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.8;
  }
}

/* ご利用ガイド */
.notice-wrapper {
  background: url(https://img07.shop-pro.jp/PA01381/813/etc_base64/dGV4dHVyZTAx.png);
  padding: 60px 0;
}
.notice-wrapper .medium-headline {
  text-align: center;
}
.notice-wrapper .fa {
  padding-right: 7px;
}

/* フッター */
.footer-wrapper {
  background: #fff;
  font-size: 14px;
  padding: 45px 0;
  z-index: 120;
}

.footer-wrapper .display-flex {
  justify-content: space-between;
}

.footer-wrapper h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-wrapper p {
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-wrapper .manager-info {
  max-width: 660px;
}

.footer-wrapper .footer-lst-area {
  max-width: 480px;
}

.footer-lst {
  padding: 0 0 30px 0px;
}
.footer-lst h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.footer-lst li {
  padding: 5px 0;
}
.footer-lst ul li {
  position: relative;
}
.footer-lst a {
  color: #333 !important;
  text-decoration: none;
}
.footer-lst .icon-arrow-right {
  padding-right: 5px;
}

@media screen and (max-width: 1259px) {
  .footer-wrapper p {
    font-size: 14px;
  }

  .footer-wrapper .footer-lst-area {
    max-width: 420px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1259px) {
  .footer-wrapper .container>div {
    gap: 45px;
  }
}

@media screen and (max-width: 980px) {
  .footer-wrapper .display-flex {
    flex-wrap: wrap;
  }

  .footer-wrapper .manager-info,
  .footer-wrapper .footer-lst-area {
    max-width: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .footer-wrapper .manager-info {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #273647;
  }

  .footer-lst {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-lst ul li {
    padding-left: 0;
  }

  .footer-lst .icon-arrow-right {
    display: none;
  }
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
  font-size: 84.615%;
}
.tbl_calendar caption {
  text-align: center;
  margin-bottom: 1em;
}
.tbl_calendar th {
  padding: .3em 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.tbl_calendar td {
  padding: .5em 0;
  width: 14.2%;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}
.tbl_calendar th.sat {
  color: #1877F2;
}
.tbl_calendar th.sun {
  color: #DA2E26;
}
.day-off {
    color: #FFAF97;
}

/* ページトップ */
.page-top {
	display: none;
	margin: 0;
	padding: 0;
}

.page-top p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 16px;
	bottom: 16px;
}

.move-page-top {
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	transition:all 0.3s;
}

.page-top {
	position: relative;
	z-index: 1000;
}

.move-page-top:hover {
  opacity: 0.85;
}

/* copyright */
.copyright {
  color: #fff;
  background: #273647;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  z-index: 150;
  clear: both;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
.powered a {
  color: #a1a19f;
  text-decoration: none;
  font-size: 11px;
}
.powered img {
  margin-bottom: 10px;
  margin-left: 4px;
  width: 200px;
  height: 18px;
}

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
.def-lst-dd img {
  max-width: 100%;
  width: inherit;
  height: auto;
}

/* freepage */
.freepage {
  word-break: break-all;
}

.freepage img {
  max-width: 100%;
  width: inherit;
  height: auto;
}

@media (min-width: 1260px) {
  .a-container {
    width: 1230px;
  }
  .container {
    max-width: 1230px !important;
  }
  .row {
    max-width: 1230px !important;
  }
  .global-nav__txt {
    padding: 5px 0;
  }
}

/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon:before {
    background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
  }

  /* PCかつRetinaでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media screen and (min-width: 981px) and (max-width: 1259px) {
  .container {
    width: 950px;
  }
}

@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* セカンダリー */
  .search-box {
    width: 67%;
  }
  .search-btn[type="submit"] {
    width: 30%;
  }
  .side-section ul li a {
    font-size: 14px;
  }

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
        background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}


/* ========================================
      スマホの場合（sm）
======================================== */
@media only screen and (max-width: 768px) {
  #container {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .container {
    padding: 0 15px;
  }

  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }

  .icon-cart:before {background-position: 0;}
  .icon-search:before {background-position: 0 -24px;}
  .icon-user:before {background-position: 0 -48px;}
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px;margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before {background-position: 0 -120px;}
  .icon-left:before {background-position: 0 -144px;}

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }

  .global-nav-wrap {
    display: none !important;
  }

  .header-logo {
    padding-top: 10px;
  }
  .header-logo {
    width: 60%;
  }

  .sp-global-nav .sp-global-nav__unit a {
    text-decoration: none;
    padding: 8px 5px;
  }

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  .side-section {
    margin-bottom: 45px;
  }

  .side-section ul li {
    margin: 0;
  }

  .side-section form {
    margin-bottom: 20px;
  }

  .search-select {
    margin-bottom: 10px;
  }

  .search-box {
    width: 78%;
  }

  .search-btn[type="submit"] {
    width: 20%;
  }

  .side-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
  }

  .side-banner li {
    width: calc(33.3333333333% - 10px);
  }

  .side-banner img {
    width: 100%;
  }

  .side-section-lst li {
    padding-left: 0;
  }

  .topicpath-nav {
    margin-bottom: 30px;
  }

  .topicpath-nav .icon-arrow-right {
    margin: 0 10px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }

  .prd-lst-sort {
    margin-bottom: 25px;
  }

  .product-image {
    padding-right: 0px;
}

  /* フッター */
  .footer-wrapper {
    padding: 0;
    border-top: 1px solid #aaa;
  }

  .manager-info {
    padding: 20px 0;
  }

  .manager-info .row-n {
    gap: 20px;
  }

  .manager-caption {
    padding-top: 0;
    padding-bottom: 0;
    border-right: none;
  }

  .manager-caption:first-child {
    background-image: linear-gradient(to right, #aaa 1px, transparent 1px);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 10px;
  }

  .footer-lst {
    padding: 0;
    width: auto;
  }

  .footer-lst ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
  }
  .footer-lst li {
    margin: 0;
    padding: 0;
    width: 50%;
  }

  .footer-lst li:nth-child(even) {
    background-image: linear-gradient(to right, #273647 1px, transparent 1px);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  .footer-lst li:nth-child(odd) {
    background-image: linear-gradient(to bottom, #273647 1px, transparent 1px),linear-gradient(to right, #273647 1px, transparent 1px);
    background-size: 1px 2px,2px 1px;
    background-repeat: repeat-y,repeat-x;
    background-position: right bottom,left bottom;
  }

  .footer-lst a {
    display: block;
    padding: 8px 14px;
    color: #333 !important;
    text-decoration: none;
    font-size: 12px;
  }

  .footer-lst h3 {
    text-align: center;
    padding: 0.5em 10px;
    margin-bottom: 0px;
    background: #273647;
    color: #fff;
  }
  .copyright {
    font-size: 10px;
  }
  .tel-fax {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1px;
  }

  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon:before {
        background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
  #tokushu-group-list img {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .side-banner li {
    margin-bottom: 0;
  }
}

/* ========================================
      スマホの場合（xs）
======================================== */

@media screen and (max-width: 480px) {
  .header-nav-sp {
    padding: 0 15px;
    max-width: none;
  }

  .side-banner {
    gap: 10px;
  }

  .side-banner li {
    width: calc(50% - 7.5px);
  }

  .service-block p:has(.prd_lst_link) {
    line-height: 1.5;
  }

  .service-block .prd_lst_link {
    font-size: 14px;
    line-height: 1.5;
  }

  .prd-lst-name {
    line-height: 1.5;
    font-size: 15px;
  }

  .prd-lst-name a {
    line-height: 1.5;
  }

  .price-number {
    font-size: 14px;
  }

  .price-tax {
    font-size: 13px;
  }
}

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}

/* カラム幅の変更 */
.content-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
  .main-section {
    width: 960px;
  }
  .secondary {
    width: 270px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1259px) {
  .container {
    width: 950px;
  }
  .main-section {
    width: 710px;
  }
  .secondary {
    width: 270px;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .container {
    max-width: 738px;
  }
  .main-section {
    width: 510px
  }
  .secondary {
    width: 258px;
  }
}

@media screen and (min-width: 769px) {
  .content-column {
    margin: 0 -15px;
  }
  .main-section {
    padding: 0 15px;
    order: 2;
  }
  .secondary {
    padding: 0 15px;
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .main-section {
    width: 100%;
  }
  .secondary {
    width: 100%;
    margin: 45px 0 0 0;
  }
}

/* @media (max-width: 480px) {
  .content-group {
    margin-bottom: 30px;
  }
} */

.table-headline th {
  background: #ededed;
}

.no-border th,
.no-border td {
  border: none !important;
}

.text-center-th th {
  text-align: center;
}

.text-center-td td {
  text-align: center;
}

.text-right-th th {
  text-align: right;
}

.text-right-td td {
  text-align: right;
}

.color-box-right {
  background: #ededed;
}
.color-box-red {
  color: #cc310a;
  background: #ffe8e5;
}
.color-box-white {
  background: #fff;
}

.border-box-dark {
  border: 2px solid #333;
}
.border-box-main {
  border: 2px solid #273647;
}
.border-box-right {
  border: 2px solid #ededed;
}
.border-box-red {
  border: 2px solid #ffe8e5;
}

.flow-box {
  margin: 0;
  counter-reset: number;
}
.flow-box h3 {
  font-size: 19px;
  margin: 0 0 5px 0;
}
.flow-box h3::before {
  counter-increment: number;
  content: counter(number)".";
  padding-right: 5px;
}
.flow-box p {
  margin-bottom: 10px;
}

.before-komejirushi {
  position: relative;
  padding-left: 1.08em;
}

.before-komejirushi:before {
  content: '\203B';
  position: absolute;
  top: 0;
  left: 0;
}

.c-btn {
  font-weight: bold;
  text-align: center;
  padding: 10px 120px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #FFFFFF;
}
@media screen and (max-width: 378px) {
.c-btn {
  width: 80%;
  display: block;
  padding: 10px 10px;
  text-align: center;
  margin: 0 20px;
}
}

@media screen and (max-width: 568px) {
  .f-para-btn {
    padding: 2vw 8vw;
  }
}

.googlemap,
.youtube {
  position: relative;
  overflow: hidden;
}
.googlemap::before,
.youtube::before {
  content: "";
  display: block;
  height: 0;
}
.googlemap::before {
  padding-top: 56.25%;
}
.youtube::before {
  padding-top: 75%;
}
.googlemap iframe,
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1260px) {
  .ls-500-xl {
    letter-spacing: .5em
  }
  .ls-250-xl {
    letter-spacing: .25em
  }
  .ls-150-xl {
    letter-spacing: .15em
  }
  .ls-120-xl {
    letter-spacing: .12em
  }
  .ls-100-xl {
    letter-spacing: .1em
  }
  .ls-80-xl {
    letter-spacing: .08em
  }
  .ls-50-xl {
    letter-spacing: .05em
  }
  .ls-20-xl {
    letter-spacing: .02em
  }
  .ls-0-xl {
    letter-spacing: 0
  }
  .ls-r20-xl {
    letter-spacing: -.02em
  }
  .ls-r50-xl {
    letter-spacing: -.05em
  }
  .ls-r80-xl {
    letter-spacing: -.08em
  }
  .ls-r100-xl {
    letter-spacing: -.1em
  }
  .ls-r120-xl {
    letter-spacing: -.12em
  }
  .ls-r150-xl {
    letter-spacing: -.15em
  }
  .ls-r250-xl {
    letter-spacing: -.25em
  }
  .ls-r500-xl {
    letter-spacing: -.5em
  }
}

@media screen and (max-width: 1259px) and (min-width: 981px) {
  .ls-500-lg {
    letter-spacing: .5em
  }
  .ls-250-lg {
    letter-spacing: .25em
  }
  .ls-150-lg {
    letter-spacing: .15em
  }
  .ls-120-lg {
    letter-spacing: .12em
  }
  .ls-100-lg {
    letter-spacing: .1em
  }
  .ls-80-lg {
    letter-spacing: .08em
  }
  .ls-50-lg {
    letter-spacing: .05em
  }
  .ls-20-lg {
    letter-spacing: .02em
  }
  .ls-0-lg {
    letter-spacing: 0
  }
  .ls-r20-lg {
    letter-spacing: -.02em
  }
  .ls-r50-lg {
    letter-spacing: -.05em
  }
  .ls-r80-lg {
    letter-spacing: -.08em
  }
  .ls-r100-lg {
    letter-spacing: -.1em
  }
  .ls-r120-lg {
    letter-spacing: -.12em
  }
  .ls-r150-lg {
    letter-spacing: -.15em
  }
  .ls-r250-lg {
    letter-spacing: -.25em
  }
  .ls-r500-lg {
    letter-spacing: -.5em
  }
}

@media screen and (max-width: 980px) and (min-width: 769px) {
  .ls-500-md {
    letter-spacing: .5em
  }
  .ls-250-md {
    letter-spacing: .25em
  }
  .ls-150-md {
    letter-spacing: .15em
  }
  .ls-120-md {
    letter-spacing: .12em
  }
  .ls-100-md {
    letter-spacing: .1em
  }
  .ls-80-md {
    letter-spacing: .08em
  }
  .ls-50-md {
    letter-spacing: .05em
  }
  .ls-20-md {
    letter-spacing: .02em
  }
  .ls-0-md {
    letter-spacing: 0
  }
  .ls-r20-md {
    letter-spacing: -.02em
  }
  .ls-r50-md {
    letter-spacing: -.05em
  }
  .ls-r80-md {
    letter-spacing: -.08em
  }
  .ls-r100-md {
    letter-spacing: -.1em
  }
  .ls-r120-md {
    letter-spacing: -.12em
  }
  .ls-r150-md {
    letter-spacing: -.15em
  }
  .ls-r250-md {
    letter-spacing: -.25em
  }
  .ls-r500-md {
    letter-spacing: -.5em
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .ls-500-sm {
    letter-spacing: .5em
  }
  .ls-250-sm {
    letter-spacing: .25em
  }
  .ls-150-sm {
    letter-spacing: .15em
  }
  .ls-120-sm {
    letter-spacing: .12em
  }
  .ls-100-sm {
    letter-spacing: .1em
  }
  .ls-80-sm {
    letter-spacing: .08em
  }
  .ls-50-sm {
    letter-spacing: .05em
  }
  .ls-20-sm {
    letter-spacing: .02em
  }
  .ls-0-sm {
    letter-spacing: 0
  }
  .ls-r20-sm {
    letter-spacing: -.02em
  }
  .ls-r50-sm {
    letter-spacing: -.05em
  }
  .ls-r80-sm {
    letter-spacing: -.08em
  }
  .ls-r100-sm {
    letter-spacing: -.1em
  }
  .ls-r120-sm {
    letter-spacing: -.12em
  }
  .ls-r150-sm {
    letter-spacing: -.15em
  }
  .ls-r250-sm {
    letter-spacing: -.25em
  }
  .ls-r500-sm {
    letter-spacing: -.5em
  }
}

@media screen and (max-width: 480px) {
  .ls-500-xs {
    letter-spacing: .5em
  }
  .ls-250-xs {
    letter-spacing: .25em
  }
  .ls-150-xs {
    letter-spacing: .15em
  }
  .ls-120-xs {
    letter-spacing: .12em
  }
  .ls-100-xs {
    letter-spacing: .1em
  }
  .ls-80-xs {
    letter-spacing: .08em
  }
  .ls-50-xs {
    letter-spacing: .05em
  }
  .ls-20-xs {
    letter-spacing: .02em
  }
  .ls-0-xs {
    letter-spacing: 0
  }
  .ls-r20-xs {
    letter-spacing: -.02em
  }
  .ls-r50-xs {
    letter-spacing: -.05em
  }
  .ls-r80-xs {
    letter-spacing: -.08em
  }
  .ls-r100-xs {
    letter-spacing: -.1em
  }
  .ls-r120-xs {
    letter-spacing: -.12em
  }
  .ls-r150-xs {
    letter-spacing: -.15em
  }
  .ls-r250-xs {
    letter-spacing: -.25em
  }
  .ls-r500-xs {
    letter-spacing: -.5em
  }
}