@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3B3B3B;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

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

a:active {
  text-decoration: none;
  color: #3B3B3B !important;
}

a {
  text-decoration: none;
  color: #3B3B3B;
}
a:hover {
  opacity: 0.85;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.l_wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.p_section_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
}
.p_section_ttl span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p_moreBtn {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff !important;
  background: #3B3B3B;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  border: 1px solid #3B3B3B;
  transition: 0.3s ease;
  border-radius: 28px;
  padding: 13px 63px;
}
.p_moreBtn:hover {
  background: #fff;
  color: #3B3B3B !important;
}

.l_sectionTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .l_sectionTtl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .l_sectionTtl .p_moreBtn {
    display: none;
  }
}

.p_section_ttl {
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  border: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p_section_ttl span {
  margin-left: 16px;
  color: #C58B8B;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p_section_ttl span {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}

.p_productLists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width: 768px) {
  .p_productLists {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 8.5333333333vw;
  }
}

.p_productListImg {
  margin-bottom: 12px;
}
.p_productListImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

.p_productListTtl {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p_productListPrice {
  font-size: 12px;
  color: #959595;
}

.l_header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff !important;
  z-index: 1010;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.l_header.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  background: #fff;
  /* 背景を白に固定 */
  border-bottom: 1px solid #D5D5D5;
  transition: all 0.2s ease;
  animation: slideIn 0.2s forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

.p_header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_header {
    display: flex;
    padding: 0;
    justify-content: space-between;
  }
}

.p_headerInfo {
  display: flex;
  position: relative;
}

.p_headerInfo_ttl {
  background: #D8ADAD;
  color: #fff;
  padding: 7px 24px;
  font-size: 12px;
  box-sizing: border-box;
  width: 10%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .p_headerInfo_ttl {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .p_headerInfo_ttl {
    padding: 1.6vw 2.1333333333vw;
    font-size: 3.2vw;
    width: 30%;
  }
}

.p_headerInfo_txt {
  font-size: 12px;
  padding: 7px 20px;
  overflow-x: auto;
  position: relative;
  padding-right: 0;
  box-sizing: border-box;
  width: 90%;
  -ms-overflow-style: none;
  background: #E9E5E0;
}
.p_headerInfo_txt p {
  padding-right: 45px;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p_headerInfo_txt::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p_headerInfo_txt {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p_headerInfo_txt {
    padding: 1.6vw 2.1333333333vw;
    font-size: 3.2vw;
    width: 70%;
  }
}

.p_headerInfo_scroll {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0 24px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .p_headerInfo_scroll {
    display: none;
  }
}
.p_headerInfo_scroll img {
  vertical-align: bottom;
}

.p_headerAnnouncement {
  background: #5D5D5D;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .p_headerAnnouncement {
    padding: 2.1333333333vw;
  }
}
.p_headerAnnouncement p {
  font-size: 12px;
}
.p_headerAnnouncement p span {
  font-size: 14px;
}
.p_headerAnnouncement p sup {
  vertical-align: top;
}

.p_header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_header_main {
    padding: 10px 12px;
  }
  .p_header_main .p_header_mainMenu {
    display: none !important;
  }
}
.p_header_main.is_active {
  overflow: visible;
}

.p_header_mainMenuTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 16px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .p_header_mainMenuTop {
    padding-top: 0;
  }
}
.p_header_mainMenuTop .b_headerMenu {
  gap: 20px;
  margin-right: 24px;
}
.p_header_mainMenuTop .b_headerMenu_item a {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

.p_header_search {
  margin-right: 24px;
}

.b_headerMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .b_headerMenu {
    gap: 18px;
  }
}

.b_headerMenu_icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.b_headerMenu_icon li {
  position: relative;
}
.b_headerMenu_icon li a {
  font-family: "Noto Sans JP", sans-serif;
}

.p_header_mainLogo img {
  width: 246px;
}
@media screen and (max-width: 1200px) {
  .p_header_mainLogo img {
    width: 180px;
  }
}

.b_headerMenu_item a {
  font-size: 14px;
  position: relative;
  display: block;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  .b_headerMenu_item a {
    font-size: 12px;
  }
}
.b_headerMenu_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #231815;
  transition: all 0.3s ease;
}
.b_headerMenu_item a:hover::after {
  width: 100%;
}

.p_header_sub {
  display: flex;
  align-items: center;
}

.b_headerMenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .b_headerMenu {
    display: none;
  }
}

.b_header_iconMenu {
  display: flex;
  align-items: center;
}
.b_header_iconMenu a {
  display: block;
}
@media screen and (max-width: 1200px) {
  .b_header_iconMenu .e_account img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .b_header_iconMenu .e_account {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .b_header_iconMenu .e_favorite img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .b_header_iconMenu .e_favorite {
    display: none;
  }
}

.b_header_iconMenu_item.e_cart a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .b_header_iconMenu_item.e_cart a img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .b_header_iconMenu_item.e_cart a img {
    width: 26px;
  }
}

.e_cartText {
  font-size: 10px;
  margin-left: 4px;
}
@media screen and (max-width: 1200px) {
  .e_cartText {
    display: none;
  }
}

.p_header_accountPoint {
  font-size: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .p_header_accountPoint {
    display: none;
  }
}

.b_header_iconMenu_item a {
  margin-left: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .b_header_iconMenu_item a {
    margin-left: 14px;
  }
}

.l_header_nav {
  background: #f3efed;
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .l_header_nav {
    display: none;
  }
}
.l_header_nav::-webkit-scrollbar {
  height: 2px;
}
.l_header_nav::-webkit-scrollbar-track {
  background: #d4d4d4;
  border-radius: 0;
}
.l_header_nav::-webkit-scrollbar-thumb {
  background: #231815;
}

.b_header_nav {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  padding: 15px 25px;
}
.b_header_nav a {
  font-size: 14px;
  position: relative;
  display: block;
  white-space: nowrap;
}
.b_header_nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #231815;
  transition: all 0.3s ease;
}
.b_header_nav a:hover::after {
  width: 100%;
}

.b_header_nav_item {
  margin-right: 40px;
}

.b_headerSearch_formInput {
  border: none;
  padding: 13px 20px;
  width: 230px;
  border-radius: 20px;
  background: #f1f1f1;
}
@media screen and (max-width: 1200px) {
  .b_headerSearch_formInput {
    width: 200px;
  }
}
.b_headerSearch_formInput:focus {
  border: none;
  box-sizing: none;
  outline: none;
}
.b_headerSearch_formInput::-moz-placeholder {
  color: #a1a1a1;
}
.b_headerSearch_formInput::placeholder {
  color: #a1a1a1;
}

.b_headerSearch_form {
  position: relative;
}

.b_headerSearch_form button {
  background: unset;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 20px;
}

.e_menuBtn {
  outline: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.e_menuBtn_line {
  background: #231815;
  height: 1px;
  width: 30px;
  display: block;
}
.e_menuBtn_line:nth-child(2) {
  margin: 9px 0;
}

.p_header_spNav {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_header_spNav {
    display: flex;
    align-items: center;
  }
}

.p_header_btn {
  margin-right: 12px;
  line-height: 1;
}

.p_hamburgerNav {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: -100;
  transition: all 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none !important;
}
@media screen and (max-width: 768px) {
  .p_hamburgerNav {
    display: block !important;
  }
}
.p_hamburgerNav.is_active {
  z-index: 1001;
  opacity: 1;
}
.p_hamburgerNav .p_hamburgerNav_top {
  padding: 6.4vw;
}
.p_hamburgerNav .p_hamburgerNav_close button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  padding-top: 4px;
}
.p_hamburgerNav .p_hamburgerNav_point {
  font-size: 3.4vw;
  line-height: 1.5;
}
.p_hamburgerNav .p_hamburgerNav_icon {
  border-top: 1px solid #231815;
}
.p_hamburgerNav .p_hamburgerNav_iconBox {
  display: flex;
  flex-wrap: wrap;
}
.p_hamburgerNav .p_hamburgerNav_icon {
  width: 50%;
  border: 1px solid #fff;
}
.p_hamburgerNav .p_hamburgerNav_icon a {
  padding: 6vw 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9E5E0;
}
.p_hamburgerNav .p_hamburgerNav_icon a img {
  width: 34px;
  margin-right: 15px;
}
.p_hamburgerNav .p_hamburgerNav_icon a span {
  font-size: 14px;
}
.p_hamburgerNav .p_hamburgerNav_cart {
  width: 100%;
  border-top: 1px solid #231815;
}
.p_hamburgerNav .p_hamburgerNav_account {
  border-left: 1px solid #231815;
}
.p_hamburgerNav .p_hamburgerNav_inner {
  width: 86%;
  margin-left: auto;
  background: #fff;
  padding-top: 32vw;
}
.p_hamburgerNav .b_headerMenu {
  display: block;
  border-top: 1px solid #EAEAEA;
}
.p_hamburgerNav .b_headerMenu .b_headerMenu_item {
  border-bottom: 1px solid #EAEAEA;
}
.p_hamburgerNav .b_headerMenu .b_headerMenu_item a {
  font-size: 14px;
  padding: 5.3333333333vw 6.6666666667vw;
}
.p_hamburgerNav .b_headerMenu .b_headerMenu_item a::after {
  display: none;
}
.p_hamburgerNav .b_headerMenu:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 4vw !important;
}
.p_hamburgerNav .b_headerMenu:nth-of-type(2) .b_headerMenu_item {
  margin-top: 0;
  margin-right: 7.333vw;
  margin-bottom: 7.333vw;
}

.p_hamburgerNav_rank {
  margin-bottom: 16px;
}
.p_hamburgerNav_rank p {
  display: flex;
  justify-content: center;
  font-size: 14px;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px 0;
}
.p_hamburgerNav_rank .name {
  font-size: 18px;
  margin-right: 8px;
}
.p_hamburgerNav_rank .rank {
  font-size: 12px;
  color: #959595;
  margin-left: 8px;
}

.p_hamburgerNav_ship {
  color: #D8ADAD;
  border: 1px solid #D8ADAD;
  padding: 8px;
  margin-bottom: 16px;
  text-align: center;
}

.p_hamburgerNav_mypageBtn {
  display: block;
  text-align: center;
  background: #3b3b3b;
  font-size: 14px;
  padding: 17px 20px;
  border-radius: 32px;
  color: #fff !important;
}

.p_hamburgerNav_btnBox {
  display: flex;
  justify-content: space-between;
  padding: 6.4vw;
  gap: 20px 0;
  align-items: center;
  flex-wrap: wrap;
}

.p_hamburgerNav_btnBox_item {
  width: 48.5%;
  padding: 12px 20px;
  border: 1px solid #3B3B3B;
  text-align: center;
  font-size: 12px;
  border-radius: 44px;
}

.b_hamburgerNav_category {
  border-bottom: 1px solid #EAEAEA;
}

.b_hamburgerNav_categoryItem {
  border-bottom: 1px solid #EAEAEA;
}

.b_hamburgerNav_categoryItem_ttl {
  padding: 5.3333333333vw 6.6666666667vw;
  font-size: 14px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: 24px;
  background-position: 94%;
}
.b_hamburgerNav_categoryItem_ttl.is-active {
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: 24px;
  background-position: 94%;
}

.b_hamburgerNav_categoryItem_contents {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.b_hamburgerNav_categoryItem_contents > ul {
  padding: 6.6666666667vw;
}
.b_hamburgerNav_categoryItem_contents > ul > li {
  margin-top: 4px;
}
.b_hamburgerNav_categoryItem_contents > ul > li a {
  font-size: 14px;
  padding: 4.2666666667vw;
  background: #E9E5E0;
  display: block;
}
.b_hamburgerNav_categoryItem_contents > ul > li ul {
  background: #E9E5E0;
  padding-left: 20px;
  padding-bottom: 30px;
}
.b_hamburgerNav_categoryItem_contents > ul > li ul li {
  position: relative;
  padding-left: 14px;
}
.b_hamburgerNav_categoryItem_contents > ul > li ul li::before {
  content: "";
  display: block;
  height: 1px;
  width: 6px;
  background: #9B9B9B;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.b_hamburgerNav_categoryItem_contents > ul > li ul a {
  padding: 8px;
}

.b_hamburgerNav_merumaga {
  padding: 6.4vw;
  border-radius: 8px;
}
.b_hamburgerNav_merumaga a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/bg_subtract.png) no-repeat;
  background-size: cover;
  padding: 4.8vw 2.6666666667vw;
  gap: 24px;
}
.b_hamburgerNav_merumaga .contents .ttl {
  font-size: 16px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.2em;
}
.b_hamburgerNav_merumaga .contents .txt {
  font-size: 12px;
  color: #9E9E9E;
}

.b_hamburgerNav_footer {
  padding: 10.6666666667vw 6.6666666667vw;
  background: #3B3B3B;
}

.b_hamburgerNav_footerMenu {
  margin-bottom: 6.6666666667vw;
}
.b_hamburgerNav_footerMenu li a {
  color: #fff;
  font-size: 12px;
}
.b_hamburgerNav_footerMenu li + li {
  margin-top: 4.2666666667vw;
}

.b_hamburgerNav_footerSns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p_header_btn {
  height: 100%;
  margin: 0;
}

.p_header_spNavIcon {
  padding: 0 10px;
  position: relative;
}
.p_header_spNavIcon .e_searchClose {
  height: 52px !important;
}

@media screen and (max-width: 768px) {
  .p_header_spNavIcons {
    display: flex;
    align-items: center;
  }
}

.menu-button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 56px;
  padding: 0 10px;
  background: #3B3B3B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-bottom-left-radius: 12px;
}

.menu-txt {
  color: #fff;
  font-weight: 600;
  font-size: 9px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}

.menu-icon {
  display: block;
  width: 26px;
  height: 2px;
  position: relative;
  margin-top: 10px;
}

/* 上下2本線 */
.menu-icon::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background: #D9D9D9;
  position: absolute;
  top: -5px;
  /* 調整して適切な位置に */
  transition: 0.3s;
}

.menu-icon::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background: #D9D9D9;
  position: absolute;
  top: 5px;
  /* 調整して適切な位置に */
  transition: 0.3s;
}

/* メニュー開いたときのアニメーション */
.menu-open .menu-icon {
  background: transparent;
}

.menu-open .menu-icon::before {
  top: 0;
  transform: rotate(20deg);
}

.menu-open .menu-icon::after {
  top: 0;
  transform: rotate(-20deg);
}

.e_fixed {
  display: none;
}

.is_fixed .e_fixed {
  display: block;
}

.e_cart {
  position: relative;
}

.item-counter {
  position: absolute;
  top: 0;
  background: #000;
  right: 0;
  font-size: 9px;
  color: #fff;
  background: #9E0707;
  border-radius: 50%;
  font-family: "Josefin Sans", sans-serif;
  width: 14px;
  height: 14px;
  display: flex;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .item-counter {
    right: 10px;
  }
}

.megamenu {
  position: fixed;
  top: 203px;
  left: 0;
  width: 100%;
  background: #f3efed;
  padding: 30px 30px;
  opacity: 0;
  display: none;
  transition: 0.5s ease;
  padding: 50px;
  background: #F1F1F1;
}
.megamenu.is_active {
  opacity: 1;
  display: flex;
}

@media screen and (max-width: 768px) {
  .megamenu {
    display: none !important;
  }
}
.megamenuWrap {
  max-width: 1040px;
  margin: 0 auto;
}

.megamenu_imgBox {
  width: 100%;
  gap: 24px;
}

.megamenu_lists {
  width: 100%;
}

.megamenu_imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .megamenu_imgBox {
    flex-wrap: wrap;
    gap: 24px;
  }
}

.megamenu_img {
  display: block;
  max-width: 15%;
}
.megamenu_img span {
  display: block;
  text-align: center;
  margin: 5px auto 0;
  font-size: 14px;
  font-weight: bold;
}
.megamenu_img::after {
  display: none !important;
}

.megamenu_sub {
  display: none;
  /* 初期状態では非表示 */
}

.megamenu_sub {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C3C3C3;
}

.megamenu_lists {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}

.megamenu_subTtl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.megamenu_list {
  font-size: 14px;
}

.p_header_mainMenuBottom .b_headerMenu_item {
  padding-bottom: 16px;
  border-bottom: 4px solid #fff;
}

.megamenuOpen {
  padding-bottom: 24px;
  box-sizing: border-box;
}
.megamenuOpen a::after {
  display: none;
}
.megamenuOpen.is_active {
  border-bottom: 4px solid #5D5D5D;
}

.is_hidden {
  display: none;
}

.is_fixed .p_headerInfo,
.is_fixed .p_headerAnnouncement {
  display: none !important;
}
.is_fixed .p_header_mainMenu {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 24px;
}
.is_fixed .p_header_mainMenuTop {
  margin-bottom: 0;
  padding-top: 10px;
}
.is_fixed .p_header_mainMenuTop .p_header_search {
  display: none;
}
.is_fixed .p_header_mainMenuTop .b_headerMenu {
  display: none;
}
.is_fixed .p_header_mainLogo img {
  width: 135px;
}
.is_fixed .b_headerMenu_item {
  padding-top: 24px;
}
.is_fixed .megamenu {
  top: 65px;
}
.is_fixed .is_hidden {
  display: block;
}

.e_searchOpen {
  padding: 0 6px;
}
.e_searchOpen .e_searchClose {
  display: none;
  position: absolute;
  text-align: center;
  z-index: 2;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f1f1f1;
  width: 100%;
  height: 70px;
}
.e_searchOpen.is_active .e_searchClose {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p_searchNav {
  display: none;
}

.p_searchNav {
  z-index: -100;
  opacity: 0;
  top: 65px;
  position: fixed;
  right: 0;
  border-bottom-left-radius: 24px;
  background: #F1F1F1;
  width: 375px;
}
@media screen and (max-width: 768px) {
  .p_searchNav {
    top: 51px;
    width: 100%;
    border-radius: 0;
  }
}
.p_searchNav.is_active {
  opacity: 1;
  z-index: 10000;
  animation: slideIn 0.2s forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.p_searchNav .p_header_search {
  width: 100%;
  padding: 12px;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p_searchNav .p_header_search {
    background: #E9E5E0;
  }
}
.p_searchNav .b_headerSearch_formInput {
  background: #fff;
  width: 100%;
}
.p_searchNav .p_header_searchHotWord {
  display: none;
}
.p_searchNav.is_on .p_header_searchHotWord {
  display: block;
}

.is_fixed + .p_searchNav {
  display: block;
}

input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: 30px;
  /* 右にずらす */
}

.p_header_spNavBottom {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_header_spNavBottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px;
    justify-content: space-between;
  }
}
.p_header_spNavBottom .p_header_search {
  width: 80%;
  margin-right: 0;
}
.p_header_spNavBottom .b_headerSearch_formInput {
  width: 100%;
}
.p_header_spNavBottom .p_header_searchHotWord {
  display: none;
  width: 100%;
}
.p_header_spNavBottom.is_active {
  background: #E9E5E0;
}
.p_header_spNavBottom.is_active .b_headerSearch_formInput {
  background: #fff;
}
.p_header_spNavBottom.is_active .p_header_searchHotWord {
  display: block;
}

.p_header_spNavFavorite {
  text-align: center;
  font-size: 10px;
}
.p_header_spNavFavorite a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.p_header_spNavFavorite img {
  margin: 0 auto;
}

.is_fixed .p_header_spNavBottom {
  display: none !important;
}

.p_header_searchHotWord {
  padding: 20px;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p_header_searchHotWord {
    padding: 20px 12px;
    background: #E9E5E0;
  }
}
.p_header_searchHotWord .p_hotWord_ttl {
  display: flex;
  align-items: center;
}
.p_header_searchHotWord .p_hotWord_ttl span {
  margin-left: 10px;
}

.menu-open .p_header_spNavBottom {
  display: none;
}

.megamenu_pattern .megamenu_img,
.megamenu_color .megamenu_img {
  width: 70px;
}

.b_hotWord_lists {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .b_hotWord_lists {
    margin-top: 6.4vw;
  }
}

.b_hotWord_lists {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 8px;
  margin: 0 !important;
}

.b_hotWord_list {
  list-style: none !important;
}
.b_hotWord_list a {
  display: block;
  color: #3B3B3B;
  background: #F9F8F8;
  border-radius: 2px;
  font-size: 12px;
  padding: 8px 10px;
}
@media screen and (max-width: 768px) {
  .b_hotWord_list a {
    padding: 5px 8px;
    font-size: 3.2vw;
  }
}

.close_btn {
  position: absolute;
  right: -5px;
  top: 22px;
  cursor: pointer;
}

.megamenu_main {
  margin-bottom: 30px;
}
.megamenu_main ul {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(4, 1fr);
}
.megamenu_main ul li a {
  border: 2px solid #C58B8B;
  background: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #C58B8B;
  transition: 0.3s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.megamenu_main ul li a:hover {
  background: #C58B8B;
  color: #fff;
  opacity: 1;
}

.megamenu_main {
  width: 100%;
}

.megamenuWrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.megamenu_imgBox {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(6, 1fr);
}
.megamenu_imgBox .megamenu_img {
  display: block;
  text-align: center;
  padding-bottom: 15px;
  font-size: 16px;
  color: #3B3B3B;
  max-width: unset;
  border-bottom: 1px solid #D5D5D5;
}
.megamenu_imgBox .megamenu_img span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.megamenu_imgBox .megamenu_img.active {
  font-weight: bold;
  color: #C58B8B;
  border-bottom: 1px solid #C58B8B;
}

.megamenu__lists {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(7, 1fr);
}

.megamenu_sub {
  border-top: 0;
}

.l_footerContact {
  padding: 55px 40px;
  background: #E9E5E0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l_footerContact {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}

.p_footerContact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p_footerContact_item {
  width: 48.5%;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_footerContact_item {
    width: 49%;
  }
}
.p_footerContact_item a {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_footerContact_item a {
    padding: 10.6666666667vw 5.3333333333vw;
    display: block;
  }
}

.p_footerContact_itemContents {
  text-align: left;
}

.p_footerContact_itemTtl {
  font-size: 24px;
  font-weight: normal;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p_footerContact_itemTtl {
    font-size: 5.3333333333vw;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 1.3333333333vw auto;
  }
}

.p_footerContact_itemSubTtl {
  font-size: 14px;
  color: #C58B8B;
}
@media screen and (max-width: 768px) {
  .p_footerContact_itemSubTtl {
    font-size: 3.2vw;
    text-align: center;
  }
}

.l_footerMagazine {
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  .l_footerMagazine {
    padding: 6.6666666667vw;
  }
}

.p_footerMagazine {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: url(../img/common/bg_subtract.png) no-repeat;
  background-size: cover;
  padding: 40px 40px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p_footerMagazine {
    padding: 10.6666666667vw;
  }
}
.p_footerMagazine .p_moreBtn {
  margin: 0 auto;
}

.p_footerMagazine_icon {
  margin-bottom: 8px;
}

.p_footerMagazine_ttl {
  font-size: 24px;
  font-weight: normal;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_footerMagazine_ttl {
    font-size: 5.3333333333vw;
  }
}

.p_footerMagazine_subTtl {
  font-size: 14px;
  color: #C58B8B;
}
@media screen and (max-width: 768px) {
  .p_footerMagazine_subTtl {
    font-size: 3.2vw;
  }
}

.p_footerMagazine_txt {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p_footerMagazine_txt {
    font-size: 3.2vw;
  }
}

.l_footer {
  padding: 40px 40px;
  background: #595652;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l_footer {
    padding: 10.6666666667vw;
  }
}

.p_footer_main {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p_footer_mainLogo {
    display: none;
  }
}
.p_footer_mainLogo img {
  width: 178px;
}

@media screen and (max-width: 768px) {
  .p_footer_nav {
    display: flex;
    flex-direction: column-reverse;
  }
}

.b_footer_mainSns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .b_footer_mainSns {
    margin-top: 2.6666666667vw;
  }
}

.b_footerNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .b_footerNav {
    display: block;
  }
}

.b_footerNav_item a {
  color: #fff !important;
  font-size: 12px;
  position: relative;
}
.b_footerNav_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
.b_footerNav_item a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .b_footerNav_item {
    text-align: center;
  }
  .b_footerNav_item + li {
    margin-top: 6.6666666667vw;
  }
}

.b_copyright {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}

body {
  padding-top: 220px !important;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 42.6666666667vw !important;
  }
}

#contents {
  max-width: 1040px !important;
}

#main-column {
  width: 770px !important;
}
@media screen and (max-width: 768px) {
  #main-column {
    width: 100% !important;
  }
}

#sub-column {
  width: 230px !important;
}
@media screen and (max-width: 768px) {
  #sub-column {
    width: 100% !important;
    display: none !important;
  }
}

div#cart-footer div.cart-nav, footer nav, #copyright {
  font-size: 100% !important;
  float: unset !important;
}

section.userreview table.userreview_list td.userreview_rate {
  font-size: 0 !important;
}

#bread-crumb-listTop ol li {
  font-size: 100% !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.bread-crumb-listCate ol li {
  font-size: 100% !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.p_sideNav_top {
  border-top: 1px solid #D5D5D5;
  padding: 25px;
}
.p_sideNav_top .name {
  text-align: center;
  font-size: 14px;
  margin-bottom: 12px;
}
.p_sideNav_top .name span {
  font-size: 18px;
  margin-right: 6px;
}
.p_sideNav_top .shopping {
  text-align: center;
  border: 1px solid #C58B8B;
  color: #C58B8B;
  padding: 8px 12px;
  font-size: 14px;
  margin-bottom: 12px;
}
.p_sideNav_top .mypage_btn {
  padding: 13px 0;
  border-radius: 32px;
  color: #fff;
  background: #3B3B3B;
  display: block;
  text-align: center;
}

.p_sideNav_search {
  border-top: 1px solid #D5D5D5;
  padding: 25px 16px;
}
.p_sideNav_search .b_headerSearch_formInput {
  max-width: 100%;
}
.p_sideNav_search .b_headerSearch_form button {
  padding: 0 10px;
}

.p_sideNav_category {
  padding: 24px 16px;
  border-top: 1px solid #D5D5D5;
}

.b_sideNavMenu {
  display: block;
  border-top: 1px solid #EAEAEA;
}
.b_sideNavMenu .b_sideNavMenu_item {
  border-bottom: 1px solid #EAEAEA;
}
.b_sideNavMenu .b_sideNavMenu_item a {
  font-size: 14px;
  padding: 20px 16px;
  display: block;
  font-weight: normal;
}

.b_sideNav_category {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 24px;
}

.b_sideNav_categoryItem {
  border-bottom: 1px solid #EAEAEA;
}

.b_sideNav_categoryItem_ttl {
  padding: 20px 16px;
  font-size: 14px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: 24px;
  background-position: 94%;
  cursor: pointer;
}
.b_sideNav_categoryItem_ttl.is-active {
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: 24px;
  background-position: 94%;
}

.b_sideNav_categoryItem_contents {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.b_sideNav_categoryItem_contents > ul {
  padding: 16px;
  padding-top: 0;
}
.b_sideNav_categoryItem_contents > ul > li {
  margin-top: 4px;
}
.b_sideNav_categoryItem_contents > ul > li a {
  font-size: 14px;
  padding: 16px;
  background: #F6F6F6;
  display: block;
}
.b_sideNav_categoryItem_contents > ul > li ul {
  background: #F6F6F6;
  padding-left: 20px;
  padding-bottom: 10px;
}
.b_sideNav_categoryItem_contents > ul > li ul li {
  position: relative;
  padding-left: 14px;
}
.b_sideNav_categoryItem_contents > ul > li ul li::before {
  content: "";
  display: block;
  height: 1px;
  width: 6px;
  background: #9B9B9B;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.b_sideNav_categoryItem_contents > ul > li ul a {
  padding: 8px;
}

.p_sideNav_categoryTtl {
  font-family: "Josefin Sans", sans-serif;
  color: #3B3B3B;
  letter-spacing: 0.2em !important;
  text-transform: capitalize;
  margin-bottom: 8px;
  padding: 0 !important;
  font-size: 18px !important;
}

.p_sideNav_categorySubTtl {
  display: block;
  color: #C8C8C8;
  font-size: 12px;
  margin-bottom: 16px;
}

.b_sideNav_categoryLists {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.b_sideNav_categoryList a {
  display: block;
  color: #3B3B3B;
  background: #F9F8F8;
  border-radius: 2px;
  font-size: 12px;
  padding: 5px 8px;
}

.p_sideNav_bnr {
  display: block;
  margin-bottom: 24px;
}
.p_sideNav_bnr img {
  width: 100%;
}
.p_sideNav_bnr.mb0 {
  margin-bottom: 0;
}

#itemDetail-cont table.matrix tr:first-child td, #itemDetail-cont table.matrix tr td:first-child {
  background: none !important;
}

#itemDetail-cont table.matrix tr td {
  border: none !important;
}

section#itemDetail-wrap table.spec tbody {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px;
}

@media screen and (max-width: 768px) {
  section#itemDetail-wrap table.spec .matrix tbody {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}

section#itemDetail-wrap table.spec tr {
  display: flex !important;
  flex-direction: column !important;
  position: relative;
}
section#itemDetail-wrap table.spec tr.date {
  display: none !important;
}

section#itemDetail-wrap table.spec tr:first-child {
  width: 100% !important;
  border: none !important;
}

section#itemDetail-wrap table.spec .quantityArea tr:first-child td:nth-child(2) {
  display: none !important;
}

section#itemDetail-wrap #spsVarpriceBox table.spec tr:first-child td:nth-child(2) {
  display: inline !important;
}

section#itemDetail-wrap #spsVarpriceBox table.spec tr {
  display: table !important;
}

.matrix_header {
  font-size: 14px !important;
}

#itemDetail-cont table.matrix td div[id^=pos_] {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  overflow: overlay;
}

section#itemDetail-wrap table.spec .matrix tr {
  border: #DDDDDD 1px solid;
  font-size: 12px !important;
  border-radius: 5px;
}

section#itemDetail-wrap table.spec .matrix {
  width: 100%;
}

.matrix_header {
  font-size: 12px !important;
  font-weight: normal !important;
}

section#itemDetail-wrap table.spec tr:first-child .matrix_header {
  font-size: 14px !important;
}

#itemDetail-wrap #spsVarpriceBox > div {
  background: #fff !important;
  padding: 0 !important;
}

section#itemDetail-wrap #spsVarpriceBox table.spec th {
  width: 20% !important;
  line-height: 2 !important;
}

section#itemDetail-wrap #spsVarpriceBox table.spec td input {
  border-radius: 5px !important;
  text-align: center;
  width: 200px !important;
  font-size: 12px !important;
  position: relative;
}

#itemDetail-cont table.matrix td div[id^=pos_]::after {
  content: "";
}

.quantityArea, section#itemDetail-wrap table.spec {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .quantityArea, section#itemDetail-wrap table.spec {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .quantityArea {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSのスムーズスクロール対応 */
    padding-bottom: 20px;
  }
  .matrix {
    display: block;
    white-space: nowrap;
  }
  .matrix tr {
    display: inline-block;
    vertical-align: top;
  }
  .matrix td {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd; /* 必要に応じて調整 */
  }
  .itemThumb {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSのスムーズスクロール対応 */
  }
  .itemThumb ul {
    width: -moz-max-content !important;
    width: max-content !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px;
  }
  .itemThumb ul li {
    width: 65px !important;
    height: 65px !important;
    float: unset !important;
  }
}
.freearea {
  margin: 0 !important;
  padding: 0 !important;
}

div.footer {
  display: none !important;
}

section#itemDetail-wrap table.spec > tbody > tr:not([class]) {
  width: 100% !important;
}

.option_area {
  width: 100% !important;
}

.option_area + tr {
  width: 100% !important;
}

.ui-dialog {
  z-index: 10000 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.b_headerSearch_formInput {
  font-size: 16px !important;
}

.p_header_searchHotWord {
  position: relative;
}

.p_searchNav .close_btn {
  right: 5px;
  top: 20px;
}

section#itemDetail-wrap table.spec td input {
  font-size: 16px !important;
}

article a:hover p,
div.cart-article a:hover p {
  background: transparent !important;
}

.column4 p.price, .column5 p.price, .column4 .fixed, .column5 .fixed, .column4 p.fx_price, .column5 p.fx_price {
  margin-bottom: 0.2em;
}

.column4 p.sp_price, .column5 p.sp_price {
  color: #9E0707 !important;
}

p.sp_price span.special_price_str, p.sp_price span.selling_price_str, p.sp_price span.selling_price, p.sp_price span.taxin, p.sp_price span.discount_rate {
  color: #9E0707 !important;
}

.column4 p.sps-itemList-stockDisp, .column5 p.sps-itemList-stockDisp {
  background: #9E0707;
}

@media screen and (max-width: 480px) {
  article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2 {
    font-size: 80% !important;
    line-height: 125%;
  }
}
#itemList_wrap #pager-top ul li, #itemList_wrap #pager-bm ul li {
  font-size: 120% !important;
}

@media screen and (max-width: 480px) {
  .pagerlist {
    margin-top: 20px;
  }
}
#itemDetail-cont table.matrix td div.radio_on {
  background: none;
}

#itemDetail-cont table.matrix td div[id^=pos_] {
  opacity: 0 !important;
}

section#itemDetail-wrap table.spec .matrix tr.on {
  background: #3B3B3B;
}

section#itemDetail-wrap table.spec .matrix tr.on td {
  color: #fff !important;
}

#contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02, #contact #center1 .centerbox .mainCont .step_navi03, #contact #center1 .centerbox .mainCont .step_navi04 {
  height: 80px !important;
  width: 300px !important;
  max-width: 100% !important;
}

#contact #center1 .centerbox .mainCont .step_navi01 {
  background-size: contain;
}

#contact #center1 .centerbox .mainCont .step_navi02 {
  background-size: contain;
}

#contact #center1 .centerbox .mainCont .step_navi03 {
  background-size: contain;
}

#contact #center1 .centerbox .mainCont .step_navi04 {
  background-size: contain;
}

#center-seo input[type=submit], #center-seo input[type=button], #center3 input[type=submit], #center3 input[type=button], #contact #center1 .centerbox .mainCont input[type=button], #contact #center1 .centerbox .mainCont input[type=submit] {
  background: #9C0704 !important;
}

p.sp_price span {
  color: #9E0707 !important;
}/*# sourceMappingURL=style.css.map */