@charset "UTF-8";
/**
 *
 * group: 連れ打ち機能
 *
*/
/*----------------------------
	ツール
-----------------------------*/
/*----------------------------
	Group
-----------------------------*/
#Group {
  padding-top: 70px;
  padding-bottom: 50px;
}

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

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

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

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

#Group .inner h4 p label {
  font-size: 35px;
  color: #fff600;
  display: inline;
}

#Group .inner h4 .fukidashi {
  position: absolute;
  bottom: -38px;
  right: -80px;
  width: 400px;
}

#Group .inner .cache {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  font-style: italic;
}

#Group .inner .attention {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}

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

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

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

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

#Group .inner .itemlist .item:last-child::after {
  display: none;
}

#Group .inner .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% - 10px);
  right: -65px;
}

#Group .inner .itemlist .item:first-child:after {
  top: calc(50% - 60px);
}

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

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

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

#Group .inner .morebtn {
  margin-top: 90px;
}

#Group .inner .attentionlist {
  margin-top: -20px;
}
#Group .inner .attentionlist .attention {
  text-align: left;
  margin-top: 0;
}

@media all and (max-width: 1024px) {
  #Group {
    padding-top: 6.66667vw;
    padding-bottom: 8vw;
  }
  #Group .inner .youtube {
    width: 94.66667vw;
    margin: 0 auto 9.6vw auto;
  }
  #Group .inner .youtube iframe {
    height: 53.384vw;
  }
  #Group .inner h4 {
    max-width: unset;
    margin: 0 auto 5.33333vw auto;
    padding: 2.66667vw 0;
    border-radius: 2.13333vw;
  }
  #Group .inner h4 p {
    font-size: 4.8vw;
    line-height: 8vw;
  }
  #Group .inner h4 p label {
    font-size: 6vw;
    padding-right: 20vw;
  }
  #Group .inner h4 .fukidashi {
    bottom: -3vw;
    right: -3vw;
    width: 34vw;
  }
  #Group .inner .cache {
    font-size: 6.13333vw;
    line-height: 8vw;
    letter-spacing: 0;
  }
  #Group .inner .attention {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin-top: 2vw;
  }
  #Group .inner .itemlist {
    width: 83.1%;
    max-width: unset;
    margin: 9.33333vw auto 0 auto;
  }
  #Group .inner .itemlist .item {
    max-width: unset;
    width: 100%;
    margin: 0 auto 17.33333vw auto;
  }
  #Group .inner .itemlist .item:nth-child(2n)::after{
    top: auto;
    left: auto;
    bottom: -13.33333vw;
    right: calc(50% - 5.866665vw);
    transform: rotateZ(0deg);
  }
  #Group .inner .itemlist .item:first-child:after {
    top: auto;
    bottom: -13.33333vw;
  }
  #Group .inner .itemlist .item:last-child, #Group .inner .itemlist .item.nonearrow {
    margin-bottom: 0;
  }
  #Group .inner .itemlist .item:last-child::after, #Group .inner .itemlist .item.nonearrow::after {
    display: none;
  }
  #Group .inner .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% - 5.866665vw);
  }
  #Group .inner .itemlist .item .circle{
    width: 76vw;
    height: 76vw;
    margin-top: 6.66667vw;
  }
  #Group .inner .itemlist .item .circle label, #Group .inner .itemlist .item .circle span {
    font-size: 6.13333vw;
    line-height: 10.66667vw;
  }
  #Group .inner .morebtn {
    margin-top: 10.66667vw;
  }
}

/*----------------------------
	Rule
-----------------------------*/
#Rule{
  padding-top: 0;
}
#Rule .inner .inner_box{
  border: solid 1px #ff6000;
  border-radius: 10px;
  padding: 50px;
}
#Rule .inner .inner_box h4{
  font-weight: 500;
  font-size: 29px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-style: italic;
  background: #ff6000;
  padding: 3px 0;
}
#Rule .inner .inner_box .itemlist{
  width: max-content;
  margin: 30px auto 0 auto;
}
#Rule .inner .inner_box .itemlist .item{
  font-size: 20px;
  line-height: 35px;
  width: max-content;
  padding-left: 12px;
  position: relative;
}
#Rule .inner .inner_box .itemlist .item::before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #323232;
  position: absolute;
  top: 15px;
  left: 0;
}
@media all and (max-width: 1024px) {
  #Rule .inner .inner_box{
    border-radius: 2vw;
    padding: 4vw;
  }
  #Rule .inner .inner_box h4{
    font-size: 4vw;
    line-height: 4vw;
    padding: 2vw 0;
  }
  #Rule .inner .inner_box .itemlist{
    width: 100%;
    margin: 3vw auto 0 auto;
  }
  #Rule .inner .inner_box .itemlist .item{
    font-size: 3vw;
    line-height: 5.5vw;
    letter-spacing: 0;
    width: 100%;
    padding-left: 2.5vw;
  }
  #Rule .inner .inner_box .itemlist .item::before{
    width: .8vw;
    height: .8vw;
    top: 2.6vw;
  }
}