html,
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0px;
  scroll-behavior: smooth;
}

@font-face {
  font-family: BlackoakStd;
  src: url(../fonts/BlackoakStd.otf);
}
@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue.otf);
}
@font-face {
  font-family: BlackoakStd;
  src: url(../fonts/BlackoakStd.otf);
}
@font-face {
  font-family: KozGoPr6N-Bold;
  src: url(../fonts/KozGoPr6N-Bold.otf);
}
@font-face {
  font-family: KozGoPr6N-Light;
  src: url(../fonts/KozGoPr6N-Light.otf);
}
@font-face {
  font-family: KozGoPr6N-Medium;
  src: url(../fonts/KozGoPr6N-Medium.otf);
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url(../fonts/KozGoPr6N-Regular.otf);
}
@font-face {
  font-family: MyriadPro-Bold;
  src: url(../fonts/MyriadPro-Bold.otf);
}
/* @font-face {
  font-family: Noto Sans JP;
  src: url(../fonts/"Noto Sans JP".otf);
} */
@font-face {
  font-family: ShinGo-Medium;
  src: url(../fonts/A-OTF-ShinGoPro-Regular.otf);
}

@font-face {
  font-family: A-OTF-ShinGoPro-Bold;
  src: url(../fonts/A-OTF-ShinGoPro-Bold.otf);
}
@font-face {
  font-family: A-OTF-ShinGoPro-Heavy;
  src: url(../fonts/A-OTF-ShinGoPro-Heavy.otf);
}
@font-face {
  font-family: A-OTF-ShinGoPro-Light;
  src: url(../fonts/A-OTF-ShinGoPro-Light.otf);
}
@font-face {
  font-family: A-OTF-ShinGoPro-Medium;
  src: url(../fonts/A-OTF-ShinGoPro-Medium.otf);
}
@font-face {
  font-family: A-OTF-ShinGoPro-Regular;
  src: url(../fonts/A-OTF-ShinGoPro-Regular.otf);
}
@font-face {
  font-family: A-OTF-ShinGoPro-Ultra;
  src: url(../fonts/A-OTF-ShinGoPro-Ultra.otf);
}
@font-face {
  font-family: Myriad Pro;
  src: url(../fonts/Myriad-Pro-Regular.otf);
}
.popupInfoModal .modal-content {
  --all: 3%;
  --b: #d4c7df;
  --img: repeating-linear-gradient(45deg, #fff 0 10px);
  --border-width: 12px;
  border: var(--border-width) solid var(--b);
  background: linear-gradient(
        45deg,
        var(--b) 0 calc(var(--bottom-left, var(--all)) + var(--border-width)),
        transparent 0
      )
      bottom left / 50% 50%,
    linear-gradient(
        -45deg,
        var(--b) 0 calc(var(--bottom-right, var(--all)) + var(--border-width)),
        transparent 0
      )
      bottom right/50% 50%,
    linear-gradient(
        135deg,
        var(--b) 0 calc(var(--top-left, var(--all)) + var(--border-width)),
        transparent 0
      )
      top left / 50% 50%,
    linear-gradient(
        -135deg,
        var(--b) 0 calc(var(--top-right, var(--all)) + var(--border-width)),
        transparent 0
      )
      top right / 50% 50%,
    var(--img, red);
  background-origin: border-box;
  background-repeat: no-repeat;
  -webkit-mask: linear-gradient(
        45deg,
        transparent 0 var(--bottom-left, var(--all)),
        #fff 0
      )
      bottom left,
    linear-gradient(
        -45deg,
        transparent 0 var(--bottom-right, var(--all)),
        #fff 0
      )
      bottom right,
    linear-gradient(135deg, transparent 0 var(--top-left, var(--all)), #fff 0)
      top left,
    linear-gradient(-135deg, transparent 0 var(--top-right, var(--all)), #fff 0)
      top right;
  -webkit-mask-size: 50.5% 50.5%;
  -webkit-mask-repeat: no-repeat;
}
.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.top-section {
  /* display: flex;
	flex-direction: column;
	background-image: url(../img/top_background.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 47vw; */
  position: relative;
  border-bottom: 2em solid;
}

.top-section > .langSwitch {
  top: 2%;
  right: 1%;
  z-index: 10;
  position: absolute;
}

@media (max-width: 500px) {
  .top-section > .langSwitch {
    top: 0%;
    right: 3%;
    z-index: 10;
    position: absolute;
  }

  .mobileLang {
    font-size: 10px;
  }
}

.top-section > .w_Glitter {
  background-image: url(../img/gliiter_W.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 13vw;
  height: 10.86vw;
  position: absolute;
  top: 27%;
  left: 14%;
  z-index: 10;
  filter: brightness(1.1);
}

.top-section > .i_Glitter {
  background-image: url(../img/gliiter_i.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 4.228vw;
  height: 10.86vw;
  position: absolute;
  top: 21.5%;
  left: 26%;
  z-index: 9;
  filter: brightness(1.1);
}

.top-section > .n_Glitter {
  background-image: url(../img/gliiter_n.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 9.183vw;
  height: 10.86vw;
  position: absolute;
  top: 25.2%;
  left: 29.6%;
  z-index: 8;
  filter: brightness(1.1);
}

.top-section > .topText {
  margin-left: auto;
  margin-right: 13%;
  margin-top: 10vw;
  margin-bottom: 20px;
  font-family: ShinGo-Medium;
  font-size: 22px;
  line-height: 38.1px;
  letter-spacing: 3.57px;
  color: #ffffff;
}

.top-section > .logo {
  margin-left: auto;
  margin-right: 14%;
  background-image: url(../img/logo.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 32vw;
  height: 19.938vw;
}

.paragraphSection {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paragraphSection > .holder {
  background-color: #d4c7df;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 50px;
  width: 80%;
  margin-bottom: 50px;
}

.paragraphSection > .holder > .HeaderText {
  font-family: "Noto Sans JP";
  font-size: 27px;
  line-height: 41.57px;
  letter-spacing: 1.62px;
  color: #1b1464;
  text-align: center;
  margin-bottom: 2%;
}

.paragraphSection > .holder > .BottomText {
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.24px;
  color: #000000;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
}

#shutterImg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/shutterImg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30vw;
}

#shutterImg > .overlyImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/overlayImg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
  height: auto;
  padding: 10px;
  text-align: center;
}

#shutterImg > .overlyImg > .txt {
  font-family: ShinGo-Medium;
  font-size: 24px;
  line-height: 37.77px;
  letter-spacing: 12.96px;
  color: #525252;
}

.featureSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  margin-top: 20px;
}

.featureSection > .borderTxt {
  /* border-bottom: 20px solid;
  border-image: url(../img/txtBorder.png) 15 stretch;
  -webkit-border-image: url(../img/txtBorder.png) 15 stretch;
  -moz-border-image: url(../img/txtBorder.png) 15 stretch; */
  background: linear-gradient(transparent 72%, #ffff00 0%);
  background: -ms-linear-gradient(transparent 72%, #ffff00 0%);
  position: relative;
  justify-self: center;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
}

.featureSection > .borderTxt > .txt {
  font-family: MyriadPro-Bold;
  font-size: 45px;
  letter-spacing: 4.05px;
  margin-bottom: -25px;
  color: #1b1464;
}

.featureSection > .featureItems {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.featureSection > .featureItems > .featureBackground {
  width: 12vw;
  height: 15.3vw;
  margin: 20px;
  position: relative;
  cursor: pointer;
}

.featureSection > .featureItems > .featureBackground:hover {
  transform: scale(1.1);
  transition: all 0.6s;
}

.featureSection > .featureItems > .featureBackground img {
  width: 100%;
  height: 100%;
}

.featureSection > .deliveryFlowTxt {
  margin-top: 20px;
  font-family: ShinGo-Medium;
  font-size: 45px;
  letter-spacing: 2.7px;
  text-align: center;
  color: #1b1464;
  margin-bottom: 10px;
}

.featureSection > .deliveryFlow {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  height: auto;
}

.deliveryFlow > img {
  width: 100%;
  height: auto;
}

.featureSection > .button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ShinGo-Medium;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 1.2px;
  /* color: #525252; */
  width: 272px;
  text-align: center;
  /* background-color: #ffff00; */
  padding: 10px 40px 10px 40px;
  cursor: pointer;
}

/* .featureSection > .button:hover {
  background-color: orange;
  text-decoration: none;
  border-radius: 5px !important;
  color: #fff;
  border: 5px solid #fff;
  padding: 5px 35px;
} */

.dividder {
  margin-top: 50px;
  height: 50px;
  width: 100%;
  background-color: #333333;
  margin-bottom: -10px;
}

.dividderEnd {
  height: 50px;
  width: 100%;
  background-color: #333333;
}

/** Modal Popup **/
.popupInfoModal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.popupInfoModal > .modal-content {
  /* background-image: url(../img/modal.png); */
  /* background-size: 100% 100%; */
  margin: 15% auto;
  padding: 50px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  /* border: none; */
}

.popupInfoModal > .modal-content > .close {
  background-image: url(../img/cross.png);
  background-size: 100% 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 25;
  right: 25;
}

.popupInfoModal > .modal-content > .close:hover,
.popupInfoModal > .modal-content > .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popupInfoModal > .modal-content > .txtBox {
  border: 5px #272121 solid;
  border-left: 0px;
  border-right: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.popupInfoModal > .modal-content > .txtBox > .borderTxt {
  /* border-bottom: 20px solid;
  border-image: url(../img/txtBorder.png) 15 stretch;
  -webkit-border-image: url(../img/txtBorder.png) 15 stretch;
  -moz-border-image: url(../img/txtBorder.png) 15 stretch; */


  /* background: linear-gradient(transparent 72%, #ffff00 0%);
  background: -ms-linear-gradient(transparent 72%, #ffff00 0%); */
  position: relative;
  justify-self: center;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
}

.popupInfoModal > .modal-content > .txtBox > .borderTxt > .txt {
  font-family: MyriadPro-Bold;
  font-size: 45px;
  letter-spacing: 4.05px;
  margin-bottom: -25px;
  color: #1b1464;
}

.popupInfoModal > .modal-content > .regTxt {
  font-family: ShinGo-Medium;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
}

.popupInfoModal > .modal-content > .regForm {
  background-color: #d4c7df;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 20px;
  width: 90%;
}

.popupInfoModal > .modal-content > .regForm > .dataField {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 90%;
}

.popupInfoModal > .modal-content > .regForm > .dataField > .label {
  font-family: ShinGo-Medium;
  font-size: 18px;
  line-height: 11.9px;
  color: #333333;
  margin-right: 10px;
  text-align: center;
  width: 30%;
}

.popupInfoModal > .modal-content > .regForm > .dataField input {
  font-family: ShinGo-Medium;
  font-size: 14px;
  line-height: 11.9px;
  color: #333333;
  margin-right: 10px;
  width: 70%;
  font-family: ShinGo-Medium;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}

.popupInfoModal > .modal-content > .regForm > .agreement {
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 20.22px;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  border: 3px #000000 solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-bottom: 10px;
  cursor: pointer;
}

.popupInfoModal > .modal-content > .regForm > .agreement:hover {
  color: #6563eb;
  text-decoration: none;
}

.popupInfoModal > .modal-content > .regForm > .agreeBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.popupInfoModal > .modal-content > .regForm > .agreeBox input {
  margin-right: 10px;
}

.popupInfoModal > .modal-content > .regForm > .agreeTxt {
  margin-top: 10px;
  font-family: A-OTF Shin Go Pro;
  font-size: 18px;
  line-height: 20.22px;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  border: 3px #000000 solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-bottom: 10px;
}

.popupInfoModal > .modal-content > .button {
  margin-top: 20px;
  background-image: url(../img/enter.png);
  background-position: center;
  background-size: 100% 100%;
  width: 8vw;
  height: 3vw;
  min-width: 100px;
  min-height: 40px;
  cursor: pointer;
}

.iroiro {
  font-size: 1.5rem;
}

@media (max-width: 1440px) and (min-width: 1000px) {
  .popupInfoModal {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .popupInfoModal > .modal-content {
    /* background-image: url(../img/modal.png); */
    /* background-size: 100% 100%; */
    margin: 10% auto;
    padding: 50px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popupInfoModal > .modal-content > .close {
    background-image: url(../img/cross.png);
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25;
    right: 25;
  }

  .popupInfoModal > .modal-content > .txtBox {
    border: 5px #272121 solid;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .popupInfoModal > .modal-content > .txtBox > .borderTxt {
    /* border-bottom: 20px solid;
    border-image: url(../img/txtBorder.png) 15 stretch;
    -webkit-border-image: url(../img/txtBorder.png) 15 stretch;
    -moz-border-image: url(../img/txtBorder.png) 15 stretch; */
    
    position: relative;
    justify-self: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popupInfoModal > .modal-content > .txtBox > .borderTxt > .txt {
    font-family: MyriadPro-Bold;
    font-size: 45px;
    letter-spacing: 4.05px;
    margin-bottom: -25px;
    color: #1b1464;
  }

  .popupInfoModal > .modal-content > .regTxt {
    font-family: ShinGo-Medium;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .popupInfoModal > .modal-content > .regForm {
    background-color: #d4c7df;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 20px;
    width: 90%;
  }

  .popupInfoModal > .modal-content > .regForm > .dataField {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .dataField > .label {
    font-family: ShinGo-Medium;
    font-size: 18px;
    line-height: 11.9px;
    color: #333333;
    margin-right: 10px;
    text-align: center;
    width: 30%;
  }

  .popupInfoModal > .modal-content > .regForm > .dataField input {
    font-family: ShinGo-Medium;
    font-size: 14px;
    line-height: 11.9px;
    color: #333333;
    margin-right: 10px;
    width: 70%;
    font-family: ShinGo-Medium;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
  }

  .popupInfoModal > .modal-content > .regForm > .agreement {
    margin-top: 10px;
    /* font-family: A-OTF Shin Go Pro; */
    font-size: 18px;
    line-height: 20.22px;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px #000000 solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .agreeBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .agreeBox input {
    margin-right: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .agreeTxt {
    margin-top: 10px;
    font-family: A-OTF Shin Go Pro;
    font-size: 18px;
    line-height: 20.22px;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px #000000 solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 10px;
  }

  .popupInfoModal > .modal-content > .button {
    margin-top: 20px;
    background-image: url(../img/enter.png);
    background-position: center;
    background-size: 100% 100%;
    width: 8vw;
    height: 3vw;
    min-width: 100px;
    min-height: 40px;
    cursor: pointer;
  }
}

@media (max-width: 999px) and (min-width: 600px) {
  .popupInfoModal {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .popupInfoModal > .modal-content {
    /* background-image: url(../img/modal.png); */
    /* background-size: 100% 100%; */
    margin: 30% auto;
    padding: 50px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popupInfoModal > .modal-content > .close {
    background-image: url(../img/cross.png);
    background-size: 100% 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 25;
    right: 25;
  }

  .popupInfoModal > .modal-content > .txtBox {
    border: 5px #272121 solid;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .popupInfoModal > .modal-content > .txtBox > .borderTxt {
    /* border-bottom: 20px solid;
    border-image: url(../img/txtBorder.png) 15 stretch;
    -webkit-border-image: url(../img/txtBorder.png) 15 stretch;
    -moz-border-image: url(../img/txtBorder.png) 15 stretch; */
    position: relative;
    justify-self: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popupInfoModal > .modal-content > .txtBox > .borderTxt > .txt {
    font-family: MyriadPro-Bold;
    font-size: 45px;
    letter-spacing: 4.05px;
    margin-bottom: -25px;
    color: #1b1464;
  }

  .popupInfoModal > .modal-content > .regTxt {
    font-family: ShinGo-Medium;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .popupInfoModal > .modal-content > .regForm {
    background-color: #d4c7df;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 20px;
    width: 90%;
  }

  .popupInfoModal > .modal-content > .regForm > .dataField {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .dataField > .label {
    font-family: ShinGo-Medium;
    font-size: 18px;
    line-height: 11.9px;
    color: #333333;
    margin-right: 10px;
    text-align: center;
    width: 30%;
  }

  .popupInfoModal > .modal-content > .regForm > .dataField input {
    font-family: ShinGo-Medium;
    font-size: 14px;
    line-height: 11.9px;
    color: #333333;
    margin-right: 10px;
    width: 70%;
    font-family: ShinGo-Medium;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
  }

  .popupInfoModal > .modal-content > .regForm > .agreement {
    margin-top: 10px;
    /* font-family: A-OTF Shin Go Pro; */
    font-size: 18px;
    line-height: 20.22px;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px #000000 solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .agreeBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .agreeBox input {
    margin-right: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .agreeTxt {
    margin-top: 10px;
    font-family: A-OTF Shin Go Pro;
    font-size: 18px;
    line-height: 20.22px;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px #000000 solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 10px;
  }

  .popupInfoModal > .modal-content > .button {
    margin-top: 20px;
    background-image: url(../img/enter.png);
    background-position: center;
    background-size: 100% 100%;
    width: 8vw;
    height: 3vw;
    min-width: 100px;
    min-height: 40px;
    cursor: pointer;
  }
}

@media (max-width: 360px) {
  .popupInfoModal > .modal-content {
    margin: 15% auto;
  }
}

@media (max-width: 600px) {
  .popupInfoModal {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .popupInfoModal > .modal-content {
    /* background-image: url(../img/modal.png); */
    /* background-size: 100% 100%; */
    margin: 15% auto;
    padding: 50px 20px 20px 20px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popupInfoModal > .modal-content > .close {
    background-image: url(../img/cross.png);
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 25;
    right: 25;
  }

  .popupInfoModal > .modal-content > .txtBox {
    border: 5px #272121 solid;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .popupInfoModal > .modal-content > .txtBox > .borderTxt {
    /* border-bottom: 10px solid;
    border-image: url(../img/txtBorder.png) 15 stretch;
    -webkit-border-image: url(../img/txtBorder.png) 15 stretch;
    -moz-border-image: url(../img/txtBorder.png) 15 stretch; */
    position: relative;
    justify-self: center;
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .popupInfoModal > .modal-content > .txtBox > .borderTxt > .txt {
    font-family: MyriadPro-Bold;
    font-size: 25px;
    letter-spacing: 4.05px;
    margin-bottom: -15px;
    color: #1b1464;
  }

  .popupInfoModal > .modal-content > .regTxt {
    font-family: ShinGo-Medium;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .popupInfoModal > .modal-content > .regForm {
    background-color: #d4c7df;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 10px;
    width: 90%;
  }

  .popupInfoModal > .modal-content > .regForm > .dataField {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .dataField > .label {
    font-family: ShinGo-Medium;
    font-size: 12px;
    line-height: 11.9px;
    color: #333333;
    margin-right: 10px;
    text-align: center;
    width: 30%;
  }

  .popupInfoModal > .modal-content > .regForm > .dataField input {
    font-family: ShinGo-Medium;
    font-size: 10px;
    line-height: 11.9px;
    color: #333333;
    margin-right: 10px;
    width: 70%;
    font-family: ShinGo-Medium;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
  }

  .popupInfoModal > .modal-content > .regForm > .agreement {
    margin-top: 10px;
    /* font-family: A-OTF Shin Go Pro; */
    font-size: 12px;
    line-height: 20.22px;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px #000000 solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .agreeBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .agreeBox input {
    margin-right: 10px;
  }

  .popupInfoModal > .modal-content > .regForm > .agreeTxt {
    margin-top: 10px;
    font-family: A-OTF Shin Go Pro;
    font-size: 18px;
    line-height: 20.22px;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px #000000 solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 10px;
  }

  .popupInfoModal > .modal-content > .button {
    margin-top: 20px;
    background-image: url(../img/enter.png);
    background-position: center;
    background-size: 100% 100%;
    width: 8vw;
    height: 3vw;
    min-width: 100px;
    min-height: 40px;
    cursor: pointer;
  }
}

/** Modal Popup End**/
@media (max-width: 1280px) and (min-width: 800.1px) {
  .top-section {
    /* display: flex;
		flex-direction: column;
		background-image: url(../img/top_background.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 45vw; */
  }

  .top-section > .topText {
    margin-left: auto;
    margin-right: 6%;
    margin-top: 10vw;
    margin-bottom: 20px;
    font-family: ShinGo-Medium;
    font-size: 20px;
    line-height: 38.1px;
    letter-spacing: 3.57px;
    color: #ffffff;
  }

  .top-section > .logo {
    margin-left: auto;
    margin-right: 14%;
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 32vw;
    height: 19.938vw;
  }

  .paragraphSection {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .paragraphSection > .holder {
    background-color: #d4c7df;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .paragraphSection > .holder > .HeaderText {
    font-family: "Noto Sans JP";
    font-size: 27px;
    line-height: 41.57px;
    letter-spacing: 1.62px;
    color: #1b1464;
    text-align: center;
  }

  .paragraphSection > .holder > .BottomText {
    font-family: "Noto Sans JP";
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.24px;
    color: #000000;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 2%;
  }

  #shutterImg {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/shutterImg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 30vw;
  }

  #shutterImg > .overlyImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/overlayImg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    height: auto;
    padding: 10px;
  }

  #shutterImg > .overlyImg > .txt {
    font-family: ShinGo-Medium;
    font-size: 20px;
    line-height: 30.77px;
    letter-spacing: 12.96px;
    color: #525252;
  }

  .featureSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin-top: 20px;
  }

  .featureSection > .borderTxt {
    /* border-bottom: 15px solid;
    border-image: url(../img/txtBorder.png) 15 stretch;
    -webkit-border-image: url(../img/txtBorder.png) 15 stretch;
    -moz-border-image: url(../img/txtBorder.png) 15 stretch; */

    position: relative;
    justify-self: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featureSection > .borderTxt > .txt {
    font-family: MyriadPro-Bold;
    font-size: 35px;
    letter-spacing: 4.05px;
    margin-bottom: -20px;
    color: #1b1464;
  }

  .featureSection > .featureItems {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .featureSection > .featureItems > .featureBackground {
    width: 12vw;
    height: 15.3vw;
    margin: 20px;
    position: relative;
    cursor: pointer;
  }

  .featureSection > .featureItems > .featureBackground:hover {
    transform: scale(1.1);
    transition: all 0.6s;
  }

  .featureSection > .deliveryFlowTxt {
    margin-top: 20px;
    font-family: ShinGo-Medium;
    font-size: 40px;
    letter-spacing: 2.7px;
    text-align: center;
    color: #1b1464;
  }

  .featureSection > .deliveryFlow {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 86%;
    margin-left: 12%;
    margin-right: 12%;
    height: auto;
  }

  .featureSection > .button {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ShinGo-Medium;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 1.2px;
    /* color: #525252; */
    width: 272px;
    text-align: center;
    /* background-color: #ffff00; */
    padding: 10px 40px 10px 40px;
  }

  .dividder {
    margin-top: 50px;
    height: 40px;
    width: 100%;
    background-color: #333333;
    margin-bottom: -10px;
  }
  .dividderEnd {
    height: 40px;
    width: 100%;
    background-color: #333333;
  }
}

@media (max-width: 800px) and (min-width: 500.1px) {
  .top-section {
    display: flex;
    flex-direction: column;
    background-image: url(../img/top_background.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40vw;
  }

  .top-section > .topText {
    margin-left: auto;
    margin-right: 5%;
    margin-top: 10vw;
    font-family: ShinGo-Medium;
    font-size: 13px;
    line-height: 16.1px;
    letter-spacing: 3.57px;
    color: #ffffff;
  }

  .top-section > .logo {
    margin-left: auto;
    margin-right: 20%;
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 18.692vw;
  }

  .paragraphSection {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .paragraphSection > .holder {
    background-color: #d4c7df;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .paragraphSection > .holder > .HeaderText {
    font-family: "Noto Sans JP";
    font-size: 20px;
    line-height: 31.57px;
    letter-spacing: 1.62px;
    color: #1b1464;
    text-align: center;
  }

  .paragraphSection > .holder > .BottomText {
    font-family: "Noto Sans JP";
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
    color: #000000;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 2%;
  }

  #shutterImg {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/shutterImg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 30vw;
  }

  #shutterImg > .overlyImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/overlayImg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    height: auto;
    padding: 10px;
  }

  #shutterImg > .overlyImg > .txt {
    font-family: ShinGo-Medium;
    font-size: 14px;
    line-height: 20.77px;
    letter-spacing: 12.96px;
    color: #525252;
  }

  .featureSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin-top: 20px;
  }

  .featureSection > .borderTxt {
    /* border-bottom: 15px solid;
    border-image: url(../img/txtBorder.png) 15 stretch;
    -webkit-border-image: url(../img/txtBorder.png) 15 stretch;
    -moz-border-image: url(../img/txtBorder.png) 15 stretch; */
    position: relative;
    justify-self: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featureSection > .borderTxt > .txt {
    font-family: MyriadPro-Bold;
    font-size: 30px;
    letter-spacing: 4.05px;
    margin-bottom: -15px;
    color: #1b1464;
  }

  .featureSection > .featureItems {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .featureSection > .featureItems > .featureBackground {
    width: 20vw;
    height: 25.5vw;
    margin: 10px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
  }

  .featureSection > .featureItems > .featureBackground:hover {
    transform: scale(1.1);
    transition: all 0.6s;
  }

  .featureSection > .deliveryFlowTxt {
    margin-top: 20px;
    font-family: ShinGo-Medium;
    font-size: 30px;
    letter-spacing: 2.7px;
    text-align: center;
    color: #1b1464;
  }

  .featureSection > .deliveryFlow {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
  }

  .featureSection > .button {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ShinGo-Medium;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1.2px;
    /* color: #525252; */
    width: 272px;
    text-align: center;
    /* background-color: #ffff00; */
    padding: 10px 40px 10px 40px;
  }

  .dividder {
    margin-top: 50px;
    height: 40px;
    width: 100%;
    background-color: #333333;
    margin-bottom: -10px;
  }

  .dividderEnd {
    height: 40px;
    width: 100%;
    background-color: #333333;
  }
}

@media (max-width: 500px) {
  .top-section > .w_Glitter {
    top: calc(27% + 17%);
    left: 19%;
  }

  .top-section > .i_Glitter {
    top: calc(21.5% + 17%);
    left: 31%;
  }

  .top-section > .n_Glitter {
    top: calc(25.2% + 17%);
    left: 34.6%;
  }
  .top-section {
    /* display: flex;
		flex-direction: column; */
    /* background-image: url(../img/top_background.png); */
    /* background-size: cover;
		background-position: left; 
		background-repeat: no-repeat;*/
    /* width: 100%;
		height: 64vw; */
    border-bottom: 0.5em solid;
  }

  .top-section > .topText {
    margin-left: auto;
    margin-right: auto;
    margin-top: 7vw;
    font-family: ShinGo-Medium;
    font-size: 12px;
    line-height: 16.1px;
    letter-spacing: 3.57px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
  }

  .top-section > .logo {
    margin-left: auto;
    margin-right: 6%;
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 35vw;
    height: 21.807vw;
    margin-top: 11%;
  }

  .paragraphSection {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .paragraphSection > .holder {
    background-color: #d4c7df;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 96%;
  }

  .paragraphSection > .holder > .HeaderText {
    font-family: "Noto Sans JP";
    font-size: 15px;
    line-height: 21.57px;
    letter-spacing: 1.62px;
    color: #1b1464;
    text-align: center;
    margin-bottom: 20px;
  }

  .paragraphSection > .holder > .BottomText {
    font-family: "Noto Sans JP";
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.24px;
    color: #000000;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
  }

  #shutterImg {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/shutterImg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 47vw;
  }

  #shutterImg > .overlyImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/overlayImg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 5px;
  }

  #shutterImg > .overlyImg > .txt {
    font-family: ShinGo-Medium;
    font-size: 10px;
    line-height: 20.77px;
    letter-spacing: 6.96px;
    color: #525252;
  }

  .featureSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin-top: 20px;
  }

  .featureSection > .borderTxt {
    /* border-bottom: 10px solid;
    border-image: url(../img/txtBorder.png) 15 stretch;
    -webkit-border-image: url(../img/txtBorder.png) 15 stretch;
    -moz-border-image: url(../img/txtBorder.png) 15 stretch; */
    position: relative;
    justify-self: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featureSection > .borderTxt > .txt {
    font-family: MyriadPro-Bold;
    font-size: 20px;
    letter-spacing: 4.05px;
    margin-bottom: -12px;
    color: #1b1464;
  }

  .featureSection > .featureItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .featureSection > .featureItems > .featureBackground {
    width: 24vw;
    height: 30.975vw;
    margin: 10px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
  }

  .featureSection > .featureItems > .featureBackground:hover {
    transform: scale(1.1);
    transition: all 0.6s;
  }

  .featureSection > .deliveryFlowTxt {
    margin-top: 20px;
    font-family: ShinGo-Medium;
    font-size: 6vw;
    letter-spacing: 2.7px;
    text-align: center;
    color: #1b1464;
  }

  .featureSection > .deliveryFlow {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
  }

  .featureSection > .button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ShinGo-Medium;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1.2px;
    /* color: #525252; */
    width: 272px;
    text-align: center;
    /* background-color: #ffff00; */
    padding: 10px 40px 10px 40px;
  }

  .dividder {
    margin-top: 40px;
    height: 40px;
    width: 100%;
    background-color: #333333;
    margin-bottom: -10px;
  }

  .dividderEnd {
    height: 40px;
    width: 100%;
    background-color: #333333;
  }
}

.ButtonEnter {
  margin-top: 3vw;
  background-image: url(../img/enter.png);
  background-position: center;
  background-size: 100% 100%;
  width: 15vw;
  height: 6vw;
  max-width: 200px;
  max-height: 80px;
  min-width: 100px;
  min-height: 40px;
  cursor: pointer;
  z-index: 0;
}

.soundRoulette {
  margin-top: 3vw;
  background-image: url(../img/soudOn.png);
  background-position: center;
  background-size: 100% 100%;
  width: 4vw;
  height: 3vw;
  min-width: 40px;
  min-height: 30px;
  position: absolute;
  right: 0px;
  bottom: 0%;
  cursor: pointer;
}

.soundSlot {
  margin-top: 3vw;
  background-image: url(../img/soudOn.png);
  background-position: center;
  background-size: 100% 100%;
  width: 4vw;
  height: 3vw;
  min-width: 40px;
  min-height: 30px;
  position: absolute;
  right: -10%;
  bottom: 0%;
  cursor: pointer;
}

.soundScratch {
  margin-top: 3vw;
  background-image: url(../img/soudOn.png);
  background-position: center;
  background-size: 100% 100%;
  width: 4vw;
  height: 3vw;
  min-width: 40px;
  min-height: 30px;
  position: absolute;
  right: -10%;
  bottom: 0%;
  cursor: pointer;
}

.soundRPS {
  margin-top: 3vw;
  background-image: url(../img/soudOn.png);
  background-position: center;
  background-size: 100% 100%;
  width: 4vw;
  height: 3vw;
  min-width: 40px;
  min-height: 30px;
  position: absolute;
  right: 10%;
  bottom: 0%;
  cursor: pointer;
}

.soundUfo {
  margin-top: 3vw;
  background-image: url(../img/soudOn.png);
  background-position: center;
  background-size: 100% 100%;
  width: 4vw;
  height: 3vw;
  min-width: 40px;
  min-height: 30px;
  position: absolute;
  right: -10%;
  bottom: 20%;
  cursor: pointer;
}

@media (max-width: 320px) {
  .featureSection > .deliveryFlow {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 76%;
    margin-left: 12%;
    height: auto;
  }
}
@media (max-width: 1000px) and (min-width: 400.1px) {
  .soundUfo {
    margin-top: 3vw;
    background-image: url(../img/soudOn.png);
    background-position: center;
    background-size: 100% 100%;
    width: 4vw;
    height: 3vw;
    min-width: 40px;
    min-height: 30px;
    position: absolute;
    right: 4%;
    bottom: 12%;
    cursor: pointer;
  }

  .soundScratch {
    margin-top: 3vw;
    background-image: url(../img/soudOn.png);
    background-position: center;
    background-size: 100% 100%;
    width: 4vw;
    height: 3vw;
    min-width: 40px;
    min-height: 30px;
    position: absolute;
    right: 2%;
    bottom: 0%;
    cursor: pointer;
  }
}

@media (max-width: 400px) {
  .soundSlot {
    margin-top: 3vw;
    background-image: url(../img/soudOn.png);
    background-position: center;
    background-size: 100% 100%;
    width: 4vw;
    height: 3vw;
    min-width: 40px;
    min-height: 30px;
    position: absolute;
    right: -0%;
    bottom: -10%;
    cursor: pointer;
  }

  .soundScratch {
    margin-top: 3vw;
    background-image: url(../img/soudOn.png);
    background-position: center;
    background-size: 100% 100%;
    width: 4vw;
    height: 3vw;
    min-width: 40px;
    min-height: 30px;
    position: absolute;
    right: 10%;
    bottom: -20%;
    cursor: pointer;
  }

  .soundUfo {
    margin-top: 3vw;
    background-image: url(../img/soudOn.png);
    background-position: center;
    background-size: 100% 100%;
    width: 4vw;
    height: 3vw;
    min-width: 40px;
    min-height: 30px;
    position: absolute;
    right: 10%;
    bottom: 5%;
    cursor: pointer;
  }
}

/** footer **/

.footer {
  width: 100%;
  height: auto;
}

.footerBorder {
  border: 7px solid #979797;
  margin-top: 50px;
  padding: 20px;
  padding-top: 50px;
}

.footerTitle {
  font-family: "Noto Sans JP";
  font-size: 27px;
  line-height: 30.19px;
  letter-spacing: 2.43px;
  color: #525252;
  text-align: center;
}
.footerSubTitle {
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 28px;
  color: #525252;
  color: rgb(82, 82, 82);
  text-align: center;
}

.colorText {
  font-family: ShinGo-Medium;
  font-size: 26px;
  line-height: 43.83px;
  color: #525252;
  color: rgb(82, 82, 82);
  /* background-color: #ffff00; */
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

/* .colorText:hover {
  background-color: orange;
  text-decoration: none;
  border-radius: 5px !important;
  color: #fff;
  /* border: 5px solid #fff; 
  /* padding: 15px; 
} */

.marginTop {
  margin-top: 20px;
}

.colorText img {
  height: 31px;
}

.bottomTxt {
  font-family: A-OTF-ShinGoPro-Regular;
  font-size: 16px;
  line-height: 15px;
  color: #525252;
  color: rgb(82, 82, 82);
  text-align: center;
}

.urlTxt {
  font-family: A-OTF-ShinGoPro-Regular;
  font-size: 20px;
  letter-spacing: 0.6px;
  color: #000000;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  text-align: center;
  cursor: pointer;
}

.urlTxt:hover {
  color: #6563eb;
  text-decoration: none;
}

.endTxt {
  font-family: A-OTF-ShinGoPro-Regular;
  font-size: 12px;
  color: #525252;
  color: rgb(82, 82, 82);
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1200px) and (min-width: 800.1px) {
  .footer {
    width: 100%;
    height: auto;
  }

  .footerBorder {
    border: 6px solid #979797;
    margin-top: 50px;
    padding: 20px;
    padding-top: 50px;
  }

  .footerTitle {
    font-size: 25px;
    line-height: 28.19px;
    letter-spacing: 2.43px;
    color: #525252;
    text-align: center;
  }
  .footerSubTitle {
    font-size: 16px;
    line-height: 26px;
    color: #525252;
    color: rgb(82, 82, 82);
    text-align: center;
  }

  .colorText {
    font-family: ShinGo-Medium;
    font-size: 25px;
    line-height: 40.83px;
    color: #525252;
    color: rgb(82, 82, 82);
    /* background-color: #ffff00; */
    padding: 20px;
    text-align: center;
  }

  .marginTop {
    margin-top: 20px;
  }

  .colorText img {
    height: 28px;
  }

  .bottomTxt {
    font-family: A-OTF-ShinGoPro-Regular;
    font-size: 16px;
    line-height: 15px;
    color: #525252;
    color: rgb(82, 82, 82);
    text-align: center;
  }

  .urlTxt {
    font-family: KozGoPr6N-Medium;
    font-size: 20px;
    letter-spacing: 0.6px;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-top: 0px;
    text-align: center;
  }

  .endTxt {
    font-family: A-OTF-ShinGoPro-Regular;
    font-size: 12px;
    color: #525252;
    color: rgb(82, 82, 82);
    text-align: center;
  }
}

@media (max-width: 800px) and (min-width: 650.1px) {
  .footer {
    width: 100%;
    height: auto;
  }

  .footerBorder {
    border: 6px solid #979797;
    margin-top: 50px;
    padding: 20px;
    padding-top: 50px;
    margin: 50px;
  }
}
.colorText.phone {
  font-size: 30px !important;
}

@media (max-width: 650px) {
  .footer {
    width: 100%;
    height: auto;
  }

  .footerBorder {
    border: 3px solid #979797;
    padding: 10px;
    margin: 10px;
    margin-top: 50px;
  }

  .footerTitle {
    font-size: 4.6vw;
    line-height: 24.19px;
    letter-spacing: 0px;
    color: #525252;
    text-align: center;
  }
  .footerSubTitle {
    font-size: 3.2vw;
    line-height: 19px;
    color: #525252;
    color: rgb(82, 82, 82);
    text-align: center;
  }

  .colorText {
    font-family: ShinGo-Medium;
    font-size: 14px;
    line-height: 18.83px;
    color: #525252;
    color: rgb(82, 82, 82);
    /* background-color: #ffff00; */
    padding: 10px;
    text-align: center;
  }

  .colorText.phone {
    font-size: 24px !important;
  }

  .marginTop {
    margin-top: 20px;
  }

  .colorText img {
    height: 28px;
  }

  .bottomTxt {
    font-family: A-OTF-ShinGoPro-Regular;
    font-size: 12px;
    line-height: 15px;
    color: #525252;
    color: rgb(82, 82, 82);
    text-align: center;
  }

  .urlTxt {
    font-family: KozGoPr6N-Medium;
    font-size: 20px;
    letter-spacing: 0.6px;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-top: 0px;
    text-align: center;
  }

  .endTxt {
    font-family: A-OTF-ShinGoPro-Regular;
    font-size: 12px;
    color: #525252;
    color: rgb(82, 82, 82);
    text-align: center;
  }
}

#errorTxt {
  background-color: #ee1303;
  color: #fff;
  padding: 5px;
  margin-top: 10px;
  display: none;
}

.pressEnter {
  width: 100%;
  background-color: #ffffffc0;
  height: auto;
  padding: 10px;
  position: fixed;
  top: 0;
  z-index: 2;
  display: none;
}

.pressEnter > .txt {
  font-family: ShinGo-Medium;
  font-size: 38px;
  letter-spacing: 1.14px;
  color: #000000;
  text-align: center;
}

@media (max-width: 600px) {
  .pressEnter > .txt {
    font-family: ShinGo-Medium;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
  }
}

#ufoStart {
  margin-top: 30px;
}

.side_contact {
  position: fixed;
  z-index: 999;
  background: #ffff00;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 24px;
  padding: 25px 10px;
  transition: ease 0.5s;
}
.side_contact:hover {
  transform: translateY(-50%) scale(1.1);
  background-color: orange;
  text-decoration: none;
  border-radius: 5px !important;
  color: #ffffff !important;
}

.side_contact:hover a {
  color: #ffffff !important;
}

.side_contact a {
  color: #525252;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .bottom_contact {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    background: #ffff00;
    font-size: 1rem;
    padding: 10px 0;
    font-weight: bold;
    box-shadow: 0px 5px 15px black;
  }
  .bottom_contact a {
    color: #525252;
    text-decoration: none;
  }

  .bottom_contact:hover {
    background-color: orange;
    color: #ffffff !important;
  }

  .bottom_contact:hover a {
    color: #ffffff !important;
  }
}

@keyframes wGlitterAnimationMov {
  0% {
    top: 27%;
    left: 14%;
  }

  50% {
    top: 30%;
    left: 13.5%;
  }

  100% {
    top: 27%;
    left: 14%;
  }
}

@keyframes iGlitterAnimationMov {
  0% {
    top: 21.5%;
    left: 26%;
  }

  50% {
    top: 23.5%;
    left: 26%;
  }

  100% {
    top: 21.5%;
    left: 26%;
  }
}

@keyframes nGlitterAnimationMov {
  0% {
    top: 25.2%;
    left: 29.6%;
  }

  50% {
    top: 27.2%;
    left: 30.6%;
  }

  100% {
    top: 25.2%;
    left: 29.6%;
  }
}

@keyframes wGliiterComesUp {
  0% {
    top: 38%;
    left: 14%;
    transform: scale(0.7);
  }

  100% {
    top: 27%;
    left: 14%;
    transform: scale(1);
  }
}

@keyframes iGliiterComesUp {
  0% {
    top: 36.5%;
    left: 26%;
    transform: scale(0.7);
  }

  100% {
    top: 21.5%;
    left: 26%;
    transform: scale(1);
  }
}

@keyframes nGliiterComesUp {
  0% {
    top: 36.2%;
    left: 29.6%;
    transform: scale(0.7);
  }

  100% {
    top: 25.2%;
    left: 29.6%;
    transform: scale(1);
  }
}

.privacyModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.privacyModal > .modal-content {
  margin: 5% auto;
  padding: 50px;
  border: 1px solid #000;
  width: 80%;
  height: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.privacyModal > .modal-content > .contentBody {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.privacyModal > .modal-content > .privacyModalClose {
  color: #aaaaaa;
  position: absolute;
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: 8;
  right: 25;
}

.privacyModal > .modal-content > .privacyModalClose:hover,
.privacyModal > .modal-content > .privacyModalClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 500px) {
  @keyframes wGlitterAnimationMov {
    0% {
      top: calc(27% + 17%);
      left: calc(19% - 5%);
    }

    50% {
      top: calc(30% + 17%);
      left: calc(18.5% - 5%);
    }

    100% {
      top: calc(27% + 17%);
      left: calc(19% - 5%);
    }
  }

  @keyframes iGlitterAnimationMov {
    0% {
      top: calc(21.5% + 17%);
      left: calc(31% - 5%);
    }

    50% {
      top: calc(23.5% + 17%);
      left: calc(31% - 5%);
    }

    100% {
      top: calc(21.5% + 17%);
      left: calc(31% - 5%);
    }
  }

  @keyframes nGlitterAnimationMov {
    0% {
      top: calc(25.2% + 17%);
      left: calc(34.6% - 5%);
    }

    50% {
      top: calc(27.2% + 17%);
      left: calc(35.6% - 5%);
    }

    100% {
      top: calc(25.2% + 17%);
      left: calc(34.6% - 5%);
    }
  }

  .contentBody {
    font-size: 12px;
  }

  .contentBody h2 {
    font-size: 25px;
  }

  .contentBody h4 {
    font-size: 18px;
    margin-top: 10px;
  }
  .privacyModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .privacyModal > .modal-content {
    margin: 5% auto;
    padding: 15px;
    border: 1px solid #000;
    width: 95%;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .privacyModal > .modal-content > .contentBody {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

  .privacyModal > .modal-content > .privacyModalClose {
    color: #aaaaaa;
    position: absolute;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: 0;
    right: 9;
  }

  .privacyModal > .modal-content > .privacyModalClose:hover,
  .privacyModal > .modal-content > .privacyModalClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
}

ul#social {
  padding: 0;
  position: relative;
  width: fit-content;
  margin: 24px auto -5px;
  text-align: center;
}

ul#social li {
  list-style: none;
  /* float: left; */
  margin: 2px;
  display: inline-block;
  transition: ease 0.5s;
}

ul#social li a img {
  width: 36px;
}

ul#social li:hover {
  transform: translateY(-5px);
}

.description,
.description2 {
  background-color: #d4c7df;
}

.description h4 {
  color: #1b1464;
}

.description .btns {
  text-align: center;
}

.description .btns li {
  display: inline;
  margin: auto 3px;
  font-size: 1.3rem;
  background-color: #1b1464;
  color: white;
  padding: 7px 17px;
  border-radius: 5px;
}

.diamon {
  height: 3rem;
}
@media (max-width: 500px) {
  .description2 {
    background: none;
    margin-top: 2rem;
  }

  .description h4 {
    font-size: 4.2vw;
    margin: 0;
  }
  .description .btns li {
    font-size: 4.2vw;
    padding: 2vw 2vw;
    margin: auto 0vw;
  }
  .description2 h5 {
    font-size: 4vw;
    margin: 0;
  }

  .description3 p {
    font-size: 3vw;
    font-weight: bold;
  }

  .diamon {
    height: 6vw;
  }
  .iroiro {
    font-size: unset;
  }
  .popupInfoModal .modal-content {
    --border-width: 5px;
  }
  .subttt {
    font-size: 2.1vw;
  }
}


.unselectable {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
} 


.featureSectionbutton{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ShinGo-Medium;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.2px;
  width: 321px;
  text-align: center;
  padding: 10px 40px 10px 40px;
}
.btn-secondary-docusign {


  

  border: solid 5px yellow;
  border-radius: 2px;
  background-color: yellow;
  color: #525252;
  text-decoration: none;
}


.btn-secondary-docusign:hover {
  border-color: transparent;
  background-color: rgb(255, 165, 0);
  color: #FFFFFF;
  outline: none !important;
  text-decoration: none;

}

.btn-secondary-docusign:focus {
  color: #FFFFFF;
  background-color: rgb(255, 165, 0);
  border: solid 5px #FFFFFF;
  box-shadow: 0 0 18px rgba(255, 165, 0, 0.60);
  -moz-box-shadow: 0 0 18px rgba(255, 165, 0, 0.60);
  -webkit-box-shadow: 0 0 18px rgba(255, 165, 0, 0.60);
  -o-box-shadow: 0 0 18px rgba(255, 165, 0, 0.60);
}