@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.kyusui-shorts *,
.kyusui-shorts *::before,
.kyusui-shorts *::after {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W4", "ヒラギノ角ゴ Pro W4", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.kyusui-shorts article,
.kyusui-shorts aside,
.kyusui-shorts details,
.kyusui-shorts figcaption,
.kyusui-shorts figure,
.kyusui-shorts footer,
.kyusui-shorts header,
.kyusui-shorts hgroup,
.kyusui-shorts menu,
.kyusui-shorts nav,
.kyusui-shorts section,
.kyusui-shorts main {
  display: block;
}
.kyusui-shorts ul,
.kyusui-shorts li {
  list-style: none;
}
.kyusui-shorts blockquote,
.kyusui-shorts q {
  quotes: none;
}
.kyusui-shorts blockquote::before,
.kyusui-shorts blockquote::after,
.kyusui-shorts q::before,
.kyusui-shorts q::after {
  content: "";
  content: none;
}
.kyusui-shorts button {
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.kyusui-shorts a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.kyusui-shorts a:hover {
  opacity: 0.7;
}
.kyusui-shorts address {
  font-style: normal;
}
.kyusui-shorts ins {
  color: #000;
  text-decoration: none;
}
.kyusui-shorts mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.kyusui-shorts del {
  text-decoration: line-through;
}
.kyusui-shorts table {
  border-collapse: collapse;
  border-spacing: 0;
}
.kyusui-shorts hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #444;
  margin: 1em 0;
  padding: 0;
}
.kyusui-shorts input,
.kyusui-shorts select {
  vertical-align: middle;
}
.kyusui-shorts button {
  margin: 0;
}
.kyusui-shorts a,
.kyusui-shorts a:link,
.kyusui-shorts a:visited {
  text-decoration: none;
}
.kyusui-shorts img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: auto;
  display: block;
}

/*==========================================
  mv (PC)
========================================== */
.kyusui-shorts .mv {
  max-width: 1000px;
  margin: 0 auto;
}

/*==========================================
  Common (PC)
========================================== */
.kyusui-shorts {
  max-width: 1920px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.kyusui-shorts *,
.kyusui-shorts *::before,
.kyusui-shorts *::after {
  font-size: 18px;
  font-weight: 400;
  color: #251e1c;
}
.kyusui-shorts .-tb,
.kyusui-shorts .-sp {
  display: none !important;
}
.kyusui-shorts .-pc {
  display: block !important;
}
.kyusui-shorts .wrap {
  max-width: 750px;
  margin: auto;
}
.kyusui-shorts .fade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.kyusui-shorts .fade.active {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.kyusui-shorts .commonBg {
  padding-bottom: 142px;
  position: relative;
}
.kyusui-shorts .commonBg::before {
  content: "";
  background: url("../img/main_bg.png") center center/cover no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: calc(100% + 210px);
  position: absolute;
  top: -210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.kyusui-shorts .movieWapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.kyusui-shorts .movieWapper img,
.kyusui-shorts .movieWapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.kyusui-shorts .sectionWrap {
  max-width: 1000px;
  margin: 0 auto;
}

/*==========================================
  CATCH (PC)
========================================== */
.kyusui-shorts .catch {
  padding-bottom: 153px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.kyusui-shorts .catch::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 32px solid #e52d8a;
  border-bottom: 0;
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*==========================================
  POINT (PC)
========================================== */
.kyusui-shorts .point_ttl {
  max-width: 750px;
  margin: auto;
}
.kyusui-shorts .point_list {
  max-width: 1210px;
  margin: 70px auto 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.kyusui-shorts .point_list li:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.kyusui-shorts .point_list li:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.kyusui-shorts .point_list li:nth-of-type(2),
.kyusui-shorts .point_list li:nth-of-type(3) {
  margin-top: 100px;
}
.kyusui-shorts .point_list li {
  background: #e52d8a;
  width: 30.9401709402%;
  border-radius: 50%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.kyusui-shorts .point_list li::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.kyusui-shorts .point_list li .inner {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kyusui-shorts .point_list li .num {
  width: 68px;
  margin: auto;
}
.kyusui-shorts .point_list li .num + p {
  margin-top: 30px;
}
.kyusui-shorts .point_list li p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 35px;
  font-size: min(2vw, 30px);
  line-height: 1.3714285714;
  color: #fff;
  text-align: center;
}
.kyusui-shorts .point .movieWapper {
  margin-top: 84px;
  display: flex;
  justify-content: center;
  align-self: start;
  position: relative;
  background: gray;
}
.kyusui-shorts .point .movieWapper.commingsoon::before {
  content: "coming soon";
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #00000054;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.kyusui-shorts .point .movieWapper img {
  height: 100px!important;
  width: auto!important;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
}

/*==========================================
  NAV (PC)
========================================== */
.kyusui-shorts .nav {
  margin-top: 140px;
}
.kyusui-shorts .nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #231815;
}
.kyusui-shorts .nav li {
  width: 50%;
  position: relative;
}
.kyusui-shorts .nav li::after {
  content: "";
  width: 93.8666666667%;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.kyusui-shorts .nav li:nth-child(even)::before {
  content: "";
  width: 2px;
  height: 85.3503184713%;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kyusui-shorts .nav li:nth-of-type(1)::after,
.kyusui-shorts .nav li:nth-of-type(2)::after {
  content: none;
}
.kyusui-shorts .nav a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  display: block;
  padding: 40px 0 84px;
  position: relative;
}
.kyusui-shorts .nav a::before {
  content: "";
  background: url("../img/nav_icon.png") center center/contain no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*==========================================
  SECTION (PC)
========================================== */
.kyusui-shorts .sec {
  background: #fff;
  width: 750px;
  margin: 56px auto 0;
  -webkit-box-shadow: 3px 3px 3px rgba(35, 24, 21, 0.3);
  box-shadow: 3px 3px 3px rgba(35, 24, 21, 0.3);
}
.kyusui-shorts .sec h2 {
  background: #231815;
  padding: 28px 20px 22px;
  min-height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kyusui-shorts .sec h2,
.kyusui-shorts .sec h2 span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1627906977;
  color: white;
  text-align: center;
}
.kyusui-shorts .sec h2 span,
.kyusui-shorts .sec h2 span span {
  font-size: 30px;
  display: block;
  margin-bottom: 4px;
}

.kyusui-shorts .sec + .sec {
  margin-top: 85px;
}

.kyusui-shorts .sec01 dl {
  background: #dfc8df;
  margin-top: 62px;
  padding: 28px 0 42px;
}
.kyusui-shorts .sec01 .secCont {
  padding: 44px 20px 20px;
}
.kyusui-shorts .sec01 .secCont .point {
  width: 690px;
  margin: 0 6px 0 auto;
}
.kyusui-shorts .sec01 dt {
  background: url("../img/sec01_ttlbg.png") center center/cover no-repeat;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3333333333;
  color: #231815;
  text-align: center;
  width: 450px;
  margin: auto;
  padding: 7px 0 9px;
}
.kyusui-shorts .sec01 dd {
  margin-top: 38px;
}
.kyusui-shorts .sec01 .feature {
  position: relative;
}
.kyusui-shorts .sec01 .feature p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  width: 174px;
  height: 174px;
  background: #e52d8a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.kyusui-shorts .sec01 .feature p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 32px solid #e52d8a;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kyusui-shorts .sec01 .feature figure {
  position: absolute;
}
.kyusui-shorts .sec01 .feature01 {
  margin-left: 152px;
}
.kyusui-shorts .sec01 .feature01 figure {
  width: 325px;
  right: 40px;
  top: -17px;
}
.kyusui-shorts .sec01 .feature02 {
  margin: 122px 0 0 383px;
}
.kyusui-shorts .sec01 .feature02 figure {
  width: 252px;
  left: -270px;
  top: -52px;
}
.kyusui-shorts .sec01 .feature02 p::before {
  top: 50%;
  right: auto;
  left: -25px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}
.kyusui-shorts .sec01 .sup {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-top: 55px;
}

.kyusui-shorts .sec02 .secCont {
  padding: 20px 60px 74px;
}
.kyusui-shorts .sec02 .detail01 {
  margin-top: 65px;
}
.kyusui-shorts .ex-txt {
  margin-bottom: 20px;
}
.kyusui-shorts .ex-txt h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6666666667;
  letter-spacing: 0.125em;
  color: #4d4d4d;
  text-align: center;
}
.kyusui-shorts .ex-txt p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.125em;
  color: #4d4d4d;
  text-align: center;
}
.kyusui-shorts .sec02 .detail01 dt {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6666666667;
  letter-spacing: 0.125em;
  color: #4d4d4d;
  text-align: center;
}
.kyusui-shorts .sec02 .detail01 dd {
  margin-top: 22px;
}
.kyusui-shorts .sec02 .detail02 {
  margin-top: 140px;
}
.kyusui-shorts .sec02 .detail02 dt {
  width: 600px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  color: #e52d8a;
  text-align: center;
  margin: auto;
  padding-bottom: 40px;
  position: relative;
}
.kyusui-shorts .sec02 .detail02 dt::before {
  content: "";
  background: url("../img/sec02_ttlbg.png") center center/cover no-repeat;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.kyusui-shorts .sec02 .detail02 dd {
  margin-top: 38px;
}
.kyusui-shorts .sec02 .detail02 dd figure + figure {
  margin-top: 62px;
}
.kyusui-shorts .sec02 .detail02 dd .sup {
  font-weight: 500;
  font-size: 15px;
  color: #231815;
  text-align: center;
  margin-top: 32px;
}

.kyusui-shorts .sec02 .movieWapper {
  padding: 0;
}

.kyusui-shorts .sec02 .movieWapper video {
  width: 100%;
  height: auto;
}

.kyusui-shorts .sec03 {
  margin-top: 112px !important;
}
.kyusui-shorts .sec03 .secCont {
  padding: 0 0 30px;
}
.kyusui-shorts .sec03 .secCont figure {
  width: 525px;
}
.kyusui-shorts .sec03 .secCont p {
  background: url("../img/sec03_txtbg.png") center center/cover no-repeat;
  width: 393px;
  height: 180px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  position: absolute;
  right: 30px;
  bottom: 35px;
}
.kyusui-shorts .sec03 .secCont p::before {
  content: "";
  background: url("../img/sec03_icon.png") center center/contain no-repeat;
  width: 70px;
  height: 53px;
  position: absolute;
  left: 54%;
  top: -38px;
}
.kyusui-shorts .sec03 .secCont .scene {
  position: relative;
}
.kyusui-shorts .sec03 .secCont .scene.reverse figure {
  margin: 0 0 0 auto;
}
.kyusui-shorts .sec03 .secCont .scene.reverse p {
  right: auto;
  left: 30px;
}
.kyusui-shorts .sec03 .secCont .scene.reverse p::before {
  left: 28%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.kyusui-shorts .sec03 .secCont .scene + .scene {
  margin-top: 44px;
}
.kyusui-shorts .sec03 .secCont .scene:nth-child(1) p,
.kyusui-shorts .sec03 .secCont .scene:nth-child(3) p {
  bottom: 128px;
}

/*==========================================
  LINE UP (PC)
========================================== */
.kyusui-shorts .lineup {
  margin-top: 112px !important;
}
.kyusui-shorts .lineup .secCont {
  padding: 55px 60px 56px;
}
.kyusui-shorts .lineup figure {
  width: 402px;
  margin: auto;
}
.kyusui-shorts .lineup a {
  background: #e52d8a;
  width: 172px;
  height: 41px;
  margin: 36px auto 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  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;
  border-radius: 23px;
  position: relative;
}
.kyusui-shorts .lineup a::before,
.kyusui-shorts .lineup a::after {
  content: "";
  position: absolute;
}
.kyusui-shorts .lineup a::before {
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border: solid 2px #fff;
  border-radius: 50%;
}
.kyusui-shorts .lineup a .arrow {
  position: absolute;
  display: inline-block;
  width: 5.4px;
  height: 6.8px;
  right: 0;
}
.kyusui-shorts .lineup a .arrow::before,
.kyusui-shorts .lineup a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 18px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
  transform-origin: calc(100% - 1px) 50%;
}
.kyusui-shorts .lineup a .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kyusui-shorts .lineup a .arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*cms登録対応*/
#link_freespace {
  display: none;
}
.backTop.fadeIn {
  -webkit-animation: FadeIn 0.5s forwards;
  animation: FadeIn 0.5s forwards;
}

@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.backTop.fadeOut {
  -webkit-animation: Fadeout 0.5s forwards;
  animation: Fadeout 0.5s forwards;
}

@-webkit-keyframes Fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes Fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  /*==========================================
    Common (SP)
  ========================================== */
  .kyusui-shorts {
    max-width: 100%;
    margin: auto;
  }
  .kyusui-shorts *,
  .kyusui-shorts *::before,
  .kyusui-shorts *::after {
    font-size: 3.2vw;
  }
  .kyusui-shorts .-pc,
  .kyusui-shorts .-tb {
    display: none !important;
  }
  .kyusui-shorts .-sp {
    display: block !important;
  }
  .kyusui-shorts .commonStyle a:hover {
    opacity: 1;
  }
  .kyusui-shorts .wrap {
    max-width: 100%;
    padding: 0;
  }
  .kyusui-shorts .commonBg {
    padding-bottom: 6.9333333333vw;
  }
  .kyusui-shorts .commonBg::before {
    content: "";
    background: url("../img/main_bg-sp.png") center center/cover no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% + 15.46667vw);
    position: absolute;
    top: -15.4666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  /*==========================================
    CATCH (SP)
  ========================================== */
  .kyusui-shorts .catch {
    padding-bottom: 10.6666666667vw;
  }
  .kyusui-shorts .catch::before {
    border-right: 4.2666666667vw solid transparent;
    border-left: 4.2666666667vw solid transparent;
    border-top: 4.2666666667vw solid #e52d8a;
    bottom: 2.9333333333vw;
  }
  /*==========================================
    POINT (SP)
  ========================================== */
  .kyusui-shorts .point_ttl {
    max-width: 65.2vw;
  }
  .kyusui-shorts .point_list {
    max-width: 100%;
    margin: 4.8vw auto 0;
    padding: 0 5.3333333333vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .kyusui-shorts .point_list li:nth-of-type(1) {
    position: absolute;
  }
  .kyusui-shorts .point_list li:nth-of-type(2),
  .kyusui-shorts .point_list li:nth-of-type(3) {
    margin-top: 29.8666666667vw;
  }
  .kyusui-shorts .point_list li {
    margin: 0 1.8666666667vw;
    width: 31.4666666667vw;
  }
  .kyusui-shorts .point_list li .num {
    width: 6.1333333333vw;
  }
  .kyusui-shorts .point_list li .num + p {
    margin-top: 2.9333333333vw;
  }
  .kyusui-shorts .point_list li p {
    font-size: 3vw;
  }
  .kyusui-shorts .point .wrap {
    width: 60.933333vw;
  }
  .kyusui-shorts .point .movieWapper {
    margin-top: 7.4666666667vw;
  }
  .kyusui-shorts .point .movieWapper.commingsoon::before {
    font-size: 20px;
  }
  .kyusui-shorts .point .movieWapper img {
    height: 10.1333vw!important;
  }
  /*==========================================
    NAV (SP)
  ========================================== */
  .kyusui-shorts .nav {
    margin-top: 10.1333333333vw;
  }
  .kyusui-shorts .nav li {
    width: 50%;
  }
  .kyusui-shorts .nav li::after {
    width: 93.8666666667%;
    height: 0.2666666667vw;
  }
  .kyusui-shorts .nav li:nth-child(even)::before {
    width: 0.2666666667vw;
    height: 85.3503184713%;
  }
  .kyusui-shorts .nav a {
    font-size: 4.1333333333vw;
    padding: 5.3333333333vw 0 11.2vw;
  }
  .kyusui-shorts .nav a::before {
    width: 4.4vw;
    height: 4.4vw;
    bottom: 5.0666666667vw;
  }
  /*==========================================
    SECTION (SP)
  ========================================== */
  .kyusui-shorts .sec {
    width: 86.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .kyusui-shorts .sec h2 {
    padding: 2.4vw 5.3333333333vw 1.6vw;
    min-height: 19.7333333333vw;
  }
  .kyusui-shorts .sec h2,
  .kyusui-shorts .sec h2 span {
    font-size: 6.6666666667vw;
  }
  .kyusui-shorts .sec h2 span,
  .kyusui-shorts .sec h2 span span {
    font-size: 5.0666666667vw;
    margin-bottom: 0.8vw;
  }
  .kyusui-shorts .sec + .sec {
    margin-top: 3.7333333333vw;
  }
  .kyusui-shorts .sec01 dl {
    margin-top: 11.4666666667vw;
    padding: 4.5333333333vw 0 3.4666666667vw;
  }
  .kyusui-shorts .sec01 .secCont {
    padding: 5.3333333333vw 4vw 3.7333333333vw;
  }
  .kyusui-shorts .sec01 .secCont .point {
    width: 80.2666666667vw;
    margin: 0 auto;
  }
  .kyusui-shorts .sec01 dt {
    font-size: 3.8666666667vw;
    width: 60vw;
    padding: 1.3333333333vw 0 1.0666666667vw;
  }
  .kyusui-shorts .sec01 dd {
    margin-top: 6.6666666667vw;
  }
  .kyusui-shorts .sec01 .feature p {
    font-size: 2.5333333333vw;
    line-height: 1.35;
    width: 23.2vw;
    height: 23.2vw;
  }
  .kyusui-shorts .sec01 .feature p::before {
    border-top: 3.2vw solid transparent;
    border-bottom: 3.2vw solid transparent;
    border-left: 6.1333333333vw solid #e52d8a;
    right: -4.8vw;
  }
  .kyusui-shorts .sec01 .feature01 {
    margin-left: 10.6666666667vw;
  }
  .kyusui-shorts .sec01 .feature01 figure {
    width: 32vw;
    right: 9.3333333333vw;
    top: -1.3333333333vw;
  }
  .kyusui-shorts .sec01 .feature02 {
    margin: 4.5333333333vw 0 0 42.1333333333vw;
  }
  .kyusui-shorts .sec01 .feature02 figure {
    width: 23.3333333333vw;
    left: -28vw;
    top: 1.0666666667vw;
  }
  .kyusui-shorts .sec01 .feature02 p::before {
    right: auto;
    left: -4vw;
  }
  .kyusui-shorts .sec01 .sup {
    font-size: 2vw;
    margin-top: 7.2vw;
  }
  .kyusui-shorts .sec02 .secCont {
    padding: 2.8vw 0 8vw;
  }
  .kyusui-shorts .sec02 .wrap {
    width: 60.8vw;
    margin: auto;
  }
  .kyusui-shorts .sec02 .detail01 {
    margin-top: 4.8vw;
  }
    .kyusui-shorts .ex-txt {
    margin-bottom: 10px;
  }
  .kyusui-shorts .ex-txt h3 {
    font-size: 3.8666666667vw;
  }
  .kyusui-shorts .ex-txt p {
    font-size: 2.6888vw;
  }
  .kyusui-shorts .sec02 .detail01 dt {
    font-size: 2.5333333333vw;
  }
  .kyusui-shorts .sec02 .detail01 dd {
    margin-top: 4.5333333333vw;
  }
  .kyusui-shorts .sec02 .detail01 dd figure {
    width: 59.3333333333vw;
    margin: auto;
  }
  .kyusui-shorts .sec02 .detail02 {
    margin-top: 9.8666666667vw;
  }
  .kyusui-shorts .sec02 .detail02 dt {
    width: 72.5333333333vw;
    font-size: 3.8666666667vw;
    padding-bottom: 4.8vw;
  }
  .kyusui-shorts .sec02 .detail02 dt::before {
    height: 6.4vw;
  }
  .kyusui-shorts .sec02 .detail02 dd {
    margin-top: 4.8vw;
  }
  .kyusui-shorts .sec02 .detail02 dd figure {
    width: 72vw;
    margin: auto;
  }
  .kyusui-shorts .sec02 .detail02 dd figure + figure {
    margin-top: 6.9333333333vw;
  }
  .kyusui-shorts .sec02 .detail02 dd .sup {
    font-size: 2.1333333333vw;
    margin-top: 1.8666666667vw;
  }
  .kyusui-shorts .sec03 {
    margin-top: 3.7333333333vw !important;
  }
  .kyusui-shorts .sec03 .secCont {
    padding: 0;
  }
  .kyusui-shorts .sec03 .secCont figure {
    width: 59.6vw;
  }
  .kyusui-shorts .sec03 .secCont p {
    width: 40.2666666667vw;
    height: 18.5333333333vw;
    font-size: 2.9333333333vw;
    padding-top: 1.8666666667vw;
    right: 4.5333333333vw;
    top: 6.6666666667vw;
  }
  .kyusui-shorts .sec03 .secCont p::before {
    width: 7.2vw;
    height: 7.4666666667vw;
    left: 54%;
    top: -5.3333333333vw;
  }
  .kyusui-shorts .sec03 .secCont .scene {
    position: relative;
  }
  .kyusui-shorts .sec03 .secCont .scene.reverse figure {
    margin: 0 0 0 auto;
  }
  .kyusui-shorts .sec03 .secCont .scene.reverse p {
    right: auto;
    left: 4vw;
    top: 14.1333333333vw;
  }
  .kyusui-shorts .sec03 .secCont .scene + .scene {
    margin-top: 3.7333333333vw;
  }
  .kyusui-shorts .sec03 .secCont .scene02 figure {
    width: 51.3333333333vw;
  }
  .kyusui-shorts .sec03 .secCont .scene03 figure {
    width: 52.5333333333vw;
  }
  /*==========================================
    LINE UP (SP)
  ========================================== */
  .kyusui-shorts .lineup {
    margin-top: 3.7333333333vw !important;
  }
  .kyusui-shorts .lineup .secCont {
    padding: 6.6666666667vw 0 6.9333333333vw;
  }
  .kyusui-shorts .lineup figure {
    width: 46.1333333333vw;
  }
  .kyusui-shorts .lineup a {
    width: 19.7333333333vw;
    height: 4.6666666667vw;
    margin: 2.4vw auto 0;
    font-size: 2.4vw;
    border-radius: 3.0666666667vw;
  }
  .kyusui-shorts .lineup a::before {
    right: 1.0666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    border: solid 1px #fff;
  }
  .kyusui-shorts .lineup a .arrow::before,
  .kyusui-shorts .lineup a .arrow::after {
    top: calc(50% - 0.5px);
    right: 2vw;
    width: 1.3333333333vw;
    height: 1px;
    -webkit-transform-origin: calc(100% - 0.5px) 50%;
    transform-origin: calc(100% - 0.5px) 50%;
  }
}
