@charset "UTF-8";

/* .branch_icon_area {
  display: none;
} */
 .branch_icon_area {
  display: flex;
  justify-content: center;
}
 .branch_icon_coming {
  color: #fff;
  line-height: 1.1;
  background-color: #0e6eb8;
  text-align: center;
  padding: 0.3em 1em;
  font-size: min(calc(24 / 768 * 100vw), 16px);
}

/* ファッション　モーダル */
.main .js_fashion_modal .modal_modmicro_overlay {
  padding: 20px 0;
}
@media screen and (768px <= width) {
  .main .js_fashion_modal .modal_modmicro_overlay {
    padding: 20px 20px;
  }
}
.main .js_fashion_modal .swiper {
  --swiper-pagination-bullet-inactive-color: #b4b4b4;
  --swiper-pagination-color: #000;
  padding: 0 0 10px;
}
.main .js_fashion_modal .modal_modmicro_container {
  max-width: 800px;
}
.main .js_fashion_modal .swiper-slide {
  text-align: center;
}
.main .js_fashion_modal .swiper-slide img {
  width: 100% !important;
  max-width: none;
}
.main .js_fashion_modal .swiper-pagination {
  position: static;
  margin: 10px 0 0;
}
.main .js_fashion_modal .swiper-button-next,
.main .js_fashion_modal .swiper-button-prev {
  display: none;
}
@media screen and (992px <= width) {
  .main .js_fashion_modal .swiper-button-next,
  .main .js_fashion_modal .swiper-button-prev {
    display: block;
    color: #000;
  }
}
/* ファッション　モーダル */

/* アコーディオン */
.main .drw_target {
  display: none;
}
.main .drw_btn {
  position: relative;
  z-index: 1;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  padding: 0.8em 2.75em 0.8em 1em;
  border-radius: 10px;
  margin: 50px 3% 0;
  cursor: pointer;
  border-style: solid;
  border-color: #d2c8b6;
  border-width: 2px;
}
.main .drw_btn.ver02 {
  padding: 0.3em 2.75em 0.3em 1em;
}
.main .drw_btn_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #000;
  background-color: #fff;
  margin: auto;
}
.main .drw_btn_icon::before,
.main .drw_btn_icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #333;
}
.main .drw_btn_icon::before {
  width: 1em;
  height: 0.2em;
}
.main .drw_btn_icon::after {
  width: 0.2em;
  height: 1em;
}
.main .active.drw_btn .drw_btn_icon::after {
  display: none;
}
.main .drw_target {
  display: none;
  position: relative;
  z-index: 0;
  top: -30px;
  margin: 0 3% -30px;
}
.main .drw_target.open {
  display: block;
}
.main .drw_target_in {
  background-color: #fffffc;
  padding: calc(30px + 4%) 0 4%;
  border-style: solid;
  border-color: #d2c8b6;
  border-width: 0 2px 2px;
  border-radius: 0 0 10px 10px;
}
.main .drw_target_relative {
  position: relative;
}

.main .item_note {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  position: relative;
  z-index: 1;
  line-height: 1.8;
  margin: 0 3%;
  border-radius: 1em 1em;
}
.main .item_note_row {
  display: flex;
  align-items: flex-start;
  gap: 0.5em 1em;
}
.main .item_note_row02 {
  display: flex;
  align-items: flex-start;
}
.main .item_note_l {
  flex-shrink: 0;
  width: 5em;
  text-align: center;
  background-color: #fff;
  margin: -0.1em 0 0;
  border-style: solid;
  border-color: #d2d2d2;
  border-width: 1px 1px;
  font-weight: bold;
}
.main .item_note_l02 {
  flex-shrink: 0;
}
.main .item_note_r {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}

/* アコーディオン */

.mv {
  background: #9dbda9;
}

.head {
  position: relative;
}

.open_btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  top: max(calc(-5 / 768 * 100vw), -5px);
}

.open_btn img {
  display: block;
}

/* スライド開閉：grid-rows でアニメーション */
.open {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.open.is-open {
  grid-template-rows: 1fr;
}
.open_inner {
  overflow: hidden;
  min-height: 0;
}

.panel {
  display: none;
  background-image: url(../img/bg.webp);
}
.panel.active {
  display: block;
}

.tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: min(calc(4 / 768 * 100vw), 4px) solid #679083;
  gap: min(calc(14 / 768 * 100vw), 14px);
  padding-top: min(calc(25 / 768 * 100vw), 25px);
  background: #f8f4ec;
}
.tabs .tab p {
  color: #bfad89;
  font-weight: bold;
  padding-top: min(calc(20 / 768 * 100vw), 20px);
}
button.tab.active p {
  color: #679083;
}
button.tab.active {
  border: min(calc(4 / 768 * 100vw), 4px) solid #679083;
  border-bottom: none;
  position: relative;
}
button.tab.active::before {
  content: "";
  position: absolute;
  bottom: max(calc(-4 / 768 * 100vw), -4px);
  left: 0;
  width: 100%;
  height: min(calc(4 / 768 * 100vw), 4px);
  background: #fff;
}
button.tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
  width: min(calc(88 / 768 * 100vw), 88px);
  height: min(calc(26 / 768 * 100vw), 26px);
  top: calc(100% + min(calc(1 / 768 * 100vw), 1px));
}
.tabs .tab {
  background: #fff;
  border: min(calc(4 / 768 * 100vw), 4px) solid #e7dfcc;
  border-bottom: none;
  padding: min(calc(14 / 768 * 100vw), 14px);
  border-radius: min(calc(18 / 768 * 100vw), 18px)
    min(calc(18 / 768 * 100vw), 18px) 0 0;
  cursor: pointer;
}

.tab1_item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab1_item_head .item_name {
  font-weight: bold;
  color: #282f2a;
}
.tab1_item_head .price {
  font-weight: bold;
  color: #515953;
}
.itemBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8em;
}
.itemBox .item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: min(calc(60 / 768 * 100vw), 60px);
  line-height: 1;
}
.fwb {
  font-weight: bold;
}
.display_b {
  display: block;
}
.items ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-inline: 3%;
  gap: min(calc(10 / 768 * 100vw), 10px);
}
.items ul > * + * {
  border-left: 1px solid #ccc;
  padding-left: min(calc(10 / 768 * 100vw), 10px);
}
.yoko_line {
  width: 94%;
  height: 1px;
  background: #ccc;
  margin-inline: 3%;
  margin-block: min(calc(28 / 768 * 100vw), 28px);
}

.marker_text {
  text-align: center;
}
.marker_text p {
  display: inline;
  font-weight: bold;
  color: #679083;
  font-size: min(calc(20 / 768 * 100vw), 20px);
  background-image: linear-gradient(0deg, #e4dbc9 0.5em, transparent 0.5em);
}

[data-panel=item02] > .item_head_ttl,
[data-panel=item03] .item_head_ttl {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: min(calc(30 / 768 * 100vw), 30px);
}

[data-panel=item02] > .item_head_ttl > p,
[data-panel=item03] .item_head_ttl > p {
  color: #282f2a;
}
[data-panel=item02] > .item_head_ttl > div,
[data-panel=item03] .item_head_ttl > div {
  color: #515953;
}

.item12 .nf,
.item13 .nf,
.item14 .nf {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 768 * 100vw), 20px);
}

.item12 .item_head,
.item13 .item_head,
.item14 .item_head {
  font-weight: bold;
}
.item12 .item_head .item_name,
.item13 .item_head .item_name,
.item14 .item_head .item_name {
  color: #282f2a;
}
.item12 .item_head span,
.item13 .item_head span,
.item14 .item_head span {
  font-size: min(calc(24 / 768 * 100vw), 24px);
}

[data-panel=item03] .item_content {
  display: flex;
  justify-content: space-between;
  margin-inline: 3%;
}

a.i_text_center {
  display: block;
}
.mgl03 {
  margin-left: 3%;
}
[data-panel=item03] .item_content .right {
  display: flex;
  flex-direction: column;
  gap: min(calc(25 / 768 * 100vw), 25px);
  flex: 1;
}

[data-panel=item01] .items {
  margin-top: min(calc(28 / 768 * 100vw), 28px);
}
[data-panel=item01] .items ul,
[data-panel=item02] .items ul,
[data-panel=item03] .items ul {
  margin-top: min(calc(28 / 768 * 100vw), 28px);
}
[data-panel=item01] .items .marker_text,
[data-panel=item02] .items .marker_text,
[data-panel=item03] .items .marker_text {
  margin-top: min(calc(28 / 768 * 100vw), 28px);
}
[data-panel=item01] .items .line,
[data-panel=item02] .items .line,
[data-panel=item03] .line {
  margin-top: min(calc(49 / 768 * 100vw), 49px);
}
.item3_logo {
  /* margin-top: min(calc(30 / 768 * 100vw), 30px); */
}

.footer {
  margin-top: min(calc(50 / 768 * 100vw), 50px);
}
.items ul li {
  flex: 1;
}
.item7 .itemBox .item_thumb {
  height: min(calc(364 / 768 * 100vw), 364px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item7_head {
  padding-top: min(calc(50 / 768 * 100vw), 50px);
}

.item7_foot,
.item9_foot {
  margin-top: min(calc(30 / 768 * 100vw), 30px);
}
.item8 {
  margin-top: min(calc(20 / 768 * 100vw), 20px);
}
[data-panel=item02] .item_head_ttl {
  display: flex;
  align-items: center;
  gap: min(calc(30 / 768 * 100vw), 30px);
  font-weight: bold;
  margin-top: min(calc(50 / 768 * 100vw), 50px);
}
[data-panel=item02] .item_head_ttl > p {
  color: #282f2a;
}
[data-panel=item02] .item_head_ttl > div {
  color: #515953;
}
.item9 .item_thumb {
  height: min(calc(277 / 768 * 100vw), 277px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item2 .item_thumb {
  height: min(calc(296 / 768 * 100vw), 296px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item10 .item_thumb {
  height: min(calc(478 / 768 * 100vw), 478px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item11_head1 {
  margin-top: min(calc(30 / 768 * 100vw), 30px);
}
.item11_ul_1 .item_thumb{
  height: min(calc(213 / 768 * 100vw), 213px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item11_ul_2 .item_thumb{
  height: min(calc(251 / 768 * 100vw), 251px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item12,
.item13,
.item14 {
  padding-top: min(calc(40 / 768 * 100vw), 40px);
}
.item15,
.item16 {
  margin-top: min(calc(49 / 768 * 100vw), 49px);
}
.item10 .item_name,
.item11 .item_name {
  color: #282f2a;
}
.item7 .item_price,
.item10 .item_price,
.item11 .item_price,
.item12 .item_price,
.item13 .item_price,
.item14 .item_price {
  color: #515953;
}

.pagetop {
  display: block;
  color: #c4007f;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  margin-block: min(calc(30 / 768 * 100vw), 30px);
  margin-inline: min(calc(25 / 768 * 100vw), 25px);
}
.bnr > a {
  margin-bottom: min(calc(30 / 768 * 100vw), 30px);
}
.item16_other_item {
  margin-top: min(calc(20 / 768 * 100vw), 20px);
}

.main .i_cart_icon.ver_yoyaku {
  color: #7cc9e3;
  background-color: #fff;
  border-style: solid;
  border-color: #7cc9e3;
  border-width: 1px;
}
