@charset "UTF-8";

#head_cp {
  position: relative;
  z-index: 2;
}
#footer {
  margin-top: 0;
  position: relative;
  z-index: 2;
}


#yoridori_2025cfr {
  color: #333;
  min-width: 1080px;
}
#yoridori_2025cfr::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../img/pc/pc_bg.png);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
}

:root #yoridori_2025cfr {
  --px10: 10px;
  --px20: 20px;
  --px30: 30px;
  --px40: 40px;
  --px50: 50px;
  --px60: 60px;
  --px70: 70px;
  --px80: 80px;
  --px90: 90px;
  --px100: 100px;
  --px110: 110px;
  --px120: 120px;
  --px130: 130px;
  --px140: 140px;
}


#yoridori_2025cfr img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

#yoridori_2025cfr .overImgWrap {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}


#yoridori_2025cfr .rel {
  position: relative;
  z-index: 1;
}
#yoridori_2025cfr .abs {
  position: absolute;
  z-index: 1;
}

#yoridori_2025cfr .fv {
  text-align: center;
  position: relative;
  z-index: 2;
}
#yoridori_2025cfr .fv img {
  max-width: 1280px;
  width: 100%;
}

#yoridori_2025cfr .itemsWrap {
  max-width: 750px;
  margin: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}


#yoridori_2025cfr .otherCP .abs {
  width: calc(100% - var(--px60));
  display: block;
  position: absolute;
  bottom: var(--px60);
  left: 50%;
  transform: translateX(-50%);
}
#yoridori_2025cfr .otherCP a {
  display: block;
  margin-bottom: var(--px40);
}
#yoridori_2025cfr .otherCP .abs a:last-child {
  margin-bottom: 0;
}

#yoridori_2025cfr nav {
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
  padding: 0 var(--px30);
}

#yoridori_2025cfr nav.btm {
  position: relative;
}
#yoridori_2025cfr nav.btm .navblc {
  margin-bottom: 0;
}
#yoridori_2025cfr nav .navblc {
  border-radius: var(--px10);
  overflow: hidden;
  margin-bottom: var(--px30);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
}
#yoridori_2025cfr nav .navblc > div {
  background-color: #fff;
  overflow: hidden;
  border-radius: var(--px10);
}
#yoridori_2025cfr nav ul {
  display: flex;
  flex-wrap: wrap;
}
#yoridori_2025cfr nav .nav_anc_cat li {
  width: 50%;
}
#yoridori_2025cfr nav .nav_anc_cat li:first-child {
  width: 100%;
}
#yoridori_2025cfr nav .nav_anc_new li {
  width: 100%;
}
#yoridori_2025cfr nav a {
  position: relative;
  display: block;
}
#yoridori_2025cfr nav a::after {
  content: "";
  width: var(--px10);
  height: var(--px10);
  border-top: 2px solid #bb797e;
  border-right: 2px solid #bb797e;
  position: absolute;
  top: 50%;
  right:24px;
  transform: translateY(-50%) rotate(135deg);
}
#yoridori_2025cfr nav.btm a::after {
  transform: translateY(-50%) rotate(-45deg);
}
#yoridori_2025cfr nav .soldout a {
  pointer-events: none;
}
#yoridori_2025cfr nav .soldout a::after {
  opacity: 0.2;
  mix-blend-mode: multiply;
}
#yoridori_2025cfr nav img {
  width: 100%;
}
#yoridori_2025cfr .pre_bnr a {
  display: block;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: var(--px30);
  border-radius: var(--px10);
}
#yoridori_2025cfr .pre_bnr a::after {
  content: none;
}


#yoridori_2025cfr .accordion {
  position: relative;
}
#yoridori_2025cfr .accordion_cont {
  display: none;
}
#yoridori_2025cfr .accordion_btn {
  width: calc(100% - var(--px120));
  max-width: 500px;
  height: var(--px70);
  cursor: pointer;
  transition: .3s;
  position: absolute;
  bottom: var(--px110);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#yoridori_2025cfr .accordion_btn.open {
  bottom: var(--px100);
}
#yoridori_2025cfr .accordion_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/acc_btn1_open.png);
  background-size: cover;
  background-position: center;
  border-radius: var(--px10);
  border: 2px solid #bb797e;
  position: relative;
  z-index: 11;
}

#yoridori_2025cfr .accordion_btn::before {
  content: "";
  width: 564px;
  height: var(--px110);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
}
#yoridori_2025cfr .accordion_btn.open::before {
  content: none;
}
#yoridori_2025cfr .accordion_btn.open span {
  background-image: url(../img/acc_btn1_close.png);
}

#yoridori_2025cfr .accordion_btn:hover span {
  opacity: .8;
}

#yoridori_2025cfr .accordion_fv {
  position: relative;
}


#yoridori_2025cfr .attention {
  padding: 0 1em;
  margin: 4.3em 0 6.5em;
  text-align: center;
}



#yoridori_2025cfr .bg {
  background-image: url(../img/item_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}


#yoridori_2025cfr .itemsWrap img {
  display: block;
  margin: auto;

}
#yoridori_2025cfr .items {
  margin: 0 auto;
  position: relative;
}

#yoridori_2025cfr .itemsDivide {
  position: relative;
}

#yoridori_2025cfr .itemsWrap .items {
  max-width: 950px;
}

#yoridori_2025cfr .productbox {
  width: 84%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
#yoridori_2025cfr .items .productbox.btn_btm0 {
  bottom: 0px;
}
#yoridori_2025cfr .items .detailLink {
  position: absolute;
  left: 337px;
  z-index: 9;
  font-size: 24px;
  font-feature-settings: "palt";
}
#yoridori_2025cfr .items .detailLink a {
  display: block;
  text-decoration: underline;
}

#yoridori_2025cfr .items .telLink {
  position: absolute;
  bottom: 6.2%;
  left: 21%;
}
#yoridori_2025cfr .items .telLink a {
  color: #00abff;
  font-size: 26px;
  line-height: 1;
  display: block;
  font-weight: bold;
  pointer-events: none;
  text-decoration: underline;
}

#yoridori_2025cfr .colorSample01 {
  z-index: 10;
  left: 8%;
}
#yoridori_2025cfr .colorSample01.half {
  left: 44.5%;
  width: 48%;
}
#yoridori_2025cfr .colorSample01 a,
#yoridori_2025cfr .colorSample01 span {
  color: #b81649;
  text-decoration: underline;
  display: inline-block;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  cursor: pointer;
  font-size: 24px;
}

#yoridori_2025cfr .colorSample01 a:after,
#yoridori_2025cfr .colorSample01 span:after {
  content: "  >";
  color: #b81649;
}
#yoridori_2025cfr .colorSample01:hover span {
  opacity: .6;
}


#yoridori_2025cfr .coffretA .colorSample01 {top: 81.5%;}
#yoridori_2025cfr .coffretA .productbox {width: 84%; top: 85%; }
#yoridori_2025cfr .coffretA .productbox  button {margin: auto; display: block; width: 90.5%;}

#yoridori_2025cfr .coffretB .colorSample01 {top: 80%;}
#yoridori_2025cfr .coffretB .productbox {width: 84%; top: 84%;}
#yoridori_2025cfr .coffretB .productbox  button {margin: auto; display: block; width: 90.5%;}

#yoridori_2025cfr .coffretC .productbox {top: 87%;}
#yoridori_2025cfr .coffretC .productbox  button {margin: auto; display: block; width: 90.5%;}

#yoridori_2025cfr #item01_1 .detailLink {top: 34%;}
#yoridori_2025cfr #item01_1 .productbox01 {top: 83%;}
#yoridori_2025cfr #item01_1 .colorSample01 {top: 78%;}
#yoridori_2025cfr #item01_2 .productbox01 {top: 59%; left: 68.5%; width: 48%;}
#yoridori_2025cfr #item01_2 .colorSample01 {top: 48%;}

#yoridori_2025cfr #item02 .detailLink {top: 29%;}
#yoridori_2025cfr #item02 .productbox01 {top: 74.5%;}
#yoridori_2025cfr #item02 .colorSample01 {top: 70%;}

#yoridori_2025cfr #item03 .detailLink {top: 31%;}
#yoridori_2025cfr #item03 .productbox01 {top: 77.6%;}
#yoridori_2025cfr #item03 .colorSample01 {top: 73%;}

#yoridori_2025cfr #item04 .detailLink {top: 20.6%; left: 46%;}
#yoridori_2025cfr #item04 .productbox01 {top: 79.5%;}
#yoridori_2025cfr #item04 .colorSample01 {top: 75.5%;}

#yoridori_2025cfr #item05 .detailLink {top: 28.4%;}
#yoridori_2025cfr #item05 .productbox {top: 71%;}

#yoridori_2025cfr #item06 .detailLink {top: 30%;}
#yoridori_2025cfr #item06 .productbox {top: 77%;}

#yoridori_2025cfr #item07 .detailLink {top: 29%;}
#yoridori_2025cfr #item07 .productbox {top: 80%;}

#yoridori_2025cfr #item08_1 .detailLink {top: 31%;}
#yoridori_2025cfr #item08_1 .productbox {bottom: 0;}
#yoridori_2025cfr #item08_2 .detailLink {top: 47%;}
#yoridori_2025cfr #item08_2 .productbox {top: 55%; left: 68%; width: 47%;}
#yoridori_2025cfr #item08_3 .detailLink {top: 37.5%;}
#yoridori_2025cfr #item08_3 .productbox {top: 45%; left: 68%; width: 47%;}

#yoridori_2025cfr #item09 .detailLink {top: 21%;}
#yoridori_2025cfr #item09 .productbox {top: 83%;}

#yoridori_2025cfr #item10 .detailLink {top: 28.6%;}
#yoridori_2025cfr #item10 .productbox {top: 80%;}

#yoridori_2025cfr #item11 .detailLink {top: 25.5%;}
#yoridori_2025cfr #item11 .productbox {top: 82%;}

#yoridori_2025cfr #item12 .detailLink {top: 32%;}
#yoridori_2025cfr #item12 .productbox {top: 77%;}


#yoridori_2025cfr #present {overflow: hidden;}
#yoridori_2025cfr .present_ancBtn .rel {
  z-index: 2;
}
#yoridori_2025cfr #present .detailLink {
  position: absolute;
  bottom: var(--px120);
  left: var(--px80);
  text-decoration: underline;
  font-size: 1.375em;
}
#yoridori_2025cfr .present_ancBtn a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
    z-index: 3;
    width: calc(100% - var(--px60));
}



/* ------------------------------------ */

.selectorWrap {
  position: relative;
  background-color: #fff;
  margin-bottom: var(--px30);
}

.selectorWrap select {
  width: 100%;
  height: 50px;
  padding-right: 40px;
  padding-left: 10px;
  cursor: pointer;
  font-size: 20px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: #ccc solid 1px;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectorWrap select + span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 40px;
  height: 50px;
  border-left: #ccc solid 1px;
  pointer-events: none;
}

.selectorWrap select + span:after {
  display: block;
  width: .5em;
  height: .5em;
  padding: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.25em;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid #b81649;
  border-top: 2px solid #b81649;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

.pageGotop {
  margin: 3em 0;
  text-align: center;
  padding: 0 1em;
}

.note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
  font-size: 1.2rem;
}

#modal {
  display: none;
  padding: 3% 2% 3% 2%;
  position: fixed;
  max-width: 640px;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.95);
  width: 92%;
  box-shadow: rgba(33, 33, 33, 0.5) 0 0px 5px;
  -webkit-box-shadow: rgba(33, 33, 33, 0.5) 0 0px 5px;
  z-index: 99;
}

#modal #close {
  position: absolute;
  right: 0;
  top: -43px;
  width: 33px;
  height: 33px;
}

#modal h4 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#modal .cart-in {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

#modal .cart-in img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#modal .setCont .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#modal .setCont .flex > div.priceBox {
  line-height: 1.25;
  padding-top: 5px;
  width: 47%;
  text-align: left;
}

#modal .off_circle {
  background-color: #b81649;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  padding-top: 14px;
  border-radius: 47.5px;
  margin-right: 1em;
}

#modal .off_circle span {
  font-size: 3.4rem;
  font-feature-settings: "palt";
  letter-spacing: -1px;
}

#modal .product-set-p {
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 1.6rem;
}

#modal .product-amount-p {
  font-size: 1.4rem;
}

#modal .product-amount-p span.product-amount {
  color: #b81649;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 2.4rem;
}

#modal .product-amount-p span.red {
  color: #b81649;
}

#modal .discount-display {
  color: #b81649;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 1.4rem;
  display: block;
  margin-top: 15px;
}

#modal .prow {
  margin-bottom: 15px;
}

#modal .prow > div:nth-child(1) {
  display: flex;
}

#modal .prow > div:nth-child(1) .prowname span {
  display: block;
  font-size: 1.4rem;
}

#modal .prow > div:nth-child(1) .prowname span.prowVar {
  font-size: 1.6rem;
}

#modal .prow > div:nth-child(1) .prowname {
  width: 65%;
}

#modal .prow > div:nth-child(1) .prowprice {
  width: 90px;
  text-align: right;
}

#modal .prow > div:nth-child(1) .prowcount {
  width: 15%;
  text-align: right;
}

#modal .prow > div:nth-child(1) .prowdelete {
  border: 1px #afacab solid;
  padding: 3px 6px;
  text-align: center;
  margin-top: 5px;
  display: inline-block;
}

#modal .prow > div:nth-child(1) .prowdelete button {
  font-size: 1.2rem;
}

#modal .prow > div:nth-child(1) .prowdelete button:before {
  content: "×";
}

#modal .prow > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}

.selectList {
  height: 22vh;
  overflow-y: auto;
  padding-right: 0%;
  margin-bottom: 20px;
}

.selectList .selectList_mini {
  margin: 1em 0;
}


/* ミニカート：デフォルト */
#pop-up {
  background-color: #efdede;
  transform: translateX(110%);
  position: fixed;
  right: 0;
  bottom: 5%;
  width: 15%;
  min-width: 200px;
  padding: 0.8em 0.8em;
  text-align: center;
  box-shadow: rgba(33, 33, 33, 0.5) 0 0px 5px;
  -webkit-box-shadow: rgba(33, 33, 33, 0.5) 0 0px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: .3s;
  z-index: 100;
}

#pop-up.view {
  transform: translateX(0%);
}

#pop-up .off_circle {
  background-color: #b81649;
  width: 78px;
  height: 78px;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1;
  padding-top: 14px;
  border-radius: 39px;
  margin-right: auto;
  margin-left: auto;
}

#pop-up .off_circle span {
  font-size: 3.2rem;
  font-feature-settings: "palt";
  letter-spacing: -1px;
}

#pop-up .product-set2 {
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  margin-top: 6px;
}

#pop-up .product-set2 span {
  font-size: 1.8rem;
}

#pop-up .product-amount {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  color: #b81649;
}

#pop-up .red {
  color: #b81649;
}

#pop-up .cart-show,
#pop-up .cart-in {
  margin-top: 8px;
}

#pop-up .cart-show img,
#pop-up .cart-in img {
  width: 100%;
}

#pop-up .cart-show,
#pop-up .cart-in {
  width: 100%;
}

#pop-up .reset {
  display: block;
  width: 100%;
  background-color: rgb(255 255 255 / 70%);
  margin: 8px 0;
  border-radius: 50px;
}

#pop-up .pop-up_selectList_mini {
  line-height: 1.3;
  font-size: 0.9em;
  text-align: left;
}

.cboxPhoto {
  width: 640px !important;
  height: auto !important;
  padding-right: 20px;
}

#cboxLoadedContent {
  overflow-x: hidden !important;
}

/* ミニカート：202504〜（3カラムVer） */
#pop-up {
  transform: translateX(0);
  border-radius: 5px;
  bottom: 20%;
  left: calc((100% - 750px) / 2 + 810px);
  max-width: 300px;
  opacity: 0;
  /* padding: 70px 1.5em 1.5em; */
  padding: 1.5em;
  overflow: hidden;
}
#pop-up.view {
  opacity: 1;
}
#pop-up .pop-up_bnr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#pop-up .pop-up_bnr img {
  width: 100%;
}


/* side nav */
#yoridori_2025cfr .side_nav {
  position: fixed;
  top: 50%;
  z-index: 10;
  right: calc((100% - 750px) / 2 + 810px);
  opacity: 0;
  transition: .3s;
  transform: translateY(calc(-50% + 60px));
}
#yoridori_2025cfr .side_nav.view {
  opacity: 1;
}
#yoridori_2025cfr .side_nav > a {
  display: block;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
  max-width: 225px;
  width: 100%;
  margin: auto;
  border-radius: var(--px10);
}
#yoridori_2025cfr .side_nav nav {
  position: static;
  transform: none;
  padding: 0;
  max-width: 225px;
  margin-bottom: 15px;
}
#yoridori_2025cfr .side_nav nav li {
  width: 100%;
}
#yoridori_2025cfr .side_nav nav a::after {
  content: none;
}
#yoridori_2025cfr .side_nav .navblc {
  margin: 15px 0 0;
}
#yoridori_2025cfr .side_nav img {
  width: 100%;
}

#yoridori_2025cfr.on .side_nav {
  opacity: 0;
  visibility: hidden;
}
#pop-up {transition: .3s;}
#pop-up.on {
  left: calc(100% + 1px);
}
#pop-up.on.view {
  transform: translateX(-100%);
}


@media screen and (max-width: 1400px) {
  :root #yoridori_2025cfr {
    --px10: 0.714vw;
    --px20: 1.428vw;
    --px30: 2.142vw;
    --px40: 2.857vw;
    --px50: 3.571vw;
    --px60: 4.285vw;
    --px70: 5vw;
    --px80: 5.714vw;
    --px90: 6.428vw;
    --px100: 7.142vw;
    --px110: 7.857vw;
    --px120: 8.571vw;
    --px130: 9.285vw;
    --px140: 10vw;
  }

  #yoridori_2025cfr .itemsWrap {
    width: 45%;
  }
  #yoridori_2025cfr .itemsWrap img {
    width: 100%;
  }
  #yoridori_2025cfr .accordion_btn {
    height: 4.7vw;
    width: 31vw;
    max-width: inherit;
    bottom: 6vw;
  }
  #yoridori_2025cfr .accordion_btn.open {
    bottom: 6vw;
  }
  #yoridori_2025cfr .accordion_btn::before {
    width: 33vw;
  }
  #yoridori_2025cfr .colorSample01 a, #yoridori_2025cfr .colorSample01 span {
    font-size: 1.4vw;
  }
  #yoridori_2025cfr .item_maxTotal2 .productbox {
    width: 30vw;
    left: 11.4vw;
  }
  #yoridori_2025cfr .productbox {
    width: 84%;
  }
  #yoridori_2025cfr .items .detailLink {
    left: 45.2%;
    font-size: 1.4vw;
  }
  #yoridori_2025cfr #present .detailLink {
    bottom: 12%;
    left: 13.5%;
    font-size: 1.2vw;
  }
  #yoridori_2025cfr .item_maxTotal2_btn {
      width: 37.5vw;
  }
  #yoridori_2025cfr .items .telLink {
    bottom: 6.1%;
  }
  #yoridori_2025cfr .items .telLink a {
    font-size: 1.6vw;
  }

  #yoridori_2025cfr .present_ancBtn a {
    width: calc(100% - 4vw);
  }
  #yoridori_2025cfr nav.btm {
    padding: 0 2vw;
  }
  #yoridori_2025cfr nav .navblc {
    margin-bottom: 2vw;
  }
  #yoridori_2025cfr .side_nav {
    right: 76%;
    width: 20%;
  }
  #pop-up {
    left: 76%;
    width: 20%;
  }

  #yoridori_2025cfr #item01_2 .productbox01 {
    top: 59%;
    left: 68%;
    width: 47%;
  }
  #yoridori_2025cfr #item08_2 .productbox,
  #yoridori_2025cfr #item08_3 .productbox {
    left: 69%;
    width: 46%;
  }
}

@media screen and (max-width: 1200px) {
  .selectorWrap select,
  .selectorWrap select + span {
    height: 40px;
  }
}

