@charset "UTF-8";
/* ===================================================================
CSS information

file name  : kumiaiin.css
author     : Abilive
style info : 組合員特典
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
    --1vw: 1vw;
    --vw-to-px: tan(atan2(var(--1vw), 1px));
}

.l-bnr {
  margin-top: 0;
}

.p-intro {
  margin-top: 5.7333333333rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro {
    margin-top: 3.3333333333rem;
  }
}
.p-intro__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.8666666667rem;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-intro__inner {
    max-width: 80rem;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__inner {
    width: 89.7435897436%;
  }
}
.p-intro .c-catch_04 {
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .p-intro .c-txt {
    text-align: center;
  }
}

.p-topics {
  margin-top: 6.6666666667rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-topics {
    margin-top: 5.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics {
    margin-top: 4.6666666667rem;
  }
}
.p-topics__inner {
  display: flex;
  box-sizing: border-box;
  background: url("../images/common/bg_green.webp") repeat;
}
@media only screen and (min-width: 768px) {
  .p-topics__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 2.2727272727%;
    width: 97.9166666667%;
    margin-left: auto;
    padding: 5.3333333333rem 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-topics__inner {
    padding: 4.2666666667rem 2.2666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics__inner {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 2.6666666667rem;
    padding-block: 2rem;
  }
}
.p-topics__head {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-topics__head {
    width: 13.6363636364%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-topics__head {
    padding-left: 6.25%;
  }
}
@media print {
  .p-topics__head {
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-topics__head {
    width: 18.1818181818%;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics__head {
    width: 89.7435897436%;
    margin-inline: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics__head .c-ttlJP_01 {
    align-items: center;
  }
}
.p-topics__head .c-ttlJP_01 .en {
  color: currentColor;
}
.p-topics__head .c-ttlJP_01 .deco:before,
.p-topics__head .c-ttlJP_01 .deco:after {
  background: currentColor;
}
.p-topics__head .c-ttlJP_01 .deco {
  border-bottom-color: currentColor;
}
.p-topics__head .c-txt {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-topics__head .c-txt {
    margin-top: 1.3333333333rem;
  }
}
.p-topics__main {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-topics__main {
    width: 79.5454545455%;
    padding-inline: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-topics__main {
    padding-inline: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics__main {
    width: 89.7435897436%;
    margin-left: auto;
    padding-inline: 1rem;
  }
}
.p-topics__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 1.4666666667rem;
  text-decoration: none;
  color: #fff;
}
.mouse .p-topics__item {
  transition: opacity 0.3s ease-in;
}
.mouse .p-topics__item:hover, .touch .p-topics__item.touchstart {
  opacity: 0.7;
}
.touch .p-topics__item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .p-topics__item.touchend {
  transition-delay: 200ms;
}
.p-topics__item-content {
  order: 2;
}
.p-topics__item-title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 0.6666666667rem;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-topics__item-title {
    font-size: 1.0666666667rem;
  }
}
@media print {
  .p-topics__item-title {
    font-size: 1.0666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-topics__item-title {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics__item-title {
    font-size: 0.8666666667rem;
  }
}
.p-topics__item-image {
  order: 1;
  width: 100%;
  aspect-ratio: 314/210;
}
.p-topics__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .p-topics .splide {
    width: 76.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-topics .splide {
    width: 75.2142857143%;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .splide {
    width: 80%;
  }
}
.p-topics .splide .splide__track {
  overflow: visible;
}
.p-topics .splide.u-bigArrow .splide__arrows .button {
  top: 30%;
  width: 3.6rem;
  height: 3.6rem;
  background: var(--color-lightbeige);
}
@media only screen and (max-width: 1199px) {
  .p-topics .splide.u-bigArrow .splide__arrows .button {
    width: 3rem;
    height: 3rem;
  }
}
.p-topics .splide.u-bigArrow .splide__arrows .button:before {
  background-color: var(--color-txt02);
}
.p-topics .splide.u-bigArrow .splide__arrows .button.next {
  right: -2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-topics .splide.u-bigArrow .splide__arrows .button.next {
    right: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .splide.u-bigArrow .splide__arrows .button.next {
    right: -1rem;
  }
}
.p-topics .splide.u-bigArrow .splide__arrows .button.prev {
  left: -2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-topics .splide.u-bigArrow .splide__arrows .button.prev {
    left: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics .splide.u-bigArrow .splide__arrows .button.prev {
    left: -1rem;
  }
}

.p-benefit-bg {
  position: relative;
  padding-block: 8rem 7.3333333333rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-benefit-bg {
    padding-block: 5.6rem 5.1333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-benefit-bg {
    padding-block: 4.8rem 4.4rem;
  }
}
.p-benefit-bg:before, .p-benefit-bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-benefit-bg:before {
  background: linear-gradient(to right, #F3F2F0, #F2F1ED);
}
.p-benefit-bg:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 100%);
}
.p-benefit-bg__top {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1920/605;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}

.c-ancLnk {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .c-ancLnk {
    max-width: 80rem;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .c-ancLnk {
    width: 89.7435897436%;
  }
}

.p-benefit {
  margin-top: 6.6666666667rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-benefit {
    margin-top: 4.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-benefit {
    margin-top: 4rem;
  }
}
.p-benefit__list {
  margin-top: 3.0666666667rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-benefit__list {
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-benefit__list {
    margin-top: 2.1333333333rem;
  }
}

.c-contact {
  margin-top: 5.3333333333rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-contact {
    margin-top: 4.2666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact {
    margin-top: 3.7333333333rem;
  }
}

.p-ticket {
  padding-block: 6rem 9.3333333333rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ticket {
    padding-block: 4.8rem 7.4666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket {
    padding-block: 4.2rem 6.5333333333rem;
  }
}
.p-ticket > * {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-ticket > * {
    max-width: 80rem;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket > * {
    width: 89.7435897436%;
  }
}
.p-ticket__inner {
  position: relative;
  padding-bottom: 4.1333333333rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ticket__inner {
    padding-bottom: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket__inner {
    padding-bottom: 2.8666666667rem;
  }
}
.p-ticket__inner:before {
  content: "";
  background: url(../images/common/bg_gra.webp) no-repeat;
  width: 100%;
  position: absolute;
  height: 4rem;
  display: block;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}
.p-ticket__inner .c-ttlJP_03 {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  color: var(--color-key01);
}
.p-ticket__inner .c-ttlJP_03 .jp {
  justify-content: center;
}
.p-ticket__inner .c-txt {
  margin-top: 1.8666666667rem;
}
@media only screen and (min-width: 768px) {
  .p-ticket__inner .c-txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket__inner .c-txt {
    margin-top: 1.4666666667rem;
  }
}
.p-ticket__inner .c-txt a {
  color: #048be5;
  text-decoration: underline;
}
.p-ticket__inner .c-txt + .c-txt {
  margin-top: 0.6666666667rem;
}
.p-ticket__button {
  display: flex;
  margin-top: 3.3333333333rem;
}
@media only screen and (min-width: 768px) {
  .p-ticket__button {
    flex-direction: row;
    justify-content: center;
    column-gap: 2.1333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ticket__button {
    margin-top: 2.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket__button {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 0.6666666667rem;
    margin-top: 2.3333333333rem;
    width: 84.6153846154%;
  }
}
.p-ticket__button > * {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-ticket__button > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .p-ticket__button > * {
    width: 21.3333333333rem;
  }
}
@media print {
  .p-ticket__button > * {
    width: 21.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ticket__button > * {
    width: 49%;
    max-width: 18.6666666667rem;
  }
}
.p-ticket__button > * a {
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.p-ticket__call {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-ticket__call {
    flex-wrap: wrap;
    row-gap: 0.6rem;
    margin-top: 1.2666666667rem;
  }
}
.p-ticket__call * {
  color: var(--color-key01);
}
.p-ticket__call .jp {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media only screen and (min-width: 1200px) {
  .p-ticket__call .jp {
    font-size: 1rem;
  }
}
@media print {
  .p-ticket__call .jp {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ticket__call .jp {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket__call .jp {
    font-size: 1rem;
  }
}
.p-ticket__call .jp {
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.p-ticket__call .jp::before {
  content: "";
  display: block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background-color: var(--color-key01);
  -webkit-mask-image: url("../images/icons/call.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../images/icons/call.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media only screen and (min-width: 1200px) {
  .p-ticket__call .en .tel, .p-ticket__call .en a {
    font-size: 2rem;
  }
}
@media print {
  .p-ticket__call .en .tel, .p-ticket__call .en a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ticket__call .en .tel, .p-ticket__call .en a {
    font-size: 1.7333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket__call .en .tel, .p-ticket__call .en a {
    font-size: 1.7333333333rem;
  }
}
.p-ticket__call .en .tel, .p-ticket__call .en a {
  letter-spacing: -0.01em;
  line-height: 1.04;
}
.p-ticket__call .en .t {
  padding-left: 0.6666666667rem;
}
@media only screen and (min-width: 1200px) {
  .p-ticket__call .en .t {
    font-size: 1rem;
  }
}
@media print {
  .p-ticket__call .en .t {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-ticket__call .en .t {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket__call .en .t {
    font-size: 1rem;
  }
}
.p-ticket__call .en .t {
  letter-spacing: 0.04em;
  line-height: 1.75;
}

/*# sourceMappingURL=kumiaiin.css.map */
