@charset "UTF-8";

.fontMincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fontEn {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.notice {
  font-size: 14px;
}
small {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.separatorImg {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.linkMidium a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.linkMidium a::after {
  content: '';
  display: inline-block;
  background: url(/promotion/unitedair-platinum/images/ico-linkwindow.svg) no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
#wrapper {
  overflow: hidden;
}

@media (min-width:768px) {
  .pcwidth {
    max-width: 800px;
    margin: 0 auto;
  }
  .pcnon {
    display: none!important;
  }
}

/** MV **/
.mainvisual {
  background: url(/promotion/unitedair-platinum/sp/images/mv_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 16px 0;
  position: relative;
  text-align: center;
}
.mainvisual .logo {
  position: absolute;
  width: 160px;
  left: 10px;
  top: 16px;
}
.mainvisual .headingText {
  width: 256px;
  max-width: 80%;
  margin: 0 auto;
}
.mainvisual .cardImg {
  width: 100%;
  max-width: 500px;
  margin: -40px auto -50px;
}
.mainvisual .cardImg.allwrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainvisual .cardImg .img {
  position: relative;
  overflow: hidden;
  /* 画像の透明部分は光らせない */
  -webkit-mask-image: url("/promotion/unitedair-platinum/images/mv_productimage.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("/promotion/unitedair-platinum/images/mv_productimage.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.mainvisual .cardImg.allwrap .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 2;
  display: block;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(45deg);
  color: transparent;

  animation: shine 4s ease-in-out forwards;
  animation-delay: 3s;
}
@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  10% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
.mainvisual .cardImg.allwrap .img img {
  vertical-align: bottom;
}
.mainvisual .subHeadingText img {
  width: 300px;
  max-width: 90%;
  margin-bottom: 10px;
}
.mainvisual .promoText img {
  width: 100%;
  max-width: 580px;
}
.mvPoint {
  background: linear-gradient(180deg, #191D21 0%, #3B444C 100%);
  padding: 24px 16px;
}
.mvPoint ul {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.mvPoint ul li {
  background: #464C53;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mvPoint ul li .fontLarge {
  font-size: 20px;
}
.mvPoint ul li small {
  margin-left: -4px;
}
.mvPoint .notice {
  color: rgba(255,255,255,.6);
}

@media (min-width: 768px) {
  .mainvisual {
    background: url(/promotion/unitedair-platinum/images/mv_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 120px 0 0;
  }
  .mainvisual .logo {
    width: 200px;
    left: 30px;
    top: 30px;
  }
  .mainvisual .headingText {
    width: 380px;
  }
  .mainvisual .cardImg {
    margin: -80px auto -80px;
  }
  .mainvisual .subHeadingText img {
    width: 480px;
  }
}

/** Campaign **/
.campaign {
  background: #fff url(/promotion/unitedair-platinum/images/campaign_bg.png) repeat-x;
  background-size: 700px;
  background-position: top center;
  padding: 40px 16px;
  color: #000;
  position: relative;
}
.campaign::before,
.campaign::after {
  content: '';
  display: block;
  background: url(/promotion/unitedair-platinum/images/campaign_line.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.campaign::after {
  top: unset;
  bottom: 0;
}
.campaign h2 {
  font-size: 18px;
  font-weight: bold;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 12px;
}
.campaign .campaignText {
  color: #8A8265;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.campaign .campaignText .fontEn {
  font-size: 52px;
  line-height: 1;
}
.campaign .campaignDate {
  background: rgba(0,0,0,.1);
  padding: 4px 12px;
  font-size: 14px;
  margin-bottom: 24px;
  display: inline-block;
}
.campaign .campaign-toggle--open::before,
.campaign .campaign-toggle--open::after,
.campaign .campaign-toggle--close::before {
  background: #000;
}
.campaign-toggle {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
  border: solid 1px;
  border-radius: 99px;
  padding: 12px 40px 12px 20px;
}
.campaign-toggle.is-hidden {
  display: none;
}
.campaign-toggle--open::before,
.campaign-toggle--open::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
.campaign-toggle--open::after {
  transform: translateY(-50%) rotate(90deg);
}
.campaign-toggle--close {
  margin-top: 20px;
  padding: 6px 40px 6px 20px;
}
.campaign-toggle--close::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
.campaign-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.7s ease, opacity 0.7s ease;
}
.campaign-content.is-open {
  max-height: 100000px;
  opacity: 1;
}
.campaign-content .campaignHead {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  color: #8A8265;
  white-space: pre;
  margin: 30px 0 10px;
}
.campaign-content .campaignHead:first-child {
  margin-top: 0;
}
.campaign-content .campaignHead::before,
.campaign-content .campaignHead::after {
  content: '';
  display: block;
  background: #8A8265;
  height: 1px;
  width: 100%;
}
.campaign-content .bgContent {
  background: rgba(0,0,0,.1);
  padding: 12px;
  margin: 10px 0;
}
.campaign-content .tableWrap {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.campaign-content .tableWrap::-webkit-scrollbar {
  height: 4px;
}
.campaign-content .tableWrap::-webkit-scrollbar-track {
  background: #eee;
}
.campaign-content .tableWrap::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.campaign-content .tableWrap::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.campaign-content .tableWrap {
  margin: 5px 0 0;
}
.campaign-content .tableWrap table {
  width: 100%;
  min-width: 600px;
  margin: 0;
}
.campaign-content .tableWrap table th,
.campaign-content .tableWrap table td {
  border: solid 1px #ddd;
  background: #fff;
  padding: 6px;
  font-size: 14px;
}
.campaign-content .tableWrap table td.space {
  width: 20px;
  border-right: 0;
}
.campaign-content .tableWrap table td.borderLeftNone {
  border-left: none;
}
.campaign-content .tableWrap table th {
  background: #333;
  color: #fff;
}
.campaign-content .tableWrap .text-right {
  text-align: right;
}
.campaign-content .tableWrap .colorRed {
  color: #8A8265;
  font-weight: bold;
}
.campaign-content .tokutenBlock {
  background: rgba(0,0,0,.1);
  padding: 16px;
  margin: 0 0 10px;
}
.campaign-content .tokutenBlock .tokutenHead {
  margin: 10px 0 0;
  background: #8A8265;
  color: #fff;
  padding: 4px;
  font-weight: bold;
}
.campaign-content .tokutenBlock .tokutenHead .fontLarge {
  font-size: 18px;
}
.campaign-content .tokutenBlock .saidaiMile {
  font-weight: bold;
  font-size: 20px;
  color: #8A8265;
  margin: 0 0 10px;
}
.campaign-content .tokutenBlock .saidaiMile .fontLarge {
  font-size: 28px;
  letter-spacing: -.5px;
  margin-right: 5px;
}
.campaign-content .tokutenBlock figure {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.campaign-content .tokutenBlock>p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.campaign-content .tokutenBlock>p:first-child .fontLarge {
  font-size: 24px;
  line-height: 1.2;
}
.campaign-content .tokutenBlock>p:first-child .colorGold {
  color: #8A8265;
  font-size: 20px;
  text-decoration: underline;
}
.campaign-content .tokutenBlock>p .head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-content .tokutenBlock>p .head:before,
.campaign-content .tokutenBlock>p .head:after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #000;
  margin: 0 10px;
}
.campaign-content .tokutenBlock .tokuten {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  font-weight: normal;
  background: #111;
  color: #fff;
  border: none;
  font-size: 14px;
}
.campaign-content .tokutenBlock dl dt {
  background: rgba(0,0,0,.1);
  padding: 4px;
  margin: 10px 0 0;
}
.campaign-content .tokutenBlock dl dd {
  margin: 5px 0 10px;
  font-size: 16px;
}
.campaign-content .tokutenBlock .notice {
  text-align: left;
  margin-top: 10px;
}
.campaign-content .tokutenBlock .notice .head {
  font-weight: bold;
  text-align: center;
  border: solid 1px;
  padding: 4px;
  margin: 0 0 10px;
}
.campaign-content .tokutenBlock .notice ul {
  padding-left: 30px;
  list-style: disc;
}
.campaign-content .tokutenBlock .notice ul li {
  list-style: disc;
}
.campaign-content .tokutenBlock .notice a {
  color: #43a6e5;
  text-decoration: underline;
}
.campaign.benefitsList {
  padding-bottom: 0;
}
.campaign.benefitsList h2 {
  border: none;
  padding: 0;
  font-size: 24px;
  margin: 0;
}
.campaign.benefitsList h2:after {
  content: '';
  display: block;
  width: 1px;
  height: 36px;
  background: #000;
  margin: 10px auto;
}
.campaign.benefitsList .benefitsText {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
}
.campaign.benefitsList .benefitsText .colorGold {
  color: #8A8265;
  font-size: 22px;
}
.campaign.benefitsList .benefitsText .colorGold .fontLarge {
  font-size: 40px;
}
.benefit-accordion__toggle {
  width: 100%;
  padding: 24px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  background: none;
}
.benefit-accordion__title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.benefit-accordion__title .colorGold {
  color: #8A8265;
}
.benefit-accordion__title .fontLarge {
  font-size: 28px;
}
.benefit-accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 16px;
  flex-shrink: 0;
  margin-top: 6px;
}
.benefit-accordion__icon::before,
.benefit-accordion__icon::after {
  content: "";
  position: absolute;
  background: #111;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.benefit-accordion__icon::before {
  width: 14px;
  height: 2px;
}
.benefit-accordion__icon::after {
  width: 2px;
  height: 14px;
}
.benefit-accordion.is-open .benefit-accordion__icon::after {
  display: none;
}
.benefit-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.benefit-accordion__inner {
  padding: 0 24px 24px;
  text-align: left;
  display: grid;
  gap: 24px;
}
.benefit-accordion__inner .notice {
  color: rgba(0,0,0,.6);
}
.benefit-accordion__inner h4 {
  font-size: 16px;
  font-weight: bold;
}
.benefit-accordion__inner h4 .colorGold {
  color: #8A8265;
}
.benefitsContainer1 {
  background: #DFDFDF;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 24px;
}
.benefitsContainer2 {
  background: #D1D1D1;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width:768px) {
  .campaign h2 {
    font-size: 36px;
  }
  .campaign.benefitsList h2 {
    font-size: 36px;
  }
  .campaign-content .tokutenBlock>p:first-child .fontLarge {
    font-size: 28px;
  }
  .campaign-content .tokutenBlock .tokuten {
    font-size: 16px;
  }
}

/** Section1 **/
.section1 {
  background: linear-gradient(180deg, #404A5C 0%, #111E37 100%);
  position: relative;
  padding: 40px 20px;
}
.section1:before {
  content: '';
  display: block;
  background: url(/promotion/unitedair-platinum/images/section1_bg1.png) no-repeat;
  background-size: 100%;
  width: 240px;
  height: 240px;
  position: absolute;
  right: 0;
  top: 0;
}
.section1:after {
  content: '';
  display: block;
  background: url(/promotion/unitedair-platinum/images/section1_bg2.png) no-repeat;
  background-size: 100%;
  width: 112px;
  height: 112px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section1 .sectionHead h2 {
  font-size: 24px;
  font-weight: bold;
}
.section1 ul.main>li {
  margin-bottom: 12px;
  padding: 24px 20px;
  background: #414b5d;
  border: 2px solid;
  border-image: linear-gradient(135deg, #F9FBFE, #97999E) 1;
  text-align: center;
}
.section1 ul.main li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.section1 ul.main li h3 .fontLarge {
  font-size: 28px;
}
.section1 ul.main li .subHeading {
  margin-top: 12px;
}
.section1 ul.main li .campaign-toggle {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 12px;
}
.section1 ul.main li .separatorImg {
  margin: 12px auto;
}
.section1 ul.main li .notice {
  text-align: left;
}
.section1 ul.main li .campaign-toggle {
  font-size: 14px;
}
.section1 ul.main li .price {
  margin: 12px 0;
}
.section1 ul.main li .price dt {
  background: rgba(255,255,255,.2);
  padding: 4px 20px;
}
.section1 ul.main li .price dd {
  font-size: 16px;
  padding-top: 4px;
  font-weight: bold;
}
.section1 ul.main li .price dd .fontLarge {
  font-size: 24px;
}
.section1 ul.main li .lineContainer {
  padding: 20px 12px 12px;
  border: solid 1px #fff;
  margin: 24px 0 12px;
  position: relative;
  text-align: left;
}
.section1 ul.main li .lineContainer .head {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -12px;
  text-align: center;
}
.section1 ul.main li .lineContainer .head b {
  background: #414b5d;
  padding: 0 20px;
}
.section1 ul.main li .lineContainer ul {
  padding-left: 20px;
}
.section1 ul.main li .lineContainer ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.section1 ul.main li .lineContainer ul li:last-child {
  margin-bottom: 0;
}
.section1 ul.sub {
  margin-top: 30px;
}
.section1 ul.sub li:last-child {
  background: #1b2a43;
  border: solid 1px rgba(255,255,255,.1);
}
.section1 ul.sub>li {
  margin-bottom: 12px;
  padding: 24px 20px;
  background: #414b5d;
  text-align: center;
}
.section1 ul.sub>li .cardContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section1 ul.sub>li .cardContent figure {
  width: 54px;
  margin: 0;
}
.section1 ul.sub>li .cardContent p {
  width: calc(100% - 64px);
  text-align: left;
}
.section1 ul.sub>li .text-center p {
  text-align: center;
}
.section1 ul.sub>li p {
  text-align: left;
}
.section1 ul.sub>li .noticeHead {
  font-size: 14px;
  border: solid 1px;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .section1 ul.sub>li .cardContent {
    justify-content: center;
  }
  .section1 ul.sub>li .cardContent p {
    width: auto;
    padding-left: 12px;
  }
  .section1 ul.sub>li p {
    text-align: center;
  }
  .section1 .sectionHead h2 {
    font-size: 36px;
  }
}

/** Section2 **/
.section2 {
  background: url(/promotion/unitedair-platinum/images/section2_bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  padding: 40px 20px;
  position: relative;
}
.section2:after {
  content: '';
  display: block;
  background: url(/promotion/unitedair-platinum/images/separator2.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section2 .sectionHead h2 {
  font-size: 24px;
  font-weight: bold;
}
.section2 ul {
  display: grid;
  gap: 40px;
}
.section2 ul li figure {
  width: 100%;
  margin: 0 0 12px;
}
.section2 ul li h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 12px;
}
.section2 ul li .notice {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .section2 ul {
    gap: 80px 40px;
    grid-template-columns: 1fr 1fr;
  }
  .section2 .sectionHead h2 {
    font-size: 36px;
  }
}

/** Section3 **/
.section3 {
  padding: 40px 20px;
  background: linear-gradient(270deg, #050607 0%, #3A434B 100%);
}
.section3 .sectionHead h2 {
  font-size: 24px;
  font-weight: bold;
}
.section3 .sliderWrap {
  display: grid;
  gap: 40px;
  margin-right: -20px;
}
.section3 .sliderWrap h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
}
.benefitsSlider {
  overflow: hidden;
}
.benefitsSlider__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.benefitsSlider__track::-webkit-scrollbar {
  display: none;
}
.benefitsSlider__slide {
  flex: 0 0 85%;
  scroll-snap-align: start;
  color: #fff;
}
.benefitsSlider__slide:last-child {
  margin-right: 20px;
}
.benefitsSlider__slide figure {
  margin: 0;
  overflow: hidden;
}
.benefitsSlider__slide h4,
.benefitsSlider__slide h3 {
  margin: 12px 0 8px;
  font-size: 16px;
  color: #D4C99E;
  font-weight: bold;
}
.benefitsSlider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.benefitsSlider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.benefitsSlider__dots button.is-active {
  background: #fff;
}

@media (min-width: 768px) {
  .benefitsSlider__slide {
    flex: 0 0 calc(50% - 16px);
  }
  .benefitsSlider__slide p {
    padding-right: 10px;
  }
  .benefitsSlider__dots button:last-child {
    display: none;
  }
  .benefitsSlider__track {
    gap: 40px;
  }
  .section3 .sectionHead h2 {
    font-size: 36px;
  }
}

/** Section5 **/
.section5 {
  background: linear-gradient(180deg, #404A5C 0%, #111E37 100%);
  position: relative;
  padding: 40px 20px;
}
.section5:before {
  content: '';
  display: block;
  background: url(/promotion/unitedair-platinum/images/section1_bg1.png) no-repeat;
  background-size: 100%;
  width: 240px;
  height: 240px;
  position: absolute;
  right: 0;
  top: 0;
}
.section5:after {
  content: '';
  display: block;
  background: url(/promotion/unitedair-platinum/images/section1_bg2.png) no-repeat;
  background-size: 100%;
  width: 112px;
  height: 112px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section5 .sectionHead h2 {
  font-size: 24px;
  font-weight: bold;
}
.section5 ul.flow li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  position: relative;
}
.section5 ul.flow li:after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 80px);
  position: absolute;
  left: 20px;
  bottom: 10px;
  background: #fff;
}
.section5 ul.flow li:last-child {
  padding-bottom: 0;
}
.section5 ul.flow li:last-child:after {
  content: none;
}
.section5 ul.flow li .number {
  width: 44px;
  text-align: center;
  line-height: 1.2;
}
.section5 ul.flow li .number .fontLarge {
  font-size: 36px;
}
.section5 ul.flow li .inner {
  width: calc(100% - 60px);
}
.section5 ul.flow li .inner h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}

@media (min-width:768px) {
  .section5 .sectionHead h2 {
    font-size: 36px;
  }
}

/** Section6 **/
.section6 {
  background: url(/promotion/unitedair-platinum/images/section2_bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  padding: 40px 20px;
  position: relative;
}
.section6:after {
  content: '';
  display: block;
  background: url(/promotion/unitedair-platinum/images/separator2.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section6 .sectionHead h2 {
  font-size: 24px;
  font-weight: bold;
}
.section6 .sliderWrap {
  display: grid;
  gap: 40px;
  margin-right: -20px;
}
.benefitsSlider__slide .head {
  background: rgba(255,255,255,.2);
  padding: 4px 20px;
  text-align: center;
  margin: 12px 0;
}

@media (min-width:768px) {
  .section6 .sectionHead h2 {
    font-size: 38px;
  }
}

/** Section7 **/
.section7 {
  padding: 40px 20px;
  background: #fff;
  color: #0A0C0E;
}
.section7 .sectionHead h2 {
  font-weight: bold;
  font-size: 24px;
}
.section7 .cardImg {
  margin: 0;
}
.section7 .cardImg img {
  margin-top: -20px;
  margin-bottom: -30px;
  width: 240px;
}
.section7 dl dt {
  background: #231815;
  padding: 8px 10px;
  color: #fff;
}
.section7 dl dd {
  padding: 10px;
}
.section7 .notice {
  color: rgba(0,0,0,.6);
}

/** Contact **/
.sectionContact {
  padding: 40px 20px;
}
.sectionContact .sectionHead h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
}
.sectionContact .bgContent {
  padding: 16px 20px;
  background: rgba(255,255,255,.1);
  margin-bottom: 12px;
}
.sectionContact .bgContent h3 {
  font-weight: bold;
  font-size: 16px;
}
.sectionContact .bgContent h3:after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: #fff;
  margin: 16px auto;
}
.sectionContact .bgContent .linkButton a {
  display: block;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 8px;
  padding: 12px 20px;
  color: #fff;
}
.sectionContact .bgContent .linkButton a span {
  background: url(/promotion/unitedair-platinum/images/ico-linkwindow.svg) no-repeat;
  background-size: 14px;
  background-position: right center;
  padding-right: 20px;
}
.sectionContact .bgContent h4 {
  font-weight: bold;
}
.sectionContact .bgContent .tel {
  margin-bottom: 16px;
}
.sectionContact .bgContent .tel .number a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 4px 0;
}
.sectionContact .bgContent .tel .time {
  font-size: 14px;
}
.sectionContact .bgContent table {
  width: 100%;
  margin-top: 16px;
}
.sectionContact .bgContent table th,
.sectionContact .bgContent table td {
  text-align: left;
  border: solid 1px #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

/** Footer **/
#footer .footerInner {
  background: #EDEDED;
  padding: 12px 20px;
  font-size: 14px;
  color: #231815;
}
#footer .footerInner .flex {
  display: flex;
  justify-content: space-between;
}
#footer .footerInner .flex .jcbLogo {
  width: 52px;
}
#footer .footerInner .flex .footerLinkList {
  width: calc(100% - 52px);
  padding-left: 24px;
  display: grid;
  gap: 4px;
}
#footer .footerInner .flex .footerLinkList li a {
  color: #231815;
  text-decoration: underline;
}
#footer .footerInner .flex .footerLinkList li a span {
  background: url(/promotion/unitedair-platinum/images/ico-linkwindow_bk.svg) no-repeat;
  background-size: 14px;
  background-position: right center;
  padding-right: 20px;
}
#footer .footerInner .update {
  text-align: right;
}
#footer .copyright {
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.fixedBtn {
  position: fixed;
  background: rgba(0,0,0,.5);
  width: calc(100% - 40px);
  padding: 10px 20px 16px;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.fixedBtn.is-show {
  opacity: 1;
  visibility: visible;
}
.fixedBtn p {
  font-weight: bold;
  margin-bottom: 4px;
}
.fixedBtn .btn_box{
  margin: 0;
}
#btn_animation {
  max-width: 480px;
  margin: 0 auto;
}
#btn_animation .btn {
  display: block;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  background: #8A8265;
  box-shadow: 0px 5px 0px #6C654B;
  border-radius: 99px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 10px;
  font-weight: bold;
}
#btn_animation .btn:hover {
  text-decoration: none;
  color: #fff;
}
#btn_animation .btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 3s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  40% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  60% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media (min-width: 768px) {
  #btn_animation .btn {
    padding: 16px;
  }
}