@charset "UTF-8";
/*-----------------------------------------------------
【共通】Reset
----------------------------------------------------- */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, 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%;
  vertical-align: baseline;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

* {
  min-height: 0;
  min-width: 0;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1c;
  font-feature-settings: "palt";
  background-size: 10% auto;
  position: relative;
}

h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

a.tdu {
  text-decoration: underline !important;
}

/*----------------
【共通】レイアウト
-----------------*/
.hover, .hover img {
  opacity: 1;
}

.hover:hover, .hover:hover img {
  opacity: 0.5;
}

.bold {
  font-weight: bold;
}

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

/*テスト用↑*/
@media screen and (min-width: 415px) {
  .sptype {
    display: none !important;
  }
  .pctype {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .sptype {
    display: block;
  }
  .pctype {
    display: none !important;
  }
}
/*----------------
【共通】header
-----------------*/
/*PC版ヘッダー*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}

header .header-top {
  background: #f5f5f5;
  padding: 5px 0;
}

header h1 {
  font-size: 10px;
  max-width: 1100px;
  margin: 0 auto;
  font-weight: 400;
  color: #6c6c6c;
}

header .header-contents {
  padding: 10px 0;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

header .header-contents .logo {
  display: block;
  width: 180px;
  opacity: 1;
}

header .header-contents .logo:hover {
  opacity: 0.5;
}

header .header-contents .btn-list {
  flex: 1;
  display: flex;
  margin-left: 40px;
}

header .header-contents .btn-list > div {
  margin-right: 2%;
}

header .header-contents .btn-list > div:nth-of-type(3) {
  margin-right: 1.5%;
}

header .header-contents .btn-list .btn-left {
  width: 31%;
}

header .header-contents .btn-list .btn-left form {
  position: relative;
}

header .header-contents .btn-list .btn-left input[type=search] {
  border: 2px solid #6c6c6c;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  padding: 7px 35px 7px 7px;
  margin-bottom: 7px;
}

header .header-contents .btn-list .btn-left input[type=button] {
  border: none;
  width: 17px;
  height: 20px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
}

header .header-contents .btn-list .btn-left-bottom {
  display: flex;
}

header .header-contents .btn-list .btn-left-bottom a {
  display: block;
  width: 46%;
  opacity: 1;
}

header .header-contents .btn-list .btn-left-bottom a:first-of-type {
  margin-right: 3%;
  width: 51%;
}

header .header-contents .btn-list .btn-left-bottom a:hover {
  opacity: 0.5;
}

header .header-contents .btn-list .contact-item {
  width: 29%;
}

header .header-contents .btn-list .btn-form {
  width: 18%;
}

header .header-contents .btn-list .btn-form a {
  display: block;
  opacity: 1;
}

header .header-contents .btn-list .btn-form a:first-of-type {
  margin-bottom: 4px;
}

header .header-contents .btn-list .btn-form a:hover {
  opacity: 0.5;
}

header .header-contents .btn-list .btn-login {
  width: 16.5%;
  margin: 0;
  opacity: 1;
}

header .header-contents .btn-list .btn-login:hover {
  opacity: 0.5;
}

header .header-sp-form {
  display: none;
}

header .form-open-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

header .header-menu {
  height: 40px;
  background: #505050;
}

header .header-menu .header-menu-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 40px;
}

header .header-menu .header-menu-list a {
  position: relative;
  border-right: 1px solid #a5a5a5;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 22px;
  letter-spacing: 0.06em;
  opacity: 1;
}

header .header-menu .header-menu-list a:first-of-type {
  border-left: 1px solid #a5a5a5;
}

header .header-menu .header-menu-list a:last-of-type {
  background: #d21c24;
}

header .header-menu .header-menu-list a::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  display: none;
}

header .header-menu .header-menu-list a:hover::after {
  display: block;
}

header .header-menu .header-menu-list a img {
  width: 19px;
  margin-right: 5px;
}

header .sp-mypage {
  width: 50px;
}

header .sp-mypage img {
  display: block;
  width: 25px;
  margin: 0 auto;
}

header .sp-mypage span {
  display: block;
  text-align: center;
  font-size: 10px;
}

/*中型PC～タブレット*/
@media screen and (max-width: 1130px) {
  header .header-pc {
    display: none;
  }
  header .header-menu-sp {
    position: fixed;
    top: 0;
    z-index: 65;
    width: calc(100% - 30px);
    padding: 0 15px;
    height: 45px;
    background: #fff;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
  }
  .open header .header-menu-sp {
    border: none;
  }
  header .header-menu-sp > a {
    padding-left: 45px;
    display: block;
  }
  .open header .header-menu-sp > a {
    display: none;
  }
  header .header-menu-sp > a .sp-main-logo {
    opacity: 1;
    height: 28px;
  }
  header .header-menu-sp .other-btn {
    display: flex;
    align-items: center;
  }
  .open header .header-menu-sp .other-btn {
    display: none;
  }
  header .header-menu-sp .other-btn .sp-search {
    margin-right: 10px;
  }
  header .header-menu-sp .other-btn .sp-search img {
    height: 20px;
  }
  header .header-menu-sp .other-btn .sp-mypage img {
    height: 25px;
    width: auto;
    max-width: auto;
  }
  header .open .header-menu-sp {
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  header header .header-menu-sp h1 {
    width: 200px;
    padding: 5px 10px;
  }
  header .header-menu-sp h1 img {
    width: 100%;
  }
  header .header-menu-sp.fix {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #nav-toggle {
    cursor: pointer;
    position: relative;
    height: 100%;
  }
  header #nav-toggle > div {
    position: relative;
    width: 42px;
    height: 100%;
  }
  header #nav-toggle span {
    width: 20px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #202974;
    position: absolute;
    transition: transform 0.1s ease-in-out, top 0.1s ease;
  }
  header.fix #nav-toggle span {
    background: #202974;
  }
  header #nav-toggle span:nth-child(1) {
    top: 12px;
  }
  header #nav-toggle span:nth-child(2) {
    top: 20px;
  }
  header #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  header #nav-toggle span:nth-child(4) {
    top: 32px;
    width: 42px;
    height: auto;
    font-size: 10px;
    background: transparent;
    text-align: center;
  }
  .open header #nav-toggle span:nth-child(4) {
    display: none;
  }
  .open header #nav-toggle span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .open header #nav-toggle span:nth-child(2) {
    top: 20px;
    width: 0;
    left: 50%;
  }
  .open header #nav-toggle span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
  header #gloval-nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity 0.1s ease, visibility 0.1s ease;
    padding: 46px 0 50px;
    overflow-y: overlay;
  }
  .open header #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  /*メニュー内*/
  header #gloval-nav .toggle-deadline {
    max-width: 321px;
    padding: 12px;
    width: calc(90% - 24px);
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 5px;
  }
  header #gloval-nav .toggle-deadline .toggle-deadline-main {
    color: #333;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    margin-bottom: 12px;
  }
  header #gloval-nav .toggle-deadline .earliest {
    width: 250px;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
  }
  header #gloval-nav .toggle-deadline .earliest span {
    font-size: 20px;
    font-weight: 700;
    color: #d21c24;
    padding-left: 10px;
    vertical-align: text-bottom;
  }
  header #gloval-nav .toggle-deadline .deadline-btn > a {
    text-align: center;
    display: block;
    padding: 7px 0 18px;
    height: 6px;
  }
  header #gloval-nav .toggle-deadline .deadline-btn #deadline-menu-toggle img {
    width: 10px;
    height: 6px;
  }
  header #gloval-nav .toggle-deadline .deadline-btn #deadline-menu-toggle.open-arrow img {
    transform: rotate(180deg);
  }
  header #gloval-nav .toggle-deadline .deadline-menu-item p {
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #787878;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    padding: 12px 0;
  }
  header #gloval-nav .toggle-deadline .deadline-menu-item p span {
    color: #ffff4c;
    display: block;
  }
  header #gloval-nav .toggle-deadline .deadline-menu-item a {
    padding: 12px 0;
    float: left;
    width: 49%;
    background: #d21c24;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    font-weight: 500;
  }
  header #gloval-nav .deadline-menu-item {
    display: none;
  }
  header .sp-news {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #e5e9f4;
    box-sizing: border-box;
  }
  header .sp-news-title {
    background: #e5e9f4;
    color: #202974;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0 7px 20px;
    display: flex;
  }
  header .sp-news-title img {
    width: 5px;
    margin-left: 14px;
  }
  header .sp-news > a > p {
    font-size: 14px;
    line-height: 1;
    padding: 7px 0 8px;
    background: #fff;
  }
  header .sp-news-text {
    padding: 0 7px 0 20px;
  }
  header .sp-menu-list .maxwide-menu {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
  }
  header .sp-menu-list .maxwide-menu.gray {
    color: #333;
    font-weight: normal;
    font-size: 15px;
    background: #f5f5f5;
    font-weight: 500;
    border-bottom: 1px solid #c8c8c8;
    justify-content: space-between;
    display: flex;
  }
  header .sp-menu-list .item-list-toggle {
    font-weight: 500;
  }
  header .sp-menu-list .maxwide-menu.gray span {
    color: #333;
  }
  header .sp-menu-list .maxwide-menu.order {
    background: #d21c24;
  }
  header .sp-menu-list .maxwide-menu.draft {
    background: #202974;
  }
  header .sp-menu-list .maxwide-menu span {
    display: flex;
    color: #fff;
    align-items: center;
  }
  header .sp-menu-list .maxwide-menu img {
    width: 8px;
  }
  header .sp-menu-list .maxwide-menu.order img.arrow {
    width: 8px;
    margin-right: 0;
  }
  header .sp-menu-list .maxwide-menu.order img {
    width: 18px;
    margin-right: 3px;
  }
  header .sp-menu-list .half-menu a {
    width: calc(50% - 40px);
    padding: 0 20px;
    float: left;
    font-size: 15px;
    line-height: 50px;
    background: #f5f5f5;
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
  }
  header .sp-menu-list .half-menu a:nth-child(odd) {
    width: calc(50% - 41px);
    border-right: 1px solid #c8c8c8;
  }
  header .sp-menu-list .half-menu a img {
    width: 8px;
  }
  header .item-list-toggle > a {
    width: calc(100% - 40px);
    padding: 0 20px;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
  }
  header .item-list-toggle > a + ul {
    display: block;
  }
  header .item-list-toggle > a span .minus {
    display: block;
  }
  header .item-list-toggle > a span .plus {
    display: none;
  }
  header .item-list-toggle > a.open-sub span .minus {
    display: none;
  }
  header .item-list-toggle > a.open-sub span .plus {
    display: block;
  }
  header .item-list-toggle > ul a {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #c8c8c8;
  }
  header .item-list-toggle > ul a img {
    width: 23px;
    margin-right: 10px;
    vertical-align: middle;
  }
  header .item-list-toggle.osusume > ul a img {
    width: 5px;
    margin-right: 10px;
    vertical-align: middle;
  }
  header .menu-contact a {
    float: left;
    width: 50%;
    color: #fff;
    background: #505050;
    text-align: center;
  }
  header .menu-contact a.access {
    padding: 17px 0;
    border-right: 1px solid #c8c8c8;
    font-size: 16px;
    font-weight: 700;
  }
  header .menu-contact a.tel {
    width: calc(50% - 1px);
    padding: 11px 0;
  }
  header .menu-contact a span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
  }
  header .menu-contact a span img {
    width: 12px;
    margin-right: 10px;
  }
  header .menu-contact a.tel span:last-of-type {
    font-size: 10px;
    font-weight: 400;
    padding-top: 2px;
  }
  header .header-sp-form {
    position: fixed;
    top: 46px;
    z-index: 10;
    width: 100%;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
  }
  .open-sp-form header .header-sp-form {
    display: flex !important;
  }
  header .header-sp-form input[type=search] {
    width: 245px;
    border: 2px solid #6c6c6c;
    border-radius: 3px;
    padding: 7px 5px;
    background-image: url(../images/megane-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 215px center;
  }
  header .header-sp-form input[type=button] {
    margin-right: 10px;
    background: #6c6c6c;
    color: #fff;
    font-size: 12px;
    border: none;
    padding: 7px 11px;
    border-radius: 3px;
  }
  header .header-sp-form a {
    font-size: 24px;
    display: block;
    line-height: 13px;
    text-align: center;
  }
  header .header-sp-form a span {
    font-size: 14px;
  }
  header .header-sp .be_in_time_sp {
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
  }
  header .header-sp .be_in_time_sp p {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
  }
  header .header-sp .be_in_time_sp p span {
    padding-left: 3px;
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ff0000;
  }
}
@media screen and (min-width: 1131px) {
  header .header-sp {
    display: none;
  }
}
/*----------------
【共通】side
-----------------*/
/*サイドバー 左カラム*/
.l-main #page-side {
  margin-right: 40px;
  width: 220px;
}

.l-main #page-side .side-block, .l-main #page-side .side-banner {
  margin-bottom: 20px;
}

.l-main #page-side .side-banner.bottom-banner {
  margin-bottom: 10px;
}

.l-main #page-side .side-block .side-title {
  font-size: 20px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  color: #fff;
}

.l-main #page-side .side-block.earliest .side-title {
  text-align: center;
  background: #b62f2b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.l-main #page-side .side-block.side-menu .side-title {
  background: #505050;
  border-left: 5px solid #000;
  padding-left: 10px;
}

.l-main #page-side .side-block .send-day {
  background: #f5f5f5;
  padding: 10px 0 15px;
}

.l-main #page-side .side-block .send-day-text {
  text-align: center;
  font-weight: 700;
  color: #d21c24;
  width: 160px;
  background: #fff;
  line-height: 1;
  padding: 8px 0;
  margin: 0 auto 10px;
}

.l-main #page-side .side-block .remaining {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.l-main #page-side .side-block .remaining p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
}

.l-main #page-side .side-block .remaining img {
  width: 13px;
  padding: 4px 3px 0 0;
}

.l-main #page-side .side-block .consuming-link {
  display: block;
  margin: 10px auto 0;
  font-size: 13px;
  line-height: 17px;
  width: 148px;
  border: 1px solid #c8c8c8;
  background: #fff;
  padding: 10px 15px;
  font-weight: 500;
  cursor: pointer;
  opacity: 1;
}

.l-main #page-side .side-block .consuming-link:hover {
  opacity: 0.5;
}

.l-main #page-side .side-block .consuming-link img {
  width: 11px;
  vertical-align: middle;
  padding-left: 3px;
}

.l-main #page-side .side-banner {
  display: block;
  opacity: 1;
}

.l-main #page-side .side-banner:hover {
  opacity: 0.5;
}

.l-main #page-side .option-list li {
  border-bottom: 1px solid #c8c8c8;
}

.l-main #page-side .option-list li a {
  opacity: 1;
  padding: 15px 0 15px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.l-main #page-side .option-list li a:hover {
  opacity: 0.5;
  color: #202974;
}

.l-main #page-side .option-list li a:hover span {
  text-decoration: underline;
}

.l-main #page-side .option-list li img {
  width: 23px;
  margin-right: 10px;
  vertical-align: middle;
}

.l-main #page-side .be_in_time {
  margin: 15px auto;
  text-align: center;
  cursor: pointer;
}

.l-main #page-side .be_in_time p {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}

.l-main #page-side .be_in_time p span {
  padding-left: 3px;
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #ff0000;
}

.red {
  color: #FF0000 !important;
}

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

.fs20 {
  font-size: 20px !important;
}

@media screen and (max-width: 1130px) {
  .l-main #page-side {
    display: none;
  }
}
/*----------------
【トップページ】コンテンツ部分
-----------------*/
.l-main {
  max-width: 1000px;
  margin: 40px auto 0;
  padding-top: 140px;
}

.l-main > div {
  float: left;
}

.l-main #main-column {
  width: 740px;
  margin: 0 auto;
}

.l-main #main-column .smallwide-menu {
  display: none;
}

/*ポップアップ（納期を要する商品）*/
.l-main .popup-open-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 4;
}

.l-main .popup {
  display: none;
  position: fixed;
  top: 20%;
  right: 0;
  left: 0;
  z-index: 5;
  margin: auto;
  width: 50%;
  background: #fff;
  max-width: 600px;
  padding: 25px;
  border-radius: 5px;
}

.l-main #popup-close {
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.l-main .popup-title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #202974;
}

.l-main .popup-contents p {
  font-size: 15px;
}

.l-main .popup-contents .popup-tel {
  text-align: center;
  line-height: 18px;
}

.l-main .popup-contents ul {
  padding: 10px 0;
}

.l-main .popup-contents ul li {
  font-size: 16px;
  font-weight: 500;
  color: #202974;
}

.l-main .popup-contents ul li:first-of-type {
  padding-bottom: 8px;
}

.l-main .popup-contents ul li::before {
  content: "〇";
  padding-right: 3px;
}

.l-main .popup-contents a {
  display: block;
  max-width: 150px;
  margin: 15px auto;
}

/*ポップアップ（とにかくお急ぎ）*/
.l-main .add_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10002;
}

.l-main #popup-close1 {
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.l-main .add_popup * {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
}

.l-main .add_popup .inner {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: #FFFFFF;
  border: 3px solid #323232;
  width: 634px;
  max-height: 400px;
  margin: 0 auto;
  padding: 30px;
  overflow: auto;
}

.l-main .add_popup .inner h3 {
  border-left: solid 6px #E31218;
  margin-bottom: 20px;
  padding: 5px 10px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 24px;
  float: left;
}

.l-main .add_popup .inner .close_popup {
  margin: -15px -15px 0 0;
  float: right;
}

.l-main .add_popup .inner .close_popup span {
  display: block;
  border: 1px solid #323232;
  padding: 2px 8px 4px;
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
}

.l-main .add_popup .inner ul {
  margin-top: 15px;
}

.l-main .add_popup .inner ul li {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

.l-main .add_popup .inner ul li span {
  display: inline-block;
  margin-right: 5px;
  color: #232DFF;
}

.l-main .add_popup .inner a.btn {
  display: block;
  border: solid 1px #E31218;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 316px;
  margin: 20px auto;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #E31218;
}

.l-main .add_popup .inner a.btn:hover {
  background: #E31218;
  color: #FFFFFF;
}

/*ポップアップSP（納期を要する商品）*/
.header-sp .popup-open-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 4;
}

.header-sp .popup_sp {
  display: none;
  position: fixed;
  top: 20%;
  right: 0;
  left: 0;
  z-index: 5;
  margin: auto;
  width: 80%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.header-sp #popup-close_sp {
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.header-sp .popup-title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
  margin: 10px 0 5px;
  color: #202974;
}

.header-sp .popup-contents p {
  font-size: 15px;
  line-height: 1.2;
}

.header-sp .popup-contents .popup-tel {
  text-align: center;
  line-height: 18px;
}

.header-sp .popup-contents ul {
  padding: 10px 0;
}

.header-sp .popup-contents ul li {
  font-size: 16px;
  font-weight: 500;
  color: #202974;
  line-height: 1.4;
}

.header-sp .popup-contents ul li:first-of-type {
  padding-bottom: 8px;
}

.header-sp .popup-contents ul li::before {
  content: "〇";
  padding-right: 3px;
}

.header-sp .popup-contents a {
  display: block;
  max-width: 150px;
  margin: 15px auto;
}

/*ポップアップSP（とにかくお急ぎ）*/
.header-sp .add_popup_sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10002;
}

.header-sp #popup-close1_sp {
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.header-sp .add_popup_sp * {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
}

.header-sp .add_popup_sp .inner {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 3px solid #323232;
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  overflow: auto;
}

.header-sp .add_popup_sp .inner h3 {
  border-left: solid 6px #E31218;
  margin-bottom: 20px;
  padding: 5px 10px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  float: left;
}

.header-sp .add_popup_sp .inner .close_popup {
  margin: -15px -15px 0 0;
  float: right;
}

.header-sp .add_popup_sp .inner .close_popup span {
  display: block;
  border: 1px solid #323232;
  padding: 2px 8px 4px;
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
}

.header-sp .add_popup_sp .inner ul {
  margin-top: 15px;
}

.header-sp .add_popup_sp .inner ul li {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.header-sp .add_popup_sp .inner ul li span {
  display: inline-block;
  margin-right: 5px;
  color: #232DFF;
}

.header-sp .add_popup_sp p {
  font-size: 14px;
  line-height: 1.3em;
}

.header-sp .add_popup_sp .inner a.btn {
  display: block;
  border: solid 1px #E31218;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 316px;
  margin: 20px auto;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #E31218;
}

.header-sp .add_popup_sp .inner a.btn:hover {
  background: #E31218;
  color: #FFFFFF;
}

.header-sp .add_popup_sp .mb20 {
  margin-bottom: 20px;
}

/*スマホ・タブレットのみ*/
.l-main #main-column .sp-item-list {
  display: none;
}

.l-main #main-column .sp-banner-list {
  display: none;
}

@media screen and (max-width: 839px) {
  .l-main #main-column {
    width: 100%;
    margin: 0 auto;
  }
}
/*中型PC～タブレット*/
@media screen and (max-width: 1130px) {
  .l-main {
    margin: 45px auto 0;
    padding-top: 0;
  }
  .l-main .popup {
    width: 80%;
    top: 25%;
    padding: 40px 20px;
  }
  .l-main .popup-title {
    font-size: 16px;
  }
  .l-main .popup-contents p {
    font-size: 12px;
  }
  .l-main .popup-contents ul {
    padding: 5px 0;
  }
  .l-main .popup-contents ul li {
    font-size: 13px;
  }
  .l-main .popup-contents a {
    margin: 10px auto;
  }
  .l-main #main-column {
    float: none;
  }
  .l-main #main-column .smallwide-menu {
    display: block;
    height: 45px;
    background: #505050;
  }
  .l-main #main-column .smallwide-menu a {
    float: left;
    width: calc(25% - 1px);
    border-right: 1px solid #c8c8c8;
    height: 100%;
  }
  .l-main #main-column .smallwide-menu a img {
    width: 13px;
    display: block;
    margin: 8px auto 5px;
  }
  .l-main #main-column .smallwide-menu a span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }
  .l-main #main-column .smallwide-menu a:last-of-type {
    width: 25%;
    border: none;
  }
  .l-main #main-column .mainslider .slick-list {
    height: auto;
  }
  .l-main .slick-dots li {
    padding: 8px 5px 5px;
  }
  /*商品一覧*/
  .l-main #main-column .sp-item-list {
    display: block;
    max-width: 345px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .l-main #main-column .sp-item-list .sp-item-list-title {
    background: #505050;
    border-left: 5px solid #000;
    padding: 8px 0 10px 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
  }
  .l-main #main-column .option-list li {
    border-bottom: 1px solid #c8c8c8;
  }
  .l-main #main-column .option-list li a {
    padding: 15px 0 15px 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .l-main #main-column .option-list li img {
    width: 21px;
    margin-right: 10px;
    vertical-align: middle;
  }
  /*バナーリスト*/
  .l-main #main-column .sp-banner-list {
    max-width: 345px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .l-main #main-column .sp-banner-list a {
    display: block;
  }
  .l-main #main-column .sp-banner-list .sp-large-banner {
    margin-bottom: 8px;
  }
  .l-main #main-column .sp-banner-list .sp-small-banner {
    margin-bottom: 10px;
  }
  .l-main #main-column .sp-sns {
    margin: 20px 0 150px;
  }
  .l-main #main-column .sp-sns > div {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 20px;
  }
  .l-main #main-column .sp-sns > div a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-main #main-column .sp-sns > div a img {
    height: 35px;
    width: auto;
  }
  .l-main #main-column .sp-sns > div a:nth-of-type(1) img {
    height: 28px;
  }
  .l-main #main-column .sp-sns > div a:nth-of-type(2) img {
    height: 36px;
  }
  .l-main #main-column .sp-sns > div a:nth-of-type(5) {
    margin-right: 0;
  }
}
/*----------------
【共通】footer
-----------------*/
/*追従btn*/
footer .fix-btn {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1;
  background: #202974;
  padding: 17px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

footer .fix-btn .btn-main {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

footer .fix-btn #close {
  position: absolute;
  top: -15px;
  padding: 2.5px;
  color: #fff;
  background: #333;
  right: 195px;
  cursor: pointer;
  display: none;
}

footer .fix-btn ul {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #f7f7f7;
  width: 210px;
  display: none;
}

footer .fix-btn ul li {
  font-size: 14px;
  color: #333;
  border-bottom: 1px dotted #c8c8c8;
}

footer .fix-btn ul li a {
  display: block;
  padding: 16px 0;
}

footer .fix-btn ul li:not(.child) a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/top/rect.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 5px;
  height: 8px;
  margin: 0 5px 0 20px;
}

footer .fix-btn ul li.child a::before {
  content: "―";
  display: inline-block;
  padding: 0 5px 0 30px;
}

/*チャット画面*/
footer .chat-window {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 330px;
}

/*PC版フッター*/
footer .footer-border {
  background: #b62f2b;
  margin-top: 150px;
  position: relative;
}

footer .footer-border p {
  font-size: 18px;
  text-align: center;
  padding: 17px;
  font-weight: 700;
}

footer .footer-border p span {
  color: #fff;
}

footer .copyright {
  font-size: 11px;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  line-height: 1;
  margin-top: 0;
  display: block;
}

footer .footer-border a {
  position: absolute;
  width: 105px;
  top: -52px;
  right: 20px;
}

footer .footer-menu {
  display: flex;
  width: 1100px;
  margin: 40px auto;
}

footer .footer-menu-left {
  width: 220px;
}

footer .footer-menu-left a {
  display: block;
}

footer .footer-logo {
  margin-bottom: 30px;
}

footer .footer-tel {
  margin-bottom: 50px;
}

footer .footer-menu-sp {
  display: none;
}

footer .footer-menu-right {
  flex: 1;
}

footer .footer-menu-right > ul {
  display: flex;
  justify-content: flex-end;
}

footer .footer-menu-right > ul li {
  float: left;
}

footer .footer-menu-right > ul li ul {
  margin-bottom: 30px;
}

footer .footer-menu-right > ul li ul:last-of-type {
  margin-bottom: 0;
}

footer .footer-menu-right > ul li ul li {
  margin-right: 30px;
}

footer .footer-menu-right > ul li ul li:last-of-type {
  margin-right: 0;
}

footer .footer-menu-right > ul li a:not(.footer-menu-head) {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  margin-bottom: 15px;
}

footer .footer-menu-right > ul > li a:not(.footer-menu-head):last-of-type {
  margin-bottom: 0;
}

footer .footer-menu-right > ul li a:not(.footer-menu-head):hover {
  text-decoration: underline;
  opacity: 0.5;
  color: #202974;
}

footer .footer-menu-head {
  font-size: 16px;
  font-weight: 700;
  color: #202974;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}

footer .footer-menu-head.bottom-two {
  margin-top: 15px;
  clear: both;
}

footer .footer-menu-head::before {
  content: "";
  background-image: url(../images/top/rect.svg);
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  display: inline-block;
  padding-right: 6px;
}

footer .footer-menu-right > ul li a:not(.footer-menu-head)::before {
  content: "";
  background-image: url(../images/footer-arrow.svg);
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  display: inline-block;
  padding-right: 6px;
}

footer .footer-menu-two {
  margin: 0 55px;
}

footer .sns-link p {
  color: #333;
  font-size: 14px;
  padding: 0 0 5px;
  text-align: center;
}

footer .sns-link div {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .sns-link a {
  margin-right: 15px;
  opacity: 1;
}

footer .sns-link a:hover {
  opacity: 0.5;
}

footer .sns-link a:nth-of-type(3) footer .sns-link a img {
  width: auto;
}

footer .sns-link > div a:nth-of-type(1) img {
  height: 28px;
}

footer .sns-link > div a:nth-of-type(2) img {
  height: 36px;
}

footer .sns-link > div a:nth-of-type(3) img {
  height: 35px;
}

footer .sns-link > div a:nth-of-type(4) img {
  height: 35px;
}

footer .sns-link > div a:nth-of-type(5) img {
  height: 35px;
}

footer .fix-menu-contact {
  display: none;
}

/*中型PC～タブレット*/
@media screen and (max-width: 1130px) {
  footer .footer-menu-sp {
    display: block;
    width: 345px;
    margin: 30px auto;
  }
  footer .footer-menu-sp-head {
    border-top: 1px solid #c8c8c8;
    line-height: 1;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
  }
  footer .footer-menu-sp-head + ul {
    display: none;
  }
  footer .footer-menu-sp-list:last-of-type {
    border-bottom: 1px solid #c8c8c8;
  }
  footer .footer-menu-sp-list li {
    padding: 20px 0;
  }
  footer .footer-menu-sp-list li.footer-half {
    width: 50%;
    float: left;
  }
  footer .footer-menu-sp-list a {
    display: block;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
  }
  footer .footer-menu-sp-list .minus {
    display: none;
  }
  footer .footer-menu-sp-list .plus {
    display: block;
  }
  footer .footer-menu-sp-list .open-footer-sub .minus {
    display: block;
  }
  footer .footer-menu-sp-list .open-footer-sub .plus {
    display: none;
  }
  footer .footer-border p {
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0;
    width: 85%;
    margin: 0 auto;
  }
  footer .footer-border p span {
    position: relative;
    z-index: 1;
  }
  footer .footer-border a {
    width: 60px;
    top: -28px;
    right: 20px;
  }
  footer .chat-window {
    display: none;
  }
  footer .footer-menu {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  footer .footer-menu-left {
    margin: 0 auto;
    width: 160px;
  }
  footer .footer-menu-left .sns-link {
    display: none;
  }
  footer .footer-menu-right {
    display: none;
  }
  footer .footer-tel {
    margin-bottom: 0;
  }
  footer .menu-contact a {
    float: left;
    width: 50%;
    color: #fff;
    background: #505050;
    text-align: center;
  }
  footer .fix-menu-contact {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
  }
  .open footer .fix-menu-contact {
    display: none !important;
  }
  footer .fix-menu-contact a {
    float: left;
    width: 50%;
  }
  footer .fix-menu-contact a.access {
    padding: 17px 0;
    text-align: center;
    font-size: 16px;
    background: #d21c24;
    color: #fff;
    font-weight: 700;
  }
  footer .fix-menu-contact a.access img {
    width: 15px;
    margin-right: 7px;
  }
  footer .fix-menu-contact a.tel {
    width: calc(50% - 1px);
    border-left: 1px solid #c8c8c8;
    padding: 11px 0;
    background: #505050;
  }
  footer .fix-menu-contact a span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
  }
  footer .fix-menu-contact a span img {
    width: 12px;
    margin-right: 10px;
  }
  footer .fix-menu-contact a.tel span:last-of-type {
    font-size: 10px;
    font-weight: 400;
    padding-top: 2px;
  }
  footer .footer-border {
    margin-top: 0px;
  }
  footer .copyright {
    display: block;
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1131px) {
  footer .fix-menu-contact {
    display: none !important;
  }
  footer hr {
    display: none;
  }
}