<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============================
  base
================================*/
*{
  box-sizing: border-box;
}
html{
  /*親のフォントサイズを10pxに*/
  font-size: 62.5%;
}
:root {
  --color-black: #000;
  --color-dark-gray: #222;
  --color-gray: #666;
  --color-white: #fff;
  --color-yellow: #FFD600;
  --color-red: #870013;
  --color-dark-blue: #5557a1;
  --page-padding-inline: 3.5%;
  --com-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  --com-bg-grad-red: rgba(217,4,13,1) 0%, rgba(89,22,60,1);
  --com-bg-grad-gray: rgba(255, 255, 255, 0.05), rgba(255, 255, 255, .15);
  --font-size-note: min(10px, 3vw);
  --font-weight-bold: 600;
  --font-size14: min(14px, 4.5vw);
  --font-size16: min(14px, 4.5vw);
  --font-size18: min(18px, 4.8vw);
  --font-size21: min(21px, 5.5vw);
  --font-size25: min(25px, 6.5vw);
  --font-size28: min(28px, 7.5vw);
}

@media screen and (max-width: 389px) {
  html{
    /*親のフォントサイズを10pxに*/
    font-size: 50%;
  }
}

@media screen and (max-width: 300px) {
  html{
    /*親のフォントサイズを10pxに*/
    font-size: 42%;
  }
}

/*margin*/
.m-center{
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (min-width: 300px) and (max-width: 765px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 0 0;
    padding: 0;
    background: #000;
  }
  #purchase-btn-box {
    display: none;
  }
}

@media screen and (min-width: 765px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    background: url(https://gigaplus.makeshop.jp/Fachant/【3.1】icedandy-cabriolet/【3.1BF】icedandy-cabriolet_Used_Creative_Design/【3.1BF】icedandy-cabriolet_Used_Creative_Design7.75.jpg) top center/cover no-repeat
    fixed;
    margin: 0 0;
    padding: 0;
  }

  /***PC Only****************************/
  #pc-only {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #pc-only .pc-logo {
    display: inline-block;
    position: absolute;
    top: 4%;
    left: 2%;
  }
  #pc-only .pc-logo img {
    display: block;
    width: 15vw;
    max-width: 300px;
    margin-bottom: 1rem;
  }
  #pc-only .pc-logo::after {
    position: absolute;
    content: "アイスダンディ";
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    color: #fff;
    font-weight: 500;
    font-size: min(3vw, 12px);
  }
  #purchase-btn-box {
    width: 100%;
    max-width: 320px;
    position: absolute;
    top: 2%;
    right: 1%;
    z-index: 9999;
  }
  #purchase-btn-box .purchase-btn {
    width: 100%;
    background: linear-gradient(to bottom, #ff0526 5%, #711b4c 100%);
    box-shadow: 5px 5px 10px rgba(255,255,255,.5) inset;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: min(3.5vw, 16px);
    padding: 2rem 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  #purchase-btn-box .purchase-btn .btn-txt {
    line-height: 1.5;
  }
  #purchase-btn-box .purchase-btn .btn-txt .c-yellow {
    color: #ffe200;
  }
  #purchase-btn-box .purchase-btn:hover {
    background: linear-gradient(to bottom, #d90421 5%, #59163c 100%);
  }
  #purchase-btn-box a.purchase-btn:active {
    position: relative;
    top: 1px;
  }
  #purchase-btn-box .purchase-btn:after {
    position: absolute;
    content: "";
    background: url(https://gigaplus.makeshop.jp/Fachant/【3.1】icedandy-cabriolet/【3.1BF】icedandy-cabriolet_Used_Creative_Design/【3.1BF】icedandy-cabriolet_Used_Creative_Design7.76.png) 0 0
      no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: cover;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
  .pc_contents .notime_logo {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
  .pc_contents .notime_logo img {
    width: 7vw;
    max-width: 80px;
  }

  .scrollWrap {
    position: fixed;
    top: 90%;
  }
  .scrollWrap.--right {
    left: calc(50% + 270px);
  }
  .scroll-mark {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
  }
  .scroll-mark::before {
    content: "";
    width: 2px;
    height: 90px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    margin: auto;
  }
  .scroll-mark::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    position: absolute;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -21px;
    margin: auto;
  }

}

@media screen and (max-width: 768px) {
  .pc_contents {
    display: none;
  }
  
}


/*===============================
  購入ボタン
================================*/
/* .com-purchaseBtn {
  width: 95%;
  margin: 10% auto 12%;
  position: relative;
}
.com-purchaseBtn .addCart {
  color: #fff;
  font-size: min(18px, 4vw);
  font-weight: var(--font-weight-bold);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, var(--com-bg-grad-red) 100%);
  box-shadow: inset 0px 5px 8px 0px rgba(255, 255, 255, 0.4), 1px 5px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  padding: 7% 3%;
}
.com-purchaseBtn button span {
  display: block;
  line-height: 1.3;
}
.com-purchaseBtn button span + span {
  margin-block-start: 2%;
}
.com-purchaseBtn button .btn-txt-01 {
  font-size: min(32px, 9vw);
}
.com-purchaseBtn button .btn-txt-02 {
  color: var(--color-yellow);
  font-size: min(20px, 5vw);
}
.com-purchaseBtn button .btn-txt-03 {
  font-size: min(30px, 7vw);
}
.pekopeko {
  animation: .7s ease-out 0s infinite alternate pekopeko;
}
@keyframes pekopeko {
  to {
    transform:translateY(4px);
    }
} */

/*===共通===============================*/
#wrap {
  width: 100%;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  background: #101010;
  color: #fff;
  position: relative;
  z-index: 3;
  line-height: 1.4;
  overflow: hidden;
}
/*===============================
  contents img txt
================================*/
/* wrap img */
#wrap img {
  width: 100%;
  height: auto;
  display: block;
}
/* cont-img */
.cont-img {
  text-align: center;
  display: block;
  position: relative;
}
.cont-img img {
  width: 100%;
  max-width: 465px;
  height: auto;
}
.cont-img.w90 {
  width: 100%;
  padding: 0 5%;
}
.id_product_img {
  width: 60%;
  max-width: 280px;
  margin: 2rem auto;
}
.id_product_logo {
  width: 70%;
  max-width: 280px;
  margin: 3rem auto 0;
  text-align: center;
  font-size: 1rem;
}
.id_product_logo img {
  width: 100%;
}
.product_name {
  text-align: center;
  font-size: min(4vw,18px);
  font-weight: bold;
}

/*===============================
  header
================================*/
.header {
  padding: min(3.5%, 15px) min(2.5%, 15px);
  margin-inline: auto;
  display: flex;  
  justify-content: space-between;
  width: 100%;
  max-width: 465px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.no-button .header {
  position: absolute;
  z-index: 1;
}
.header .description {
  width: min(160px, 35vw);
  flex-shrink: 0;
}
.header .description img {
  aspect-ratio: 722/158;
}
.header .description span {
  color: var(--color-white);
  display: block;
  margin-block-start: .2em;
  font-size: min(10px, 4vw);
}
.header .purchaseBtn {
  width: fit-content;
  flex-shrink: 0;
}
.header .purchaseBtn .addCart {
  color: #fff;
  text-align: center;
  cursor: pointer; 
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, rgba(232, 106, 115, 0.7) 0%, rgba(167, 12, 202, 0.7) 100%);
  border-radius: 40px;
  position: relative;
  font-size: min(18px, 4vw);
  width: min(163px, 40vw);
  aspect-ratio: 163/46;
}
.header .purchaseBtn .addCart::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgba(232, 106, 115, 1) 0%, rgba(167, 12, 202, 1) 100%);
  border-radius: 100px;
  width: 95%;
  height: 85%;
}
.header .purchaseBtn button {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}


/*===============================
  bottom-info
================================*/
.bottom-info {
  font-size: min(16px, 4vw);
  color: var(--color-white);
  text-align: center;
  padding: 18% var(--page-padding-inline) 8%;
  background: var(--color-dark-gray);
}
.bottom-info ul li a {
  display: inline-block;
  padding: 10px;
}
.bottom-info .borderbox {
  width: 80%;
  padding: 7% 2%;
  margin: 8% auto;
}
.borderbox.--white {
  border: 1px solid var(--color-white);
  box-shadow: none;
}
.bottom-info .--list-circle li {
  font-size: min(18px, 5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1%;
  padding: 3% 0;
}
.bottom-info .detailLink {
  padding: 4%;
}
.bottom-info .detailLink a {
  font-size: min(18px, 5vw);
  text-decoration: underline;
}
.bottom-info .bottom-info-logo {
  width: min(120px, 35vw);
  margin: 14% auto 0;
}

.repayBtn {
  border-radius: 100px;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 230 / 56;
  margin: 10% auto 0;
  box-shadow: inset 0px 5px 8px 0px rgba(255, 255, 255, 0.4), 1px 5px 7px 0px rgba(0, 0, 0, 0.2);
  background: var(--color-gray);
}
.repayBtn a {
  color: var(--color-font);
  font-size: min(18px, 5vw);
  line-height: 1.4;
  font-weight: var(--font-weight-bold);
  background: var(--color-pale-pink);
  border-radius: 100px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  height: 82%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*===============================
  footer
================================*/
.footer {
  color: var(--color-white);
  text-align: center;
  padding: 1% var(--page-padding-inline);
  background: var(--color-dark-gray);
}
.footer .wordList {
  font-size: min(8px, 2vw);
  display: flex;
  flex-wrap: wrap; 
}
.footer .wordList li {
  width: fit-content;
  text-align: left;
  padding: .5% 2% .5% 0;
}
.footer .itemName {
  width: 70%;
  margin: 8% auto;
 }


</pre></body></html>