@charset "UTF-8";
/**
 *
 * entry: 初回登録方法
 *
*/
/*----------------------------
	ツール
-----------------------------*/
/*----------------------------
	KasouHeader
-----------------------------*/
@media all and (max-width: 1024px) {
  #KasouHeader .inner h2 label {
    display: block;
    margin-top: 0.53333vw;
  }
}

/*----------------------------
	Entry
-----------------------------*/
#Entry {
  padding: 70px 0;
  border-bottom: solid 1px #c8c8c8;
}

#Entry .inner .youtube {
  width: 480px;
  line-height: 0;
  margin: 0 auto 80px auto;
}

#Entry .inner .youtube iframe {
  width: 100%;
  height: 270px;
}

#Entry .inner h4 {
  background: #ff6000;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px auto;
  padding: 25px 0;
  border-radius: 10px;
}

#Entry .inner h4 p {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-style: italic;
}

#Entry .inner h4 p label {
  font-size: 35px;
  color: #fff600;
  margin-bottom: 8px;
}

#Entry .inner .cache {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
}

#Entry .inner .cache label {
  color: #ff6000;
  display: inline;
}

#Entry .inner .textimage {
  width: 544px;
  margin: 25px 0 0 auto;
}

#Entry .inner .image {
  width: 100%;
  max-width: 1018px;
  margin: 0 auto;
}

#Entry .inner .itemlist {
  width: 100%;
  margin: 45px auto 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  border: solid 1px #ff6000;
  border-radius: 15px;
  padding: 40px 0;
  position: relative;
}

#Entry .inner .itemlist::after {
  content: "";
  width: 65px;
  height: 64px;
  background: url("../images/reserve_arrow_pc.png") no-repeat center center;
  background-size: 65px;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 33px);
  transform: rotateZ(135deg);
}

#Entry .inner .itemlist .item {
  width: 348px;
  margin-right: 90px;
  position: relative;
}

#Entry .inner .itemlist .item::after {
  content: "";
  width: 65px;
  height: 64px;
  background: url("../images/reserve_arrow_pc.png") no-repeat center center;
  background-size: 65px;
  position: absolute;
  top: calc(50% - 6px);
  right: -77px;
}

#Entry .inner .itemlist .item:last-child {
  margin-right: 0;
}

#Entry .inner .itemlist .item:last-child::after {
  transform: rotateZ(90deg);
  top: auto;
  bottom: -90px;
  right: 87px;
}

#Entry .inner .itemlist .item .cache {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

#Entry .inner .article_content {
  margin-top: 65px;
}

#Entry .inner .article_content article {
  width: calc(50% - 25px);
}

#Entry .inner .article_content article .steplist .step {
  margin-bottom: 30px;
  position: relative;
}

#Entry .inner .article_content article .steplist .step::after {
  content: "";
  width: 65px;
  height: 64px;
  background: url("../images/reserve_arrow_pc.png") no-repeat center center;
  background-size: 65px;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 32px);
  transform: rotateZ(90deg);
}

#Entry .inner .article_content article .steplist .step:first-child {
  margin-bottom: 100px;
}

#Entry .inner .article_content article .steplist .step:nth-child(2)::after {
  display: none;
}

#Entry .inner .article_content article .steplist .step:nth-child(3)::after, #Entry .inner .article_content article .steplist .step:nth-child(4)::after, #Entry .inner .article_content article .steplist .step:nth-child(5)::after {
  left: 72px;
  bottom: -144px;
}

#Entry .inner .article_content article .steplist .step:last-child {
  margin-bottom: 0;
}

#Entry .inner .article_content article .steplist .step:last-child::after {
  left: calc(50% + 60px);
  bottom: -100px;
}

#Entry .inner .article_content article .steplist .step h4 {
  background: none;
  color: #ff6000;
  border: solid 1px #ff6000;
  border-radius: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0 auto 30px auto;
}

#Entry .inner .article_content article.article_inner_r .step:last-child::after {
  content: "";
  width: 64px;
  height: 890px;
  background: url("../images/entry_arrow_pc.png") no-repeat center center;
  background-size: 64px;
  position: absolute;
  bottom: -928px;
  left: calc(50% - 120px);
  display: block;
  transform: rotateZ(0deg);
}

#Entry .inner .article_content article.article_inner_r .step img {
  width: 348px;
  margin: 0 auto;
}

#Entry .inner .endbox {
  padding: 50px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  width: 650px;
  margin: 140px auto 0 auto;
  border-radius: 15px;
}

#Entry .inner .endbox .cache {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  color: #ff6000;
}

#Entry .inner .endbox figure {
  width: 348px;
  margin: 42px auto 0 auto;
}

@media all and (max-width: 1024px) {
  #Entry {
    padding: 8vw 0;
  }
  #Entry .inner {
    padding: 0 2.66667vw;
  }
  #Entry .inner .youtube {
    width: 94.66667vw;
    margin: 0 auto 9.6vw auto;
  }
  #Entry .inner .youtube iframe {
    height: 53.384vw;
  }
  #Entry .inner h4 {
    max-width: unset;
    margin: 0 auto 5.33333vw auto;
    padding: 2.66667vw 0;
    border-radius: 2.13333vw;
  }
  #Entry .inner h4 p {
    font-size: 4.26667vw;
    line-height: 8vw;
  }
  #Entry .inner h4 p label {
    font-size: 6.4vw;
    margin-bottom: 0;
  }
  #Entry .inner .cache {
    font-size: 3.46667vw;
    line-height: 6.13333vw;
    letter-spacing: 0;
  }
  #Entry .inner .textimage {
    width: 80.53333vw;
    margin: 2.66667vw 0 0 auto;
  }
  #Entry .inner .image {
    width: 100%;
    max-width: unset;
  }
  #Entry .inner .itemlist {
    margin: 5.86667vw auto 0 auto;
    border-radius: 2.13333vw;
    padding: 5.33333vw 0;
  }
  #Entry .inner .itemlist::after {
    display: none;
  }
  #Entry .inner .itemlist .item {
    width: 65.33333vw;
    margin-right: 0;
    margin-bottom: 14.66667vw;
  }
  #Entry .inner .itemlist .item::after {
    width: 8.66667vw;
    height: 8.53333vw;
    background: url("../images/reserve_arrow_pc.png") no-repeat center center;
    background-size: 8.66667vw;
    top: auto;
    bottom: -11.73333vw;
    left: calc(50% - 4.266665vw);
    transform: rotateZ(90deg);
  }
  #Entry .inner .itemlist .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #Entry .inner .itemlist .item:last-child::after {
    bottom: -18.66667vw;
    right: auto;
    left: calc(50% - 4.266665vw);
  }
  #Entry .inner .itemlist .item .cache {
    font-size: 4vw;
    line-height: 5.86667vw;
    margin-bottom: 2.66667vw;
  }
  #Entry .inner .btngroup {
    margin: 18.66667vw auto 0 auto;
  }
  #Entry .inner .btngroup .morebtn {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  #Entry .inner .btngroup .morebtn:last-child {
    margin-bottom: 0;
  }
  #Entry .inner .btngroup .morebtn a, #Entry .inner .btngroup .morebtn span {
    height: auto;
    border-radius: 25.33333vw;
    padding: 5.33333vw 5.33333vw;
  }
  #Entry .inner .btngroup .morebtn a .big, #Entry .inner .btngroup .morebtn span .big {
    font-size: 6.66667vw;
    line-height: 7.46667vw;
  }
  #Entry .inner .btngroup .morebtn a label, #Entry .inner .btngroup .morebtn span label {
    font-size: 4.53333vw;
    line-height: 7.46667vw;
  }
}

/*----------------------------
	Entry2
-----------------------------*/
#Entry2 h4 {
  background: #ff6000;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px auto;
  padding: 25px 0;
  border-radius: 10px;
}

#Entry2 h4 p {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-style: italic;
}

#Entry2 h4 p label {
  font-size: 35px;
  color: #fff600;
  margin-bottom: 8px;
}

#Entry2 .itemlist {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
}

#Entry2 .itemlist .item {
  max-width: 462px;
  width: 45.9%;
  margin-bottom: 30px;
  position: relative;
}

#Entry2 .itemlist .item.flex {
  align-items: flex-end;
}

#Entry2 .itemlist .item:nth-child(2n)::after {
  right: auto;
  left: -65px;
  top: auto;
  bottom: -65px;
  transform: rotateZ(135deg);
}

#Entry2 .itemlist .item:last-child::after, #Entry2 .itemlist .item.nonearrow::after {
  display: none;
}

#Entry2 .itemlist .item::after {
  content: "";
  width: 49px;
  height: 48px;
  background: url("../images/reserve_arrow_pc.png") no-repeat center center;
  background-size: 49px;
  position: absolute;
  top: calc(50% + 60px);
  right: -65px;
}

#Entry2 .itemlist .item .circle {
  background: #ff6000;
  width: 358px;
  height: 358px;
  border-radius: 50%;
  margin: 0 auto;
}

#Entry2 .itemlist .item .circle label, #Entry2 .itemlist .item .circle span {
  font-weight: 500;
  font-size: 29px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  display: inline;
}

#Entry2 .itemlist .item .circle span {
  color: #fff600;
}

@media all and (max-width: 1024px) {
  #Entry2 {
    padding: 8vw 0 13.33333vw 0;
  }
  #Entry2 h4 {
    max-width: unset;
    margin: 0 auto 5.33333vw auto;
    padding: 2.66667vw 0;
    border-radius: 2.13333vw;
  }
  #Entry2 h4 p {
    font-size: 4.26667vw;
    line-height: 8vw;
  }
  #Entry2 h4 p label {
    font-size: 6.4vw;
    margin-bottom: 0;
  }
  #Entry2 .itemlist {
    width: 100%;
    max-width: unset;
    margin: 9.33333vw auto 0 auto;
  }
  #Entry2 .itemlist .item {
    max-width: unset;
    width: 86.93333vw;
    margin: 0 auto 17.33333vw auto;
  }
  #Entry2 .itemlist .item:nth-child(2n)::after {
    top: auto;
    left: auto;
    bottom: -13.33333vw;
    right: calc(50% - 5.866665vw);
    transform: rotateZ(0deg);
  }
  #Entry2 .itemlist .item:last-child, #Entry2 .itemlist .item.nonearrow {
    margin-bottom: 0;
  }
  #Entry2 .itemlist .item:last-child::after, #Entry2 .itemlist .item.nonearrow::after {
    display: none;
  }
  #Entry2 .itemlist .item::after {
    width: 8.53333vw;
    height: 8.8vw;
    background: url("../images/reserve_arrow_sp.png") no-repeat center center;
    background-size: 8.53333vw;
    top: auto;
    bottom: -12vw;
    right: calc(50% - 4.266665vw);
  }
  #Entry2 .itemlist .item .circle {
    width: 76vw;
    height: 76vw;
    margin-top: 6.66667vw;
  }
  #Entry2 .itemlist .item .circle label, #Entry2 .itemlist .item .circle span {
    font-size: 6.13333vw;
    line-height: 10.66667vw;
  }
}

/*----------------------------
	ModalContent
-----------------------------*/
@media all and (max-width: 1024px) {
  #ModalContent1 .modaltarget .scroll-area .article_content h4, #ModalContent2 .modaltarget .scroll-area .article_content h4 {
    background: none;
    margin: 1.33333vw auto 0 auto;
  }
  #ModalContent1 .modaltarget .scroll-area .article_content h4 p, #ModalContent2 .modaltarget .scroll-area .article_content h4 p {
    font-weight: 500;
    font-size: 5.6vw;
    line-height: 5.6vw;
    letter-spacing: 0;
    color: #ff6000;
    text-align: center;
  }
  #ModalContent1 .modaltarget .scroll-area .article_content .itemlist, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist {
    width: 100%;
    max-width: unset;
    margin: 5.33333vw auto 0 auto;
  }
  #ModalContent1 .modaltarget .scroll-area .article_content .itemlist .item, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist .item {
    width: 86.93333vw;
    margin: 0 auto 17.33333vw auto;
    position: relative;
  }
  #ModalContent1 .modaltarget .scroll-area .article_content .itemlist .item:last-child, #ModalContent1 .modaltarget .scroll-area .article_content .itemlist .item.nonearrow, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist .item:last-child, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist .item.nonearrow {
    margin-bottom: 0;
  }
  #ModalContent1 .modaltarget .scroll-area .article_content .itemlist .item:last-child::after, #ModalContent1 .modaltarget .scroll-area .article_content .itemlist .item.nonearrow::after, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist .item:last-child::after, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist .item.nonearrow::after {
    display: none;
  }
  #ModalContent1 .modaltarget .scroll-area .article_content .itemlist .item::after, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist .item::after {
    content: "";
    position: absolute;
    width: 8.53333vw;
    height: 8.8vw;
    background: url("../images/reserve_arrow_sp.png") no-repeat center center;
    background-size: 8.53333vw;
    top: auto;
    bottom: -12vw;
    right: calc(50% - 4.266665vw);
  }
  #ModalContent1 .modaltarget .scroll-area .article_content .itemlist .item.endbox, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist .item.endbox {
    padding: 9.33333vw 0 5.33333vw 0;
    box-shadow: 0px 0px 1.33333vw rgba(0, 0, 0, 0.3);
    width: calc(100% - 2.7vw);
    margin: 0 auto 2.7vw auto;
    border-radius: 2.13333vw;
  }
  #ModalContent1 .modaltarget .scroll-area .article_content .itemlist .item.endbox .cache, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist .item.endbox .cache {
    font-weight: 500;
    font-size: 6.66667vw;
    line-height: 8vw;
    letter-spacing: 0;
    color: #ff6000;
    text-align: center;
  }
  #ModalContent1 .modaltarget .scroll-area .article_content .itemlist .item.endbox figure, #ModalContent2 .modaltarget .scroll-area .article_content .itemlist .item.endbox figure {
    width: 65.33333vw;
    margin: 6.66667vw auto 0 auto;
  }
}
