@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

input, textarea {
  background-color: #FFF !important;
}

/* setting, mixin */
/*font*/
/*color*/
/* layout */
/*foundation*/
html {
  font-size: 62.5%;
}

html, body, div, 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, input, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Tajawal", -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (max-width: 576px) {
  body {
    letter-spacing: 0.12%;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.6rem;
  font-weight: 500;
  line-height: 1.2;
}

footer {
  margin-top: auto;
}

/* フッターborder */
@media (min-width: 992px){
  footer{
    border-top: 1px solid #f1f1f1;
  }
}

img {
  text-decoration: none;
  vertical-align: top;
  font-size: 0px;
}

.img_w100 {
  width: 100%;
  height: auto;
}

article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

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

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

a:hover{
  color: #000000;
}

input, select {
  border-radius: 2px;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

/*layout*/
.l_container {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  position: relative;
}

.l_container_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l_content {
  width: 100%;
  max-width: 1180px;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1200px) {
  .l_content {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .l_content {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .l_content {
    max-width: 540px;
  }
}

@media (max-width: 576px) {
  .l_content {
    max-width: 100%;
  }
}

.l_content_col_8 {
  -ms-flex-preferred-size: 79.66%;
      flex-basis: 79.66%;
  max-width: 79.66%;
}

.l_content_col_8 .c_heading {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .l_content_col_8 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.l_headline {
  width: 100%;
  height: 30px;
  background-color: #EEEEEE;
}

@media (max-width: 576px) {
  .l_headline {
    height: 25px;
  }
}

.l_headline_text {
  width: 100%;
  height: 30px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  text-align: center;
  line-height: 30px;
  color: #000000;
  font-size: 1.2rem;
}

.l_info {
  width: 100%;
  max-width: 785px;
  height: 312px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  overflow-y: scroll;
  padding: 16px 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .l_info {
    margin-top: 24px;
  }
}

.l_info_2 {
  height: 300px;
}

.l_info p {
  line-height: 1.6;
  letter-spacing: 0;
}

.l_info p:not(:first-child) {
  margin-top: 20px;
}

.l_info ul {
  margin-top: 20px;
}

.l_breadcrumb {
  width: 100%;
}

.l_footer {
  background-color: #000000;
  padding: 16px 0 23px;
}

@media (max-width: 991px) {
  .l_footer {
    padding: 20px 10px;
  }
}

.l_footer_list {
  text-align: center;
}

.l_footer_list li {
  display: inline-block;
  color: #fff;
}

.l_footer_list li a {
  color: white;
}

.l_footer_list li a:hover {
  text-decoration: underline;
}

.l_footer_list li + li a:before {
  content: "/";
  display: inline-block;
  margin: 0 6px;
}

.l_footer_copyright {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .l_footer_copyright {
    margin-top: 0;
    text-align: left;
  }
}

.l_footer_bannar {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .l_footer_bannar {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .l_footer_bannar {
    max-width: 720px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .l_footer_bannar {
    max-width: 540px;
  }
}

@media (max-width: 576px) {
  .l_footer_bannar {
    max-width: 100%;
  }
}

.l_footer_min {
  margin-top: auto;
}

@media (max-width: 991px) {
  .l_footer_sm_min {
    margin-top: auto;
  }
}

/*component*/
.c_grey_line {
  margin-top: 27px;
  background-color: #dee2e6;
  height: 1px;
  width: 100%;
}

@media (max-width: 576px) {
  .c_grey_line {
    margin-top: 10px;
  }
}

.c_grey_line_sp {
  border-bottom: 1px solid #ddd;
}

.mb-18 {
  margin-bottom: 18px;
}

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

.c_heading {
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
  font-size: 2.4rem;
  margin: 40px 0 18px;
  position: relative;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 991px) {
  .c_heading {
    font-size: 2rem;
    margin: 20px 0;
    line-height: 140%;
  }
}

.c_headline {
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 120px;
  margin-bottom: 40px;
  letter-spacing: .1em;
  padding: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .c_headline {
    margin-top: 100px;
    font-size: 1.8rem;
  }
}

.c_message {
  font-size: 1.8rem;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 576px) {
  .c_message {
    margin-top: 24px;
  }
}

.c_button_wrapper {
  margin-top: 40px;
}

.c_button_wrapper_vertical {
  margin-top: 16px;
}

.c_button_wrapper_vertical > div:nth-child(2) {
  margin-top: 40px;
}

@media (max-width: 576px) {
  .c_button_wrapper_vertical > div:nth-child(2) {
    margin-top: 20px;
  }
}

.c_button {
  width: 255px;
  height: 50px;
  background-color: #000000;
  color: #fff;
  padding: 0;
  line-height: 50px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 1.4rem;
}

@media (max-width: 576px) {
  .c_button {
    width: 295px;
  }
}

.c_button:hover {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000000;
}

.c_button_white .c_button {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000000;
}

.c_button_white:hover .c_button {
  background-color: #000000;
  color: #fff;
  border: 1px solid #fff;
}

.c_button_register .c_button {
  width: 100%;
  border-radius: 0;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  font-size: 13px;
  height: 50px;
  line-height: 1;
  padding: 20px;
  color: #000000;
}

.c_button_register .c_button:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.c_view_all_button {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .18em;
  border: 0;
  background-color: #fff;
  color: #000;
}

@media (max-width: 991px) {
  .c_view_all_button {
    font-size: 1.2rem;
  }
}

.c_view_all_button .c_view_all_border {
  padding: 6px 0 2px 2px;
  border-bottom: 2px solid #000;
}

.c_button_looknow {
  padding: 20px 0 16px;
  font-size: 12px;
  line-height: 1;
  color: #000;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  width: 100%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .c_button_looknow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.c_button_looknow:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 10px;
  display: block;
  height: 5px;
  width: 5px;
  border: 0 solid #000;
  border-right-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c_button_looknow:hover {
  color: #fff;
  background: #000;
}

.c_button_looknow:hover::after {
  border-color: #fff;
}

.c_form {
  margin-top: 20px;
  width: 100%;
  max-width: 490px;
}

@media (max-width: 991px) {
  .c_form {
    padding: 0 10px;
  }
}

.c_form_group {
  margin-top: 12px;
}

.c_form_group span {
  display: block;
}

.c_form_label {
  line-height: 30px;
  letter-spacing: 0;
  display: block;
}

.c_form_input {
  width: 100%;
  height: 40px;
  border: 1px solid #cccccc;
  color: #000000;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 40px;
}

.c_form_input::-webkit-input-placeholder {
  letter-spacing: 0;
  color: #cccccc;
}

.c_form_input:-ms-input-placeholder {
  letter-spacing: 0;
  color: #cccccc;
}

.c_form_input::-ms-input-placeholder {
  letter-spacing: 0;
  color: #cccccc;
}

.c_form_input::placeholder {
  letter-spacing: 0;
  color: #cccccc;
}

.c_form_password {
  position: relative;
}

.c_form_password_mask,
.c_form_password_mask2,
.c_form_password_mask3 {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 15px;
  cursor: pointer;
}

.c_form_password span.c_form_password_mask_open {
  display: none;
}

.c_form_remind {
  text-decoration: underline;
  color: #000000;
  line-height: 30px;
}

.c_form_col2 {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.c_form_col2_item {
  width: calc(50% - 10px);
}

@media (max-width: 576px) {
  .c_form_col2_item {
    width: calc(50% - 5px);
  }
}

.c_check {
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 576px) {
  .c_check {
    margin-top: 40px;
  }
}

.c_check_label {
  cursor: pointer;
}

.c_check_box {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
}

.c_check_box:checked {
  background-color: #000;
  border: solid #000;
}

.c_check_box:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(50% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  content: "";
}

.c_check_box:checked:before {
  border: solid #fff;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_form_member .c_form_input {
  background-color: #ffe6e6;
}

.c_form_member .c_form_input:valid {
  background-color: #fff;
}

.c_form_member .c_form_select select:valid {
    background-color: #fff;
}

.c_form_member .c_form_input.c_form_input_buildingName {
  background-color: #fff;
}

.c_form_member .c_form_input.c_form_input_otherPhone {
  background-color: #ffF;
}

.c_form_member .c_form_input_not_required {
  background-color: #fff;
}

.c_form_member .c_form_select select {
  background-color: #ffe6e6;
}

.c_form_member .c_form_select select.parsley-success {
  background-color: #fff;
}

.c_form_edit .c_form_input.parsley-error {
  background-color: #ffe6e6;
}

.c_form_edit .c_form_select select.parsley-error {
  background-color: #ffe6e6;
}

.c_form_radio label {
  display: block;
}

.c_form_radio div {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  height: 40px;
  line-height: 40px;
}

.c_form_radio div + div {
  margin-left: 20px;
}

.c_form_radio input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
}

.c_form_radio .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EEEEEE;
}

.c_form_radio .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #000000;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.c_form_radio input:checked + .outside .inside {
  opacity: 1;
}

.c_form_radio_b div {
  display: block;
  height: 30px;
  line-height: 30px;
}

.c_form_radio_b div + div {
  margin-left: 0px;
}

.c_form_select {
  display: inline-block;
  position: relative;
}

.c_form_select::before {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 8px;
  height: 4px;
  content: "";
  background-size: cover;
  background-image: url(../../imgs/icon_slectbox_arrow.svg);
}

.c_form_select select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccccc;
  height: 40px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
  width: 120px;
  padding: 0 10px 0 16px;
  z-index: 1000;
  background-color: transparent;
}

@media (max-width: 576px) {
  .c_form_select select {
    width: 100px;
    padding-left: 10px;
  }
}

.c_form_select select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.c_form_select select option {
  font-size: 14px;
  color: #000000;
}

.c_form_select .c_select_address {
  width: 160px;
  color: #000000;
}

#error-message-none {
  display: none !important;
}

.c_form_select_reason {
  width: 100%;
}

.c_form_select_reason .c_select_reason {
  width: 50% !important;
}

@media (max-width: 576px) {
  .c_form_select_reason .c_select_reason {
    width: 100% !important;
  }
}

.c_form_select_hint {
  width: 100%;
}

.c_form_select_hint .c_select_hint {
  width: 100%;
}

.c_form_confirm .c_form_group {
  margin-top: 24px;
}

/* 会員情報入力・編集（確認）*/
.c_form_confirm .c_form_label {
  color: #555;
  font-size: 1.2rem;
}
/* */


@media (max-width: 576px) {
  .c_form_confirm .c_form_group {
    margin-top: 12px;
  }
}

.c_form_confirm .c_form_group div:nth-child(2) {
  padding-left: 16px;
  line-height: 30px;
  /* 会員情報入力・編集（確認）*/
  font-size: 16px;
  font-weight: bold;
  /* */
}

@media (max-width: 576px) {
  .c_form_confirm .c_form_group div:nth-child(2) {
    padding-left: 10px;
  }
}

.c_form_confirm .c_form_col2_item div {
  padding-left: 16px;
  line-height: 30px;
}

@media (max-width: 576px) {
  .c_form_confirm .c_form_col2_item div {
    padding-left: 10px;
  }
}

.c_error_alert {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #F52929;
  border-radius: 2px;
  background-color: #fef4f4;
  margin-bottom: 30px;
}

.c_error_alert div {
  font-weight: bold;
  font-size: 1.4rem;
  color: #F52929;
}

.c_error_alert div i {
  font-size: 1.6rem;
  margin-right: 5px;
}

@media (max-width: 576px) {
  .c_error_alert {
    padding: 24px 0;
  }
}

.form_error_message {
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #F52929;
  font-weight: bold;
  display: inline-block;
  margin-top: 4px;
}

.parsley-errors-list {
  margin-top: 4px;
}

.parsley-errors-list > li {
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #F52929;
  font-weight: bold;
  display: inline-block;
}

.c_form_input.parsley-success {
  background-color: white;
}

.c_form_input.parsley-success:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

.c_form_input.parsley-error {
  border: 1px solid #F52929;
}

.c_form_select.parsley-error {
  border: 1px solid #F52929;
}

.c_form_select.parsley-success {
  background-color: white;
}

.c_form_select.parsley-success:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

.c_header {
  background-color: #fff;
  text-align: center;
  z-index: 12000;
  position: relative;
}

@media (max-width: 991px) {
  .c_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
  }
}

.c_header_logo {
  max-width: 1180px;
  position: relative;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .c_header_logo {
    height: 54px;
  }
}

.c_header_logo_brand {
  font-size: calc(1rem + 6px);
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 200px;
  text-align: center;
}

h1.c_header_logo_brand {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .c_header_logo_brand {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    position: relative;
    text-align: center;
    left: 19px;
    left: 0;
    margin-left: 12px;
    text-align: left;
  }
}

.c_header_logo_link {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.c_header_logo_image {
  width: 306px;
  height: 36px;
}

.c_header_logo_image img {
  height: 100%;
}

@media (max-width: 991px) {
  .c_header_logo_image {
    width: 140px;
    height: 24px;
  }
}

.c_header_hamburger_menu {
  width: 30px;
  height: 30px;
  padding: 8px 20px;
  cursor: pointer;
}

.c_header_hamburger_button {
  text-align: left;
  position: absolute;
  left: 20px;
}

.c_header_hamburger_icon {
  position: relative;
  width: 18px;
  height: 1px;
  background-color: #000;
  border-radius: 1px;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin: 6px 0;
}

.c_header_hamburger_icon::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 1px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  top: -7px;
}

.c_header_hamburger_icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 1px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  bottom: -7px;
}

.c_header_right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  .c_header_right {
    right: 20px;
  }
}

.c_header_right .nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
}

@media (max-width: 991px) {
  .c_header_right .nav_link {
    padding: 4px;
  }
}

.c_header_right .nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
}

.c_header_right .nav_item:nth-child(1) {
  margin-right: 3px;
}

.c_header_right .nav_item:nth-child(1) .nav_link_icon {
  width: 25px;
  height: 25px;
}

.c_header_right .nav_item:nth-child(2) {
  margin-right: 8px;
}

.c_header_right .nav_item:nth-child(2) .nav_link_icon {
  width: 22px;
  height: 22px;
}

.c_header_right .nav_item:nth-child(3) {
  margin-right: 2px;
  left: -3px;
  bottom: 1px;
  position: relative;
}

.c_header_right .nav_item:nth-child(3) .nav_link_icon {
  width: 24px;
  height: 24px;
}

.c_header_right .nav_item:nth-child(4) .nav_link_icon {
  width: 20px;
  height: 20px;
}

button.nav_link_icon {
	all: unset;
    cursor: pointer;
}

@media (max-width: 991px) {
  .c_header_right .nav_item:nth-child(4) {
    margin-right: 14px;
  }
}

.c_header_right .nav_link_icon img {
  height: 100%;
}

#searchForm_fixed {
  position: absolute;
  right: 40px;
}

#searchForm_fixed form {
  border: 1px solid #ddd;
  padding: 7px 5px 5px 7px;
  background: #fff;
}

#searchForm_fixed form .nav_link_icon img {
  display: none;
}

.c_header_menu_black {
  background-color: #000000;
  z-index: 100;
  position: relative;
}

.c_header .c_header_menu_black {
  z-index: -1;
}

.c_header_menu_register {
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 3px;
}

.c_header_menu_black_container {
  width: 100%;
  position: relative;
  height: 40px;
  align-items: center !important;
  justify-content: center;
}

.c_header_menu_black.active {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
}


.c_header_global_navi li {
  font-weight: bold;
}

.c_header_global_navi li a {
  color: white;
  letter-spacing: .12em;
  height: 41px;
  line-height: 43px;
  display: block;
  font-size: 1.4rem;
  padding: 1.5px 6px 0;
}

.c_header_global_navi li a:hover {
  color: #b91d21;
}

.c_header_global_navi li a span {
  height: 100%;
  display: inline-block;
  padding: 0 6px;
}

.c_header_global_navi li:last-child {
  margin-right: 0px;
}

.c_header_menu_sp {
  padding: 0 10px 3px;
}

.c_header_menu_sp .nav_item a {
  font-size: 1.3rem;
  color: #666;
  padding: 5px 6px 0;
  display: block;
}

.c_header_menu_register a {
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.5px 12px 0;
  letter-spacing: .12em;
  cursor: pointer;
}

.c_header_menu_register a:hover {
  color: #b91d21;
}

.shopSnsList a:nth-child(3) {
  margin-top: 3px;
  display: inline-block;
}

.c_header_scroll_fixed {
  z-index: 14000;
  position: relative;
  background-color: #fff;
  display: none;
}

.c_header_scroll_fixed.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom : .03rem solid #ddd
}

.c_header_scroll_fixed_container {
  position: relative;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.c_header_scroll_fixed .c_header_logo {
  display: block;
  padding: 6px 12px 6px 0px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  height: auto;
  width: auto;
}

.c_header_scroll_fixed .c_header_logo_image {
  width: 160px;
  height: 36px;
}

.c_header_scroll_fixed .c_header_right {
  position: relative;
  -webkit-transform: none;
          transform: none;
}

.c_header_scroll_fixed .c_header_global_navi .nav_item {
  padding: 0;
}

.c_header_scroll_fixed .c_header_global_navi .nav_item a {
  padding: 0;
}

.c_header_scroll_fixed .nav_item {
  margin-right: 0;
}

.c_header_scroll_fixed .nav_item a {
  color: #000000;
  font-size: 1.2rem;
  height: 54px;
  line-height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c_header_scroll_fixed .nav_item a:hover {
  color: #b91d21;
}

.c_header_popover {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear !important;
  transition: opacity 0.3s linear !important;
  padding: 20px;
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  background-color: #fff;
  z-index: 1200;
}

.c_header_popover.active {
  visibility: visible;
  opacity: 1;
}

.c_header_popover_container {
  max-width: 1094px;
}

.c_header_popover_left {
  margin-left: 4%;
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
  max-width: 59%;
}

.c_header_popover_center {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
}

.c_header_popover_center .c_header_popover_menu {
  width: 100%;
}

.c_header_popover_menu {
  width: 25%;
}

.c_header_popover_menu_item {
  padding-right: 6.4% !important;
}

.c_header_popover_menu .c_header_popover_menu_parent_link > a {
  color: black;
  letter-spacing: .12em;
  line-height: 2rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 3px;
  text-align: left;
  height: auto;
}

.c_header_popover_menu .c_header_popover_menu_parent_link > a:hover {
  text-decoration: underline;
  color: black;
}

.c_header_popover_menu .c_header_popover_menu_child_link > a {
  color: black;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: left;
  height: auto;
}

.c_header_popover_menu .c_header_popover_menu_child_link > a:hover {
  text-decoration: underline;
  color: black;
}

.c_header_popover .c_header_popover_brand_container {
  max-width: 960px;
  width: 100%;
}

.c_header_popover .c_header_popover_brand {
  width: 100%;
  max-width: 400px;
}

.c_header_popover .c_header_popover_brand_link {
  text-align: left;
  width: 10%;
  margin-bottom: 8px;
}

.c_header_popover .c_header_popover_brand_link:last-child {
  width: 20%;
}

.c_header_popover .c_header_popover_brand_link > a {
  min-width: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 8px 10px 6px !important;
  font-size: 1.1rem;
  color: black;
  line-height: 1;
  letter-spacing: .12em;
  height: auto;
}

.c_header_popover .c_header_popover_brand_link > a:hover {
  text-decoration: underline;
  color: black;
}

.c_header_popover .c_header_popover_brand_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.c_header_popover .c_header_popover_brand_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.c_header_popover .c_header_popover_brand_right a {
  width: 100%;
  display: block;
  height: auto;
}

.c_header_popover .c_header_popover_brand_right_image_label {
  height: 34px;
  text-align: left;
  font-size: 10px;
}

.c_header_popover .c_header_popover_brand_right_image_label p {
  font-weight: 700;
  line-height: 34px;
  color: #495057;
  letter-spacing: .12em;
}

.c_drawer_menu_button {
  padding: 30px 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

.c_drawer_menu_button a {
  width: calc(50% - 5px);
  display: inline-block;
  background: #f1f1f1;
  color: #000000;
  font-size: 1.3rem;
  height: 50px;
  line-height: 1;
  padding: 20px;
}

.c_drawer_menu_button a.btn-black {
  background-color: #666;
  color: #fff;
}

.c_drawer_menu_button a:hover {
  background: #000000;
  color: #f1f1f1;
}

.c_drawer_menu_button_login a:nth-child(2) {
  background: #f1f1f1;
  color: #000000;
}

.c_drawer_menu_button_login a:nth-child(2):hover {
  background: #000000;
  color: #f1f1f1;
}

.c_drawer_menu_list {
  margin-top: 15px;
}

.c_drawer_menu_list li {
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
}

.c_drawer_menu_list li a,
.c_drawer_menu_list li p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 16px 20px 10px;
  letter-spacing: .05em;
  display: inline-block;
  color: #000000;
  width: 100%;
}

.c_drawer_menu_list .c_drawer_item_list {
  line-height: 1.5;
  padding: 0 20px;
}

.c_drawer_menu_list .c_drawer_item_list:nth-child(1) {
  margin-bottom: 15px;
}

.c_drawer_menu_list .c_drawer_item_list a {
  display: inline-block;
  line-height: 1.5;
  padding: 5px 0;
  font-size: 1.4rem;
  padding-bottom: 5px;
  width: 100%;
}

.c_drawer_menu_list .c_drawer_item_list div:nth-child(2) {
  font-size: 1rem;
  padding-bottom: 12px;
}

.c_drawer_menu_list .c_drawer_parent_list {
  background-image: url(../../imgs/icon_arrow_right.svg);
  background-position: top 50% right 16px;
  background-repeat: no-repeat;
  background-size: 0.9rem;
}

.c_drawer_menu_register {
  margin-top: 50px;
  padding: 0 20px;
}

.c_drawer_menu_sns {
  margin: 30px 0;
  padding-left: 20px;
}

.c_drawer_menu_sns a {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0 !important;
  font-size: 1.2rem !important;
  line-height: 1.42857 !important;
}

.c_drawer_menu_sns img {
  width: 18px;
  height: 18px;
}

.c_drawer_child_list {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.c_drawer_child_list.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* SP表示：ITEM下層メニュー */
.c_drawer_child_list ul {
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 50px;
}

.c_drawer_child_list_heading {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
  padding: 7px 0;
  font-size: 1.3rem;
  letter-spacing: .075em;
}

.c_drawer_child_list_heading:hover {
  cursor: pointer;
}

.c_drawer_child_list_heading:after {
  background-image: url(../../imgs/icon_arrow_left.svg);
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0.9rem;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-size: 0.9rem;
  opacity: .5;
  margin-top: -0.6rem;
}

.c_drawer_menu_news {
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.c_drawer_menu_news .c_news_list {
  border-bottom: 1px solid #f1f1f1;
}

.c_drawer_menu_news .c_news_list:nth-child(3) {
  border-bottom: 1px solid transparent;
}

.c_drawer_menu_news .c_news_list .c_news_list_item {
  padding: 10px 20px;
  line-height: 1.5;
}

.c_drawer_menu_news .c_news_list .c_news_time {
  text-align: right;
  font-size: 1rem;
}

.c_drawer_menu_user {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.c_drawer_menu_user .c_drawer_menu_user_content {
  padding: 0 20px;
}

.c_drawer_menu_user_title {
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
}

.c_drawer_menu_user_item {
  margin-top: 10px;
  margin-bottom: 30px;
  gap: 5px;
}

.c_drawer_menu_user_item img {
  width: calc(20% - 5px);
}

.c_drawer_menu_detail {
  margin: 0 20px;
  text-align: center;
}

.c_drawer_menu_detail a {
  border: 1px solid #f1f1f1;
  color: #000000;
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.c_drawer_menu_detail a:hover {
  border: 1px solid transparent;
  color: #fff;
  background-color: #000000;
}

.c_drawer_close {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: 12000;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c_drawer_close_icon {
  position: relative;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 10px;
}

.c_drawer_close_icon:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c_drawer_close_icon:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c_drawer_b_close_icon {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  cursor: pointer;
}

.c_drawer_b_close_icon:before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c_drawer_b_close_icon:after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.open {
  height: 100%;
  overflow: hidden;
}

body.open .l_container {
  height: 100%;
  -webkit-transform: translate3d(calc(100% - 40px), 0, 0);
          transform: translate3d(calc(100% - 40px), 0, 0);
}

body.open .c_drawer_menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
  overflow-y: scroll;
}

body.open .c_drawer_close {
  visibility: visible;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: translate3d(calc(100% - 40px), 0, 0);
          transform: translate3d(calc(100% - 40px), 0, 0);
}

body.active {
  height: 100vh;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  overflow: hidden;
}

.hidden {
  overflow: hidden !important;
  display: block;
  /*追記*/
}

.c_drawer_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: calc(100% - 40px);
  height: 100vh;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-x: hidden;
}

.c_drawer_menu_b {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-x: hidden;
  -webkit-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: white;
  z-index: 70000;
  overflow-y: scroll;
}

.c_drawer_menu_b.active {
  left: 0;
}

.c_drawer_menu_b_icon {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.c_drawer_menu_b_icon:before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c_drawer_menu_b_icon:after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c_drawer_menu_b_top {
  width: 100%;
  line-height: 28px;
  background-color: #fff;
  z-index: 2;
  padding: 6px 10px;
}

.c_drawer_menu_b_list .c_drawer_parent_list {
  background-size: 12px;
  padding: 1.3rem 15px;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c_drawer_menu_b_list .c_drawer_parent_list > div:nth-child(1) {
  line-height: 24px;
  font-size: 1.1rem;
}

.c_drawer_menu_b_list .c_drawer_parent_list > div:nth-child(2) {
  width: 70%;
  min-width: 200px;
}

.c_drawer_menu_b_list .c_drawer_parent_list > div:nth-child(2) select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  height: 40px;
  line-height: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}

.c_drawer_menu_b_list .c_drawer_parent_list a {
  display: inline-block;
  width: 70%;
  min-width: 200px;
  padding: 0;
  font-size: 1.1rem;
}

.c_drawer_menu_b_list .c_drawer_parent_list a:hover {
  text-decoration: underline;
}

.c_drawer_menu_b_button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c_drawer_menu_b_button .c_button {
  padding: 11px 2px;
  line-height: 1.5;
  height: auto;
  width: 100%;
  font-size: 1.2rem;
}

.c_drawer_menu_b_button > div:nth-child(1) .c_button:hover {
  background: #000000;
  color: #f1f1f1;
}

.c_drawer_menu_b_button > div:nth-child(2) {
  margin-top: 19.8px;
  margin-bottom: 32px;
}

.c_drawer_menu_b_button > div:nth-child(2) .c_button {
  border-color: #ddd;
}

.c_drawer_form_content {
  width: 100%;
  padding-right: 50px;
  border-bottom: 1px solid #f1f1f1;
}

.c_drawer_form .c_drawer_link {
  padding: 9px 15px 9px 30px;
  display: block;
  margin-bottom: 0;
  position: relative;
}

.c_drawer_form .c_drawer_link:before {
  display: block;
  content: '';
  position: absolute;
  top: 1.1rem;
  left: 11px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border: 1px solid #999;
}

.c_drawer_form .c_drawer_link:after {
  display: none;
  content: '';
  position: absolute;
  left: 15px;
  top: 10px;
  width: 4px;
  height: 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_drawer_form .c_drawer_check_box {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.c_drawer_form .c_drawer_check_box:checked + .c_drawer_link:after {
  display: block;
}

.c_drawer_form_button {
  margin-top: 12px;
}

.c_drawer_form_button .c_button_white {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.c_drawer_form_button .c_button_white .c_button {
  vertical-align: middle;
  background-color: #fff;
  border-color: #ddd;
  color: #000;
  padding: 12px 5px;
  width: auto;
  height: auto;
  line-height: 1.5;
  font-size: 1.2rem;
}

.c_drawer_form_button .c_button_white .c_button:hover {
  background-color: #212529;
  color: #fff;
  border: 1px solid #fff;
}

.c_drawer_form_button .c_button_black {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.c_drawer_form_button .c_button_black .c_button {
  vertical-align: middle;
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 12px 5px;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-size: 1.2rem;
}

.c_drawer_child_list_heading {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
  padding: 7px 0;
  font-size: 1.3rem;
  letter-spacing: .075em;
}

.c_drawer_child_list_heading:hover {
  cursor: pointer;
}

.c_drawer_child_list_heading:after {
  background-image: url(../../imgs/icon_arrow_left.svg);
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0.9rem;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-size: 0.9rem;
  opacity: .5;
  margin-top: -0.6rem;
}

.c_drawer_b_list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow-y: scroll;
}

.c_drawer_b_list.active {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c_drawer_b_list_back {
  position: relative;
  background-color: #f1f1f1;
  font-size: 1.3rem;
  letter-spacing: .075em;
  padding: 6px 25px;
  text-align: left;
  cursor: pointer;
}

.c_drawer_b_list_back:hover {
  text-decoration: underline;
}

.c_drawer_b_list_back:after {
  background-image: url(../../imgs/icon_arrow_left.svg);
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0.9rem;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-size: 0.9rem;
  opacity: .5;
  margin-top: -0.6rem;
}

.c_drawer_b_list_heading {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: .075em;
  padding: 6px 15px;
  text-align: left;
  background-color: #ddd;
}

.c_drawer_b_brand_list,
.c_drawer_b_shop_list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow-y: scroll;
}

.c_drawer_b_brand_list.active,
.c_drawer_b_shop_list.active {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  height: calc(100% - 80px);
}

.c_drawer_b_brand_list_button,
.c_drawer_b_shop_list_button {
  z-index: 900000;
  -webkit-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.c_drawer_b_brand_list_button.active,
.c_drawer_b_shop_list_button.active {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}

.c_breadcrumb {
  padding: 18px 0 9px;
}

.c_breadcrumb_item + .c_breadcrumb_item {
  padding-left: 5px;
}

.c_breadcrumb_item + .c_breadcrumb_item::before {
  content: '>';
  display: inline-block;
  padding-right: 5px;
  color: #6c757d;
  font-size: 17px;
  line-height: 0;
}

.c_breadcrumb_item a {
  color: #000000;
  font-size: 1.1rem;
}

.c_breadcrumb_item a:hover {
  text-decoration: underline;
}

.c_pagenation {
  margin: 18px 0;
}

.c_pagenation_list_item {
  position: relative;
  margin: 0 6px;
}

.c_pagenation_list_item:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.c_pagenation_list_item a {
  color: #000000;
  font-size: 12px;
  display: block;
  padding: 6px 9px;
  line-height: 1.5;
}

.c_pagenation_list_item.active {
  background-color: #000;
}

.c_pagenation_list_item.active a {
  color: #fff;
}

.c_pagenation_list_item.is-active a {
  color: #939393;
  position: relative;
  font-weight: bold;
}

.c_pagenation_list_item.is-active a:after {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
  background-color: #939393;
}

.c_pagenation_pager {
  text-indent: 100%;
  padding: 6px 9px;
  height: 100%;
  width: 27px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.c_pagenation_pager:hover {
  cursor: pointer;
}

.c_pagenation_prev {
  background-image: url(../../imgs/icon_arrow_left.svg);
}

.c_pagenation_next {
  background-image: url(../../imgs/icon_arrow_right.svg);
}

.c_social {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  width: 100%;
  margin: 0 0 0 auto;
  max-width: 160px;
}

@media (max-width: 991px) {
  .c_social {
    margin: 0 auto;
  }
}

.c_social_icon {
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
}

.c_social_icon img {
  width: 18px;
  height: 18px;
}

.c_footer_b_upper {
  /*border-top: 1px solid #f1f1f1;*/
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .c_footer_b_upper {
    padding-bottom: 10px !important;
  }
}

.c_footer_b_logo {
  background-image: url(../../imgs/logo.svg);
  background-repeat: no-repeat;
  background-position: 0;
  width: 160px;
  height: 36px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .c_footer_b_logo {
    width: 40%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c_footer_b_info {
  margin-left: 40px;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .c_footer_b_info {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    /* フッターborder */
    border-bottom: 1px solid #f1f1f1;
    flex: 0 1 100%;
  }
}

.c_footer_b_social {
  margin-left: auto;
  width: 300px;
}

@media (max-width: 991px) {
  .c_footer_b_social {
    width: 100px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.c_footer_b_list {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #222;
}

@media (max-width: 991px) {
  .c_footer_b_list {
    padding: 0;
  }
}

.c_footer_b_item {
  margin: 0 auto;
  color: #fff;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media (max-width: 991px) {
  .c_footer_b_item_list {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

.c_footer_b_item_list .c_footer_b_item_title {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  background-image: none;
  font-size: 1.4rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .c_footer_b_item_list .c_footer_b_item_title {
    cursor: pointer;
    border-top: 1px solid #000;
    background-image: url(../../imgs/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: center right 0px;
    background-size: 15px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 18px 0px 12px;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .c_footer_b_item_list .c_footer_b_item_title.active {
    background-image: url(../../imgs/icon_minus.svg);
  }
}

@media (max-width: 991px) {
  .c_footer_b_item_list dd {
    display: none;
  }
}

@media (max-width: 991px) {
  .c_footer_b_item_list dd ul {
    padding: 0 10px !important;
    margin-bottom: 12px;
  }
}

.c_footer_b_item_list a {
  display: block;
  padding: 6px 0;
  color: #fff;
}

.c_footer_b_item_list a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .c_footer_b_item_list a {
    font-size: 1.4rem;
  }
}

.c_footer_b_item_list p {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .c_footer_b_item_list p {
    font-size: 1.1rem;
  }
}

.c_footer_b_item_list .c_button_white {
  margin-bottom: 18px; /* 各ボタンの間に18pxのスペースを追加 */
}

/* 最後のボタンの下部に余計なスペースが入らないようにする */
.c_footer_b_item_list .c_button_white:last-child {
  margin-bottom: 0;
}

.c_footer_b_item_list .c_button_white .c_button {
  width: 100%;
  padding: 1px 0 0;
  font-size: 1.2rem;
  border-color: #ddd;
  border-radius: 0px;
}

@media (max-width: 991px) {
  .c_footer_b_item_list .c_button_white .c_button {
    font-size: 1.2rem;
    padding: 15px 2px 9px;
    height: auto;
    line-height: 1.5;
  }
}

.c_footer_b_item_list .c_button_white .c_button:hover {
  text-decoration: none;
  border-color: #000000;
}

.c_footer_b_item .c_footer_b_col_customer {
  margin-top: 60px;
  margin-bottom: 12px;
  width: 100%;
  display: block;
}

@media (max-width: 991px) {
  .c_footer_b_item .c_footer_b_col_customer {
    margin-top: 0;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .c_footer_b_item .c_footer_b_col_customer ul li {
    width: 100%;
  }
}

.c_footer_b_item .c_footer_b_col_customer ul li + li a:before {
  content: "/";
  display: inline-block;
  margin: 0 6px;
}

@media (max-width: 991px) {
  .c_footer_b_item .c_footer_b_col_customer ul li + li a:before {
    display: none;
  }
}

.c_footer_b_item .c_footer_b_col_content,
.c_footer_b_item .c_footer_b_col_about {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666666667%;
          flex: 0 0 16.666666667%;
  max-width: 16.66666667%;
}

.c_footer_b_item .c_footer_b_col_info {
  padding-right: 10px;
}

@media (max-width: 991px) {
  .c_footer_b_item .c_footer_b_col_info {
    padding: 20px 10px;
  }
}

.c_footer_b_item .c_footer_b_col_info,
.c_footer_b_item .c_footer_b_col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.c_footer_b_item .c_footer_b_col_info dd,
.c_footer_b_item .c_footer_b_col_item dd {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 992px) {
  .c_footer_b_item .c_footer_b_col_item dd{
    display: flex;
  }
}

@media (max-width: 991px) {
  .c_footer_b_item .c_footer_b_col_info dd,
  .c_footer_b_item .c_footer_b_col_item dd {
    margin: 0;
  }

  .c_footer_b_list .c_footer_b_col_info {
    order: -1;
  }

  .c_footer_b_col_item dl {
    display: block;
    transition: display 0.3s ease;
  }

  .c_footer_b_col_item dd.flex-mode {
      display: flex;
  }
}

.c_footer_b_item .c_footer_b_col_info ul,
.c_footer_b_item .c_footer_b_col_item ul {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.l_footer_b_copyright {
  background-color: #222;
  border: 2px solid #000;
  margin-top: 0;
  padding: 20px 5%;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .l_footer_b_copyright {
    padding: 20px 10px;
    border: none;
  }
}

@media (max-width: 991px) {
  .l_footer_b_copyright div {
    padding: 0;
  }
}

.c_link_top_button {
  display: none;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 20;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c_link_top_button.active {
  display: block;
}

.c_link_top_button a {
  display: block;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
}

.c_link_top_button_icon {
  background-image: url(../../imgs/icon_arrow_top.svg);
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

.c_news {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  width: 45%;
}

.c_news:hover .c_news_desc div {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .c_news {
    width: 100%;
  }

  .c_news:first-child {
    border-bottom: none;
  }
}

.c_news:nth-child(-n+2) {
  border-top: 1px solid #ddd;
}

.c_news_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.c_news_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.c_news_desc .c_news_s {
  font-size: 1.2rem;
  /*margin-bottom: 10px;*/
}

.c_news_desc .c_news_s:first-child {
  font-size: 1.4rem;
  color: #6c757d!important;
  margin-bottom: 10px;
}

.c_news_desc .c_news_shop_name {
  font-size: 1.2rem;
}

.c_news_desc .c_news_m {
  font-size: 1.4rem;
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
  margin-top: 4px;
  margin-bottom: 6px;
}

.c_blog {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  width: 45%;
}

@media (max-width: 991px) {
  .c_blog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

.c_blog:nth-child(-n+2) {
  border-top: 1px solid #ddd;
}

.c_blog_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.c_blog_desc {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1;
}

.c_blog_desc:hover div {
  text-decoration: underline;
}

.c_blog_desc .c_blog_date {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.c_blog_desc .c_blog_title {
  min-height: 42px;
  font-size: 1.4rem;
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
}

.c_blog_authoInfo {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.c_blog_authoInfo_left {
  width: 15%;
}

.c_blog_authoInfo_left img {
  width: 100%;
  border-radius: 50%;
}

.c_blog_authoInfo_right {
  margin-left: 15px;
}

.c_blog_desc .c_blog_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c_feature {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .c_feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c_feature_item {
  margin-bottom: -80px;
}

@media (max-width: 991px) {
  .c_feature_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 30px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_feature_item:nth-child(even) .c_feature_item_image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 991px) {
  .c_feature_item:nth-child(even) .c_feature_item_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 991px) {
  .c_feature_item:nth-child(even) .c_feature_item_desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 991px) {
  .c_feature_item:nth-child(even) {
    padding-left: 5px;
    padding-right: 10px;
  }
}

.c_feature_item:last-child {
  margin-bottom: 0;
}

.c_feature_item_image {
  width: 50%;
}

@media (max-width: 991px) {
  .c_feature_item_image {
    width: 100%;
  }
}

.c_feature_item_desc {
  padding-left: 80px;
  width: 50%;
}

@media (max-width: 991px) {
  .c_feature_item_desc {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    line-height: 40px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c_feature_item_name {
  margin-bottom: 32px;
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
  font-size: 2.4rem;
  line-height: 38px;
  padding-right: 32px;
}

@media (max-width: 991px) {
  .c_feature_item_name {
    margin-bottom: 16px;
    font-size: 1.4rem;
    height: 100%;
    min-height: 70px;
    line-height: 20px;
    overflow-wrap: break-word;
    padding-right: 0;
  }
}

.c_feature_item_date {
  margin-bottom: 64px;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 991px) {
  .c_feature_item_date {
    margin-bottom: 18px;
  }
}

.c_feature_topic_detail {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .c_feature_topic_detail {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .c_feature_topic_detail > div {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 20px;
  }
}

.c_feature_topic_detail span:nth-child(1) {
  font-size: 1.6rem;
  color: #5a471c;
}

.c_feature_topic_detail span:nth-child(2) {
  font-size: 6rem;
  color: #5a471c;
  margin: 0 15px 0 5px;
}

.c_feature_topic_detail span:nth-child(3) {
  font-size: 3rem;
  color: #5a471c;
}

.c_feature_topic_detail h3 {
  font-size: 2.1rem;
  line-height: 1.8;
  font-weight: 700;
}

.c_feature_topic_detail a {
  text-decoration: underline;
}

.c_shop_page_tab {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .c_shop_page_tab > div {
    width: calc(50% - 10px);
  }
}

@media (max-width: 991px) {
  .c_shop_page_tab .c_button {
    width: 100%;
  }
}

.c_shop_menu {
  background-color: #000000;
  height: 40px;
  z-index: 10000;
}

.c_shop_menu.active {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .c_shop_menu {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    max-width: 1080px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 54px;
  }
}

.c_shop_menu_container {
  max-width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .c_shop_menu_container {
    height: 40px;
    max-height: 100%;
  }
}

.c_shop_menu_button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.c_shop_menu_button i {
  background-image: url(../../imgs/shop/icon_plus_black.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-transform: scale(0.48);
          transform: scale(0.48);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.c_shop_menu_button.active i {
  background-image: url(../../imgs/shop/icon_minus_black.svg);
}

@media (max-width: 991px) {
  .c_shop_menu_button {
    right: 10px;
  }

  .c_shop_menu_list .c_social_icon {
    margin-right: auto!important;
    margin-left: auto!important;
  }

  .c_social_icon_sp-menu {
    display: flex;
    justify-content: center;
  }

  .c_shop_menu_list .c_social_icon.c_social_icon_sp-icon {
    margin: 0 15px!important;
  }
}

.c_shop_menu_list {
  display: none;
  padding: 18px 0;
  background-color: #fff;
  position: relative;
  z-index: 10000;
  margin-top: 1px;
}

.c_shop_menu_list li {
  line-height: 38px;
  text-align: center;
}

.c_shop_menu_list li a {
  display: block;
  color: #000;
  font-size: 1.4rem;
  margin: 0 15px;
}

.c_shop_menu_list li a:hover {
  color: #b91d21;
  text-decoration: underline;
}

.c_shop_menu_name {
  width: 15%;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  letter-spacing: .05em;
  position: absolute;
  left: 10%;
  line-height: 40px;
}

@media (max-width: 991px) {
  .c_shop_menu_name {
    font-size: 1.4rem;
    width: auto;
    font-weight: 400;
    left: 10px;
    color: black;
  }
}

.c_shop_menu_sns {
  /*width: 15%;
  max-width: 150px;*/
  width: 17%;
  position: absolute;
  right: 0;
  text-align: right;
}

.c_shop_menu_sns a {
  /*width: 30px;
  height: 30px;
  padding: 6px;
  margin: 0 6px;*/
  width: 20px;
  height: 20px;
  margin: 0 4px;
  display: inline-block;
}

.c_shop_menu_sns a.c_shop_menu_sns__text {
  color: #fff;
  width: auto;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: .12em;
  line-height: 43px;
  height: 41px;
  padding-top: 1.5px;
}

/* ショップ詳細：shop concept */
.c_shop_menu__concept {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  margin: 10px auto 0;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  transition: opacity 300ms ease 100ms;
  width: 90%;
}
.c_shop_menu__concept::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px;
  border-color: transparent transparent #000;
  margin-left: -12px;
}
.c_shop_menu__concept.is-open {
  display: block;
  opacity: 1;
  max-height: max-content;
  padding: 10px;
  overflow: visible;
}

@media (min-width: 990px) {
  .c_shop_menu__concept.is-open {
    display: none;
  }
}
@media (min-width: 990px) {
  .c_shop_menu__concept {
    display: none;
  }
}
.c_shop_menu__concept-pc {
  padding: 40px 0;
  background-color: #cc0001;
  color: #fff;
  transition: opacity 300ms linear;
  font-size: 12px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 989px) {
  .c_shop_menu__concept-pc {
    display: none;
  }
}
.c_shop_menu__concept-pc.is-active {
  visibility: visible;
  opacity: 1;
}
.c_shop_menu__concept-pc p {
  font-size: inherit;
  padding: 0;
  margin: 0;
}
.c_shop_menu.active + .c_shop_menu__concept-pc{
  position: fixed;
  top: 94px;
}
/* //ショップ詳細：shop concept */

.c_shop_name {
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 991px) {
  .c_shop_name {
    padding: 20px 0;
  }
}

.c_shop_name_title {
  font-size: 36px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .c_shop_name_title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.c_shop_name_subtitle {
  font-size: 1.8rem;
}

@media (max-width: 991px) {
  .c_shop_name_subtitle {
    font-size: 1rem;
  }
}

.c_shop_snap_item {
  display: block;
  width: 25%;
  padding: 0 6px;
}

.c_shop_snap_item:hover .c_shop_snap_item_desc div {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .c_shop_snap_item {
    width: 50%;
    padding: 0 18px;
    margin-bottom: 18px;
  }
}

.c_shop_snap_item_desc {
  margin-top: 12px;
}

.c_shoplist_item {
  padding-bottom: 25px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

@media (max-width: 991px) {
  .c_shoplist_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.c_shoplist_item_link {
  font-size: 1.4rem;
}

.c_shoplist_item_link:hover {
  text-decoration: underline;
}

.c_brand_headline {
  margin-top: 40px;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .c_brand_headline {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .c_brand_headline .p_store_item_social {
    margin: 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: 27px;
  }
}

.c_brand_name {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .c_brand_name {
    margin-left: 0;
    text-align: center;
  }
}

.c_brand_name_title {
  font-size: 1.8rem;
  margin: 10px 0;
}

.c_brand_name_subtitle {
  margin-bottom: 9px;
}

.c_brand_detail {
  margin: 20px 100px 40px 0;
  line-height: 24px;
}

@media (max-width: 991px) {
  .c_brand_detail {
    margin: 20px 0 40px 0;
  }
}

.c_brand_news {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 991px) {
  .c_brand_news {
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.c_brand_news a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .c_brand_news a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c_brand_news a .c_news_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

@media (max-width: 991px) {
  .c_brand_news a .c_news_thumbnail {
    -ms-flex-preferred-size: 41.666%;
        flex-basis: 41.666%;
  }
}

.c_brand_news a .c_news_s {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.c_brand_news a .c_news_m {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.c_brand_news a .c_news_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  margin-top: 16px;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .c_brand_news a .c_news_desc {
    -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
    margin: 0;
  }
}

.c_brand_blog {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border: none !important;
}

@media (max-width: 991px) {
  .c_brand_blog {
    padding: 10px 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.c_brand_blog a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c_brand_blog a .c_news_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

@media (max-width: 991px) {
  .c_brand_blog a .c_news_thumbnail {
    -ms-flex-preferred-size: 41.666%;
        flex-basis: 41.666%;
  }
}

.c_brand_blog a .c_news_s {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.c_brand_blog a .c_news_s {
  font-size: 1.1rem;
}

.c_brand_blog a .c_news_m {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.c_brand_blog a .c_news_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  margin-top: 16px;
  width: 100%;
}

@media (max-width: 991px) {
  .c_brand_blog a .c_news_desc {
    -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
    margin: 0;
    margin-top: 8px;
    padding: 0;
  }
}

.c_brand_snap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border: none !important;
}

@media (max-width: 991px) {
  .c_brand_snap {
    padding: 10px 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.c_brand_snap a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c_brand_snap a .c_news_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

@media (max-width: 991px) {
  .c_brand_snap a .c_news_thumbnail {
    -ms-flex-preferred-size: 41.666%;
        flex-basis: 41.666%;
  }
}

.c_brand_snap a .c_news_s {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.c_brand_snap a .c_news_s {
  font-size: 1.1rem;
}

.c_brand_snap a .c_news_m {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.c_brand_snap a .c_news_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  margin-top: 16px;
  width: 100%;
}

@media (max-width: 991px) {
  .c_brand_snap a .c_news_desc {
    -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
    margin: 0;
    margin-top: 8px;
    padding: 0;
  }
}

.c_brand_news_all_button {
  margin-top: 40px;
  margin-bottom: 80px;
}

.c_brand_news_all_button > div {
  max-width: 130px;
  margin-right: auto;
  margin-left: auto;
}

.c_brand_news_all_button .c_button {
  width: 100%;
  height: auto;
  line-height: 1.5;
  padding: 15px 2px;
}

.c_brand_blog {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .c_brand_blog {
    margin-bottom: 36px;
  }
}

.c_info {
  border-top: 1px solid #dee2e6 !important;
  padding: 36px 0;
}

@media (max-width: 991px) {
  .c_info {
    margin: 0 10px;
  }
}

.c_info > div {
  margin-bottom: 40px;
  line-height: 2.5;
}

.c_info_item {
  padding-bottom: 50px;
}

.c_info_item h5 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbb;
  font-size: 1.5rem;
}

.c_info_item p {
  margin-bottom: 12px;
  line-height: 2.5;
}

.c_info_item p a:hover {
  text-decoration: underline;
}

.c_info_item ol {
  list-style: auto;
  margin-left: 12px;
  margin-bottom: 12px;
  line-height: 2.5;
}

.c_info_item ol ol {
  margin-bottom: 0;
}

.c_col_2 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 76px;
}

.c_col_2_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  /*margin-bottom: 20px;*/
}

@media (max-width: 991px) {
  .c_col_2_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /*margin-bottom: 40px;*/
  }
}

@media (max-width: 991px) {
  .c_col_3 {
    margin: 0 -10px;
  }
}

.c_col_3_item {
  width: 33.33333333%;
}

@media (max-width: 991px) {
  .c_col_3_item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.c_col_4_item {
  width: 25%;
}

@media (max-width: 991px) {
  .c_col_4_item {
    width: 50%;
    margin-bottom: 40px;
  }
}

.c_col_7_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%;
  padding: 5px;
}

@media (max-width: 991px) {
  .c_col_7_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.scroll-bar {
  background-color: #d13e3b !important;
}

.containers {
  width: 600px;
  height: 600px;
  /*--スクロールを表示する際に高さは必須--*/
  overflow: hidden;
  margin: 10px auto;
  background-color: #f9f9f9;
  text-align: left;
}

/*--以下は自由に変更可能--*/
.scrollContainer ul li {
  display: block;
  padding: 2em;
  border-bottom: dashed 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scrollContainer ul li h2 {
  font-size: 1.6rem;
  margin-bottom: .5em;
}

.scrollContainer ul li p {
  font-size: 1.4rem;
  line-height: 2;
}

/*--スクロールバーの色を変更したい方のみ 追加--*/
.scroll-bar {
  background-color: #d13e3b !important;
}

.c_slider {
  margin: 10px 0 30px;
}

@media (max-width: 991px) {
  .c_slider {
    margin: 0 0 20px;
  }
}

.c_slider_thumbnail {
  width: 100%;
  margin: 0 -10px;
}

@media (max-width: 991px) {
  .c_slider_thumbnail {
    margin: 0;
  }
}

.c_slider_thumbnail .c_slider_thumbnail_item {
  /*width: calc(20% - 20px) !important;*/
  margin: 10px;
}

/*.c_slider_thumbnail .slick-track {
  width: 100% !important;
}*/

.c_sidebar {
  -ms-flex-preferred-size: 20.34%;
      flex-basis: 20.34%;
  max-width: 20.34%;
  padding-right: 5.1%;
}

.c_sidebar_title {
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #000;
  /*font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;*/
}

.c_sidebar_title_b {
  font-weight: 400;
  padding: 10px 0 6px;
  border-bottom: 1px solid #ddd;
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
}

.c_sidebar_link {
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: initial;
  margin-bottom: 0;
  border-radius: 0 !important;
  padding: 10.8px;
  display: block;
  cursor: pointer;
}

.c_sidebar_link:hover {
  background-color: #f1f1f1;
}

.c_sidebar_item {
  overflow: hidden !important;
  position: relative;
  margin-bottom: 12px;
}

.c_sidebar_area {
  max-height: 300px;
  width: calc(100% + 50px);
  padding-right: 50px;
  overflow-y: scroll !important;
  -ms-overflow-style: none;
  border-bottom: 1px solid #f1f1f1;
}

.c_sidebar_area_b .c_sidebar_link {
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: initial;
  margin-bottom: 0;
  border-radius: 0 !important;
  padding: 10.8px;
  display: block;
}

.c_sidebar_area_b .c_sidebar_link.active {
  background-color: #ddd;
}

.c_sidebar_area_b .c_sidebar_link.active:hover {
  background-color: #ddd;
}

.c_sidebar_area_b .c_sidebar_link:hover {
  background-color: initial;
  text-decoration: underline;
}

.c_sidebar_form_content {
  max-height: 300px;
  width: calc(100% + 50px);
  padding-right: 50px;
  border-bottom: 1px solid #f1f1f1;
  overflow-y: scroll;
}

.c_sidebar_form .c_sidebar_link {
  padding: 9px 15px 9px 36px;
  display: block;
  margin-bottom: 0;
  position: relative;
}

.c_sidebar_form .c_sidebar_link:before {
  display: block;
  content: '';
  position: absolute;
  top: 1.1rem;
  left: 11px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.c_sidebar_form .c_sidebar_link:after {
  display: block;
  content: '';
  position: absolute;
  top: 1.1rem;
  left: 11px;
  width: 10px;
  height: 10px;
  background: no-repeat 50%/50% 50%;
}

.c_sidebar_form .c_sidebar_check_box {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.c_sidebar_form .c_sidebar_check_box:checked + .c_sidebar_link:before {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 0 2.4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 2.4px rgba(0, 0, 0, 0.25);
}

.c_sidebar_form .c_sidebar_check_box:checked + .c_sidebar_link:after {
  background-image: none;
  content: "\2714";
  color: #000;
  top: 8.4px;
  left: 12px;
}

.c_sidebar_form_button {
  margin-top: 12px;
}

.c_sidebar_form_button_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 12px;
  height: 80px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.c_sidebar_form_button_sp div:nth-child(1) {
  margin-right: 3px;
}

.c_sidebar_form_button_sp div:nth-child(1) .c_button {
  width: 100%;
  border-color: #000000 !important;
}

.c_sidebar_form_button_sp div:nth-child(2) {
  margin-left: 6px;
}

.c_sidebar_form_button .c_button_white {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.c_sidebar_form_button .c_button_white .c_button {
  vertical-align: middle;
  background-color: #fff;
  border-color: #ddd;
  color: #000;
  padding: 12px 5px;
  width: auto;
  height: auto;
  line-height: 1.5;
  font-size: 1.2rem;
}

.c_sidebar_form_button .c_button_white .c_button:hover {
  background-color: #212529;
  color: #fff;
  border: 1px solid #fff;
}

.c_sidebar_form_button .c_button_black {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.c_sidebar_form_button .c_button_black .c_button {
  vertical-align: middle;
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 12px 5px;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-size: 1.2rem;
}

.c_sidebar_archive {
  max-height: 250px;
  width: calc(100% + 50px);
  padding-right: 50px;
  overflow-y: scroll !important;
  -ms-overflow-style: none;
  border-bottom: 1px solid #f1f1f1;
}

.c_sidebar_archive .c_sidebar_link {
  padding: 12px 0 0 0;
  border-bottom: none;
}

.c_sidebar_archive .c_sidebar_link:hover {
  text-decoration: underline;
  background-color: #fff;
}

#idContents01 {
  width: 500px;
  height: 400px;
  margin: 0 auto;
  padding-top: 15px;
}

#idContents01 .clTxt01 {
  padding: 20px;
  font-size: 12px;
  line-height: 1.2em;
}

.scroll-pane {
  width: 100%;
  height: 400px;
  overflow: auto;
  font-size: 12px;
}

.jspVerticalBar {
  background: white;
}

.jspDrag {
  background: #000000;
}

.jspTrack {
  background: #fff !important;
}

.js-sidebar-archive-child {
  display: none;
}

.c_archive:hover {
  text-decoration: underline;
}

.c_archive_col_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border: none !important;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .c_archive_col_4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.c_archive_col_4 .c_archive_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c_archive_col_4 .c_archive_item .c_archive_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* 修正・追加 */
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 991px) {
  .c_archive_col_4 .c_archive_item .c_archive_thumbnail {
    -ms-flex-preferred-size: 41.666%;
        flex-basis: 41.666%;
  }
}

.c_archive_col_4 .c_archive_item .c_archive_thumbnail img {
  height: 100%;
  object-fit: contain;
  display: block;
}

.c_archive_col_4 .c_archive_item .c_archive_s {
  margin-bottom: 0;
  font-size: 1.1rem;
}

/* 文字色変更（クラス追加） */
.c_archive_s_color {
  color: #555;
}

@media (max-width: 991px) {
  .c_archive_col_4 .c_archive_item .c_archive_s {
    font-size: 1.2rem;
  }
}

.c_archive_col_4 .c_archive_item .c_archive_m {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-family: Libre Baskerville,Noto Serif JP,Arial,serif;
}

.c_archive_col_4 .c_archive_item .c_archive_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .c_archive_col_4 .c_archive_item .c_archive_desc {
    -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
    margin: 0;
    margin-top: 8px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .c_archive_col_4 .c_archive_item_min {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c_archive_col_4 .c_archive_item_min .c_archive_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  margin-top: 16px;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .c_archive_col_4 .c_archive_item_min .c_archive_desc {
    -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .c_archive_sp_col_1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 5px !important;
    border-bottom: 1px solid #ddd !important;
  }
}

.c_archive_sp_col_1 .c_archive_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .c_archive_sp_col_1 .c_archive_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.c_archive_sp_col_1 .c_archive_item .c_archive_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  margin-top: 16px;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .c_archive_sp_col_1 .c_archive_item .c_archive_desc {
    -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
    margin: 0;
  }
}

.c_archive_badge:hover {
  text-decoration: none;
}

.c_archive_badge span {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-align: left;
  color: #555;
  background: transparent;
}

@media (max-width: 991px) {
  .c_archive_badge span {
    font-size: 1.2rem;
  }
}

.c_archive_badge span:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 3px;
  height: 1px;
  width: 14px;
  background: #555;
  vertical-align: middle;
}

/*project*/
.p_item a {
  width: calc(50% - 6px);
  display: block;
  padding: 7px;
  margin: 3px;
  padding-bottom: 36px;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 991px) {
  .p_item a {
    padding: 0 2.5px 2.5px 2.5px;
  }
}

.p_item a:hover {
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #ddd;
          box-shadow: 0 0 8px #ddd;
}

.p_item a img {
  width: 100%;
}

@media (max-width: 991px) {
  .p_item a > div:nth-child(2) {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10.5px;
    margin-top: 4.8px;
    text-align: left;
  }
}

.p_item_brand {
  margin-top: 18px;
  line-height: 1;
}

@media (max-width: 991px) {
  .p_item_brand {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.p_item_name {
  padding-top: 8px;
  line-height: 1;
}

@media (max-width: 991px) {
  .p_item_name {
    font-size: 1.3rem;
  }
}

.p_item_price {
  margin-bottom: 3px;
  padding-top: 8px;
}

@media (max-width: 991px) {
  .p_item_price {
    margin-bottom: 3px;
    letter-spacing: .08em;
    font-size: 1.3rem;
  }
}

.p_item_price span:nth-child(1) {
  font-weight: 700;
}

.p_item_price span:nth-child(2) {
  margin-left: 4px;
  height: 19px;
  line-height: 19px;
  display: inline-block;
}

.p_item_price_sale {
  color: #d94d4d;
}

.p_item_col2_wrapper {
  padding: 0 20px;
}

@media (max-width: 991px) {
  .p_item_col2_wrapper {
    padding: 0 3px;
  }
}

.p_item_col2,
.p_item_col3,
.p_item_col4 {
  padding: 7px;
  margin: 3px;
  padding-bottom: 36px;
}

@media (max-width: 991px) {
  .p_item_col2,
  .p_item_col3,
  .p_item_col4 {
    padding: 2.5px;
    padding-top: 0px;
    margin: 3px;
  }
}

.p_item_col2:hover,
.p_item_col3:hover,
.p_item_col4:hover {
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #ddd;
  box-shadow: 0 0 8px #ddd;
}

.p_item_col2 {
  width: calc(50% - 6px);
}

.p_item_col3 {
  width: calc(33% - 6px);
}

.p_item_col4 {
  width: calc(25% - 6px);
}

@media (max-width: 991px) {
  .p_item_col4 {
    width: calc(50% - 6px);
  }
}

.shop_panel_title {
  width: 80%;
  margin-bottom: 18px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .shop_panel_title {
    width: 100%;
  }
}

.js-brand-panel,
.js-shop-panel {
  display: none;
}

.is_show {
  display: block;
}

.not_show {
  display: none;
}

.is_active {
  font-weight: bold;
}

.p_shop {
  width: 80%;
}

@media (max-width: 991px) {
  .p_shop {
    width: 100%;
    padding: 0 10px;
  }
}

.p_shop_item {
  width: 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 3.6rem;
}

@media (max-width: 991px) {
  .p_shop_item {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.p_shop_item_img {
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .p_shop_item_img {
    max-width: 560px;
    margin-bottom: 12px;
  }
}

.p_shop_item_img a {
  display: block;
}

.p_shop_item_title {
  min-height: 80px;
}

.p_shop_item_logo {
  width: 150px;
}

.p_shop_item_logo div {
  width: auto;
  max-height: 60px;
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  .p_shop_item_logo div {
    max-height: 100%;
  }
}

.p_shop_item_logo div img {
  width: auto;
  max-height: 60px;
}

@media (max-width: 991px) {
  .p_shop_item_logo div img {
    height: 100px;
    max-height: 100%;
  }
}

.p_shop_item_name {
  width: calc(100% - 150px);
}

.p_shop_item_name:hover {
  text-decoration: underline;
}

.p_shop_item_name div:nth-child(1) {
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  .p_shop_item_name div:nth-child(1) {
    margin-bottom: 1px;
    font-weight: 700;
  }
}

.p_shop_item_desc {
  padding: 12px 0;
  margin-bottom: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1.5;
}

.p_index_shop_link {
  font-size: 1.2rem;
  text-decoration: underline;
}

.p_index_shop_link a {
  color: #000000;
}

.p_index_shop_link_top {
  margin-right: 3.6rem;
}

.p_stores_top_heading {
  margin-top: 40px !important;
}

@media (max-width: 991px) {
  .p_stores_top_heading {
    margin-top: 20px !important;
  }
}

.p_stores_list_item {
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 10px;
}

.p_stores_list_item:first-of-type .p_stores_list_area_name {
  border-top: none;
}

.p_stores_list_area_name {
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  margin-bottom: 18px;
  padding: 20px 10px;
  text-align: left;
}

@media (max-width: 991px) {
  .p_stores_list_area_name {
    margin: 0 -10px 18px;
  }
}

.p_stores_list_info {
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.p_stores_list_info:last-child {
  border-bottom: none;
}

@media (max-width: 991px) {
  .p_stores_list_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p_stores_list_store_name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .p_stores_list_store_name {
    padding: 0;
    margin-bottom: 12px;
  }
}

.p_stores_list_store_detail {
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.p_stores_list_store_detail dl {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 6px;
}

.p_stores_list_store_detail dl .p_store_detail1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
}

.p_stores_list_store_detail dl .p_store_detail2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 60px);
          flex: 0 1 calc(100% - 60px);
  margin-bottom: 0;
  margin-left: 16.8px;
  font-size: 13px;
}

.p_stores_list_store_button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27%;
          flex: 0 1 27%;
}

@media (max-width: 991px) {
  .p_stores_list_store_button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    margin: 19px 0 12px;
  }
}

.p_stores_list_store_button .c_button {
  width: 100%;
  border-color: #ddd;
}

@media (max-width: 991px) {
  .p_stores_list_store_button .c_button {
    padding: 11px 2px;
    height: auto;
    line-height: 1.5;
  }
}

.p_store_map_link {
  text-decoration: underline;
}

.p_stores_index_button {
  margin: 36px 0 20px;
}

.p_stores_index_button .c_button {
  width: 100%;
  border-color: #ddd;
  padding: 11px 2px;
  height: auto;
  line-height: 1.5;
}

.p_stores_index_button .c_button:hover {
  background-color: #fff;
  color: #212529;
  border-color: #ddd;
}

.p_store {
  margin-right: -10px;
  margin-left: -10px;
  padding: 0 10px;
}

.p_store_heading {
  font-size: 1.8rem;
  margin-bottom: 12px;
  line-height: normal;
}

@media (max-width: 991px) {
  .p_store_heading {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .p_store_name {
    padding: 0 10px;
  }
}

.p_store_image {
  margin-bottom: 20px;
}

.p_store_image > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .p_store_image > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}

.p_store_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .p_store_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 10px 36px;
  }
}

@media (max-width: 991px) {
  .p_store_item:first-of-type {
    margin: 0 10px 9px;
  }
}

.p_store_item_detail {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin-bottom: 9px;
}

.p_store_item_detail dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
}

.p_store_item_detail dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 72px);
          flex: 0 1 calc(100% - 72px);
  margin-bottom: 0;
  margin-left: 16.8px;
  font-size: 13px;
}

.p_store_item_detail_news {
  margin-top: 26px;
}

.p_store_item_detail_news a {
  color: #000000;
}

.p_store_item_detail_news a:hover {
  text-decoration: underline;
}

.p_store_item_social {
  margin: 0 auto 0 0;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.p_store_item_social a {
  height: 50px;
  padding: 10px 16px !important;
  font-size: 22px !important;
  line-height: 1.33 !important;
  border-radius: 25px !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 27px !important;
  width: auto !important;
}

.p_store_button {
  margin-top: 43px;
  text-align: center;
}

@media (max-width: 991px) {
  .p_store_button {
    margin-top: 12px;
    padding: 0 10px;
  }
}

.p_store_button .c_button_white {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .p_store_button .c_button_white {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .p_store_button .c_button_white {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.p_store_button .c_button_white:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 54px;
}

.p_store_button .c_button {
  border-color: #ddd;
  font-size: 1.2rem;
  width: 100%;
  height: auto;
  line-height: 1.5;
  padding: 15px 2px;
}

@media (max-width: 991px) {
  .p_store_button .c_button {
    padding: 11px 2px;
  }
}

.p_store_map {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 31%;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .p_store_map {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    width: calc(100% + 20px);
    margin-bottom: 20px;
    margin-left: 10px;
  }
}

.p_store_map iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .p_store_map iframe {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.p_store_news {
  margin: 0 -10px;
}

@media (max-width: 991px) {
  .p_store_news {
    margin: 0;
  }
}

.p_store_news .c_archive {
  padding: 0 5px 10px !important;
}

@media (max-width: 991px) {
  .p_store_news .c_archive {
    padding: 10px 5px !important;
  }
}

@media (max-width: 991px) {
  .p_store_news .c_archive_desc {
    padding-left: 16px !important;
  }
}

@media (max-width: 991px) {
  .p_store_news .c_archive_s {
    font-size: 1.2rem !important;
  }
}

.p_store_news_all_button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.p_store_news_all_button > .c_button_white {
  max-width: 130px;
  margin-right: auto;
  margin-left: auto;
}

.p_store_news_all_button .c_button {
  width: 100%;
  height: auto;
  line-height: 1.5;
  padding: 15px 2px;
  font-size: 1.2rem;
}

.p_store_blog {
  margin: 0 -10px;
}

@media (max-width: 991px) {
  .p_store_blog {
    margin: 0;
  }
}

/* ブランド一覧バナー（大） */
.mh-65 {
  min-height: 65vh;
}

/* ブランド一覧 */
.mb-6 {
  margin-bottom: 6px;
}

.p_brand {
  padding: 20px 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .p_brand {
    padding: 0;
  }
}

.p_brand_panel {
  margin-bottom: 40px;
}

.p_brand_panel:last-child {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  /*.p_brand_panel {
    margin-bottom: 40px;
  }*/
  .p_brand_panel:last-child {
    margin-bottom: 0px;
  }
}

.p_brand:hover a {
  text-decoration: underline;
}

.p_brand_name {
  margin-top: 20px;
  font-size: 1.8rem;
}

.p_brand_list {
  width: 80%;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .p_brand_list {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .p_brand_list .c_col_3 {
    margin: 0;
  }
}

.p_brand_panel_title {
  font-size: 1.8rem;
  margin-bottom: 17px;
}

@media (max-width: 991px) {
  .p_brand_panel_title {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
}

.p_brand_panel_item {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .p_brand_col_4 {
    margin: 0 -10px;
  }
}

@media (max-width: 991px) {
  .p_brand_col_4 .c_col_4_item:nth-child(odd) .p_brand {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .p_brand_col_4 .c_col_4_item:nth-child(2n) .p_brand {
    margin-left: 5px;
  }
}

.p_guide {
  margin-top: 40px;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.p_guide_menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.p_guide_menu ul {
  padding: 0 10px;
  margin-bottom: 40px;
}

.p_guide_menu ul li {
  font-weight: 700;
  padding-bottom: 12px;
}

.p_guide_menu ul li:last-of-type {
  margin-top: 20px;
}

.p_guide_menu ul li:hover {
  text-decoration: underline;
}

.p_guide_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 991px) {
  .p_guide_content {
    padding: 0 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.p_guide_content .p_guide_message h4 {
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
  font-size: 1.8rem;
  /*font-weight: 700;*/
  margin-bottom: 27px;
}

@media (max-width: 991px) {
  .p_guide_content .p_guide_message h4 {
    font-size: 1.4rem;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: none;
  }
}

.p_guide_menu_sp {
  margin-bottom: 40px;
}

.p_guide_menu_sp li {
  border-bottom: 1px solid #ddd;
  background-image: url(../../imgs/icon_arrow_right.svg);
  background-position: top 50% right 4%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.p_guide_menu_sp li a {
  padding: 12px;
  display: block;
  width: 100%;
  height: 100%;
}

.p_guide_select_menu {
  margin: 18px 0 36px;
}

.p_guide_select_menu select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 4.5px 9px 4.5px 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  appearance: auto;
}

.p_guide_sentence:last-of-type {
  margin-bottom: 80px;
}

.p_guide_sentence_title {
  font-size: 14px;
  padding: 12px 0;
  font-weight: 700;
}

.p_guide_sentence p:not(:first-child) {
  margin-bottom: 12px;
}

.p_guide_table {
  margin: 36px 0;
}

.p_guide_table_wrapper_left {
  width: 130px;
  float: left;
}

.p_guide_table_wrapper_left .p_guide_table_left th {
  padding: 10px 6px 10px 3px;
  text-align: left;
  font-weight: 700;
}

.p_guide_table_wrapper_right {
  overflow-x: auto;
  overflow-y: hidden;
}

.p_guide_table_wrapper_right .p_guide_table_right th {
  padding: 10px 0;
  text-align: center;
}

.p_guide_table_wrapper_right .p_guide_table_right td {
  padding: 10px;
  text-align: center;
}

.p_guide_mt36 {
  margin-top: 36px;
}

.p_guide_pl40 {
  padding-left: 40px;
}

.p_guide_faq h4 {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  .p_guide_faq h4 {
    font-size: 1.4rem;
  }
}

.p_guide_faq_title {
  font-size: 1.3rem;
  line-height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left: none;
  border-right: none;
}

.p_guide_faq_title:hover {
  background-color: #f8f9fa;
}

.p_guide_faq_title.active {
  background-color: #f8f9fa;
}

.p_guide_faq_title_container {
  padding: 12px;
}

.p_guide_faq_title span:nth-child(2) {
  width: 14px;
  height: 14px;
}

.p_guide_faq_content {
  padding: 15px 0;
}

@media (max-width: 991px) {
  .p_guide_faq_content {
    padding: 15px 12px;
  }
}

.p_guide_faq_content_b {
  padding: 12px;
}

.p_guide_faq_content p {
  margin-bottom: 12px;
}

.p_guide_faq_content a {
  text-decoration: underline;
}

.p_guide_size h4 {
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .p_guide_size h4 {
    font-size: 1.4rem;
  }
}

.p_guide_size_message {
  padding: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .p_guide_size_message {
    padding: 0;
  }
}

.p_guide_size_title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 36px;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .p_guide_size_title {
    padding-left: 0;
    padding-top: 36px;
  }
}

.p_guide_size_title_b {
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 36px;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .p_guide_size_title_b {
    padding-left: 0;
  }
}

.p_guide_size_img div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  padding-bottom: 36px;
  padding-left: 42px;
}

.p_guide_size_img div:nth-child(n + 3) {
  padding-top: 36px;
}

@media (max-width: 991px) {
  .p_guide_size_img div:nth-child(n + 3) {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .p_guide_size_img div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .p_guide_size_img div:nth-child(n + 2) {
    padding-top: 36px;
  }
}

.p_guide_size_table table {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
  border-bottom: solid 1px #e7e7e7;
}

.p_guide_size_table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background-color: #fff;
}

.p_guide_size_table thead tr:first-child th {
  border-top: none;
}

.p_guide_size_table th, .p_guide_size_table td {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 2px 5px;
  border-top: 1px solid #dee2e6;
}

.p_guide_size_table tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.p_guide_size_table tr:nth-of-type(odd) td {
  background-color: #f9f9f9;
  border-color: #e7e7e7;
}

.p_feature_company {
  margin-bottom: 80px;
  font-family: "Meiryo","ＭＳ Ｐゴシック","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","MS UI Gothic","Osaka",sans-serif;
}

.p_feature_company h2 {
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  font-family: 'Crimson Text', serif;
  font-size: 2.4rem;
}

.p_feature_company h3 {
  font-family: 'Crimson Text', serif;
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #d91016;
  margin: 20px 0;
}

.p_feature_company h4 {
  font-size: 1.5rem;
  line-height: 1.6em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

.p_feature_company p {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

/*.p_feature_company*/ hr {
  margin: 12px 0;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
}

.p_feature_area {
  margin: 50px 0;
}

.p_feature_area_left {
  width: 60%;
  border: 0px;
  padding-right: 0px;
  vertical-align: top;
}

@media (max-width: 991px) {
  .p_feature_area_left {
    width: 100%;
  }
}

.p_feature_area_right {
  width: 40%;
  border: 0;
  vertical-align: top;
  padding-right: 0px;
}

@media (max-width: 991px) {
  .p_feature_area_right {
    width: 100%;
  }
}

.p_feature_concept {
  border: 1px solid #d2d2d2;
}

.p_feature_concept_item {
  padding: 40px 30px;
  border-bottom: 1px dashed #d2d2d2;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.p_feature_concept_item:last-of-type {
  border: none;
}

.p_feature_concept_image {
  width: 40%;
  border: 0px solid black;
  vertical-align: top;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .p_feature_concept_image {
    width: 100%;
    padding-right: 0;
  }
}

.p_feature_concept_desc {
  width: 60%;
  border: 0;
  padding-right: 0;
  vertical-align: top;
}

@media (max-width: 991px) {
  .p_feature_concept_desc {
    width: 100%;
    margin-top: 20px;
  }
}

.p_feature_profile {
  width: 100%;
  border: 0;
  margin-bottom: 40px;
  margin-top: 50px;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.p_feature_profile_title {
  width: 30%;
  border: 0;
  vertical-align: top;
  padding-right: 0px;
}

@media (max-width: 991px) {
  .p_feature_profile_title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p_feature_profile_title h2 {
  font-style: italic;
}

.p_feature_profile_desc {
  width: 70%;
  border: 0;
  padding-right: 0px;
  vertical-align: top;
}

@media (max-width: 991px) {
  .p_feature_profile_desc {
    width: 100%;
  }
}

.p_feature_profile_desc table {
  font-size: 1.4rem;
  font-family: "Meiryo","ＭＳ Ｐゴシック","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","MS UI Gothic","Osaka",sans-serif;
}

.p_feature_profile_desc table tr:nth-child(even) {
  background-color: #FAFAFA;
}

.p_feature_profile_desc table th {
  width: 20%;
  color: #464646;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
  text-align: left;
  font-weight: 700;
}

.p_feature_profile_desc table td {
  color: #464646;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
}

.p_feature_history {
  width: 100%;
  border: 0;
  padding: 40px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media (max-width: 991px) {
  .p_feature_history {
    border-top: 0;
    padding: 0 0 20px 0;
  }
}

.p_feature_history_title {
  width: 30%;
  border: 0;
  vertical-align: top;
  padding-right: 0px;
}

@media (max-width: 991px) {
  .p_feature_history_title {
    width: 100%;
  }
}

.p_feature_history_title h2 {
  font-style: italic;
}

.p_feature_history h2 {
  font-style: italic;
}

.p_feature_history h3 {
  margin: 10px 0;
}

.ml10 {
  margin-left: 10px;
}

.p_feature_img_wrapper {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .p_feature_img_wrapper .c_col_2_item {
    text-align: center;
    padding: 0;
  }
  .p_feature_img_wrapper .c_col_2_item.p_item {
    padding: 0 10px;
  }
}

/* 画像+テキスト（2カラム） */
.p_feature_col_2 > div {
  /*width: 45%;*/
  width: 48%;
}

.p_feature_col_2 .img_w100 {
  margin-bottom: 20px;
}

.p_feature_col_2 .cke_editable {
  padding-top: 0 !important
}

@media (max-width: 991px) {
  .p_feature_col_2 > div {
    width: 100%;
  }
}

.p_feature_col_2 > div div {
  padding-top: 20px;
}

.p_feature_col_2 > div div h4 {
  font-size: 1.8rem;
}

/* 画像+テキスト（3カラム） */
.p_feature_col_3 {
  font-size: 1.6rem;
}

.p_feature_col_3 .img_w100 {
  margin-bottom: 20px;
}

.p_feature_col_3 .cke_editable {
  padding-top: 0 !important
}



.p_feature_col_3 > div div {
  padding-top: 20px;
}

.p_feature_col_3 > div div h4 {
  font-size: 1.8rem;
}

.p_feature_table-of-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.p_feature_table-of-contents__link {
  display: block;
  width: 14%;
  margin: 0 10px 10px;
}

@media (max-width: 991px) {
  .p_feature_table-of-contents__link {
    width: 26%;
  }
}

.p_feature_topic_detail {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  font-size: 1.6rem;
  /*margin-top: 60px;*/
  /*margin-bottom: 40px;*/
  margin-bottom: 30px;
  line-height: 1.8;
  padding: 0 10px;
}

/*.p_feature_topic_detail p:nth-of-type(1) {
  font-size: 4.8rem;
}

.p_feature_topic_detail p:nth-of-type(2) {
  font-size: 2.4rem;
}

.p_feature_topic_detail p:nth-of-type(3) {
  font-size: 1.8rem;
}

.p_feature_topic_detail div:nth-of-type(1) {
  font-size: 2.4rem;
}*/

.p_feature_topic_detail a {
  /*font-size: 1.8rem;*/
  text-decoration: underline;
}

.p_feature_button {
  /*padding-top: 76px;
  margin-bottom: 80px;*/
  margin: 36px auto 12px;
}

.p_feature_button .c_button {
  padding: 15px 20px;
  line-height: 1.5;
  width: auto;
  height: auto;
  font-size: 1.2rem;
}

.p_feature_button .c_button:hover {
  background-color: #212529;
  color: #fff;
  border-color: transparent;
}

@media (max-width: 991px) {
  .p_feature_button .c_button {
    padding: 11px 20px;
    width: 100%;
    font-size: 1.4rem;
  }

/* ボタン */
  .p_feature_button {
    margin: 12px 0;
  }
}

.p_feature_archive_wrapper {
  padding-top: 0;
}

.p_feature_archive_wrapper .c_news_archive {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border: none !important;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .p_feature_archive_wrapper .c_news_archive {
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.p_feature_archive_wrapper .c_news_archive a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p_feature_archive_wrapper .c_news_archive a .c_news_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

@media (max-width: 991px) {
  .p_feature_archive_wrapper .c_news_archive a .c_news_thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.p_feature_archive_wrapper .c_news_archive a .c_news_s {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.p_feature_archive_wrapper .c_news_archive a .c_news_m {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .p_feature_archive_wrapper .c_news_archive a .c_news_m {
    font-size: 1.4rem;
  }
}

.p_feature_archive_wrapper .c_news_archive a .c_news_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  margin-top: 16px;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .p_feature_archive_wrapper .c_news_archive a .c_news_desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .p_feature_project {
    padding: 0 20px;
  }
}

/*　プロジェクトサービス */
.p_feature_project {
  margin-bottom: 36px;
}

.p_feature_project_image {
  margin-bottom: 12px;
}

.p_feature_project_name {
  min-height: 80px;
}

.p_feature_project_name:hover a {
  text-decoration: underline;
}

.p_feature_project_name div:nth-child(1) {
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  .p_feature_project_name div:nth-child(1) {
    font-weight: 700;
  }
}

.p_feature_project_desc {
  padding: 12px 0;
  margin-bottom: 12px;
}

.p_feature_project_social {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin: 0 auto 0 0;
}

.p_feature_project_social .c_social_icon {
  padding: 6px 0;
}

.p_feature_main_visual {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .p_feature_main_visual {
    margin-bottom: 40px;
  }
}

.p_feature_container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  line-height: 1.8;
}

/* 画像1カラム*/
.p_feature_container .u_sp_none {
  padding: 0 10px;
}

.p_feature_container .u_lg_none {
  padding: 0 10px;
}
/* //画像1カラム */

.p_feature_col_2 {
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  .p_feature_container {
    max-width: 700px;
  }
}

.p_snap_archive_col_4 {
  margin: 18px -10px 0;
}

.p_snap_archive_col_4 .c_news_archive {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border: none !important;
  margin-bottom: 36px;
  padding: 0 10px;
}

.p_snap_archive_col_4 .c_news_archive:hover .c_news_desc div {
  text-decoration: none;
}

.p_snap_archive_col_4 .c_news_desc .c_news_s {
  margin-bottom: 0;
  color: #000!important;
  font-size: 1.1rem;
}

.p_snap_archive_col_4 .c_news_desc .c_news_m {
  margin: 4px 0 6px;
}

@media (max-width: 991px) {
  .p_snap_archive_col_4 .c_news_archive {
    padding: 0 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.p_snap_archive_col_4 .c_news_archive a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: text;
}

.p_snap_archive_col_4 .c_news_archive a .c_news_thumbnail {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /* 修正・追加 */
  width: 100%;
}

.p_snap_archive_col_4 .c_news_archive a .c_news_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 16px;
  padding: 0 12px;
}

.p_style {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .p_style .c_col_2_item {
    margin-bottom: 0;
    padding: 0;
  }
}

.p_style_desc_wrapper {
  padding-left: 36px;
}

@media (max-width: 991px) {
  .p_style_desc_wrapper {
    margin-top: 0;
    padding: 0 12px;
  }
}

.p_style_desc_wrapper .p_style_desc {
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 18px;
  border-top: 1px solid #dee2e6 !important;
}

.p_style_desc_wrapper .p_style_desc_date {
  color: #999;
  font-family: Helvetica Neue LT Std,"55 Roman";
  font-size: 6px;
  margin-left: 6px;
  font-size: 1rem;
}

.p_style_desc_wrapper .p_style_desc_brand {
  margin: 12px 0;
  text-decoration: underline;
  font-size: 1.4rem;
}

.p_style_desc_wrapper .p_style_desc_name {
  font-size: 1.8rem;
}

.p_style_desc_wrapper .p_style_desc_body {
  margin: 12px 0;
  line-height: 24px;
}

@media (max-width: 991px) {
  .p_style_desc_wrapper .c_col_3 {
    margin: 0;
  }
}

.p_snap_archive_col_5 .c_archive {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}

.p_snap_archive_col_5 .c_archive:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .p_snap_archive_col_5 .c_archive:nth-child(odd) {
    padding-left: 0;
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  .p_snap_archive_col_5 .c_archive:nth-child(2n) {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}

@media (max-width: 991px) {
  .p_snap_archive_col_5 .c_archive:nth-child(3n) {
    padding-left: 5px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .p_snap_archive_col_5 .c_archive {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.p_snap_archive_col_5 .c_archive a {
  cursor: text;
}

.p_snap_archive_col_5 .c_archive .c_archive_thumbnail {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.p_snap_archive_col_5 .c_archive .c_archive_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 16px;
  margin-top: 15px;
  margin-bottom: 3.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.p_snap_archive_col_5 .c_archive .c_archive_desc .c_archive_s {
  font-size: 1.1rem;
}

.p_snap_archive_col_5 .c_archive .c_archive_desc .c_archive_m {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
}

.p_snap_item {
  width: calc(33.33333333% - 6px);
  margin: 3px;
}

@media (max-width: 991px) {
  .p_snap_item {
    width: calc(50% - 6px);
  }
}

.p_snap_item a {
  width: 100%;
  padding-top: 7px;
  margin: 0px;
}

@media (max-width: 991px) {
  .p_snap_item a {
    padding: 5px;
  }
}

.p_snap_other_items {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .p_snap_other_items {
    margin: 20px 0;
  }
}

.p_blog_archive_wrapper {
  padding-top: 0;
}

.p_blog_archive_wrapper .c_news_archive {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border: none !important;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .p_blog_archive_wrapper .c_news_archive {
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.p_blog_archive_wrapper .c_news_archive a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p_blog_archive_wrapper .c_news_archive a .c_news_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  /* 修正・追加 */
  width: 100%;
}

@media (max-width: 991px) {
  .p_blog_archive_wrapper .c_news_archive a .c_news_thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.p_blog_archive_wrapper .c_news_archive a .c_news_s {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.p_blog_archive_wrapper .c_news_archive a .c_news_m {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1.2rem;
  min-height: 36px;
}

@media (max-width: 991px) {
  .p_blog_archive_wrapper .c_news_archive a .c_news_m {
    min-height: 43px;
    font-size: 1.4rem;
  }
}

.p_blog_archive_wrapper .c_news_archive a .c_news_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  width: 100%;
  margin-top: 8px;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .p_blog_archive_wrapper .c_news_archive a .c_news_desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .p_blog {
    padding: 0 6px;
  }
}

.p_blog .u_flex_gap10 a {
  text-decoration: underline;
}

.p_blog_date {
  margin: 12px 0 18px;
  color: #6c757d;
}

.p_blog_title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.p_blog_detail {
  font-size: 1.4rem;
  line-height: 26.4px;
  text-align: justify;
}

.p_blog_detail a {
  text-decoration: underline;
}

.p_blog_image {
  max-width: 650px;
}

@media (max-width: 991px) {
  .p_blog_image {
    width: 100%;
  }
}

.p_blog_sns {
  margin-bottom: 30px;
}

.p_blog_sns a {
  width: 79px;
  display: inline-block;
}

.p_blog_item a {
  width: 25%;
  margin: 0;
  padding: 10px 10px 36px 10px;
}

@media (max-width: 991px) {
  .p_blog_item a {
    width: 50%;
    padding: 10px;
  }
}

.p_news_archive {
  padding-top: 43px;
}

.p_news_archive .c_archive_col_4 {
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .p_news_archive .c_archive_col_4 {
    margin-bottom: 0;
  }
}

.p_news_archive .c_archive_item .c_archive_s {
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .p_news_post {
    padding: 0 6px;
  }
}

.p_news_post_title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.p_news_post_date {
  margin: 12px 0 18px;
  color: #6c757d;
}

.p_news_post_date2 {
  font-size: 1.8rem;
  font-weight: 400;
}

.p_news_post_detail {
  font-size: 1.4rem;
  line-height: 26.4px;
  text-align: justify;
}

.p_news_post_detail a {
  text-decoration: underline;
}

.p_news_post_image {
  max-width: 650px;
}

@media (max-width: 991px) {
  .p_news_post_image {
    width: 100%;
  }
}

.p_news_post_sns {
  margin-bottom: 30px;
}

.p_news_post_sns a {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.p_news_post_image_col1 {
  width: 800px;
  aspect-ratio: auto 800 / 1015;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .p_news_post_image_col1 {
    width: 100%;
  }
}

.p_news_item {
  padding: 0;
}

.p_news_item a {
  margin: 0;
  padding: 10px 10px 36px 10px;
}

@media (max-width: 991px) {
  .p_news_item a {
    padding: 10px;
  }
}

.p_news_store {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .p_news_store {
    margin-bottom: 56px;
  }
}

.p_news_store_title {
  font-size: 1.6rem;
  color: #aaa;
  margin: 10px 0;
}

.p_news_store_name {
  text-decoration: underline;
  color: #aaa;
  margin: 10px 0;
}

.p_news_store_name:hover {
  color: #000000;
}

.p_news_store_social {
  padding: 12px 0 18px;
  margin: 0 auto;
}

.p_news_store_social > a:nth-child(1) {
  margin-left: -45px;
}

.p_top_bannar {
  max-width: 100%;
  margin: 0 0 50px 0;
  gap: 0 10px;
  flex-wrap: nowrap !important;
  overflow-x: hidden;
}

.p_top_bannar .c_col_2_item {
  padding: 0;
}

.p_top_bannar_pc {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
}
.p_top_bannar_pc .c_col_2_item {
  padding: 0;
  max-width: 100%;
}

@media (max-width: 991px) {
  .p_feature {
    margin-bottom: 0;
  }
}

.p_top_item_new {
  position: relative;
}

.p_top_item_new a {
  -ms-flex: 0 0 19%;
      flex: 0 0 19%;
  max-width: 19%;
  border: none !important;
  -webkit-box-flex: 0;
  float: left;
  position: relative;
  padding: 10px 10px 36px 10px;
}

@media (max-width: 991px) {
  .p_top_item_new a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
  }
  .p_top_item_new a:nth-child(n+5) {
    display: none;
  }
  .p_top_item_new a:nth-child(odd) {
    padding-right: 7.5px;
  }
}

.p_top_item_new a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  max-width: 43%;
  display: block;
  float: left;
}

@media (max-width: 991px) {
  .p_top_item_new a:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.p_top_item_new a:nth-child(5) {
  left: 43%;
  position: absolute;
  bottom: 0;
}

.p_top_item_new a:nth-child(6) {
  left: 62%;
  position: absolute;
  bottom: 0;
}

.p_top_item_new a:nth-child(7) {
  left: 81%;
  position: absolute;
  bottom: 0;
}

.p_top_item_new a .c_archive_badge {
  position: absolute;
  top: 28px;
  left: 0;
}

.p_top_item_new a .c_archive_badge span {
  display: block;
  margin-bottom: 20px;
}

.p_top_item_new a .c_archive_s {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 8px;
  line-height: 1;
}

@media (max-width: 991px) {
  .p_top_item_new a .c_archive_s {
    font-size: 1.3rem;
  }
}

.p_top_item_new a .c_archive_m {
  margin: 8px 0 0;
  font-size: 1.3rem;
  line-height: 1;
}

.p_top_item_new a .c_archive_m:nth-child(1) {
  margin-top: 6px;
}

/* ランキング一覧 */
.p_item_rank a {
  margin-bottom: 36px;
}

@media (max-width: 991px) {
 /* ランキング一覧 */
  .p_item_rank a {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
  }
}

.p_top_item_rank_badge {
  top: -8px;
  left: 12px;
  position: absolute;
  z-index: 2;
}

@media (max-width: 991px) {
  .p_top_item_rank_badge {
    top: 0;
  }
}

.p_top_item_rank_badge div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: calc(1rem + 4px);
  text-align: center;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: #fff;
}

@media (max-width: 991px) {
  .p_top_item_rank_badge div {
    width: 22px;
    height: 22px;
    line-height: 25px;
    font-size: 1rem;
  }
}

.p_top_item_snap {
  padding: 0!important;
}

@media (max-width: 991px) {
  .p_top_item_snap a {
    margin-bottom: 0;
  }
}

.p_top_item_snap .c_col_4_item {
  padding: 0 10px;
  font-size: 13px;
}

@media (max-width: 991px) {
  .p_top_item_snap .c_col_4_item {
    font-size: 1.2rem;
  }
}

.p_top_item_snap a:hover {
  text-decoration: underline;
}

.p_top_feature {
  padding-top: 0;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}

.p_top_feature .c_archive {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  border: none !important;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.p_top_feature .c_archive:hover {
  text-decoration: none;
}

.p_top_feature .c_archive_badge {
  margin: 0 auto 20px 0;
}

@media (max-width: 991px) {
  .p_top_feature .c_archive_badge {
    margin: 0 auto 14px 0;
  }
}

.p_top_feature .c_archive_badge span::before {
  width: 40px;
}

@media (max-width: 991px) {
  .p_top_feature .c_archive {
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 30px;
  }
}

.p_top_feature .c_archive_desc {
  max-width: 100%;
  width: 100%;
  margin-top: 28px;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .p_top_feature .c_archive_desc {
    max-width: 100%;
    margin-top: 18px;
  }
}

.p_top_feature .c_archive_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p_top_feature .c_archive_item .c_archive_thumbnail {
  max-width: 100%;
}

@media (max-width: 991px) {
  .p_top_feature .c_archive_item .c_archive_thumbnail {
    max-width: 100%;
  }
}

.p_top_feature .c_archive_item .c_archive_s {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.p_top_feature .c_archive_item .c_archive_m {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .p_top_feature .c_archive_item .c_archive_m {
    font-size: 1.4rem;
  }
}

.p_top_feature .c_archive_item .c_archive_l {
  font-size: 1.8rem;
  margin-bottom: 16px;
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
  line-height: 30px;
}

@media (max-width: 991px) {
  .p_top_feature .c_archive_item .c_archive_l {
    font-size: 1.4rem;
  }
}

.p_top_feature .c_archive_item .c_archive_l:hover {
  text-decoration: none;
}

.p_top_feature_button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p_top_shop_archive .c_col_7_item {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  text-align: center;
}

.p_top_shop_archive .c_col_7_item:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: .7;
}

.p_top_shop_archive .c_col_7_item img {
  max-height: 51px;
  width: auto;
}

@media (max-width: 991px) {
  .p_top_shop_archive .c_col_7_item img {
    max-height: 140px;
  }
}

@media (max-width: 576px) {
  .p_top_shop_archive .c_col_7_item img {
    max-height: 71px;
  }
}

.p_top_bannar_sp .c_news {
  border: none;
}

@media (max-width: 991px) {
  .p_top_bannar_sp .c_news {
    padding: 5px 5px 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.p_top_bannar_sp .c_news_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.p_top_bannar_sp .c_news_desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.p_top_bannar_sp .c_news_desc div {
  font-size: 1.4rem;
  font-family: Libre Baskerville, Noto Serif JP, -apple-system, \\6E38\30B4\30B7\30C3\30AF Medium, Yu Gothic Medium, Yu Gothic, \\6E38\30B4\30B7\30C3\30AF, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, "ＭＳＰゴシック", MS PGothic, sans-serif;
  margin-top: 10px;
}

.p_prev_next_bar {
  margin-bottom: 80px;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .p_prev_next_bar {
    margin-bottom: 0;
  }
}

.p_prev_next_bar .p_prev_button,
.p_prev_next_bar .p_next_button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
  padding: 0 10px;
}

.p_prev_next_bar .p_prev_button .c_button,
.p_prev_next_bar .p_next_button .c_button {
  padding: 15px 2px;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-size: 1.2rem;
}

.p_prev_next_bar .p_prev_button .c_button:hover,
.p_prev_next_bar .p_next_button .c_button:hover {
  background-color: #000000;
  color: white;
}

@media (max-width: 991px) {
  .p_prev_next_bar .p_prev_button,
  .p_prev_next_bar .p_next_button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0;
  }
}

.p_prev_next_bar .p_back_archive {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

@media (max-width: 991px) {
  .p_prev_next_bar .p_back_archive {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 40px;
  }
}

.p_prev_next_bar .p_back_archive .c_button {
  padding: 15px 2px;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-size: 1.2rem;
}

.p_prev_next_bar .p_back_archive .c_button:hover {
  background-color: #000000;
  color: white;
}

.p_index_search_word {
  font-size: 1rem;
  width: 80%;
  margin: 1rem auto 0;
  position: relative;
}

@media (max-width: 991px) {
  .p_index_search_word {
    width: 100%;
    padding: 12px 0 0;
    margin-top: 0;
    border-top: 1px solid #ddd;
  }
}

.p_index_search_word form > div {
  position: relative;
}

.p_index_search_word input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  width: 100%;
  border: 1px solid #999;
  height: 40px;
  font-size: 1rem;
  color: #ddd;
  font-weight: 200;
  padding: 0.375rem 0.75rem;
}

.p_index_search_word input::-webkit-input-placeholder {
  color: #999;
}

.p_index_search_word input:-ms-input-placeholder {
  color: #999;
}

.p_index_search_word input::-ms-input-placeholder {
  color: #999;
}

.p_index_search_word input::placeholder {
  color: #999;
}

.p_index_search_word input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2.4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 2.4px rgba(0, 0, 0, 0.25);
}

.p_index_search_word input::-webkit-input-placeholder, .p_index_search_word input:placeholder-shown {
  color: #999 !important;
  font-weight: 200 !important;
}

.p_index_search_submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 20px;
}

.p_index_search_submit_icon {
  background-image: url(../../imgs/icon_search.svg);
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}

.p_index_search_list {
  font-size: 1rem;
  width: 80%;
  margin: 40px auto;
}

@media (max-width: 991px) {
  .p_index_search_list {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin: 20px auto 36px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .p_index_search_list {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.p_index_search_list .p_index_search_item {
  font-size: 1.2rem;
  line-height: 1.5;
  cursor: pointer;
}

.p_index_search_list .p_index_search_item:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .p_index_search_list .p_index_search_item {
    padding: 6px 0;
    width: 14.28571%;
  }
}

.p_index_search_list a, .p_index_search_list span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 576px) {
  .p_index_search_list a, .p_index_search_list span {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.p_index_search_area {
  text-align: center;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

@media (max-width: 991px) {
  .p_index_search_area {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .p_index_search_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.p_index_search_area_button {
  padding: 20px 19px 16px;
  width: auto;
  height: auto;
  position: relative;
  line-height: 1.2;
  width: 100%;
  max-width: 196px;
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .p_index_search_area_button {
    max-width: 100%;
  }
}

.p_index_search_area_button::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 10px;
  display: block;
  height: 5px;
  width: 5px;
  border: 0 solid #000;
  border-right-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p_index_search_area_button:hover:after {
  border-color: #fff;
}

.p_index_search_area:hover .p_index_search_area_button::after {
  border-color: #fff;
}

/*slick*/
.slick-dots {
  bottom: 10px;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.slick-dots li.slick-active button::before {
  background: #007aff;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slick-dots li button::before {
  font-family: '';
  font-size: 0px;
  line-height: 0px;
  width: 8px;
  height: 8px;
  content: '•';
  background: #007aff;
  border-radius: 50%;
}

.slick-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 50%;
}

.slick-arrow:hover {
  background-color: #f1f1f1;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.slick-next {
  right: 0;
  background-image: url(../../imgs/icon_arrow_right.svg);
}

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

.slick-prev {
  z-index: 1000;
  left: 0;
  background-image: url(../../imgs/icon_arrow_left.svg);
}

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

/*utility*/
.u_container {
  width: 100%;
  max-width: 1180px;
}

@media (max-width: 1200px) {
  .u_container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .u_container {
    max-width: 720px;
  }
  .u_container iframe {
  width: 100%;
  }
}

@media (max-width: 767px) {
  .u_container {
    max-width: 540px;
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .u_container {
    max-width: 100%;
  }
}

.u_font_serif {
  font-family: serif;
}

.u_text_left {
  text-align: left;
}

.u_text_center {
  text-align: center;
}

.u_text_underline {
  text-decoration: underline;
}

.u_px1 {
  padding-right: .6rem;
  padding-left: .6rem;
}

.u_px2 {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.u_px3 {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

@media (max-width: 991px) {
  .u_px1_sp {
    padding-right: .6rem;
    padding-left: .6rem;
  }
  .u_px2_sp {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .u_px3_sp {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
  .u_px10_sp {
    padding: 0 10px;
  }
  .u_px0_sp {
    padding-right: 0;
    padding-left: 0;
  }
  .u_pt0_sp {
    padding-top: 0;
  }
  .u_p0_sp {
    padding: 0;
  }
}

.u_mt1 {
  margin-top: .6rem;
}

.u_mt2 {
  margin-top: 1.2rem;
}

.u_mt3 {
  margin-top: 1.8rem;
}

.u_mt4 {
  margin-top: 2.4rem;
}

.u_mb1 {
  margin-bottom: .6rem;
}

.u_mb2 {
  margin-bottom: 1.2rem;
}

.u_mb3 {
  margin-bottom: 1.8rem;
}

.u_mb4 {
  margin-bottom: 2.4rem;
}

.u_mb5 {
  margin-bottom: 3.6rem;
}

.u_mb_lg {
  margin-bottom: 80px;
}

.u_mb_sm {
  margin-bottom: 40px;
}

.u_mr_tb {
  margin-top: 40px;
  margin-bottom: 80px;
}

.u_mt_auto {
  margin-top: auto;
}

/* 商品カラム */
.u_w100 {
  width: 100%;
}

.u_w50 {
  width: 50%;
}

.u_w30 {
  width: 30%;
}

@media (max-width: 991px) {
  .u_w30 {
    width: auto;
  }
  /* 商品カラム */
  .u_tablet_w100 {
    width: 100% !important;
  }
  /* */
}

.u_w33 {
  width: 33.33333%;
}

/* 特集詳細：画像+テキスト（3カラム）*/
.p_feature_col_3 .u_w33 {
  padding: 0 10px;
}

@media (max-width: 991px) {
  .u_w33 {
    width: auto;
  }
}

@media (max-width: 576px) {
  .u_sp_w100 {
    width: 100%;
  }
}

.u_width_auto {
  width: auto;
}

.u_width_sm_auto {
  width: auto;
}

.u_mb_162 {
  margin-bottom: 162px;
}

@media (max-width: 991px) {
  .u_mb_162 {
    margin-bottom: 197px;
  }
}

@media (max-width: 991px) {
  .u_mt1_sp {
    margin-top: .6rem;
  }
  .u_mt2_sp {
    margin-top: 1.2rem;
  }
  .u_mt3_sp {
    margin-top: 1.8rem;
  }
  .u_mb1_sp {
    margin-bottom: .6rem;
  }
  .u_mb2_sp {
    margin-bottom: 1.2rem;
  }
  .u_mb3_sp {
    margin-bottom: 1.8rem;
  }
  .u_mb30_sp {
    margin-bottom: 30px;
  }
  .u_mb_lg {
    margin-bottom: 40px;
  }
  .u_mb0_sp {
    margin-bottom: 0;
  }
  .u_mr_tb {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .u_mr_sm_center {
    margin-right: auto;
    margin-left: auto;
  }
}

.u_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u_flex_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u_flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u_flex_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.u_flex_sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

.u_inline_flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u_flex_y_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u_flex_gap10 {
  gap: 10px;
}

.u_flex_gap20 {
  gap: 20px;
}

.u_flex_nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.u_mr_center {
  margin-right: auto;
  margin-left: auto;
}

.u_mr_auto {
  margin-right: auto;
}

.u_ml_auto {
  margin-left: auto;
}

@media (max-width: 991px) {
  .u_order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u_order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .u_order_3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .u_order_4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .u_order_5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.u_visibility_none {
  visibility: hidden;
}

.u_show {
  display: block !important;
}

.u_not_show {
  display: none !important;
}

.u_lg_none {
  display: none;
}

@media (max-width: 991px) {
  .u_lg_none {
    display: block;
  }
}

.u_lg_none_ipt {
  display: none !important;
}

@media (max-width: 991px) {
  .u_lg_none_ipt {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .u_sp_none {
    display: none !important;
  }
}

.u_lg_nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .u_lg_nowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* お問い合わせ */
#contact p {
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 6px;
}

#contact .u_text_center {
  margin: 40px 0 80px 0;
}

#contact .c_button { 
  width: 25%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  font-size: inherit;
  color: #000;
}

#contact .c_button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
} 

@media (max-width: 991px) {
  #contact p {
    font-size: 80%;
    margin-bottom: 12px;
  }

  #contact .c_button {
    display: block;
    width: 90%;
    margin: 20px auto 60px auto;
  }
}
    
/* シェアするボタン　*/
.m_headline {
  text-align: center;
  font-family: Libre Baskerville, "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  word-break: break-word;
  font-weight: 500;
  margin-top: 34px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 989px) {
  .m_headline {
    font-size: 19px;
    margin-top: 18px;
  }
}
@media (min-width: 990px) {
  .o_product-social__toggler {
    display: none;
  }
}
.o_product-social__toggler__button {
  font-size: 12px;
  color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 12px 2px;
}
.o_product-social__toggler__button:hover {
  color: #000;
  cursor: pointer;
}
.o_product-social__toggler__overlay {
  position: fixed;
  z-index: 12001;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
@media (max-width: 989px) {
  .p_back_archive.is-open .o_product-social__toggler__overlay {
    display: block !important;
  }
}
.o_product-social__toggler__modal {
  position: fixed;
  width: calc(100% - 12px);
  max-height: calc(100% - 12px);
  padding: 10px 10px 20px;
  background-color: #fff;
  margin: 6px;
  border-radius: 4px;
  top: 0;
  left: 0;
  z-index: 12002;
  display: none;
}
.p_back_archive.is-open .o_product-social__toggler__modal {
  display: block;
}
.o_product-social__toggler__modal__close {
  padding-left: 12px;
  padding-bottom: 12px;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  display: block;
  margin-left: auto;
}
.o_product-social__toggler__modal__close .icon {
  width: 25px;
  height: 25px;
  opacity: 0.8;
}
.o_product-social__toggler__modal .m_headline {
  margin-top: 0;
}
.o_product-social__toggler__modal__links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 9vw;
}
.o_product-social__toggler__modal__links__link {
  width: 33.333%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o_product-social__toggler__modal__links__link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o_product-social__toggler__modal__links__link .o_product-social__icon {
  width: 48px;
  height: 48px;
  margin: 3px;
  background-color: #000;
  border-radius: 6px;
  opacity: 1;
  background-size: 50%;
}
.o_product-social__toggler__modal__links__link .o_product-social__icon--fb {
  background: #000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMyNS43LDYwNC41VjMwNS44aDk4LjVsMTUuNi05OUgzMjUuN3YtNDkuNmMwLTI1LjgsOC41LTUwLjUsNDUuNS01MC41aDc0LjFWOEgzNDAuMgoJYy04OC40LDAtMTEyLjYsNTguMi0xMTIuNiwxMzguOXY1OS45aC02MC43djk5aDYwLjd2Mjk4LjZIMzI1LjdMMzI1LjcsNjA0LjV6Ii8+Cjwvc3ZnPgo=) no-repeat center/ 50%;
}
.o_product-social__toggler__modal__links__link .o_product-social__icon--pi {
  background: #000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTU0NS4yLDIxNC42QzU0NS4yLDEwNy4xLDQ1Niw3LDMyMC41LDdDMTUxLjgsNyw2Ni44LDEzMC40LDY2LjgsMjMzLjRjMCw2Mi4zLDIzLjEsMTE3LjgsNzIuNywxMzguNAoJYzguMSwzLjQsMTUuNCwwLjEsMTcuOC05YzEuNi02LjQsNS41LTIyLjQsNy4yLTI5LjFjMi40LTkuMSwxLjUtMTIuMy01LjEtMjAuMmMtMTQuMy0xNy4zLTIzLjQtMzkuNS0yMy40LTcxLjEKCWMwLTkxLjUsNjcuMS0xNzMuNSwxNzQuNy0xNzMuNWM5NS4zLDAsMTQ3LjcsNTkuNSwxNDcuNywxMzguOGMwLDEwNC41LTQ1LjMsMTkyLjctMTEyLjYsMTkyLjdjLTM3LjIsMC02NC45LTMxLjMtNTYtNjkuOAoJYzEwLjYtNDUuOSwzMS4zLTk1LjUsMzEuMy0xMjguNmMwLTI5LjYtMTUuNi01NC40LTQ3LjktNTQuNGMtMzgsMC02OC41LDQwLjEtNjguNSw5My44YzAsMzQuMiwxMS40LDU3LjMsMTEuNCw1Ny4zCglzLTM4LjksMTY4LjEtNDUuNywxOTcuNWMtNi4yLDI2LjgtNy4xLDU2LjMtNi4zLDgxLjFjMi42LDIyLjMsMjQuMiw0MC41LDQzLDE2YzEzLjItMjEuNSwyNy40LTQ4LjcsMzQuNy03NS45CgljNC40LTE2LjEsMjUtOTkuNiwyNS05OS42YzEyLjMsMjQsNDguNCw0NS4yLDg2LjcsNDUuMkM0NjcuOCw0NjIuOSw1NDUuMiwzNTYuNyw1NDUuMiwyMTQuNnoiLz4KPC9zdmc+Cg==) no-repeat center/ 50%;
}
.o_product-social__toggler__modal__links__link .o_product-social__icon--line {
  background: #000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQ1NS43IDQ1NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTUuNyA0NTUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDQ4LjYsMTg2LjRDNDQzLjMsOTMsMzQ2LjUsMTguNywyMjcuOCwxOC43QzEwNS43LDE4LjcsNi43LDk3LjQsNi43LDE5NC41YzAsODkuMyw4My42LDE2MywxOTEuOSwxNzQuMwoJYzYuNiwwLjcsMTEuNCw2LjcsMTAuNywxMy4zbC00LjYsNDEuNWMtMSw5LjQsOC43LDE2LjMsMTcuMiwxMi4yYzkxLjUtNDQuMiwxNDYuMy04OS42LDE3OC45LTEyOWM1LjktNy4yLDI1LjMtMzQuMywyOS4zLTQxLjUKCWM4LjQtMTUuMSwxNC4yLTMxLjQsMTYuOS00OC40YzEtNS4zLDEuNS05LjgsMS43LTEzLjRDNDQ5LjIsMTk3LjcsNDQ4LjgsMTg5LjEsNDQ4LjYsMTg2LjR6IE0xNDAuMiwyNTIuOEg5NC45CgljLTYuMiwwLTExLjMtNS4xLTExLjMtMTEuM3YtODUuNGMwLTYuMiw1LjEtMTEuMywxMS4zLTExLjNzMTEuMyw1LjEsMTEuMywxMS4zdjc0LjFoMzMuOWM2LjIsMCwxMS4zLDUuMSwxMS4zLDExLjMKCUMxNTEuNSwyNDcuNywxNDYuNCwyNTIuOCwxNDAuMiwyNTIuOHogTTE4NC44LDI0My45YzAsNC45LTQsOC44LTguOCw4LjhoLTQuOWMtNC45LDAtOC44LTQtOC44LTguOHYtOTAuM2MwLTQuOSw0LTguOCw4LjgtOC44aDQuOQoJYzQuOSwwLDguOCw0LDguOCw4LjhWMjQzLjl6IE0yOTAsMjQxYzAsNi4zLTUuMSwxMS44LTExLjQsMTEuOGMtMywwLTUuNy0xLjItNy43LTMuMWMtMC43LTAuNi00Ni41LTYwLjEtNDYuNS02MC4xdjUxLjgKCWMwLDYuMi01LjEsMTEuMy0xMS4zLDExLjNjLTYuMiwwLTExLjMtNS4xLTExLjMtMTEuM3YtODQuOWMwLTYuMiw0LjctMTEuNSwxMC45LTExLjhjMy41LTAuMSw2LjcsMS40LDguOSwzLjgKCWMwLjcsMC44LDQ1LjksNTkuNyw0NS45LDU5Ljd2LTUyLjJjMC02LjIsNS4xLTExLjMsMTEuMy0xMS4zYzYuMiwwLDExLjMsNS4xLDExLjMsMTEuM1YyNDF6IE0zNjMuNSwyMzAuMWM2LjIsMCwxMS4zLDUuMSwxMS4zLDExLjMKCWMwLDYuMi01LjEsMTEuMy0xMS4zLDExLjNoLTQ1LjJjLTYuMiwwLTExLjMtNS4xLTExLjMtMTEuM3YtODUuNGMwLTYuMiw1LjEtMTEuMywxMS4zLTExLjNoNDUuMmM2LjIsMCwxMS4zLDUuMSwxMS4zLDExLjMKCWMwLDYuMi01LjEsMTEuMy0xMS4zLDExLjNoLTMzLjl2MjAuMWgzMy45YzYuMiwwLDExLjMsNS4xLDExLjMsMTEuM2MwLDYuMi01LjEsMTEuMy0xMS4zLDExLjNoLTMzLjl2MjAuMUgzNjMuNXoiLz4KPC9zdmc+Cg==) no-repeat center/ 50%;
}
.o_product-social__toggler__modal__links__link .o_product-social__icon--tw {
  background: #000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTU0My4zLDE5NmMwLTUuNi0wLjEtMTEuMS0wLjQtMTYuNmMyMy45LTE3LjgsNDQuNi00MC4xLDYxLTY1LjZjLTIxLjksOS45LTQ1LjUsMTYuNS03MC4yLDE5LjIKCWMyNS4zLTE1LjUsNDQuNi00MC40LDUzLjgtNzAuMmMtMjMuNiwxNC4zLTQ5LjgsMjQuNi03Ny42LDI5LjljLTIyLjMtMjUuNC01NC4xLTQxLjUtODkuMy00Mi4xYy02Ny41LTEuMS0xMjIuMyw1NS45LTEyMi4zLDEyNy40CgljMCwxMC4yLDEuMSwyMCwzLjIsMjkuNUMxOTkuOSwyMDEsMTA5LjgsMTQ4LjEsNDkuNSw2OC4zQzM5LDg3LjQsMzIuOSwxMDkuNywzMi45LDEzMy43YzAsNDUuMywyMS42LDg1LjUsNTQuNCwxMDkuMwoJYy0yMC4xLTAuOS0zOC45LTctNTUuNC0xN2MwLDAuNiwwLDEuMSwwLDEuN0MzMS45LDI5MSw3NC4xLDM0NCwxMzAsMzU2LjRjLTEwLjMsMi45LTIxLjEsNC40LTMyLjIsNC40Yy03LjktMC4xLTE1LjUtMC45LTIzLTIuNQoJYzE1LjUsNTEuOSw2MC43LDg5LjgsMTE0LjIsOTFjLTQxLjksMzQuNy05NC42LDU1LjQtMTUxLjgsNTUuM2MtOS45LDAtMTkuNi0wLjctMjkuMi0xLjljNTQuMSwzNy4xLDExOC40LDU4LjgsMTg3LjUsNTguOAoJQzQyMC40LDU2MS41LDU0My4zLDM2NS44LDU0My4zLDE5NnoiLz4KPC9zdmc+Cg==) no-repeat center/ 50%;
}

p.news-list-content {
  font-size: 1.6rem;
}

.news-list-title a {
  font-size: 1.4rem;
}

section#news-all {
  width: 80%;
  margin: 0 auto;
}

section#news-detail {
  width: 80%;
  margin: 0 auto;
}

.news-detail-content {
  font-size: 1.6rem;
}

section#news-detail .news-head {
  margin-bottom: 50px;
  padding-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}

section#news-detail .news-content-wrap {
  margin-bottom: 100px;
}

@media (max-width: 989px) {
  section#news-all,
  section#news-detail {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }

  p.news-list-content {
    font-size: 1.4rem;
  }

  .news-detail-content {
    font-size: 1.4rem;
  }

  #news-detail .news-pager {
    flex-wrap: wrap;
  }

  #news-detail .news-pager .pager-left {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }

  #news-detail .news-content-wrap {
    margin-bottom: 80px;
  }

  section#news-detail .news-head {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .c_header_menu_sp {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }

  .c_header_menu_sp .nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 0 10px;
  }

  .c_header_menu_sp .nav_item a {
    padding: 11px 6px 0;
  }
}

.shopAll .p_shop {
  margin-top: 50px;
}

.shopAll .p_shop_item_name {
  width: 100%;
  font-size: 1.6rem;
}

.shopAll .p_shop_item_img {
  margin-bottom: 15px;
}

.shopAll .p_shop_item_title {
  flex-wrap: nowrap;
}

@media (max-width: 989px) {
  .shopAll .p_shop {
    margin-top: 30px;
  }

  .shopAll .p_shop_item_name {
    margin-bottom: 1px;
    font-weight: 700;
  }
}

._StaffSnapCard_1f0uw_1 .__Image_1f0uw_19,
.l_container .__Image_4udec_19,
.l_container .__CarouselItemMedia_rzav2_33,
.l_container .__ImageListImg_h0t9k_41,
._StaffSnapCard2_1fcdc_1 .__Image_1fcdc_19 {
  border-radius: 0 !important;
}

.l_container ._ClickableText_q11xg_1  {
  margin-top: 9px;
}

#searchForm {
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease; /* トランジションを設定 */
}

#searchForm form {
  border: 1px solid #ddd;
  padding: 7px 5px 5px 7px;
}

#searchForm form .nav_link_icon img {
  display: none;
}

@media (max-width: 989px) {
  .article-item {
    padding: 0 6px;
  }

  .p_news_post_detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
}

#searchForm_mobile {
  display: none;
}

@media (max-width: 989px) {
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
  }

  #searchForm_mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 120000;
    padding: 20px;
  }

  #searchForm_mobile.active {
    display: block;
  }

  #searchForm_mobile form {
    display: flex;
    border: 1px solid #ddd;
    padding: 6px 5px 5px 7px;
  }

  #searchForm_mobile form .nav_link_icon img {
    opacity: .6;
  }

  #overlay.active {
    display: block;
  }
}


#ss-snapBlockTop a > img {
  border-radius: 0 !important;
}


#ss-snapBlockTop a[href*="staffdetail"] > img {
  border-radius: 50% !important;
}

#ss-snapBlockTop > div > div:nth-of-type(1) {
  display: none !important;
}

[id^="ss-snapBlock"] button {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
}

.p_top_item_rank {
  padding-bottom: 36px;
}

.index-module__qtbW3W___Tab {
  position: relative;
  padding-bottom: 10px !important;
}

.index-module__qtbW3W___Tab:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

body.modal-itemList {
  overflow: hidden;
  touch-action: none;
}


._price .sale-discount-price {
  margin-right: 10px;
  color: #d94d4d !important;
  font-weight: 700;
}

._price ._additional_text8 {
  color: #d94d4d;
  font-weight: 400;
}

.c_archive_authoInfo,
.c_news_authoInfo {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.c_archive_authoInfo_left,
.c_news_authoInfo_left {
  width: 20%;
}

.c_archive_authoInfo_left img,
.c_news_authoInfo_left img {
  width: 100%;
  border-radius: 50%;
}

.c_archive_authoInfo_right,
.c_news_authoInfo_right {
  margin-left: 10px;
}

.c_archive_s_color,
.c_news_authoInfo .c_news_authoInfo_right .c_news_s_color {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.c_archive_desc .c_archive_m {
  min-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c_news_desc .c_news_m {
  min-height: 43px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.poplink.pc011 .header {
  display: block;
}

div.poplink.pc011 div:not(.js-image-zoom__zoomed-image):empty,
div.poplink.pc033 div:not(.js-image-zoom__zoomed-image):empty {
  display: block;
}

.poplink {
    top: 35px !important;
}

div.poplink {
  max-height: 500px;
  overflow: scroll;
  border: 1px solid #666;
}

div.poplink > div.poplink_suggest,
div.poplink > div.poplink_search,
div.poplink > div.poplink_recommend {
  border: none !important;
}

/* Reset styles for div.poplink */
div.poplink div, div.poplink span, div.poplink p, div.poplink pre, div.poplink img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-align: left;
  color: black;
  text-shadow: none;
}
div.poplink a, div.poplink img {
  transition: none;
}

div.poplink {
  z-index: 9999;
}

.poplink_invisible {
  visibility: hidden;
}

div.poplink > div.poplink_suggest {
  border: 1px solid #666;
  color: #000;
  background-color: #fff;
}
div.poplink > div.poplink_suggest > div.word {
  padding: 0.6em 1em 0.1em;
  line-height: 1.7;
  font-size: 14px;
}
div.poplink > div.poplink_suggest > div.word:hover {
  background-color: #EfEfEf;
}
div.poplink > div.poplink_suggest .poplink_invisible {
  display: none !important;
}
div.poplink > div.poplink_search {
  border: 1px solid #666;
  color: #000;
  background-color: #fff;
}
div.poplink > div.poplink_search > div.header {
  border: none;
  color: #000;
  background-color: #ffffff !important;
  /* padding: 2px 5px; */
  padding: 1em 1em !important;
  font-size: 16px;
  font-weight: bold;
}
div.poplink > div.poplink_search > div.item {
  padding: 4px 0px;
}
div.poplink > div.poplink_search > div.item:hover {
  background-color: #E6E6E6;
}
div.poplink > div.poplink_search > div.item a {
  text-decoration: none;
  color: #000;
  display: block;
}
div.poplink > div.poplink_search > div.item a > div.item_left {
  float: left;
}
div.poplink > div.poplink_search > div.item a > div.item_left > div.image_box {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.poplink > div.poplink_search > div.item a > div.item_left > div.image_box > img {
  max-width: 90px;
  max-height: 90px;
}
div.poplink > div.poplink_search > div.item a > div.item_right {
  margin-left: 5px;
  overflow: hidden;
}
div.poplink > div.poplink_search > div.item a > div.item_right > div.title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
div.poplink > div.poplink_search > div.item a > div.item_right > div.summary {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 3px;
  white-space: nowrap;
}
div.poplink > div.poplink_search > div.item a > div.item_right > div.any1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #696969;
  margin-bottom: 1px;
  font-size: 90%;
}
div.poplink > div.poplink_search > div.item a > div.item_right > div.any2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #696969;
  margin-bottom: 1px;
  font-size: 90%;
}
div.poplink > div.poplink_search > div.item a > div.item_right > div.any3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #696969;
  margin-bottom: 1px;
  font-size: 90%;
}
div.poplink > div.poplink_search .poplink_invisible {
  display: none !important;
}
div.poplink > div.poplink_recommend {
  border: 1px solid #666;
  color: #000;
  background-color: #fff;
}
div.poplink > div.poplink_recommend > div.header {
  border: none;
  color: #000;
  background-color: #ffffff !important;
  padding: 1em 1em !important;
  font-size: 16px;
  font-weight: bold;
}
div.poplink > div.poplink_recommend > div.item {
  padding: 4px 0px;
}
div.poplink > div.poplink_recommend > div.item:hover {
  background-color: #E6E6E6;
}
div.poplink > div.poplink_recommend > div.item a {
  text-decoration: none;
  color: #000;
  display: block;
}
div.poplink > div.poplink_recommend > div.item a > div.item_left {
  float: left;
}
div.poplink > div.poplink_recommend > div.item a > div.item_left > div.image_box {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.poplink > div.poplink_recommend > div.item a > div.item_left > div.image_box > img {
  max-width: 90px;
  max-height: 90px;
}
div.poplink > div.poplink_recommend > div.item a > div.item_right {
  margin-left: 5px;
  overflow: hidden;
}
div.poplink > div.poplink_recommend > div.item a > div.item_right > div.title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
div.poplink > div.poplink_recommend > div.item a > div.item_right > div.summary {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 3px;
  white-space: nowrap;
}
div.poplink > div.poplink_recommend > div.item a > div.item_right > div.any1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #696969;
  margin-bottom: 1px;
  font-size: 90%;
}
div.poplink > div.poplink_recommend > div.item a > div.item_right > div.any2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #696969;
  margin-bottom: 1px;
  font-size: 90%;
}
div.poplink > div.poplink_recommend > div.item a > div.item_right > div.any3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #696969;
  margin-bottom: 1px;
  font-size: 90%;
}
div.poplink > div.poplink_recommend .poplink_invisible {
  display: none !important;
}
div.poplink > div.poplink_input_history {
  border: 1px solid #666;
  color: #000;
  background-color: #fff;
}
div.poplink > div.poplink_input_history.poplink_invisible {
  display: none !important;
}
div.poplink > div.poplink_input_history .poplink_invisible {
  display: none !important;
}
div.poplink > div.poplink_input_history > div.header {
  border: none;
  color: #000;
  background-color: #ffffff !important;
  padding: 2px 5px;
}
div.poplink > div.poplink_input_history > div.row {
  display: flex;
  justify-content: space-between;
  position: relative;
}
div.poplink > div.poplink_input_history > div.row > div.word {
  padding: 2px 5px;
}
div.poplink > div.poplink_input_history > div.row > div.word:hover {
  background-color: #EfEfEf;
}
div.poplink > div.poplink_input_history > div.row .poplink_invisible {
  display: none !important;
}
div.poplink > div.poplink_input_history > div.row .word {
  width: 282px;
}
div.poplink > div.poplink_input_history > div.row .del_btn {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.poplink > div.poplink_custom_suggest.poplink_invisible, div.poplink > div.poplink_custom_suggest .poplink_invisible {
  display: none !important;
}
div.poplink > div.poplink_custom_suggest ._custom {
  border: 1px solid #666;
  color: #000;
  background-color: #fff;
}
div.poplink > div.poplink_custom_suggest ._custom > div.header {
  border: none;
  color: #000;
  background-color: #ffffff !important;
  padding: 2px 5px;
}
div.poplink > div.poplink_custom_suggest ._custom ._row {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
div.poplink > div.poplink_custom_suggest ._custom ._row > div.word {
  padding: 2px 5px;
}
div.poplink > div.poplink_custom_suggest ._custom ._row > div.word:hover {
  background-color: #EfEfEf;
}
div.poplink > div.poplink_custom_suggest ._custom ._row .poplink_invisible {
  display: none !important;
}
div.poplink > div.poplink_custom_suggest ._custom ._row .word {
  width: 300px;
}
div.poplink > div.poplink_custom_suggest ._custom ._row ._icon {
  width: 28px;
  height: 28px;
}
div.poplink div.highlighted {
  color: #000000;
  background-color: rgb(246, 246, 246);
  font-weight: bold;
}
div.poplink div.highlighted:hover {
  color: #000000;
  background-color: #D6D6D6;
}
div.poplink div.clear {
  clear: both;
}

div.poplink.pc033 {
  width: 1080px !important;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 #2d2d2d33;
  box-sizing: border-box;
  border: none;
  left: auto !important;
  right: 0 !important;
  overflow-x: hidden;
}

div.poplink.pc033 > div.poplink_suggest {
  width: 20% !important;
  float: right;
  padding: 1em 0 !important;
  font-size: 16px;
  line-height: 1.7;
}
div.poplink.pc033 > div.poplink_search {
  width: 40% !important;
  float: right;
  margin-right: -1px;
  border-right: 1px solid #2d2d2d0d!important;
  border-left: 1px solid #2d2d2d0d!important;
  box-sizing: border-box;
  padding-bottom: 20px;
}
div.poplink.pc033 > div.poplink_recommend {
  width: 40% !important;
  float: right;
  margin-right: -1px;
  /* padding: 0.5em 1em; */
  border-right: 1px solid #2d2d2d0d!important;
}
div.poplink.pc033 > div.poplink_input_history {
  width: 200px;
  float: right;
}
div.poplink.pc033 > div.poplink_input_history > div.row .word {
  width: 162px;
}
div.poplink.pc033 > div.poplink_custom_suggest {
  float: right;
}
div.poplink.pc033 > div.poplink_custom_suggest > div._custom {
  width: 300px;
}

.poplink.sphs .close_button {
  display: none;
}

.poplink.sphs {
  top: 70px !important;
  border: none !important;
}

.m_sidemenu__content .poplink.sphs {
  top: 100px !important;
}

.m_sidemenu__content div.poplink.sphs {
  background-color: #ffffff !important;
}

.m_sidemenu__content div.poplink > div.close_button {
  display: block;
  position: static !important;
  width: 100% !important;
  height: 100% !important;
}

.m_sidemenu__content div.poplink > div.close_button img{
  width: 100% !important;
  padding: 12px 10px;
}

div.poplink.sphs > div.poplink_search > div.item {
  border: none !important;
  padding: 8px !important;
}

div.poplink.sphs > div.poplink_recommend > div.item {
  border: none !important;
  padding: 8px !important;
}

div.poplink.sphs > div.poplink_recommend>div.header {
text-align: center !important;
}

div.poplink.pc022 {
  background: #fff !important;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 #2d2d2d33;
  box-sizing: border-box;
  border: none;
  left: 5px !important;
  overflow-x: hidden;
}

div.poplink.pc022 > div {
  padding: 1em;
}


div.poplink.pc022 > div.poplink_suggest {
  padding: 1em 0 !important;
}

div.poplink.pc022 > div.poplink_suggest {
  width: 20% !important;
  padding: 1em 0 !important;
  font-size: 16px;
  line-height: 1.7;
}

div.poplink.pc022 > div.poplink_search {
  width: 40% !important;
  margin-right: -1px;
  box-sizing: border-box;
  float: left !important;
  border-right: 1px solid #2d2d2d0d !important;
  border-left: 1px solid #2d2d2d0d !important;
}

div.poplink.pc022 > div.poplink_recommend {
  width: 40% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}


div.poplink.pc022 > div.poplink_recommend {
  float: right !important;
}

div.poplink > div.poplink_search > div.item a,
div.poplink > div.poplink_recommend > div.item a {
  height: auto;
  line-height: normal;
}


@media (max-width: 989px) {
  div.poplink.sphs > div.poplink_suggest > div.word.highlighted {
    color: #000000!important;
    background-color: #f6f6f6!important;
    border-color: #aaa!important;
    border-style: solid!important;
    border-width: 0 1px 0 0!important;
    line-height: 100%!important;
  }

  div.poplink.sphs > div.poplink_suggest > div.word.highlighted:after {
    display: none !important;
  }

  div.poplink.sphs > div.poplink_suggest > div.word {
    background-color: #fff!important;
    border-color: #dcdcdc !important;
    border-radius: 0!important;
    border-style: solid!important;
    border-width: 0 1px 0 0!important;
    color: #000!important;
    line-height: 1!important;
    margin: 0!important;
    max-width: 20em!important;
    overflow: hidden!important;
    padding: 12px 10px 6px !important;
    text-overflow: ellipsis!important;
    vertical-align: top!important;
    white-space: nowrap!important;
  }

  div.poplink.sphs > div.poplink_suggest {
    padding-top: 0 !important;
    border-left: none !important;
    border-right: none  !important;
    border-top: 1px solid #dcdcdc !important;
    border-bottom: 1px solid #dcdcdc !important;
  }

  div.poplink.sphs > div.poplink_search {
    border-bottom: 1px solid #dcdcdc !important;
    padding-bottom: 10px !important;
  }

  div.poplink.sphs > div.poplink_search > div.item > a > div.title,
  div.poplink.sphs > div.poplink_recommend > div.item > a > div.title {
    font-size: 14px !important;
  }

  div.poplink.sphs > div.poplink_search > div.item > a > div.any1 {
    font-size: 12px !important;
  }

  div.poplink.sphs > div.poplink_recommend {
    background-color: #ffffff !important;
  }

  div.poplink.sphs .poplink_recommend .header {
    padding: 0 !important;
    margin-top: 20px !important;
  }

  div.poplink.sphs > div.poplink_search > div.item,
  div.poplink.sphs > div.poplink_recommend > div.item {
    max-height: fit-content !important;
  }

  .poplink_search {
    padding-top: 2em !important;
  }
  div.poplink.sphs > div.poplink_recommend>div.header {
      text-align: left !important;
      padding: 1em !important;
  }
}

/* ===== pop link SP ===== */
@media screen and (max-width: 768px) {
    #searchForm_mobile .poplink_search .item,
    #searchForm_mobile .poplink_recommend .item {
      margin: 0!important;
      padding: 8px!important;
      min-height: unset;
    }
    #searchForm_mobile .poplink_search .item > a > .title,
    #searchForm_mobile .poplink_recommend .item > a > .title {
        font-size: 10px!important;
        line-height: 1.3em;
    }
    #searchForm_mobile .poplink_search .item .any1,
    #searchForm_mobile .poplink_recommend .item .any1 {
        font-size: 10px!important;
    }
    #searchForm_mobile .poplink_search {
        padding: 0!important;
    }
    #searchForm_mobile .poplink_recommend > .header {
        margin-top: 10px!important;
        margin-bottom: -5px;
        padding: 0 10px!important;
        font-size: 12px;
    }
    #searchForm_mobile div.poplink.sphs > div.poplink_search > div.item > a > div.image_box,
    #searchForm_mobile div.poplink.sphs > div.poplink_recommend > div.item > a > div.image_box {
        height: 60px;
    }
    #searchForm_mobile div.poplink_search > div.item > a > div.image_box > img,
    #searchForm_mobile div.poplink_recommend > div.item > a > div.image_box > img {
        max-width: 60px;
        max-height: 60px;
    }
}

.sp{
  display: none;
}

@media (max-width: 989px) {
  .sp{
    display: block;
  }
}

/* ====== 【PC】商品カテゴリ ====== */

.c_header_menu_black { position: relative; }

/* 既存ポップオーバー（商品カテゴリ分）を無効化：競合回避 */
.c_header_menu_black a.nav_link[href^="/view/category/collections"] + .c_header_popover,
#js-scroll-fixed   a.nav_link[href^="/view/category/collections"] + .c_header_popover {
  display: none !important;
}

/* 展開パネル本体（通常ヘッダー／固定ヘッダー用の2枚） */
#gnav-category-panel,
#gnav-category-panel--fixed {
  position: absolute;
  left: 0; right: 0; top: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: transform .2s ease, opacity .2s ease, visibility 0s linear .2s;
  z-index: 1002;                    /* ← 重要：オーバーレイ(1000)より前に出す */
  max-height: calc(100vh - 120px);  /* 画面に収まらない時は中でスクロール */
  overflow: auto;                    /* パネル内スクロール */
  overscroll-behavior: contain;      /* 端で親スクロールに伝播しない */
}

/* 開いた状態 */
#gnav-category-panel.is-open,
#gnav-category-panel--fixed.is-open {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: transform .2s ease, opacity .2s ease;
}

/* 背景オーバーレイ（PCのみ使用） */
#gnav-category-overlay {
  position: fixed; inset: 0;
  display: none;
  z-index: 1000; /* パネルの下、ヘッダーより下にならないよう注意 */
  pointer-events: none;
}
#gnav-category-overlay.is-show { display: block; }

@media (max-width: 989px){
  /* PCナビ専用のため SP ではパネルを出さない（必要ならここを変更） */
  #gnav-category-panel, #gnav-category-panel--fixed, #gnav-category-overlay { display: none !important; }
}

.m-gnav-contents-content .category {
  width: 1200px; max-width: calc(100vw - 40px);
  margin: 0 auto; padding-bottom: 100px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin: 0 auto;
}

/* 左カラム*/
.m-gnav-contents-content .category__headline {
  flex: 0 0 100px;
}
.m-gnav-contents-content .category__headline a {
  display: block;
  font-weight: bold;
  font-size: 15px;
  /* line-height: 40px; */
  margin-bottom: 20px;
  color: #000;
  text-decoration: none;
}
.m-gnav-contents-content .category__headline a:hover {
  opacity: 0.6;
}

/* 各ブロック */
.m-gnav-contents-content .category__list .masonry-item {
  margin: 0 0 12px; /* 既存のmargin調整 */
  width: auto;
}

/* 見出し（中分類） */
.m-gnav-contents-content .category__list .masonry-item__title {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
}
.m-gnav-contents-content .category__list .masonry-item__title:hover {
  opacity: 0.7;
}

/* 小分類の並びと「|」区切り */
.m-gnav-contents-content .category__list .masonry-item__content {
  display: flex;
  flex-wrap: wrap;
  gap:12px; /* 要素間の最小余白 */
}
.m-gnav-contents-content .category__list .masonry-item__content-text {
  position: relative;
  line-height: 1.5;
  font-size: 13px;
  padding-right: 12px; /* 縦線の右余白 */
  /*margin-right: 12px;  縦線と次項目の距離 */
  color: #000;
  text-decoration: none;
  white-space: nowrap; /* 1語中での折返しを防止（語の途中改行を抑制） */
}
.m-gnav-contents-content
  .category__list
  .masonry-item__content-text:hover {
  opacity: 0.7;
}

/* 最後の要素のみ縦線を消す＝「|」の見た目を再現 */
.m-gnav-contents-content
  .category__list
  .masonry-item__content-text:not(:last-child) {
  border-right: 1px solid #000;
}

/* Masonry等で inline の absolute/left/top が入ってもグリッド優先にする場合の保険 */
.m-gnav-contents-content .category__list.masonry {
  position: static !important;
  height: auto !important;
}
.m-gnav-contents-content .category__list.masonry .masonry-item {
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
}
  
/* === 商品カテゴリ：クローズボタン & 矢印 === */

/* パネル内に×ボタンを右上に配置 */
#gnav-category-panel,
#gnav-category-panel--fixed { position: absolute; } /* 既存と同じ（念のため） */
/* パネル内に×ボタンを右上に配置 */
#gnav-category-panel,
#gnav-category-panel--fixed { position: absolute; } /* 既存と同じ（念のため） */

.gnav-panel-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.gnav-panel-close::before,
.gnav-panel-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background-color: #6c757d;
  transform-origin: center;
}

.gnav-panel-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gnav-panel-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#gnav-category-panel,
#gnav-category-panel--fixed {
  text-align: left !important;
}

#gnav-category-panel,
#gnav-category-panel--fixed {
  text-align: left !important;
}

/* ×ボタン分の上余白 */
#gnav-category-panel .category,
#gnav-category-panel--fixed .category { padding-top: 52px; }

/* 「商品カテゴリ」右側のV型矢印（通常/固定どちらにも付与） */
a.nav_link.js-cat-trigger {
  display: inline-flex; align-items: center; gap: 6px;
}
a.nav_link.js-cat-trigger .svg-icon-arrow {
  height: 16px; width: auto;
  transition: transform .3s cubic-bezier(.455,.03,.515,.955);
  transform: rotate(90deg);
  stroke: currentColor; fill: none; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;
  color: #fff;
  margin: 3px 0 0 -10px;
  opacity: 0.7;
}
a.nav_link.js-cat-trigger.is-active .svg-icon-arrow {
  transform: rotate(-90deg);
}

/* 追従ヘッダーのスタイル調整 */
/* 追従ヘッダーが有効なとき、固定ヘッダー用パネルをヘッダー直下に固定表示 */
#js-scroll-fixed.active ~ #gnav-category-panel--fixed {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  min-height: 100vh;
}
.c_header_scroll_fixed_container a.nav_link.js-cat-trigger .svg-icon-arrow {
  height: 14px;
  color: #333;
  margin: 0 5px 0 -12px;
}


/* ====== 【SP】商品カテゴリ ====== */
.c_drawer_child_list_heading{
  padding: 10px 0;
  font-size: 1.5rem;
}
.c_drawer_child_list li a{
  background-image: url(https://gigaplus.makeshop.jp/hpfrance/imgs/icon_arrow_right.svg);
  background-position: top 50% right 16px;
  background-repeat: no-repeat;
  background-size: 0.9rem;
}
.gc-list li a{ background-image: unset; }

/* 3階層を2階層の上に重ねる土台 */
.c_drawer_menu_list {
  position: relative;
  overflow: hidden; /* 右外で待機中の3階層を隠す */
}

/* 3階層（小分類）パネルをオフキャンバス化して重ねる */
.c_drawer_grandchild_list {
  position: fixed;
  inset: 0;                 /* top/right/bottom/left: 0 */
  z-index: 10;              /* 2階層より前面 */
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;  
  will-change: transform;
  
  transform: translateX(100%);
  transition: transform .2s linear;
  animation: none !important;
}

/* 開状態＝右→左で重なって表示（2階層と同じモーション） */
.c_drawer_grandchild_list[aria-hidden="false"],
.c_drawer_grandchild_list.active {  /* active を使う実装でも効くよう両対応 */
  transform: translateX(0);
  pointer-events: auto;
}

/* 好みで：小分類の右矢印は消す（中分類と差別化） */
.gc-list li a { background-image: none !important; }

/* 低速化配慮 */
@media (prefers-reduced-motion: reduce) {
  .c_drawer_grandchild_list { animation: none; }
}
