html {
  overflow-x: hidden;
}
body {
  font-family: "ヒラギノ角ゴシック", sans-serif;
  font-feature-settings: "palt";
  color: #000;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.br_pc {
  display: block;
}
.sec01 {
  background: #e7eef0;
  padding: 72px 0 32px;
  position: relative;
  overflow: hidden;
}
.sec01::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1020/1499;
  background: url(../img/sec01_bg.png) no-repeat center/cover;
  position: absolute;
  top: 14%;
  left: 0;
  z-index: 1;
}
.sec01 .sec_content {
  position: relative;
  z-index: 2;
}
.sec01_ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 45px;
}
.sec01_percentage {
  width: max-content;
  margin: 0 auto 30px;
}
.sec01_percentage_list {
  display: flex;
  font-size: 0.75rem;
}
.sec01_percentage_list_ttl,
.sec01_percentage_list_dtl {
  border-bottom: 0.4px solid #000;
}
.sec01_2col {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  margin: 0 auto 60px;
}
.sec01_2col_txt {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.sec01_2col:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.sec01_2col:last-of-type {
  margin: 0 auto 320px;
}
.sec01_sec02_lead {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  color: #ff9023;
}
.sec02 {
  background: #ffddbd;
  padding: 0 0 192px;
}
.sec02 .sec_content {
  position: relative;
  z-index: 2;
}
.sec02_ttl {
  height: 288px;
  background: url(../img/sec02_ttl_bg.png) no-repeat center/cover;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0 0 52px;
}
.sec02_ttl > span {
  font-size: 4rem;
  margin: 0 0 38px;
}
.wide_products {
  width: max-content;
  margin: 0 auto;
  text-align: center;
}
.wide_products_img {
  margin: 0 0 20px;
}
.wide_products_txt {
  margin: 0 0 28px;
}
.wide_products_txt > span {
  border: 1px solid #000;
  padding: 2px;
  margin: 0 6px 0 0;
}
.wide_products_btns {
  display: flex;
  gap: 15px 20px;
}
a.wide_products_btn {
  display: block;
  width: 276px;
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #2c2c2c;
  border-radius: 18px;
  box-shadow: 3px 3px 0 #2c2c2c;
  text-decoration: none;
}
a.wide_products_btn:hover {
  color: inherit;
  translate: 3px 3px;
  box-shadow: none;
}
.cart_btn {
  background: url(../img/icon_arrow.png) no-repeat right 10px center/11px 18px, #ffe148;
}
.cart_btn > img {
  margin: 0 10px 0 0;
  translate: 0 -1px;
}
.patch_btn {
  background: url(../img/icon_arrow.png) no-repeat right 10px center/11px 18px, #ffa64f;
}
.patch_btn > img {
  margin: 0 8px 0 0;
  translate: 0 -2px;
}
.sec03 {
  background: #ffddbd;
  padding: 0 0 211px;
  position: relative;
}
.sec03::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1020/3264;
  background: url(../img/sec03_bg.png) no-repeat center/cover;
  position: absolute;
  top: -20.5%;
  left: 0;
  z-index: 1;
}
.sec03 .sec_content {
  position: relative;
  z-index: 2;
}
.sec03_ttl {
  text-align: center;
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 52px;
}
.sec03_ttl > span {
  display: block;
  font-size: 4rem;
}
.sec03_2col {
  display: flex;
  width: max-content;
  min-width: 377px;
  justify-content: space-between;
  align-items: end;
  margin: 0 auto 28px;
}
.sec03_2col_ttl {
  margin: 0 0 27px;
}
.sec03_2col_txt {
  font-size: 1.1875rem;
  font-weight: 600;
}
.sec03_2col:first-of-type > .sec03_2col_l {
  margin: 0 0 34px;
}
.sec03_2col:nth-of-type(2) > .sec03_2col_l {
  margin: 0 0 75px;
}
.sec03_2col:nth-of-type(3) > .sec03_2col_l {
  margin: 0 0 25px;
}
.sec03_2col:last-of-type {
  margin: 0 auto 76px;
}
.sec03_2col:last-of-type > .sec03_2col_l {
  margin: 0 0 70px;
}
.sec03_box {
  width: 441px;
  padding: 24px 0 14px;
  font-size: 1.6875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 52px;
  background: url(../img/sec03_box_bg.png) no-repeat center/contain;
}
.sec04 {
  position: relative;
  padding: 0 0 244px;
}
.sec04::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1020/3326;
  background: url(../img/sec04_bg.png) no-repeat center/cover;
  position: absolute;
  top: -19%;
  left: 0;
  z-index: 1;
}
.sec04 .sec_content {
  position: relative;
  z-index: 2;
}
.sec04_ttl {
  text-align: center;
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 52px;
}
.sec04_ttl > span {
  display: block;
  font-size: 4rem;
}
.sec04_subttl {
  width: calc(850px - 4px);
  margin: 0 auto 35px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1;
  padding: 9px 0;
  background: #ff9023;
  color: #fff;
  border: 2px solid #959ea7;
  position: relative;
}
.sec04_subttl::before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 8px);
  position: absolute;
  top: -2px;
  left: -2px;
  background: #959ea7;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 4px, 100% 100%, 7px 100%, 0 calc(100% - 4px));
  z-index: -1;
}
.sec04_about_txt {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 32px;
}
.sec04_about_img {
  text-align: center;
  margin: 0 auto 52px;
  position: relative;
}
.sec04_about_img > figcaption {
  position: absolute;
  left: 74.7%;
  bottom: 0;
}
.sec04_vicious_txt {
  max-width: 850px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 44px;
}
.sec04_vicious_img {
  text-align: center;
  margin: 0 auto 50px;
}
.sec04_action_img {
  text-align: center;
  margin: 0 auto;
}
.sec05 {
  position: relative;
  padding: 0 0 343px;
}
.sec05::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1020/2156;
  background: url(../img/sec05_bg.png) no-repeat center/cover;
  position: absolute;
  top: -36%;
  left: 0;
  z-index: 1;
}
.sec05 .sec_content {
  position: relative;
  z-index: 2;
}
.sec05_ttl {
  text-align: center;
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 31px;
}
.sec05_ttl > span {
  display: block;
  font-size: 4rem;
}
.sec05_list_item {
  width: fit-content;
  margin: 0 auto 31px;
  min-width: 350px;
  min-height: 249px;
  background: url(../img/sec05_items_bg.png) no-repeat center/cover;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.sec05_list_item:first-of-type > .sec05_list_item_txt {
  padding: 82px 0 0;
}
.sec05_list_item:nth-of-type(2) > .sec05_list_item_txt {
  padding: 96px 0 0;
}
.sec05_list_item:last-of-type > .sec05_list_item_txt {
  padding: 98px 0 0;
}
.sec05_list_item_txt > span {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}
.sec05_list_item:first-of-type .sec05_list_item_txt > span {
  margin: 6px 0 0;
}
.sec05_list_item:last-of-type .sec05_list_item_txt > span {
  margin: 0 0 6px;
}
.sec06 {
  position: relative;
  padding: 0 0 333px;
}
.sec06::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1020/2720;
  background: url(../img/sec06_bg.png) no-repeat center/cover;
  position: absolute;
  top: -30.25%;
  left: 0;
  z-index: 1;
}
.sec06 .sec_content {
  position: relative;
  z-index: 2;
}
.sec06_ttl {
  text-align: center;
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 114px;
}
.sec06_ttl > span {
  display: block;
  font-size: 4rem;
}
.sec06_2col {
  width: max-content;
  min-width: 412px;
  margin: 0 auto 66px;
  display: flex;
  align-items: center;
  position: relative;
}
.sec06_2col::after {
  content: "";
  display: block;
  width: 198px;
  height: 199px;
  background: url(../img/sec06_item_bg.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 4px;
  translate: 0 -50%;
  z-index: -1;
}
.sec06_2col:first-of-type > .sec06_img {
  margin: 0 0 0 -3px;
}
.sec06_2col:nth-of-type(3) > .sec06_img {
  margin: 0 0 0 -14px;
}
.sec06_2col_txt {
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  min-width: 198px;
  padding: 15px 0 0;
}
.sec06_2col_txt > span {
  display: block;
}
.sec06_2col_txt_strong {
  font-weight: 800;
  font-size: 2rem;
}
.sec06_2col_txt_large {
  font-weight: 700;
  font-size: 2.8125rem;
}
.sec06_2col:last-of-type {
  margin: 0 auto 0;
}
.sec07 {
  position: relative;
  padding: 0 0 140px;
}
.sec07::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1020/2030;
  background: url(../img/sec07_bg.png) no-repeat center top/cover;
  position: absolute;
  top: -36.5%;
  left: 0;
  z-index: 1;
}
.sec07 .sec_content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec07_ttl {
  text-align: center;
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 80px;
}
.sec07_video {
  text-align: center;
  margin: 0 0 133px;
}
.sec08 {
  position: relative;
  padding: 0 0 158px;
  margin: 0 0 44px;
}
.sec08::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1020/1877;
  background: url(../img/sec08_bg.png) no-repeat center/cover;
  position: absolute;
  top: -54%;
  left: 0;
  z-index: 1;
}
.sec08 .sec_content {
  position: relative;
  z-index: 2;
}
.sec08_ttl {
  text-align: center;
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 99px;
}
.sec08_ttl > span {
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  margin: 20px 0 0;
}
.sec08_list {
  display: grid;
  padding: 0 89px;
  grid-template-columns: repeat(3, 1fr);
  gap: 57px 59px;
}
.sec08_list_item a {
  display: block;
  border: 2.5px solid #2c2c2c;
  border-radius: 12px;
  background: url(../img/icon_arrow.png) no-repeat bottom 22px right 13px/18px 33px, #fff;
  text-decoration: none;
  height: 412px;
  box-sizing: border-box;
  position: relative;
}
.sec08_list_item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2.5px solid #2c2c2c;
  border-radius: 12px;
  position: absolute;
  inset: 8px 0 0 8px;
  z-index: -1;
}
.sec08_list_item:first-of-type a::after {
  background: #ff4407;
}
.sec08_list_item:nth-of-type(2) a::after {
  background: #d9af60;
}
.sec08_list_item:nth-of-type(3) a::after {
  background: #ffa4b4;
}
.sec08_list_item:nth-of-type(4) a::after {
  background: #ff8533;
}
.sec08_list_item:nth-of-type(5) a::after {
  background: #fd8197;
}
.sec08_list_item:nth-of-type(6) a::after {
  background: #f9c0ba;
}
.sec08_list_item a:hover {
  color: inherit;
  translate: 8px 8px;
}
.sec08_list_item a:hover:after {
  display: none;
}
.sec08_list_item_lead {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  padding: 14px 0 18px;
}
.sec08_list_item:nth-of-type(n + 3) .sec08_list_item_lead {
  font-size: 1.25rem;
  padding: 14px 0 16px;
}
.sec08_list_item:nth-of-type(3) .sec08_list_item_lead {
  padding: 14px 0 32px;
}
.sec08_list_item_img {
  text-align: center;
  margin: 0 0 18px;
}
.sec08_list_item_img_cap {
  display: block;
  margin: 22px 0 0;
  line-height: 1.3;
}
.sec08_list_item_name {
  text-align: center;
  letter-spacing: -1px;
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0 0 22px;
}
.sec08_list_item:nth-of-type(3) .sec08_list_item_name {
  text-align: left;
  padding: 0 0 0 8px;
  font-size: 1rem;
}

.sec08_list_item:nth-of-type(2) .sec08_list_item_name {
  text-align: left;
  padding: 0 0 0 12px;
}

.sec08_list_item:nth-of-type(4) .sec08_list_item_name,
.sec08_list_item:nth-of-type(5) .sec08_list_item_name {
  text-align: left;
  padding: 0 0 0 12px;
  font-size: 1rem;
}

.sec08_list_item:nth-of-type(6) .sec08_list_item_img {
  margin: 0 0 10px;
}

.sec08_list_item:nth-of-type(6) .sec08_list_item_name {
  margin: 0;
  line-height: 1.3;
}
.recommendBox > h3.recommendTtl--orange4 {
  border-color: #ff9023;
}
.secInnerclipTop a {
  position: relative;
  display: block;
  max-width: 250px;
  margin: 82px auto 50px;
  text-align: center;
  font-family: "丸フォーク B", serif;
  font-size: 20px;
  text-decoration: none;
  border: solid 1px #000;
  padding: 14px 0;
  border-radius: 6px;
  line-height: 1;
}
.secInnerclipTop a:hover {
  color: inherit;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .sec01 {
    padding: 44px 0 24px;
  }
  .sec01::after {
    aspect-ratio: 640/1658;
    /* max-height: 829px; */
    background: url(../img/sec01_bg_sp.png) no-repeat center / 100% 100%;
    top: 20.5%;
  }
  .sec01_ttl {
    font-size: 1.875rem;
  }
  .sec01_percentage {
    margin: 0 0 61px;
  }
  .sec01_percentage img {
    width: 65%;
    margin: 0 0 0 6.25%;
  }
  .sec01_percentage_list {
    font-size: 0.6875rem;
    margin: 0 0 0 1.71875%;
  }
  .sec01_2col {
    width: 100%;
    justify-content: center;
  }
  .sec01_2col_txt {
    font-size: 1.0625rem;
  }
  .sec01_2col:nth-of-type(2) {
    gap: 0 13px;
    margin: 0 auto 43px;
  }
  .sec01_2col:nth-of-type(2) > figure {
    width: 29.5%;
  }
  .sec01_2col:nth-of-type(3) {
    gap: 0 8px;
    margin: 0 auto 35px;
  }
  .sec01_2col:nth-of-type(3) > figure {
    width: 41.9%;
  }
  .sec01_2col:last-of-type {
    gap: 0 15px;
    margin: 0 auto 119px;
  }
  .sec01_2col:last-of-type > figure {
    width: 33.15%;
  }
  .sec01_sec02_lead {
    font-size: 1.875rem;
  }
  .sec02 {
    padding: 0 0 139px;
  }
  .sec02_ttl {
    height: 124px;
    font-size: 1.6875rem;
    line-height: 1.2;
    margin: 0 0 28px;
  }
  .sec02_ttl > span {
    font-size: 2.5rem;
    margin: 0 0 12px;
  }
  .wide_products {
    width: 100%;
  }
  .wide_products_btns {
    flex-direction: column;
  }
  a.wide_products_btn {
    width: 93.75%;
    margin: 0 auto;
    font-size: 1.0625rem;
  }
  .wide_products_img {
    width: 53.125%;
    margin: 0 auto 10px;
  }
  .wide_products_txt {
    font-size: 0.6875rem;
    margin: 0 0 13px;
  }
  .sec03 {
    padding: 0 0 63px;
  }
  .sec03::after {
    aspect-ratio: 640/4118;
    background: url(../img/sec03_bg_sp.png) no-repeat center/100% 100%;
    top: -10.8%;
  }
  .sec03_ttl {
    font-size: 1.6875rem;
    margin: 0 0 28px;
  }
  .sec03_ttl > span {
    font-size: 2.5rem;
  }
  .sec03_2col {
    width: 86.25%;
    max-width: 276px;
    min-width: 0;
  }
  .sec03_2col:first-of-type {
    margin: 0 auto 50px;
  }
  .sec03_2col:nth-of-type(2) {
    margin: 0 auto 59px;
  }
  .sec03_2col:nth-of-type(3) {
    margin: 0 auto 63px;
  }
  .sec03_2col:last-of-type {
    margin: 0 auto 37px;
  }
  .sec03_2col_ttl {
    margin: 0 0 22px;
  }
  .sec03_2col_ttl > img {
    width: 74px;
  }
  .sec03_2col_txt {
    font-size: 0.875rem;
  }
  .sec03_2col:first-of-type > .sec03_2col_l {
    margin: 0 0 20px;
  }
  .sec03_2col:nth-of-type(2) > .sec03_2col_l {
    margin: 0 0 46px;
  }
  .sec03_2col:nth-of-type(3) > .sec03_2col_l {
    margin: 0 0 14px;
  }
  .sec03_2col:last-of-type > .sec03_2col_l {
    width: 0 0 52px;
  }
  .sec03_2col:first-of-type > figure {
    width: 46%;
  }
  .sec03_2col:nth-of-type(2) > figure {
    width: 50%;
  }
  .sec03_2col:nth-of-type(3) > figure {
    width: 47.465%;
  }
  .sec03_2col:nth-of-type(3) > figure > img {
    margin: 0 0 0 -20px;
  }
  .sec03_2col:last-of-type > figure {
    width: 43.841%;
  }
  .sec03_2col:last-of-type > figure > img {
    margin: 0 0 0 -20px;
  }
  .sec03_box {
    width: 90.625%;
    font-size: 1.125rem;
    padding: 15px 0 9px;
    margin: 0 auto 43px;
  }
  .sec04 {
    padding: 0 0 121px;
    background: #ff9023;
  }
  .sec04::after {
    aspect-ratio: 640/3583;
    background: url(../img/sec04_bg_sp.png) no-repeat center/100% 100%;
    top: -10.5%;
  }
  .sec04_ttl {
    font-size: 1.6875rem;
    margin: 0 0 30px;
  }
  .sec04_ttl > span {
    font-size: 2.5rem;
  }
  .sec04_subttl {
    width: calc(96.875% - 7px);
    font-size: 1.25rem;
    padding: 6px 0;
    border-width: 1px;
    margin: 0 auto 19px calc(3.125% / 2);
  }
  .sec04_subttl::before {
    content: "";
    display: block;
    width: calc(100% + 7px);
    height: calc(100% + 7px);
    position: absolute;
    top: -1px;
    left: -1px;
    background: #959ea7;
    clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
    z-index: -1;
  }
  .sec04_about_txt {
    width: 96.875%;
    font-size: 0.75rem;
    text-align: left;
    line-height: 1.7;
    margin: 0 auto 29px;
  }
  .sec04_about_img {
    width: 96.875%;
    margin: 0 auto 47px;
    text-align: left;
  }
  .sec04_about_img img {
    width: 87.1%;
  }
  .sec04_about_img > figcaption {
    font-size: 0.6875rem;
  }
  .sec04_vicious_txt {
    width: 96.875%;
    font-size: 0.75rem;
    text-align: left;
    line-height: 1.7;
    margin: 0 auto 25px;
  }
  .sec04_vicious_img {
    width: 96.875%;
    margin: 0 auto 50px;
  }
  .sec04_vicious_img img {
    width: 94.35%;
  }
  .sec04_action_img img {
    width: 96.875%;
  }
  .sec05 {
    padding: 0 0 154px;
  }
  .sec05::after {
    aspect-ratio: 640/3502;
    background: url(../img/sec05_bg_sp.png) no-repeat center/100% 100%;
    top: -26.5%;
  }
  .sec05_ttl {
    font-size: 1.6875rem;
    margin: 0 0 15px;
  }
  .sec05_ttl > span {
    font-size: 2.5rem;
  }
  .sec05_list_item {
    width: 96.875%;
    max-width: 310px;
    margin: 0 auto -15px;
    font-size: 1.5625rem;
    min-width: 0;
    aspect-ratio: 354/253;
    min-height: 222px;
    position: relative;
  }
  .sec05_list_item:nth-of-type(n) > .sec05_list_item_txt {
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -38%;
  }
  .sec05_list_item_txt > span {
    font-size: 1rem;
  }
  .sec06 {
    padding: 0 0 250px;
  }
  .sec06::after {
    aspect-ratio: 640/2875;
    background: url(../img/sec06_bg_sp.png) no-repeat center/100% 100%;
    top: -18%;
  }
  .sec06_ttl {
    font-size: 1.6875rem;
    margin: 0 0 15px;
  }
  .sec06_ttl > span {
    font-size: 2.5rem;
  }
  .sec06_2col {
    width: 96.875%;
    max-width: 253px;
    margin: 0 auto 50px;
    min-width: 0;
  }
  .sec06_2col::after {
    width: 151px;
    height: 151px;
    left: 19px;
    translate: 0 -49%;
  }
  .sec06_2col:nth-of-type(3) {
    margin: 0 auto 44px;
  }
  .sec06_2col_txt {
    font-size: 1.25rem;
    min-width: 187px;
  }
  .sec06_2col_txt_strong {
    font-size: 1.5625rem;
  }
  .sec06_2col_txt_large {
    font-size: 2.1875rem;
  }
  .sec06_2col:first-of-type > .sec06_img {
    margin: 0 0 0 -24px;
  }
  .sec06_2col:nth-of-type(2) > .sec06_img {
    margin: 0 0 0 -19px;
  }
  .sec07 {
    padding: 0 0 71px;
  }
  .sec07::after {
    aspect-ratio: 640/2580;
    background: url(../img/sec07_bg_sp.png) no-repeat center/100% 100%;
    top: -27%;
  }
  .sec07_ttl {
    line-height: 1;
    font-size: 2.5rem;
    margin: 0 0 34px;
  }
  .sec07_video {
    width: 96.875%;
    margin: 0 auto 43px;
  }
  .sec08 {
    background: #ffddbd;
    padding: 0 0 53px;
    margin: 0;
  }
  .sec08 .sec_content {
    background: #ffddbd;
  }
  .sec08::after {
    aspect-ratio: 640/2933;
    background: url(../img/sec08_bg_sp.png) no-repeat center/100% 100%;
    top: -55%;
  }
  .sec08_ttl {
    font-size: 1.6875rem;
    margin: 0 0 25px;
  }
  .sec08_ttl > span {
    font-size: 0.6875rem;
    margin: 14px 0 0;
  }
  .sec08_list {
    width: 96.875%;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    gap: 29px 14px;
  }
  .sec08_list_item {
    width: calc(100% - 5px);
  }
  .sec08_list_item a {
    height: 100%;
    background: url(../img/icon_arrow.png) no-repeat bottom 12px right 7px/8px 17px, #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec08_list_item a::after {
    inset: 2.5px 0 0 2.5px;
  }
  .sec08_list_item_lead {
    font-size: 1rem;
    padding: 8px 12px 10px;
  }
  .sec08_list_item:nth-of-type(n + 3) .sec08_list_item_lead {
    font-size: 0.875rem;
    letter-spacing: -1px;
    padding: 8px 0 10px;
  }
  .sec08_list_item:nth-of-type(3) .sec08_list_item_lead {
    padding: 11px 0 10px;
  }
  .sec08_list_item_img {
    margin: 0 0 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec08_list_item:last-of-type .sec08_list_item_img {
    margin: 0 0 8px;
  }
  .sec08_list_item_img > img {
    width: 27vw;
  }
  .sec08_list_item_img_cap {
    margin: 10px 0 0;
    font-size: 0.6875rem;
  }
  .sec08_list_item_name {
    font-size: 0.75rem;
    margin: 0 0 11px;
  }
  .sec08_list_item:nth-of-type(n + 3) .sec08_list_item_name {
    font-size: 0.625rem;
    text-align: center;
    padding: 0;
    margin: 0 0 12px;
  }
  .sec08_list_item:nth-of-type(3) .sec08_list_item_name {
    text-align: center;
    padding: 0;
    margin: 0 0 13px;
  }
  .sec08_list_item:nth-of-type(5) .sec08_list_item_name {
    text-align: center;
    padding: 0;
    margin: 16px 0 12px;
  }
  .sec08_list_item:last-of-type .sec08_list_item_name {
    margin: 0 0 8px;
  }
  .secInnerclipTop a {
    max-width: 93.75%;
    margin: 50px auto 40px;
  }
  .sec-lineup .sec-lineup-inner .sec-lineupRow2 .sec-lineupLeftBox2 {
    gap: 0 6px;
  }
  .sec-lineup .sec-lineup-inner .sec-lineupRow2 .sec-lineupLeftBox2 > a > img {
    margin: 0 0 8px;
  }
  .recommendBox {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 28px 0 0;
  }
}
