@charset "UTF-8";
:root {
  --base-color: #fff;
  --main-color: #e3e3e3;
  --accent-color: #000080;
  --sub-color: #4d4d4d;
  --light-gray: #f2f2f2;
  --base-font-color: #333;
  --accsent-font-color: #000080;
  --separate-line-color: #e6e6e6;
  --info-color: #99d8df;
  --warn-color: #dfde99;
  --alert-color: #e2b5aa;
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
}
.anchor_target {
  transform: translateY(-230px);
  display: inline-block;
}

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

.text-left {
  text-align: left;
}

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

.d-flex {
  display: flex;
}

.fc-red {
  color: #cc0000;
}

.round_btn {
  border-radius: 50px;
}

body .btn-accent {
  background-color: var(--accent-color);
  color: #fff;
}

.btn-accent-outline {
  color: var(--accent-color);
  border: solid 2px var(--accent-color);
}

.icon {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.icon-account {
  background-image: url(../../image/common/icon/account.svg);
}
.icon-book {
  background-image: url(../../image/common/icon/book.svg);
}
.icon-cart {
  background-image: url(../../image/common/icon/cart.svg);
}
.icon-hamburger {
  background-image: url(../../image/common/icon/hamburger.svg);
}
.icon-mail {
  background-image: url(../../image/common/icon/mail.svg);
}
.icon-plus {
  background-image: url(../../image/common/icon/plus.svg);
}
.icon-star {
  background-image: url(../../image/common/icon/star.svg);
}
.icon-question {
  background-image: url(../../image/common/icon/question.svg);
}
.icon-login {
  background-image: url(../../image/common/icon/login.svg);
}
.icon-login-white {
  background-image: url(../../image/common/icon/login-white.svg);
}
.icon-logout {
  background-image: url(../../image/common/icon/logout.svg);
}
.icon-logout-white {
  background-image: url(../../image/common/icon/logout-white.svg);
}
.icon-signup {
  background-image: url(../../image/common/icon/signup.svg);
}
.icon-signup-white {
  background-image: url(../../image/common/icon/signup-white.svg);
}
.icon-catalog {
  background-image: url(../../image/common/icon/catalog.svg);
}
.icon-list {
  background-image: url(../../image/common/icon/list.svg);
}

.__is-member #main_login_area {
  display: none;
}

@media screen and (min-width: 600px) {
  .anchor-link {
    display: block;
    height: 1px;
    padding-top: 200px;
    margin-top: -200px;
  }
}
@media screen and (max-width: 599px) {
  .anchor-link {
    display: block;
    height: 1px;
    padding-top: 100px;
    margin-top: -100px;
  }
}

body {
  font-family: "Meiryo", "メイリオ", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  background-color: var(--base-color);
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: var(--base-font-color);
  text-decoration: none;
}

a:hover {
  transition: all 0.2s;
  opacity: 0.9;
}

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

/*===========================
  ★ Bcart initial
*/
#trial-banner-margin ~ #trial-banner {
  display: none !important;
}

.c-alert.c-alert--success {
  background-color: rgba(196, 216, 223, 0.4588235294);
}

.main.main--home section.__block.__block--news .__body ul li {
  line-height: 2.2em;
  padding: 10px;
}

.main.main--home section.__block.__block--news .__body ul li > a {
  position: relative;
}

.main.main--home section.__block.__block--news .__body ul li > a::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0px 5px 7px;
  border-color: transparent transparent transparent var(--separate-line-color);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.p-form-table tr.__is-required > th:after {
  background-color: var(--accent-color);
}

.jconfirm .jconfirm-box {
  border-top: none !important;
  padding: 15px 15px 5px;
}

.jconfirm .jconfirm-box .jconfirm-content-pane {
  margin-bottom: 0px !important;
}

.jconfirm .jconfirm-box .jconfirm-title {
  font-weight: bold;
  text-align: center;
  font-size: 16px !important;
  padding: 0px;
}

.jconfirm .jconfirm-box .__link {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 15px 15px;
  border: solid 1px var(--separate-line-color);
  border-radius: 5px;
}

.jconfirm .jconfirm-box .__link::before {
  content: "";
  background-image: url(../../image/common/icon/cart.svg);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
  vertical-align: middle;
}

.main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-order .__button {
  background-color: var(--accent-color);
}

.main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-estimate .__button {
  background-color: #fff;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  font-weight: bold;
}

.p-product-block ul.__product li.__item {
  width: 25%;
}

@media screen and (max-width: 599px) {
  .p-product-block.p-product-block--compact ul.__product li.__item {
    width: 50%;
  }
  .p-product-block ul.__product li.__item {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  body {
    margin-top: 170px;
  }
  body .wrapper.wrapper--column-2 .__inner {
    padding: 0;
    margin-bottom: 100px;
    padding: 0px 0px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  body .wrapper.wrapper--column-2 .__inner .__content-home-top {
    flex: 0 0 auto;
    width: 100%;
  }
  body .wrapper.wrapper--column-2 .__inner .main {
    width: 75%;
    max-width: 1000px;
    margin-right: auto;
    float: none;
    order: 3;
  }
  body .wrapper.wrapper--column-2 .__inner .aside {
    width: 25%;
    max-width: 280px;
    margin-left: auto;
    float: none;
    order: 2;
  }
  .gnav-pc .__menu {
    width: 100%;
    max-width: 100%;
  }
  .body-home .wrapper .__inner {
    width: 100%;
    max-width: 100%;
  }
  .layout {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin-top: 56px;
  }
  body .wrapper .__inner {
    padding: 20px 0;
  }
  body .wrapper .__inner .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none !important;
  }
  body .wrapper .__inner .aside {
    display: none;
  }
  body.body-home .wrapper .__inner {
    padding: 0px 0 20px;
  }
  body .__search--keyword {
    display: none;
  }
}
.c-button-submit,
a.c-button-submit {
  background-color: var(--accent-color);
}

.c-more {
  width: fit-content;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  border: solid 1px var(--base-font-color);
  border-radius: 50px;
  font-weight: bold;
}

.c-more a {
  display: inline-block;
  padding: 10px 50px;
}

.aside section.__block.__block--login.__is-guest .__body .__login-link .__link {
  color: #fff;
  background-color: var(--accent-color);
  font-weight: bold;
  padding-left: 3.5em;
  padding-right: 3.5em;
  border-radius: 2em;
}

@media screen and (min-width: 600px) {
  #main_login_area {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  #main_login_area .login_btn_body {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #main_login_area .login_btn_body a {
    display: flex;
    width: 260px;
    text-align: center;
    margin: 0 10px;
    padding: 10px 10px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
  #main_login_area .login_btn_body a.btn-accent {
    color: #fff;
  }
  #main_login_area .login_btn_body a.btn-accent-outline {
    color: var(--accent-color);
  }
}
@media screen and (max-width: 599px) {
  #main_login_area {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  #main_login_area .login_btn_body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
  }
  #main_login_area .login_btn_body a {
    display: flex;
    width: 100%;
    min-width: 200px;
    text-align: center;
    margin: 0 10px;
    padding: 15px 50px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
  #main_login_area .login_btn_body a + a {
    margin-top: 10px;
  }
  #main_login_area .login_btn_body a.btn-register {
    color: var(--base-font-color);
  }
  #main_login_area .login_btn_body a.btn-login {
    color: #fff;
  }
  #main_login_area .login_btn_body a.btn-accent-outline {
    color: var(--accent-color);
    border: solid 2px var(--accent-color);
  }
  #main_login_area .login_btn_body a.btn-accent {
    color: #fff;
    background-color: var(--accent-color);
  }
}
@media screen and (min-width: 600px) {
  /*====================================
    ★ Header
  ====================================*/
  header.header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    will-change: transform;
    transition: transform 0.25s;
    z-index: 995;
  }
  header.header.js--hide {
    transform: translateY(-102%);
  }
  header .gnav-pc .__menu {
    max-width: 100%;
  }
  #header {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    position: relative;
  }
  #header .header_top {
    padding: 5px 30px;
    display: flex;
    height: 80px;
  }
  #header .shop_name {
    flex: 0 0 25%;
    width: 25%;
    padding: 0px;
    display: flex;
    align-items: center;
  }
  #header .shop_name .shop_name_text {
    display: block;
    font-size: 10px;
    font-size: clamp(10px, 1.2vw, 11px);
    margin-bottom: 2px;
  }
  #header .shop_name a {
    text-align: center;
    display: flex;
    align-items: center;
  }
  #header .shop_name img {
    width: 30vw;
    max-width: 200px;
  }
  #header .menu {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .menu > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }
  #header .menu > ul > li {
    flex: 1 1 auto;
    max-width: 250px;
    text-align: right;
  }
  #header .menu .menu_btn {
    background-color: var(--main-color);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 10px;
    font-size: clamp(10px, 1.2vw, 11px);
    display: inline-block;
    /* box-shadow: 0 2px 5px rgb(0, 0, 0, 0.05); */
    font-weight: bold;
  }
  #global_header_nav {
    width: 100%;
    max-width: 12;
    /*------------------------------
      Header Middle
    ------------------------------*/
    /*------------------------------
      Header Bottom
    ------------------------------*/
    /*------------------------------
      Recommend Word
    ------------------------------*/
    /*------------------------------
      検索窓
    ------------------------------*/
  }
  #global_header_nav .header_middle {
    background-color: #fff;
    border-style: solid;
    border-color: var(--separate-line-color) transparent transparent var(--separate-line-color);
  }
  #global_header_nav .header_middle .icon {
    margin-right: 5px;
  }
  #global_header_nav .header_middle .layout > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #global_header_nav .header_middle .layout > ul > li {
    flex: 1 1 auto;
    position: relative;
    padding: 0px;
    border-right: solid 1px var(--separate-line-color);
  }
  #global_header_nav .header_middle .layout > ul > li:last-of-type {
    padding-right: 0px;
  }
  #global_header_nav .header_middle .layout > ul > li > a {
    display: inline-block;
    width: 100%;
    padding: 12px 5px;
    text-align: center;
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
    font-weight: bold;
  }
  #global_header_nav .header_middle ul > li.menu_logout {
    flex: 0 0 auto;
    width: 5%;
    max-width: 40px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #global_header_nav .header_middle ul > li.menu_logout a {
    width: 100%;
  }
  #global_header_nav .header_middle ul > li.menu_logout .icon {
    margin-right: 0px;
  }
  #global_header_nav .header_middle [id^=expand_area] {
    position: absolute;
    width: 70vw;
    max-width: 900px;
    top: calc(100% + 3px);
    left: 0px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    transition: all 0.1s;
    z-index: 5000;
  }
  #global_header_nav .header_middle #expand_area_01 {
    overflow-y: scroll;
    max-height: 60vh;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree {
    min-width: 600px;
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree > li > a {
    padding: 0.3em 0.5em;
    font-weight: bold;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree > li:nth-of-type(4n) {
    border-right: none;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree a {
    display: block;
    width: calc(100% - 40px);
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
    padding: 0.3em 0px 0.3em 0.7em;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree a:hover {
    /* background-color: var(--light-gray)); */
    text-decoration: underline;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree .__item--has-children {
    position: relative;
    cursor: pointer;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree .__item--has-children::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 5px 0px 5px;
    border-color: var(--sub-color) transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 0.6em;
    transition: transform 0.2s;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree .__item--has-children.js--opened::after {
    transform: rotate(180deg);
  }
  #global_header_nav .header_middle #expand_area_01 .__tree .__item--has-children > ul {
    display: none;
    padding-left: 0.5em;
  }
  #global_header_nav .header_bottom {
    display: flex;
    background-color: var(--main-color);
    padding: 7px 10px;
  }
  #global_header_nav .recommend_search_word {
    display: flex;
    align-items: center;
  }
  #global_header_nav .recommend_search_word ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #global_header_nav .recommend_search_word > ul > li {
    flex: 1 1 auto;
    padding: 0px;
    font-size: 10px;
    font-size: clamp(10px, 1.2vw, 11px);
    line-height: 1.7em;
    margin-right: 10px;
  }
  #global_header_nav .recommend_search_word > ul > li > a {
    display: block;
    padding: 2px 14px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
  }
  #global_header_nav .recommend_search_word > ul > li > a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  }
  #global_header_nav .recommend_search_word > ul > li:first-of-type {
    flex: 0 0 auto;
    position: relative;
    width: 4em;
    width: fit-content;
    height: 2em;
    min-width: 80px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-size: clamp(10px, 1.2vw, 11px);
    margin-right: 20px;
    padding: 3px;
    background-color: var(--sub-color);
    align-items: center;
  }
  #global_header_nav .recommend_search_word > ul > li:first-of-type:first-of-type:after {
    content: "";
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    background-color: var(--sub-color);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(54%, -50%) rotateZ(45deg);
  }
  #global_header_nav .search {
    display: inline-flex;
    gap: 8px;
    flex: 0 0 auto;
    width: 30%;
    max-width: 350px;
    min-width: 250px;
    text-align: right;
    margin-left: auto;
  }
  #global_header_nav .search form .body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #global_header_nav .search form [name=keyword] {
    width: 80%;
    max-width: 300px;
    height: 2em;
    border-radius: 20px 0px 0px 20px;
    outline: none;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    appearance: none;
    vertical-align: bottom;
    padding: 5px 8px 5px 15px;
  }
  #global_header_nav .search form [name=keyword]::placeholder {
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
  }
  #global_header_nav .search form [type=submit] {
    width: 20%;
    max-width: 40px;
    height: 2em;
    border-radius: 0px 20px 20px 0;
    outline: none;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 0px 4px 0px 0px;
    vertical-align: bottom;
    background-color: #f0f0f0;
    flex: 0 0 auto;
  }
  #global_header_nav .search form [type=submit] > span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 0px 2px 2px 0px;
    border-left: solid 1px #e3e3e3;
  }
  #global_header_nav .search form [type=submit] > span:before,
  #global_header_nav .search form [type=submit] > span:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0px;
    left: -2px;
    right: 0px;
    margin: auto;
  }
  #global_header_nav .search form [type=submit] > span:before {
    width: 12px;
    height: 12px;
    border: solid 2px var(--sub-color);
    border-radius: 20px;
  }
  #global_header_nav .search form [type=submit] > span:after {
    width: 2px;
    height: 6px;
    background-color: var(--sub-color);
    border-radius: 3px;
    transform: translate(7px, 7px) rotate(-45deg);
  }
  #global_header_nav .search-advanced-button {
    appearance: none;
    border: none;
    padding: 6px 16px;
    border-radius: 50px;
    background-color: var(--accent-color);
    color: #fff;
    font-size: 13px;
    min-height: 32px;
    letter-spacing: 0.05em;
    word-break: keep-all;
    cursor: pointer;
  }
  /*------ PC ヘッダーカテゴリー -------*/
  .open_menu {
    position: relative;
  }
  .open_menu::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 5px 0px 5px;
    border-color: var(--base-font-color) transparent transparent transparent;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
  }
  .open_menu[aria-expanded=true]::after {
    transform: translateY(-50%) rotate(180deg);
  }
  [id^=expand_area_][aria-hidden=true] {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s;
  }
  [id^=expand_area_][aria-hidden=false] {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 599px) {
  /*====================================
    ★ Header
  ====================================*/
  header.header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    will-change: transform;
    transition: transform 0.25s;
    z-index: 10000;
  }
  header.header.js--hide {
    transform: translateY(-102%);
  }
  header #__drawer-check {
    display: none;
  }
  header .gnav-sp .__drawer .__menu {
    height: 100vh;
    width: 100%;
  }
  header .shop_name {
    flex: 0 0 auto;
    width: calc(100% - 40px);
    height: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header .shop_name .shop_name_text {
    display: block;
    font-size: 10px;
    font-size: clamp(10px, 1.2vw, 11px);
    margin-bottom: 5px;
  }
  header .shop_name a {
    text-align: center;
    display: block;
  }
  header .shop_name img {
    width: 40vw;
    max-width: 250px;
    vertical-align: middle;
  }
  #header {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    position: relative;
  }
  #header .header_top {
    padding: 5px 3%;
    display: flex;
    height: 56px;
    justify-content: space-between;
    align-items: center;
  }
  #global_header_nav {
    /*------------------------------
      Header Middle
    ------------------------------*/
    /*------------------------------
      Header Bottom
    ------------------------------*/
    /*------------------------------
      Recommend Word
    ------------------------------*/
    /*------------------------------
      検索窓
    ------------------------------*/
  }
  #global_header_nav .header_middle {
    border-style: solid;
    border-color: var(--separate-line-color) transparent transparent var(--separate-line-color);
  }
  #global_header_nav .header_middle .icon {
    margin-right: 5px;
  }
  #global_header_nav .header_middle .layout > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #global_header_nav .header_middle .layout > ul > li {
    flex: 0 0 auto;
    width: 33.33333%;
    position: relative;
    padding: 0px;
    border-right: solid 1px var(--separate-line-color);
  }
  #global_header_nav .header_middle .layout > ul > li:last-of-type {
    padding-right: 0px;
  }
  #global_header_nav .header_middle .layout > ul > li > a {
    display: inline-block;
    width: 100%;
    padding: 12px 5px;
    text-align: center;
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
    font-weight: bold;
  }
  #global_header_nav .header_middle ul > li.menu_logout {
    flex: 0 0 auto;
    width: 5%;
    max-width: 40px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #global_header_nav .header_middle ul > li.menu_logout a {
    width: 100%;
  }
  #global_header_nav .header_middle ul > li.menu_logout .icon {
    margin-right: 0px;
  }
  #global_header_nav .header_middle [id^=expand_area] {
    position: absolute;
    width: 70vw;
    max-width: 900px;
    top: calc(100% + 3px);
    left: 0px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    transition: all 0.1s;
    z-index: 5000;
  }
  #global_header_nav .header_middle #expand_area_01 {
    overflow-y: scroll;
    max-height: 60vh;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree {
    min-width: 600px;
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree > li > a {
    padding: 0.3em 0.5em;
    font-weight: bold;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree > li:nth-of-type(4n) {
    border-right: none;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree a {
    display: block;
    width: calc(100% - 40px);
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
    padding: 0.3em 0px 0.3em 0.7em;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree a:hover {
    /* background-color: var(--light-gray)); */
    text-decoration: underline;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree .__item--has-children {
    position: relative;
    cursor: pointer;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree .__item--has-children::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 3px 0px 3px;
    border-color: var(--sub-color) transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 0.6em;
    transition: transform 0.2s;
  }
  #global_header_nav .header_middle #expand_area_01 .__tree .__item--has-children.js--opened::after {
    transform: rotate(180deg);
  }
  #global_header_nav .header_middle #expand_area_01 .__tree .__item--has-children > ul {
    display: none;
    padding-left: 0.5em;
  }
  #global_header_nav .header_bottom {
    display: flex;
    background-color: var(--main-color);
    padding: 10px 10px;
  }
  #global_header_nav .recommend_search_word {
    display: flex;
    align-items: center;
  }
  #global_header_nav .recommend_search_word ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #global_header_nav .recommend_search_word > ul > li {
    flex: 1 1 auto;
    padding: 0px;
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
    line-height: 1.7em;
    margin-right: 10px;
  }
  #global_header_nav .recommend_search_word > ul > li > a {
    display: block;
    padding: 2px 14px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
  }
  #global_header_nav .recommend_search_word > ul > li > a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  }
  #global_header_nav .recommend_search_word > ul > li:first-of-type {
    flex: 0 0 auto;
    position: relative;
    width: 4em;
    width: fit-content;
    height: 2em;
    min-width: 80px;
    display: flex;
    justify-content: center;
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
    color: #fff;
    margin-right: 20px;
    padding: 3px;
    background-color: var(--sub-color);
    align-items: center;
  }
  #global_header_nav .recommend_search_word > ul > li:first-of-type:first-of-type:after {
    content: "";
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    background-color: var(--sub-color);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(54%, -50%) rotateZ(45deg);
  }
  #global_header_nav .search {
    display: inline-block;
    flex: 0 0 auto;
    width: 30%;
    max-width: 350px;
    min-width: 250px;
    text-align: right;
    margin-left: auto;
  }
  #global_header_nav .search form .body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #global_header_nav .search form [name=keyword] {
    width: 80%;
    max-width: 300px;
    height: 2em;
    border-radius: 20px 0px 0px 20px;
    outline: none;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    appearance: none;
    vertical-align: bottom;
    padding: 5px 8px 5px 15px;
  }
  #global_header_nav .search form [name=keyword]::placeholder {
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
  }
  #global_header_nav .search form [type=submit] {
    width: 20%;
    max-width: 40px;
    height: 2em;
    border-radius: 0px 20px 20px 0;
    outline: none;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 0px 4px 0px 0px;
    vertical-align: bottom;
    background-color: #f0f0f0;
    flex: 0 0 auto;
  }
  #global_header_nav .search form [type=submit] > span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 0px 2px 2px 0px;
    border-left: solid 1px #e3e3e3;
  }
  #global_header_nav .search form [type=submit] > span:before,
  #global_header_nav .search form [type=submit] > span:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0px;
    left: -2px;
    right: 0px;
    margin: auto;
  }
  #global_header_nav .search form [type=submit] > span:before {
    width: 12px;
    height: 12px;
    border: solid 2px var(--sub-color);
    border-radius: 20px;
  }
  #global_header_nav .search form [type=submit] > span:after {
    width: 2px;
    height: 6px;
    background-color: var(--sub-color);
    border-radius: 3px;
    transform: translate(7px, 7px) rotate(-45deg);
  }
}
@media screen and (max-width: 599px) {
  /*------------------------------
    hamburger_menu
  ------------------------------*/
  body.js--fixed {
    height: 100vh;
    overflow: hidden;
  }
  .hamburger_backdrop {
    display: none;
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 500000;
  }
  .hamburger_backdrop::before, .hamburger_backdrop::after {
    content: "";
    display: block;
    width: 9vw;
    height: 2px;
    min-width: 20px;
    max-width: 40px;
    background-color: #fff;
    position: absolute;
    top: 39px;
    right: 10px;
    z-index: 500001;
  }
  #__drawer-check {
    flex: 0 0 auto;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #__drawer-check .hamburger_menu_btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 22px;
    border-top: solid 2px var(--sub-color);
    border-bottom: solid 2px var(--sub-color);
  }
  #__drawer-check .hamburger_menu_btn::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--sub-color);
    position: absolute;
    top: 50%;
    transform: translateY(-1px);
  }
  .gnav-sp .__drawer .__menu .__content--html {
    height: calc(100vh - 3.5em);
    height: calc(100vh - 3.5em);
    overflow-y: auto;
    padding-bottom: 50px;
  }
  #hamburger_menu_open {
    flex: 0 0 auto;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hamburger_menu_open .hamburger_menu_btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 22px;
    border-top: solid 2px var(--sub-color);
    border-bottom: solid 2px var(--sub-color);
  }
  #hamburger_menu_open .hamburger_menu_btn::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--sub-color);
    position: absolute;
    top: 50%;
    transform: translateY(-1px);
  }
  #hamburger_menu {
    width: 100%;
    z-index: 500001;
  }
  #hamburger_menu.js--opened {
    right: 15vw;
  }
  #hamburger_menu.js--opened + .hamburger_backdrop {
    display: block;
  }
  #hamburger_menu.js--opened + .hamburger_backdrop::before {
    transform: rotate(35deg);
  }
  #hamburger_menu.js--opened + .hamburger_backdrop::after {
    transform: rotate(-35deg);
  }
  #hamburger_menu .hamburger_wrapper {
    position: relative;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
  }
  #hamburger_menu .hamburger_logo {
    text-align: center;
  }
  #hamburger_menu .hamburger_logo img {
    width: 80%;
    max-width: 200px;
  }
  #hamburger_menu .shop_name_text {
    display: block;
    text-align: center;
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
    margin-bottom: 5px;
  }
  #hamburger_menu .hamburger_body {
    margin-top: 10px;
  }
  #hamburger_menu .main_menu > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
  }
  #hamburger_menu .main_menu > ul > li {
    flex: 0 0 auto;
    width: calc(33.33333% - 3px);
  }
  #hamburger_menu .main_menu > ul > li > a {
    display: block;
    height: 100%;
    padding: 10px;
    font-size: 14px;
    font-size: clamp(12px, 2vw, 16px);
    text-align: center;
    border: solid 1px var(--separate-line-color);
    border-radius: 3px;
  }
  #hamburger_menu .main_menu > ul > li > a .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 27px;
    height: 27px;
  }
  #hamburger_menu .sub_menu > ul {
    margin-top: 10px;
  }
  #hamburger_menu .sub_menu > ul > li {
    margin-top: 3px;
  }
  #hamburger_menu .sub_menu > ul > li > a {
    display: block;
    font-size: 16px;
    font-size: clamp(14px, 2.5vw, 18px);
    padding: 3px 5px;
  }
  #hamburger_menu .search {
    background-color: var(--light-gray);
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
  }
  #hamburger_menu .search .body {
    display: flex;
    justify-content: center;
  }
  #hamburger_menu .search [name=keyword] {
    flex: 1 1 auto;
    height: 2em;
    border-radius: 30px 0px 0px 30px;
    outline: none;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    appearance: none;
    vertical-align: bottom;
    padding: 4px 8px 4px 10px;
  }
  #hamburger_menu .search [name=keyword]::placeholder {
    font-size: 16px;
    font-size: clamp(14px, 2.5vw, 18px);
  }
  #hamburger_menu .search [type=submit] {
    width: 2.5em;
    height: 2em;
    border-radius: 0px 25px 25px 0px;
    outline: none;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 0px 14px 0px 7px;
    vertical-align: bottom;
    background-color: #f0f0f0;
    flex: 0 0 auto;
  }
  #hamburger_menu .search [type=submit] span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
  }
  #hamburger_menu .search [type=submit] span::before, #hamburger_menu .search [type=submit] span::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0px;
    left: -2px;
    right: 0px;
    margin: auto;
  }
  #hamburger_menu .search [type=submit] span::before {
    width: 12px;
    height: 12px;
    border: solid 2px var(--sub-color);
    border-radius: 20px;
  }
  #hamburger_menu .search [type=submit] span::after {
    width: 2px;
    height: 6px;
    background-color: var(--sub-color);
    border-radius: 3px;
    transform: translate(7px, 7px) rotate(-45deg);
  }
  #hamburger_menu .search .recommend_word {
    margin-top: 7px;
  }
  #hamburger_menu .search .recommend_word > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #hamburger_menu .search .recommend_word > ul > li {
    flex: 0 0 auto;
    padding: 0px;
    font-size: 14px;
    font-size: clamp(12px, 2vw, 16px);
    margin-right: 5px;
  }
  #hamburger_menu .search .recommend_word > ul > li:first-of-type {
    flex: 0 0 auto;
    position: relative;
    width: 4em;
    width: fit-content;
    height: 2em;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 20px;
    padding: 3px;
    background-color: var(--sub-color);
  }
  #hamburger_menu .search .recommend_word > ul > li:first-of-type::after {
    content: "";
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    background-color: var(--sub-color);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(54%, -50%) rotateZ(45deg);
  }
  #hamburger_menu .search .recommend_word > ul > li > a {
    display: flex;
    width: fit-content;
    padding: 2px 12px;
    font-size: 10.5px;
    font-size: clamp(10.5px, 1.5vw, 14px);
    line-height: 1.6em;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
  }
  #hamburger_menu .category {
    margin-top: 20px;
  }
  #hamburger_menu .category .icon {
    margin-right: 7px;
  }
  #hamburger_menu .category .__heading,
  #hamburger_menu .category .top_head_wrapper {
    display: none;
  }
  #hamburger_menu .category .__body {
    margin-top: 5px;
  }
  #hamburger_menu .category .__tree {
    font-size: 16px;
    font-size: clamp(14px, 2.5vw, 18px);
    padding-left: 5px;
  }
  #hamburger_menu .category .__item {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #hamburger_menu .category .__item a {
    display: block;
    padding: 0px 0px;
    display: inline-block;
    width: 80%;
  }
  #hamburger_menu .category .__js-toggle {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 2em;
  }
  #hamburger_menu .category .__js-toggle::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 5px 0px 5px;
    border-color: var(--base-font-color) transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    transition: transform 0.2s;
    transform: translateY(-50%);
  }
  #hamburger_menu .category .__item--has-children > ul {
    flex: 0 0 auto;
    width: 100%;
    height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.1s;
  }
  #hamburger_menu .category .js--opened > .__js-toggle::after {
    transform: translateY(-50%) rotateZ(180deg);
  }
  #hamburger_menu .category .js--opened > ul {
    height: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 2em;
    opacity: 1;
  }
  #hamburger_menu .__search--keyword {
    display: none;
  }
  #hamburger_category[aria-hidden=true] {
    width: 100%;
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.1s;
  }
  #hamburger_category[aria-hidden=false] {
    height: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 2em;
    opacity: 1;
  }
}
@media screen and (min-width: 600px) {
  .wrapper .__inner .main section.__block {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  .wrapper .__inner .main section.__block + .__block {
    margin-top: 70px;
  }
  .wrapper .__inner .main section.__block:first-of-type + .__block {
    margin-top: 0px;
  }
}
@media screen and (max-width: 599px) {
  .main .__block {
    margin: 40px auto 0px;
  }
}
@media screen and (min-width: 600px) {
  aside.aside .__block {
    font-size: clamp(10.5px, 1.5vw, 14px);
  }
  aside.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > span.__js-toggle {
    display: inline-block;
  }
  aside.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > span.__js-toggle + ul {
    display: none;
  }
  aside.aside section.__block.__block--calendar {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  /*====================================
    Footer
  ====================================*/
  .footer {
    background: var(--light-gray);
  }
  footer {
    /*------------------------------
      Footer Calender
    ------------------------------*/
  }
  footer .footer_wrapper a:hover {
    opacity: 0.7;
  }
  footer .footer_wrapper .footer_layout {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  footer .footer_wrapper .footer_top {
    padding: 3% 0px;
  }
  footer .footer_wrapper .footer_top .footer_content_inner {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 1%;
  }
  footer .footer_wrapper .footer_top .footer_content_inner + .footer_content_inner {
    border-left: solid 2px var(--separate-line-color);
  }
  footer .footer_wrapper .footer_top .footer_content_inner .title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .footer_wrapper .footer_top .footer_content_inner p {
    font-size: 13px;
  }
  footer .footer_wrapper .footer_middle {
    background-color: #4d4d4d;
    color: #fff;
  }
  footer .footer_wrapper .footer_middle .__nav ul {
    display: flex;
    justify-content: space-around;
  }
  footer .footer_wrapper .footer_middle .__nav ul li {
    flex: 1 1 auto;
  }
  footer .footer_wrapper .footer_middle .__nav ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }
  footer .footer_wrapper .footer_bottom {
    background-color: var(--sub-color);
    color: #fff;
  }
  footer .footer_wrapper .footer_bottom .__copyright {
    font-size: 13px;
  }
  footer .footer_wrapper .footer_bottom .__copyright a {
    color: #fff;
  }
  footer .footer_wrapper .footer_bottom .footer_bottom a {
    color: #fff;
  }
  footer .footer_wrapper .footer_content_credit_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px auto 10px;
    padding: 10px;
  }
  footer .more_detail {
    display: inline-block;
    margin-top: 10px;
  }
  footer .__block--calendar {
    margin-top: 10px;
  }
  footer .__block--calendar > ul {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .__block--calendar > ul > li {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    min-width: 130px;
  }
  footer .__block--calendar > ul > li + li {
    margin-left: 10px;
  }
  footer .__block--calendar .cal {
    width: 100%;
  }
  footer .__block--calendar .cal th {
    font-size: 12px;
    text-align: center;
    padding: 3px;
  }
  footer .__block--calendar .cal tbody tr th,
  footer .__block--calendar .cal tbody tr td {
    flex: 0 0 auto;
    text-align: center;
    width: 14%;
    margin-bottom: 1px;
    font-size: 12px;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
  }
  footer .__block--calendar .cal tbody tr td.w0, footer .__block--calendar .cal tbody tr td.w1, footer .__block--calendar .cal tbody tr td.w2, footer .__block--calendar .cal tbody tr td.w3, footer .__block--calendar .cal tbody tr td.w4, footer .__block--calendar .cal tbody tr td.w5, footer .__block--calendar .cal tbody tr td.w6 {
    background-color: #fff;
  }
  footer .__block--calendar .cal tbody tr td span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  footer .__block--calendar .cal tbody tr td .cal-week-close {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  /*====================================
    Footer
  ====================================*/
  .footer {
    background: #f2f2f2;
  }
  footer {
    margin-top: 50px;
    /*------------------------------
      Footer Calender
    ------------------------------*/
  }
  footer .footer_wrapper {
    padding: 0;
  }
  footer .footer_wrapper .footer_top .footer_layout {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer_wrapper .footer_top .footer_content_inner {
    flex: 0 0 auto;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 3%;
  }
  footer .footer_wrapper .footer_top .footer_content_inner p {
    font-size: 14px;
  }
  footer .footer_wrapper .footer_top .footer_content_inner + .footer_content_inner {
    border: none;
    border-top: solid 2px var(--separate-line-color);
  }
  footer .footer_wrapper .footer_middle .__nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 3% 3%;
  }
  footer .footer_wrapper .footer_middle .__nav ul li {
    flex: 1 1 auto;
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px var(--separate-line-color);
  }
  footer .footer_wrapper .footer_middle .__nav ul li a {
    font-size: 14px;
    border-right: none;
  }
  footer .footer_content_credit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px auto 10px;
    padding: 10px;
  }
  footer .footer_content_credit_list img {
    flex: 0 0 auto;
    width: 13%;
  }
  footer .footer_bottom {
    background-color: var(--sub-color);
    color: #fff;
  }
  footer .footer_bottom .__copyright {
    font-size: 13px;
  }
  footer .footer_bottom .__copyright a {
    color: #fff;
  }
  footer .footer_bottom .footer_bottom a {
    color: #fff;
  }
  footer .__block--calendar {
    margin-top: 20px;
  }
  footer .__block--calendar > ul {
    width: 100%;
    max-width: 599px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: space-between;
  }
  footer .__block--calendar > ul > li {
    flex: 0 0 auto;
    width: 49%;
  }
  footer .__block--calendar .cal {
    width: 100%;
  }
  footer .__block--calendar .cal th {
    font-size: 12px;
    text-align: center;
    padding: 3px;
  }
  footer .__block--calendar .cal tbody tr th,
  footer .__block--calendar .cal tbody tr td {
    flex: 0 0 auto;
    text-align: center;
    width: 14%;
    margin-bottom: 1px;
    font-size: 12px;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
  }
  footer .__block--calendar .cal tbody tr td.w0, footer .__block--calendar .cal tbody tr td.w1, footer .__block--calendar .cal tbody tr td.w2, footer .__block--calendar .cal tbody tr td.w3, footer .__block--calendar .cal tbody tr td.w4, footer .__block--calendar .cal tbody tr td.w5, footer .__block--calendar .cal tbody tr td.w6 {
    background-color: #fff;
  }
  footer .__block--calendar .cal tbody tr td span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  footer .__block--calendar .cal tbody tr td .cal-week-close {
    width: 100%;
    height: 100%;
  }
}
.credit_card_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.credit_card_list img {
  flex: 0 0 auto;
  width: 10%;
  max-width: 50px;
}

.convenience_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.convenience_list img {
  flex: 0 0 auto;
  width: 10%;
  max-width: 50px;
}

.header .search-advanced {
  width: 90%;
  max-width: 1200px;
  border: none;
  padding: 0;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .header .search-advanced {
    display: none;
  }
}

.search-advanced-content {
  padding: 32px;
}

.search-advanced-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 21px;
}

.aside section.__block.__block--free .__body {
  padding: 1em 0.5em;
}

.search-detail-form {
  font-size: 14px;
}
.search-detail-form .__form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin-bottom: 8px;
}
.search-detail-form .__form-wrapper:last-child {
  margin-bottom: 0;
}
.search-detail-form .__form-field {
  flex: 1 1 auto;
  margin-bottom: 1em;
}
.search-detail-form .__form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.search-detail-form .__form-field input[type=text],
.search-detail-form .__form-field select {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
}
.search-detail-form .__form-field select {
  width: 100%;
  font-size: inherit;
  padding: 0.5em 0.5em;
  background: url(https://files.bcart.jp/autobacs/uploads/image/common/icon/arrow_drop_down.svg) no-repeat right 4px center, linear-gradient(90deg, #fff calc(100% - 32px), var(--accent-color) calc(100% - 32px));
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.search-detail-form .__form-field .__category-form-level {
  margin-bottom: 0.5em;
}
.search-detail-form .__form-field-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
}
.search-detail-form .__category-form-level {
  flex: 1 1 auto;
}
.search-detail-form .search-button {
  width: 100%;
  max-width: 240px;
  appearance: none;
  border: none;
  background-color: var(--accent-color);
  color: #fff;
  padding: 16px 8px;
  border-radius: 0.25em;
  cursor: pointer;
  transition: all 0.2s;
  display: block;
  margin-inline: auto;
}
@media (any-hover: hover) {
  .search-detail-form .search-button:hover {
    background-color: #000063;
  }
}
.search-detail-form .search-button-small {
  width: fit-content;
  appearance: none;
  border: none;
  background-color: #e3e3e3;
  padding: 12px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s;
  word-break: keep-all;
}
@media (any-hover: hover) {
  .search-detail-form .search-button-small:hover {
    background-color: #cecece;
  }
}
.search-detail-form .__form-field-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.header .__category-form-level {
  flex: 1 1 auto;
  max-width: 24%;
}

.hamburger__search-detail-form {
  margin: 16px auto 32px;
}
.hamburger__search-detail-form .search-detail-form {
  margin: 16px auto;
  padding: 0 16px;
}
.hamburger__search-detail-form .__category-form-level {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

/*====================================
Settings
SASS 変数や CSS Variables の定義）
====================================*/
/*====================================
Tools
プリプロセッサで利用するmixinやfunctionなどの定義）
====================================*/
/*====================================
Generic
リセットスタイル（normalize.css など）や固有のリセットスタイル定義）
====================================*/
/*====================================
Base
素の HTML 要素（a, h1…6, ul…li など）のスタイルを定義
====================================*/
/*====================================
Layouts
ページ間で共通の大きなレイアウト定義
====================================*/
/*====================================
Objects
OOCSS（Object Oriented CSS）の概念に基づいた定義。装飾を持たないレイアウトを定義
====================================*/
/*====================================
Vendor
外部ライブラリから提供される固有のスタイルを定義
====================================*/
/*====================================
Components
名前の付けられた明確なコンポーネント（UI パーツ）を定義
====================================*/
/*====================================
Model
コンポーネント同士の組み合わせやコンポーネントの粒度に満たない汎用的なUIの定義
====================================*/
/*====================================
Site
サイトを横断的に利用されるUIの定義
====================================*/
/*====================================
Pages
ページ固有の定義や上位のレイヤーの定義を上書きするような定義
====================================*/
/*====================================
Trumps
ヘルパー・ユーティリティ系の汎用スタイルを定義
====================================*/

/*# sourceMappingURL=base.css.map */
