@charset "UTF-8";
:root {
  --color-primary: #B50080;
  --color-dark: #1A1A1A;
  --color-gray: #F3F4F8;
  --color-gray2: #B2B2B2;
  --color-rightgray: #666666;
  --color-rightgray2: #888888;
  --color-rightgray3: #E6E9F1;
  --color-blue: #007AAB;
  --color-rightblue: #0099CE;
  --color-skyblue: #E7F5F9;
  --color-skyblue2: #007AAB;
  --color-red: #D70606;
}

/*
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
*/
/*

*/
/*
  Hタグ
    $type: 2(H2サイズ)
*/
/*
  共通ボタン 大
  default: skyblue2
*/
/*
  共通ボタン 小
  default: skyblue2
*/
/*
  通常
  SP 左右のマージン20px
  PC 幅900px
*/
/*
  角丸border付きレイアウト
*/
/*
  グレーの文字の補足系
*/
.p-cinemagift__kv {
  text-align: center;
}

.p-cinemagift__section {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 940px) {
  .p-cinemagift__section {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-cinemagift__section {
    margin-top: 56px;
  }
}
.p-cinemagift__section h2 {
  letter-spacing: 0.05em;
}

.p-cinemagift__box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E6E9F1;
  padding: 24px 20px;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__box {
    padding: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-cinemagift__box {
    padding: 40px;
  }
}

.p-cinemagift__discNote {
  padding-left: calc(1em + 4px);
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__discNote {
    margin-top: 10px;
  }
}

.p-cinemagift__2columns.c-list.--disc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__2columns.c-list.--disc {
    flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .p-cinemagift__2column {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .p-cinemagift__use .p-cinemagift__box {
    margin-top: 8px;
  }
}
.p-cinemagift__use img {
  max-width: 139px;
  margin: 0 auto;
  outline: 1px solid #E6E9F1;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__use img {
    max-width: 168px;
  }
}

.p-cinemagift__useInner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__useInner {
    width: 100%;
    max-width: 583px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 0 80px;
    margin-top: 0;
  }
}

.p-cinemagift__useBtn {
  letter-spacing: 0.015em;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__useBtn {
    margin-top: 0;
    flex: 1;
  }
}

.p-cinemagift__theater {
  background-color: #DFF0F5;
  border: none;
  margin-top: 16px;
  padding: 24px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__theater {
    text-align: center;
    margin-top: 32px;
    padding: 32px 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-cinemagift__theater .p-cinemagift__btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 428px) {
  .p-cinemagift__theater .p-cinemagift__btn {
    width: 100%;
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-cinemagift__section.p-payment__section {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__section.p-payment__section {
    margin-top: 64px;
  }
}
.p-cinemagift__section.p-payment__section .p-payment__other {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__section.p-payment__section .p-payment__other {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
    margin-top: 32px;
  }
}
.p-cinemagift__section.p-payment__section .p-payment__other a {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 20px 0px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-image: none !important;
  color: var(--color-dark);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__section.p-payment__section .p-payment__other a {
    padding: 0px 4px 14px 2px;
  }
}
.p-cinemagift__section.p-payment__section .p-payment__other a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--color-gray2);
  background-image: linear-gradient(90deg, var(--color-dark), var(--color-dark));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0% 2px;
  transition: background-size 0.4s ease;
}
.p-cinemagift__section.p-payment__section .p-payment__other a:hover::before {
  background-size: 100% 2px;
  background-position: left bottom;
}
.p-cinemagift__section.p-payment__section .p-payment__other a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%231a1a1a" d="M14.8585 11.5318L9.51833 6.19171C9.39482 6.0681 9.22994 6 9.05414 6C8.87833 6 8.71346 6.0681 8.58995 6.19171L8.19668 6.58487C7.94078 6.84107 7.94078 7.25745 8.19668 7.51326L12.6809 11.9975L8.19171 16.4867C8.06819 16.6104 8 16.7751 8 16.9508C8 17.1267 8.06819 17.2915 8.19171 17.4152L8.58497 17.8083C8.70858 17.9319 8.87336 18 9.04916 18C9.22497 18 9.38984 17.9319 9.51335 17.8083L14.8585 12.4634C14.9823 12.3394 15.0503 12.1738 15.0499 11.9978C15.0503 11.8211 14.9823 11.6557 14.8585 11.5318Z" /></svg>') center center/contain no-repeat;
}
.p-cinemagift__section.p-payment__section .p-payment__btnWrapper {
  width: 335px;
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .p-cinemagift__section.p-payment__section .p-payment__btnWrapper {
    width: 442px;
    margin: 48px auto 0;
  }
}
.p-cinemagift__section.p-payment__section .p-payment__btnWrapper a {
  color: var(--color-blue);
  text-decoration: none;
}
/*# sourceMappingURL=../../sourcemaps/assets_2025/css/cinemagift.css.map */