@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
  scroll-padding-top: 60px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  font-size: 16px;
  color: #8491AD;
  background: #fafafa;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

body {
  position: relative;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden; /* モーダル表示時のスクロール無効化 */
}

p {
  line-height: 1.6;
}

:focus,
button:focus {
  outline: none;
}

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

.section-info {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
  background: url(../img/infobox-m.png) center top repeat-y;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .section-info {
    background-size: 90% auto;
    background-position: center;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .section-info {
    margin-top: 20px;
    background: url(../img/sp-infobox-m.png) center top repeat-y;
    background-size: 94% auto;
  }
}
.section-info::before {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  left: 0;
  z-index: 0;
  background: url(../img/infobox-t.png) center top no-repeat;
  top: -28px;
}
@media (max-width: 1200px) {
  .section-info::before {
    background-size: 90% auto;
    background-position: center;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .section-info::before {
    background: url(../img/sp-infobox-t.png) center top no-repeat;
    background-size: 94% auto;
    top: -3vw;
  }
}
.section-info::after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  left: 0;
  z-index: 0;
  background: url(../img/infobox-b.png) center top no-repeat;
}
@media (max-width: 1200px) {
  .section-info::after {
    background-size: 90% auto;
    background-position: center;
    background-position: center top;
  }
}
@media (max-width: 767px) {
  .section-info::after {
    background: url(../img/sp-infobox-b.png) center top no-repeat;
    background-size: 94% auto;
  }
}

.info-in {
  position: relative;
  padding: 2vw 50px 1vw;
  z-index: 1; /* 擬似要素（背景）より前面にテキストを出す */
}
@media (max-width: 1200px) {
  .info-in {
    padding: 2vw 8vw;
  }
}
@media (max-width: 575px) {
  .info-in {
    padding: 5vw 7vw 1vw;
  }
}

.section-sort {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px 32px 20px;
  margin: 32px auto 60px;
  border-radius: 12px;
  width: 92%;
}
@media (max-width: 767px) {
  .section-sort {
    padding: 24px 12px 8px;
  }
}
.section-sort h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-sort h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.section-sort h2:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}
.section-sort .dropdown-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 44px 0 32px;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap {
    margin: 25px 0;
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap {
    position: relative;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before, .section-sort .dropdown-wrap:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    line-height: 1;
    color: #010101;
    z-index: 1;
    position: absolute;
    right: 35px;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before, .section-sort .dropdown-wrap:after {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before {
    top: 22px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:after {
    bottom: 8px;
  }
}
.section-sort .dropdown-wrap select {
  width: calc((100% - 24px) / 2);
  max-width: 480px;
  padding: 12px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap select {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
.section-sort .js-sort-clear {
  padding: 8px 12px;
  color: #fff;
  background: #ccc;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-sort .js-sort-clear {
    font-size: 14px;
  }
}

.hdg-sort {
  text-align: center;
  border-bottom: 1px solid #8491AD;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .hdg-sort {
    font-size: 24px;
  }
}

.form-wrap {
  clip-path: inset(0 0 0 0);
  container-type: inline-size;
  padding: 60px 0;
  background-color: #fff;
}
.form-wrap::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/goodsbg.webp);
  z-index: -1;
  opacity: 0.35;
}
@media (max-width: 575px) {
  .form-wrap::after {
    background-image: url(../img/goodsbg-sp.webp);
    background-size: cover;
    opacity: 0.35;
  }
}
@media (max-width: 767px) {
  .form-wrap {
    padding: 12px 0 72px;
  }
}

.section-item {
  background-color: rgba(255, 255, 255, 0.92);
  margin: 40px 0;
  padding: 40px 20px;
  border: 1px solid #454EC2;
}
@media (max-width: 767px) {
  .section-item {
    padding: 20px 12px;
    margin: 16px 0;
  }
}
.section-item .limit-item {
  background: linear-gradient(90deg, #085DD0 0%, #C87FFD 100%);
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .limit-item {
    margin: 12px 0;
  }
}
.section-item .js-sold + span + .soldTxt {
  background-color: #cf93ca;
  color: #fff;
  display: block;
  width: 4em;
  padding: 2px 8px 1px;
  margin: 4px auto;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-align: center;
}
.section-item select {
  margin-right: 8px;
  padding: 2px 8px;
  color: #333;
}
@media (max-width: 767px) {
  .section-item select {
    margin-left: 8px;
  }
}

#anchor-cart {
  background-color: #fff;
  padding: 40px;
  border: 2px solid #454EC2;
}
@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px 12px;
  }
}

:root {
  scroll-behavior: auto !important;
}

@media (width < 768px) {
  select {
    font-size: 1rem;
  }
}
.ofh {
  overflow: hidden;
  position: relative;
}

.bg_circle {
  position: absolute;
  top: -300px;
  left: -46%;
  animation: rotateCircle 100s 0s linear infinite;
}
@media (min-width: 2000px) {
  .bg_circle {
    left: -15%;
  }
}
@media (max-width: 757px) {
  .bg_circle {
    left: -70%;
  }
}

.bg_circle2 {
  position: absolute;
  bottom: -57vw;
  right: -43%;
  animation: rotateCircle 100s 0s linear infinite;
}
@media (max-width: 757px) {
  .bg_circle2 {
    bottom: -46vw;
  }
}

@keyframes rotateCircle {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}
header .img-logo {
  display: block;
  width: 30vw;
  max-width: 200px;
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  max-height: 100vh;
  border-bottom: 2px solid #eee;
  background-color: #fff;
}
@media (max-width: 767px) {
  nav.navbar .container {
    padding: 0 8px;
  }
}

.modal-backdrop {
  z-index: 1;
}

footer {
  background: linear-gradient(to right, #4070dc 0%, #29299f 100%);
  padding: 12px;
}
footer .link-pageup {
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 20px;
  color: #8491AD;
  text-decoration: none;
  width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 8px;
    bottom: 12px;
  }
}
@media (hover) {
  footer .link-pageup:hover {
    color: #666666;
  }
}
footer .link-pageup i {
  display: block;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
}
footer .copyright img {
  width: 60px;
}
@media (max-width: 575px) {
  footer .copyright img {
    width: 40px;
  }
}

h1.hdg-title {
  margin: 0;
  background-image: url(../img/kvbg.webp);
  background-position: center;
  background-size: cover;
}
h1.hdg-title img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 575px) {
  h1.hdg-title {
    background-image: url(../img/kvbg-sp.webp);
  }
}

.term {
  font-family: "goldenbook", "kozuka-mincho-pr6n", serif;
  background-image: linear-gradient(123deg, #bb7fff, #345ccb);
  font-weight: 400;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.term p {
  color: #fff;
  font-size: clamp(1.313rem, 1.135rem + 0.49vw, 1.75rem);
  line-height: 1em;
  font-family: goldenbook, serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .term p {
    font-size: clamp(0.938rem, 0.554rem + 1.76vw, 1.188rem);
    line-height: 1.2;
  }
}
.term p span .day {
  font-size: clamp(1.813rem, 1.66rem + 0.42vw, 2.188rem);
}
@media (max-width: 575px) {
  .term p span .day {
    font-size: clamp(1.513rem, 2.8rem + 0.88vw, 1.438rem);
  }
}
.term p span .pink {
  color: #f7caff;
  font-weight: bold;
  background: linear-gradient(0deg, #ffa67f 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 8px;
  border-right: rgba(255, 252, 251, 0.4196078431) solid 1px;
  position: relative;
}
.term p span .week {
  font-size: clamp(1rem, 0.712rem + 0.8vw, 1.313rem);
  margin-left: -8px;
  margin-right: -8px;
}

@keyframes Grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.read-sec {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .read-sec .read-inner {
    padding: 0 10px;
  }
}
.read-sec p {
  font-family: "goldenbook", "kozuka-mincho-pr6n", serif;
  font-size: clamp(1rem, 0.627rem + 0.84vw, 1.75rem);
  line-height: 50px;
  font-family: goldenbook, serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #454EC4;
  padding: 60px 0 10px;
  line-height: clamp(40px, 27px + 2vw, 56px);
}
@media (max-width: 767px) {
  .read-sec p {
    padding: 50px 0 10px;
  }
}
@media (max-width: 575px) {
  .read-sec p {
    font-size: clamp(0.813rem, 0.525rem + 1.32vw, 1rem);
    line-height: 9vw;
    padding: 25px 0 0px;
    font-weight: 600;
  }
}
.read-sec a {
  position: relative;
  display: block;
  max-width: 500px;
  width: 92%;
  margin: 10px auto 100px;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.14em;
  font-family: kozuka-mincho-pr6n, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background: url(../img/readbtn.png) center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .read-sec a {
    font-size: 14px;
    background: url(../img/readbtn_sp.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 15px 2px;
    margin: 10px auto 50px;
  }
}
.read-sec a:hover {
  color: #fff;
}

.section-info .hdg-info {
  text-align: center;
  margin-bottom: 32px;
  font-size: clamp(1.25rem, 0.846rem + 1.12vw, 2.25rem);
  font-weight: 400;
  font-family: "goldenbook", "kozuka-mincho-pr6n", serif;
  color: #454EC2;
  line-height: 1.72em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 43px;
}
@media (max-width: 565px) {
  .section-info .hdg-info {
    font-size: 4.8vw;
    margin-bottom: 7vw;
  }
}
.section-info .hdg-info span {
  display: inline;
  border-bottom: #395DCD solid 1px;
}

.section-item .hdg-item {
  font-size: 26px;
  border-bottom: 1px solid #454EC2;
  padding-bottom: 4px;
  margin-bottom: 20px;
  color: #454EC2;
  font-family: "goldenbook", "kozuka-mincho-pr6n", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #454EC2;
  padding: 4px;
  font-size: 30px;
  margin-bottom: 32px;
  color: #454EC2;
  font-family: "goldenbook", "kozuka-mincho-pr6n", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  #anchor-cart .hdg-cart {
    font-size: 24px;
  }
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
}
.list-icon > li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .list-icon > li {
    margin-bottom: 6px;
  }
}
.list-icon > li span {
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0;
  position: relative;
  z-index: 1;
}
.section-info .list-info dt {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
  }
}
.section-info .list-info dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-info .list-info dd {
    font-size: 13px;
  }
}
.section-info .list-info dd .list-icon {
  margin: 12px 0 0;
}

.text-danger {
  color: #d88ead !important;
}

span.postage {
  font-size: 17px;
  display: table;
  margin-bottom: 12px;
  font-weight: 600;
  background: linear-gradient(transparent 50%, rgba(217, 215, 235, 0.7490196078) 50%);
}
@media (max-width: 575px) {
  span.postage {
    font-size: 14px;
  }
}

.section-item .list-item dt {
  margin-bottom: 4px;
  font-size: 18px;
  color: #454EC2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-item .list-item dt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section-item .list-item dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .list-item dd {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.section-item .list-item .txt-description {
  margin-bottom: 12px;
}
.section-item .list-item .txt-catchphrase {
  font-size: 14px;
  margin: 20px 0 32px;
}
.section-item .list-item .txt-note-comment03 {
  margin: 32px 0 0;
}
.section-item .list-item .txt-note-comment01 {
  margin: 8px 0 20px;
}

.list-select {
  margin: 4px 4px 20px;
}
.list-select dt,
.list-select dd {
  font-size: 14px;
  text-align: center;
}
.list-select dt {
  margin-bottom: 4px;
}

a {
  text-decoration: underline;
  color: #004986;
  word-break: break-all;
}
@media (hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #004986;
  }
}
a.btn {
  text-decoration: none;
}

.btn-item {
  background: linear-gradient(90deg, #345CCB 0%, #A479F6 100%);
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  border: none;
  width: 480px;
  max-width: 92%;
  display: block;
  height: 50px;
  letter-spacing: 0.14em;
  font-family: kozuka-mincho-pr6n, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background: url(../img/anchorcart-btn.png) center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-item {
    margin: 20px auto 0;
  }
}
@media (max-width: 575px) {
  .btn-item {
    background: url(../img/anchorcart-btn_sp.png) center center no-repeat;
    background-size: 100% 100%;
    height: 40px;
    padding: 3px;
  }
}
.btn-item:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 8px;
  font-size: 20px;
}
.btn-item:hover {
  color: #fff;
  text-decoration: none;
}
@media (hover) {
  .btn-item:hover {
    opacity: 0.7;
  }
}

.btn-cart {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: none;
  height: 52px;
  letter-spacing: 0.14em;
  font-family: kozuka-mincho-pr6n, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background: url(../img/btn-cart.png) center center no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .btn-cart {
    background: url(../img/btn-cart_sp.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 4.3vw;
    letter-spacing: 0.1em;
  }
}
.btn-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 8px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .btn-cart:before {
    font-size: 4vw;
  }
}
@media (hover) {
  .btn-cart:hover {
    opacity: 0.8;
    color: #fff;
  }
}