@charset "UTF-8";
/**************************************************************
※モバイルファースト
※ビューポートスケーリング無し

・pxはすべてremに置き換え(10px = 1rem)(htmlに基準値を付与)
  例：デザインカンプ 20px = 2rem
***************************************************************/
/* CSS Document */
:root {
  --font-family-en-1: "nocturne-serif", sans-serif;
  --font-family-en-2: "itc-avant-garde-gothic-pro", sans-serif;
  --font-family-en-3: "roboto", sans-serif;
  --font-family-en-4: "Oswald", sans-serif;
  --font-family-J: "Noto Sans JP", sans-serif;
  --font-family-J-2: "toppan-bunkyu-midashi-min-st", serif;
  --red: #E50012;
  --red2: #EA5E45;
  --lightblue: #00FFDC;
  --lightblue2: #77CBEF;
  --blue: #001389;
  --yellow: #F4E329;
  --orange: #F1902C;
}

/* yoso
------------------------------------------------------------*/
body.index section#yoso {
  background: url("../images/yoso_h2_bg.jpg") no-repeat center -8.5rem/contain, linear-gradient(50deg, #F72300 0%, #F72300 70%, #FF5900 100%);
  width: 100%;
  margin: 16.8rem 0 6.2rem;
  padding-bottom: 9.5rem;
  position: relative;
  z-index: 2;
}
body.index section#yoso::before, body.index section#yoso::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#ebdc92), to(#b09b30));
  background: linear-gradient(90deg, #ebdc92, #b09b30);
  width: 100%;
  height: 14.4rem;
  -webkit-transform: skew(-6deg) rotate(-6deg);
          transform: skew(-6deg) rotate(-6deg);
  position: absolute;
  left: 0;
  z-index: 2;
}
body.index section#yoso::before {
  top: -10.3rem;
}
body.index section#yoso::after {
  bottom: -10.3rem;
}
body.index section#yoso h2 {
  width: 86.4rem;
  height: 44.9rem;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  opacity: 0;
  position: relative;
}
body.index section#yoso h2::before {
  content: "";
  background: url("../images/yoso_pstar.svg") no-repeat center/contain;
  width: 18.7rem;
  height: 17.5rem;
  position: absolute;
  top: 23.9rem;
  right: 10rem;
  z-index: 3;
  -webkit-animation: fuwafuwa 5s infinite;
          animation: fuwafuwa 5s infinite;
}
body.index section#yoso h2.mov {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body.index section#yoso h2 img {
  -webkit-transform: translateY(-4.4rem);
          transform: translateY(-4.4rem);
  margin-left: -0.8rem;
}
body.index section#yoso .read {
  color: #fff;
  text-shadow: 0 0 1.1rem #CF0000;
  font-size: 2.8rem;
  font-weight: 900;
  margin: -4rem 0 5.4rem;
}
body.index section#yoso .read em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #001389));
  background: linear-gradient(to bottom, transparent 50%, #001389 50%);
}
body.index section#yoso article h3 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, white), color-stop(80%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%);
  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;
  width: 100%;
  height: 22.7rem;
  position: relative;
}
body.index section#yoso article h3 img {
  width: 32.9rem;
  padding-bottom: 1.4rem;
}
body.index section#yoso article h3 > span {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 900;
  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;
  width: 69rem;
  height: 8rem;
  margin: 0 auto;
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  z-index: 2;
}
body.index section#yoso article h3 > span::before, body.index section#yoso article h3 > span::after {
  content: "";
  background: #00adc8;
  width: 97%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: skew(-17deg);
          transform: skew(-17deg);
  z-index: -1;
}
body.index section#yoso article h3 > span::after {
  background: rgba(0, 173, 200, 0.5);
  -webkit-transform: skew(17deg);
          transform: skew(17deg);
}
body.index section#yoso article h3 > span > span {
  background: #fff;
  color: #00ADC8;
  line-height: 5.2rem;
  display: inline-block;
  height: 5.2rem;
  margin-right: 2.4rem;
  padding: 0 1.5rem;
}
body.index section#yoso article #yoso_tenbo {
  background: var(--blue);
}
body.index section#yoso article #yoso_tenbo .yoso_tenbo_wrap {
  padding-top: 7.2rem;
}
body.index section#yoso article #yoso_tenbo .yoso_tenbo_wrap h4 {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 1.3rem 2.2rem rgba(0, 0, 0, 0.6);
  margin-bottom: 2.4rem;
}
body.index section#yoso article #yoso_tenbo .yoso_tenbo_wrap p {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.86;
  text-shadow: 0 1.3rem 2.2rem rgba(0, 0, 0, 0.6);
  margin-bottom: 5.6rem;
}
body.index section#yoso article #yoso_tenbo .yoso_tenbo_wrap p em {
  color: #FFE900;
  font-weight: 900;
}
body.index section#yoso article #yoso_tenbo .syussou h4 {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
  margin-bottom: 1.2rem;
  position: relative;
}
body.index section#yoso article #yoso_tenbo .syussou h4::before, body.index section#yoso article #yoso_tenbo .syussou h4::after {
  content: "";
  background: #fff;
  width: 25.5rem;
  height: 0.3rem;
  margin: auto;
  position: absolute;
  inset: 0;
  right: auto;
}
body.index section#yoso article #yoso_tenbo .syussou h4::after {
  right: 0;
  left: auto;
}
body.index section#yoso article #yoso_tenbo .syussou table {
  border-spacing: 0.3rem;
  font-family: "roboto", var(--font-family-J);
  width: 100%;
}
body.index section#yoso article #yoso_tenbo .syussou table thead {
  font-size: 2.4rem;
}
body.index section#yoso article #yoso_tenbo .syussou table thead th {
  color: #fff;
  vertical-align: middle;
  background: #333;
  height: 5.6rem;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody {
  font-size: 2.8rem;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody td {
  background: #fff;
  vertical-align: middle;
  height: 7.4rem;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody td:first-child {
  background: #888;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody td:first-child img {
  display: inline;
  width: 5rem;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(1) td:nth-child(2), body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(1) td:nth-child(3) {
  background: #DEDEDE;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(2) td:nth-child(2), body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(2) td:nth-child(3) {
  background: #000000;
  color: #fff;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(3) td:nth-child(2), body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(3) td:nth-child(3) {
  background: #FF0000;
  color: #fff;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(4) td:nth-child(2), body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(4) td:nth-child(3) {
  background: #002BFF;
  color: #fff;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(5) td:nth-child(2), body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(5) td:nth-child(3) {
  background: #FFF700;
}
body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(6) td:nth-child(2), body.index section#yoso article #yoso_tenbo .syussou table tbody tr:nth-child(6) td:nth-child(3) {
  background: #00AD23;
  color: #fff;
}
body.index section#yoso article#member {
  margin-top: -13.2rem;
  padding-top: 13.2rem;
}
body.index section#yoso article#member h4 {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
  width: 69rem;
  margin: 5.6rem auto -11.8rem;
  position: relative;
  z-index: 2;
}
body.index section#yoso article#member h4::before, body.index section#yoso article#member h4::after {
  content: "";
  background: #fff;
  width: 18.5rem;
  height: 0.3rem;
  margin: auto;
  position: absolute;
  inset: 0;
  right: auto;
}
body.index section#yoso article#member h4::after {
  right: 0;
  left: auto;
}
body.index section#yoso article#member .swiper_wrap {
  margin-top: 57.1rem;
  position: relative;
}
body.index section#yoso article#member .swiper_wrap:has(.swiper-slide:nth-child(1).swiper-slide-active) {
  background: #DEDEDE;
}
body.index section#yoso article#member .swiper_wrap:has(.swiper-slide:nth-child(2).swiper-slide-active) {
  background: #000000;
}
body.index section#yoso article#member .swiper_wrap:has(.swiper-slide:nth-child(3).swiper-slide-active) {
  background: #FF0000;
}
body.index section#yoso article#member .swiper_wrap:has(.swiper-slide:nth-child(4).swiper-slide-active) {
  background: #002BFF;
}
body.index section#yoso article#member .swiper_wrap:has(.swiper-slide:nth-child(5).swiper-slide-active) {
  background: #FFF700;
}
body.index section#yoso article#member .swiper_wrap:has(.swiper-slide:nth-child(6).swiper-slide-active) {
  background: #00AD23;
}
body.index section#yoso article#member .swiper-pagination {
  background: var(--blue);
  clip-path: polygon(0 0, 100% 0, 100% 88.5%, 50% 100%, 0 88.5%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 65.1rem;
  padding-top: 12rem;
  top: -57.1rem;
  bottom: auto;
}
body.index section#yoso article#member .swiper-pagination span {
  background: none;
  border-radius: 0;
  display: block;
  width: 33.3333333333%;
  height: 21.7rem;
  margin: 0;
  position: relative;
}
body.index section#yoso article#member .swiper-pagination span::before {
  content: "";
  width: 130%;
  height: 130%;
  margin: auto;
  position: absolute;
  inset: -100%;
}
body.index section#yoso article#member .swiper-pagination span:nth-child(1)::before {
  background: url("../images/yoso_btn_racer01.png") no-repeat center/contain;
}
body.index section#yoso article#member .swiper-pagination span:nth-child(2)::before {
  background: url("../images/yoso_btn_racer02.png") no-repeat center/contain;
}
body.index section#yoso article#member .swiper-pagination span:nth-child(3)::before {
  background: url("../images/yoso_btn_racer03.png") no-repeat center/contain;
}
body.index section#yoso article#member .swiper-pagination span:nth-child(4)::before {
  background: url("../images/yoso_btn_racer04.png") no-repeat center/contain;
}
body.index section#yoso article#member .swiper-pagination span:nth-child(5)::before {
  background: url("../images/yoso_btn_racer05.png") no-repeat center/contain;
}
body.index section#yoso article#member .swiper-pagination span:nth-child(6)::before {
  background: url("../images/yoso_btn_racer06.png") no-repeat center/contain;
}
body.index section#yoso article#member .swiper {
  width: 100%;
  z-index: 1;
  overflow: visible;
}
body.index section#yoso article#member .swiper::before {
  background: url("../images/yoso_member_bg.svg") no-repeat right center/contain, #00ADC8;
  content: "";
  width: 69rem;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
  bottom: auto;
  z-index: -1;
}
body.index section#yoso article#member .swiper .swiper-wrapper {
  height: 70rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(1) picture img {
  -webkit-filter: drop-shadow(-1rem 0.5rem 0.6rem #DEDEDE);
          filter: drop-shadow(-1rem 0.5rem 0.6rem #DEDEDE);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(2) picture img {
  -webkit-filter: drop-shadow(-1rem 0.5rem 0.6rem #000000);
          filter: drop-shadow(-1rem 0.5rem 0.6rem #000000);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(3) picture img {
  -webkit-filter: drop-shadow(-1rem 0.5rem 0.6rem #FF0000);
          filter: drop-shadow(-1rem 0.5rem 0.6rem #FF0000);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(4) picture img {
  -webkit-filter: drop-shadow(-1rem 0.5rem 0.6rem #002BFF);
          filter: drop-shadow(-1rem 0.5rem 0.6rem #002BFF);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(5) picture img {
  -webkit-filter: drop-shadow(-1rem 0.5rem 0.6rem #FFF700);
          filter: drop-shadow(-1rem 0.5rem 0.6rem #FFF700);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(6) picture img {
  -webkit-filter: drop-shadow(-1rem 0.5rem 0.6rem #00AD23);
          filter: drop-shadow(-1rem 0.5rem 0.6rem #00AD23);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .boat {
  -webkit-filter: drop-shadow(0 0.3rem 0.6rem #000736);
          filter: drop-shadow(0 0.3rem 0.6rem #000736);
  width: 31.7rem;
  height: 21.2rem;
  position: absolute;
  top: 3rem;
  left: -3.5rem;
  z-index: 2;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item picture {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item picture img {
  -webkit-transform: scale(0.9) translate(-0.7rem, 3.9rem);
          transform: scale(0.9) translate(-0.7rem, 3.9rem);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box {
  width: 30.8rem;
  position: absolute;
  bottom: 14.7rem;
  left: 50%;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box h5 {
  color: #fff;
  font-size: 4.6rem;
  font-weight: 900;
  text-align: left;
  text-shadow: 0.3rem 0.5rem 1rem #000;
  margin-bottom: 0.8rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box p.pro {
  color: #fff;
  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;
  height: 4.3rem;
  margin-bottom: 3.2rem;
  position: relative;
  z-index: 1;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box p.pro::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#001389), to(#00ADC8));
  background: linear-gradient(to right, #001389, #00ADC8);
  border: 0.1rem solid #fff;
  width: 95%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box p.pro::after {
  content: "";
  background: #fff;
  width: 0.1rem;
  height: 2.9rem;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box p.pro span:nth-child(1) {
  font-family: var(--font-family-en-3);
  font-size: 2.8rem;
  margin-right: 9.4rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box p.pro span:nth-child(2) {
  font-size: 2.5rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 3.2rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box ul li p.tit {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box ul li p.tit span {
  font-size: 1.7rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box ul li p.data {
  background: #fff;
  font-family: var(--font-family-en-3);
  font-size: 4.2rem;
  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;
  width: 10rem;
  height: 5.5rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box h6 {
  color: #fff;
  font-size: 2.3rem;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.3rem;
  padding: 0 2.4rem;
  position: relative;
  z-index: 1;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box h6::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#001389), to(#00ADC8));
  background: linear-gradient(to right, #001389, #00ADC8);
  border: 0.1rem solid #fff;
  width: 95%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box h6::after {
  content: "";
  background: #fff;
  width: 30.8rem;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .num {
  background: #fff;
  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;
  width: 11.4rem;
  height: 11.4rem;
  margin-right: 1.6rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .num p {
  color: var(--blue);
  font-family: 900;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.8rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .num p em {
  font-family: var(--font-family-en-1);
  font-size: 7.8rem;
  font-family: 700;
  display: inline-block;
  margin-bottom: -0.8rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .motor_data {
  width: 10rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .motor_data p.tit {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .motor_data p.tit span {
  font-size: 1.7rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .motor_data p.data {
  background: #fff;
  font-family: var(--font-family-en-3);
  font-size: 4.2rem;
  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;
  height: 5.5rem;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item button {
  width: 61.7rem;
  height: 19.5rem;
  margin: auto;
  position: absolute;
  bottom: -9.75rem;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item button a:hover {
  opacity: 1;
}
body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item button.no {
  opacity: 0.7;
  pointer-events: none;
  -webkit-animation: none;
          animation: none;
}
body.index section#yoso article#member button.swiper-button-prev, body.index section#yoso article#member button.swiper-button-next {
  background: var(--blue);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6.7rem;
  height: 7.7rem;
}
body.index section#yoso article#member button.swiper-button-prev::after, body.index section#yoso article#member button.swiper-button-next::after {
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 4.3rem;
  height: 4.9rem;
  margin: auto;
  position: absolute;
  inset: 0;
  left: -0.8rem;
}
body.index section#yoso article#member button.swiper-button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 0;
}
body.index section#yoso article#member button.swiper-button-next {
  right: 0;
}
body.index section#yoso article#howto h3 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 19, 137, 0)), color-stop(20%, #001389), color-stop(80%, #001389), to(rgba(0, 19, 137, 0)));
  background: linear-gradient(to right, rgba(0, 19, 137, 0) 0%, #001389 20%, #001389 80%, rgba(0, 19, 137, 0) 100%);
  color: #fff;
  font-size: 4rem;
  width: 69rem;
  height: 8rem;
  margin: 12rem auto 3.2rem;
}
body.index section#yoso article#howto .howto-box {
  background: #fff;
  margin: 0 3rem 3.6rem;
  padding: 3.6rem 4rem 4.8rem;
  position: relative;
}
body.index section#yoso article#howto .howto-box::before {
  content: "";
  background: url("../images/yoso_pstar.svg") no-repeat center/contain;
  width: 18.7rem;
  height: 17.5rem;
  position: absolute;
  top: -4rem;
  right: -1.7rem;
  -webkit-animation: fuwafuwa 5s infinite;
          animation: fuwafuwa 5s infinite;
}
body.index section#yoso article#howto .howto-box h4 {
  color: var(--blue);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 2.8rem;
}
body.index section#yoso article#howto .howto-box ol li {
  font-size: 3rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 2.4rem;
  padding-left: 6.6rem;
  position: relative;
}
body.index section#yoso article#howto .howto-box ol li:last-child {
  margin-bottom: 0;
}
body.index section#yoso article#howto .howto-box ol li span {
  background: var(--blue);
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-family-en-3);
  font-size: 4rem;
  text-align: center;
  line-height: 5rem;
  text-indent: 0;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: auto;
  position: absolute;
  inset: 0;
  right: auto;
}
body.index section#yoso article#howto .howto-box ol li em {
  vertical-align: text-top;
  display: inline-block;
  height: 4.5rem;
  margin-right: 0.4rem;
}
body.index section#yoso article#howto .howto-box ol li em img {
  width: auto;
  height: 100%;
}
body.index section#yoso article#howto .howto-box ol li a {
  text-decoration: underline;
  display: inline;
}
body.index section#yoso article#howto .howto-box ul.attention {
  margin-top: 0.8rem;
}
body.index section#yoso article#howto .howto-box ul.attention li {
  color: #000;
  margin-left: 6.6rem;
}
body.index section#yoso article#howto .award {
  background: url("../images/yoso_award_bg.svg") no-repeat center 10.2rem/55.1rem auto;
  position: relative;
  z-index: 2;
}
body.index section#yoso article#howto .award::before, body.index section#yoso article#howto .award::after {
  content: "";
  background: rgba(255, 208, 0, 0.5);
  width: 100%;
  height: 86%;
  margin: auto;
  position: absolute;
  inset: -50%;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  z-index: -1;
}
body.index section#yoso article#howto .award::after {
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
}
body.index section#yoso article#howto .award h4 {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 900;
  padding-top: 7.5rem;
}
body.index section#yoso article#howto .award picture {
  width: 38rem;
  height: 38rem;
  margin: -4.4rem auto;
}
body.index section#yoso article#howto .award p {
  color: #fff;
  font-weight: 900;
}
body.index section#yoso article#howto .award p.attention {
  color: #000;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 0;
  position: absolute;
  bottom: 8.5rem;
  right: 3rem;
}
body.index section#yoso article#howto .award p.gift {
  font-size: 3.5rem;
  line-height: 1.3;
}
body.index section#yoso article#howto .award p.winners {
  font-size: 3.3rem;
  line-height: 1;
  padding-bottom: 7.2rem;
}
body.index section#yoso article#howto .award p.winners em {
  font-family: var(--font-family-en-3);
  font-size: 7.7rem;
}
body.index section#yoso article#howto .dead {
  background: #fff;
  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;
  width: calc(100% - 6rem);
  height: 8.2rem;
  margin: -2.3rem auto 0;
  position: relative;
  z-index: 3;
}
body.index section#yoso article#howto .dead::before {
  content: "";
  background: var(--blue);
  width: 0.1rem;
  height: 5.8rem;
  margin: auto;
  position: absolute;
  inset: 0;
  left: 20.8rem;
  right: auto;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}
body.index section#yoso article#howto .dead h4 {
  color: var(--blue);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 6rem;
}
body.index section#yoso article#howto .dead p {
  font-family: Meiryo, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  position: absolute;
  left: 25.7rem;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}
body.index section#yoso article#howto .dead p:nth-of-type(2) {
  font-size: 3.2rem;
  display: none;
}
body.index section#yoso article#howto .dead p.cancel_txt {
  font-size: 2.8rem;
  left: 26.2rem !important;
}
body.index section#yoso article#howto .dead.no p {
  left: 23.4rem;
}
body.index section#yoso article#howto .dead.no p:nth-of-type(1) {
  display: none;
}
body.index section#yoso article#howto .dead.no p:nth-of-type(2) {
  display: inline;
}
@supports (background-image: url("../images/yoso_h2_bg.webp")) {
  body.index section#yoso {
    background: url("../images/yoso_h2_bg.webp") no-repeat center -8.5rem/contain, linear-gradient(50deg, #F72300 0%, #F72300 70%, #FF5900 100%);
  }
}

/* dream
------------------------------------------------------------*/
body.index section#dream {
  margin: 0 0 14.4rem 0;
  padding: 7.9rem 0 8rem;
  z-index: 1;
}
body.index section#dream::before, body.index section#dream::after {
  content: none;
}

/* tenbo
------------------------------------------------------------*/
body.index section#tenbo {
  padding: 4rem 0 8rem;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  /* yoso
  ------------------------------------------------------------*/
  body.index section#yoso {
    background: url("../images/pc/yoso_h2_bg.jpg") no-repeat center -0.7rem/contain, url("../images/pc/yoso_howto_bg.jpg") no-repeat center bottom/115% auto, linear-gradient(50deg, #F72300 0%, #F72300 70%, #FF5900 100%);
    margin: -7.9rem 0 -7.4rem;
    padding: 0 0 20.1rem;
  }
  body.index section#yoso::before, body.index section#yoso::after {
    height: 12.8rem;
  }
  body.index section#yoso::before {
    height: 20.5rem;
    top: -10.3rem;
  }
  body.index section#yoso::after {
    bottom: -2.7rem;
  }
  body.index section#yoso h2 {
    width: 86.4rem;
    margin: 0 auto;
  }
  body.index section#yoso h2 img {
    -webkit-transform: translateY(-6.3rem);
            transform: translateY(-6.3rem);
  }
  body.index section#yoso h2::before {
    width: 25.4rem;
    height: 23.7rem;
    top: 21.3rem;
    right: -9rem;
  }
  body.index section#yoso .read {
    font-size: 2.4rem;
    margin: 2.5rem 0 4.8rem;
  }
  body.index section#yoso article h3 {
    height: 21.6rem;
  }
  body.index section#yoso article h3 img {
    padding-bottom: 2.4rem;
  }
  body.index section#yoso article #yoso_tenbo {
    clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
    padding: 7.2rem 0 11.2rem;
  }
  body.index section#yoso article #yoso_tenbo .min-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.index section#yoso article #yoso_tenbo .yoso_tenbo_wrap {
    width: 100rem;
    padding-top: 0;
  }
  body.index section#yoso article #yoso_tenbo .yoso_tenbo_wrap h4 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  body.index section#yoso article #yoso_tenbo .yoso_tenbo_wrap p {
    font-size: 2rem;
    margin-bottom: 0;
  }
  body.index section#yoso article #yoso_tenbo .syussou {
    width: calc(100% - 100rem - 3.2rem);
  }
  body.index section#yoso article #yoso_tenbo .syussou h4 {
    font-size: 3.3rem;
    margin-bottom: 0.8rem;
  }
  body.index section#yoso article #yoso_tenbo .syussou h4::before, body.index section#yoso article #yoso_tenbo .syussou h4::after {
    width: 21rem;
    height: 0.2rem;
  }
  body.index section#yoso article #yoso_tenbo .syussou table {
    border-spacing: 0.3rem;
  }
  body.index section#yoso article #yoso_tenbo .syussou table thead {
    font-size: 1.7rem;
  }
  body.index section#yoso article #yoso_tenbo .syussou table thead th {
    height: 4.2rem;
  }
  body.index section#yoso article #yoso_tenbo .syussou table tbody {
    font-size: 2rem;
  }
  body.index section#yoso article #yoso_tenbo .syussou table tbody td {
    height: 5.6rem;
  }
  body.index section#yoso article #yoso_tenbo .syussou table tbody td:first-child img {
    width: 3.8rem;
  }
  body.index section#yoso article#member {
    background: url("../images/pc/yoso_member_bg_l.svg") no-repeat left center/contain, url("../images/pc/yoso_member_bg_r.svg") no-repeat right center/contain, #00ADC8;
    margin-top: -7rem;
    padding: 8rem 0 9rem;
  }
  body.index section#yoso article#member h4 {
    font-size: 4rem;
    width: 69rem;
    margin: 0 auto 2.8rem;
  }
  body.index section#yoso article#member h4::before, body.index section#yoso article#member h4::after {
    width: 20rem;
    height: 0.2rem;
  }
  body.index section#yoso article#member .swiper_wrap {
    margin-top: 0;
  }
  body.index section#yoso article#member .swiper::before {
    content: none;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10rem 0;
    width: 160rem;
    height: auto;
    margin: 0 auto;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 10.4rem) / 3);
    height: auto;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(1) .item .data_box {
    background: rgba(222, 222, 222, 0.75);
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(2) .item .data_box {
    background: rgba(0, 0, 0, 0.75);
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(3) .item .data_box {
    background: rgba(255, 0, 0, 0.75);
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(4) .item .data_box {
    background: rgba(0, 43, 255, 0.75);
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(5) .item .data_box {
    background: rgba(255, 247, 0, 0.75);
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(6) .item .data_box {
    background: rgba(0, 173, 35, 0.75);
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(2) .item .data_box p.tit {
    color: #fff;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(3) .item .data_box p.tit {
    color: #fff;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide:nth-child(4) .item .data_box p.tit {
    color: #fff;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item {
    height: 40.7rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item::before {
    content: "";
    background: url("../images/pc/yoso_member_bg_racer01.svg") no-repeat center/contain;
    width: 58rem;
    height: 33.1rem;
    position: absolute;
    top: 2.2rem;
    left: -4.2rem;
    z-index: -1;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .boat {
    width: 20.2rem;
    height: 12.5rem;
    top: -1.6rem;
    left: -4.2rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item picture {
    width: 100%;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item picture img {
    -webkit-transform: translate(-0.6rem, 5.5rem);
            transform: translate(-0.6rem, 5.5rem);
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box {
    background: rgba(255, 255, 255, 0.75);
    width: 25.6rem;
    padding: 1.4rem 2rem 10.1rem;
    bottom: 0;
    left: auto;
    right: 0;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box h5 {
    font-size: 3.2rem;
    margin-bottom: 0.6rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box p.pro {
    height: 3rem;
    margin-bottom: 0.8rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box p.pro::after {
    height: 2rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box p.pro span:nth-child(1) {
    font-size: 1.9rem;
    margin-right: 6.7rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box p.pro span:nth-child(2) {
    font-size: 1.7rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box ul {
    margin-bottom: 1.6rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box ul li p.tit {
    font-size: 1.7rem;
    margin-bottom: 0.35rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box ul li p.tit span {
    font-size: 1.2rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box ul li p.data {
    font-size: 2.8rem;
    width: 7rem;
    height: 3.8rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box h6 {
    font-size: 1.5rem;
    height: 3rem;
    padding: 0 1.8rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box h6::after {
    width: 20.8rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .num {
    width: 8rem;
    height: 8rem;
    margin-right: 1.2rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .num p {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .num p em {
    font-size: 5.4rem;
    margin-bottom: -0.4rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .motor_data {
    width: 7rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .motor_data p.tit {
    font-size: 1.7rem;
    margin-bottom: 0.35rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .motor_data p.tit span {
    font-size: 1.2rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item .data_box .motor_data_wrap .motor_data p.data {
    font-size: 2.8rem;
    width: 7rem;
    height: 3.8rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item button {
    width: 43.5rem;
    height: 13.7rem;
    bottom: -4.4rem;
  }
  body.index section#yoso article#member .swiper .swiper-wrapper .swiper-slide .item button a:hover {
    opacity: 0.7;
  }
  body.index section#yoso article#member button.swiper-button-prev, body.index section#yoso article#member button.swiper-button-next {
    background: var(--blue);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 6.7rem;
    height: 7.7rem;
  }
  body.index section#yoso article#member button.swiper-button-prev::after, body.index section#yoso article#member button.swiper-button-next::after {
    content: "";
    background: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 4.3rem;
    height: 4.9rem;
    margin: auto;
    position: absolute;
    inset: 0;
    left: -0.8rem;
  }
  body.index section#yoso article#member button.swiper-button-prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    left: 0;
  }
  body.index section#yoso article#member button.swiper-button-next {
    right: 0;
  }
  body.index section#yoso article#howto {
    width: 160rem;
    margin: 0 auto;
  }
  body.index section#yoso article#howto .grid-wrap {
    display: grid;
    grid-template-columns: 89.5rem 1fr;
    grid-template-rows: auto auto;
    gap: 2.4rem 3.2rem;
  }
  body.index section#yoso article#howto h3 {
    width: 100%;
    height: 6.4rem;
    margin: 3.2rem auto;
  }
  body.index section#yoso article#howto .howto-box {
    margin: 0;
    padding: 4rem 5.6rem 5.6rem;
  }
  body.index section#yoso article#howto .howto-box::before {
    width: 15.4rem;
    height: 14.4rem;
    top: -3.6rem;
    right: -0.8rem;
  }
  body.index section#yoso article#howto .howto-box ol li {
    font-size: 2.8rem;
  }
  body.index section#yoso article#howto .howto-box ol li em {
    vertical-align: bottom;
    height: 3.7rem;
  }
  body.index section#yoso article#howto .award {
    background: url("../images/yoso_award_bg.svg") no-repeat center 6rem/47.5rem auto;
    grid-column: 2;
    grid-row: 1/3;
  }
  body.index section#yoso article#howto .award::before, body.index section#yoso article#howto .award::after {
    width: 84%;
    height: 100%;
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
  }
  body.index section#yoso article#howto .award::after {
    -webkit-transform: skewX(12deg);
            transform: skewX(12deg);
  }
  body.index section#yoso article#howto .award h4 {
    font-size: 3.5rem;
    padding-top: 2.8rem;
  }
  body.index section#yoso article#howto .award picture {
    width: 31.3rem;
    height: 31.3rem;
    margin: -3.8rem auto -3.2rem;
  }
  body.index section#yoso article#howto .award p.attention {
    font-size: 1.4rem;
    bottom: 4.2rem;
    right: 10.2rem;
  }
  body.index section#yoso article#howto .award p.gift {
    font-size: 2.7rem;
  }
  body.index section#yoso article#howto .award p.winners {
    font-size: 2.5rem;
    padding-bottom: 4rem;
  }
  body.index section#yoso article#howto .award p.winners em {
    font-size: 6.3rem;
  }
  body.index section#yoso article#howto .dead {
    width: 100%;
    margin: 0;
  }
  body.index section#yoso article#howto .dead::before {
    left: 24.3rem;
  }
  body.index section#yoso article#howto .dead p {
    left: 34.7rem;
  }
  body.index section#yoso article#howto .dead p.cancel_txt {
    font-size: 2.4rem;
    left: 29.1rem !important;
  }
  body.index section#yoso article#howto .dead.no p {
    left: 34.7rem;
  }
  @supports (background-image: url("../images/pc/yoso_h2_bg.webp")) {
    body.index section#yoso {
      background: url("../images/pc/yoso_h2_bg.webp") no-repeat center -0.7rem/contain, url("../images/pc/yoso_howto_bg.webp") no-repeat center bottom/115% auto, linear-gradient(50deg, #F72300 0%, #F72300 70%, #FF5900 100%);
    }
  }
  /* dream
  ------------------------------------------------------------*/
  body.index section#dream {
    clip-path: polygon(0 20.2rem, 100% 0, 100% 100%, 0% 100%);
    margin-bottom: 12.8rem;
    padding: 11rem 0 7.2rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }
  /* tenbo
  ------------------------------------------------------------*/
  body.index section#tenbo {
    clip-path: none;
    padding: 4.5rem 0 7.2rem;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}/*# sourceMappingURL=kaisai.css.map */