@charset "UTF-8";
/*　mv
----------------------------------------------- */
.regulation-mv {
  width: 1180px;
  margin: 80px auto 0;
  padding: 80px 60px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.regulation-mv::before {
  content: "";
  width: 100%;
  height: 298px;
  display: block;
  background: #ECEFF1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.regulation-mv_l {
  width: 583px;
}

.regulation-r {
  width: 474px;
  margin-left: -47px;
  padding-top: 58px;
  text-align: right;
  position: relative;
  z-index: 2;
}

.regulation-ttl {
  width: 100%;
  padding: 21px 0;
  font-size: 42px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
  background: #2C318D;
  display: block;
}
.regulation-ttl span {
  font-size: 28px;
  display: inline-block;
}

.regulation-ttl-en {
  margin-top: 5px;
  padding: 3px 21px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
  background: #2C318D;
  display: inline-block;
}

.regulation {
  margin-top: 110px;
}

.regulation-inner {
  width: 1000px;
  margin: 0 auto;
}

.regulation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.regulation-flex_l {
  width: 350px;
}

.regulation-l_ttl {
  padding-left: 40px;
  border-left: 4px solid #2C318D;
}

.regulation-l_ttl--ja {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
}

.regulation-l_ttl--en {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #2C318D;
  display: block;
}

.regulation-flex_r {
  width: 530px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.regulation-sbox {
  margin-top: 110px;
}
.regulation-sbox ul {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.regulation-sbox ul li {
  width: calc((100% - 40px) / 2);
}
.regulation-sbox ul li:nth-of-type(odd) {
  margin-right: 40px;
}
.regulation-sbox ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #8e8e8e;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.regulation-sbox ul li a img {
  width: 19px;
  margin-left: auto;
}

.regulation-sttl {
  padding-left: 95px;
  padding-bottom: 20px;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2C318D;
  border-bottom: 1px solid #2C318D;
  position: relative;
}

.regulation-sttl--bicycle::before {
  content: "";
  width: 75px;
  height: 50px;
  display: block;
  background: url(../../img/page/regulation/icon_bicycle.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.regulation-sttl--phone::before {
  content: "";
  width: 55px;
  height: 56px;
  display: block;
  background: url(../../img/page/regulation/icon_smartphone.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.regulation-stext {
  margin-top: 25px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 700px) {
  .regulation-mv {
    width: 100%;
    margin: 18.57vw auto 0;
    padding: 0 7.14vw 0 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .regulation-mv::before {
    height: 30.43vw;
  }
  .regulation-mv_l {
    width: 77.14vw;
  }
  .regulation-r {
    width: 81.86vw;
    margin-left: -66.14vw;
    padding-top: 0;
    padding-bottom: 9.14vw;
  }
  .regulation-ttl {
    font-size: 7.7142857143vw;
    padding-top: 1.756954612vw;
    padding-bottom: 1.756954612vw;
  }
  .regulation-ttl span {
    font-size: 4.1428571429vw;
  }
  .regulation-ttl-en {
    margin-top: 1px;
    font-size: 2.8571428571vw;
    padding-left: 2.196193265vw;
    padding-right: 2.196193265vw;
  }
  .regulation {
    margin-top: 11.43vw;
  }
  .regulation-inner {
    width: 100%;
    margin: 0;
    padding: 0 7.14vw;
  }
  .regulation-flex {
    display: block;
  }
  .regulation-flex_l {
    width: 100%;
  }
  .regulation-l_ttl {
    padding-left: 5.71vw;
    border-left: 0.57vw solid #2C318D;
  }
  .regulation-l_ttl--ja {
    font-size: 6vw;
    line-height: 1.71;
  }
  .regulation-l_ttl--en {
    margin-top: 4.29vw;
    font-size: 3.4285714286vw;
  }
  .regulation-flex_r {
    width: 100%;
    margin-top: 8.57vw;
    line-height: 1.92;
  }
  .regulation-sbox {
    margin-top: 20.7906295754vw;
  }
  .regulation-sbox ul {
    margin-top: 5.1244509517vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .regulation-sbox ul:nth-of-type(odd) {
    margin-right: 0;
  }
  .regulation-sbox ul.fadeInDown li {
    opacity: 1;
    top: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .regulation-sbox ul li {
    opacity: 0;
    position: relative;
    top: 50px;
    width: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .regulation-sbox ul li a {
    font-size: 3.4285714286vw;
    padding-top: 4.6852122987vw;
    padding-right: 1.4641288433vw;
    padding-bottom: 3.6603221083vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    border-bottom: 1px solid #8e8e8e;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
  }
  .regulation-sbox ul li a img {
    width: 3.6603221083vw;
    margin-left: auto;
  }
  .regulation-sbox .regulation-sttl {
    padding-left: 13.9092240117vw;
    padding-bottom: 3.6603221083vw;
    font-size: 4.5714285714vw;
    line-height: 1.68;
  }
  .regulation-sbox .regulation-sttl--bicycle::before {
    width: 10.71vw;
    height: 7.14vw;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .regulation-sttl--phone::before {
    width: 7.86vw;
    height: 8vw;
    left: 3.14vw;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .regulation-stext {
    margin-top: 5.8565153734vw;
    line-height: 1.92;
  }
}
.uniform-links {
  padding: 12.6vw 7.3206vw 8.5vw;
}

.uniform-links_ttl {
  font-size: 6vw;
  position: relative;
  color: #2C318D;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.uniform-links_ttl::before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #2C318D;
  content: "";
}

.uniform-links_text {
  margin-top: 50px;
  line-height: 1.92;
  letter-spacing: 0.025em;
}

.uniform-links_flex {
  margin-top: 8vw;
}

.uniform-links_btn {
  margin-top: 1.4vw;
  position: relative;
}

.uniform-links_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #2C318D;
  -webkit-clip-path: polygon(calc(100% - 4.39238653vw) 0%, 100% 4.39238653vw, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 4.39238653vw) 0%, 100% 4.39238653vw, 100% 100%, 0 100%, 0 0);
}

.uniform-links_btn:first-child {
  margin-top: 0;
}

.uniform-links_btn span::before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  right: 5.1244509517vw;
  background-image: url(../../img/common/icon_banner_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.9282576867vw;
  height: 3.513909224vw;
}

.uniform-links_btn a {
  padding: 7.14vw 0;
  text-align: center;
  display: block;
  color: #FFF;
  position: relative;
}

@media screen and (min-width: 701px) {
  .uniform-links {
    width: 1000px;
    margin: 0 auto;
    padding: 110px 0 40px;
  }
  .uniform-links_ttl {
    position: relative;
    color: #2C318D;
    font-weight: 500;
    font-size: 38px;
    font-family: "Poppins", sans-serif;
    text-align: center;
  }
  .uniform-links_ttl::before {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #2C318D;
    content: "";
  }
  .uniform-links_text {
    margin-top: 50px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .uniform-links_flex {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .uniform-links_btn {
    width: 480px;
    margin-top: 0;
    position: relative;
  }
  .uniform-links_btn::before {
    background-color: #2C318D;
    -webkit-clip-path: polygon(calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 0 0);
  }
  .uniform-links_btn:first-child {
    margin-top: 0;
  }
  .uniform-links_btn span {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
  }
  .uniform-links_btn:hover a {
    color: #2C318D;
  }
  .uniform-links_btn a {
    width: 100%;
    padding: 25px 0;
    font-size: 20px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-clip-path: polygon(calc(100% - 15px + 1px) 0%, 100% 14px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 15px + 1px) 0%, 100% 14px, 100% 100%, 0 100%, 0 0);
  }
  .uniform-links_btn > *::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 135%;
    height: 100%;
    background-color: #E2E2E2;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(45deg) scale(0, 1);
            transform: skewX(45deg) scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .uniform-links_btn:hover > *::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(45deg) scale(1, 1);
            transform: skewX(45deg) scale(1, 1);
  }
  .uniform-links_btn:hover span::before {
    background-image: url(../../img/common/icon_banner_arrow.svg);
  }
  .uniform-links_btn span::before {
    width: 10.67px;
    height: 12.8px;
    right: 20px;
    left: auto;
  }
}