@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Kreon:300,400,700|Oleo+Script:700");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://use.fontawesome.com/releases/v5.0.4/css/all.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

/*Text*/
.txt_br {
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.if:before {
  font-family: "FontAwesome";
  padding-right: 5px;
}

.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}

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

/*Button*/
.go__sale_cat {
  background: #ff3d6e;
  /*border: 3px solid #7f001b;*/
  color: #fff;
  display: block;
  border-radius: 60px;
  width: 80%;
  max-width: 460px;
  margin: 0 auto 30px;
  padding: 1.2rem 2.4rem;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}

.go__sale_cat:hover {
  background: #ff3d6e;
}

/******  Header  *****/
header {
  width: 100%;
  height: 80px;
  position: relative;
}

header h1 {
  height: 60px;
  position: relative;
}

header h1 img {
  max-height: 50px;
}

/******  Search *****/
.itemsearch {
  background: #fff;
  /*#BBBBBB;*/
  padding: 6px;
  margin-bottom: 6px;
  width: 40%;
  max-width: 480px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.itemsearch form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#searchword {
  width: 100%;
  margin: 0 auto;
  background: #DCDCDC;
  color: #000;
  padding: 8px 60px 8px 12px;
  box-sizing: border-box;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  outline: none;
}

#searcbtn {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  border: none;
  background: none;
  font-family: "ionicons";
  font-size: 1.8rem;
}

/*Footer*/
#footer {
  background: #c1c1c1;
  color: #fff;
  font-weight: 200;
  padding: 2em 0;
  text-align: center;
}

#footer a {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 500px;
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0.5rem 4rem;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  width: 80%;
  max-width: 420px;
}
#footer a img {
  width: 100%;
  max-width: 420px;
}

#footer a:hover {
  border: 3px solid #ff3d6e;
  color: #fff;
}

.move__pagetop {
  color: #fff;
  font-family: "Ionicons", serif;
  font-size: 2.4rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 3em;
  height: 3em;
  background: rgba(172, 172, 172, 0.8);
  border-radius: 500px;
  z-index: 100000;
  text-align: center;
  line-height: 3em;
}

.move__pagetop a {
  color: #fff;
  display: block;
}

#main {
  display: block;
  position: relative;
  padding-bottom: 100px;
}


.key {
  background: url(https://gigaplus.makeshop.jp/skater/page/original-bottle/img/bg_key2.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.key h1 {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: 1300px;
  padding: 10px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .key h1 {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .key h1 {
    padding: 50px;
  }
}
.key img {
  margin: auto;
  width: 100%;
  height: auto;
}
.key p {
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (min-width: 600px) {
  .key p {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .key p {
    font-size: 4rem;
  }
}
.key p br.txt-br {
  display: block;
}
@media only screen and (min-width: 600px) {
  .key p br.txt-br {
    display: none;
  }
}

main .order-notice {
  padding: 1.2em;
}
main .order-notice p {
  color: #ea4747;
  margin: 0 auto;
  border: 2px solid #ea4747;
  border-radius: 7px;
  padding: 1.2em;
  width: -moz-fit-content;
  width: fit-content;
}
main section {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
}
main section > h2 {
  color: #1455af;
  line-height: 1.4;
  letter-spacing: 0;
}
main section > h2 span {
  display: block;
  font-size: 1.4rem;
}
main section > h3 {
  color: #1455af;
  line-height: 1.4;
  letter-spacing: 0;
}
main section > h3 span {
  display: block;
}
@media only screen and (min-width: 1025px) {
  main section > h2 {
    font-size: 3.2rem;
  }
  main section > h3 {
    font-size: 2.4rem;
  }
}

.lead {
  padding: 20px 0;
  text-align: center;
}
.lead p {
  margin-bottom: 0;
}

.scene {
  padding: 20px;
}

.copy h2 span {
  font-size: 2.2rem;
}
.copy h2 .copy__sv-name {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .copy h2 .pc-notbr {
    display: inline;
  }
}
@media only screen and (min-width: 1025px) {
  .copy h2 {
    font-size: 3.2rem;
  }
  .copy h2 span {
    font-size: 3.2rem;
  }
}
.copy p {
  text-align: center;
  margin-bottom: 1.5em;
}
.copy p span {
  display: block;
}
@media only screen and (min-width: 600px) {
  .copy p span {
    display: inline-block;
  }
}

.case-study__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.case-study__list__item {
  border: 1px solid #c0cade;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 8%;
  padding: 10px 0;
  text-align: center;
}
.case-study__list__item img {
  margin-bottom: 10px;
  max-width: 70%;
  max-height: 240px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .case-study__list__item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .case-study__list__item img {
    margin-bottom: 10px;
    max-width: 70%;
    max-height: 240px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .case-study__list__item {
    display: block;
    margin-bottom: 0;
    width: 32%;
    text-align: center;
  }
  .case-study__list__item img {
    margin-bottom: 10px;
    max-width: 70%;
    max-height: 240px;
  }
}
.case-study__list__item .case-study-txt {
  padding: 10px 20px 20px;
}
@media only screen and (min-width: 600px) {
  .case-study__list__item .case-study-txt {
    width: 55%;
  }
  .case-study__list__item .case-study-txt h3 {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .case-study__list__item .case-study-txt {
    width: 100%;
  }
  .case-study__list__item .case-study-txt h3 {
    text-align: center;
  }
}
.case-study-txt {
  text-align: left;
}

.compatible__list {
  margin-bottom: 20px;
}
.compatible__more {
  background: #1455af;
  border-radius: 8px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 1.6rem 0;
  width: 100%;
  max-width: 420px;
  text-align: center;
  cursor: pointer;
}
.compatible .slick-dots li {
  background: #000;
  width: 8px;
  height: 8px;
}

.order__flow {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.order__flow__step {
  border: 1px solid #000;
  border-bottom: none;
  width: 100%;
  overflow: hidden;
}
.order__flow__step:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.order__flow__step:last-child {
  border-bottom: 1px solid #000;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (min-width: 1025px) {
  .order__flow__step {
    border: 1px solid #000;
    border-radius: 8px;
    width: 32%;
    margin-bottom: 20px;
  }
  .order__flow__step:first-child {
    width: 100%;
  }
}
.order__flow__step .step {
  background: #f6f5eb;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 10px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.order__flow__step .step::before {
  background: #000;
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  right: 16px;
  top: 50%;
  position: absolute;
}
.order__flow__step .step::after {
  background: #000;
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: 0.3s;
}
@media only screen and (min-width: 1025px) {
  .order__flow__step .step::before, .order__flow__step .step::after {
    content: none;
  }
}
.order__flow__step .step.active::after {
  opacity: 0;
  transition: 0.3s;
}
.order__flow__step .step-num {
  line-height: 1;
  width: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}
.order__flow__step .step-num span {
  display: block;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1025px) {
  .order__flow__step .step-num {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background: #706046;
    color: #ffffff;
    padding: 0.8rem;
    border-radius: 100%;
    height: 60px;
    margin-right: 16px;
  }
}
.order__flow__step .step-ttl {
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .order__flow__step .step-ttl {
    font-size: 1.8rem;
  }
}
.order__flow__step .step-cont {
  display: none;
  padding: 20px;
}
@media only screen and (min-width: 1025px) {
  .order__flow__step .step-cont {
    font-size: 1.8rem;
  }
}
.order__flow__step .step-cont p {
  margin-bottom: 0.5em;
}
.order__flow__step .step-cont p:last-child {
  margin-bottom: 0;
}
.order__flow__step .step-cont .go-form {
  background: #1455af;
  border-radius: 8px;
  color: #ffffff;
  display: block;
  margin: 0 auto 16px;
  padding: 1.6rem 0;
  width: 90%;
  max-width: 420px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .order__flow__step .step-cont {
    display: block;
    text-align: center;
  }
  .order__flow__step .step-cont p span {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .checklist dl {
    font-size: 1.8rem;
  }
}
.checklist dl dt {
  background: #cedfe9;
  border-radius: 8px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0.5rem 1.6rem;
}
.checklist dl dd {
  display: block;
  margin-bottom: 1.5em;
}
.checklist dl dd:last-child {
  margin-bottom: 0;
}
.checklist dl dd p {
  margin-bottom: 0.8em;
}
.checklist dl dd p:last-child {
  margin-bottom: 0;
}
.checklist .not-print {
  border: 1px solid #e24040;
  border-radius: 8px;
  padding: 1.6em;
}
.checklist .not-print h4 {
  font-size: 1.7rem;
}
.checklist .not-print ul {
  list-style: disc outside;
  margin-left: 1.5em;
}

.faq {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.faq__list__item {
  border: 1px solid #c0cade;
  border-radius: 8px;
  margin-bottom: 1em;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .faq__list__item {
    font-size: 1.8rem;
  }
}
.faq__list__item__q {
  background: #c0cade;
  padding: 1.6rem 5rem 1.6rem 1.6rem;
  position: relative;
}
.faq__list__item__q::before {
  background: #000;
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  right: 16px;
  top: 50%;
  position: absolute;
}
.faq__list__item__q::after {
  background: #000;
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: 0.3s;
}
.faq__list__item__q.active::after {
  opacity: 0;
  transition: 0.3s;
}
.faq__list__item__a {
  padding: 1.6rem;
}

.bottle-popup {
  visibility: visible;
  opacity: 1;
  background: rgb(248, 253, 255);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30000;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.bottle-popup__inner {
  padding: 50px 30px;
}
@media only screen and (min-width: 1025px) {
  .bottle-popup__inner {
    padding: 80px;
  }
}
.bottle-popup__inner p {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .bottle-popup__inner p br {
    display: none;
  }
}
.bottle-popup .bottle__code__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 90%;
  height: 90%;
  max-width: 1280px;
  margin: 0 auto;
  overflow-y: scroll;
}
.bottle-popup .bottle__code__list > li {
  border: 1px solid #cdd5de;
  background: #ffffff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  width: 30%;
  margin-bottom: 2%;
  padding: 10px;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.5s ease, opacity 0.3s ease;
}
@media only screen and (min-width: 600px) {
  .bottle-popup .bottle__code__list > li {
    width: 23%;
  }
}
@media only screen and (min-width: 1025px) {
  .bottle-popup .bottle__code__list > li {
    width: 15%;
  }
}

.open .bottle-popup {
  visibility: visible;
  opacity: 1;
}
.open .bottle-popup .bottle__code__list > li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

.open {
  height: 100vh;
  overflow-y: hidden;
}

.close-popup {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 50000;
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .close-popup {
    top: 60px;
    right: 10%;
  }
}
.close-popup span {
  background: #000000;
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
}
.close-popup span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.close-popup span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.close-popup span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */