@charset "utf-8";

#conversion {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 75rem;
  margin: 0 auto;
  display: none;
  background: rgba(255, 255, 255, 0.7);
}

#conversion .gbBtnWText {
  margin-bottom: 0;
}

/*きらっと光る*/
.btnshine {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -75%;
  width: 50%;
  height: 98%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  animation: shine 1.5s infinite;
  transform: skewX(-25deg);
  z-index: 5;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

.bounce {
  animation: bounce 2s ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(-45%);
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    transform: translateY(-24%);
    animation-timing-function: ease-in;
  }

  65% {
    transform: translateY(-12%);
    animation-timing-function: ease-in;
  }

  82% {
    transform: translateY(-6%);
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateY(-4%);
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    transform: translateY(0%);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateY(0%);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

sup {
  vertical-align: super;
  font-size: smaller;
  position: relative;
  top: -2rem;
}

.gBlock {
  padding: 1rem 0;
}

.gBlock > p:first-child {
  background: url(../img/line01.webp) no-repeat center;
  background-size: 61.6rem auto;
  background-position: center;
}

.gBtn {
  display: block;
  margin: 0 auto;
  width: 68.5rem;
  margin-bottom: 1.8rem;
}

.gBlockBtn {
  position: relative;
}

.gBlockBtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -60%);
  font-size: 7rem;
  font-weight: 900;
  color: #db1d29;
  text-align: center;
  width: 62rem;
}

@media screen and (max-width: 599px) {
  .gBlockBtn .sp a span {
    opacity: 0 !important;
    visibility: hidden !important;
    display: inline-block;
  }
}

.gBlockBtn a {
  width: 71rem;
  display: block;
  margin: 0 auto;
}

.gBlockBtn a img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gBlockBtn .sp span {
  opacity: 0;
}
/* header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
  padding: 1.5rem;
  z-index: 1;
}

header .logo {
  height: 5rem;
}

header a {
  display: block;
  width: 29.5rem;
}

/* fv */
.fv {
  position: relative;
  width: 100%;
  background: url(../img/fvBg.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.fvTxt {
  display: block;
  margin: 2rem auto 2rem 2rem;
  width: 53rem;
}

.fvBanner {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.fvImgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-top: -3rem;
}

.fvImg {
  display: block;
  margin: 0 auto;
  width: 22rem;
}
/* end fv */

/* fee */
.fee {
  background: url(../img/feeBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 2.5rem 0 0;
}

.feeBanner {
  display: block;
  margin: 0 auto;
  width: 73rem;
}

.feeTriangle {
  display: block;
  margin: 1rem auto;
  width: 20.7rem;
}

.feeTT {
  position: relative;
}

.feeTT strong span {
  position: relative;
}

.feeTT strong span::after {
  content: "●";
  position: absolute;
  font-size: 1rem;
  color: #db1d29;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.feeImg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/* end fee */

/* product */
.product {
  background-color: #eaf4fc;
  padding-bottom: 5rem;
}

.productTxt {
  background: url(../img/productTxtBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: 0 2rem;
  padding: 2rem 0;
}
/* end product */

/* issue */
.issue img {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.issue img:first-child {
  position: relative;
  z-index: 3;
}

.issue img:last-child {
  position: absolute;
  margin-top: -16.5rem;
  z-index: 2;
}

.issueTxt {
  position: absolute;
  top: 17rem;
  right: 0%;
  z-index: 5;
}

.issueTxt li {
  margin-bottom: 7rem;
}
/* end issue */

/* step */
.step {
  position: relative;
  margin-top: 67rem;
  padding-bottom: 1rem;
  background: url(../img/stepBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-position-y: 1.5rem;
  z-index: 5;
}

.step .stepTT span:first-child {
  position: absolute;
  top: 11rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40rem;
}

.stepItem img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.stepItemTT {
  position: absolute;
}

.step01 .stepItemTT {
  top: 3.5rem;
  left: 15.5rem;
}

.step02 .stepItemTT {
  top: 3.5rem;
  left: 28rem;
}

.step01 .stepItemTxt {
  position: absolute;
  width: 37rem;
  right: 2.5rem;
  top: 14rem;
}

.step01 .stepItemTxt::after {
  content: "※沖縄県除く。";
  position: absolute;
  font-size: 1.8rem;
  color: #999999;
  right: 1rem;
  bottom: -2rem;
}

.step02 .stepItemTxt {
  width: 62rem;
  position: absolute;
  left: 50%;
  transform: translateX(-48%);
  bottom: 5rem;
}

.step03 .stepItemTT {
  top: 3.5rem;
  left: 22.5rem;
}

.step03 .stepItemTxt {
  position: absolute;
  width: 35rem;
  right: 4.2rem;
  top: 14rem;
}

.stepItemLst ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-items: center;
  align-items: center;
  width: 65rem;
  position: absolute;
  top: 15rem;
  left: 50%;
  transform: translateX(-50%);
}

.stepItem ul li {
  background: url(../img/stepItem02TxtBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 2rem;
  width: 31rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* end step */

.rank {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

/* trade */
.trade {
  background-color: #0049ca;
}

.tradeTT h4 {
  background: url(../img/tradeTTBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.tradeTT span {
  background-color: #0032a0;
  border-radius: 3.25rem;
}

.tradeBox {
  background-color: #eaf4fc;
}

.tradeItem img:first-child {
  display: block;
  margin: 0 auto;
  width: 73rem;
}

.tradeItem img:last-child {
  display: block;
  width: 34.2rem;
  position: absolute;
  right: 5rem;
  top: 1.5rem;
}

.tradeTbl {
  width: 71rem;
  margin: 0 auto;
  display: block;
  margin-top: 4.5rem;
}
/* end trade */

/* point */
.point {
  background-color: #db1d29;
}

.pointBox {
  background-color: #ffe1db;
}

.pointItemContent {
  position: absolute;
  width: 31rem;
  right: 5rem;
  top: 5rem;
}

.pointItemTxt {
  position: relative;
}

.pointItemContent strong {
  margin-bottom: 3rem;
}

.pointItemContent strong::after {
  content: "";
  position: absolute;
  width: 26rem;
  height: 0.2rem;
  background-color: #db1d29;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
}

.point02 .pointItemContent strong::after {
  bottom: 18rem;
}

.point03 .pointItemContent strong::after {
  bottom: 14rem;
}

.pointBtnBox img {
  height: 7.5rem;
  display: block;
  margin: 0 auto;
}

.pointBtnBox a:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointBtnBox a:first-child span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 20rem;
}
/* end point */

/* qa */
.qaBox {
  background-color: #eaf4fc;
}

.qaItem {
  background-color: #fff;
  border: 0.5rem solid #0049ca;
}

.qa_q {
  position: relative;
  cursor: pointer;
  height: 15rem;
  display: flex;
  align-items: center;
  color: #0049ca;
  padding-left: 10rem;
}

.qa_q::before {
  content: "";
  position: absolute;
  width: 3.8rem;
  height: 2rem;
  background: url(../img/arrDown.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  top: 45%;
  right: 0;
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.qa_q.active::before {
  transform: translateX(-50%) rotate(180deg);
}

.qa_q::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  background-color: #0049ca;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.qa_q.active::after {
  width: 50rem;
}

.qIcon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 10.5rem;
  font-weight: 900;
  font-style: italic;
  color: rgba(0, 73, 202, 0.5);
  pointer-events: none;
}

.qa_a {
  display: none;
  color: #0049ca;
}

.qa_a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
/* end qa */

/* shop */
.shop {
  background-color: #db1d29;
}

.shop .tradeTT h4 {
  background-position-y: 2rem;
}

.shopBox {
  background-color: #ffe1db;
  padding: 3rem 2rem;
}

.shopContainer {
  background-color: #db1d29;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.shopArea {
  cursor: pointer;
}

.shopArea {
  position: relative;
  cursor: pointer;
  padding-right: 8rem;
}

.shopArea.active {
  margin-bottom: 3rem;
}

.shopArea::before {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/plus.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: ease-in-out 0.3s;
}

.shopArea.active::before {
  height: 0.5rem;
  background-image: url(../img/sub.webp);
  transition: ease-in-out 0.3s;
}

.shopCity {
  background-color: #ff908b;
  padding: 1.5rem 0 1.5rem 3rem;
  margin-bottom: 0.5rem;
}
/* end shop */

/* footer */
footer {
  padding: 2rem 0 12rem;
  background-color: #eaf4fc;
}

.ftLink {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ftLink a {
  list-style: none;
  text-decoration: none;
  color: #231815;
  cursor: pointer;
}
/* end footer */
