@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #221100;
  font-family: 'Noto Sans JP', 'Roboto', 'Noto Serif JP', serif, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
}

@media screen and (max-width: 374px) {
  body {
    font-size: 3.7vw;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, em, strong, address {
  margin: 0;
  padding: 0;
}

ul, li, dl, dt, dd {
  list-style-type: none;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #0000ee;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.center {
  text-align: center;
}

.invisible {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

.scrollanime {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.scrollanime.anime-delay1 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.scrollanime.anime-delay2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.is-action {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 汎用 */
.text-center{
  text-align: center!important;
}

.text-left{
  text-align: left!important;
}

.text-right{
  text-align: right!important;
}

.text-bold{
  font-weight: bold!important;
}

.color-white{
  color: #fff!important;
}

.color-gray{
  color: #6E6E73!important;
}

.color-light-gray{
  color: #eee!important;
}

.color-gold{
  background: linear-gradient(90deg, rgba(174, 132, 40, 1), rgba(218, 158, 53, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.break-all{
  word-break: break-all!important;
}

.mb0{
  margin-bottom: 0!important;
}

.mb8{
  margin-bottom: 8px!important;
}

.mb10{
  margin-bottom: 10px!important;
}

.mb12{
  margin-bottom: 12px!important;
}

.mb15{
  margin-bottom: 15px!important;
}

.mb16{
  margin-bottom: 16px!important;
}

.mb20{
  margin-bottom: 20px!important;
}

.mb24{
  margin-bottom: 24px!important;
}

.mb30{
  margin-bottom: 30px!important;
}

.mb32{
  margin-bottom: 32px!important;
}

.mb40{
  margin-bottom: 40px!important;
}

.mb48{
  margin-bottom: 48px!important;
}

.mb80{
  margin-bottom: 80px!important;
}

.container{
  padding: 0 15px;
}

.container-30{
  padding: 0 30px;
}

.uncontainer{
  margin: 0 -15px
}

.uncontainer-30{
  margin: 0 -30px;
}


@media screen and (max-width: 374px) {
  .mb8{
    margin-bottom: 2.2vw!important;
  }

  .mb10{
    margin-bottom: 2.7vw!important;
  }

  .mb12{
    margin-bottom: 3.2vw!important;
  }

  .mb15{
    margin-bottom: 4vw!important;
  }

  .mb16{
    margin-bottom: 4.3vw!important;
  }

  .mb20{
    margin-bottom: 5.4vw!important;
  }

  .mb24{
    margin-bottom: 6.4vw!important;
  }

  .mb30{
    margin-bottom: 8vw!important;
  }

  .mb32{
    margin-bottom: 8.5vw!important;
  }
  
  .mb40{
    margin-bottom: 10.7vw!important;
  }

  .mb48{
    margin-bottom: 12.8vw!important;
  }

  .mb80{
    margin-bottom: 21.3vw!important;
  }

  .container{
    padding: 0 4vw;
  }

  .container-30{
    padding: 0 8vw;
  }
  
  .uncontainer{
    margin: 0 -4vw
  }
  
  .uncontainer-30{
    margin: 0 -8vw
  }
}

/* セクション */
.section__text{
  font-size: 14px;
}

.section__text--small{
  font-size: 12px;
}

.section__ttl{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.section__ttl--large{
  font-size: 44px;
}

.section__ttl--medium{
  font-size: 32px;
}

.section__ttl__num{
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 2;
}

.section__ttl__num__wrapper{
  position: relative;
}

.section__ttl__num__inner{
  position: relative;
  padding-left: 130px;
  z-index: 3;
}

.section__ttl__num__sub{
  margin-top: 8px;
  font-size: 8px;
  text-align: right;
  line-height: 1.3;
}

.section__lead{
  background: linear-gradient(90deg, rgba(174, 132, 40, 1), rgba(218, 158, 53, 1));
  font-size: 40px;
  font-weight: 900;
  font-family: 'Roboto', 'Noto Sans JP', 'Noto Serif JP', serif, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  line-height: 1.3;
  letter-spacing: -0.04em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.section__lead .small{
  font-size: 24px;
}

.section__lead .medium{
  font-size: 32px;
}

.section__lead .large{
  font-size: 56px;
}

.section__link{
  color: #221100;
  text-decoration: underline;
}

.section__link[target="_blank"]::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink.png) 0 0 / contain no-repeat;
  content: '';
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}

.section__link.color-white[target="_blank"]::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink_white.png) 0 0 / contain no-repeat;
}

.section__link.type02{
  color: #0000ee;
}

.section__link.type02[target="_blank"]::after{
  width: 16px;
  height: 16px;
  bottom: -2px;
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink_03.svg) 0 0 / contain no-repeat;
}

.section__link__anchor{
  color: #221100;
}

.section__link__anchor::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_anchor.png) 0 0 / contain no-repeat;
  content: '';
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 5px;
  transform: translateY(4px);
}

.section__list > li{
  padding-left: 1em;
  text-indent: -1em;
}

.section__list > li::before{
  content: "・";
}

.section__list.icon-none > li{
  padding-left: 0;
  text-indent: 0;
}

.section__list.icon-none > li::before{
  content: none;
}

.section__list__note > li{
  position: relative;
  padding-left: 1.2em;
  font-size: 12px;
}

.section__list__note > li::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.section__list__note.-dots > li::before{
  content: "・";
}

.section__list__note.-number{
  counter-reset: number;
}

.section__list__note.-number > li{
  padding-left: 2.2em;
}

.section__list__note.-number > li::before{
  counter-increment: number;
	content: "※" counter(number);
}

.section__table{
  border: 1px solid #e3e3e3;
  border-top: none;
  width: 100%;
}

.section__table th{
  background-color: #f1f1f1;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding: 15px 12px;
  width: 100%;
}

.section__table td{
  display: block;
  font-size: 12px;
  padding: 15px 12px;
  width: 100%;
}

@media screen and (max-width: 374px) {
  .section__text{
    font-size: 3.7vw;
  }
  
  .section__text--small{
    font-size: 3.2vw;
  }

  .section__ttl{
    font-size: 6.4vw;
  }
  
  .section__ttl--large{
    font-size: 11.8vw;
  }
  
  .section__ttl--medium{
    font-size: 8.5vw;
  }

  .section__ttl__num{
    left: -4vw;
  }

  .section__ttl__num.type01{
    width: 25.1vw;
  }

  .section__ttl__num.type02{
    width: 29.7vw;
  }
  
  .section__ttl__num__inner{
    padding-left: 34.7vw;
  }
  
  .section__lead{
    font-size: 10.7vw;
  }
  
  .section__lead .small{
    font-size: 6.4vw;
  }

  .section__lead .medium{
    font-size: 8.5vw;
  }
  
  .section__lead .large{
    font-size: 15vw;
  }

  .section__list__note > li{
    font-size: 3.2vw;
  }

  .section__table th{
    font-size: 4vw;
    padding: 4vw 3.2vw;
  }

  .section__table td{
    font-size: 3.2vw;
    padding: 4vw 3.2vw;
  }
}

.overall{
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(/promotion/ordercard/gold/images/renewal/img_bg.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}

.overall__inner{
  width: 100%;
  max-width: 862px;
  margin: 0 auto;
}

.main{
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

@media screen and (min-width: 862px){
  .main{
    margin: 0 0 0 auto;
  }
}

/* sidebar */
.sidebar{
  display: none;
  width: 345px;
  height: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100vw - 862px) / 2);
}

.sidebar__heading{
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}

.sidebar__price{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-align: center;
}

.sidebar__price span{
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.sidebar__text{
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

@media screen and (min-width: 862px) {
  .sidebar{
    display: block;
  }
}
/* ---------- メインビジュアル追加分　ここから ---------- */

/* メニューボタン */
.menu__btn {
  background-color: #575258;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  padding: 3px 5px;
  position: fixed;
  right: 15px;
  top: 0;
  transition: background-color 0.4s;
  width: 50px;
  z-index: 100;
}
.menu__btn span {
  background-color: #fff;
  display: block;
  height: 3px;
  margin: 3px auto;
  transition: 0.4s;
  width: 25px;
}
.menu__btn.is-active {
  background-color: inherit;
}
.menu__btn.is-active span {
  background-color: #292c2e;
}
.menu__btn.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}
.menu__btn.is-active span:nth-child(2) {
  opacity: 0;
}
.menu__btn.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media screen and (max-width: 430px) {
  .menu__btn {
    height: 40px;
    padding: 3px 5px;
    right: 15px;
    top: 24px;
    width: 40px;
  }
  .menu__btn span {
    display: block;
    height: 3px;
    margin: 3px 0;
    transition: 0.4s;
    width: 30px;
  }
  .menu__btn.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
  }
  .menu__btn.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

/* メニュー */
.menu__wrap {
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
}
.menu__overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.menu__list {
  background: url(/promotion/ordercard/gold/images/renewal/bg_menu.png) 0 0 / 100% no-repeat, #efefef;
  height: 100%;
  padding: 96px 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
  overflow-y: auto;
}
.menu__list.is-scrolling{
  height: calc(100% - 80px);
}
.menu__list li {
  padding-left: 15px;
}
.menu__list li:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.menu__list li a,
.menu__list li > p {
  color: #292c2e;
  display: block;
  font-size: 18px;
  font-weight: 900;
  position: relative;
}
.menu__list li a:after {
  border-top: 2px solid #6e6e73;
  border-right: 2px solid #6e6e73;
  content: "";
  height: 6px;
  right: 15px;
  position: absolute;
  top: 50%;
  width: 6px;
  transform: translateY(-50%) rotate(135deg);
}
.menu__list .menu__sub {
  display: none;
}
.menu__list .menu__sub li {
  margin-left: 15px;
}
.menu__list .menu__sub li:first-child {
  border-top: 1px solid #bdbdbd;
  margin-top: 24px;
  padding-top: 24px;
}
.menu__list .menu__sub li a {
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.menu__list li > p {
  cursor: pointer;
}
.menu__list li > p:before {
  background-color: #6e6e73;
  content: "";
  height: 14px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
.menu__list li > p.is-active:before {
  content: none;
}
.menu__list li > p:after {
  background-color: #6e6e73;
  content: "";
  height: 2px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 14px;
}

@media screen and (min-width: 862px) {
  .menu__list{
    height: 100%;
  }
}

@media screen and (max-width: 374px) {
  .menu__list.is-scrolling{
    height: calc(100% - 21.3vw);
  }
}
/* モーダル */
.modal__overlay {
  background: rgba(41, 44, 46, 0.2);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.modal__closeBtn {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 40px;
}
.modal__inner{
  margin: 0 auto;
  padding: 0 30px;
  max-width: 500px;
}
.modal__cont {
  background-color: #fff;
  display: none;
  left: 0;
  overflow-y: auto;
  padding: 48px 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.modal__ttl {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 16px;
}
.modal__txt {
  font-size: 14px;
  margin-bottom: 28px;
}
.modal__subTtl {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  gap: 16px;
  line-height: 1.3;
  margin-bottom: 24px;
}
.modal__subTtl:before {
  content: "";
  height: 26px;
  width: 43px;
}
.modal__subTtl.no01:before {
  background: url(/promotion/ordercard/gold/images/renewal/icon_modal_subttl_01.svg) 0 0 / contain no-repeat;
}
.modal__subTtl.no02:before {
  background: url(/promotion/ordercard/gold/images/renewal/icon_modal_subttl_02.svg) 0 0 / contain no-repeat;
}
.modal__cardList {
  margin-bottom: 28px;
}
.modal__cardList li + li {
  margin-top: 8px;
}
.modal__cardList li label {
  align-items: center;
  border: 2px solid #e6d7bc;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 56px;
  padding-left: 16px;
  position: relative;
}
.modal__cardList li label:before {
  border: 2px solid #e3e3e3;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: relative;
  width: 20px;
}
.modal__cardList li label:after {
  background-color: #ae8428;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 21px;
  margin-right: 12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.modal__cardList li input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.modal__cardList li input[type="radio"]:checked + label {
  border-color: #ae8428;
}
.modal__cardList li input[type="radio"]:checked + label::before {
  border-color: #ae8428;
}
.modal__cardList li input[type="radio"]:checked + label::after {
  opacity: 1;
}
.modal__cardList li .modal__cardImg {
  width: 40px;
}
.modal__cardList li .modal__cardName {
  color: #6f5306;
  font-size: 14px;
  font-weight: 900;
}
.modal__application {
  display: none;
}
.modal__applicationList {
  margin-bottom: 32px;
}
.modal__applicationList li + li {
  margin-top: 24px;
}
.modal__applicationLead {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 6px;
}
.modal__applicationList a img {
  width: 100%;
}
.modal__note {
  color: #6e6e73;
}
.modal__note > div {
  font-size: 12px;
  margin-top: 8px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.modal__note > div:first-child {
  margin-top: 0;
}
.modal__note div + div {
  padding-left: 0;
  text-indent: 0;
}
.modal__note div a {
  align-items: center;
  color: #292c2e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  text-decoration: underline;
}
.modal__note div a:after {
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink.png) 0 0 / contain no-repeat;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  transform: translateY(2px);
}
@media screen and (max-width: 429px) {
  .modal__cont {
    padding: 56px 0 32px;
  }
}
@media screen and (min-width: 862px) {
  .modal__cont {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: calc(100% - 64px);
    width: calc(100% - 60px);
    max-height: 765px;
    max-width: 960px;
  }
}
/* メインビジュアル */
.keyVisual {
  position: relative;
}
.keyVisual__logo {
  position: absolute;
  top: 24px;
  left: 15px;
}
.keyVisual__logo img{
  width: 45px;
}
.keyVisual h1 {
  margin-bottom: -40px;
}
.keyVisual h1 img {
  width: 100%;
}
.keyVisual__txt {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.keyVisual__application {
  cursor: pointer;
  margin: 16px auto 0;
  padding: 0 30px;
}
@media screen and (max-width: 374px) {
  .keyVisual h1 {
    margin-bottom: -10.7vw;
  }
  .keyVisual__logo {
    top: 6.4vw;
    left: 4vw;
  }
  .keyVisual__logo img{
    width: 12vw;
  }
  .keyVisual__txt {
    font-size: 5.4vw;
  }
  .keyVisual__application {
    margin: 4.3vw auto 0;
    padding: 0 8vw;
  }
}

/* ---------- メインビジュアル追加分　ここまで ---------- */
/* 特長 */
.feature{
  padding-top: 80px;
}

.feature__card__wapper{
  margin-bottom: -90px;
}

.feature__service__head{
  padding-bottom: 15px;
  background: url(/promotion/ordercard/gold/images/renewal/bg_feature_service.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.feature__service__body{
  padding-bottom: 80px;
  color: #fff;
  background: #000;
}

.feature__service__price{
  font-size: 20px;
}

.feature__service__price span{
  font-size: 40px;
  font-weight: 900;
}

.feature__service__hr{
  margin: 32px 0;
}

.feature__service__ttl{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.feature__service__ttl__sub{
  font-size: 8px;
  font-weight: 400;
}

.feature__service__img-insurance{
  margin-bottom: -60px;
}

.feature__experience{
  padding: 80px 0;
  background: url(/promotion/ordercard/gold/images/renewal/bg_feature_experience.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.feature__experience__ttl{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.feature__experience__ttl__sub{
  color: #6E6E73;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.feature__experience__text{
  padding-left: 60px;
}

.feature__invite{
  padding: 0 0 80px;
  color: #fff;
  background: url(/promotion/ordercard/gold/images/renewal/bg_feature_invite.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.feature__invite__ttl{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
}

.feature__invite__sub{
  font-size: 16px;
  font-weight: bold;
  color: #BDBDBE;
}

.feature__invite__card{
  margin: -130px -30px -82px;
}

@media screen and (max-width: 374px) {
  .feature{
    padding-top: 21.3vw;
  }

  .feature__service__body{
    padding-bottom: 21.3vw;
  }
  
  .feature__card__wapper{
    margin-bottom: -18.7vw;
  }

  .feature__service__head{
    padding-bottom: 4vw;
  }

  .feature__service__price{
    font-size: 5.4vw;
  }

  .feature__service__price span{
    font-size: 10.7vw;
  }

  .feature__service__hr{
    margin: 8.5vw 0;
  }

  .feature__service__ttl{
    font-size: 6.4vw;
  }

  .feature__service__ttl__sub{
    font-size: 2.2vw;
  }

  .feature__service__img-insurance{
    margin-bottom: -16vw;
  }

  .feature__experience__ttl{
    font-size: 7.5vw;
  }
  
  .feature__experience__ttl__sub{
    font-size: 4.3vw;
  }
  
  .feature__experience__text{
    padding-left: 16vw;
  }
  
  .feature__invite{
    padding: 0 0 21.3vw;
  }

  .feature__invite__ttl{
    font-size: 7.5vw;
  }

  .feature__invite__card{
    margin: -34.7vw -8vw -21.8vw;
  }
}


/* 新規入会キャンペーン共通 */
.campaign__period__ttl{
  font-size: 14px;
  font-weight: 500;
}

.campaign__period__text{
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.campaign__period__text .large{
  font-size: 40px;
  font-weight: 300;
}

.campaign__list > li:not(:last-child){
  margin-bottom: 16px;
}

.campaign__list__link{
  display: block;
  padding: 24px 15px;
  color: #221100;
  background: #fff;
}

.campaign__list__ttl{
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.campaign__list__ttl small {
  font-size: 14px;
}

.campaign__list__sub{
  color: #6E6E73;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.campaign__list__price{
  background: linear-gradient(90deg, rgba(174, 132, 40, 1), rgba(218, 158, 53, 1));
  font-size: 25px;
  font-weight: 900;
  font-family: Roboto,'Noto Sans JP';
  line-height: 1.1;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 8px 0;
  width: fit-content;
}

.campaign__list__price .large{
  font-size: 56px;
}

.campaign__list__price .spacing{
  letter-spacing: -0.1em;
}

.campaign__list__date {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.48px;
}

.campaign__list__more{
  font-size: 12px;
  text-align: right;
}

.campaign__list__more::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink.png) 0 0 / contain no-repeat;
  content: '';
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}

@media screen and (max-width: 374px) {
  .campaign__period__ttl{
    font-size: 3.7vw;
  }
  
  .campaign__period__text{
    font-size: 7vw;
  }
  
  .campaign__period__text .large{
    font-size: 10.7vw;
  }

  .campaign__list > li:not(:last-child){
    margin-bottom: 4.25vw;
  }

  .campaign__list__link{
    padding: 6.4vw 4vw;
  }

  .campaign__list__ttl{
    margin-bottom: 4vw;
    font-size: 6.4vw;
  }
  .campaign__list__ttl small{
    font-size: 3.73vw;
  }

  .campaign__list__sub{
    font-size: 5.3vw;
  }

  .campaign__list__price{
    margin-bottom: 2.7vw;
    font-size: 5.3vw;
  }

  .campaign__list__price .large{
    font-size: 15vw;
  }

  .campaign__list__more{
    font-size: 3.2vw;
  }
}
/* 新規入会キャンペーン01 */
.campaign-01{
  padding: 80px 0;
  background: url(/promotion/ordercard/gold/images/renewal/bg_campaign_01.png) 0 0/ cover no-repeat;
}

@media screen and (max-width: 374px) {
  .campaign-01{
    padding: 21.3vw 0;
  }
}

/* キャンペーン02 */
.campaign-02{
  padding: 80px 0;
  background: url(/promotion/ordercard/gold/images/renewal/bg_campaign_02.png);
  background-size: cover;
}

.campaign-02 .campaign__lead__wapper{
  padding: 0 18px;
}

@media screen and (max-width: 374px) {
  .campaign-02{
    padding: 21.3vw 0;
  }
  .campaign-02 .campaign__lead__wapper{
    padding: 0 18px;
  }
}

/* コンバージョン */
.cv{
  padding: 0 0 48px;
}

.cv__text{
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.cv__text span{
  font-size: 14px;
  font-weight: 500;
}

.cv__img__wrapper{
  margin-bottom: -80px;
}

@media screen and (max-width: 374px) {
  .cv{
    padding: 0 0 12.8vw;
  }
  
  .cv__text{
    margin-bottom: 6.4vw;
    font-size: 5.3vw;
  }
  
  .cv__text span{
    font-size: 3.7vw;
  }
  
  .cv__img__wrapper{
    margin-bottom: -21.3vw;
  }
}

/* 家族カード */
.family{
  padding: 0 15px 48px;
}

.family .container{
  padding: 24px;
  background: #F5F5F5;
}

@media screen and (max-width: 374px) {
  .family{
    padding: 0 4vw 12.8vw;
  }
  
  .family .container{
    padding: 6.4vw;
  }
}


/* ポイントサービス */
.point{
  padding: 80px 0;
  background: url(/promotion/ordercard/gold/images/renewal/bg_point.png);
  background-position: bottom;
  background-size: cover;
}

.point__item__lead__sub{
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.point__item{
  padding: 32px 24px;
  background: linear-gradient(156.75deg, #FFFFFF 18.68%, #F8F8F8 86.35%);
}

.point__item.-white {
  background: none;
  background-color: #fff;

}

.point__caution__inner{
  display: none;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.point__caution__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 15px;
  cursor: pointer;
}

.point__caution__btn span{
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

.point__caution__btn span::before,
.point__caution__btn span::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  background: #221100;
}


.point__caution__btn span::before{
  width: 14px;
  height: 2px;
}

.point__caution__btn span::after{
  width: 2px;
  height: 14px;
}

.point__caution__btn.is-active span::after{
  content: none;
}

.point__caution .section__list__note{
  color: #6E6E73;
}

.point__caution .section__list__note .section__link,
.point__caution .section__list__note a {
  color: #6E6E73;
  text-decoration: underline;
}
.point__caution .section__list__note .section__link[target="_blank"]::after,
.point__caution .section__list__note a[target="_blank"]::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink_gray.png) 0 0 / contain no-repeat;
  content: '';
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}

.point__caution .section__text{
  font-size: 12px;
}

@media screen and (max-width: 374px) {
  .point{
    padding: 21.3vw 0;
  }

  .point__item__lead__sub{
    font-size: 4.25vw;
  }

  .point__item{
    padding: 8.5vw 6.4vw;
  }
  
  .point__caution .section__text{
    font-size: 3.2vw;
  }
}

/* security */
.security{
  padding: 80px 0;
  color: #fff;
  background: url(/promotion/ordercard/gold/images/renewal/bg_security.png);
  background-size: cover;
}

.security .section__ttl__num{
  left: -30px;
}

.security .section__ttl__num__inner{
  padding-left: 46px;
}

.security__item{
  padding: 32px 24px;
  background: rgba(220, 205, 178, 0.2);
}

.security__item-new{
  padding-left: 46px;
}

.security__item-new span{
  padding: 0 4px;
  color: #DCCDB2;
  border: 1px solid #DCCDB2;
}

.security__detail{
  position: relative;
  padding-left: 46px;
}

.security__detail::before{
  content: "";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
}

.security__detail-notifications::before{
  background: url(/promotion/ordercard/gold/images/renewal/icon_notifications.svg) center / contain no-repeat;
}
.security__detail-alert::before{
  background: url(/promotion/ordercard/gold/images/renewal/icon_alert.svg) center / contain no-repeat;
  width: 28px;
  height: 28px;
}

.security__detail-security::before{
  background: url(/promotion/ordercard/gold/images/renewal/icon_security.svg) center / contain no-repeat;
}

.security__detail-user::before{
  background: url(/promotion/ordercard/gold/images/renewal/icon_user.svg) center / contain no-repeat;
}

.security__detail-card::before{
  background: url(/promotion/ordercard/gold/images/renewal/icon_card.svg) center / contain no-repeat;
}

.security__detail-travel::before{
  background: url(/promotion/ordercard/gold/images/renewal/icon_travel.svg) center / contain no-repeat;
}

.security__detail-shopping::before{
  background: url(/promotion/ordercard/gold/images/renewal/icon_shopping.svg) center / contain no-repeat;
}

.security__detail-mobile::before{
  background: url(/promotion/ordercard/gold/images/renewal/icon_mobile.svg) center / contain no-repeat;
}

.security__detail dt{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 374px) {
  .security{
    padding: 21.3vw 0;
  }

  .security .section__ttl__num{
    left: -8vw;
  }
  
  .security .section__ttl__num__inner{
    padding-left: 12.3vw;
  }

  .security__item{
    padding: 8.5vw 6.4vw;
  }

  .security__item-new{
    padding-left: 12.3vw;
  }

  .security__item-new span{
    padding: 0 1.1ve;
  }

  .security__detail{
    padding-left: 12.3vw;
  }

  .security__detail::before{
    width: 9vw;
    height: 9vw;
  }

  .security__detail-alert::before{
    width: 7.5vw;
    height: 7.5vw;
  }

  .security__detail dt{
    margin-bottom: 2.7vw;
    font-size: 5.3vw;
  }
}

/* apply */
.apply{
  padding: 80px 0;
}

.apply__step{
  width: 100%;
  padding-top: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #000;
  position: relative;
}
.apply__step__item{
  width: 100%;
  margin-bottom: 24px;
  padding-left: 70px;
  position: relative;
}

.apply__step__item::after{
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 55px);
  top: 55px;;
  left: 25px;
  background-color: #292c2e;
}

.apply__step__item:last-child{
  margin-bottom: 0;
  min-height: auto;
}

.apply__step__item:last-child::after{
  content: none;
}

.apply__step__item.apply__step__item--1row {
  padding-bottom: 24px;
}

.apply__step__heading{
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 10px;
}
.apply__step__heading .-sub{
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}
.apply__step__text{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.apply__step__num{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.apply__step__num span{
  font-size: 36px;
}


.apply__tab__btn{
  width: calc(50% - 4px);
  padding: 16px;
  background-color: #292c2e;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
  cursor: pointer;
}
.apply__tab__btn.is-active{
  background-color: #f2f2f2;
  color: #292c2e;
}
.apply__tab__btn > span{
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  display: block;
}
.apply__tab__btn__wrapper{
  display: flex;
  justify-content: space-between;
}
.apply__tab__wrapper{
  display: none;
}
.apply__tab__wrapper.is-show{
  display: block;
}
.apply__tab__content{
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}
.apply__tab__wrapper{
  padding: 24px 14px;
}
.apply__tab__heading{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
}
.apply__tab__text{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
}

.apply__list__note{
  margin: 16px 8px;
  color: #6E6E73;
}

@media screen and (max-width: 374px) {
  .apply{
    padding: 21.3vw 0;
  }

  .apply__step{
    padding-top: 10.6666666666667vw;
    margin-top: 8vw;
    margin-bottom: 10.6666666666667vw;
  }
  .apply__step__item{
    width: 100%;
    padding-left: 18.6666666666667vw;
  }
  .apply__step__item::before{
    width: 16vw;
    height: 13.3333333333333vw;
  }
  
  .apply__step__item::after{
    width: 0.266666666666667vw;
    height: calc(100% - 15vw);
    top:  14.6666666666667vw;
    left:  6.66666666666667vw;
  }
  .apply__step__item.apply__step__item--1row {
    padding-bottom: 6.4vw;
  }
  .apply__step__heading{
    font-size: 5.33333333333333vw;
    margin-bottom: 2.66666666666667vw;
  }
  .apply__step__heading .-sub{
    font-size: 4.26666666666667vw;
  }
  .apply__step__text{
    font-size: 4.26666666666667vw;
  }

  .apply__step__num{
    font-size: 3.7vw;
  }
  
  .apply__step__num span{
    font-size: 9.5vw;
  }

  .apply__tab__btn{
    padding: 4.25vw;
    font-size: 5.3vw;
  }

  .apply__tab__btn > span{
    font-size: 3.2vw;
  }
  
  .apply__tab__wrapper{
    padding: 6.4vw 3.7vw;
  }

  .apply__tab__heading{
    font-size: 4.9vw;
  }
  .apply__tab__text{
    font-size: 3.7vw;
    margin-top: 2.7vw;
  }

  .apply__list__note{
    margin: 4.25vw 2.2vw;
  }
}

/* 特典 */
.benefit{
  padding: 80px 0;
  background: url(/promotion/ordercard/gold/images/renewal/bg_benefit.png);
  background-size: cover;
}

@media screen and (max-width: 374px) {
  .benefit{
    padding: 21.3vw 0;
  }
}

/* カード基本情報 */
.information{
  padding: 80px 0;
  background: url(/promotion/ordercard/gold/images/renewal/bg_information.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 374px) {
  .information{
    padding: 21.3vw 0;
  }
}

/* 注意事項 */
.caution{
  padding-bottom: 20px;
}

.caution a{
  text-decoration: underline;
}

.caution .section__list__note > li{
  font-size: 14px;
}

@media screen and (max-width: 374px) {
  .caution{
    padding-bottom: 12.8vw;
  }

  .caution .section__list__note > li{
    font-size: 3.7vw;
  }
}

.inquiry{
  border: solid 1px #9a7b50;
}

.inquiry__ttl{
  padding: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #9a7b50;
}

.inquiry__inner{
  padding: 32px 24px;
}

.inquiry__btn{
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 36px;
  color: #fff;
  background-color: #9a7b50;
  border-radius: 10px;
  justify-content: center;
  text-decoration: none !important;
}

.inquiry__btn::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink_white.png) 0 0 / contain no-repeat;
  content: '';
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
}

@media screen and (max-width: 374px) {
  .inquiry__ttl{
    padding: 2.7vw;
    font-size: 4.9vw;
  }
  
  .inquiry__inner{
    padding: 8.5vw 6.4vw;
  }
  
  .inquiry__btn{
    padding: 3.2vw 9.5vw;
    border-radius: 2.7vw;
  }
}

/* footer */
.footer{
  max-width: 430px;
  margin: 0 auto 80px;
  overflow: hidden;
}
.l-footer-copyright {
  padding: calc(16px * (430 / 375)) 0;
  background: #05131b;
}
.l-footer-copyright .m-footer-copy-txt {
  padding: 0 10px;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
}
.m-footer-link {
  background: #5b5b5b;
}
.m-footer-link-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 10px;
  padding: calc(14px * (430 / 375)) calc(20px * (430 / 375)) calc(14px * (430 / 375)) calc(27px * (430 / 375));
  font-size: calc(11px * (430 / 375));
}
.m-footer-link-list li {
  font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  margin-right: calc(10px * (430 / 375));
  line-height: 2;
}
.m-footer-link-list li a {
  color: #fff;
  text-decoration: none;
}
.m-footer-link-list li a:hover {
  -webkit-transition: all .3s ease;
  opacity: .7;
  transition: all .3s ease;
}
.m-footer-link-pagetop {
  display: none;
}
.m-footer-copy-txt {
  font-family: Arial;
  padding: 0 calc(10px * (430 / 375));
  color: #fff;
  font-size: calc(13px * (430 / 375));
  text-align: center;
  letter-spacing: calc(0.5px * (430 / 375))
}
@media screen and (max-width: 374px) {
  .footer{
    margin: 0 auto 21.3vw;
  }
  .m-footer-link {
    background: #5b5b5b;
  }
  .m-footer-link-list {
    font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 184vw;
    padding: 3.73333vw 5.33333vw 3.73333vw 7.73333vw;
    font-size: 2.93333vw;
  }
  .m-footer-link-list li {
    line-height: 2;
    margin-right: 4vw;
  }
  .m-footer-link-list li a {
    color: #fff;
    text-decoration: none;
  }
  .m-footer-link-list li a:hover {
    text-decoration: underline;
  }
  .m-footer-copy-txt {
    font-family: Arial;
    padding: 0 2.66667vw;
    color: #fff;
    font-size: 3.46667vw;
    text-align: center;
    letter-spacing: 0.13333vw;
  }
  .l-footer-copyright {
    padding: 4.53333vw 0;
    background: #05131b;
  }
}

@media screen and (min-width: 862px) {
  .footer{
    margin: 0 0 0 auto;
  }
}

/* footer end　*/


/* json-note */
.json-note{
  font-size: 12px;
}

@media screen and (max-width: 374px) {
  .json-note{
    font-size: 3.2vw;
  }
}


.apply .json-note a[target="_blank"]{
  color: #221100;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.apply .json-note a[target="_blank"]::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink.png) 0 0 / contain no-repeat;
  content: '';
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}

.caution .json-note{
  font-size: 14px;
}

.caution .json-note a[target="_blank"]::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink_03.svg) 0 0 / contain no-repeat;
  content: '';
  display: inline-block;
  bottom: -2px;
  right: 0;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}

@media screen and (max-width: 374px) {
  .json-note{
    font-size: 3.7vw;
  }

  .caution .json-note{
    font-size: 3.7vw;
  }
}

.float{
  bottom: 0px;
  display: none;
  height: 80px;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 90;
}

.float__btn{
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 16px 24px;
  background-color: #221100;
  background-image: url(/promotion/ordercard/gold/images/renewal/img_float_01.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.float__btn::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_link_white.png) 0 0 / contain no-repeat;
  content: '';
  display: inline-block;
  width: 24px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.float__btn span{
  line-height: 1;
}

.float__btn .small{
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}

.float__btn .large{
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 374px) {
  .float{
    height: 21.3vw;
  }

  .float__btn{
    height: 21.3vw;
    padding: 4.3vw 6.4vw;
  }
  
  .float__btn::after{
    width: 6.4vw;
    height: 7vw;
    right: 4.3vw;
  }
  
  .float__btn .small{
    font-size: 2.7vw;
  }
  
  .float__btn .large{
    font-size: 5.4vw;
  }
}

@media screen and (min-width: 862px) {
  .float{
    display: none!important;
  }
}

.section__notes {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  color: #757B80;
}

.section__checktext {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 16px;
}
.section__checktext span:last-child {
  flex: 1;
}
@media screen and (max-width: 374px) {
  .section__notes {
    font-size: 3.2vw;
  }

  .section__checktext {
      font-size: 3.7vw;
  }
}

.caution--last {
  padding-bottom: 48px;
}

.caution--investment {
  padding-bottom: 20px;
  margin-bottom: 20px;
}


.caution--investment a[target="_blank"]::after{
  background: url(/promotion/ordercard/gold/images/renewal/icon_exlink_03.svg) 0 0 / contain no-repeat;
  content: '';
  display: inline-block;
  bottom: -2px;
  right: 0;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}

.campaign__list__wrap {
  padding: 28px 12px 24px;
  background: rgba(234, 225, 193, 0.50);
}
.campaign__list__wrap + .campaign__list__wrap {
  margin-top: 16px;
}
.campaign__list__header {
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  font-family: Roboto,'Noto Sans JP';
  line-height: 1.3;
  margin-bottom: 16px;
}
.campaign__list__header span {
  font-size: 40px;
}
.campaign__list__header .strong {
  background: linear-gradient(99deg, #AE8428 4.53%, #D8A227 120.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #af8528;
  font-size: 36px;
}
.campaign__list__header .strong .large {
  background: linear-gradient(99deg, #AE8428 4.53%, #D8A227 120.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 58px;
}
@media screen and (max-width: 400px) {
  .campaign__list__header {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 374px) {
  .campaign__list__header {
    font-size: 8vw;
    margin-bottom: 4.267vw;
  }
  .campaign__list__header span {
    font-size: 10.667vw;
  }
}

.inc_notes {
  margin-top: 20px;
}

#point .inc-bunner-area {
  margin: 24px auto 0;
  padding: 24px 0 0;
  background-color: inherit;
}

.section__list__note > div{
  font-size: 12px;
  padding-left: 1.2em;
  position: relative;
  text-indent: -1.2em;
}

h3.campaign__list-num {
  font-size: 22px;
  font-family: Roboto;
  line-height: 1;
  margin-bottom: 20px;
}
.campaign__hr {
  border: none;
  border-top: 1px solid #D6B468;
  margin: 28px 0;
}
.campaign__header-ttl {
  background: linear-gradient(99deg, #AE8428 4.53%, #D8A227 120.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 16px;
}
.campaign__list-txt {
  background: var(--gradation-gold, linear-gradient(278deg, #AE8428 42.7%, #D8A227 78.43%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 400px) {
  .campaign__header-ttl,
  .campaign__list-txt {
    font-feature-settings: "palt";
  }
}