@import url("reset.css");

.dopc {
  display: none;
}

a {
  cursor: pointer;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #202020;
  overflow-x: hidden;
  height: 100vh;
  position: relative;
}


.common-background {
  background: url('/img/background_001.png') center top;
  /* background-size: cover; */
  background-attachment: fixed;
}

.clear {
  clear: both;
}

.hidden {
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px 50px;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
}

.btn.mini {
  font-size: 14px;
  height: 30px;
  line-height: 9px;
  padding: 10px;
  margin-bottom: 5px;
  letter-spacing: 5px;
  text-indent: 5px;
  width: 100%;
}

.btn.mini:hover {
  letter-spacing: 5px;
  text-indent: 5px;
}

.more {
  margin: 50px auto;
  background-image: linear-gradient(135deg, #008ee7 0, #3c8ae7 7.14%, #5a86e4 14.29%, #7182e1 21.43%, #857ddc 28.57%, #9578d6 35.71%, #a474cf 42.86%, #b16fc7 50%, #bc6abe 57.14%, #c666b4 64.29%, #ce63aa 71.43%, #d460a0 78.57%, #d95e95 85.71%, #dc5c8a 92.86%, #de5c7e 100%);
}

.btn:hover {
  letter-spacing: 15px;
  text-indent: 15px;
}

.btn.mini i {
  line-height: 10px;
}

.bigTitle {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  margin: 20px 0;
  font-weight: 300;
  background: #ffffff8a;
}

.bigTitle .head {
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
}

.bigTitle .caption {
  letter-spacing: 10px;
  text-indent: 10px;
  font-size: 20px;
  background: var(--gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bigTitle::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: var(--gradient1);
}

.column2 {}

.column2>div {}

.column2>div:nth-child(1) {
  margin-right: 10px;
}

.column2>div:nth-child(2) {
  margin-left: 10px;
}

.subTitle {
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}

.subTitle::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: var(--gradient1);
}

hr {
  height: 1px;
  background: #ccc;
  margin: 10px 0;
}

.mb5 {
  margin-bottom: 5px;
}

/* header */
header {
  height: 60px;
  width: 100%;
  position: fixed;
  transform: translate3d(0, 0, 0);
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  box-shadow: 0 2px 8px 0 rgba(31, 38, 135, 0.2);
  justify-content: flex-start;
}

#headerLogoWrap {
  margin: 4px 0;
}

#headerLogoWrap img {
  height: 43px;
  position: relative;
  top: -1px;
  left: 3px;
}

#logoTextWrap img {
  width: 180px;
  position: relative;
  /* top: 8px; */
  /* margin-left: 10px; */
}

#headerLogoWrap #logoTextWrap {
  display: none;
}

#countWrap {
  margin: 5px 0 5px auto;
  min-width: 100px;
  font-size: 20px;
  line-height: 20px;
  border: solid 1px #ccc;
  margin-right: 10px;
  border-radius: 30px;
  height: 30px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  left: -60px;
  top: 5px;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.coinWrap {
  -webkit-perspective: 500px;
  perspective: 500px;
}

#countWrap .coinIcon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

#countWrap .pointAdd {
  background: var(--gradient3);
  color: #fff;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  border-radius: 40px;
  position: relative;
  left: 18px;
  top: 1px;
  font-size: 20px;
  cursor: pointer;
  -webkit-text-fill-color: #fff;
}

/* nav */
#menuBtn {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 9999;
  right: 0;
}

#menuBtn span,
#menuBtn span:before,
#menuBtn span:after {
  display: inline-block;
  width: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#menuBtn span {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #111;
}

#menuBtn span:before,
#menuBtn span:after {
  content: "";
  display: block;
  clear: both;
}

#menuBtn span:before {
  position: absolute;
  top: 10px;
  right: 0;
}

#menuBtn span:after {
  position: absolute;
  top: 20px;
  right: 0;
}

#menuBtn.active span {
  position: fixed;
  top: 25px;
  right: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#menuBtn.active span:before {
  content: "";
  clear: both;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  opacity: 0;
}

#menuBtn.active span:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#headerMenu {
  position: fixed;
  font-size: 18px;
  color: #111;
  padding: 20px;
  top: 50px;
  right: -300px;
  z-index: 9999;
  transition: all 1s;
  /* height: calc(100vh - 100px); */
  overflow-x: hidden;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  box-shadow: 0 2px 8px 0 rgba(31, 38, 135, 0.2);
}

#headerMenu.active {
  right: 15px;
}

#headerMenu a {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 40px;
}

/* footer */
footer {
  border-top: solid 1px #ccc;
  background: #fff;
    /* margin-top: 15px; */
  /* position: absolute; */
  /* bottom: 0; */
}

footer .inner {
  background-color: #fff;
}

#footerLogoWrap {
  text-align: center;
  margin-top: 10px;
}

#footerLogoWrap img {
  width: 70px;
}

#footerTextWrap {
  text-align: center;
  margin-top: 10px;
}

#footerTextWrap img {
  width: 150px;
  /* margin: 0 auto 20px; */
}

#footerLogoWrap span {
  font-weight: bold;
  display: block;
  letter-spacing: 5px;
  height: 30px;
  font-size: 20px;

}

#footerLogoWrap span.ja {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 12px;
}

#footerLogoWrap #logoTextWrap {
  display: inline-block;
}

#footerMenu {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  /* margin-bottom: 20px; */
  font-size: 15px;
}

#footerMenu li {
  padding: 5px 10px;
  width: 50%;
}

#footerMenu li:nth-child(odd) {
  border-right: 1px #808080 solid;
}


#copyRight {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 2px;
  text-align: center;
}

/* index */
.slider-2 {
  /* background-image: url(/img/bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}

#indexPage #indexImg {}

#indexPage #indexImg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* NEW ITEM */
#indexPage .newGrid li {
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px 0 rgba(31, 38, 135, 0.2);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 10px;
}

.itemImg {
  border-radius: 5px;
  overflow: hidden;
}

.itemImg img {
  display: block;
}

.itemCount {
  overflow: hidden;
  font-size: 18px;
  text-align: right;
  border: solid 1px #ccc;
  border-radius: 20px;
  text-align: center;
  margin: 0 20px;
  line-height: 21px;
  height: 25px;
  position: relative;
  top: 3px;
}

.itemCount .bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(80deg, #00c4c9 0, #00c4d2 3.33%, #00c3db 6.67%, #00c2e4 10%, #00c0eb 13.33%, #1abef1 16.67%, #39bcf6 20%, #51b9fa 23.33%, #66b6fc 26.67%, #79b3fc 30%, #8bb0fb 33.33%, #9cacf9 36.67%, #aca8f5 40%, #baa4f0 43.33%, #c7a1e9 46.67%, #d39de2 50%, #dd9ada 53.33%, #e697d0 56.67%, #ed94c7 60%, #f393bc 63.33%, #f792b2 66.67%, #f992a8 70%, #fa929d 73.33%, #fa9493 76.67%, #f8968a 80%, #f59881 83.33%, #f09b79 86.67%, #eb9e72 90%, #e4a26c 93.33%, #dda668 96.67%, #d4a964 100%);
  background-size: 500px 500px;
  opacity: 0.8;
  transition: all 1.5s ease-out;
}

.itemCount .remainInfo {
  position: relative;
  z-index: 2;
  color: #111;
  font-weight: bold;
  mix-blend-mode: overlay;
}

.itemCount .remainInfo .remain {
  font-size: 12px;
}

.itemCount .percent {
  margin-right: 10px;
  float: right;
}

.itemCount .percent.over90 {
  color: #f00;
}

.itemPoint {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.itemTxt {
  font-size: 22px;
}

.coinIcon {
  height: 20px;
  position: relative;
  top: 2px;
}

.itemTxt .itemPrice {
  font-size: 22px;
  text-align: left;
}

/* NEWS */
#news {
  margin: auto;
  padding: 0px;
  position: relative;
  bottom: 35px;
}

.newsList .date {
  font-weight: bold;
  font-size: 30px;
}

.newsList .text {
  margin-left: 10px;
  font-size: 16px;
}

/* itemlist */
#itemlistPage .itemlist {
  margin-top: 50px;
}

#itemlistPage .listTitle {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .2em;
  text-align: center;
}

#itemlistPage .newGrid li {
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px 0 rgba(31, 38, 135, 0.2);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 10px;
}

/* detail */
.item {
  padding: 20px;
}

.item .itemLeft {
  display: block;
  margin-top: 15px;
}

.item .itemRight {}

.item .itemRight .itemCount {
  top: 0;
  margin-top: 50px;
}

.item .itemRight .itemName {
  font-size: 30px;
  background: #fff;
  padding: 5px;
  font-weight: bold;
  transform: rotate(-4deg);
  box-shadow: 0 0 10px #666;
}

.item .itemRight .itemPrice {
  font-size: 30px;
}

.item .itemRight .itemTxt .purchaseBtn {
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  transition: all 0.3s ease-out;
  animation: move 1.5s infinite;
  background-image: linear-gradient(135deg, #008ee7 0, #3c8ae7 7.14%, #5a86e4 14.29%, #7182e1 21.43%, #857ddc 28.57%, #9578d6 35.71%, #a474cf 42.86%, #b16fc7 50%, #bc6abe 57.14%, #c666b4 64.29%, #ce63aa 71.43%, #d460a0 78.57%, #d95e95 85.71%, #dc5c8a 92.86%, #de5c7e 100%);
}

.item .itemRight .itemTxt .purchaseBtn.premium {

  background-image: linear-gradient(225deg, #ff7363 0, #ff5b5f 25%, #ff3858 50%, #ee0053 75%, #e00052 100%);
}

.item .itemRight .itemTxt .purchaseBtn:hover {
  transform: scale(1.05);
  animation-play-state: paused;
  background-image: linear-gradient(135deg, #008ee7 0, #3c8ae7 7.14%, #5a86e4 14.29%, #7182e1 21.43%, #857ddc 28.57%, #9578d6 35.71%, #a474cf 42.86%, #b16fc7 50%, #bc6abe 57.14%, #c666b4 64.29%, #ce63aa 71.43%, #d460a0 78.57%, #d95e95 85.71%, #dc5c8a 92.86%, #de5c7e 100%);
}

.item .itemRight .itemTxt .purchaseBtn.premium:hover {
  transform: scale(1.05);
  animation-play-state: paused;
  background-image: linear-gradient(225deg, #ff7363 0, #ff5b5f 25%, #ff3858 50%, #ee0053 75%, #e00052 100%);
}

.item .itemRight .itemTxt .text {
  margin-top: 30px;
  background: #fff;
  padding: 5px;
  font-weight: bold;
  transform: rotate(-4deg);
  box-shadow: 0 0 10px #666;
}


.prize_txt {
  background: #fff;
  transform: rotate(-4deg);
  box-shadow: 0 0 10px #666;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.prize_txt span{
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}



.roundAbout {
  /* height: 300px; */
  /* position: relative; */
}
.roundAbout li {
  margin-top: 10px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 10px #666;
  font-weight: bold;
  position: relative;
}
section {
  overflow: hidden;
}

/* main */
main {
  margin-top: 80px;
  min-height: calc(100vh - 50px);
}

.inner {
  padding: 10px;
  box-sizing: border-box;
  background-color: #e1e1e1b3;
}

article {
  /* margin: 10px; */
  margin: 20px 10px 40px;
}

.newsList .date {
  font-weight: bold;
  font-size: 20px;
}

.imgList {
  display: flex;
}

.imgList li {
  position: relative;
  margin: 10px;
}

.imgList li .text {
  position: absolute;
  bottom: -4px;
  right: -3px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

/* form */
#commonForm {
  font-size: 20px;
  border-radius: 20px;
  padding: 20px;
}
#commonForm a {
  color: var(--gradient1);
  text-decoration: underline;
}
.error {
  background: #fff;
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
  color: rgb(241 150 187);
}
#mailForm .subTitle {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 17px;
}
.input-wrap {
  position: relative;
}
/* 
.toggle-pass {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
} */
#commonForm li:nth-child(odd) {
  font-weight: bold;
}

#commonForm li:nth-child(even) {
  font-size: 16px;
}

#commonForm li {
  margin: 10px;
}


#commonForm li .passText{
  font-size: 14px;
  color: #fa7979;
  font-weight: 500;
}

/* #sendBtn {
  display: block;
  padding: 10px;
  letter-spacing: 2px;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  background: var(--gradient1);
  transition: 1s;
}

#sendBtn:hover{
} */

/* modal */
#modalWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

#modalWrap .modal {}

#modalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#modalWrap .modal .form .iconArea {
  background: var(--gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#modalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #c21500;
  border-image: var(--gradient1);
  border-image-slice: 1;
}

#modalWrap .modal.user {
  text-align: left;
}

#modalWrap .modal.user .form {
  text-align: left;
  box-shadow: none;
}

#modalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#modalWrap.active {
  visibility: visible;
}

#modalWrap .modal.user .form li.wHalf {
  margin: 5px;
  width: calc(50% - 10px);
}


/* 配送先住所追加モーダル */
#addAddressModalWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

#addAddressModalWrap .modal {
  width: 300px;
}

#addAddressModalWrap .modal {
  width: 300px;
}

#addAddressModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#addAddressModalWrap .modal .form .iconArea {
  background: var(--gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#addAddressModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #c21500;
  border-image: var(--gradient1);
  border-image-slice: 1;
}

#addAddressModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#addAddressModalWrap .modal.user .form {
  text-align: left;
}

#addAddressModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#addAddressModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

#addAddressModalWrap.active {
  display: flex;
}

/* 配送先住所選択モーダル */
#selectAddressModalWrap {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#selectAddressModalWrap .modal {
  width: 300px;
}

#selectAddressModalWrap .modal {
  width: 300px;
}

#selectAddressModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#selectAddressModalWrap .modal .form .iconArea {
  background: var(--gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#selectAddressModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #c21500;
  border-image: var(--gradient1);
  border-image-slice: 1;
}

#selectAddressModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#selectAddressModalWrap .modal.user .form {
  text-align: left;
}

#selectAddressModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#selectAddressModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

#selectAddressModalWrap.active {
  display: flex;
}

/* 送信確認モーダル */
#updataAlertModalWrap {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#updataAlertModalWrap .modal {
  width: 300px;
}

#updataAlertModalWrap .modal {
  width: 300px;
}

#updataAlertModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#updataAlertModalWrap .modal .form .iconArea {
  background: var(--gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#updataAlertModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #c21500;
  border-image: var(--gradient1);
  border-image-slice: 1;
}

#updataAlertModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#updataAlertModalWrap .modal.user .form {
  text-align: left;
}

#updataAlertModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#updataAlertModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

#updataAlertModalWrap.active {
  display: flex;
  z-index: 3000;
}

/* 送信確認モーダル （注意）*/
#cautionAlertModalWrap {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#cautionAlertModalWrap .modal {
  width: 300px;
}

#cautionAlertModalWrap .modal {
  width: 300px;
}

#cautionAlertModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#cautionAlertModalWrap .modal .form .iconArea {
  background: linear-gradient(70deg, #ffd83a 0, #f3b31e 50%, #e5b700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#cautionAlertModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #c21500;
  border-image: linear-gradient(70deg, #ffd83a 0, #f3b31e 50%, #e5b700 100%);
  border-image-slice: 1;
}

#cautionAlertModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#cautionAlertModalWrap .modal.user .form {
  text-align: left;
}

#cautionAlertModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#cautionAlertModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

#cautionAlertModalWrap.active {
  display: flex;
}

#btnList {
  list-style: none;
  overflow: hidden;
}

#btnList li {
  width: 130px;
  text-align: center;
  float: left;
}

.hoverGradientC {
  background: #ccc;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.hoverGradientCaution {
  background: linear-gradient(70deg, #ffd83a 0, #f3b31e 50%, #e5b700 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

/* アラートモーダル */
#warningAlertModalWrap {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#warningAlertModalWrap .modal {
  width: 300px;
}

#warningAlertModalWrap .modal {
  width: 300px;
}

#warningAlertModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#warningAlertModalWrap .modal .form .iconArea {
  background: var(--gradient3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#warningAlertModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #c21500;
  border-image: var(--gradient3);
  border-image-slice: 1;
}

#warningAlertModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#warningAlertModalWrap .modal.user .form {
  text-align: left;
}

#warningAlertModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#warningAlertModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

#warningAlertModalWrap.active {
  display: flex;
}

/* 変更完了モーダル */
#completeModalWrap {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#completeModalWrap .modal {
  width: 300px;
}

#completeModalWrap .modal {
  width: 300px;
}

#completeModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#completeModalWrap .modal .form .iconArea {
  background: var(--gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#completeModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #c21500;
  border-image: var(--gradient1);
  border-image-slice: 1;
}

#completeModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#completeModalWrap .modal.user .form {
  text-align: left;
}

#completeModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#completeModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

#completeModalWrap.active {
  display: flex;
}

.alertMsg {
  font-size: 13px;
  margin-bottom: 10px;
}

.alertMsgForCustemerInfo {
  font-size: 13px;
  margin-bottom: 10px;
}

.alertMsgForAlert {
  font-size: 13px;
  margin-bottom: 10px;
}

.alertMsgForUpdata {
  font-size: 13px;
  margin-bottom: 10px;
}


/* 配送先住所追加モーダル */
#payMentModalWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* display: none; */
}

#payMentModalWrap .modal {
  width: 300px;
}

#payMentModalWrap .modal {
  width: 300px;
}

#payMentModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#payMentModalWrap .modal .form .iconArea {
  background: var(--gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#payMentModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #c21500;
  border-image: var(--gradient1);
  border-image-slice: 1;
}

#payMentModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#payMentModalWrap .modal.user .form {
  text-align: left;
}

#payMentModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#payMentModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

#payMentModalWrap.active {
  display: flex;
}


/* mypage */
#collectionCategorySelector {
  border: solid 1px #ccc;
  border-bottom: solid 5px #ccc;
  border-radius: 5px 5px 0 0;
}

#collectionCategorySelector li {
  width: calc(100% /3);
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  border-left: solid 1px #ccc;
}

#collectionCategorySelector li.current {
  background: var(--gradient1);
  color: #fff;
}

.collectionWrap {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 50px;
  display: none;
}

.collectionWrap-active {
  display: block;
}

#collectionCategorySelector li:nth-child(1) {
  border-left: none;
}

.controls li {}

.collectionWrap .list {
  display: block;
}

.collectionWrap .list li {
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
}

.collectionWrap .list li.selected {
  background-image: linear-gradient(135deg, #ffffff 0, #fbffff 25%, #e0f6ff 50%, #c5e3f1 75%, #add3e4 100%);
}

.collectionWrap .list li .imgWrap {
  border-radius: 5px;
  overflow: hidden;
  width: 120px;
}

.collectionWrap .list li .imgWrap img {
  display: block;
}

.collectionWrap .list li .itemInfo {
  border-radius: 5px;
  overflow: hidden;
  width: calc(100% - 125px);
  margin-left: 5px;
  position: relative;
}

.collectionWrap .list li .itemInfo .itemName {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

.collectionWrap .list li .itemInfo .itemDescription {
  font-size: 12px;
  min-height: 95px;
  padding: 5px;
}

.collectionWrap .list li .itemInfo .itemPoint {
  background-image: linear-gradient(70deg, #ffff3a 0, #f3dd1e 50%, #e5ce00 100%);
  color: #111;
  border-radius: 40px;
  height: 30px;
  line-height: 27px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.collectionWrap .list li .itemInfo .changeLimit {
  font-size: 12px;
  color: #d76975;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#collections .label {
  font-weight: bold;
  margin: 5px;
}

#collections .btn {
  margin-top: 5px;
}

.profWrap {
  display: block;
}

.addressBox {
  border-radius: 10px;
  padding: 5px;
  position: relative;
  margin: 5px;
}

.addressBox .name {
  font-weight: bold;
  font-size: 16px;
}

.addressBox .address {
  padding: 5px;
  font-size: 13px;
}

.addressBox .addressDel {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 90px;
  letter-spacing: 5px;
  padding: 10px 0;
}

/* faq */
#faqList li:nth-child(odd) {
  padding: 12px 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}

#faqList li:nth-child(odd)::before {
  content: "Q";
  margin-right: 10px;
  color: #73f7e0;
}

#faqList li:nth-child(even) {
  padding: 13px 30px;
  font-size: 17px;
  background-color: #fbfbfb;
  margin-bottom: 20px;
}

#faqList li:nth-child(even)::before {
  content: "A";
  margin-right: 10px;
  color: #0b3def;
  font-weight: 600;
}

#faqList li span{
  border-bottom: #ef0b0b solid 1px;
}

/***トップへ戻るボタン***/
/* #page-top {
  display: block;
  font-weight: bold;
  padding: .7em;
  text-align: center;
  background: #fff; 背景色
  color: #666; 文字色
  transition: .3s;
  margin: 30px auto;
  width: 200px;
  border: 2px solid #666;
  background: var(--gradient1);
} */
/***トップへ戻るボタンここまで***/

#companyInfo li:nth-child(odd) {
  padding: 12px 20px;
  font-size: 20px;
  font-weight: bold;
}

#companyInfo li:nth-child(even) {
  padding: 13px 30px;
  font-size: 17px;
  /* background-color: #cccccc; */
}

#companyInfo li:nth-child(odd)::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: var(--gradient1);
}


/* terms */
#terms .inner span {
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}

/* compliance */
#compliance .bigTitle .head {
  font-weight: bold;
  letter-spacing: 5px;
  text-indent: 10px;
}

/* law */
#law .bigTitle .head {
  font-weight: bold;
  letter-spacing: 0px;
  text-indent: 0px;
  font-size: 27px;
}

#terms .chapter{
  margin: 40px 0;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
}


#law .explanation {
  /* font-size: 16px; */
}

#law article {
  /* font-size: 14px; */
}

/* 演出動画 */
.movie {
  position: relative;
}

#load_movie {
  /* position: fixed;
  top: 0;
  background: #FFF; */
  z-index: -100;
}

.video_wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video_wrapper>video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.btn-mov {
  position: fixed;
  display: inline-block;
  border-radius: 50px;
  height: 50px;
  bottom: 30px;
  right: 15px;
  text-align: center;
  font-weight: bold;
  color: #cccccc;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
  font-size: 20px;
  z-index: 9999;
}

.hoverGradientM {
  background: rgb(255 255 255 / 0%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.btnWrap-mov {
  display: flex;
  flex-wrap: wrap;
  bottom: 50px;
  right: 10px;
  position: fixed;
}

/* ポイント購入画面 */
.pointChargeBox {
  border-radius: 10px;
  padding: 5px;
  position: relative;
  margin: 5px;
}

.pointChargeBox .oderPoint {
  font-weight: bold;
  font-size: 16px;
}

.pointChargeBox .price {
  padding: 5px;
  font-size: 13px;
}

.pointChargeBox .pointCharge {
  position: absolute;
  bottom: -3px;
  right: 10px;
  width: 95px;
  letter-spacing: 5px;
  padding: 10px 0;
}

/* settlement.php */
#purchaseForm {
  padding: 10px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#purchaseForm label {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

#purchaseForm .form-row {
  width: 100%;
  height: 100px;
  /* float: left; */
}

/* カード情報入力欄 */
#purchaseForm .StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}



/* ボタン */
#purchaseForm #sendBtn {
  color: #fff;
  background: #f45671;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  /* margin-top: 29px;
  margin-left: 28px; */
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#paymentLogo {
  display: block;
  margin: 30px auto;
  width: 120px;
}
#purchaseForm #btn:hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
  background-color: #d32f38;
}

/* 入力欄にフォーカスされた時 */
#purchaseForm .StripeElement--focus {
  border: 2px outset #263be0;
}

/* エラー時の入力欄枠線の色 */
#purchaseForm .StripeElement--invalid {
  border-color: #ff5f3f;
}

/* オートコンプリートで入力した時 */
#purchaseForm .StripeElement--webkit-autofill {
  background-color: #beddf9 !important;
}

/* 入力欄の下に出るエラーメッセージの文字色 */
#purchaseForm #card-errors {
  color: #ff5f3f;
}
#purchaseForm input {
  margin: 0 0 10px 0;
}
#purchaseForm ul {
  display: flex;
  flex-wrap: wrap;
}
#purchaseForm ul li:nth-child(3) {
  width: calc((100% - ((100%/3)*2)) - 20px);
}
#purchaseForm ul li:nth-child(2),
#purchaseForm ul li:nth-child(4) {
  width: calc(100%/3);
}
#purchaseForm ul li:nth-child(2),
#purchaseForm ul li:nth-child(3) {
  margin-right: 10px;
}
#purchaseForm ul li:nth-child(1),
  #purchaseForm ul li:nth-child(5) {
  width: 100%;
}

/* 注意事項 */
.cardCaution{
}

.cardCaution .cautionTitle{
  font-weight: bold;
  font-size: 16px;
  margin: 30px auto;
  text-align: center;
}

.cardCaution .cautionText span{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.cardCaution .cautionText p{
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px;
}

.cardCaution .cautionText a{
  font-weight: bold;
  color: #008ee7;
  border-bottom: solid 1px #008ee7;
}



.subTitle-center {
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}

.subTitle-center::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: var(--gradient1);
}

.subTitlecaption {
  letter-spacing: 20px;
  text-indent: 20px;
  font-size: 15px;
  background: var(--gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.selectAddressBox label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.selectAddressBox label::before,
.selectAddressBox label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.selectAddressBox label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.selectAddressBox label::after {
  background-color: #9cd0e3e3;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px
}

.selectAddressBox input:checked+label::after {
  opacity: 1;
}

.selectAddressBox .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.selectAddressBox span{
  margin-left: 30px;
}

#nonCountWrap{
  min-width: 490px;
}

.againbutton {
  text-align: center;
  margin-bottom: 50px;
}

.againPurchaseBtn {
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  transition: all 0.3s ease-out;
  animation: move 1.5s infinite;
  background-image: linear-gradient(135deg, #008ee7 0, #3c8ae7 7.14%, #5a86e4 14.29%, #7182e1 21.43%, #857ddc 28.57%, #9578d6 35.71%, #a474cf 42.86%, #b16fc7 50%, #bc6abe 57.14%, #c666b4 64.29%, #ce63aa 71.43%, #d460a0 78.57%, #d95e95 85.71%, #dc5c8a 92.86%, #de5c7e 100%);
}

.againPurchaseBtn.premium {

  background-image: linear-gradient(225deg, #ff7363 0, #ff5b5f 25%, #ff3858 50%, #ee0053 75%, #e00052 100%);
}

.againPurchaseBtn:hover {
  transform: scale(1.05);
  animation-play-state: paused;
  background-image: linear-gradient(135deg, #008ee7 0, #3c8ae7 7.14%, #5a86e4 14.29%, #7182e1 21.43%, #857ddc 28.57%, #9578d6 35.71%, #a474cf 42.86%, #b16fc7 50%, #bc6abe 57.14%, #c666b4 64.29%, #ce63aa 71.43%, #d460a0 78.57%, #d95e95 85.71%, #dc5c8a 92.86%, #de5c7e 100%);
}

.againPurchaseBtn.premium:hover {
  transform: scale(1.05);
  animation-play-state: paused;
  background-image: linear-gradient(225deg, #ff7363 0, #ff5b5f 25%, #ff3858 50%, #ee0053 75%, #e00052 100%);
}
/* roundAbout */
#myRoundabout {padding: 0;}
#myRoundabout ul {
list-style: none;
    margin: 0;
}
#myRoundabout li {
	list-style-type: none;
}
.roundabout-holder {
	list-style: none;
	width: 100%;
	height: 500px;
	margin: auto;
}
.roundabout-holder li {
  background: #fff;
  padding: 5px;
}
.roundabout-moveable-item {
  width: 80%;
cursor: pointer;
}
.roundabout-moveable-item img {
	width: 100%;
	border: none;
}
.roundabout-in-focus { cursor: auto; }

/* compliance */
#compliance article span {
  font-size: 18px;
  font-weight: bold;
}

#compliance article p {
  margin-bottom: 10px;
}



#thanks {
  text-align: center;
}

#completeMessage .thanksImg {
  width: 15%;
  margin: 0 auto 30px; 
}

#completeMessage {
  /* display: none; */
  background: #fff;
  padding: 20px;
}


#completeMessage .thanksTitle {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

#completeMessage .thanksText span{
  font-weight: bold;
  font-size: 24px;
}

#completeMessage .thanksText a{
  font-weight: bold;
  color: #008ee7;
  border-bottom: solid 1px #008ee7;
}

.confirmationcode{
  text-align: center;
}

.toggle-pass {
  position: absolute;
  top: 10px;
  right: 10px;
}

#registJumper {
  display: block;
  padding-top: 10px;
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
}

/* ラインナップ関連 */
.lineupIcon {
  position: relative;
  margin-top: 0px!important;
}

.lineupIcon .lineup {
  color: #ffffff;
  font-size: 20px;
  width: 80%;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  margin: auto;
  font-weight: bold;
  transition: all 0.3s ease-out;
  animation: move 1.5s infinite;
  background-image: linear-gradient(135deg, #008ee7 0, #3c8ae7 7.14%, #5a86e4 14.29%, #7182e1 21.43%, #857ddc 28.57%, #9578d6 35.71%, #a474cf 42.86%, #b16fc7 50%, #bc6abe 57.14%, #c666b4 64.29%, #ce63aa 71.43%, #d460a0 78.57%, #d95e95 85.71%, #dc5c8a 92.86%, #de5c7e 100%);
}

.lineupModal {
  display: none; /* 初期状態では非表示 */
  position: fixed; /* 固定表示 */
  z-index: 1; /* 前面に表示 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* スクロール可能にする */
  background-color: rgba(0, 0, 0, 0.5); /* 背景の黒色の透過 */
}

/* モーダルコンテンツのスタイル */
.lineupModal-content {
  background-color: #fff;
  margin: 15% auto; /* 上下のマージンを設定し中央に表示 */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* モーダルの幅を設定 */
  max-width: 600px; /* モーダルの最大幅を設定 */
}

/* クローズボタンのスタイル */
.lineupModal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.lineupModal-close:hover,
.lineupModal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.lineupModal h2 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.modal-prizelist .bigTitle .caption {
  letter-spacing: 10px;
  text-indent: 20px;
  font-size: 20px;
  background: var(--gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* guide.php */
#guide .guide_inner{
  margin: auto;
  width: 90%;
}

#guide .guide_inner .guideTitle{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  background: var(--gradient1);
  color: #f2f2f2;
  padding: 10px;
  text-align: center;
}

#guide .guide_inner .guideText{
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
#guide .guide_inner .guideText p{
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 20px;
}

#guide .guide_inner .guideText img{
  margin: 30px auto 30px;
  box-shadow: 0px 0px 4px 1px #ccc;
}


#guide .guide_inner .guideText span{
  font-weight: bold;
  color: blue;
}


/* 矢印アクション */
.cp_arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  width: 60px;
  animation: arrow-move09 2s infinite ease-in-out;
}
.cp_arrows .cp_arrow::before,
.cp_arrows .cp_arrow::after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: #81d9e7;
  border-radius: 10px;
}
.cp_arrows .cp_arrow::before {/*矢印左の線の位置と傾斜*/
  left: 3px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow::after {/*矢印左の線の位置と傾斜*/
  right: 3px;
  transform: rotate(-30deg);
}
@keyframes arrow-move09 {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0);}
  48% {transform: translateY(-20px);}
  60% {transform: translateY(-15px);}
}




/* TOP スライダー */
.carousel__track {
  display: flex;
  padding: 0!important;
  position: relative;
}

.inner .carousel__slide {
  flex-shrink: 0;
  margin: 0;
  position: relative;
  scroll-snap-stop: auto;
  transform: translateZ(0);
}

.inner .carousel__slide {
  align-items: center;
  display: flex!important;
  justify-content: center;
}

.inner ul.carousel__track li {
  /* width: 33.3333%; */
}

.w-96 {
  width: 24rem!important;
}

.rounded-lg {
  border-radius: .5rem;
  border: 3px solid #fff;
}






/* TOP ピックアップ */

ul.pickup{
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
}

.newItem ul.pickup li.pickupItem{
  /* width: 48%; */
  margin: 10px 10px 20px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 1px #ccc;
  background-color: #fff;
}

.newItem ul.pickup li.pickupItem ul.pickup_Inner{
  /* display: flex; */
}
.newItem ul.pickup li.pickupItem ul.pickup_Inner li{
  /* width: 50%; */
}

.newItem ul.pickup li.pickupItem ul.pickup_Inner li.pickup_Right{
  margin-left: 10px;
}


.newItem ul.pickup li.pickupItem ul.pickup_Inner li.pickup_Right .pickup_Title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.newItem ul.pickup li.pickupItem ul.pickup_Inner li.pickup_Right .pickup_Text{
  font-size: 15px;
  margin-bottom: 10px;
  /* height: 120px; */
  /* overflow: auto; */
}

.newItem ul.pickup li.pickupItem ul.pickup_Inner li.pickup_Right .gachabtn{
  color: #ffffff;
  font-size: 20px;
  width: 80%;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  transition: all 0.3s ease-out;
  animation: move 1.5s infinite;
  background-color: #93adef;
}



/* スカウター関連 */
.scouterIcon {
  position: relative;
  margin-top: 0px!important;
}

.scouterIcon .scouter {
  color: #ffffff;
  font-size: 17px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  transition: all 0.3s ease-out;
  animation: move 1.5s infinite;
  background-image: linear-gradient(135deg, #008ee7 0, #3c8ae7 7.14%, #5a86e4 14.29%, #7182e1 21.43%, #857ddc 28.57%, #9578d6 35.71%, #a474cf 42.86%, #b16fc7 50%, #bc6abe 57.14%, #c666b4 64.29%, #ce63aa 71.43%, #d460a0 78.57%, #d95e95 85.71%, #dc5c8a 92.86%, #de5c7e 100%);
}

.scouterModal {
  display: none; /* 初期状態では非表示 */
  position: fixed; /* 固定表示 */
  z-index: 1; /* 前面に表示 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* スクロール可能にする */
  background-color: rgba(0, 0, 0, 0.5); /* 背景の黒色の透過 */
}

/* モーダルコンテンツのスタイル */
.scouterModal-content {
  background-color: #fff;
  margin: 15% auto; /* 上下のマージンを設定し中央に表示 */
  padding: 20px;
  border: 1px solid #888;
  width: 100%; /* モーダルの幅を設定 */
  max-width: 1200px; /* モーダルの最大幅を設定 */
}

/* クローズボタンのスタイル */
.scouterModal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.scouterModal-close:hover,
.scouterModal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.scouterModal h2 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}


/* TOP ソールドアウト */

ul.soldout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newItem ul.soldout li.soldoutItem{
  width: 48%;
  margin: 10px 10px 20px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 1px #ccc;
  background-color: #fff;
}

.newItem ul.soldout li.soldoutItem ul.soldout_Inner{
  display: flex;
}
.newItem ul.soldout li.soldoutItem ul.soldout_Inner li{
  width: 50%;
}

.soldout_img {
  position: relative;
  width: 100%;
}

/* 黒の透過背景用のオーバーレイ */
.soldout_img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 黒の透過背景 */
  z-index: 1;
}

/* SOLD OUT テキスト */
.soldout_img::after {
  content: 'SOLD OUT';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-35deg); /* 中央配置と回転 */
  color: white;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* テキストの視認性向上 */
}



.closeModalBtn {
  padding: 8px 24px;
  margin-top: 16px;
  background-color: #666;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.closeModalBtn:hover {
  background-color: #888;
}


/* スカウターモーダル */
/* S賞 */
#sPriseModalWrap {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#sPriseModalWrap .modal {
  width: 300px;
}

#sPriseModalWrap .modal {
  width: 300px;
}

#sPriseModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#sPriseModalWrap .modal .form .iconArea {
  background: var(--gradient3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#sPriseModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #4ec200;
  border-image: var(--gradient3);
  border-image-slice: 1;
}

#sPriseModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#sPriseModalWrap .modal.user .form {
  text-align: left;
}

#sPriseModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#sPriseModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

/* SR賞 */
#srPriseModalWrap {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#srPriseModalWrap .modal {
  width: 300px;
}

#srPriseModalWrap .modal {
  width: 300px;
}

#srPriseModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#srPriseModalWrap .modal .form .iconArea {
  background: var(--gradient3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#srPriseModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #4ec200;
  border-image: var(--gradient3);
  border-image-slice: 1;
}

#srPriseModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#srPriseModalWrap .modal.user .form {
  text-align: left;
}

#srPriseModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#srPriseModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

/* SSR賞 */
#ssrPriseModalWrap {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#ssrPriseModalWrap .modal {
  width: 300px;
}

#ssrPriseModalWrap .modal {
  width: 300px;
}

#ssrPriseModalWrap .modal .form {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#ssrPriseModalWrap .modal .form .iconArea {
  background: var(--gradient3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

#ssrPriseModalWrap .modal .form .iconArea .iconWrap {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #4ec200;
  border-image: var(--gradient3);
  border-image-slice: 1;
}

#ssrPriseModalWrap .modal.user {
  width: 500px;
  text-align: left;
}

#ssrPriseModalWrap .modal.user .form {
  text-align: left;
}

#ssrPriseModalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#ssrPriseModalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

#sPriseModalWrap.active {
  display: flex;
}
#srPriseModalWrap.active {
  display: flex;
}
#ssrPriseModalWrap.active {
  display: flex;
}


/* ガチャ結果に演出追加　20250206 */
body#gachaResult {
  margin: 0;
  /* overflow: hidden; */
  /* 元のbodyの背景設定を全て無効化 */
  background: none !important;
  background-image: none !important;
  background-color: white !important;
  background-attachment: unset !important;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: url('/img/background_001.png') center top;
  background-attachment: fixed;
}

#background.animate {
  animation: fade-in 6s ease-out forwards;
}


#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

/* 背景用の白レイヤー */
#overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

#overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#overlay.fade-out::before {
  animation: overlay-fade-out 0.5s forwards;
}


@keyframes overlay-fade-out {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}


#zoom-image {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transform: scale(0.2) rotate(-10deg);
  animation: dramatic-entrance 4.2s ease-in-out forwards;
}

@keyframes dramatic-entrance {
  /* フェードイン & ゆっくり登場 (0-2秒) */
  0% {
      opacity: 0;
      transform: scale(0.2) rotate(-10deg);
  }
  47.62% { /* 2秒時点 */
      opacity: 1;
      transform: scale(1) rotate(0deg);
  }
  
  /* 静止画表示 (2-4秒) */
  47.62%,
  95.24% { /* 4秒時点 */
      opacity: 1;
      transform: scale(1) rotate(0deg);
  }
  
  /* フェードアウト & 勢いよく退場 (4-4.2秒) */
  100% {
      opacity: 0;
      transform: scale(5) rotate(10deg);
  }
}

#gachaResult #content {
  display: none;
  opacity: 0;
  position: relative;
  z-index: 1;
}

#content.animate {
  animation: fade-in 5s ease-out forwards;
}

@keyframes fade-in {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}