@charset "UTF-8";
/*変数設定用*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
@media screen and (min-width: 768px) {
  .happymatch .vpc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .happymatch .vpc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .happymatch .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .happymatch .vsp {
    display: block;
  }
}
.happymatch.list {
  width: 100%;
  font-family: "M PLUS Rounded 1c", serif;
}
.happymatch.list .inner {
  padding-bottom: 100px;
  width: 100%;
  margin: 0 auto;
  background-color: #E7F4FF;
}
@media screen and (max-width: 767px) {
  .happymatch.list .inner {
    padding-bottom: 0;
  }
}
.happymatch.list .list_mv {
  width: 100%;
  margin: 0 auto;
}
.happymatch.list .list_mv img {
  width: 100%;
  height: 100%;
}
.happymatch.list .entry-wrap {
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap {
    box-sizing: border-box;
    padding: 0 4%;
    padding-bottom: 64px;
    margin-top: 30px;
  }
}
.happymatch.list .entry-wrap.bottom {
  background-color: #E7F4FF;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap.bottom {
    margin-bottom: 40px;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 {
  max-width: 800px;
  height: 250px;
  margin: 0 auto;
  background-image: url(../img/happymatch/entry_back.jpg);
  background-size: contain;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01 {
    max-width: 343px;
    height: 357px;
    background-image: url(../img/happymatch/entry_back_sp.jpg);
    background-size: contain;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 .entry-ttl {
  max-width: 287px;
  padding: 13px 16px 12px 19px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFE200;
  color: #0080B2;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 0 0 10px 10px;
  transform: translate(-50%);
  text-align: center;
  z-index: 20;
}
.happymatch.list .entry-wrap .inner-wrap01 .entry-ttl p {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01 .entry-ttl {
    max-width: 215px;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap {
  position: absolute;
  max-width: 780px;
  width: 100%;
  height: 230px;
  border: 2px solid #fff;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01 .content-wrap {
    max-width: 323px;
    width: 100%;
    height: 337px;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 {
    display: block;
    margin-top: 56px;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 {
  text-align: center;
  flex: 0 0 auto;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .img-wrap {
  justify-content: center;
  display: flex;
  gap: 7px;
  align-items: center;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .img-wrap .entry-img {
  flex: 0 0 auto;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .img-wrap .entry-txt01 {
  font-weight: bold;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .img-wrap .entry-txt01 {
    font-size: 14px;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap {
  display: flex;
  color: #FCE201;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap {
    display: block;
    text-align: center;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap .present-contents {
  display: flex;
  align-items: end;
  justify-content: center;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap .present-contents .present-txt01 {
  font-size: 74px;
  font-weight: bold;
  line-height: 1;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap .present-contents .present-txt01 {
    font-size: 90px;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap .present-contents .present-txt02 {
  flex: 0 0 auto;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap .present-contents .present-txt02 .rubi {
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap .present-contents .present-txt02 .upt {
  margin-top: -10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.46875;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap .present-txt03 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .present-wrap .present-txt03 {
    font-size: 39px;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .episode-wrap {
  margin-top: 10px;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-item01 .episode-wrap p {
  font-size: 15px;
  font-weight: bold;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 a {
  color: #2680B2;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-contents02 {
  max-width: 296px;
  width: 100%;
  background-color: #fff;
  border: 3px solid #0080B2;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #004965;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 11.5px 0;
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-contents02 p {
  font-weight: bold;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-contents02 {
    margin: 5px auto 0;
    padding: 13px 0;
  }
}
.happymatch.list .entry-wrap .inner-wrap01 .content-wrap .entry-content01 .entry-contents02::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid #2680B2;
  border-right: 3px solid #2680B2;
  top: 50%;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}
.happymatch.list .entry-wrap .inner-wrap01::after {
  position: absolute;
  content: "";
  max-width: 800px;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(41, 161, 206, 0.85);
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap01::after {
    max-width: 343px;
    width: 100%;
    height: 357px;
  }
}
.happymatch.list .entry-wrap .inner-wrap02 {
  max-width: 800px;
  margin: 30px auto 0;
}
.happymatch.list .entry-wrap .inner-wrap02 p {
  color: #666;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .happymatch.list .entry-wrap .inner-wrap02 p {
    font-size: 14px;
  }
}
.happymatch.list .matchi-wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap {
    padding: 36px 16px 0;
  }
}
.happymatch.list .matchi-wrap .match-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.happymatch.list .matchi-wrap .match-inner .match-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-ttl {
    font-size: 20px;
  }
}
.happymatch.list .matchi-wrap .match-inner .match-line {
  width: 40px;
  border: 2px solid #29A1CE;
  margin: 0 auto;
  margin-top: 15px;
}
.happymatch.list .matchi-wrap .match-inner .match-content01 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5%;
  margin-top: 40px;
}
.happymatch.list .matchi-wrap .match-inner .match-content01:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-content01:first-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-content01 {
    margin-top: 20px;
    padding: 10% 6%;
  }
}
.happymatch.list .matchi-wrap .match-inner .match-content01 .content-item .match-ttxt01 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-content01 .content-item .match-ttxt01 {
    font-size: 14px;
  }
}
.happymatch.list .matchi-wrap .match-inner .match-content01 .content-item .match-ttxt {
  font-size: 16px;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-content01 .content-item .match-ttxt {
    font-size: 14px;
  }
}
.happymatch.list .matchi-wrap .match-inner .match-content02 {
  border-top: 1px solid #CCC;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-content02 {
    margin-top: 10px;
  }
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .matching {
  position: absolute;
  padding: 4px 14px;
  border-radius: 15px;
  color: #fff;
  background-color: #30A1CE;
  font-size: 14px;
  font-weight: bold;
  top: 21%;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-content02 .matching {
    padding: 3px 9px;
    font-size: 10px;
  }
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap {
  display: flex;
  margin-top: 20px;
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% - 40px) / 2);
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item.l-item {
  padding-right: 20px;
  border-right: 1px dotted #CCC;
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item.r-item {
  padding-left: 20px;
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item .img_wrap {
  text-align: center;
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item .img_wrap img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  border: 2px solid red;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item .img_wrap img {
    max-width: 60px;
    width: 100%;
    height: 60px;
    border-radius: 50%;
  }
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item .prof-txt {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  margin-top: 10px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item .prof-txt {
    font-size: 14px;
  }
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item .prof-txt02 {
  display: flex;
  font-size: 14px;
  color: #666;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item .prof-txt02 {
    display: block;
    font-size: 16px;
  }
  .happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item .prof-txt02 p {
    font-size: 14px;
  }
}
.happymatch.list .matchi-wrap .match-inner .match-content02 .match-itemwrap .match-item .prof-txt02 p {
  flex: 0 0 auto;
}
.happymatch.list .matchi-wrap .match-inner .accordion {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .accordion {
    margin-top: 15px;
  }
}
.happymatch.list .matchi-wrap .match-inner .accordion .toggle-btn {
  text-align: center;
  max-width: 230px;
  width: 100%;
  display: block;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #CCC;
  font-size: 14px;
  color: #666;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .accordion .toggle-btn {
    font-size: 14px;
  }
}
.happymatch.list .matchi-wrap .match-inner .accordion .toggle-btn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  top: 43%;
  right: 8.6%;
  transform: rotate(135deg) translate(-50%);
}
.happymatch.list .matchi-wrap .match-inner .accordion .toggle-btn.open::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  top: 43%;
  right: 8.6%;
  transform: rotate(-45deg) translate(-50%);
}
.happymatch.list .matchi-wrap .match-inner .accordion .content {
  width: 100%;
  background-color: #FFF;
  height: 7em;
  overflow: hidden;
  position: relative;
}
.happymatch.list .matchi-wrap .match-inner .accordion .content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3em;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgba(0, 0, 0, 0) 100%);
  transition: all 400ms linear;
}
.happymatch.list .matchi-wrap .match-inner .accordion .content.open {
  padding-bottom: 2em;
}
.happymatch.list .matchi-wrap .match-inner .accordion .content.open::after {
  opacity: 0;
}
.happymatch.list .matchi-wrap .match-inner .accordion .content p {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .accordion .content p {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.happymatch.list .matchi-wrap .match-inner .accordion .content .img_wrap {
  display: flex;
  gap: 11px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .matchi-wrap .match-inner .accordion .content .img_wrap {
    display: none;
  }
}
.happymatch.list .matchi-wrap .match-inner .accordion .content .img_wrap .img_item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% - 22px) / 3);
}
.happymatch.list .matchi-wrap .match-inner .accordion .content .img_wrap .img_item img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.happymatch.list .matchi-wrap .match-inner .accordion .content .swiper {
  /* ドットの背景色を変更 */
  /* アクティブなドットの色を変更 */
  /* ページネーションの位置を画像の外側に */
}
.happymatch.list .matchi-wrap .match-inner .accordion .content .swiper .swiper-pagination-bullet {
  background-color: #CBCCCB !important;
  /* 任意の色 */
}
.happymatch.list .matchi-wrap .match-inner .accordion .content .swiper .swiper-pagination-bullet-active {
  background-color: #8A8B8B !important;
  /* 任意の色 */
}
.happymatch.list .matchi-wrap .match-inner .accordion .content .swiper .swiper-pagination {
  height: 20px;
  position: relative !important;
  /* デフォルトのabsoluteを解除 */
  bottom: -10px !important;
  /* 画像の外に配置 */
  text-align: center;
  /* ドットを中央揃え */
}
.happymatch.list .matchi-wrap .match-inner .accordion .content .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.happymatch.list .matchi-wrap .match-inner .accordion .content .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.happymatch.list .matchi-wrap .match-inner .count-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 38px;
  justify-content: center;
}
.happymatch.list .matchi-wrap .match-inner .count-wrap .btn-wrap {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 32px;
  width: 100%;
}
.happymatch.list .matchi-wrap .match-inner .count-wrap .btn-wrap button {
  width: 100%;
  height: 32px;
  border-radius: 50px;
  background-color: #29A1CE;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  position: relative;
}
.happymatch.list .matchi-wrap .match-inner .count-wrap .btn-wrap button::after {
  content: "";
  max-width: 7px;
  width: 100%;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  text-align: center;
  transform: rotate(-135deg) translate(0, -50%);
}
.happymatch.list .matchi-wrap .match-inner .count-wrap .btn-wrap .reverse::after {
  position: absolute;
  transform: rotate(45deg) translate(-20%, 70%);
}
.happymatch.list .matchi-wrap .match-inner .count-wrap .count-contents01 {
  display: flex;
  gap: 20px;
}
.happymatch.list .matchi-wrap .match-inner .count-wrap .count-contents01 .select p {
  color: #29A1CE;
  font-size: 16px;
}
.happymatch.list .matchi-wrap .match-inner .count-wrap .count-contents01 .select .count-item01 {
  max-width: 16px;
  width: 100%;
  height: 2px;
  background-color: #29A1CE;
}
.happymatch.list .matchi-wrap .match-inner .count-wrap .count-contents01 .count-contents02 {
  flex: 0 0 auto;
}
.happymatch.list .matchi-wrap .match-inner .count-wrap .count-contents01 p {
  font-size: 16px;
  color: #999;
}
.happymatch.list a {
  color: #fff;
  font-weight: bold;
}
.happymatch.list .uplus-wrap {
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .happymatch.list .uplus-wrap {
    background-color: #fff;
  }
}
.happymatch.list .uplus-wrap .uplus-inner {
  max-width: 800px;
  width: 100%;
  height: 250px;
  margin: auto;
  background-color: #fff;
  border: 2px solid #3BB9E5;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happymatch.list .uplus-wrap .uplus-inner {
    max-width: 342px;
    width: 100%;
    height: 128px;
  }
}
.happymatch.list .uplus-wrap .uplus-inner .uplus-contents01 {
  width: 100%;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  padding: 47px 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .happymatch.list .uplus-wrap .uplus-inner .uplus-contents01 {
    padding: 25px 0;
    height: 128px;
  }
}
.happymatch.list .uplus-wrap .uplus-inner .uplus-contents01 .uplus-img img {
  max-width: 297px;
  width: 100%;
  height: 61px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .uplus-wrap .uplus-inner .uplus-contents01 .uplus-img img {
    max-width: 154px;
    width: 100%;
    height: 31px;
  }
}
.happymatch.list .uplus-wrap .uplus-inner .uplus-contents01 .uplus-txt01 {
  color: #000;
  font-size: 24px;
  line-height: 1.2083333333;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happymatch.list .uplus-wrap .uplus-inner .uplus-contents01 .uplus-txt01 {
    font-size: 12px;
    margin-top: 5px;
  }
}
.happymatch.list .uplus-wrap .uplus-inner .uplus-contents01 .uplus-txt02 {
  color: #000;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .happymatch.list .uplus-wrap .uplus-inner .uplus-contents01 .uplus-txt02 {
    font-size: 10px;
    margin-top: 7px;
  }
}
.happymatch.list .uplus-wrap .uplus-inner .uplus-contents02 {
  width: 100%;
  background-image: url(../img/happymatch/uplus_back.png);
  background-size: cover;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 6;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .happymatch.list .uplus-wrap .uplus-inner .uplus-contents02 {
    max-width: 342px;
    height: 128px;
  }
}
.happymatch.list .uplus-wrap .uplus-inner .uplus-contents02 .uplus-btn {
  max-width: 296px;
  width: 100%;
  height: 56px;
  background-color: #D71784;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
  position: relative;
  z-index: 10;
}
.happymatch.list .uplus-wrap .uplus-inner .uplus-contents02 .uplus-btn p {
  flex: 0 0 auto;
}
.happymatch.list .uplus-wrap .uplus-inner .uplus-contents02 .uplus-btn a {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happymatch.list .uplus-wrap .uplus-inner .uplus-contents02 .uplus-btn {
    max-width: 125px;
    height: 26px;
  }
  .happymatch.list .uplus-wrap .uplus-inner .uplus-contents02 .uplus-btn p {
    font-size: 11px;
    font-weight: bold;
  }
}
.happymatch.list .uplus-wrap .uplus-inner::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 1.9%;
  background-color: #C5EBF8;
  max-width: 50%;
  width: 100%;
  height: 250px;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .happymatch.list .uplus-wrap .uplus-inner::after {
    height: 128px;
  }
}/*# sourceMappingURL=happymatch.css.map */
