@import url("reset.css");

.dosp {
  display: none;
}

a {
  cursor: pointer;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #131313;
  overflow-x: hidden;
}


.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;
}


#commonForm .btnWrap {
  flex-direction: column;
}


#commonForm .btnWrap #registJumper{
  position: relative;
  display: inline-block;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 50px;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
  background: linear-gradient(210deg, rgb(249 69 69) 0%, rgb(241 179 150) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}


#commonForm .btnWrap #registJumper:hover {
  letter-spacing: 15px;
  text-indent: 15px;
  background-position: 99% 50%;
}


.btn {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 50px;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
}

.btn.mini {
  font-size: 14px;
  height: 30px;
  line-height: 9px;
  padding: 10px;
  margin: 10px;
  letter-spacing: 5px;
  text-indent: 5px;
}

.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: 40px;
  line-height: 60px;
  margin: 40px 0;
  font-weight: 300;
  background: #ffffff8a;
}

.bigTitle .head {
  /* color: #fdfdfd; */
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
}

.bigTitle .caption {
  letter-spacing: 20px;
  text-indent: 20px;
  font-size: 20px;
  background: 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%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bigTitle::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: 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%);
}

.column2 {}

.column2>div {
  width: calc(50% - 10px);
}

.column2>div:nth-child(1) {
  margin-right: 10px;
}

.column2>div:nth-child(2) {
  margin-left: 10px;
}

.subTitle {
  font-size: 30px;
  margin-bottom: 20px;
}

.subTitle::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: var(--gradient1);
}

hr {
  height: 1px;
  background: #ccc;
  margin: 10px 0;
}

/* header */
header {
  height: 120px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #ffffff6e;
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  box-shadow: 0 2px 8px 0 rgba(31, 38, 135, 0.2);
}

header a {
  text-decoration: none;
  color: #333;
  background: none;
  -webkit-text-fill-color: #111;
  border: none;
}

#headerLogoWrap {
  float: left;
}

#headerLogoWrap img {
  width: 60px;
}

#headerLogoWrap span {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 26px;
}

#headerLogoWrap span.ja {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 12px;
  position: relative;
  top: -10px;
}

#logoTextWrap {
  margin-left: 20px;
}

#logoTextWrap img {
  width: 300px;
}

#headerLogoWrap #logoTextWrap {
  display: inline-block;
  margin-left: 20px;
}

#countWrap {
  margin: 10px 0 10px auto;
  min-width: 100px;
  font-size: 30px;
  line-height: 20px;
  border: solid 1px #ccc;
  margin-right: 10px;
  border-radius: 50px;
  height: 50px;
  padding: 5px 5px;
  background: rgba(255, 255, 255, 0.6);
}

#countWrap .coinIcon {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

#countWrap .pointAdd {
  background: var(--gradient3);
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 40px;
  position: relative;
  left: 20px;
  top: -3px;
  font-size: 20px;
  cursor: pointer;
  -webkit-text-fill-color: #fff;
}

#headerMenu {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

#headerMenu li {
  font-weight: 500;
  font-size: 16px;
  margin: 5px;
}

.header {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  justify-content: flex-start;
}

/* footer */
footer {
  border-top: solid 1px #ccc;
  background-color: #fff;
}

footer .inner {
  background-color: #fff;
}



#footerLogoWrap {
  text-align: center;
  margin: 50px 0 0;
}

#footerLogoWrap img {
  width: 100px;
}

#footerTextWrap {
  text-align: center;
  /* margin: 0 0 50px; */
}

#footerTextWrap img {
  width: 450px;
}

#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;
  margin: 20px;
}

#footerMenu li {
  padding: 0 8px;
}

#footerMenu li+li {
  border-left: 1px solid #ababab;
}

#copyRight {
  /* 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;
}


/* NEW ITEM */
.newItem .newGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 50px;
  row-gap: 50px;
  max-width: 1100px;
  margin: 40px auto 0;
}

.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: 0px;
}

.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;
}

.itemTxt {
  font-size: 22px;
}

.coinIcon {
  height: 20px;
  position: relative;
  top: 2px;
}

.itemTxt .itemPrice {
  font-size: 22px;
  text-align: left;
}

/* NEWS */
#news {
  /* width: 1100px; */
  margin: auto;
  padding: 0px;
  position: relative;
  bottom: 35px;
}

.newsList .date {
  font-weight: bold;
  font-size: 30px;
}

.newsList .text {
  margin-left: 60px;
  font-size: 20px;
}

/* itemlist */
#itemlistPage .itemlist {
  margin-top: 50px;
}

#itemlistPage .listTitle {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .2em;
  text-align: center;
}

#itemlistPage .newGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 50px;
  row-gap: 50px;
  max-width: 1100px;
  margin: 40px auto 0;
}

/* detail */
.item {
  display: flex;
  justify-content: space-around;
}

.item .itemLeft {
  display: block;
  max-width: 525px;
  width: 50%;
  margin-top: 15px;
}

.item .itemRight {
  max-width: 430px;
  width: 50%;
}

.item .itemRight .itemCount {
  top: 0;
  margin-top: 50px;
}

.item .itemRight .itemName {
  font-size: 27px;
  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{
  /* color: #ff0000; */
  background: #fff;
  font-weight: bold;
  transform: rotate(-4deg);
  box-shadow: 0 0 10px #666;
}

.prize_txt span{
  font-size: 20px;
  color: #ff0000;
}



/* .roundAbout {
  height: 500px;
} */

/* main */
main {
  margin-top: 120px;
}

.inner {
  width: 1280px;
  background-color: #e1e1e1d6;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
}

article {
  margin: 50px;
}

.newsList .date {
  font-weight: bold;
  font-size: 30px;
}

.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 {
  margin: 50px 250px 50px;
  font-size: 20px;
  padding: 50px;
  border-radius: 20px;
}

#mailForm .subTitle {
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

#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;
}


#commonForm li.tac a{
  text-decoration: underline;
}


/* #sendBtn {
  display: block;
  padding: 10px;
  letter-spacing: 2px;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  margin: 0 auto 50px;
  text-align: center;
  background: var(--gradient1);
  transition: .3s;
  border-radius: 50px;
}

#sendBtn:hover{
  background: #1d1c1c;
  color: #ffffff;
} */



/* modal */
#modalWrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

#modalWrap .modal {
  width: 300px;
}

#modalWrap .modal {
  width: 300px;
}

#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 {
  width: 500px;
  text-align: left;
}

#modalWrap .modal.user .form {
  text-align: left;
}

#modalWrap .modal.user .form li {
  width: calc(100% - 10px);
  margin: 5px;
  line-height: 20px;
}

#modalWrap .modal.user .form li.wHalf {
  width: calc(50% - 10px);
  margin: 5px;
}

.addAddresModal {
  display: none;
}

.alertModal {
  display: none;
}

#modalWrap.active {
  display: flex;
}

.addAddresModal.active {
  display: flex;
}

.alertModal.active {
  display: flex;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 353px;
  right: 700px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #66666680;
  cursor: pointer;
  z-index: 99999;
}

/* 配送先住所追加モーダル */
#addAddressModalWrap {
  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 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

#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;
}

.selectAddressBox {
  border-radius: 20px;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.selectAddressBox .name {
  font-weight: bold;
  font-size: 16px;
}

.selectAddressBox .address {
  padding: 5px;
}

.selectAddressBox .addressDel {
  position: absolute;
  bottom: 0;
  right: 0;
}

#selectAddressModalWrap li.selectAddressBox.selected {
  background-image: linear-gradient(135deg, #ffffff 0, #fbffff 25%, #e0f6ff 50%, #c5e3f1 75%, #add3e4 100%);
}

/* 送信確認モーダル */
#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;
}

/* 配送先住所追加モーダル */
#payMentModalWrap {
  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;
}

#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;
}

#completeMessage {
  display: none;
}

#completeMessage.active {
  display: block;
}

#thanks {
  text-align: center;
  margin: 100px;
}

#completeMessage .thanksImg {
  margin: 0 auto 30px; 
}

#completeMessage .thanksImg i{
  font-size: 100px;
  color: rgba(150, 167, 241, 1);
}


#completeMessage .thanksTitle {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

#completeMessage .thanksText span{
  font-weight: bold;
  font-size: 24px;
}

#login_id{
  font-weight: 200;
}

#completeMessage .thanksText a{
  font-weight: bold;
  color: rgba(150, 167, 241, 1);
  border-bottom: solid 1px rgba(150, 167, 241, 1);
}

#registForm {
  display: none;
}

#registForm.active {
  display: block;
}

/* スカウターモーダル */
/* 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;
}

/* 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;
}

#collectionCategorySelector li span {
  cursor: default;
}

.collectionWrap {
  border: solid 1px #ccc;
  padding: 20px;
  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 {
  width: calc((100% - 70px) / 3);
}

.collectionWrap .list {
  justify-content: left;
}

.collectionWrap .list li {
  width: calc(calc(100% - 30px) / 3);
  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: 110px;
  padding: 5px;
  /* max-height: 90px; */
  overflow: auto;
}




.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%;
}

.shipped {
  background: rgb(31 38 135 / 11%);
}

#collections .label {
  font-weight: bold;
  margin: 5px;
}

.addressBox {
  border-radius: 20px;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.addressBox .name {
  font-weight: bold;
  font-size: 16px;
}

.addressBox .address {
  padding: 5px;
}

.addressBox .addressDel {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* faq */
#faqList li:nth-child(odd) {
  /* color: #d76975; */
  padding: 13px 40px;
  margin: 20px;
  font-size: 25px;
  font-weight: bold;
}

#faqList li:nth-child(odd)::before {
  content: "Q";
  margin-right: 10px;
  color: #73f7e0;
}

#faqList li:nth-child(even) {
  /* color: #08fd00; */
  padding: 13px 100px;
  font-size: 20px;
  background-color: #fbfbfb;
}

#faqList li:nth-child(even)::before {
  content: "A";
  margin-right: 10px;
  color: #0b3def;
  font-weight: bold;
}

#faqList li span{
  border-bottom: #ef0b0b solid 1px;
}


/***トップへ戻るボタン***/
/* #page-top {
  display: block;
  font-weight: bold;
  padding: .7em;
  text-align: center;
  background: var(--gradient1);背景色
  color: #666; 文字色
  transition: .3s;
  margin: 70px auto;
  width: 200px;
  height: 50px;
  border-radius: 50px;
}
/***マウスオーバー時***/
/* #page-top:hover {
  background: #000000; 背景色
  color: #fff; 文字色
} */
/***トップへ戻るボタンここまで***/

/* company */
#company #companyInfo{
  width: 70%;
  margin: auto;
}


#companyInfo li:nth-child(odd) {
  padding: 13px 40px;
  margin: 20px;
  font-size: 25px;
  font-weight: bold;
}

#companyInfo li:nth-child(even) {
  padding: 13px 50px;
  font-size: 20px;
  /* background-color: #cccccc; */
  margin-left: 100px;
}

#companyInfo li:nth-child(odd)::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: var(--gradient1);
}


/* terms */
#terms .inner span {
  font-size: 25px;
}

#terms .chapter{
  margin: 40px 0;
  font-size: 40px;
  font-weight: 500;
}


#terms .inner span::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: var(--gradient1);
}

#terms .explanation{
  width: 80%;
  margin: auto;
  line-height: 2.0;
}


.input-wrap {
  position: relative;
}

.toggle-pass {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.gachamovie {
  text-align: center;
}



#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: 20px;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.pointChargeBox .oderPoint {
  font-weight: bold;
  font-size: 16px;
}

.pointChargeBox .price {
  padding: 5px;
}

.pointChargeBox .pointCharge {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 150px;
}


/* settlement.php */
#purchaseForm {
  padding: 30px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

#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;
}

#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: 20px;
  margin: 30px auto;
  text-align: center;
}

.cardCaution .cautionText span{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.cardCaution .cautionText p{
  font-size: 15px;
  margin-bottom: 20px;
  padding: 10px;
}

.cardCaution .cautionText a{
  font-weight: bold;
  color: #008ee7;
  border-bottom: solid 1px #008ee7;
}


.subTitle-center {
  font-size: 30px;
  margin-bottom: 20px;
  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: 350px;
}

.againbutton {
  text-align: center;
  margin-bottom: 50px;
}

.againPurchaseBtn {
  color: #ffffff;
  font-size: 20px;
  width: 25%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  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%);
}

#itemdatail {
  margin-top: 200px;
  margin-bottom: 50px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* 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-moveable-item {
  width: 30%;
cursor: pointer;
}
.roundabout-moveable-item img {
	width: 100%;
	border: none;
}
.roundabout-in-focus { cursor: auto; }

.languageSelect{
  margin-top: 30px;
}

/* compliance */
#compliance article span {
  font-size: 18px;
  font-weight: bold;
}

.confirmationcode{
  text-align: center;
}

/* 決済画面 */
#payment-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}
#payment-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
#payment-form input[type="text"],
#payment-form input[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
}
#payment-form input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
#payment-form input[type="submit"]:hover {
  background-color: #0056b3;
}






/* ラインナップ関連 */
.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: 100%; /* モーダルの幅を設定 */
  max-width: 1200px; /* モーダルの最大幅を設定 */
}

/* クローズボタンのスタイル */
.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;
}


/* ラインナップのスタイル */
.modal-prizelist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.modal-prizelist li.modalImg{
  text-align: center;
  margin: auto;
  width: 300px!important;
}




/* guide.php */
#guide .guide_inner{
  margin: auto;
  width: 80%;
}

#guide .guide_inner .guideTitle{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  background: var(--gradient1);
  color: #f2f2f2;
  padding: 10px;
}

#guide .guide_inner .guideText{
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#guide .guide_inner .guideText p{
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}

#guide .guide_inner .guideText img{
  margin: 30px 10px 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;
  padding-top: 100px;
}

.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;
}

.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: 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%);
}

.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;
}



/* ガチャ結果に演出追加　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: 1500;
}

#content.animate {
  animation: fade-in 5s ease-out forwards;
}

@keyframes fade-in {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}



/* detail.php 修正 20250210 */
ul.roundAbout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

ul.roundAbout li {
  text-align: center;
  margin: auto;
  width: 300px!important;
}