﻿@charset "UTF-8";

:root {
  --green: #099C35;
}

#footerouter {
  margin-top: 0;
}

#kabosu {
  color: #333A35;
  font-size: 16px;
  line-height: 1.875;
}
#kabosu img {
  max-width: 100%;
}
#kabosu a {
  transition: .3s ease;
}
#kabosu .mv {
  padding: 45px 0 0;
  text-align: center;
  background: linear-gradient(to right, #5dc274 0%, #d4d455 100%);
}
#kabosu .inner {
  width: min(90%, 1400px);
  margin: 0 auto;
}
#kabosu .mv h1 {
  color: #FFF;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.24;
  margin: 0 0 30px;
}
#kabosu .mv .img {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
#kabosu .nav {
  background: var(--green);
}
#kabosu .nav ul {
  display: flex;
  justify-content: center;
  width: min(90%, 1400px);
  margin: 0 auto;
  padding: 10px 0;
}
#kabosu .nav li {
  width: 280px;
  border-right: 1px solid #FFF;
}
#kabosu .nav li:first-child {
  border-left: 1px solid #FFF;
}
#kabosu .nav a {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0 15px;
}
#kabosu .nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: 45deg;
  transform: skew(-4deg, -4deg);
  transition: .3s ease;
}
#kabosu .nav a:hover:after {
  bottom: 2px;
}
#kabosu #ranking {
  padding: 100px 0;
  background: url(bg_ranking.jpg) no-repeat center / cover;
}
#kabosu #ranking .inner {
  width: min(85%, 1420px);
}
#kabosu .head {
  text-align: center;
  margin: 0 0 35px;
}
#kabosu #ranking .head p {
  color: #EC4800;
  font-size: 28px;
}
#kabosu h2 {
  color: var(--green);
  font-size: 45px;
  line-height: 1.4;
}
#kabosu .head .comment {
  font-size: 18px;
  margin: 7px 0 0;
}
#kabosu div.recommendbox_ {
  background: none;
  margin: 0;
}
#kabosu .common_headline2_Wrap {
  display: none;
}
#kabosu .recommendbox_ ul.pagination .prev,
#kabosu .recommendbox_ ul.pagination .next {
  top: 100px;
  left: -85px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFF;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .2));
}
#kabosu .recommendbox_ ul.pagination .next {
  left: auto;
  right: -85px;
}
#kabosu .recommendbox_ ul.pagination .prev:after,
#kabosu .recommendbox_ ul.pagination .next:after {
  content: '';
  position: absolute;
  top: 29px;
  left: 27px;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #099C35 transparent transparent;
}
#kabosu .recommendbox_ ul.pagination .next:after {
  left: 31px;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #099C35;
}
#kabosu #ppz_recommend46 div.slider_item_ {
  container-type: inline-size;
  margin: 0;
}
#kabosu #ppz_recommend46 div.slider_item_ .item_box_ {
  width: clamp(170px, 20cqw - 20px, 264px);
  margin: 0 10px;
  border: 0;
}
#kabosu #ppz_recommend46 .item_box_:before {
  height: 40px;
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 0;
  border-left: 20px solid #474745;
  border-right: 20px solid #474745;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
#kabosu #ppz_recommend46 .item_box_:nth-child(1):before {
   border-left: 20px solid #c9b100;
   border-right: 20px solid #c9b100;
}
#kabosu #ppz_recommend46 .item_box_:nth-child(2):before {
   border-left: 20px solid #9ba3a3;
   border-right: 20px solid #9ba3a3;
}
#kabosu #ppz_recommend46 .item_box_:nth-child(3):before {
   border-left: 20px solid #c49342;
   border-right: 20px solid #c49342;
}
#kabosu #ppz_recommend46 .item_box_:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 40px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  z-index: 1;
}
#kabosu #ppz_recommend46 .item_box_:nth-child(1):after { content: '1'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(2):after { content: '2'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(3):after { content: '3'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(4):after { content: '4'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(5):after { content: '5'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(6):after { content: '6'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(7):after { content: '7'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(8):after { content: '8'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(9):after { content: '9'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(10):after { content: '10'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(11):after { content: '11'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(12):after { content: '12'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(13):after { content: '13'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(14):after { content: '14'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(15):after { content: '15'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(16):after { content: '16'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(17):after { content: '17'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(18):after { content: '18'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(19):after { content: '19'; }
#kabosu #ppz_recommend46 .item_box_:nth-child(20):after { content: '20'; }
#kabosu #ppz_recommend46 div.slider_item_ .img_ {
  height: 264px !important;
} 
#kabosu .recommendbox_ div.slider_item_ .item_box_ div.img_ {
  display: block;
  height: auto !important;
  aspect-ratio: 1;
}
#kabosu .recommendbox_ div.slider_item_ .item_box_ div.img_ img {
  max-height: 100%;
  transition: .3s ease;
}
#kabosu #ppz_recommend46 div.slider_item_ .goods_name_ {
  height: auto !important;
}
#kabosu div.slider_item_ .item_box_ div.name_ a.goods_name_ .name1_ {
  font-size: 16px;
  height: auto;
}
#kabosu div[id^="ppz_recommend"] .item_slider_ .name_ a, div[id^="ppz_recommend"] .item_slider_ .name_ a.goods_name_ {
  text-decoration: none;
}
#kabosu .revico-review-score {
  height: auto;
}
#kabosu #reason {
  padding: 100px 0 130px;
  background: url(bg_reason.jpg) no-repeat center / cover;
}
#kabosu #reason .head {
  margin: 0 0 85px;
}
#kabosu #reason h2 {
  position: relative;
}
#kabosu #reason h2:before {
  content: '';
  position: absolute;
  top: -30px;
  left: calc(50% - 510px);
  width: 198px;
  height: 162px;
  background: url(img_reason_title01.png) no-repeat left top / 100%;
}
#kabosu #reason h2:after {
  content: '';
  position: absolute;
  top: -57px;
  right: calc(50% - 555px);
  width: 213px;
  height: 234px;
  background: url(img_reason_title02.png) no-repeat left top / 100%;
}
#kabosu #reason .reason-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#kabosu #reason .img {
  position: relative;
  width: 45%;
  line-height: 0;
}
#kabosu #reason .img:before {
  content: '';
  position: absolute;
  left: -82px;
  bottom: -143px;
  width: 265px;
  height: 211px;
  background: url(img_reason_deco01.png) no-repeat left top / 100%;
}
#kabosu #reason .img:after {
  content: '';
  position: absolute;
  right: -25px;
  bottom: -58px;
  width: 74px;
  height: 71px;
  background: url(img_reason_deco02.png) no-repeat left top / 100%;
}
#kabosu #reason .img img {
  border-radius: 10px;
}
#kabosu #reason .review {
  position: relative;
  width: 50%;
}
#kabosu #reason .review:before {
  content: '';
  position: absolute;
  top: 82px;
  right: -23px;
  width: 60px;
  height: 78px;
  background: url(img_reason_deco03.png) no-repeat left top / 100%;
}
#kabosu #reason .review:after {
  content: '';
  position: absolute;
  right: -45px;
  bottom: -100px;
  width: 152px;
  height: 155px;
  background: url(img_reason_deco04.png) no-repeat left top / 100%;
}
#kabosu #reason .review li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
  padding: 30px;
  margin: 0 0 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .14);
}
#kabosu #reason .review li:last-child {
  margin: 0;
}
#kabosu #reason .review li h3 {
  color: var(--green);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  width: 100%;
}
#kabosu #reason .review li p {
  width: 100%;
  margin: 0 0 8px;
}
#kabosu #reason .review li .star {
  line-height: 0;
  width: 74px;
  margin: 0 12px 0 0;
}
#kabosu #reason .review li .reviewer {
  font-size: 14px;
  font-weight: 300;
}
#kabosu #review {
  padding: 50px 0 80px;
}
#kabosu #review .inner {
  width: min(85%, 1400px);
}
#kabosu #review h2 {
  text-align: center;
  margin: 0 0 40px;
}
#kabosu #review .review-slider {
  position: relative;
}
#kabosu #review .swiper {
  position: static;
  overflow: hidden;
}
#kabosu #review .review-item {
  height: auto;
  padding: 24px 20px;
  border-radius: 10px;
  border: 2px solid #E9E325;
}
#kabosu #review .review-item .star {
  width: 74px;
  line-height: 0;
  margin: 0 0 10px;
}
#kabosu #review .review-item .reviewer {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 6px;
}
#kabosu #review .review-item p {
  font-size: 14px;
  line-height: 1.7;
}
#kabosu .swiper-button-prev,
#kabosu .swiper-button-next {
  top: calc(50% - 15px);;
  left: -7%;
  width: 4.4vw;
  height: 4.4vw;
  border-radius: 50%;
  background: #FFF;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .2));
}
#kabosu .swiper-button-next {
  left: auto;
  right: -7%;
}
#kabosu .swiper-button-prev:after,
#kabosu .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #099C35 transparent transparent;
  transform: translate(-50%, -50%);
}
#kabosu .swiper-button-next:after {
  left: calc(50% + 3px);
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #099C35;
}
#kabosu .swiper-button-prev svg,
#kabosu .swiper-button-next svg {
  display: none;
}
#kabosu .swiper-button-disabled {
  display: none;
}
#kabosu #lineup {
  padding: 55px 0 100px;
  background: url(bg_lineup.jpg) no-repeat center / cover;
}
#kabosu #lineup h2 {
  position: relative;
  text-align: center;
  margin: 0 0 45px;
}
#kabosu #lineup h2:before {
  content: '';
  position: absolute;
  top: -3px;
  left: calc(50% - 240px);
  width: 59px;
  height: 73px;
  background: url(img_lineup_title01.png) no-repeat left top / 100%;
}
#kabosu #lineup h2:after {
  content: '';
  position: absolute;
  top: -3px;
  right: calc(50% - 240px);
  width: 63px;
  height: 73px;
  background: url(img_lineup_title02.png) no-repeat left top / 100%;
}
#kabosu #ppz_recommend575 {
  padding: 50px;
  background: #FFF;
}
#kabosu #ppz_recommend575 ul.pagination {
  display: none !important;
}
#kabosu #ppz_recommend575 div.slider_item_ {
  margin: 0;
}
#kabosu #ppz_recommend575 .slider_line_ {
  display: flex;
  flex-wrap: wrap;
  gap: 40px clamp(20px, 2vw, 35px);
  width: 100%;
}
#kabosu #ppz_recommend575 div.slider_item_ .item_box_ {
  display: block;
  float: none;
  margin: 0;
  width: calc((100% - clamp(20px, 2vw, 35px) * 4) / 5);
}
#kabosu #ppz_recommend575 .goods_name_ {
  height: auto !important;
  aspect-ratio: 1;
}
#kabosu #lineup .btn {
  display: block;
  width: 345px;
  border-radius: 30px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: var(--green);
  padding: 13px 0;
  margin: 50px auto 0;
}
#kabosu #lineup .btn:hover {
  opacity: .8;
}
#kabosu #teiki {
  padding: 70px 0 100px;
}
#kabosu #teiki .merit {
  position: relative;
  width: 1068px;
  margin: 0 auto 72px;
  padding: 55px 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  background: url(bg_ranking.jpg) no-repeat right top / cover;
}
#kabosu #teiki .merit:after {
  content: '';
  position: absolute;
  right: -98px;
  bottom: -30px;
  width: 206px;
  height: 117px;
  background: url(img_track.png) no-repeat right bottom / 100%;
}
#kabosu #teiki .merit li {
  width: 410px;
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 15px 78px;
  background: url(img_check.png) no-repeat left bottom 15px / 48px;
  border-bottom: 2px dashed #D9D9C3;
}
#kabosu #teiki .merit li span {
  color: #FF9100;
}
#kabosu #teiki .course {
  display: flex;
  justify-content: space-between;
}
#kabosu #teiki .course li {
  display: flex;
  width: 49%;
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #649B38;
}
#kabosu #teiki .course li:nth-child(2) {
  border-color: #DA83A6;
}
#kabosu #teiki .course li .img {
  width: 32%;
  line-height: 0;
}
#kabosu #teiki .course li .info {
  display: flex;
  flex-direction: column;
  width: 68%;
  padding: 23px;
}
#kabosu #teiki .course li h3 {
  color: #649B38;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
#kabosu #teiki .course li:nth-child(2) h3 {
  color: #DA83A6;
}
#kabosu #teiki .course li p {
  margin: 0 0 8px;
}
#kabosu #teiki .course li .price {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 18px;
}
#kabosu #teiki .course li .price span {
  font-size: 12px;
  font-weight: normal;
}
#kabosu #teiki .course li .btn {
  display: block;
  width: 345px;
  max-width: 100%;
  border-radius: 30px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: #649B38;
  padding: 13px 0;
  margin-top: auto;
}
#kabosu #teiki .course li:nth-child(2) .btn {
  background: #DA83A6;
}
#kabosu #teiki .course li .btn:hover {
  opacity: .8;
}
#kabosu #tips {
  padding: 50px 0 105px;
  background: url(bg_tips.jpg) no-repeat right top / cover;
}
#kabosu #tips h2 {
  padding: 105px 0 0;
  margin: 0 0 40px;
  background: url(img_tips_title.png) no-repeat center top / 90px;
  text-align: center;
}
#kabosu #tips .tips-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 80px;
}
#kabosu #tips .tips-box:last-child {
  margin: 0;
}
#kabosu #tips .tips-box h3 {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  padding: 0 0 0 27px;
  margin: 0 0 20px;
  width: 100%;
}
#kabosu #tips .tips-box h3:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 9px;
  height: 26px;
  background: url(border_title.png) repeat-y left center / 100%;
}
#kabosu #tips .tips-box .text {
  line-height: 2.125;
}
#kabosu #tips .component {
  width: 41%;
  background: #FFF;
  border: 1px solid #E8E8E8;
}
#kabosu #tips .component-head {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: #F3F3F3;
  padding: 15px 0;
}
#kabosu #tips .component dl {
  display: flex;
  border-bottom: 1px solid #E8E8E8;
}
#kabosu #tips .component dl:last-child {
  border: 0;
}
#kabosu #tips .component dt {
  width: 220px;
  padding: 12px 47px;
  border-right: 1px solid #E8E8E8;
}
#kabosu #tips .component dd {
  flex: 1;
  padding: 12px 40px;
  font-weight: 500;
  text-align: right;
}
#kabosu #tips .material {
  width: 56%;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 25px 35px;
}
#kabosu #tips .material-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 25px;
}
#kabosu #tips .material p {
  line-height: 2;
  margin: 0 0 35px;
}
#kabosu #tips .material .note {
  font-size: 14px;
}
#kabosu #tips .tips-box ul {
  display: flex;
  gap: clamp(20px, 2vw, 40px);
  margin: 20px 0 0;
}
#kabosu #tips .tips-box li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - clamp(20px, 2vw, 40px) * 2) / 3);
  background: #FFF;
  border-radius: 10px;
  padding: 75px 40px 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
#kabosu #tips .tips-box li .num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#kabosu #tips .tips-box li .num img {
  height: 71px;
}
#kabosu #tips .tips-box li h4 {
  color: var(--green);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
#kabosu #tips .tips-box li p {
  margin: 0 0 20px;
}
#kabosu #tips .tips-box li .img {
  margin-top: auto;
  text-align: center;
}
#kabosu #tips .tips-box li:nth-child(1) .img img {
  width: 256px;
}
#kabosu #tips .tips-box li:nth-child(2) .img img {
  width: 191px;
}
#kabosu #tips .tips-box li:nth-child(3) .img img {
  width: 202px;
}